/* 关于我们 */

.aboutIntro {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
    background: #fff;
    margin-bottom: 35px;
}
.aboutIntro .mainCon {
    width: 100%;
    margin-top: 34px;
    font-size: 14px;
}
.about .conbox {
    position: relative;
    height: 466px;
}
.about .conleft {
    width: 730px;
    height: 450px;
    background: #e22b33;
    padding: 50px 180px 0 55px;
	float: left;
}
.about .conleft h2 {
    margin-bottom: 10px;
    display: block;
    font-size: 32px;
    color: #fff;
}
.about .conleft em {
    font-size: 16px;
	color: #fff;
    margin-bottom: 10px;
    display: block;
	font-style:normal;
}

.about .conleft .text p{
	line-height: 1.75em;
    text-indent: 0em;
    font-size: 16px;
    margin-bottom: 15px;
	color: #fff;
}
.about .conright {
    width: 600px;
    height: 440px;
    position: absolute;
    right: 0;
    top: 26px;
	float:right;
}

.about .conright img {
    display: block;
	width:100%;
	height:100%;
}

.sAbout-value {
	background-color:#696d7d;
	background-image:url(../img/guanYuWoMen/bgs-about-value.jpg);
	background-size:cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
	overflow: hidden;
    position: relative;
    z-index: 2;
    padding:100px 0 140px;
}
.sAbout-value .wrap-title h2 {
    color: #fff;
}
.sAbout-value .wrap-title p {
    color: #fff;
}

.sAbout-value .list3 {
	margin-top:80px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-ms-flex-pack:distribute;
	justify-content:space-around;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-line-pack:center;
	align-content:center
}
.sAbout-value .list3:after {
	display:none
}
.sAbout-value .list3 .vr {
	margin:0 60px;
	width:1px;
	height:180px;
	background-color:rgba(255, 255, 255, .33)
}
.sAbout-value .list3 .item {
	padding:0 60px;
	text-align:center;
	color:#fff
}
.sAbout-value .list3 .item .icoImg {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:80px;
	height:80px;
	border-radius:50%;
	border:#fff solid 1px;
	-webkit-transition:all 320ms ease-out 0s;
	transition:all 320ms ease-out 0s
}
.sAbout-value .list3 .item .sdt {
	margin-top:25px;
	color:#fff;
	font-size: 32px;
}
.sAbout-value .list3 .item .sdd {
	margin-top:10px;
	line-height:1.5;
	font-size: 16px;
}
.sAbout-value .list3 .item:hover .icoImg {
	-webkit-transform:scale(1.2);
	transform:scale(1.2)
}



/* --车队实力-- */
.factory{overflow:hidden; margin:90px 0;}
.factory .bigImg{position:relative;float:left;width:596px;height:386px;overflow:hidden;}
.factory .bigImg .pic{width:596px;height:386px;overflow:hidden; position:relative;}
.factory .bigImg .pic img{position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: .8s;}
.factory .bigImg .pic a:hover img{transform:scale(1.1);}
.factory .bigImg .tit{position:absolute;left:0;bottom:0;width:100%;height:60px;line-height:60px;font-size:17px;color:#fff;text-align:center;background:#333\9;background:rgba(0,0,0,0.5);}
.factory .list{float:right;width:600px;height:386px;overflow:hidden;animation:fadeinB 1s ease;}
.factory .list .item{position:relative;float:left;margin-left:10px;margin-bottom:10px;width:290px;height:188px;overflow:hidden;} 
.factory .list .pic{width:290px;height:188px;overflow:hidden}
.factory .list .pic img{display:block;width:290px;height:188px;transition:all .5s;}
.factory .list .pic a:hover img{transform:scale(1.1);}
.factory .list .tit{position:absolute;left:0;bottom:0;width:100%;height:45px;line-height:45px;font-size:15px;color:#fff;text-align:center;background:#333\9;background:rgba(0,0,0,0.5);}
/* --end 车队实力-- */
