/*主页*/
body{}
 * {
            margin: 0;
            padding: 0;
        }

        .banner_box {
            width: 100%;
            height: 700px;
            margin: 0 auto;
            overflow: hidden;
            position: relative;
        }

        .banner_box .banner {
            width: 1920px;
            position: absolute;
            margin-left: -960px;
            left: 50%;
        }

        .banner_box .loan_btn {
            display: block;
            width: 375px;
            height: 101px;
            background: url('../img/loan_btn1.png') no-repeat center center;
            position: absolute;
            left: 0;
            right: 0;
            top: 450px;
            margin: auto;
            z-index: 100;
            cursor: pointer;
        }

        .title1 {
            text-align: center;
            line-height: 40px;
            font-weight: bold;
            vertical-align: middle;
            font-family: "微软雅黑";
            color: #3080cf;
            margin-top: 70px;
            font-size:24px;
        }

        .title_line1 {
            width: 30px;
            border: 2px solid #3080cf;
            margin: 0 auto;
        }

        .title2 {
            text-align: center;
            line-height: 40px;
            vertical-align: middle;
            font-family: "微软雅黑";
            color: black;
            margin-top: 30px;
            font-size:24px;
        }

        .title_line2 {
            width: 30px;
            border: 2px solid #006fff;
            margin: 0 auto;
        }

        .advantage_box {
            width: 1000px;
            margin: 0 auto;
            margin-top: 40px;
            overflow: hidden;
        }
        .advantageBox ul{
            text-align: center;
            color: #010101;
        }
        .advantage_box dd:nth-of-type(1) ul{
            margin-top: 80px;
        }
        .advantage_box dd:nth-of-type(1) ul li{
            margin-bottom: 28px;
        }
        .advantage_box dd:nth-of-type(2) ul{
            margin-top: 80px;
        }
        .advantage_box dd:nth-of-type(2) ul li{
            margin-bottom: 28px;
        }
        .advantage_box dd:nth-of-type(3) ul{
            margin-top: 44px;
        }
        .advantage_box dd:nth-of-type(3) ul li{
            margin-bottom: 24px;
        }
        .advantage_box dd:nth-of-type(4) ul{
            margin-top: 44px;
        }
        .advantage_box dd:nth-of-type(4) ul li{
            margin-bottom: 24px;
        }
        .advantageBox li{
          font-size: 21px;
         }

        .advantage_box dl {
            width: 100%;
        }

        .advantage_box dl dd{
            display: block;
            width: 229px;
            height: 443px;
            float: left;
            border: solid 1px #6da5dd;
            border-radius: 12px;
            margin-right: 24px;
        }
        .advantage_box dl dd:nth-of-type(4){
            margin-right: 0;
        }
        .advantage_box dl dd img{
            width: 230px;
            height: 166px;
            display: block;
            margin-left: -1px;

        }


        .product_all_box {
            width: 100%;
            height: 550px;
            margin: 0 auto;
            margin-top: 50px;
            padding: 20px 0;
            background: #f9f9f9;
        }

        .product_all_box .product_box {
            width: 1260px;
            margin: 0 auto;
            height: 380px;
            margin-top: 20px;
        }

        .product_all_box .product_box dd {
            display: block;
            width: 378px;
            height: 370px;
            float: left;
            margin-left: 30px;
            background: white;
            position: relative;
            transition: 0.5s;
            -webkit-transition: 0.5s;
            cursor: pointer;
        }

        .product_all_box .product_box dd:hover {
            display: block;
            width: 378px;
            height: 370px;
            float: left;
            margin-left: 30px;
            background: white;
            position: relative;
            box-shadow: 3px 3px 10px #a9a9a9;
        }

        .product_all_box .product_box dd .title_bottom {
            width: 40%;
            margin-left: 20px;
            margin-top: 20px;
            font-family: "微软雅黑";
            font-weight: bold;
            font-size:15px;
        }

        .product_all_box .product_box dd .word {
            width: 90%;
            margin-top: 10px;
            margin-left: 21px;
            font-family: "微软雅黑";
            color: #666666;
        }

        .product_all_box .product_box dd .line {
            width: 20px;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            top: 130px;
            border: 1px solid white;
            z-index: 100;
        }

        .product_all_box .product_box dd .product1 {
            width: 378px;
            height: 250px;
            background: url('../img/product1.png')no-repeat;
            background-size: 100%;
            position: relative;
        }

        .product_all_box .product_box dd .product_title {
            font-family: "微软雅黑";
            color: white;
            text-align: center;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            z-index: 100;
            top: 100px;
            font-size:22px;
            font-weight: bold;
        }

        .product_all_box .product_box dd .shadow {
            width: 378px;
            height: 250px;
            background: rgba(0, 0, 0, 0.5);
            position: absolute;
            z-index: 2;
        }

        .product_all_box .product_box dd .product2 {
            width: 378px;
            height: 250px;
            background: url('../img/product2.png')no-repeat;
            background-size: 100%;
            position: relative;
        }

        .product_all_box .product_box dd .product3 {
            width: 378px;
            height: 250px;
            background: url('../img/product3.png')no-repeat;
            background-size: 100%;
            position: relative;
        }

        .banner_bottom_box {
            width: 100%;
            height: 736px;
            overflow: hidden;
            margin: 0 auto;
            position: relative;
        }

        .banner_bottom_box .banner_bottom {
            width: 1920px;
            position: absolute;
            left: 50%;
            margin-left: -960px;
        }

        .banner_bottom_box .submit_btn {
            display: block;
            width: 404px;
            height: 70px;
            background: url('../img/loan_btn2.png');
            background-size: 100%;
            position: absolute;
            left: 0;
            right: 0;
            top: 470px;
            margin: auto;
            z-index: 2;
            cursor: pointer;
        }

        .question_box {
            width: 1200px!important;
            margin: 0 auto;
            overflow: hidden;
            margin-top: 30px;
        }

        .more {
            display: block;
            margin-left: 1200px;
            color: #999999;
            text-decoration: none;
            margin-top: 20px;
            font-size:14px;
        }

        .question_box .bubble_box1 {
            width: 80%;
            position: relative;
        }

        .question_box .bubble_box1 .comma1 {
            display: inline-block;
            width: 36px;
            height: 36px;
            background: url('../img/comma01.png')no-repeat;
            background-size: 100%;
            position: relative;
            top: 5px;
        }

        .question_box .bubble_box1 .triangle_top {
            display: inline-block;
            width: 13px;
            height: 26px;
            background: url('../img/triangle01.png')no-repeat;
            background-size: 100%;
            position: absolute;
            margin-left: 12px;
            margin-top: 25px;
            border-radius: 10px;
            -webkit-border-radius: 10px;
        }

        .question_box .bubble_box1 .bubble_top {
            display: inline-block;
            width: 600px;
            height: 70px;
            background: #e5f0fe;
            margin-left: 25px;
        }

        .question_box .bubble_box1 .bubble_top p {
            width: 95%;
            padding-top: 20px;
            margin-left: 5px;
            color: #006fff;
        }

        .question_box .bubble_box2 {
            width: 80%;
            position: relative;
            margin-top: 20px;
        }

        .question_box .bubble_box2 .triangle_top {
            display: inline-block;
            width: 13px;
            height: 26px;
            background: url('../img/triangle02.png')no-repeat;
            background-size: 100%;
            position: absolute;
            margin-left: 1000px;
            margin-top: 25px;
            border-radius: 10px;
            -webkit-border-radius: 10px;
        }

        .question_box .bubble_box2 .bubble_top {
            display: inline-block;
            width: 600px;
            height: 85px;
            background: #feeec3;
            margin-left: 400px;
        }

        .question_box .bubble_box2 .comma2 {
            display: inline-block;
            width: 36px;
            height: 36px;
            background: url('../img/comma02.png')no-repeat;
            background-size: 100%;
            position: relative;
            top: -40px;
            margin-left: 1020px;
        }

        .question_box .bubble_box2 .bubble_top p {
            width: 95%;
            padding-top: 20px;
            margin-left: 15px;
            color: #b9820d;
        }
        /*底部浮框*/

        .bottom_float {
            width: 100%;
            height: 120px;
            background: white;
            position: fixed;
            margin: auto;
            left: 0;
            right: 0;
            bottom: 0;
            border-top: 1px solid #e4e4e4;
            z-index: 10;
            display: none;
            border-radius: 5px;
            -webkit-border-radius:5px;
        }

        .bottom_float .out_btn {
            width: 30px;
            height: 30px;
            background: url('../img/out_btn.png')no-repeat;
            background-size: 100%;
            position: absolute;
            right: 2%;
            top: 10px;
            cursor: pointer;
        }



        .bottom_float .font_box {
            width: 800px;
            margin: 0 auto;
            line-height: 120px;
            vertical-align: middle;
        }

        .bottom_float .font_box dd {
            float: left;  
        }
        .bottom_float .font_box .cash_message{
         display: block;
         position: relative;
         top:45px;   
        }
        .bottom_float .font_box dd .math {
            font-weight: bold;
            font-size: 22px;
            font-family: "微软雅黑";
            color: #fc5f09;
            
        }

        .bottom_float .font_box dd .center {
            font-weight: bold;
            font-size: 16px;
            font-family: "微软雅黑";
            color: #666666;
            letter-spacing:2px;
        }

        .bottom_float .font_box dd .credit_btn {
            display: block;
            width: 300px;
            height: 72px;
            background: url('../img/credit_btn.png')no-repeat;
            background-size: 100%;
            margin-top: 30px;
            margin-left:150px;
            cursor: pointer;
            position: absolute;
        }

        .bottom_block {
            height: 200px;
        }

        .bottom_fixed{
            width: 95%;
            height: 120px;
            position: fixed;
            margin: auto;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 10;
            display: none;
        }
        .bottom_fixed .zoom_btn {
            width: 30px;
            height: 30px;
            background: url('../img/zoom_btn.png')no-repeat;
            background-size: 100%;
            position: absolute;
            right: 2%;
            top: 10px;
            cursor: pointer;
            display: block;
        }
        /*申请借款弹框*/

        .apply_box {
            width: 405px;
            height: 405px;
            background: white;
            position: fixed;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            margin: auto;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            z-index: 1000;
            display: none;
        }

        .apply_box .apply_out {
            width: 25px;
            height: 25px;
            background: url('../img/out_btn.png')no-repeat;
            background-size: 100%;
            position: absolute;
            right: 10px;
            top: 10px;
            cursor: pointer;
        }
        .apply_box .shengfen{
            width:155px;
            margin-right: 6px;

        }
        .apply_box .city{
            width:155px;

        }
        .apply_box dl {
            width: 80%;
            height:200px;
            margin: 0 auto;

        }

        .apply_box dl dd {
            display: block;
            margin-top: 15px;
        }
        .apply_box .layui-anim-upbit dd{
            margin-top: 0px;
        }

        .apply_box dl dd input {
            width: 98%;
            height: 35px;
            line-height: 35px;
            vertical-align: middle;
            outline: none;
            /*border: 1px solid #ebebeb;*/
            font-family: "微软雅黑";
            padding-left: 5px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
        }

        .apply_box dl dd .layui-input-block .layui-form-radio i:hover,
        .layui-form-radioed i {
            color: #4797fb;
        }

        .apply_box .check_box {
            margin-top: 10px;
            margin-left: 60px;
        }

        .apply_box .check_box .layui-form-checkbox[lay-skin=primary]:hover i {
            border-color: #4797fb;
        }

        .apply_box .check_box .layui-form-checked[lay-skin=primary] i {
            border-color: #4797fb;
            background-color: #4797fb;
            color: #fff;
        }

        .apply_box .check_box label {
            position: relative;
            top: 6px;
        }

        .apply_box .check_box label a {
            color: #4797fb;
        }

        .apply_box .apply_submit {
            display: block;
            width: 70%!important;
            background: #4797fb;
            margin: 0 auto;
            margin-top: 10px;
        }

        .shade {
            width: 100%;
            height: 100%;
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
            display: none;
        }

        .float_box {
            width: 60px;
            height:60px;
            position: fixed;
            top: 30%;
            right: 0;
            font-family: "微软雅黑";
            z-index:100;
        }
        .float_container{
            width:200px;
            height:140px;
            position: fixed;
            top: 30%;
            right: 0;
            font-family: "微软雅黑";
            z-index:90;
        }
        .float_container .float_font1{
            position: absolute;
            width:0px;
            height:50px;
            background: #78bd90;
            margin-left:150px;
            display: none;
             z-index:100;
        }
        .float_container .float_font1 p{
            color: white;
            text-align: center;

        }
        .float_container .float_font2{
            position: absolute;
            width:0px;
            height:50px;
            background: #78bd90;
            margin-left:150px;
            margin-top:60px;
            display: none;
             z-index:100;
        }
        .float_container .float_font2 p{
            color: white;
            text-align: center;

        }
        .float_box #box {
            transition: 0.5s;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -ms-transition: 0.5s;
        }

        .float_box #box:hover {
            background: #78bd90;
            cursor: pointer;
        }

        .float_box .box1 {
            width: 100%;
            height: 50px;
            background: #c1adc9;
        }

        .float_box .box1 .phone {
            width: 30%;
            display: block;
            padding-top: 7px;
        }

        .float_box .box1 .phone .icon1 {
            display: block;
            width: 35px;
            height: 35px;
            background: url('../img/phone_icon.png')no-repeat;
            background-size: 100%;
            margin-left: 10px;
        }



        .float_box .box2 {
            display: block;
            width: 100%;
            height: 50px;
            background: #c1adc9;
            margin-top: 10px;
        }

        .float_box .box2 .service {
            width: 30%;
            display: block;
            padding-top: 7px;
        }

        .float_box .box2 dd p {
            color: white;
            text-align: center;
        }

        .float_box .box2 .service .icon2 {
            display: block;
            width: 35px;
            height: 35px;
            background: url('../img/service_icon.png')no-repeat;
            background-size: 100%;
            margin-left: 10px;
        }


