@charset "utf-8";
*:focus {
	outline: none
}

a {
	text-decoration: none
}
ul {
	list-style: none
}

.year{width: 100%;min-height: 280px;background: url(../images/yearBg.jpg)top;padding-top: 40px;box-sizing: border-box;}

.product-section {
	padding-bottom: 50px;
	position: relative;
	background: url(../images/productBase-features-bag.jpg) no-repeat;
	background-size: cover
}

.product-wrapper .line{
    display: block;
    width: 100%;
    height: 1px;
    background: #d5d4d6;
    position: absolute;
    top: 56px;
}

.firstTitle{
    display: block;
    width: 106px;
    height: 106px;
    background: #5db4ab;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 75px;
    text-align: center;
    border-radius: 106px;
    font-weight: 100;
    position: absolute;
    left: -70px;
    top: 0;
    z-index: 10;
}

.lastTitle{
    display: block;
    width: 106px;
    height: 106px;
    background: #5db4ab;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 75px;
    text-align: center;
    border-radius: 106px;
    font-weight: 100;
    position: absolute;
    right: -70px;
    top: 0;
    z-index: 10;
}


.product-title {
	padding: 50px 10px 30px;
	font-weight: normal;
	font-size: 36px;
	line-height: 46px;
	color: #252b3a;
	text-align: center;
	color: #ffffff
}
.product-wrapper {
	max-width: 1200px;
	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: 0px 25px
}
.product-features .product-body:after {
	content: "";
	width: 100%;
	height: 3px;
	background: url(../images/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-slide .features-item>* {
	text-align: center
}
.features-item h3 {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 50px;
	color: #ffffff;
	transition: all 0.1s
}
.features-item i {
	position: absolute;
	width: 23px;
	height: 23px;
	background: url(../images/radIocn.png) no-repeat;
	background-size: contain;
	background-position: right center;
	left: 50%;
    transform: translateX(-50%);
	top: 45px;
	z-index: 3
}
.features-item .features-info {
	display: block;
	margin: 0 auto;
	padding: 20px ;
	transition: all 0.3s;
	border-radius: 2px;
	color: #fff;
}
.features-item .features-info p{color: #fff;}
.features-item .features-info .features-info-i {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 28px;
    font-weight: 100;
}
.features-item .features-info .features-info-s {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	overflow: hidden
}
.features-item.dark i {
	background: url(../images/radIocn.png) no-repeat;
	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: 23px;
	background: url(../images/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-wrapper .swiper-button-prev {
	width: 40px!important;
	left: -38px!important;
	top: 36%!important;
	background: none!important;
    cursor:pointer;
    z-index: 11;
}
.product-wrapper .swiper-button-prev:after {
	content: "";
	display: none;!important;
	position: absolute!important;
	width: 15px!important;
	height: 30px!important;
	background: url(../images/productBase-features-left.png) no-repeat!important;
	background-size: 100% 100%!important;
	left: 50%!important;
	margin-left: -7px!important
}
.product-wrapper .swiper-button-next {
	width: 40px!important;
	right: -38px!important;
	top: 36%!important;
	background: none!important;
    cursor:pointer;
    z-index: 11;
}
.product-wrapper .swiper-button-next:after {
	content: "";
	display: none;!important;
	position: absolute!important;
	width: 15px!important;
	height: 30px!important;
	background: url(../images/productBase-features-right.png) no-repeat!important;
	background-size: 100% 100%!important;
	left: 50%!important;
	margin-left: -7px
}
