.banner_sw{overflow: hidden;height: calc(100vh - 105px);position: relative;}
.banner_sw .swiper-wrapper{height: calc(100% - 70px);}
.banner_sw .swiper-wrapper a{width:100%;display:block;text-align:center;}
.banner_sw .swiper-wrapper a img{max-width:100%;display:block;margin:0 auto;}
.banner_sw .sw01 img{width: 100%;height: 100%;object-fit: cover;}
.syfont01{text-align:center;}
.syfont01 img{max-width:100%; margin:0 auto;}
.ba_jiantou{height: 70px;display: flex;justify-content: center;align-items: center;position:relative;z-index:99;}
.scroll-icon{cursor: pointer;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;height: 2em;width: 1.2em;font-size: 22px;color: rgba(0, 0, 0, 0.5);border-radius: 2em;border: solid 2px;-webkit-transition: .4s;transition: .4s;}
.scroll-icon:hover{color: #008CD7;}
.scroll-icon::after{content: '';width: 5px;height: 5px;background-color: #7F7F7F;border-radius: 50%;-webkit-animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);}

@-webkit-keyframes scroll-icon {
	0% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px);
		opacity: 0;
	}

	30%,
	70% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(12px);
		transform: translateY(12px);
		opacity: 0;
	}
}
@keyframes scroll-icon {
	0% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px);
		opacity: 0;
	}

	30%,
	70% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(12px);
		transform: translateY(12px);
		opacity: 0;
	}
}



.shouchuang{padding: 130px 0;}
.shouchuang_title{font-size: 28px;color: #53C2F1;text-align: center;margin-bottom: 20px;}
.shouchuang_title2{display: flex;justify-content: center;}
.shouchuang_title2 span{margin:0 10px;}
.lan{color: #008CD6;font-size: 40px;font-weight: bold;}
.huang{color: #FAC842;font-size: 40px;font-weight: bold;}
.shouchuang_main{font-size:18px;color: #727171;text-indent:2em;line-height:48px;margin:40px 0;}
.shouchuang_a{border:2px solid #53C2F1;color: #53C2F1;border-radius: 24px;padding: 0 30px;line-height:38px; font-size:24px;margin: 0 30px;display: inline-block;}
.shouchuang_a:hover{background-color: #53C2F1;color: #fff;}
.indexbox{width:100%;text-align:center;}
.indexbox img{max-width:100%;margin:0 auto;display:block;}
.indexbox02{ background:#727171;border:1px solid #727171; margin:40px 0 0 0;}
.indexleft01{width:65%;float:left;}
.indexleft01 video{width:100%;display:block;}
.indexleft01 video img{width:100%;display:block;}
.indexleft02{width:35%;float:right; padding:20px 5% 0 5%;text-indent:2em;font-size:18px; color:#fff; line-height:54px;}

.video img{width: 100%;}
@media screen and (max-width: 550px) {
	.shouchuang{padding: 20px 0;}
	.shouchuang_title{font-size: 18px;margin-bottom: 10px;}
	.lan{font-size: 22px;}
	.huang{font-size: 22px;}
	.shouchuang_main{margin: 10px 0;line-height:30px;font-size: 14px;}
	.shouchuang_a{font-size: 14px;margin:0 8px;}
}

.jishu_sw{overflow: hidden;position: relative;}
.jishu_sw .swiper-pagination{bottom: 0px;}
.jishu_sw .swiper-pagination-bullet{width: 10px;height: 10px;background: #F9BF00;}
.jishu_sw_box img{max-width: 180px;height: 180px;object-fit: cover;margin: 0 auto;margin-bottom: 30px;}
.jishu_sw_name{font-size: 24px;color: #008CD6;text-align: center;margin-bottom: 10px;}
.jishu_tx{margin-bottom: 50px;}
.jishu_tx li{font-size: 14px;color: #727171;text-align: center;}
@media screen and (max-width: 550px) {
	.jishu_sw_box img{margin-bottom: 15px;}
	.jishu_tx{margin-bottom: 40px;}
}

.chanpin{overflow: hidden;position: relative;}
.chanpin_sw .swiper-pagination{bottom: 0px;}
.chanpin_sw .swiper-pagination-bullet{width: 10px;height: 10px;background: #F9BF00;}
.chanpin_sw .Imgovf{width: 50%;}
.chanpin_sw .swiper-slide{display: flex;align-items: center;flex-wrap: wrap;margin-bottom: 40px;}
.chanpin_sw_main{width: 50%;padding: 0 65px;}
.chanpin_sw_main img{margin: 15px 0;}
.chanpin_sw_main_title{font-size:30px;color: #727171; line-height:42px; letter-spacing:2px;}
.chanpin_sw_main_title2{font-size: 30px;color: #727171; line-height:42px; letter-spacing:2px; margin:10px 0 20px 0;}
.chanpin_sw_main_main p{font-size: 18px;color: #727171;line-height:40px;}
.chanpin_sw_main_main p:last-child{margin-bottom: 0;}
.nestime{font-size:24px;color: #727171;line-height:40px;}
.newsnrk{font-size:18px;color: #727171;line-height:40px;width:77%;text-align:right;height:40px;overflow:hidden;}
@media screen and (max-width: 800px) {
	.chanpin_sw_main{padding: 0 30px;}
	.indexleft01{width:100%;}
	.indexleft02{width:100%;padding:15px;line-height:38px;}
	.indexbox02{margin:20px 0 0 0;}
}
@media screen and (max-width: 550px) {
	.chanpin_sw .Imgovf{width: 70%;margin: 0 auto 15px;}
	.chanpin_sw_main{width: 100%;padding: 0;}
	.chanpin_sw_main_title{font-size: 18px; line-height:30px;}
	.chanpin_sw_main_title2{font-size: 18px; line-height:30px; margin:0;}
	.chanpin_sw_main img{margin: 10px 0;}
	.chanpin_sw_main_main p{margin-bottom: 3px;font-size:14px; line-height:20px;}
	.nestime,.newsnrk{font-size:14px;}
	.indexleft02{font-size:14px;}
}

.new{overflow: hidden;position: relative;margin-bottom: 50px;}
.new_sw .swiper-pagination{bottom: 0px;}
.new_sw .swiper-pagination-bullet{width: 11px;height: 11px;background: #F9BF00;}
.new_sw .swiper-slide{margin-bottom: 30px;}
.new_sw_main{display: flex;justify-content: space-between;flex-wrap: wrap;}
.new_sw_main p{font-size:18px;color: #727171;}
.new_sw_main{padding: 10px 0;}
.new_sw_main_time{width:100px;}
.new_sw_main_main{width: calc(100% - 100px);text-align: right;}
@media screen and (max-width: 550px) {
	.new{margin-bottom: 20px;}
	
}
