@charset "utf-8";
.product-section ul {
	list-style: none
}
.product-section {
/*	padding-bottom: 50px;*/
	position: relative;
	background-size: cover;
}
.product-title {
	padding: 50px 10px 30px;
	font-weight: normal;
	font-size: 36px;
	line-height: 46px;
	color: #252b3a;
	text-align: center;
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.product-features .product-body {
	margin: 0px 25px
}
.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: 46px;
	left: 0;
	z-index: 1;
}
/*li*/
.features-item {
	position: relative;
	float: left;
	padding-left: 0;
	z-index: 10;
}
.features-item:before{
	content: "";
	
}
.features-slide .features-item>* {
	text-align: center;
}
.features-item h3 {
	position: absolute;
	width: 100%;
	font-size: 1.5rem;
	line-height: 2rem;
	height: 2rem;
	margin-bottom: 0;
	transition: all 0.1s;
	display: block;
	top: 0;
	margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	margin-top: 0;
}
/*
.features-item h3:after {
	position: absolute;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 1rem;
	background: #d4d4d4;
	content: "";
	left:-moz-calc(50% - 0.4rem); left:-webkit-calc(50% - 0.4rem);  left: calc(50% - 0.4rem);
	bottom: -26px;
}*/

.features-item i {
	position: absolute;
	width: 75%;
	height: 33px;
	background-size: contain;
	background-position: right center;
	left: -25%;
	margin-left: 10px;
	top: 35px;
	z-index: 3
}

.features-item .features-info:before {
	position: absolute;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 1rem;
	background: #d4d4d4;
	content: "";
	left:-moz-calc(50% - 0.4rem); left:-webkit-calc(50% - 0.4rem);  left: calc(50% - 0.4rem);
	top: -0.4rem;
	z-index: 10;
}

.features-item .features-info {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 20px 20px;
	transition: all 0.3s;
	border-radius: 2px;
	margin-top: 3rem;
}
.features-item .features-info .features-info-i {
	font-size: 1rem;
	color: #A0A2A8;
	line-height: 22px;
	margin-bottom: 10px
}
.features-item .features-info .features-info-s {
	font-size: 1rem;
	line-height: 1.5rem;
	overflow: hidden
}
.features-item.dark i {

	background-size: contain;
	background-position: right center
}
/*鼠标悬浮效果*//*
.features-item:hover h3 {
	font-size: 22px;
	line-height: 28px;
	opacity: 0.9
}
.features-item:hover i {
	width: 75%;
	margin-left: 13px;
	background-size: contain;
	background-position: right center
}
.features-item:hover a {
	background-size: 100% 100%
}*/
/*左右按钮*/
.product-features .swiper-button-prev {
	position: absolute;
	width: 30px;
	height: 40%;
	left: -15px;
	top: 40%;
	background: none;
}

.product-features .swiper-button-next {
	position: absolute;
	width: 30px;
	height: 40%;
	right: -15px;
	top: 40%;
	background: none;
}
.product-features .svg{ fill: #e6e6e6 !important; }



@media (max-width: 992px) {
	.product-features .swiper-button-prev {
		width: 70px;
	}

	.product-features .swiper-button-next {
		width: 70px;
	}
	.features-item h3 {
		font-size: 1rem;
		line-height: 1.5rem;
		margin-bottom: 1rem;
		height: 1.5rem;

	}
	
	.features-info-s {
		padding: 0 0.5rem;
	}
	
	.product-features .product-body:after {
		top: 40px;
	}
}

@media (max-width: 592px) {
	.product-features .product-body:after {
		height: 1px;
		background: url(../img/productBase-features-model.png) no-repeat;
		background-size: 100% 100%;
		top: 42px;
	}
}
