

.banner_box {
    height: 3458px;
    background: url(/images/v2/banner_bg.png) repeat-x top center;
    margin-top:-97px;
    padding-top:97px;

}

.banner_bottom,
.search_area_box {
    margin: 0 auto;
}


.login_btn {
    text-decoration: none;
    vertical-align: top;
    margin-top: 34px;
    display: inline-block;
    margin-left: 20px;
    position: relative;
    height: 50px;
}

.login_btn .login_pic {
    width: 24px;
    height: 24px;
    border-radius: 100%;
}
.login_btn .login_pic_sign{
    width: 26px;
    height: 26px;
    box-sizing: border-box;
    border:1px solid #fff;
    border-radius: 100%;
    margin-top: -1px;
}
.login_btn .login_btn_contain{
    cursor: pointer;
}

.login_btn .login_btn_contain>span {
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    color: #000000;
    margin-left: 10px;
}

.login_arrow{
    width: 10px;
    height: 10px;
    margin-left: 14px;
    vertical-align: top;
    margin-top: 7px;
}
.account_list_box{
    position: absolute;
    width: 320px;
    height: 130px;
    background: #fff;
    right: -15px;
    top:40px;
    display: none;
    z-index: 10;
}
.account_list{
    padding-top: 10px;
}
.account_list .account_item{
    float: left;
    width: 50%;
    cursor: pointer;
    text-decoration:none;
    
}
.account_list .account_item>span{
    display: inline-block;
    line-height: 36px;
    font-size: 14px;
    color:#000;

}
.account_list .account_item_icon{
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 14px;
    margin-right: 9px;
}
.login_btn:hover .account_list_box{
    display: block;
}
.sell_car {
    width: 180px;
    height: 40px;
    background: linear-gradient(90deg, rgba(242, 133, 38, 1) 0%, rgba(248, 160, 46, 1) 100%);
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    border: 0;
    vertical-align: top;
    margin-top: 27px;
    padding: 0;
    margin-left: 20px;
    outline: none;
    cursor: pointer;
}

.banner_bottom {
    position: relative;
    height: 510px;
}

.banner_bottom .banner_bottom_pic {
    height: 540px;
    position: absolute;
    right: 0px;
    top: 0;
}

.banner_bottom .banner_bottom_contain {
    position: relative;
    z-index: 2;
}

.banner_bottom .banner_title {
    font-weight: bold;
    font-size: 42px;
    line-height: 60px;
    padding-top: 50px;
}

.banner_bottom .banner_subtitle {
    color: #666666;
    font-size: 22px;
    line-height: 30px;
    margin-top: 36px;
    font-weight: normal;
}

.qr_code_box {
    padding-top: 66px;
}

.banner_bottom .qr_code_btn_group {
    margin-top:100px;
    float: left;
}

.banner_bottom .qr_code_btn {
    width: 200px;
    height: 48px;
    background: #fff;
    margin-bottom: 14px;
    display:inline-block;
}

.banner_bottom .qr_code_btn_pic,
.banner_bottom .qr_code_btn_pic_active {
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 18px;
    margin-top: 9px;
}

.banner_bottom .qr_code_btn_pic_active {
    display: none;
}

.banner_bottom .qr_code_btn_des {
    width: 152px;
    float: right;
    text-align: center;
}

.banner_bottom .qr_code_btn_des_item {
    font-size: 18px;
    color: #000000;
    line-height: 22px;
    margin-top: 4px;
}

.banner_bottom .qr_code_btn_des_item_sub {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}

.banner_bottom .qr_code_btn.active .qr_code_btn_pic {
    display: none;
}

.banner_bottom .qr_code_btn.active .qr_code_btn_pic_active {
    display: block;
}

.banner_bottom .qr_code_btn.active {
    background: linear-gradient(90deg, rgba(242, 133, 38, 1) 0%, rgba(248, 160, 46, 1) 100%);
}

.banner_bottom .qr_code_btn.active .qr_code_btn_des_item {
    color: #FFFFFF;
}

.banner_bottom .qr_code_btn.active .qr_code_btn_des_item_sub {
    color: #FFDDB1;
}

.banner_bottom .qr_code_pic {
    float: left;
    width: 110px;
    height: 110px;
    margin-right: 22px;
}
.search_area .ay_banner * {
    outline:none;
}

