body{padding: 0;margin: 0;font-family: "PingFang";font-size: 16px;color: rgb(79, 79, 79);overflow-x:hidden;line-height: 1.5;}
body.noscroll{height: 100vh;overflow-y: hidden;}
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
p{margin: 0;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;text-decoration: none;}
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: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s; }
.imgH:hover img{transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);-webkit-transform:scale(1.05);}
.imgH:hover .iconB img{transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);-webkit-transform:scale(1);}
.hidden-xs{display: block;}
.visible-xs{display: none;}
*{box-sizing: border-box;}
.db{display: block;}
.tc{text-align: center;}
img{max-width: 100%;}
.baibg{background: #ffffff;}
.huibg{background: #e8eae9;}
.heibg{background: #151412;}
.pore{position: relative;}
.flexb{display: flex;align-items: center;justify-content: center;}
.flexb2{display: flex;align-items: center;justify-content: space-between;}
.flexb3{display: flex;align-items: flex-start;justify-content: space-between;}
.swiper{position: relative;overflow: hidden;}
.bgBox{background: url() center no-repeat;background-size: cover;}
.container{padding: 0 16px;max-width: 1512px;margin: 0 auto;}
.container2{padding: 0 16px;max-width: 1312px;margin: 0 auto;}
@media (max-width:1512px) {.container{max-width: 1312px;}}
@media (max-width:1312px) {.container2{max-width: 1232px;}}
@media (max-width:1232px) {.container,.container2{max-width: 1024px;}}
@media (max-width:1024px) {.container,.container2{max-width: 800px;}}
@media (max-width:800px) {.container,.container2{max-width: 100%};}
.row{display: flex;justify-content: flex-start;align-items: center;align-items: stretch;flex-wrap: wrap;}
.row .kuang{height: 100%;}
.col_9{width: calc(100% / 9);}
.col_8{width: calc(100% / 8);}
.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);}
.imgB{position: relative;padding-top: 100%;display: block;}
.imgB .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;}
.imgB .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;}
.datuB img{display: block;width: 100%;}


