.body_area {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
}

.body_right {
    float: right;
    width: 890px;
}

.body_banner {
    width: 100%;
    overflow: hidden;
}

.body_banner img {
    width: 100%;
}

.body_title {
    width: 100%;
    overflow: hidden;
}

.body_title img {
    width: 100%;
}

.body_title p {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 20px 0;
    color: #0052c9;
    font-size: 14px;
    line-height: 20px;
}

.body_title p span {
    color: #b6b6bb;
}

.body_title p a {
    font-size: 14px;
    color: #0052c9;
}

.car_class {
    width: 100%;
    overflow: hidden;
}

.car_class ul {
    width: 100%;
    overflow: hidden;
}

.car_class ul li {
    float: left;
    margin-right: 25px;
    width: 150px;
    margin-bottom: 25px;
    max-height: 180px;
    min-height: 130px;
    overflow: hidden;
}

.car_class ul li:nth-child(7n) {
    margin-right: 0;
}

.car_class ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.car_class ul li a div.car_img {
    width: 100%;
    max-height: 150px;
    min-height: 100px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.car_class ul li a div.car_img img {
    width: 100%;
    height: 108px;
}

.car_class ul li a p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f5f5f5;
    color: #222222;
    font-size: 16px;
}

.car_class ul li:nth-child(n+8) {
    display: none;
}

.look_all {
    width: 150px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    line-height: 35px;
    text-align: center;
    border: solid 1px #ed0114;
    color: #ed0114;
    font-size: 16px;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
}

.look_all img {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 12px;
    width: 15px;
}

.car_list {
    width: 1200px;
    margin: 50px auto;
    overflow: hidden;
}

.car_list dl {
    width: 100%;
    overflow: hidden;
}

.car_list dl dt {
    width: 100%;
    height: 70px;
    background-color: #ed0114;
    overflow: hidden;
    text-align: center;
    line-height: 70px;
}

.car_list dl dt span {
    display: inline-block;
    width: 280px;
    height: 4px;
    background-color: #ffffff;
    margin-bottom: 5px;
}

.car_list dl dt b {
    color: #ffffff;
    font-size: 24px;
    display: inline-block;
    margin: 0 25px;
}

.car_list dl dd {
    width: 100%;
    overflow: hidden;
}

.car_list dl ul {
    width: 100%;
    overflow: hidden;
    margin: 40px 0;
}

.car_list dl ul li {
    float: left;
    width: 285px;
    height: 255px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
}

.car_list dl ul li:nth-child(4n) {
    margin-right: 0;
}

.car_list dl ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

    .car_list dl ul li a div.list_img {
        width: 100%;
        height: 215px;
        overflow: hidden;
    }

.car_list dl ul li img {
    width: 100%;
    height: 210px;
}

.car_list dl ul li p {
    width: 100%;
    height: 40px;
    padding: 10px 0;
}

.car_list dl ul li p span {
    display: block;
    width: 100%;
    line-height: 20px;
    color: #222222;
    font-size: 14px;
    font-weight: 800;
    border-left: 2px solid #dd0000;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
    overflow: hidden;
}

.car_list dl ul li:nth-child(n+17) {
    display: none;
}

.page_area {
    text-align: center;
}