.search_area .ay_banner {
    width: 1080px;
    margin: 0 auto;
}

.search_area .ay_banner .banner_contain {
    height: 164px;
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
}

.search_area .ay_banner .search_car_list {
    display: inline-block;
    margin-top: 30px;
    transition: all 0.4s;
}

.search_area .ay_banner .car_pic {
    width: 140px;
    height: 70px;
    transition: all 0.4s;
}

.search_area .banner_contain:hover .car_pic {
    transform:scale(1.14,1.14);
    transform-origin: 50% 90% 0;
    margin-left: 0px;
    margin-right: 0px;
}

.search_area .ay_banner .banner_contain .car_title {
    font-size: 14px;
    color: #AAA;
    line-height: 28px;
    text-align: center;
}

.search_area .ay_banner .banner_contain:hover .car_title {
    color: #222222;
}

.search_area .ay_banner .slick-slide li {
    vertical-align: middle;
}

.search_area .ay_banner.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.search_area .ay_banner .slick-dots {
    bottom: 20px;
}

.search_area .ay_banner .slick-dots li button:before {
    color: #FFFFFF;
}

.search_area .ay_banner .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #FFFFFF;
}

.search_area .slick-prev {
    left: -70px;
}

.search_area .slick-next {
    right: -70px;
}

.search_area .slick-prev,
.search_area .slick-prev:hover,
.search_area .slick-prev:focus {
    background: url("/images/car_list_arrow_left.png") no-repeat center center;
    width: 44px;
    height: 44px;
    z-index: 10;
}

.search_area .slick-prev:hover {
    background: url("/images/car_list_arrow_left_active.png") no-repeat center center;
}

.search_area .slick-next,
.search_area .slick-next:hover,
.search_area .slick-next:focus {
    background: url("/images/car_list_arrow_right.png") no-repeat center center;
    width: 44px;
    height: 44px;
    z-index: 10;
}

.search_area .slick-next:hover {
    background: url("/images/car_list_arrow_right_active.png") no-repeat center center;
}

.search_area .slick-prev:before,
.search_area .slick-next:before {
    content: "";
}

.filter_box {
    width: 1200px;
    margin: 0 auto;
}

.filter_box .filter_item {
    float: left;
    width: 240px;
    height: 80px;
    margin-left: 4px;
}

.filter_box .filter_item_contain {
    background: #fff;
    width: 240px;
    height: 80px;
    position: relative;
}

.filter_box .filter_label {
    font-size: 15px;
    color: #010101;
    padding-left: 24px;
    line-height: 28px;
    padding-top: 12px;
}

.filter_box .filter_value {
    font-size: 15px;
    color: #BBBBBB;
    padding-left: 24px;
    line-height: 28px;
}
    .filter_box .filter_value.active {
     color: #f75c00;
    }
.filter_box .filter_arrow {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 25px;
    bottom: 23px;
    transition: all 0.3s;
}

.filter_box .search_icon {
    width: 98px;
    height: 80px;
    cursor: pointer;
    background: url(/images/v2/search_btn.png) no-repeat center center;
    float: right;
}
.filter_box .filter_item{
    position: relative;
    cursor: pointer;
}
.filter_box .filter_item dl {
    position: absolute;
    z-index: 999;
    top: 84px;
    left: 0;
    display: none;
    overflow-y: auto;
    box-sizing: border-box;
    width: 100%;
    max-height: 160px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    cursor: pointer;
}
.filter_box .filter_item dl dd, .filter_box .filter_item dl dt {
    line-height: 54px;
    overflow: hidden;
    padding: 0 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #555;
    font-size: 15px;
}
.filter_box .filter_item dl dd:hover, 
.filter_box .filter_item dl dt:hover{
    background: #F5F7F9;
}
.filter_box .filter_item.ay_form_selected .ay_anim{
    display: block;
}
.filter_box .ay_row{
    position: absolute;
    width: 796px;
    background: #fff;
    top: 84px;
    z-index: 1;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    display: none;
}
.filter_box .price .ay_row{
    right: -304px;
}
.filter_box .year .ay_row{
    right: 0px;
}
.filter_box .ay_row .ay_row_right{
    margin: 0 auto;
    display: block;
}
.filter_box .filter_item.ay_form_selected .ay_row{
    display: block;
}
.filter_box .filter_item.ay_form_selected .filter_arrow{
    transform:rotate(180deg);
}
.ay_form_selected dl{
    border:0;
}
/*部分框开始*/

