.loan {
    background: #ffffff;
}

.ad_box1{
    background-image: url(../img/loan/adBg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
    min-height: 850px;
    animation-delay: 0.1s;
}

.ad_box_content{
    padding-top: 60px;
}

.ad_box_content .top-pic{
    width: 560px;
}


.ad_box_content .top-pic  .banner_text {
    height: 70%;
    display: table;
}

.ad_box_content .top-pic  .banner_text .table {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}

.ad_box_content .top-pic  .banner_text .table .text {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    text-shadow: 4px 4px 13px #000;
}

.ad_box_content .top-pic  .banner_text .table em {
    font-size: 24px;
    display: block;
    color: #fff;
    text-shadow: 4px 4px 13px #000;
}

.part_down_box{
    margin: 0 30px 0;
}
.part_down_l{
    flex: 1;
    margin-right: 50px;
    padding: 30px ;
    box-sizing: content-box;
    background: rgba(255,255,255,0.8);
    border-radius: 5px;
}

.part_down_l h2{
    height: 22px;
    font-size: 22px;
    color: #333333;
    line-height: 22px;
    margin: 12px 0 40px;
    font-weight: bold;
}

.part_down_l P{
    font-size: 14px;
    color: #333333;
}

/*在线额度咨询*/
.online_loan_box {
    width: 300px;
    padding: 20px 50px 30px;
    box-sizing: content-box;
    background: rgba(255,255,255,0.5);
    border-radius: 5px;
}

.online_loan_box  .box_title{
    height: 22px;
    font-size: 22px;
    color: #333333;
    line-height: 22px;
    margin: 22px 0 40px;
    text-align: center;
    font-weight: bold;
}


.online_loan_box  .input_item{
    margin-bottom: 18px;
    z-index: 1;
    position: relative;
}

.online_loan_box .input_item .yf_input{
    width: 100%;
    height: 52px;
    background: #F5F5F5;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    padding: 0 14px;
}

.online_loan_box .input-error .yf_input{
    background: transparent;
}

.online_loan_box .input_item .yf_input::placeholder{
    color: #aaa;
}
.online_loan_box .input_item.input-error .yf_input::placeholder{
    color: #fff;
}
.online_loan_box .input_item.input-error .yf_input_warning{
    display: block !important;
}

.online_loan_box .input_item .yf_input_warning{
    display: none;
    z-index: -1;
    line-height: 52px;
    color: #fff;
    background-color: #fa6f66fa;
    padding: 0 14px;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 3px;
    text-align: center;
    top: 0;
}

.online_loan_box .input_item .yf_input_warning:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    top: -6px;
    left: 50px;
}

.online_loan_box .input_item .code_box{
    display: flex;
    align-items: center;
    line-height: 20px;
    font-size: 14px;
    border-radius: 3px;
}

.online_loan_box .input_item .code_box .yf_input{
    flex: 0 0 auto;
    padding: 0 0 0 12px;
    width: 183px;
    border: 0;
    border-radius: 8px 0 0 8px;
}
.online_loan_box .input_item .code_box .yf_input_warning{
    width: 95% !important;
}

.online_loan_box .input_item .code_box_btn{
    min-width: 120px;
    height: 52px;
    line-height: 52px;
    background: #E6E6E6;
    border-radius: 0px 8px 8px 0px;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #C8000A;
}

.online_loan_box .box_input_btn{
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    margin: 36px auto 0;
    text-align: center;
    width: 166px;
    height: 52px;
    background: #C8000A;
    border-radius: 8px;
    display: block;
}

.online_loan_box .box_input_btn[disabled] {
    background-color: #d3d3d3;
    color: #fff;
}

.loan .loan_content{
    margin: -117px auto 100px;
    background-color: #fff;
    box-shadow: 0 2px 21px 0 rgb(57,65, 90);
    padding-bottom: 80px;
}


.loan_title{
    padding: 60px 88px 78px 94px;
    font-size: 36px;
    line-height: 1;
    color: #000;
    text-align: left;
    overflow: hidden;
}

.loan_title .title_bg{
    margin-bottom: -10px;
}

.loan_title .title_bg img {
    display: block;
    height: 20px;
}

.loan_title .title_text{
    line-height: 46px;
    font-size: 36px;
    color: #000;
    position: relative;
}

/*.loan_title .title_text:after {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: -25px;*/
/*    content: '';*/
/*    width: 37px;*/
/*    height: 6px;*/
/*    background: #C8000A;*/
/*}*/


.loan_steps{
    display: flex;
    justify-content: center;
    text-align: center;
}

.loan_steps .step .icon {
    height: 125px;
    margin-bottom: 20px;
}

.loan_steps .step .icon img {
    height: 100%;
    max-width: 100%;
}

.loan_steps .step h4 {
    margin-bottom: 14px;
    font-size: 22px;
    color: #000;
    line-height: 1;
    transform: scaleY(0.9);
    font-weight: 400;
}

