.loan {
    background: #f5f5f5;
    padding-bottom: 15px;
}

.ad_box1{
    background-image: url(../img/loan/adBg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
    min-height: 666px;
    animation-delay: 0.1s;
}

.ad_box_content{
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}

.ad_box_content .top-pic{
    width: 560px;
    height: 281px;
    background-image: url(../img/loan/ad_bg_text.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}

.ad_box_content .top-pic .banner_box_text_box {
    padding: 0 15px;
}

.ad_box_content .top-pic .banner_box_text_box .banner_text {
    height: 70%;
    display: table;
}

.ad_box_content .top-pic .banner_box_text_box .banner_text .table {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}

.ad_box_content .top-pic .banner_box_text_box .banner_text .table .text {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    margin-top: 30px;
    text-shadow: 4px 4px 13px #000;
}

.ad_box_content .top-pic .banner_box_text_box .banner_text .table em {
    font-size: 24px;
    display: block;
    color: #fff;
    text-shadow: 4px 4px 13px #000;
}

.online_box .online_box_inner{
    width: 1160px;
    margin: auto;
    padding: 20px;
    /*border: 2px solid #f78d4f;*/
    border-radius: 5px;
    background-color: rgba(48,54,64,0.35);
}
.online_box .online_swiper{
    position: relative;
    width: 50%;
    height: 500px;
}
.online_box .online_swiper img{
    width: 100%;
    height: 100%;
}
.online_box .online-code {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.online_box .online-code .online_area {
    display: flex;
    height: 60px;
}

.online_box .online-code .online_area span {
    display: inline-block;
    font-size: 18px;
    line-height: 60px;
    vertical-align: middle;
}

.online_box .online-code .online_area h2 {
    color: #f1e8e0;
    display: inline-block;
    font-size: 22px;
    line-height: 60px;
}
.online_box .online-code .online_phone {
    display: flex;
    height: 60px;
}

.online_box .online-code .online_phone span {
    display: inline-block;
    font-size: 18px;
    line-height: 60px;
    vertical-align: middle;
}

.online_box .online-code .online_phone h2 {
    color: #ec2222;
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    line-height: 60px;
}

.online_box .online-code .online_qrcode {
}

.online_box .online-code .online_qrcode h2 {
    font-size: 18px;
    line-height: 60px;
    margin-left: 3em;
}
.online_box .online-code .ft-code-img {
    display: flex;
}

.online_box .online-code .code_img_box {
    width: 169px;
}

.online_box .online-code .code_img_box img {
    display: inline-block;
    height: auto;
    width: 100%;
}
/*在线额度咨询*/
.online_loan_box {
    width: 491px;
    padding: 0 30px;
}

.online_loan_box  .box_title{
    height: 22px;
    font-size: 22px;
    color: #FFF;
    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: 206px;
    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: 10px auto 0;
    background-color: #fff;
    /*background-color: #ECEEF5;*/
    box-shadow: 0 2px 21px 0 rgba(57,65, 90,0.1);
    padding-bottom: 40px;
}


.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: 32px;
    color: #333333;
    position: relative;
}

.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: #333;
    line-height: 1;
    font-weight: 400;
}

.loan_steps .step p{
    font-size: 18px;
    color: #333;
    line-height: 1.57;
}

.loan_steps .bar{
    width: 70px;
    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 .banner_box_text_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_box_text_box .banner_text {
    height: 100%;
    display: table;
}

.loan  .banner_box .banner_box_text_box .banner_text .table {
    display: table-cell;
    vertical-align: middle;
}

.loan .banner_box .banner_box_text_box .banner_text .table .line {
    /*width: .4rem;*/
    /*height: .08rem;*/
    width: 40px;
    height: 8px;
    background-color: #fff;
}

.loan .banner_box .banner_box_text_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_box_text_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) {
    .ad_box1{
        background: none;
        height: auto;
        min-height: auto;
    }
    .ad_box_content{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    /*    在线咨询*/

    .online_box .online-code{
        margin-top: 0;
    }

    .online_box .online-code .online_area{
        height: auto;
    }
    .online_box .online-code .online_area span{
        font-size: 14px;
        flex-shrink: 0;
        line-height: 30px;
    }
    .online_box .online-code .online_area h2{
        font-size: 14px;
        line-height: 30px;
    }
    .online_box .online-code .online_qrcode{
        text-align: center;
    }
    .online_box .online-code .online_qrcode h2{
        margin-left: 0;
        font-size: 14px;
        line-height: 30px;
    }
    .online_box .online-code .online_phone{
        height: auto;
        padding: 0 10px;
    }
    .online_box .online-code .online_phone h2,.online_box .online-code .online_phone span{
        font-size: 14px;
        line-height: 30px;
    }
    .online_box .online-code .code_img_box{
        width: 100px;
    }
    .online_loan_box .box_title{
        margin: 30px 0 20px;
    }

    .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: 0;
    }
    .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;
    }

/*    业务流程*/
    .loan_title{
        padding: 30px 20px 20px  10px;
        font-size: 22px;
        line-height: 1;
        color: #000;
        text-align: left;
        overflow: hidden;
    }
    .loan_title .title_text{
        line-height: 40px;
        font-size: 28px;
    }
    .loan_steps .bar{
        display: none;
    }
    .loan_steps .step .icon{
        height: 60px;
    }
    .loan_steps .step{
        width: 25%;
    }
    .loan_steps .step h4{
        font-size: 14px;
    }
    .loan_steps .step p{
        font-size: 12px;
        display: none;
    }


/*    服务优势*/
    .advantage{
        margin-top: 20px!important;
    }
    .advantage-wrap{
        padding: 0 0 0 0 !important;
    }
    /*专业服务*/
    .professionalServices{
        margin-top: 20px!important;
    }

}


