body{padding: 0;margin: 0;font-family: "Source Han Sans CN";font-size: 16px;color: #333333;overflow-x:hidden;}
body.noscroll{height: 100vh;overflow-y: hidden;}
.wrap{max-width: 1200px;margin: 0 auto;}
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;}
.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; }
.kuang:hover .imgH 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: #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{max-width: 1400px;margin: 0 auto;}
.container2{max-width: 1600px;margin: 0 auto;}
@media (max-width:1632px) {.container2{max-width: 1400px;}}
@media (max-width:1432px) {.container{max-width: 1200px;}}
@media (max-width:1232px) {.container{max-width: 992px;}}
@media (max-width:1024px) {.container{max-width: 768px;}}
@media (max-width:800px) {.container{max-width: calc(100% - 32px)};}
.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);}
.imgZ{position: relative;padding-top: 100%;display: block;}
.imgZ .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;}
.imgZ .pic img{width: 100%;height: 100%;object-fit: cover;display: block;}
.imgY{position: relative;padding-top: 100%;display: block;}
.imgY .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.imgY .pic img{max-width: 100%;max-height: 100%;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(255, 255, 255, 0.1);
	padding: 0 4.167vw;
}
header .nrBox{height: 80px;transition: all 0.3s;}
header .logo{display: block;}
header .logo img{max-height: 52px;display: block;filter: grayscale(1) brightness(0%) invert(100%);}
header .menuUl>li{
	margin-right: 2.5vw;
	position: relative;
}
header .menuUl>li:last-child{margin-right: 0;}
header .menuUl .yiji{
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
header .menuUl .yiji a{
	font-size: 18px;
	color: #ffffff;
	line-height: 80px;
	display: block;
	position: relative; 
}
header .menuUl>li.hasEj .yiji a::before{
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	bottom: 0;
	left: calc(50% - 8px);
	opacity: 0;
	transition: all 0.5s;
}
header .menuUl>li.hasEj:hover .yiji a::before{
	opacity: 1;
}
header .menuUl .erjiBox{
	position: absolute;
	left: 50%;
	top: 80px;
	transition: all 0.3s;
	background: #ffffff;
	text-align: left;
	width: max-content;
	width: -webkit-max-content;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(-20px) translateX(-50%);
	min-width: 150px;
}
header .menuUl .hasSj .erjiBox{
	width: 100%;
	position: fixed;
	left: 0;
	top: 80px;
	transform: translateY(-20px);
	background: none;
}
header .menuUl .hasSj .erjiBox .container{background: #ffffff;}
header .menuUl>li:hover .erjiBox{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0) translateX(-50%);
}
header .menuUl>li.hasSj .erjiBox{
	transform: translateY(0);
}
header .noSj .erjiBox .container{padding: 0;flex-direction: row-reverse;}
header .erjiUl{
	/* width: 260px; */
	/* padding: 24px 0; */
	position: relative;
}
header .erjiUl .erji a{
	font-size: 14px;
	color: #333333;
	transition: all 0.3s;
	width: 100%;
	position: relative;
	display: block;
	padding: 14px 28px;
}
header .erjiBox .datu{
	width: 320px;
	padding: 16px;
	text-align: center;
	font-size: 14px;
	color: #333333;
}
header .erjiBox .datu img{display: block;width: 100%;margin-bottom: 12px;}
header .hasSj .container{
	position: relative;
	max-width: 1200px;
}
header .hasSj .erjiUl::after{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #e5e5e5;
	position: absolute;
	left: 260px;
	top: 0;
}
header .hasSj .sanjiUl::before{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #e5e5e5;
	position: absolute;
	left: 259px;
	top: 0;
}
header .hasSj .erjiUl{
	border-right: 1px solid #e5e5e5;
	width: 100%;
}
header .hasSj .erjiUl .erji{
	width: 260px;
}
header .sanjiUl{
	position: absolute;
	left: 260px;
	top: 0;
	width: 260px;
	/* padding: 24px 0; */
	border-right: 1px solid #e5e5e5;
	width: calc(100% - 260px);
	height: 100%;
	display: none;
}
header .sanjiUl .sanji{
	width: 260px;
}
header .sanjiUl .sanji a{
	font-size: 14px;
	color: #666666;
	transition: all 0.3s;
	width: 100%;
	position: relative;
	display: block;
	padding: 14px 28px;
}
header .wenziBox{
	position: absolute;
	left: 260px;
	top: 0;
	width: 260px;
	padding: 24px;
	width: calc(100% - 260px);
	background: #ffffff;
	height: 343px;
	display: none;
}
/* header li:hover>.wenziBox{opacity: 1;} */
header .wenziBox .imgB{
	width: 288px;
}
header .wenziBox .textB{
	width: calc(100% - 320px);
	padding-top: 32px;
}
header .wenziBox .titB{
	font-size: 36px;
	color: rgb(51, 51, 51);
}
header .wenziBox .btnG{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 40px;
}
header .wenziBox .btnG a{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgb(244, 245, 246);
	width: 140px;
	height: 40px;
	font-size: 16px;
	color: rgb(51, 51, 51);
	border-radius: 40px;
	transition: all 0.5s;
}
header .wenziBox .btnG img{
	display: block;
	height: 18px;
	margin-right: 6px;
	transition: all 0.5s;
}
header .wenziBox .btnG a:first-child{margin-right: 24px;}
header .wenziBox .btnG a:hover img{filter: grayscale(1) brightness(0%) invert(100%);}
/* header .erjiUl>li>.wenziBox{left: 520px;width: calc(100% - 520px);} */
header .erjiUl>li.on .erji a{background: #005bda;color: #ffffff;}
header .sanjiUl>li.on .sanji a{background: #e5eefb;color: #005bda;}
header .wenziBox .btnG a:hover{background: rgb(0, 91, 218);color: #ffffff;}
header .findBtn{margin-left: 2vw;cursor: pointer;}
header .findBtn img{display: block;filter: grayscale(1) brightness(0%) invert(100%);}
.headSearch{
	transition: all 0.3s;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(20px);
}
.headSearch.on{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0);
}
.headSearch{height: 100vh;}
.headSearch.on{height: 100vh;}
.headSearch .yy {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    z-index: 88;
    width: 100%;
    height: 100%;
}
.headSearch{
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100vh;
	z-index: 99;
}
.headSearch .baibg{position: relative;z-index: 99;}
.headSearch .nrBox{
	/* width: 100%; */
	display: block;
	position: relative;
	padding-top: 80px;
	padding-bottom: 72px;
}
.headSearch .closeBtn{
	position: absolute;
	right: 0;
	top: 32px;
	font-size: 28px;
	cursor: pointer;
}
.headSearch .closeBtn img{width: 32px;display: block;}
.headSearch .headForm{
	width: 61%;
	border-bottom: 2px solid #1d5aa9;
	position: relative;
}
.headSearch .headForm .input{
	display: block;
	width: 100%;
	line-height: 50px;
	font-size: 18px;
	border: 0;
	padding: 0 116px 0 0;
}
.headSearch .headForm .submit{
	width: 100px;
	height: 50px;
	background: #1d5aa9;
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
}
header .langB{margin-left: 2vw;position: relative;z-index: 22;}
header .langB .aB{
	font-size: 14px;
	cursor: pointer;
	height: 40px;
	position: relative;
	background: rgb(255, 255, 255);
	width: max-content;
	padding: 0 20px;
	height: 40px;
	border-radius: 40px;
	color: #666666;
}
header .langB .aB img{display: block;height: 16px;}
header .langB .aB span{margin: 0 8px;}
header .langB .aB i{
	background: url(../img/jt.png) center center no-repeat;
	background-size: cover;
	display: block;
	width: 11px;
	height: 7px;
}
header .langB .bB{
	position: absolute;
	right: 0;
	top: 40px;
	min-width: 100%;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(-20px);
	transition: all 0.3s;
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
	width: max-content;
	z-index: 2;
	overflow: hidden;
	padding-top: 2px;
}
header .langB:hover .bB{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0);
}
header .langB .bB a{
	font-size: 14px;
	color: #333333;
	transition: all 0.3s;
	width: 100%;
	position: relative;
	display: block;
	padding: 10px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
}
header .langB .bB a.on{
	background: #E8EAE9;
	pointer-events: none;
}
header .langB .bB a:hover{
	background: #2660aa;
	color: #ffffff;
}
header .mopenBtn{display: none;}


header.onFix,
header.xqyH{background: #ffffff;box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);}
header.onFix .logo img,
header.onFix .findBtn img,
header.xqyH .logo img,
header.xqyH .findBtn img{filter:unset;}
header.onFix .langB .aB,
header.xqyH .langB .aB{border: 1px solid #dddddd;}
.dingwei{position: absolute;left: 0;top: -64px;}
@media (min-width:1024px) {
	header.onFix .nrBox{height: 64px;}
	header.onFix .menuUl .yiji a,
	header.xqyH .menuUl .yiji a{color: #222222;}
	header.onFix .menuUl .yiji a,
	header.xqyH .menuUl .yiji a{line-height: 64px;}
	header.onFix .menuUl .erjiBox,
	header.onFix .menuUl .hasSj .erjiBox,
	header.xqyH .menuUl .erjiBox,
	header.xqyH .menuUl .hasSj .erjiBox{top: 64px;}
}

@media (max-width:1232px) {
	header .menuUl .yiji a{font-size: 16px;}
	header .langB .aB{padding: 0 8px;}
	header .langB .aB span{margin: 0 4px;}
	header .menuUl>li{margin-right: 2vw;}
}
@media (max-width:1024px) {
	header .nrBox{height: 56px;}
	header .logo img{max-height: 32px;}
	header .findBox{height: 56px;}
	header .findBtn{margin: 0;}
	header .langB{margin-left: 16px;}
	header .langB .aB{height: 32px;}
	header .langB .bB{top: 32px;}
	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: #fff;
		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: #fff;
		-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);}
	header .menuUl>li.on .yiji a::before{display: none;}
	header .menuUl>li .yiji a::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: #1d5aa9;
		position: absolute;
		left: 0;
		top: calc(50% - 1px);
	}
	header .menuUl .hasDown>div>.ejBtn::after{
		content: "";
		display: block;
		width: 2px;
		height: 100%;
		background: #1d5aa9;
		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>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::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 .noSj .erjiBox .container{display: block;}
	header .erjiBox .datu,
	header .wenziBox{display: none;}
	header .erjiUl{width: 100%;padding: 0;}
	header .erjiUl .erji a{padding: 6px 0 6px 16px;position: relative;}
	header .erjiUl .erji a::before{
		content: "";
		display: block;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background: #999999;
		position: absolute;
		left: 0;
		top: calc(50% - 2px);
	}
	header .erjiUl>li.on .erji a{background: none;color: #333333;}
	header .menuUl .hasSj .erjiBox{width: 100%;position: relative;left: unset;top: unset;}
	header .hasSj .erjiUl .erji{width: 100%;}
	header .sanjiUl{width: 100%;position: relative;left: unset;top: unset;}
	.headSearch .nrBox{padding: 56px 16px 16px;}
	.headSearch .closeBtn{right: 16px;top: 16px;}
	.headSearch .headForm{width: 100%;}
	.headSearch .headForm .input{line-height: 40px;padding-right: 64px;}
	.headSearch .headForm .submit{height: 40px;width: 64px;}
	header.onFix .mopenBtn span,
	header.onFix .mopenBtn span:after, 
	header.onFix .mopenBtn span:before{background: #1d5aa9;}
	header.onFix.open .mopenBtn span{background-color: transparent;}
	header.xqyH .mopenBtn span,
	header.xqyH .mopenBtn span:after, 
	header.xqyH .mopenBtn span:before{background: #1d5aa9;}
	header.xqyH.open .mopenBtn span{background-color: transparent;}
	.dingwei{top: -56px;}
}
footer{background: url(../img/footer.jpg) center no-repeat;background-size: cover;}
footer .nrB{padding: 48px 4.167vw 6vw;}
footer .logo{display: block;padding-top: 20px;max-width: 11.25vw;}
footer .logo img{filter: grayscale(1) brightness(0%) invert(100%);max-height: 51px;display: block;}
footer .fNav .fCol{margin-left: 4.6vw;min-width: 9.375vw;}
footer .fNav .fCol:first-child{margin-left: 0;}
footer .fNav .fCol:last-child{width: 29.2vw;}
footer .fNav .fTit{
	font-size: 16px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255,0.2);
	margin-bottom: 24px;
	width: 100%;
}
footer .fNav .fCon{
	font-size: 14px;
	color: rgb(255, 255, 255);
	line-height: 2;
}
footer .fNav .fCon a{
	color: rgb(255, 255, 255);
	display: block;
	margin-bottom: 14px;
	line-height: 1.4;
}
footer .fNav .fCon a:last-child{margin-bottom: 0;}
footer .fNav .fCon a:hover{color: #ffffff;}
footer .fNav .fCon2{
	position: relative;
	padding-right: 11.25vw;
	font-size: 14px;
	color: rgb(255, 255, 255);
	line-height: 2;
}
footer .fInfo .line{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	margin-bottom: 8px;
}
footer .fInfo .line img{
	margin-right: 8px;
	width: 14px;
}
footer .fShare{
	justify-content: flex-start;
	margin-top: 32px;
	flex-wrap: wrap;
}
footer .fShare a{display: block;margin-right: 16px;}
footer .ewmB{
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	width: max-content;
}
footer .ewmB p{
	width: 4.6vw;
	margin-left: 14px;
}
footer .ewmB img{width: 100%;display: block;margin-bottom: 4px;}
footer .fBot{
	padding: 12px 4.167vw;
	border-top: 1px solid rgba(255,255,255,0.2);
}
footer .banquan{
	font-size: 14px;
	color: rgb(204, 204, 204);
}
footer .banquan a{color: #cccccc;}
footer .banquan a:hover{color: #ffffff;}
footer .frLi{position: relative;}
footer .frLi .showB{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(220, 220, 220);
	border-radius: 2px;
	width: max-content;
	line-height: 34px;
	padding: 0 12px;
	font-size: 14px;
	color: #818690;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .frLi .showB img{
	width: 10px;
	display: block;
	margin-left: 5px;
}
footer .frLi .seleV{
	position: absolute;
	left: 0;
	bottom: 36px;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(220, 220, 220);
	padding: 4px 0;
	border-bottom: 0;
	display: none;
	background-color: rgb(255, 255, 255);
}
footer .frLi:hover .seleV{display: block;}
footer .frLi .seleV a{
	font-size: 14px;
	color: #818690;
	padding: 4px 4px;
	transition: all 0.3s;
	display: block;
	text-align: center;
}
footer .frLi .seleV a:hover{background: #1d5aa9;color: #ffffff;}
@media (max-width:1432px) {
	footer .fNav .fCol{margin-left: 3vw;}
	footer .fNav .fCol:last-child{width: 34vw;}
	footer .ewmB p{width: 6vw;}
	footer .fNav .fCon2{padding-right: 14vw;}
}
@media (max-width:1232px) {
	footer .nrB{display: block;padding: 16px 4.167vw;}
	footer .logo{padding: 0 0 16px;max-width: unset;margin: 0 auto;}
	footer .logo img{margin: 0 auto;}
	footer .fNav .fCol{max-width: 17%;margin: 0;}
	footer .fNav .fCol:last-child{width: 44%;max-width: unset;}
	footer .fNav .fTit{padding: 8px 0;margin-bottom: 16px;}
	footer .fNav .fCon2{padding-right: 168px;}
	footer .ewmB p{width: 72px;margin-left: 8px;}
}
@media (max-width:1024px) {
	footer .fNav{flex-wrap: wrap;}
	footer .fNav .fCol{width: calc(100% / 3);margin: 0;padding-left: 32px;max-width: unset;}
	footer .fNav .fCol:first-child{width: calc(100% / 3);margin: 0;padding-left: 0;}
	footer .fNav .fCol:last-child{width: 100%;padding-left: 0;}
	footer .fNav .fCol:nth-child(4){padding-left: 0;}
	footer .fNav .fTit{padding: 10px 0;}
	footer .fShare{margin-top: 16px;}
	footer .fShare a{margin-right: 8px;}
	footer .fShare a img{max-height: 16px;}
}
@media (max-width:800px) {
	footer .fNav{padding: 0 0 16px;}
	footer .fNav .fCol,
	footer .fNav .fCol:first-child{width: 100%;padding: 0;}
	footer .fNav .fCol .fTit{
		font-size: 16px;
		position: relative;
		margin-bottom: 0;
		padding: 12px 0;
	}
	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;}
	footer .fNav .fCol:last-child .fTit{margin-bottom: 16px;}
	footer .fNav .fCol:last-child .fCon{display: block;padding: 0;}
	footer .fNav .fCon{margin: 0;padding: 16px;}
	footer .fNav .open .fCon{border-bottom: 1px solid rgba(255, 255, 255,0.2);}
	footer .fBot{display: block;text-align: center;}
	footer .frLi{width: max-content;margin: 8px auto 0;}
	footer .fInfo{width: 100%;}
	footer .ewmB{margin-top: 12px;}
}
.lxwmBtn{
	background-color: rgb(25, 107, 222);
	position: fixed;
	right: 0;
	top: calc(50% - 26px);
	width: max-content;
	height: 52px;
	padding: 0 16px;
	color: #ffffff;
	font-size: 18px;
	z-index: 9;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lxwmBtn p{
	display: flex;
	justify-content: center;
	align-items: center;
}
.lxwmBtn span{margin: 0 8px;}
@media (max-width:800px) {
	.lxwmBtn{
		right: 8px;
		top: unset;
		bottom: 16px;
		width: 48px;
		height: 48px;
		border-radius: 50%;
		padding: 0;
	}
	.lxwmBtn img:first-child{display: block;height: 14px;margin: 0 auto;}
	.lxwmBtn img:last-child{display: none;}
	.lxwmBtn p{display: block;}
	.lxwmBtn span{
		font-size: 8px;
		display: block;
		margin: 2px auto 0;
	}
}
.banny .imgB{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 0;
	z-index: 1;
}
.banny .nrBox{
	height: 33.33vw;
	padding: 0;
	z-index: 2;
	padding: 5.2vw 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.banny .titB{
	font-size: 40px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	margin: 0;
}
@media (max-width:1232px) {
	.banny .titB{font-size: 32px;}
}
@media (max-width:1024px) {
	.banny .nrBox{padding: 24vw 0 24px;height: auto;}
	.banny .titB{font-size: 24px;}
}

.full-mask{position:fixed;width:100%;height:100%;left:0;top:0;overflow:hidden;z-index:10000}
.full-mask img{width:100%;height:100%;object-fit:cover;transition:all 2.5s ease-in}
.full-mask.active img{transform:scale(10);-webkit-transform:scale(10);-moz-transform:scale(10);-ms-transform:scale(10);opacity:0}@media screen and (max-width:768px){}@media screen and (min-width: 769px){}@media screen and (max-width: 1024px) and (min-width: 769px){}
/* 产品 */
.secNav{
	background: rgb(248, 248, 248);
}
.secNav .nrBox{justify-content: flex-start;flex-wrap: wrap;}
.secNav a{
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 1.5;
	padding: 22px 0;
	border-top: 2px solid rgba(0, 91, 218,0);
	border-bottom: 2px solid rgba(0, 91, 218,0);
	margin-right: 2vw;
	display: block;
}
.secNav a.on{
	color: rgba(0, 91, 218,1);
	border-bottom: 2px solid rgba(0, 91, 218,1);
}
.nyP{padding: 40px 0 80px;}
.thrNav{margin-bottom: 60px;flex-wrap: wrap;}
.thrNav a{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(204, 204, 204);
	background-color: rgba(0, 91, 218, 0);
	width: max-content;
	padding: 0 32px;
	height: 52px;
	border-radius: 52px;
	font-size: 14px;
	color: rgb(102, 102, 102);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px;
}
.thrNav a.on{
	border-color: rgb(0, 91, 218);
	background-color: rgb(0, 91, 218);
	color: #ffffff;
}
.proUl{margin: -15px;}
.proUl li{padding: 15px;}
.proUl .kuang{padding-bottom: 35px;}
.proUl .imgZ{padding-top: 74%;}
.proUl .textB{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 85.2%;
	background-color: rgb(0, 91, 218);
	padding: 0 24px 0;
	transition: all 0.5s;
}
.proUl .titB{
	width: 100%;
	min-height: 54px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	width: max-content;
	margin: 0 auto;
}
.proUl .titB span{display: block;}
.proUl .titB img{display: block;width: 16px;margin-left: 8px;}
.proUl .descB,.proUl .moreB{display: none;}
.proUl .kuang:hover .textB{padding: 12px 24px 20px;}
.proUl .kuang:hover .titB{margin-left: 0;}
.proUl .kuang:hover .titB img{display: none;}
.proUl .kuang:hover .descB{
	display: block;
	font-size: 14px;
	color: rgb(255, 255, 255);
	line-height: 1.714;
}
.proUl .kuang:hover .moreB{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 14px;
	color: rgb(255, 255, 255);
}
.proUl .kuang:hover .moreB img{display: block;height: 18px;margin-left: 8px;}
.xiaocms-page{
	margin: 3.125vw 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: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px; 
	color: #333333; 
	padding: 0 8px;
	display: block;
	text-align: center;
	margin: 5px;
}
.xiaocms-page span{
	border-color: #005bda;
	background: #005bda;
	color:#ffffff; 
}
@media (max-width:1432px) {
	.thrNav a {
	    padding: 0 24px;
	    height: 48px;
	    border-radius: 48px;
	}
}
@media (max-width:1232px) {
	.secNav a{padding: 16px 0;}
	.thrNav{margin-bottom: 40px;}
	.thrNav a {height: 44px;border-radius: 44px;}
	.proUl .titB{min-height: 48px;}
	.proUl .kuang:hover .textB{padding-top: 0;}
}
@media (max-width:1024px) {
	.secNav a{padding: 12px 0;}
	.thrNav{margin-bottom: 36px;}
	.thrNav a {height: 36px;border-radius: 36px;padding: 0 16px;margin: 0 8px;}
	.proUl li{width: 50%;}
}
@media (max-width:800px) {
	.secNav .nrBox{justify-content: center;}
	.secNav a{font-size: 14px;padding: 8px 0;margin: 0 4px;}
	.nyP{padding: 24px 0 64px;}
	.thrNav a{padding: 0 12px;margin: 4px;}
    .xiaocms-page{margin-top: 16px;}
    .xiaocms-page a, 
	.xiaocms-page span{
        margin-bottom: 4px;
        min-width: 24px;
        height: 24px;
        line-height: 24px;
        padding: 0px 4px;font-size: 14px;
	}
	.proUl{margin: -4px;}
	.proUl li{width: 50%;padding: 4px;}
	.proUl .kuang{padding: 0;}
	.proUl .textB,
	.proUl .kuang:hover .textB{position: relative;left: unset;bottom: unset;width: 100%;padding: 8px 12px;}
	.proUl .titB,
	.proUl .kuang:hover .titB{margin-left: 0;min-height: unset;font-size: 16px;}
	.proUl .titB img,
	.proUl .kuang:hover .titB img{display: none;}
	.proUl .descB,
	.proUl .kuang:hover .descB{
		display: block;
		font-size: 12px;
		color: rgb(255, 255, 255);
		line-height: 1.5;
		margin-top: 4px;
	}
	.proUl .moreB,
	.proUl .kuang:hover .moreB{display: none;}
}
/* 产品详情页 */
.locaB{
	background-color: rgb(248, 248, 248);
	padding: 24px 0;
}
.locaB .nrBox{
	position: relative;
	/* padding-left: 76px; */
	font-size: 16px;
	color: rgb(153, 153, 153);
}
.locaB a{color: rgb(153, 153, 153);display: inline-block;}
.locaB a:hover{color: rgb(102, 102, 102);}
/* .locaB .titB{position: absolute;left: 0;top: 0;} */
.pdP{padding: 64px 0;}
.pdP1 .imgBox{width: 46.7%;}
.pdP1 .imgBox .imgB{padding-top: 69.6%;}
.pdP1 .imgBox .xiaok{margin-top: 12px;padding: 0 30px;}
.pdP1 .imgBox .xiaok .swiper-slide{
	border-style: solid;
	border-width: 3px;
	border-color: rgba(25, 107, 222,0);
}
.pdP1 .imgBox .xiaok .imgB{padding-top: 100%;}
.pdP1 .imgBox .swiper_xiaotu .swiper-slide-thumb-active{
	border-color: rgb(25, 107, 222);
}
.pdP1 .swiper-button-prev{left: 0;}
.pdP1 .swiper-button-next{right: 0;}
.pdP1 .swiper-button-next,
.pdP1 .swiper-button-prev{
	width: 30px;
	height: 100%;
	top: 0;
	height: 100%;
	margin: 0;
}
.pdP1 .swiper-button-next::after,
.pdP1 .swiper-button-prev::after{
	font-size: 24px;
	color: #7f7f7f;
}
.pdP1 .textBox{
	width: 49%;
}
.pdP1 .textBox .titB{
	font-size: 36px;
	color: rgb(51, 51, 51);
	border-bottom: 1px solid #eeeeee;
	padding: 24px 0;
	font-weight: 400;
	position: relative;
}
.pdP1 .textBox .titB::after{
	content: "";
	background: rgb(25, 107, 222);
	position: absolute;
	left: 0;
	bottom: -2px;
	display: block;
	width: 79px;
	height: 3px;
}
.pdP1 .textBox .descB{
	font-size: 16px;
	color: rgb(51, 51, 51);
	line-height: 1.875;
	margin-top: 24px;
}
.pdP1 .textBox .moreB{
	background-color: rgb(25, 107, 222);
	width: 154px;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	color: rgb(255, 255, 255);
	display: block;
	margin: 3.75vw 0 0;
}
.pdP2{background-attachment: fixed;padding: 88px 0;}
.pdP2 a{
	background-color: rgb(25, 107, 222);
	width: max-content;
	height: 64px;
	font-size: 18px;
	color: rgb(255, 255, 255);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 24px;
	margin: 0 16px;
	min-width: 240px;
}
.pdP2 a img{
	margin-right: 12px;
	display: block;
	width: 24px;
}
.pb3Tit{
	border: 1px solid rgb(238, 238, 238);
	background-color: rgb(245, 245, 245);
	height: 68px;
	font-size: 24px;
	color: rgb(25, 107, 222);
	font-weight: bold;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 24px;
	margin-top: 40px;
}
.pb3Tit:first-child{margin-top: 0;}
.pb3Tit::before{
	content: "";
	background-color: rgb(25, 107, 222);
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
}
.pb3Nr{
	border: 1px solid rgb(238, 238, 238);
	border-top: 0;
	padding: 2vw;
}
.pdP4 .pTit{
	font-size: 36px;
	color: rgb(51, 51, 51);
	text-align: center;
	margin-bottom: 26px;
}
.pd4Form{
	max-width: 904px;
	margin: 0 auto;
}
.pd4Form .line{margin-bottom: 16px;}
.pd4Form label{display: block;}
.pd4Form .line label{width: calc(50% - 12px);}
.pd4Form .line2 label{width: 100%;}
.pd4Form .titB{
	font-size: 14px;
	color: rgb(102, 102, 102);
	line-height: 34px;
}
.pd4Form .titB span{color: rgb(255, 0, 0);}
.pd4Form input,
.pd4Form textarea{
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(195, 195, 195);
	background-color: rgb(255, 255, 255);
	line-height: 56px;
	font-size: 16px;
	color: rgb(51, 51, 51);
	padding: 0 20px;
	width: 100%;
	font-family: inherit;
}
.pd4Form textarea{
	height: 164px;
	line-height: 1.5;
	padding: 8px 20px;
}
.pd4Form input.tijiao{
	background-color: rgb(25, 107, 222);
	width: 100%;
	height: 60px;
	font-size: 16px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	border: 0;
	margin: 30px auto 0;
}
.pd4Form .xinxi{
	font-size: 14px;
	color: rgb(102, 102, 102);
	text-align: center;
	margin-top: 26px;
}
.dingwei{position: absolute;left: 0;top: -60px;}
@media (max-width:1232px) {
	.pdP1 .textBox .titB,
	.pdP4 .pTit{font-size: 32px;}
}
@media (max-width:1024px) {
	.pdP4 .pTit{font-size: 28px;}
	.pdP1 .textBox .titB{font-size: 28px;padding: 12px 0;}
	.pdP1 .textBox .descB{font-size: 14px;}
}
@media (max-width:800px) {
	.locaB{padding: 8px 0;}
	.locaB .nrBox{font-size: 14px;}
	.pdP1 .textBox .titB,
	.pdP4 .pTit{font-size: 24px;}
	.pdP{padding: 40px 0;}
	.pdP1 .nrBox{display: block;}
	.pdP1 .imgBox{width: 100%;}
	.pdP1 .textBox{width: 100%;margin-top: 16px;}
	.pdP1 .textBox .moreB {width: 120px;line-height: 40px;}
	.pdP2 a{min-width: unset;margin: 0 4px;padding: 0 8px;height: 40px;font-size: 14px;}
	.pdP2 a img{width: 16px;margin-right: 4px;}
	.pb3Tit{height: 40px;font-size: 16px;}
	.pb3Nr{padding: 12px;font-size: 14px;line-height: 1.6;}
	.pd4Form .line{display: block;margin-bottom: 0;}
	.pd4Form .line label{width: 100%;margin-bottom: 8px;}
	.pd4Form input{padding: 0 8px;line-height: 40px;font-size: 14px;}
	.pd4Form textarea{height: 80px;padding: 4px 8px;font-size: 14px;}
	.pd4Form input.tijiao{margin: 12px 0;height: 40px;}
	.pd4Form .xinxi{font-size: 12px;margin-top: 4px;}
	.dingwei{top: -56px;}
}
/* 关于 */
.aboP{padding: 72px 0;}
.aboP1,.aboP2{padding-bottom: 0;}
.aboTit{text-align: center;margin-bottom: 32px;}
.aboTit .tit{
	font-size: 40px;
	color: rgb(51, 51, 51);
	font-weight: bold;
}
.aboTit .desc{
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 1.875;
	margin-top: 24px;
}
.aboP1{background-size: 100% calc(100% - 17vw);background-position: top center;}
.aboP1 .nrBox{flex-wrap: wrap;}
.aboP1 .aboTit{text-align: left;width: 366px;padding-right: 40px;}
.aboP1 .aboTit .ent{
	font-size: 18px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.aboP1 .aboTit .ent::after{
	content: "";
	background-color: rgb(255, 255, 255);
	display: block;
	width: 64px;
	height: 4px;
	margin-left: 20px;
}
.aboP1 .aboTit .tit{color: #ffffff;margin-top: 24px;}
.abo1R{
	width: calc(100% - 366px);
	font-size: 16px;
	color: rgb(255, 255, 255);
	line-height: 1.875;
	text-align: justify;
}
.abo1Ul{margin: -10px;margin-top: 54px;width: 100%;}
.abo1Ul li{padding: 10px;width: 50%;}
.lbK{
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.abo2Ul{
	display: flex;
	left: 0;
	animation: myScroll 38s linear infinite;
}
@keyframes myScroll{
	100% {transform: translateX(-33.25%);}
}
.abo2Ul li{
	position: relative;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 66.5vw;
	margin-right: 24px;
	overflow: hidden;
}
.abo2Ul .imgB{width: 100%;}
.swiper_aboP3{height: 664px;}
.swiper_aboP3 .swiper-slide{height: 330px;}
.swiper_aboP3 .imgB{padding-top: 0;height: 100%;}
.aboP3 .nrBox{padding-bottom: 16px;}
.aboP3 .swiper-scrollbar{
	position: relative;
	left: unset;
	top: unset;
	bottom: unset;
	margin: 40px 0 0;
	background: rgba(226, 226, 226,0.5);
	width: calc(100% - 156px);
	height: 6px;
	border-radius: 6px;
	display: block !important;
}
.aboP3 .swiper-scrollbar-drag{background: #005bda;}
.aboP3 .swiper-button-prev,
.aboP3 .swiper-button-next{
	width: 36px;
	height: 36px;
	border: 2px solid #666666;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 0;right: 0;top: unset;left: unset;margin: 0;
}
.aboP3 .swiper-button-prev::after,
.aboP3 .swiper-button-next::after{font-size: 14px;color: #666666;font-weight: 700;}
.aboP3 .swiper-button-prev{right: 68px;}
.aboP4{background: rgb(0, 91, 218);}
.aboP4 .aboTit .tit,
.aboP4 .aboTit .desc{color: rgb(255, 255, 255);}
.abo4Ul{
	display: flex;
	left: 0;
	animation: myScroll 38s linear infinite;
}
@keyframes myScroll{
	100% {transform: translateX(-16.35%);}
}
.abo4Ul li{
	position: relative;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32.7vw;
	margin-right: 20px;
	overflow: hidden;
}
.abo4Ul .imgB{width: 100%;}
.aboP5 .aboTit{text-align: left;}
.aboP5 .ymb{
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
}
.aboP5 .swiper-button-prev,
.aboP5 .swiper-button-next{width: max-content;height: auto;margin: 0;position: relative;left: unset;right: unset;top: unset;margin: unset;}
.aboP5 .swiper-button-prev::after,
.aboP5 .swiper-button-next::after{font-size: 20px;color: #444444;font-weight: 700;}
.aboP5 .swiper-pagination{
	position: relative;left: unset;right: unset;top: unset;bottom: unset;margin: 0 2vw;
	font-size: 18px;
	color: rgb(102, 102, 102);
}
.aboP5 .swiper-pagination-current{
	font-size: 30px;
	color: rgb(0, 0, 0);
}
.swiper_aboP5 img{display: block;width: 100%;}
.aboP6{background: #f7faff;}
.abo6Ul{margin: -20px;}
.abo6Ul li{padding: 20px;}
.abo6Ul .kuang{
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 16px 0px rgba(127, 130, 131, 0.21);
	padding: 16px;
}
.abo6Ul .imgB{
	width: 42%;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(238, 238, 238);
	background-color: rgb(255, 255, 255);
	padding: 6px;
}
.abo6Ul .textB{width: 53%;padding-top: 16px;}
.abo6Ul .titB{
	font-size: 18px;
	color: rgb(51, 51, 51);
	line-height: 1.667;
}
.abo6Ul .timeB{
	font-size: 14px;
	color: rgb(153, 153, 153);
	margin-top: 16px;
}
.abo6Ul .btnG{
	margin-top: 32px;
	justify-content: flex-start;
}
.abo6Ul .moreB{
	background-color: rgb(248, 249, 253);
	width: max-content;
	line-height: 36px;
	font-size: 12px;
	color: rgb(153, 153, 153);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 8px;
	padding: 0 16px;
	min-width: calc(50% - 4px);
	transition: all 0.3s;	
}
.abo6Ul .moreB:last-child{margin-right: 0;}
.abo6Ul .moreB img{max-width: 16px;max-height: 16px;display: block;margin-right: 4px;transition: all 0.3s;}
.abo6Ul .moreB:hover{background: #005bda;color: #ffffff;}
.abo6Ul .moreB:hover img{filter: grayscale(1) brightness(0%) invert(100%);}
@media (max-width:1432px) {
	.swiper_aboP3{height: 568px;}
	.swiper_aboP3 .swiper-slide{height: 282px;}
}
@media (max-width:1232px) {
	.aboTit .tit{font-size: 32px;}
	.swiper_aboP3{height: 472px;}
	.swiper_aboP3 .swiper-slide{height: 234px;}
	.abo6Ul{margin: -8px;}
	.abo6Ul li{padding: 8px;}
	.abo6Ul .textB{padding: 0;}
	.abo6Ul .moreB{margin-top: 16px;}
}
@media (max-width:1024px) {
	.aboTit .tit{font-size: 28px;}
	.swiper_aboP3{height:364px;}
	.swiper_aboP3 .swiper-slide{height: 180px;}
	.aboP1 .aboTit{width: 244px;}
	.abo1R{width: calc(100% - 244px);}
	.abo6Ul li{width: 50%;}
}
@media (max-width:800px) {
	.aboP{padding: 40px 0;}
	.aboP1, .aboP2{padding-bottom: 0;}
	.aboTit{margin-bottom: 20px;}
	.aboTit .tit{font-size: 24px;}
	.aboTit .desc{font-size: 14px;margin-top: 8px;line-height: 1.5;}
	.aboP1 .aboTit{width: 100%;}
	.aboP1 .aboTit .ent{font-size: 14px;}
	.aboP1 .aboTit .ent::after{width: 40px;height: 2px;}
	.aboP1 .aboTit .tit{margin-top: 12px;}
	.abo1R{width: 100%;font-size: 14px;line-height: 1.8;}
	.abo1Ul{margin: 24px 0 0;}
	.abo1Ul li{padding: 4px 0;width: 100%;}
	.abo2Ul li{margin-right: 8px;width: 80vw;}
	.aboP3 .nrBox{padding-bottom: 10px;}
	.swiper_aboP3{height:calc(64vw + 4px);}
	.swiper_aboP3 .swiper-slide{height: 32vw;}
	.aboP3 .swiper-button-prev{right: 36px;}
	.aboP3 .swiper-button-prev, .aboP3 .swiper-button-next{width: 28px;height: 28px;}
	.aboP3 .swiper-scrollbar{height: 4px;width: calc(100% - 84px);}
	.abo4Ul li{width: 50vw;}
	.aboP5 .swiper-button-prev::after, .aboP5 .swiper-button-next::after{font-size: 16px;}
	.aboP5 .swiper-pagination-current{font-size: 24px;}
	.abo6Ul li{width: 100%;}
	.abo6Ul .kuang{padding: 12px;}
	.abo6Ul .titB{font-size: 16px;padding-top: 16px;}
}
/* 新闻列表 */
.newsTop{margin-bottom: 60px;align-items: stretch;}
.newsTop .tuB{width: 56%;position: relative;}
.newsTop .textB{width: calc(44% - 2.6vw);}
.newsTop .tuB .imgB{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
}
.newsP .timeB{
	font-size: 16px;
	color: rgb(0, 91, 218);
}
.newsP .titB{
	font-size: 22px;
	color: rgb(51, 51, 51);
	line-height: 1.818;
	margin-top: 8px;
}
.ntUl li{
	border-bottom: 1px solid rgb(229, 229, 229);
	padding: 1.875vw 0;
}
.ntUl li:first-child{border-top: 1px solid rgb(229, 229, 229);}
.newsUl{margin: -16px;}
.newsUl li{padding: 16px;}
.newsUl .timeB{margin-top: 16px;}
.newsUl .moreB{
	font-size: 16px;
	color: rgb(0, 91, 218);
	margin-top: 44px;
}
@media (max-width:1232px) {
	.newsP .titB{font-size: 20px;}
}
@media (max-width:1024px) {
	.newsP .titB{font-size: 18px;}
}
@media (max-width:800px) {
	.newsTop {display: none;}
	.newsUl{margin: 0;}
	.newsUl li{padding: 8px 0;width: 100%;}
	.newsP .timeB{font-size: 14px;}
	.newsP .titB{font-size: 16px;}
	.newsUl .moreB{margin-top: 12px;font-size: 14px;}
}
/* 加入我们 */
.joinP .zktitTop{
	background: rgb(0, 91, 218);
	color: #ffffff;
	font-size: 16px;
}
.joinP .zktit{
	padding: 0 2.92vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.joinP .zktit span{
	display: block;
	text-align: center;
	padding: 1vw 0.83vw;
}
.joinP .zktit span:nth-child(1){width: 30%;text-align: left;}
.joinP .zktit span:nth-child(2){width: 20%;}
.joinP .zktit span:nth-child(3){width: 20%;}
.joinP .zktit span:nth-child(4){width: 15%;}
.joinP .zktit span:nth-child(5){width: 15%;}
.joinP .zhankai{
	font-size: 16px;
	color: rgb(51, 51, 51);
}
.joinP .zhankai .zktit{
	border-top: 1px solid #ebebef;
	/* border-bottom: 1px solid #ebebef; */
	cursor: pointer;
}
.joinP .zhankai .zktit i{display: none;}
.joinP .zhankai li:nth-child(even) .zktit{
	background: rgb(248, 248, 248);
}
.joinP .zhankai .zhshow{
	display: none;
	border: 1px solid #ebebef;
	/* border-top: 0; */
	margin-bottom: 20px;
	padding: 1.875vw 2.92vw;
	line-height: 2;
}
.joinP .zhankai .titB{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 8px;
}
.joinP .zhankai .eachB{margin-top: 16px;}
.joinP .zhankai .eachB:first-child{margin-top: 0;}
@media (max-width:800px) {
	.joinP .zktitTop{font-size: 14px;display: none;}
	.joinP .zhankai{font-size: 14px;}
	.joinP .zhankai .zktit{padding: 8px 8px;flex-wrap: wrap;}
	.joinP .zhankai .zktit i{display: block;font-style: normal;}
	.joinP .zktit span{display: flex;justify-content: flex-start;align-items: center;}
	.joinP .zktit span:nth-child(1){width: 100%;font-size: 16px;}
	.joinP .zktit span:nth-child(2){width: 50%;}
	.joinP .zktit span:nth-child(3){width: 50%;}
	.joinP .zktit span:nth-child(4){width: 50%;}
	.joinP .zktit span:nth-child(5){width: 50%;}
	.joinP .zhankai .titB{font-size: 16px;margin-bottom: 4px;}
	.joinP .zhankai li.on .zktit{background: rgb(0, 91, 218);color: #ffffff;}
}
/* 销售与服务 */
.teamP .datu img{display: block;width: 100%;}
.teamP .nrBox{margin-top: -7.3vw;}
.swiper_team{overflow: visible;}
.swiper_team .swiper-wrapper{align-items: stretch;}
.swiper_team .swiper-slide{height: unset;padding: 14px;}
.swiper_team .kuang{
	border-radius: 12px;
	background-color: rgba(255, 255, 255,0.9);
	box-shadow: 0px 0px 51px 0px rgba(127, 130, 131, 0.21);
	height: 100%;
	padding: 28px;
	transition: all 0.3s;
	color: rgb(102, 102, 102);
}
.teamP .swiper-pagination{
	position: relative;left: unset;bottom: unset;
	margin: 30px auto 0;
}
.teamP .titB{
	font-size: 22px;
	color: rgb(0, 91, 218);
	font-weight: bold;
	transition: all 0.3s;
}
.teamP .descB{
	font-size: 14px;
	line-height: 1.6;
	margin-top: 8px;
}
.teamP .nrB{
	font-size: 16px;
	line-height: 2.25;
	border-top: 1px solid rgba(230, 230, 230,0.9);
	margin-top: 16px;
	padding-top: 16px;
}
.swiper_team .kuang:hover{
	background-color: rgba(0, 91, 218,0.9);
	color: #ffffff;
}
.swiper_team .kuang:hover .titB{color: #ffffff;}
@media (max-width:1432px) {
	.teamP .titB{font-size: 20px;}
}
@media (max-width:1232px) {
	.teamP .titB{font-size: 18px;}
	.swiper_team .kuang{padding: 16px;}
	.teamP .nrB{line-height: 2;}
} 
@media (max-width:800px) {
	.swiper_team .swiper-slide{padding: 8px;}
	.teamP .nrB{font-size: 16px;line-height: 1.6;}
	.teamP .swiper-pagination{margin-top: 10px;}
}
/* 联系我们 */
.ctctL{
	background-color: rgba(240, 240, 240,0.7);
	width: 31.86%;
	padding: 2.1vw;
}
.ctctR{width: 64.6%;}
.ctcUl li{margin-top: 32px;}
.ctcUl li:first-child{margin-top: 0px;}
.ctcUl .titB{
	font-size: 20px;
	color: rgb(25, 107, 222);
	line-height: 1.5;
}
.ctcUl .descB{
	font-size: 16px;
	color: rgb(84, 84, 84);
	line-height: 1.875;
	margin-top: 8px;
}
.ctctL .ewmB{margin-top: 40px;justify-content: flex-start;}
.ctctL .ewmB p{width: 112px;margin-right: 24px;}
.ctctL .ewmB img{display: block;width: 100%;}
.ctctL .ewmB span{
	display: block;
	font-size: 14px;
	color: rgb(102, 102, 102);
	text-align: center;
	margin-top: 8px;
}
.ctctR .pd4Form .xinxi{text-align: left;}
@media (max-width:800px) {
	.ctctP .nrBox{display: block;}
	.ctctL{width: 100%;padding: 16px;}
	.ctctR{width: 100%;margin-top: 16px;}
	.ctcUl .titB{font-size: 16px;}
	.ctcUl .descB{font-size: 14px;margin-top: 4px;}
	.ctcUl li{margin-top: 16px;}
	.ctctL .ewmB{margin-top: 16px;}
}

/* 首页 */
.swiper_banner{overflow: hidden;display: block;width: 100%;height: 100%;}
.swiper_banner{position: relative;z-index: 1;}
.swiper_banner .swiper-wrapper{width: 100vw;}
.swiper_banner .imgB{
	display: block;
	padding-top: 100vh;
}
.swiper_banner .imgB img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: all 3s;
	-webkit-transition: all 3s;
	-moz-transition: all 3s;
	-ms-transition: all 3s;
}
.swiper_banner .swiper-slide-active .imgB img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}
.swiper_banner .swiper-pagination{
	bottom: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper_banner .swiper-pagination-bullet{
	background-color: rgb(255, 255, 255);
	width: 9px;
	height: 9px;
	margin: 0 4px;
	transition: all 0.3s;
	border-radius: 10px;
	opacity: 1;
}
.swiper_banner .swiper-pagination-bullet-active{
	background-color: #005bda;
	width: 30px;
}
.swiper_banner .swiper-button-prev,
.swiper_banner .swiper-button-next{display: none;}
@media (max-width:800px) {
	.swiper_banner .imgB{padding-top: 64%;}
	.swiper_banner .swiper-pagination{bottom: 10px;}
	.swiper_banner .swiper-pagination-bullet-active{width: 24px;}
}
/* .indp{width: 100%;height: 100%;} */
.pubTit{
	font-size: 48px;
	color: rgb(0, 0, 0);
	margin-bottom: 72px;
}
.pubTit span{color: #005bda;}
.pubTit::after{
	content: "";
	background-color: rgb(0, 91, 218);
	box-shadow: 0px 0px 51px 0px rgba(176, 198, 208, 0.22);
	display: block;
	width: 116px;
	height: 2px;
	margin-top: 8px;
}
.indp1{overflow: hidden;padding: 2.5vw;}
.swiper_ind1{overflow: visible;}
.swiper_ind1 .imgB{
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 2.2vw 0px rgba(226, 226, 226, 0.73);
	position: relative;
	z-index: 1;
	width: 100%;
	padding-top: 100%;
}
.swiper_ind1 .titB{
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 2.5vw 0px rgba(176, 198, 208, 0.22);
	width: 70%;
	height: 4.17vw;
	border-radius: 4.17vw;
	padding: 0 16px;
	text-align: center;
	margin: -2.08vw auto 0;
	z-index: 2;
	position: relative;
	font-size: 24px;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
}
.swiper_ind1 .swiper-slide:hover .titB{
	background: rgb(25, 107, 222);
	color: rgb(255, 255, 255);
}
.indp1 .swiper-pagination{display: none;}
.indp1 .swiper-button-prev,
.indp1 .swiper-button-next{
	border-style: solid;
	border-width: 2px;
	border-color: rgb(0, 91, 218);
	border-radius: 4px;
	width: 52px;
	height: 52px;
	left: unset;
	margin: 0;
	top: 32px;
	transition: all 0.3s;
}
.indp1 .swiper-button-prev::after,
.indp1 .swiper-button-next::after{
	color: rgb(0, 91, 218);
	font-size: 16px;
	transition: all 0.3s;
}
.indp1 .swiper-button-prev:hover,
.indp1 .swiper-button-next:hover{background: rgb(0, 91, 218);}
.indp1 .swiper-button-prev:hover::after,
.indp1 .swiper-button-next:hover::after{color: rgb(255, 255, 255);}
.indp1 .swiper-button-prev{right: 78px;}
.indp1 .swiper-button-next{right: 0;}
.section03{background: #f5f5f5;}
.indp2{height: 100vh;}
.indp2>.pubTit{display: none;}
.indp2 .swiper-pagination{display: none;}
.indp2 .swiper-wrapper{width: 100vw;}
.swiper_ind2d .swiper-slide{position: relative;}
.swiper_ind2d .tuB{width: 60%;height: 84vh;margin-left: 40%;}
.swiper_ind2d .imgB{width: 100%;height: 100%;padding-top: 0;}
.swiper_ind2d .nrBox{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.swiper_ind2d .container{display: flex;justify-content: flex-start;align-items: center;height: 100%;padding-bottom: 4.68vw;}
.swiper_ind2d .textB{width: 35%;}
.swiper_ind2d .pubTit{margin-bottom: 32px;}
.swiper_ind2d .titB{
	font-size: 24px;
	color: rgb(0, 0, 0);
	font-weight: bold;
	display: flex;justify-content: flex-start;align-items: center;
}
.swiper_ind2d .titB img{margin-right: 16px;display: block;height: 28px;}
.swiper_ind2d .descB{
	font-size: 18px;
	color: rgb(51, 51, 51);
	line-height: 2;
	margin-top: 22px;
}
.swiper_ind2d .moreB{
	font-size: 16px;
	color: rgb(102, 102, 102);
	display: flex;justify-content: flex-start;align-items: center;
	margin-top: 36px;
}
.swiper_ind2d .moreB img{display: block;margin-left: 16px;width: 24px;transition: all 0.3s;}
.swiper_ind2d .moreB:hover img{transform: translateX(8px);}
.indp2 .zsk{
	position: absolute;
	left: 0;
	bottom: 6.2vh;
	width: 100%;
}
.indp2 .smk{
	width: calc(100% + 120px);
	margin-left: -60px;
	padding: 0 60px;
	position: relative;
	margin-top: -48px;
	z-index: 2;
}
.indp2 .swiper-button-prev,
.indp2 .swiper-button-next{
	border-radius: 50%;
	background-color: rgba(0, 0, 0,0.3);
	box-shadow: 0px 0px 51px 0px rgba(176, 198, 208, 0.22);
	width: 40px;
	height: 40px;
	margin-top: 0;
	top: calc(50% - 10px);
}
.indp2 .swiper-button-prev{left: 0;}
.indp2 .swiper-button-next{right: 0;}
.indp2 .swiper-button-prev::after,
.indp2 .swiper-button-next::after{
	font-size: 20px;
	color: #ffffff;
}
.swiper_ind2x{position: relative;z-index: 2;}
.swiper_ind2x .swiper-slide{
	position: relative;
	padding-top: 20px;
	cursor: pointer;
}
.swiper_ind2x .kuang{
	padding: 2vw 2vw;
	background: #ffffff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-right: 1px solid #eeeeee;
}
.swiper_ind2x p{
	position: relative;
	z-index: 3;
	width: 100%;
}
.swiper_ind2x span{
	display: block;
	font-size: 16px;
	color: rgb(51, 51, 51);
}
.swiper_ind2x b{
	display: block;
	font-size: 24px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	margin-top: 8px;
}
.swiper_ind2x .imgB{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 0;
	padding-top: unset;
	opacity: 0;
	transition: all 0.3s;
}
.swiper_ind2x .imgB::after{
	content: "";
	background-color: rgba(0, 91, 218,0.9);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.swiper_ind2x .swiper-slide:hover .imgB,
.swiper_ind2x .swiper-slide-thumb-active .imgB{opacity: 1;height: 100%;}
.swiper_ind2x .swiper-slide:hover span,
.swiper_ind2x .swiper-slide:hover b,
.swiper_ind2x .swiper-slide-thumb-active span,
.swiper_ind2x .swiper-slide-thumb-active b{color: #ffffff;}
.indp3{overflow: hidden;}
.indp3 .pubTit{text-align: center;margin-bottom: 2vw;}
.indp3 .pubTit::after{margin-left: auto;margin-right: auto;}
.swiper_ind3{overflow: visible;}
.swiper_ind3 .kuang{
	background-color: rgb(255, 255, 255);
}
.swiper_ind3 .tuB{
	width: 48%;
}
.swiper_ind3 .imgB{padding-top: 55.6vh;}
.swiper_ind3 .textB{
	width: 52%;
	padding: 2.5vw;
}
.swiper_ind3 .titB{
	font-size: 30px;
	color: rgb(0, 0, 0);
}
.swiper_ind3 .titB::after{
	content: "";
	background-color: rgb(0, 91, 218);
	display: block;
	width: 28px;
	height: 4px;
	margin-top: 16px;
}
.swiper_ind3 .descB{
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 1.875;
	margin-top: 16px;
}
.swiper_ind3 .moreB{
	font-size: 16px;
	color: rgb(0, 91, 218);
	border-style: solid;
	border-width: 1px;
	border-color: rgb(0, 91, 218);
	background-color: rgb(255, 255, 255);
	width: 143px;
	height: 52px;
	border-radius: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3vw;
	transition: all 0.3s;
}
.swiper_ind3 .moreB:hover{
	color: rgb(255, 255, 255);
	background: rgb(0, 91, 218);
}
.indp4{padding-bottom: 12vh;}
.indp4 .nrBox{
	width: 770px;
	max-width: 100%;
}
.indp4 .pubTit{
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 1.4vw;
}
.indp4 .pubTit::after{display: none;}
.indp4 .pDesc{
	font-size: 16px;
	color: rgb(255, 255, 255);
	line-height: 1.875;
}
.indp4 .moreB{
	font-size: 16px;
	color: rgb(255, 255, 255);
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	width: 143px;
	height: 48px;
	border-radius: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3vw;
	transition: all 0.3s;
}
.indp4 .moreB:hover{
	color: rgb(25, 107, 222);
	background: rgb(255, 255, 255);
}
.ind4Ul{
	background-color: rgba(0, 91, 218,0.7);
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	padding: 6vh 0;
}
.ind4Ul .kuang{
	border-right: 1px solid rgba(255,255,255,0.5);
	width: 100%;
	text-align: center;
	line-height: 1;
}
.ind4Ul .numB{
	font-size: 2.5vw;
	color: rgb(255, 255, 255);
	font-weight: 700;
}
.ind4Ul .titB{
	font-size: 22px;
	color: rgb(255, 255, 255);
	margin-top: 20px;
}
.indp5{overflow: hidden;}
.indp5 .clickB{
	position: absolute;
	right: 0;
	top: 8px;
}
.indp5 .clickB .eachB{
	font-size: 18px;
	color: rgb(51, 51, 51);
	margin-left: 2.5vw;
	padding: 16px 0;
	position: relative;
	cursor: pointer;
}
.indp5 .clickB .eachB:first-child{margin-left: 0;}
.indp5 .clickB .eachB.on{color: #005bda;}
.indp5 .clickB .eachB::after{
	content: "";
	background-color: rgb(0, 91, 218);
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0%;
	height: 4px;
	transition: all 0.5s;
}
.indp5 .clickB .eachB.on::after{width: 100%;left: 0;}
.indp5 .showB{min-height:437px;}
.indp5 .showB .eachB{display: none;}
.indp5 .showB .eachB:first-child{display: block;}
.swiper_ind5{overflow: visible;}
.swiper_ind5 .swiper-wrapper{align-items: stretch;}
.swiper_ind5 .swiper-slide{height: unset;}
.swiper_ind5 .kuang{
	display: block;
	position: relative;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 3px 0px rgba(38, 41, 42, 0.13);
	height: 100%;
}
.swiper_ind5 .imgB{padding-top: 61.3%;}
.swiper_ind5 .textB{
	border-top: 2px solid #005bda;
	padding: 20px;
}
.swiper_ind5 .titB{
	font-size: 22px;
	color: rgb(0, 0, 0);
	font-weight: bold;
}
.swiper_ind5 .descB{
	font-size: 14px;
	color: rgb(136, 136, 136);
	line-height: 1.714;
	margin-top: 16px;
}
.swiper_ind5 .timeB{
	font-size: 14px;
	color: rgb(0, 91, 218);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 36px;
}
.swiper_ind5 .timeB img{display: block;height: 15px;margin-right: 6px;}

/* 效果 */
.ind4Ul li,
.pubTit,
.swiper_ind1,
.indp1 .swiper-button-next,
.indp1 .swiper-button-prev,
.swiper_ind3,
.indp4 .pDesc,
.indp4 .moreB,
.indp5 .clickB,
.indp5 .showB{opacity: 0;}
.active .ind4Ul li:nth-child(1){animation:fadeInRight .5s 1s forwards;}
.active .ind4Ul li:nth-child(2){animation:fadeInRight .5s 1.2s forwards;}
.active .ind4Ul li:nth-child(3){animation:fadeInRight .5s 1.4s forwards;}
.active .ind4Ul li:nth-child(4){animation:fadeInRight .5s 1.6s forwards;}
.active .ind4Ul li:nth-child(5){animation:fadeInRight .5s 1.8s forwards;}
.active .pubTit,
.active .indp1 .swiper-button-prev,
.active .indp1 .swiper-button-next,
.active .indp5 .clickB{animation:fadeInDown .5s 0.8s forwards;}
.active .swiper_ind1,
.active .swiper_ind3,
.active .indp4 .pDesc,
.active .indp5 .showB{animation:fadeInUp .5s 0.8s forwards;}
.active .indp4 .moreB{animation:fadeInUp .5s 1s forwards;}
.swiper_ind2d .swiper-slide .pubTit,
.swiper_ind2d .swiper-slide .titB,
.swiper_ind2d .swiper-slide .descB,
.swiper_ind2d .swiper-slide .moreB{opacity: 0;}
.swiper_ind2d .swiper-slide-active .pubTit{animation:fadeInUp .5s 0s forwards;}
.swiper_ind2d .swiper-slide-active .titB{animation:fadeInUp .5s 0.2s forwards;}
.swiper_ind2d .swiper-slide-active .descB{animation:fadeInUp .5s 0.4s forwards;}
.swiper_ind2d .swiper-slide-active .moreB{animation:fadeInUp .5s 0.6s forwards;}
.swiper_ind2d .swiper-slide .tuB{
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
}
.active .swiper_ind2d .swiper-slide .tuB{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}
@media (max-width:1632px) {
	
}
@media (max-width:1432px) {
	.swiper_ind2x b{font-size: 22px;}
	.pubTit{font-size: 44px;margin-bottom: 48px;}
}
@media (max-width:1232px) {
	.swiper_ind1 .titB,
	.swiper_ind2x b,
	.swiper_ind5 .titB{font-size: 20px;}
	.pubTit{font-size: 40px;margin-bottom: 32px;}
}
@media (max-width:1024px) {
	html, body{overflow: auto !important;}
	.pubTit{font-size: 32px;margin-bottom: 24px;}
	.swiper_banner .imgB{padding-top: 50.5%;}
	.indp{padding: 48px 0;position: relative;height: auto;}
	.indp1 .swiper-button-prev, .indp1 .swiper-button-next{top: 0;width: 40px;height: 40px;}
	.swiper_ind1 .titB{height: 40px;border-radius: 40px;margin-top: -20px;font-size: 18px;}
	.indp2>.pubTit{display: block;text-align: center;}
	.indp2>.pubTit::after{margin-left: auto;margin-right: auto;}
	.swiper_ind2d .tuB{height: auto;margin: 0 auto;}
	.swiper_ind2d .imgB{padding-top: 71%;height: auto;}
	.swiper_ind2d .nrBox{position: relative;left: unset;top: unset;margin: 16px 0 0;}
	.swiper_ind2d .pubTit{display: none;}
	.swiper_ind2d .textB{width: 100%;}
	.swiper_ind2d .titB{font-size: 20px;}
	.swiper_ind2d .descB{font-size: 16px;margin-top: 12px;}
	.swiper_ind2d .moreB{margin-top: 16px;}
	.indp2 .zsk{position: relative;left: unset;bottom: unset;margin: 24px auto 0;}
	.swiper_ind2x .kuang{padding: 12px;}
	.swiper_ind2x b{font-size: 16px;}
	.swiper_ind3 .imgB{padding-top: 100%;}
	.swiper_ind3 .titB{font-size: 20px;}
	.swiper_ind3 .descB{font-size: 14px;}
	.swiper_ind3 .moreB,
	.indp4 .moreB{height: 40px;line-height: 40px;font-size: 14px;}
	.ind4Ul{position: relative;left: unset;bottom: unset;padding: 24px 0;margin: 16px 0 0;}
	.ind4Ul .numB{font-size: 24px;}
	.ind4Ul .titB{font-size: 16px;margin-top: 8px;}
	.swiper_ind5 .textB{padding: 16px;}
	.swiper_ind5 .titB{font-size: 18px;}
	.swiper_ind5 .descB{font-size: 14px;}
	.swiper_ind5 .timeB{margin-top: 24px;}
}
@media (max-width:800px) {
	.pubTit{font-size: 24px;}
	.swiper_banner .imgB{padding-top: 64%;}
	.pubTit,
	.indp3 .pubTit{text-align: center;margin-bottom: 16px;}
	.pubTit::after{margin-left: auto;margin-right: auto;width: 48px;}
	.indp1 .swiper-pagination,
	.indp2 .swiper-pagination{display: block;position: relative;left: unset;bottom: unset;margin: 16px auto 0;}
	.indp1 .swiper-button-prev, .indp1 .swiper-button-next{display: none;}
	.swiper_ind1 .titB{font-size: 16px;width: 88%;}
	.indp2 .zsk{display: none;}
	.swiper_ind2d .tuB{width: calc(100% - 32px);}
	.swiper_ind2d .descB{font-size: 14px;line-height: 1.6;}
	.swiper_ind2d .container{padding: 0;}
	.swiper_ind3 .kuang{display: block;}
	.swiper_ind3 .tuB{width: 100%;}
	.swiper_ind3 .imgB{padding-top: 64%;}
	.swiper_ind3 .textB{width: 100%;padding: 16px;}
	.ind4Ul{padding: 0;flex-wrap: wrap;}
	.ind4Ul li{width: calc(100% / 3);padding: 16px;text-align: center;}
	.ind4Ul li:first-child{margin-left: calc(100% / 6);}
	.ind4Ul .kuang{border: 0;}
	.ind4Ul .titB{font-size: 14px;}
	.indp5 .showB{min-height:unset;}
	.indp5 .clickB{position: relative;right: unset;top: unset;margin: 16px auto;}
	.indp5 .clickB .eachB{padding: 12px 0;margin: 0 6px;}
	.indp5 .clickB .eachB::after{height: 2px;}
	.swiper_ind5 .titB{font-size: 16px;}
	.swiper_ind5 .descB{line-height: 1.5;margin-top: 8px;}
	.swiper_ind5 .timeB{margin-top: 16px;}
}