.BannerOne {
	background:url('../images/banner02.jpg') no-repeat center center;
}

/**************************** 专车服务 ****************************/
.ProVehicleService {
	margin: 22px 0 16px 0;
}
.RF_ProService dl dd:hover {
    box-shadow: 0 0 8px 1px rgba(0,0,0,.2);
}
.RF_ProService dl {
    text-align: justify;
}
.RF_ProService dl dd {
    position: relative;
    border: 1px solid #f2f3f5;
    margin-bottom: 30px;
    background: #fff;
    overflow: hidden;
}
.RF_ProService dl dd .item-vessel .item-float {
    float: left;
}
.RF_ProService dl dd .item-vessel .item-img {
	position: relative;
	overflow: hidden;
	height: 0;
	width: 50%;
	padding-bottom: 25%;/*28.125%*/
}
.RF_ProService dl dd .item-vessel .item-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
.RF_ProService dl dd .item-vessel .item-content {
	padding: 0 2%;
	width: 46%;
}
.RF_ProService dl dd .item-vessel .item-blank {
    height: 30px;
}
.RF_ProService dl dd .item-vessel .fav-title {
    font-size: 24px;
    color: #6B6B6B;
    overflow: hidden;
    padding: 0 10px 0 0;
    margin: 0 0 16px;
    text-overflow: ellipsis;
}
.RF_ProService dl dd .item-vessel .fav-con {
    font-size: 16px;
    font-weight: 600;
    color: #939a9f;
    margin-bottom: 8px;
    text-overflow: ellipsis;
}