@font-face {
    font-family: 'iconfont';  /* Project id 2564697 */
    src: url('https://at.alicdn.com/t/font_2564697_8gyxphqlr7h.woff2?t=1627279491645') format('woff2'),
         url('https://at.alicdn.com/t/font_2564697_8gyxphqlr7h.woff?t=1627279491645') format('woff'),
         url('https://at.alicdn.com/t/font_2564697_8gyxphqlr7h.ttf?t=1627279491645') format('truetype');
  }
  .iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
*{
    margin: 0;
    padding: 0;
}
body{
    width: 100%;
    height: 100%;
    background-color: #F9FAFD;
}
/* banner */
.banner{
    width: 100%;
    height: 450px;
    background-image: url('/p/ldy/pc/daikuan/images/banner.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 23px 0;
    box-sizing: border-box;
    
}
.form{
    width: 320px;
    height: 400px;
    background-color: rgba(255, 255, 255, .6);
    margin-left: 65%;
}
.form_main{
    padding: 0 22px;
    box-sizing: border-box;
}
.form_title{
    width: 100%;
    height: 50px;
    background-color: #0078FE;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
}
.form_small_title{
    color: #52576B;
    font-size: 18px;
    text-align: center;
    margin-top: 18px;
}
.form_inpt{
    width: 100%;
    height: 36px;
    border: none;
    outline: none;
    text-indent: 21px;
    margin-top: 15px;
}
.inp_btn{
    width: 100%;
    height: 50px;
    margin-top: 20px;
}
.inp_btn input{
    width: 55%;
    height: 75%;
    border: none;
    outline: none;
    text-indent: 21px;
    margin-right: 3%;

}
.inp_btn button{
    width: 40%;
    height: 75%;
    border: none;
    outline: none;
    background-color: #0078FE;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
}
.yybtn{
    width: 100%;
    height: 45px;
    background-color: #0078FE;
    color: #fff;
    font-size: 20px;
    border: none;
    outline: none;
    margin-top: 19px;
}
/* 成就 */
.achievement_box{
    width: 100%;
    background-color: #ffff;
}
.achievement
{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    padding: 17px 48px;
    box-sizing: border-box;
    border-bottom: 1px solid #ebebef;
}
.achievement_item{
    display: flex;
   
}
.achievement_img img{
    width: 67px;
    height: 67px;
    margin-right: 10px;
}
.achievement_text{
  color: #7982A2;
}
.money_nu{
    font-size: 22px;
    margin-top: 6px;
}
.three_zero{
    color: #22283E;
    font-size: 29px;
    font-weight: 600;
}
/* 轮播广告 */
/* 轮播图 */
.lunbo{
    position: relative;
    /* width: 580px; */
    height: 50px;
    overflow: hidden;
    }
    /* left */
    .lunbo_ul{
    position:absolute;
    left: 0;
    top:0;
    /* width: 580px; */
    height: auto;
    }
.lunbo_ul li{
        display: flex;
   justify-content: end;
    /* width: 580px; */
    height: 50px;
    line-height: 50px;
    font-size:20px;
    color:#333;
    text-align: center;
    font-size: 16px;
    }
    /* right */
    .lunbo_uj{
        position:absolute;
        left: 0;
        top:0;
        /* width: 580px; */
        height: auto;
        }
    .lunbo_uj li{
            display: flex;
       justify-content: end;
        /* width: 580px; */
        height: 50px;
        line-height: 50px;
        font-size:20px;
        color:#333;
        text-align: center;
        font-size: 16px;
        }
    .magTo{
        padding-top: 20px !important;
    }
    .lunbo_left{
        width: 45%;
        margin-right: 10%;
    }
    .lunbo_right{
        width: 45%;
    }
    .li_one li{
       
        margin-left: 50px;
    }
    .lunbo_box{
        display: flex;
        justify-content: space-between;
        width: 1200px;
        height: 64px;
        margin: 0 auto;
        padding: 7px 0;
        box-sizing: border-box;
    }
    .icon_lb{
        width: 20px;
        height: 14px;
        margin-top: 18px;
        margin-right: 10px;
    }
    .market_box{
        width: 100%;
        background-color: #F7F8FA;
    }
    #main_box{
        background-color: #f7f8fa;
    }
    .macket_right_item:hover > p {
        color: #3B93FF;
    }
    .youlian a{
        color: #979c9b;
        font-size: 12px;
        margin-bottom: 12px;
        margin-right: 16px;
    }
    .flinks_title{
    margin-bottom: 16px;
    color: #979c9b;
    font-size: 16px;
    }
   .dkgg{
       margin-right: 20px;
   }
   /* 贷款产品 */
   .loan_box{
       width: 100%;
   }
   .loan{
       width: 1200px;
       height: 447px;
       margin: 0 auto;
       padding: 38px 0 35px 0;
       box-sizing: border-box;
   }
   .loan_title{
       width: 100%;
       text-align: center;
       margin-bottom: 35px;
   }
   .loan_title img{
       width: 25px;
       height: 26px;
       margin-bottom: 30px;
   }
   .loan_title span{
        color:#22283E;
        font-size: 36px;
        font-weight: 600;
        margin: 0 19px;
   }
   .tab_box{
       display: flex;
       width: 100%;
       height: 299px;
   }
   .tab_left{
       width: 251px;
       height: 303px;
       background-image: url('/p/ldy/pc/daikuan/images/tabBac.png');
       background-size: 100% 100%;
       background-repeat: no-repeat;
       padding: 26px 24px;
       box-sizing: border-box;
   }
   .tab_title{
       width: 100%;
       color: #fff;
       text-align: center;
       font-size: 24px;
   }
   .tab_left .tab_product{
       width: 203px;
       height: 49px;
      background-color: #fff;
       color: #0078FE;
       text-align: center;
       line-height: 49px;
       font-size: 18px;
       margin-top: 21px;

   }
   .tab_credit{
    width: 203px;
    height: 49px;
    background-color: rgba(255, 255, 255, .8);
    color: #22283E;
    text-align: center;
    line-height: 49px;
    font-size: 18px;
    margin-top: 21px;
   }
   .tab_right{
       display: flex;
       flex-wrap: wrap;
       width: 949px;
       height: 299px;
   }
   .tab_right_item{
       width: 24.79%;
       height: 150px;
       background-color: #fff;
       border: 1px solid #EBEBEB;
   }
   .tab_top{
       display: flex;
       width: 100%;
       height: 108px;
       background-color: #fff;
       padding: 29px 0 0 33px;
       box-sizing: border-box;
   }
   .tab_sqbl{
       width: 100%;
       height: 42px;
       background-color: #F4FAFF;
       text-align: center;
       color: #191616;
       font-size: 16px;
       line-height: 42px;
       transition: all 0.3s ease;
   }
   .tab_right_item:hover .tab_sqbl{
    background-color: #106AFF;
    color: #fff;
   }
   .tab_top_img{
    width: 54px;
    height: 54px;
    padding: 6px 6px 8px 8px;
   }
   .tab_top img{
      width: 40px;
      height: 40px;
   }
   .tab_top_text{
       color: #191616;
       font-size: 16px;
   }
   .tab_top_text2{
    font-size: 14px;
   }
   .heshi{
       color: #7982A2;
       font-size: 16px;
       text-align: center;
       margin-top: 39px;
   }
   .zaixkf{
       color: #106AFF;
       font-size: 20px;
       text-align: center;
       margin-top: 15px;
   }
   .zaixkf img{
       margin-left: 5px;
   }
   .fuwu_box{
       width: 100%;
       height: 995px;
       background-color: #fff;
       padding-bottom: 80px;
   }
   /* 服务 */
   .process{
       width: 1200px;
       padding: 41px 0 0 0;
       margin: 0 auto;
       margin-top: 20px;
   }
   .advantage{
    width: 1200px;
    padding: 41px 0 0 0;
    margin: 0 auto;
   }
   /* 优势2 */
   .advantage2_box{
       width: 100%;
       height: 475px;
       background-image: url('/p/ldy/pc/daikuan/images/ysBac.jpg');
       background-size: 100% 100%;
       background-repeat: no-repeat;
       padding-top: 30px;
       box-sizing: border-box;
   }
   .advantage2{
       display: flex;
       width: 1200px;
       margin: 0 auto;
   }
   .jishuan1{
       width: 300px;
       height: 64px;
       background-color: #fff;
       border-radius: 4px;
       color: #636672;
       font-size: 18px;
       padding: 0 23px;
       box-sizing: border-box;
       margin-bottom: 20px;
   }
   .jishuan1 input{
       width: 64%;
       height: 100%;
       border: none;
       outline: none;
       color: #292A31;
       font-size: 22px;
       text-indent: 40px;
   }
   .jishuan2{
    width: 300px;
    height: 64px;
    background-color: #106AFF;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 64px;
   }
   .loan_title1{
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}
.loan_title1 img{
    width: 25px;
    height: 26px;
    margin-bottom: 30px;
}
.loan_title1 span{
     color:#fff;
     font-size: 36px;
     font-weight: 600;
     margin: 0 19px;
}
.js_text{
    color: #fff;
    font-size: 24px;
    width: 24px;
    height: 155px;
    margin-top: 85px;
    margin: 36px 49px 0 59px;
}
.debx{
    margin-right: 17px;
}
.bai{
    width: 377.7px;
    height: 52px;
    background-color: #fff;
    color: #24252B;
    line-height: 52px;
    font-size: 18px;
    padding: 0 22px;
    box-sizing: border-box;
    overflow: hidden;
}
.bai input{
    background-color: #fff;
    height: 100%;
    text-indent: 60px;
}