/*车辆评估*/

       .bg_box {
            width: 1240px;
            margin: 0 auto;
            margin-top: 20px;
            overflow: hidden;
            padding: 20px 0;
            background: white;
            border: 1px #e1e1e1 solid;
        }

        .bg_box .top_title {
            width: 90%;
            height: 30px;
            margin: 0 auto;
            line-height: 30px;
            vertical-align: middle;
            border-bottom: 1px solid #ebebeb;
            font-family: "微软雅黑";
            color: #333333;
            font-weight: bold;
            font-size: 16px;
        }

        .bg_box .choice_box {
            width: 96%;
            margin: 0 auto;
            overflow: hidden;
        }

        .bg_box .choice_box .left_box {
            width: 50%;
            height: 520px;
            float: left;
        }

        .bg_box .choice_box .left_box .car_type {
            width: 80%;
        }

        .bg_box .choice_box .left_box .shengfen {
            width: 30%;
        }

        .bg_box .choice_box .left_box .city {
            width: 30%;
        }

        .bg_box .choice_box .left_box .choice dd {
            margin-top: 20px;
        }

        .bg_box .choice_box .left_box .choice dd .label_font {
            width:110px;
            font-size: 14px!important;
        }

        .bg_box .choice_box .left_box .submit_btn {
            width: 260px;
            height: 40px;
            background: #4797fb;
            color: white;
            line-height: 40px;
            vertical-align: middle;
            text-align: center;
            margin-left: 40px;
            outline: none;
            border: 0;
            margin-top: 30px;
            cursor: pointer;
            border-radius: 5px;
            -webkit-border-radius: 5px;
        }

        .bg_box .choice_box .right_box {
            width: 40%;
            overflow: hidden;
            border-left: 1px solid #ebebeb;
            float: left;
            margin-top: 20px;
            padding: 10px 0;
            position: relative;
            font-size: 15px;
            font-family: "微软雅黑";
        }

        .bg_box .choice_box .right_box dl {
            margin-left: 30px;
        }

        .bg_box .choice_box .right_box dl dd {
            display: block;
            margin-top: 20px;
        }

        .bg_box .choice_box .right_box dl label {
            color: #1f1f1f;
        }

        .bg_box .choice_box .right_box dl dd span {
            position: absolute;
            left: 240px;
            margin-top: 3px;
            color: #ff6600;
        }

        .bg_box .choice_box .right_box .tip_font {
            color: #8f8f8f;
            font-size: 14px;
            margin-top: 60px;
            margin-left: 30px;
        }

        .bg_box .choice_box .right_box .tip_font span {
            color: #ff3600;
        }

        .car_choice_box {
        	
            position: relative;
            z-index:999;
        }

        .car_choice_box .car_choice {
            width: 80%;
            height: 400px;
            background: white;
            position: absolute!important;
            z-index: 999;
            margin-left: 110px;
            border: 1px solid #e8e8e8;
            display: none;
            font-family: "微软雅黑";
            position: absolute;

        }

        .car_choice_box .car_choice .later_box {
            width: 25px;
            height: 400px;
            position: absolute;
            margin-top:-2px;
            border-right:1px solid #e7e7e7;

        }

        .car_choice_box .car_choice .later_box li{
            display: block;
            list-style: none;
            text-align: center;
            font-size:12px;
            font-family: "微软雅黑";
            line-height:15px;
        }
        .car_choice_box .car_choice .later_box li a:hover{
            color:#ff8022;
        }
        .car_choice_box .car_choice .product_box{
            width:115px;
            float:left;
           
            margin-left:25px;

        }
        .car_choice_box .car_choice .product_box .product_box_ul{
            width:100%;
            height:372px;
            overflow-y: scroll;
        }
        .car_choice_box .car_choice .product_box .product_box_ul li{
            display: block;
            width:100%;
            text-align: center;
            font-size:12px;
            line-height:25px;
            border-bottom:1px solid #e6e6e6;
            overflow:hidden;
            text-overflow:ellipsis;
            white-space:nowrap;
        }
        .car_choice_box .car_choice .product_box .first_bold{
            font-weight: bold;
            font-size:14px;
            line-height:25px;
            vertical-align: middle;
            margin-left:25px;
            height:25px;
        }
        .car_choice_box .car_choice .first_later{
            display: block;
            width:100%;
            line-height:25px;
            background:#f4f4f4;
            text-align: center;
        }
        .car_choice_box .car_choice .product_box li:hover{
            background:#f4f4f4;
        }
        .car_choice_box .car_choice .car_box{
            width:135px;
            float:left;

        }
        .car_choice_box .car_choice .car_box .car_box_ul{
            width:100%;
            height:372px;
            overflow-y: scroll;
        }
        .car_choice_box .car_choice .car_box .car_box_ul li{
            display: block;
            width:100%;
            text-align: center;
            font-size:12px;
            line-height:25px;
            border-bottom:1px solid #e6e6e6;
            overflow:hidden;
            text-overflow:ellipsis;
            white-space:nowrap;
        }
        .car_choice_box .car_choice .car_box li:hover{
            background:#f4f4f4;
        }
        .car_choice_box .car_choice .car_box .first_bold{
            font-weight: bold;
            font-size:14px;
            line-height:25px;
            vertical-align: middle;
            margin-left:35px;
            height:25px;
        }
      
        .car_choice_box .car_choice .type_box{
            width:198px;
            float:left;
        }
        .car_choice_box .car_choice .type_box .type_box_ul{
            width:100%;
             height:372px;
            overflow-y: scroll;
        }
        .car_choice_box .car_choice .type_box .type_box_ul li{
            display: block;
            width:100%;
            text-align: center;
            font-size:12px;
            line-height:25px;
            border-bottom:1px solid #e6e6e6;
            overflow:hidden;
            text-overflow:ellipsis;
            white-space:nowrap;
        }
        .car_choice_box .car_choice .type_box .first_bold{
            font-weight: bold;
            font-size:14px;
            line-height:25px;
            height:25px;
            vertical-align: middle;
            margin-left:35px;
        }
        .car_choice_box .car_choice .type_box li:hover{
            background:#f4f4f4;
            cursor:pointer;
        }


        .limit_box{
            width: 100%;
            background-color: #384154;
            padding-bottom: 80px;
        }
        .limit_box .title2{
            color: #fff;
            padding-top: 65px;
        }
        .limit_box .title_line2{
            border: 2px solid #fff;
            margin-bottom: 45px;
        }
        .tablebox{
            width: 1004px;
            margin: 0 auto;

        }
       .tablebox table{
           width: 100%;
           color: #fff;
           font-size: 20px;
           font-weight: normal;
       }
    .tablebox table th{
        font-weight: normal !important;
        border: solid 1px #fff;
        text-align: center;
        height: 100px;
    }
   .tablebox table td{
       border: solid 1px #fff;
       text-align: center;
       height: 100px;
   }
   .business_box{
       width: 1016px;
       margin: 0 auto;
   }
   .business_box img{
       width: 100%;
       height: 100%;
       display: block;
       margin: 28px 0 80px;

   }
   .production {
       width: 1024px;
       margin: 0 auto;
       color: #fff;
       font-size: 20px;
       line-height: 38px;
       text-indent: 40px;
   }
   .load_box{
       width: 100%;
       color: #000;
      padding-bottom: 80px;
       background-color: #e9f2fa;
       margin-bottom: 120px;
   }
   .load_box .title2{
       color: #3080cf;
      padding-top: 60px;
       font-size:24px;
   }
   .load_box .title_line2{
       border: 2px solid #3080cf;
   }
   .quesion{
       width:1164px;
       margin: 0 auto;

   }
   .ques1{
       padding-top: 50px;
       border-bottom: dashed 1px #98a5ba;
   }
   .ques1:nth-of-type(3){
       border-bottom: none;
   }
   .quesion h2{
       font-size:20px;
       height:44px;
       line-height: 44px;
       background-color: #3080cf;
       width: 684px;
       color: #fff;
       padding-left: 10px;
       margin-left: 30px;
   }
    .quesion h3{
        width: 97%;
        font-size:20px;
        padding-top: 30px;
        padding-bottom: 40px;
        margin-left: 40px;
        line-height:32px;
    }
   .quesion h3 .dotbg{
       width: 18px;
       height: 18px;
       margin-right: 8px;
       background-color: #3080cf;
       display: inline-block;
       border-radius: 50%;
   }
   .banner_bottom a{
       width: 506px;
       height: 114px;
       line-height: 99px;
       display: block;
       text-align: center;
       font-size: 38px;
       padding-left: 68px;
       margin: 0 auto;
       color: #fff;
       background: url('../img/btn.png')no-repeat;
       background-size: 100% 100%;
   }
   .banner_bottom{
       margin-bottom: 90px;
       cursor: pointer;
   }
   .footer{height: 451px; background: url("../img/footbg.png") no-repeat center center; width: 100%;}
.xieyi_box{width:900px;height:500px;margin:0 auto;display: none;}
.xieyi_box p{width:95%;margin:0 auto;}
.apply_box .layui-form{margin-top: 60px;}