body{padding: 0;margin: 0;font-family: "Noto Sans SC",sans-serif;font-size: 16px;color: rgb(85, 85, 85);overflow-x:hidden;line-height: 1.5;}
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; }
.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%;}
.huibg{background: rgba(247, 249, 248, 1);}
.heibg{background: rgba(0, 0, 0, 1.0);}
.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;}
@media (max-width:1432px) {.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);}
.col_1{width: calc(100% / 1);}
.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;
	background: rgba(0, 0, 0, 0.2);
}
header .nrBox{height: 64px;}
header .logo img{max-height: 24px;display: block;filter: grayscale(1) brightness(0%) invert(100%);}
header .langB{
	position: relative;
}
header .langB .aB{
	font-size: 14px;
	color: rgb(255, 255, 255);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 64px;
	cursor: pointer;
	position: relative;
	z-index: 2;
	padding: 0 0.6vw;
}
header .langB .aB span{display: block;}
header .langB .aB i{
	display: block;width: 9px;height: 5px;
	background: url(../img/icon_xl.png) center center no-repeat;
	background-size: 100% 100%;margin-left: 4px;
	filter: grayscale(1) brightness(0%) invert(80%);
}
header .langB .bB{
	position: absolute;
	left: 50%;
	top: 64px;
	border-top: 2px solid rgba(0, 136, 255, 1);
	background: rgba(0, 0, 0, 0.5);
	padding-top: 8px;
	width: 100%;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(-20px) translateX(-50%);
	transition: all 0.3s;
	min-width: 100px;
	z-index: 1;
}
header .langB:hover .bB{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0) translateX(-50%);
}
header .langB .bB a{
	font-size: 14px;
	color: #ffffff;
	transition: all 0.3s;
	width: 100%;
	position: relative;
	display: block;
	padding: 6px 16px;
	text-align: center;
}
/* header .langB .bB a.on, */
header .langB .bB a:hover{
	background: rgb(0, 0, 0);
}
header .findBtn{position: relative;}
header .findBtn .aB{
	cursor: pointer;
	display: block;width: 24px;height: 64px;
	background: url(../img/icon_find.png) center center no-repeat;
	background-size: 24px;
	filter: grayscale(1) brightness(0%) invert(100%);
}
header .findBtn .bB{
	position: absolute;
	right: 0;
	top: 64px;
	background: rgba(0, 0, 0, 0.5);
	padding: 16px;
	width: max-content;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(-20px);
	transition: all 0.3s;
	min-width: 100px;
	z-index: 1;
}
header .findBtn:hover .bB{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0);
}
header .headForm .input{
	display: block;
	width: 400px;
	line-height: 40px;
	font-size: 14px;
	border: 0;
	padding: 0 40px 0 16px;
	background: #ffffff;
}
header .headForm .submit{
	width: max-content;
	height: 40px;width: 40px;
	background: url(../img/icon_find2.png) center center no-repeat rgba(0, 136, 255, 1);
	background-size: 50%;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	border: 0;
}
header .menuUl>li{position: relative;}
header .menuUl .yiji{
	position: relative;
	z-index: 2;
}
header .menuUl .yiji a{
	font-size: 14px;
	color: #ffffff;
	display: flex;justify-content: center;align-items: center;
	height: 64px;
	text-align: center;
	position: relative;
	padding: 0 1vw;
}
header .menuUl>li.on .yiji a,
header .menuUl>li:hover .yiji a{font-weight: 700;}
header .menuUl .erjiBox{
	position: absolute;
	left: 50%;
	top: 64px;
	transition: all 0.3s;
	background: rgba(0,0,0,0.5);
	text-align: left;
	width: max-content;
	width: -webkit-max-content;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(-20px) translateX(-50%);
	min-width: 166px;
	z-index: 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: #ffffff;
	transition: all 0.3s;
	width: 100%;
	position: relative;
	display: block;
	padding: 14px 16px;
	text-align: center;
}
header .menuUl .erjiUl>li>a:hover{background: #000000;}
header .menuUl>li.hasSan{position: unset;}
header .menuUl .hasSan .erjiBox{
	left: 0;
	transform: translateY(-20px);
	padding: 30px calc(50% - 700px);
	width: 100%;
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.05);
}
header .menuUl .hasSan:hover .erjiBox{
	transform: translateY(0);
}
header .hasSan .erjiUl{
	position: relative;
}
header .hasSan .erjiUl li{
	width: 300px;
}
header .hasSan .erji{
	width: 260px;
	color: rgba(102, 102, 102, 1);
	font-size: 14px;
	position: relative;z-index: 1;
}
header .hasSan .erji:hover a,
header .hasSan .erji.on a{
	background: rgba(244, 244, 244, 1);
}
header .hasSan .erji a{
	padding: 5px;
	width: 100%;
	display: flex;justify-content: flex-start;align-items: center;
	position: relative;
	padding-left: 65px;
	height: 50px;
}
header .hasSan .erji a img{
	display: block;
	height: 40px;
	position: absolute;left: 25px;top: calc(50% - 20px);
	transform: translateX(-50%);
}
header .hasSan .erji a span{display: block;font-size: 14px;color: rgba(51, 51, 51, 1);}
header .sanjiBox{
	position: absolute;left: 260px;top: 0;
	width: calc(100% - 260px);
	padding-left: 30px;
	background: #ffffff;
	display: none;
	z-index: 2;
	height: 100%;
}
header .hasSan .erjiUl{min-height: 428px;}
header .hasSan .erjiUl li:nth-of-type(1) .sanjiBox{display: block;}
header .sanjiUl{
	justify-content: flex-start;
}
header .sanjiUl li{
	width: 300px;
}
header .sanjiUl a{display: block;}
header .sanjiUl .imgB{
	background: rgba(244, 244, 244, 1);
	padding-top: 400px;
}
header .sanjiUl .imgB .pic{padding: 30px;}
header .sanjiUl a span{
	display: block;
	margin-top: 8px;
	color: rgba(51, 51, 51, 1);
	text-align: center;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
}
header .tpgn{
	margin-top: 20px;
	font-size: 14px;
	color: rgba(102, 102, 102, 1);
	margin-bottom: 10px;
}
header .tpgn:first-child{margin-top: 0;}
header .mopenBtn{display: none;}
header.type2{background: rgba(255, 255, 255, 0.5);}
header.type2 .logo img,
header.type2 .langB .aB i,
header.type2 .findBtn .aB{filter: unset;}
header.type2 .menuUl .yiji a,
header.type2 .langB .aB{color: rgba(51, 51, 51, 1);}
header.type2 .menuUl>li.on .yiji a, 
header.type2 .menuUl>li:hover .yiji a{color: rgba(3, 102, 189, 1);}
header.type2 .menuUl .erjiBox{background: rgba(255, 255, 255, 0.5);}
header.type2 .langB .bB,
header.type2 .findBtn .bB{background: rgba(255, 255, 255, 0.5);}
header.type2 .menuUl .erjiUl>li>a,
header.type2 .langB .bB a{color: rgba(51, 51, 51, 1);}
header.type2 .menuUl .erjiUl>li>a:hover{background: rgba(255, 255, 255, 1.0);}
header.type2 .langB .bB a:hover{background: #ffffff;color: rgba(3, 102, 189, 1);}
header.on{background: #ffffff;}
header.on .logo img,
header.on .langB .aB i,
header.on .findBtn .aB{filter: unset;}
header.on .menuUl .yiji a,
header.on .langB .aB{color: rgba(51, 51, 51, 1);}
header.on .menuUl>li.on .yiji a, 
header.on .menuUl>li:hover .yiji a{color: rgba(3, 102, 189, 1);}
header.on .menuUl .erjiBox{background: rgba(255, 255, 255, 1);}
header.on .langB .bB{background: rgba(255, 255, 255, 1);}
header.on .findBtn .bB{background: rgba(244, 244, 244, 1.0);}
header.on .menuUl .erjiUl>li>a,
header.on .langB .bB a{color: rgba(51, 51, 51, 1);}
header.on .menuUl .erjiUl>li>a:hover{background: rgba(244, 244, 244, 1);}
header.on .langB .bB a:hover{background: rgba(244, 244, 244, 1);color: rgba(3, 102, 189, 1);}
.dingwei{position: relative;left: 0;top: -64px;}
@media (max-width:1432px) {
	header .menuUl .yiji a{padding: 0 0.4vw;}
	header .logo img{max-width: 140px;}
	header .menuUl .hasSan .erjiBox{padding: 30px calc(50% - 496px);}
}
@media (max-width:1024px) {
	.dingwei{top: -56px;}
	header,
	header.type2{background: #ffffff;}
	header .nrBox{height: 56px;}
	header .logo img{max-height: 40px;max-width: 40vw;}
	header .findBox{height: 56px;}
	header .langB{margin: 0;}
	header .findBtn .aB,
	header .langB .aB{height: 56px;font-size: 16px;background-size: 20px;padding: 0 8px;width: max-content;min-width: 40px;}
	header .findBtn .bB,
	header .langB .bB{top: 56px;}
	header .findBtn .bB{position: fixed;}
	header.on .findBtn .bB{width: 100%;}
	header .headForm .input{width: 100%;}
	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: #333;
		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: #333;
		-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);display: block;height: 40px;text-align: left;}
	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: rgba(51, 51, 51, 1);
		position: absolute;
		left: 0;
		top: calc(50% - 1px);
	}
	header .menuUl .hasDown>div>.ejBtn::after{
		content: "";
		display: block;
		width: 2px;
		height: 100%;
		background: rgba(51, 51, 51, 1);
		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;text-align: left;}
	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 .sanjiBox,
	header .hasSan .erjiUl li:nth-of-type(1) .sanjiBox{display: none;}
	header .hasSan .erji{width: 100%;}
	header .hasSan .erjiUl{min-height: unset;}
	header .menuUl .hasSan .erjiBox{padding: 8px 0;}
	header .logo img,
	header .langB .aB i,
	header .findBtn .aB{filter: unset;}
	header .langB .aB{color: rgba(51, 51, 51, 1);}
	header .langB .bB{background: rgba(255, 255, 255, 1);}
	header .findBtn .bB{background: rgba(244, 244, 244, 1.0);}
	header .langB .bB a{color: rgba(51, 51, 51, 1);}
	header .langB .bB a:hover{background: rgba(244, 244, 244, 1);color: rgba(3, 102, 189, 1);}
}
footer{
	background: url(../img/footer.jpg) center center no-repeat;
	background-size: cover;
	padding: 32px 0 0;
}
footer .fTop{padding: 26px 0;}
footer .logo img{
	display: block;
	max-height: 24px;
	filter: grayscale(1) brightness(0%) invert(100%);
}
footer .telB{
	color: rgba(0, 136, 255, 1);
	font-size: 24px;
	display: flex;justify-content: flex-start;align-items: center;
}
footer .telB i{
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 100%;
	margin-right: 10px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 136, 255, 1);
	background: url(../img/icon_tel.png) center center no-repeat;
	background-size: ;
}
footer .telB span{display: block;}
footer .fNav{
	border-top: 1px solid rgba(79, 78, 78, 1);
	padding: 30px 0;
	flex-wrap: wrap;
}
footer .fNav dl{margin: 0;margin-right: 40px;}
footer .fNav dl:last-child{margin-right: 0px;}
footer .fNav dt{
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 16px;
	margin-top: 32px;
}
footer .fNav dt:first-child{margin-top: 0;}
footer .fNav dd{
	margin: 0;
	margin-top: 10px;
}
footer .fNav dd:nth-child(2){margin-top: 0;}
footer .fNav dd a{
	display: block;
	color: rgba(204, 204, 204, 1);
	font-size: 14px;
}
footer .fNav dl dl{margin-right: 40px;}
footer .fNav dl dl:last-child{margin-right: 0;}
footer .fNav dl dl dt{font-size: 14px;}
footer .fNav a:hover{
	text-decoration: underline;
	color: #ffffff;
}
footer .fBq{
	border-top: 1px solid rgba(79, 78, 78, 1);
	padding: 30px 0;
	text-align: center;
	color: rgba(113, 113, 113, 1);
	font-size: 14px;
}
@media (max-width:800px) {
	footer {padding: 0;}
	footer .fTop{padding: 24px 0;display: block;}
	footer .telB{margin: 16px auto 0;width: max-content;font-size: 18px;}
	footer .telB i{width: 18px;height: 18px;background-size: 60%;}
	footer .fNav{padding: 24px 0;}
	footer .fNav dl{width: 100%;margin-bottom: 16px;margin-right: 0;display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;margin-top: 0;}
	footer .fNav dt{width: 100%;}
	footer .fNav dd{margin-top: 0;display: flex;justify-content: flex-start;align-items: flex-start;}
	footer .fNav dd::after{content: "/";margin: 0 12px;}
	footer .fNav dd:last-child::after{display: none;}
	footer .fNav dl dl{margin-right: 24px;margin-bottom: 0;}
	footer .fNav dl dl dd::after{display: none;}
	footer .fNav dt{margin-top: 16px;}
	footer .fBq{padding: 16px 0;}
}
/* 公共 */

