/* 仁跃金融 */
.finance{
    width: 100%;
    padding: 1px 0;
}
.finance-api{
    margin-top: 70px;
}
.api-cont{
    height: 450px;
    margin: 70px 0 40px 0;
    display: flex;
    justify-content: space-between;
}
.api-cont li{
    width: 360px;
    height: 450px;
    padding: 0 25px;
    cursor: pointer;
}
.api-cont li:hover img{
    margin-top: -25px;
}
.api-cont li div{
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.api-cont li div img{
    transition: margin .3s;
}
.api-cont li h4{
    height: 40px;
    line-height: 40px;
    margin: 70px 0 20px 0;
    color: #3e3e3e;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.api-cont li p{
    font-size: 18px;
    color: #666;
    line-height: 30px;
}
.finance-cont{
    width: 100%;
    height: 1000px;
    background: #fbfbfb;
    padding: 85px 0 65px 0;
}
/* 本例子css */
.slideFinance{ width:100%; height:850px; overflow:hidden; position:relative; }
.slideFinance .hd{ width: 1200px; height:160px; overflow:hidden; position:absolute; left:50%;margin-left: -600px; bottom:0px; z-index:1; }
.slideFinance .hd ul{ overflow:hidden; zoom:1;display: flex; justify-content: space-between; }
.slideFinance .hd ul li{
    float:left;
    width:390px;
    height:160px;
    background:#fff;
    cursor:pointer;
    opacity: .5;
    padding: 30px;
    color: #333;
}
.slideFinance .hd ul li h4{
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 18px;
    font-family: '庞门正道标题体';
}
.slideFinance .hd ul li p{
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.slideFinance .hd ul li.on{ background:#3e99ff; opacity: 1;color: #fff;}
.slideFinance .bd{ position:relative; height:660px; z-index:0;   }
.slideFinance .bd li{ width: 100%; height: 660px;}
.slideFinance .bd li>img{
    width: 585px;
    height: 660px;
    float: left;
    margin-right: 60px;
}
.slideFinance .bd li div{
    width: 530px;
    height: 660px;
    float: left;
    padding-top: 150px;
}
.slideFinance .bd li div p{
    line-height: 30px;
    font-size: 18px;
    margin-top: 130px;
}
.slideFinance .bd li div span{
    display: block;
    width: 64px;
    height: 16px;
    margin-top: 50px;
    background: url(../images/finance-left.png) no-repeat center center;
}
/* 轮播结束 */
/* 为什么选择我们 */
.finance-bottom{
    margin-top: 70px;
    height: 340px;
}
.finance-bottom h4{
    margin-bottom: 40px;
}
.finance-bottom ul{
    display: flex;
    justify-content: space-between;
}
.finance-bottom ul li{
    width: 160px;
    height: 160px;
    cursor: pointer;
}
.finance-bottom ul li:hover img{
    margin-top: -20px;
}
.finance-bottom ul li div{
    width: 100%;
    height: 90px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.finance-bottom ul li img{
    transition: margin .3s;
}
.finance-bottom ul li p{
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    color: #333;
}
/* 仁跃积分 */
.integral{
    width: 100%;
}
/* 软开服务合作方式 */
.ruankai{
    height: 800px;
    padding-top: 70px;
}
.ruankai-cont{
    width: 1200px;
    height: 510px;
    margin-top: 80px;
}
/* 本例子css */
.picScroll-ruankai{ width:1200px;   position:relative;}
.picScroll-ruankai .hd{ overflow:hidden;  height:10px;padding:0 10px; position: absolute;bottom: -30px;left: 50%;margin-left: -60px; }
.picScroll-ruankai .hd ul{ height:10px;overflow:hidden; zoom:1; }
.picScroll-ruankai .hd ul li{ float:left;  width:10px; height:10px;text-indent:-999px; border-radius: 50%; border: 1px solid #e3e3e3; margin-right:20px; cursor:pointer;}
.picScroll-ruankai .hd ul li.on{ border: 1px solid #4d9ffb; background: #4d9ffb; }
.picScroll-ruankai .bd{ padding:10px;   }
.picScroll-ruankai .bd ul{ overflow:hidden; zoom:1; }
.picScroll-ruankai .bd ul li{ float:left; overflow:hidden;width: 1200px;height: 510px;position: relative;}
.picList-left{
    width: 380px;
    height: 280px;
    margin: 150px 0 0 100px;
}
.picList-left p{
    height: 70px;
    line-height: 70px;
    padding-left: 60px;
    position: relative;
    font-size: 22px;
    color: #333;
}
.picList-left p::after{
    position: absolute;
    content: "";
    top: 50%;
    left: 0px;
    margin-top: -12px;
    width: 21px;
    height: 24px;
    background: url(../images/icon/ruankai-icon.png) no-repeat;
}
.picScroll-ruankai .bd ul li img{
    position: absolute;
    top: 5px;
    right: 35px;
}
/* 积分商城一站式运营 */
.operation{
    width: 100%;
    height: 695px;
    padding-top: 85px;
    background: url(../images/operation-bg.png) no-repeat center center;
}
.operation ul{
    width: 1200px;
    height: 520px;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.operation ul li{
    width: 580px;
    height: 240px;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}
.operation ul li h4{
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.operation ul li h5{
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #3d3d3d;
    text-align: center;
    margin-top: 15px;
}
.operation-box{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #3e99ff;
    top: 0;
    left: 0;
    padding: 35px 40px 0;
    display: none;
}
.operation-box p{
    color: #fff;
    line-height: 30px;
    font-size: 16px;
}
/* 跨领域全套解决方案 */
.market{
    width: 100%;
    padding-top: 85px;
}
.market h3{
    margin-bottom: 75px;
}
.market-cont{
    width: 1200px;
    height: 610px;
    margin-bottom: 100px;
}
.market-box{
    width: 680px;
    height: 610px;
}
.market-box h4{
    height: 30px;
    line-height: 30px;
    font-size: 28px;
    color: #333;
    font-style: italic;
    margin-top: 85px;
    padding-left: 45px;
    position: relative;
}
.market-box h4::after{
    position: absolute;
    content: "";
    top: 50%;
    left: 0px;
    margin-top: -12px;
    width: 21px;
    height: 24px;
    background: url(../images/icon/ruankai-icon.png) no-repeat;
}
.market-box p{
    font-size: 18px;
    color: #728796;
    height: 265px;
    line-height: 35px;
    margin-top: 40px;
    padding-left: 45px;
}
.market-box div{
    height: 125px;
    text-align: center;
}
.market-img{
    width: 460px;
    height: 610px;
    overflow: hidden;
}
.integral-bottom{
    width: 100%;
    height: 277px;
    background: url(../images/integral-bottom.png) no-repeat center center;
    overflow: hidden;
}




/* 仁跃营销 */
.marketing{
    width: 100%;
}
.marketing-ul{
    width: 1200px;
    height: 120px;
    margin: -120px auto 0;
    background: #fff;
    display: flex;
    justify-content: space-between;
}
.marketing-ul li{
    padding-left: 40px;
    padding-top: 25px;
    width: 285px;
    height: 120px;
    border-bottom: 3px solid #a4a4a4;
    cursor: pointer;
}
.marketing-ul li:hover{
    border-bottom: 3px solid #3e99ff;
}
.marketing-ul li span{
    float: left;
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: center center;
}
.marketing-ul li:nth-child(1) span{
    background-image: url(../images/icon/tuiguang.png);
}
.marketing-ul li:nth-child(1):hover span{
    background-image: url(../images/icon/tuiguang1.png);
}
.marketing-ul li:nth-child(2) span{
    background-image: url(../images/icon/youxi.png);
}
.marketing-ul li:nth-child(2):hover span{
    background-image: url(../images/icon/youxi1.png);
}
.marketing-ul li:nth-child(3) span{
    background-image: url(../images/icon/zhizuo.png);
}
.marketing-ul li:nth-child(3):hover span{
    background-image: url(../images/icon/zhizuo1.png);
}
.marketing-ul li:nth-child(4) span{
    background-image: url(../images/icon/vip.png);
}
.marketing-ul li:nth-child(4):hover span{
    background-image: url(../images/icon/vip1.png);
}
.marketing-ul li div{
    float: left;
    width: 140px;
    margin-left: 25px;
    padding-top: 8px;
}
.marketing-ul li div p{
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #666;
}
/* 营销必备 */
.essential{
    height: 800px;
    padding-top: 90px;
}
.essential h3{
    text-align: center;
    margin-bottom: 85px;
}
.essential ul{
    width: 1200px;
    height: 430px;
    display: flex;
    justify-content: space-between;
}
.essential ul li{
    width: 280px;
    height: 430px;
    background: #fff;
    box-shadow: 0 0 8px#eee;
    cursor: pointer;
    position: relative;
    transition: margin .3s;
}
.essential ul li em{
    position: absolute;
    content: "";
    width: 50px;
    height: 5px;
    background: #3e99ff;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    z-index: 10;
    display: none;
}
.essential ul li:hover{
    margin-top: -20px;
}
.essential ul li:hover .essential-img::after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(62, 153, 255, .5);
    z-index: 2;
}
.essential ul li:hover em{
    display: block;
}
.essential ul li:hover .essential-cont h3{
    color: #3e99ff;
}
.essential ul li:hover .essential-cont span{
    color: #3e99ff;
    background: #ebf5ff;
}
.essential ul li .essential-img{
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: absolute;
}
.essential ul li .essential-cont{
    position: absolute;
    width: 250px;
    height: 380px;
    bottom: 0;
    left: 15px;
    background: #fff;
    z-index: 9;
    padding: 60px 15px 0;
}
.essential ul li .essential-cont h3{
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 20px;
    color: #3e3e3e;
    text-align: left;
}
.essential ul li .essential-cont p{
    height: 100px;
    line-height: 25px;
    font-size: 15px;
    color: #666;
}
.essential ul li .essential-cont div{
    padding-left: 5px;
    margin-top: 20px;
}
.essential ul li .essential-cont span{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 10px;
    background: #efefef;
    color: #666;
}
/* 对比 */
.contrast{
    width: 100%;
    height: 920px;
    padding-top: 75px;
    background: url(../images/contrast-bg.jpg) no-repeat center center;
}
.contrast h3{
    text-align: center;
}
.contrast-cont{
    height: 640px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.contrast-box{
    width: 510px;
    height: 640px;
}
.contrast-center{
    display: flex;
    height: 640px;
    width: 100px;
    justify-content: center;
    align-items: center;
}
.contrast-box h4{
    text-align: center;
}
.contrast-box ul{
    width: 100%;
    height: 580px;
    margin-top: 30px;
    background: #fff;
    padding: 35px 20px 0 80px;
}
.contrast-box ul li{
    width: 100%;
    height: 56px;
    line-height: 56px;
    color: #3d3d3d;
    border: 1px solid #e8e8e8;
    position: relative;
    padding: 0 20px 0 40px;
    font-size: 18px;
    margin-bottom: 20px;
}
.contrast-box ul li span{
    position: absolute;
    top: 50%;
    left: -65px;
    margin-top: -15px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #858585;
    color: #fff;
    font-size: 20px;
}
.ry-color li span{
    background: #3e99ff !important;
}
/* 仁跃福利 */
.weal{
    width: 100%;
}
.weal-sec1{
    height: 700px;
    background: #fafbfc;
    padding-top: 70px;
}
.weal-sec1-box{
    height: 445px;
    margin-top: 35px;
}
.commodity-tab{
    width: 275px;
    height: 445px;
    border: 1px solid #cdcdcd;
    padding: 40px 45px 0;
    float: left;
}
.commodity-tab span{
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333;
    padding-left: 14px;
    position: relative;
    cursor: pointer;
}
.commodity-tab-span{
    font-size: 24px !important;
    color: #3e99ff !important;
}
.commodity-tab-span::after{
    position: absolute;
    content: "";
    width: 4px;
    height: 20px;
    background: #3e99ff;
    top: 50%;
    left: 0;
    margin-top: -10px;
}
.weal-sec1-box ul{
    width: 921px;
    height: 445px;
    overflow: hidden;
    float: right;
}
.weal-sec1-box ul li{
    width: 921px;
    height: 445px;
    display: none;
}
/* 福利体系 */
.weal-sec2{
    height: 900px;
    padding-top: 110px;
}
.weal-sec2 h3{
    text-align: center;
}
.weal-sec2-box{
    width: 1200px;
    margin-top: 30px;
}
.fuli-tab{
    height: 70px;
}
.fuli-tab span{
    display: block;
    float: left;
    height: 70px;
    line-height: 70px;
    margin-right: 60px;
    font-size: 22px;
    border-bottom: 3px solid #fff;
    cursor: pointer;
}
.fuli-tab-span{
    border-bottom: 3px solid #3e99ff !important;
    font-weight: bold;
    color: #3e99ff;
}
.weal-sec2-box ul{
    width: 1200px;
    height: 500px;
    margin-top: 40px;
}
.weal-sec2-box ul li{
    width: 1200px;
    height: 500px;
    display: none;
}
.fuli-left{
    width: 530px;
    height: 500px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fuli-right{
    width: 515px;
    height: 500px;
    float: right;
    padding-top: 70px;
}
.fuli-right p{
    height: 210px;
    line-height: 35px;
    font-size: 22px;
    color: #666;
}
.fuli-right div{
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
    color: #999;
    font-size: 18px;
}
.fuli-right div span{
    float: left;
    cursor: pointer;
}
.fuli-right div em{
    float: left;
    margin: 0 25px;
}
/* 礼品 */
.weal-sec3{
    height: 400px;
    background: #f7f9fa;
    padding-top: 80px;
}
.weal-sec3 ul{
    display: flex;
    justify-content: space-between;
}
.weal-sec3 ul li{
    width: 240px;
    height: 260px;
    cursor: pointer;
}
.weal-sec3 ul li div{
    width: 240px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.weal-sec3 ul li h4{
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    color: #333;
    text-align: center;
    margin-bottom: 5px;
}
.weal-sec3 ul li p{
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #666;
}
/* 供应商 */
.supplier{
    height: 750px;
    padding-top: 95px;
}
.supplier h3{
    text-align: center;
    margin-bottom: 50px;
}
.brand{
    width: 1200px;
    height: 375px;
}
/* 本例子css */
.picScroll-left{ width:1200px;   position:relative;}
.picScroll-left .hd{ overflow:hidden;  height:15px;padding:0 10px; position: absolute;bottom: -30px;left: 50%;margin-left: -40px; }
.picScroll-left .hd ul{ height:15px;overflow:hidden; zoom:1; }
.picScroll-left .hd ul li{ float:left;  width:15px; height:15px;text-indent:-999px; border-radius: 50%; border: 1px solid #e3e3e3; margin-right:20px; cursor:pointer;}
.picScroll-left .hd ul li.on{ border: 1px solid #4d9ffb; background: #4d9ffb; }
.picScroll-left .bd{ padding:10px;   }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ float:left; overflow:hidden;}
.brand-cont{
    width: 1200px;
    height: 375px;
}
.brand-cont span{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 125px;
    padding: 0 20px;
    cursor: pointer;
}
/* 定制 */
.special{
    width: 100%;
    height: 707px;
    background: url(../images/special-bg.png) no-repeat center center;
    padding-top: 75px;
}
.special h3{
    text-align: center;
}
.special ul{
    height: 400px;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.special ul li{
    width: 280px;
    height: 400px;
    background: #fff;
    position: relative;
    transition: width .3s;
    cursor: pointer;
    overflow: hidden;
}
.special ul li img{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.special ul li:nth-child(2) img{
    top: 0;
    right: -10px;
}
.special ul li:nth-child(3) img{
    top: -10px;
    right: -10px;
}
.special ul li:nth-child(4) img{
    top: -30px;
    right: -10px;
}
.special ul li div{
    width: 220px;
    height: 200px;
    position: absolute;
    top: 80px;
    right: 35px;
    z-index: 9;
}
.special ul li h4{
    height: 45px;
    margin-bottom: 35px;
}
.special ul li h4 em{
    display: block;
    height: 45px;
    line-height: 45px;
    float: left;
    font-size: 24px;
    color: #333;
    border-bottom: 2px solid #333;
}
.special ul li p{
    color: #888;
    font-size: 14px;
    line-height: 20px;
}
.special-active{
    width: 330px !important;
    background: #3e99ff !important;
}
.special-active em{
    border-bottom: 2px solid #fff !important;
    color: #fff !important;
}
.special-active p{
    color: #fff !important;
}
.special-active img{
    opacity: .2;
}
.special ul li span{
    position: absolute;
    width: 73px;
    height: 73px;
    right: 30px;
    bottom: 25px;
    z-index: 9;
}
.span1{
    background: url(../images/icon/sc.png) no-repeat;
}
.special-active .span1{
    background: url(../images/icon/sc1.png) no-repeat !important;
}
.span2{
    background: url(../images/icon/fa.png) no-repeat;
}
.special-active .span2{
    background: url(../images/icon/fa1.png) no-repeat !important;
}
.span3{
    background: url(../images/icon/zc.png) no-repeat;
}
.special-active .span3{
    background: url(../images/icon/zc1.png) no-repeat !important;
}
.span4{
    background: url(../images/icon/dj.png) no-repeat;
}
.special-active .span4{
    background: url(../images/icon/dj1.png) no-repeat !important;
}