.topDiv{height: 100px;}
header{
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	z-index: 99;
	transition: all 0.3s;
	background: #ffffff;
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.05);
}
header .nrBox{height: 100px;}
header .logo img{max-height: 74px;display: block;}
header .menuUl>li{
	margin-right: 2vw;
	position: relative;
}
header .menuUl>li:last-child{margin-right: 0;}
header .menuUl .yiji{
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
header .menuUl .yiji a{
	font-size: 18px;
	color: #060606;
	line-height: 48px;
	display: block;
	position: relative; 
}
header .menuUl>li .yiji a::before{
	content: "";
	display: block;
	width: 0;
	height: 4px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	background: rgb(3, 144, 118);
	transition: all 0.3s;
}
header .menuUl>li.on .yiji a,
header .menuUl>li:hover .yiji a{color: rgb(3, 144, 118);}
header .menuUl>li.on .yiji a::before,
header .menuUl>li:hover .yiji a::before{
	width: 100%;
	left: 0;
}
header .menuUl .erjiBox{
	position: absolute;
	left: 50%;
	top: 48px;
	transition: all 0.3s;
	background-color: #ffffff;
	text-align: left;
	width: max-content;
	width: -webkit-max-content;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(-20px) translateX(-50%);
	min-width: 120px;
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.05);
}
header .menuUl>li:hover .erjiBox{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0) translateX(-50%);
}
header .menuUl .erjiUl>li>a{
	font-size: 16px;
	color: #666666;
	transition: all 0.3s;
	width: 100%;
	position: relative;
	display: block;
	padding: 8px 16px;
	text-align: center;
}
header .menuUl .erjiUl>li>a:hover{
	background: rgb(3, 144, 118);
	color: #ffffff;
}
header .topNav{
	border-radius: 4px;
	background-image: -moz-linear-gradient( 49deg, rgb(1,177,111) 0%, rgb(10,53,137) 100%);
	background-image: -webkit-linear-gradient( 49deg, rgb(1,177,111) 0%, rgb(10,53,137) 100%);
	background-image: -ms-linear-gradient( 49deg, rgb(1,177,111) 0%, rgb(10,53,137) 100%);
	width: max-content;
	line-height: 34px;
	padding: 0 16px;
	font-size: 18px;
	color: #ffffff;
	margin-left: 16px;
}
header .mopenBtn{display: none;}
@media (max-width:1512px) {
	header .menuUl>li{margin-right: 1.2vw;}
	header .menuUl .yiji a{font-size: 16px;}
	header .topNav{font-size: 16px;}
}
@media (max-width:1232px) {
	header .logo img{max-width: 300px;}
	header .menuUl>li{margin-right: 1vw;}
}
@media (max-width:1024px) {
	header .nrBox{
		height: 56px;
	}
	header .logo img{max-height: 44px;max-width: calc(100vw - 162px);}
	header .findBox{height: 56px;}
	header .topNav{font-size: 14px;padding: 0;line-height: 28px;height: 28px;width: 72px;text-align: center;}
	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: rgb(3, 144, 118);
		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: rgb(3, 144, 118);
		-webkit-transition-duration: .3s, .3s;
		-moz-transition-duration: .3s, .3s;
		-ms-transition-duration: .3s, .3s;
		-o-transition-duration: .3s, .3s;
		transition-duration: .3s, .3s;
		-webkit-transition-delay: .3s, 0s;
		-moz-transition-delay: .3s, 0s;
		-ms-transition-delay: .3s, 0s;
		-o-transition-delay: .3s, 0s;
		transition-delay: .3s, 0s;
	}
	header .mopenBtn span:before {
		top: -8px;
		-webkit-transition-property: top, transform;
		-moz-transition-property: top, transform;
		-ms-transition-property: top, transform;
		-o-transition-property: top, transform;
		transition-property: top, transform;
	}
	header .mopenBtn span:after {
		bottom: -8px;
		-webkit-transition-property: bottom, transform;
		-moz-transition-property: bottom, transform;
		-ms-transition-property: bottom, transform;
		-o-transition-property: bottom, transform;
		transition-property: bottom, transform;
	}
	header.open .mopenBtn span {
		background-color: transparent;
		-webkit-transition-delay: 0s, 0s;
		-moz-transition-delay: 0s, 0s;
		-ms-transition-delay: 0s, 0s;
		-o-transition-delay: 0s, 0s;
		transition-delay: 0s, 0s;
	}
	header.open .mopenBtn span:after, 
	header.open .mopenBtn span:before {
		-webkit-transition-delay: 0s, .3s;
		-moz-transition-delay: 0s, .3s;
		-ms-transition-delay: 0s, .3s;
		-o-transition-delay: 0s, .3s;
		transition-delay: 0s, .3s;
	}
	header.open .mopenBtn span:before {
		top: 0px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	header.open .mopenBtn span:after {
		bottom: 0px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	body.nofix{height: 100vh;overflow-y: hidden;}
	header .menuB{
		position: fixed;
		right: -100%;
		top: 56px;
		display: block;
		width: 100%;
		height: calc(100vh - 56px);
		background: #ffffff;
		transition: all 0.3s;
	}
	header.open .menuB{right: 0;}
	header .menuUl{
		display: block;
		padding: 16px;
		overflow: auto;
		height: 100%;
	}
	header .menuUl>li{margin: 0;border-bottom: 1px dashed #d6d6d6;}
	header .menuUl .yiji{height: auto;display: block;}
	header .menuUl .yiji a{line-height: 40px;color: #333333;width: calc(100% - 40px);}
	header .menuUl>li.on .yiji a::before{display: none;}
	header .menuUl>li .yiji a::before{display: none;}
	header .menuUl .hasDown>div>.ejBtn{
		position: absolute;
		right: 12px;
		top: 12px;
		width: 16px;
		height: 16px;
	}
	header .menuUl .hasDown>div>.ejBtn::before{
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background: rgb(3, 144, 118);
		position: absolute;
		left: 0;
		top: calc(50% - 1px);
	}
	header .menuUl .hasDown>div>.ejBtn::after{
		content: "";
		display: block;
		width: 2px;
		height: 100%;
		background: rgb(3, 144, 118);
		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: none;
	}
	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;}
	.topDiv{height: 56px;}
}
footer{
	background: rgb(37, 43, 58);
	font-size: 16px;
	color: rgb(195, 202, 212);
}
footer .fNr{padding: 40px 0;}
/* footer .fInfo{width: 50%;} */
footer .fTit{
	font-size: 18px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	margin-bottom: 32px;
}
footer .fTit::after{
	content: "";
	background: #057a7b;
	display: block;
	width: 32px;
	height: 4px;
	margin: 18px 0 0;
}
footer .fTxt{
	font-size: 16px;
	color: rgb(195, 202, 212);
	line-height: 2;
	column-count: 2;
	column-gap: 40px;
}
footer .fInfo{width: 74%;}
footer .fEwm{/* width: calc(50% - 40px); */justify-content: flex-end;}
footer .fEwm p{margin-right: 2.4vw;}
footer .fEwm p:last-child{margin-right: 0;}
footer .fEwm img{display: block;width: 130px;}
footer .fEwm span{
	display: block;
	font-size: 16px;
	color: rgb(190, 196, 206);
	text-align: center;
	margin-top: 8px;
}
footer .banquan{
	font-size: 14px;
	color: rgb(132, 148, 163);
	text-align: center;
	padding: 15px 0;
	border-top: 1px solid rgba(181,181,181,0.25);
}
footer .banquan a{color: rgb(132, 148, 163);display: inline-block;}
footer .banquan a:hover{color: rgb(255, 255, 255);}
@media (max-width:1024px) {
	footer .fNr{display: block;}
	footer .fInfo{width: 100%;margin-bottom: 16px;}
}
@media (max-width:800px) {
	footer .fNr{padding: 24px 0;}
	footer .fTxt{column-count: unset;column-gap: unset;font-size: 16px;column-gap: 16px;}
	footer .fTit{margin-bottom: 16px;}
	footer .fTit::after{margin-top: 8px;}
	footer .fEwm{width: 100%;justify-content: center;}
	footer .fEwm p{margin-right: 10vw;}
	footer .fEwm p:last-child{margin-right: 0;}
}
/* 公共部分 */
.countBox .pTit{
	font-size: 20px;
	color: rgb(10, 53, 137);
	text-align: center;
	font-weight: 500;
}
.countdown{margin-top: 24px;}
.countdown li{
	background: url(../img/djs.png) center center no-repeat;
	background-size: 100% 100%;
	width: 144px;
	height: 90px;
	position: relative;
	margin-right: 34px;
}
.countdown li:last-child{margin-right: 0;}
.countdown span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 3.54vw;
	font-family: "DingTalk";
	color: rgb(227, 87, 44);
	padding-right: 8px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
.countdown p{
	font-size: 20px;
	font-family: "DingTalk";
	color: rgb(98, 62, 18);
	line-height: 4.5;
	position: absolute;
	right: 0px;
	bottom: 0px;
	line-height: 1;
	padding: 8px;
	z-index: 2;
}
.moreBtn{
	background-image: -moz-linear-gradient( 49deg, rgb(1,177,111) 0%, rgb(10,53,137) 100%);
	background-image: -webkit-linear-gradient( 49deg, rgb(1,177,111) 0%, rgb(10,53,137) 100%);
	background-image: -ms-linear-gradient( 49deg, rgb(1,177,111) 0%, rgb(10,53,137) 100%);
	width: max-content;
	height: 44px;
	padding: 0 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-family: "DingTalk";
	color: rgb(255, 255, 255);
	text-align: center;
	margin: 0 auto;
	min-width: 200px;
	position: relative;
}
.moreBtn:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #ffffff;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	transition: all 0.3s;
}
.moreBtn:hover:after{
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	left: 3px;
	top: 3px;
	opacity: 1;
}
.pubTit{
	text-align: center;
	margin-bottom: 44px;
}
.pubTit .tit{
	font-size: 40px;
	font-family: "DingTalk";
	color: rgb(26, 31, 52);
}
.pubTit .ent{
	font-size: 20px;
	color: rgb(136, 136, 136);
	text-transform: uppercase;
	margin-top: 16px;
}
.txtB{
	font-size: 20px;
	color: rgb(79, 79, 79);
	line-height: 2;
}
.nyP{padding: 48px 0 124px;}
.aboAll{padding: 72px 0 124px;}
.nyP .pubTit .tit{font-size: 48px;}
@media (max-width:1232px) {
	.pubTit{margin-bottom: 32px;}
	.pubTit .tit{font-size: 36px;}
	.pubTit .ent{font-size: 18px;margin-top: 12px;}
	.txtB{font-size: 18px;line-height: 2;}
	.nyP{padding: 40px 0 96px;}
	.aboAll{padding: 64px 0 96px;}
	.nyP .pubTit .tit{font-size: 40px;}
	.moreBtn{font-size: 20px;}
}
@media (max-width:1024px) {
	.countdown li{
		width: 110px;
		height: 80px;
	}
	.countdown span{font-size: 5vw;}
	.countdown p{font-size: 18px;}
	.pubTit{margin-bottom: 24px;}
	.pubTit .tit{font-size: 32px;}
	.pubTit .ent{font-size: 16px;margin-top: 8px;}
	.txtB{font-size: 16px;line-height: 2;}
	.nyP{padding: 32px 0 80px;}
	.aboAll{padding: 56px 0 80px;}
	.nyP .pubTit .tit{font-size: 36px;}
	.moreBtn{font-size: 16px;}
}
@media (max-width:800px) {
	.countdown{margin-top: 8px;}
	.countdown li{
		width: 20vw;
		margin-right: 2vw;
		height: 14vw;
	}
	.countdown span{font-size: 7.2vw;}
	.countdown p{font-size: 14px;}
	.moreBtn{height: 32px;font-size: 14px;padding: 0 16px;min-width: 140px;}
	.pubTit{margin-bottom: 20px;}
	.pubTit .tit{font-size: 28px;}
	.pubTit .ent{font-size: 14px;margin-top: 4px;}
	.txtB{font-size: 14px;line-height: 1.6;}
	.nyP{padding: 24px 0 64px;}
	.aboAll{padding: 40px 0 64px;}
	.nyP .pubTit .tit{font-size: 32px;}
}
/* banner */
.banner{position: relative;}
.banner .swiper{position: relative;z-index: 1;}
.banner .imgB{padding-top: 740px;}
.banner .countBox{
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	z-index: 2;
}
.banner .countBox .pTit{color: rgb(255, 255, 255);}
.banny{
	background: url(../img/banny.jpg) center top no-repeat;
	background-size: 100% calc(100% - 45px);
	padding: 60px 0 0;
	text-align: center;
}
.banny .countBox{margin-top: 24px;}
.banny2{
	background-size: 100% 100%;
	padding: 52px 0 30px;
}
.banyUl{margin-top: 16px;}
.banyUl li{
	padding: 0 2vw;
}
.banyUl .numB{line-height: 1;margin: 0 auto;width: max-content;}
.banyUl .numB b{
	font-size: 4.2vw;
	font-family: "Calcio";
	color: rgb(5, 122, 123);
	text-align: center;
	-moz-transform: scale(1, 0.5);
	-webkit-transform: scale(1, 0.5);
	-ms-transform: scale(1, 0.5);
}
.banyUl .numB small{
	font-size: 40px;
	color: rgb(5, 122, 123);
}
.banyUl .titB{
	font-size: 20px;
	color: rgb(79, 79, 79);
	text-align: center;
	margin-top: 8px;
}
.banny2 .moreBtn{
	margin-top: 48px;
	border-radius: 4px;
	height: 54px;
}
@media (max-width:1024px) {
	.banny{padding: 56px 16px 0;}
	.banny{background-size: 100% calc(100% - 40px);}
	.banny2{background-size: 100% 100%;padding: 48px 0 24px;}
	.banyUl .titB{font-size: 16px;}
	.banny2 .moreBtn{height: 48px;font-size: 20px;}
}
@media (max-width:800px) {
	.banner .countBox{left: 0;bottom: -7vw;}
	.banny .logo{max-height: 64px;}
	.banny{padding: 48px 16px 0;}
	.banny{background-size: 100% calc(100% - 7vw);}
	.banny2{background-size: 100% 100%;padding: 32px 0 20px;}
	.banyUl li{width: 25%;}
	.banyUl .titB{font-size: 14px;}
	.banyUl .numB b{font-size: 6.4vw;}
	.banyUl .numB small{font-size: 3vw;}
	.banny2 .moreBtn{height: 40px;font-size: 16px;margin-top: 16px;}
}
/* 首页 */
.indp{padding: 60px 0 16px;}
.indb{padding-bottom: 100px;}
.indp1 .txtB{text-align: center;margin-bottom: 48px;}
.abo1Ul{margin: -4px;}
.abo1Ul li{padding: 4px;display: flex;justify-content: center;align-items: center;}
.ind2Ul{margin: -14px;}
.ind2Ul li{padding: 14px;}
.ind2Ul .imgB{padding-top: 76%;position: relative;z-index: 1;}
.ind2Ul .textB{
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 9px 1px rgba(159, 153, 153, 0.35);
	width: 85%;
	margin: -40px auto 0;
	position: relative;z-index: 2;
	padding: 16px;
}
.ind2Ul .titB{
	font-size: 20px;
	color: rgb(49, 49, 49);
	line-height: 1.5;
	text-align: center;
	min-height: 60px;
}
.ind2Ul .titB span{color: rgb(5, 122, 123);}
.ind2Ul .moreB{
	font-size: 16px;
	color: rgb(5, 122, 123);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 8px;
}
.ind2Ul .moreB span{display: block;margin: 0 14px;}
.ind2Ul .moreB::before,
.ind2Ul .moreB::after{
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	background: url(../img/ind2i.png) center no-repeat;
	background-size: 100% 100%;
	margin-top: 1px;
}
.indp .moreBtn{margin-top: 48px;}
.ind3Ul{margin: -8px;}
.ind3Ul li{padding: 8px;}
.ind3Ul .imgB{
	padding-top: 96.875%;
	position: relative;
	z-index: 1;
}
.ind3Ul .kuang::after{
	content: "";
	background: rgba(5, 122, 123,0.5);
	position: absolute;
	left: 10%;
	top: 10%;
	width: 80%;
	height: 80%;
	opacity: 0;
	transition: all 0.5s;
	z-index: 2;
}
.ind3Ul .playBtn{
	background: url(../img/play.png) center center no-repeat;
	background-size: 60px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.5s;
	z-index: 3;
}
.ind3Ul li:hover .kuang::after{
	opacity: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.ind3Ul li:hover .playBtn{opacity: 1;}
.ind4Ul{margin: -20px;position: relative;}
.ind4Ul li{padding: 20px;}
.ind4Ul li:nth-child(1){
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
}
.ind4Ul li:nth-child(2){margin-left: 50%;}
.ind4Ul li:nth-child(4){margin-left: 50%;}
.ind4Ul{margin: -16px;}
.ind4Ul li{padding: 16px;}
.ind4Ul .imgB{padding-top: 66.67%;}
.ind4Ul li:first-child .imgB{padding-top: 68.4%;}
.ind4Ul .titB{
	background-color: rgba(5, 122, 123,0.9);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 18px;
	color: rgb(255, 255, 255);
	padding: 14px 14px;
}
.ind5L{width: 68%;}
.ind5R{width: calc(32% - 20px);}
.asideB{
	border-radius: 10px;
	background-image: -moz-linear-gradient( 49deg, rgb(1,177,111) 0%, rgb(10,53,137) 100%);
	background-image: -webkit-linear-gradient( 49deg, rgb(1,177,111) 0%, rgb(10,53,137) 100%);
	background-image: -ms-linear-gradient( 49deg, rgb(1,177,111) 0%, rgb(10,53,137) 100%);
	padding: 40px;
	margin-top: 24px;
}
.asideB:first-child{margin-top: 0;}
.asideB .pTit{
	font-size: 32px;
	font-family: "DingTalk";
	color: rgb(255, 255, 255);
	text-align: center;
}
.asideB .xian{
	font-size: 16px;
	color: rgb(5, 122, 123);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 12px;
}
.asideB .xian img{
	width: 28px;
	display: block;
	margin: 0 28px;
}
.asideB .xian::before,
.asideB .xian::after{
	content: "";
	display: block;
	width: calc(100% - 42px);
	height: 1px;
	background: rgba(255,255,255,0.3);
}
.ind5Ul{width: 100%;}
.ind5Ul .kuang{padding-top: 16px;}
.ind5Ul .titB{
	font-size: 20px;
	color: rgb(255, 255, 255);
	width: calc(100% - 100px);
}
.ind5Ul .descB{
	background-color: rgba(2, 166, 113,0.36);
	width: 84px;
	height: 30px;
	border-radius: 30px;
	font-size: 16px;
	color: rgb(255, 255, 255);
	display: flex;
	justify-content: center;
	align-items: center;
}
.indp5 .nrBox{align-items: stretch;}
.swiper_ind5{
	height: 100%;
	width: 100%;
}
.swiper_ind5 .swiper-slide{
	height: calc((100% - 64px) / 5);
}
.swiper_ind5 .swiper-slide .kuang{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.swiper_ind5 .swiper-slide .imgB{
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 0;
	position: relative;
	z-index: 1;
}
.swiper_ind5 .swiper-slide .titB{
	font-size: 18px;
	color: rgb(255, 255, 255);
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 16px 24px;
	z-index: 2;
	width: 100%;
}
.ind5L .swiper-pagination{
	bottom: -32px;
}
.ind5L .swiper-pagination-bullet{
	background-color: rgb(163, 163, 163);
	width: 5.4vw;
	height: 9px;
	border-radius: 9px;
	margin: 0 4px;
	opacity: 1;
}
.ind5L .swiper-pagination-bullet-active{
	background-color: rgb(5, 122, 123);
}
.indp6{background: url(../img/ind6bg.jpg) center no-repeat;background-size: cover;}
.ind6Ul{margin: -5px;}
.ind6Ul li{padding: 5px;}
.ind6Ul .tuB{
	background: #ffffff;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* padding-top: 100%; */
}
.ind6Ul .tuB img{display: block;width: 100%;}
.ind6Ul li:last-child{width: calc((100% / 9) * 7);}
.ind6Ul .titB{
	font-size: 24px;
	font-weight: 600;
	height: 100%;
	display: flex;justify-content: flex-start;align-items: center;
	color: #333;
	padding: 0 40px;
}
.ind7Ul .imgB{padding-top: 122%;position: relative;z-index: 1;}
.ind7Ul .textB{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	padding: 10px;
	transition: all 0.5s;
	opacity: 0;
}
.ind7Ul li:hover .textB{opacity: 1;}
.ind7Ul .tk{
	border: 1px solid rgb(255, 255, 255);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ind7Ul .titB{
	width: max-content;
	border-top: 1px solid rgb(255, 255, 255);
	border-bottom: 1px solid rgb(255, 255, 255);
	font-size: 18px;
	color: rgb(255, 255, 255);
	text-align: center;
	padding: 10px 0;
	min-width: 50%;
}
.ind7Ul .titB b{
	display: block;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 6px;
}
.ind8Ul{margin: -10px;}
.ind8Ul li{padding: 10px;}
.ind8Ul .kuang{
	border-radius: 10px;
	overflow: hidden;
}
.ind8Ul .imgB{
	position: relative;
	z-index: 1;
	min-height: 100%;
	padding-top: 66.67%;
}
.ind8Ul .iconB{
	position: absolute;
	right: 16px;
	top: 12px;
	z-index: 2;
}
.ind8Ul .textB{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	padding: 12px 16px;
	width: 100%;
	color: rgb(255, 255, 255);
}
.ind8Ul .titB{
	font-size: 22px;
}
.ind8Ul .descB{
	font-size: 16px;
	line-height: 1.625;
	margin-top: 8px;
}
.ind8Ul .type2 .imgB{padding-top: 42%;}
.ind8Ul .type3 .imgB{padding-top: 28%;}
.ind8Ul .type3 .iconB img{max-height: 32px;}
.ind9Ul{margin: -12px;}
.ind9Ul li{padding: 12px;}
.ind9Ul .tuB{
	background: #ffffff;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* padding-top: 100%; */
}
.ind9Ul .tuB img{display: block;width: 100%;}
.ind9Ul .txtB{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	font-weight: 700;
	color: #000000;
}
.indp10 .nrBox{
	flex-direction: row-reverse;
	align-items: stretch;
}
.indp10 .clickBox{
	width: 320px;
}
.indp10 .clickBox .eachBox{
	background: url(../img/ind9bg1.jpg) center center no-repeat;
	background-size: cover;
	margin-top: 5px;
	font-size: 20px;
	color: rgb(255, 255, 255);
	padding: 24px 40px;
	min-height: calc((100% - 10px) / 3);
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.indp10 .clickBox .eachBox b{
	display: block;
	font-size: 40px;
	font-family: "DingTalk";
	color: rgb(255, 255, 255);
	font-weight: 400;
}
.indp10 .clickBox .eachBox:nth-child(1){margin-top: 0;}
.indp10 .clickBox .eachBox:nth-child(2){background-image: url(../img/ind9bg2.jpg);}
.indp10 .clickBox .eachBox:nth-child(3){background-image: url(../img/ind9bg3.jpg);}
.indp10 .showBox{
	width: calc(100% - 336px);
}
.indp10 .showBox .eachBox{display: none;}
.indp10 .showBox .eachBox:nth-child(1){display: block;}
/* 关于 */
.aboL{width: 56.25%;}
.aboL{width: 68.75%;}
.aboR{width: 38.125%;}
.aboR{width: 28%;}
.aboTit{
	font-size: 30px;
	color: rgb(3, 3, 3);
	/* font-weight: 600; */
	margin-bottom: 24px;
	margin-top: 48px;
}
.aboTit:first-child{margin-top: 0;}
.aboL .aboTit{
	color: rgb(5, 122, 123);
}
.aboP{
	border-bottom: 1px dashed rgb(199, 199, 199);
	padding: 32px 0;
	font-size: 20px;
	color: rgb(1, 1, 1);
}
.aboP:first-child{padding-top: 0;}
.aboP:last-child{padding-bottom: 0;border-bottom: 0;}
.abo3Ul{margin: -8px;}
.abo3Ul li{padding: 8px;}
.abo3Ul .imgB{
	padding-top: 84%;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 9px 1px rgba(153, 154, 159, 0.17);
	overflow: hidden;
}
.abo3Ul .titB{
	margin-top: 8px;
	text-align: center;
}
.abo4Ul{margin: -5px;justify-content: flex-start;}
.abo4Ul li{padding: 5px;width: unset;}
.abo4Ul .iconB{
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 9px 1px rgba(153, 154, 159, 0.17);
	overflow: hidden;
}
.abo4Ul .iconB img{display: block;width: 100%;}
.abo4Ul .titB{
	margin-top: 8px;
	text-align: center;
}
.abo9Ul li{
	margin-top: 28px;
	background-color: rgb(248, 248, 248);
	border-radius: 10px;
	text-align: center;
	padding: 20px;
}
.abo9Ul li:first-child{margin-top: 0;}
.abo9Ul .iconB img{
	display: block;
	margin: 0 auto;
}
.abo9Ul .titB{
	margin: 16px auto 0;
	max-width: 520px;
}
.abo10Ul{margin: -2vw;margin-top: 56px;position: relative;}
.abo10Ul::before{
	content: "";
	background-color: rgb(218, 218, 218);
	position: absolute;
	left: 45%;
	top: 50%;
	width: 10%;
	height: 1px;
}
.abo10Ul::after{
	content: "";
	background-color: rgb(218, 218, 218);
	position: absolute;
	left: 50%;
	top: 40%;
	width: 1px;
	height: 20%;
}
.abo10Ul li{
	padding: 2vw;
	text-align: center;
}
.abo10Ul .numB{
	line-height: 1;
	margin-bottom: 8px;
}
.abo10Ul .numB b{
	font-size: 50px;
	color: rgb(5, 122, 123);
	font-weight: 400;
}
.abo10Ul .numB small{
	font-size: 20px;
	color: rgb(5, 122, 123);
	font-weight: 400;
	margin: 0 4px;
}
.nrb1{
	background-color: rgb(5, 122, 123);
	font-size: 26px;
	color: rgb(255, 255, 255);
	line-height: 1.615;
	margin-top: 64px;
	text-align: center;
	padding: 24px;
}
.nrb2{
	background: url(../img/abo6bg.jpg) center center no-repeat;
	background-size: cover;
	font-size: 24px;
	color: rgb(255, 255, 255);
	line-height: 1.615;
	margin-top: 8px;
	text-align: center;
	padding: 24px;
}
.swiper_aboR{border: 2px solid #f3f3f3;}
.swiper_aboR .swiper-button-prev{left: 0;}
.swiper_aboR .swiper-button-next{right: 0;}
.swiper_aboR .swiper-button-prev,
.swiper_aboR .swiper-button-next{
	border-radius: 50%;
	background-color: rgb(5, 122, 123);
	width: 46px;
	height: 46px;
}
.swiper_aboR .swiper-button-prev::after,
.swiper_aboR .swiper-button-next::after{
	color: #ffffff;
	font-size: 20px;
}
.swiper_aboR .swiper-button-prev.swiper-button-disabled,
.swiper_aboR .swiper-button-next.swiper-button-disabled{
	background-color: rgb(196, 196, 196);
	opacity: 1;
}
/* .aboR{position: sticky;top: 120px;} */
.aboR .moreBtn{
	margin-top: 14px;
	border-radius: 4px;
}
/* 大会日程 */
.sch1Ul{position: relative;}
.sch1Ul::before{
	content: "";
	background-color: rgb(5, 122, 123);
	position: absolute;
	left: calc(50% - 1px);
	top: 0;
	width: 2px;
	height: 100%;
	z-index: 1;
}
.sch1Ul li{
	margin-top: 4.2vw;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
}
.sch1Ul li:first-child{margin-top: 0;}
.sch1Ul .dian{
	border-width: 2px;
	border-color: rgb(6, 105, 126);
	border-style: solid;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	position: absolute;
	left: calc(50% - 19px);
	top: 16px;
	width: 38px;
	height: 38px;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sch1Ul .dian::after{
	content: "";
	border-radius: 50%;
	background-image: -moz-linear-gradient( 49deg, rgb(1,177,111) 0%, rgb(10,53,137) 100%);
	background-image: -webkit-linear-gradient( 49deg, rgb(1,177,111) 0%, rgb(10,53,137) 100%);
	background-image: -ms-linear-gradient( 49deg, rgb(1,177,111) 0%, rgb(10,53,137) 100%);
	display: block;
	width: 53%;
	height: 53%;
}
.sch1Ul .timeB{padding: 16px 0;}
.sch1Ul .timeB b{
	font-size: 26px;
	color: rgb(0, 0, 0);
	display: block;
	font-weight: 400;
}
.sch1Ul .timeB span{
	display: block;
	font-size: 20px;
	color: rgb(0, 0, 0);
}
.sch1Ul .txtB{
	background-color: rgb(233, 236, 248);
	width: 300px;
	font-size: 18px;
	color: rgb(0, 0, 0);
	line-height: 2;
	margin: 0 48px;
	padding: 16px 28px;
	position: relative;
}
.sch1Ul li:nth-child(odd){
	padding-left: calc(50% + 40px);
}
.sch1Ul li:nth-child(even){
	padding-right: calc(50% + 40px);
	flex-direction: row-reverse;
}
.sch1Ul li:nth-child(even) .timeB{
	text-align: right;
}
.sch1Ul li:nth-child(odd) .txtB::before{
	content: "";
    width: 0;
    height: 0;
    border-right: 21px solid rgb(233, 236, 248);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
	position: absolute;
	left: -20px;
	top: 28px;
}
.sch1Ul li:nth-child(even) .txtB::before{
	content: "";
    width: 0;
    height: 0;
    border-left: 21px solid rgb(233, 236, 248);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
	position: absolute;
	right: -20px;
	top: 28px;
}
.topmb{margin-top: 5vw;}
.sch2Ul{margin: -16px;}
.sch2Ul li{padding: 16px;text-align: center;}
.sch2Ul .imgB{padding-top: 120%;}
.sch2Ul .titB{
	font-size: 24px;
	color: rgb(0, 0, 0);
	margin-top: 14px;
}
.sch2Ul .zhwB{
	font-size: 18px;
	color: rgb(0, 0, 0);
}
/* 参展单位 */
.secNav{
	margin-bottom: 54px;
}
.secNav a{
	font-size: 32px;
	font-family: "DingTalk";
	color: rgb(0, 0, 0);
	text-align: center;
	border-radius: 4px;
	background-image: -moz-linear-gradient( 49deg, rgba(1,177,111,0) 0%, rgba(10,53,137,0) 100%);
	background-image: -webkit-linear-gradient( 49deg, rgba(1,177,111,0) 0%, rgba(10,53,137,0) 100%);
	background-image: -ms-linear-gradient( 49deg, rgba(1,177,111,0) 0%, rgba(10,53,137,0) 100%);
	padding: 7px 40px;
	margin: 0 12px;
	transition: all 0.3s;
}
.secNav a.on{
	background-image: -moz-linear-gradient( 49deg, rgb(1,177,111) 0%, rgb(10,53,137) 100%);
	background-image: -webkit-linear-gradient( 49deg, rgb(1,177,111) 0%, rgb(10,53,137) 100%);
	background-image: -ms-linear-gradient( 49deg, rgb(1,177,111) 0%, rgb(10,53,137) 100%);
	color: rgb(255, 255, 255);
}
.exhL{width: 62.5%;}
.exhR{width: calc(37.5% - 20px);}
/* .exhUl li{margin-top: 20px;} */
/* .exhUl li:first-child{margin-top: 0px;} */
.exhUl{margin: -4px;}
.exhUl li{padding: 4px;}
.exhUl .kuang{border-radius: 10px;overflow: hidden;}
.exhUl .imgB{padding-top: 31.25%;position: relative;z-index: 1;}
.exhUl .titB{
	font-size: 16px;
	color: rgb(255, 255, 255);
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
	padding: 10px;
	width: 100%;
}
.pageNum{
	margin: 48px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.pageNum a,
.pageNum span{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(218, 218, 218);
	border-radius: 2px;
	background: rgb(255, 255, 255);
	min-width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 14px; 
	color: #333333; 
	padding: 0 14px;
	display: block;
	text-align: center;
	margin: 5px;
}
.pageNum span{
	border-color: #057a7b;
	background: #057a7b;
	color:#ffffff; 
}
.bmForm{margin-top: 24px;}
.bmForm label{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 16px;
}
.bmForm label:first-child{margin-top: 0;}
.bmForm span{
	display: block;
	font-size: 20px;
	color: rgb(255, 255, 255);
	width: 80px;
	padding-right: 16px;
	height: 44px;
	line-height: 44px;
	text-align: right;
}
.bmForm input[type=text]{
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.11);
	width: calc(100% - 80px);
	height: 44px;
	line-height: 44px;
	font-size: 20px;
	color: rgb(255, 255, 255);
	padding: 0 16px;
	border: 0;
}
.bmForm input[type=text]::placeholder{
	color: rgba(255,255,255,0.5);
}
.bmForm input[type=submit]{
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	border: 0;
	display: block;
	width: 100%;
	height: 44px;
	margin-top: 36px;
	font-size: 20px;
	color: rgb(6, 104, 126);
	cursor: pointer;
}
.exhUl2{margin: -6px;}
.exhUl2 li{padding: 6px;margin: 0;}
.exhUl2 .titB{
	font-size: 16px;
	padding: 10px;
}
/* 详情 */
.detAll{padding: 20px 0 72px;}
.fgx{border-top: 1px solid #d7d7d7;}
.backB{
	display: block;
	font-size: 18px;
	color: rgb(45, 45, 45);
	padding: 18px 0;
}
.detThumb{margin-bottom: 36px;}
.pageTit{
	font-size: 32px;
	color: rgb(0, 0, 0);
	font-weight: 400;
	text-align: center;
	margin-bottom: 24px;
}
.pageTit::after{
	content: "";
	background-color: rgb(5, 122, 123);
	display: block;
	width: 74px;
	height: 3px;
	margin: 24px auto 0;
}
.pageTxt{
	font-size: 18px;
	color: rgb(0, 0, 0);
	line-height: 2;
}
.pageTxt video{
	display: block !important;
	margin: 0 auto !important;
	text-indent: unset !important;
	height: auto !important;
}
@media (max-width:800px) {
	.pageTxt video{width: 100% !important;}
}
/* 新闻 */
.newsUl{margin: -15px;}
.newsUl li{padding: 15px;}
.newsUl .kuang{
	background-color: rgb(246, 247, 248);
	position: relative;
	padding-bottom: 40px;
}
.newsUl .imgB{padding-top: 76%;}
.newsUl .textB{padding: 28px 20px;}
.newsUl .catB{
	font-size: 20px;
	color: rgb(5, 122, 123);
	display: none;
}
.newsUl .titB{
	font-size: 26px;
	color: rgb(0, 0, 0);
	line-height: 1.5;
}
.newsUl .titB span{color: rgb(5, 122, 123);}
.newsUl .descB{
	font-size: 20px;
	color: rgb(114, 114, 114);
	position: absolute;
	left: 20px;
	bottom: 28px;
}
.newsUl .col_1 .kuang{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 0;
}
.newsUl .col_1 .tuB{width: 68%;}
.newsUl .col_1 .imgB{padding-top: 56%;}
.newsUl .col_1 .textB{width: 32%;padding: 32px 28px;}
.newsUl .col_1 .catB{display: block;margin-bottom: 20px;}
.newsUl .col_1 .titB{font-size: 32px;}
.newsUl .col_1 .descB{left: calc(68% + 28px);bottom: 48px;}
.newsUl .col_1.xnl .titB{font-size: 22px;}
.newsUl .col_1.xnl .textB{width: 100%;}
.newsUl .col_1.xnl .descB{font-size: 22px;position: relative;left: unset;bottom: unset;}
.newsUl .col_1.xnl .titB1 span{color: #FF0000;}
.newsUl .col_1.xnl .titB2 span{color: #226fff;word-break: break-all;}
.newsUl2 .tuB{position: relative;}
.newsUl2 .tuB::after{
	content: "";
	background: url(../img/play.png) center center no-repeat;
	background-size: 60px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	z-index: 3;
}
.newsUl2 .imgB{padding-top: 95%;position: relative;z-index: 1;}
.newsUl2 .textB{padding: 20px;}
.newsUl2 .titB{font-size: 20px;}
.newsUl2 .descB{bottom: 20px;}
/* 精彩图集 */
.atlAll .ind4Ul{margin: -16px;}
.atlAll .ind4Ul li{padding: 16px;}
/* 联系我们 */
.ctcP1 .nrBox{
	background-color: rgb(246, 246, 246);
	align-items: stretch;
}
.ctc1L{width: 50%;padding: 3.33vw;}
.ctc1R{width: 50%;}
.ctc1L .pTit{
	font-size: 32px;
	color: rgb(33, 33, 33);
	margin-bottom: 20px;
}
.ctc1L .pTit::after{
	content: "";
	background-color: rgb(5, 122, 123);
	display: block;
	width: 53px;
	height: 5px;
	margin-top: 32px;
}
.ctc1L .pNr{
	font-size: 18px;
	color: rgb(33, 33, 33);
	line-height: 2.444;
	margin-bottom: 40px;
}
.ctc1L .pEwm p{margin-right: 8px;}
.ctc1L .pEwm p:last-child{margin-right: 0;}
.ctc1L .pEwm img{display: block;width: 130px;}
.ctc1L .pEwm span{
	display: block;
	font-size: 16px;
	color: rgb(37, 37, 37);
	margin-top: 8px;
	text-align: center;
}
.ctc1R .mapB{
	width: 100%;
	height: 100%;
}
.ctc2Ul{
	background-color: rgb(246, 246, 246);
	padding: 20px 48px;
}
.ctc2Ul .tuB{
	width: 288px;
}
.ctc2Ul .textB{
	width: calc(100% - 288px);
	border-bottom: 1px dashed rgb(179, 179, 179);
	padding: 40px 28px;
}
.ctc2Ul li:last-child .textB{border-bottom: 0;}
.ctc2Ul .titB{
	font-size: 32px;
	color: rgb(33, 33, 33);
}
.ctc2Ul .descB{
	font-size: 18px;
	color: rgb(33, 33, 33);
	line-height: 1.778;
	margin-top: 16px;
}
/* 报名入口 */
.signP1 .nrBox{
	background-color: rgb(246, 246, 246);
	padding: 44px 66px;
}
.sign1L{
	width: 40%;
}
.sign1L .asideB{
	padding: 24px;
}
.sign1R{
	width: 60%;
	padding-left: 5vw;
}
.sign1R .pTit{
	font-size: 32px;
	color: rgb(33, 33, 33);
	margin-bottom: 64px;
}
.sign1R .pTit::after{
	content: "";
	background-color: rgb(5, 122, 123);
	display: block;
	width: 53px;
	height: 5px;
	margin-top: 32px;
}
.sign1R .titB{
	font-size: 22px;
	color: rgb(7, 98, 128);
	margin-bottom: 16px;
	margin-top: 48px;
}
.sign1R .labB{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.sign1R .labB p{
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	width: calc(50% - 20px);
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: rgb(56, 56, 56);
	line-height: 1;
	vertical-align: bottom;
}
.sign1R .labB span{
	padding-top: 6px;
}
.sign1R .labB b{
	display: block;
	font-size: 32px;
	color: #ff2c2c;
	font-weight: 400;
}
.signUl{margin: -20px;}
.signUl li{padding: 20px;}
.signUl .imgB{padding-top: 75%;}

@media (max-width:1512px) {
	.banner .imgB{padding-top: 640px;}
	.asideB{padding: 36px;}
	.abo10Ul .numB b{font-size: 44px;}
	.ind9Ul{margin: -8px;}
	.ind9Ul li{padding: 8px;}
	.ind9Ul .txtB{font-size: 24px;}
}
@media (max-width:1312px) {
	.ind4Ul{margin: -16px;}
	.ind4Ul li{padding: 16px;}
	.banner .imgB{padding-top: 580px;}
	.asideB{padding: 32px;}
	.ind8Ul .textB{padding: 16px;}
	.indp10 .clickBox .eachBox{padding: 20px 32px;}
	.indp10 .clickBox .eachBox b{font-size: 36px;}
	.abo10Ul .numB b{font-size: 40px;}
	.secNav a{font-size: 28px;}
	.asideB .pTit,
	.newsUl .col_1 .titB{font-size: 30px;}
	.newsUl .titB{font-size: 24px;}
	.newsUl .col_1.xnl .titB,
	.newsUl .col_1.xnl .descB{font-size: 22px;}
	.sign1R .titB{margin-top: 40px;}
	.sign1R .pTit{margin-bottom: 48px;}
}
@media (max-width:1232px) {
	.indp{padding: 50px 0 16px;}
	.indb{padding-bottom: 50px;}
	.asideB{padding: 24px;}
	.abo10Ul .numB b{font-size: 36px;}
	.secNav a{font-size: 24px;}
	.asideB .pTit,
	.newsUl .col_1 .titB,
	.ctc2Ul .titB{font-size: 26px;}
	.newsUl .titB{font-size: 22px;}
	.newsUl .col_1.xnl .titB,
	.newsUl .col_1.xnl .descB{font-size: 20px;}
	.ind2Ul .textB{width: 92%;padding: 8px;}
	.ind2Ul .titB{font-size: 18px;min-height:54px;}
	.ind4Ul,
	.atlAll .ind4Ul{margin: -12px;}
	.ind4Ul li,
	.atlAll .ind4Ul li{padding: 12px;}
	.swiper-slide .titB{font-size: 16px;padding: 8px;}
	.ind5Ul .titB{font-size: 16px;width: calc(100% - 80px);}
	.ind5Ul .descB{width: 72px;font-size: 14px;}
	.ind7Ul .textB{padding: 4px;}
	.ind7Ul .titB b,
	.ind8Ul .titB{font-size: 20px;}
	.ind7Ul .titB{font-size: 16px;}
	.ind8Ul .iconB img{max-height: 64px;display: block;max-width: 100px;}
	.ind8Ul .descB{margin: 0;font-size: 15px;}
	.ind8Ul .textB{padding: 12px;}
	.indp10 .clickBox{width: 220px;}
	.indp10 .showBox {width: calc(100% - 236px);}
	.indp10 .clickBox .eachBox{font-size: 18px;padding: 16px;}
	.indp10 .clickBox .eachBox b{font-size: 26px;}
	.aboL{width: 66%;}
	.aboR{width: 30%;}
	.aboP{font-size: 18px;}
	.aboTit{font-size: 28px;}
	.sch1Ul .timeB b{font-size: 24px;}
	.sch1Ul .timeB span{font-size: 18px;}
	.sch1Ul .txtB{padding: 12px;font-size: 16px;margin: 0 16px;}
	.sch1Ul li:nth-child(odd) .txtB{margin-right: 0;}
	.sch1Ul li:nth-child(even) .txtB{margin-left: 0;}
	.ctc2Ul .textB{padding: 28px;}
	.signP1 .nrBox{padding: 32px;}
	.sign1R{padding-left: 3vw;}
	.sign1R .pTit::after{margin-top: 16px;}
	.sign1R .labB p{font-size: 16px;height: 64px;}
	.sign1R .labB b{font-size: 28px;}
	.sign1R .pTit{font-size: 30px;}
	.ind9Ul li{width: calc(100% / 7);}
	.ind9Ul .txtB{font-size: 20px;}
}
@media (max-width:1024px) {
	.indp{padding: 40px 0 16px;}
	.indb{padding-bottom: 40px;}
	.asideB{padding: 16px;}
	.indp10 .clickBox .eachBox b,
	.pageTit{font-size: 24px;}
	.abo10Ul .numB b{font-size: 32px;}
	.secNav a{font-size: 20px;}
	.asideB .pTit,
	.newsUl .col_1 .titB,
	.ctc2Ul .titB{font-size: 22px;}
	.newsUl .titB{font-size: 20px;}
	.newsUl .col_1.xnl{width: 100%;}
	.newsUl .col_1.xnl .titB,
	.newsUl .col_1.xnl .descB{font-size: 18px;}
	.ind2Ul li{width: calc(100% / 2);}
	.ind6Ul li{width: calc(100% / 5);}
	.ind6Ul li:last-child{width: calc((100% / 5) * 3);}
	.ind6Ul .titB{font-size: 14px;padding: 0 12px;}
	.ind7Ul li{width: calc(100% / 3);}
	.ind4Ul .titB{padding: 8px;font-size: 16px;}
	.indp .moreBtn{margin-top: 36px;}
	.ind8Ul>li{width: 50%;}
	.ind8Ul>li li{width: 100%;}
	.ind8Ul>li:last-child{width: 100%;}
	.ind8Ul>li:last-child ul{display: flex;justify-content: space-between;align-items: center;}
	.ind8Ul>li:last-child li{width: 50%;}
	.ind8Ul>li:last-child .type2 .imgB{padding-top: 50%;}
	.ind8Ul>li:last-child .type3 .imgB{padding-top: 50%;}
	.ind9Ul li{width: calc(100% / 6);}
	.ind9Ul .txtB{font-size: 18px;}
	.indp10 .nrBox{display: block;}
	.indp10 .clickBox{display: flex;justify-content: space-between;align-items: center;width: 100%;margin: 0 0 16px;}
	.indp10 .clickBox .eachBox{width: 31%;}
	.indp10 .showBox{width: 100%;}
	.aboTit{font-size: 24px;margin-bottom: 16px;}
	.nrb1,.nrb2{font-size: 22px;}
	/* .sch1Ul::before{left: 10px;} */
	.sch1Ul li{display: block;}
	.sch1Ul .dian{width: 20px;height: 20px;/* left: 0; */left: calc(50% - 10px);}
	/* .sch1Ul .dian::after{width: 60%;height: 60%;}
	.sch1Ul li:nth-child(odd),
	.sch1Ul li:nth-child(even){padding: 0 0 0 40px;} */
	.sch1Ul .timeB{padding: 8px 0;}
	.sch1Ul .timeB span{font-size: 14px;}
	.sch1Ul .timeB b{font-size: 18px;}
	/* .sch1Ul li:nth-child(odd) .txtB,
	.sch1Ul li:nth-child(even) .txtB{margin-left: 40px;}
	.sch1Ul li:nth-child(even){flex-direction: unset;} */
	.sch1Ul .txtB{line-height: 1.8;}
	.sch1Ul li:nth-child(odd) .txtB,
	.sch1Ul li:nth-child(even) .txtB{width: 100%;margin: 0;}
	.sch1Ul li:nth-child(odd) .txtB::before,
	.sch1Ul li:nth-child(even) .txtB::before{display: none;}
	.sch1Ul li:nth-child(even) .txtB{text-align: right;}
	.sch2Ul{margin: -16px;}
	.sch2Ul li{padding: 16px;}
	.sch2Ul .titB{font-size: 20px;}
	.sch2Ul .zhwB{font-size: 16px;}
	.secNav{margin-bottom: 32px;}
	.exhAll .nyCon{display: block;}
	.exhL{width: 100%;}
	.exhR{width: 100%;margin-top: 48px;}
	.pageTxt,
	.ctc2Ul .descB{font-size: 16px;}
	.newsUl,.ind4Ul, .atlAll .ind4Ul,.signUl{margin: -8px;}
	.newsUl li,.ind4Ul li, .atlAll .ind4Ul li,.signUl li{padding: 8px;}
	.newsUl2 .tuB::after{background-size: 64px;}
	.ctc1L .pTit,
	.sign1R .pTit{font-size: 28px;margin-bottom: 40px;}
	.ctc1L .pTit::after,
	.sign1R .pTit::after{width: 44px;height: 3px;margin-top: 16px;}
	.ctc1L .pNr{font-size: 16px;line-height: 1.8;}
	.ctc2Ul{padding: 20px;}
	.signP1 .nrBox{padding: 16px;}
	.sign1R .titB{margin: 32px 0 16px;}
	.sign1R .labB b{font-size: 24px;}
	.bmForm span{font-size: 18px;}
	.bmForm input[type=text]{font-size: 18px;}
	.bmForm input[type=submit]{font-size: 18px;margin-top: 16px;}
	.asideB .xian img{width: 20px;margin: 0 16px;}
	.asideB .xian::before, .asideB .xian::after{width: calc(50% - 28px);}
}
@media (max-width:800px) {
	.indp{padding: 32px 0 8px;}
	.indb{padding-bottom: 32px;}
	.indp1{padding-top: 48px;}
	.banner .imgB{padding-top: 64%;}
	.asideB{padding: 10px;}
	.indp10 .clickBox .eachBox b,
	.pageTit{font-size: 20px;}
	.abo10Ul .numB b{font-size: 28px;}
	.secNav a{font-size: 16px;}
	.asideB .pTit,
	.newsUl .titB,
	.newsUl .col_1 .titB,
	.ctc2Ul .titB{font-size: 18px;}
	.countBox .pTit{font-size: 18px;}
	.indp1 .txtB{margin-bottom: 24px;}
	.ind2Ul{margin: -4px;}
	.ind2Ul li{padding: 4px;}
	.ind2Ul .titB{font-size: 16px;min-height: 48px;}
	.ind2Ul .moreB span{font-size: 14px;margin: 0 4px;}
	.ind2Ul .moreB::before, .ind2Ul .moreB::after{width: 8px;height: 8px;}
	.ind3Ul{padding: 0 10vw;}
	.ind3Ul li{width: 100%;padding: 4px 16px;}
	/* .ind3Ul .imgB{padding-top: 96%;} */
	.ind3Ul .playBtn{opacity: 1;background-size: 40px;}
	.ind4Ul,
	.atlAll .ind4Ul{margin: -4px;}
	.ind4Ul li,
	.atlAll .ind4Ul li{width: 50%;padding: 4px;}
	.ind4Ul li:nth-child(2),
	.ind4Ul li:nth-child(4){margin: 0;}
	.ind4Ul li:nth-child(1){position: relative;left: unset;top: unset;width: 100%;}
	.indp5 .nrBox{display: block;}
	.ind5L{width: 100%;}
	.ind5R{width: 100%;margin-top: 16px;}
	.swiper_ind5{height: 60vw;}
	.swiper_ind5 .swiper-slide{height: calc((100% - 16px) / 3);}
	.swiper_ind5 .swiper-slide .titB{font-size: 16px;padding: 8px;}
	.ind5L .swiper-pagination{position: relative;bottom: unset;left: unset;margin: 0px auto 0;}
	.ind5L .swiper-pagination-bullet{width: 16px;height: 4px;}
	.ind5Ul .kuang{padding-top: 4px;}
	.indp5{padding-bottom: 40px;}
	.ind6Ul{margin: -2px;}
	.ind6Ul li{padding: 2px;width: calc(100% / 5);}
	.ind6Ul .imgY{border-radius: 4px;}
	.ind7Ul li{width: 50%;}
	.ind7Ul .textB{opacity: 1;}
	.ind8Ul{margin: -4px;}
	.ind8Ul li{padding: 4px;}
	.ind8Ul>li{width: 100%;}
	.ind8Ul .imgB{padding-top: 64%;}
	.ind8Ul .type2 .imgB{padding-top: 42%;}
	.ind8Ul>li:last-child ul{display: block;}
	.ind8Ul>li:last-child li{display: block;width: 100%;}
	.ind8Ul>li:last-child .type2 .imgB,
	.ind8Ul>li:last-child .type3 .imgB{padding-top: 42%;}
	.ind9Ul{margin: -4px;}
	.ind9Ul li{width: calc(100% / 4);padding: 4px;}
	.ind9Ul .txtB{font-size: 16px;}
	.indp10 .clickBox .eachBox{width: 32%;font-size: 14px;padding: 10px;}
	.aboAll .nyCon{display: block;}
	.aboL{width: 100%;}
	.aboR{width: 100%;margin-top: 40px;}
	.aboP{padding: 16px 0;font-size: 16px;}
	.abo4Ul .iconB{display: flex;justify-content: center;align-items: center;}
	.abo4Ul .iconB img{height: 80px;width: unset;}
	.abo9Ul .iconB img{max-height: 40px;}
	.abo10Ul{margin: -16px;margin: 40px -16px;}
	.abo10Ul li{padding: 16px;}
	.abo2Ul,
	.abo3Ul,
	.abo4Ul{flex-wrap: wrap;justify-content: flex-start;}
	.abo2Ul li{width: 100%;}
	.abo3Ul li{width: calc(100% / 3);}
	.abo4Ul li{width: calc(100% / 2);}
	.nrb1, .nrb2{font-size: 18px;padding: 16px;}
	.sch1Ul::before{left: 10px;}
	.sch1Ul .dian{left: 0;}
	.sch1Ul li:nth-child(odd),
	.sch1Ul li:nth-child(even){padding: 0 0 0 40px;}
	.sch1Ul .txtB{font-size: 14px;line-height: 1.5;}
	.sch1Ul li:nth-child(even) .timeB,
	.sch1Ul li:nth-child(even) .txtB{text-align: left;}
	.sch2Ul{margin: -4px;}
	.sch2Ul li{padding: 4px;width: 50%}
	.secNav{margin-bottom: 16px;}
	.secNav{flex-wrap: wrap;}
	.secNav a{padding: 6px 12px;margin: 0;width: 50%;}
	.exhUl li{margin-top: 8px;}
	.exhUl .titB{font-size: 16px;padding: 8px;}
	.pageNum{margin-top: 32px;}
	.pageNum a, .pageNum span{min-width: 30px;height: 30px;line-height: 30px;}
	.bmForm span{font-size: 16px;height: 40px;line-height: 40px;}
	.bmForm input[type=text]{font-size: 16px;height: 40px;line-height: 40px;}
	.bmForm input[type=submit]{font-size: 16px;margin-top: 16px;}
	.bmForm label{margin-top: 8px;}
	.bmForm input[type=submit]{height: 40px;}
	.detThumb{margin-bottom: 24px;}
	.pageTit::after{width: 40px;margin-top: 16px;}
	.pageTxt{line-height: 1.6;}
	.backB{font-size: 16px;}
	.exhUl{margin: -4px;}
	.exhUl li{padding: 4px;margin: 0;}
	.exhUl2 li{width: 50%;margin: 0;}
	.exhUl .kuang{border-radius: 4px;}
	.exhUl .titB{padding: 4px;font-size: 14px;}
	.newsUl{margin: -4px;}
	.newsUl li{padding: 4px;width: 50%;width: 100%;}
	.newsUl .col_1.xnl{width: 100%;}
	.newsUl .kuang{padding-bottom: 32px;padding-bottom: 0;}
	.newsUl .textB{padding: 8px;}
	.newsUl .titB{font-size: 16px;}
	.newsUl .descB{left: 8px;bottom: 8px;font-size: 14px;position: relative;left: unset;bottom: unset;margin-top: 8px;}
	.newsUl .col_1 .kuang{display: block;}
	.newsUl .col_1 .tuB{width: 100%;}
	.newsUl .col_1 .textB{width: 100%;padding: 12px;}
	.newsUl .col_1 .catB{font-size: 16px;margin-bottom: 8px;}
	.newsUl .col_1 .descB{position: relative;left: unset;top: unset;bottom: unset;margin: 4px 0 0;}
	.newsUl2 li{width: 50%;}
	.newsUl2 .tuB::after{background-size: 40px;}
	.newsUl .col_1.xnl .titB,
	.newsUl .col_1.xnl .descB{font-size: 16px;}
	.ctcP1 .nrBox{display: block;}
	.ctc1L{width: 100%;padding: 16px;}
	.ctc1L .pTit, .sign1R .pTit{margin-bottom: 24px;font-size: 24px;}
	.ctc1L .pNr{margin-bottom: 20px;}
	.ctc2Ul li{display: block;padding: 16px 0;border-bottom: 1px dashed rgb(179, 179, 179);}
	.ctc2Ul li:last-child{border-bottom: 0;}
	.ctc2Ul .tuB{width: 80px;}
	.ctc2Ul .textB{width: 100%;padding: 8px 0 0;border-bottom: 0;}
	.ctc2Ul .descB{font-size: 14px;line-height: 1.5;margin-top: 4px;}
	.signP1 .nrBox{display: block;padding: 0px;border-radius: 10px 10px 0 0;}
	.sign1L{width: 100%;}
	.sign1R{width: 100%;padding: 16px;}
	.sign1L .asideB{padding: 16px;}
	.sign1R .titB{font-size: 20px;}
	.sign1R .labB{display: block;}
	.sign1R .labB p{margin-top: 4px;width: 100%;height: 48px;}
	.signUl{margin: -4px;}
	.signUl li{padding: 4px;width: 50%;}
}