.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: 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;
	opacity: 0.7;
	transition: all 0.1s
}

.features-item i {
	position: absolute;
	width: 75%;
	height: 33px;
	background: url(../images/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 53px;
	transition: all 0.3s;
	border-radius: 2px
}

.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: #FFFFFF;
	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: 22px;
	line-height: 28px;
	opacity: 0.9
}

.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: none
}

.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: -7px
}

.product-features .swiper-button-next {
	width: 30px;
	height: 40%;
	right: -15px;
	top: 60%;
	background: none
}

.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: -7px
}


.wrap {
	width: 1200px;
	margin: auto;
}

.understandBox {
	margin: 120px auto 74px;
	height: 66px;
	text-align: center;
	position: relative;
}

.understandBox .text1 {
	color: #f2f2f2;
	font-size: 50px;
	font-weight: 700;
	line-height: 66px;
}

.understandBox .text2 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 50px;
	font-weight: 400;
	line-height: 66px;
	color: #333;
	text-align: center;
}

.numberBox {
	padding: 0 227px;
	display: flex;
	justify-content: space-between;
}

.numberBox .item {
	width: 100px;
	height: 100px;
}

.numberBox .item .numbers {
	padding-top: 28px;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	color: #333;
	text-align: center;
}

.numberBox .item .texts {
	text-align: center;
}

.businessBox {
	margin: 132px auto 40px;
	height: 66px;
	text-align: center;
	position: relative;
}

.businessBox .text1 {
	color: #f2f2f2;
	font-size: 50px;
	font-weight: 700;
	line-height: 66px;
}

.businessBox .text2 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 50px;
	font-weight: 400;
	line-height: 66px;
	color: #333;
	text-align: center;
}

.bg2Box .rowBox .colBox {
	height: 352px;
	border: 1px solid #fff;
	box-sizing: border-box;
	position: relative;
}

.el-col-8 {
	width: 33.33333%;
}

.bg2Box .rowBox .colBox .box1 {
	text-align: center;
}

.bg2Box .rowBox .colBox .box2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 157, 255, .51);
	transition: all .2s ease-in-out;
	opacity: 0;
}

.bg2Box .rowBox .colBox .box1 img {
	width: 86px;
	height: 86px;
	margin: 47px 0 14px;
}

.bg2Box .rowBox .colBox .box1 .name1 {
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	line-height: 35px;
	margin-bottom: 4px;
}

.bg2Box .rowBox .colBox .box1 .name2 {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	color: #fff;
	opacity: .38;
	margin-bottom: 76px;
}

.bg2Box .rowBox .colBox .box1 .line {
	width: 56px;
	border-bottom: 1px solid #fff;
	margin: auto;
}

.bg2Box .rowBox .colBox .box2 .name1 {
	font-size: 26px;
	font-weight: 400;
	color: #fff;
	line-height: 35px;
	margin-bottom: 4px;
	margin-top: 82px;
	text-align: center;
}

.bg2Box .rowBox .colBox .box2 .name2 {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	color: #fff;
	opacity: .38;
	margin-bottom: 40px;
	text-align: center;
}

.bg2Box .rowBox .colBox .box2 .text {
	width: 298px;
	height: 103px;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
	margin: auto;
}

[class*=el-col-] {
	float: left;
	box-sizing: border-box;
}

.tqText2 {
	color: #666;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	padding-bottom: 60px;
}

.bg2Box {
	background: url(../images/bg2.d31fc6cd.png);
	background-size: cover;
	height: 704px;
}

.products {
	margin: 132px auto 40px;
	height: 66px;
	text-align: center;
	position: relative;
}

.products .text1 {
	color: #f2f2f2;
	font-size: 50px;
	font-weight: 700;
	line-height: 66px;
}

.products .text2 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 50px;
	font-weight: 400;
	line-height: 66px;
	color: #333;
	text-align: center;
}

.tqText2 {
	color: #666;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	padding-bottom: 60px;
}

.bg3Box{
	overflow: hidden;
}
.bg3Box .divs {
	position: relative;
	height: 219px;
}

.bg3Box .divs .box3 {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	top: 0;
	transition: all .2s ease-in-out;
	opacity: 0;
}

.bg3Box .divs .box3 .title3 {
	margin: 30px 0 10px;
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.bg3Box .divs .box3 .line3 {
	width: 31px;
	height: 4px;
	background: #009dff;
	margin: auto;
	margin-bottom: 20px;
}

.bg3Box .divs .box3 .subList {
	margin: 0 34px;
	text-align: center;
	font-size: 13px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 22px;
	color: #fff;
}

.bg3Box .divs:hover .box3 {
	opacity: 1
}

.partnersBox {
	margin: 120px auto 80px;
	height: 66px;
	text-align: center;
	position: relative;
}

.partnersBox .text1 {
	color: #f2f2f2;
	font-size: 50px;
	font-weight: 700;
	line-height: 66px;
}

.partnersBox .text2 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 50px;
	font-weight: 400;
	line-height: 66px;
	color: #333;
	text-align: center;
}