/* banner */
.banner {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	background: #000;
}

.banner .swiper {
	width: 100%;
	height: 100%;
}

.banner .swiper img {
	width: 100%;
}

.banner .list {
	width: 100%;
	height: 100%;
}

.banner .pcpt {
	display: block;
}

.banner .mbpt {
	display: none;
}

.banner #banner_prev,
.banner #banner_next {
	position: absolute;
	top: 48.5%;
	transform: translateY(-50%);
	width: 64px;
	height: 64px;
	z-index: 3;
	cursor: pointer;
	background-size: 100% auto;
}

.banner #banner_prev {
	left: 5%;
	background: url(../images/banner_prev.png)no-repeat center;
	opacity: 1;
	transition: opacity 0.3s linear;
	background-size: 100% auto;
}

.banner #banner_next {
	right: 5%;
	background: url(../images/banner_next.png)no-repeat center;
	opacity: 1;
	transition: opacity 0.3s linear;
	background-size: 100% auto;
}

.banner #banner_prev.fade {
	opacity: 0;
}

.banner #banner_next.fade {
	opacity: 0;
}

/* .banner .swiper-pagination{width:100%;height: 8px;padding: 0;margin: 0;bottom: 38px;}
.banner .swiper-pagination-bullet{margin: 0 8px;}
.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 6px;}
.banner .swiper-pagination span{width: 13px;height: 13px;background: #fff;padding: 0;border: solid 1px transparent;opacity: 1;vertical-align: middle;border: 0;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{border-color:transparent;background: #333;}
.banner .swiper-pagination-bullet{border-radius: 16px;}
.banner .swiper-pagination{height: auto;bottom: 30px;} */
.banner .swiper-pagination {
	width: 90%;
	left: 50%;
	bottom: 40px;
	padding: 0;
	margin: 0;
	max-width: 1530px;
	text-align: center;
	transform: translateX(-50%);
}

.banner .swiper-pagination .swiper-pagination-bullet {
	margin: 0 10px;
	width: 10px;
	height: 10px;
	opacity: 1;
	background-color: #fff;
	vertical-align: middle;
	position: relative;
	transition: all .3s linear;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {

}

.banner .swiper-pagination .swiper-pagination-bullet:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	border: 1px solid #fff;
	border-radius: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
}

.banner .swiper-pagination .swiper-pagination-bullet-active:after{opacity: 1;}
.banner #banner_mb {
	display: none;
}

.banner .num_page {
	position: absolute;
	right: 5%;
	bottom: 30px;
	width: auto;
	z-index: 2;
	color: #fff;
	font-size: 40px;
	font-family: mont;
	white-space: nowrap;
}

.banner .num_page span {
	display: inline-block;
}

@media only screen and (max-width:1440px) {

	.banner #banner_prev,
	.banner #banner_next {
		width: 50px;
		height: 50px;
	}
}

@media only screen and (max-width:1280px) {
	.banner .swiper-pagination {
		bottom: 30px;
	}

	.banner #banner_prev,
	.banner #banner_next {
		width: 20px;
		height: 36px;
	}

	/* .banner #banner_prev,.banner #banner_next{background-size: 20px;} */
	.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 13px;
	}

	.banner .num_page {
		font-size: 48px;
	}

	.banner #banner_prev,
	.banner #banner_next {
		width: 40px;
		height: 40px;
	}
}

@media only screen and (max-width:1080px) {
	.banner .num_page {
		font-size: 40px;
	}
}

@media only screen and (max-width:850px) {
	.banner .swiper-pagination {
		bottom: 30px;
	}

	.banner .num_page {
		font-size: 30px;
	}
}

@media only screen and (max-width:750px) {
	/* .banner #banner_pic{display: none;}
	.banner #banner_mb{display: block;} */
}

@media only screen and (max-width:520px) {

	.banner #banner_prev,
	.banner #banner_next {
		height: 22px;
		background-size: 12px;
	}

	.banner #banner_prev {
		left: 3%;
	}

	.banner #banner_next {
		right: 3%;
	}

	.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 6px;
	}

	.banner .swiper-pagination {
		bottom: 13px;
	}

	.banner .swiper-pagination span {
		width: 6px;
		height: 6px;
		margin: 0 5px;
	}

	.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
	.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 6px;
		width: 8px;
		height: 8px;
	}

	.banner .num_page {
		font-size: 20px;
		bottom: 13px
	}
}

