
.car_flex_row{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap:nowrap;
    justify-content: space-around;
    align-items:center;
}

.car_flex_row_between{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap:nowrap;
    justify-content: space-between;
    align-items:center;
}


.car_flex_clo_between{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    flex-wrap:nowrap;
    justify-content: space-between;
    align-items:flex-start;
}

.car_1195{
    width: 1120px;
    margin: 0 auto;
}

.dis_line{
    display:inline;
}

.dis_block{
    display:inline-block;
    vertical-align: middle;
    text-align: center;
}
.car_title{
    font-size: 31px;
    color: #1b1b1b;
    margin-bottom: 0px;
}

.car_p30{
    font-size: 30px;
    color: #333333;
}
.car_ys_pmar{
    margin-top: 20px;
    margin-bottom: 15px;
}


.car_p18{
    font-size: 18px;
    color: #666666;
}

.car_p18_2{
    font-size: 18px;
    color: #111111;
    margin-top: 30px;
}

.car_ys_pad{
   padding-bottom: 70px;
    padding-top: 70px;
    text-align: center;
}

.car_sq_div{
    width: 100%;
    height: 526px;
    background: url("/resources/mod/car/images/sq_bk.png") no-repeat;
    background-size:100% 100%;
}

.car_sq_tj{
    width: 519px;
    height: 442px;
    background-color:white;
    padding-left:52px;
    padding-right:58px;
    box-sizing: border-box;
    border-radius:8px ;
}

.car_sq_tj a{
    text-decoration:none;
}

.car_sq_div_1{
    background: url("/resources/mod/car/images/sh_bk.png") no-repeat;
    font-size: 24px;
    font-weight: bold;
    color: #535353;
    margin-top: 42px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.car_sqtj_ttp{
    position: relative;
    top:-12px;
}


.car_sq_tj_p1{
    font-size: 18px;
    color: #535353;
    letter-spacing: 2px;
    line-height: 30px;
}

.car_sq_tj_p2{
    font-size: 18px;
    color: #535353;
    letter-spacing: 2px;
    line-height: 40px;

}

.red_color{
    color: red;
    border: 0px;
}

.car_big_num{
    font-size: 44px;
    color: #dcdcdc;
    margin-right: 24px;
}


.car_kh_div{
    width: 100%;
    height: 526px;
    background: url("/resources/mod/car/images/khal.png") no-repeat;
    background-size:100% 100%;
    box-sizing: border-box;
    padding-top: 20px;
}

.car_kh_in_div{
    background-color: white;
    width: 572px;
    height: 234px;
    padding: 7px;
    border-radius: 8px;
}

.car_last_p20{
    font-size: 20px;
    color: #434343;
}

.car_last_p18{
    font-size: 18px;
    color: #e6211a;
    font-weight: bold;
}

.car_kh_img{
    width: 220px;
}
/**消除bootsharp的影响*/
hr{
    margin: 0px;
}
/**消除bootsharp的影响*/
p{
    margin-bottom: 0px;
}

.car_kh_tit{
    font-size: 14px;
    color: #313131;
    height: 40px;
    width: 300px;
}

.car_kh_detail{
    font-size: 12px;
    color: #999999;
    width: 300px;
    height: 120px;
    margin-right: 14px;
    line-height: 20px;
}


.last_hr{
    width:40px; display: inline-block;
    border-color: red;
    border-width: 3px;
    vertical-align: middle;
}