.fcw1180 {
    width: 1180px;
    margin: 0 auto;
}
.posrlatv {
    position: relative;
}
.finaselbanner {
    width: 100%;
    height: 520px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../images/product/financelease/banner.jpg);
}
.fctitct {
    width: 495px;
    padding-top: 90px;
    padding-left: 35px;
    color: #ffffff;
}
.finaselbanner h2 {
    font-size: 66px;
    font-weight: normal;
    font-stretch: normal;
}
.fctitct ul {
    margin-top: 20px;
}
.fctitct p {
    font-size: 18px;
    line-height: 32px;
    color: #fff2e8;
}
.fctitct li {
    font-size: 24px;
    line-height: 32px;
    color: #fff2e8;
    padding: 10px 0;
}
.fctitct li::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #feebdf;
    border-radius: 50%;
    margin-right: 16px;
    vertical-align: middle;
}
/*系统介绍*/
.intro,
.sub{
    width: 100%;
    height: 507px;
    background-color: #f2f4f8;
    position: relative;
    z-index: 99;
}
.sub{
    background: #fff;
    height: auto;
    padding-bottom: 50px;
}
.intro:after{
    content: '';
    position: absolute;
    width:0;
    height:0;
    border-left:900px solid transparent;
    border-right:0px solid transparent;
    border-bottom:200px solid #fff;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.intro:before{
    content: '';
    position: absolute;
    width:0;
    height:0;
    border-left:0 solid transparent;
    border-right:1100px solid transparent;
    border-bottom:200px solid #fff;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.introCon,
.subCon,
.patternCon,
.meritCo,
.showCon,
.caseCon,
.workCon,
.secureCon{
    width: 1180px;
    margin: 0 auto;
    /*padding: 0 40px;*/
}
.introTop{
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 30px 30px 60px 30px;
}
.introTop>div{
    /*display: flex;*/
    /*justify-content: space-between;*/
}
.introTop::before,
.introTop::after {
    content:'';
    display: inline-block;
    width: 1px;
    height: 86px;
    background-color: #d6d6d6;
    position: absolute;
    top: 30px;
}
.introTop::before {
    left: 34%;
}
.introTop::after {
    right: 28%;
}
.introTop h4{
    font-size: 24px;
    padding-bottom: 12px;
    position: relative;
    font-weight: normal;

}
.introTop h4:after{
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background-image: linear-gradient(90deg,
    #1b7dfc 0%,
    #00e8e9 100%),
    linear-gradient(
            #000000,
            #000000);
    background-blend-mode: normal,
    normal;
    bottom:0;
    left: 0;
}
.introTop p{
    font-size: 16px;
    padding-top: 12px;
    letter-spacing: 0px;
    color: #666666;
}
.img{
    line-height: 125px;
    margin-right: 12px;
}
.introBott{
    padding:0 10px;
}
.introBott h2,
.sub h2,
.pattern h2,
.merit h2,
.show h2,
.case h2,
.work h2,
.secure h2{
    background: transparent;
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    position: relative;
    padding-bottom: 26px;
}
.introBott h2:after,
.sub h2:after,
.pattern h2:after,
.merit h2:after,
.show h2:after,
.case h2:after,
.work h2:after,
.secure h2:after{
    content: '';
    position: absolute;
    width: 56px;
    height: 8px;
    background-image: linear-gradient(90deg,
    #1b7dfc 0%,
    #00e8e9 100%),
    linear-gradient(
            #cccccc,
            #cccccc);
    background-blend-mode: normal,
    normal;
    left: 50%;
    margin-left: -28px;
    bottom: 0;
}
.details{
    height: 125px;
    background: #fff;
    box-shadow: 0px 3px 20px 0px
    rgba(17, 3, 52, 0.2);
    border-radius: 5px;
    padding: 39px 26px;
    text-align: justify;
    margin-top: 40px;
    line-height: 32px;
    font-size: 16px;
    color: #333333;
}
.industry{
    margin-top: 66px;
}
.industry p{
    text-align: center;
    font-size: 16px;
    margin-top: 18px;
    color: #999;
}
.shade{
    width: 100%;
    display: flex;
    padding-top: 41px;
}
.out,
.shade .tp{
    width: 295px;
    height: 400px;

}
.out{
    background: #1c64c0;
    opacity: 0.9;
}
.out:hover{
    cursor: pointer;
}
.shade .tp1{
    background-image: url(../../images/product/financelease/che01.png);

}
.shade .tp2{
    background-image: url(../../images/product/financelease/che02.png);
}
.shade .tp3{
    background-image: url(../../images/product/financelease/che03.png);
}
.shade .tp4{
    background-image: url(../../images/product/financelease/che04.png);
}
.bus{
    text-align: center;
    padding:113px 0 55px;
}
.out h4{
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    position: relative;
    padding-top: 25px;
}
.out h4:before{
    content: '';
    position: absolute;
    width: 34px;
    height: 2px;
    top: 0;
    left: 50%;
    margin-left: -17px;
    background-color: #f7f2fd;
}
/*结局客户痛点*/
.client{
    margin-top: 60px;
}

.sub table tr td{
    padding: 20px 26px;
    background: #f1f4f8;
    width: 528px;
    height: 168px;
    background-color: #f1f4f8;
}
.sub table tr td:hover{
    background-color: #fff;
    box-shadow: 0px 2px 20px 0px
    rgba(17, 3, 52, 0.2);
    cursor: pointer;
}
.sub table{
    border-collapse:separate;
    border-spacing:20px 30px;
}
.sub table h2{
    font-size: 20px;
    font-weight: bold;
}
.sub table h2:after{
    height: 4px;
    width: 30px;
    margin-left: -15px;
}
.sub table .biao{
    text-align: center;
    padding-bottom: 20px;
}
.sub table p{
    font-size: 16px;
    padding-top: 21px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #666666;
    text-align: center;
}

/*业务模式*/
.pattern{
    width: 100%;
    height: auto;
}
.pattern .pTop{
    height: 355px;
    width: 100%;
    background: #2061e3;
}
.pattern h2{
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-top: 38px;
}
.pattern .pTop{

}
.pattern .box{
    width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
}
.pattern .box p{
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-top: 18px;
    opacity: 0.8;
}
.pattern .moshi{
    text-align: center;
    margin-top: -140px;
}
.pattern .moshi img{
    box-shadow: 0px 0px 40px 0px
    rgba(0, 0, 0, 0.2);
}
/*业务流程*/
.patternCon h2,
.func h2,
.feature h2{
    color: #333;
    padding-top: 63px;
}
.liucheng{
    padding-top: 30px;
}

.func{
    width: 100%;
    height: 752px;
    background-color: #f2f4f8;
}
.gongneng{
    text-align: center;
    margin-top: 30px;
}
.feature{
    width: 1002px;
    margin: 0 auto;
    padding: 0 40px;
}
.feature ul li{
    margin-top: 123px;
    height: 367px;
}
.feature li h3{
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
    position: relative;
    padding-top: 23px
}
.feature li h3:before{
    content: '';
    position: absolute;
    width: 44px;
    height: 4px;
    background-color: #2159e1;
    top: 0;
    left: 0;
}
.feature ul li p
{
    font-size: 16px;
    margin-top: 21px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666666;
}
.nr{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666666;
}
.feature ul li p span img{
    margin-right: 10px;
}
.orange{
    color: #f17f45;
}
.list {
    display: flex;
    justify-content: space-between;
}
.list ul{
    width: 40%;
}
.list .title{
    font-size: 18px;
    color: #333;
}
.list .info{
    padding-left: 24px;
    margin-top:0;
}

/*我们的优势*/
.merit{
    height: 548px;
    background-image: url(../../images/product/financelease/youshi.png);
    margin-top: 30px;
}
.meritCon{
    display: flex;
    justify-content: space-between;
    margin-top: 88px;
}
.meritList{
    text-align: center;
    color: #fff;
    width: 20%;
}
.merit h2{
    color: #fff;
    padding-top: 38px;
}
.meritList h3{
    font-size: 24px;
    line-height: 32px;
    padding: 39px 0 29px;
    letter-spacing: 0px;
    color: #ffffff;
}
.meritList p{
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #cfccf6;
}
/*页面展示*/
.show{
    height: 873px;
    background-color: #f2f4f8;
}
.show h2{
    padding-top: 100px;
}
.showCon{
    padding-top: 61px;
}
.showCon img{
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2)
}
/*客户案例*/
.case{
    margin-top: 63px;
}
.caseCon{
    height: 285px;
    margin-top: 50px;
}
.first
{
    display: flex;
    justify-content: center;
}
.first img:not(:nth-child(5)){
    margin-right: 60px;
}
.second{
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.second img:not(:nth-child(4)){
    margin-right: 60px;
}
/*技术架构*/
.work{
    margin-top: 62px;
}
.work p{
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    padding: 21px 0 38px;
}
.workCon img{
    box-shadow: 0px 2px 21px 0px
    rgba(45, 35, 80, 0.28);
}

/*技术安全*/
.secure{
    margin-top: 71px;
    width: 100%;
    height: 517px;
    background-image: linear-gradient(-3deg,#448cf7 0%,#54cdfb 100%),
    linear-gradient(#fe5f40,#fe5f40);
    background-blend-mode: normal,normal;
}

/*技术安全*/
.secure h2{
    color: #fff;
    padding-top: 50px;
}
.secureCon{
    padding-top: 40px;
}
.certifycon {
    position: relative;
}
.certifycon .swiper-slide {
    text-align: center;
}
.certifycon .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../../images/product/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}
.certifycon .swiper-button-next{
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../../images/product/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}
.secureCon li {
    float: left;
    width: 220px;
    height: 294px;
    margin-right: 20px;
    background-color: #ffffff;
    box-shadow: 0px 2px 21px 0px rgba(222, 72, 37, 0.31);
    border-radius: 8px;
    text-align: center;
}
.secureCon li:last-child {
    margin-right: 0;
}
.secureCon li i {
    margin-top: 40px;
    margin-bottom: 25px;
    display: inline-block;
    width: 52px;
    height: 68px;
    background: url(../../images/product/financelease/fijsaqic.png) no-repeat;
}
.secureCon li i.jsaqic2 {
    background-position: 0 -88px;
}
.secureCon li i.jsaqic3 {
    background-position: 0 -175px;
}
.secureCon li i.jsaqic4 {
    background-position: 0 -263px;
}
.secureCon li i.jsaqic5 {
    background-position: 0 bottom;
}
.secureCon h6 {
    margin:0;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #2f434c;
}
.secureCon p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #4e5e66;
}

/* 担保页面 */
.fcw1200 {
    width: 1200px;
    margin: 0 auto;
}
.guaranteeBox{
    width: 100%;
    height: 470px;
    background: url('../../images/product/guarantee/danbaoBanner.png') no-repeat center;
}
.guaranteeBox-title{
    padding-top: 80px;
    padding-left: 50px;
    font-size: 60px;
    font-weight: bold;
    color: #eff3fe;
}
.guaranteeBox-query{
    margin-top: 20px;
    padding-left: 50px;
    font-size: 18px;
    color: #bacafa;
}
.guaranteeBox-detail{
    margin-top: 22px;
    padding-left: 70px;
    font-size: 24px;
    color: #dfe7fd;
}
.guaranteeBox-btn{
    margin-top: 50px;
    margin-left: 50px;
    width: 167px;
    height:44px;
    color: #525484;
    background: #ffb704;
    border-radius: 10px;
}
.guaranteeBox-btn a {
    display: block;
    cursor: pointer;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
}
.guarantee-characteristic{
    position:absolute;
    top: -65px;
    left: 0;
    width:100%;
    height:128px;
    background: #fff;
    box-shadow:0px 0px 15px #d0d0d6;
    display: flex;
}
.guarantee-product{
    width: 100%;
    height: 769px;
    background: url('../../images/product/guarantee/danbaoProduct.png') no-repeat center;
}
.characteristic-chengshu {
    flex:1;
    position: relative;
}
.characteristic-chengshu::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    display: inline-block;
    width: 1px;
    height: 128px;
    background-color: #f1f1f1;
}
.characteristic-chengshu:nth-child(2) img {
    padding-left: 85px;
}
.characteristic-chengshu:nth-child(3) img {
    padding-left: 100px;
}
.characteristic-chengshuImg{
    /*width: 40%;*/
    padding-right: 30px;
    float: left;
}
.characteristic-chengshuImg img{
    margin-top: 35px;
    padding-left: 70px;
}
.characteristic-chengshuWords{
    width: 220px;
    float: left;
}
.characteristic-chengshuWords-title{
    width: 100%;
    font-size: 24px;
    color: #333;
    float: left;
    margin-top: 30px;
}
.characteristic-chengshuWords-detail{
    width: 100%;
    font-size: 16px;
    color: #666;
    margin-top: 10px;
    display: inline-block;
}
.guarantee-productDetail{
    color: #003333;
    font-size: 16px;
    width: 512px;
    float: right;
    margin-top: 270px;
    line-height: 30px;
}
.guarantee-scene{
    width: 100%;
    height: 525px;
    background: url('../../images/product/guarantee/shiyongchangjing.png') no-repeat center;
}
.guarantee-point{
    width: 100%;
    /*height: 850px;*/
    padding-bottom: 60px;
    background: url('../../images/product/guarantee/hangye.png') no-repeat top center;
}
.guarantee-pointBox{
    width: 1180px;
    padding-top: 170px;
    margin: 0 auto;
    height: auto;
}
.guarantee-pointBox-menu{
    width: 100%;
    height: 158px;
}
.guarantee-pointBox-menuFl{
    width: 582px;
    height: 158px;
    float: left;
    box-shadow:0px 0px 15px #d0d0d6;
}
.pointBox-img{
    width: 135px;
    float: left;
    margin-top: 25px;
    padding-left: 30px;
    box-sizing: border-box;
}
.pointBox-words{
    width: 420px;
    float: left;
    margin-top: 24px;
}
.pointBox-word{
    width: 420px;
    float: left;
    margin-top: 19px;
}
.pointBox-title{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #333;
}
.pointBox-detail{
    display: inline-block;
    margin-top: 8px;
    font-size: 16px;
    line-height: 22px;
    color: #999;
}
.guarantee-pointBox-menuFr{
    width: 582px;
    height: 158px;
    float: right;
    box-shadow:0px 0px 15px #d0d0d6;
}
.guarantee-top{
    margin-top: 20px;
}
.guarantee-chart{
    width: 100%;
    height: 2799px;
    background: url('../../images/product/guarantee/liuchengtu.png') no-repeat center;
}
.guarantee-features{
    width: 100%;
    height: 485px;
    margin-top: 50px;
    background: url('../../images/product/guarantee/characteristic.png') no-repeat center;
}
.guarantee-featuresFl{
    width: 370px;
    margin-top: 200px;
    margin-left: 80px;
    float: left;
}
.guarantee-featuresFl-title{
    line-height: 56px;
    font-size: 22px;
    color: #333;
}
.guarantee-featuresFl-detail{
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.guarantee-business{
    width: 100%;
    height: 430px;
    background: url('../../images/product/guarantee/danbaoxitong.png') no-repeat center;
}
.guarantee-featuresFr{
    width: 384px;
    margin-top: 150px;
    margin-right: 88px;
    float: right;
}
.guarantee-channel{
    width: 100%;
    height: 422px;
    background: url('../../images/product/guarantee/guanlixitong.png') no-repeat center;
}
.guarantee-channelFl{
    width: 384px;
    margin-top: 110px;
    margin-left: 80px;
    float: left;
}
.guarantee-assessment{
    width: 100%;
    height: 422px;
    background: url('../../images/product/guarantee/pinggu.png') no-repeat center;
}
.guarantee-management{
    width: 100%;
    height: 413px;
    background: url('../../images/product/guarantee/managementAfter.png') no-repeat center;
}
.guarantee-measures{
    width: 100%;
    height: 385px;
    background: url('../../images/product/guarantee/anquan.png') no-repeat center;
}
.guarantee-ourAdvantages{
    margin-top: 50px;
    width: 100%;
    height: 120px;
    background: url('../../images/product/guarantee/ourAdvantages.png') no-repeat center;
}
.guarantee-ourAdvantages-content{
    width: 1200px;
    margin: 0 auto;
    height: 400px;
    margin-top: 20px;
}
.ourAdvantages-contentFl{
    width: 30%;
    height: 400px;
    background: url('../../images/product/guarantee/implementationMethod.png') no-repeat center;
    float: left;
}
.ourAdvantages-contentCenter{
    width: 30%;
    height: 400px;
    margin-left: 5%;
    background: url('../../images/product/guarantee/serviceSystem.png') no-repeat center;
    float: left;
}
.ourAdvantages-contentFr{
    width: 30%;
    height: 400px;
    margin-left: 5%;
    background: url('../../images/product/guarantee/toolClass.png') no-repeat center;
    float: left;
}
.ourAdvantages-title{
    font-size: 24px;
    color: #333;
    width: 80%;
    padding-top: 170px;
    margin: 0 auto;
    text-align: center;
}
.ourAdvantages-detail{
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 30px;
    width: 70%;
    margin: 0 auto;
    margin-top: 30px;
}
.guarantee-interface{
    margin-top: 50px;
    width: 100%;
    height: 120px;
    background: url('../../images/product/guarantee/interfaceDisplay.png') no-repeat center;
}
.guarantee-interfaceImg{
    width: 1200px;
    margin: 0 auto;
}
.guarantee-interfaceImg img{
    width: 100%;
}
.guarantee-technicalArchitecture{
    margin-top: 50px;
    width: 100%;
    height: 926px;
    background: url('../../images/product/guarantee/technicalArchitecture.png') no-repeat center;
}
.guarantee-technicalSecurity{
    margin-top: 30px;
    width: 100%;
    height: 578px;
    background: url('../../images/product/guarantee/echnicalSecurity.png') no-repeat center;
}
.securityBox{
    width: 1200px;
    margin: 0 auto;
    padding-top: 190px;
}
.securityBox-Fl{
    width: 220px;
    height: 294px;
    background: #fff;
    border-radius: 5px;
    float: left;
    box-shadow:0px 0px 15px #4585d3;
}
.securityBox-Img{
    width: 100%;
    text-align: center;
}
.securityBox-Img img{
    margin-top: 40px;
}
.securityBox-title{
    font-size: 24px;
    color: #2f434c;
    padding: 15px 0 10px;
    text-align: center;
    line-height: 42px;
}
.securityBox-detail{
    color: #4e5e66;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
}
.securityBox-Fl2{
    width: 220px;
    height: 294px;
    margin-left: 2%;
    background: #fff;
    border-radius: 5px;
    float: left;
    box-shadow:0px 0px 15px #4585d3;
}
.fetline {
    width: 48px;
    height: 4px;
    background-color: #4d97f9;
}
.guarantee-interfaceImg {
    padding-top: 30px;
}
.guarantee-interfaceImg .certifycon {
    height: 300px;
}

/* 保理撮合 */
.chbner {
    width: 100%;
    height: 575px;
    background: url('../../images/product/factoring/chbner.png') no-repeat top center;
    color: #fff;
}
.chbner h2 {
    padding-top: 220px;
    padding-bottom: 40px;
    width: 475px;
    font-size: 36px;
    background: linear-gradient(to right, #eeff42, #fff);
    -webkit-background-clip: text;
    color: transparent;
}
.chbner ul {
    padding-left: 15px;
    border-left: 1px solid #ff9a87;
}
.chbner li {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}
.chtit {
    padding: 65px 0 40px;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}
.chtit span {
    position: relative;
}
.chtit span::before,
.chtit span::after {
    content: '';
    display: inline-block;
    width: 64px;
    height: 28px;
    vertical-align: middle;
}
.chtit span::before {
    background: url('../../images/product/factoring/chtl.png') no-repeat;
    margin-right: 30px;
}
.chtit span::after {
    background: url('../../images/product/factoring/chtr.png') no-repeat;
    margin-left: 30px;
}
.chpdjs {
    padding-bottom: 80px;
}
.chprdct {
    position: relative;
    width: 1200px;
    height: 374px;
    background-color: #ffffff;
    border: solid 1px #ff5d52;
}
.chprdct::before{
    position: absolute;
    right: -8px;
    top: 8px;
    z-index: -1;
    content: '';
    display: inline-block;
    width: 1200px;
    height: 374px;
    background-image: linear-gradient(90deg,#ff925c 0%,#ff6363 100%),
    linear-gradient(#ff5d52,#ff5d52);
    background-blend-mode: normal,normal;
}
.chprdct p {
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 16px;
    color: #333333;
}
.colch {
    color: #fe5939;
}
.chpsct {
    padding: 35px 80px 40px 30px;
}
.chpdys {
    width: 100%;
    height: 628px;
    background-color: #f9f9fb;
}
.chpdys ul {
    margin-top: 60px;
}
.chpdys li {
    position: relative;
    float: left;
    width: 270px;
    height: 380px;
    background-color: #ffffff;
    border: solid 1px #ff5d52;
    margin-right: 34px;
}
.chpdys li:last-child {
    margin-right: 0;
}
.chpdys li .chlitem {
    padding: 100px 25px 0 25px;
}
.chlitem i {
    display: inline-block;
    width: 146px;
    height: 146px;
    position: absolute;
    top: -65px;
    left: 50%;
    margin-left: -73px;
    background: url('../../images/product/factoring/cpysic.png') no-repeat;
}
.chlitem i::before,
.chlitem i::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border: solid 1px #ff5d52;
    border-radius: 50%;
    top: 60px;
}
.chlitem i::before {
    left: -8px;
}
.chlitem i::after {
    right: -8px;
}
.chlitem2 i {
    background-position: 0 -162px;
}
.chlitem3 i {
    background-position: 0 -326px;
}
.chlitem4 i {
    background-position: 0 bottom;
}
.chlitem h6 {
    margin: 0;
    margin-bottom: 35px;
    text-align: center;
    font-size: 18px;
    color: #333;
}
.chlitem p {
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
}
.chtlft {
    width: 520px;
}
.chtlft ul {
    padding-left: 50px;
    padding-top: 90px;
}
.ch5tit {
    line-height: 34px;
    font-size: 16px;
    color: #333;
}
.ch5tit::before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 34px;
    background: url('../../images/product/factoring/chy.png') no-repeat;
    margin-left: -40px;
    margin-right: 14px;
    vertical-align: middle;
}
.chptxt {
    margin-top: 7px;
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
.chtxtrt {
    width: 463px;
    padding-left: 70px;
}
.chywlc {
    text-align: center;
    padding-bottom: 90px;
    background-color: #f9f9fb;
}
.chcyl {
    padding-bottom: 30px;
    text-align: center;
}
.chcytop {
    width: 100%;
    height: 420px;
    background-image: linear-gradient(90deg,#ff925c 0%,#ff6363 100%), linear-gradient(#fe5f40,#fe5f40);
    background-blend-mode: normal,normal;
}
.chcytop .chtit {
    color: #fff;
}
.chcytop .chtit span::before {
    background: url(../../images/product/factoring/chftl.png) no-repeat;
}
.chcytop .chtit span::after {
    background: url(../../images/product/factoring/chftr.png) no-repeat;
}
.chcytop .chtit p {
    margin-top: 35px;
    line-height: 24px;
    font-style: normal;
    width: 1085px;
    text-align: left;
    font-size: 16px;
}
.chcyl img {
    margin-top: -190px;
}
.chgnjg {
    height: 1168px;
    background-color: #f9f9fb;
}
.chcptsf1 {
    height: 590px;
    background-color: #f3f3f3;
}
.pflct {
    padding-top: 90px;
    width: 350px;
    color: #333333;
}
.chf1ct {
    padding: 0 35px 0 90px;
}
.pflct i {
    display: inline-block;
    width: 48px;
    height: 4px;
    background-color: #fe5f40;
}
.pflct h4 {
    font-size: 16px;
    padding: 20px 0 25px;
}
.pflct p {
    font-size: 14px;
    line-height: 24px;
}
.chcptsf2 {
    padding: 60px 0 55px;
}
.chcptsf2 .fl {
    padding-left: 15px;
}
.mgrt140 {
    margin-right: 130px;
}
.chcptsf3 {
    height: 714px;
    background-color: #f9f9fb;
}
.wid100 {
    padding-top: 60px;
    width: 1095px;
    margin: 0 auto;
    margin-bottom: 35px;
}
.textcenter {
    text-align: center;
}
.chcptsf4 {
    padding: 60px 0;
}
.chcptsf4 .pflct {
   padding-top: 0;
   margin-left: 50px;
}
.chcptsf4 .fr {
    padding-right: 108px;
}
.chcptsf5 {
    padding: 60px 0 75px;
}
.chcptsf5 .pflct {
    padding-top: 35px;
}
.chcptsf5 .fl {
    padding-left: 50px;
}
.chcptsf6 {
    height: 572px;
    background-color: #f9f9fb;
}
.chwapjs {
    padding-bottom: 50px;
    background: #fff;
}
.chjaq .chcytop {
    height: 512px;
}
.ulflex {
    display: flex;
    justify-content: space-between;
}
.chjaq li {
    text-align: center;
    width: 220px;
    height: 294px;
    background-color: #ffffff;
    box-shadow: 0px 2px 21px 0px
    rgba(222, 72, 37, 0.31);
    border-radius: 8px;
}
.chjaq li i {
    display: inline-block;
    width: 52px;
    height: 68px;
    background: url(../../images/product/factoring/chjicn.png) no-repeat;
    margin-top: 45px;
    margin-bottom: 26px;
}
.chjaq li h6 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 16px;
    color: #2f434c;
}
.chjaq li p {
    font-size: 14px;
    line-height: 24px;
    color: #4e5e66;
}
.chjg {
    padding-bottom: 50px;
    background: url(../../images/product/factoring/chjsbg.png) no-repeat center bottom;
}
.chjg p {
    font-style: normal;
    margin-top: 35px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}