.banner .list01 {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

/* .banner .list01::after{content:"";position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 1;background: rgba(0,0,0,0.49);} */
.banner .list01 .text {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: auto;
	transform: translate(0, -50%);
	z-index: 2;
	color: rgba(255,255,255,0.6);
}

.banner .list01 .text .wrap {
	margin: 0 auto 0 auto;
	/* transform: translateX(50%); */
	opacity: 1;
	transition: all 0.1s 0.9s ease-out;
}

.banner .list01 .text .top {
	/* text-shadow: 0 3px 5px rgba(4, 0, 0, 0.63);
	letter-spacing: 1px; */
	line-height: 1.6;
}

.banner .list01 .text .top h2 {
	font-size: 30px;
	font-family: Pingfang;
	letter-spacing: 8px;
}

.banner .list01 .text .top h2 span {
	display: inline-block;
	position: relative;
	white-space: pre;
}

/* .banner .list01 .text .top h2 span::before{content: "";position: absolute;top:50%;right:calc(100% + 42px);right:-webkit-calc(100% + 42px);transform: translateY(-50%);width:300px;height: 2px;background-color: #fff;z-index: 2;}
.banner .list01 .text .top h2 span::after{content:"";position: absolute;left:calc(100% + 18px);left:-webkit-calc(100% + 18px);bottom:12px;width:26px;height: 26px;border-radius: 50%;background-image: linear-gradient(135deg,#09C86B,#028A48);} */
.banner .list01 .text .slogan {
	font-size: 46px;
	
	font-family: HongMeng;
	letter-spacing: 7.2px;
}

.banner .list01 .text .bottom img {
	margin-top: 6.5%;
	transform: translateX(17px);
}

.banner .list01 .img {
	overflow: hidden;
}

.banner .list01 .img img {
	/* transform: translateX(-50%); */
	opacity: 1;
	transition: all 1s 0.5s ease-out;
}

.banner .list01.after .img img {
	transform: translateX(0);
	opacity: 1;
}

.banner .list01.after .text .wrap {
	opacity: 1;
}

.banner .more_other {
	margin-top: 8%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.banner .more_other a {
	display: block;
	padding: 18px 30px;
	width: auto;
	text-align: center;
	color: #fff;
	font-size: 16px;
	position: relative;
	z-index: 1;
	border-radius: 10px;
	overflow: hidden;
	background-color: #ea1e24;
	line-height: 1;
}

.banner .more_other a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, transparent, #16938c);
	opacity: 1;
	transition: all .3s linear;
	z-index: -1;
}

.banner .more_other a:hover {}

.banner .more_other a:hover:after {
	background-image: linear-gradient(to left, #ea1e24, #ea1e24);
}

.banner .more_other a i {
	display: inline-block;
	margin-left: 0;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/icon_10.png)no-repeat right center;
	vertical-align: middle;
	background-size: auto 100%;
}

.banner .more_other a span {
	display: inline;
	vertical-align: middle;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: lighter;
	line-height: 1em;
}

@media only screen and (max-width:1440px) {
	.banner .list01 .text .top h2 {
		
	}

	.banner .list01 .text .slogan {
		/* font-size: 30px; */
	}

	.banner .more_other a {
		padding: 14px 20px;
	}

	.banner .more_other a span {
		font-size: 18px;
	}
}

@media only screen and (max-width:1280px) {
	.banner .list01 .text {
		top: 50%;
	}

	.banner .list01 .text .top h2 {
		font-size: 22px;
	}

	.banner .list01 .text .top h2 span::after {
		width: 18px;
		height: 18px;
	}

	.banner .list01 .text .top h2 span::before {
		right: calc(100% + 20px);
		right: -webkit-calc(100% + 20px);
	}

	.banner .list01 .text .slogan {
		font-size: 26px;
	}

	.banner .list01 .text .bottom img {
		transform: translateX(5px);
	}

	.banner .more_other a {}

	.banner .more_other a span {
		font-size: 16px;
	}
}

@media only screen and (max-width:850px) {
	.banner .list01 .text .top h2 {
		font-size: 20px;
	}

	.banner .list01 .text .slogan {
		font-size: 26px;
	}

	.banner .more_other {
		margin-top: 5%;
	}

	.banner .more_other a {
		padding: 12px;
	}

	.banner .more_other a span {
		font-size: 14px;
	}

	.banner .more_other a i {
		height: 16px;
	}
}

@media only screen and (max-width:520px) {
	.banner .list01 .text .wrap {}

	.banner .list01 .text .top h2 {
		font-size: 10px;
		letter-spacing: 3px;
	}

	.banner .list01 .text {
		/* top: 61%; */
		color:rgba(255,255,255,1)
	}

	.banner .list01 .text .top h2 span {
		display: inline;
		letter-spacing: 4px;
	}

	.banner .list01 .text .slogan {
		margin-top: 0;
		font-size: 13px;
		letter-spacing: 3px;
	}

	.banner .more_other a {
		padding: 12px 8px;
	}

	.banner .more_other a i {
		padding-right: 8px;
	}

	.banner .more_other a span {
		font-size: 12px;
	}

	.banner .more_other {
		display: none;
	}

}

.banner video {
	display: block;
	width: 100%;
	object-fit: fill;
}

.banner .ban_video img {}
.banner .ban_video .icon_play{position: absolute;left:50%;top:50%;width: 44px;height: 44px;;background: url(../images/v_play_center2.png)no-repeat center/100% auto;z-index: 3;display: none;transform: translate(-50%,-50%);}

@media only screen and (max-width:750px) {
	.banner video {
		display: block;
	}

	.banner .ban_video img {
		display: block;
	}
}

.ab_video .bg_mask {
	display: none;
	position: fixed;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(0, 0, 0, .9);
}

.ab_video .videos {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	max-width: 85%;
	transform: translate(-50%, -50%);
	z-index: 100;
	width: 90%;
	height: 400px;
	max-width: 800px;
}

.ab_video .videos video {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.ab_video .vclose {
	position: absolute;
	right: -35px;
	top: -20px;
	border-radius: 100%;
	cursor: pointer;
}



/* home_product */
/* .home_product{padding:14px 0;}
.home_product .section_list{margin-top: 5%;}
.home_product .section_list .one_part{width:49.2%}
.home_product .section_list .item{position: relative;}
.home_product .section_list .item .img{position: relative;padding-bottom: 82.74%;width:100%;overflow: hidden;}
.home_product .section_list .item .img img{position: absolute;left:50%;top:50%;width:auto;max-width:initial;min-height: 100%;max-height:100%;transform: translate(-50%,-50%);}
.home_product .section_list .one_part ul li{margin-bottom: 3.2%;}
.home_product .section_list .one_part ul li:last-child{margin-bottom: 0;}
.home_product .section_list .one_part:first-child ul li:last-child .item .img{padding-bottom: 42%;}
.home_product .section_list .one_part:last-child ul li:first-child .item .img{padding-bottom: 42%;}
.home_product .section_list .item .text_wrap{position: absolute;left:0;top:0;padding:7.5%;width:100%;color: #fff;box-sizing: border-box;}
.home_product .section_list .item .text_wrap .des{font-size:34px;text-shadow: 0 1px 2px rgba(0,0,0,0.4);}
.home_product .section_list .item .text_wrap .tit{margin-top:9px;font-size: 16px;font-weight: normal;text-shadow: 0 1px 2px rgba(0,0,0,0.4);}
@media only screen and (max-width:1260px){
	.home_product .section_list .item .text_wrap .des{font-size: 24px;}
}
@media only screen and (max-width:1080px){
	.home_product .section_list .item .text_wrap .des{font-size: 20px;}
}
@media only screen and (max-width:850px){
	.home_product .section_list .item .text_wrap .des{font-size: 18px;}
	.home_product .section_list .item .text_wrap .tit{font-size: 14px;}
}
@media only screen and (max-width:520px){
	.home_product{padding:40px 0 0;}
	.home_product .section_list{margin-top: 30px;}
	.home_product .section_list .one_part{width: 100%;}
	.home_product .section_list .one_part ul li{margin-bottom: 0;}
	.home_product .section_list .item .img{padding-bottom: 42%;}
	.home_product .section_list .item .img img{max-height: initial;}
	.home_product .section_list .item .text_wrap .des{font-size: 16px;}
} */

/* uchoose */
.home_product{padding:12px 0 0;}
.home_product .uchoose_list{}
.home_product .uchoose_list .layout{margin-bottom: 12px;margin-bottom: 0.63%;}
/* .home_product .uchoose_list .layout:not(:last-of-type){} */
.home_product .uchoose_list .layout:nth-child(even){flex-flow: row-reverse;}
.home_product .uchoose_list .one_part{width:49.7%;}
.home_product .uchoose_list .item{position: relative;z-index: 1;background: #f8f8f8;box-sizing: border-box;}
.home_product .uchoose_list .item .img{position: relative;padding-bottom: 113.2%;width:100%;overflow: hidden;}
.home_product .uchoose_list .item .img img{position: absolute;left:50%;top:50%;width:100%;transform: translate(-50%,-50%);transition: all .3s linear;z-index: 2;z-index: 1;}
.home_product .uchoose_list .item .img img.hide{display: none;z-index: 2;}
.home_product .uchoose_list .item .text_wrap{position: absolute;padding:37px 6%;width:100%;height: 100%;box-sizing: border-box;color: #000;z-index: 2;display: flex;flex-wrap: wrap;align-content: space-between;opacity: 0;transition: all .3s linear;}
.home_product .uchoose_list .item .text_wrap .top{width: 100%;color: #fff;}
.home_product .uchoose_list .item .text_wrap .tit{margin-bottom: 12px;font-size: 36px;font-weight: bold;}
.home_product .uchoose_list .item .text_wrap .des{font-size: 28px;font-weight: bold;}
.home_product .uchoose_list .item .text_wrap .more{display: block;margin-top:6%;padding:9px 28px;width: 100%;color: #fff;font-size: 18px;border: 1px solid #fff;}
.home_product .uchoose_list .item .text_wrap:hover{background: rgba(198,16,16,0.4);}
.home_product .uchoose_list .big_part{}
.home_product .uchoose_list .big_part .item .img{}
.home_product .uchoose_list .small_part ul li{margin-bottom: 1.2%;}
.home_product .uchoose_list .small_part ul li:last-child{margin-bottom: 0;}
.home_product .uchoose_list .small_part .item{}
.home_product .uchoose_list .small_part .item .img{position: relative;padding-bottom:56%;width:100%;max-width:100%;z-index: -1;overflow: hidden;}
.home_product .uchoose_list .small_part .item .img img{position: absolute;left:50%;top:50%;width: 100%;transform: translate(-50%,-50%);z-index: 2;}

@media only screen and (min-width:521px){
	.home_product .uchoose_list .item:hover .img img{transform: translate(-50%,-50%) scale(1.05);}
	.home_product .uchoose_list .item:hover .text_wrap{opacity: 1;}
}
@media only screen and (max-width:1280px){
	.home_product .uchoose_list .item .text_wrap .tit{font-size: 30px;}
	.home_product .uchoose_list .item .text_wrap .des{font-size: 24px;}
	.home_product .uchoose_list .item .text_wrap .more{font-size: 16px;}
}
@media only screen and (max-width:1080px){
	.home_product .uchoose_list .item .text_wrap .des{font-size: 20px;}
}
@media only screen and (max-width:850px){
	.home_product .uchoose_list .item .text_wrap .des{font-size: 18px;}
	.home_product .uchoose_list .item .text_wrap .tit{margin-bottom: 9px;font-size: 26px;}
	.home_product .uchoose_list .item .text_wrap .more{padding:6px 16px;}
}
@media only screen and (max-width:520px){
	.home_product{padding: 0 0 1%;}
	.home_product .uchoose_list{}
	.home_product .uchoose_list .item .img{padding-bottom: 56%;}
	/* .home_product .uchoose_list .small_part ul li:last-child{margin-bottom: 2%;} */
	.home_product .uchoose_list .layout:nth-child(even){flex-flow: wrap;}
	.home_product .uchoose_list .layout{margin-bottom: 0;}
	/* .home_product .uchoose_list .layout:not(:last-of-type){margin-bottom: 2%;} */
	/* .home_product .uchoose_list .big_part{margin-bottom: 2%;} */
	.home_product .uchoose_list .one_part{width: 100%;}
	.home_product .uchoose_list .item{margin-top: 1%;}
	.home_product .uchoose_list .item .text_wrap .more{font-size: 12px;}
	.home_product .uchoose_list .item .text_wrap .tit{font-size: 20px;}
	.home_product .uchoose_list .item .text_wrap .des{font-size: 16px;}
	.home_product .uchoose_list .small_part ul li{margin-bottom:0;}
	.home_product .uchoose_list .item .img img.hide{display: block;}
}

/* .home_product{padding:12px 0;}
.home_product .uchoose_list{}
.home_product .uchoose_list .layout{display: grid;grid-template-columns: repeat(2, 49.7%);grid-template-rows: repeat(auto-fit,minmax(530px, 1fr));column-gap: 0.6%;}
.home_product .uchoose_list .layout:not(:first-of-type){margin-top: 12px;height: auto;}
.home_product .uchoose_list .layout:nth-child(even){flex-flow: row-reverse;}

.home_product .uchoose_list .layout .target{height: auto;justify-content: flex-start;}
.home_product .uchoose_list .layout .target:nth-child(2n) .item .img{padding-bottom: 113.2%;}

.home_product .uchoose_list .one_part{width:49.7%;}
.home_product .uchoose_list .item{position: relative;z-index: 1;background: #f8f8f8;box-sizing: border-box;}
.home_product .uchoose_list .item .img{position: relative;padding-bottom: 113.2%;padding-bottom:56%;width:100%;overflow: hidden;}
.home_product .uchoose_list .item .img img{position: absolute;left:50%;top:50%;width:100%;transform: translate(-50%,-50%);transition: all .3s linear;}
.home_product .uchoose_list .item .text_wrap{position: absolute;padding:37px 6%;width:100%;height: 100%;box-sizing: border-box;color: #000;z-index: 2;display: flex;flex-wrap: wrap;align-content: space-between;opacity: 0;transition: all .3s linear;}
.home_product .uchoose_list .item .text_wrap .top{width: 100%;color: #fff;}
.home_product .uchoose_list .item .text_wrap .tit{margin-bottom: 12px;font-size: 16px;font-weight: normal;}
.home_product .uchoose_list .item .text_wrap .des{font-size: 28px;font-weight: bold;}
.home_product .uchoose_list .item .text_wrap .more{display: block;margin-top:6%;padding:9px 28px;width: 100%;color: #fff;font-size: 18px;border: 1px solid #fff;}
.home_product .uchoose_list .big_part{border-radius: 4px;box-shadow: 0 0 35px rgba(0,0,0,0.1);background: #f8f8f8;}
.home_product .uchoose_list .big_part .item .img{}
.home_product .uchoose_list .small_part ul li{margin-bottom: 1.2%;border-radius: 4px;box-shadow: 0 0 35px rgba(0,0,0,0.1);}
.home_product .uchoose_list .small_part ul li:last-child{margin-bottom: 0;}
.home_product .uchoose_list .small_part .item{}
.home_product .uchoose_list .small_part .item .img{position: relative;padding-bottom:56%;width:100%;max-width:100%;z-index: -1;overflow: hidden;}
.home_product .uchoose_list .small_part .item .img img{position: absolute;left:50%;top:50%;width: auto;transform: translate(-50%,-50%);z-index: 2;}

@media only screen and (min-width:521px){
	.home_product .uchoose_list .item:hover .img img{transform: translate(-50%,-50%) scale(1.05);}
	.home_product .uchoose_list .item:hover .text_wrap{opacity: 1;}
}
@media only screen and (max-width:1260px){
	.home_product .uchoose_list .item .text_wrap .des{font-size: 24px;}
	.home_product .uchoose_list .item .text_wrap .more{font-size: 14px;}
}
@media only screen and (max-width:1080px){
	.home_product .uchoose_list .item .text_wrap .des{font-size: 20px;}
}
@media only screen and (max-width:850px){
	.home_product .uchoose_list .item .text_wrap .des{font-size: 18px;}
	.home_product .uchoose_list .item .text_wrap .tit{margin-bottom: 9px;font-size: 14px;}
	.home_product .uchoose_list .item .text_wrap .more{padding:6px 16px;}
}
@media only screen and (max-width:520px){
	.home_product .uchoose_list{margin-top: 30px;}
	.home_product .uchoose_list .big_part{margin-bottom: 2%;}
	.home_product .uchoose_list .one_part{width: 100%;}
	.home_product .uchoose_list .item .text_wrap .more{font-size: 12px;}
	.home_product .uchoose_list .item .text_wrap .des{font-size: 16px;}
	.home_product .uchoose_list .small_part ul li{margin-bottom: 2%;}
} */


	



