@charset "utf-8";
/* 5大系统专题页面 */
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    background: #0084FF!important;
}
.section1{
    background-color: #F8FAFF;
    position: relative;
    min-height: 902px;
}
.header-content{
    position: absolute!important;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
/* banner */
.fiv-page-hd {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 1200px;
    height: 802px;
    /*position: relative;*/
    overflow: hidden;
}
.fiv-page-hd .container-bd {
    width: 1920px;
    height: 802px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.fiv-page-hd .container-bd .pic{
    display: table-cell;
    width: 1920px;
    height: 802px;
    vertical-align: middle;
    text-align: center;
}
.fiv-page-hd .container-bd .pic img{
    max-width: 1920px;
    max-height: 802px;
    vertical-align: middle;
}
.fiv-page-hd .container-bd .btn{
    position: absolute;
    top: 212px;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
    height: 50px;
    text-align: center;
}
.fiv-page-hd .container-bd .btn a{
    display: inline-block;
    height: 50px;
    width: 178px;
    border: 1px solid #0184FF;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    color: #0084FF;
    margin: 0 8px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.fiv-page-hd .container-bd .btn a:hover{
    color: #fff;
    background-color: #0184FF;
    border-color: #0184FF;
}
.fiv-page-hd .container-bd .btn a:first-child{
    color: #fff;
    background-color: #0084FF;
}
.fiv-page-hd .container-bd .btn a:first-child:hover{
    background-color: #0379F6;
}

/* 公共样式 */
.fiv-page-title{
    width: 1200px;
    text-align: center;
    margin: 0 auto;
}
.fiv-page-title .tit{
    color: #333;
    font-size: 32px;
    text-align: center;
}
.fiv-page-title .txt{
    color: #9e9e9e;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
}
.fiv-page-all-content{
    margin-top: 36px;
    position: relative;
}
.fiv-page-all-content img{
    display: block;
    margin: 0 auto;
}
.fiv-page-all-content .section2-icon{
    position: absolute;
    z-index: 1;
    width: 80px;
    height: 80px;

}
.fiv-page-all-content .section2-icon01{
    position: absolute;
    top: 61px;
    left: 130px;
    background: url("/solutions/public/images/cxlv/five-sys-section2-icon01.png") no-repeat;
    -webkit-animation: float1 6s infinite linear;
}

.fiv-page-all-content .section2-icon02{
    position: absolute;
    top: 210px;
    left: 146px;
    background: url("/solutions/public/images/cxlv/five-sys-section2-icon02.png") no-repeat;
    -webkit-animation: float2 5s infinite linear 0.8s;
}
.fiv-page-all-content .section2-icon03{
    position: absolute;
    top: 35px;
    left: 294px;
    width: 88px;
    height: 88px;
    background: url("/solutions/public/images/cxlv/five-sys-section2-icon03.png") no-repeat;
    -webkit-animation: float2 6s infinite linear 0.2s;
}
.fiv-page-all-content .section2-icon04{
    position: absolute;
    top: 27px;
    right: 358px;
    width: 88px;
    height: 88px;
    background: url("/solutions/public/images/cxlv/five-sys-section2-icon04.png") no-repeat;
    -webkit-animation: float4 8s infinite linear;
}
.fiv-page-all-content .section2-icon05{
    position: absolute;
    top: 135px;
    right: 115px;
    width: 88px;
    height: 88px;
    background: url("/solutions/public/images/cxlv/five-sys-section2-icon05.png") no-repeat;
    -webkit-animation: float3 6s infinite linear 0.4s;
}
.fiv-page-all-content .section2-icon06{
    position: absolute;
    bottom: 117px;
    right: 180px;
    width: 88px;
    height: 88px;
    background: url("/solutions/public/images/cxlv/five-sys-section2-icon06.png") no-repeat;
    -webkit-animation: float2 4s infinite linear 0.3s;
}
@-webkit-keyframes float1 {
    0%{
        transform: translateY(0);
    }
    25%{
        transform: translateY(-10px);
    }
    50%{
        transform: translateY(0);
    }
    75%{
        transform: translateY(10px);
    }
    100%{
        transform: translateY(0);
    }
}
@-webkit-keyframes float2 {
    0%{
        transform: translateY(0);
    }
    25%{
        transform: translateY(10px);
    }
    50%{
        transform: translateY(0);
    }
    75%{
        transform: translateY(-10px);
    }
    100%{
        transform: translateY(0);
    }
}
@-webkit-keyframes float3 {
    0%{
        transform: translateY(0);
    }
    25%{
        transform: translateY(-15px);
    }
    50%{
        transform: translateY(0);
    }
    75%{
        transform: translateY(15px);
    }
    100%{
        transform: translateY(0);
    }
}
@-webkit-keyframes float4 {
    0%{
        transform: translateY(0);
    }
    25%{
        transform: translateY(-10px);
    }
    50%{
        transform: translateY(0);
    }
    75%{
        transform: translateY(10px);
    }
    100%{
        transform: translateY(0);
    }
}


/* 彼此连接 */
.section3{
    background-color: #f4f8fb;
    position: relative;
}
.section3-top{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 80px;
    height: 680px;
    background: url("/solutions/public/images/cxlv/five-sys-section3-bg.png") no-repeat center bottom;
    background-size: cover;
}
.section3 .fiv-page-title .tit{
    color: #fff;
}
.section3 .fiv-page-title .txt{
    color: #d1e5ff;
}
.links-module-wrap{
    padding: 0 175px;
    text-align: center;
    font-size: 0;
}
.links-module-wrap .links-item{
    display: inline-block;
    /*float: left;*/
    margin: 0 10px;
    width: 150px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 12px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
}
.section3-bottom{
    position: absolute;
    left: 0;
    right: 0;
    top: 760px;
}
.section3-bottom{

}
.section3-bottom .tit{
    text-align: center;
    font-size: 20px;
    color: #333;
    margin-top: 20px;
}
.section3-bottom .con{
    text-align: center;
    margin-top: 25px;
}
.section3-bottom .con li{
    display: inline-block;
    margin: 0 40px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.section3-bottom .con li:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.section3-bottom .con li .icon{
    display: block;
    width: 100%;
    height: 49px;
    background: url("/solutions/public/images/cxlv/five-sys-section3-icon.png") no-repeat;
}
.section3-bottom .con li:nth-of-type(1) .icon{
    background-position: 14px 7px;
}
.section3-bottom .con li:nth-of-type(2) .icon{
    background-position: 27px 7px;
}
.section3-bottom .con li:nth-of-type(3) .icon{
    background-position: 36px 7px;
}
.section3-bottom .con li:nth-of-type(4) .icon{
    background-position: 28px 7px;
}
.section3-bottom .con li:nth-of-type(5) .icon{
    background-position: 15px 7px;
}
.section3-bottom .con li .txt{
    display: block;
    font-size: 14px;
    color: #444;
    margin-top: 14px;
}

/* section4 */
.section4,
.section5,
.section7,
.section8{
    position: relative;
}
.section6{
    background: linear-gradient(293deg, #7152F3 -1%, #7DC2FF 100%);
}
.section4:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 592px;
    height: 653px;
    background: url("/solutions/public/images/cxlv/five-sys-section4-icon01.png") no-repeat;
}
.section5:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 426px;
    height: 218px;
    background: url("/solutions/public/images/cxlv/five-sys-section4-icon02.png") no-repeat;
}
.section7:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 677px;
    height: 488px;
    background: url("/solutions/public/images/cxlv/five-sys-section4-icon03.png") no-repeat;
}
.section8:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 677px;
    height: 382px;
    background: url("/solutions/public/images/cxlv/images/five-sys-section4-icon04.png") no-repeat;
}
.mission-block{
    margin-top: 70px;
    height: 461px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.mission-block .info .tit{
    /*height: 40px;*/
    font-size: 30px;
    color: #333;
}
.mission-block .info .txt{
    /*height: 56px;*/
    font-size: 16px;
    line-height: 28px;
    color: #444;
    margin-top: 38px;
}
.mission-block .info .btn{
    height: 40px;
    margin-top: 42px;
}
.mission-block .info .btn a{
    display: inline-block;
    height: 40px;
    width: 120px;
    box-sizing: border-box;
    border: 1px solid #0184ff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #0084ff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-right: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.mission-block .info .btn a:hover{
    background-color: #0184FF;
    border-color: #0184FF;
    color: #fff;
}
.mission-block .info .btn a:nth-of-type(1){
    background-color: #0184ff;
    color: #fff;
}
.mission-block .info .btn a:nth-of-type(1):hover{
    background-color: #0379F6;
}
.section6 .mission-block .info .tit,
.section6 .mission-block .info .txt{
    color: #fff;
}
.section6 .mission-block .info .btn a{
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}
.section6 .mission-block .info .btn a:nth-of-type(1){
    color: #5286ff;
    background-color: #fff;
}
.section6 .mission-block .info .btn a:hover{
    color: #5286ff;
    background-color: #fff;
    border-color: #fff;
}
.section6 .mission-block .info .btn a:nth-of-type(1):hover{
    color: #fff;
    border-color: #0379F6;
    background-color: #0379F6;
}

/* 平台案例 */
.plat-case-block{
    background-color: #f4f8fb;
}
.plat-case-title{
    font-size: 32px;
    text-align: center;
    padding-top: 86px;
}
.plat-case-list{
    padding: 80px 180px 104px;
    font-size: 32px;
    text-align: center;
}
.plat-case-list li{
    float: left;
    margin: 0 10px;
    width: 260px;
    height: 80px;
    box-shadow: 0 4px 10px 0 rgba(0,132,255,0.15);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.plat-case-list li:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.plat-case-list li a{
    display: block;
    width: 260px;
    height: 80px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}
.plat-case-list li a,
.plat-case-list li img{
    display: block;
    width: 260px;
    height: 80px;
}

/* 底部广告 */
.bottom-ad-block{
    display: block;
    min-width: 1200px;
    height: 142px;
    background: url("/solutions/public/images/cxlv/five-sys-bottom-ad.png") no-repeat top center;
}
.bottom-ad-block .ad-wm-1200{
    width: 1200px;
    height: 142px;
    margin: 0 auto;
    position: relative;
}
.bottom-ad-block .btn{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    width: 160px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #0084FF;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.bottom-ad-block .btn:hover{
    background-color: #0379F6;
}
