.BannerOne {
	background:url('../images/banner02.jpg') no-repeat center center;
}
/* 焦点图效果  box-sizing:border-box; */
.picBtnTop{ width:100%; position:relative; overflow:hidden; }
.picBtnTop .bd{ float:left; width:50%; }
.picBtnTop .bd li{ position:relative; vertical-align:middle;}
.picBtnTop .bd li .pic{ width: 100%; height: 0; overflow: hidden; padding-bottom: 62.5%; position:relative; z-index:0; }
.picBtnTop .bd li .pic img{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; vertical-align:bottom; box-sizing:border-box; padding: 0 1% 0 0;}
.picBtnTop .hd{ float:left; width:50%; overflow:hidden; }
.picBtnTop .hd ul li{ float: left; width: 50%; position: relative; height: 0; overflow: hidden; padding-bottom: 31.25%; text-align:center; }
.picBtnTop .hd ul li img{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; cursor:pointer; vertical-align:bottom; box-sizing:border-box; }
#pic1{ padding: 0 1% 1% 0; }
#pic2{ padding: 0 0 1% 1%; }
#pic3{ padding: 1% 1% 0 0; }
#pic4{ padding: 1% 0 0 1%; }
/* 车辆信息 */
.carInfo {
	background: none repeat scroll 0% 0% #FFF;
	font-size: 14px;
	padding: 10px 15px;
	margin: 22px 0 16px 0;
}
.carInfo .leftContent {
	float: left;
	width: 78.4%;
}
.carInfo .rightContent {
	float: left;
	width: 20.2%;
	border-left: 1px dashed #88888c;
	box-sizing: border-box;
	padding-left: 0.6%;
	margin-left: 1%;
}
.carTitle h1 {
	height: 40px;
    line-height: 50px;
    padding-left: 20px;
    font-weight: 600;
    color: #444;
    font-size: 16px;
    font-family: arial,Simsun,sans-serif;
}

/*********** 左边栏 ***********/
.carParameters {
	/* 车辆参数信息 */
}
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.pp, .cx, .ndk, .pzk, .zws, .cms, .rllx, .bsxlx, .pl, .rybh, .qdfs, .fdjjqxs, .pfbz, .tc, .yxrl, .yx, .zy, .tcld, .qin, .dvd, .gps {
    background-image: url(../images/icon/orderCarInforbg.png);
    background-repeat: no-repeat;
}
.carInfor-xj li {
    width: 24.5%;
    height: 32px;
	line-height: 32px;
    padding: 0 0 0 0.5%;
    float: left;
    color: #333;
}
.carInfor-xj b {
    display: inline-block;
    width: 20px;
    margin-right: 5px;
    vertical-align: middle;
}
.pp {
    height: 18px;
    background-position: 0 5;
}
.cx {
    height: 13px;
    background-position: 0 -22px;
}
.ndk {
    height: 17px;
    background-position: 0 -40px;
}
.pzk {
    height: 16px;
    background-position: 0 -62px;
}
.zws {
    height: 18px;
    background-position: 0 -83px;
}
.cms {
    height: 18px;
    background-position: 0 -107px;
}
.rllx {
    height: 16px;
    background-position: 0 -131px;
}
.bsxlx {
    height: 18px;
    background-position: 0 -152px;
}
.pl {
    height: 11px;
    background-position: 0 -175px;
}
.rybh {
    height: 18px;
    background-position: 0 -190px;
}
.qdfs {
    height: 16px;
    background-position: 0 -213px;
}
.fdjjqxs {
    height: 15px;
    background-position: 0 -233px;
}
.tc {
    height: 18px;
    background-position: 0 -250px;
}
.yxrl {
    height: 19px;
    background-position: 0 -288px;
}
.yx {
    height: 15px;
    background-position: 0 -309px;
}
.zy {
    height: 16px;
    background-position: 0 -329px;
}
.tcld {
    height: 18px;
    background-position: 0 -350px
}
.qin {
    height: 17px;
    background-position: 0 -373px;
}
.dvd {
    height: 17px;
    background-position: 0 -395px;
}
.gps {
    height: 19px;
    background-position: 0 -416px;
}
.carDescription {
	margin-top: 20px;
	padding-top: 10px;
    border-top: 1px dashed #dbe4eb;
}
/*********** 右边栏 ***********/
.rightContent .carTitle {
    /*margin: 0 0 10px 0;
    border-bottom: 1px dashed #88888c;*/
}
.carList ul li {
	width: 100%;
    margin: 0 0 2px 0;
}
.carList ul li .img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 62.5%;
}
.carList ul li .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    box-sizing:border-box;
    padding: 0 0 1% 1%;
}