﻿
.banner_spjy{

    cursor: pointer;
}


p,span{
    line-height: 1;
}

.txt_center {
    text-align: center;
}

.text_orange{
    color: #F65439;
}

.title_white{
    color: #FFFFFF;
}

.title_orange{
    color: #F65439;
}

.title_black {
    color: #323232;
}

.subtitle_black{
    color: #1b1b1b;
}

.title_mr{
    margin-right: 10px;
}

.part_title {
    font-size: 32px;
    font-weight: bold;
}

.my_zx {
    text-align: center;
}

.my_zx_btn {
    height: 44px;
    border: #F65439 solid 1px;
    border-radius: 23px;
    display: inline-block;
}

.zx_sp_left {
    padding-left: 23px;
    padding-right: 12px;
    color: #F65439;
    font-size: 14px;
}

.zx_sp_right {
    margin-left: 27px;
}

.my_zx_btn span {
    line-height: 44px;
}

.my_zx_btn a {
    padding-left: 26px;
    padding-right: 18px;
    background-color: #F65439;
    color: #FFFFFF;
    height: 44px;
    border-radius: 23px;
    display: inline-block;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}

.my_zx_btn a:hover {
    opacity: 0.8;
}

.my_zx_icon {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../images/zc_zxicon.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}


/*表单*/
.spjy_apply{
    background-color: #F6F6F6;
    padding: 25px 0 30px;
}

.spjy_apply .inner{
    width: 1200px;
    margin: 0 auto;
}

.spjy_apply .part_main{
    height: 163px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding-top: 24px;
    box-shadow: #c4c4c4 0 0 15px 0;
}

.spjy_apply .tit{
    position: relative;
    padding-left: 40px;
    margin-bottom: 24px;
}

.spjy_apply .tit .tit_bigger{
    font-size: 20px;
    font-weight: bold;
    color: #F65439;
}

.spjy_apply .tit .tit_s{
    color: #9b9a9a;
}

.spjy_apply .tit .tit_deco{
    width: 30px;
    height: 26px;
    background-color: #F65439;
    border-radius: 0 26px 26px 0;
    position: absolute;
    left: 0;
    top: 0;
}

.spjy_apply .part_fm{
    height: 48px;
}

.spjy_apply .part_fm .fm_item{
    width: 269px;
    height: 48px;
    float: left;
    margin: 0 24px;
    border-radius: 48px;
    background-color: #F6F6F6;
    overflow: hidden;
    position: relative;
}

.spjy_apply .part_fm select,input{
    border: none;
    background-color: #F6F6F6;
    height: 100%;
    width: 100%;
    font-size: 16px;
    text-indent: 1em;
}

.spjy_apply .part_fm select{
    -webkit-appearance: button;
    -moz-appearance: button;
}

.spjy_apply .part_fm select:focus{
    outline: -webkit-focus-ring-color auto 0;
}

.spjy_apply .part_fm select::-ms-expand { display: none; }


.spjy_apply .part_fm .icon_block{
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;text-align: center;
    color: #C0C0C0;
}

.spjy_apply .part_fm .fm_sub{
    width: 225px;
    height: 48px;
    background-color: #F65439;
    color: #FFFFFF;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    float: left;
    border-radius: 48px;
    cursor: pointer;
}

.spjy_apply .part_fm .fm_sub:hover{
    background-color: #e24f38;
}

/*分类*/
.spjy_cate{
    padding: 50px 0 45px;
}

.spjy_cate .inner{
    width: 1200px;
    margin: 0 auto;
}

.spjy_cate .title_blo{
    margin-bottom: 35px;
}

.spjy_cate .part_title{
    margin-bottom: 15px;
}

.spjy_cate .part_main{
    margin-bottom: 60px;
    overflow: hidden;
}

.spjy_cate .item{
    margin-right: 13px;
    width: 290px;
    text-align: center;
    float: left;
}

.spjy_cate .item:last-child{
    margin-right: 0;
}

.spjy_cate .item .item_img{
    width: 100%;
    height: 184px;
    margin-bottom: 32px;
}

.spjy_cate .item .item_img img{
    width: 100%;
    height: 100%;
}

.spjy_cate .item p{
    font-size: 20px;
    margin-bottom: 25px;
}

.spjy_cate .item .item_btn{
    width: 134px;
    height: 33px;
    box-sizing: border-box;
    border: #F65439 solid 1px;
    border-radius: 33px;
    line-height: 33px;
    color: #F65439;
    margin: 0 auto;
    cursor: pointer;
}

.spjy_cate .item .item_btn:hover{
    background-color: #F65439;
    color: #FFFFFF;
}

/*难题*/
.spjy_problem{
    background-color: #F6F6F6;
    padding: 42px 0;
}

.spjy_problem .inner{
    width: 1200px;
    margin: 0 auto;
}

.spjy_problem .title_blo{
    margin-bottom: 40px;
}

