/* CSS Document */
@charset "utf-8";

*:focus {
	outline: none
}
.product-section {
	padding-bottom: 50px;
	position: relative;
	background: url(../images/productBase-features-bag.jpg) no-repeat;
	background-size: cover
}
.product-title {
	padding: 50px 10px 30px;
	font-weight: 400;
	font-size: 36px;
	line-height: 46px;
	color: #252b3a;
	text-align: center;
	color: #333333
}
.product-wrapper {
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.product-features .product-body {
	margin: 0 0px
}
.product-features .product-body:after {
	content: "";
	width: 100%;
	height: 178px;
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 0
}
.features-item {
	position: relative;
	float: left
}
.features-slide .features-item>* {
	text-align: center
}
.features-item h3 {
	font-weight:normal;
	font-size: 48px;
	padding:48px 0 48px 0;
	margin-bottom: 5px;
	color: #333333;
	opacity: .7;
	transition: all .1s
}
.features-item i {
	position: absolute;
	width: 75%;
	height: 22px;
	background: url(../images/productBase-features-timeline.png) no-repeat;
	background-size: contain;
	background-position: right center;
	left: -25%;
	margin-left: 10px;
	top: 173px;
	z-index: 3;
}
.features-item .features-info {
	font-size:20px;
	display: block;
	margin: 0 auto;
	padding: 0 53px 20px 53px;
	transition: all .3s;
	border-radius: 2px; 
	line-height:38px;
}
.features-item .features-info:hover { font-size:24px; line-height:45px;}
.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: #333333;
	line-height: 24px;
	overflow: hidden
}
.features-item.dark i {
	background: url(../images/productBase-features-timeline-dark.png) no-repeat;
	background-size: contain;
	background-position: right center
}
.features-item:hover h3 {
	font-size: 48px;
	padding:48px 0 48px 0;
	opacity: .9;
	color:#91c220;
	background:url(../images/sjzico.png) center 20px no-repeat;
}
.features-item:hover i {
	width: 75%;
	margin-left: 13px;
	background: url(../images/productBase-features-timeline-hover.png) no-repeat;
	background-size: contain;
	background-position: right center
}
.features-item:hover a {
	background: url(../images/productBase-features-info.png) no-repeat;
	background-size: 100% 100%
}
.product-features .swiper-button-prev {
	width: 30px;
	height: 40%;
	left: -15px;
	top: 60%;
	background: 0 0
}
.product-features .swiper-button-prev:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 15px;
	height: 30px;
	background: url(../images/productBase-features-left.png) no-repeat;
	background-size: 100% 100%;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: 10px
}
.product-features .swiper-button-next {
	width: 30px;
	height: 40%;
	right: -15px;
	top: 60%;
	background: 0 0
}
.product-features .swiper-button-next:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 15px;
	height: 30px;
	background: url(../images/productBase-features-right.png) no-repeat;
	background-size: 100% 100%;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -20px
}

@media (max-width: 900px) {	
	
.features-item h3 {
	font-weight:normal;
	font-size: 40px;
	padding:28px 0;
	margin-bottom: 10px;
	color: #333333;
	opacity: .7;
	transition: all .1s
}
.features-item .features-info {
	font-size:16px;
    display: block;
    margin: 0 auto;
    padding: 20px 3px;}
	
.features-item:hover h3 {
	font-size: 40px;
	padding:28px 0;
	opacity: .9;
	color:#91c220;
	background:url(../images/sjzico.png) center no-repeat;
}
.product-features .product-body:after {
	content: "";
	width: 100%;
	height: 178px;
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 0
}
.features-item i {
	position: absolute;
	width: 75%;
	height: 22px;
	background: url(../images/productBase-features-timeline.png) no-repeat;
	background-size: contain;
	background-position: right center;
	left: -25%;
	margin-left: 10px;
	top: 143px;
	z-index: 3;
}
	}