@charset "gb2312";
.BookingCar-a {
    width: 1200px;
    height: 550px;
    margin: auto;
    background-image: url("../img/BookingCar-a.png");
    background-repeat: no-repeat;
    background-position: right center;
}
.BookingCar-a-holder {
    width: 520px;
    height: 550px;
    padding: 150px 0px 150px 70px;
}
.BookingCar-a-holder .enText {
    display: block;
    width: 100%;
    height: 36px;
    margin-bottom: 30px;
    line-height: 36px;
    font-size: 36px;
    color: #000000;
    font-weight: lighter;
}
.BookingCar-a-holder .cnText {
    display: block;
    width: 100%;
    height: 72px;
    margin-bottom: 16px;
    line-height: 36px;
    font-size: 24px;
    color: #0c8391;
    font-weight: lighter;
}
.BookingCar-a-holder .title {
    display: block;
    width: 100%;
    height: 96px;
    line-height: 48px;
    font-size: 36px;
    color: #000000;
}
.BookingCar-a-holder .title span {
    color: #0c8391;
}
/*------------------------------------------------------------------*/
.BookingCar-b {
    width: 100%;
    padding: 80px 0px;
    background-color: #FFFFFF;
}
.BookingCar-b-holder {
    width: 1200px;
    margin: auto;
}
.BookingCar-b-list {
    width: 1200px;
    height: 480px;
    margin-top: 50px;
    background-repeat: no-repeat;
    background-position: left center;
}
.BookingCar-b-list .title {
    width: 600px;
    height: 159px;
    padding-top: 115px;
    margin-left: 600px;
    line-height: 44px;
    font-size: 36px;
    text-align: left;
    color: #000000;
}
.BookingCar-b-list .text {
    width: 600px;
    height: 28px;
    margin-top: 10px;
    margin-left: 600px;
    line-height: 28px;
    font-size: 20px;
    text-align: left;
    color: #0c8391;
}
.BookingCar-b-list .img {
    width: 600px;
    height: 160px;
    margin-top: 30px;
    margin-left: 600px;
    text-align: left;
}
.BookingCar-b-list:nth-child(2n) {
    background-position: right center;
}
.BookingCar-b-list:nth-child(2n) li {
    margin-left: 0px;
    text-align: right;
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
.BookingCar-title {
    width: 1200px;
    height: 150px;
    margin: auto;
}
.BookingCar-title img {
    display: block;
    width: 100%;
}