@charset "utf-8";
/* CSS Document */

.whole{
	background:url(../images/back.png) bottom no-repeat;
	overflow: hidden;
}


.car-banner{
	background:url(../../../common/images/banner-01.jpg) repeat-x 50% 0px;
	height:454px;
}
.car-main{
	position:relative;
}

.car-bus{
	overflow:hidden;
	margin-top:40px;
}
.car-bus li{
	float:left;
	width:373px;
}

.bus-main{
	text-align:center;
	height: 233px;
	position: relative;
}

.bus-main h3,h4{
	color:#424242;
}
.bus-item{
	margin-left:100px;
	margin-top:20px;
}


.business{
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content:  space-between;
	-moz-align-items: flex-start;
	align-items:flex-start;
	-webkit-align-items:flex-start;
}

.business_img{
	width: 120px;
}

.bus-item p span{
	font-size:28px;
	position: relative;
    bottom: -5px;
}
.item-s{
	margin-left:17px;
}

.process{
	width: 1100px;
    margin: auto;
    margin-top: 50px;
}

.advantage{
	width: 950px;
    margin: auto;
    margin-top: 50px;
}

.car-sl{
	width:500px;
	text-align:center;
	font-size:22px;
	margin:auto;
	font-weight:bold;
	margin-top: 90px;
    margin-bottom: 60px;
}

.car-card{
	overflow:hidden;
}

.car-card li{
	float:left;
	width:280px;
	text-align:center;
}

.card-state{
	width: 170px;
    margin: auto;
	margin-top: 20px;
    font-size: 15px;
}

.bus-state {
    position: absolute;
    bottom:-233px;
    margin-left: 24px;
}
.tempWrap{
	margin-left: 10px;
}
.carBan .sPrev, .carBan .sNext {
	position: absolute;
	left: 5px;
	top: 10px;
	display: block;
	width: 30px;
	height: 205px;
	background: url(../../../common/images/prv-left.png) center center no-repeat #fff;
}
.carBan .sNext {
	left: auto;
	right: 0px;
	background: url(../../../common/images/prv-right.png) center center no-repeat #fff;
}

    .bkhr{
    width:95%;  
    border-style:solid; 
    border-width:1px; 
    border-color: #e7e7e7;
    position:relative;
    bottom:60px;
    z-index: -1;  
    }

