@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;
	font-style: normal
}

*:focus {
	outline: none
}



a {
	text-decoration: none
}

ul {
	list-style: none
}
.adus{width: 1360px;margin: auto;}
.adus-a{width: 1360px;margin: 20px auto;}
.adus ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.adus ul li{width: 24%;margin-bottom: 20px;}
.adus ul li img{width: 100%;box-shadow: 4px 4px 15px 3px #dcdcdc;    }
.adus-a ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.adus-a ul li{width: 31%;margin-bottom: 20px;}
.adus-a ul li img{width: 100%;box-shadow: 4px 4px 15px 3px #dcdcdc;    }
.prop{
	margin-top: 0;
	    font-size: 16px;
	    display: block;
		margin-bottom: 35px;
	    color: #fff;
	    text-align: center;
}
.product-section {
	padding-bottom: 50px;
	position: relative;
	background: url(../img/productBase-features-bag.jpg) no-repeat;
	background-size: cover
}

.product-title {
	padding: 50px 10px 5px 0;
	font-weight: 400;
	font-size: 22px;
	line-height: 46px;
	color: #252b3a;
	text-align: center;
	color: #fff
}

.product-wrapper {
	max-width: 1360px;
	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 {
	
}

.product-features .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
}

.features-item {
	position: relative;
	float: left
}

.features-slide .features-item>* {
	text-align: center
}

.features-item h3 {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 50px;
	color: #fff;
	opacity: .7;
	transition: all .1s
}

.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;
	left: -25%;
	margin-left: 10px;
	top: 35px;
	z-index: 3
}

.features-item .features-info {
	display: block;
	margin: 0 auto;
	padding: 20px 10px;
	transition: all .3s;

}

.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: 14px;
	text-align: left;
	color: #fff;
	line-height: 24px;
	overflow: hidden
}

.features-item.dark i {
	background: url(../img/productBase-features-timeline-dark.png) no-repeat;
	background-size: contain;
	background-position: right center
}

.features-item:hover h3 {
	font-size: 22px;
	line-height: 28px;
	opacity: .9
}

.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%
}

.product-features .swiper-button-prev {
	width: 30px;
	height: 40%;
	left: -15px;
	top: 40%;
	background: 0 0
}

.product-features .swiper-button-prev:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 15px;
	height: 30px;
	background: url(../img/productBase-features-left.png) no-repeat;
	background-size: 100% 100%;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -7px
}

.product-features .swiper-button-next {
	width: 30px;
	height: 40%;
	right: -15px;
	top: 40%;
	background: 0 0
}

.product-features .swiper-button-next:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 15px;
	height: 30px;
	background: url(../img/productBase-features-right.png) no-repeat;
	background-size: 100% 100%;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -7px
}