.section_main {
    margin-top: -2651px;
    padding-left: 3%;
    padding-right: 3%;
    min-width: 1200px;
    box-sizing: border-box;
}

.section {
    position: relative;
}

.section_title {
    float: left;
    line-height: 32px;
    font-size: 32px;
    color: #010101;
    padding-top: 54px;
    padding-bottom: 45px;
    margin: 0;
    font-weight: bold;
}

.section .view_more {
    float: right;
    font-size: 16px;
    color: #e9eaea;
    margin-top: 24px;
    margin-right: 40px;
}

.section .view_more_icon {
    width: 16px;
    height: 16px;
    margin-left: 2px;
}
.service_box{
    padding-bottom: 20.5%;
    position: relative;
    margin-left: 2.8%;
    margin-right: 2.8%;
}
.service_box_contain{
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
}
.section .service_pic_box {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    height: 100%;
}

.section .service_pic_box.dms {
    width: 35%;
}
.section .service_pic{
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
    position: relative;
    cursor: pointer;
}
.section .service_pic.dms {
    background-image: url(/images/v2/service_dms.jpg);
}
.section .service_pic_box.website {
    width: 27%;
}

.section .service_pic.website {
    background-image: url(/images/v2/service_website.jpg);
}
.section .service_pic_box.free_traffic {
    width: 27%;

}
.section .service_pic.free_traffic {
    background-image: url(/images/v2/service_free_traffic.jpg);
}
.section .service_pic_box.service_view_more {
    width: 11%;

}
.section .service_pic.service_view_more {
    background-image: url(/images/v2/service_view_more.jpg);
}
.section .service_pic.dms,
.section .service_pic.website,
.section .service_pic.free_traffic{
    transition: all 0.8s;

}
.section .service_pic.dms:hover,
.section .service_pic.website:hover,
.section .service_pic.free_traffic:hover {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
    transform: translateY(-8px);
}
.section .service_pic.service_view_more .service_operation{
    position: absolute;
    top:50%;
    left: 0;
    right: 0;
    height: 80px;
    margin-top: -40px;
    text-align: center;
}
.section .service_pic.service_view_more .service_arrow {
    width: 48px;
    height: 48px;
    vertical-align: top;
}
.section .service_pic.service_view_more .service_arrow.active{
    display: none;
}
.section .service_pic.service_view_more:hover .service_arrow {
    display: none;
}
.section .service_pic.service_view_more:hover .service_arrow.active {
    display: inline-block;
}
.section .service_pic.dms .service_text,
.section .service_pic.website .service_text,
.section .service_pic.free_traffic .service_text{
    color: #fff;
    width: 200px;
    position: absolute;
    font-size: 28px;
    top:40px;
    line-height: 30px;
    font-weight:bold;
    right: 0;
}
.section .service_pic.service_view_more .service_text {
    font-size: 16px;
    line-height: 28px;
    margin-top: 8px;
    color: #FFFFFF;
    text-align: center;
}

