/*公共样式*/
.icon{
    background-image: url(../../images/mobileFinance/icon.png);
    display: inline-block;
    background-repeat: no-repeat;
}
.wid{
    width:1200px;
    margin: 0 auto;
    height: inherit;
}
.title{
    font-size: 36px;
    color: #333333;
    text-align: center;
}
.title p{
    font-size: 16px;
    color: #666666;
    text-align: center;
    padding-top: 22px;
}


/*bannenr*/
.banner{
    width:100%;
    height: 570px;
    background-image: url(../../images/mobileFinance/banner.png);
    background-repeat: no-repeat;
    background-position: center;
}
.banner p{
    font-size: 26px;
    color: #ffffff;
    padding-top: 340px;
}
.banner .btn{
    margin-top: 34px;
}
.banner .btn a{
    display:inline-block;
    font-size: 24px;
    line-height: 22px;
    color: #333333;
    text-decoration: none;
    padding: 12px 55px;
    background-color: #ffe40a;
    border-radius: 25px;
}
.banner .btn a span{
    font-size: 24px;
    color: #ffc209;
}
.show{
    padding:25px 0;
    background: #f6f7fb;
}
.show ul{
    display:flex;
    justify-content: space-between;
}
.show li{
    border-right: solid 1px #ebecf0;
    padding:0 69px 0 69px;
    text-align: center;
}
.show li:last-child{
    border:0;
}
.show p{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.show .num{
    font-size: 53px;
    color: #fda207;
    font-weight: bold;
}
.show .num em{
    font-style: normal;
    margin-right:5px;
}
.show .num span{
    font-size: 16px;
    color: #fda207;
}

/*app*/
.app{
    margin-top: 75px;
    /*background-image: url(../images/appBg.png);*/
}
.app .title{
    margin-bottom: 20px;
}
.app .title p{
    padding-top:20px;
    text-align: center;
}
.app ul{
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}
.app li{
    width:32%;
    height: 330px;
    background-image: url(../../images/mobileFinance/textBg.png);
    background-repeat: no-repeat;
    margin-top: 40px;
    transition: margin .2s linear;
}
.app li:nth-child(1){
    margin-right: 24px;
}
.app li:nth-child(2){
    margin-right: 24px;
}
.app li:nth-child(4),
.app li:nth-child(5){
    margin-right: 24px;
}
.app .active{
    margin-top: 10px;
}
.app .appTitle{
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 95px;
}
.app p{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    padding:0 27px 0 16px;
    text-align: justify;
}
.app p span{
    color: #f95b4e;
}
/*feature*/
.feature{
    height: 4660px;
    background-image: url(../../images/mobileFinance/appBg.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -350px;
}
.feature .title{
    padding-top: 430px;
    padding-bottom: 37px;
}
.feature .list .featureTitle{
    font-size: 24px;
    color: #fd482c;
    position: relative;
    width:45%;
}
.feature .list{
    display:flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 60px;
}
.feature .text{
    width:445px;
}
.feature .list .featureTitle:after{
    content: '';
    position:absolute;
    width: 26px;
    height: 6px;
    background-color: #fc492d;
    bottom: -15px;
    left: 0;
}
.feature .text p{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    padding-top: 48px;
}

.data{
    height: 800px;
    background-image: url(../../images/mobileFinance/fengkong.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -100px;
}
.data .title{
    color: #fff;
    padding-top: 160px;
}
/*滑动门*/
.sliding{
    height: 780px;
    margin-top: 51px;
}
.sliding .box{
    height: 50px;
    background: #f8f9fa;
    display:flex;
}
.sliding .box li{
    font-size: 20px;
    color: #666;
    width:204px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.sliding .box .active{
    position:relative;
    background: #f95b4e;
    color: #fff;
}
.sliding .box .active:after{
    content: '';
    position:absolute;
    left:50%;
    margin-left: -10px;
    bottom: -10px;
    width:0;
    height:0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:10px solid #f95b4e;
}

.sliding .box li .content{
    display:none;
}

.sliding .box .active .content{
    height: 600px;
    width:1160px;
    margin-top: 18px;
    background: #f8f9fa;
    padding:20px;
    display:block;
}
.sliding .box .active .content .list{
    width:inherit;
    height: inherit;
    background: #fff;
    display:flex;
    justify-content: space-between
}
.sliding .content .list .left{
    text-align: left;
    padding:50px 0 0 55px;
    width:563px;
}
.sliding .active .list .leftTit{
    font-size: 30px;
    color: #f95b4e;
    padding-bottom: 30px;
}
.sliding .active .list .left .pTitle{
    font-size: 18px;
    color: #333333;
    padding-top:15px;
}
.sliding .active .list .left p{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}
.sliding .active .list .more{
    padding-top: 40px;
}
.sliding .active .list .more a{
    text-decoration: none;
    color: #f95b4e;
}
.red{
    color: #f95b4e !important;
}
.list{
    color: #ff5857;
}
.sliding .active .list .right{
    width:500px;
    height: 500px;
    margin-top: 58px;
    margin-right:30px;

}
/*滑动门结束*/
.introduce{
    margin-top: 75px;
}
/*移动端全方位覆盖*/

.coverBg{
    width:1300px;
    margin-left: -50px;
    height: 360px;
    background-image: url(../../images/mobileFinance/coverBg.png);
    background-repeat: no-repeat;
    background-position:center;
    margin-top: 120px;
    position:relative;
}
.coverBg .common{
    position:absolute;
    background-repeat: no-repeat;
    background-position: center;
}
.coverBg .leftT{
    width: 440px;
    height: 137px;
    background-image: url(../../images/mobileFinance/listBg.png);
    left: 60px;
    top: -50px;
}
.coverBg .leftB{
    width: 408px;
    height: 126px;
    background-image: url(../../images/mobileFinance/leftB.png);
    top: 180px;
}
.coverBg .rightT{
    width: 432px;
    height: 106px;
    background-image: url(../../images/mobileFinance/rightT.png);
    padding:0 0px 0 36px;
    right: 50px;
    top: -50px;
}
.coverBg .rightB{
    width: 400px;
    height: 126px;
    background-image: url(../../images/mobileFinance/rightB.png);
    padding:0 15px 0 40px;
    right: 0px;
    top: 180px;
}
.coverBg .center{
    width: 560px;
    height: 126px;
    background-image: url(../../images/mobileFinance/center.png);
    left: 50%;
    margin-left: -280px;
    top: 360px;

}
.coverBg .common .coverTitle{
    font-size: 24px;
    color: #333333;
    padding:18px 0 8px 17px;
    display:flex;
    align-items: center;
}
.coverBg .common p{
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    padding:0 20px 20px;
}
.coverBg .icon{
    width:36px;
    height: 36px;
    margin-right: 8px;
}
.ios{
    background-position: 0 0;
}
.zhifubao{
    background-position: -37px 0;
}
.Android{
    background-position: -74px 0;
}
.h5{
    background-position: -111px 0;
}
.weixin{
    background-position: -148px 0;
}

/*主流先进技术 准原生开发*/
.skill{
    height: 800px;
    background-image: url(../../images/mobileFinance/appBg02.png);
    margin-top:180px;
}
.skill .title{
    padding-top: 70px;
}
.skillCon{
    height: 400px;
    background-image: url(../../images/mobileFinance/yuansheng.png);
    background-repeat: no-repeat;
    background-position:center;
    margin-top:100px;
    position: relative;
    margin-left: -100px;
}
.skillCon .left{
    position:absolute;
    left: 100px;
    top: 100px;
}
.skillCon .rightT{
    position:absolute;
    right: 0;
    top: 30px;

}
.skillCon .rightB{
    position:absolute;
    right: 50px;
    top: 290px;
}
.skillCon p{
    font-size: 20px;
    color: #686fff;
    padding-bottom:10px;
}
.skillCon li{
    font-size: 16px;
    line-height: 30px;
    list-style-type:circle;
    color: #686fff;
    margin-left: 30px;
}
.skillCon li span{
    color: #333;
}

/*witness*/
.witness{
    height: 500px;
    margin-top: 75px;
}
.witness ul{
    height: 500px;
}
.witness .active{
    margin-top:30px;
}
.witness li{
    width: 274px;
    height: 177px;
    background-color: #ffffff;
    box-shadow: 1px 1px 6px 0px
    rgba(204, 204, 204, 0.5);
    border-radius: 10px;
    float: left;
    margin-right:30px;
    margin-top: 40px;
    cursor: pointer;
}
.witness li .witnessTitle{
    width:215px;
    height: 48px;
    text-indent: 20px;
    line-height: 40px;
    background-image: url(../../images/mobileFinance/titleBg.png);
    background-repeat: no-repeat;
    font-size: 18px;
    color: #ffffff;
    margin-left: -3px;
}
.witness li:nth-child(4n){
    margin-right:0;
}
.witness li:nth-child(3) .witnessTitle{
    width:235px;
    background-image: url(../../images/mobileFinance/titleBg02.png);
}
.witness li:nth-child(4) .witnessTitle{
    width:235px;
    background-image: url(../../images/mobileFinance/titleBg02.png);
}
.witness li:nth-child(6) .witnessTitle{
    width:235px;
    background-image: url(../../images/mobileFinance/titleBg02.png);
}
.witness li:nth-child(7) .witnessTitle{
    width:235px;
    background-image: url(../../images/mobileFinance/titleBg02.png);
}
.witness li:nth-child(8) .witnessTitle{
    width:235px;
    background-image: url(../../images/mobileFinance/titleBg02.png);
}
.witness li p{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding:18px 22px 22px 12px;
}
.witness li .witnessTitle span{
    display:inline-block;
    width:23px;
}

/*flow*/
.flow{
    margin-top: 150px;
    height: 869px;
    background-image: url(../../images/mobileFinance/flowBg.png);
    background-repeat: no-repeat;
    background-position: center;
}
.flow .title{
    color: #fff;
    padding-top: 55px;
}
.flow .title p{
    color: #fff;
}
.wire{
    padding-top: 10px;
    height: 275px;
}
.wire img{
    opacity: 0.6;
}
.flow .top{
    margin-top: 85px;
}
.flow .top ul,
.flow .bottom ul{
    display:flex;
    justify-content: space-around;
    margin-left: -15px;
}
.flow .top li p,
.flow .bottom li p{
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    color: #333333;
    width:197px;
    padding:25px 22px 20px;
    background: rgba(255,255,255,0.5);
    border-radius: 10px 5px 5px 5px;
}
.flow .top li p,
.flow .bottom li p{
    opacity: 1;
}
.flow .top ul li:nth-child(2){
    margin-top: 28px;
}
.flow .top ul li:nth-child(3){
    margin-top: 28px;
}
.flow .top ul li:nth-child(4){
    margin-top: 28px;
}
.flow .active p{
    background: #fff !important;

}

/*.serve*/
.serve{
    height: 4620px;
    background-image: url(../../images/mobileFinance/btBg.png);
    background-repeat: no-repeat;
    background-position: center;
}
.serve .title{
    padding-top: 70px;
}
.case{
    padding-top: 650px;
}
.case .title{
    padding-bottom:40px;
}
.case .list{
    height: 805px;
    background-image: url(../../images/mobileFinance/case01.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 75px;
}
.case .list1{
    height: 805px;
    background-image: url(../../images/mobileFinance/group2.png);
}
.case .list2{
    height: 805px;
    background-image: url(../../images/mobileFinance/group3.png);
}
.case .list3{
    height: 805px;
    background-image: url(../../images/mobileFinance/group4.png);
}
.case  p{
    width: 380px;
    height: 80px;
    background-color: #f95b4e;
    border-radius: 10px;
    line-height: 80px;
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
    color: #ffffff;
    margin-top: 75px;
}
.case  p a{
    color:#fff;
    display: block;
    text-decoration: none;
}
