/* 我要卖车 */
@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Regular.ttf");
}
.opt_banner{
    position: relative;
}

.opt_banner img{
    position: relative;
    width: 100%;
}
.opt_banner .hl_content{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 12.2%;
}
.opt_banner .hl_content .left_content{
    float: left;
}
.opt_banner .hl_content p{
    font-size: 60px;
    line-height: 68px;
    font-weight: 700;
    color: #fff;
}
.opt_banner .hl_form{
    float: right;
    width: 500px;
    height: 460px;
    background-color: #fff;
    margin-top: 4.3%;
    padding: 4.3%;
}

.opt_banner .hl_form h1{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 40px;
}
.opt_banner .hl_form h1 span{
    font-weight: 700;
    margin: 0 5px;
    display: inline-block;
}
.opt_banner .hl_formitem{
    width: 100%;
    height: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    font-size: 16px;
}
.opt_banner .hl_formitem input{
    width: 100%;
    height: 100%;
    background-color: rgba(229, 229, 229, .3);
    padding: 0 30px;
}
.opt_banner .hl_formitem.zhong::before{
    content: '*';
    display: block;
    color: #fa5433;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.opt_banner .hl_formitem select{
    width: 87%;
    height: 100%;
    border: none;
    background-color: transparent;
}
.opt_banner .hl_formitem.hl_select{
    background-color: rgba(229, 229, 229, .3);
    text-align: center;
}
.opt_banner .hl_formitem.hl_select::before{
    display: none;
}
.opt_banner .hl_formbtn{
    margin-top: 40px;
}
.opt_banner .hl_formbtn input{
    background-color: #fa5433;
    color: #fff;
    font-size: 16px;
}

/* 卖车01 */
.mai_01{
    background-color: #f5f7f8;
    padding: 60px 0 85px;
}
.mai_01 h1{
    font-size: 32px;
    line-height: 60px;
    padding: 10px 0 60px;
    text-align: center;
}
.mai_01 ul li{
    width: 18.57142857142857%;
    position: relative;
    float: left;
    max-height: 420px;
}
.mai_01 ul li:not(:first-child){
    margin-left:6.42857142857143% ;
}
.mai_01 ul li .text_box{
    position: absolute;
    bottom: 0;
    left: 30px;
    bottom: 60px;
    right: 30px;
}
.mai_01 ul li .text_box p{
    font-size: 24px;
    line-height: 60px;
    color: #333;
    font-weight: 700;
}
.mai_01 ul li .text_box span{
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}
.mai_01 ul li .hl_suzi{
    position: absolute;
    top: 20px;
    font-size: 110px;
    line-height: 60px;
    color: #fff;
    font-family: "Poppins";
    font-weight: 700;
}
.mai_01 ul li:nth-of-type(1) .hl_suzi{
    right: -40px;
}
.mai_01 ul li:nth-of-type(2) .hl_suzi{
    right: -65px;
}
.mai_01 ul li:nth-of-type(3) .hl_suzi{
    right: -67px;
}
.mai_01 ul li:nth-of-type(4) .hl_suzi{
    right: -70px;
}