@media screen and (max-width: 1600px) {
    .section .service_pic.service_view_more .service_operation {
        height: 70px;
        margin-top: -35px;
        text-align: center;
    }
    .section .service_pic.service_view_more .service_arrow {
        width: 43px;
        height: 43px;
    }
    .section .service_pic.service_view_more .service_text {
        font-size: 15px;
        line-height: 26px;
    }
    .section .service_pic.dms .service_text,
    .section .service_pic.website .service_text,
    .section .service_pic.free_traffic .service_text{
        width: 170px;
        font-size: 25px;
        top:36px;
        line-height: 30px;
    }
}
@media screen and (max-width: 1400px) {
    .section .service_pic.service_view_more .service_operation {
        height: 60px;
        margin-top: -30px;
        text-align: center;
    }
    .section .service_pic.service_view_more .service_arrow {
        width: 38px;
        height: 38px;
    }
    .section .service_pic.service_view_more .service_text {
        font-size: 14px;
        line-height: 24px;
    }
    .section .service_pic.dms .service_text,
    .section .service_pic.website .service_text,
    .section .service_pic.free_traffic .service_text{
        width: 140px;
        font-size: 22px;
        top:32px;
        line-height: 30px;
    }
}
.join_btn {
    width: 800px;
    height: 40px;
    line-height: 40px;
    background: #F2F2F2;
    border-radius: 4px;
    border: 0;
    padding: 0;
    outline: none;
    color: #999999;
    font-size: 16px;
    margin: 25px auto 0;
    display: block;
    cursor: pointer;
}
.about_us_left{
    float: left;
        width: 50%;
}
.about_us_left .about_us_title{
    color: #222222;
    font-size: 18px;
    line-height: 20px;
    margin-top: 40px;
}
.about_us_left .about_us_des{
    margin-top: 20px;
    color: #666666;
    font-size: 14px;
    line-height:21px;
}
.about_us_right{
    float:right;
    width: 50%;
    margin-top: 20px;
}
.about_us_pic{
    width: 90%;
    margin-left: 10%;
}
.about_us_statistics{
    width: 660px;
    box-shadow:0px 4px 20px 0px rgba(142,152,160,0.18);
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    z-index: 10;
}
.about_us_statistics_item{
    height: 56px;
    float: left;
    width: 329px;
}
.about_us_statistics .about_us_statistics_item:first-child{
    border-right: 1px solid #F2F2F2;
}
.about_us_statistics_left_count,
.about_us_statistics_right_count{
    text-align: center;
    line-height: 56px;
    font-size: 36px;
    float: left;
}
.about_us_statistics_left_count{
     width: 149px;
 color: #19BCFA;
}
.about_us_statistics_right_count{
    width: 100px;
    color: #FF5A60;
}
.about_us_statistics_des {
    width: 140px;
    float: left;
    font-size: 20px;
    line-height: 36px;
    color: #666;
    margin-top: 8px;
}
.about_us_statistics_arrow{
    width: 40px;
    height: 40px;
    background:url(/images/v2/about_us_statistics_arrow.png) no-repeat center center;
    background-size: cover;
    float: left;
    margin-top: 8px;
    margin-left: 20px;
    cursor: pointer;
}
.about_us_statistics_arrow:hover{
    background-image:url(/images/v2/about_us_statistics_arrow_active.png);
}



/*我们的优势介绍*/
.our_advantage_left,.our_advantage_right {
    float:left;
    width:50%;
    height:528px;
    position:relative;
}
.our_advantage_pic {
    background-size:cover;
}
.our_advantage_text {
    color:#fff;
    font-size:48px;
    position:absolute;
    font-weight:bold;
}
.our_advantage_right_contain {
    width:500px;
    padding-left:55px;
    padding-top:20px;
}
.our_advantage_title {
    font-size:22px;
    line-height:1.5;
    color:#010101;
    padding-bottom:20px;
padding-top:44px;
}
.our_advantage_des{
font-size:16px;
color:#666666;
line-height:24px;
}
.our_advantage_title_icon {
    margin-left:20px;
    vertical-align:top;
    margin-top:5px;
}
.our_advantage_left_contain {
     width:500px;
    padding-top:20px;
    margin-right:100px;
    float:right;
}
/*旅行广告*/
.travel_list {
    padding-top:120px;
}
.travel_list .travel_item{
    width: 292px;
    height:360px;
    margin-left:10px;
    float:left;
    background:#FFFFFF;
    box-shadow:0px 4px 12px 0px rgba(78,82,99,0.12);
}
.travel_list .travel_item:first-child {
    margin-left:0px;
}
.travel_list .travel_top_pic {
    height:140px;
    background-size:cover;
}
.travel_list .travel_top_title {
    padding-left:14px;
    padding-top:60px;
    line-height:20px;
    font-size:20px;
    color:#777159;
}
.travel_list .more_fuel_efficient .travel_top_title {
     color:#FFFFFF;
}
.travel_list .advance_in_life .travel_top_title {
     color:#903F3F;
}
.travel_list .travel_vehicle .travel_top_title {
     color:#FFFFFF;
}
.travel_list .travel_item_contain_row {
    text-align:center;
}
.travel_list .travel_item_contain_row .travel_item_box:first-child {
    border-right:1px solid #EEEEEE;
}
.travel_list .travel_item_contain_row .travel_item_box {
    width:142px;
    height:110px;
    float:left;
}
.travel_list .travel_item_contain_line{
    height:1px;
    background:#EEEEEE;

}
.travel_list .travel_item_box_link_first {
    display:inline-block;
    color:#666666;
    font-size:18px;
    margin-top:34px;
}
.travel_list .travel_item_box_link_second {
    display:inline-block;
    color:#999999;
    font-size:14px;
    margin-top:5px;
}


