:root {
	--swiper-theme-color: #fff;
}
.tl-pc-swiper{
	display:none;
	width: 100%;
	height: 680px;
}
 
.tl-pc-swiper .swiper-slide div{
	height:680px;
}
.tl-pc-swiper .swiper-slide div{
	background-repeat: no-repeat;
  background-position: center;
}
.tl-small-swiper{
	margin-top: 50px;
}
.tl-small-swiper .swiper-slide img{
	width:100%;
}
.tl-header-min-logo-text,.tl-header-min-back{
	display: none;
}
.tl-header-min-logo{
	display: block;
}



.pc-product{
	display:none;
	padding:20px 0;
}

.pc-product-nav{
	margin:20px 0px;
}
.pc-product-nav-bg1{
	background:url(../bd.jpeg?v=0.2) no-repeat;
	background-size: cover;
	background-position: right top;
	min-height:175px;
}
.pc-product-nav-bg2{
	background:url(../tz.jpeg?v=0.2) no-repeat;
	background-size: cover;
	background-position: right top;
	height:175px;
}
.pc-product-nav-bg3{
	background:url(../tx.jpeg?v=0.2) no-repeat;
	background-size: cover;
	background-position: right top;
	height:175px;
}
.pc-product-nav-bg4{
	background:url(../dl.jpeg?v=0.2) no-repeat;
	background-size: cover;
	background-position: right top;
	height:175px;
}
.pc-product-nav h2{
	float: left;
  width: 100%;
  margin: 40px 20px 25px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.pc-product-nav p{
	float: left;
  margin: 0 20px;
  color: #fff;

 
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 40px;
	overflow: hidden;

}

.small-product{
	text-align: center;

}
.small-product p{
	margin-top: 20px;;
}
.small-product span{
	display: block;;
	margin-bottom: 20px;;
}
.small-product svg{
	font-size: 40px;
	margin-bottom: 5px;
	font-weight: bold;
}
.small-product .bodao{
	color: #3ec0d1;
}
.small-product .tongzhou{
	color: #3ec0d1;
}
.small-product .tianxian{
	color: #3ec0d1;
}
.small-product .dianlan{
	color: #3ec0d1;
}

.product{
	float: left;
	width: 100%;
	background:#fff;
}
.product img{
	width: 100%;
}
.product span{
	color: #333;
	font-size: 16px;
	display: block;
	text-align: center;
	margin-bottom: 15px;
}

.news{
	float: left;
	width: 100%;
	display: block;
	background:#fff;

}
.news:hover{
	color: #333;;
}
.news img{
	width: 100%;;
}
.news p{
	margin: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 20px;
	line-height: 20px;
	overflow: hidden;

}
