
/*banner*/
.banner{
	width: 100%;
	height: auto;
	margin-top: 75px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-button-next, .swiper-button-prev{
	position: absolute;
	top: auto;
	bottom: 80px;
	z-index: 10;
	cursor: pointer;
	background-color: rgba(255,255,255,0.4);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	opacity: 1;
	width: 54px;
	height: 54px;
	border: 1px solid #fff;
	border-radius: 5px;
	left: auto;
	right: 220px;
	background-size: 20px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	opacity: 1;
	width: 54px;
	height: 54px;
	border: 1px solid #fff;
	border-radius: 5px;
	right: 150px;
	background-size: 20px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-prev:after{
	content: 'prev';
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next:after{
	content: 'next';
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 80px;
	text-align: left;
}
.swiper-pagination-bullet{
	background: #fff;
	width: 90px;
	height: 2px;
	border-radius: 2px;
}
.swiper-pagination-bullet-active{
	background: #fff;
}

/* .slide-text {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.swiper-slide-active .slide-text {
    opacity: 1;
} */

.home-title{
	padding-top: 60px;
	text-align: center;
}
.home-title h3{
	font-size: 41px;
	line-height: 1;
	margin-bottom: 10px;
	font-weight: normal;
}
.home-title span{
	color: #999;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 31px;
	display: block;
}

/*产品中心*/
.home-pro{
	
}
.home-prolist{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.home-prolist-left{
	width: 48.5%;
}
.home-prolist-right{
	width: 48.5%;
}
.home-prolist-item{
	width: 100%;
	background: #f7f7f7;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 30px;
	height: 271px;
}
.home-prolist-item a{
	padding: 10px 0;
	overflow: hidden;
	color: #333;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.home-prolist-item-name{
	width: 55%;
	padding: 40px 0 40px 50px;
}
.home-prolist-item-name h4{
	font-size: 28px;
	color: #000;
	margin-bottom: 20px;
	display: block;
	font-weight: normal;
}
.home-prolist-item-name span{
	font-size: 18px;
	color: #666;
	margin-bottom: 28px;
	display: block;
	line-height: 1.5;
}
.home-prolist-more{
	/* background: transparent; */
	border: 1px solid #eee;
	background: #fff;
	margin: 0;
	transition: all .5s;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 116px;
	height: 36px;
	border-radius: 18px;
	font-size: 13px;
}
.home-prolist-more i{
	width: 6px;
	height: 10px;
	display: inline-block;
	margin-left: 10px;
	background: url('../images/icon-youjiantou.png') center 0px no-repeat;
	background-size: contain;
	transition: all .3s;
}
.home-prolist-item:hover .home-prolist-more{
	border: 1px solid #00b7b8;
	color: #fff;
	background: #00b7b8;
}
.home-prolist-item:hover i{
	background: url('../images/icon-youjiantou-bs.png') center 1px no-repeat;
	background-size: contain;
	transform: translateX(3px);
}
.home-prolist-item-img{
	width: 40%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 28px;
	margin-right: 2%;
}
.home-prolist-item-img img{
	/* transform: scale(1.2); */
	transition: all 0.35s;
}
.home-prolist-item:hover img{
	transform: translateY(-5px);
}
.home-prolist-left .home-prolist-item{
	text-align: center;
	/* background: url(../images/home-prolistbg.jpg) center center no-repeat; */
	background-size: cover;
	padding: 10px 0 35px 0;
	height: 570px;
}
.home-prolist-left .home-prolist-item .home-prolist-item-name{
	width: 100%;
}
/* .home-prolist-left .home-prolist-item .home-prolist-item-name h4{
	color: #fff;
}
.home-prolist-left .home-prolist-item .home-prolist-item-name span{
	color: rgba(255, 255, 255, 0.8);
} */
.home-prolist-left .home-prolist-item .home-prolist-item-name .home-prolist-more{
	background: #fff;
	border: 1px solid #eee;
	/* color: #00b7b8; */
	margin: 0 auto;
}
.home-prolist-left .home-prolist-item:hover .home-prolist-item-name .home-prolist-more{
	border: 1px solid #00b7b8;
	color: #fff;
	background: #00b7b8;
}
/* .home-prolist-left .home-prolist-more i{
	background: url('../../public/images/icon-youjiantou-gl.png') center 1px no-repeat;
	background-size: contain;
} */
.home-prolist-left .home-prolist-item .home-prolist-item-img{
	width: 100%;
	height: 280px;
	margin-top: 15px;
}


/*应用方案*/
.home-support{
	
}
.home-supportlist{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.home-support-item{
	width: 20%;
	position: relative;
	z-index: 1;
	height: 650px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	overflow: hidden;
}
/* .home-support-item.on::before {
    opacity: 0;
    transition: all 1s;
}
.home-support-item.on::after{
	opacity: 1;
	transition: all 1s;
} */
.home-support-item::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 3;
	transition: all 1s;
	pointer-events: none;
	opacity: 0.6;
}
.home-support-item::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(rgba(132, 215, 215, 0), rgba(132, 215, 215, 0.2), rgba(132, 215, 215, 0.8));
	z-index: 1;
	transition: all 1s;
	opacity: 1;
}
.home-support-item:hover::before {
    opacity: 0;
    transition: all 1s;
}
.home-support-item:hover::after {
    opacity: 1;
    transition: all 1s;
}
.home-support-item:hover .home-support-item-name{
	transform: translateY(-20px);
}
.home-support-item a{
	display: block;
	width: 100%;
	z-index: 9;
	color: #fff;
}
.home-support-item-name{
	position: absolute;
	left: 40px;
	bottom: 25px;
	transform: translateY(0px);
	transition: all .5s;
}
.home-support-item-name img{
	opacity: 0.7;
	max-width: 32px;
}
.home-support-item-name h5{
	font-size: 18px;
	padding: 10px 0 16px 0;
	font-weight: normal;
}
.home-support-item-name .view-more{
	font-size: 12px;
	opacity: 0.7;
}
.home-support-item-name .view-more i{
	width: 6px;
	height: 10px;
	display: inline-block;
	margin-left: 8px;
	background: url('../images/icon-youjiantou-bs.png') center 1px no-repeat;
	background-size: contain;
}



/*关于我们*/
.home-about{
	
}
.home-about-main{
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.home-about-text{
	color: #666666;
	line-height: 1.7;
	width: 53%;
}
.home-about-text h3{
	font-size: 25px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 20px;
}
.home-about-text h3 b{
	color: #00b7b8;
	padding-right: 5px;
	font-weight: normal;
}
.home-about-text a{
	display: block;
	width: 116px;
	height: 36px;
	border-radius: 18px;
	margin-bottom: 36px;
	background: #FFFFFF;
	border: 1px solid #00b7b8;
	text-align: center;
	font-size: 12px;
	line-height: 36px;
	margin-top: 30px;
	color: #00b7b8;
	transition: all 0.3s;
}
.home-about-text a:hover{
	color: #fff;
	border: 1px solid #fff;
	background: #00b7b8;
}
.home-about-image{
	width: 43%;
	border-radius: 15px;
	overflow: hidden;
}
.home-about-image img{
	transition: transform 0.3s ease;
	border-radius: 15px;
}
.home-about-image:hover img{
	transform: scale(1.1);
}



/*新闻中心*/
.home-news{
	background: #f9fafb;
	padding: 10px 0 80px 0;
	margin-top: 60px;
}
.home-newslist{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.home-newslist-item{
	width: 32%;
	border-radius: 8px;
	overflow: hidden;
	margin-left: 2%;
}
.home-newslist-item:first-child{
	margin-left: 0;
}
.home-newslist-item a{
	width: 100%;
	display: block;
	color: #333;
}
.home-newslist-img{
	height: auto;
	max-height: 345px;
	overflow: hidden;
}
.home-newslist-item img{
	width: 100%;
	max-width: 100%;
	transition: all 0.35s ease-out;
}
.home-newslist-item:hover img{
	transform: scale(1.1);
}
.home-newslist-desc{
	padding: 30px;
	background: #fff;
}
.home-newslist-desc span{
	font-size: 16px;
	color: #888;
	margin-bottom: 8px;
	display: block;
}
.home-newslist-desc h4{
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	height: 52px;
}
.home-newslist-item i{
	margin-top: 20px;
	color: #999999;
	display: block;
	font-size: 14px;
	font-style: normal;
	transition: all 0.45s ease-out;
}
.home-newslist-item:hover i{
	color: #00b7b8;
}
.home-newslist-item:hover{
	box-shadow: 3px 3px 8px #eee;
}


/*样品申请*/
.home-apply{
	background: url(../images/apply-bg.jpg) center center no-repeat;
	background-size: cover;
}
.home-apply-box{
	padding: 140px 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.25);
}
.home-apply-box span{
	display: block;
	font-size: 30px;
	margin-bottom: 45px;
	font-weight: bold;
	color: #fff;
}
.home-apply-box a{
	display: inline-block;
	background: #009d9e;
	color: #fff;
	text-align: center;
	padding: 10px 38px;
	transition: all 0.45s ease-out;
	border-radius: 30px;
}
.home-apply-box a:hover{
	background: #00b7b8;
	color: #fff;
}
/* .home-apply-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.home-apply-box span{
	font-size: 24px;
	color: #fff;
	display: inline-block;
	padding-top: 10px;
}
.home-apply-box a{
	display: inlne-block;
	background: #009d9e;
	color: #fff;
	text-align: center;
	padding: 10px 38px;
	transition: all 0.45s ease-out;
	border-radius: 5px;
}
.home-apply-box a:hover{
	background: #00b7b8;
	color: #fff;
} */




@media screen and (max-width:900px) {
	
	/*banner*/
	.banner{
		width: 100%;
		height: auto;
		margin-top: 58px;
	}
	
	.swiper-container {
	    width: 100%;
	    height: 100%;
	}
	
	.swiper-slide {
	    text-align: center;
	    font-size: 18px;
	    background: #fff;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
	
	.swiper-slide img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.home-title{
		padding-top: 35px;
		text-align: center;
	}
	.home-title h3{
		font-size: 24px;
		line-height: 1;
		margin-bottom: 6px;
		font-weight: normal;
	}
	.home-title span{
		color: #999;
		font-size: 12px;
		line-height: 1.7;
		margin-bottom: 8px;
		display: block;
	}
	
	/*产品中心*/
	.home-pro{
		
	}
	.home-prolist{
		
	}
	.home-prolist-left{
		width: 100%;
	}
	.home-prolist-right{
		width: 100%;
	}
	.home-prolist-item{
		width: 100%;
		background: #f7f7f7;
		border-radius: 12px;
		overflow: hidden;
		margin-bottom: 15px;
		height: auto;
	}
	.home-prolist-right .home-prolist-item:last-child{
		margin-bottom: 0;
	}
	.home-prolist-item a{
		padding: 20px 20px 5px 20px;
		overflow: hidden;
		color: #333;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.home-prolist-item-name{
		width: 55%;
		padding: 0px 0 0px 0px;
	}
	.home-prolist-item-name h4{
		font-size: 16px;
		color: #000;
		margin-bottom: 5px;
		display: block;
		font-weight: normal;
	}
	.home-prolist-item-name span{
		font-size: 13px;
		color: #666;
		margin-bottom: 15px;
		display: block;
		line-height: 1.4;
	}
	.home-prolist-more{
		/* background: transparent; */
		border: 1px solid #eee;
		background: #fff;
		margin: 0;
		transition: all .5s;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100px;
		height: 28px;
		border-radius: 15px;
		font-size: 12px;
	}
	.home-prolist-more i{
		width: 6px;
		height: 10px;
		display: inline-block;
		margin-left: 10px;
		background: url('../images/icon-youjiantou.png') center 0px no-repeat;
		background-size: contain;
		transition: all .3s;
	}
	.home-prolist-item:hover .home-prolist-more{
		border: 1px solid #00b7b8;
		color: #fff;
		background: #00b7b8;
	}
	.home-prolist-item:hover i{
		background: url('../images/icon-youjiantou-bs.png') center 1px no-repeat;
		background-size: contain;
		transform: translateX(3px);
	}
	.home-prolist-item-img{
		width: 40%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: -12px;
		margin-right: 0;
	}
	.home-prolist-item-img img{
		/* transform: scale(1.2); */
		transition: all 0.35s;
	}
	.home-prolist-item:hover img{
		transform: translateY(-5px);
	}
	.home-prolist-left .home-prolist-item{
		text-align: left;
		/* background: url(../images/home-prolistbg.jpg) center center no-repeat; */
		background-size: cover;
		padding: 0;
		height: auto;
	}
	.home-prolist-left .home-prolist-item .home-prolist-item-name{
		width: 55%;
		padding: 0px 0 0px 0px;
	}
	/* .home-prolist-left .home-prolist-item .home-prolist-item-name h4{
		color: #fff;
	}
	.home-prolist-left .home-prolist-item .home-prolist-item-name span{
		color: rgba(255, 255, 255, 0.8);
	} */
	.home-prolist-left .home-prolist-item .home-prolist-item-name .home-prolist-more{
		background: #fff;
		border: 1px solid #eee;
		/* color: #00b7b8; */
		margin: 0;
	}
	.home-prolist-left .home-prolist-item:hover .home-prolist-item-name .home-prolist-more{
		border: 1px solid #00b7b8;
		color: #fff;
		background: #00b7b8;
	}
	/* .home-prolist-left .home-prolist-more i{
		background: url('../../public/images/icon-youjiantou-gl.png') center 1px no-repeat;
		background-size: contain;
	} */
	.home-prolist-left .home-prolist-item .home-prolist-item-img{
		width: 40%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	
	/*应用方案*/
	.home-support{
		
	}
	.home-supportlist{
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: space-between;
	}
	.home-support-item{
		width: 100%;
		position: relative;
		z-index: 1;
		height: 145px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		display: flex;
		overflow: hidden;
		margin-bottom: 1px;
	}
	/* .home-support-item.on::before {
	    opacity: 0;
	    transition: all 1s;
	}
	.home-support-item.on::after{
		opacity: 1;
		transition: all 1s;
	} */
	.home-support-item::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.4);
		z-index: 3;
		transition: all 1s;
		pointer-events: none;
		opacity: 0.5;
	}
	.home-support-item::after{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(rgba(132, 215, 215, 0), rgba(132, 215, 215, 0.2), rgba(132, 215, 215, 0.8));
		z-index: 1;
		transition: all 1s;
		opacity: 1;
	}
	.home-support-item:hover::before {
	    opacity: 0;
	    transition: all 1s;
	}
	.home-support-item:hover::after {
	    opacity: 1;
	    transition: all 1s;
	}
	.home-support-item:hover .home-support-item-name{
		transform: translateY(-20px);
	}
	.home-support-item a{
		display: block;
		width: 100%;
		z-index: 9;
		color: #fff;
	}
	.home-support-item-name{
		position: absolute;
		left: 20px;
		bottom: 8px;
		transform: translateY(0px);
		transition: all .5s;
	}
	.home-support-item-name img{
		opacity: 0.7;
		width: 20px;
	}
	.home-support-item-name h5{
		font-size: 14px;
		padding: 5px 0 0px 0;
		font-weight: normal;
	}
	.home-support-item-name .view-more{
		font-size: 12px;
		opacity: 0.7;
	}
	.home-support-item-name .view-more i{
		width: 6px;
		height: 10px;
		display: inline-block;
		margin-left: 8px;
		background: url('../images/icon-youjiantou-bs.png') center 1px no-repeat;
		background-size: contain;
	}
	
	
	
	/*关于我们*/
	.home-about{
		
	}
	.home-about-main{
		padding-top: 10px;
	}
	.home-about-text{
		color: #666666;
		line-height: 1.7;
		width: 100%;
		font-size: 12px;
	}
	.home-about-text h3{
		font-size: 14px;
		font-weight: 500;
		color: #000000;
		margin-bottom: 10px;
	}
	.home-about-text h3 b{
		color: #00b7b8;
		padding-right: 3px;
		font-weight: normal;
	}
	.home-about-text a{
		display: block;
		width: 100px;
		height: 28px;
		border-radius: 18px;
		margin: 0 auto;
		margin-bottom: 15px;
		background: #FFFFFF;
		border: 1px solid #00b7b8;
		text-align: center;
		font-size: 12px;
		line-height: 28px;
		margin-top: 15px;
		color: #00b7b8;
		transition: all 0.3s;
	}
	.home-about-text a:hover{
		color: #fff;
		border: 1px solid #fff;
		background: #00b7b8;
	}
	.home-about-image{
		width: 100%;
		border-radius: 15px;
		overflow: hidden;
	}
	.home-about-image img{
		transition: transform 0.3s ease;
	}
	.home-about-image:hover img{
		transform: scale(1.1);
	}
	
	
	
	/*新闻中心*/
	.home-news{
		background: #f9fafb;
		padding: 0px 0 25px 0;
		margin-top: 30px;
	}
	.home-newslist{
		
	}
	.home-newslist-item{
		width: 100%;
		border-radius: 8px;
		overflow: hidden;
		margin-left: 0;
		margin-bottom: 15px;
	}
	.home-newslist-item:first-child{
		margin-left: 0;
	}
	.home-newslist-item a{
		width: 100%;
		display: block;
		color: #333;
	}
	.home-newslist-img{
		height: auto;
		overflow: hidden;
	}
	.home-newslist-item img{
		width: 100%;
		max-width: 100%;
		transition: all 0.35s ease-out;
	}
	.home-newslist-item:hover img{
		transform: scale(1.1);
	}
	.home-newslist-desc{
		padding: 15px;
		background: #fff;
	}
	.home-newslist-desc span{
		font-size: 13px;
		color: #888;
		margin-bottom: 5px;
		display: block;
	}
	.home-newslist-desc h4{
		font-size: 14px;
		line-height: 22px;
		font-weight: normal;
		height: auto;
	}
	.home-newslist-item i{
		margin-top: 10px;
		color: #999999;
		display: block;
		font-size: 12px;
		font-style: normal;
		transition: all 0.45s ease-out;
	}
	.home-newslist-item:hover i{
		color: #00b7b8;
	}
	.home-newslist-item:hover{
		box-shadow: 3px 3px 8px #eee;
	}
	
	
	/*样品申请*/
	.home-apply{
		background: url(../images/apply-bg.jpg) center center no-repeat;
		background-size: cover;
	}
	.home-apply-box{
		padding: 40px 0;
		text-align: center;
		background: rgba(0, 0, 0, 0.25);
	}
	.home-apply-box span{
		display: block;
		font-size: 15px;
		margin-bottom: 15px;
		font-weight: bold;
		color: #fff;
	}
	.home-apply-box a{
		display: inline-block;
		background: #009d9e;
		color: #fff;
		text-align: center;
		padding: 5px 20px;
		transition: all 0.45s ease-out;
		border-radius: 30px;
	}
	.home-apply-box a:hover{
		background: #00b7b8;
		color: #fff;
	}
	
	/* .home-apply{
		background: #333;
		padding: 15px 0;
	}
	.home-apply-box{
		
	}
	.home-apply-box span{
		font-size: 14px;
		color: #fff;
		display: inline-block;
		padding-top: 3px;
	}
	.home-apply-box a{
		display: inlne-block;
		background: #009d9e;
		color: #fff;
		text-align: center;
		padding: 2px 15px;
		transition: all 0.45s ease-out;
		border-radius: 5px;
		font-size: 12px;
	}
	.home-apply-box a:hover{
		background: #00b7b8;
		color: #fff;
	} */
	
	
	.swiper-button-next, .swiper-button-prev{
		position: absolute;
		top: auto;
		bottom: 80px;
		z-index: 10;
		cursor: pointer;
		background-color: rgba(255,255,255,0.4);
		display: none;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 40px;
		text-align: center;
	}
	.swiper-pagination-bullet{
		background: #fff;
		width: 28px;
		height: 2px;
		border-radius: 2px;
	}
	.swiper-pagination-bullet-active{
		background: #fff;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 2px;
	}

}

















