﻿/*通用类*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	font-size: 14px;
	font-family: Arial;
	background: #fff;
	text-align: justify;
	color: #010000;
	position: relative;
}

h1,
h2,
h3 {
	font-weight: 500;
}

img {
	border: none;
}

a {
	cursor: pointer;
	color: #333;
	text-decoration: none !important;
	outline: none;
}

a:hover {
	color: #006bb7;
}

ul {
	list-style-type: none;
}

em {
	font-style: normal;
}

.lt {
	float: left;
}

.rt {
	float: right;
}

input.sub,
label {
	border: none;
	cursor: pointer;
}

input,
textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	outline: none;
}

table {
	border-collapse: collapse;
}

table td,
table th {
	padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

div.clear {
	font: 0px Arial;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/*header 开始*/
.header {
	width: 100%;
	/* position: fixed;
	top: 0;
	left: 0; */
	z-index: 99;
	padding: 0;
	height: 100px;
	background: #fff;

}

.header .logo {
	float: left;
	margin-top: 20px;
}

.header .logo img {
	width: 200px;
}

.nav {

	margin-left: 115px;
	z-index: 99;
}

.nav>li {
	float: left;
	width: auto;
	text-align: center;
	position: relative;
	line-height: 30px;
	margin-right: 40px;
}


.nav>li a {
	padding: 0;
	font-size: 16px;
	background: none;
	color: #3E3E3E;
	padding-right: 20px;


}

.nav>li a.on {
	background: url(../images/nav_two.png) no-repeat right;
	background-size: 15px auto;
}

.nav .sec {
	position: absolute;
	top: 30px;
	left: 0;
	width: 180%;
	padding: 15px 0;
	display: none;
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
	z-index: 99;
	background-color: #fff;
	border-radius: 5px;

}

.nav>li:hover .sec {
	display: block;
}

.nav .sec>li {
	height: 37px;
	line-height: 37px;
	position: relative;
	text-align: left;
	padding-left: 5px;
}

.nav .sec>li>.on1 {
	background: url(../images/nav_two1.png) no-repeat right;
	background-size: 10px auto;
	background-position-x: 95%;
}

.nav .sec>li:hover {
	background: #f5f5f5;
}

.nav .sec>li a {
	color: #000;
	font-size: 12px;
	display: block;
	padding: 0 10px;
}

.nav .sec .level {
	width: 210px;
	padding: 10px 20px;
	position: absolute;
	left: 100%;
	top: 0;
	background: #fff;
	display: none;
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2)
}

.nav .sec>li:hover .level {
	display: block;
}

.nav .sec .level>li {
	height: 37px;
	line-height: 37px;
	text-align: center;

}

.nav .sec .level li:hover {
	background: #f5f5f5;
}

.m_line {
	width: 25px;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 3%;
	display: none;
}

.m_line span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #000000;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s;
}

.m_line span:nth-child(2) {
	margin: 6px 0;
}

.sousuo {
	float: right;
	width: 310px;
	height: 30px;
	background-color: #AFAFAF;
	margin-top: 20px;
}

.sousuo .in1 {
	width: 90%;
	height: 30px;
	background: none;
	border: none;
	float: left;
}

.sousuo .in2 {
	width: 10%;
	height: 30px;
	float: right;
	background: none;
	border: none;
	background: url(../images/sousuo1.png) no-repeat center;
	background-size: 20px 20px;
}

.daonav {
	float: left;
	height: 100px;
	padding-top: 35px;
}

.right_head {
	float: right;
	padding-top: 14px;
}

.right_head .top {
	margin-bottom: 5px;
}

.right_head .top a {
	display: block;
	float: left;
	margin-right: 25px;
}

.right_head .top img {
	float: left;
	margin-right: 5px;
}

.right_head .sousuohhj {
	width: 220px;
	height: 30px;
	background-color: #E7E7E7;
	border-radius: 5px;
}

.right_head .sousuohhj .in1 {
	float: left;
	width: 80%;
	height: 30px;
	background: none;
	border: none;
	padding-left: 10px;
	box-sizing: border-box;
}

