@charset "utf-8";
ul{
	list-style:none;
	padding: 0px;
}
.product-section{position:relative;}
.product-wrapper{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	margin-top: 30px;
}
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}
.product-features .product-body{margin:0px 25px}
/*li*/
.features-item{position:relative;float:left}
.features-slide .features-item>*{text-align:center}
.features-item h3{
	font-size:16px;
	line-height:28px;margin-bottom:12px;color:#333;transition:all 0.1s;
	height: 56px;
	padding-bottom: 20px;
	border-bottom: solid 3px rgba(0,0,0,0.3);
	font-weight: 400;
}
.features-item h3 div{
	position: relative;
	top: 50%;opacity:0.7;
	transform: translateY(-50%);
}
.features-item i{
	position:absolute;
	height:30px;
	background:url(../productBase-features-timeline.png) no-repeat;
	background-size:contain;
	background-position:center center;
	left: 0px;
	right: 0px;
	top:63px;
	z-index:3
}
.features-item .features-info{
	display:block;margin:0 auto;
	padding:5px 53px;
	transition:all 0.3s;border-radius:2px
}
.features-item .features-info .features-info-i{font-size:14px;color:#A0A2A8;line-height:22px;margin-bottom:10px}
.features-item .features-info .features-info-s{font-size:16px;color:#333;line-height:24px;overflow:hidden}
/*Êó±êÐü¸¡Ð§¹û*/
.features-item:hover h3 div{opacity:1}
.features-item:hover i{
	transform: scale(1.2);transition: all 0.4s;
}