.debx_title{
    width: 377.7px;
    height: 52px;
    background-color: #fff;
    text-align: center;
    line-height: 52px;
    color: #24252B;
    font-size: 20px;
}
.nobai{
    width: 377.7px;
    height: 52px;
    background-color: #F5F5F5;
    color: #24252B;
    line-height: 52px;
    font-size: 18px;
    padding: 0 22px;
    box-sizing: border-box;
    overflow: hidden;
}
.nobai input{
    background-color: #F5F5F5;
    height: 100%;
    text-indent: 60px;
}
/* 贷款顾问 */
.adviser_box{
    width: 100%;
}
.adviser{
    width: 1200px;
    margin: 0 auto;
    padding: 53px 0 64px 0;
    box-sizing: border-box;
}
.gw_box{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.gw_box_item{
    position: relative;
    width: 285px;
    height: 422px;
    background-color: #fff;
    overflow: hidden;
}
.gw_box_img{
    width: 100%;
    height: 226px;
    background-color: #DDDEE1;
    text-align: center;
}
.gw_box_img img{
    width: 248px;
    height: 260px;
    margin-top: -34px;
}
.gw_box_text{
    text-align: center;
    margin-top: 25px;
    transition: all .5s ease;
}
.gw_box_text1{
    color: #1C1D1F;
    font-size: 24px;
}
.gw_box_text2{
    color: #1C1D1F;
    font-size: 16px;
}
.gw_box_text3{
    color: #7F838F;
    font-size: 16px;
}
.btngw{
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: #106AFF;
    color: #ffff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    margin-top: 12px;
    bottom: -50px;
    transition: all .5s ease;
}
.gw_box_item:hover .btngw{
    bottom: 0;
}
.gw_box_item:hover .gw_box_text{
    margin-top: 10px;
}
.k_box{
    width: 100%;
    height: 33px;
    background-color:#F9FAFD;
}
/* 最新咨询 */
.service_main{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
.service{
    width: 1200px;
    margin: 50px auto 0;
    padding: 0 0 40px 0;
}
.service_main_left{
    width: 540px;
    background-color: #fff;
    padding: 41px 43px 32px 37px;
    box-sizing: border-box;
}
.service_main_time{
    color: #252D3E;
    font-size: 30px;
    margin-bottom: 27px;
}
.service_main_time1{
    color: #252D3E;
    font-size: 20px;
    margin-bottom: 23px;
}
.service_main_main{
    color: #949494;
    font-size: 14px;
    margin-bottom: 30px;
}
.xqbtn{
    width: 139px;
    height: 40px;
    border: 1px solid #2A73F5;
    color: #2A73F5;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
}
.service_main_right{
    width: 599px;
}
.service_right_item{
    width: 580px;
    border-top: 1px solid #D8D8D8;
    padding: 44px 0 51px 20px;
    transition: all 0.3s ease;
}
.service_right_item:hover{
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(8, 7, 66, 0.1);
    
}
.service_right_item:hover .service_right_title span{
    color: #1C75FB;
}
.dian{
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
    margin: 13px 11px 2px 0;
}
.service_right_item:hover .dian{
    background-color: #1C75FB;

}
.service_right_title{
    color: #303133;
    font-size: 18px;
    font-weight: 550;
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
}
.service_right_main{
    display: flex;
    color: #646464;
    font-size: 14px;
    margin-top: 34px;
    margin-left: 20px;
}
.service_right_title img{
  vertical-align: middle;
  margin-right: 10px;
}
.rightIocn{
    display: flex;
    font-size: 30px;
}
.rightIocn img{
    width: 32px;
    height: 13px;
    /* vertical-align: middle; */
    margin: 18px 0 0 15px;
}
.qian{
    display: flex;
}
.small_box{
    display: inline-block;
    width: 1.5px;
    height: 32px;
    background-color: #939393;
    margin-top: 9px;
}
.advantage2 input{
    border: none;
    outline: none;
}
/* 弹窗 */
.color_zz{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
}
.tc{
    width: 435px;
    margin: 0 auto;
    margin-top: 7%;
    background-color: #fff;
}
.tc_header{
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #0078FE;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.city_title{
    color: #22283E;
    font-size: 20px;
    margin-bottom: 14px;
}
.city{
    width: 186px;
    height: 50px;
    outline: none;
    color: #000;
    border: 1px solid #E5EAF0;
    padding-left: 20px;
    box-sizing: border-box;
}
.submint{
    width: 376px;
    height: 50px;
    color: #fff;
    background-color: #0078FE;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    border: none;
    outline: none;
    margin: 15px 0;
}
.tc_footer{
    color: #FB2B3F;
    font-size: 16px;
    text-align: center;
}
.tc_main{
    padding: 23px 28px;
    box-sizing: border-box;
}
.tc_inp{
    width: 100%;
    height: 50px;
    border: 1px solid #E5EAF0;
    outline: none;
    text-indent: 20px;
    margin-bottom: 23px;
}
.inp_btns {
    margin-bottom: 20px;
}
.inp_btns input{
    width: 55%;
    height: 50px;
    outline: none;
    text-indent: 21px;
    margin-right: 3%;
    border: 1px solid #E5EAF0;

}
.inp_btns button{
    width: 40%;
    height: 50px;
    border: none;
    outline: none;
    background-color: #0078FE;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
}
.set_box{
    position: relative;
    margin-bottom: 30px;
}
.buttonicon{
    position: absolute;
    left: 156px;
    top: 12px;
    font-size: 23px;
}
.buttonicons{
    position: absolute;
    font-size: 23px;
    right: 10px;
    top: 12px;
}
.ys input{
    margin-top: -2px;
    margin-right: 7px;
}
.yin{
    color: #0078FE;
}
.hot-mess .container{
   height: 93px !important;
}
.gb{
    position: absolute;
    top: -3px;
    right: 12px;
    color: #fff;
    font-size: 30px;
}
.footerImgs{
    width: 470px;
    height: 230px;
}
.footerImgs img{
    width: 100%;
    height: 100%;
}
.fonticon{
    font-size: 30px;
}