*{margin:0;padding:0;list-style: none;}
input,select:focus{
    outline: medium;
}
a{
    text-decoration: none;
}
.content{
    width: 100%;
    height: auto;
}
/*header*/
.header{
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    height: 100px;
    background: #E5E5E5;
}
.header_top{
    height: 30px;
    line-height: 30px;
}
.header_top_content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #333333;
    font-size: 12px;
}
.header_top_content_left{
    display: flex;
    flex-direction: row;
}
.header_top_content_left_collection{
    margin-right: 35px;
    cursor: pointer;
}
.header_bottom{
    height: 70px;
    background: #fff;
}
.header_bottom_content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.header_bottom_content_left{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.header_bottom_content_logo{
    width: 188px;
    height: 46px;
    margin-right: 65px;
}
.header_bottom_content_logo img{
    width: 100%;
    height: 100%;
}
.header_bottom_content_city{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header_bottom_content_city_name{
    height: 70px;
    line-height: 70px;
    min-width: 48px;
    max-width: 100px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    cursor:pointer;
}
.header_bottom_content_ul{
    width: 520px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #333333;
    font-size: 14px;
}
.header_bottom_content_ul li{
    width: 60px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
}
.header_bottom_content_ul .li_active{
    font-weight: bold;
}
.header_bottom_content_ul .li_active:after{
    display: block;
    content: '';
    width: 60px;
    height: 4px;
    background: #FE9400;
    border-radius: 2px;
    position: relative;
    top: -4px;
}

/*banner*/
.banner{
    width: 100%;
    height: 460px;
    position: relative;
}
.banner_img{
    min-width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.banner_img img{
    width: 100%;
    height: 100%;
}
.banner_form{
    width: 1200px;
    height: 460px;
    margin: -460px auto 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.banner_form_content{
    width: 480px;
    height: 330px;
    display: flex;
    flex-direction: row;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.banner_form_content_left{
    width: 100px;
    height: 320px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    background: #F2ECE5;
}
.banner_form_content_left li{
    width: 80px;
    height: 50px;
    padding-left: 10px;
    line-height: 50px;
    text-align: left;
    font-size: 14px;
}
.banner_form_content_left .banner_form_li_active{
    width: 80px;
    height: 50px;
    padding-left: 10px;
    background: #FFFFFF;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    border-radius:4px 0px 0px 4px;
}
.banner_form_content_right{
    width: 380px;
    height: 330px;
}
.banner_form_content_input{
    padding: 20px 50px 0 30px;
    display: flex;
    flex-direction: column;
}
.banner_form_content_none{
    display: none;
}
.banner_form_content_tit{
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.banner_form_content_inputcity_infor_con{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.banner_form_content_inputcity_infor{
    width: 130px;
    height: 34px;
    line-height: 34px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(210,210,210,1);
    border-radius: 2px;
    margin-bottom: 10px;
}
.banner_form_content_inputcity_infor input{
    border: none;
    width: 95px;
    height: 34px;
    line-height: 34px;
    padding-left: 5px;
}
.banner_form_content_inputcity_infor img{
    width: 16px;
    height: 8px;
}

.banner_form_content_inputcity_ch{
    width: 300px;
    height: 34px;
    line-height: 34px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(210,210,210,1);
    border-radius: 2px;
    margin-bottom: 15px;
}
.banner_form_content_inputcity_ch input{
    border: none;
    height: 34px;
    width: 260px;
    line-height: 34px;
    padding-left: 10px;
}
.banner_form_content_inputcity_ch img{
    width: 16px;
    height: 8px;
}
.banner_form_content_inputcity{
    width: 300px;
    height: 34px;
    line-height: 34px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(210,210,210,1);
    border-radius: 2px;
    margin-bottom: 15px;
}
.banner_form_content_inputtext{
    color: #777777;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
}
.banner_form_content_inputcity input{
    width: 190px;
    height: 34px;
    line-height: 34px;
    border: none;
    font-size: 14px;
    color: #333;
}
.banner_form_content_inputcity img{
    width: 16px;
    height: 8px;
}
.banner_form_btn{
    width: 300px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #FE9400;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
}

/*优势*/
.process{
    width: 100%;
}
.process_content{
    width: 1200px;
    height: 240px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.process_content_list{
    width: 300px;
    height: 140px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.process_content_list img{
    width: 90px;
    height: 104px;
    margin-right: 20px;
}
.process_content_list_text{
    width: 130px;
    height: 120px;
    color: #333;
    font-size: 14px;
}
.process_content_list_tit{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}
/*热门车型*/
.hot_car{
    width: 100%;
    height: auto;
}
.hot_car_content{
    min-width: 1200px;
    height: 650px;
    margin: 0 auto;
    /*background: url("/home/images/models_pic_bg.png") no-repeat;*/
}
.hot_car_content img{
    width: 100%;
    height: 100%;
}
.hot_car_content_form{
    width: 1200px;
    height: 650px;
    margin: -650px auto 0 auto;
    padding-top: 50px;
}
.hot_car_content_form_top {
    width: 240px;
    /*background: url("/home/images/home_pic_titleBg.png") no-repeat;*/
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hot_car_content_form_top_tit{
    color: #333;
    font-size: 24px;
    margin-bottom: -15px;
}
.hot_car_content_form_bottom{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 50px;
}
.hot_car_content_form_bottom_left{
    width: 180px;
    height: 352px;
    padding-top: 10px;
    background: #fff;
    border-top: 2px solid #FE9400;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hot_car_content_form_bottom_left li{
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    text-align: left;
    padding-left: 30px;
    cursor: pointer;
}
.hot_car_content_form_bottom_left .hot_car_li_active{
    background: #FE9400;
    border-radius: 4px;
    color: #fff;
}
.hot_car_content_form_bottom_left .hot_car_li_active:after{
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #FE9400;
    position: relative;
    right: -146px;
    top: -40px;
}
.hot_car_content_form_bottom_right{
    width: 950px;
    height: 480px;
    margin-left: 70px;
    overflow: hidden;
}
.hot_car_all{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.hot_car_list{
    width: 460px;
    height: 212px;
    background: rgba(255,255,255,1);
    border-radius: 4px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.hot_car_list_left{
    width: 250px;
    height: 174px;
    margin-left: 20px;
    margin-right: 20px;
}
.hot_car_list_left img{
    width: 100%;
    height: 100%;
}
.hot_car_list_right{
    width: 140px;
    height: 174px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.hot_car_list_right_tit{
    color: #333;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}
.hot_car_list_right_content{
    margin-top: 25px;
    line-height: 24px;
}


/*服务保障*/
.service{
    width: 100%;
}
.service_content{
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 60px;
}
.service_content_form{

}
.service_content_form_top{
    width: 240px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service_content_form_top_tit{
    color: #333;
    font-size: 24px;
    margin-bottom: -15px;
}
.service_content_form_bottom{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.service_content_form_bottom_left{
    width: 589px;
    height: 362px;
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}
.service_content_form_bottom_left_tit{
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.service_content_form_bottom_left_tit img{
    margin-right: 10px;
}
.service_content_form_bottom_left_list{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}
.service_content_form_bottom_left_con{
    border-bottom: 1px solid #D2D2D2;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
}
.service_content_form_bottom_left_con img{
    width: 50px;
    height: 50px;
    margin-right: 16px;
}
.service_content_form_bottom_left_contit{
    width: 530px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service_content_form_bottom_left_typedet{
    width: 100%;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.service_content_form_bottom_left_type{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.service_content_form_bottom_left_time{
    font-size: 14px;
    font-weight: 400;
    color: #777777;
}
.service_content_form_bottom_left_text{
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    margin-top: 5px;
}

.service_content_form_bottom_right{
    width: 689px;
    height: 362px;
}
.service_content_form_bottom_right img{
    width: 100%;
    height: 100%;
}

/*常见问题*/
.common_problem{
    width: 100%;
    height: 510px;
    background: #FAFAFA;
}
.common_problem_content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 60px;
}
.common_problem_content_form{
    width: 100%;
}
.common_problem_listall{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    width: 100%;
}
.common_problem_list{
    width: 250px;
    height: 300px;
    display: flex;
    flex-direction: column;
}
.common_problem_list_tit{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}
.common_problem_list_tit img{
    margin-right: 7px;
}
.common_problem_list_question{

}
.common_problem_list_que_ans{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.common_problem_list_question_tit{
    font-size: 14px;
    color: #333;
}
.common_problem_list_question_tit span{
    margin-right: 10px;
}
.common_problem_list_question_ans{
    display: flex;
    flex-direction: row;
    margin-top: 5px;
    line-height: 20px;
}
.common_problem_list_question_ans span{
    margin-right: 10px;
}


/*公司简介*/
.company{
    width: 100%;
    height: 520px;
}
.company_content{
    width: 100%;
    min-width: 1200px;
    height: 520px;
    background: url('http://shops-mall.oss-cn-beijing.aliyuncs.com/adminHead/15743004635894.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.company_content_detail{
    width: 776px;
    height: 366px;
    background: rgba(255,255,255,0.25);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 4px;
    padding-top: 40px;
}

.company_content_detail_top_tit{
    font-size: 24px;
    font-weight: bold;
    color: rgba(255,255,255,1);
    margin-bottom: -15px;
}
.company_content_detail_bottom{
    margin: 40px auto 0 auto;
    width: 745px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-indent: 33px;
}

.address{
    width: 745px;
    margin: 20px auto 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}
.addressLeft
,.addressRight
{
    line-height: 30px;
}

/*底部*/
.footer{
    width: 100%;
    min-width: 1200px;
    height: 30px;
    background: #0E0A06;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}

/*扫码*/
.code{
    width: 190px;
    height: 270px;
    padding-top: 10px;
    background: rgba(247,242,236,1);
    border: 4px solid rgba(255,255,255,1);
    box-shadow: 0px 0px 4px 0px rgba(136,136,136,1);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 28%;
    left: 20px;
    z-index: 998;
}
.code_tit{
    color: #333;
    font-size: 14px;
    text-align: center;
}
.code_img{
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
}
.code_img img{
    width: 100%;
    height: 100%;
}
.code_phone{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(254,148,0,1);
    margin-top: 10px;
}

/*右侧导航*/
.right_list{
    width: 100px;
    height: 336px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 4px 0px rgba(136,136,136,1);
    border-radius: 4px;
    position: fixed;
    top: 68%;
    right: 10px;
    margin-top: -168px;
    z-index: 998;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.right_list li{
    width: 60px;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.right_list .right_list_liactive{
    color: #FE9400;
}

/*城市插件样式*/
.city-box-parent{
    width: 100%;
    position: absolute;
    top: 100px;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 1px 2px 0 hsla(0,0%,80%,.5);
}
.city-scroll{
    width: 1200px;
    margin: 0 auto;
}
.city-box {
    display: none;
    overflow-y: auto
    /*overflow: auto;*/
}
.city-box dl.bdb-n, .city-box dl.bdb-s {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 17.5px;
    position: relative;
}
.city-box dt.green-tit {
    color: #3cb46d;
    width: 43px;
}
.city-box dt {
    float: left;
    width: 25px;
    line-height: 29px;
    color: #22ab38;
    font-size: 14px;
}
.city-box dl {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.city-box dt {
    float: left;
    width: 25px;
    line-height: 29px;
    color: #22ab38;
    font-size: 14px;
}
.city-box dd {
    float: left;
    width: 501px;
    line-height: 29px;
}
.city-box a {
    float: left;
    color: #495056;
    font-size: 14px;
    margin-right: 15px;
    white-space: nowrap;
}
.city-box a:hover{
    color: #3cb46d;
}
.city-box dl.bdb-n, .city-box dl.bdb-s {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 17.5px;
    position: relative;
}
.city-box dl {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.city-box .city-box-left, .city-box .city-box-right{
    width: 50%;
    float: left;
    padding-bottom: 7.5px;
}
.city-box .city-box-right {
    float: right;
}
.city-box dl.bdb-n:after, .city-box dl.bdb-s:after {
    content: "";
    background-color: #e8f0ea;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scaleY(.5);
    transform-origin: 0 0;
}