/* 卖车02 */
.mai_02{
    padding: 4.21% 0 4.3%;
}
.mai_02 h1{
    font-size: 32px;
    line-height: 60px;
    padding: 10px 0 60px;
    text-align: center;
    font-weight: 700;
}
.mai_02 ul{
    padding: 0 5%;
}
.mai_02 ul li{
    float: left;
    position: relative;
}
.mai_02 ul li + li::before{
    content: '';
    display: block;
    width: 77%;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: -8%;
    top: 45%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.mai_02 ul li:not(:first-child){
    padding-left: 12%;
}
.mai_02 ul li p{
    position: relative;
    padding-top: 30px;
    font-size: 24px;
    line-height: 60px;
    color: #000;
}
.mai_02 ul li p::before{
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 50%;
    background-color: #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    top: 0;
}
.mai_02 ul li .imgbox{
    text-align: center;
    margin-bottom: 25px;
}
.mai_02 ul li .imgbox img{
    height: 40px;
    width: 40px;
}
.mai_02 ul li:nth-of-type(2)::before{
    width: 90%;
    left: -20%;
}
/* 卖车03 */
.mai_03{
    background-color: #f5f7f8;
    padding: 4.21% 0 2.62%;
}

.mai_03 h1{
    font-size: 32px;
    line-height: 60px;
    padding: 0 0 60px;
    text-align: center;
    font-weight: 700;
}
.mai_03 ul li {
    margin-bottom: 25px;
}
.mai_03 ul li .h_top{
    height: 65px;
    line-height: 65px;
    position: relative;
    background-color: #fff;
    margin-bottom: 2px;
    padding-left:100px ;
}
.mai_03 ul li .h_bon{
    background-color: #fff;
    padding: 40px 40px 40px 100px;
    position: relative;
}
.mai_03 ul li .h_top span{
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    display: block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    background-color: #000;
    color: #fff;
}
.mai_03 ul li .h_bon span{
    position: absolute;
    left: 40px;
    top: 45px;
    display: block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    background-color: #7f7f7f;
    color: #fff;
}
.mai_03 ul li .h_top p{
    font-size: 18px;
    color: #666666;
}
.mai_03 ul li .h_bon p{
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}
/* 卖车04 */
.mai_04{
    background-color: #fff;
    padding: 80px 0 120px;
    padding: 4.21% 0 6.312%;
}

.mai_04 h1{
    font-size: 32px;
    line-height: 60px;
    margin: 0 0 90px;
    text-align: center;
    font-weight: 700;
}
.mai_04 ul li{
    float: left;
    width: 12.5%;
    padding: 0 20px;
}
.mai_04 ul li .imgbox{
    height: 40px;
    text-align: center;
    position: relative;
}
.mai_04 ul li .imgbox img{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
}
.mai_04 ul li  p{
    text-align: center;
    margin-top: 35px;
    font-size: 16px;
    color: #333333;
}
.h_pc{
    display: block;
    width: 100%;
}
.h_mb{
    display: none;
    width: 100%;
}
@media(max-width:1366px){
    .opt_banner .hl_form{
        margin-top: 0;
        height: 350px;
        width: 300px;
        padding: 2%;
    }
    .opt_banner .hl_formitem{
        height: 35px;
    }
    .opt_banner .hl_formitem select{
        width: 80%;
    }
}
@media(max-width:1250px){
    .mai_02 ul li p{
        font-size: 18px;
    }
    .mai_02 ul li:not(:first-child) {
        padding-left: 14%;
    }
}
@media(max-width:1200px){
    .mai_01 ul li .hl_suzi{
        font-size: 80px;
    }
    .mai_01 ul li:nth-of-type(3) .hl_suzi {
        right: -47px;
    }
    .mai_01 ul li:nth-of-type(4) .hl_suzi {
        right: -53px;
    }
    .mai_01 ul li:nth-of-type(2) .hl_suzi {
        right: -45px;
    }
    .mai_01 ul li:nth-of-type(1) .hl_suzi {
        right: -27px;
    }
    .mai_01 ul li .text_box p{
        font-size: 20px;
        line-height: 30px;
    }
    .mai_01 ul li .text_box span{
        font-size: 16px;
        line-height: 20px;
    }
    .mai_01 ul li .text_box{
        left: 10px;
        bottom: 20px;
        right: 10px;
    }
    .mai_01 h1{
        font-size: 26px;
    }
}
@media(max-width:1120px){
    .mai_02 ul li:not(:first-child) {
        padding-left: 13%;
    }
}
@media(max-width:1024px){
    .opt_banner .hl_form h1{
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .opt_banner .hl_content p{
        font-size: 26px;
        line-height: 36px;
    }
    .opt_banner .hl_form{
        height: 290px;
    }
    .mai_02 ul li:not(:first-child) {
        padding-left: 12%;
    }
    .mai_02 h1{
        font-size: 26px;
        padding: 10px 0 20px;
    }
    .mai_03 h1{
        font-size: 26px;
        padding: 10px 0 20px;
    }
    .mai_04 h1{
        font-size: 26px;
        margin-bottom: 20px;
    }
    .mai_04 ul li{
        width: 33.33%;
        margin-bottom: 20px;
    }
}
@media(max-width:950px){
    .mai_02 ul li:not(:first-child) {
        padding-left: 11%;
    }
}
@media(max-width:875px){
    .mai_02 ul li:not(:first-child) {
        padding-left: 10%;
    }
}
@media(max-width:810px){
    .mai_02 ul li:not(:first-child) {
        padding-left: 9%;
    }
}
@media(max-width:768px){
    .opt_banner .hl_content p{
        font-size: 20px;
    }
    .mai_04 ul li{
        width: 50%;
    }
    .mai_03 h1,.mai_02 h1{
        font-size: 20px;
        line-height: 30px;
    }
    .opt_banner .hl_content{
        padding-top: 100px;
    }
    .h_pc{
        display: none;
    }
    .h_mb{
        display: block;
        height: 400px;
    }
    .mai_01 ul li{
        width: 48%;
    }
    .mai_01 ul li:not(:first-child) {
        margin-left: 0;
    }
    .mai_01 ul li:nth-child(2n){
        margin-left: 4%;
    }
    .mai_01 ul li .hl_imgbox img{
        width: 100%;
    }
    .mai_01 ul li .hl_suzi{
        right: 0 !important;
    }
    .mai_01{
        padding: 20px 0;
    }
    .mai_01 h1,.mai_04 h1{
        font-size: 20px;
    }
    .mai_01 ul li .hl_suzi{
        font-size: 40px;
        top: 0;
    }
    .mai_02 ul li + li::before{
        display: none;
    }
    .mai_02 ul li{
        width: 50%;
        margin-bottom: 20px;
    }
    .mai_02 ul li p{
        text-align: center;
        font-size: 14px;
        line-height: 20px;
    }
    .mai_02 ul li:not(:first-child) {
        padding-left:0;
    }
    .mai_03 ul li .h_top p,.mai_03 ul li .h_bon p{
        font-size: 14px;
    }
}
@media(max-width:550px){
    .opt_banner .hl_content .left_content{
        width: 30%;
    }
    .opt_banner .hl_form {
        width: 60%;
    }
    .opt_banner .hl_form{
        height: auto;
    }
}
@media(max-width:480px){
    .opt_banner .hl_formitem{
        margin-top: 10px;
    }
}

/* 我要置换车 */
.opt_banner .left_content span{
    font-size: 18px;
    line-height: 60px;
    display: block;
    color: rgba(255, 255, 255, .8);
    margin-top: 30px;
    letter-spacing: 10px;
}
.zhi01{
    background-color: #f5f7f8;
    padding: 5% 0;
}
.zhi01 h1{
    font-size: 42px;
    line-height: 60px;
    color: #000;
}
.zhi01 ul{
    margin-top: 50px;
    padding: 40px 0;
}
.zhi01 ul li p{
    font-size: 24px;
    line-height: 38px;
    color: #000;
    margin-top: 40px;
    color: #000;
    font-weight: 700;
}
.zhi01 ul li{
    float: left;
    width: 30.71428571428571%;
}
.zhi01 ul li:not(:first-child){
    margin-left: 3.92857142857143%;
}
@media(max-width:1024px){
    .opt_banner .left_content span{
        font-size: 16px;
        line-height: 24px;
        letter-spacing: unset !important;
    }
    .zhi01 h1{
        font-size: 26px;
        line-height: 36px;
    }
    .zhi01 ul{
        padding: 20px 0;
        margin-top: 20px;
    }
}
@media(max-width:768px){
    .zhi01 h1,.zhi01 ul li p{
        font-size: 20px;
        line-height: 30px;
    }
}
@media(max-width:480px){
    .zhi01 ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    .zhi01 ul li:not(:first-child) {
        margin-left:0;
    }
    .zhi01 ul li p{
        margin-top: 10px;
        font-size: 16px;
    }
}

/* 上门评估 */
.opt_banner .hl_content h2{
    font-weight: 400;
    font-size: 24px;
    line-height: 48px;
    color: #fff;
}
.ping01{
    padding: 5% 0 2%;
    background-color: #f5f7f8;
}
.ping01 h1{
    font-size: 42px;
    line-height: 60px;
    color: #000;
    text-align: center;
}

.ping01 .swiper-slide{
    height: 480px;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
}
.ping01 .swiper-container{  
    height: 480px;
}
.ping01  .swiper-slide.swiper-slide-active{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.ping01 .content{
    margin-top: 70px;
}
.ping01 .content01{
    position: relative;
}
.ping01 .imgbox{
    position: relative;
    text-align: center;
}

.ping01 .imgbox::before{
    content: '';
    display: block;
    height: 71%;
    width: 107%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    bottom: 0;
    background-color: #e5e5e5;
    z-index: -1;
}
.ping01  .content{
    background-image: url(../uploadfiles/h_pingwenzi01.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ping01  .swiper-slide .text_box{
    display: none;
    position: absolute;
    right: -34%;
    top: 24%;
    border-left: 2px solid #000;
    padding-left: 30px;
}
.ping01  .swiper-slide.swiper-slide-active .text_box{
    display: block;
}
.ping01  .swiper-slide .text_box p{
    font-size: 32px;
    color: #000;
    font-weight: 700;
}
.ping01  .swiper-slide .text_box span{
    font-size: 16px;
    line-height: 28px;
    color: #777777;
}

.ping01 .swiper_btn {
    position: absolute;
    bottom: 70px;
    z-index: 99;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #e5e5e5;
}
.ping01 .swiper_btn:hover{
    background-color: #000;
}
.ping01 .next::before {
    content: '';
    display: block;
    position: absolute;
    top: 43%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    right: 23px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.ping01 .prev {
    right: 12%;
}
.ping01 .next {
    right: 7%;
}
.ping01 .prev::before {
    content: '';
    display: block;
    position: absolute;
    top: 43%;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(45deg);
    right: 23px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.ping01  .weizhi{
    position: absolute;
    bottom: 70px;
    z-index: 99;
    font-size: 32px;
    font-weight: 700;
}
.ping01  .weizhi .btn_wei div{
    display: inline-block;
}
.ping02{
    background-color: #fff;
    padding: 120px 0;
}
.ping02 h1 {
    font-size: 42px;
    line-height: 60px;
    color: #000;
    text-align: center;
}
.ping02 ul{
    margin-top: 70px;
}
.ping02 ul li{
    position: relative;
    margin-bottom: 80px;
}
.ping02 ul li .left{
    width: 50%;
    float: left;
}
.ping02 ul li .right {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
}
.ping02 ul li .right .content{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 65%;
    height: 40%;
}
.ping02 ul li .right p{
    font-size: 32px;
    line-height: 38px;
    color: #000;
    font-weight: 700;
}
.ping02 ul li .right span{
    font-size: 24px;
    line-height: 38px;
    color: #999999;
    display: block;
    margin-top: 35px;
}
.ping02 ul li:nth-child(2n) .left{
    float: right;
}
.ping02 ul li:nth-child(2n) .right{
    left: 0;
}

.ping02 ul li:nth-child(2n)  .right .content{
    width: 100%;
}

.ping03{
    padding: 120px 0 120px;
    background-color: #fafafa;
}
.ping03 h1{
    font-size: 42px;
    line-height: 60px;
    color: #000;
    text-align: center;
}
.ping03 span{
    font-size: 16px;
    line-height: 42px;
    color: #666666;
    text-align: center;
    display: block;
}
.ping03 .hl_form{
    margin-top: 70px;
}
.ping03 .form_item{
    float: left;
    width: 23.5%;
    background-color: #f2f2f2;
    overflow: hidden;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    height: 50px;
    text-align: center;
    margin-bottom: 2%;
}
.ping03 .form_item:not(:nth-child(4n+1)){
    margin-left: 2%;
}
.ping03 .form_item select{
    width: 85%;
    border: none;
    height: 100%;
    background-color: transparent;
    font-size: 16px;
    color: #999999;
}
.ping03 .form_item input{
    width: 85%;
    border: none;
    height: 100%;
    background-color: transparent;
    font-size: 16px;
    color: #999999;
}

.ping03 .form_item input::-webkit-input-placeholder { /* WebKit, Blink, Edge */

    color : #999999;

}

.ping03 .form_item input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */

   color : #999999;

}

.ping03 .form_item input::-moz-placeholder { /* Mozilla Firefox 19+ */

   color : #999999;

}

.ping03 .form_item input:-ms-input-placeholder { /* Internet Explorer 10-11 */

   color : #999999;

}

.ping03 .form_item input::-ms-input-placeholder { /* Microsoft Edge */

   color : #999999;

}


.ping03 .form_item.form_btn{
    width: 23.5%;
    line-height: 50px;
    text-align: center;
    background-color: #fa5433;
} 
.ping03 .form_item.form_btn input{
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: #fff;
}
@media(max-width:1024px){
    .ping02 h1,.ping03 h1,.ping01 h1{
        font-size: 26px;
    }
    .ping02 ul li .right p{
        font-size: 20px;
        line-height: 28px;
    }
    .ping02 ul li .right span{
        font-size: 16px;
        line-height: 30px;
    }
    .ping03 .form_item select{
        font-size: 14px;
    }
    .ping01 .swiper-wrapper,.ping01 .content{
        height: 480px;
    }
    .ping01 .prev{
        right: 23%;
    }
    
    .ping01 .content01{
        height: 480px;
    }
    .ping02,.ping03,.ping04{
        padding: 60px 0 0;
    }
    .ping01 .swiper-slide .text_box{
        right: -10%;
        top: 8%;
    }
}
@media(max-width:768px){
    .ping01 .swiper-slide{
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .ping01 h1,.ping01 .swiper-slide .text_box p{
        font-size: 20px;
    }
    .ping02 ul li .right span{
        margin-top: 15px;
    }
    .ping02 ul li .right .content{
        height: 70%;
    }
    .ping02 ul li{
        margin-bottom: 40px;
    }
    .ping03 h1{
        line-height: 28px;
    }
    .ping03{
        padding: 30px 0;
    }
    .ping03 .form_item{
        width: 48%;
        margin-bottom: 20px;
    }
    .ping03 .form_item:not(:first-child) {
        margin-left: 0;
    }
    .ping03 .form_item:nth-child(2n){
        margin-left: 3%;
    }
    .ping03 .form_item.form_btn{
        width: 100%;
        margin-left: 0;
    }
    .ping03 .hl_form{
        margin-top: 30px;
    }
    .ping01 .content,.ping01 .swiper-container{
        height: 480px;
    }
    .ping01 .swiper-slide{
        width: 100%;
        margin:0;
    }
    .swiper-wrapper{
        padding: auto !important;
    }
    .ping01 .swiper-slide .text_box{
        right: 60px;
    }
    .ping01 .imgbox::before{
        content: '';
        display: block;
        height: 71%;
        width: 48%;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        position: absolute;
        bottom: 0;
        background-color: #e5e5e5;
        z-index: -1;
        left: 15%;
        left: 50%;
        transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        display: none;
    }
    .ping01 .swiper-slide .text_box {
        right: 2%;
        top: 30%;
    }
}

@media(max-width:600px){
    .ping02 h1,.ping03 h1{
        font-size: 18px;
    }
    .ping02 ul li .right p{
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }
    .ping02 ul li .right span{
        font-size: 14px;
    }
    .ping02 ul li .right{
        position: relative;
        width: 100%;
        height: auto;
        float: left;
    }
    .ping02 ul li .left{
        width: 100%;
    }
    .ping02 ul li .right .content{
        position: static;
        width: 100%;
        height: auto;
    }
    .ping02 ul li{
        margin-bottom: 20px;
    }
}

.ping04{
    background-color: #fafafa;
    padding: 130px 0;
}
.ping04 h1{
    font-size: 32px;
    line-height: 42px;
    color: #000;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.ping04 .left{
    float: left;
    width: 62.85714285714286%;
    padding: 3.5% 2%;
    background-color: #fff;
    height:620px;
}
.ping04 .left h2{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin: 20px 0 40px;
    font-weight: 400;
}
.ping04 .left .car_info p{
    font-size: 16px;
    line-height: 42px;
    color: #000;
    display: inline-block;
    font-weight: 700;
}
.ping04 .left .car_info span{
    font-size: 14px;
    line-height: 42px;
    color: #000;
    display: inline-block;
    padding-left: 20px;
    position: relative;
    background-repeat: no-repeat;
    background-position: left;
    margin: 0 5px;
}
.ping04 .left .car_info span:nth-of-type(1){
    background-image: url(../uploadfiles/h_pingicon01.png);
}
.ping04 .left .car_info span:nth-of-type(2){
    background-image: url(../uploadfiles/h_pingicon02.png);
}
.ping04 .left .car_x{
    font-size: 14px;
    line-height: 42px;
    color: #666666;
    margin-bottom: 36px;
}
.ping04 .left .car_content .car_l{
    float: left;
    width: 21%;
}
.ping04 .left .car_content .car_l:not(:first-child){
    margin-left: 16%;
}
.ping04 .left .car_content .car_top{
    margin-bottom: 20px;
}
.ping04 .left .car_content .car_top p{
    font-weight: 700;
    font-size: 18px;
    color: #000;
    display: inline-block;
}
.ping04 .left .car_content .car_top span{
    font-size: 12px;
    color: #333;
    display: inline-block;
    padding:0 10px ;
    height: 24px;
    line-height: 24px;
    background-color: #e5e5e5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-left: 10px;
}
.ping04 .left .car_content .car_l>p{
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    margin-bottom: 20px;
}
.ping04 .left .car_content .car_l>span{
    font-size: 14px;
    line-height: 18px;
    color: #999999;
}
.ping04 .left .h_btn{
    display: inline-block;
    width: 200px;
    height: 50px;
    background-color: #fa5433;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    margin-top: 70px;
}

.ping04 .right{
    float: right;
    width: 35%;
    padding: 3.5% 2%;
    background-color: #fff;
    height: 620px;
}
.ping04 .right .h_form01{
    margin-top: 35px;
}
.ping04 .right  .form_item{
    width: 50%;
    float: left;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    margin-bottom: 20px;
}
.ping04 .right  .form_item{
    height: 50px;
    background-color: #f7f7f7;
    padding: 0 20px 0 30px;
}
.ping04 .right  .form_item input{
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.ping04 .right  .form_item.h_checkbox{
    width: 50%;
    background-color: transparent;
    padding: 0 20px;
}
.ping04 .right  .form_item.h_tel{
    width: 100%;
}
.ping04 .right  .form_item.form_btn{
    width: 100%;
    background-color: #fa5433;
    margin-top: 20px;
}
.ping04 .right  .form_item.form_btn input{
    color: #fff;
    font-size: 16px;
}

.ping04 .right  .form_item.h_checkbox label{
    margin-top: 13px;
    display: block;
    width: 50%;
    float: left;
}
.ping04 .right  .form_item.h_checkbox input{
    position: relative;
    width: 20px;
    height: 20px;
    appearance: none;
    position: relative;
    outline: none;
}
.ping04 .right  .form_item.h_checkbox input::before {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #cdcdcd;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.ping04 .right  .form_item.h_checkbox input:checked::before {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #060606;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.ping04 .right  .form_item.h_checkbox input:checked::after {
    content: "";
    width: 5px;
    height: 5px;
    text-align: center;
    background: #000000;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 8px;
    left: 5px;
}

@media(max-width:1200px){
    .ping04 .right .form_item.h_checkbox{
        padding: 0 2%;
    }
}
@media(max-width:1024px){
    .ping04 .left .car_content .car_l:not(:first-child){
        margin-left: 3%;
    }
    .ping04 .left .car_content .car_l{
        width: 30.33%;
    }
    .ping04 h1{
        font-size: 24px;
    }
    .ping04 .left .car_content .car_top p{
        font-size: 16px;
    }
    .ping04 .left .car_content .car_l>p{
        font-size: 14px;
    }
}
@media(max-width:800px){
    .ping04 .left{
        width: 100%;
    }
    .ping04 .right{
        width: 100%;
    }
    .ping04 .right .form_item.h_checkbox{
        padding-left: 10%;
    }
    .ping04 .left{
        height: auto;
    }
    .ping04{
        padding: 20px 0;
    }
}
@media(max-width:480px){
    .ping04 .right{
        height: auto;
    }
    .ping04 h1{
        font-size: 20px;
    }
    .ping04 .left .car_content .car_l{
        width: 100%;
        margin-bottom: 20px;
    }
    .ping04 .left .car_content .car_l:not(:first-child) {
        margin-left: 0%;
    }
    .ping04 .left .h_btn{
        margin-top: 20px;
    }
}


/*服务保障大兴认证 */
.h_neibanner{
    position: relative;
}
.h_neibanner .content{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.h_neibanner .content .h_content{
    padding-top: 26%;
}
.h_neibanner .h_title{
    font-size: 60px;
    line-height: 48px;
    color: #fff;
    font-weight: 700;
}
.h_neibanner .h_desc{
    font-size: 24px;
    line-height: 48px;
    color: #fff;
    margin-top: 20px;
}
.hl_nav{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #f7f7f7;
}
.hl_nav .left{
    float: left;
    font-size: 14px;
    line-height: 36px;
    color: #999;
}
.hl_nav .right{
    float: right;
}
.hl_nav .right li{
    float: left;
    margin: 0 30px;
    position: relative;
}
.hl_nav .right li a{
    display: block;
    font-size: 18px;
    color: #999999;
}

.hl_nav .right li.active::before{
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #000;
    height: 3px;
}
.hl_nav .right li.active a{
    color: #000000;
    font-weight: 700;
}
.ren01{
    padding: 120px 0 100px;

}
.ren01 h1{
    font-size: 42px;
    line-height: 24px;
    color: #000;
    text-align: center;
}
.ren01 h2{
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    font-weight: 400;
    text-align: center;
    margin-top: 25px;
}
.ren01 .h_content{
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}
.ren01 ul{
    margin-top: 100px;
}
.ren01 ul li{
    float: left;
    text-align: center;
    width: 25%;
}
.ren01 ul li p{
    font-size: 90px;
    line-height: 90px;
    color: #000;
    font-weight: 700;
    font-family: "Poppins";
}
.ren01 ul li span{
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-top: 15px;
    display: block;
}
@media(max-width:1200px){
    .h_neibanner .content .h_content {
        padding-top: 17%;
    }
}
@media(max-width:1100px){
    .hl_nav .right li{
        margin: 0 10px;
    }
    .hl_nav .right li a{
        font-size: 16px;
    }
}

@media(max-width:1024px){
    .ren01 h1{
        font-size: 26px;
    }
    .ren01 h2{
        font-size: 14px;
    }
    .ren01 ul li p{
        font-size: 60px;
        line-height: 40px;
    }
    .h_neibanner .h_title{
        font-size: 26px;
    }
    .h_neibanner .h_desc{
        font-size: 16px;
        line-height: 30px;
    }
}
@media(max-width:800px){
    .hl_nav .left{
        width: 100%;
    }
    .hl_nav .right{
        width: 100%;
    }
    .hl_nav .right li{
        margin: 0;
    }
    .hl_nav .right li:not(:first-child){
        margin:0 0 0 10px;
    }
    .hl_nav{
        height: auto;
    }
}
@media(max-width:768px){
    .ren01 h1{
        font-size: 20px;
    }
    .ren01 ul li p {
        font-size: 40px;
        line-height: 40px;
    }
    .ren01 ul li span{
        font-size: 14px;
    }
    .ren01{
        padding: 30px 0;
    }
    .ren01 ul{
        margin-top: 30px;
    }
    .h_neibanner .content .h_content {
        padding-top: 33%;
    }
}
@media(max-width:480px){
    .hl_nav .right li a{
        font-size: 14px;
    }
    .hl_nav .right li:not(:first-child) {
        margin: 0;
    }
    .hl_nav .right li{
        margin: 0 5px !important;
    }
    .hl_nav .right ul{
        margin-left: -5px;
    }
}

/* 按揭 */
.anjie01{
    padding: 120px 0 80px;
}
.anjie01 h1{
    font-size: 42px;
    line-height: 52px;
    color: #000;
    text-align: center;
}
.anjie01 h2{
    font-size: 16px;
    line-height: 66px;
    color: #666666;
    text-align: center;
    font-weight: 400;
}
.anjie01 h3{
    font-size: 38px;
    line-height: 66px;
    color: #000;
    text-align: center;
    font-weight: 700;
    font-family: 'Poppins';
}
.anjie02{
    padding: 120px 0;
    background-color: #f5f7f8;
}
.anjie02 .h_content .left{
    float: left;
    width: 61.42857142857143%;
    background-color: #fff;
    padding: 60px 190px 60px 40px;
}
.anjie02 .h_content .right{
    float: right;
    background-color: #fff;
}
.anjie02 .h_content li {
    margin-bottom: 30px;
}
.anjie02 .h_content li label{
    float: left;
    line-height: 50px;
    width: 60px;
    height: 50px;
}
.anjie02 .h_content li .right_t{
    float: left;
    background-color: #f7f7f7;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    height: 100%;
    line-height: 50px;
    margin-left: 40px;
    width: 75%;
    padding:0 30px;
    font-size: 16px;
    color: #333333;
    position: relative;
}
.anjie02 .h_content li .right_san{
    background-color: transparent;
    padding: 0;
    text-align: center;

}
.anjie02 .h_content li .right_san dt{
    float: left;
    width: 31.33%;
    background-color: #f7f7f7;
    color: #333333;
}
.anjie02 .h_content li .right_san dt.active{
    background-color: #ffece2;
    color: #ff5f01;
}
.anjie02 .h_content li .right_san dt:not(:first-child){
    margin-left: 3%;
}
.anjie02 .h_content li .right_t input{
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.anjie02 .h_content li .right_t.bai::before{
    content: '%';
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    color: #333;
    font-size: 16px;
}
.anjie02 .h_content li .right_t.yuan::before{
    content: '元';
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    color: #333;
    font-size: 16px;
}
.anjie02 .h_content li .right_t.qi::before{
    content: '期';
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    color: #333;
    font-size: 16px;
}
.anjie02 .h_content li .right_t.che_ra .h_item{
    float: left;
    line-height: 50px;
    width: 18%;
    font-size: 16px;
    color: #333;
}
.anjie02 .h_content li .right_t.che_ra .h_item:not(:first-child){
    margin-left: 2%;
}

.anjie02 .h_content li .right_t.che_ra .h_item input {
    position: relative;
    width: 20px;
    height: 20px;
    appearance: none;
    position: relative;
    outline: none;
    margin-right: 5px;
}
.anjie02 .h_content li .right_t.che_ra .h_item input:checked::after {
    content: "";
    width: 5px;
    height: 5px;
    text-align: center;
    background: transparent;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 8px;
    left: 5px;
}
.anjie02 .h_content li .right_t.che_ra .h_item input:checked::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #fa5433;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.anjie02 .h_content li .right_t.che_ra .h_item input::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #cdcdcd;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.anjie02 .h_content li.form_btn input{
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
}
.anjie02 .h_content li.form_btn .right_t{
    background-color: #fa5433;
}

.anjie02 h1{
    font-size: 42px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 70px;
}
.anjie02 .h_content .left ul li{
    height: 50px;
}
.anjie02  .right{
    padding: 40px;
    width:37.14285714285714%;
}
.anjie02  .right .shu01{
    float: left;
    height: 60px;
}
.anjie02  .right .shu01 p{
    font-size: 24px;
    line-height: 24px;
    color: #000;
}
.anjie02  .right .shu01 span{
    font-size: 16px;
    line-height: 60px;
    color: #666666;
    display: block;
}

.anjie02  .right .shu02{
    float: right;
    font-size: 34px;
    line-height: 30px;
    color: #fa5433;
    font-family: "Poppins";
    margin-top: 20px;
}
.anjie02  .right .h_form_bo{
    padding-top: 40px;
    border-top: 1px solid #f3f3f3;
    margin-top: 30px;
}
.anjie02  .right .h_form_bo li{
    float: left;
    width: 33.33%;
    padding: 0 2%;
    text-align: center;
}
.anjie02  .right .h_form_bo li p{
    font-size: 24px;
    line-height: 60px;
    color: #fa5433;
    font-family: "Poppins";
}
.anjie02  .right .h_form_bo li p span{
    font-size: 24px;
    line-height: 60px;
    color: #fa5433;
    font-family: "Poppins";
}
.anjie02  .right .h_form_bo li span.text{
    font-size: 16px;
    color: #666666;
    display: block;
}

.anjie03{
    padding: 70px 0 100px;
    background-color: #f5f7f8;
}

.anjie03 ul li{
    padding: 60px;
    background-color: #fff;
}
.anjie03 ul li dl{
    float: left;
    width: 58.5%;
}
.anjie03 ul li .imgbox{
    float: right;
    width: 360px;
    height: 180px;
    position: relative;
    background-color: #f9f9f9;
}
.anjie03 ul li .imgbox img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.anjie03 ul li dt {
    margin-bottom: 60px;
}
.anjie03 ul li dt .left{
    float: left;
    font-size: 32px;
    line-height: 32px;
    width: 20%;
}
.anjie03 ul li dt .right{
    float: right;
    width: 80%;
}
.anjie03 ul li dt .right .h_title{
    font-size: 24px;
    line-height: 32px;
    color: #000;
    border-bottom: 2px solid #e9e9e9;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.anjie03 ul li dt .right  .h_text p{
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}


@media (max-width: 1450px){
    .anjie02 .h_content .left{
        padding: 40px;
    }

}
@media (max-width: 1210px){
    .anjie02 .h_content li .right_t{
        width: 80%;
    }
    .anjie02 .h_content .left{
        padding: 40px 20px;
    }
    .anjie02 .h_content li .right_t{
        margin-left: 20px;
        padding: 0 10px;
    }
}
@media (max-width: 1024px){
    .anjie01 h1{
        font-size: 26px;
        line-height: 40px;
    }
    .anjie01 h3{
        font-size: 18px;
        line-height: 30px;
    }
    .anjie02 h1{
        font-size: 30px;
        line-height: 40px;
    }
    .anjie02{
        padding: 30px 0;
    }
    .anjie02 .h_content .left{
        width: 100%;
    }
    .anjie02 .h_content .right{
        width: 100%;
    }
    .anjie02 .h_content li .right_t {
        width: 87%;
        padding: 0 30px;
    }
    .anjie02 .h_content li .right_san{
        padding: 0;
    }
    .anjie03 ul li dl{
        width: 100%;
    }
    .anjie03 ul li .imgbox{
        width: 100%;
        text-align: center;
    }    
    .anjie03 ul li{
        padding: 20px;
    }
}

@media (max-width: 768px){
    .anjie01 h1{
        font-size: 18px;
        line-height: 30px;
    }
    .anjie01 h3{
        font-size: 16px;
    }
    .anjie02 h1{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .anjie02 .h_content li .right_t.che_ra .h_item{
        font-size: 12px;
    }
    .anjie02 .h_content li .right_t{
        width: 100%;margin: 0;
        padding: 0 15px;
    }
    .anjie02 .h_content li .right_t.che_ra .h_item input{
        width: 10px;
        height: 10px;
    }
    .anjie02 .h_content li .right_t.che_ra .h_item input::before {
        width: 10px;
        height: 10px;
    }
    .anjie02 .h_content li .right_t.che_ra .h_item input:checked::before {
        width: 10px;
        height: 10px;
    }
    .anjie02 .right .shu02{
        font-size: 18px;
    }
    .anjie02 .right .shu01 p{
        font-size: 20px;
    }
    .anjie02 .right .shu01 span{
        font-size: 14px;
    }
    .anjie02 .right .h_form_bo li p{
        font-size: 20px;
    }
    .anjie03 ul li dt .right .h_title{
        font-size: 20px;
    }
    .anjie03 ul li dt .left{
        font-size: 20px;
    }
}

/* 服务保障——牌证服务 */
.paizhen01{
    padding: 120px 0 80px;
}
.paizhen01 h1{
    font-size: 42px;
    line-height: 42px;
    color: #000;
    text-align: center;
}
.paizhen01 h2{
    font-size: 16px;
    line-height: 42px;
    color: #666666;
    text-align: center;
    font-weight: 400;
}
.paizhen01 ul{
    max-width: 940px;
    width: 100%;
    margin: 80px auto 0;
}
.paizhen01 ul li{
    float: left;
    position: relative;
}
.paizhen01 ul li p{
    position: relative;
    font-size: 24px;
    line-height: 42px;
    font-weight: 700;
}
.paizhen01 ul li:not(:first-child){
    margin-left:24%;
}
.paizhen01 ul li p::before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #000;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
}
.paizhen01 ul li:not(:last-child):before {
    width: 400%;
    height: 2px;
    background-color: #e1e1e1;
    position: absolute;
    content: '';
    bottom: -17px;
    right: -443%;
}
.paizhen02{
    background-color: #f5f7f8;
    padding: 80px 0;
}
.paizhen02 .left{
    float: left;
}

.paizhen02 .right{
    float: right;
    width: 64.28571428571429%;
}
.paizhen02 li{
    background-color: #fff;
    padding: 60px 60px 0;
    margin-bottom: 40px;
}
.paizhen02 li .left h1{
    font-size: 28px;
    line-height: 42px;
    color: #000;
    font-weight: 700;
}
.paizhen02 li .left h2{
    font-size: 90px;
    line-height: 90px;
    font-family: "Poppins";
    color: rgba(228, 228, 228, .5);
    margin-top: 30px;
}

.paizhen02 li dl dt .h_title{
    font-size: 18px;
    line-height: 32px;
    color: #000;
    font-weight: 700;
    margin-bottom: 25px;
}
.paizhen02 li dl dt .h_title span{
    color: #999;
}
.paizhen02 li dl dt + dt{
    border-top: 1px solid #e1e1e1;
    padding-top: 60px;
}
.paizhen02 li dl dt{
    padding-bottom: 60px;
}
.paizhen02 li dl dt .h_text{
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    margin-bottom: 45px;
}

.paizhen02 li dl dt .tishi{
    color: #999;
}
.paizhen02 li .left span{
    font-size: 16px;
    color: #999999;
    line-height: 42px;
}

@media(max-width:1024px){
    .paizhen01 ul{
        padding: 0 15px;
    }
    .paizhen01 ul li p{
        font-size: 16px;
    }
    .paizhen01 ul li:not(:first-child) {
        margin-left: 27%;
    }
    .paizhen01 ul li:not(:last-child):before {
        width: 466%;
        height: 2px;
        background-color: #e1e1e1;
        position: absolute;
        content: '';
        bottom: -17px;
        right: -655%;
    }
    .paizhen01 h1{
        font-size: 26px;
    }
    .paizhen01{
        padding: 30px 0;
    }
    .paizhen02{
        padding: 20px 0;
    }
}

@media(max-width:900px){
    .paizhen01 ul li:not(:first-child) {
        margin-left: 26%;
    }
}
@media(max-width:830px){
    .paizhen01 ul li:not(:last-child):before {
        width: 456%;
        height: 2px;
        background-color: #e1e1e1;
        position: absolute;
        content: '';
        bottom: -17px;
        right: -500%;
    }
    .paizhen01 ul li:not(:first-child) {
        margin-left: 25%;
    }
}

@media(max-width:768px){
    .paizhen01 ul li{
        width: 50%;
        text-align: center;
        margin-bottom: 20px;
    }
    .paizhen01 ul li:not(:first-child) {
        margin-left: 0;
    }
    .paizhen01 ul li p{
        display: inline-block;
    }
    .paizhen01 ul li:not(:last-child):before {
        display: none;
    }
    .paizhen02 .left{
        width: 100%;
        text-align: center;
    }
    .paizhen02 .right{
        width: 100%;
    }
    .paizhen02 li .left h1{
        font-size: 20px;
    }
    .paizhen02 li .left h2{
        font-size: 40px;
        line-height: 40px;
    }
    .paizhen02 li dl dt + dt {
        padding-top: 20px;
    }
    .paizhen02 li dl dt {
        padding-bottom: 20px;
    }
    .paizhen02 li{
        padding: 30px 30px 0;
    }
    .paizhen01 h1{
        font-size: 20px;
    }
}
/* 服务保障——保险服务 */
.insurance01{
    padding: 120px 0 150px;
}
.insurance01 .h_title{
    font-size: 42px;
    line-height: 42px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}
.insurance01 .h_desc{
    font-size: 16px;
    line-height: 42px;
    color: #666666;
    text-align: center;
    margin-top: 20px;
}
.insurance01 .imgbox{
    margin-top: 100px;
}
.insurance02{
    background-color: #f5f7f8;
    padding: 80px 0 100px;
}
.insurance02 .content{
    padding: 60px;
    background-color: #fff;
}
.insurance02 .content01{
    margin-top: 40px;
}
.insurance02 .left{
    float: left;
    width: 33%;
}
.insurance02 li{
    margin-bottom: 60px;
}
.insurance02 .right{
    float: right;
    width: 67%;
    padding-bottom: 60px;
    border-bottom: 1px solid #e1e1e1;
}
.insurance02 li:last-child .right{
    border-bottom: 1px solid transparent;
}
.insurance02 .right p{
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}
.insurance02 .left h1{
    font-size: 28px;
    line-height: 42px;
    color: #000000;
}
.insurance02 .left h2{
    font-size: 90px;
    line-height: 90px;
    color: #e4e4e4;
    font-family: "Poppins";
    margin-top: 30px;
}

.insurance02 dl dt{
    padding: 60px;
    background-color: #fff;
    margin-bottom: 40px;
}
.insurance02 .h_top01 .right .h_item{
    float: left;
    width: 50%;
}
.insurance02 .h_top01 .right .h_item .imgbox{
    margin-top: 40px;
}
.insurance02 .h_top01 .right .h_item img{
    height: 134px;
}
.insurance02 .h_top01 .right .h_item p{
    font-size: 18px;
    line-height: 32px;
    color: #000;
    font-weight: 700;
}

.insurance02 .h_center01 .right h1{
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 40px;
}
.insurance02 .h_botton {
    padding: 60px 60px 0;
}
.insurance02 .h_botton .s_item{
    width: 33.33%;
    float: left;
    margin-bottom: 60px;
}
.insurance02 .h_botton .s_item img{
    vertical-align: bottom;
}

@media(max-width:1200px){
    .insurance02 .h_top01 .right .h_item img {
        height: 100px;
    }
}

@media(max-width:1024px){
    .insurance01 .h_title,.insurance02 .left h1{
        font-size: 26px;
    }
    .insurance02 .h_top01 .right .h_item img{
        height: 70px;
    }
}
@media(max-width:768px){
    .insurance01 .h_title,.insurance02 .left h1{
        font-size: 20px;
        line-height: 32px;
    }
    .insurance02 .left h2{
        font-size: 40px;
        line-height: 40px;
        margin-top: 0;
    }
    .insurance01{
        padding: 20px 0;
    }
    .insurance02{
        padding: 30px 0 20px;
    }
    .insurance02 .h_center01 .right h1{
        font-size: 16px;
    }
    .insurance02 .right p{
        font-size: 14px;
    }
    .insurance02 .content{
        padding: 20px 15px;
    }
    .insurance02 dl dt{
        padding: 20px 15px;
    }
    .insurance02 .h_botton{
        padding: 20px 15px;
    }
    .insurance02 .h_botton .s_item{
        padding: 0 2%;
    }
    
}
@media(max-width:580px){
    .insurance02 .left {
        width: 100%;
        margin-bottom: 20px;
    }
    .insurance02 .right {
        width: 100%;
    }
    .insurance02 .left h2{
        margin-top: 10px;
    }
    .insurance02 .right{
        padding-bottom: 30px;
    }
    .insurance02 li{
        margin-bottom: 20px;
    }
    .insurance02 .h_top01 .right .h_item img {
        height: 50px;
    }
}


/* 售后服务 */
.aftersales01{
    padding: 120px 0 100px;
}
.aftersales01 .h_title {
    font-size: 42px;
    line-height: 42px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}
.aftersales01 .h_desc {
    font-size: 16px;
    line-height: 42px;
    color: #666666;
    text-align: center;
    margin-top: 20px;
}
.aftersales01 .w1400{
    position: relative;
}
.aftersales01 .content{
    margin-top: 60px;
}
.aftersales01 ul{
    position: absolute;
    left: 6%;
    top: 50%;
    transform: translate(0,-50%);
    width: 23%;
    background-color: #fff;
    z-index: 2;
    padding: 20px 60px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.aftersales01 ul li{
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    margin: 40px 0;
    position: relative;
    cursor: pointer;
}
.aftersales01 ul li:hover{
    color: #f90000;
}
.aftersales01 ul li span{
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: -5px;
}
.aftersales01 ul li img:first-child{
    display: none;
}
.aftersales01 ul li img:last-child{
    display: inline-block;
}

.aftersales01 ul li.active img:first-child{
    display: inline-block;
}
.aftersales01 ul li.active img:last-child{
    display: none;
}

.aftersales01 ul li.active{
    color: #f90000;
}


.aftersales01 dl dt .imgbox{
    position: relative;
}
.aftersales01 dl dt .text_box{
    position: absolute;
    right: 6%;
    width: 50%;
    max-width: 380px;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.aftersales01 dl dt .text_box h1{
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
}
.aftersales01 dl dt .text_left{
    float: left;
}
.aftersales01 dl dt .text_right{
    float: left;
    margin-left: 60px;
}
.aftersales01 dl dt .text_box .text_content{
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.aftersales01 dl dt .text_box .text_content p{
    font-size: 16px;
    line-height: 32px;
    color: rgba(255, 255, 255, .4);
}
.aftersales01 dl dt .text_box span{
    display: inline-block;
    margin-top: 45px;
    font-size: 16px;
    line-height: 32px;
    color: rgba(255, 255, 255, .4);
}


.aftersales02{
    background-color: #f9f9f9;
    padding: 60px 0;
}
.aftersales02 h1{
    font-size: 42px;
    line-height: 42px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}
.aftersales02 .content{
    position: relative;
    margin-top: 60px;
    overflow: hidden;
}
.aftersales02 .swiper-container {
    margin: 0 -10%;
}
.aftersales02 .swiper-slide{
    position: relative;
}
.aftersales02 .swiper-slide .imgbox{
    padding: 0 10%;
    position: relative;
}
.aftersales02 .swiper-slide .imgbox>img{
    width: 100%;
}
.aftersales02 .swiper-slide .text_box{
    position: absolute;
    bottom: 20px;
    left: 100px;
    width: 60%;
    background-color: #fff;
    height: 100px;
    line-height: 100px;
    padding-left: 40px;
}
.aftersales02 .swiper-slide .text_box span{
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}
.aftersales02 .swiper-slide .text_box span::before{
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background-color: #eeeeee;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}


.aftersales02 .next {
    width: 50px;
    height: 50px;
    background-color: #e5e5e5;
    right: 24%;
}
.aftersales02 .swiper_btn {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    z-index: 99;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
}
.aftersales02 .prev::before {
    content: '';
    display: block;
    position: absolute;
    top: 40%;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(45deg);
    right: 18px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.aftersales02 .next::before {
    content: '';
    display: block;
    position: absolute;
    top: 40%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    right: 20px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.aftersales02 .next:hover {
    background-color: #000;
}
.aftersales02 .next:hover::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.aftersales02 .prev:hover {
    background-color: #000;
}
.aftersales02 .prev:hover::before {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
.aftersales02 .prev {
    width: 50px;
    height: 50px;
    background-color: #e5e5e5;
    left: 29%;
}
.aftersales02 .next {
    width: 50px;
    height: 50px;
    background-color: #e5e5e5;
    right: 29%;
}
.aftersales03{
    padding: 100px 0;
}
.aftersales03 ul{
    margin-top: 60px;
}
.aftersales03 ul li{
    float: left;
    background-color: #f5f7f8;
    width: 31.42857142857143%;
    padding: 4.28571428571429% 2.85714285714286%;
}
.aftersales03 ul li:not(:first-child){
    margin-left: 2.85714285714286%;
}
.aftersales03 .h_title {
    font-size: 42px;
    line-height: 42px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}
.aftersales03 .h_title01{
    font-size: 24px;
    line-height: 42px;
    color: #000000;
    font-weight: 700;
}
.aftersales03 .h_text{
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    padding: 40px 0;
    border-bottom: 1px solid #dcdedf;
}
.aftersales03 .h_tishi{
    font-size: 16px;
    line-height: 32px;
    color: #999999;
    margin-top: 40px;
}
@media (max-width: 1135px){
    .aftersales02 .swiper-slide .text_box{
        height: 50px;
        line-height: 50px;
    }
    .aftersales02 .swiper-slide .text_box img{
        max-height: 20px;
    }
}

@media (max-width: 1125px){
    .aftersales01 ul{
        padding: 15px 30px;
        width: 34%;
    }
    .aftersales01 dl dt .text_box .text_content{
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .aftersales01 dl dt .text_box span{
        margin-top: 20px;
    }
    .aftersales01 ul li{
        margin: 20px 0;
    }
}
@media (max-width: 1024px){
    .aftersales01 .h_title,.aftersales02 h1,.aftersales03 .h_title{
        font-size: 26px;
        line-height: 30px;
    }
    .aftersales01 dl dt .text_box h1{
        font-size: 18px;
        line-height: 30px;
    }
    .aftersales01 dl dt .text_box .text_content p{
        font-size: 14px;
        line-height: 20px;
    }
    .aftersales01 dl dt .text_box span{
        font-size: 14px;
        line-height: 20px;
    }
    .aftersales01 dl dt .text_box .text_content {
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .aftersales01 ul li{
        font-size: 20px;
    }
    .aftersales03{
        padding: 30px 0;
    }
    .aftersales03 .h_title01{
        font-size: 20px;
        line-height: 30px;
    }
    .aftersales03 .h_text{
        padding: 10px 0;
    }
    .aftersales03 .h_tishi{
        margin-top: 10px;
    }
    .aftersales01{
        padding: 30px 0;
    }
    .aftersales02 .swiper-slide .text_box{
        left: 50px;
        width: 70%;
    }
}
@media (max-width: 768px){
    .aftersales01 .h_desc{
        font-size: 16px;
        line-height: 26px;
    }
    .aftersales01 .h_title, .aftersales02 h1, .aftersales03 .h_title{
        font-size: 20px;
        line-height: 30px;
    }
    .aftersales03 ul li{
        width: 100%;
        margin-bottom: 10px;
    }
    .aftersales03 ul li:not(:first-child) {
        margin-left: 0;
    }
    .aftersales01 ul li{
        margin: 10px 0;
        font-size: 18px;
    }
    .aftersales01 dl dt .text_box h1{
        font-size: 16px;
        line-height: 20px;
    }
    .aftersales01 dl dt .imgbox img{
        min-height: 350px;
    }
    .aftersales01 .content{
        margin-top: 30px;
    }

    .aftersales02 .swiper-slide .imgbox{
        padding: 0;
    }
    .aftersales02 .swiper-container{
        margin: 0;
    }
    .aftersales02 .prev{
        left: 10px;
        width: 30px;
        height: 30px;
    }
    .aftersales02 .next{
        right: 10px;
        width: 30px;
        height: 30px;
    }
    .aftersales02 .next::before{
        right: 12px;
        top: 10px;
    }
    .aftersales02 .prev::before{
        right: 8px;
        top: 10px;
    }
}
@media (max-width: 480px){
    .aftersales01 ul {
        padding: 5px;
        width: 34%;
        top: 9px;
        transform: unset;
        width: 88%;
        padding: 0 10%;
    }
    .aftersales01 ul li span{
        width: 20px;
        height: 20px;
        bottom: 2px;
    }
    .aftersales01 ul li{
        font-size: 14px;
        line-height: 26px;
        margin: 5px 0;
    }
    .aftersales01 dl dt .text_box{
        width: 92%;
        transform: unset;
        left: 4%;
        right: 2%;
        top: unset;
        bottom: 10px;
    }
    .aftersales01 dl dt .imgbox img {
        min-height: 380px;
    }
}
.h_che01.jieguo_nav{
    background-color: #fff;
}
/* 搜索结果页01 */
.jieguo_nav{
    padding-top: 90px;
    line-height: 75px;
    background-color: #f9f9f9;
}
.jieguo_nav .left{
    float: left;
    font-size: 14px;
    color: #999999;   
}
.jieguo_nav .left a{
    margin-right:5px;
}
.jieguo_tishi{
    font-size: 16px;
    color: #999999;
    padding: 30px 0 50px;
    background-color: #f9f9f9;
}
.jieguo_tishi span{
    color: #000;
}

.jieguo01{
    background-color: #f9f9f9;
}
.jieguo01 ul li{
    background-color: #fff;
    width: 24%;
    float: left;
    box-shadow: 1px 1px 10px #f0f0f0;
    height: 375px;
    margin-bottom: 1.3%;
}
.jieguo01 ul li .imgbox{
    display: block;
}
.jieguo01 ul li .imgbox img{
    width: 100%;
}
.jieguo01 ul li:not(:nth-child(4n+1)){
    margin-left:1.3%;
}
.jieguo01 .text_box{
    padding: 8.82352941176471%;
}
.jieguo01 .text_box .h_title{
    font-size: 20px;
    line-height: 38px;
    color: #000;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.jieguo01 .text_box .h_desc{
    font-size: 16px;
    line-height: 16px;
    color: #999999;
    margin: 15px 0 20px;

}
.jieguo01 .text_box .h_price p{
    font-size: 22px;
    line-height: 24px;
    color: #f92900;
    font-family: "Poppins";
    display: inline-block;
}
.jieguo01 .text_box .h_price span{
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    background-color: #fa5433;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 1% 6%;
    margin-left: 15px;
    text-decoration: line-through;
}
.jieguo01 .text_box dl{
    margin-top: 20px;
}
.jieguo01 .text_box dl dt{
    float: left;
    width: 30.33%;
    background-color: #f4f4f4;
    text-align: center;
    line-height: 25px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.jieguo01 .text_box dl dt:not(:first-child){
    margin-left: 3%;
}
.jieguo02{
    background-color: #f9f9f9;
    padding: 70px 0 100px;
}
.jieguo02 ul li{
    background-color: #ffffff;
    margin-bottom: 15px;
    height: 70px;
    line-height: 70px;
}
.jieguo02 ul li p{
    float: left;
    width: 10%;
    text-align: center;
    color: #777777;
    font-size: 16px;
}

.jieguo02 ul li a{
    float: right;
    width: 90%;
    display: block;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    height: 70px;
}
.jieguo_xaila{
    background-color: #f9f9f9;
}
.jieguo_xaila .form{
    height: 110px;
    line-height: 110px;
    padding: 0 50px;
}
.jieguo_xaila .form{
    background-color: #fff;
}
.jieguo_xaila .jieguo_item{
    float: left;
}
.jieguo_xaila .jieguo_item select{
    border: none;
    width: 100%;
}
.jieguo_xaila .jieguo_item.select_item{
    width: 75px;
}
.jieguo_xaila .jieguo_item.text_item{
    width: 30%;
    margin-left: 20px;
}
.jieguo_xaila .jieguo_item.jieguo_btn{
    float: right;
}
.jieguo_xaila .jieguo_item.jieguo_btn input{
    background-image: url(../images/hl_sousuo.png);
    width: 19px;
    height: 21px;
    background-color: transparent;
}
        
        


@media (max-width: 1100px){
    .jieguo01 .text_box{
        padding: 10px;
    }
}

@media (max-width: 1024px){
    .jieguo01 ul li{
        width: 49%;
        margin-bottom: 20px;
    }
    .jieguo01 ul li:not(:nth-child(4n+1)) {
        margin-left: 0;
    }
    .jieguo01 ul li:nth-child(2n) {
        margin-left: 2%;
    }

}
@media (max-width: 768px){
    .jieguo01 .text_box .h_title{
        font-size: 18px;
        line-height: 20px;
    }
    .jieguo01 .text_box .h_desc{
        font-size: 14px;
    }
    .jieguo02 ul li{
        padding: 0 15px;
    }
    .jieguo02 ul li a{
        width: 86%;
        padding-left: 20px;
    }
    .jieguo02 ul li p{
        font-size: 14px;
        width: 14%;
    }
    .jieguo02 ul li a{
        font-size: 12px;
    }
    .jieguo02{
        padding: 30px 0;
    }
    .jieguo_xaila .form{
        padding: 0 15px;
    }
    .jieguo_xaila .form{
        height: 70px;
        line-height: 70px;
    }
}

@media (max-width: 500px){
    .jieguo02 ul li p{
        width: 100%;
        text-align: left;
    }
    .jieguo01 .text_box dl dt{
        width: 100%;
        margin-bottom: 10px;
    }
    .jieguo01 .text_box dl dt:not(:first-child) {
        margin-left: 0;
    }
    .jieguo02 ul li{
        height: auto;
        line-height: 30px;
        padding: 5px 15px;
    }
    .jieguo02 ul li a{
        width: 100%;
        padding-left: 0;
        line-height: 18px;
        height: auto;
    }
    .jieguo01 ul li:nth-child(2n) {
        margin-left:0;
    }
    .jieguo01 ul li{
        width: 100%;
    }
    .jieguo01 .text_box dl dt{
        width: 30.33%;
        margin-bottom: 10px;
    }
    .jieguo01 .text_box dl dt:not(:first-child) {
        margin-left: 3%;
    }
}

/* 结果02 */
.jieguo_tishi h1{
    font-size: 24px;
    line-height: 62px;
    color: #999999;
    padding:120px 0;
    border-bottom:1px solid #e9e9e9;
    text-align: center;
}

.findcar{
    background-color: #f9f9f9;
    padding: 120px 0;
}
.findcar h1{
    font-size: 24px;
    line-height: 42px;
    color: #000;
}
.findcar .h_item{
    float: left;
    width:23.875%;
    background-color: #f1f1f1;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    height: 50px;
}
.findcar .h_item:not(:first-child){
    margin-left: 1.5%;
}
.findcar .h_item input{
    width: 100%;
    background-color: transparent;
    height: 100%;
    padding: 0 10%;
    font-size: 16px;
    color: #999999;
}
.findcar form{
    margin-top: 40px;
}
.findcar .h_item.h_itembtn{
    background-color: #fa5433;
}
.findcar .h_item.h_itembtn input{
    font-size: 16px;
    color: #fff;
}

@media (max-width: 1366px){
    .jieguo01 .text_box{
        padding: 10px 15px;
    }
}
@media (max-width: 1024px){
    .jieguo01 ul li{
        height: auto;
    }
    .jieguo_tishi h1{
        padding: 20px 0;
        font-size: 20px;
    }
    .findcar{
        padding: 30px 0;
    }
    .findcar h1{
        font-size: 20px;
    }
}
@media (max-width: 768px){
    .jieguo_tishi{
        padding: 10px 0 20px;
    }
    .findcar .h_item{
        width: 49%;
        margin-bottom: 20px;
    }
    .findcar .h_item input{
        font-size: 14px;
    }
    .findcar .h_item:not(:first-child) {
        margin-left: 0%;
    }
    .findcar .h_item:nth-child(2n){
        margin-left: 2%;
    }
    .findcar .h_item.h_itembtn{
        width: 100%;
    }
    
}

@media (max-width: 480px){
    .findcar .h_item{
        width: 100%;
    }
    .findcar .h_item:nth-child(2n){
        margin-left: 0;
    }
}

/* 车主分享详情 */
.carsharing01{
    padding: 0 0 80px;
}
.carsharing01 .text_content{
    padding: 60px 55px 80px;
    box-shadow: 1px 1px 10px #f7f7f7;
}
.carsharing01 .h_title{
    font-size: 38px;
    line-height: 52px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}
.carsharing01 .h_time{
    font-size: 16px;
    line-height: 16px;
    color: #999999;
    text-align: center;
    margin-top: 40px;
}

.carsharing01 .text_item{
    padding: 70px 50px;
}

.carsharing01 .text_item img{
    display: block;
    margin: 0 auto;
}
.carsharing01 .text_item .text_itemtitle{
    font-size: 16px;
    line-height: 32px;
    color: #333;
    font-weight: 700;
}

.carsharing01 .car_li{
    margin-top: 65px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f2f2f2;
}


.carsharing01 .car_li .left{
    float: left;
    width: 50%;
    text-align: left;
}
.carsharing01 .car_li .right{
    float: right;
    width: 50%;
    text-align: right;
}
.carsharing01 .car_li .left a{
    padding-left: 50px;
    position: relative;
    
}
.carsharing01 .car_li .left a::before{
    content: '';
    display: block;
    position: absolute;
    top: 36%;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(45deg);
    left: 0;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.carsharing01 .car_li .right a{
    padding-right: 50px;
    position: relative;
    
}
.carsharing01 .car_li .right a::before{
    content: '';
    display: block;
    position: absolute;
    top: 36%;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    right: 8px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.carsharing01 .car_li a:hover{
    color: #fa5433;
}
.carsharing01 .car_li a:hover::before{
    border-color: #fa5433;
}
.carsharing01 .car_btn{
    display: block;
    margin: 60px auto 0;
    width: 160px;
    height: 50px;
    color: #fff;
    background-color: #fa5433;
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

@media (max-width: 1024px){
    .carsharing01 .h_title{
        font-size: 26px;
        line-height: 30px;
    }
    .carsharing01 .h_time{
        margin-top: 15px;
    }
    .carsharing01 .text_item{
        padding: 30px 20px;
    }
    .carsharing01 .car_li .right a{
        padding-right: 20px;
    }
    .carsharing01 .car_li .left a {
        padding-left: 20px;
    }
}
@media (max-width: 768px){
    .carsharing01 .text_content{
        padding: 30px 15px;
    }
    .carsharing01 .h_title{
        font-size: 20px;
        line-height: 30px;
    }
    .carsharing01 .car_li{
        margin-top: 20px;
    }
    .carsharing01 .car_btn {
        margin: 20px auto 0;
    }
}
@media (max-width: 600px){
    .carsharing01 .car_li .left{
        margin-bottom: 20px;
        width: 100%;
    }
    .carsharing01 .car_li .right{
        width: 100%;
    }
    .carsharing01 .text_item{
        padding: 30px 0;
    }
}

/* 车主分享 */


.che_fenx01{
    background-color: #fbfbfb;
}
.pageContainer .h_content ul li{
    float: left;
    width: 32%;
    box-shadow: 0px 0px 10px #f7f7f7;
    margin-bottom: 2%;
    background-color: #fff;
}
.pageContainer .h_content ul li .imgbox{
    display: block;
}
.pageContainer .h_content ul li .imgbox img{
    width: 100%;
}
.pageContainer .h_content ul li:not(:nth-child(3n+1)){
    margin-left: 2%;
}
.pageContainer .h_content .text_box{
    padding: 40px 40px 60px 40px;
}

.pageContainer .h_content .h_title{
    font-size: 24px;
    color: #000;
    font-weight: 700;
}

.pageContainer .h_content .h_desc{
    font-size: 18px;
    color: #333;
    margin: 15px 0;
}
.pageContainer .h_content .h_price{
    font-size: 22px;
    color: #fa5433;
    font-family: "Poppins";
    margin-bottom: 35px;
}
.pageContainer .h_content .h_text{
    font-size: 16px;
    line-height: 30px;
    color: #888888;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pageContainer .newsTop .h_title{
    font-size: 32px;
    line-height: 34px;
    color: #000000;
}
.pageContainer .newsTop .h_desc{
    font-size: 18px;
    color: #333333;
    margin: 10px 0 5px;
}
.pageContainer .newsTop .h_price{
    font-size: 22px;
    line-height: 22px;
    color: #fa5433;
    margin-bottom: 40px;
}
.pageContainer .newsTop .h_text{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pageContainer.h_cheshare{
    padding: 3% 0;
}

@media (max-width: 1235px){
    .pageContainer .h_content .text_box{
        padding: 40px 30px 60px 30px;
    }
}
@media (max-width: 1024px){
    .pageContainer .h_content .h_desc{
        margin: 10px 0;
    }
    .pageContainer .h_content .h_price{
        margin-bottom: 10px;
    }
    .pageContainer .h_content .h_desc{
        font-size: 16px;
    }
    .pageContainer .h_content .h_title{
        font-size: 20px;
    }
    .pageContainer .h_content .h_price{
        font-size: 18px;
    }
}
@media (max-width: 768px){
    .pageContainer .h_content ul li{
        width: 49%;
    }
    .pageContainer .h_content ul li:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    .pageContainer .h_content ul li:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }
    .pageContainer .h_content .text_box {
        padding: 15px;
    }
   
}

@media (max-width: 540px){
    .pageContainer .h_content ul li{
        width: 100%;
    }
    .pageContainer .h_content ul li:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
}

.pageContainer.h_cheshare .newsTop{
    box-shadow: 0px 0px 10px #f7f7f7;
}
.pageContainer.h_cheshare  .newsTop .controls {
    right: 5%;
}
.pageContainer.h_cheshare .newsTop .swiper-slide .content{
    padding: 0 5%;
}
@media (max-width: 768px){
    .pageContainer.h_cheshare  .newsTop .swiper-slide .content {
        display: block;
        width: 100%;
        padding: 10px 10px 60px;
    }
    .pageContainer .newsTop .h_title{
        font-size: 20px;
    }
    .pageContainer .newsTop .h_desc{
        font-size: 16px;
    }
}
.pageContainer.h_cheshare .newsTop .controls .btns span{
    color:#fff;
}
.pageContainer.h_cheshare .swiperpage .cur{
    color: #fa5433;
}
.pageContainer.h_cheshare .newsTop .controls .btns span:hover {
    background: #fa5433;
}
.pageContainer.h_cheshare .newsTop .controls .btns span:hover {
    background: #fa5433;
}
.pageContainer.h_cheshare .swiperpage .bar .now{
    background: #fa5433;
}

.h_p21 {
    margin-top: 100px;
}
.h_p21 .location{
    border: none;
}


/* 我要买车奔驰 */
.h_buycar{
    padding: 5% 0;
}
.h_buycar .h_titile{
    font-size: 42px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
}
.h_buycar ul li{
    font-size: 0;
    position: relative;
    text-align: right;
}
.h_buycar ul li .left{
    width: 50%;
    position: absolute;
    left: 0;
    text-align: left;
    height: 100%;
}
.h_buycar ul li .left .h_content {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    width: 0;
}
.h_buycar ul li .left .h_content01{
    vertical-align: middle;
    display: inline-block;
}
.h_buycar ul li .right{
    width: 50%;
    display: inline-block;
}
.h_buycar ul li .left h1{
    font-size: 30px;
    line-height: 40px;
    color: #333;
    margin-bottom: 35px;
}
.h_buycar ul li .left p{
    font-size: 16px;
    line-height: 32px;
    color: #999999;
}
.h_buycar ul li:nth-child(2n){
    text-align: left;
}
.h_buycar ul li:nth-child(2n) .left{
    padding:0 3% 0 10%;
    left: unset;
    right: 0;
}

@media (max-width: 1024px){
    .h_buycar ul li .left h1{
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px
    }
    .h_buycar .h_titile{
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .h_buycar ul li:nth-child(2n) .left{
        padding: 0 3%;
    }
    .h_buycar ul li .left p{
        font-size: 14px;
        line-height: 20px;
    }
    
}

@media (max-width: 768px){
    .h_buycar ul li .left h1{
        font-size: 14px;
    }
    .h_buycar ul li .left p{
        font-size: 12px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .h_buycar .h_titile{
        font-size: 18px;
    }
}

@media (max-width: 480px){
    .h_buycar ul li .left h1{
        font-size: 14px;
    }
    .h_buycar ul li .left p{
        font-size: 12px;
        display: none;
    }
}



/* 丰田认证 */

.h_buycar01 {
    background-color: #f6f7f9;
    padding: 5% 0;
}
.h_buycar01 .h_title {
    font-size: 42px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
}
.h_buycar01 ul li{
    float: left;
    width: 32.33%;
    background-color: #ffffff;
    height: 440px;
    padding: 4.3% 2.9% 4.3%;
    margin-bottom: 1.5%;
}
.h_buycar01 ul li p{
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    margin: 20px 0 60px;
    height: 60px;
}
.h_buycar01 ul li span{
    font-size: 15px;
    line-height: 24px;
    color: #666666;
}

.h_buycar01 ul li:not(:nth-child(3n+1)){
    margin-left: 1.5%;
}

@media (max-width: 1100px){
    .h_buycar01 ul li p{
        font-size: 20px;
        line-height: 26px;
        margin: 20px 0 30px;
    }
    .h_buycar01 ul li{
        height: 400px;
    }
}

@media (max-width: 900px){
    .h_buycar01 ul li p{
        font-size: 18px;
        line-height: 30px;
        margin: 20px 0 20px;
        overflow: hidden;
    }
}
@media (max-width:768px){
    .h_buycar01 ul li{
        width: 49%;
    }
    .h_buycar01 ul li:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    .h_buycar01 ul li:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }
}
@media (max-width:480px){
    .h_buycar01 ul li{
        width: 100%;
        height: auto;
    }
    .h_buycar01 ul li:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
}



/* 上汽大众 */

.h_buycar03{
    padding: 5% 0;
}
.h_buycar03 .h_title {
    font-size: 42px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
}
.h_buycar03 ul li{
    position: relative;
    margin-bottom: 80px;
}
.h_buycar03 ul li .right{
    position: absolute;
    right: 0;
    width: 53%;
    background-color: #f9f9f9;
    top: 50%;
    padding-left: 8%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    height: 75%;
    font-size: 0;
}
.h_buycar03 ul li .right .h_content{
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    width: 0;
}
.h_buycar03 ul li .right .h_center_text{
    vertical-align: middle;
    display: inline-block;
}
.h_buycar03 ul li h1{
    font-size: 30px;
    line-height: 40px;
    color: #333;
}
.h_buycar03 ul li .p{
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    margin-top: 30px;
    width: 100%;
    max-width: 480px;
}


.h_buycar03 ul li:nth-child(2n) {
    text-align: right;
}
.h_buycar03 ul li:nth-child(2n) .right{
    right: unset;
    left: 0;
    text-align: left;
}



@media (max-width:1024px){
    .h_buycar03 ul li .right{
        padding: 3%;
        width: 50%;
        height: 70%;
    }
    .h_buycar03 .h_title{
        font-size: 26px;
        line-height: 30px;
    }
    .h_buycar03 ul li h1{
        font-size: 20px;
        line-height: 24px;
    }
    .h_buycar03 ul li .p{
        font-size: 14px;
        line-height: 18px;
    } 
}

@media (max-width:768px){
    .h_buycar03 .h_title{
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 26px;
    }
    .h_buycar03 ul li h1{
        font-size: 18px;
        line-height: 20px;
    }
    .h_buycar03 ul li .right {
        height: 57%;
    }
    .h_buycar03 ul li{
        margin-bottom: 20px;
    }
}
@media (max-width:480px){
    .h_buycar03 ul li .right{
        position: static;
        top: unset;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        width: 100%;
    }

}
.h_video{
    padding: 120px 0;
}
.h_video .h_content{
    position: relative;
}
.h_video .h_content img{
    width: 100%;
}
@media (max-width:1024px){
    .h_video{
        padding: 30px 0;
    }
}
.hl_nav .left {
    line-height: 60px;
}
.aftersales01 dl dt .text_box .text_content p {
    color: #fff;
}

.aftersales01 dl dt .text_box .text_content {
    border-color: #fff;
}

.aftersales01 dl dt .text_box span {
    color: #fff;
}
@media(max-width:800px){
.hl_nav .left {
    line-height: 50px;
}
}


/*2022/3/28*/
.jieguo01 ul li{
	    height: auto;
}
.jieguo01 ul{
	    display: flex;
    flex-wrap: wrap;
}
.jieguo01 ul:after {
    display: none;
}
.privacyCheck{
	 display: none;
}
.submitbtn{
	    display: block;
		color: #fa5433 !important;
}
.nav li {
    position: relative;
	padding: 0 20px;
	margin:0;
}
.nav li .two{
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
   display: none;
}
.nav li .two a{
	display: block;
	font-size: 16px;
    color: #333;
    text-align: center;
	line-height: 40px;
}
@media(max-width:1024px){
  .nav li .two{
	  position:static;
	  box-shadow: 0 0 10px #ccc;
  }
}
.gcdw .item .tit .in b {
    margin-bottom: 0;
}
.socals{
	  display: none;
}
.hotproduct .item{
  width: 100%;
  margin-right: 0;
}
.hotproduct{
	    padding-right: 0px;
}
.hotproduct .swiper-slide{
	padding-right: 10px;
	    box-sizing: border-box;
}


/*2022.3.31*/

.opt_banner.h_mianfei .hl_imgbox img{
	 height: 580px;
}
.opt_banner.h_mianfei .hl_content{
	padding-top: 8.2%;
}
.opt_banner.h_mianfei .hl_form{
    width: 420px;
    height: 400px;
    background-color: #fff;
    padding: 2.3% 2%;
	 margin-top: 0;
}
@media (max-width: 1200px){
	.nav li {
		padding: 0 8px;
	}
}
@media (max-width: 768px){
	.opt_banner.h_mianfei .hl_content {
		padding-top: 100px;
	}
}
@media(min-width:768px){
	.aftersales03 ul li:not(:first-child){margin-left:0;}
.aftersales03 ul li:not(:nth-child(3n+1)){
	margin-left: 2.85714285714286%;
}
.aftersales03 ul{
	    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.aftersales03 ul li{margin-bottom:3%;}
}



/*2022/4/14*/
.abo1_con1{
    width: 100%;
    padding-top: 4.2%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.abo1_con1 .rig .p1{
    font-size: 48px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 15px;
}
.abo1_con1 .rig .p2{
    font-size: 18px;
    color: #555555;
    line-height: 1.777;
    padding-bottom: 4.4%;
    margin-bottom: 2.4%;
    position: relative;
}
.abo1_con1 .rig .p2_3 {
    font-size: 18px;
    color: #555555;
    line-height: 1.777;
    padding: 4.4% 0;
}
.abo1_con1 .rig .p2::before{
    content: '';
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    position: absolute;
    bottom: 0;
    left: 0;
}
.abo1_con1 .rig .div{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.abo1_con1 .rig .div .p3{
    font-size: 18px;
    color: #000000;
}
.abo1_con1 .rig .div .p4{
    font-size: 48px;
    color: #df2128;
    font-weight: bold;
}
@media(max-width:1459px){
    .abo1_con1 .rig .p1 {
        font-size: 36px;
        margin-bottom: 10px;
    }
	.abo1_con1 .rig .p2_3,
    .abo1_con1 .rig .p2 {
        font-size: 16px;
    }
    .abo1_con1 .rig .div .p3 {
        font-size: 16px;
    }
    .abo1_con1 .rig .div .p4 {
        font-size: 36px;
    }
    .abo1_con2 .rq .div1 {
        padding-left: 31%;
    }
    .abo1_con2 .rq .text {
        font-size: 16px;
    }
    .abo1_con2 .rq .div .ig {
        height: 460px;
    }
}
@media(max-width:768px){
    .abo1_con1 .rig{
        width: 100%;
        padding-left: 0;
        padding-bottom: 40px;
    }
    .abo1_con1 .rig .p1 {
        font-size: 26px;
        margin-bottom: 6px;
    }
    .abo1_con1 .rig .p2::before{
        width: 100%;
    }
    .abo1_con1 .rig .p2{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
		.abo1_con1 .rig .p2_3{
			        padding: 20px 0;
		}
    .abo1_con2 .rq .div1{
        padding-left: 0;
    }
    .abo1_con2 .rq .div::before{
        width: 100%;
    }
    .abo1_con2 .rq .div .ig{
        height: 100%;
    }
    .abo1_con2 .rq .text{
        padding-left: 20px;
    }
    .abo1_con2 .rq .text::before {
        width: 5px;
        height: 96%;
    }
    
}
@media(max-width:500px){
    .abo1_con1{
        padding-top: 40px;
    }
    .abo1_con1 .rig .p1 {
        font-size: 24px;
    }
		.abo1_con1 .rig .p2_3,
    .abo1_con1 .rig .p2 {
        font-size: 14px;
    }
    .abo1_con1 .rig .div .p3 {
        font-size: 14px;
    }
    .abo1_con1 .rig .div .p4 {
        font-size: 26px;
    }
    .abo1_con2 .rq .text {
        font-size: 14px;
    }
    .abo1_con2{
        padding-bottom: 40px;
    }
    .abo1_con2 .rq .text::before {
        height: 98%;
    }
}