.btnB{
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 20px;
	width: max-content;
	padding: 0 32px;
	height: 40px;
	display: flex;justify-content: center;align-items: center;
	margin: 0 auto;
	transition: all 0.3s;
}
.btnB:hover{
	background: #ffffff;
	color: rgba(0, 136, 255, 1);
}
.moreB{
	color: rgba(51, 51, 51, 1);
	display: flex;justify-content: center;align-items: center;
	font-size: 14px;
	margin: 0 auto;
}
.moreB span{display: block;}
.moreB i{
	display: block;width: 20px;height: 20px;
	background: url(../img/icon_more.png) center center no-repeat;
	background-size: cover;
	margin-left: 10px;
	transition: all 0.3s;
}
.moreB:hover{color: rgba(1, 101, 189, 1);}
.moreB:hover i{background-image: url(../img/icon_more2on.png);}
.pubTit{
	color: rgba(51, 51, 51, 1);
	font-size: 36px;
	text-align: center;
	margin-bottom: 30px; 
	position: relative;
}
.pubTit .desc{
	margin: 24px auto 0;
	font-size: 16px;
}
.pubTit .moreB{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.pubTit.bai{color: #ffffff;}
.indP{padding: 90px 0;}
.swiper-button-prev,
.swiper-button-next{display: flex;justify-content: center;align-items: center;}
.swiper-button-prev::after,
.swiper-button-next::after{
	content: '';
	display: block;width: 10px;height: 19px;
	background: url(../img/icon_prev.png) center center no-repeat;
	background-size: cover;
}
.swiper-button-next::after{background-image: url(../img/icon_next.png);}
@media (max-width:1432px) {
	.indP{padding: 80px 0;}
}
@media (max-width:1024px) {
	.indP{padding: 64px 0;}
}
@media (max-width:800px) {
	.btnB{height: 32px;}
	.pubTit{padding: 0;font-size: 28px;}
	.pubTit .moreB{position: relative;right: unset;top: unset;margin: 8px auto 0;transform: unset;}
	.indP{padding: 48px 0;}
	.pubTit .desc{margin-top: 16px;font-size: 14px;}
}
	
/* banner */
.banner{overflow: hidden;}
.swiper_banner{position: relative;z-index: 1;}
.banner .swiper-slide{
	justify-content: flex-start;
}
.banner .imgB{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 0;
	z-index: 1;
}
.banner .nrBox{
	position: relative;
	z-index: 2;
	padding: calc(5vw + 64px) 0;
	min-height: 100vh;
	text-align: center;
	color: #ffffff;
}
.banner .font1{font-size: 30px;font-weight: 400;}
.banner .font2{font-size: 60px;font-weight: 400;}
.banner .btnL{margin: 16px auto 0;}
.swiper_banner .font1{
	transition: all 0.6s;
	transform: translateY(40px);
	opacity: 0;
}
.swiper_banner .font2{
	transition: all 0.6s;
	transform: translateY(40px);
	transition-delay: 0.3s;
	opacity: 0;
}
.swiper_banner .btnL{
	transition: all 0.6s;
	transform: translateY(40px);
	transition-delay: 0.6s;
	opacity: 0;
}
.swiper_banner .swiper-slide-active .font1,
.swiper_banner .swiper-slide-active .font2,
.swiper_banner .swiper-slide-active .btnL{transform: translateY(0);opacity: 1;}
.banner .swiper-pagination{
	bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner .swiper-pagination-bullet{
	background-color: rgba(255, 255, 255,0.5);
	width: 40px;
	height: 4px;
	margin: 0 5px;
	transition: all 0.3s;
	border-radius: 0;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background: rgba(0, 136, 255, 1);
}
.banner .swiper-button-prev,
.banner .swiper-button-next{
	border-radius: 0px 10px 10px 0px;
	background: rgba(34, 34, 34, 0.1);
	width: 50px;
	height: 100px;
	transition: all 0.5s;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover{background: rgba(34, 34, 34, 0.3);}
.banner .swiper-button-prev{left: 0;}
.banner .swiper-button-next{right: 0;border-radius: 10px 0px 0px 10px;}
.banner .swiper-button-prev::after,
.banner .swiper-button-next::after{
	font-size: 20px;
	color: #ffffff;
}
/* 内页banner */
.banny .nrBox{text-align: left;padding: 0;padding-top: 64px;}
.banny .kuang{max-width: 50%;}
.banny .font1{font-size: 36px;}
.banny .font2{font-size: 80px;border-bottom: 3px solid rgba(0, 136, 255, 1);width: max-content;}
.banny .font3{font-size: 20px;margin: 24px 0 0;}
.banny .tuB img{max-height: 36vw;}
.banner.heizi .nrBox{color: rgba(51, 51, 51, 1);}
.banny2 .font2{font-size: 42px;}
.banny2 .nrBox{min-height: unset;padding: calc(5.4vw + 64px) 0;}
@media (max-width:1432px) {
	.banner .font1{font-size: 25px;}
	.banner .font2{font-size: 50px;}
	.banny2 .font2{font-size: 36px;}
}
@media (max-width:1024px) {
	.banner .font1{font-size: 20px;}
	.banner .font2{font-size: 40px;}
	.banny2 .font2{font-size: 32px;}
	.banner .nrBox{padding: calc(5vw + 56px) 0 5vw;}
}
@media (max-width:800px) {
	.topDiv{margin-top: 56px;}
	.banner .nrBox{padding: 24px 0;min-height: 74vw;}
	.banner .font1{font-size: 16px;}
	.banner .font2{font-size: 28px;}
	.banner .swiper-button-prev, 
	.banner .swiper-button-next{width: 28px;height: 48px;}
	.banner .swiper-button-prev::after, 
	.banner .swiper-button-next::after{font-size: 14px;}
	.banner .swiper-pagination{bottom: 10px;}
	.banner .swiper-pagination-bullet{width: 16px;}
	.banny .font3{font-size: 16px;margin-top: 16px;}
	.banny2 .font2{font-size: 24px;}
	.banny2 .nrBox{padding: 12vw 0;min-height: unset;}
}
/* 首页 */
.ind1Ul{padding: 10px;}
.ind1Ul li{padding: 10px;}
.ind1Ul .kuang{
	background: url(../img/ind1bg.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	padding: 40px 15% 16px;
	/* overflow: visible; */
}
.ind1Ul .catB{
	color: rgba(102, 102, 102, 1);
	font-size: 20px;
}
.ind1Ul .titB{
	color: rgba(51, 51, 51, 1);
	font-size: 36px;
	margin: 10px 0;
}
.ind1Ul .imgB{
	padding-top: 60%;
	margin: 30px 0 0;
	overflow: visible;
}
.ind1Ul .imgB .pic{
	overflow: visible;
}
.ind1Ul .imgH img{transition-duration: .3s;-ms-transition-duration: .3s;-moz-transition-duration: .3s;-webkit-transition-duration: .3s;}
.ind1Ul .imgH:hover img{transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);-webkit-transform:scale(1.2);}
.indP2 .nrBox{min-height: 33.33vw;justify-content: flex-start;text-align: left;}
.indP2 .btnB{margin-left: 0;}
.indP3 .nrBox{margin: -15px;}
.indP3 .nrBox>div{padding: 15px;}
.ind3Ul li{margin-top: 20px;}
.ind3Ul li:first-child{margin-top: 0;}
.ind3Ul li:first-child{margin-top: 0;}
.ind3Ul .imgB{padding-top: 55.6%;}
.ind3Ul1 .imgB{padding-top: 56.2%;}
.ind3Ul .textB{
	position: absolute;left: 0;bottom: 0;
	width: 100%;
	padding: 10px 20px;
	background: rgba(51, 51, 51, 0.2);
}
.ind3Ul .titB{
	color: rgba(51, 51, 51, 1);
	font-size: 16px;
	transition: all 0.3s;
}
.ind3Ul .timeB{
	color: rgba(119, 119, 119, 1);
	font-size: 14px;
	padding-right: 40px;
	background: url(../img/icon_more3.png) right center no-repeat;
	background-size: 20px;
	transition: all 0.3s;
}
.ind3Ul1 .titB{
	font-size: 24px;
	color: #ffffff;
	width: calc(100% - 120px);
}
.ind3Ul1 .timeB{
	color: #ffffff;
	background-image: url(../img/icon_more2.png);
}
.ind3Ul2 .titB{
	color: #ffffff;
	width: calc(100% - 40px);
}
.ind3Ul2 .timeB{
	background-image: url(../img/icon_more2.png);
	height: 20px;width: 20px;padding: 0;
	color: rgba(255,255,255,0);
	overflow: hidden;
}
.ind3Ul3 .kuang{
	background: rgba(234, 234, 234, 1);
	padding: 14px 20px;
	transition: all 0.3s;
}
.ind3Ul3 .timeB{margin: 8px 0 0;}
.ind3Ul3 .kuang:hover{background: rgba(1, 101, 189, 1);}
.ind3Ul3 .kuang:hover .titB,
.ind3Ul3 .kuang:hover .timeB{color: rgba(255, 255, 255, 1.0);}
.ind3Ul3 .kuang:hover .timeB{background-image: url(../img/icon_more2.png);}
.indP4 .imgB{padding-top: 40%;}
.indP4 .swiper-pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;bottom: unset;left: unset;
	width: 100%;
	margin: 30px auto 0;
}
.indP4 .swiper-pagination-bullet{
	background: rgba(204, 204, 204, 1);
	width: 40px;
	height: 4px;
	margin: 0 5px;
	transition: all 0.3s;
	border-radius: 0;
	opacity: 1;
}
.indP4 .swiper-pagination-bullet-active{
	background: rgba(0, 136, 255, 1);
}
.indP5{
	background: url(../img/ind5bg.jpg) center center no-repeat;
	background-size: cover;
}
.ind5Ul{margin: -14px;}
.ind5Ul li{padding: 14px;}
.ind5Ul .kuang{
	background: rgba(255, 255, 255, 1);
	padding: 34px;
	text-align: center;
	transition: all 0.3s;
}
.ind5Ul .iconB{
	box-sizing: border-box;
	border: 1px solid rgba(204, 204, 204, 1);
	display: flex;justify-content: center;align-items: center;
	width: 100px;height: 100px;
	border-radius: 50%;
	margin: 0 auto;
}
.ind5Ul .iconB img{display: block;width: 46%;}
.ind5Ul .titB{
	color: rgba(51, 51, 51, 1);
	font-size: 24px;
	margin: 20px auto 0;
}
.ind5Ul .moreB{
	margin: 10px auto 0;
}
.ind5Ul .kuang:hover{
	box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.15);
	background: rgba(255, 255, 255, 1);
}
@media (max-width:1432px) {
	.indP3 .nrBox{margin: -12px;}
	.indP3 .nrBox>div{padding: 12px;}
	.ind3Ul3 li{margin-top: 12px;}
	.ind3Ul3 .kuang{padding: 5px 16px;}
	.ind3Ul3 .timeB{margin-top: 4px;}
}
@media (max-width:1024px) {
	.ind1Ul .kuang{padding: 24px 10% 0;}
	.ind1Ul .titB{font-size: 28px;}
	.indP3 .nrBox>div.col_2{width: 100%;}
	.indP3 .nrBox>div.col_4{width: 50%;}
	.ind3Ul3 .kuang{padding: 25px 16px;}
	.ind5Ul .iconB{width: 64px;height: 64px;}
}
@media (max-width:800px) {
	.ind1Ul{padding: 8px;}
	.ind1Ul li{padding: 8px;width: 100%;}
	.ind1Ul .kuang{padding: 24px 0 0;}
	.ind1Ul .catB{font-size: 16px;}
	.ind1Ul .titB{font-size: 24px;}
	.ind1Ul .imgB{margin-top: 16px;}
	.indP3 .nrBox{margin: -8px;}
	.indP3 .nrBox>div{padding: 8px;}
	.indP3 .nrBox>div.col_4{width: 100%;}
	.ind3Ul .textB,
	.ind3Ul .textB{padding: 8px 16px;}
	.ind3Ul1 .titB{font-size: 16px;}
	.ind3Ul1 .timeB{padding-right: 30px;}
	.ind3Ul2 .titB{width: calc(100% - 120px);}
	.ind3Ul2 .timeB{color: #ffffff;width: max-content;padding-right: 30px;}
	.ind3Ul3 .kuang{padding: 8px 16px;}
	.ind5Ul{margin: -8px;}
	.ind5Ul li{padding: 8px;width: 100%;}
	.ind5Ul .kuang{padding: 16px;}
	.ind5Ul .iconB{width: 56px;height: 56px;}
	.ind5Ul .titB{font-size: 20px;margin-top: 12px;}
	.indP4 .swiper-pagination-bullet{width: 16px;}
}
/* 实验室微弧氧化电源 */
.sysP1 video{display: block;width: 100%;}
.sysP2{background-image: url(../img/sys1bg.jpg);}
.sysP3{background-image: url(../img/sys2bg.jpg);}
.sys2Ul{margin: -16px;}
.sys2Ul li{padding: 16px;}
.sys2Ul .imgB{border-radius: 20px;background: linear-gradient(180.00deg, rgba(18, 18, 18, 1),rgba(41, 41, 41, 1) 100%);overflow: hidden;}
.sys3Ul{margin: -14px;}
.sys3Ul li{padding: 14px;}
.sys3Ul .imgB{border-radius: 16px;overflow: hidden;padding-top: 75%;}
.sys3Ul .titB{
	color: rgba(255, 255, 255, 1);
	text-align: center;
	margin: 10px auto 0;
}
.sys4Ul{position: relative;}
.sys4Ul::before{
	content: "";
	display: block;width: 100%;height: 1px;
	position: absolute;left: 0;top: 0;
	background: linear-gradient(to right,rgba(0, 244, 198, 1),rgba(0, 113, 255, 1));
}
.sys4Ul li{
	border-top: 1px solid rgba(49, 49, 49, 1);
	display: flex;justify-content: flex-start;align-items: flex-start;
	padding: 14px 0;
}
.sys4Ul .titB{color: #ffffff;width: 216px;}
.sys4Ul .descB{color: rgba(204, 204, 204, 1);width: calc(100% - 216px);}
.sysP4 table{
	position: relative;
	width: 100% !important;
	color: #ffffff;
	border-collapse: collapse;
}
.sysP4 table::before{
	content: "";
	display: block;width: 100%;height: 1px;
	position: absolute;left: 0;top: 0;
	background: linear-gradient(to right,rgba(0, 244, 198, 1),rgba(0, 113, 255, 1));
}
.sysP4 colgroup,
.sysP4 tbody,
.sysP4 table tr{width: 100%;}
.sysP4 table td{
	padding: 14px 0;
	border-top: 1px solid rgba(49, 49, 49, 1);
}
.sysP4 table td:nth-child(odd){
	width: 15% !important;
}
.sysP4 table td:nth-child(even){
	width: 35% !important;
	color: rgba(204, 204, 204, 1);
}
@media (max-width:1024px) {
	.sys4Ul li{width: 100%;}
}
@media (max-width:800px) {
	.sys2Ul{margin: -8px;}
	.sys2Ul li{padding: 8px;width: 100%;}
	.sys3Ul{margin: -8px;}
	.sys3Ul li{padding: 8px;width: 50%;}
	.sys4Ul li{padding: 8px 0;}
	.sys4Ul .titB{width: 124px;}
	.sys4Ul .descB{width: calc(100% - 124px);}
	.sysP4 table{display: block;width: 100%;}
	.sysP4 table tr{
		display: flex !important;justify-content: center;align-items: stretch;
		flex-wrap: wrap;
		width: 100% !important;height: unset !important;
	}
	.sysP4 table colgroup,
	.sysP4 table td{display: block;width: 100% !important;}
	.sysP4 table td:nth-child(odd){width: 30% !important;}
	.sysP4 table td:nth-child(even){width: 70% !important;}
}
/* 生产型微弧氧化电源 */
.scxP1{position: relative;}
.scxP1 .kuang{
	margin: 0;
	position: absolute;left: 0;top: 0;
	width: 100%;height: 100%;
	z-index: 2;
	padding: 0 16px;
}
.scxP1 .pubTit{color: #ffffff;margin-bottom: 0;}
.scxP1 .pubTit .desc{font-size: 20px;max-width: 1200px;}
.scxP2 .sys3Ul .titB{color: rgba(51, 51, 51, 1);}
.scxP3{background: rgba(245, 245, 247, 1);}
.scxP3 .sys4Ul li{border-top: 1px solid rgba(224, 224, 224, 1);}
.scxP3 .sys4Ul .titB{color: rgba(51, 51, 51, 1);}
.scxP3 .sys4Ul .descB{color: rgba(102, 102, 102, 1);}
.scxP3 table{
	position: relative;
	width: 100% !important;
	color: rgba(51, 51, 51, 1);
	border-collapse: collapse;
}
.scxP3 table::before{
	content: "";
	display: block;width: 100%;height: 1px;
	position: absolute;left: 0;top: 0;
	background: linear-gradient(to right,rgba(0, 244, 198, 1),rgba(0, 113, 255, 1));
}
.scxP3 colgroup,
.scxP3 tbody,
.scxP3 table tr{width: 100%;}
.scxP3 table td{
	padding: 14px 0;
	border-top: 1px solid rgba(224, 224, 224, 1);
}
.scxP3 table td:nth-child(odd){
	width: 15% !important;
}
.scxP3 table td:nth-child(even){
	width: 35% !important;
	color: rgba(102, 102, 102, 1);
}
@media (max-width:800px) {
	.scxP1 .pubTit .desc{font-size: 14px;margin-top: 12px;}
	.scxP3 table{display: block;width: 100%;}
	.scxP3 table tr{
		display: flex !important;justify-content: center;align-items: stretch;
		flex-wrap: wrap;
		width: 100% !important;height: unset !important;
	}
	.scxP3 table colgroup,
	.scxP3 table td{display: block;width: 100% !important;}
	.scxP3 table td:nth-child(odd){width: 30% !important;}
	.scxP3 table td:nth-child(even){width: 70% !important;}
}
/* 微弧氧化工艺 */
.gyP .nrBox{color: rgba(102, 102, 102, 1);font-size: 16px;}
.gy1Ul{margin: -20px;}
.gy1Ul li{padding: 20px;}
.gy1Ul .imgB{padding-top: 70.5%;overflow: hidden;}
.gy1Ul .imgB img{display: block;}
.gyP2{padding-top: 0;}
.gy2L{width: 320px;position: sticky;top: 64px;left: 0;}
.gy2R{width: calc(100% - 380px);}
.gy2L a{
	display: block;
	border-radius: 10px;
	background: rgba(245, 245, 245, 1);
	margin-top: 10px;
	color: rgba(102, 102, 102, 1);
	font-size: 16px;
	padding: 18px 20px;
	padding-right: 40px;
}
.gy2L a.on{
	background: url(../img/icon_more2.png) calc(100% - 20px) center no-repeat rgba(1, 101, 189, 1);
	background-size: 20px;
	color: #ffffff;
}
.gy2rB{margin-top: 80px;}
.gy2rB:first-child{margin-top: 0;}
.gy2rB .pNr{margin-bottom: 40px;}
.gy2rB .pNr:last-child{margin-bottom: 0;}
.gy2rB .pTit{
	color: rgba(51, 51, 51, 1);
	font-size: 28px;
	border-bottom: 1px solid rgba(204, 204, 204, 1);
	position: relative;
	padding: 8px 0;
	margin-bottom: 24px;
}
.gy2rB .pTit::before{
	content: '';
	background: rgba(1, 101, 189, 1);
	position: absolute;left: 0;bottom: -2px;
	display: block;width: 80px;height: 3px;
}
.gy2rB .pTits{
	color: rgba(51, 51, 51, 1);
	font-size: 20px;
	margin-bottom: 16px;
}
.gy2rB .pNrs{color: rgba(102, 102, 102, 1);}
.gy2Ul li{border-bottom: 1px solid rgba(207, 207, 207, 1);align-items: stretch;}
.gy2Ul li:first-child{border-top: 1px solid rgba(207, 207, 207, 1);}
.gy2Ul .titB{
	width: 320px;
	padding: 13px 48px;
	background: rgba(245, 245, 245, 1);
}
.gy2Ul .descB{
	width: calc(100% - 320px);
	padding: 13px 48px;
}
.gy2Ul2{margin: -12px;}
.gy2Ul2 li{padding: 12px;}
.gy2Ul2 .tuB{overflow: hidden;}
.gy2Ul2 .tuB img{display: block;}
.gy2Ul3{margin: -12px;}
.gy2Ul3 li{padding: 12px;}
.gy2Ul3 .tuB{overflow: hidden;}
.gy2Ul3 .tuB img{display: block;}
.gy2Ul3 .titB{text-align: center;margin-top: 8px;}
.gy2rB table{
	position: relative;
	width: 100% !important;
	color: rgba(51, 51, 51, 1);
	border-collapse: collapse;
	border-top: 1px solid rgba(207, 207, 207, 1);
}
.gy2rB colgroup,
.gy2rB tbody,
.gy2rB table tr{width: 100%;}
.gy2rB table td{
	padding: 13px 48px;
	border-bottom: 1px solid rgba(207, 207, 207, 1);
}
.gy2rB table td:nth-child(odd){
	width: 30% !important;
	background: rgba(245, 245, 245, 1);
}
.gy2rB table td:nth-child(even){
	width: 70% !important;
	color: rgba(102, 102, 102, 1);
}
@media (max-width:1432px) {
	.gy2L{width: 280px;position: sticky;top: 64px;left: 0;}
	.gy2R{width: calc(100% - 340px);}
	.gy2Ul .titB{width: 280px;padding: 10px 24px;}
	.gy2Ul .descB{width: calc(100% - 280px);padding: 10px 24px;}
}
@media (max-width:1024px) {
	.gy2L{width: 200px;position: sticky;top: 64px;left: 0;}
	.gy2R{width: calc(100% - 232px);}
	.gy2Ul .titB{width: 200px;padding: 10px 24px;}
	.gy2Ul .descB{width: calc(100% - 200px);padding: 10px 24px;}
}
@media (max-width:800px) {
	.gy1Ul{margin: -8px;}
	.gy1Ul li{padding: 8px;width: 100%;}
	.gyP .nrBox{display: block;}
	.gy2L{width: 100%;display: none;}
	.gy2R{width: 100%;margin-top: 16px;}
	.gy2rB{margin-top: 32px;}
	.gy2rB .pTit{font-size: 22px;}
	.gy2rB .pTits{font-size: 18px;}
	.gy2Ul2{margin: -8px;}
	.gy2Ul2 li{padding: 8px;width: 50%;}
	.gy2Ul .titB{padding: 8px 16px;width: 120px;font-size: 14px;}
	.gy2Ul .descB{padding: 8px 16px;width: calc(100% - 120px);font-size: 14px;}
	.gy2rB table td{padding: 8px 16px;font-size: 14px;}
}
.swiper_jg2 .swiper-wrapper{align-items: stretch;}
.swiper_jg2 .swiper-slide{height: unset;}
.jgP2 .kuang{height: 100%;background: rgba(255, 255, 255, 1);transition: all 0.3s;}
.jgP2 .kuang:hover{background: rgba(227, 228, 228, 1);}
.jgP2 .imgB{padding-top: 67%;}
.jgP2 .titB{
	color: rgba(51, 51, 51, 1);
	font-size: 20px;
	padding: 20px;
}
.swiper_jg2 .swiper-pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;left: unset;bottom: unset;
	margin: 30px auto 0;
}
.swiper_jg2 .swiper-pagination-bullet{
	background: rgba(204, 204, 204, 1);
	width: 12px;
	height: 12px;
	margin: 0 5px;
	transition: all 0.3s;
	opacity: 1;
}
.swiper_jg2 .swiper-pagination-bullet-active{
	background: rgba(1, 101, 189, 1);
}
@media (max-width:1432px) {
	.jgP2 .titB{padding: 16px;font-size: 18px;}
}
@media (max-width:1024px) {
	.jgP2 .titB{padding: 12px;font-size: 16px;}
}
@media (max-width:800px) {
	.jgP2 .titB{padding: 8px;}
	.swiper_jg2 .swiper-pagination{margin-top: 16px;}
	.swiper_jg2 .swiper-pagination-bullet{width: 8px;height: 8px;}
}
/* 行业应用 */
.yy1Ul,
.yy2Ul{margin: -19px -14px;}
.yy1Ul li,
.yy2Ul li{padding: 19px 14px;}
.yy1Ul .kuang{
	background: rgba(247, 249, 248, 1);
	transition: all 0.3s;
}
.yy1Ul .imgB{padding-top: 67%;}
.yy1Ul .textB{
	padding: 20px;
}
.yy1Ul .titB{
	color: rgba(51, 51, 51, 1);
	font-size: 24px;
}
.yy1Ul .descB{
	color: rgba(102, 102, 102, 1);
	font-size: 14px;
	margin-top: 10px;
}
.yy1Ul .kuang:hover{
	background: rgba(227, 228, 228, 1);
}
@media (max-width:1432px) {
	.yy1Ul .titB{font-size: 22px;}
}
@media (max-width:1024px) {
	.yy1Ul,
	.yy2Ul{margin: -8px;}
	.yy1Ul li,
	.yy2Ul li{padding: 8px;width: 50%;}
	.yy1Ul .titB{font-size: 20px;}
	.yy1Ul .textB{padding: 16px;}
}
@media (max-width:800px) {
	.yy1Ul li,
	.yy2Ul li{padding: 8px;width: 100%;}
	.yy1Ul .titB{font-size: 18px;}
	.yy1Ul .textB{padding: 12px;}
}
/* 关于我们 */
.secNav{
	background: rgba(247, 249, 248, 1);
}
.secNav .nrBox{align-items: stretch;}
.secNav a{
	color: rgba(51, 51, 51, 1);
	text-align: center;
	width: 25%;
	padding: 18px;
	display: flex;justify-content: center;align-items: center;
}
.secNav a.on{
	color: rgba(255, 255, 255, 1.0);
	background: rgba(1, 101, 189, 1);
}
.aboP1 .pubTit{text-align: left;padding: 0;}
.abo1L{width: 54%;color: rgba(102, 102, 102, 1);}
.abo1Ul{margin: 56px 0 0;width: 100%;}
.abo1Ul li{width: calc(100% / 3);text-align: center;position: relative;}
.abo1Ul li::before{
	content: "";
	display: block;height: 68px;width: 1px;
	background: rgba(204, 204, 204, 1);
	position: absolute;left: 0;top: calc(50% - 34px);
}
.abo1Ul li:first-child::before{display: none;}
.abo1Ul .numB{color: rgba(1, 101, 189, 1);}
.abo1Ul .numB span{font-size: 36px;font-weight: 700;line-height: 1;}
.abo1Ul .numB small{font-size: 16px;}
.abo1Ul .titB{color: rgba(51, 51, 51, 1);margin: 4px 0 0;}
.abo1R{width: 43%;}
.abo1R img{width: 100%;display: block;}
.aboP2 .imgB{padding-top: 70.5%;}
.aboP2 .swiper-pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;bottom: unset;left: unset;
	width: 100%;
	margin: 30px auto 0;
}
.aboP2 .swiper-pagination-bullet{
	background: rgba(204, 204, 204, 1);
	width: 40px;
	height: 4px;
	margin: 0 5px;
	transition: all 0.3s;
	border-radius: 0;
	opacity: 1;
}
.aboP2 .swiper-pagination-bullet-active{
	background: rgba(0, 136, 255, 1);
}
@media (max-width:800px) {
	.secNav .container{padding: 0;}
	.secNav a{padding: 16px 0;font-size: 14px;}
	.aboP2 .swiper-pagination{margin-top: 24px;}
	.aboP2 .swiper-pagination-bullet{width: 16px;}
	.aboP1 .nrBox {display: block;}
	.abo1L{width: 100%;}
	.abo1R{width: 100%;margin-top: 16px;}
	.abo1Ul{margin-top: 16px;}
	.abo1Ul .numB span{font-size: 28px;}
}
/* 荣誉 */
.ryUl{margin: -15px -10px;}
.ryUl li{padding: 15px 10px;}
.ryUl .imgB{padding-top: 132%;}
.ryUl .titB{color: rgba(51, 51, 51, 1);margin-top: 8px;text-align: center;}
.pageNum{
	margin-top: 40px;
	display: flex;justify-content: center;align-items: center;
}
.pageNum a,
.pageNum span{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;justify-content: center;align-items: center;
	line-height: 1;
	color: rgba(51, 51, 51, 1);
	background: #ffffff;
	margin: 0 10px;
}
.pageNum span{background: rgba(1, 101, 189, 1);color: #ffffff;}
@media (max-width:800px) {
	.ryUl{margin: -8px;}
	.ryUl li{width: calc(100% / 3);padding: 8px;}
	.pageNum{margin-top: 24px;}
	.pageNum a,
	.pageNum span{width: 32px;height: 32px;}
}
/* 合作伙伴 */
.hbUl{margin: -15px -10px;}
.hbUl li{padding: 15px 10px;}
.hbUl .imgB{padding-top: 40%;border: 1px solid rgba(227, 226, 226, 1);}
@media (max-width:800px) {
	.hbUl{margin: -8px;}
	.hbUl li{width: calc(100% / 3);padding: 8px;}
}
/* 新闻 */
.newsL{width: calc(100% - 380px);}
.newsR{width: 320px;position: sticky;right: 0;top: 64px;}
.newsUl{margin: -15px;}
.newsUl li{padding: 15px;}
.newsUl .kuang{background: rgba(247, 249, 248, 1);transition: all 0.3s;}
.newsUl .kuang:hover{background: rgba(236, 235, 235, 1);}
.newsUl .imgB{padding-top: 56.25%;}
.newsUl .textB{
	padding: 20px;
}
.newsUl .titB{
	color: rgba(51, 51, 51, 1);
}
.newsUl .timeB{
	color: rgba(102, 102, 102, 1);
	font-size: 14px;
	padding-right: 32px;
	background: url(../img/icon_more3.png) right center no-repeat;
	background-size: 20px;
	margin-top: 10px;
}
.newsUl li.col_1 .textB{
	background: rgba(51, 51, 51, 0.2);
	position: absolute;left: 0;bottom: 0;
	width: 100%;
	padding: 12px 30px;
	display: flex;justify-content: space-between;align-items: center;
}
.newsUl li.col_1 .titB{
	font-size: 24px;
	color: #ffffff;
	width: calc(100% - 200px);
}
.newsUl li.col_1 .timeB{
	font-size: 14px;
	color: #ffffff;
	padding-right: 80px;
	margin: 0;
	background-image: url(../img/icon_more2.png);
}
.newsRg{margin-top: 60px;}
.newsRg:first-child{margin-top: 0;}
.newsRg .pTit{
	color: rgba(51, 51, 51, 1);
	font-size: 24px;
	margin-bottom: 10px;
}
.newsRg .pDesc{
	color: rgba(102, 102, 102, 1);
	font-size: 14px;
	margin-bottom: 20px;
}
.newsRg input,
.newsRg select{
	display: block;width: 100%;height: 48px;
	padding: 0 20px;
	box-sizing: border-box;
	border: 1px solid rgba(204, 204, 204, 1);
	border-radius: 6px;
	background: rgba(255, 255, 255, 1);
	outline: none;
	font-size: 16px;
	color: rgba(102, 102, 102, 1);
	vertical-align: middle;
}
.newsRg input::placeholder,
.newsRg input::-webkit-input-placeholder{
	transform: translateY(2px);
	color: rgba(102, 102, 102, 1);
}
.newsRg .nfb{
	padding-right: 48px;
	background: url(../img/down2.png) right center no-repeat;
	background-size: 48px;
	cursor: pointer;
	line-height: 1px;
	vertical-align: middle;
}
.newsRg .select-menu-div.on .nfb{background-image: url(../img/down3.png);}
.newsRg .select-menu-ulk{
	border-radius: 6px;
	overflow: hidden;
	position:absolute;left: 0;bottom: 48px;
	width: 100%;
	border: 1px solid rgba(204, 204, 204, 1);
	display:none;
	opacity:0;
}
.newsRg .select-menu-ul{
	list-style:none;
	width:100%;
	text-align:left;
	background:#fff;
	z-index:1;
	max-height: 300px;
	padding: 12px 0;
	overflow-y: auto;
}
.newsRg .select-menu-ul li{
	padding: 8px 20px;
	cursor: pointer;
}
.newsRg .select-menu-ul li.select-this{
	color: rgba(1, 101, 189, 1);
}
.newsRg input[type=submit]{
	border-radius: 6px;
	background: rgba(1, 101, 189, 1);
	font-size: 16px;
	color: #ffffff;
	margin-top: 20px;
	border: 0;
	cursor: pointer;
}
.newsRg input[type=reset]{
	margin-top: 20px;
	cursor: pointer;
}
.newsRg input.gjc{padding-right: 48px;}
.newsRg input.tjBtn{
	position: absolute;top: 0;right: 0;
	display: block;width: 48px;height: 48px;
	border: 0;background: url(../img/icon_find3.png) center no-repeat;
	background-size: 50%;
	margin: 0;padding: 0;
	cursor: pointer;
}
.sxForm .titB{
	margin-top: 30px;
	color: rgba(51, 51, 51, 1);
	font-size: 18px;
	margin-bottom: 10px;
}
.sxForm .lbB{
	justify-content: flex-start;align-items: flex-start;
	flex-wrap: wrap;
}
.sxForm .lbB label{
	margin: 0 7px 7px 0;
	position: relative;
	overflow: hidden;
}
.sxForm .lbB input{
	position: absolute;left: -999px;top: 0;
}
.sxForm .lbB span{
	border: 1px solid rgba(204, 204, 204, 1);
	border-radius: 20px;
	background: rgba(255, 255, 255, 1);
	width: max-content;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3px 11px;
	transition: all 0.3s;
	background-position: right center;
	cursor: pointer;
}
.sxForm .lbB input:checked+span{
	background: url(../img/icon_close.png) calc(100% - 11px) center no-repeat rgba(79, 78, 78, 1);
	background-color: rgba(79, 78, 78, 1);
	background-size: 10px;
	padding-right: 29px;
	color: #ffffff;
}
@media (max-width:1432px) {
	.newsL{width: calc(100% - 300px);}
	.newsR{width: 280px;}
	.newsUl li.col_1 .titB{font-size: 22px;}
}
@media (max-width:1024px) {
	.newsL{width: calc(100% - 280px);}
	.newsR{width: 260px;}
	.newsUl{margin: -8px;}
	.newsUl li{padding: 8px;}
	.newsUl li.col_1 .titB{font-size: 20px;}
	.newsUl li.col_3{width: 50%;}
	.newsUl .textB{padding: 12px;}
	.newsUl li.col_1 .textB{padding: 8px 16px;}
	.newsUl li.col_1 .timeB{padding-right: 40px;}
	.newsUl li.col_1 .titB{width: calc(100% - 160px);font-size: 18px;}
	.sxForm .lbB span{font-size: 14px;}
	.newsRg input,
	.newsRg select{height: 40px;font-size: 14px;}
	.newsRg input.tjBtn{width: 40px;height: 40px;}
	.newsRg select{padding-right: 40px;background-size: 40px;}
	.newsRg .select-menu-ulk{bottom: 40px;}
}
@media (max-width:800px) {
	.newsP{display: block;}
	.newsL{width: 100%;}
	.newsR{width: 100%;margin-top: 16px;}
	.newsUl li.col_1 .titB{font-size: 16px;}
	.newsUl li.col_1 .titB{width: calc(100% - 124px);}
	.newsRg{margin-top: 24px;}
	.sxForm .titB{margin-top: 12px;}
}
.detailP{padding-top: 64px;background: #000000;}
.detailP .bkB{background: #ffffff;}
.detailP .newsP{padding-top: 60px;}
.location{
	color: rgba(102, 102, 102, 1);
	font-size: 14px;
	display: flex;justify-content: flex-start;align-items: center;
	flex-wrap: wrap;
	padding: 20px 0;
}
.location a{display: block;color: rgba(102, 102, 102, 1);}
.location a:hover{color: rgba(1, 101, 189, 1);}
.location img{display: block;margin: 0 16px;}
.pageTit{
	color: rgba(51, 51, 51, 1);
	font-size: 42px;
}
.pageDesc{
	color: rgba(102, 102, 102, 1);
	font-size: 14px;
	display: flex;justify-content: flex-start;align-items: center;
	margin-top: 10px;
}
.pageDesc .tips{margin-right: 20px;}
.pageDesc .tips span{
	width: max-content;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px 14px 6px 14px;
	border-radius: 20px;
	background: rgba(247, 249, 248, 1);
}
.pageNr{
	border-top: 1px solid rgba(204, 204, 204, 1);
	padding: 60px 0 0;
	margin: 30px 0 0;
}
@media (max-width:1432px) {
	.pageTit{font-size: 36px;}
	.pageNr{padding: 40px 0 0;}
}
@media (max-width:1024px) {
	.pageTit{font-size: 32px;}
	.pageNr{padding: 24px 0 0;}
}
@media (max-width:800px) {
	.detailP .newsP{padding-top: 16px;}
	.pageTit{font-size: 24px;}
	.pageNr{margin-top: 24px;}
}
/* 联系我们 */
.ctctUl{margin: -14px;}
.ctctUl li{padding: 14px;}
.ctctUl .kuang{
	background: rgba(248, 248, 248, 1);
	padding: 22px 30px;
}
.ctctUl .titB{
	color: rgba(51, 51, 51, 1);
	font-size: 24px;
	margin-bottom: 10px;
}
.ctctUl .descB{
	color: rgba(102, 102, 102, 1);
}
.ctctUl .descB a{
	color: rgba(1, 101, 189, 1);
}
.ctctUl .descB b{
	color: rgba(1, 101, 189, 1);
	font-size: 24px;
}
.ctctUl .ewmB .kuang{
	padding-right: 66px;
	position: relative;
}
.ctctUl .ewmB .codeB{
	position: absolute;right: 30px;top: calc(50% - 15px);
}
.ctctUl .ewmB .codeB i{
	display: block;width: 36px;height: 36px;
	background: url(../img/icon_ewm.png) center no-repeat;
	background-size: 100%;
	cursor: pointer;
}
.ctctUl .ewmB .codeB p{
	position: absolute;left: -10px;bottom: 44px;
	box-shadow: 0px 4px 24px 0px rgba(118, 118, 118, 0.25);
	background: rgba(255, 255, 255, 1);
	width: 110px;
	text-align: center;
	color: rgba(102, 102, 102, 1);
	font-size: 14px;
	padding: 5px;
	display: none;
	z-index: 2;
	border-radius: 5px;
}
.ctctUl .ewmB .codeB:hover p{display: block;}
.ctctUl .ewmB .codeB p img{display: block;width: 100%;}
.ctctUl .ewmB .codeB p::after{
	content: '';
	position: absolute;left: 20px;bottom: -8px;
	width: 0;
	height: 0;
	border-top: 8px solid #ffffff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.ctctUl .sjmtB .descB{justify-content: flex-start;}
.ctctUl .sjmtB .eachB{position: relative;margin-right: 30px;}
.ctctUl .sjmtB .eachB:last-child{margin-right: 0px;}
.ctctUl .sjmtB i{
	background: rgba(255, 255, 255, 1);
	width: 36px;height: 36px;
	display: flex;justify-content: center;align-items: center;
	border-radius: 50%;
	cursor: pointer;
}
.ctctUl .sjmtB i img{display: block;width: 56%;}
.ctctUl .sjmtB .eachB p{
	position: absolute;left: -12px;bottom: 44px;
	box-shadow: 0px 4px 24px 0px rgba(118, 118, 118, 0.25);
	background: rgba(255, 255, 255, 1);
	width: 110px;
	text-align: center;
	color: rgba(102, 102, 102, 1);
	font-size: 14px;
	padding: 5px;
	display: none;
	z-index: 2;
	border-radius: 5px;
}
.ctctUl .sjmtB .eachB p img{display: block;width: 100%;}
.ctctUl .sjmtB .eachB p::after{
	content: '';
	position: absolute;left: 22px;bottom: -8px;
	width: 0;
	height: 0;
	border-top: 8px solid #ffffff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.ctctUl .sjmtB .eachB:hover i{background: rgba(1, 101, 189, 1);}
.ctctUl .sjmtB .eachB:hover i img{filter: grayscale(1) brightness(0%) invert(100%);}
.ctctUl .sjmtB .eachB:hover p{display: block;}
.mapB{margin-top: 60px;padding-top: 38%;position: relative;}
.mapB #map{
	position: absolute;left: 0;top: 0;
	display: block;width: 100%;height: 100%;
}
@media (max-width:1432px) {
	.ctctUl .kuang {padding: 16px 20px;}
	.ctctUl .ewmB .kuang{padding-right: 40px;}
	.ctctUl .ewmB .codeB{right: 20px;}
	.ctctUl .ewmB .codeB i{width: 24px;height: 24px;top: calc(50% - 12px);}
	.ctctUl .ewmB .codeB p {left: -16px;bottom: 34px;}
}
@media (max-width:1024px) {
	.ctctUl li{width: 50%;}
}
@media (max-width:800px) {
	.ctctUl{margin: -4px;}
	.ctctUl li{width: 100%;padding: 4px;}
	.ctctUl .titB{font-size: 20px;margin-bottom: 4px;}
	.ctctUl .descB b{font-size: 20px;}
	.ctctUl .ewmB .kuang{padding-right: 60px;}
	.ctctUl .ewmB .codeB{right: 36px;}
	.mapB{margin-top: 24px;padding-top: 64vw;}
	.ctctUl .ewmB .codeB p {left: 50%;bottom: 34px;transform: translateX(-50%);}
	.ctctUl .ewmB .codeB p::after{left: 50%;transform: translateX(-50%);}
}