.spjy_problem .part_main{
    padding: 40px 0;
    overflow: hidden;
}

.spjy_problem .item{
    width: 390px;
    overflow: hidden;
    margin-right: 15px;
    float: left;
    background-color: #FFFFFF;
}

.spjy_problem .item:last-child{
    margin-right: 0;
}

.spjy_problem .item .item_l{
    float: left;
    box-sizing: border-box;
    padding-top: 35px;
    width: 116px;
    height: 193px;
}

.spjy_problem .item .item_l1{

}

.spjy_problem .item .item_l2{

}

.spjy_problem .item .item_l3{

}

.spjy_problem .item .item_l p{
    font-size: 50px;
    color: #FFFFFF;
    margin-bottom: 35px;
    text-align: center;
}

.spjy_problem .item .item_l .item_icon{
    width: 63px;
    height: 63px;
    margin: 0 auto;
}

.spjy_problem .item .item_l .icon1{
    background-image: url("../images/problem_icon1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.spjy_problem .item .item_l .icon2{
    background-image: url("../images/problem_icon2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.spjy_problem .item .item_l .icon3{
    background-image: url("../images/problem_icon3.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.spjy_problem .item .item_r{
    width: 274px;
    height: 193px;
    padding-top: 30px;
    padding-left: 20px;
    float: left;
    box-sizing: border-box;
}

.spjy_problem .item .item_r .item_text{
    line-height: 32px;
    font-size: 18px;
    height: 110px;
}

.spjy_problem .item .item_r .fm_btn{
    width: 170px;
    height: 37px;
    box-sizing: border-box;
    border: #F65439 solid 1px;
    border-radius: 37px;
    line-height: 37px;
    text-align: center;
    color: #F65439;
    cursor: pointer;
    background-color: #FFFFFF;
}

.spjy_problem .item:hover .item_r .fm_btn{
    background-color: #F65439;
    color: #FFFFFF;
}

/*商户*/
.spjy_merchant{
    padding: 55px 0 50px;
}

.spjy_merchant .inner{
    width: 1200px;
    margin: 0 auto;
}

.spjy_merchant .title_blo{
    margin-bottom: 55px;
}

.spjy_merchant .part_main{
    margin-bottom: 55px;
}

.spjy_merchant .part_main .tr{
    height: 111px;
}

.spjy_merchant .part_main .tr_mb{
    margin-bottom: 48px;
}

.spjy_merchant .part_main .item{
    width: 356px;
    margin-right: 44px;
    padding-top: 30px;
    padding-left: 10px;
    box-sizing: border-box;
    float: left;
    height: 111px;
    transition-duration: 0.6s;
}

.spjy_merchant .part_main .tr .item:last-child{
    margin-right: 0;
}

.spjy_merchant .part_main .item:hover{
    transform: translateY(-15px);
}

.spjy_merchant .part_main .item1{

}

.spjy_merchant .part_main .item2{

}

.spjy_merchant .part_main .item3{

}

.spjy_merchant .part_main .item4{

}

.spjy_merchant .part_main .item5{

}

.spjy_merchant .part_main .item6{

}

.spjy_merchant .item .item_l{
    width: 50px;
    height: 58px;
    border-right: #FFFFFF solid 2px;
    margin-right: 10px;
    float: left;
}

.spjy_merchant .item .item_l .item_arrow{
    width: 28px;
    height: 28px;
    margin: 0 auto;
    background-image: url("../images/icon_arrow.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.spjy_merchant .item .item_r{
    float: left;
}

.spjy_merchant .item .item_r .item_tit{
    color: #FFFFFF;
    font-size: 26px;
    margin-bottom: 12px;
}

.spjy_merchant .item .item_r .item_tit_en{
    color: #FFFFFF;
}

/*流程*/
.spjy_process{
    height: 366px;
    box-sizing: border-box;
    padding-top: 47px;

}

.spjy_process .inner{
    width: 1200px;
    margin: 0 auto;
}

.spjy_process .title_blo{
    margin-bottom: 50px;
}

.spjy_process .part_main{
    width: 1125px;
    height: 108px;
    margin: 0 auto 42px;
    box-shadow: #c4c4c4 -7px 0 10px 3px;
}

.spjy_process .part_main .item{
    width: 225px;
    height: 108px;
    background-color: #FFFFFF;
    position: relative;
    box-sizing: border-box;
    padding-left: 50px;
    float: left;
    background-image: url("../images/process_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

.spjy_process .part_main .item:last-child{
    background-color: transparent;
}


.spjy_process .item .item_icon_blo{
    height: 108px;
    width: 35px;
    float: left;
    margin-right: 20px;
    align-items: center;
    display: flex;
}

.spjy_process .item .item_icon_blo .icon{
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
}

.spjy_process .item .item_icon_blo .icon1{
    background-image: url("../images/icon_process1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.spjy_process .item .item_icon_blo .icon2{
    background-image: url("../images/icon_process2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.spjy_process .item .item_icon_blo .icon3{
    background-image: url("../images/icon_process3.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.spjy_process .item .item_icon_blo .icon4{
    background-image: url("../images/icon_process4.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.spjy_process .item .item_icon_blo .icon5{
    background-image: url("../images/icon_process5.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.spjy_process .item .item_text{
    float: left;
    height: 108px;
    line-height: 108px;
    font-size: 22px;
}

/*条件*/
.spjy_condition{
    height: 616px;

    box-sizing: border-box;
    padding-top: 50px;
}

.spjy_condition .inner{
    width: 1200px;
    margin: 0 auto;
}

.spjy_condition .title_blo{
    margin-bottom: 35px;
}

.spjy_condition .part_main{
    margin-bottom: 40px;
    height: 374px;
}

.spjy_condition .item_left{
    width: 810px;
    height: 374px;
    box-sizing: border-box;
    padding-top: 30px;
    background-color: #FFFFFF;
    float: left;
    padding-right: 30px;
}

.spjy_condition .item_left:hover,.spjy_condition .item_right:hover{
    box-shadow: #DCDCDC 0 0 20px 5px;
}

.spjy_condition .item_right{
    width: 370px;
    height: 374px;
    background-color: #FFFFFF;
    float: right;
    box-sizing: border-box;
    padding-top: 30px;
    padding-right: 25px;
}

.spjy_condition .item_tit{
    width: 294px;
    height: 38px;
    background-image: url("../images/tag_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    line-height: 38px;
    box-sizing: border-box;
    padding-left: 35px;
    font-size: 25px;
    font-weight: bold;
    color: #FFFFFF;
}

.spjy_condition .item_left .item_cont{
    padding-top: 20px;
    padding-left: 35px;
    line-height: 30px;
}

.spjy_condition .item_right .item_cont{
    padding-top: 20px;
    padding-left: 25px;
    line-height: 30px;
}

/*案例*/
.spjy_case{
    height: 444px;

    box-sizing: border-box;padding-top: 45px;
}

.spjy_case .inner{
    width: 1200px;
    margin: 0 auto;
}

.spjy_case .title_blo{
    margin-bottom: 40px;
}

.spjy_case .part_main{
    height: 200px;
    margin-bottom: 40px;
}

.spjy_case .part_main .item{
    width: 290px;
    height: 200px;
    margin-right: 13px;
    float: left;
    overflow: hidden;
    border-radius: 5px;
}

.spjy_case .part_main .item:last-child{
    margin-right: 0;
}

.spjy_case .part_main .item img{
    width: 100%;
    height: 100%;
}

/*优势*/
.bxxk_advance{
    padding: 50px 0 55px;
}

.bxxk_advance .inner{
    width: 1200px;
    margin: 0 auto;
}

.bxxk_advance .title_blo{
    margin-bottom: 40px;
}

.bxxk_advance .part_main{
    margin-bottom: 40px;
    height: 282px;
}

.bxxk_advance .item{
    float: left;
    width: 228px;
    height: 282px;
    margin-right: 12px;
    background-color: #F6F6F6;
    box-sizing: border-box;
    padding-top: 20px;
}

.bxxk_advance .item:last-child{
    margin-right: 0;
}

.bxxk_advance .img_wrap{
    width: 87px;
    height: 87px;
    padding: 5px;
    border: #E6E6E6 solid 10px;
    border-radius: 87px;
    background-color: #FFFFFF;
    margin: 0 auto 22px;
}

.bxxk_advance .item_img{
    width: 87px;
    height: 87px;
    border-radius: 87px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}

.bxxk_advance .item_img1{
    background-image: url("../images/advance_img1.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bxxk_advance .item_img2{
    background-image: url("../images/advance_img2.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bxxk_advance .item_img3{
    background-image: url("../images/advance_img3.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bxxk_advance .item_img4{
    background-image: url("../images/advance_img4.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bxxk_advance .item_img5{
    background-image: url("../images/advance_img5.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bxxk_advance .item:hover .item_img{
    transform: scale(1.1);
}

.bxxk_advance .item:hover{
    box-shadow: #cdcdcd 0 0 15px 2px;
}

.bxxk_advance .item p{
    text-align: center;
}

.bxxk_advance .item_tit{
    color: #1a1919;
    font-size: 18px;
    margin-bottom: 18px;
}

.bxxk_advance .item_des{
    color: #696969;
    font-size: 14px;
    margin-bottom: 24px;
}

.bxxk_advance .zx_btn{
    font-size: 16px;
    cursor: pointer;
}

.bxxk_advance .zx_btn span{
    display: inline-block;
    height: 16px;
    margin-right: 5px;
    line-height: 1;
    vertical-align: top;
}

.bxxk_advance .zx_btn i{
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url("../images/icon_check.png");
    background-repeat: no-repeat;
}








