.layout {
	overflow:hidden;
	padding-top:5.208333333333334rem;
}
.wrap {
	width:72.91666666666667rem;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.header {
	position:fixed;
	left:0;
	right:0;
	top:0;
	background:#fff;
	z-index:99;
	box-shadow:0 0.3125rem 0.5208333333333334rem 0 rgba(80,80,80,0.1);
}
.header .wrap {
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:5.208333333333334rem;
}
.logo img {
	height:2.916666666666667rem;
	display:block;
}
.header .rt {
	display:flex;
	align-items:center;
}
.naver ul {
	display:flex;
	align-items:center;
}
.naver li {
	margin-left:3.9583333333333335rem;
}
.naver li h3 a {
	font-size:0.8854166666666667rem;
	line-height:5.208333333333334rem;
	color:#363636;
	display:block;
}
.naver li.on h3 a,.naver li h3 a:hover {
	color:#045f9f;
	font-weight:bold;
}
.search {
	display:flex;
	align-items:center;
	margin-left:3.6458333333333335rem;
}
.search .btn {
	width:2.0833333333333335rem;
	height:2.0833333333333335rem;
	background:url(../images/qw1.png) no-repeat center/0.9895833333333334rem auto;
	margin-left:0.5208333333333334rem;
	cursor:pointer;
	border:none;
}
.search .txt {
	width:0;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
	border:1px solid transparent;
	border-radius:0.2604166666666667rem;
	height:1.875rem;
	font-size:0.8333333333333334rem;
	color:#333;
	border:none;
}
.search:hover .txt {
	width:8.333333333333334rem;
	padding:0 0.78125rem;
	border:1px solid #ddd;
}
.ench {
	margin-left:1.3541666666666667rem;
	position:relative;
}
.ench:before {
	content:"";
	position:absolute;
	left:-0.7291666666666667rem;
	top:0.5208333333333334rem;
	z-index:1;
	width:0.052083333333333336rem;
	height:1.0416666666666667rem;
	background:#f4f4f4;
}
.ench a img {
	height:0.9895833333333334rem;
	display:block;
}
.ench a {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:0.5208333333333334rem;
	border-radius:0.2604166666666667rem;
}
.ench a:hover {
	background:#f1f1f1;
}
.banner {
	height:31.25rem;
	position:relative;
	overflow:hidden;
}
.banner .wrap {
	height:100%;
	display:flex;
	align-items:center;
}
.banner h4 {
	font-size:1.875rem;
	line-height:1.4;
	color:#012945;
}
.banner h3 {
	font-size:2.1875rem;
	line-height:1.5;
	color:#012945;
	font-weight:bold;
}
.banner i {
	width:2.3958333333333335rem;
	height:0.10416666666666667rem;
	display:block;
	margin:1.0416666666666667rem 0;
	background:#045f9f;
}
.banner p {
	font-size:0.9375rem;
	line-height:1.6;
	color:#012945;
	min-height:3.2em;
	margin-bottom:0.2604166666666667rem;
}
.hbtn {
	width:7.083333333333334rem;
	display:block;
	line-height:2.0833333333333335rem;
	text-align:center;
	font-size:0.7291666666666667rem;
	color:#fff;
	background:#045f9f;
}
.banner .spans {
	position:absolute;
	left:0;
	right:0;
	bottom:1.0416666666666667rem;
	text-align:center;
	z-index:2;
}
.spans span {
	width:0.4166666666666667rem;
	height:0.4166666666666667rem;
	border-radius:50%;
	margin:0 0.5208333333333334rem !important;
	opacity:1;
	background:rgba(255,255,255,0.3);
}
.spans .swiper-pagination-bullet-active {
	background:rgba(255,255,255,1);
}
.hpad {
	padding:4.166666666666667rem 0;
}
.uwpad {
	padding:0 5.208333333333334rem;
}
.htit h3 {
	font-size:1.5625rem;
	line-height:1.6;
	color:#232323;
	font-weight:bold;
	text-align:center;
	margin-bottom:1.0416666666666667rem;
}
.htit.wh h3 {
	color:#fff;
}
.hproduct {
	background:#f7f7f7;
	padding:3.125rem 0 5.208333333333334rem;
}
.hplist ul {
	display:flex;
	flex-wrap:wrap;
}
.hplist li {
	width:25%;
	position:relative;
	overflow:hidden;
}
.hplist li .pic {
	overflow:hidden;
}
.hplist li .pic img {
	width:100%;
	height:23.958333333333336rem;
	display:block;
	object-fit:cover;
}
.hplist li .tx {
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	padding:1.0416666666666667rem;
	z-index:2;
}
.hplist li .tx img {
	display:block;
	height:1.4583333333333335rem;
}
.hplist li .tx h5 {
	font-size:0.9375rem;
	line-height:1.6;
	color:#fff;
	margin-top:0.4166666666666667rem;
}
.hplist li .text {
	position:absolute;
	left:0;
	right:0;
	top:100%;
	bottom:0;
	padding:2.0833333333333335rem 1.0416666666666667rem 1.5625rem;
	display:flex;
	justify-content:space-between;
	flex-direction:column;
	background:rgba(4,95,159,0.83);
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.hplist li .text .tx {
	position:static;
	padding:0;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.hplist li .text .ts {
	margin-top:1.3020833333333335rem;
	padding-top:1.1458333333333335rem;
	border-top:0.052083333333333336rem solid rgba(255,255,255,0.15);
}
.hplist li .text p {
	font-size:0.7291666666666667rem;
	line-height:1.5625rem;
	color:#fff;
}
.hplist li .text .arrow {
	width:2.291666666666667rem;
	display:block;
}
.hplist li:hover .text {
	top:0;
}
.hplist li:hover a>.tx {
	opacity:0;
}
.habout .wrap {
	display:flex;
	justify-content:space-between;
	flex-direction:row-reverse;
}
.habout .pic {
	width:29.6875rem;
	overflow:hidden;
}
.habout .pic img {
	display:block;
	height:100%;
	width:100%;
	object-fit:cover;
}
.habout .text {
	width:calc(100% - 33.85416666666667rem);
	display:flex;
	justify-content:space-between;
	flex-direction:column;
}
.habout .text h3 {
	font-size:1.5625rem;
	line-height:1.6;
	color:#232323;
	font-weight:bold;
}
.habout .text h5 {
	font-size:0.9375rem;
	line-height:1.6;
	color:#045f9f;
	margin:0.8333333333333334rem 0 0.5208333333333334rem;
}
.habout .text p {
	font-size:0.78125rem;
	line-height:2;
	color:#666666;
}
.hzslist ul {
	display:flex;
	flex-wrap:wrap;
}
.hzslist li {
	width:calc((100% - 3.541666666666667rem)/4);
	margin:0 1.1458333333333335rem 1.0416666666666667rem 0;
}
.hzslist li:nth-child(4n) {
	margin-right:0;
}
.hzslist li .pic {
	overflow:hidden;
}
.hzslist li .pic img {
	width:100%;
	height:20.3125rem;
	display:block;
	object-fit:cover;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.hzslist li:hover .pic img {
	transform:scale(1.03);
	-ms-transform:scale(1.03);
	/* IE 9*/
	-moz-transform:scale(1.03);
	/* Firefox*/
	-webkit-transform:scale(1.03);
	/* Safari 和 Chrome*/
	-o-transform:scale(1.03);
}
.hzslist li p {
	font-size:0.78125rem;
	line-height:1.5;
	color:#ccd4e1;
	text-align:center;
	margin-top:0.5208333333333334rem;
	padding:0 1.0416666666666667rem;
}
.hnews .hd {
	display:flex;
	justify-content:space-between;
}
.hnews .hd .picswiper {
	width:30.520833333333336rem;
	overflow:hidden;
	position:relative;
}
.hnews .hd .picswiper .ovs,.hnews .hd .picswiper a {
	width:100%;
	height:100%;
	display:block;
}
.hnews .hd .picswiper img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.hnews .hd .picswiper .ts {
	position:absolute;
	left:0;
	right:0;
	display:block;
	bottom:0;
	z-index:2;
	background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.6));
	width:100%;
	height:100%;
}
.hnews .hd .picswiper p {
	font-size:0.9375rem;
	line-height:1.5;
	color:#fff;
	font-weight:bold;
	position:absolute;
	left:0;
	right:0;
	display:block;
	bottom:0.9375rem;
	padding:0 9.375rem 0 1.25rem;
}
.hnews .hd .picswiper .spans {
	position:absolute;
	right:1.0416666666666667rem;
	bottom:1.5625rem;
	left:auto;
	z-index:5;
	width:auto;
	display:flex;
	align-items:center;
}
.hnews .hd .picswiper span {
	width:0.4166666666666667rem;
	height:0.4166666666666667rem;
	background:#caccd2;
	border-radius:50%;
	opacity:1;
	margin:0 0.2604166666666667rem !important;
}
.hnews .hd .picswiper span.swiper-pagination-bullet-active {
	background:#fff;
	opacity:1;transform: scale(1.5);
}
.hnews .hd .rt {
	width:calc(100% - 31.875rem);
}
.hrnwlist li {
	margin-bottom:1.1458333333333335rem;
}
.hrnwlist li:last-child {
	margin-bottom:0;
}
.hrnwlist li a {
	padding:1.25rem 1.3541666666666667rem;
	display:block;
	background:#f7f7f7;
	background:linear-gradient(to bottom,#f7f7f7,#f7f7f7);
}
.hrnwlist h6 {
	font-size:0.7291666666666667rem;
	line-height:1.6;
	color:#045f9f;
	padding-left:0.9375rem;
	background:url(../images/qw44.png) no-repeat left center/ 0.6770833333333334rem auto;
}
.hrnwlist h4 {
	font-size:0.8333333333333334rem;
	line-height:1.6;
	color:#232323;
	margin-top:0.5208333333333334rem;
}
.hrnwlist p {
	font-size:0.7291666666666667rem;
	line-height:1.5;
	color:#999999;
	height:3em;
	overflow:hidden;
	margin-top:0.5208333333333334rem;
}
.hrnwlist .ar {
	width:3.854166666666667rem;
	height:0.20833333333333334rem;
	margin-top:1.5625rem;
	background:url(../images/qw45.png) no-repeat center/contain;
}
.hrnwlist .flex {
	display:flex;
	flex-wrap:wrap;
	margin-top:1.25rem;
}
.hrnwlist .flex li {
	width:calc((100% - 2.7083333333333335rem)/3);
	margin:0 1.3020833333333335rem 1.0416666666666667rem 0;
}
.hrnwlist .flex li:nth-child(3n) {
	margin-right:0;
}
.hrnwlist .flex li h4 {
	height:3.2em;
	overflow:hidden;
}
.hrnwlist li a:hover {
	background:linear-gradient(to bottom,#3b84b0,#01468d);
}
.hrnwlist li a:hover h6 {
	color:#adc4d8;
	background:url(../images/qw44-1.png) no-repeat left center/0.6770833333333334rem auto;
}
.hrnwlist li a:hover h4 {
	color:#fff;
}
.hrnwlist li a:hover p {
	color:#a8bcd2;
}
.hrnwlist li a:hover .ar {
	background:url(../images/qw45-1.png) no-repeat center / contain;
}
.hnews .hbtn {
	margin:1.5625rem auto 0;
}
.hhezuo {
	background:#f7f7f7;
}
.hhezuo .por {
	position:relative;
}
.hhezuo .next,.hhezuo .prev {
	width:2.0833333333333335rem;
	height:2.0833333333333335rem;
	cursor:pointer;
	background:url(../images/prev.png) no-repeat center/0.7291666666666667rem auto;
	position:absolute;
	left:0;
	top:50%;
	margin:-1.0416666666666667rem -4.166666666666667rem;
	z-index:11;
}
.hhezuo .next {
	transform:rotate(180deg);
	left:auto;
	right:0;
}
.swiperhz {
	overflow:hidden;
}
.swiperhz img {
/*	width:11.979166666666668rem; */
/*	height:7.291666666666667rem; */
	display:block;
	object-fit:cover;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.swiperhz .swiper-slide img {
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.footer {
	padding:3.6458333333333335rem 0 3.125rem;
	background:url(../images/qw7.jpg) no-repeat center/cover;
}
.footer .wrap {
	display:flex;
	justify-content:space-between;
}
.footer .lt {
	width:15.625rem;
}
.footer .flogo img {
	display:block;
	height:2.1875rem;
}
.footer .lt p {
	font-size:0.7291666666666667rem;
	line-height:1.6;
	color:#a6b7ce;
	margin-top:2.916666666666667rem;
}
.footer .lt p a {
	color:#a6b7ce;
}
.footer .cent {
	padding:0 3.3333333333333335rem;
	border:1px solid rgba(255,255,255,0.13);
	border-top:none;
	border-bottom:none;
	width:40.625rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.footer .cent dl {
	display:flex;
	justify-content:space-between;
	border-bottom:0.052083333333333336rem solid rgba(255,255,255,0.13);
	padding-bottom:1.0416666666666667rem;
	margin-bottom:1.1458333333333335rem;
}
.footer .cent h5 {
	font-size:0.7291666666666667rem;
	line-height:1.5;
	color:#fff;
}
.footer .cent h4 {
	font-size:1.1458333333333335rem;
	line-height:1.5;
	color:#fff;
}
.footer .cent p {
	font-size:0.7291666666666667rem;
	line-height:1.7;
	color:#fff;
	margin-bottom:0.2604166666666667rem;
	padding-left:0.8333333333333334rem;
	background:url(../images/qw8.png) no-repeat left 0.3rem/0.6770833333333334rem auto;
}
.footer .fnav li a {
	display:block;
	font-size:0.7291666666666667rem;
	line-height:1.6666666666666667rem;
	color:#fff;
}
.wban {
	height:15.625rem;
	overflow:hidden;
}
.wtab {
	display:flex;
	justify-content:center;
	align-items:center;
}
.wtab ul {
	display:flex;
	justify-content:center;
	border-radius:1.5625rem;
	border:1px solid #e5e5e5;
	overflow:hidden;
	background:#fafafa;
	padding:0.052083333333333336rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.wtab li {
	width:6.666666666666667rem;
}
.wtab li a {
	display:block;
	text-align:center;
	font-size:0.8854166666666667rem;
	line-height:2.1875rem;
	color:#666666;
	border-radius:1.5625rem;
}
.wtab li.on a,.wtab li a:hover {
	background:#045f9f;
	color:#fff;
}
.wnweslist li a {
	display:flex;
	justify-content:space-between;
	padding:0.5208333333333334rem 0.625rem;
	transition:all 0s;
}
.wnweslist li {
	padding:0.9375rem 0;
	border-bottom:0.052083333333333336rem solid #f2f2f2;
}
.wnweslist .pic {
	width:12.760416666666668rem;
	overflow:hidden;
	height:8.958333333333334rem;
}
.wnweslist .pic img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.wnweslist .text {
	flex:1;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:0.5208333333333334rem 1.5625rem 0;
}
.wnweslist .text h3 {
	font-size:0.8854166666666667rem;
	line-height:1.6;
	color:#363636;
}
.wnweslist .text p {
	font-size:0.7291666666666667rem;
	line-height:1.7;
	color:#666666;
	margin:0.78125rem 0 1.3020833333333335rem;
}
.bt {
	width:6.354166666666667rem;
	text-align:center;
	font-size:0.7291666666666667rem;
	line-height:1.7708333333333335rem;
	color:#fff;
	border-radius:2.604166666666667rem;
	background:#045f9f;
}
.wnweslist dl {
	padding-left:1.5625rem;
	width:9.375rem;
	position:relative;
	margin-top:0.5208333333333334rem;
}
.wnweslist dl::before {
	position:absolute;
	left:0;
	bottom:0.5208333333333334rem;
	width:0.052083333333333336rem;
	top:0.5208333333333334rem;
	background:#eeeeee;
	content:"";
}
.wnweslist dl dd {
	display:flex;
	align-items:center;
	font-size:0.7291666666666667rem;
	line-height:1.6;
	color:#999999;
	margin-bottom:0.8333333333333334rem;
}
.wnweslist dl dd i {
	width:0.9895833333333334rem;
	height:0.9895833333333334rem;
	display:block;
	overflow:hidden;
	margin-right:0.3125rem;
}
.wnweslist dl dd img {
	width:100%;
	height:100%;
	display:block;
	object-fit:contain;
}
.wnweslist li dd img:first-child {
	display:inline-block;
}
.wnweslist li dd img:last-child {
	display:none;
}
.wnweslist li:hover dd img:first-child {
	display:none;
}
.wnweslist li:hover dd img:last-child {
	display:inline-block;
}
.hpage {
	margin-top:2.0833333333333335rem;
}
.hpage ul {
	display:flex;
	align-items:center;
	justify-content:center;
}
.hpage ul li {
	margin:0 0.3125rem;
	font-size:0.7291666666666667rem;
	line-height:1.5625rem;
	color:#363636;
}
.hpage ul li a {
	font-size:0.7291666666666667rem;
	line-height:1.5625rem;
	color:#363636;
	min-width:1.5625rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	display:block;
	text-align:center;
	padding:0 0.46875rem;
	border-radius:0.15625rem;
}
.hpage ul li.on a,.hpage ul li a:hover {
	background:#045f9f;
	color:#fff;
}
.hpage ul li:nth-child(1) a {
	margin-right:1.5625rem;
}
.hpage ul li:last-child a {
	margin-left:1.5625rem;
}
.wnweslist li a:hover {
	background:#045f9f;
}
.wnweslist li a:hover h3 {
	color:#fff;
}
.wnweslist li a:hover p {
	color:#ccd7e5;
}
.wnweslist li a:hover .bt {
	background:#fff;
	color:#045f9f;
}
.wnweslist li a:hover dl::before {
	background:#1e6fa9;
}
.nbtn a {
	display:flex;
	justify-content:center;
	width:4.583333333333334rem;
	align-items:center;
	font-size:0.7291666666666667rem;
	line-height:1.5625rem;
	color:#7e848b;
	border:1px solid #c7ccd4;
	border-radius:1.0416666666666667rem;
}
.nbtn a i {
	width:0.4166666666666667rem;
	height:0.6770833333333334rem;
	background:url(../images/qw25.png) no-repeat center/contain;
	margin-right:0.20833333333333334rem;
	display:block;
}
.newsdel {
	padding:1.0416666666666667rem 0 3.90625rem;
}
.newsdel .hd {
	padding:1.3541666666666667rem 0 1.0416666666666667rem;
	border-bottom:0.052083333333333336rem solid #dcdcdc;
	text-align:center;
}
.newsdel .hd h1 {
	font-size:1.5625rem;
	line-height:1.6;
	color:#0d0d0d;
	font-weight:bold;
}
.newsdel .hd .flex {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top:0.8333333333333334rem;
}
.newsdel .hd p {
	font-size:0.7291666666666667rem;
	line-height:1.6;
	color:#999999;
	margin:0 1.1458333333333335rem;
	display:flex;
	align-items:center;
}
.newsdel .hd p img {
	display:block;
	margin-right:0.4166666666666667rem;
}
.detail {
	padding:2.291666666666667rem 0;
	border-bottom:0.052083333333333336rem solid #dcdcdc;
	font-size:0.8333333333333334rem;
	line-height:1.8;
	color:#666666;
	margin-bottom:2.0833333333333335rem;
}
.detail video,.detail img {
	width:100%;
	display:block;
	height:auto !important;
}
.neprbtn a {
	display:inline-block;
	font-size:0.8333333333333334rem;
	line-height:1.7;
	color:#363636;
	margin-bottom:0.7291666666666667rem;
}
.neprbtn a i {
	color:#666666;
}
.hylist ul {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.hylist li {
	width:calc((100% - 2.604166666666667rem)/2);
	margin-bottom:2.916666666666667rem;
}
.hylist li .pic {
	height:15.364583333333334rem;
	overflow:hidden;
	position:relative;
}
.hylist li .pic img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.hylist li .pic h4 {
	position:absolute;
	left:0;
	top:0;
	padding:1.5625rem 2.0833333333333335rem 0;
	font-size:1.4583333333333335rem;
	line-height:1.6;
	color:#fff;
	font-weight:bold;
}
.hylist li dd a {
	font-size:0.9375rem;
	line-height:3.125rem;
	color:#000000;
	border-bottom:0.052083333333333336rem solid #eeeeee;
	display:block;
}
.hangydel {
	padding:1.0416666666666667rem 0 4.166666666666667rem;
}
.hangydel .flex {
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	margin-top:1.5625rem;
}
.wltab {
	width:12.8125rem;
	position:sticky;
	top:7.291666666666667rem;
	z-index:22;
	background:#fff;
}
.wltab li a {
	display:inline-block;
	position:relative;
	font-size:0.8854166666666667rem;
	line-height:2;
	color:#232323;
	margin-bottom:0.8333333333333334rem;
	transition:all 0s;
}
.wltab li i {
	position:absolute;
	left:0;
	bottom:0;
	height:0.052083333333333336rem;
	background:#d2d2d2;
	width:0.5208333333333334rem;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.wltab li.on a i,.wltab li a:hover i {
	width:100%;
	background:#045f9f;
}
.wltab li.on a,.wltab li a:hover {
	color:#045f9f;
	font-weight:bold;
}
.hangydel .rt {
	width:calc(100% - 12.8125rem);
}
.hangydel .rt .lis:nth-child(1) {
	border-top:none;
	padding-top:0;
}
.hangydel .rt .lis {
	border-top:0.052083333333333336rem solid #7d7d7d;
	padding:1.0416666666666667rem 0 4.166666666666667rem;
}
.hangydel .rt h4 {
	font-size:1.3541666666666667rem;
	line-height:1.7;
	color:#232323;
	font-weight:bold;
}
.hangydel .rt h5 {
	font-size:1.0416666666666667rem;
	line-height:2;
	color:#045f9f;
	font-weight:bold;
	margin-bottom:0.20833333333333334rem;
}
.hangydel .rt p {
	font-size:0.9375rem;
	line-height:2;
	color:#363636;
}
.hangydel .rt dl {
	margin-top:0.7291666666666667rem;
}
.hangydel .por {
	position:relative;
	margin-top:1.5625rem;
}
.hangydel .por .prev,.hangydel .por .next {
	position:absolute;
	left:0;
	top:50%;
	width:2.0833333333333335rem;
	height:2.0833333333333335rem;
	margin:-1.0416666666666667rem -3.125rem 0;
	z-index:1;
	cursor:pointer;
	background:url(../images/prev.png) no-repeat center/0.7291666666666667rem auto;
}
.hangydel .por .next {
	left:auto;
	right:0;
	transform:rotate(180deg);
}
.hangydel .por .pswiper {
	overflow:hidden;
	height:14.895833333333334rem;
}
.hangydel .por .pswiper img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.hezuo2 .htit {
	margin-bottom:1.875rem;
}
.hezuo2 h4 {
	font-size:1.25rem;
	line-height:1.6;
	color:#232323;
	text-align:center;
	font-weight:bold;
	margin-bottom:1.0416666666666667rem;
}
.hezuo2 .lis {
	margin-bottom:2.0833333333333335rem;
}
.hezuo2 ul {
	display:flex;
	flex-wrap:wrap;
}
.hezuo2 li {
	width:calc((100% - 2.604166666666667rem)/4);
	margin-right:0.8333333333333334rem;
	margin-bottom:0.8333333333333334rem;
}
.hezuo2 li:nth-child(4n) {
	margin-right:0;
}
.hezuo2 li .icon {
	height:5.3125rem;
	background:#f7f7f7;
	display:flex;
	align-items:center;
	justify-content:center;
}
.hezuo2 li .icon img {
	max-width:80%;
	max-height:80%;
	display:block;
	object-fit:contain;
}
.hezuo2 li p {
	font-size:0.78125rem;
	line-height:1.6;
	color:#666666;
	text-align:center;
	margin-top:0.4166666666666667rem;
}
.contact .hd {
	padding-top:3.6458333333333335rem;
	margin-bottom:-10.416666666666668rem;
	position:relative;
	z-index:22;
}
.contact .hd .iconlist ul {
	display:flex;
	justify-content:space-between;
	margin-top:2.0833333333333335rem;
}
.contact .hd .iconlist li {
	width:22%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	border-left:0.052083333333333336rem solid #eeeeee;
	text-align:center;
}
.contact .hd .iconlist li:nth-child(2) {
	width:28%;
}
.contact .hd .iconlist li:nth-child(3) {
	width:28%;
}
.contact .hd .iconlist li:first-child {
	border:none;
}
.contact .hd .iconlist li img {
	display:block;
	width:3.072916666666667rem;
	height:3.072916666666667rem;
	object-fit:contain;
	margin:0 auto;
}
.contact .hd .iconlist li h5 {
	font-size:0.8333333333333334rem;
	line-height:1.6;
	color:#666666;
	margin:0.625rem 0 0.4166666666666667rem;
}
.contact .hd .iconlist li h4 {
	font-size:0.9375rem;
	line-height:1.6;
	color:#232323;
	font-weight:bold;
}
.contact .box {
	background:#fff;
	box-shadow:0 0 0.5208333333333334rem 0 rgba(80,80,80,0.2);
	margin-top:3.125rem;
}
.contact .box .th {
	background:url(../images/qw13.jpg) no-repeat center/cover;
	text-align:center;
	padding:1.3020833333333335rem 0 1.0416666666666667rem;
}
.contact .box .th h4 {
	font-size:1.25rem;
	line-height:1.6;
	color:#fff;
	font-weight:bold;
	margin-bottom:0.20833333333333334rem;
}
.contact .box h5 {
	font-size:0.8333333333333334rem;
	line-height:1.6;
	color:#fff;
}
.contact .box .tb {
	padding:2.0833333333333335rem 1.8229166666666667rem 1.8229166666666667rem;
}
.contact .box .tb ul {
	display:flex;
	flex-wrap:wrap;
}
.contact .box .tb li {
	width:calc((100% - 2.604166666666667rem)/3);
	margin-bottom:0.78125rem;
	margin-right:1.3020833333333335rem;
}
.contact .box .tb li:nth-child(3) {
	margin-right:0;
}
.contact .box .tb li:nth-child(4) {
	width:100%;
	margin-right:0;
}
.contact .box .tb li .txt {
	width:100%;
	background:#f7f7f7;
	border-radius:0.3125rem;
	border:none;
	height:2.5rem;
	font-size:0.8333333333333334rem;
	color:#363636;
	padding:0 0.9375rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #f7f7f7;
}
.contact .box .tb li .txt1 {
	padding:0.5208333333333334rem 0.9375rem;
	height:5.208333333333334rem;
	line-height:1.7;
	resize:none;
}
.contact .box .tb .cbtn {
	width:9.375rem;
	border:none;
	text-align:center;
	font-size:0.8333333333333334rem;
	cursor:pointer;
	line-height:2.5rem;
	color:#fff;
	border-radius:0.3125rem;
	background:#045f9f;
}
.map {
	height:36.97916666666667rem;
}
.map img {
	max-width:inherit;
}
.about .hd {
	text-align:center;
	margin-bottom:1.0416666666666667rem;
}
.about .hd h1 {
	font-size:1.5625rem;
	line-height:1.6;
	color:#232323;
	font-weight:bold;
	margin-bottom:0.5208333333333334rem;
}
.about .hd h6 {
	font-size:0.9375rem;
	line-height:1.5;
	color:#045f9f;
}
.about .pic img {
	width:100%;
	display:block;
}
.about .bd {
	margin-top:1.7708333333333335rem;
}
.about .bd li {
	margin-bottom:2.0833333333333335rem;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.about .bd li h4 {
	font-size:0.9375rem;
	line-height:1.8;
	color:#045f9f;
	font-weight:bold;
	width:14.322916666666668rem;
	display:flex;
	align-items:center;
}
.about .bd li h4 i {
	background:#e5e5e5;
	height:0.052083333333333336rem;
	flex:1;
	margin-left:0.5208333333333334rem;
}
.about .bd li p {
	font-size:0.8333333333333334rem;
	line-height:2;
	color:#363636;
	width:calc(100% - 15.625rem);
}
.hzslist2 li p {
	color:#666666;
}
.hzslist2 {
	overflow:hidden;
}
.hzslist2 ul {
	flex-wrap:initial;
}
.hzslist2 li {
	width:auto;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	margin-right:1.0416666666666667rem;
}
.hzizhi .por {
	position:relative;
}
.hzizhi .next,.hzizhi .prev {
	width:2.0833333333333335rem;
	height:2.0833333333333335rem;
	cursor:pointer;
	background:url(../images/prev.png) no-repeat center/0.7291666666666667rem auto;
	position:absolute;
	left:0;
	top:50%;
	margin:-1.0416666666666667rem -4.166666666666667rem;
	z-index:11;
}
.hzizhi .next {
	transform:rotate(180deg);
	left:auto;
	right:0;
}
.contact .box .tb .cbtn:hover,.hbtn:hover {
	background:#044675;
}
.banner .swiper-slide-active .txt {
	-webkit-animation:fadeInUp 1s .2s ease both;
	-moz-animation:fadeInUp 1s .2s ease both;
}
.wnweslist .pic img,.hylist li .pic img,.hnews .hd .picswiper img,.hplist li .pic img {
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.wnweslist li:hover .pic img,.hylist li:hover .pic img,.hnews .hd .picswiper .swiper-slide:hover img,.hplist li:hover .pic img {
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	/* IE 9*/
	-moz-transform:scale(1.1);
	/* Firefox*/
	-webkit-transform:scale(1.1);
	/* Safari 和 Chrome*/
	-o-transform:scale(1.1);
}
.hangydel .por .prev:hover,.hangydel .por .next:hover,.hzizhi .next:hover,.hzizhi .prev:hover,.hhezuo .next:hover,.hhezuo .prev:hover {
	background:url(../images/prev-1.png) no-repeat center / 0.7291666666666667rem auto;
}
.neprbtn a:hover,.hylist li dd a:hover {
	color:#045f9f;
}
.contact .box .tb li .txt:focus {
	border-color:#045f9f;
}
.nbtn a:hover {
	background:#045f9f;
	border-color:#045f9f;
	color:#fff;
}
.nbtn a:hover i {
	background:url(../images/qw25-1.png) no-repeat center / contain;
}
.hrnwlist *,.hrnwlist h4,.bt,.wnweslist .text p,.wnweslist .text h3,.wnweslist li a p,.wnweslist dl::before,.wnweslist li a,.contact .box .tb li .txt,.contact .box .tb .cbtn {
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}

.nodata{
	margin: 0 auto;
	color:#666;
	background:url(../images/nodata.png) no-repeat center;
	background-size: 100%;
	height: 5rem;
	width: 5rem;
	margin-top: 4rem;
	
}
