  .index-about{
	padding:50px 0 50px;
	position: relative;
	background: url("/static/home/images/about-bg.png") no-repeat bottom center;
	background-color: #fff;
	background-size: 100% auto;
}
.index-about .content {
	/*position: absolute;*/
	/*left: 0;*/
	/*top: 0;*/
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.index-about .content .con{
	width: 788px;
	height: 100%;
	padding-bottom: 30px;
}
.index-about .en-tit{
	font-size: 28px;
	color: #d2d2d2;
}
.index-about .zh-tit{
	font-size: 40px;
	color: #333333;
	margin: 15px  0;
	font-weight: bold;
}
.index-about .company{
	margin-bottom: 30px;
	font-size: 23px;
	color: #1980df;
	font-weight: bold;
}
.index-about .desc{
	font-size: 17px;
	color: #333;
	line-height: 35px;
}
.index-about .list {
	margin: 40px 0 30px 0;
	display: flex;
	color: #444444;

}

.index-about .list .list-item {
	width: 30%;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	transition: all .3s;
}


.index-about .list .list-item .item-tit {
	font-size: 16px;
	margin-top: 20px;
}

.index-about .list .list-item .item-num {
	height: 43px;
	font-size: 55px;
	color: #af9b82;
	line-height: 43px;

}

.index-about .list .list-item .item-num .unit {
	font-size: 17px;
}
.index-about .more a{
	display: block;
	width: 160px;
	height: 45px;
	line-height: 45px;
	background-color: #1980df;
	border-radius: 30px;
	text-align: center;
	color: #fff;
}

.index-honor{
	padding:50px 0 0;
	background-color: #fff;

}
.honor-item img{
	width: 100%;
}
.honor-content{
	position: relative;
	padding: 0 100px 0 100px;
}
.honor-content .zz-swiper-button-prev,.honor-content .zz-swiper-button-next{
	top: 50%;
	width: 54px;
	height: 54px;
	background-color: #000000;
	border-radius: 50%;
	background-size: 27px 27px;
}

.company-history{
	padding-top: 63px;
	background: url(/static/home/images/history-bg.png) no-repeat;
	background-size: 100% 100%;
}
.product-wrapper {
	margin-top: 63px;
	max-width: 1400px;
	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(/static/home/images/productBase-features-model.png) no-repeat;
	background-size: 100% auto;
	background-position: center;
	position: absolute;
	top: 190px;
	left: 0;
	z-index: 0;
}
/*li*/
.features-item {
	position: relative;
	float: left;
	height: 500px;
}

.features-slide .features-item>* {

}
.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(/static/home/images/productBase-features-timeline.png) no-repeat;
	background-size: contain;
	background-position: right center;
	left: -25%;
	margin-left: 10px;
	top: 175px;
	z-index: 3
}
.features-item .features-info {
	display: block;
	margin: 0 auto;
	padding: 20px ;
	transition: all 0.3s;
	border-radius: 2px
}