.loan_steps .step p{
    font-size: 14px;
    color: #333;
    line-height: 1.57;
}

.loan_steps .bar{
    width: 92px;
    height: 1px;
    background: rgba(200,0,10,0.6);
    margin: 60px 20px 0;
}






.loan .banner_box {
    position: relative;
    font-size: 12px;
    height: 360px;
    overflow: hidden;
}

.loan  .banner_box img{
    width: 100%;
    height: auto;
}

.loan .banner_box  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 100%;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.loan .banner_box  .banner_text {
    height: 100%;
    display: table;
}

.loan  .banner_box  .banner_text .table {
    display: table-cell;
    vertical-align: middle;
}

.loan .banner_box  .banner_text .table .line {
    /*width: .4rem;*/
    /*height: .08rem;*/
    width: 40px;
    height: 8px;
    background-color: #fff;
}

.loan .banner_box  .banner_text .table .text {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    margin-top: 30px;
    /*font-size: .48rem;*/
    /*margin-top: .3rem;*/
}

.loan .banner_box  .banner_text .table em {
    font-size: 24px;
    display: block;
    color: #fff;
    /*font-size: .24rem;*/
}


.loan .nocontainer {
    width: 1150px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 15px
}

.loan .content {
    float: right;
    width: 100%;
    min-height: 350px;
    background: #fff;
}
.loan .content h3.cat-tit {
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    padding-left: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.loan .contentBox .bigTitle {
    font-size: 30px;
    color: #111;
    line-height: 36px;
    font-weight: 700;
    padding-bottom: 16px;
    padding-top: 26px;
    border-bottom: 1px solid #eee;
}

.loan .contentBox .ct_contactUs {
    padding-top: 30px;
    padding-bottom: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.loan .o_g{
    display: flex;
    flex: 1;
    justify-content: space-between;
}

.loan .o_g li {
    min-width: 30%;
    vertical-align: top;
    padding-top: 17px;
    padding-left: 50px;
    position: relative;
}

.loan .ct_contactUs ul li i {
    position: absolute;
    font-size: 30px;
    color: #0C5CA8;
    top: 20px;
    left: 0;
}

.loan .ct_contactUs ul li h1 {
    font-size: 20px;
    color: #000;
    line-height: 36px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 10px;
}

.loan .ct_contactUs ul li h2 {
    font-size: 28px;
    color: #111;
    line-height: 30px;
    font-weight: 400;
    margin: -5px 0 8px;
}

.loan .ct_contactUs ul li p {
    font-size: 12px;
    color: #888;
    line-height: 24px;
    font-weight: 400;
    word-wrap: break-word;
}

.loan .code{
    min-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.loan .ct_contactUs .code img {
    width: 122px;
    height: 122px;
    margin-bottom: 20px;
}

.loan .ct_contactUs .code p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    font-weight: 400;
}

.loan .map {
    width: 100%;
    margin-bottom: 70px;
}


.loan .title-box{
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 18px;
}

.loan .title-box h2 {
    color: #333;
    text-align: center;
    position: relative;
    padding: 0;
    padding-bottom: 8px;
    float: none !important;
    max-width: 80%;
    clear: both;
    display: table;
    margin: 0 auto;
    font-size: 1.9em;
    line-height: 1.5em;
    font-weight: bold;
}

.loan .title-box h2:after {
    content: '';
    width: 30%;
    height: 2px;
    background-color: #c7000b;
    position: absolute;
    left: 50%;
    margin-left: -15%;
    bottom: 0;
    min-width: 35px;
}

.loan .title-box h2:after {
    margin-left:0;
    transform: translateX(-50%);
}

.loan .title-box .subtitle {
    font-size: 1em;
    line-height: 1.95em;
    max-width: 75%;
    margin: 22px auto 0;
    color: #666;
    text-align: center;
    padding: 0 20px;
}



@media screen and (max-width: 1160px) {
    .loan_title .title_text{
        line-height: 40px;
        font-size: 28px;
    }

    .ad_box1{
        height: auto;
        min-height: auto;
    }
    .ad_box_content{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .part_down_box{
        display: block!important;
    }

    .ad_box_content .top-pic{
        width: 100%;
    }

    .part_down_l{
        margin-right: 0;
        margin-bottom: 30px;
    }


    /*    在线咨询*/
    .online_box{
        width: 100%;
        background: none;
        padding: 0;
    }
    .online_box .online_box_inner{
        width: 100%;
        display: block;
    }
    .online_box .online_swiper{
        width: 100%;
        height: auto;
    }
    .online_loan_box{
        width:100%;
        padding: 20px 20px 30px;
        box-sizing: border-box;
    }
    .online_loan_box .input_item.yf_radio>span{
        margin-right: 0px;
    }
    .online_loan_box .input_item.yf_radio{
        padding: 0 0 0 14px;
    }
    .online_loan_box .input_item.yf_radio label{
        margin-right: 0;
        font-size: 12px;
    }


}


