
/* 开放平台 */
.dispark{
    width: 100%;
    padding: 1px 0;
}
.dispark-top{
    height: 435px;
    margin-top: -80px !important;
    background: #fff;
    box-shadow: 0 0 2px 1px #eee;
    padding: 10px 45px;
}
.dispark-top ul li{
    width: 100%;
    height: 145px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
}
.dispark-top ul li:last-child{
    border: 0;
}
.dispark-top ul li h3{
    width: 150px;
    height: 144px;
    line-height: 144px;
    float: left;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin: 0 100px 0 50px;
}
.dispark-cont{
    float: left;
    width: 800px;
    height: 144px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 0;
}
.dispark-cont a{
    display: block;
    width: 165px;
    margin-right: 35px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #666;
}
.dispark-cont a i{
    float: left;
    display: block;
    width: 30px;
    height: 50px;
    margin-right: 15px;
}
.dispark-top ul li:hover h3{
    color: #4d9ffb;
}

/* 图标 */
.dispark-icon1{
    background: url(../images/icon/yingyinshebei.png) no-repeat center center;
}
.dispark-icon2{
    background: url(../images/icon/wenyu.png) no-repeat center center;
}
.dispark-icon3{
    background: url(../images/icon/shenghuo.png) no-repeat center center;
}
.dispark-icon4{
    background: url(../images/icon/yuedu.png) no-repeat center center;
}
.dispark-icon5{
    background: url(../images/icon/meishi.png) no-repeat center center;
}
.dispark-icon6{
    background: url(../images/icon/huobi.png) no-repeat center center;
}
.dispark-icon7{
    background: url(../images/icon/chongzhi.png) no-repeat center center;
}
.dispark-icon8{
    background: url(../images/icon/qudaoguanli.png) no-repeat center center;
}
.dispark-icon9{
    background: url(../images/icon/pingtaiyilan.png) no-repeat center center;
}
.dispark-icon10{
    background: url(../images/icon/jichengkaifa.png) no-repeat center center;
}
.dispark-icon11{
    background: url(../images/icon/developer.png) no-repeat center center;
}
.dispark-icon12{
    background: url(../images/icon/jiekou.png) no-repeat center center;
}
.dispark-icon13{
    background: url(../images/icon/liucheng.png) no-repeat center center;
}
.dispark-icon14{
    background: url(../images/icon/gongju.png) no-repeat center center;
}
/* 鼠标放上去图标改变 */
.a1:hover .dispark-icon1{
    background: url(../images/icon/yingyinshebei1.png) no-repeat center center;
}
.a2:hover .dispark-icon2{
    background: url(../images/icon/wenyu1.png) no-repeat center center;
}
.a3:hover .dispark-icon3{
    background: url(../images/icon/shenghuo1.png) no-repeat center center;
}
.a4:hover .dispark-icon4{
    background: url(../images/icon/yuedu1.png) no-repeat center center;
}
.a5:hover .dispark-icon5{
    background: url(../images/icon/meishi1.png) no-repeat center center;
}
.a6:hover .dispark-icon6{
    background: url(../images/icon/huobi1.png) no-repeat center center;
}
.a7:hover .dispark-icon7{
    background: url(../images/icon/chongzhi1.png) no-repeat center center;
}
.a8:hover .dispark-icon8{
    background: url(../images/icon/qudaoguanli1.png) no-repeat center center;
}
.a9:hover .dispark-icon9{
    background: url(../images/icon/pingtaiyilan1.png) no-repeat center center;
}
.a10:hover .dispark-icon10{
    background: url(../images/icon/jichengkaifa1.png) no-repeat center center;
}
.a11:hover .dispark-icon11{
    background: url(../images/icon/developer1.png) no-repeat center center;
}
.a12:hover .dispark-icon12{
    background: url(../images/icon/jiekou1.png) no-repeat center center;
}
.a13:hover .dispark-icon13{
    background: url(../images/icon/liucheng1.png) no-repeat center center;
}
.a14:hover .dispark-icon14{
    background: url(../images/icon/gongju1.png) no-repeat center center;
}
/* 申请流程 */
.process{
    width: 100%;
    height: 510px;
    margin-top: 35px;
    background: url(../images/process-bg.png) no-repeat center center;
    padding-top: 90px;
}
.process h3{
    text-align: center;
}
.process-box{
    width: 1280px;
    height: 270px;
    margin: 30px auto 0;
    padding-top: 56px;
    background: url(../images/process-wire.png) no-repeat top center;
}
.process-box ul{
    width: 1280px;
    height: 190px;
    display: flex;
    justify-content: space-between;
}
.process-box ul li:nth-child(odd){
    width: 210px;
    height: 190px;
}
.process-box ul li:nth-child(even){
    width: 32px;
    height: 190px;
    background: url(../images/process-right.png) no-repeat center 60px;
}
.process-box ul li div{
    display: block;
    width: 210px;
    height: 145px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.process-box ul li p{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
    color: #666;
}
.process-box ul li div span{
    display: block;
}
.process1{
    width: 64px;
    height: 64px;
    background: url(../images/icon/gys.png) no-repeat center center;
}
.process2{
    width: 67px;
    height: 67px;
    background: url(../images/icon/ceshi.png) no-repeat center center;
}
.process3{
    width: 69px;
    height: 70px;
    background: url(../images/icon/zs.png) no-repeat center center;
}
.process4{
    width: 63px;
    height: 63px;
    background: url(../images/icon/caiwu.png) no-repeat center center;
}
.process5{
    width: 68px;
    height: 67px;
    background: url(../images/icon/sx.png) no-repeat center center;
}
.process-box ul li:hover .process1{
    background: url(../images/icon/gys1.png) no-repeat center center;
}
.process-box ul li:hover .process2{
    background: url(../images/icon/ceshi1.png) no-repeat center center;
}
.process-box ul li:hover .process3{
    background: url(../images/icon/zs1.png) no-repeat center center;
}
.process-box ul li:hover .process4{
    background: url(../images/icon/caiwu1.png) no-repeat center center;
}
.process-box ul li:hover .process5{
    background: url(../images/icon/sx1.png) no-repeat center center;
}



/* 合作案例 */
.case{
    width: 100%;
    height: 860px;
    background: url(../images/case-bg.png) no-repeat;
    background-position:right bottom;
    padding-top: 75px;
}
/* 本例子css */
.picScroll-case{ width:1200px; height: 760px;  position:relative;}
.picScroll-case .hd{ overflow:hidden;  height:30px;padding:0 10px; position: absolute;bottom: -10px;left: 50%;margin-left: -100px; }
.picScroll-case .hd ul{ height:60px;overflow:hidden; zoom:1; }
.picScroll-case .hd ul li{ float:left;  width:30px; height:6px;text-indent:-999px; border-radius: 3px; background: #d0d0d1; margin: 0 10px; cursor:pointer;}
.picScroll-case .hd ul li.on{ background: #4d9ffb; }
.picScroll-case .bd{ padding:10px;   }
.picScroll-case .bd ul{ overflow:hidden; zoom:1; }
.picScroll-case .bd ul li{ float:left; overflow:hidden;width: 1200px;height: 695px;position: relative;}
.case-left{
    width: 510px;
    height: 695px;
    float: left;
    padding-top: 100px;
}
.case-left h4{
    height: 90px;
    margin-bottom: 30px;
}
.case-left h4 span{
    display: block;
    height: 90px;
    line-height: 90px;
    font-size: 34px;
    float: left;
    border-bottom: 5px solid #4d9ffb;
}
.case-left p{
    height: 150px;
    line-height: 30px;
    font-size: 20px;
    color: #666;
    margin-bottom: 20px;
}
.case-div{
    width: 510px;
    height: 120px;
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
}
.case-div div{
    width: 100px;
    height: 120px;
}
.case-div h5{
    width: 100px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.case-div p{
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
    text-align: center;
    color: #333;
    font-size: 14px;
}
.case-img{
    float: right;
}


/* 关于我们 */
.about{
    width: 100%;
}
.about-box{
    height: 800px;
    padding-top: 100px;
}
.about-box h3{
    text-align: center;
    margin-bottom: 45px;
}
.about-cont{
    height: 600px;
}
.about-text{
    padding-top: 50px;
    width: 480px;
    height: 500px;
}
.about-text p{
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 20px;
    color: #666;
    text-indent: 2em;
}
.about-img{
    width: 565px;
    height: 380px;
    margin-top: 90px;
    margin-right: 50px;
    position: relative;
    background-color: #ccc;
}
.about-img::after{
    position: absolute;
    content: "";
    width: 290px;
    height: 265px;
    background-color: #4e9ffb;
    top: -30px;
    right: -30px;
    z-index: -1;
}
.about-img::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 85px;
    background-color: #a6cffd;
    bottom: 0;
    left: -20px;
    z-index: -1;
}
.course{
    width: 100%;
    height: 850px;
    background: url(../images/course-bg.png) no-repeat center center;
    padding-top: 115px;
}
.course h3{
    text-align: center;
    margin-bottom: 40px;
}
.course div{
    text-align: center;
}
.course div img{
    margin-left: -30px;
}
/* 联系我们 */
.relations{
    height: 800px;
    padding-top: 80px;
}
.relations h3{
    text-align: center;
    margin-bottom: 70px;
}
.relations ul{
    display: flex;
    height: 80px;
    justify-content: space-between;
}
.relations ul li{
    width: 340px;
    height: 80px;
}
.relations ul li:first-child{
    width: 410px !important;
}
.relations ul li span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 80px;
    margin-right: 30px;
    float: left;
}
.relations ul li div{
    float: left;
    padding-top: 12px;
}
.relations ul li div h4{
    font-size: 22px;
    color: #333;
    line-height: 30px;
}
.relations ul li div p{
    line-height: 30px;
    color: #666;
    font-size: 16px;
}
/* 地图 */
.ditu{
    width: 1200px;
    height: 350px;
    background: #ccc;
    margin-top: 70px;
}




/* 产品服务 */
.equities{
    width: 100%;
}
.classify-cont{
    width: 1200px;
    height: 615px;
}
.classify-tab{
    display: flex;
    justify-content: space-between;
    height: 60px;
}
.classify-tab span{
    display: block;
    width: 240px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
}
.classify-tab span em{
    color: #666;
    display: inline-block;
    margin: 0 auto;
    border-bottom: 3px solid #fff;
}
.classify-tab-span em{
    color: #4e9ffb !important;
    border-bottom: 3px solid #4e9ffb !important;
}
.classify-cont ul{
    height: 520px;
}
.classify-cont ul li{
    display: none;
}
.classify-logo{
    width: 1200px;
    height: 520px;
}
.classify-logo span{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 125px;
    padding: 0 30px;
    margin-top: 30px;
    cursor: pointer;
}
.reminder{
    width: 100%;
    height: 80px;
    background: #f5f5f5;
    position: relative;
}
.reminder::after{
    position: absolute;
    content: "";
    width: 36px;
    height: 20px;
    background: url(../images/sanjiao.png) no-repeat center center;
    top: -20px;
    left: 50%;
    margin-left: -18px;
}
.reminder p{
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #666;
}
.reminder p span{
    font-size: 18px;
    color: #4e9ffb;
}
/* 数字化权益 */
.digitization{
    width: 100%;
    height: 915px;
    padding-top: 90px;
    background: url(../images/digitization-bg.png) no-repeat;
    background-position: left bottom;
}
.digitization h3{
    text-align: center;
    margin-bottom: 50px;
}
.digitization ul{
    width: 100%;
    height: 630px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.digitization ul li{
    width: 580px;
    height: 290px;
    background: #fff;
    box-shadow: 0 0 5px #fff;
    cursor: pointer;
}
.digitization ul li:hover{
    box-shadow: 0 0 5px #ddd !important;
}
.digitization-img{
    width: 255px;
    height: 290px;
    float: left;
    overflow: hidden;
}
.digitization-txt{
    width: 325px;
    height: 290px;
    padding: 50px 30px 0;
}
.digitization-txt h4{
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    color: #555;
    margin-bottom: 15px;
}
.digitization-txt p{
    font-size: 14px;
    line-height: 24px;
    color: #888;
}
/* 360°全方位服务 */
.whole{
    height: 580px;
    padding-top: 80px;
}
.whole h3{
    text-align: center;
    margin-bottom: 25px;
}
.whole ul{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 300px;
}
.whole ul li{
    width: 185px;
    height: 300px;
    cursor: pointer;
}
.whole ul li img{
    transition: margin .3s;
}
.whole ul li:hover img{
    margin-top: -25px;
}
.whole ul li div{
    width: 185px;
    height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fbfbfb;
    margin-bottom: 30px;
}
.whole ul li h4{
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 26px;
    color: #3d3d3d;
}
.whole ul li p{
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #666;
}
/* 聚焦场景创新 高效达成运营目标 */
.target{
    width: 100%;
    height: 840px;
    padding-top: 50px;
    background: url(../images/target-bg.png) no-repeat center center;
}
.target h3{
    text-align: center;
    margin-bottom: 40px;
}
.target-cont{
    width: 1200px;
    height: 600px;
}
.picScroll-target{ width:1200px; height: 600px;  position:relative;}
.picScroll-target .hd{ overflow:hidden;  height:4px;padding:0 10px; position: absolute;bottom: -0px;left: 50%;margin-left: -120px; }
.picScroll-target .hd ul{ height:4px;overflow:hidden; zoom:1; }
.picScroll-target .hd ul li{ float:left;  width:60px; height:4px;text-indent:-999px; border-radius: 2px; background: #cee6f7; margin: 0 10px; cursor:pointer;}
.picScroll-target .hd ul li.on{ background: #4d9ffb; }
.picScroll-target .bd{ padding:10px;   }
.picScroll-target .bd ul{ overflow:hidden; zoom:1; }
.picScroll-target .bd ul li{ float:left; overflow:hidden;width: 1200px;height: 550px;position: relative;}
.target-box{
    width: 1200px;
    height: 550px;
}
.target-box h4{
    height: 35px;
    line-height: 35px;
    border-left: 9px solid #4d9ffb;
    text-indent: 25px;
    font-size: 34px;
    color: #666;
    margin-bottom: 30px;
}
.target-div{
    width: 1200px;
    height: 480px;
    background: #fff;
    box-shadow: 0 0 5px #fff;
}
.target-left{
    width: 580px;
    height: 280px;
    float: left;
    margin: 120px 0 0 180px;
}
.target-left img{
    float: left;
    margin-right: 60px;
}
.target-left p{
    height: 50px;
    line-height: 50px;
    margin-bottom: 40px;
    font-size: 24px;
}
.target-right{
    float: right;
    width: 435px;
    height: 380px;
    margin-top: 80px;
}
/* 权益 */
.quanyi{
    width: 100%;
    height: 296px;
    padding-top: 85px;
    background: url(../images/quanyi.png) no-repeat center center;
}
.quanyi p{
    text-align: center;
    margin-bottom: 50px;
}
.quanyi p a{
    display: block;
    width: 215px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    background: #4d9ffb;
    font-size: 30px;
}