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;}

.dingwei{position: relative;left: 0;top: -64px;}

.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;}
}

/* 实验室微弧氧化电源 */
.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;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%);}
}
