@font-face {
	font-family: D-DIN;
	src: url(../font/D-DIN-PRO-700-Bold.ttf);
}
body{padding: 0;margin: 0;font-family: "Source Han Sans";font-size: 16px;color: #333333;overflow-x:hidden;}
body.noscroll{height: 100vh;overflow-y: hidden;}
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
p{margin: 0;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;text-decoration: none;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;}
.ovh1{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}

.flexcen{display: flex;justify-content: center;align-items: center;}
.flexsta{display: flex;justify-content: flex-start;align-items: center;}
.flexend{display: flex;justify-content: flex-end;align-items: center;}
.flexbet{display: flex;justify-content: space-between;align-items: center;}
.flexaro{display: flex;justify-content: space-around;align-items: center;}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
.imgH{overflow: hidden;}
.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.imgH:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}
.hidden-xs{display: block;}
.visible-xs{display: none;}
*{box-sizing: border-box;}
.db{display: block;}
.tc{text-align: center;}
img{max-width: 100%;}
.c_center{width: 1200px;margin: 0 auto;}
.baibg{background: #ffffff;}
.huibg{background: #F5F5F5;}
.heibg{background: #151412;}
.pore{position: relative;}
.flexb{display: flex;align-items: center;justify-content: center;}
.flexb2{display: flex;align-items: center;justify-content: space-between;}
.flexb3{display: flex;align-items: flex-start;justify-content: space-between;}
.swiper{position: relative;overflow: hidden;}
.bgBox{background: url() center no-repeat;background-size: cover;}
.wrap{padding: 0 15px;max-width: 1470px;margin: 0 auto;width: 96%;}
@media (max-width:800px) {.wrap{max-width: 100%;width: 100%;};}
.row{display: flex;justify-content: flex-start;align-items: center;align-items: stretch;flex-wrap: wrap;}
.row .kuang{height: 100%;}
.col_6{width: calc(100% / 6);}
.col_5{width: calc(100% / 5);}
.col_4{width: calc(100% / 4);}
.col_3{width: calc(100% / 3);}
.col_2{width: calc(100% / 2);}
.imgB{
	position: relative;
    padding-top: 100%;
	display: block;
}
.imgB .pic{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.imgB .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
	display: block;
}


header{
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	z-index: 99;
	transition: all 0.3s;
	border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
header .nrBox{height: 100px;}
header .logo img{max-height: 60px;display: block;}
header .logo img.cai{display: none;}
header .menuUl>li{
	position: relative;
}
header .menuUl .yiji{
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
header .menuUl .yiji a{
	font-size: 18px;
	color: #ffffff;
	line-height: 100px;
	display: block;
	position: relative; 
	text-align: center;
	padding: 0 1.56vw;
}
header .menuUl>li .yiji a::before{
	content: "";
	display: block;
	width: 0;
	height: 3px;
	border-radius: 3px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	background: #ffffff;
	transition: all 0.3s;
}
header .menuUl>li.on .yiji a::before,
header .menuUl>li:hover .yiji a::before{
	width: calc(100% - 3.12vw);
	left: 1.56vw;
}
header .menuUl>li:last-child .yiji a{padding-right: 0;}
header .menuUl>li:last-child.on .yiji a::before,
header .menuUl>li:last-child:hover .yiji a::before{
	width: calc(100% - 1.56vw);
	left: 1.56vw;
}
header .menuUl>li.hasDown::before{
	content: "";
	position: fixed;
	left: 0px;
	top: 100px;
	width: 100vw;
	height: 60px;
	background: #F5F5F5;
	z-index: 1;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(-20px);
	z-index: 2;
	transition: all 0.3s;
}
header .menuUl>li.hasDown:hover::before{
	opacity: 1;
	height: 60px;
	visibility: visible;
	transform: translateY(0);
}
header .menuUl .erjiBox{
	position: absolute;
	left: 50%;
	top: 100px;
	transition: all 0.3s;
	text-align: left;
	width: max-content;
	width: -webkit-max-content;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(-20px) translateX(-50%);
	min-width: 150px;
	z-index: 2;
}
header .menuUl>li:hover .erjiBox{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0) translateX(-50%);
}
header .menuUl .erjiUl{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}
header .menuUl .erjiUl>li>a{
	font-size: 16px;
	color: #333333;
	transition: all 0.3s;
	width: 100%;
	position: relative;
	display: block;
	padding: 0 1.56vw;
	line-height: 60px;
}
header .menuUl .erjiUl>li>a:hover{color: #01b6bd;}
header .mopenBtn{display: none;}
header.onFix{background: #ffffff;}
header.onFix .logo img.bai{display: none;}
header.onFix .logo img.cai{display: block;}
header.onFix .menuUl .yiji a{color: #333333;}
header.onFix .menuUl>li .yiji a::before{background: #01b6bd;}
header.onFix .menuUl>li.on .yiji a,
header.onFix .menuUl>li:hover .yiji a{color: #01b6bd;}
@media (max-width:1232px) {
	header .menuUl .yiji a{font-size: 16px;}
}
@media (max-width:1024px) {
	header{background: #ffffff;}
	header .logo img.cai{display: block;}
	header .logo img.bai{display: none;}
	header .nrBox{height: 56px;}
	header .logo img{max-height: 36px;}
	header .findBox{height: 56px;}
	header .mopenBtn{
		display: block;
		width: 26px;
		height: 56px;
		position: relative;
		z-index: 20;
		float: right;
		cursor: pointer;
		transition: 0.4s;
	}
	header .mopenBtn span {
		margin-top: 28px;
		display: block;
		width: 100%;
		height: 2px;
		background: #01b6bd;
		position: relative;
		vertical-align: middle;
		-webkit-transition-duration: .3s, .3s;
		-moz-transition-duration: .3s, .3s;
		-ms-transition-duration: .3s, .3s;
		-o-transition-duration: .3s, .3s;
		transition-duration: .3s, .3s;
		-webkit-transition-delay: .3s, 0s;
		-moz-transition-delay: .3s, 0s;
		-ms-transition-delay: .3s, 0s;
		-o-transition-delay: .3s, 0s;
		transition-delay: .3s, 0s;
		transition: color 0.3s 0s;
	}
	header .mopenBtn span:after, 
	header .mopenBtn span:before {
		content: "";
		position: absolute;
		display: inline-block;
		width: 26px;
		height: 2px;
		left: 0;
		background-color: #01b6bd;
		-webkit-transition-duration: .3s, .3s;
		-moz-transition-duration: .3s, .3s;
		-ms-transition-duration: .3s, .3s;
		-o-transition-duration: .3s, .3s;
		transition-duration: .3s, .3s;
		-webkit-transition-delay: .3s, 0s;
		-moz-transition-delay: .3s, 0s;
		-ms-transition-delay: .3s, 0s;
		-o-transition-delay: .3s, 0s;
		transition-delay: .3s, 0s;
	}
	header .mopenBtn span:before {
		top: -8px;
		-webkit-transition-property: top, transform;
		-moz-transition-property: top, transform;
		-ms-transition-property: top, transform;
		-o-transition-property: top, transform;
		transition-property: top, transform;
	}
	header .mopenBtn span:after {
		bottom: -8px;
		-webkit-transition-property: bottom, transform;
		-moz-transition-property: bottom, transform;
		-ms-transition-property: bottom, transform;
		-o-transition-property: bottom, transform;
		transition-property: bottom, transform;
	}
	header.open .mopenBtn span {
		background-color: transparent;
		-webkit-transition-delay: 0s, 0s;
		-moz-transition-delay: 0s, 0s;
		-ms-transition-delay: 0s, 0s;
		-o-transition-delay: 0s, 0s;
		transition-delay: 0s, 0s;
	}
	header.open .mopenBtn span:after, 
	header.open .mopenBtn span:before {
		-webkit-transition-delay: 0s, .3s;
		-moz-transition-delay: 0s, .3s;
		-ms-transition-delay: 0s, .3s;
		-o-transition-delay: 0s, .3s;
		transition-delay: 0s, .3s;
	}
	header.open .mopenBtn span:before {
		top: 0px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	header.open .mopenBtn span:after {
		bottom: 0px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	body.nofix{height: 100vh;overflow-y: hidden;}
	header .menuB{
		position: fixed;
		right: -100%;
		top: 56px;
		display: block;
		width: 100%;
		height: calc(100vh - 56px);
		background: #ffffff;
		transition: all 0.3s;
	}
	header.open .menuB{right: 0;}
	header .menuUl{
		display: block;
		padding: 16px;
		overflow: auto;
		height: 100%;
	}
	header .menuUl>li{margin: 0;border-bottom: 1px dashed #d6d6d6;}
	header .menuUl .yiji{height: auto;display: block;}
	header .menuUl .yiji a{line-height: 40px;color: #333333;width: calc(100% - 40px);padding: 0;text-align: left;}
	header .menuUl>li.on .yiji a::before{display: none;}
	header .menuUl>li .yiji a::before{display: none;}
	header .menuUl>li.hasDown:hover::before{display: none;}
	header .menuUl .hasDown>div>.ejBtn{
		position: absolute;
		right: 12px;
		top: 12px;
		width: 16px;
		height: 16px;
	}
	header .menuUl .hasDown>div>.ejBtn::before{
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background: #01b6bd;
		position: absolute;
		left: 0;
		top: calc(50% - 1px);
	}
	header .menuUl .hasDown>div>.ejBtn::after{
		content: "";
		display: block;
		width: 2px;
		height: 100%;
		background: #01b6bd;
		position: absolute;
		top: 0;
		left: calc(50% - 1px);
	}
	header .menuUl .hasDown.open>div>.ejBtn::after{display: none;}
	header .menuUl .erjiBox{
		position: relative;
		left: unset;
		top: unset;
		opacity: 1;
		height: auto;
		visibility: visible;
		transform:unset;
		padding: 8px 0;
		display: none;
		transition: unset;
		width: 100%;
		border-radius: 0;
		background: none;
		border: 0;
		border-top: 1px dashed #d6d6d6;
	}
	header .menuUl .erjiUl{display: block;}
	header .menuUl .erjiUl>li{border: 0;}
	header .menuUl>li:hover .erjiBox{
		transform:unset;
	}
	header .menuUl .erjiUl>li{width: 100%;padding: 0;}
	header .menuUl .erjiUl>li>a{color: #333333;padding: 4px 16px;display: block;width: 100%;font-size: 15px;position: relative;background: none;}
	header .menuUl .erjiUl>li>a{line-height: 32px;padding: 0 0 0 20px;}
	header .menuUl .erjiUl>li>a::before{
		content: "";
		display: block;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background: #b1b1b1;
		position: absolute;
		left: 0;
		top: calc(50% - 2px);
	}
	header .menuUl .erjiUl>li.on, header .menuUl .erjiUl>li:hover{background: none;}
	header.onFix .mopenBtn span,
	header.onFix .mopenBtn span:after, 
	header.onFix .mopenBtn span:before{background: #01b6bd;}
	header.open .mopenBtn span{background: none;}
}
footer{background: #000909;}
footer .fNav{
	padding: 56px 0 32px;
}
footer .fNav .fCol{
	min-width: 200px;
}
footer .fNav .fCol:first-child{
	min-width: 55%;
}
footer .fNav .fTit{
	padding: 0 0 10px 0;
	margin-bottom: 12px;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
footer .fNav .fCon{
	font-size: 14px;
	color: rgb(255, 255, 255);
	line-height: 2.5;
	font-size: 14px;
	color: #CCCCCC;
}
footer .fNav .fCon a{
	color: #CCCCCC;
	display: block;
}
footer .fNav .fCon a:last-child{margin-bottom: 0;}
footer .fNav .fCon a:hover{color: #ffffff;}
footer .fInfo{
	font-size: 14px;
	color: #FFFFFF;
}
footer .fInfo .fShare{
	justify-content: flex-start;
}
footer .fInfo .fShare a{
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #011516;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 28px;
	border-radius: 50%;
	transition: all 0.3s;
}
footer .fInfo .fShare img{max-width: 50%;max-height: 50%;opacity: 0.6;transition: all 0.3s;}
footer .fInfo .fShare a:last-child{margin-right: 0;}
footer .fInfo .fShare a:hover{background: #01b6bd;border-color: #01b6bd;}
footer .fInfo .fShare a:hover img{opacity: 1;}
footer .fInfo .fxx{
	max-width: 300px;
	line-height: 1.5;
	margin-top: 24px;
}
footer .fInfo .fxx a,
footer .fInfo .fxx a:hover{color: #ffffff;}
footer .fInfo .fxx p{margin-bottom: 8px; line-height:26px}
footer .fInfo .fxx p:last-child{margin-bottom: 0;}
footer .fInfo .fxx b{
	font-size: 20px;
	font-family: D-DIN;
}
footer .fInfo .fxx span{
	color: #CCCCCC 
}
footer .fBq{
	border-top: 1px solid #011516;
	font-size: 14px;
	color: #828D99;
	line-height: 1.6;
	padding: 18px 0;
}
footer .fBq a{color: #828D99;}
footer .fBq a:hover{color: #ffffff;}
@media (max-width:1232px) {
	footer .fNav .fCol:first-child{min-width: 50%;}
}
@media (max-width:1024px) {
	footer .fNav .fCol,
	footer .fNav .fCol:first-child{min-width: unset;}
}
@media (max-width:768px) {
	footer .fNav{display: block;padding: 16px 0 0;}
	footer .fInfo .fxx{margin-top: 8px;}
	footer .fNav .fCol,
	footer .fNav .fCol:first-child{width: 100%;padding: 0;}
	footer .fNav .fCol:first-child{border-bottom: 1px solid rgba(255, 255, 255,0.2);padding-bottom: 16px;}
	footer .fNav .fCol:first-child .fTit{border-bottom: 0;}
	footer .fNav .fCol .fTit{
		font-size: 16px;
		position: relative;
		margin-bottom: 0;
		padding: 12px 0;
		border-bottom: 1px solid rgba(255, 255, 255,0.2);
	}
	footer .fNav .fCol .fTit .ejBtn{
		position: absolute;
		right: 12px;
		top: 16px;
		width: 16px;
		height: 16px;
	}
	footer .fNav .fCol .fTit .ejBtn::before{
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background: rgba(255, 255, 255, 0.3);
		position: absolute;
		left: 0;
		top: calc(50% - 1px);
	}
	footer .fNav .fCol .fTit .ejBtn::after{
		content: "";
		display: block;
		width: 2px;
		height: 100%;
		background: rgba(255, 255, 255, 0.3);
		position: absolute;
		top: 0;
		left: calc(50% - 1px);
	}
	footer .fNav .fCol.open .fTit .ejBtn::after{display: none;}
	footer .fNav .fCon{display: none;line-height: 2;}
	footer .fNav .fCon{margin: 0;padding: 16px;}
	footer .fNav .open .fCon{border-bottom: 1px solid rgba(255, 255, 255,0.2);}
	
	footer .fBq{padding: 8px 0;}
}
/* banner */
.banner img{display: block;width: 100%;}
.swiper-pagination{
	bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-pagination-bullet{
	width: 20px;
	height: 6px;
	border-radius: 3px;
	background: #999999;
	opacity: 1;
	margin: 0 5px;
}
.swiper-pagination-bullet-active{
	width: 40px;
	background: #ffffff;
}
.swiper-button-prev,
.swiper-button-next{
	width: 60px;
	height: 60px;
	background: #FFFFFF;
	opacity: 1;
	border-radius: 50%;
	transition: all 0.3s;
}
.swiper-button-prev{left: 40px;}
.swiper-button-next{right: 40px;}
.swiper-button-prev::after,
.swiper-button-next::after{
	font-size: 16px;
	color: #3D3D3D;
	transition: all 0.3s;
	font-weight: 700;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
	background: #01b6bd;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after{
	color: #ffffff;
}

.indp{padding: 68px 0 88px;overflow: hidden;}
.pubTit{
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 40px;
}
.pubTit.bai{color: #ffffff;}
.swiper_indp1{overflow: visible;}
.swiper_indp1 .swiper-wrapper{align-items: stretch;}
.swiper_indp1 .swiper-slide{height: unset;}
.swiper_indp1 .kuang{
	height: 100%;
	border-radius: 10px;
	background: #F5F5F5;
	overflow: hidden;
	padding: 1.5625vw;
	transition: all 0.5s;
}
.swiper_indp1 .imgB{
	padding-top: 56.25%;
	border-radius: 4px;
	overflow: hidden;
}
.swiper_indp1 .titB{
	font-size: 24px;
	color: #333333;
	position: relative;
	padding-right: 56px;
	min-height: 36px;
	margin-top: 28px;
	transition: all 0.5s;
}
.swiper_indp1 .titB::after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	height: 36px;
	background: url(../img/jt3.png) center center no-repeat #01b6bd;
	border-radius: 4px;
	transition: all 0.5s;
}
.swiper_indp1 .descB{
	font-size: 16px;
	color: #666666;
	margin-top: 20px;
	transition: all 0.5s;
}
.swiper_indp1 .kuang:hover{
	background: #01b6bd;
}
.swiper_indp1 .kuang:hover .titB,
.swiper_indp1 .kuang:hover .descB{
	color: #ffffff;
}
.swiper_indp1 .kuang:hover .titB::after{
	background-color: #3DBAE6;
}
.indp1 .swiper-button-prev{right: 90px;left: unset;top: 0;background: #E2E2E2;margin: 0;}
.indp1 .swiper-button-next{right: 0;left: unset;top: 0;background: #E2E2E2;margin: 0;}
.indp1 .swiper-button-prev:hover,
.indp1 .swiper-button-next:hover{background: #01b6bd;}
.indp1 .swiper-pagination{
	height: 1px;
	background: #d8d8d8;
	margin-top: 3.125vw;
	position: relative;
	bottom: unset;
	left: unset;
}
.indp1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #044c9b;}
.indp2 .bgt{
	padding-top: unset;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
.indp2 .kk2{position: relative;z-index: 2;}
.indp2 .zs{
	position: absolute;
	right: 0;
	top: 24px;
	/* width: 40vw; */
	z-index: 3;
}
.indp2 .zs img{height: calc(8.8vw + 23px);display: block;}
.indp2 .nrBox{
	position: relative;
	z-index: 4;
	border-radius: 10px;
	background: #FFFFFF;
	padding: 20px 56px;
}
.indp2 .pubTit{margin-bottom: 5.2vw;}
.ind2Ul li{padding: 40px 0;border-top: 1px solid #d8d8d8;}
.ind2Ul li:nth-child(-n+4){border-top: 0;}
.ind2Ul .kuang{
	text-align: center;
	border-right: 1px solid #d8d8d8;
}
.ind2Ul li:nth-child(4n) .kuang{
	border-right: none;
}
.ind2Ul .numB{
	font-size: 16px;
	font-family: D-DIN; 
	color: #333333;
	line-height: 1;
	padding: 2px 0;
}
.ind2Ul .numB b{
	color: #01b6bd;
	font-size: 4.2vw;
}
.ind2Ul .iconB img{height: 3.125vw;display: block;margin: 0 auto;}
.ind2Ul .titB{
	font-size: 24px;
	color: #333333;
	margin-top: 20px;
}
.ind2Ul .descB{
	font-size: 16px;
	color: #333333;
	margin-top: 12px;
}
/* .swiper_indp3{height: 308px;} */
/* .swiper_indp3 .swiper-slide{height: calc((100% - 20px) / 3);} */
/* .swiper_indp3 .imgB{padding-top: unset;height: 100%;} */
.swiper_indp3 .imgB{padding-top: 41.4%;}
.indp3 .swiper-pagination{position: relative;left: unset;bottom: unset;margin: 40px auto 0;}
.indp3 .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #CCCCCC;
	border-radius: 12px;
}
.indp3 .swiper-pagination-bullet-active{
	background: #044c9b;
}

.indp4{padding: 60px 0;}
.ind4Ul li{
	text-align: center;
	margin-right: 4.2vw;
}
.ind4Ul li:last-child{margin-right: 0;}
.ind4Ul .iconB{width: max-content;position: relative;}
.ind4Ul .iconB p{
	width: 110px;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	position: relative;
}
.ind4Ul .iconB img{max-width: 50%;max-height: 50%;}
.ind4Ul .iconB::after{
	content: "";
	display: block;
	width: 1.25vw;
	height: 1vw;
	background: url(../img/jt4.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	right: -2.8vw;
	top: calc(50% - 0.5vw);
}
.ind4Ul li:last-child .iconB::after{display: none;}
.ind4Ul .titB{
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 14px;
}
.ind4R .titB{
	font-size: 16px;
	color: #FFFFFF;
}
.ind4R .telB{
	font-family: D-DIN;
	font-size: 36px;
	color: #FFFFFF;
	margin-top: 12px;
}
.ind4R .kfBtn{
	width: 100%;
	height: 42px;
	line-height: 42px;
	border-radius: 4px;
	background: #3DBAE6;
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	text-align: center;
	margin-top: 20px;
	transition: all 0.5s;
}
.ind4R .kfBtn:hover{background: #ffffff;color: #01b6bd;}
.ind5L{width: 50%;padding: 0 0 1.5625vw 1.5625vw;position: relative;}
.ind5L .imgB{
	border-radius: 10px;
	overflow: hidden;
	padding-top: 58.75%;
	position: relative;
	z-index: 2;
}
.ind5L::before{
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	width: 24%;
	height: 76%;
	border-radius: 10px;
	background: linear-gradient(224deg,#01cbc5,#01b6bd 31%,#009eb3);
	z-index: 1;
}
.ind5R{width: 45%;}
.ind5R .descB{
	font-size: 16px;
	line-height: 28px;
	color: #3D3D3D;
}
.ind5R .moreB{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 220px;
	height: 54px;
	font-size: 16px;
	color: #FFFFFF;
	background: #01b6bd;
	margin: 56px 0 0;
	transition: all 0.5s;
}
.ind5R .moreB:hover{background: #3DBAE6;}
.ind5R .moreB img{margin-left: 20px;}
.pubTit a{
	font-size: 16px;
	color: #666666;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pubTit a img{margin-left: 20px;}
.ind6L{width: calc(50% - 15px);}
.ind6R{width: calc(50% - 15px);}
.indp6 .nrBox{
	align-items: stretch;
}
.indp6 .imgB{
	padding-top: 75%;
	border-radius: 6px;
	overflow: hidden;
}
.indp6 .imgB1{
	 
	border-radius: 6px;
	overflow: hidden;
}
.indp6 .titB{
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	transition: all 0.5s;
}
.indp6 .descB{
	font-size: 15px;
	line-height: 30px;
	color: #666666;
	margin-top: 10px;
	transition: all 0.5s;
}
.indp6 .timeB{
	font-size: 16px;
	font-weight: 700;
	color: #666666;
	margin-top: 5px;
	transition: all 0.5s;
}
.ind6L .imgB{border-radius: 10px;}
.ind6L .titB{color: #333;margin-top: 10px;}
.ind6L .descB{margin-top: 20px;}
.ind6L .timeB{margin-top: 24px;}
.ind6Ul{height: 100%;}
.ind6Ul li{margin-top: 10px;}
.ind6Ul li:first-child{margin-top: 0;}
.ind6Ul .kuang{
	padding: 1.5vw;
	border-radius: 10px;
	background: #f5f5f5;
	transition: all 0.5s;
	min-height: 100%;
}
.ind6Ul .tuB{width: 24%;}
.ind6Ul .textB{width: 71.6%;}
.ind6Ul li{min-height: calc((100% - 30px) / 4);}
.ind6Ul li:hover .kuang{background: #01b6bd;}
.ind6Ul li:hover .titB{color: #ffffff;}
.ind6Ul li:hover .descB{color: #ffffff;}
.ind6Ul li:hover .timeB{color: #ffffff;}
@media (min-width:1920px) {
	.ind6Ul li{}
	.ind6Ul .kuang{padding:  1vw;}
}
.indp7{padding: 0;position: relative;}
.indp7::before{
	content: "";
	display: block;
	width: calc(50vw - 720px);
	position: absolute;
	left: 0;
	top: 0;
	background: #01b6bd;
	height: 100%;
}
.indp7 .nrBox{justify-content: flex-end;}
.indp7 .pubTit{
	font-size: 24px;
	color: #FFFFFF;
	background: #01b6bd;
	width: 14.6%;
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-right: 32px;
	margin-bottom: 0;
}
.indp7 .ind7R{
	width: 83%;
	padding: 30px 0;
}
.ind7Form{align-items: flex-end;}
.ind7Form label{
	width: 18.66%;
}
.ind7Form label.chang{
	width: 39%;
}
.ind7Form .titB{
	display: block;
	font-size: 16px;
	color: #3D3D3D;
	margin-bottom: 10px;
}
.ind7Form input{
	display: block;
	border-radius: 4px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 16px;
	width: 100%;
	height: 42px;
	border-radius: 4px;
	padding: 0 8px;
}
.ind7Form input:focus{
	border: 1px solid #01b6bd;
}
.ind7Form .tijiao{
	width: 18.66%;
	height: 42px;
	background: #01b6bd;
	position: relative;
	font-size: 16px;
	color: #ffffff;
	border-radius: 4px;
	transition: all 0.5s;
}
.ind7Form .tijiao:hover{background: #3DBAE6;}
.ind7Form .tijiao img{margin-left: 10px;}
.ind7Form .tijiao input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
@media (max-width:1600px) {
	.indp7::before{width: 4%;}
	/* .swiper_indp3{height: 20vw;} */
	.indp7 .pubTit{padding-right: 16px;}
}
@media (max-width:1400px) {
	.swiper-button-prev, .swiper-button-next{width: 48px;height: 48px;}
	.pubTit{font-size: 32px;margin-bottom: 32px;}
	.indp2 .pubTit{font-size: 32px;}
	.indp2 .zs img{height: calc(8.8vw + 18px);}
	.ind4Ul .iconB p{width: 96px;height: 96px;}
	.ind5R .moreB{margin-top: 40px;height: 48px;}
	.swiper_indp1 .titB,
	.ind4Ul .titB,
	.indp6 .titB{font-size: 22px;}
	.indp7 .pubTit{font-size: 20px;}
	.ind6Ul .titB{font-size: 20px;}
}
@media (max-width:1200px) {
	.indp{padding: 72px 0;}
	.indp2{padding-bottom: 0;}
	.indp7{padding: 0;}
	.swiper_indp1 .titB,
	.ind4Ul .titB,
	.indp6 .titB,
	.ind2Ul .titB{font-size: 20px;}
	.swiper_indp1 .titB{min-height: 30px;}
	.swiper_indp1 .titB::after{width: 30px;height: 30px;background-size: 16px;}
	.swiper_indp1 .descB{margin-top: 8px;}
	.pubTit, .indp2 .pubTit{font-size: 28px;}
	.indp2 .nrBox{padding: 16px 40px;}
	.ind2Ul li{padding: 24px 0;}
	/* .swiper_indp3{height: 24vw;} */
	.indp3 .swiper-pagination{margin-top: 16px;}
	.indp4{padding: 48px 0;}
	.ind4Ul .iconB p{width: 88px;height: 88px;}
	.ind4R .telB{font-size: 30px;}
	.ind4Ul li{margin-right: 3vw;}
	.ind4Ul .iconB::after{right: -2.2vw;}
	.ind5L{width: 50%;}
	.ind5R{width: 45%;}
	.ind5R .descB{font-size: 14px;line-height: 1.6;}
	.ind5R .moreB {margin-top: 24px;height: 40px;width: 180px;}
	.indp6 .descB,
	.indp6 .timeB{font-size: 14px;}
	.ind6Ul .titB{font-size: 18px;}
	.ind6Ul .descB{margin-top: 4px;}
}
@media (max-width:1024px) {
	.banner{margin-top: 56px;}
	.indp{padding: 56px 0;}
	.indp4,
	.indp7{padding: 32px 0;}
	.indp2{padding-bottom: 0;}
	.swiper-button-prev, .swiper-button-next{width: 40px;height: 40px;}
	.indp2 .nrBox{padding: 16px;}
	.ind2Ul li{padding: 16px 0;}
	.ind2Ul .kuang{padding: 0 16px;}
	.ind2Ul .titB{font-size: 16px;}
	.ind2Ul .numB,
	.ind2Ul .descB{font-size: 14px;}
	/* .swiper_indp3 {height: 28vw;} */
	.indp3 .swiper-pagination-bullet{width: 8px;height: 8px;}
	.ind4Ul .iconB p{width: 64px;height: 64px;}
	.ind4Ul .titB{font-size: 16px;}
	.ind4R .telB{font-size: 28px;}
	.indp5 .nrBox,
	.indp6 .nrBox{display: block;}
	.ind5L,
	.ind6L{width: 100%;}
	.ind5R,
	.ind6R{width: 100%;margin-top: 16px;}
	.indp6 .titB{font-size: 18px;}
	.indp7 .nrBox{display: block;}
	.indp7::before{display: none;}
	.indp7 .pubTit{position: relative;left: unset;top: unset;background: none;width: 100%;height: auto;color: #01b6bd;font-weight: 700;text-align: center;display: block;font-size: 24px;}
	.indp7 .ind7R{width: 100%;padding-bottom: 0;}
	.ind7Form{flex-wrap: wrap;}
	.ind7Form label{width: calc(50% - 8px);margin-top: 16px;}
	.ind7Form label:nth-child(-n+2){margin-top: 0;}
	.ind7Form label.chang{width: calc(100% - 160px)}
	.ind7Form .tijiao{width: 144px;}
}
@media (max-width:800px) {
	.banner .swiper-button-prev, .banner .swiper-button-next{display: none;}
	.swiper-pagination-bullet{height: 4px;width: 8px;}
	.swiper-pagination-bullet-active{width: 24px;}
	.indp{padding: 30px 0;}
	.indp4,
	.indp7{padding: 30px 0;}
	.indp2{padding:30px 0;}
	.pubTit, .indp2 .pubTit{font-size: 24px;margin-bottom: 16px;}
	.swiper-button-prev, .swiper-button-next{width: 32px;height: 32px;}
	.swiper-button-prev::after, .swiper-button-next::after{font-size: 14px;}
	.indp1 .swiper-button-prev{right: 48px;}
	.swiper_indp1 .kuang{padding: 8px;}
	.swiper_indp1 .titB{margin-top: 12px;}
	.swiper_indp1 .descB{font-size: 14px;line-height: 1.6;}
	.indp1 .swiper-scrollbar{margin-top: 16px;}
	.indp2 .zs{top: 0;}
	.indp2 .zs img{height: 18vw;}
	.ind2Ul li,
	.ind2Ul li:nth-child(-n+4){width: 50%;border-top: 1px solid #d8d8d8;}
	.ind2Ul li:nth-child(-n+2){border-top: 0;}
	.ind2Ul li:nth-child(2n) .kuang{border-right: 0;}
	.ind2Ul .numB b{font-size: 28px;}
	.ind2Ul .iconB img{height: 28px;}
	.ind2Ul .titB{margin-top: 12px;}
	.ind2Ul .descB{margin-top: 4px;}
	/* .swiper_indp3{height: 44vw;} */
	/* .swiper_indp3 .swiper-slide{height: calc((100% - 8px) / 3);} */
	.indp3 .swiper-pagination{margin-top: 12px;}
	.indp4 .nrBox{display: block;}
	.ind4Ul{flex-wrap: wrap;margin: -4px;}
	.ind4Ul li{width: calc(100% / 3);margin: 0;padding: 4px;}
	.ind4Ul li:nth-child(3n) .iconB::after{display: none;}
	.ind4Ul .iconB{width: 100%;}
	.ind4Ul .iconB p{margin: 0 auto;}
	.ind4Ul .iconB::after{width: 3.2vw;height: 2vw;top: calc(50% - 1vw);right: -1.6vw;}
	.ind4Ul .titB{margin-top: 8px;}
	.ind4R{margin-top: 16px;text-align: center;}
	.ind4R .telB{margin-top: 4px;}
	.ind4R .kfBtn{margin-top: 4px;font-size: 14px;}
	.ind5R .moreB img {margin-left: 10px;width: 14px;}
	.pubTit a{font-size: 14px;}
	.pubTit a img {margin-left: 8px;width: 6px;}
	.ind6L .titB{margin-top: 16px;}
	.ind6L .descB{margin-top: 12px;}
	.ind6L .timeB{margin-top: 12px;}
	.ind6Ul .tuB{width: 37%;}
	.ind6Ul .textB{width: 60%;}
	.ind6Ul .titB{font-size: 16px;}
	.ind6Ul .descB{margin-top: 8px;}
	.ind6Ul .timeB{font-weight: 400;}
	.ind7Form label,
	.ind7Form label:nth-child(-n+2),
	.ind7Form label.chang,
	.ind7Form .tijiao{width: 100%;margin-top: 16px;}
	.ind7Form label:nth-child(1){margin-top: 0;}
}
.ind3Ul{
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.ind3Ul li{
	/* flex-wrap: wrap; */
	margin-top: 10px;
	display: flex;
	left: 0;
	animation: myScroll 30s linear infinite;
}
.ind3Ul li:first-child{margin-top: 0;}
.ind3Ul .each{
	position: relative;
	/* opacity: 0; */
	background: #ffffff;
	border-radius: 0.0625rem;
	display: flex;
	justify-content: center;
	align-items: center;
	/* padding: 0 5px; */
	width: 232px;
	height: 96px;
	margin-right: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.ind3Ul .each img{display: block;width: 100%;}
@keyframes myScroll{
	100% {
		transform: translateX(-76.875rem);
	}
}
@media (max-width:1200px) {
	.ind3Ul .each{width: 180px;height: 74px;}
}
@media (max-width:1024px) {
	.ind3Ul .each{width: 160px;height: 66px;}
}
@media (max-width:800px) {
	.ind3Ul .each{width: 120px;height: 49px;}
	
}



.guanyu{ background:#f5f5f5 url(../img/bg1.jpg) center right no-repeat; background-size:auto 100%; overflow:hidden; padding:88px 0;}
.guanyu .wrap{ display: flex;   justify-content: space-between;   align-items: center;  flex-direction:row-reverse}
.sy_gypic{  width:45%;  overflow:hidden}
.sy_gypic img{ width:100%; height:auto;transition:all 0.6s}
.sy_gypic a:hover img{ transform:scale(1.1,1.1); transition:all 0.6s}

.sy_gyzi{ width:50%; margin-right:5%}
.sy_gyzi h1{ display:block; color:#01b6bd; font-size:45px}
.sy_gyzi h2{ display:block; color:#333; font-size:20px}
.sy_gyzi p{ display:block; margin:30px auto; font-size:15px; line-height:40px; color:#464646;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow:hidden}
.sy_gyzi span a{ display:block; background:#01b6bd; width:160px; color:#fff; line-height:45px; border-radius:30px; text-align:center; font-size:14px; transition:all 0.6s}
.sy_gyzi span a:hover{ background:#f16800; transition:all 0.6s}




@media only screen and (max-width:1200px){
.guanyu{  padding:50px 0;}
.sy_gyzi h1{ display:block; color:#01b6bd; font-size:30px}
.sy_gyzi h2{ display:block; color:#333; font-size:16px}
.sy_gyzi p{ display:block; margin:20px auto; font-size:12px; line-height:25px; }
.sy_gyzi span a{  width:120px; line-height:35px; font-size:12px}




}


@media only screen and (max-width:992px){
.guanyu{  padding:30px 0;}

	.guanyu{ background:#f4f4f8 }
.guanyu .wrap{ display: block  ;   justify-content: space-between;   align-items: center;  flex-direction:row-reverse}


.sy_gypic{  width:100%;  overflow:hidden}
.sy_gyzi{ width:100%; margin-top:20px}

}
.indexTitle{   margin-bottom:30px} 
.indexTitle h1{ color: #222;font-size: 36px;font-weight: bold;text-align: center;  } 
.indexTitle em{ display:block; width:50px;  height:4px; background:#01b6bd; margin:20px auto 0;border-radius:2px;}

@media only screen and (max-width:992px){
.indexTitle{   margin-bottom:20px} 
.indexTitle h1{ color: #222;font-size: 20px;font-weight: bold;text-align: center;  } 
.indexTitle em{ display:block; width:30px;  height:3px; background:#01b6bd; margin:10px auto 0;border-radius:2px;}
	
}
.anli{ height:auto; padding:68px 0 88px; overflow:hidden}
.anli .bt1 h3{ color:#fff}
.anli .bt1 span{ color:#fff}
.anli ul{ position:relative; margin:0 -10px}
.anli ul li{ float:left; width:25%; padding:10px;  box-sizing:border-box; position:relative;}

.anli ul li i{ display:block; width:100%; padding-bottom:80%; position:relative}
.anli ul li i img{ position:absolute; width:100%; height:100%; top:0; left:0}

.anli ul li h3{ display:block; position:absolute; bottom:10px; background-color:rgba(0,0,0,0.7); color:#fff;width:calc(100% - 20px); text-align:center;text-overflow: ellipsis;    overflow: hidden;   white-space: nowrap; line-height:40px; font-size:14px; font-weight:normal; transition:all 0.6s;}

.anli ul li:hover h3{ opacity:0; transition:all 0.6s;}


.anli ul li .anlizi{ position:absolute; width:calc(100% - 20px) ; height:calc(100% - 20px); background:rgba(1,182,189,0.9); z-index:2; display: flex;   align-items: center; text-align:center;flex-direction:column;justify-content:center; opacity:0;transition:all 0.6s; transform: rotateY(180deg) scale(0.5,0.5);  }
.anli ul li .anlizi em{ display:block; border:#fff 1px solid; border-radius:100px; width:40px; height:40px;display: flex;   align-items: center; text-align:center;flex-direction:column;justify-content:center; color:#fff; font-size:20px; font-style:normal }

.anli ul li .anlizi p{ display:block; color:#fff; font-size:16px;  width:90%; margin:0 auto; margin-top:20px}


.anli ul li:hover .anlizi{ opacity:1; transition:all 0.6s;opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1,1);
    -moz-transform: rotateY(0deg) scale(1,1);
    -ms-transform: rotateY(0deg) scale(1,1);
    -o-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);}




@media only screen and (max-width:1200px){
	
	.bt1{ text-align:center; margin-bottom:20px}

.bt1 h3{ display:block; font-size:25px; color:#333}
.bt1 span{ text-transform:uppercase; font-size:12px; color:#888}

.anli{ margin:0 auto; padding:30px 0; }

.anli ul li h3{ bottom:5px; width:calc(100% - 10px); line-height:25px}

	
}

@media only screen and (max-width:992px){
	
.anli ul{ position:relative; margin:0 -5px}
.anli ul li{ float:left; width:50%; padding:5px; }
.anli ul li h3{ font-size:12px; line-height:25px }
.bt1 h3{ display:block; font-size:20px; color:#333}

.anli ul li:hover .anlizi{ opacity:0}
.anli ul li:hover h3{ opacity:1; transition:all 0.6s;}
}

.ny-banner .wrap{position:relative;height: 28vw;color: #fff; text-align:center}
.ny-banner span{font-size: 2.5vw; }
.ny-banner p{font-size: 1vw;margin-top: 5px; }
.bgF5F5F5{background: #f5f5f5; }
.pd80 { padding: 60px 0;}
.adTitleDiv{font-size: 36px;font-weight: 700; text-align:center }
.contactDiv1 .adTitleDiv{text-align: center; }
.contactDiv1 .bdDiv{margin: 40px 0;overflow: hidden; }
.contactDiv1 .bdDiv .row{margin: 0 -30px; }
.contactDiv1 .bdDiv .row>div{padding: 0 30px;margin-bottom: 40px; }
.contactDiv1 .bdDiv .row>div .conDiv{background: #f5f5f5;padding: 50px;text-align: center;height: 100%; }
.contactDiv1 .bdDiv .row>div .conDiv .iconDiv{width: 80px;height: 80px;background: #01b6bd;border-radius: 50%;margin: 0 auto; }
.contactDiv1 .bdDiv .row>div .conDiv span{display: block;font-size: 20px;margin: 20px 0 10px; } 
.contactDiv1 .bdDiv .row>div .conDiv p{color: #666;flex-wrap: wrap; }
.contactDiv1 .mapDiv img{width: 100%; }
.contactDiv2 .adTitleDiv{text-align: center; }
.contactDiv2 .bdDiv{margin-top: 50px; }
.contactDiv2 .bdDiv .row>div{margin-bottom: 30px; }
.contactDiv2 .bdDiv .row>div span{display: block;margin-bottom: 10px; }
.contactDiv2 .bdDiv .row>div input{display: block;width: 100%;line-height: 60px;padding: 0 20px;background: #fff;border: 0; }
.contactDiv2 .bdDiv .row>div textarea{display: block;width: 100%;height: 180px;padding: 10px 20px;background: #fff;border: 0;resize: none; }
.contactDiv2 .bdDiv button.reset{width: 140px;height: 60px;border: 1px solid #01b6bd;color: #01b6bd;border-radius: 30px;background: transparent;cursor: pointer; }
.contactDiv2 .bdDiv button.submit{width: 200px;height: 60px;background: #01b6bd;color: #fff;border-radius: 30px;margin-left: 30px;border: 0;cursor: pointer; }
@media only screen and (max-width:992px){
.ny-banner .wrap{position:relative;height:50vw;color: #fff; text-align:center}
.pd80 { padding: 30px 0;}
.contactDiv1 .bdDiv{margin: 20px 0;overflow: hidden; }
.contactDiv1 .bdDiv .row{margin: 0 -20px; }
.contactDiv1 .bdDiv .row>div{padding: 0 20px;margin-bottom: 20px; }	
.contactDiv2 .bdDiv button.reset{width: 140px;height: 40px;border: 1px solid #01b6bd;color: #01b6bd;border-radius: 20px;background: transparent;cursor: pointer; }
.contactDiv2 .bdDiv button.submit{width: 200px;height: 40px;background: #01b6bd;color: #fff;border-radius: 30px;margin-left: 20px;border: 0;cursor: pointer; }

}
/* æ–°é—»ä¸­å¿ƒ */
.news_center01{ height:auto; overflow:hidden;padding: 80px 0 20px; }
 
.news_center01 .bd{  padding-bottom:0;   height:auto;   }
.news_center01 .bd li{float:left; width:32.4%; margin-right:1.4%;  box-shadow:5.516px 4.31px 17.64px 0.36px rgba(59, 59, 59, 0.1); border-radius:0.15rem; padding:25px 25px 30px; box-sizing:border-box;}
.news_center01 .bd .li03{margin-right:0;}
.news_center01 .bd li .rect-6799{padding-bottom:10px;}
.news_center01 .bd li .words{margin-top:30px;}
.news_center01 .bd li .words .tit{font-size:18px; line-height:27px; color:#000000; font-weight:bold; font-family:'he_z'; transition:all .5s ease; white-space:nowrap; overflow:hidden;text-overflow:ellipsis;}
.news_center01 .bd li .words .time{font-size:15px; color:#5d5d5d; line-height:27px; margin-top:20px; transition:all .5s ease;} 
.news_center01 .bd li .words .con{color:#666; font-size:15px; line-height:27px; margin:10px 0; transition:all .5s ease;}
.news_center01 .bd li:hover .words .tit{color:#01b6bd;}
.news_center01 .bd li:hover .words .time{color:#01b6bd;}
.news_center01 .bd li:hover .words .con{color:#01b6bd;}

.news_center02{margin-bottom:80px;}
.news_center02 li{padding:30px 0; border-bottom:1px solid #e0e0e0;}
.news_center02 li .box{padding:25px; padding-right:0; background:#ffffff; position:relative; transition:all .5s ease; overflow:hidden;}
.news_center02 li:hover .box{box-shadow: 5.516px 4.31px 17.64px 0.36px rgba(59, 59, 59, 0.1); border-radius:0.25rem;}
.news_center02 li .box .words{width:90%;}
.news_center02 li .box .time{font-family:'he_z'; font-size:15px; line-height:27px; color:#a7a7a7; transition:all .5s ease;}
.news_center02 li .box .t{font-family:'he_z'; font-size:18px; line-height:27px; color:#000000; font-weight:bold; margin-top:10px; margin-bottom:15px}
.news_center02 li .box .c{font-size:15px; line-height:27px; color:#666;}
.news_center02 li .box::after{content:''; position:absolute; right:0; top:0; width:245px; height:100%; background:url(../img/news_center02_hover.png) no-repeat center/cover; opacity:0; visibility:hidden; transition:all .5s ease;}
.news_center02 li:hover .box::after{opacity:1; visibility:visible;}
.news_center02 li:hover .box .time{color:#01b6bd;}
@media only screen and (max-width:992px){
.news_center01{ height:auto; overflow:hidden;padding: 30px 0 20px; }
.news_center01 .bd li{float:left; width:100%; margin-right:0%;  box-shadow:5.516px 4.31px 17.64px 0.36px rgba(59, 59, 59, 0.1); border-radius:0.15rem; padding:25px 25px 30px; box-sizing:border-box;}	
.news_center02 li{padding:10px 0; border-bottom:1px solid #e0e0e0;}
.news_center02 {
  margin-bottom: 50px;
}
}

.yema{margin:20px auto 50px; text-align:center;}
.yema ul li{display:inline-block; margin:0 4px;}
.yema ul li a{min-width:38px; height:38px; padding:0 10px; border-radius:5px; background-color:#f5f5f5; font-size:15px; line-height:38px; text-align:center; color:#333; display:block;}
.yema ul li:hover a{background-color:#01b6bd; color:#fff;}
.yema ul li.on a{background-color:#01b6bd; color:#fff;}
.yema ul li i{font-size:16px; vertical-align:middle;}
@media only screen and (max-width:990px){
.yema{margin-top:20px;}
.adTitleDiv{font-size: 20px;font-weight: 700; text-align:center }

}
@media only screen and (max-width:640px){
.yema{margin-top:10px;}
.yema ul li{margin:0 2px;}
.yema ul li:nth-child(2){display:none;}
.yema ul li:nth-last-child(2){display:none;}
.yema ul li a{min-width:30px; padding:0 10px; height:30px; font-size:12px; line-height:28px;}
}
@media only screen and (max-width:320px){
.yema ul li{margin:0 1px;}
.yema ul li a{padding:0 6px;}
}

.slTitle span{font-size: 20px;color: #01b6bd; }
.slTitle p{font-size: 30px;font-family: fontB;margin-top: 10px; font-weight:bold }

.aboutDiv1{padding: 80px 0; }
.aboutDiv1 .leftDiv{width: 48.0625%;}
.aboutDiv1 .leftDiv .textDiv{margin: 40px 0;color: #555;line-height: 2; }
.aboutDiv1 .leftDiv ul li{text-align: center;margin: 30px 0; }
.aboutDiv1 .leftDiv ul li .conDiv{display: inline-block; }
.aboutDiv1 .leftDiv ul li .num{font-size: 40px;color: #01b6bd;font-family: Square721 BT;line-height: 1; }
.aboutDiv1 .rightDiv{width: 43.75%;border-radius: 0 100px 100px 100px;overflow: hidden; }

.aboutDiv2{padding: 60px 0 80px; }
.aboutDiv2 .bdDiv{margin-top: 50px; }
.aboutDiv2 .bdDiv ul{display: grid;grid-template-columns: repeat(4,2fr);grid-column-gap: 20px; }
.aboutDiv2 .bdDiv ul li .conDiv{position: relative; }
.aboutDiv2 .bdDiv ul li .conDiv .bgDiv{color: #fff;position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;align-items: flex-end; }
.aboutDiv2 .bdDiv ul li .conDiv .bgDiv .textDiv{padding: 40px;width: 100%; }
.aboutDiv2 .bdDiv ul li .conDiv .bgDiv .textDiv .title{font-size: 20px;margin: 20px 0 15px; }
.aboutDiv2 .bdDiv ul li .conDiv .bgDiv .textDiv .p{line-height: 1.8;display: none; }
.aboutDiv2 .bdDiv ul li:hover .conDiv .bgDiv {background: rgba(1,182,189,.8);}
.aboutDiv2 .bdDiv ul li:hover .conDiv .bgDiv .p{display: block; }


.aboutDiv3{padding: 60px 0 80px; background:#f5f5f5; position:relative }
.aboutDiv3 .bdDiv{margin-top:50px; }
.aboutDiv3 .bdDiv .imgDiv{  }
.aboutDiv3 .bdDiv .swiper-container{padding-bottom: 0; overflow:hidden }
.aboutDiv3 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 0;}
.aboutDiv3 .swiper-pagination-bullet{width: 20px;height: 4px;background: #999999;border-radius:0;opacity:1;position: relative; }
.aboutDiv3 .swiper-pagination-bullet-active{opacity: 1;position: relative;background: #b38e59; }
.aboutDiv3 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px; }
.aboutDiv3 .swiper-button-next,.aboutDiv3 .swiper-button-prev{width: 12px;height: 20px;margin-top: 0;top: auto;bottom: 6px; }
@media only screen and (max-width:990px){
.aboutDiv1{padding: 30px 0; }
.flexbet{display: block  ;justify-content: space-between;align-items: center;}
.aboutDiv1 .leftDiv{width: 100%;}
.aboutDiv1 .rightDiv{width: 100%;border-radius: 0 50px 50px 50px;overflow: hidden; }
.slTitle span{font-size: 18px;color: #01b6bd; }
.slTitle p{font-size: 20px;font-family: fontB;margin-top: 10px; font-weight:bold }
.aboutDiv1 .leftDiv .textDiv{margin: 20px 0;color: #555;line-height: 26px; font-size: 15px}
.aboutDiv2{padding: 30px 0 30px; }
.aboutDiv2 .bdDiv ul{display: grid;grid-template-columns: repeat(2,2fr);grid-column-gap: 20px;   }
.aboutDiv1 .leftDiv ul li{text-align: center;margin: 0px 0; }
.aboutDiv2 .bdDiv{margin-top: 20px; }
.aboutDiv2 .bdDiv ul li .conDiv .bgDiv .textDiv{padding: 20px;width: 100%; }
.aboutDiv2 .bdDiv ul li .conDiv .bgDiv .textDiv .title{font-size: 18px;margin: 10px 0 10px; font-weight:bold }
.aboutDiv2 .bdDiv li{ margin-bottom:20px}
.aboutDiv3{padding: 30px 0 30px; background:#f5f5f5; position:relative }
.aboutDiv3 .bdDiv{margin-top:20px; }
}
.productDiv{background: #edf3f5; padding:50px 0 20px }
.productDiv .hdDiv{padding: 30px 0;flex-direction: row-reverse; }
.productDiv .hdDiv .aDiv{width: 49.375%; }
.productDiv .hdDiv .aDiv a{width: 48.734%;height: 60px;border: 1px solid #cdd5dd;border-radius: 30px;background: #fff;display: flex;justify-content: center;align-items: center;font-size: 20px;font-family: fontB;color: #333;position: relative; }
.productDiv .hdDiv .aDiv a.on{background: #01b6bd;color: #fff; }
.productDiv .hdDiv .aDiv a.on:before{position: absolute;left: 50%;bottom: -31px;content: "";width: 36px;height: 21px;background: url(../img/sj1.png) no-repeat center center/100%;transform: translateX(-50%); }
.productDiv .hdDiv .searchDiv{width: 46.875%; }
.productDiv .hdDiv .searchDiv form{position: relative;}
.productDiv .hdDiv .searchDiv input{width: 100%;line-height: 38px;border: 1px solid #01b6bd;border-radius: 20px;padding: 0 20px;font-size: 14px; }
.productDiv .hdDiv .searchDiv button{position: absolute;right: 0;top: 0;width: 100px;background: #01b6bd;color: #fff;border-radius: 20px;height: 100%;border: 0; }
.productDiv .hdDiv .searchDiv button img{margin-right: 10px; }
.productDiv .categoryDiv{background: #fff; }
.productDiv .categoryDiv .itemDiv{padding: 20px 30px 10px;display: none; }
.productDiv .categoryDiv .itemDiv.on{display: block; }
.productDiv .categoryDiv .itemDiv a{font-size: 14px;color: #666666;margin-right: 50px;margin-bottom: 10px;display: inline-block; }
.productDiv .categoryDiv .itemDiv a.on,.productDiv .categoryDiv .itemDiv a:hover{color: #01b6bd;font-family: fontB; }
 
.productDiv .bdDiv{margin-top: 40px; }
.productDiv .bdDiv .row{margin: 0 -10px;}
.productDiv .bdDiv .row>div{padding: 0 10px;margin-bottom: 35px; }
.productDiv .bdDiv .row>div a{background: #fff;display: block;padding: 20px 20px 0;border-radius: 6px;transition: all .3s; }
.productDiv .bdDiv .row>div .imgDiv{padding-top: 0; }
.productDiv .bdDiv .row>div .imgDiv img{ width:100%; height:200px;}
.productDiv .bdDiv .row>div .titleDiv{text-align: center;padding: 30px 0;color: #666666; } 
.productDiv .bdDiv .row>div a:hover{box-shadow: 0px 0px 20px rgba(0, 0, 0, .08);transform: translateY(-10px); }
.productDiv .bdDiv .row>div a:hover .titleDiv{color: #01b6bd;text-decoration: underline;text-underline-offset: 8px; }
@media only screen and (max-width:990px){
    .productDiv .bdDiv .row>div .imgDiv img{ width:100%; height:95px;}
.productDiv{background: #edf3f5; padding:20px 0 10px }
.productDiv .hdDiv{padding: 0px 0;flex-direction: row-reverse; }
.productDiv .hdDiv .searchDiv{width: 100%; }	

.productDiv .hdDiv .aDiv{width: 49.375%; margin-top:20px }
.productDiv .hdDiv .aDiv a{width: 48.734%;height: 40px;border: 1px solid #cdd5dd;border-radius: 20px;background: #fff;display: flex;justify-content: center;align-items: center;font-size: 16px;font-family: fontB;color: #333;position: relative; }
.productDiv .hdDiv .aDiv a.on:before{position: absolute;left: 50%;bottom: -31px;content: "";width: 36px;height: 21px;background: url(../img/sj1.png) no-repeat center center/100%;transform: translateX(-50%); display:none }
.productDiv .categoryDiv .itemDiv{padding: 10px 10px 0;display: none; }
.productDiv .categoryDiv .itemDiv a{font-size: 14px;color: #666666;margin-right: 10px;margin-bottom: 10px;display: inline-block; }
.productDiv .bdDiv .row>div{padding: 0 10px;margin-bottom: 20px; }
.productDiv .bdDiv{margin-top: 20px; }
.productDiv .bdDiv .row{margin: 0 -10px;}
.productDiv .bdDiv .row>div{padding: 0 10px;margin-bottom: 15px; }

}

.service-support {width: 100%; height: auto;overflow: hidden; padding:80px 0}
.service-support .left {float: left; width: 52%;overflow: hidden;}
.service-support .left .tup{width: 100%; }
.service-support .left .tup img{width: 100%; } 
.service-support .right {float: right; width: 45%; overflow: hidden; border-top: 1px solid #dcdddf;}
.service-support .right .item3 {
  clear: both;
  border-bottom: 1px solid #dcdddf;
  overflow: hidden;
  padding: 30px 0;
}

.service-support .right .item3 .title {
  float: left;
  width: 30%;
}

.service-support .right .item3 .title i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 50px;
  height: 50px;
}
.service-support .right .item3 .title h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin: 0 10px;
}
.service-support .right .text {
  float: left;
  width: 65%;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 34px;
}
.service-support .right .text strong{ color:#00a78e}
.service-faq {
  padding: 100px 0;
  overflow: hidden;
}

.service-faq .left {
  float: left;
  width: 25%;
  padding-right: 3%;
  overflow: hidden;
  position: relative;
}

.service-faq .left .title {
  padding-right: 10%;
  border-bottom: 1px solid #e6e6e6;
}

.service-faq .left .title h3 {
  font-size: 20px;
}

.service-faq .left .title .line {
  margin-top: 25px;
  position: relative;
}

.service-faq .left .title .line::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: #0f6941;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.service-faq .left .leftnav {
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}

.service-faq .left .leftnav a {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #999999;
  padding: 15px 20px;
}

.service-faq .left .leftnav a.cur {
  background: #f7f7f7 url("../../about/images/r2.png") 95% center no-repeat;
}

.service-faq .left .leftnav a:hover,
.service-faq .left .leftnav a.cur {
  color: #000;
}

.service-faq .left .text {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  padding: 20px 0;
}

.service-faq .right {
  float: left;
  width: 67%;
  padding-left: 3%;
  overflow: hidden;
  position: relative;
}

.service-faq .right::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  top: 0;
}

.faq-list {
  clear: both;
  margin-top: -1px;
  overflow: hidden;
}

.faq-list .title {
  padding: 25px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.faq-list .title h3 {
  float: left;
  margin: 0;
  font-size: 17px;
  color: #1a1a1a;
  font-weight: normal;
}

.faq-list .title i {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  background: url("../../about/images/faq1.png") center no-repeat;
}

.faq-list .title.cur i {
  background: url("../../about/images/faq2.png") center no-repeat;
}

.faq-list .title.cur h3 {
  color: #0f6941;
}

.faq-list ul {
  padding: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}

.faq-list ul.children {
  display: none;
}

.faq-list.cur ul.children {
  display: block;
}
@media only screen and (max-width: 1600px) {
.service-support .right .item3 {
  clear: both;
  border-bottom: 1px solid #dcdddf;
  overflow: hidden;
  padding: 15px 0;
}
}
@media only screen and (max-width: 1360px) {
	
	}
@media only screen and (max-width: 992px) {
.service-support {
  width: 100%;
 
  max-width: 1380px;
  padding: 30px 0;
  height: auto;
  overflow: hidden;
}
.service-support .left {
  float: none;
  width: 100%;
  overflow: hidden; 
}	
.service-support .left .title h3 {
  font-size: 18px;
}

.service-support .left .title .line {
  width: 40px;
  height: 3px;
  background: #0f6941;
  margin: 15px 0;
}
.service-support .right {
  float: none;
  width: 100%;
  overflow: hidden;
}
.service-support .right .item3 .title h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  margin: 0 ;
}

.service-support .right .text {
  float: right  ;
  width: 63%;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 24px;
}
.service-support .right .item3{ padding:15px 0}	
}