.right_head .sousuohhj .in2 {
	float: right;
	width: 20%;
	height: 30px;
	background: none;
	border: none;
}

.banner .swiper-pagination-bullet {
	width: 60px;
	height: 3px;
	display: inline-block;
	border-radius: 0%;
	background: #000;
	opacity: .2;
}

.banner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #80AD1C;
}

.title {
	text-align: center;
	padding-top: 40px;
}

.title h3 {
	font-weight: 100;
	color: #1457a0;
	text-align: center;
	margin: 1% 0;
	font-size: 26px;
}

.title span {
	font-weight: bold;
	color: #333;
	text-align: center;
	margin: 1% 0;
	font-size: 36px;
}

.dy_box_1 h4 {
	font-weight: 100;
	color: #333;
	text-align: center;
	margin: 1% 0;
	font-size: 18px;
	margin-bottom: 40px;
}

.dy_box_1 .container {
	position: relative;
}

.dy_box_1 .swiper-button-next {
	right: -30px;
	top: 70%;
}

.dy_box_1 .swiper-button-prev {
	left: -30px;
	top: 70%;
}

.dy_box_1 img {
	display: block;
	width: 100%;
	height: 350px;
	object-fit: cover;
}

.dy_box_1 .text {
	background-color: #1457A0;
	padding: 30px;
	min-height: 235px;
}

.dy_box_1 .text h5 {
	margin: 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
}

.dy_box_1 .text p {
	font-size: 16px;
	color: #fff;
	text-align:left;
	line-height: 26px;
}

.dy_box_1 .text a {
	margin-top: 30px;
	display: block;
	text-align: center;
}

.dy_box_1 .text a img {
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;
}

.dy_box_1 {
	padding-bottom: 100px;
	background: #E7E7E7;
}

.dy_box_2 {
	padding: 50px 0;
}

.dy_box_2 ul {
	margin-top: 30px;
}

.dy_box_2 ul li h3 {
	font-weight: 100;
	color: #1457a0;
	font-weight:bold;
	font-size: 18px;
}

.dy_box_2 ul li p {
	font-weight: 100;
	color: #333;
	font-size: 15px;
	line-height: 25px;
	text-align:left;
}

.dy_box_3 {
	padding-bottom: 40px;
}

.dy_box_3 {
	background-color: #E7E7E7;
	text-align: center;
}

.dy_box_3 img {
	max-width: 100%;
}

.titleimg {
	text-align: center;
	padding: 50px 0;
}

.dy_box_4 .col-sm-6 img {
	width: 100%;
}

.dy_box_4 .col-sm-6 .text {
	position: relative;
	padding-left: 100px;
}

.dy_box_4 .col-sm-6 .text em {
	position: absolute;
	top: -20px;
	left: 0;
	color: #92C435;
	font-weight: bold;
	font-size: 60px;
}

.dy_box_4 .col-sm-6 .text h3 {
	font-size: 20px;
	color: #1457a0;
	font-weight: bold;
	margin-bottom: 15px;
	text-align:left;
}

.dy_box_4 .col-sm-6 .text p {
	font-size: 16px;
	color: #333;
	line-height: 26px;
	text-align: left;
}

.dy_box_5 {
	background: #E7E7E7;
	padding-bottom: 50px;
}

.dy_box_5 .left img {
	max-width: 90%;
}

.dy_box_5 .rii p {
	font-size: 15px;
	color: #333;
	line-height: 26px;
	text-align: left;
}

.dy_box_5 .rii a {
	width: 120px;
	height: 40px;
	display: block;
	color: #006bb7;
	border: 1px solid #006bb7;
	float: right;
	margin-top: 10px;
	text-align: center;
	line-height: 40px;
}

.dy_box_5 .rii a:hover {
	background-color: #006bb7;
	color: #fff;
}

.dy_box_6 .left h3 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.dy_box_6 .left ul li {
	border-bottom: 1px solid #333;
	padding: 10px 0;
}