/*车辆列表开始*/

.special_car_box {
    margin-left: 2.8%;
    margin-right: 2.8%;
}

.special_car_box .platform_car_list,
.special_car_box .platform_car_list .car_item {
    list-style: none;
}
.special_car_box .special_car_box_left,
.special_car_box .special_car_box_right {
    width: 50%;
    float: left;
}

.special_car_box .platform_car_list .car_item {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    margin-bottom: 10px;
    float: left;
    box-sizing: border-box;
}
.special_car_box .platform_car_list .car_item>a {
    display:block;
    position:relative;
    padding-bottom:88%;
}
.special_car_box .platform_car_list .car_item > a:hover {
    box-shadow:0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.special_car_box .platform_car_list .car_pic {
    left:0;
    right:0;
    top:0;
    bottom:70px;
   position:absolute;
    background: no-repeat center center;
    background-size: cover;
}

.special_car_box .platform_car_list .car_des_box {
   left:0;
   right:0;
    height:70px;
    position:absolute;
    bottom:0;
    background:#fff;
}
.special_car_box .platform_car_list .car_item_big .car_pic {
    bottom:80px;
}
 .special_car_box .platform_car_list .car_item_big .car_des_box {
    height:80px;
}
.special_car_box .platform_car_list .car_des_box_contain {
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
}

.special_car_box .platform_car_list .car_title {
    font-size: 15px;
    line-height: 20px;
    padding-top: 4px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.special_car_box .platform_car_list .car_base_info .adv {
    float: left;
}

.special_car_box .platform_car_list .car_base_info .adv img {
    height: 16px;
    width: auto;
    border: 0;
    vertical-align: top;
    margin-top: 8px;
}
.special_car_box .platform_car_list .car_base_info .price {
    float: right;
}

.special_car_box .platform_car_list .car_base_info .price .old_price{
    color:#aaa;
    text-decoration: line-through;
    font-size:14px;
    line-height:32px; 
    vertical-align:top;
    display:inline-block;
}
.special_car_box .platform_car_list .car_base_info .price .new_price,
.special_car_box .platform_car_list .car_base_info .orc {
   line-height:32px;
   vertical-align:top;
   display:inline-block;
    color: #f95523;
}
    .special_car_box .platform_car_list .car_base_info .price .new_price {
      font-size: 16px;
    }
.special_car_box .platform_car_list .car_base_info .orc {
     font-size: 12px;
     margin-top:2px;
}
.special_car_box .platform_car_list .car_row_off{
    position:absolute;
    top:-2px;
    right:-1px;
    background: url(/images/icon_row_off_new.png) no-repeat center center;
    padding-top:18px;
    padding-left:10px;
    width:112px;
    height: 34px;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
    text-align:center;
}
.special_car_box .platform_car_list .video_btn {
    width:40px;
    height:40px;
    left:8px;
    top:-48px;
    position: absolute;
    z-index: 2;
    cursor:pointer;
}
.special_car_box .platform_car_list .video_btn .video_btn_contain {
    width:40px;
    height:40px;
    display:inline-block;
    vertical-align:top;
}
.special_car_box .car_row .car_item {
    width: 25%;
}

.special_car_box .platform_car_list .car_item.car_item_big {
    width: 100%;
    height: 100%;
}
.special_car_box .platform_car_list .car_item_big .car_pic {
    width: 100%;
    
}
   
.special_car_box .platform_car_list .car_item_big .car_title {
    font-size: 22px;
    padding-top: 8px;
    padding-bottom:0px;
    
}

.special_car_box .platform_car_list .car_item_big .car_base_info .adv img {
    margin-top: 9px;
    height: 22px;
}

.special_car_box .platform_car_list .car_item_big .car_base_info .price {
    margin-top: 3px;
}
.special_car_box .platform_car_list .car_item_big .car_base_info .price .old_price{
    font-size:20px;
    line-height:32px; 
}
.special_car_box .platform_car_list .car_item_big .car_base_info .price .new_price {
     font-size: 24px;
   line-height:32px;
}
.special_car_box .platform_car_list .car_item_big .car_base_info .orc {
     font-size:16px;
}
