﻿body {
    background-color: #fff;
}

.body_area {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 50px;
}

.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 a {
    font-size: 14px;
    color: #0052c9;
}

.body_info {
    width: 100%;
    height: 560px;
    overflow: hidden;
}

.img_area {
    width: 48%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.big_img_area {
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}

.big_img_area .big_img {
    width: 100%;
}

.big_img_area .big_arrow_l,
.big_img_area .big_arrow_r {
    position: absolute;
    z-index: 1;
    top: 45%;
    width: 25px;
    height: 50px;
    cursor: pointer;
}

.big_img_area .big_arrow_l {
    left: 15px;
}

.big_img_area .big_arrow_r {
    right: 15px;
}

.img_area h5 {
    width: 100%;
    height: 130px;
    margin-top: 10px;
    position: relative;
}

.img_area h5 span {
    position: absolute;
    z-index: 5;
    top: 0;
    width: 30px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 130px;
}

.img_area h5 span img {
    width: 15px;
    height: 30px;
}

.img_area h5 span:first-child {
    left: 0;
}

.img_area h5 span:last-child {
    right: 0;
}

.img_area ul {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 130px;
}

.img_area ul li {
    width: 130px;
    height: 130px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.img_area ul li.img_move_action {
    border: 2px solid #ff4e00;
}

.img_area ul li:last-child {
    margin-right: 0;
}

.img_area ul li img {
    width: 100%;
}

.full {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.full .full_img {
    width: 1140px;
    height: 760px;
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
}

.full .full_img div {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
}

.full .full_img div img.big_full_img {
    height: 100%;
}

.full .full_img div small {
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
    height: 35px;
    width: 100%;
    line-height: 35px;
    color: white;
    font-size: 14px;
    background-color: #000;
    text-align: right;
    padding: 0 20px
}

.full .full_img div small strong {
    font-size: 20px;
    font-weight: 400;
}

.full .full_img div small b {
    line-height: 35px;
    font-weight: 400;
    font-size: 16px;
    float: left;
}

.full .full_img dl {
    height: 150px;
    width: 100%;
    position: fixed;
    z-index: 11;
    bottom: 20px;
    left: 0;
    /*background-color: #fff;*/
}

.full .full_img dl dt {
    width: 1100px;
    margin: auto;
    position: relative;
}

.full .full_img dd {
    width: 1000px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.full .full_img dl ul {
    height: 80px;
    width: 2000px;
    position: absolute;
    left: 0;
}

.full .full_img dd ul li {
    float: left;
    width: 130px;
    height: 80px;
    margin-right: 10px;
}

.full .full_img dd ul li.img_move_action {
    border: 2px solid #ff4e00;
}

.full .full_img dd ul li:last-child {
    margin-right: 0
}

.full .full_img dd ul li img {
    width: 100%;
    height: 100%;
}

.full .full_img dt span {
    display: block;
    width: 30px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    bottom: -80px;
}

.full .full_img dt span:hover i {
    color: #0280C6;
}

.full .full_img dt span.first_span {
    left: 0px
}

.full .full_img dt span:last-child {
    right: 0px
}

.full .full_img dt span i {
    font-size: 24px;
    color: white;
    font-weight: 400;
}

.full .full_img div span.full_l {
    display: block;
    position: fixed;
    top: 35%;
    left: 10%;
    width: 50px;
    height: 90px;
    background-color: rgba(1, 1, 1, 0.3);
    line-height: 90px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}

.full .full_img div span.full_l:hover i {
    color: #0280C6
}

.full .full_img div span.full_l i {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.4)
}

.full .full_img div span.full_r {
    display: block;
    position: fixed;
    top: 35%;
    right: 10%;
    width: 50px;
    height: 90px;
    background-color: rgba(1, 1, 1, 0.3);
    line-height: 90px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}

.full .full_img div span.full_r:hover i {
    color: #0280C6
}

.full .full_img div span.full_r i {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.4)
}

.full .close {
    position: fixed;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 24px;
    color: #ddd;
    text-align: center;
    line-height: 40px;
    top: 30px;
    right: 30px;
    border-radius: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.text_area {
    width: 49%;
    float: right;
    height: 100%;
    position: relative;
}

.text_area h1 {
    color: #2b2b2b;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 800;
}

.car_text {
    width: 100%;
    min-height: 215px;
    background-color: #fff;
    border: solid 2px #F6DBD0;
    padding: 20px;
}

.car_text_left {
    float: left;
    width: 50%;
}

.car_text_left p {
    color: #2b2b2b;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    margin-bottom: 20px;
}

.car_text_right {
    float: right;
    width: 120px;
    text-align: center;
}

.car_text_right img {
    width: 120px;
    height: 120px;
}

.car_text_right p {
    color: #2b2b2b;
    font-size: 14px;
    line-height: 30px;
}

.car_text p.address {
    clear: both;
    width: 100%;
    color: #2b2b2b;
    font-size: 16px;
}

.car_introduce {
    width: 100%;
    height: 100px;
    margin-top: 10px;
}

.car_introduce h2 {
    height: 20px;
    line-height: 20px;
    color: #006cff;
    font-size: 16px;
    width: 100%;
}

.car_introduce p {
    height: 80px;
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
    margin: 10px 0;
    line-height: 20px;
    color: #999999;
    font-size: 14px;
}

.car_label {
    width: 100%;
    height: 60px;
    background-color: #DBE6F5;
    padding: 20px;
    margin-top: 30px;
}

.car_label li {
    width: 18%;
    float: left;
    margin-right: 2.5%;
    text-align: center;
    line-height: 20px;
}

.car_label li:last-child {
    margin-right: 0;
}

.car_label li span {
    color: #006cff;
    font-size: 16px;
}

.text_area h3.call_me {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 180px;
    height: 40px;
    background-color: #006cff;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.body_center {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    margin-top: 30px;
    border-top: 2px solid #006cff;
    position: relative;
}

.center_title {
    width: 100%;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #f4f4f4;
    background-color: #fff;
}

.center_title div {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
}

.center_title ul {
    margin: 0 auto;
    width: 1200px;
    height: 70px;
    background-color: #fff;
}

.center_title li {
    float: left;
    width: 160px;
    height: 100%;
    text-align: center;
    border-right: 1px solid #f4f4f4;
    cursor: pointer;
}

.center_title li a {
    padding: 20px 10px;
    color: #282b35;
    font-size: 18px;
}

.center_title li.action span {
    border-bottom: 2px solid #ff4e00;
}

.body_center1 {
    width: 100%;
    margin: 20px 0;
    padding: 0 200px;
    overflow: hidden;
}

.body_center1 table {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.body_center1 table th {
    background-color: #FFFF99;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    height: 45px;
}

.body_center1 table td {
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    height: 35px;
    background-color: #fff;
    padding-left: 10px;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
}

.body_center1 table tr td:first-child {
    background-color: #F9F9F9;
    width: 15%;
}

.body_center1 table tr td:nth-child(3) {
    background-color: #F9F9F9;
    width: 15%;
}

.body_center1 table tr td:last-child {
    border-right: 1px solid #CCCCCC;
}

.body_center1 table tr:last-child td {
    border-bottom: 1px solid #CCCCCC;
}

.body_center1 p.body_center1_text {
    width: 100%;
    padding: 0 50px;
    color: #2b2b2b;
    font-size: 14px;
    line-height: 20px;
}

    .body_center1 img {
        width: 100%;
    }

    .body_center2 {
        width: 100%;
    }

.body_center2 h2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 800;
    padding: 0 50px;
    background-color: #f4f4f4;
}

.body_center3 {
    width: 100%;
}

.body_center3 h2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 800;
    padding: 0 50px;
    background-color: #f4f4f4;
}

.body_center3 div {
    width: 100%;
    padding: 20px;
}

.body_center3 div img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.body_center4 {
    width: 100%;
    overflow: hidden;
}

.body_center4 div {
    width: 100%;
    overflow: hidden;
    padding: 20px;
}

.body_center4 div p {
    font-size: 14px;
    line-height: 25px;
    text-indent: 30px;
}

.body_center4 h2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 800;
    padding: 0 50px;
    background-color: #f4f4f4;
}

.center_img {
    width: 1200px;
    margin: 20px auto;
    overflow: hidden;
}

.center_img img {
    display: block;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.recommend {
    margin: 50px 0;
    width: 100%;
}

.recommend h2 {
    color: #2b2b2b;
    font-size: 24px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    margin-bottom: 50px;
}

.recommend ul {
    width: 100%;
    height: 210px;
    overflow: hidden;
}

.recommend ul li {
    float: left;
    height: 100%;
    width: 18%;
    margin-right: 2.5%;
}

.recommend ul li:nth-child(5) {
    margin-right: 0;
}

.recommend ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.recommend ul li div {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.recommend ul li div img {
    width: 100%;
}

.recommend ul li h5 {
    color: #2b2b2b;
    font-size: 12px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

.recommend ul li p {
    color: #006cff;
    font-size: 12px;
    line-height: 25px;
    height: 25px;
    padding: 0 10px;
}

.body_info_table {
    width: 100%;
    overflow: hidden;
    height: 420px;
    margin: 10px 0;
}

.body_info_table ul {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}

.body_info_table ul li {
    float: left;
    width: 48%;
    margin-right: 2%;
    line-height: 30px;
    height: 30px;
}

.body_info_table ul li span {
    color: #337FE5;
    font-weight: bold;
}

.body_info_table ul li:nth-child(2n) {
    margin-right: 0;
}

.body_info_table p {
    line-height: 30px;
}

.body_info_table table {
    width: 100%;
    overflow: hidden;
}

.body_info_table table td {
    height: 35px;
}

.body_info_table table tr td:first-child {
    width: 100px;
    /*text-align: right;*/
}

.body_info_table table tr td:nth-child(3) {
    width: 100px;
    text-align: right;
}


/*.body_info_table table tr td:nth-child(2n) {
            color: #337FE5;
            font-weight: bold;
        }*/

.text_area h3 {
    width: 100%;
    height: 50px;
    background-color: #fff4ec;
    border: solid 1px #ffbe8f;
    line-height: 50px;
    /*color: #ff6c00;*/
    color: red;
    font-size: 30px;
    font-weight: 800;
    padding: 0 20px;
}

.text_area span {
    color: #1b1f24;
    font-size: 14px;
}

.car_area {
    float: right;
    width: 50%;
    overflow: hidden;
}

.car_area h1 {
    font-size: 24px;
    color: #222222;
    line-height: 40px;
    font-weight: 800;
}

.car_info {
    margin: 20px 0;
    border: solid 1px #f0f0f0;
    padding: 15px;
    width: 100%;
}

.car_info p {
    font-size: 14px;
    line-height: 30px;
    color: #222222;
}

.car_info p span {
    font-size: 18px;
    color: #de0909;
    font-weight: 800;
    padding: 0 5px;
}

.car_area ul {
    width: 100%;
    height: 50px;
    background-color: #FFEBEB;
    overflow: hidden;
}

.car_area ul li {
    float: left;
    width: 20%;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #de0909;
    font-weight: 800;
    cursor: pointer;
}

.code_img {
    width: 100%;
    margin: 20px 0;
    padding: 20px;
    border: solid 1px #f0f0f0;
    overflow: hidden;
}

.code_img div {
    float: left;
    width: 120px;
    overflow: hidden;
    margin-right: 10px;
}

.code_img div img {
    width: 100%;
    height: 120px;
}

.code_img div p {
    text-align: center;
    line-height: 30px;
    color: #222222;
    font-size: 14px;
}

.car_number {
    width: 100%;
    margin: 50px 0;
    overflow: hidden;
}

.car_number h2 {
    width: 100%;
    position: relative;
    font-size: 24px;
    color: #222222;
    font-weight: 800;
    line-height: 50px;
    border-top: 1px solid #f0f0f0;
    padding-left: 30px;
    height: 50px;
}

.car_number h2 b {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 23px;
    display: block;
    width: 16px;
    height: 4px;
    background-color: #ed0114;
}

.car_content {
    padding: 20px;
    background-color: #f5f5f5;
}

.car_many {
    width: 100%;
    background-color: #f5f5f5;
    overflow: hidden;
    padding: 50px 0;
}

.many_car {
    width: 1200px;
    margin: 0 auto;
}

.many_car h2 {
    width: 100%;
    position: relative;
    font-size: 24px;
    color: #222222;
    font-weight: 800;
    line-height: 50px;
    border-top: 1px solid #f0f0f0;
    padding-left: 30px;
    height: 50px;
}

.many_car h2 b {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 23px;
    display: block;
    width: 16px;
    height: 4px;
    background-color: #ed0114;
}

.many_car ul {
    width: 100%;
    overflow: hidden;
}

.many_car ul li {
    float: left;
    width: 380px;
    margin-right: 30px;
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}

.many_car ul li:nth-child(3n) {
    margin-right: 0;
}

.many_car ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.many_car ul li a div {
    width: 100%;
    height: 285px;
    overflow: hidden;
}

.many_car ul li a div img {
    width: 100%;
}

.many_car ul li a h3 {
    width: 230px;
    clear: both;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 800;
    background-color: #ed0114;
}

.many_car ul li a h4 {
    margin: 15px 0;
    border-left: 2px solid #dd0000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    color: #222222;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}