.dy_box_6 .left ul li a {
	display: block;
	width: 85%;
	float: left;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.dy_box_6 .left ul li span {
	display: block;
	width: 25%;
	float: right;
	font-size: 16px;
	text-align: right;
	color: #999;
}

.dy_box_6 .left .more {
	width: 120px;
	height: 40px;
	display: block;
	color: #006bb7;
	border: 1px solid #006bb7;

	margin-top: 20px;
	text-align: center;
	line-height: 40px;
}

.dy_box_6 .left .more:hover {
	background-color: #006bb7;
	color: #fff;
}

.dy_box_6 .rii img {
	max-width: 100%;
}

.dy_box_6 {
	padding-bottom: 50px;
}

footer {
	background: #1457A0;
	padding: 50px 0;
}

footer ul li {
	width: 15%;
	float: left;
	text-align: center;
}

footer ul li img {
	width: 100%;
}

footer ul li.li1 {
	width: 30%;
}

footer ul li a {
	display: block;
}

footer ul li a,
footer ul li p {
	font-weight: 100;
	color: #fff;
	font-size: 15px;
	text-align: left;
	margin-bottom: 5px;
}

footer ul li a:hover {
	color: #DD5069;
}

footer ul li.li2 p {
	text-align: center;
}

footer ul li.li3 {
	width: 25%;
	text-align: center;
}

footer ul li.li3 img {
	max-width: 80%;
}

footer ul li.li3 p {
	text-align: center;
	margin-top: 10px;
}

footer .top {
	padding-bottom: 30px;
	border-bottom: 1px solid #fff;
}

.xia {
	margin-top: 20px;
}

.xia .img {
	text-align: center;
}

.xia p {
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

.xia p a {
	color: #0F78B1;
}

/* 2 */
.dy_box_7 ul {
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 40px;
}

.dy_box_7 ul li {
	width: 50%;
	float: left;
	padding: 0 15px;
	margin-top: 40px;
}

.dy_box_7 ul li a {
	display: block;
	position: relative;
}

.dy_box_7 ul li a img {
	width: 100%;
	height: 115px;
	object-fit: cover;
}

.dy_box_7 ul li a em {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	text-align: center;
	line-height: 115px;
	font-size: 20px;

}

.dy_box_7 ul li a:hover em {
	background: rgba(0, 0, 0, 0.7);
}

.dy_box_8 {
	padding: 50px 0;
}

.dy_box_8 .left {
	width: 25%;
	float: left;
}

.title_title {
	background-color: #1457A0;
	padding: 20px 0;
}

.fsou {
	border: 1px solid #ccc;
	border-top: none;
	padding: 20px;
	text-align: center;
}

.fsou select {
	width: 100%;
	margin-bottom: 15px;
}

.fsou input {
	width: 100%;
	margin-bottom: 15px;
}

.fsou button {
	width: 40%;
	height: 40px;
	background-color: #006bb7;
	color: #fff;
	border: none;
	border-radius: 5px;
	margin: 0 auto;
}

.title_title h3 {
	width: 100%;
	margin: 0;
	margin-bottom: 15px;
	font-size: 1.8rem;
	text-align: center;
	background: #1457a0;
	color: #fff;
	font-weight: 100;
}

.title_title span {
	width: 100%;
	margin: 0;
	font-size: 1.8rem;
	text-align: center;
	background: #1457a0;
	color: #fff;
	font-weight: 100;
	display: block;
}

.ftext {
	border: 1px solid #ccc;
	border-top: none;
	padding: 10px 20px;

}

.ftext p {
	margin: 0;
	margin-top: 5px;
	text-align: left;
	font-size: 13px;
	word-break: break-all;

}

.dy_box_8 .right {
	width: 70%;
	float: right;
}

.weizhi a {
	color: #006bb7;
}

.lianxi {
	padding: 60px 0;
}

.lianxi img {
	float: left;
}

.lianxi .wenzi {
	float: left;
	width: 100%;
	padding-top: 20px;
	font-size: 15px;
}

.lianxi .wenzi p {
	text-align: left;
}

.list_gs {
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
}

.list_gs a {
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #ccc;
}

.compiler_1 {
	width: 100%;
	padding: 30px 0;
	line-height: 25px;
}

.compiler_1 img {
	max-width: 100%;
}

.list_tab {
	border: 1px solid #ccc;
	border-top: none;
}

.list_tab ul li {}

.list_tab ul li h3 {
	
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  padding-left: 24px;
  padding-bottom:10px;
  padding-top:10px;
}

.list_tab ul li h3:hover {
	cursor: pointer;
}

.list_tab ul li h3::after {
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	top: 14px;
	left: 10px;
	background: url(../images/jiantou5.png) no-repeat left;
	background-size: 15px auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.list_tab ul li.hover h3::after {
	background: url(../images/jiantou6.png) no-repeat left;
	background-size: 15px auto;
	transform: rotate(90deg);
}

.list_tab ul li.hover h3 {
	background-color: #006bb7;
	color: #fff;
}

.list_tab ul li .list-op {
	display: none;
}

.list_tab ul li.hover .list-op {
	display: block;
}

.list_tab ul li .list-op a {
	display: block;
	width: 90%;
	margin-left: 5%;
	text-align: center;
	height: 40px;
	border-bottom: 1px solid #ccc;
	line-height: 40px;
}

.list_tab ul li .list-op a:last-child {
	border-bottom: none;
}

.sp_list li {
	padding: 0 15px;
}

.sp_list li img {
	float: left;
	width: 45%;
}

.sp_list li {
	width: 50%;
	float: left;
	margin-top: 30px;
	height:180px;
}

.sp_list li img {
	float: left;
	width: 45%;
	height: 155px;
}

.sp_list li .text {
	width: 50%;
	float: left;
	padding: 0px 10px;
}

.sp_list li .text h3 {
	font-size: 16px;
	color: #000;
	line-height: 20px;
	margin: 0;
	margin-bottom: 10px;
	text-align: left;
}

.sp_list li .text a {
	display: inline-block;
	padding: 5px;
	background-color: #006bb7;
	color: #fff;
	margin-right: 10px;
	border: 1px solid #006bb7;
}

.sp_list li .text a:hover {
	border: 1px solid #006bb7;
	background-color: #fff;
	color: #006bb7;
}

.un_page {
	padding: 50px 0;
	text-align: center;
}

.un_page a {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e5e5e5;
	padding: 0 15px;
	border-radius: 5px;
}

.un_page a:hover,
.un_page a.hover {
	color: #fff;
	background: #006bb7;
	border-color: #006bb7;
}

.un_page .num {
	width: 38px;
	height: 38px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}

.title_cpsm h3 {
	color: #006bb7;
	border-bottom: 1px solid #006bb7;
	font-size: 22px;
	font-weight: normal;
	margin-top: 30px;
	padding-bottom: 5px;
}

.liuyan {
	padding: 30px 60px;
}

.mui-input-row {
	margin-bottom: 10px;

}

.mui-input-row input {
	width: 220px;
	height: 35px;
	border: 1px solid #ccc;
	padding-left: 5px;

}

.liuyan label {
	color: #333;
	display: inline-block;
	margin-right: 10px;
	float: left;
}

.mui-input-row textarea {
	width: 520px;
	height: 135px;
	border: 1px solid #ccc;
	padding-left: 5px;

}

.mui-input-row button {
	background-color: #006bb7;
	width: 120px;
	height: 35px;
	color: #fff;
	border: none;
	margin-left: 28px;
}

.news_list ul {
	padding: 30px 0;
}

.news_list ul li {
	padding: 15px 0;
	border-bottom: 1px dashed #ccc;
}

.news_list ul li a {
	color: #006bb7;
	font-size: 18px;
	float: left;
	display: block;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.news_list ul li span {
	color: #333;
	font-size: 18px;
	float: right;
	display: block;
	text-align: right;
	width: 25%;
	margin-top:-25px;
}

.news_xq .tolti {
	text-align: center;
	font-size: 18px;
	color: #999;
	margin: 30px 0;
	font-family: 'Courier New', Courier, monospace;
}

.news_xq .tolti h3 {
	margin-bottom: 10px;
	font-weight: normal;

}

@media only screen and (max-width:1200px) {


	.header .logo {
		width: 135px;
		margin-top: 30px;
	}

	.header .logo img {
		width: 100%;
	}

	.header .contact {
		font-size: 18px;
	}

	.fp_box_1 .zhong ul li a {
		color: #444;
		font-size: 12px;
		width: 100%;
		font-weight: 400;
		display: block;
		text-align: left;
	}

	.nav>li {
		float: left;
		width: auto;
		text-align: center;
		position: relative;
		line-height: 30px;
		margin-right: 12px;
	}

	.right_head .sousuohhj {
		width: 210px;
		height: 30px;
		background-color: #E7E7E7;
		border-radius: 5px;
	}

	.right_head .top a {
		display: block;
		float: left;
		margin-right: 15px;
	}

	.dy_box_1 img {
		display: block;
		width: 100%;
		height: 280px;
		object-fit: cover;
	}

	.dy_box_1 .text {
		background-color: #1457A0;
		padding: 10px;
		min-height: 235px;
	}
	.sp_list li img {
	    float: left;
	    width: 45%;
	    height: 120px;
	}
	.sp_list li .text h3 {
	    font-size: 13px;
	    color: #000;
	    line-height: 20px;
	    margin: 0;
	    margin-bottom: 10px;
	}
	.sp_list li .text a {
	    display: inline-block;
	    padding: 4px;
	    background-color: #006bb7;
	    color: #fff;
	    margin-right: 0px;
	    border: 1px solid #006bb7;
	    font-size: 12px;
	}
	
}

@media only screen and (max-width: 1000px) {
	.header .contact {
		margin-right: 60px;
	}

	.nav {
		position: fixed;
		left: 0;
		top: 100px;
		width: 100%;
		background: #f5f5f5;
		padding: 20px 0;
		margin: 0;
		display: none;
	}

	.nav>li {
		width: 100%;
		line-height: 80px;
	}

	.nav>li a {
		color: #000;
		padding-left: 10px;
	}

	.nav .sec {
		position: static;
	}

	.nav .sec>li {
		height: auto;
	}

	.nav .sec .level {
		position: static;
		width: 100%;
		padding: 10px 0;
	}

	.nav .sec .level li {
		text-align: center;
	}

	.header {
		position: relative;
	}

	.m_line {
		display: block;
		width: 25px;
		height: 16px;
		margin-top: -8px;
		position: absolute;
		top: 50%;
		right: 3%;
	}

	.m_line span {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #000000;
		-webkit-transition: all ease .3s;
		-o-transition: all ease .3s;
		-moz-transition: all ease .3s;
		transition: all ease .3s;
	}

	.m_line span:nth-child(2) {
		margin: 6px 0;
	}

	.header .ac .line1 {
		transform: rotate(45deg) translate(3px, 5px);
	}

	.header .ac .line2 {
		opacity: 0;
	}

	.header .ac .line3 {
		transform: rotate(-45deg) translate(6px, -8px);
	}

	.nav .sec {
		background-color: #f5f5f5;
	}

	.dy_box_1 img {
		display: block;
		width: 100%;
		height: 200px;
		object-fit: cover;
	}

	.dy_box_1 .text p {
		font-size: 12px;
		color: #fff;
		line-height: 20px;
	}

	.dy_box_1 .text h5 {
		margin: 0;
		text-align: center;
		font-size: 13px;
		color: #fff;
		margin-bottom: 5px;
	}

	.dy_box_1 .text {
		background-color: #1457A0;
		padding: 10px;
		min-height: 200px;
	}

	footer ul li a,
	footer ul li p {
		font-weight: 100;
		color: #fff;
		font-size: 12px;
		text-align: left;
		margin-bottom: 5px;
	}

	.xia p {
		font-size: 12px;
		color: #fff;
		text-align: center;
		margin-top: 20px;
	}

	.titleimg img {
		max-width: 100%;
	}
	.sp_list li {
	    width: 100%;
	    float: left;
	    margin-top: 30px;
	}
	.sp_list li img {
	    float: left;
	    width: 45%;
	    height: auto;
	}
}

@media only screen and (max-width: 750px) {
	.header .contact {
		display: none;
	}

	.header {
		height: 60px;
		position: relative;
		position: fixed;
		top: 0;
		left: 0;
	}

	.header .logo {
		width: 160px;
		margin-top: 15px;
	}

	.nav {
		top: 60px;
		height: 100%;
		/* padding: 20px; */
		background-color: #fff;
	}

	.nav>li {
		padding-left: 40px;
		position: relative;
	}

	.nav>li>a {
		padding: 0;
	}

	.nav>li a.on {
		background: none;
	}

	.nav>li>a>.icon {
		position: absolute;
		width: 40px;
		height: 39px;
		background-color: #fff;
		top: 0;
		left: 0;
		transform: translateX(-100%);
		text-align: center;
		line-height: 35px;
		font-size: 16px;
	}

	.nav>li>a>.icon::before {
		content: '+';
		top: 50%;
		left: -25px;
		transform: translateY(-54%);
	}

	.nav>li>a>.up::before {
		content: '-';
		top: 50%;
		left: -25px;
		transform: translateY(-54%);
	}

	.nav>li>a>.null::before {
		content: '-';
		top: 50%;
		left: -25px;
		transform: translateY(-54%);
	}

	/* .nav>li>a::before{
		content: '-';
		font-size: 16px;
		position: absolute;
		top: 50%;
		left: -25px;
		transform: translateY(-54%);
	} */
	.sousuo {
		display: none;
	}

	.nav>li>a:focus,
	.nav>li>a:hover {
		text-decoration: none;
		background-color: #fff;
	}

	.nav .nav_item>.sec {
		display: block;
		height: 0;
		opacity: 0;
		transition: all .2s;
	}

	.nav .nav_item_active .sec {
		display: block;
		height: 100%;
		opacity: 1;
	}

	/* .nav>li:hover{
		border-bottom: none;
	} */
	/* .nav>li:hover>a.on::before{
		content: '-';
	} */
	.nav .sec {
		width: 100%;
		box-shadow: unset;
		padding: 0;
		border-radius: 0;
		background-color: #F2F2F2;
		transition: all 1s;
	}

	.nav .sec>li {
		padding-left: 0;
		border-bottom: 1px solid #fff;
		position: relative;
	}

	.nav .sec>li:hover {
		border-bottom: none;
	}

	.nav .sec>li>.on1 {
		background: unset;
	}

	.nav .sec>li>a>.icon {
		display: inline-block;
		position: absolute;
		width: 40px;
		height: 39px;
		background-color: #E6E6E6;
		top: 0;
		left: 0;
		transform: translateX(-100%);
		text-align: center;
		line-height: 35px;
		font-size: 16px;
	}

	.nav .sec>li>a>.icon::before {
		content: '+';
		top: 50%;
		left: -25px;
		transform: translateY(-54%);
	}

	.nav .sec>li>a>.up::before {
		content: '-';
		top: 50%;
		left: -25px;
		transform: translateY(-54%);
	}

	.nav .sec>li>a>.null::before {
		content: '-';
		top: 50%;
		left: -25px;
		transform: translateY(-54%);
	}

	/* .nav .sec>li.on.cion{
		display: inline-block;
		position: absolute;
		width: 40px;
		height: 40px;
		background-color: #E6E6E6;
		top: 0;
		left: 0;
		transform: translateX(-100%);
		text-align: center;
		line-height: 35px;
	} */
	/* .nav .sec>li.on:hover::before{
		content: '-';
	} */
	.nav .sec .level {
		background-color: transparent;
		box-shadow: unset;
		padding: 0;
		display: block;
		height: 0;
		opacity: 0;
		transition: all .2s;
	}

	.nav .sec>.nav_item_active>.level {
		height: 100%;
		opacity: 1;
	}

	.nav .sec .level li {
		text-align: left;
		border-bottom: 1px solid #fff;
	}

	.nav>li {
		width: 100%;
		line-height: 40px;
		border-bottom: 1px solid #F2F2F2;
	}

	.banner {
		margin-top: 60px;
	}

	.nav>li a {
		font-size: 14px;
		text-align: left;
	}

	.fp_box_1 .left {
		width: 100%;
		float: none;
		margin-right: 0%;
	}

	.fp_box_1 .zhong {
		width: 100%;
		float: none;
		margin-left: 0%;
	}

	.fp_box_1 .rii {
		width: 100%;
		float: none;
	}

	.fp_box_1 .title h3 {
		font-size: 21px;
		font-family: Open Sans;
		font-weight: 600;
		border-bottom: 2px solid #d15757;
		color: #838383;
		padding-bottom: 5px;
		margin-top: 20px;
	}

	.fp_box_2 .container {
		position: relative;
		padding-bottom: 25px;
	}

	footer ul li {
		width: 50%;
		float: left;
	}

	footer ul li a {
		display: block;
		font-family: PT Sans;
		font-weight: 400;
		font-size: 8px;
		color: #000;
		margin-bottom: 5px;
		text-align: left;

	}

	.footer .top a {
		padding: 5px 10px;
		font-family: PT Sans;
		font-weight: 400;
		color: #c1c1c1;
		font-size: 12px;
		width: 33.33%;
		float: left;
	}

	.footer .top {
		margin-bottom: 20px;
	}

	.fp_box_3 .left {
		display: none;
	}

	.fp_box_3 .zhong {
		width: 100%;
		float: none;
	}

	.list ul li {
		width: 100%;
		float: left;
		padding: 15px;
	}

	.list ul li .pic {
		width: 100%;
		overflow: hidden;
		height: auto;
		position: relative;
	}

	.fp_box_3 .rii {
		float: right;
		width: 100%;
		margin-top: 0px;
	}

	.right_head {
		display: none;
	}

	.title {
		text-align: center;
		padding: 10px 0;
	}

	.title h3 {
		font-weight: 100;
		color: #1457a0;
		text-align: center;
		margin: 1% 0;
		font-size: 20px;
	}

	.title span {
		font-weight: 100;
		color: #333;
		text-align: center;
		margin: 1% 0;
		font-size: 15px;
	}
	.dy_box_1 h4 {
	    font-weight: 100;
	    color: #333;
	    text-align: center;
	    margin: 1% 0;
	    font-size: 12px;
	    margin-bottom: 14px;
	}
	.dy_box_1 .text {
	    background-color: #1457A0;
	    padding: 20px 10px;
	    min-height: 180px;
	}
	.dy_box_1 img {
	    display: block;
	    width: 100%;
	    height: 170px;
	    
	}
	.dy_box_1 .text p {
	    font-size: 12px;
	    color: #fff;
	    line-height: 14px;
	}
	.dy_box_1 .text a {
	    margin-top: 15px;
	    display: block;
	    text-align: center;
	}
	.dy_box_1 {
	    padding-bottom: 30px;
	    background: #E7E7E7;
	}
	.dy_box_4 .col-sm-6 .text {
	    position: relative;
	    padding-left: 60px;
	}
	.dy_box_4 .col-sm-6 .text em {
	    position: absolute;
	    top: -10px;
	    left: 0;
	    color: #92C435;
	    font-weight: bold;
	    font-size: 35px;
	}
	.dy_box_4 .col-sm-6 .text h3 {
	    font-size: 16px;
	    color: #1457a0;
	    font-weight: bold;
	    margin-bottom: 10px;
	}
	.dy_box_4 .col-sm-6 .text p {
	    font-size: 14px;
	    color: #333;
	    line-height: 20px;
	    text-align: left;
	}
	.dy_box_6 .left ul li a {
	    display: block;
	    width: 70%;
	    float: left;
		text-align:left;
	    font-size: 14px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 1;
	}
	.dy_box_6 .left ul li span {
	    display: block;
	    width: 30%;
	    float: right;
	    font-size: 14px;
	    text-align: right;
	    color: #999;
	}
	.dy_box_6 .left .more {
	    width: 100px;
	    height: 35px;
	    display: block;
	    color: #006bb7;
	    border: 1px solid #006bb7;
	    margin-top: 20px;
	    text-align: center;
	    line-height: 40px;
	    margin-bottom: 20px;
	}
	.header .logo {
	    width: 160px;
	    margin-top: 5px;
	}
	footer ul li {
		margin-bottom: 20px;
	}
	footer ul li a {
	    font-weight: 100;
	        color: #fff;
	        font-size: 12px;
	        text-align: left;
	        margin-bottom: 5px;
	}
	footer ul li.li1 {
	    width: 50%;
	}
	footer ul li.li2 {
	    width: 50%;
	}
	footer ul li.li3 {
	    width: 100%;
	}
	footer ul li.li3 img {
	    max-width: 45%;
	}
	.dy_box_8 {
		padding-bottom: 0;
		padding-top: 20px;
	}
	.dy_box_8 .left {
	    display: none;
	}
	.dy_box_8 .right {
	    width: 100%;
	    float: none;
	}
	.sp_list li{
		padding: 0;
		
	}
	.un_page a {
	    display: inline-block;
	    height: 30px;
	    line-height: 30px;
	    border: 1px solid #e5e5e5;
	    padding: 0 10px;
	    border-radius: 5px;
	}
	.liuyan {
	    padding: 10px 10px;
	}
	.mui-input-row textarea {
	    width: 300px;
	    height: 135px;
	    border: 1px solid #ccc;
	    padding-left: 5px;
	}
	.mui-input-row input {
	    width: 300px;
	    height: 35px;
	    border: 1px solid #ccc;
	    padding-left: 5px;
	}
	.dy_box_7 ul li a img {
	    width: 100%;
	    height: 80px;
	    object-fit: cover;
	}
	.dy_box_7 ul li a em {
	    display: block;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    left: 0;
	    background: rgba(0, 0, 0, 0.4);
	    color: #fff;
	    text-align: center;
	    line-height: 80px;
	    font-size: 15px;
	}
	.dy_box_7 ul li {
	    width: 50%;
	    float: left;
	    padding: 0 15px;
	    margin-top: 20px;
	}
	.dy_box_7 ul {
	   
	    padding-bottom: 10px;
	}
	.lianxi img {
	    float: none;
		width: 50%;
		display: block;
		margin: 0 auto;
	}
	.lianxi .wenzi {
	    float: none;
	    width: 100%;
	    padding-top: 20px;
	    font-size: 15px;
	}
	.news_list ul li a {
	    color: #006bb7;
	    font-size: 12px;
	    float: left;
	    display: block;
	    width: 80%;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 1;
	}
	.news_list ul li span {
	    color: #333;
	    font-size: 12px;
	    float: right;
	    display: block;
	    text-align: right;
	    width: 20%;
	}
	.news_list ul li {
	    padding: 13px 0;
	    border-bottom: 1px dashed #ccc;
	}
	
	.news_list ul {
	    padding: 30px 0;
		padding-bottom: 0;
	}
	.news_xq{
		padding-bottom: 30px;
	}
	.news_xq .tolti h3 {
	    margin-bottom: 10px;
	    font-weight: normal;
	    font-size: 16px;
	}
	.news_xq .tolti span {
	   
	    font-size: 12px;
	}
}





  @media (min-width:1920px) {

 .zongkuan{
  
  width:100%;
  
  
  }
  
    .zongleft{
  width:50%; float:right;}
  
  .zongright{
  width:50%;}
  
  }
  
  
    @media (min-width:2560px) {

 .zongkuan{
  
  width:100%;
  
  
  }
  
    .zongleft{
  width:50%; float:right;}
  
  .zongright{
  width:50%;}
  
  }
  
  
  
  
    @media (min-width:1680px) {

 .zongkuan{
  
  width:100%;
  
  
  }
  
    .zongleft{
  width:50%; float:right;}
  
  .zongright{
  width:50%;}
  
  }
  
  
  
  
      @media (min-width:1440px) {

 .zongkuan{
  
  width:100%;
  
  
  }
  
    .zongleft{
  width:50%; float:right;}
  
  .zongright{
  width:50%;}
  
  }
  
  
  
  
      @media (min-width:1280px) {

 .zongkuan{
  
  width:100%;
  
  
  }
  
    .zongleft{
  width:50%; float:right;}
  
  .zongright{
  width:50%;}
  
  }
  
  
  
  
  
  
  @media (min-width:768px) {
	  .zongkuan{
  
  width:100%;
  
  
  }
  
    .zongleft{
  width:50%; float:right;}
  
  .zongright{
  width:50%;}
}
  
  