.features-item .features-info .features-info-i {
	border-bottom:1px solid  #e4e4e4;
	font-size: 40px;
	color: #A0A2A8;
	line-height: 40px;
	margin-bottom: 10px
}
.features-item .features-info .features-info-i span {
	font-size: 16px;
}
.features-item .features-info .features-info-s {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	overflow: hidden
}
.features-item.dark i {
	background: url(/static/home/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(/static/home/images/productBase-features-timeline-hover.png) no-repeat;
	background-size: contain;
	background-position: right center
}
.features-item .features-info{
	padding-top: 40px;
	margin-top: 220px;
	background: url(/static/home/images/productBase-features-info.png) no-repeat;
	background-size: 100% 100%;

}
.features-item:nth-of-type(2n) .features-info{
	margin-top: 0;
	padding-top: 20px;
	background: url(/static/home/images/productBase-features-info-top.png) no-repeat;
	background-size: 100% 100%;
}
/*×óÓÒ°´Å¥*/
.product-features .swiper-button-prev {
	width: 40px;
	height: 40px;
	left: -15px;
	top: 40%;
	background-color:  #000;
	border-radius: 50%;
	background-size: 27px 27px;

}

.product-features .swiper-button-next {
	width: 40px;
	height: 40px;
	right: -15px;
	top: 40%;
	background-color:  #000;
	border-radius: 50%;
	background-size: 27px 27px;

}


.contact-content{
	margin: 66px 0 40px 0;
}
.contact-content .left{
	width: 440px;
	font-size: 15px;
	color: #333333;
}
.contact-content .left .company{
	padding-bottom: 29px;
	margin-bottom: 33px;
	font-size: 25px;
	position: relative;
}
.contact-content .left .company::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 73px;
	height: 3px;
	background-color: #bebebe;
}
.contact-content .left .telphone span{
	font-size: 30px;
	color: #1980df;
}
.contact-content .left .address{
	margin: 20px 0;
}
.map{
	width: 960px;
	height: 254px;
	border: solid 3px #ebebeb;
}
.contact-list{
	display: flex;
	flex-wrap: wrap;
}
.contact-list .contact-item{
	padding: 20px 25px;
	margin-right: 33px;
	margin-bottom: 33px;
	width: 335px;
	height: 127px;
	background-color: #ffffff;
	border: solid 3px #ebebeb;
}
.contact-list .contact-item .name{
	font-size: 17px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.contact-list .contact-item .name::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 32px;
	height: 3px;
	background-color: #e3e3e3;
}
.contact-list .contact-item .telphone{
	font-size: 30px;
	font-weight: bold;
}
.contact-list .contact-item:nth-of-type(4n){
	margin-right: 0;
}

.performance .left{
	width: 630px;
	margin: 36px 0;
}
.performance .right{
	width: 770px;
	margin: 36px 0;
}
.performance .right .tb-hd{
	display: flex;
	width: 770px;
	height: 67px;
	background-color: #1980df;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	line-height: 67px;
	color: #fff;
	text-align: center;
}
.performance .right .tb-ft{
	margin-top: 20px;
	width: 770px;
	height: 20px;
	background-color: #1980df;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.performance .right .tb-hd .item{
	position: relative;
}
.performance .right .tb-hd .item::after{
	content: "";
	position: absolute;
	right: 0;
	top: 22px;
	width: 1px;
	height: 19px;
	background-color: #77a8d5;
}
.performance .right .tb-hd .item:nth-of-type(1){
	width: 108px;
}
.performance .right .tb-hd .item:nth-of-type(2){
	width: 286px;
}
.performance .right .tb-hd .item:nth-of-type(3){
	width: 175px;
}
.performance .right .tb-hd .item:nth-of-type(4){
	width: 205px;
}
.performance .right ul,
.performance .right .yjlist-swiper-container{
	margin-top: 20px;
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}
.performance .right ul li,
.performance .right .yjlist-swiper-container .swiper-slide{
	display: flex;
    height: 52px;
	text-align: center;
}
.performance .right ul li:nth-of-type(2n),
.performance .right .yjlist-swiper-container .swiper-slide:nth-of-type(2n){
	background-color: #f8f8f8;
}
.performance .right ul li .item,
.performance .right .yjlist-swiper-container .swiper-slide .item{
	border-top: solid 1px #e4e4e4;
	border-left: solid 1px #e4e4e4;
	line-height: 52px;
}
.performance .right ul li .item:nth-of-type(1),
.performance .right .yjlist-swiper-container .swiper-slide .item:nth-of-type(1){
	width: 108px;
}
.performance .right ul li .item:nth-of-type(2),
.performance .right .yjlist-swiper-container .swiper-slide .item:nth-of-type(2){
	width: 286px;
}
.performance .right ul li .item:nth-of-type(3),
.performance .right .yjlist-swiper-container .swiper-slide .item:nth-of-type(3){
	width: 175px;
}
.performance .right ul li .item:nth-of-type(4),
.performance .right .yjlist-swiper-container .swiper-slide .item:nth-of-type(4){
	width: 205px;
}