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;}
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: #666666;}
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;}
table{border-collapse: collapse;border-spacing: 0;max-width: 100%;}
.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: #f5f8fb;}
.lanbg{background: #f6faff;}
.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 16px;max-width: 1432px;margin: 0 auto;width: 100%;}
@media (max-width:1432px) {.container{max-width: 1232px;}}
@media (max-width:1232px) {.container{max-width: 1024px;}}
@media (max-width:1024px) {.container{max-width: 800px;}}
@media (max-width:800px) {.container{max-width: 100%;}}
.row{display: flex;justify-content: flex-start;align-items: center;align-items: stretch;flex-wrap: wrap;}
.row .kuang{height: 100%;}
.col_6{width: calc(100% / 6);}
.col_5{width: calc(100% / 5);}
.col_4{width: calc(100% / 4);}
.col_3{width: calc(100% / 3);}
.col_2{width: calc(100% / 2);}
.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;}

.topDiv{height: 96px;display: block;}
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: rgba(255, 255, 255, 1.0);
}
header .nrBox{height: 96px;}
header .logo img{max-height: 75px;display: block;}
header .menuUl>li{
	margin-right: 3.125vw;
	position: relative;
}
header .menuUl>li:last-child{margin-right: 0;}
header .menuUl .yiji{
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
header .menuUl .yiji a{
	font-size: 16px;
	color: #333333;
	line-height: 96px;
	display: block;
	position: relative; 
}
header .menuUl>li.on .yiji a,
header .menuUl>li:hover .yiji a{color: #3478d5;}
header .menuUl .erjiBox{
	position: absolute;
	left: 50%;
	top: 96px;
	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;
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
}
header .menuUl>li:hover .erjiBox{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0) translateX(-50%);
}
header .menuUl .erjiUl>li>a{
	font-size: 14px;
	color: #666666;
	transition: all 0.5s;
	width: 100%;
	position: relative;
	display: block;
	padding: 8px 16px;
	text-align: center;
	border-bottom: 1px dashed rgba(0,0,0,0.1);
}
header .menuUl .erjiUl>li>a:hover{
	background: #3478d5;
	color: #ffffff;
}
header .mopenBtn{display: none;}
header .findBtn{margin-left: 3.125vw;cursor: pointer;}
header .findBtn img{display: block;}
header .langB{margin-left: 3.125vw;position: relative;}
header .langB .aB{
	font-size: 16px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 96px;
	cursor: pointer;
	position: relative;
}
header .langB .aB img{width: 19px;display: block;}
header .langB .aB span{margin: 0 6px;}
header .langB .aB i{
	background: url(../img/jt.png) center center no-repeat;
	background-size: cover;
	display: block;
	width: 10px;
	height: 6px;
}
header .langB .bB{
	position: absolute;
	right: 0;
	top: 96px;
	background: #ffffff;
	width: 100%;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(-20px);
	transition: all 0.3s;
	min-width: 120px;
}
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: 6px 16px;
	text-align: center;
}
header .langB .bB a.on{
	background: #E8EAE9;
	pointer-events: none;
}
header .langB .bB a:hover{
	background: #2660aa;
	color: #ffffff;
}
.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: 36px;display: block;}
.headSearch .headForm{
	width: 61%;
	border-bottom: 2px solid #3478d5;
	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: #3478d5;
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
}
@media (max-width:800px) {
	.topDiv,
	header .nrBox{height: 56px;}
	header .logo img{max-height: 44px;}
	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: #3478d5;
		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: #3478d5;
		-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 .findBtn{margin-left: 0;}
	header .langB{margin-left: 16px;}
	header .langB .aB{height: 56px;}
	header .langB .bB{top: 56px;}
	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: #3478d5;
		position: absolute;
		left: 0;
		top: calc(50% - 1px);
	}
	header .menuUl .hasDown>div>.ejBtn::after{
		content: "";
		display: block;
		width: 2px;
		height: 100%;
		background: #3478d5;
		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;
		box-shadow: unset;
	}
	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;text-align: left;border: 0;}
	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 .langB .aB i{width: 6px;height: 3px;}
	header.indH .langB .aB i{background-image: url(../img/jt1.png);}
	header.indH .langB .aB{color: #ffffff;}
	header.indH .langB .aB img.bait{display: block;}
	header.indH .langB .aB img.heit{display: none;}
	.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;}
	.headSearch .closeBtn img{width: 28px;}
}
footer{
	background: #f3f6f9;
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 1.875;
}
footer a{color: rgb(102, 102, 102);transition: all 0.3s;}
footer a:hover{color: rgb(0, 0, 0);}
footer .logo{display: block;}
footer .nrBox{
	padding: 4vw 0 13vw;
}
footer .fLeft{width: 40%;}
footer .fInfo{margin-top: 3.33vw;}
footer .fInfo>div{
	justify-content: flex-start;
	margin-top: 14px;
}
footer .fInfo>div img{display: block;margin-right: 12px;}
footer .fTit{
	font-size: 20px;
	color: rgb(52, 139, 213);
	font-weight: bold;
	margin-bottom: 14px;
}
footer .fCon a{
	display: block;
	font-size: 16px;
	color: rgb(102, 102, 102);
	width: 260px;
	margin-bottom: 10px;
}
footer .banquan{
	border-top: 1px solid rgb(210, 233, 249);
	padding: 20px 0;
	font-size: 14px;
	color: rgb(84, 107, 120);
}
@media (max-width:1024px) {
	footer .fCon a{width: 200px;}
}
@media (max-width:800px) {
	footer{font-size: 14px;}
	footer .nrBox{padding: 16px 0;display: block;}
	footer .fLeft{width: 100%;}
	footer .fInfo>div{margin-top: 6px;}
	footer .fNav{border-top: 1px dashed #d1d1d1;margin-top: 16px;}
	footer .fTit{margin: 0;padding: 8px 0;}
	footer .fCon{display: flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;}
	footer .fCon a{display: block;font-size: 14px;width: auto;margin: 0 12px 8px 0;}
	footer .banquan{padding: 8px 0;}
}
.banner{overflow: hidden;}
.swiper_banner{position: relative;z-index: 1;}
.swiper_banner .swiper-slide{
	justify-content: flex-start;
}
.swiper_banner .imgB{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 0;
	z-index: 1;
}
.swiper_banner .nrBox{
	position: relative;
	z-index: 2;
	padding: 6vw 0;
	min-height: calc(100vh - 96px);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.swiper_banner .kuang{width: 100%;}
.swiper_banner .font1{
	width: 100%;
	font-size: 60px;
	color: rgb(52, 120, 213);
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
	text-align: left;
	transition: all 0.6s;
	transform: translateY(40px);
	opacity: 0;
}
.swiper_banner .font2{
	width: 100%;
	font-size: 48px;
	color: rgb(52, 120, 213);
	line-height: 1.5;
	margin: 32px 0 0;
	text-align: left;
	transition: all 0.6s;
	transform: translateY(40px);
	opacity: 0;
	transition-delay: 0.6s;
}
.swiper_banner .swiper-slide-active .font1{transform: translateY(0);opacity: 1;}
.swiper_banner .swiper-slide-active .font2{transform: translateY(0);opacity: 1;}
.banner .swiper-pagination{
	bottom: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner .swiper-pagination-bullet{
	background-color: rgb(255, 255, 255);
	width: 10px;
	height: 10px;
	margin: 0 5px;
	transition: all 0.3s;
	border-radius: 10px;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background-color: rgb(255, 255, 255);
	width: 32px;
}
.swiper-button-prev,
.swiper-button-next{
	background-color: rgba(0, 0, 0,0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 48px;
}
.swiper-button-prev::after,
.swiper-button-next::after{
	font-size: 20px;
	color: #ffffff;
}
.swiper-button-prev{left: 0;}
.swiper-button-next{right: 0;}
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled{display: none;}
.banner .swiper-button-prev{left: 60px;}
.banner .swiper-button-next{right: 60px;}
.banny .imgB{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 0;
	z-index: 1;
}
.banny .nrBox{
	height: 480px;
	padding: 0;
	z-index: 2;
	padding: 96px 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.banny .titB{
	font-size: 44px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	margin: 0;
}
.banny .location{
	font-size: 18px;
	color: rgb(255, 255, 255);
	line-height: 1.5;
	margin-top: 24px;
}
.banny .location a{
	color: rgb(255, 255, 255);
}
@media (max-width:1232px) {
	.swiper_banner .font1{font-size: 48px;}
	.swiper_banner .font2{font-size: 36px;}
	.banny .titB{font-size: 32px;}
}
@media (max-width:1024px) {
	.swiper_banner .font1{font-size: 36px;}
	.swiper_banner .font2{font-size: 28px;}
	.banner .swiper-button-prev, .banner .swiper-button-next{display: none;}
	.banny .nrBox{padding: 24vw 0 24px;height: auto;}
	.banny .titB{font-size: 24px;}
	.banny .location{margin-top: 8px;font-size: 14px;}
}
@media (max-width:800px) {
	.swiper_banner .nrBox{padding: 24vw 0;min-height: unset;}
	.swiper_banner .font1{font-size: 28px;}
	.swiper_banner .font2{font-size: 20px;margin-top: 16px;}
}
.jbtxt{
	background: -moz-linear-gradient( -86deg, rgb(19,177,233) 0%, rgb(42,93,188) 100%);
	background: -webkit-linear-gradient( -86deg, rgb(19,177,233) 0%, rgb(42,93,188) 100%);
	background: -ms-linear-gradient( -86deg, rgb(19,177,233) 0%, rgb(42,93,188) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.indp{padding: 80px 0;}
.txtB{
	font-size: 16px;
	color: rgb(51, 51, 51);
	line-height: 1.875;
	text-align: justify;
}
a.moreB,
.moreB{
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(30, 136, 211);
	border-radius: 24px;
	background-color: rgba(251, 200, 52, 0);
	width: max-content;
	height: 48px;
	font-size: 16px;
	color: rgb(30, 136, 211);
	padding: 0 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 36px;
}
.moreBtn{
	font-size: 16px;
	color: rgb(52, 120, 213);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 4vw;
}
.moreBtn img{height: 12px;display: block;margin-left: 6px;}
.pubTit{
	font-size: 40px;
	color: rgb(51, 51, 51);
	text-align: center;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 64px;
	font-weight: 400;
	text-transform: uppercase;
}
.pubTit::before,
.pubTit::after{
	content: "";
	background: rgb(52, 120, 213);
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 30px;
}
.pubTit2{
	font-size: 30px;
	font-weight: 400;
	color: rgb(51, 51, 51);
}
.indp1 .nrBox{align-items: stretch;}
.ind1L{width: calc(26% - 20px);}
.ind1R{width: 74%;background: #ffffff;}
.ind1Ul{height: 100%;}
.ind1Ul li{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(230, 230, 230);
	background-color: rgb(231, 238, 245);
	width: 100%;
	padding: 8px 40px 8px 24px;
	/*min-height: calc((100% - 72px) / 5);*/
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	color: rgb(51, 51, 51);
	margin-bottom: 18px;
	cursor: pointer;
	position: relative;
}
.ind1Ul li:last-child{margin-bottom: 0;}
.ind1Ul li::after{
	content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #83878b;
    border-right: 1px solid #83878b;
    transform: rotate(-45deg) translateY(-2px);
	position: absolute;
	right: 16px;
	top: calc(50% - 5px);
	transition: all 0.3s;
}
.ind1Ul li.on::after{transform: rotate(-45deg);border-color: #ffffff;}
.ind1Ul li.on{
	background-color: rgb(52, 120, 213);
	color: #ffffff;
}

.ind1R .kuang{
	padding: 24px;
	flex-direction: row-reverse;
}
.ind1R .imgB{
	width: 40%;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(230, 230, 230);
}
.ind1R .imgY{padding-top: 100%;}
.ind1R .textB{
	width: calc(60% - 28px);
	padding: 32px;
}
.ind1R .pubTit2{font-weight: 700;}
.ind1R .descB{
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 1.875;
	margin-top: 24px;
}
.ind1R .swiper-pagination{display: none;}
.ind2Ul{margin: -20px;}
.ind2Ul li{padding: 20px;}
.ind2Ul .kuang{
	background-color: rgb(245, 248, 251);
	height: 100%;
	padding: 72px 32px 48px;
	text-align: center;
}
.ind2Ul .iconB img{
	display: block;
	margin: 0 auto;
	max-height: 104px;
}
.ind2Ul .titB{
	font-size: 24px;
	margin-top: 36px;
	font-weight: 700;
}
.ind2Ul .descB{
	margin-top: 20px;
}
.indp3{padding: 32px 0 0;}
.indp3 .nrBox{padding: 96px 0;}
.ind3L{width: calc(50% - 52px);}
.ind3R{width: calc(50% - 20px);}
.ind3R img{width: 100%;display: block;}
.ind3L .pubTit2{margin-bottom: 16px;}
.ind3L .pubTit{justify-content: flex-start;margin-bottom: 32px;text-align: left;}
.ind3L .pubTit::before,
.ind3L .pubTit::after{display: none;}
.indNum{
	background: url(../img/ind3bgs.jpg) center no-repeat;
	background-size: cover;
	padding: 40px 0;
}
.ind3Ul .numB{
	font-size: 40px;
	font-family: "Impact";
	color: rgb(255, 255, 255);
	line-height: 1;
	text-align: center;
	font-weight: 400;
	vertical-align: middle;
}
.ind3Ul .numB b{font-weight: 400;vertical-align: middle;}
.ind3Ul .numB span{vertical-align: middle;font-size: 36px;}
.ind3Ul .titB{
	font-size: 14px;
	color: rgb(255, 255, 255);
	text-align: center;
	margin-top: 16px;
}
.ind3Ul li:hover .titB{color: rgb(255, 255, 255);}
.swiper_ind4 .swiper-wrapper{align-items: stretch;}
.swiper_ind4 .swiper-slide{height: unset;}
.swiper_ind4 .kuang{
	background-color: rgb(245, 248, 251);
	height: 100%;
	padding: 20px;
	height: 100%;
}
.swiper_ind4 .imgB{padding-top: 62%;}
.swiper_ind4 .titB{
	font-size: 20px;
	color: rgb(51, 51, 51);
	line-height: 1.5;
	margin-top: 16px;
}
.swiper_ind4 .descB{
	font-size: 14px;
	color: rgb(153, 153, 153);
	line-height: 1.714;
	margin-top: 16px;
}
.swiper_ind4 .swiper-scrollbar{
	position: relative;
	bottom: unset;
	left: unset;
	margin: 40px auto 0;
	width: 100%;
	background-color: rgb(243, 246, 249);
	border-radius: 0;
}
.swiper_ind4 .swiper-scrollbar-drag{
	background-color: rgb(52, 139, 213);
	border-radius: 0;
}
@media (max-width:1232px) {
	.indp{padding: 72px 0;}
	.indp3{padding: 16px 0 0;}
	.indp3 .nrBox{padding: 72px 0;}
	.pubTit{font-size: 36px;margin-bottom: 48px;}
	.pubTit2{font-size: 24px;}
	.ind1R .textB{padding: 16px;}
	.moreBtn{margin-top: 2vw;}
	.ind1R .kuang{padding: 16px;}
	.ind2Ul .kuang{padding: 48px 24px 32px;}
	.ind2Ul .iconB img{max-height: 88px;}
	.ind2Ul .titB{font-size: 22px;}
	.ind1R .descB{margin-top: 12px;}
	.ind3Ul .numB{font-size: 32px;}
	.ind3Ul .numB span{font-size: 30px;}
	.swiper_ind4 .titB{font-size: 18px;}
}
@media (max-width:1024px) {
	.indp{padding: 64px 0;}
	.indp3{padding: 0;}
	.indp3 .nrBox{padding: 56px 0;}
	.pubTit{font-size: 32px;margin-bottom: 32px;}
	.pubTit2{font-size: 20px;}
	.ind2Ul .iconB img{max-height: 64px;}
	.ind1R .descB{font-size: 14px;line-height: 1.6;}
	.ind1L{display: none;}
	.ind1R{width: 100%;}
	.ind1R .swiper-pagination{display: block;}
	.ind2Ul{margin: -8px;}
	.ind2Ul li{padding: 8px;}
	.ind2Ul .kuang{padding: 40px 16px 24px;}
	.ind2Ul .titB{font-size: 18px;margin-top: 16px;}
	.ind2Ul .descB{font-size: 14px;margin-top: 12px;}
	.indp3 .nrBox{display: block;}
	.ind3L{width: 100%;}
	.ind3R{width: 100%;margin-top: 16px;}
	.indNum{padding: 24px 0;}
	.swiper_ind4 .kuang{padding: 8px;}
	.swiper_ind4 .titB{font-size: 16px;}
	.swiper_ind4 .descB{margin-top: 8px;}
	.swiper_ind4 .swiper-scrollbar{margin-top: 24px;}
}
@media (max-width:800px) {
	.indp{padding: 48px 0;}
	.indp3{padding: 0;}
	.indp3 .nrBox{padding: 48px 0;}
	.pubTit{font-size: 24px;margin-bottom: 16px;}
	.pubTit2{font-size: 20px;}
	.ind2Ul .iconB img{max-height: 48px;}
	.ind1R .kuang{padding: 16px;display: block;}
	.ind1R .imgB{width: 100%;}
	.ind1R .textB{padding: 12px 0;width: 100%;}
	.ind1R .swiper{padding-bottom: 20px;}
	.ind2Ul li{width: 100%;}
	.ind2Ul .kuang{padding: 16px;}
	.ind3L .pubTit{margin-bottom: 24px;}
	.txtB{font-size: 14px;line-height: 1.8;}
	a.moreB, .moreB{height: 40px;margin-top: 16px;}
	.ind3Ul{margin: 0;}
	.ind3Ul li{width: 50%;padding: 8px;}
	.ind3Ul .numB{font-size: 24px;}
	.ind3Ul .numB span{font-size: 20px;}
	.pubTit::before, .pubTit::after{margin: 0 8px;}
}
/* 产品列表 */
/* 产品 */
.proP1{padding: 38px 0 60px;}
.leftSide{
	width: 325px;
	background-color: rgb(52, 120, 213);
	padding: 4px;
	padding-top: 0;
	position: sticky;
	left: 0;
	top: 96px;
}
.leftSide .lefTit{
	width: 100%;
	font-size: 24px;
	color: #ffffff;
	padding: 0 18px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 22px 16px;
	font-weight: 600;
}
.leftSide .lefTit img{height: 18px;display: block;margin-right: 12px;}
.leftNav{
	background: #ffffff;
	padding: 10px;
}
.leftNav a{
	color: #666666;
}
.leftNav>li{margin-top: 10px;}
.leftNav>li:first-child{margin-top: 0;}
.leftNav .er{
	display: block;
	border-radius: 4px;
	background-color: rgba(231, 238, 245,0.5);
	font-size: 16px;
	color: #333333;
	line-height: 1.5;
	padding: 12px 32px 12px 18px;
}
.leftNav>li.hasDown>a{
	position: relative;
	cursor: pointer;
}
.leftNav>li.hasDown>a::after{
	content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid rgba(51,51,51,0.5);
    border-right: 1px solid rgba(51,51,51,0.5);
    transform: rotate(45deg) translateY(-2px);
	position: absolute;
	right: 16px;
	top: calc(50% - 5px);
	transition: all 0.3s;
}
.leftNav>li.on .er{color: #ffffff;background: #3478d5;}
.leftNav>li.hasDown.on .er::after{transform: rotate(-135deg) translateY(-2px) translateX(-4px);border-bottom: 1px solid rgba(255, 255, 255, 1);border-right: 1px solid rgba(255, 255, 255, 1);}
.leftNav ul{display: none;}
.leftNav ul li>a{
	color: #666666;
	font-size: 14px;
	display: block;
	line-height: 1.5;
	padding: 14px 0;
	border-bottom: 1px dotted rgb(204, 204, 204);
	padding-left: 24px;
	position: relative;
}
.leftNav ul li>a::before{
	content: "";
	width: 4px;
	height: 4px;
	background: #3478d5;
	border-radius: 50%;
	position: absolute;
	left: 8px;
	top: calc(50% - 3px);
}
.leftNav ul li.hasDown>a::before{
	content: "";
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 6px solid #3478d5;
	border-bottom: 4px solid transparent;
	position: absolute;
	left: 8px;
	top: calc(50% - 5px);
	border-radius: unset;
	width: 0;
	height: 0;
	background: none;
	transition: all 0.3s;
}
.leftNav ul li.hasDown.on>a::before{transform: rotate(90deg);transform-origin: center center;}
.leftNav ul li.on>a,
.leftNav ul li>a:hover{
	color: #3478d5;
}
.leftNav .sanB a{padding: 10px 0;padding-left: 32px;}
.leftNav .sanB a::before,
.leftNav .sanB .hasDown>a::before{left: 16px;}
.leftNav .siB a{padding: 8px 0;padding-left: 40px;}
.leftNav .siB a::before,
.leftNav .siB .hasDown>a::before{left: 24px;}
/* .leftNav .wuB a{padding: 6px 0;padding-left: 48px;}
.leftNav .wuB a::before,
.leftNav .wuB .hasDown>a::before{left: 32px;} */
.rightSide{width: calc(100% - 355px);}
.rightSide .pageTit{
	font-size: 24px;
	color: rgb(0, 0, 0);
	padding: 22px 16px;
	border-bottom: 2px solid rgb(247, 247, 247);
	position: relative;
	margin-bottom: 20px;
}
.rightSide .pageTit::after{
	content: "";
	background-color: rgb(52, 120, 213);
	position: absolute;
	left: 0;
	bottom: -2px;
	display: block;
	width: 60px;
	height:  2px;
}
.prodUl{margin: -10px;}
.prodUl li{padding: 10px;}
.prodUl .kuang{
	display: block;
	transition: all 0.3s;
	border: 1px solid rgb(220, 232, 225);
	background-color: rgb(255, 255, 255);
	height: 100%;
}
.prodUl .imgB{
	padding-top: 86%;
	border-bottom: 1px solid rgb(220, 232, 225);
}
.prodUl .textB{padding: 22px;text-align: center;}
.titB{
	font-size: 18px;
	color: rgb(51, 51, 51);
	transition: all 0.3s;
}
.descB{
	font-size: 14px;
	color: rgb(102, 102, 102);
	margin-top: 8px;
}
li:hover .titB{color: #3478d5;}
.xiaocms-page{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px auto 0;
	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-color: rgb(255, 255, 255);
	min-width: 40px;
	padding: 0 8px;
	text-align: center;
	line-height: 40px;
	margin: 5px;
	color: #333333;
	font-size: 14px;
}
.xiaocms-page span{
	color: #ffffff;
	border-color: #4885d9;
	background: #4885d9;
}
.proP .pubTit{margin-bottom: 48px;}
.pro2Ul{margin: -32px;}
.pro2Ul li{padding: 32px;}
.swiper_pro2 .swiper-wrapper{align-items: stretch;}
.swiper_pro2 .swiper-slide{height: unset;}
.swiper_pro2 .kuang{height: 100%;background: #ffffff;}
.swiper_pro2 .imgB{padding-top: 61%;}
.swiper_pro2 .textB{padding: 12px 8px;text-align: center;}
.pro3Ul{margin-bottom: 32px;}
.pro3Ul li{
	width: calc((100% - 50px) / 6);
	background-color: rgb(246, 250, 255);
	line-height: 56px;
	font-size: 16px;
	color: rgb(102, 102, 102);
	text-align: center;
	padding: 0 8px;
	cursor: pointer;
}
.pro3Ul li.on{
	background-color: rgb(72, 133, 217);
	color: #ffffff;
}
.swiper_pro3{box-shadow: 0px 0px 16px 0px rgba(121, 133, 148, 0.18);}
.swiper_pro3 .kuang{
	background-color: rgb(255, 255, 255);
	padding: 24px;
}
.swiper_pro3 .imgB{
	width: calc(37% - 18px);
}
.swiper_pro3 .imgY{padding-top: 69.5%;}
.swiper_pro3 .textB{
	width: calc(63% - 22px);
}
.swiper_pro3 .titB{
	font-size: 24px;
	color: rgb(51, 51, 51);
	font-weight: bold;
}
.swiper_pro3 .descB{
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 1.875;
}
.swiper_pro3 .descB b{color: rgb(51, 51, 51);}
.swiper_pro3 .swiper-pagination{display: none;}
.proP5{padding: 0;}
.proP5 .pubTit{margin-bottom: 30px;}
.videoUl{margin: -15px;}
.videoUl li{padding: 15px;}
.swiper_pro6 .imgB{padding-top: 56%;position: relative;}
.swiper_pro6 .imgB::after{
	content: "";
	background: url(../img/play.png) center center no-repeat rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.swiper_pro6 .titB{
	font-size: 14px;
	color: rgb(51, 51, 51);
	text-align: center;
	margin-top: 20px;
}

@media (max-width:1232px) {
	.pro2Ul{margin: -20px;}
	.pro2Ul li{padding: 20px;}
	.leftSide{width: 280px;}
	.rightSide{width: calc(100% - 300px);}
	.prodUl .textB{padding: 16px;}
	.swiper_pro3 .titB{font-size: 20px;}
	.swiper_pro3 .descB{line-height: 1.6;font-size: 14px;}
}
@media (max-width:1024px) {
	.titB{font-size: 16px;}
	.prodUl li{width: 50%;}
	.pro3Ul li{font-size: 14px;line-height: 48px;}
	.pro2Ul{margin: -8px;}
	.pro2Ul li{padding: 8px;}
	.proP .pubTit{margin-bottom: 32px;}
	
}
@media (max-width:800px) {
	.proP1{padding: 16px 0;}
	.proP1 .nrBox{display: block;}
	.leftSide{position: relative;width: 100%;padding: 0;top: unset;left: unset;}
	.leftSide .lefTit{height: 44px;font-size: 18px;padding: 0 16px;}
	.leftNav{position: absolute;left: 0;top: 44px;width: 100%;background: #ffffff;z-index: 2;box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);display: none;}
	.rightSide{width: 100%;}
	.rightSide .pageTit{font-size: 20px;padding: 12px 0;}
	.prodUl{margin: -4px;}
	.prodUl li{padding: 4px;}
	.prodUl .textB{padding: 12px;}
	.titB{font-size: 16px;}
	.descB{font-size: 14px;margin-top: 8px;}
	.xiaocms-page{margin-top: 16px;}
	.xiaocms-page a, .xiaocms-page span{min-width: 28px;padding: 0 8px;text-align: center;line-height: 28px;margin: 2px;}
	.proP .pubTit{margin-bottom: 16px;}
	.pro2Ul{margin: -4px;}
	.pro2Ul li{padding: 4px;}
	.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{display: flex;opacity: 0.2;}
	.pro3Ul{flex-wrap: wrap;margin-bottom: 16px;}
	.pro3Ul li{width: calc(100% / 3);line-height: 40px;}
	.swiper_pro3 .kuang{padding: 12px;display: block;}
	.swiper_pro3 .imgB{width: 100%;}
	.swiper_pro3 .textB{width: 100%;margin-top: 12px;}
	.swiper_pro6 .titB{margin-top: 8px;}
}
/* 产品详情页 */
.cpxqAll{padding: 60px 0;}
.cpxqAll>.container>div{margin-top: 40px;}
.cpxqAll>.container>div:first-child{margin-top: 0;}
.cpxqTit{
	border-left: 4px solid #3478d5;
	background-color: rgb(240, 245, 252);
	line-height: 64px;
	font-size: 20px;
	color: rgb(0, 0, 0);
	font-weight: bold;
	padding: 0 24px;
	margin-bottom: 20px;
}
.cpxqP1 .imgBox{
	width: calc(45% - 30px)
}
.cpxqP1 .imgBox .swiper_datu{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(220, 232, 225);
	background-color: rgb(255, 255, 255);
}
.cpxqP1 .imgBox .imgB{padding-top: 100%;}
.cpxqP1 .imgBox .xituB{margin-top: 10px;padding: 0 34px;}
.cpxqP1 .imgBox .swiper_xiaotu .swiper-slide{
	  border-style: solid;
	  border-width: 1px;
	  border-color: rgb(220, 232, 225);
}
.cpxqP1 .imgBox .swiper_xiaotu .swiper-slide-thumb-active{
	border-color: #3478d5;
}
.cpxqP1 .swiper-button-prev,
.cpxqP1 .swiper-button-next{
	width: 24px;
	height: 100%;
	top: 0;
	margin: 0;
}
.cpxqP1 .swiper-button-next.swiper-button-disabled, 
.cpxqP1 .swiper-button-prev.swiper-button-disabled{display: flex;}
.cpxqP1 .topInfo .textBox{
	width: calc(55% - 30px)
}
.cpxqP1 .textBox .titB{
	font-size: 30px;
	color: #000000;
	padding: 22px 0;
	border-bottom: 2px solid rgb(247, 247, 247);
	position: relative;
	margin-bottom: 20px;
}
.cpxqP1 .textBox .titB::after{
	content: "";
	background-color: rgb(52, 120, 213);
	position: absolute;
	left: 0;
	bottom: -2px;
	display: block;
	width: 60px;
	height:  2px;
}
.cpxqP1 .textBox .descB{
	font-size: 14px;
	color: rgb(102, 102, 102);
	line-height: 3;
}
.cpxqP1 .textBox .btnG{
	margin-top: 48px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cpxqP1 .textBox .btnG a{
	display: block;
	border-style: solid;
	border-width: 2px;
	border-color: rgb(52, 120, 213);
	width: max-content;
	height: 40px;
	padding: 0 24px;
	margin: 0 12px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgb(52, 120, 213);
	font-size: 16px;
}
.cpxqP1 .textBox .btnG a img{
	display: block;
	max-height: 19px;
	margin-right: 8px;
}
.cpxqP1 .textBox .btnG a.btn1{background: rgb(52, 120, 213);color: rgb(255, 255, 255);}
.cpxqP3 .clickB{margin-bottom: 30px;}
.cpxqP3 .clickB .eachB{
	background-color: rgb(240, 245, 252);
	width: calc((100% - 30px) / 4);
	width: 100%;
	height: 64px;
	font-size: 18px;
	color: rgb(51, 51, 51);
	text-align: center;
	font-size: 18px;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.cpxqP3 .clickB .eachB.on{
	background-color: rgb(52, 120, 213);
	color: rgb(255, 255, 255);
}
.cpxqP3 .showB .eachB{display: none;}
.cpxqP3 .showB .eachB:first-child{display: block;}
.cpxqP4 .cpxq4Ul{padding: 0 20px;}
.cpxq4Ul li{
	border-bottom: 1px solid #eeeeee;
	padding: 24px 0;
}
.cpxq4Ul li:first-child{padding-top: 16px;}
.cpxq4Ul .titB{color: #000000;}

@media (max-width:1232px) {
	.cpxqP1 .textBox .titB{padding: 16px 0;}
	.cpxqP1 .textBox .descB{line-height: 2.4;}
}
@media (max-width:1024px) {
	.cpxqP1 .textBox .titB{font-size: 24px;padding: 12px 0;}
	.cpxqP1 .textBox .btnG{margin-top: 24px;}
	.prodUl li{width: calc(100% / 3);}
	.cpxqP3 .clickB .eachB{height: 48px;}
}
@media (max-width:800px) {
	.cpxqAll{padding: 24px 0;}
	.cpxqTit{line-height: 48px;font-size: 18px;padding: 0 16px;}
	.cpxqP1 .textBox .titB{font-size: 20px;}
	.cpxqP1 .imgBox,
	.cpxqP1 .topInfo .textBox{width: 100%;float: none;}
	.cpxqP1 .textBox .descB{line-height: 2;}
	.prodUl li{width: calc(100% / 2);}
	.cpxqP3 .clickB{margin-bottom: 16px;}
	.cpxqP3 .clickB .eachB{height: 40px;font-size: 14px;}
	.cpxqP4 .cpxq4Ul{padding: 0;}
	.cpxq4Ul li{padding: 12px 0;}
}
.newsUl{margin: -8px;}
.newsUl li{padding: 8px;}
.newsUl .titB{font-size: 16px;}
@media (max-width:1024px) {
	.newsUl li{width: calc(100% / 3);}
}
@media (max-width:800px) {
	.newsUl{margin: -4px;}
	.newsUl li{padding: 4px;width: 50%;}
}
.detailP .pageTit{
	font-size: 36px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	line-height: 46px;
	padding: 26px 0;
	text-align: center;
	border-bottom: 1px solid rgb(230, 230, 230);
}
.detailP .infoBox{
	font-size: 12px;
	line-height: 22px;
	padding: 10px 0;
}
.detailP .infoBox a,
.detailP .infoBox span{
	padding-left: 20px;
	background: url(../img/iicon1.png) left center no-repeat;
	background-size: 12px;
	color: rgb(102, 102, 102);
}
.detailP .infoBox .auther{margin-right: 28px;}
.detailP .infoBox .time{background-image: url(../img/iicon2.png);}
.detailP .infoBox .typename{background-image: url(../img/iicon3.png);}
.detailP .nrBox{padding: 24px 0;}
.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{padding: 8px 0;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;}
}