@import"https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900";
:root{
	--main:#495CA7;
}
body{padding: 0;margin: 0;font-family: sans-serif;font-size: 16px;color: #333333;overflow-x:hidden;line-height: 1.5;}
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;color: unset;}
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;}
.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%;}
.baibg{background: #ffffff;}
.huibg{background: #e8eae9;}
.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;}
.container{padding: 0 8.125vw;max-width: 100%;margin: 0 auto;}
/* @media (max-width:1232px) {.container{max-width: 1024px;}} */
/* @media (max-width:1024px) {.container{max-width: 800px;}} */
@media (max-width:800px) {.container{padding: 0 16px;}}
.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 video,
.imgB .pic img{width: 100%;height: 100%;object-fit: cover;display: block;}
/* 公共 */
.btnB{
	display: flex;justify-content: center;align-items: center;
	height: 50px;
	height: 2.6vw;
	border-radius: 25px;
	border-radius: 2.6vw;
	border: 1px solid var(--main);
	padding: 0 32px 0 48px;
	padding: 0 1.67vw 0 2.5vw;
	color: var(--main);
	width: max-content;
	transition: all 0.5s;
	font-size: 0.83vw;
}
.btnB i{
	display: block;width: 20px;height: 16px;
	display: block;width: 1.04vw;height: 0.83vw;
	background: url(../img/more.png) center center no-repeat;
	background-size: 100% 100%;
	margin-left: 22px;
	margin-left: 1.15vw;
	font-size: 16px;
	font-size: 0.83vw;
	transition: all 0.5s;
}
.btnB:hover{
	background: var(--main);
	color: #ffffff;
}
.btnB:hover i{filter: grayscale(1) brightness(0%) invert(100%);transform: translateX(8px);}
.btnB.bai{
	border-color: #ffffff;
	color: #ffffff;
}
.btnB.bai i{
	filter: grayscale(1) brightness(0%) invert(100%);
}
.btnB.bai:hover{
	background: #ffffff;
	color: var(--main);
}
.btnB.bai:hover i{filter: unset;}
.baizi{color: #ffffff;}
.lanzi{color: var(--main);}
#fullpage .fp-tableCell{padding-top: 5.2vw;}
#fullpage .fp-auto-height .fp-tableCell{padding-top:0;}
@media (max-width:1024px) {
	.fp-section.fp-table, 
	.fp-slide.fp-table, 
	.fp-tableCell{height: initial !important;}
	#fullpage .fp-tableCell{padding: 0;}
}
@media (max-width:800px) {
	.btnB{height: 36px;border-radius: 36px;font-size: 14px;padding: 0 16px 0 24px;font-size: 14px;}
	.btnB i{width: 16px;height: 12px;margin-left: 8px;}
}
header{
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
	z-index: 99;
	transition: all 0.3s;
	background: rgb(255, 255, 255);
}
header .logo img{max-height: 3.33vw;display: block;max-width: 12vw;}
header .menuUl>li{margin-right: 3vw;position: relative;}
header .menuUl>li:last-child{margin-right: 0;}
header .menuUl .yiji{ 
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
} 
header .menuUl .yiji a{
	height: 6.67vw;
	height: 5.2vw;
	display: flex;justify-content: center;align-items: center;
	position: relative; 
	font-size: 0.83vw;
	color: var(--main);
	text-align: center;
}
header .menuUl>li .yiji a::before{
	content: "";
	display: block;
	width: 0;
	height: 4px;
	border-radius: 4px 4px 0 0;
	position: absolute;
	left: 50%;
	bottom: 0px;
	background: #333333;
	transition: all 0.3s;
}
header .menuUl .yiji a b{display: block;}
header .menuUl>li.on .yiji a{color: #333333;}
header .menuUl>li.on .yiji a::before{
	width: 100%;
	left: 0;
}
header .menuUl .erjiBox{
	position: fixed;
	left: 0;
	top: 5.2vw;
	transition: all 0.3s;
	text-align: left;
	width: 100%;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(-1.04vw);
	min-width: 10.4vw;
	background: rgba(255,255,255,1);
	padding: 0 0 2vw;
	overflow: hidden;
}
header .menuUl>li:hover .erjiBox{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0);
}
header .menuUl .erji{
	padding: 0.3vw 0.4vw;
}
header .menuUl .hasSan .erji{
	padding: 0.3vw 0 0.3vw 0.4vw;
}
header .menuUl .erji a{
	transition: all 0.3s;
	width: 100%;
	position: relative;
	display: block;
	font-size: 0.625vw;
	color: #7E7E7E;
}
header .menuUl .erji a:hover{
	background: rgba(255,255,255,0.15);
}
header .menuUl .sanjiBox{
}
header .menuUl .erjiUl{justify-content: center;}
header .menuUl .erjiUl>li{
	margin: 0 3.6vw;
}
header .menuUl .erjiUl>li:hover .sanjiBox{
	display: block;
}
header .menuUl .sanjiBox a{
	display: block;
	font-size: 0.83vw;
	color: #000000;
	padding: 0.4vw;
	width: 100%;
}
header .menuUl .sanjiBox a:hover{color: var(--main);}
header .langB{
	font-size: 0.83vw;
	color: #9B9B9B;
	display: flex;justify-content: center;align-items: center;
}
header .langB a{color: #9B9B9B;}
header .langB a.on{color: var(--main);}
header .langB i{
	display: block;
	width: 2px;
	height: 0.83vw;
	background: #999999;
	margin: 0 0.52vw;
}
header .findBtn{position: relative;margin-left: 2.1vw;}
header .findBtn .aB{
	cursor: pointer;
	padding-left: 1.3vw;
	background: url(../img/find.png) left center no-repeat;
	background-size: 0.83vw;
	height: 3.33vw;
	display: flex;justify-content: center;align-items: center;
	font-size: 0.83vw;
}
header .findBtn .bB{
	position: absolute;
	right: 0;
	top: 3.33vw;
	background: rgba(255,255,255,0.8);
	padding: 0.625vw;
	width: max-content;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(-20px);
	transition: all 0.3s;
	min-width: 5.2vw;
	z-index: 1;
}
header .findBtn:hover .bB{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0);
}
header .findBtn .input{
	display: block;width: 21vw;height: 2.5vw;
	border: 0;
	padding: 0 2.5vw 0 0.625vw;
}
header .findBtn .submit{
	position: absolute;right: 0;top: 0;
	width: 3.33vw;height: 2.5vw;
	border: 0;
	background: var(--main);
	color: #ffffff;
	cursor: pointer;
}
header .mopenBtn{display: none;}
header.onfix{top: -5.2vw;}
header.hidden .menuUl .erjiBox{top: 0;}
.topDiv{height: 6.67vw;height: 5.2vw;display: none;}
.dingwei{position: absolute;left: 0;top: -6.67vw;top: -5.2vw;}
header.hidden{top: -5.2vw;}
/* @media (max-width:1420px) {
	header .menuUl>li{margin-right: 2vw;}
}
@media (max-width:1200px) {
	.topDiv,
	header .menuUl .yiji a{height: 100px;}
	header .menuUl .erjiBox{top: 100px;}
	header .menuUl .yiji a{font-size: 14px;}
	header .findBtn{margin-left: 1.4vw;}
	header .findBtn .aB{padding-left: 20px;background-size: 14px;}
	.dingwei{top: -100px;}
} */
@media (max-width:1024px) {
	.dingwei{top: -56px;}
	.topDiv{height: 56px;display: block;}
	header .logo img{max-height: 40px;max-width: unset;}
	header .findBox{height: 56px;}
	header .mopenBtn{
		display: block;
		width: 26px;
		height: 56px;
		position: relative;
		z-index: 20;
		float: right;
		cursor: pointer;
		transition: 0.4s;
		margin-left: 16px;
	}
	header .mopenBtn span {
		margin-top: 28px;
		display: block;
		width: 100%;
		height: 2px;
		background: var(--main);
		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: var(--main);
		-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 .langB{font-size: 14px;}
	header .langB i{margin: 0 4px;}
	header .findBtn{margin-left: 16px;}
	header .findBtn .aB{height: 56px;background-size: 16px;padding-left: 20px;font-size: 16px;}
	header .findBtn .bB{top: 56px;position: fixed;right: 0;width: 100%;}
	header .findBtn .input{width: 100%;}
	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{height:unset;line-height: 48px;color: #333333;width: calc(100% - 48px);justify-content: flex-start;}
	header .menuUl .yiji a b{display: inline-block;}
	header .menuUl .yiji a b::after{content: " / ";margin: 0 8px;}
	header .menuUl>li.on .yiji a::before{display: none;}
	header .menuUl>li .yiji a::before{display: none;}
	header .menuUl .ejBtn{
		position: absolute;
		right: 0px;
		top: 0px;
		width: 48px;
		height: 48px;
	}
	header .menuUl .ejBtn::before{
		content: "";
		display: block;
		width: 40%;
		height: 2px;
		background: var(--main);
		position: absolute;
		left: 30%;
		top: calc(50% - 1px);
	}
	header .menuUl .ejBtn::after{
		content: "";
		display: block;
		width: 2px;
		height: 40%;
		background: var(--main);
		position: absolute;
		top: 30%;
		left: calc(50% - 1px);
	}
	header .menuUl .hasDown.open>div>.ejBtn::after{display: none;}
	header .menuUl .hasSan .erjiUl>li.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;position: relative;}
	header .menuUl>li:hover .erjiBox{
		transform:unset;
	}
	header .menuUl .erjiUl>li{width: 100%;padding: 0;margin: 0;}
	header .menuUl .yiji a{font-size: 16px;}
	header .menuUl .erji a{
		padding: 0;text-align: left;
		font-size: 16px;
		line-height: 48px;
		padding-left: 16px;
	}
	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::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 .menuUl .erji{padding: 0;}
	header .menuUl .sanjiBox,
	header .menuUl .erjiUl>li:hover .sanjiBox{
		position: relative;left: unset;top: unset;
		max-width: unset;
		width: 100%;
		padding: 0 16px;
		display: none;
	}
	header .menuUl .sanjiBox a{
		text-align: left;
		padding: 4px 0;
		padding-left: 16px;
		position: relative;
		font-size: 14px;
	}
	header .menuUl .sanjiBox a::before{
		content: "";
		display: block;width: 4px;height: 4px;
		position: absolute;left: 0;top: calc(50% - 2px);
		background: var(--main);
		opacity: 0.8;
		border-radius: 50%;
	}
	header.hidden{top: -56px;}
}
/* footer */
.pubBtm{
	background: url(../img/btmbg.jpg) center center no-repeat;
	background-size: 100% 100%;
	padding: 3vw 0;
}
.pubBtm .pTit{
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	font-size: 1.875vw;
	color: #FFFFFF;
	margin-bottom: 0;
}
.pubBtm .btnB{
	padding: 0 36px;
	padding: 0 1.8vw;
	height: 46px;
	height: 2.4vw;
	margin: 1.2vw auto 0;
}
footer{
	background: var(--main);
	font-size: 16px;
	font-size: 0.83vw;
	color: #ffffff;
}
footer a{color: #ffffff;}
footer a:hover{color: #ffffff;}
footer .fnr{padding: 80px 0 38px;padding: 3vw 0 2vw;}
footer .fInfo{width: 30%;}
footer .fNav{width: 65.5%;}
footer .telB{font-size: 36px;font-size: 1.875vw;font-weight: 700;}
footer .ewmB{width: 112px;margin-top: 28px;width: 5.8vw;margin-top: 1.46vw;}
footer .ewmB img{display: block;width: 100%;}
footer .addB{margin-top: 24px;margin-top: 1.25vw;}
footer .addB b{
	font-size: 16px;
	font-size: 0.83vw;
	color: rgba(255,255,255,0.5);
	padding-left: 26px;
	padding-left: 1.35vw;
	background: url(../img/add.png) left center no-repeat;
	background-size: 0.625vw 0.83vw;
	line-height: 56px;
	line-height: 2.9vw;
	display: block;
}
footer .addB p{
	border-top: 1px solid rgba(255,255,255,0.2);
	width: max-content;
	max-width: 100%;
	font-size: 16px;
	font-size: 0.83vw;
	color: rgba(255,255,255,0.5);
	padding: 0.625vw 0;
}
footer .fNav dt{
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 24px;
	font-size: 18px;
	margin-bottom: 1.25vw;
}
footer .fNav dd{
	font-size: 16px;
	font-size: 0.83vw;
	margin: 0;
	margin-bottom: 12px;
	margin-bottom: 0.73vw;
}
footer .fbtm{
	padding: 24px 0;
	font-size: 14px;
	padding: 1.25vw 0;
	font-size: 0.73vw;
	color: #333333;
}
footer .fbtm a{color: #333333;}
footer .fbtm a:hover{color: #ffffff;}
footer .banquan {max-width: 80%;}
footer .flink i{
	display: block;width: 1px;height: 16px;height: 0.83vw;
	background: rgba(51,51,51,0.5);
	margin: 0 12px;
	margin: 0 0.625vw;
}
/* @media (max-width:1200px) {
	footer .fnr{padding: 48px 0 24px;}
	footer .telB{font-size: 30px;}
} */
@media (max-width:1024px) {
	.pubBtm{padding: 32px 0;}
	.pubBtm .pTit{font-size: 24px;}
	.pubBtm .btnB{margin-top: 16px;height: 40px;padding: 0 20px;}
	footer{font-size: 16px;}
	footer .ewmB{width:120px}
	footer .fnr{padding: 24px 0 ;display: block;}
	footer .fInfo{width: 100%;}
	footer .telB{font-size: 24px;}
	footer .ewmB{margin-top: 16px;}
	footer .addB b{line-height: 40px;font-size: 16px;background-size: 12px 16px;padding-left: 24px;}
	footer .addB p{font-size: 14px;}
	footer .fNav{width: 100%;display: block;}
	footer .fNav dl{display: flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;}
	footer .fNav dt{width: 100%;margin-bottom: 12px;}
	footer .fNav dd{width: max-content;margin: 0 12px 8px 0;font-size: 14px;}
	footer .fbtm{padding: 16px 0;display: block;text-align: center;}
	footer .banquan{max-width: 100%;margin-bottom: 8px;}
}
.banner,
.banner .swiper,
.banner .swiper-wrapper,
.banner a{display: block;height: 100%;}
.banner .imgB{padding-top: unset;height: 100%;}
.banner .fyG{
	position: absolute;left: 8.125vw;bottom: 13vw;
}
.banner .swiper-button-prev,
.banner .swiper-button-next{
	position: relative;left: unset;bottom: unset;right: unset;top: unset;margin: unset;
	display: block;width: 16px;height: 12px;
	background: url(../img/more.png) center center no-repeat;
	background-size: 100% 100%;
	filter: grayscale(1) brightness(0%) invert(100%);
}
.banner .swiper-button-prev.swiper-button-disabled,
.banner .swiper-button-next.swiper-button-disabled{display: none;}
.banner .swiper-button-prev{transform: rotate(180deg);}
.banner .swiper-button-prev::after,
.banner .swiper-button-next::after{display: none;}
.banner .swiper-pagination{
	display: flex;justify-content: center;align-items: center;
	position: relative;left: unset;bottom: unset;
	margin: 0 0.83vw;
}
.banner .swiper-pagination-bullet{
	margin: 0 0.83vw;
	width: 7px;height: 7px;border-radius: 7px;
	background: #ffffff;
}
@media (max-width:1024px) {
	.banner,
	.banner .swiper,
	.banner .swiper-wrapper,
	.banner a{display: block;height: auto;}
	.banner .imgB{padding-top: 62.5%;}
	.banner .fyG{bottom: 8vw;}
	.banner .swiper-button-prev,
	.banner .swiper-button-next{width: 12px;height: 8px;}
	.banner .swiper-pagination-bullet{margin: 0 4px;width: 4px;height: 4px;border-radius: 4px;}
}
/* 首页 */
.indP{overflow: hidden;height: 62.5vw;height: 100%;}
.indP>div{position: relative;z-index: 3;}
.indP .indBg{position: absolute;left: 0;top: 0;display: block;width: 100%;height: 100%;padding-top: unset;z-index: 1;}
.pubTit{
	font-size: 72px;
	font-size: 3.2vw;
	color: #495CA7;
	display: flex;justify-content: flex-start;align-items: center;
}
.pubTit b{display: block;}
.pubTit i{
	display: block;
	width: 1px;
	height: 67px;
	height: 3.5vw;
	background: #495CA7;
	margin: 0 20px;
	margin: 0 1vw;
}
.pubTit span{
	display: block;
	font-size: 32px;
	font-size: 1.2vw;
	color: #495CA7;
	line-height: 1.4;
}
.pubTit.bai{color: #ffffff;}
.pubTit.bai i{background: #ffffff;}
.pubTit.bai span{color: #ffffff;}
.pubTit.pubTit2{flex-direction: row-reverse;text-align: right;}
.indP1{padding-top: 18vw;}
.indP1 .indBg img{display: none;}
.indP1 .indBg img:first-child{display: block;}
.indP1 .zszm{
	font-size: 14.6vw;
	color: rgba(255,255,255,0.2);
	position: absolute;right: 0;top: 0;
	line-height: 0.64;
	font-weight: 700;
	z-index: 5;
}
.indP1 .zszm span{
	display: block;
	transform: rotate(90deg);
	transform-origin: center;
}
.indP1 .kkk{
	width: max-content;
	position: relative;
}
.indP1 .kkk *{position: relative;z-index: 2;}
.indP1 .kkk::after{
	content: "";
	background: url(../img/xbg.png) center center no-repeat;
	background-size: 100% 100%;
	position: absolute;left: -8.125vw;top: -10vw;
	display: block;width: calc(100% + 16.25vw);height: calc(100% + 20vw);
	z-index: 1;
}
.indP1 .descB{font-size: 32px;margin-top: 1vw;}
.indP1 .btnB{margin-top: 2vw;}
.indP1 .yy{
	position: absolute;right: 0;top: 0;
	width: 40%;
	height: 100%;
	z-index: 4;
	padding: 7.3vw 0;
	background: rgba(73,92,167,0.7);
}
.ind1Ul{
	position: absolute;right: 0;top: 0;
	width: 40%;
	height: 100%;
	z-index: 6;
	padding: 7.3vw 0;
	padding: 11.67vh 0;
}
.ind1Ul li{
	width: calc(100% + 48px);
	width: calc(100% + 2.5vw);
	padding-left: 96px;
	padding-left: 5vw;
	text-align: center;
	margin-left: -48px;
	margin-left: -2.5vw;
	cursor: pointer;
	transition: all 0.5s;
}
.indP .nrBox{
	position: absolute;left: 0;top: 0;
	height: 100%;width: 100%;
	padding: 5.16vw 0;
	display: flex;justify-content: flex-start;align-items: center;
}
.indP .kuang{
	max-width: 48vw;
}
.indP .descB{
	font-size: 1vw;
	font-weight: 100;
	margin-top: 0.2vw;
	text-align: justify;
}
.indP .descB span{display: inline-block;}
.indP .descB big{font-size: 20px;font-size: 0.8vw;font-weight: 400;display: block;}
.indP .descB small{font-size: 18px;font-size: 0.72vw;font-weight: 400;display: block;}
.indP .btnB{
	margin-top: 1.8vw;
}
/* .ind1Ul li:hover, */
.ind1Ul li.on{
	background: url(../img/ind1bgs.png) center center no-repeat;
	background-size: 100% 100%;
}
.ind1Ul li:first-child{margin-top: 0;}
.ind1Ul .kuang{
	padding: 24px;
	padding: 2vw 1.25vw;
}
.ind1Ul .titB{
	font-weight: 700;
	font-size: 60px;
	font-size: 3.125vw;
	line-height: 1;
}
.ind1Ul .titB small{
	font-size: 40px;
	font-size: 2.1vw;
}
.ind1Ul .descB{
	font-size: 16px;
	line-height: 1;
text-align:center;
}
.indP2::before{
	content: "";
	width: 100%;
	height: 27vw;
	background: linear-gradient(to top, rgba(37,76,228,0.2) 8%, rgba(23,42,119,0.4) 56%, rgba(33,46,97,0) 100%);
	position: absolute;left: 0;bottom: 0;
	z-index: 2;
}
.indP2 .nrBox{align-items: flex-end;}
.indP3 .nrBox{justify-content: flex-end;}
.indP3 .kuang{max-width: 36.5vw;}
.indP3 .btnB{float: right;}
.indP8 .imgB{padding-top: 0;height: 100%;}
.indP4 .indBg::after{
	content: "";
	display: block;width: 73.65vw;height: 100%;
	position: absolute;left: 0;top: 0;
	background: url(../img/ind4bgs.png) center center no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}
.indP4 .kuang{max-width: 50vw;}
.indP4 .descB{margin-top: 2vw;}
.indP4 .descB small{font-size: 0.83vw;font-weight: 400;}
.indP5 .nrBox{justify-content: flex-end;}
.indP5 .kuang{max-width: 36vw;}
.indP5 .descB{margin-top: 2vw;}
.indP5 .descB big{font-size: 28px;font-size: 1.1vw;font-weight: 400;text-align: right;margin-top: 1vw;}
.indP5 .btnB{margin-top: 3vw;float: right;}
.indP6 .descB{font-size: 32px;}
.indP6 .nrBox{align-items: flex-end;}
.ind7L{width: 65%;height: 100%;padding-right: 10px;}
.ind7L .knr{width: 100%;height: 100%;position: relative;border-radius: 8px;overflow: hidden;}
.indP7 .knr::before{
	content: "";
	display: block;width: 100%;height: 100%;
	position: absolute;left: 0;top: 0;
	background: linear-gradient( 180deg, rgba(73,92,167,0) 0%, #222F60 97%);
	z-index: 2;
}
.ind7L .pubTit span{font-size: 3.75vw;}
.ind7L .textB{
	position: absolute;left: 0;top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding: 0 8.125vw;
	z-index: 3;
}
.ind7L .pubTit span{font-size: 3.75vw;}
.ind7R{width: 35%;height: 100%;padding-left: 10px;}
.ind7Ul{width: 100%;height: 100%;}
.ind7Ul li{height: calc(50% - 10px);margin-top: 20px;}
.ind7Ul li:first-child{margin-top: 0;}
.ind7Ul .knr{height: 100%;border-radius: 8px;overflow: hidden;}
.ind7Ul .titB{
	position: absolute;left: 0;bottom: 0;
	padding: 32px 64px;
	padding: 1.67vw 3.33vw;
	font-size: 24px;
	font-size: 1.25vw;
	display: block;width: 100%;
	z-index: 2;
	color: #ffffff;
}
@media (min-width:1024px) {
	.section.active .move_l{animation: move_l 1s .4s forwards; -webkit-animation: move_l 1s .4s forwards;}
	body .move_l{  opacity:0; transform: translatX(-50px); }
	@keyframes move_l{
	 from{ opacity:0; transform: translateX(-150px);}
	 to{ opacity:1; transform: translateX(0);}
	}
	@-webkit-keyframes move_l{
	 from{ opacity:0; transform: translateX(-150px);}
	 to{ opacity:1; transform: translateX(0);}
	}
	.section.active .move_r{animation: move_r 1s .4s forwards; -webkit-animation: move_r 1s .4s forwards;}
	body .move_r{  opacity:0; transform: translatX(50px);}
	@keyframes move_r{
	 from{ opacity:0; transform: translateX(150px);}
	 to{ opacity:1; transform: translateX(0);}
	}
	@-webkit-keyframes move_r{
	 from{ opacity:0; transform: translateX(150px);}
	 to{ opacity:1; transform: translateX(0);}
	}
	.section.active .move_b{animation: move_b 1s .4s forwards; -webkit-animation: move_b 1s .4s forwards;}
	body .move_b{  opacity:0; transform: translateY(-50px);}
	@keyframes move_b{
	 from{ opacity:0; transform: translateY(-150px);}
	 to{ opacity:1; transform: translateY(0);}
	}
	@-webkit-keyframes move_b{
	 from{ opacity:0; transform: translateY(-150px);}
	 to{ opacity:1; transform: translateY(0);}
	}
	
	.section.active .move_t{animation: move_t 1s .4s forwards; -webkit-animation: move_t 1s .4s forwards;}
	body .move_t{  opacity:0; transform: translateY(50px);}
	@keyframes move_t{
	 from{ opacity:0; transform: translateY(150px);}
	 to{ opacity:1; transform: translateY(0);}
	}
	@-webkit-keyframes move_t{
	 from{ opacity:0; transform: translateY(150px);}
	 to{ opacity:1; transform: translateY(0);}
	}
}
@media (max-width:1024px) {
	.indP{height: unset;/* min-height: 100vh; */}
	.pubTit{font-size: 28px;}
	.pubTit i{height: 32px;}
	.pubTit span{font-size: 14px;}
	.indP .nrBox{position: relative;left: unset;top: unset;height: auto;padding: 20vw 0;}
	.indP .kuang{max-width: unset;}
	.indP .descB{font-size: 16px;margin-top: 16px;}
	.indP .descB small{font-size: 14px;}
	.indP .descB big{font-size: 16px;}
	.indP .btnB{margin-top: 16px;}
	.indP1 .yy{display: none;}
	.indP1 .indBg::after{background: rgba(255, 255, 255, 0.4);width: 100%;height: 100%;position: absolute;left: 0;top: 0;content:"";z-index: 2;}
	.ind1Ul{background-color:rgba(73,92,167,0.7);position: relative;right: unset;top: unset;margin-top: 40px;width: 100%;display: flex;justify-content: center;align-items: stretch;flex-wrap: wrap;padding: 0;}
	.ind1Ul li{width: 50%;padding-left: 0;margin-left: 0;display: flex;justify-content: center;align-items: center;padding: 8px;margin-top: unset;}
	.ind1Ul .titB{font-size: 24px;}
	.ind1Ul .titB small{font-size: 18px;}
	.ind1Ul li.on{background: linear-gradient(to right,#3e5fdc,#59a0fe);}
	.indP3 .indBg::after{background: rgba(255, 255, 255, 0.6);width: 100%;height: 100%;position: absolute;left: 0;top: 0;content:"";z-index: 2;}
	.indP4 .indBg::after{background: rgba(73,92,167,0.6);width: 100%;}
	.indP5 .indBg::after{background: rgba(73,92,167,0.6);width: 100%;height: 100%;position: absolute;left: 0;top: 0;content:"";z-index: 2;}
	.indP5 .indBg{width: 220%;}
	.indP7{display: block;padding: 10px;}
	.ind7L{width: 100%;padding: 0;}
	.ind7R{width: 100%;padding: 0;margin-top: 10px;}
	.indP7 .indBg{padding-top: 100%;position: relative;left: unset;top: unset;}
	.ind7Ul{display: flex;justify-content: space-between;align-items: stretch;flex-wrap: wrap;}
	.ind7Ul li{width: calc(50% - 5px);margin: 0;}
	.ind7Ul .titB{font-size: 14px;padding: 14px;}
}
/* 关于我们 */
.aboP{overflow: hidden;height: 100%;}
.aboK{width: 100%;}
.aboP .container{height: 100%;}
.banny{height: 100%;width: 100%;position: relative;}
.banny .imgB{
	padding-top: unset;height: 100%;width: 100%;
	position: absolute;left: 0;top: 0;
	z-index: 1;
}
.banny .kuang{
	position: relative;z-index: 2;
	font-size: 3.33vw;
	color: #ffffff;
	text-align: center;
}
.banny .kuang img{
	display: block;
	height: 2.93vw;
	margin: 3.2vw auto 0;
	cursor: pointer;
	animation:mymove 1s infinite;
	-webkit-animation:mymove 1s infinite; /*Safari and Chrome*/
	animation-direction:alternate;/*轮流反向播放动画。*/
	animation-timing-function: ease-in-out; /*动画的速度曲线*/
	-webkit-animation:mymove 1s infinite;
	-webkit-animation-direction:alternate;/*轮流反向播放动画。*/
	-webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
}
.banny2{height: 100vh;}
@keyframes mymove{
	0%{ 
	  -webkit-transform:translateY(0);
	  transform:translateY(0);
	}
	100% {  
	  -webkit-transform:translateY(10px);
	  transform:translateY(10px);
	}
} 
/* .banny img{display: block;width: 100%;} */
@media (max-width:1024px) {
	.banny .kuang{padding: 20vw 16px;font-size: 24px;}
	.banny .kuang img{height: 24px;}
	.banny2{height: unset;}
}
.aboTit{
	font-size: 32px;
	font-size: 1.67vw;
	color: var(--main);
	font-weight: 700;
}
.aboTit.bai{
	color: #ffffff;
}
.aboP1{
	text-align: center;
	padding: 70px 0;
	padding: 3.65vw 0;
}
.aboP1 .descB{
	font-size: 24px;
	font-size: 1.25vw;
	max-width: 60vw;
	margin: 16px auto 0;
	margin: 0.83vw auto 0;
	font-weight: 100;
}
.aboP1 .descB strong{
	font-size: 2.5vw;
	font-weight: 900;
	background-image: linear-gradient(to right, #436ce2, #2aa1b9);
	-webkit-background-clip: text;
	color: transparent;
	overflow: visible;
	margin: 0 4px;
}
.abo1Ul{
	margin-top: 72px;
	margin-top: 3.75vw;
	text-align: center;
	justify-content: center;
}
.abo1Ul li{width: max-content;}
.abo1Ul .titB{
	font-size: 60px;
	font-size: 3.125vw;
	line-height: 1;
	font-weight: 700;
}
.abo1Ul .titB1{opacity: 0;}
.abo1Ul .titB2{
	position: absolute;left: 0;top: 0;
	width: 100%;
}
.abo1Ul .titB small{
	font-size: 40px;
	font-size: 1.8vw;
}
.abo1Ul .descB{
	font-size: 16px;
	font-size: 0.83vw;
}
.abo1Ul img{height: 20vw;}
.abo1Ul li:nth-child(1){
	margin-top: 212px;
	margin-top: 11vw;
}
.abo1Ul li:nth-child(2){
	margin-top: 14px;
	margin-top: 0.73vw;
	margin-left: -56px;
	margin-left: -2.92vw;
}
.abo1Ul li:nth-child(3){
	margin-left: -88px;
	margin-left: -4.58vw;
}
.abo1Ul li:nth-child(4){
	margin-top: 26px;
	margin-top: 1.35vw;
	margin-left: 28px;
	margin-left: 1.56vw;
}
.abo1Ul li:nth-child(5){
	margin-top: 210px;
	margin-top: 11vw;
	margin-left: -46px;
	margin-left: -2.4vw;
}
.aboP2{padding: 56px 0;}
.aboP2::before{
	content: "";
	display: block;width: 37.5%;height: 100%;
	position: absolute;left: 8.125vw;top: 0;
	background: rgba(73,92,167,0.1);
	z-index: 1;
}
.aboP2 .datuB{
	width: 32.8%;height: 100%;
	position: absolute;left: 8.125vw;top: 0;
	z-index: 3;
	display: flex;justify-content: flex-start;align-items: flex-end;
}
.aboP2 .datuB img{width: 100%;display: block;}
.aboP2 .nrBox{
	background: #495ca7;
	width: 72%;
	margin-left: 28%;
	padding: 64px 80px 88px;
	padding: 3.33vw 4.17vw 5vw 2.2vw;
	position: relative;z-index: 2;
}
.aboP2 .aboTit{
	color: #ffffff;
	font-size: 36px;
	font-size: 1.875vw;
	width: 158px;
	width: 8.23vw;
}
.aboP2 .aboTit::after{
	content: "";
	display: block;width: 100%;height: 6px;height: 0.3vw;
	background: linear-gradient( 270deg, rgba(255,255,255,0) 0%, #FFFFFF 100%);
}
.aboP2 .kuang{
	width: calc(100% - 10vw);
	font-size: 23px;
	font-size: 1.2vw;
}
.aboP2 .fyG{
	position: absolute;
	right: 4.17vw;bottom: 1.56vw;
}
.aboP2 .swiper-slide{
	font-weight: 100;
	text-align: justify;
}
.aboP2 .swiper-button-prev,
.aboP2 .swiper-button-next{
	position: relative;left: unset;bottom: unset;right: unset;top: unset;margin: unset;
	display: flex;justify-content: center;align-items: center;
	width: 0.94vw;height: 1.46vw;
	background: url() center center no-repeat;
	background-size: 100% 100%;
}
.aboP2 .swiper-button-prev{background-image: url(../img/fyl1.png);}
.aboP2 .swiper-button-next{background-image: url(../img/fyr1.png);}
.aboP2 .swiper-button-prev::after,
.aboP2 .swiper-button-next::after{display: none;}
.aboP2 .swiper-pagination{
	display: flex;justify-content: center;align-items: center;
	position: relative;left: unset;bottom: unset;
	width: max-content;
	margin: 0 0.83vw;
}
.aboP2 .swiper-pagination-bullet{
	margin: 0 5px;
	margin: 0 0.22vw;
	width: 10px;height: 10px;border-radius: 10px;
	width: 0.52vw;height: 0.52vw;border-radius: 0.52vw;
	background: none;
	border: 3px solid #ffffff;
	border: 0.18vw solid #ffffff;
}
.aboP3 .imgB{
	position: absolute;left: 0;top: 0;
	display: block;width: 100%;height: 100%;
	padding-top: 0;
	z-index: 1;
}
.aboP3 .container{
	position: relative;
	z-index: 3;
}
.aboP3 .kkk{height: 100%;}
.aboP3 .nrBox{
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	font-size: 24px;
	font-size: 1.25vw;
	font-weight: 100;
}
.aboP3 .aboTit{
	width: 100%;
	margin-bottom: 1.2vw;
}
.aboP3 .descB1{
	width: 540px;
	width: 28.125vw;
}
.aboP3 .descB2{
	width: 440px;
	width: 23vw;
	margin-left: 140px;
	margin-left: 7.3vw;
	position: relative;
}
.aboP3 .descB2::before,
.aboP3 .descB2::after{
	content: "";
	display: block;width: 48px;height: 40px;
	display: block;width: 2.5vw;height: 1.77vw;
	background: url(../img/yh.png) center no-repeat;
	background-size: 100% 100%;
	position: absolute;
}
.aboP3 .descB2::before{left: -56px;left: -2.92vw;top: 0;}
.aboP3 .descB2::after{right: -48px;right: -2.5vw;bottom: -40px;bottom: -2.08vw;transform: rotate(180deg);}
.aboP3 .descB3{
	width: 1116px;
	width: 58.125vw;
	display: flex;justify-content: flex-end;align-items: center;
	vertical-align: middle;
	margin-top: -2vw;
}
.aboP3 .descB3 img{vertical-align: middle;margin-left: 12px;margin-left: 0.625vw;}
.aboP3 .datu{
	position: absolute;right: 10vw;bottom: 0;
	display: block;width: 24vw;
	z-index: 2;
}
.aboP3 .datu img{display: block;width: 100%;}
.aboP3 .zz{
	position: absolute;right: 0;bottom: 0;
	background: url(../img/abo2bgz.png) center center no-repeat;
	background-size: 100% 100%;
	display: block;width: 100%;height: 14vh;
	z-index: 4;
}
.swiper_abo6d{height: 100%;}
.swiper_abo6d .swiper-wrapper{align-items: stretch;height: 100%;}
.swiper_abo6d .swiper-slide{
	height: 100%;
	/* padding: 300px 0 468px;
	padding: 15.625vw 0 24.375vw; */
}
.swiper_abo6d .imgB{
	position: absolute;right: 0;top: 0;
	display: block;width: 35.83%;height: 100%;
	padding-top: 0;
}
.swiper_abo6d .container{
	position: relative;z-index: 2;
}
.swiper_abo6d .txtB{
	width: 100%;
	height: 100%;
	justify-content: flex-start;
}
.swiper_abo6d .kkk{
	padding-bottom: 8vw;
	position: relative;
}
.swiper_abo6d .descB{
	margin-top: 24px;
	margin-top: 1.25vw;
	font-weight: bold;
	font-size: 36px;
	font-size: 1.1vw;
	color: #7a7a7a;
	width: 596px;
	width: 31vw;
	min-height: 14.0625vw;
}
.swiper_abo6d .font1{
	display: block;width: 386px;height: 68px;
	display: block;width: 20vw;height: 3.5vw;
	background: url(../img/abo5bgs.png) center center no-repeat;
	background-size: 100% 100%;
	font-weight: bold;
	font-size: 48px;
	font-size: 2.5vw;
	color: #FFFFFF;
	padding: 0 30px;
	padding: 0 1.56vw;
	position: absolute;left: 0;bottom: 3vw;
}
.swiper_abo6d .font2{
	font-size: 16px;
	font-size: 0.83vw;
	color: #7F8FA9;
	position: absolute;left: 0;bottom: 0;
}
.swiper_abo6x{
	z-index: 3;
	position: absolute;left: 800px;top: calc(50% - 255px);
	position: absolute;left: 41.7vw;top: calc(50% - 13.3vw);
	width: 308px;height: 510px;
	width: 16vw;height: 26.6vw;
	font-size: 36px;
	font-size: 1.875vw;
	color: #A0A0A0;
	font-weight: 700;
	text-align: right;
	padding-right: 1.88vw;
}
.swiper_abo6x .swiper-scrollbar{
	width: 6px;
	background: #DBE7FA;
	border-radius: 6px;
	height: 84%;top: 8%;
}
.swiper_abo6x .swiper-scrollbar-drag{
	width: 4px;
	background: #495CA7;
	border-radius: 4px;
	margin: 0 1px;
}
.swiper_abo6x .swiper-slide{
	position: relative;
	display: flex;justify-content: flex-end;align-items: center;
	height: unset;
	padding-right: 70px;
	padding-right: 3.65vw;
	height: 102px;
	height: 5.3vw;
	cursor: pointer;
}
.swiper_abo6x .swiper-slide::after{
	content: "";
	display: block;width: 12px;height: 12px;
	display: block;width: 0.52vw;height: 0.52vw;
	background: url(../img/abo5i1.png) center center no-repeat;
	background-size: cover;
	position: absolute;right: 0;top: calc(50% - 6px);
	position: absolute;right: 0;top: calc(50% - 0.26vw);
}
.swiper_abo6x .swiper-slide-active{
	font-size: 58px;
	font-size: 3vw;
	color: #495CA7;
}
.swiper_abo6x .swiper-slide-active::after{
	background-image: url(../img/abo5i1.png);
}
.swiper_abo6x .swiper-slide-prev{
	background: -webkit-linear-gradient(90deg, #495CA7 0%, #C4C4C4 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #495CA7;
}
.swiper_abo6x .swiper-slide-next{
	background: -webkit-linear-gradient(90deg, #C4C4C4 0%, #495CA7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #495CA7;
}
.swiper_abo6x .swiper-button-prev,
.swiper_abo6x .swiper-button-next{
	display: block;width: 100%;height: 204px;
	display: block;width: 100%;height: 10.625vw;
	position: absolute;left: 0;
	display: flex;justify-content: center;align-items: center;
}
.swiper_abo6x .swiper-button-prev{
	top: 0;
}
.swiper_abo6x .swiper-button-next{
	bottom: 0;top: unset;
}
.swiper_abo6x .swiper-button-prev::after,
.swiper_abo6x .swiper-button-next::after{display: none;}
.aboP7 .container{position: relative;z-index: 2;}
.aboP7 .nrBox{text-align: center;}
/* .aboP8{padding: 88px 0 274px;padding: 4.58vw 0 14.3vw;} */
.aboP8 .container{height: unset;}
.aboP8 .aboTit{margin-bottom: 160px;margin-bottom: 8.3vw;}
.aboP8 .dowebok{
	background: none;
	font-size: 24px;
	font-size: 1.25vw;
	margin-top: 96px;
	margin-top: 2vw;
	font-size: 2vw;
}
.aboP8 .dowebok a{
	display: inline-block;
	color: #ffffff; 
	text-decoration: none;
	padding-left: 18px;
	padding-left: 0.94vw;
	/* margin-right: 16vw; */
	position: relative; 
	vertical-align: middle;
	transition: all 0.5s;
	transform: scale(0.8);
	/* transform-origin: left center; */
}
.aboP8 .dowebok a:hover{
	/* font-size: 2.5vw; */
	font-weight: 700;
	transform: scale(1);
}
.aboP8 .dowebok a::before{
	content: "";
	display: block;width: 6px;height: 6px;
	display: block;width: 0.4vw;height: 0.4vw;
	background: rgba(255,255,255,0.8);
	border-radius: 0.4vw;
	position: absolute;left: 0;top: calc(50% - 0.2vw);
}
/* .aboP8 .dowebok1 a{margin-left: 12vw;margin-right: 4vw;} */
.aboP9 .aboTit{margin-bottom: 0;}
.aboP9 .container{height: unset;}
.aboP9 .nrBox{
	padding-top: 2.5vw;
	height: calc((100vh - 5.2vw) * 0.17);
}
.aboP9 .swiper_abo9x{
	width: calc(100% - 16vw);
	position: relative;
	overflow: visible;
}
.aboP9 .swiper_abo9x::before{
	content: "";
	display: block;width: 100%;
	height: 4px;
	height: 0.21vw;
	background: #DBE7FA;
	border-radius: 20px;
	border-radius: 1.04vw;
	position: absolute;left: 0;top: calc(50% - 0.105vw);
}
.aboP9 .swiper_abo9x .swiper-slide{
	position: relative;
	cursor: pointer;
}
.aboP9 .swiper_abo9x .swiper-slide i{
	display: block;width: 12px;height: 12px;
	display: block;width: 0.625vw;height: 0.625vw;
	background: #DBE7FA;
	border-radius: 50%;
}
.aboP9 .swiper_abo9x .swiper-slide span{
	position: absolute;left: 0;bottom: 22px;bottom: 1.1vw;
	width: max-content;
	line-height: 1.56vw;
	background: #EDEFF6;
	border-radius: 5px;
	border-radius: 0.25vw;
	padding: 0 8px;
	padding: 0 0.42vw;
	transform: translateX(-50%);
	display: none;
	font-size: 0.83vw;
}
.aboP9 .swiper_abo9x .swiper-slide i:hover{background: var(--main);}
.aboP9 .swiper_abo9x .swiper-slide i:hover+span{display: block;}
.aboP9 .swiper_abo9x .swiper-slide span::after{
	content: "";
	display: block;width: 10px;height: 10px;
	display: block;width: 0.52vw;height: 0.52vw;
	background: #EDEFF6;
	position: absolute;left: calc(50% + 1px);bottom: -0.26vw;
	transform: rotate(45deg);
}
.swiper_abo9d .swiper-slide{
	position: relative;
}
.swiper_abo9d .imgB{
	padding-top: calc((100vh - 5.2vw) * 0.83);
}
.swiper_abo9d .textB{
	display: flex;justify-content: flex-start;align-items: center;
	width: 100%;height: 100%;
	position: absolute;left: 0;top: 0;
	padding: 2vw 11vw;
}
.swiper_abo9d .iconB img{
	display: block;
	height: 3.65vw;
}
.swiper_abo9d .kuang{width: 100%;}
.swiper_abo9d .titB{
	font-size: 2.5vw;
	font-weight: 700;
	max-width: 50%;
	margin-top: 1.5vw;
}
.swiper_abo9d .descB{
	font-size: 1.25vw;
	max-width: 50%;
	margin-top: 1.5vw;
}
.swiper_abo9d .swiper-button-prev,
.swiper_abo9d .swiper-button-next{
	display: block;width: 64px;height: 64px;
	display: block;width: 3.33vw;height: 3.33vw;
	background: rgba(46,81,221,0.1);
	border-radius: 100%;
	display: flex;justify-content: center;align-items: center;
}
.swiper_abo9d .swiper-button-prev{
	left: 32px;
	left: 1.67vw;
}
.swiper_abo9d .swiper-button-next{
	right: 32px;
	right: 1.67vw;
}
.swiper_abo9d .swiper-button-prev::after,
.swiper_abo9d .swiper-button-next::after{
	content: "";
	display: block;width: 50%;height: 50%;
	background: url(../img/fyl2.png) center center no-repeat;
	background-size: 100%;
}
.swiper_abo9d .swiper-button-next::after{transform: rotate(180deg);}
.aboP10 .aboTit{margin-bottom: 4vw;}
.aboP10 .nrBox{padding-top: 188px;padding-top: 9.8vw;}
.aboP10 .tuB{width: 85%;position: absolute;left: 0;top: 0;z-index: 1;}
.aboP10 .imgB{padding-top: 38%;}
.abo10Ul{position: relative;z-index: 2;}
.abo10Ul li{
	width: 22%;
	padding: 72px;
	padding: 3.75vw;
	text-align: center;
	min-height: 21vw;
	transition: all 0.5s;
}
.abo10Ul .iconB{width: 68px;width: 68px;width: 3.5vw;width: 3.5vw;margin: 0 auto;}
.abo10Ul .iconB img{width: 100%;display: block;}
.abo10Ul .titB{
	font-weight: bold;
	font-size: 32px;
	font-size: 1.67vw;
	margin-top: 2vw;
}
.abo10Ul .descB{
	font-size: 20px;
	font-size: 1.04vw;
	margin-top: 0.4vw;
}
.abo10Ul li:nth-child(1){width: 34%;padding: 5vw 0 0 4.6vw;text-align: left;}
.abo10Ul li:nth-child(2){background: #004B9F;}
.abo10Ul li:nth-child(3){background: #0D5CBD;}
.abo10Ul li:nth-child(4){background: linear-gradient( 237deg, #57AFFF 0%, #3A79C8 100%);}
.abo10Ul li:nth-child(1) .iconB{margin-left: 0;}
.abo10Ul li:nth-child(2):hover{background: #004084;}
.abo10Ul li:nth-child(3):hover{background: #0b51a7;}
.abo10Ul li:nth-child(4):hover{background: linear-gradient( 237deg, #51a6ef 0%, #336bb0 100%);}
.aboP11{padding: 5vw 0;}
.aboP11 .container{height: unset;}
.aboP11 .aboTit{font-weight: 500;margin-bottom: 1vw;}
.aboP11 .aboTit2{margin-top: 4vw;}
.aboP11 .nrBox{overflow: hidden;padding: 10px 0;}
.aboP11 .dowebok{position: relative;z-index: 1;margin-top: 1.8vw;}
.aboP11 .dowebok:first-child{margin-top: 0;}
.aboP11 .dowebok a{
	/* margin-right: 0.83vw; */
	display: block;
	width: 100vw;
}
.aboP11 .dowebok a .imgB{padding-top: 45.65%;}
.aboP11 .dowebok.tuul1 a .imgB{padding-top: 6.25vw;}
.aboP11 .dowebok.tuul2 a .imgB{padding-top: 7.3vw;}
.aboP11::before,
.aboP11::after{
	content: "";
	display: block;width: 10vw;height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,1),rgba(255,255,255,0));
	position: absolute;left: 0;top: 0;
	z-index: 2;
	/* background: #ff0000; */
}
.aboP11::after{
	left: unset;right: 0;
	background: linear-gradient(to right, rgba(255,255,255,0),rgba(255,255,255,1));
}
.aboP13{
	background: #FFFFFF;
	border-radius: 30px;
	margin: 5vw 0;
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
}
.abo13L{width: 35.5%;}
.abo13R{width: 56.6%;border-radius: 30px;overflow: hidden;}
.abo13R img{display: block;width: 100%;}
.abo13R .ditu{padding-top: 60%;position: relative;}
.abo13R .ditu #map{position: absolute;left: 0;top: 0;display: block;width: 100%;height: 100%;}
.aboP13 .aboTit{font-weight: 500;margin-bottom: 4vw;}
.abo13Ul li{
	border-bottom: 1px solid var(--main);
	margin-top: 24px;
	margin-top: 1.25vw;
}
.abo13Ul li:first-child{margin-top: 0;}
.abo13Ul .titB{
	font-size: 24px;
	font-size: 1.25vw;
	display: flex;justify-content: flex-start;align-items: center;
}
.abo13Ul .titB img{height: 22px;height: 1.1vw;margin-right: 1.1vw;}
.abo13Ul .descB{
	font-size: 20px;
	font-size: 1.04vw;
	padding: 8px 0;
	padding: 0.42vw 0;
}
.aboP13 .btnB{margin-top: 52px;margin-top: 2.7vw;height: 48px;height: 2.5vw;padding: 0 32px;padding: 0 1.67vw;}
@media (max-width:1024px) {
	.aboP1,
	.aboP8,
	.aboP9,
	.aboP10{padding: 48px 0;}
	.aboTit,
	.aboP8 .aboTit,
	.aboP9 .aboTit,
	.aboP10 .aboTit{font-size: 20px;margin-bottom: 16px;}
	.aboP1 .descB{font-size: 16px;max-width: 100%;}
	.aboP1 .descB strong{font-size: 20px;}
	.aboP2{padding: 16px 0;}
	.abo1Ul{display: flex;justify-content: center;align-items: flex-start;flex-wrap: wrap;}
	.abo1Ul .titB{font-size: 20px;}
	.aboP1 .descB{font-size: 14px;}
	.abo1Ul li,
	.abo1Ul li:nth-child(1),
	.abo1Ul li:nth-child(2),
	.abo1Ul li:nth-child(3),
	.abo1Ul li:nth-child(4),
	.abo1Ul li:nth-child(5){padding: 8px;width: 50%;margin: 0;}
	.abo1Ul li:nth-child(3){width: 100%;}
	.aboP2 .datuB{position: relative;left: unset;top: unset;width: 100%;}
	.aboP2 .nrBox{width: 100%;margin: -20vw 0 0;display: block;padding: 32px 16px 64px;}
	.aboP2 .aboTit{font-size: 20px;width: 100%;}
	.aboP2 .kuang{width: 100%;}
	.aboP2 .kuang{font-size: 14px;}
	.aboP2 .swiper-button-prev, .aboP2 .swiper-button-next{width: 12px;height: 24px;bottom: 16px;}
	.aboP2 .swiper-button-prev::after, .aboP2 .swiper-button-next::after{font-size: 20px;}
	.aboP2 .swiper-pagination{bottom: 16px;}
	.aboP2 .swiper-pagination-bullet{width: 6px;height: 6px;}
	.aboP3{background: linear-gradient(to right,#19224b,#0c153e);}
	.aboP3 .nrBox{font-size: 14px;padding: 48px 0;}
	.aboP3 .descB1{width: 100%}
	.aboP3 .descB2{width: 64%;margin: 16px 0 0;}
	.aboP3 .descB3{width: 64%;margin-top: 12px;}
	.aboP3 .imgB{position: absolute;top: unset;bottom: 0;padding-top: 64%;height: unset;}
	.aboP3 .descB3 img{height: 20px;}
	.aboP3 .zz{height: 10vw;}
	.aboP3 .datu{width: 40vw;right: 4vw;}
	.swiper_abo6d .descB{font-size: 18px;}
	.swiper_abo6d .font1{width: 164px;height: 32px;font-size: 18px;}
	.aboP6{padding: 48px 0;}
	.swiper_abo6x{position: relative;left: unset;width: 100%;top: unset;height: unset;margin-bottom: 16px;padding: 16px 0 0 0;}
	.swiper_abo6x .swiper-wrapper{align-items: stretch;}
	.swiper_abo6x .swiper-slide{padding: 0;display: block;text-align: center;font-size: 18px;height: unset;display: flex;justify-content: center;align-items: center;padding-bottom: 16px;}
	.swiper_abo6x .swiper-slide-active{font-size: 22px;}
	.swiper_abo6x .swiper-slide::after{width: 8px;height: 8px;position: absolute;right: unset;top: unset;bottom: 0;left: calc(50% - 4px);}
	.swiper_abo6d .swiper-slide{padding: 16px 0;height: unset;}
	.swiper_abo6d .font1{left: 0;bottom: 48px;}
	.swiper_abo6d .font2{font-size: 14px;left: 0;bottom: 0;}
	.swiper_abo6d .descB{width: 100%;font-size: 16px;}
	.swiper_abo6d .imgB{width: 46%;}
	.swiper_abo6x .swiper-button-prev{width: 40%;height: 100%;left: 0;top: 0;bottom: unset;margin: 0;transform: unset;}
	.swiper_abo6x .swiper-button-next{width: 40%;height: 100%;right: 0;top: 0;bottom: unset;margin: 0;transform: unset;left: unset;}
	.swiper_abo6x .swiper-scrollbar{width: 100%;height: 6px;right: 0;top: 0;left: unset;}
	.swiper_abo6x .swiper-scrollbar-drag{width: auto;height: 6px;margin: 0;}
	.swiper_abo6d .txtB{width: 50%;}
	.swiper_abo6d .kkk{padding-bottom: 108px;}
	.aboP7{padding: 48px 0;}
	.aboP8 .dowebok{font-size: 16px;}
	.aboP8 .dowebok a{padding-left: 16px;}
	.aboP8 .dowebok a b{font-size: 18px;}
	.aboP8 .dowebok a::before{width: 4px;height: 4px;}
	.aboP9{padding: 0;}
	.aboP9 .nrBox{height: auto;padding: 32px 0 16px;}
	.aboP9 .swiper_abo9x{display: none;}
	.swiper_abo9d .swiper-button-prev, .swiper_abo9d .swiper-button-next{width: 32px;height: 32px;top: calc(50% - 16px);margin: 0;}
	.swiper_abo9d .swiper-button-prev::after, .swiper_abo9d .swiper-button-next::after{font-size: 18px;}
	.swiper_abo9d .imgB{padding-top: 56%;}
	.swiper_abo9d .textB{padding: 24px 56px;}
	.swiper_abo9d .iconB img{height: 32px;}
	.swiper_abo9d .titB{font-size: 16px;margin-top: 8px;max-width: unset;}
	.swiper_abo9d .descB{font-size: 14px;margin-top: 8px;max-width: unset;}
	.aboP10 .imgB{padding-top: 57%;}
	.abo10Ul .iconB{width: 40px;}
	.abo10Ul li{padding: 16px 8px;width: 50%;}
	.abo10Ul .titB{font-size: 16px;margin-top: 16px;}
	.abo10Ul .descB{font-size: 14px;margin-top: 8px;}
	.abo10Ul li:nth-child(1){width: 50%;padding: 16px 8px;}
	.aboP11 .dowebok{margin-top: 8px;}
	.aboP11 .dowebok a{width: 240vw;}
	.aboP11 .dowebok.tuul1 a .imgB{padding-top: 12vw;}
	.aboP11 .dowebok.tuul2 a .imgB{padding-top: 14vw;}
	.aboP11{padding: 40px 0;}
	.aboP13{margin: 0;border-radius: 16px;}
	.aboP13 .nrBox{display: block;padding: 48px 0;}
	.abo13L{width: 100%;}
	.abo13R{width: 100%;margin-top: 16px;border-radius: 16px;}
	.abo13Ul li{margin-top: 16px;}
	.abo13Ul .titB{font-size: 18px;}
	.abo13Ul .titB img{height: 24px;}
	.abo13Ul .descB{font-size: 16px;padding: 8px 0;}
	.aboP13 .btnB{margin-top: 24px;height: 36px;padding: 0 24px;}
}
/* 主营业务 */
.busP{height: 100%;}
.busP .bgBox{
	position: absolute;left: 0;top: 0;
	display: block;width: 100%;height: 100%;
	padding: 0;
	z-index: 1;
}
.busP .container{position: relative;z-index: 2;height: 100%;}
.busP .nrBox{
	height: 100%;
}
.busP .kuang{
	max-width: 36vw;
}
.busP .busTit{
	font-size: 60px;
	font-size: 3vw;
	margin-bottom: 64px;
	margin-bottom: 3.33vw;
	font-weight: 700;
}
.busP .busTit small{
	font-size: 44px;
	font-size: 1.2vw;
	font-weight: 500;
}
.busP .busTit b{
	width: max-content;
	font-size: 48px;
	font-size: 2vw;
	color: #FFFFFF;
	line-height: 48px;
	line-height: 2.5vw;
	background: var(--main);
	padding: 4px 4px 8px;
	padding: 0.2vw 0.2vw 0.42vw;
	line-height: 1;
	display: block;
	font-weight: 500;
	margin-top: 16px;
	margin-top: 0.83vw;
}
.busP .busDesc{
	font-size: 24px;
	font-size: 1.25vw;
	font-weight: 200;
}
.busP1 .nrBox{justify-content: flex-end;}
.busP2 .nrBox{justify-content: flex-start;}
.busP2 .kuang{max-width: 50vw;}
.busP3{background: #F1F1F1;}
.busP3 .nrBox{justify-content: flex-end;}
.busP3 .bgBox{width: 50%;}
.busP3 .kuang{max-width: 63vw;}
.busP3 .busTit{text-align: right;}
.busP3 .busTit span{display: block;}
.busP3 .busTit b{float: right;}
.busP3 .busDesc{padding-left: 25vw;height: 13.2vw;overflow: auto;}
.busP3 .bgBox img{display: none;}
.busP3 .bgBox img:first-child{display: block;}
.bus3Ul{
	width: 100%;
	margin-top: 2vw;
	background: #ffffff;
}
.bus3Ul .iconB img{display: block;height: 2.08vw;}
.bus3Ul .titB{
	font-size: 1vw;
	margin-top: 0.42vw;
}
.bus3Ul li{
	padding: 1.6vw 2vw;
	cursor: pointer;
}
.bus3Ul li.on{
	background: var(--main);
	color: #ffffff;
}
.bus3Ul li.on .iconB img{filter: grayscale(1) brightness(0%) invert(100%);}
@media (max-width:800px) {
	.busP .nrBox{height: unset;padding: 64px 0;}
	.busP .kuang{max-width: 70%;}
	.busP .busTit{font-size: 24px;}
	.busP .busTit small{font-size: 16px;}
	.busP .busDesc{font-size: 14px;}
	.busP3::after{content: "";display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: rgba(255,255,255,0.6);z-index: 1;}
	.busP3 .nrBox{padding: 40px 0;}
	.busP3 .kuang{max-width: 100%;}
	.busP3 .busDesc{padding: 0;}
	.busP .busTit b{font-size: 14px;padding: 4px 4px 6px;margin-top: 8px;}
	.busP3 .bgBox{width: 100%;}
	.bus3Ul li{padding: 16px 8px;}
	.bus3Ul .iconB img{height: 24px;}
	.bus3Ul .titB{font-size: 14px;margin-top: 8px;}
}
/* 产品中心 */
.secB{
	position: sticky;left: 0;top: 0;z-index: 88;
	flex-wrap: wrap;
	border-bottom: 4px solid #E6E6E6;
	justify-content: space-around;
	background: #ffffff;
}
.secB a{
	font-size: 0.83vw;
	color: #7E7E7E;
	/* padding: 0.83vw 0; */
	position: relative;
	margin: 0 1.2vw;
	line-height: 3vw;
}
.secB a::after{
	content: "";
	display: block;width: 100%;height: 4px;
	background: #4169E2;
	position: absolute;left: 0;bottom: -4px;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.secB a:hover::after,
.secB a.on::after{
	transform: scaleX(1);
	transform-origin: left;
}
.proP{
	overflow: hidden;
}
.proP .bgBox{
	display: block;width: 100%;
	padding-top: calc(100vh - 3vw);
	z-index: 1;
}
.proP .nrBox{
	position: absolute;left: 0;top: 14vh;
	z-index: 2;
	text-align: center;
	padding: 0 8.125vw;
	width: 100%;
}
.proP .proTit{
	font-size: 2.5vw;
	font-weight: 700;
}
.proP .proDesc{
	font-size: 1.875vw;
}
.proP .btnB{
	margin: 3vw auto 0;
}
.proP .btnB i{
	transform: rotate(90deg);
}
.proP.lanzi .btnB{
	border-color: var(--main);
	color: var(--main);
}
.proP.lanzi .btnB i{
	filter:unset;
}
.proP.lanzi .btnB:hover{
	background: var(--main);
	color: #ffffff;
}
.proP.lanzi .btnB:hover i{
	filter:grayscale(1) brightness(0%) invert(100%);
}
.proP1{padding-bottom: 5vw;padding-top: 2.6vw;}
.proP1 .proTit{font-size: 1.88vw;text-align: center;margin-bottom: 0.4vw;}
@media (max-width:1024px) {
	.secB{border-bottom-width: 2px;}
	.secB a{padding: 8px 0;margin: 0 16px;font-size: 14px;line-height: 1.5;}
	.secB a::after{height: 2px;bottom: -2px;}
	.proP .nrBox{top: 32px;padding: 0 16px;}
	.proP .proTit{font-size: 20px;}
	.proP .proDesc{font-size: 14px;}
	.proP .proTit{font-size: 18px;}
	.proP1{padding-bottom: 32px;}
	.proP .bgBox{padding-top: 64%;}
}
@media (max-width:800px) {
	.secB a{margin: 0 6px;padding: 4px 0;}
}
/* 解决方案 */
.solP{
	color: var(--main);
	overflow: hidden;
}
.solP .bgBox{
	display: block;width: 100%;
	padding-top: calc(100vh - 3vw);
	z-index: 1;
}
.solP .textB{
	position: absolute;left: 0;top: 0;
	width: 100%;height: 100%;
	justify-content: flex-start;
	z-index: 2;
	padding: 0 8.125vw;
}
.solP .kuang{
	max-width: 35vw;
}
.solP .solTit{
	line-height: 1;
}
.solP .solTit b{
	display: block;
	font-size: 2.6vw;
	line-height: 1.5;
}
.solP .solTit small{
	display: block;
	font-size: 1.5625vw;
	margin-top: 1.67vw;
}
.solP .solTit span{
	display: block;
	font-size: 1.5625vw;
	font-weight: 100;
	opacity: 0.5;
	margin-top: 0.5vw;
}
.solP .solXian{
	width: 1px;
	height: 8vh;
	background: var(--main);
	opacity: 0.5;
	margin: 3.2vh 0;
}
.solP .solDesc{
	line-height: 1.8;
	font-size: 1vw;
	text-align: justify;
	font-weight: 300;
}
.solP .btnB{
	margin-top: 2vw;
}
.solP>div:nth-child(even) .bgBox{
	width: 50%;
}
.solP>div:nth-child(even) .textB{
	justify-content: flex-end;
	text-align: right;
}
.solP>div:nth-child(even) .solXian{
	display: none;
}
.solP>div:nth-child(even) .solDesc{
	margin-top: 2vw;
}
.solP>div:nth-child(even) .btnB{
	margin-top: 4vw;
	float: right;
}
.solP>div:nth-child(even) .bgBox{
	width: 50%;
}
.solP>div:nth-child(1) .textB{
	top:16.6vh;justify-content: flex-start;align-items: flex-start;
}
.solP>div:nth-child(1) .kuang{
	display: flex;justify-content: flex-start;align-items: flex-start;
	max-width: 100%;
}
.solP>div:nth-child(1) .solXian{
	margin: 0 2.3vw 0 3.75vw;
}
.solP>div:nth-child(1) .solDesc{
	margin-top: 0;
	max-width: 46.5vw;
}
.solP>div:nth-child(1) .btnB{
}
@media(max-width:800px){
	.solP .solTit{
		display: flex;justify-content: flex-start;align-items: center;
	}
	.solP .solTit b{
		font-size: 24px;
	}
	.solP .solTit small{
		font-size: 16px;
		margin-top: 8px;
		margin: 0 16px 0 24px;
	}
	.solP .solTit span{
		font-size: 16px;
		margin-top: 4px;
	}
	.solP .solXian{
		display: none;
	}
	.solP .solDesc,
	.solP>div:nth-child(even) .solDesc,
	.solP>div:nth-child(1) .solDesc{
		font-size: 16px;
		line-height:1.5;
		margin-top: 16px;
		max-width: unset;
	}
	.solP .kuang,
	.solP>div:nth-child(1) .kuang{max-width: unset;display: block;}
	.solP .bgBox{position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding: 0;}
	.solP .textB,
	.solP>div:nth-child(1) .textB{padding: 58px 16px;position: relative;left: unset;top: unset;}
	.solP .btnB{margin-top: 16px;}
	.solP>div:nth-child(even) .bgBox{width: 100%;}
	.solP>div:nth-child(even) .textB{
		background: rgba(255, 255, 255, 0.8);
	}
	.solP>div:nth-child(even) .btnB{float: none;}
}
/* 案例中心 */
.caseP{
	color: #ffffff;
	overflow: hidden;
}
.caseP .bgBox{
	display: block;width: 100%;
	padding-top: calc(100vh - 3vw);
	z-index: 1;
	filter: blur(1px) drop-shadow(0 0 2px rgba(0,0,0,0.3));  
}
.caseP .bgBox .pic{z-index: 1;} 
.caseP .bgBox::before{
	content: "";
	display: block;width: 100%;height: 100%;
	position: absolute;left: 0;top: 0;
	background: #0C4853;opacity: 0.6;
	z-index: 2;
}
.caseP .tuB{
	position: absolute;left: 0;top: 0;
	z-index: 2;
	width: 80%;
}
.caseP .tuB .imgB{width: 100%;height: 100%;padding: 0;}
.caseP .txtB{
	position: absolute;
	justify-content: flex-start;
	z-index: 3;
	padding: 0 8.125vw;
}
.caseP .casEn{
	width: max-content;
	line-height: 1.5;
	font-size: 3.125vw;
	color: #345D61;
	background: #ffffff;
	font-weight: 600;
}
.caseP .casTit{
	font-size: 2vw;
	font-weight: 700;
	margin-top: 1vw;
}
.caseP .casDesc{
	font-size: 1vw;
	line-height: 2;
	margin-top: 1vw;
	text-align: justify;
}
.caseP .btnB{
	width: 12.2vw;
	height: auto;
	padding: 0.2vw;
	background: #FFFFFF;
	border-radius: 25px;
	border: 0;
	justify-content: space-between;
	padding-left: 0.83vw;
	font-size: 0.73vw;
	color: #345D61;
	margin-top: 2vw;
	border: 1px solid #ffffff;
}
.caseP .btnB i{
	display: block;
	width: 2vw;
	height: 2vw;
	background: url(../img/more2.png) center center no-repeat #345D61;
	background-size: 1.04vw 0.83vw;
	border-radius: 50%;
	margin-left: 0;
}
.caseP .btnB:hover{background: #345D61;color: #ffffff;}
.caseP .btnB:hover i{background-color: #ffffff;background-image: url(../img/more.png);filter:unset;transform:unset;}
.caseP>div:nth-child(even) .casEn{color: #235196;}
.caseP>div:nth-child(even) .btnB{color: #235196;}
.caseP>div:nth-child(even) .btnB i{background-color: #235196;}
.caseP>div:nth-child(even) .btnB:hover{background: #235196;color: #ffffff;}
.caseP>div:nth-child(even) .btnB:hover i{background-color: #ffffff;background-image: url(../img/more.png);filter:unset;transform:unset;}
.caseP1 .tuB{
	left: 4.8vw;
	height: 82.6vh;
	top: calc(50% - 41.3vh);
}
.caseP1 .txtB{
	width: 46.4vw;
	height: 72.4vh;
	left: 44.6vw;
	top: 18vh;
	padding: 3vw;
	background: #345D61;
}
.caseP2 .tuB{
	width: 100%;height: 72vh;
	top: calc(50% - 36vh);left: 0;
}
.caseP2 .bgBox::before{
	background: linear-gradient(to bottom,rgba(255,255,255,0.5),#495CA7);
}
.caseP2 .txtB{
	width: 61.3vw;height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom,rgba(25,81,150,0.8),rgba(11,26,48,0.6));
}
.caseP2 .txtB .kkk{width: 100%;}
.caseP2 .casDesc{margin-top: 9vh;}
.caseP3 .tuB{
	left: 0;
	height: 65.2vh;
	top: calc(50% - 32.6vh);
	width: 70%;
}
.caseP3 .bgBox::before{
	background: linear-gradient(to bottom,rgba(7,68,106,1),rgba(255,255,255,0.1),rgba(13,118,128,1));
}
.caseP3 .txtB{
	width: 52.55vw;
	height: 65.2vh;
	left: 43.6vw;
	top: 25vh;
	padding: 3vw;
	padding-right: 8vw;
	background: #345D61;
}
.caseP4 .tuB{
	width: 100%;height: 64.6vh;
	top: calc(50% - 32.3vh);left: 0;
}
.caseP4 .bgBox::before{
	background: linear-gradient(to bottom,rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 80%,#495CA7 100%);
	opacity: 0.5;
	width: 36%;
}
.caseP4 .bgBox::after{
	content: "";
	display: block;width: 64%;height: 100%;
	position: absolute;right: 0;top: 0;
	background: #394dba;
	opacity: 0.5;
	z-index: 3;
}
.caseP4 .txtB{
	width: 100vw;
	left: 0;
	bottom: 0;
}
.caseP4 .casDesc{
	/* padding: 1.2vw 0; */
	margin-top: 7.4vh;
	height: 14.6vh;
	display: flex;justify-content: center;align-items: center;
}
.caseP5 .tuB{
	width: 100%;
	left: 0;
	height: 81vh;
	top: calc(50% - 40.5vh);
}
.caseP5 .txtB{
	width: 68vw;height: 100%;
	padding-left: 22vw;
	right: 0;
	top: 0%;
}
.caseP5 .txtB::after{
	content: "";
	display: block;width: 100%;height: 100%;
	position: absolute;left: 13vw;top: 0;
	background: #29737B;
	opacity: 0.9;
	transform: skewX(338deg);
	transform-origin: left center;
	z-index: 1;
}
.caseP5 .txtB .kkk{width: 100%;position: relative;z-index: 2;}
@media (max-width:800px) {
	.caseP .txtB{position: relative;left: unset;top: unset;width: 100%;height: auto;padding: 16px;transform: unset;}
	.caseP .casEn{font-size: 16px;}
	.caseP .casTit{font-size: 20px;margin-top: 8px;}
	.caseP .casDesc{font-size: 14px;line-height: 1.5;margin-top: 8px;}
	.caseP .btnB{width: 140px;padding: 4px;padding-left: 16px;font-size: 14px;margin-top: 8px;}
	.caseP .btnB i{width: 24px;height: 24px;background-size: 12px;}
	.caseP>div:nth-child(odd) .txtB{background: #345D61;}
	.caseP>div:nth-child(even) .txtB{background: rgba(73,92,167,1);}
	.caseP .bgBox{padding-top: 56%;display: none;}
	.caseP .tuB{position: relative;left: unset;top: unset;width: 100%;height: unset;}
	.caseP .tuB .imgB{padding-top: 56%;}
	.caseP5 .txtB::after{display: none;}
}
/* 新闻 */
.newsP{padding: 6vw 0;}
.newsUl{margin: -2.6vw -0.52vw;}
.newsUl li{padding: 2.6vw 0.52vw;}
.newsUl .imgB{
	border-radius: 1.04vw;
	overflow: hidden;
	padding-top: 62.34%;
}
.newsUl .timeB{
	margin-top: 0.52vw;
	font-size: 17px;
	font-size: 0.88vw;
	color: #506199;
}
.newsUl .titB{
	margin-top: 0.2vw;
	font-weight: bold;
	font-size: 20px;
	font-size: 1.04vw;
	color: #000000;
	transition: all 0.5s;
}
.newsUl li:hover .titB{color: var(--main);}
.xiaocms-page{
	margin: 60px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.xiaocms-page a,
.xiaocms-page span{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(238, 238, 238);
	border-radius: 2px;
	background: rgb(255, 255, 255);
	min-width: 2vw;
	height: 2vw;
	line-height: 2vw;
	font-size: 0.83vw; 
	color: #333333; 
	padding: 0 0.4vw;
	display: block;
	text-align: center;
	margin: 0.4vw;
}
.xiaocms-page span{
	border-color: var(--main);
	background: var(--main);
	color:#ffffff; 
}
@media (max-width:800px) {
	.newsUl{margin: -12px -4px;}
	.newsUl li{padding: 12px 4px;width: 50%;}
	.newsUl .timeB{font-size: 14px;margin-top: 8px;}
	.newsUl .titB{font-size: 16px;margin-top: 8px;}
    .xiaocms-page{margin-top: 24px;}
    .xiaocms-page a, 
	.xiaocms-page span{
        margin: 4px;
        min-width: 28px;
        height: 28px;
        line-height: 28px;
        padding: 0px 4px;
		font-size: 14px;
	}
}
/* 产品详情 */
.location{
	border-bottom: 1px solid rgba(65,105,226,0.3);
	font-size: 16px;
	color: #7E7E7E;
	margin-bottom: 3vw;
}
.location a{
	color: #7E7E7E;
	padding: 20px 0;
	margin: 0 1.56vw;
	display: block;
}
.location span{
	padding: 20px 0;
	margin: 0 1.56vw;
	display: block;
}
.location span:last-child{
	color: #000000;
	position: relative;
}
.location span:last-child::after{
	content: "";
	display: block;width: 100%;height: 2px;
	background: #4169E2;
	position: absolute;left: 0;bottom: -1px;
}
.location .moreB{
	color: #000000;
	padding-left: 22px;
	background: url(../img/gd.png) left center no-repeat;
	background-size: 14px;
}
.pdP{
	padding: 5vw 0;
	font-size: 1.25vw;
	line-height: 1.75;
}
.pdP1{
	background: linear-gradient(to bottom,#495ca7,#cfd8ff);
}
.pageTit{
	font-size: 2.5vw;
	text-align: center;
	font-weight: 700;
}
.pageXh{
	font-size: 1.875vw;
	text-align: center;
	font-weight: 100;
	margin-bottom: 3vw;
}
.pTit{
	font-size: 2.5vw;
	text-align: center;
	font-weight: 700;
	margin-bottom: 3vw;
}
.pd4Ul li{margin-top: 1.25vw;align-items: stretch;}
.pd4Ul li:first-child{margin-top: 0;}
.pd4Ul .numB{
	display: flex;justify-content: center;align-items: center;
	background: url(../img/pd4bg.jpg) left bottom no-repeat;
	background-size: cover;
	font-weight: bold;
	font-size: 2.5vw;
	width: 10.42vw;
	border-radius: 1.25vw;
	line-height: 1;
	font-weight: 500;
}
.pd4Ul .textB{
	background: url(../img/pd4bg.jpg) left bottom no-repeat;
	background-size: cover;
	font-weight: bold;
	font-size: 2.5vw;
	width: calc(100% - 10.42vw);
	border-radius: 1.25vw;
	padding: 2.08vw;
}
.pd4Ul .titB{
	font-size: 1.5625vw;
	width: calc(100% - 7.7vw);
	font-weight: 400;
}
.pd4Ul .djB{
	font-size: 1vw;
	color: #ffffff;
	background: var(--main);
	height: 3vw;
	border-radius: 0.42vw;
	width: 12vw;
	text-align: center;
	font-weight: 500;
	display: flex;justify-content: center;align-items: center;
}
@media (max-width:800px) {
	.pdP{padding: 48px 0;font-size: 14px;}
	.location{font-size: 14px;margin-bottom: 16px;}
	.location .loca{justify-content: flex-start;}
	.location a,
	.location span{padding: 8px 0;}
	.location .moreB{text-align: right;}
	.pageTit{font-size: 24px;}
	.pageXh{font-size: 20px;margin-bottom: 24px;}
	.pTit{font-size: 24px;margin-bottom: 16px;}
	.pd4Ul li{margin-top: 16px;}
	.pd4Ul .numB{display: none;}
	.pd4Ul .textB{width: 100%;padding: 8px;}
	.pd4Ul .titB{width: calc(100% - 104px);font-size: 16px;}
	.pd4Ul .djB{font-size: 14px;width: 88px;height: 32px;}
}
/* 解决方案详情 */
.sdP{
	padding: 5vw 0;
	font-size: 1.25vw;
	line-height: 1.75;
}
.sdP1{background: linear-gradient(to bottom,#495ca7,#cfd8ff);}
.sdP2{background: #F3F3F3;}
.sdTit{
	justify-content: flex-start;
	margin-bottom: 4vw;
}
.sdTit .titB{
	width: 14.5vw;
	line-height: 1;
}
.sdTit .titB b{
	display: block;
	font-size: 2.5vw;
	font-weight: 700;
line-height: 1.2;
}
.sdTit .titB small{
	display: block;
	font-size: 1.56vw;
	font-weight: 400;
	margin-top: 0.8vw;
}
.sdTit .titB span{
	display: block;
	font-size: 1.25vw;
	font-weight: 100;
	margin-top: 0.2vw;
line-height: 1.2;
}
.sdTit .titB b+span{
	margin-top: 1.2vw;
}
.sdTit .xB{
	display: block;
	width: 1px;
	height: 5.4vw;
	background: #C7D0D6;
	margin: 0 2vw;
}
.sdTit .descB{
	display: block;
	width: 46vw;
	font-weight: 100;
	text-align: justify;
font-size: 1.1vw;
    line-height: 1.6;
}
.sd3Ul{margin: -1.04vw -0.8vw;}
.sd3Ul li{padding: 1.04vw 0.8vw;}
.sd3Ul .imgB{padding-top: 69%;}
.sd3Ul .txtB{
	position: absolute;left: 0;top: 0;
	width: 100%;height: 100%;
	justify-content: flex-start;align-items: center;
	padding: 1.67vw;
}
.sd3Ul .titB{
	font-size: 1.67vw;
	font-weight: 700;
}
.sd3Ul .descB{
	font-size: 1.04vw;
	margin-top: 1vw;
}
.sdP4{text-align: center;}
.sdP4 .font1{
	font-weight: bold;
	font-size: 1.04vw;
	color: #4169E2;
}
.sdP4 .font2{
	font-weight: 800;
	font-size: 3.75vw;
	color: #000000;
}
.sdP4 .font2 span{color: var(--main);}
.sdP4 .font3{
	width: 46.5vw;
	font-weight: 300;
	font-size: 1.25vw;
	color: var(--main);
	line-height: 2;
	margin: 1vw auto 0;
}
.sdP4 .btnG{
	margin: 3vw auto 0;
	border-radius: 3.33vw;
	background: var(--main);
	width: max-content;
	padding: 0.4vw;
}
.sdP4 .btnB{
	padding: 0 1.25vw;
}
.sdP4 .btnB1{
	background: #ffffff;
	color: var(--main);
}
.sdP4 .btnB2{
	color: #ffffff;
}
.sdP4 .btnB2 i{background-image: url(../img/more2.png);}
.sdP4 .btnB1:hover{background: rgba(255,255,255,0.8);}
.sdP4 .btnB1:hover i{filter: unset;}
.sdP4 .btnB2:hover{background: rgba(255,255,255,0.2);}
.sdP4 .btnB2:hover i{filter: unset;background-image: url(../img/more2.png);}
@media (max-width:800px) {
	.sdP{padding: 48px 0;font-size: 14px;}
	.sdTit{display: block;}
	.sdTit .titB{display: flex;justify-content: flex-start;align-items: center;width: 100%;margin-bottom: 16px;}
	.sdTit .titB b{font-size: 24px;}
	.sdTit .titB small{margin: 0 16px 0 24px;font-size: 14px;}
	.sdTit .titB span{font-size: 16px;}
	.sdTit .xB{display: none;}
	.sdTit .descB{width: 100%;font-size: 14px;}
	.sdTit .titB b+span{margin: 0 0 0 16px;}
	.sd3Ul{margin: -4px;}
	.sd3Ul li{padding: 4px;width: 100%;}
	.sd3Ul .imgB{padding-top: 48%;}
	.sd3Ul .txtB{padding: 12px;}
	.sd3Ul .titB{font-size: 18px;}
	.sd3Ul .descB{font-size: 14px;margin-top: 4px;}
	.sdP4 .font1{font-size: 14px;}
	.sdP4 .font2{font-size: 24px;}
	.sdP4 .font3{
		width: 100%;
		font-size: 16px;
		margin: 8px auto 0;
	}
	.sdP4 .btnG{
		margin: 16px auto 0;
		border-radius: 48px;
		padding: 4px;
	}
	.sdP4 .btnB{padding: 0 20px;}
}
/* 案例中心详情页 */
.csdP{
	padding: 5vw 0;
}
.csd1T{padding-bottom: 4vw;}
.csd1K{margin-top: 4vw;}
.csdTit{
	font-weight: bold;
	font-size: 2.5vw;
}
.csdDesc{
	margin-top: 0.83vw;
	font-size: 1.25vw;
	opacity: 0.7;
	text-align: justify;
	margin-bottom: 2.92vw;
}
.csdP1{padding-bottom: 0;}
.csdP1 .csdDesc{opacity: 1;margin-top: 2.4vw;}
.csd1Ul{
	background: #F6F7F8;
	padding: 2vw;
}
.csd1Ul li{
	background: #F6F7F8;
	padding: 1vw;
}
.csd1Ul .iconB img{display: block;height: 3.125vw;}
.csd1Ul .titB{
	font-size: 1.46vw;
	margin-top: 1.2vw;
	font-weight: 600;
}
.csdP2{padding: 0;}
/* .csdP2 .indBg{position: absolute;left: 0;top: 0;display: block;width: 100%;height: 100%;padding-top: unset;z-index: 1;} */
.csdP2 .indBg{padding-top: 62.5%}
.csd2Ul li{
	margin-top: 1.25vw;
	padding: 3vw;
	padding-right: 7vw;
	padding-left: 3.6vw;
	border-radius: 0.94vw;
	background: url(../img/csd2t1.jpg) center center no-repeat;
	background-size: cover;
}
.csd2Ul .titB{ 
	width: 40%;
	font-size: 1.56vw;
	font-weight: 600;
}
.csd2Ul .descB{
	width: 55%;
	font-size: 0.93vw;
	line-height: 1.6;
	text-align: left;
}
.csd3Ul{margin: -0.73vw;}
.csd3Ul li{padding: 0.73vw;}
.csd3Ul img{display: block;width: 100%;}
.csdP3,.csdP4{padding-bottom: 0;}
.csd4Ul img{display: block;width: 100%;}
.csd5Ul{margin: -0.83vw -0.42vw;}
.csd5Ul li{padding: 0.83vw 0.42vw;}
.csd5Ul .imgB{padding-top: 63%;border-radius: 0.42vw;overflow: hidden;}
.csdP6 .pd4Ul .djB{
	font-size: 1.25vw;
	color: #F3F8FF;
	min-width: 18vw;
	font-weight: 400;
}
@media (max-width:800px) {
	.csdP{padding: 48px 0;}
	.csdP2{padding: 0;}
	.csdP3,.csdP4{padding-bottom: 0;}
	.csd1T{padding-bottom: 20px;}
	.csd1K{margin-top: 20px;}
	.csdTit{font-size: 24px;}
	.csdDesc{font-size: 14px;margin-top: 16px;}
	.csd1Ul{padding: 8px;}
	.csd1Ul li{width: 50%;padding: 8px;}
	.csd1Ul .iconB img{height: 26px;}
	.csd1Ul .titB{font-size: 16px;margin-top: 8px;}
	.csd2Ul li{display: block;padding: 16px;}
	.csd2Ul .titB{font-size: 16px;width: 100%;}
	.csd2Ul .descB{font-size: 13px;width: 100%;margin-top: 12px;}
	.csd3Ul{margin: -4px;}
	.csd3Ul li{padding: 4px;width: 100%;}
	.csd4Ul li{width: 100%;}
	.csd5Ul{margin: -4px;}
	.csd5Ul li{padding: 4px;width: 50%;}
	.csdP6 .pd4Ul .textB{display: block;text-align: center;}
	.csdP6 .pd4Ul .titB{width: 100%;}
	.csdP6 .pd4Ul .djB{font-size: 14px;width: 200px;margin: 8px auto 0;}
}

.detailP{padding: 40px 0;}
.detailP .pageTit{
	font-size: 32px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	line-height: 46px;
	text-align: center;
}
.detailP .infoBox{
	font-size: 12px;
	color: rgb(102, 102, 102);
	line-height: 22px;
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid rgb(230, 230, 230);
}
.detailP .nrBox{padding: 24px 0;min-height: 50vh;font-size: 16px;line-height: 1.8;}
.detailP .fanye{
	font-size: 14px;
	color: #999999;
	border-top: 1px solid rgb(230, 230, 230);
	padding: 16px 0;
}
.detailP .fanye p{margin-bottom: 8px;}
.detailP .fanye a{color: rgb(51, 51, 51);}
.detailP .fanye a:last-child{margin-bottom: 0;}
@media (max-width:768px) {
	.detailP .pageTit{font-size: 20px;line-height: 30px;}
	.detailP .infoBox{padding: 4px 0;}
	.detailP .nrBox{padding: 16px 0;font-size: 14px;line-height: 24px;}
	.detailP .fanye{padding-bottom: 0;}
}