@charset "utf-8";

*:focus {
	outline: none
}

a {
	text-decoration: none
}

ul {
	list-style: none
}

.product-wrapper {
	border-radius: 20px;
	padding: 50px 10px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #eee;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.product-body {
	margin: 0px 25px
}

.product-body:after {
	content: "";
	width: 100%;
	height: 3px;
	background: url(../img/productBase-features-model.png) no-repeat;
	background-size: 100% auto;
	background-position: center;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 0
}

/*li*/
.features-item {
	position: relative;
	float: left
}

.features-item a{
	transition: all .2s;
}

.features-slide .features-item>* {
	text-align: center
}

.features-item h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 50px;
	color: #000;
	opacity: 0.7;
	transition: all 0.2s
}

.features-item i {
	position: absolute;
	width: 75%;
	height: 33px;
	background: url(../img/productBase-features-timeline.png) no-repeat;
	background-size: contain;
	background-position: right center;
	right: -20%;
	transform: rotateY(180deg);
	margin-left: 10px;
	top: 35px;
	z-index: 3;
	transition: all 0.2s

}

.features-item .features-info {
	display: block;
	margin: 0 auto;
	padding: 20px 53px;
	transition: all 0.3s;
	border-radius: 2px
}

.features-item .features-info .features-info-i {
	font-size: 16px;
	/* color: #A0A2A8; */
	line-height: 22px;
	margin-bottom: 10px
}

.features-item .features-info .features-info-s {
	font-size: 20px;
	text-align: left;
	/* color: #FFFFFF; */
	line-height: 24px;
	overflow: hidden
}

/*鼠标悬浮效果*/
.features-item:hover h3 {
	font-size: 30px;
	line-height: 30px;
	opacity: 0.9;
	font-weight: 700;
}

.features-item:hover i {
	width: 75%;
	margin-left: 13px;
	background: url(../img/productBase-features-timeline-hover.png) no-repeat;
	background-size: contain;
	background-position: right center
}

.features-item:hover a {
	background: url(../img/productBase-features-info.png) no-repeat;
	background-size: 100% 100%
}