/* 通用样式 */
.flex-center{
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-between{
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.clearfix:after{
    content:"";
    display: block;
    clear:both;
}
.inline-block{
    display: inline-block;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
/* 长文本只显示两行，省略号显示 */
.two-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.icon{
    display: inline-block;
    width:20px;
    height:20px;
    vertical-align: sub;
}
.block-bg{
    background:rgb(243,248,251);
}
.section-container{
    width:80%;
    margin:0 auto;
    padding:80px 0;
    color:#677584;
}
.btn{
    display: inline-block;
    height:34px;
    line-height: 34px;
    padding:0 20px;
    color:#fff;
    font-size:14px;
    border-radius:4px;
    margin-left: 20px;
    border:1px solid transparent;
    cursor:pointer;
}
.btn:first-child{
    margin-left:0;
}
.btn-lg{
    font-size:20px;
    height:48px;
    line-height: 48px;
    padding:0 35px;
}
.btn-default{
    border:1px solid #fff;
    background: rgba(255,255,255,.2);
}
.btn-default:hover{
    background: rgba(255,255,255,.05);
}
.btn-primary{
    color:#fff;
    border:1px solid #007AFF;
    background: #007AFF;
}
.btn-primary:hover{
    
}
/* 通用样式 */
/* 滚动页面是导航背景色 */
.header-wrap-transparent{
    background:transparent !important;
}
.header-bgcolor,.header-wrap-transparent:hover{
    background:#050B1A !important;
}
/* 智能业务感知 驱动数字未来 */
.banner-main{
    position: relative;
    min-height: 500px;
    /* background:url('../images/server-banner.jpg') no-repeat center;
    background-size: cover; */
}
.banner-new{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color:#fff;
    text-align:center;
}
.banner-title{
    font-size:50px;
    margin-bottom:20px;
    animation: top-entry 1s forwards;
    animation-delay:1000ms;
    opacity: 0;
}
@media screen and (max-width:1440px){
    .banner-title{
        font-size:35px;
    }    
}
@keyframes top-entry{
    from{
        transform: translateY(-100%);
        opacity: 1;
    }
    to{
        transform:translateY(0);
        opacity: 1;
    }
}
.banner-subtitle{
    font-size:24px;
    font-weight: lighter;
    margin-bottom:10px;
    white-space: nowrap;
}
.banner-subtitle span{
    opacity: 0;
    display: inline-block;
}
.banner-subtitle span:first-child{
    margin-right:30px;
    animation:left-entry 1s forwards;
    animation-delay:1000ms;
}
.banner-subtitle span:last-child{
    animation:right-entry 1s forwards;
    animation-delay:1000ms;
}
@keyframes left-entry{
    from{
        transform: translateX(-100%);
        opacity: 1;
    }
    to{
        transform:translateX(0);
        opacity: 1;
    }
}
@keyframes right-entry{
    from{
        transform: translateX(100%);
        opacity: 1;
    }
    to{
        transform:translateX(0);
        opacity: 1;
    }
}
.banner-btn{
    opacity: 0;
    animation: bottom-entry 1s forwards;
    animation-delay:1000ms;
}
@keyframes bottom-entry{
    from{
        transform: translateY(100%);
        opacity: 1;
    }
    to{
        transform: translateY(0);
        opacity: 1;
    }
}
/* 播放按钮 */
.player{
    display: inline-block;
    width:0;
    height:0;
    border:solid transparent;
    border-width:8px 15px;
    border-left-color:#fff;
}
/* banner底部导航 */
.banner-footer{
    position: absolute;
    right:0;
    bottom:0;
    left:0;
    background:rgba(0,145,255,.8);
}
.banner-footer ul{
    width:80%;
    margin:0 auto;
    text-align: center;
}
.banner-footer ul li{
    position: relative;
    float: left;
    width:33%;
    text-align:left;
}
.banner-footer ul li:before,.banner-footer ul li:last-child:after{
    content:"";
    position: absolute;
    top:8px;
    left:0;
    bottom:8px;
    width:1px;
    background:rgba(255,255,255,.5);
}
.banner-footer ul li:last-child:after{
    left: auto;
    right:0;
}
.banner-footer ul li a{
    display: block;
    padding:20px;
    font-size:16px;
    color: #fff;
    text-align: center;
}
.banner-footer ul li a div:first-child{
    font-size:20px;
    margin-bottom:5px;
    white-space: nowrap;
}
.banner-footer ul li a:hover{
    background:#0091FF;
}
/* 智能业务感知 驱动数字未来 */
.module-title{
    position: relative;
    display: inline-block;
    height:85px;
    line-height: 85px;;
    padding-left:50px;
}
.module-title .decorate{
    position: absolute;
    left:0;
    width:85px;
    height:85px;
    border-radius:50%;
    background:linear-gradient(to left,rgba(0,178,255,0) 0%,rgba(0,123,255,1) 100%);
}
.module-text{
    position: relative;
    color:#052950;
    font-size:32px
}
.module-text:after{
    content:"";
    position: absolute;
    bottom:0;
    left:50%;
    margin-left:-38px;
    width:76px;
    height:2px;
    background:rgba(0,145,255,1);
}
.module-info{
    font-size:16px;
    margin:40px 0 50px;
}
/* 智能业务感知 驱动数字未来 */
/* 产品全景图 */
.product-panorama-container{
    background: url('../images/product-bg.jpg') no-repeat center;
    background-size:cover;
}
.product-panorama-container .section-container,.product-panorama-container .module-text{
    color:#fff;
}
.product-panorama-box{
    position:relative;
    height:600px;
}
.product-panorama-box img{
    max-width:100%;
}
/* 连接线 */
.block-line-left{
    position: absolute;
    left: 32%;
    bottom: 30%;
}
.block-line-right{
    position: absolute;
    left:63%;
    bottom:30%;
}
/* 中间部分 */
/* 中间轮播 */
.slider-container{
    position: absolute;
    width: 80%;
    bottom: 33%;
    left: 50%;
    transform: translateX(-50%);
}
.slider_circle_10 {
    position: relative;
    width: 100%;
    height: 220px;
    margin: 0 auto;
    user-select: none;
}

.slider_circle_10 > * {
    transition: ease all 1s;
}

.slider_circle_10 > div,
.slider_circle_10 .hidden {
    opacity: 0;
    position: absolute;
    top: 20%;
    left: 50%;
    width: 1px;
    height: 1px;
    z-index: 0;
    overflow: hidden;
}

.slider_circle_10 .active {
    opacity: 1;
    position: absolute;
    top: 70%;
    left: 50%;
    margin-left: -20%;
    width: 40%;
    height: 60%;
    z-index: 10;
}

.slider_circle_10 .prev1,
.slider_circle_10 .next1 {
    opacity: .8;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -45%;
    width: 35%;
    height: 50%;
    z-index: 9;
    transform: rotateY(70deg) skewY(15deg);
}

.slider_circle_10 .next1 {
    margin-left: 10%;
    transform:rotateY(70deg) skewY(-15deg) 
}

.slider_circle_10 .prev2,
.slider_circle_10 .next2 {
    opacity: .5;
    position: absolute;
    top: 28%;
    left: 50%;
    margin-left: -30%;
    width: 30%;
    height: 40%;
    z-index: 8;
    transform: skewY(-5deg);
}

.slider_circle_10 .next2 {
    margin-left: 0%;
    transform: skewY(5deg);
}

.slider_circle_10 .prev3,
.slider_circle_10 .next3 {
    opacity: 0.5;
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -50%;
    width: 7%;
    height: 7%;
    z-index: 7;
}

.slider_circle_10 .next3 {
    margin-left: 43%;
}

.slider_circle_10 .prev4,
.slider_circle_10 .next4 {
    opacity: 0.3;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -40%;
    width: 3%;
    height: 3%;
    z-index: 6;
}

.slider_circle_10 .next4 {
    margin-left: 37%;
}

.slider_circle_10 .prev5,
.slider_circle_10 .next5 {
    opacity: 0.1;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -15%;
    width: 2%;
    height: 2%;
    z-index: 5;
}

.slider_circle_10 .next5 {
    margin-left: 13%;
}
.slider_circle_10 img{
    max-height:100%;
}

.slider_circle_10 .next_button,
.slider_circle_10 .prev_button {
    position: absolute;
    left: 75% !important;
    top: 131% !important;
    margin: -15px 0 0 -25px !important;
    width: 50px !important;
    height: 50px !important;
    opacity: 1 !important;
    z-index: 5000 !important;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    transform: rotateZ(-35deg);
    
}

.slider_circle_10 .prev_button {
    position: absolute;
    left: 25% !important;
    transform: rotateZ(35deg);
}

.slider_circle_10 .next_button:hover,
.slider_circle_10 .prev_button:hover {
    opacity: 1 !important;
}
.slider_circle_10 .next_button:after,
.slider_circle_10 .prev_button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 1px;
    margin-top: -10px;
}

.slider_circle_10 .next_button:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    margin-left: -5px;
}

.slider_circle_10 .prev_button:after {
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    margin-left: -25px;
}


div.slider.slider_circle_10 > div.slider-item {
    color:#fff;
    text-align: center;
    box-sizing: border-box;
    border-radius:6px;
}
/* .slider-item.active .slider-img,.slider-item .slider-img-active{
    display: none;
}
.slider-item.active .slider-img-active{
    display: block;
} */
/* 中间轮播 */
.center-container{
    position: absolute;
    width: 30%;
    left: 37%;
    bottom: 150px;
    text-align:center;
}
/* 中间地基 */
.center-foundation{
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
}
/* 底座阴影 */
.center-base-shadow{
    width: 80%;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
}
/* 底座 */
.center-base{
    width:25%;
    position: absolute;
    left:50%;
    bottom:155px;
    transform: translateX(-50%);
    text-align: center;
}
/* logo */
.logo-tingyun{
    position: absolute;
    left: 50%;
    bottom: 50%;
    width: 140px;
    margin-left: -70px;
    animation: logo-up-down 1s infinite alternate;
    z-index: 100;
}
@keyframes logo-up-down{
    from{
        transform: translateY(-10px);
    }
    to{
        transform: translateY(10px);
    }
}
/* 左侧地基 */
/* .title-img-active,.product-active .title-img{
    display: none;
}
.product-active .title-img-active{
    display: block;
} */
/* 气泡动画 */
@keyframes up-down{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-10px);
    }
    100%{
        transform: translateY(-5px);
    }
}
.left-foundation{
    width:35%;
    position: absolute;
    left:2%;
    bottom:30px;
    text-align: center;
    transition: all 500ms;
}
.left-foundation.product-active{
    transform: scale(1.1);
}
/* aiops透明度正常，不放大显示 */
.left-foundation.product-normal .infra-base-container,
.left-foundation.product-normal .apm-base-container,
.left-foundation.product-normal .log-base-container,
.left-foundation.product-normal .bpi-base-container,
.left-foundation.product-normal .dem-base-container,
.left-foundation.product-normal .network-base-container,
.left-foundation.product-normal .browser-base-container,
.left-foundation.product-normal .app-base-container,
.left-foundation.product-normal .applets-base-container,
.left-foundation.product-normal .people-browser,
.left-foundation.product-normal .people-app,
.left-foundation.product-normal .people-applets,
.left-foundation.product-normal .dem-base,
.left-foundation.product-normal .dem-base-shadow{
    opacity: 1;
}
.left-foundation.product-active .infra-base-container,
.left-foundation.product-active .apm-base-container,
.left-foundation.product-active .log-base-container,
.left-foundation.product-active .bpi-base-container,
.left-foundation.product-active .dem-base-container,
.left-foundation.product-active .network-base-container,
.left-foundation.product-active .browser-base-container,
.left-foundation.product-active .app-base-container,
.left-foundation.product-active .applets-base-container,
.left-foundation.product-active .people-browser,
.left-foundation.product-active .people-app,
.left-foundation.product-active .people-applets,
.left-foundation.product-active .dem-base,
.left-foundation.product-active .dem-base-shadow{
    opacity: 1;
}
/* infra地基 */
.infra-container{
    width: 65%;
    height: 40%;
    position: absolute;
    left: 59%;
    bottom: 37%;
    transform: translateX(-50%);
}
.network-source-line{
    position: absolute;
    left: 50%;
    bottom: -12%;
    opacity: .5;
}
.infra-base-container{
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 500ms;
    opacity: .1;
}
.infra-base-shadow{
    width: 58%;
    position: absolute;
    left: 70%;
    bottom: 0%;
    transform: translateX(-50%);
    text-align: center;
    z-index: -1;
}
.infra-base{
    width:90%;
    position: absolute;
    left:55%;
    bottom:-10%;
    transform: translateX(-50%);
    text-align: center;
    transition: all 500ms;
}
.title-infra{
    position: absolute;
    left: 65%;
    bottom: 35%;
    width: 25%;
    opacity: 0;
}
.infra-base-container:hover,.infra-base-container.product-active{
    transform: scale(1.2);
    opacity: 1;
}
.infra-base-container:hover .title-infra,.infra-base-container.product-active .title-infra{
    opacity: 1;
    animation: up-down 1000ms forwards;
    animation-delay:300ms;
}
/* apm */
.apm-base-container{
    width:35%;
    position: absolute;
    left: 48%;
    bottom: 46%;
    transform: translateX(-50%);
    transition: all 500ms;
    opacity: .1;
}
.title-apm{
    position: absolute;
    left: 18%;
    bottom: 95%;
    width: 72%;
    opacity: 0;
}
.apm-base-shadow{
    width:70%;
    position: absolute;
    left:48%;
    bottom:1px;
    text-align: center;
    z-index: -1;
}
.apm-base{
    width:100%;
    position: absolute;
    left:50%;
    bottom:0;
    transform: translateX(-50%);
    text-align: center;
}
.apm-base-container:hover,.apm-base-container.product-active{
    transform: translateX(-50%) scale(1.2);
    opacity: 1;
}
.apm-base-container:hover .title-apm,.apm-base-container.product-active .title-apm{
    opacity: 1;
    animation: up-down 1000ms forwards;
    animation-delay:300ms;
}
/* log */
.log-base-container{
    width:20%;
    position: absolute;
    left: 20%;
    bottom: 80%;
    transform: translateX(-50%);
    transition: all 500ms;
    opacity: .1;
}
.log-base-shadow{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 80%;
    transform: translateX(-50%);
    z-index: -1;
}
.log-base{
    position: absolute;
    width:100%;
    height:100%;
}
.title-log{
    position: absolute;
    left: 0;
    bottom: 90%;
    width: 126%;
    opacity: 0;
}
.log-base-container:hover,.log-base-container.product-active{
    transform: translateX(-50%) scale(1.2);
    opacity: 1;
}
.log-base-container:hover .title-log,.log-base-container.product-active .title-log{
    opacity: 1;
    animation: up-down 1000ms forwards;
    animation-delay:300ms;
}
/* 数字终端体验 */
.dem-base-container{
    position: absolute;
    left: 35%;
    bottom: 25%;
    transform: translateX(-50%);
    width: 40%;
    height: 35%;
    transition: all 500ms;
    z-index:200;
}
.user-network-line{
    position: absolute;
    left: 40%;
    bottom: 22%;
    opacity: .5;
}
.dem-base{
    opacity: .1;
}
.dem-base-shadow{
    position: absolute;
    left: 45%;
    bottom: 2%;
    z-index: -1;
    opacity: .1;
}
/* browser */
.browser-base-container{
    position: absolute;
    left: 35%;
    bottom: 70%;
    z-index: 1;
    transition: all 500ms;
    opacity: .1;
}
.item-base-shadow{
    position: absolute;
    bottom: 0px;
    left: 30%;
    z-index: -1;
}
.title-item{
    position: absolute;
    left: -30%;
    bottom: 60%;
    width: 180%;
    display: none;
}
.item-icon{
    position: absolute;
    left: 50%;
    bottom: 35%;
    transform: translateX(-50%);
}
.browser-base-container:hover{
    transform: scale(1.2);
    opacity: 1;
}
.browser-base-container:hover .title-item{
    display: block;
}
/* app */
.app-base-container{
    position: absolute;
    left: 50%;
    bottom: 55%;
    z-index: 1;
    transition: all 500ms;
    opacity: .1;
}
.app-base-container:hover{
    transform: scale(1.2);
    opacity: 1;
}
.app-base-container:hover .title-item{
    display: block;
}
/* 小程序 */
.applets-base-container{
    position: absolute;
    left: 65%;
    bottom: 40%;
    z-index: 1;
    transition: all 500ms;
    opacity: .1;
}
.applets-base-container:hover{
    transform: scale(1.2);
    opacity: 1;
}
.applets-base-container:hover .title-item{
    display: block;
}
/* 人像 */
.people-browser{
    position: absolute;
    left: 20%;
    bottom: 50%;
    opacity: .1;
}
.people-app{
    position: absolute;
    left: 33%;
    bottom: 39%;
    opacity: .1;
    z-index:200;
}
.people-applets{
    position: absolute;
    left: 40%;
    bottom: 15%;
    opacity: .1;
    z-index:300;
}
.title-szzdsb{
    position: absolute;
    left: 40%;
    top: -65%;
    width: 45%;
    opacity: 0;
    z-index: 100;
}
.dem-base-container.product-active{
    transform: translateX(-50%) scale(1.2);
}
.dem-base-container.product-active .title-szzdsb{
    opacity: 1;
    animation: up-down 1000ms forwards;
    animation-delay:300ms;
}
.dem-base-container:hover .title-szzdsb{
    opacity: 0;
}
.dem-base-container.product-active .browser-base-container,
.dem-base-container.product-active .app-base-container,
.dem-base-container.product-active .applets-base-container,
.dem-base-container.product-active .people-browser,
.dem-base-container.product-active .people-app,
.dem-base-container.product-active .people-applets,
.dem-base-container.product-active .dem-base,
.dem-base-container.product-active .dem-base-shadow{
    opacity: 1;
}
/* bpi */
.bpi-base-container{
    position: absolute;
    left: 10%;
    bottom: 55%;
    transition: all 500ms;
    z-index: 1;
    opacity: .1;
}
.bpi-base-shadow{
    position: absolute;
    left: 20%;
    bottom: -5%;
    z-index: -1;
}
.title-bpi{
    position: absolute;
    left: 0;
    bottom: 60%;
    width: 130%;
    opacity: 0;
}
.bpi-base-container:hover,.bpi-base-container.product-active{
    transform: scale(1.2);
    opacity: 1;
}
.bpi-base-container:hover .title-bpi,.bpi-base-container.product-active .title-bpi{
    opacity: 1;
    animation: up-down 1000ms forwards;
    animation-delay:300ms;
}
/* network */
.network-base-container{
    position: absolute;
    left:50%;
    bottom:25%;
    z-index:300;
    transition: all 500ms;
    opacity: .1;
    width:12%;
}
.network-base-shadow{
    position: absolute;
    z-index: -1;
    left: 10%;
    bottom: -5%;
    width: 100%;
}
.title-network{
    position: absolute;
    left: -5%;
    bottom: 160%;
    width: 134%;
    opacity: 0;
}
.networks-icon{
    position: absolute;
    left: 5%;
    bottom: 50%;
}
.network-base-container:hover,.network-base-container.product-active{
    transform: scale(1.2);
    opacity: 1;
}
.network-base-container:hover .title-network,.network-base-container.product-active .title-network{
    animation: up-down 1000ms forwards;
    animation-delay:300ms;
    opacity: 1;
}
/* 数据可视化 */
.data-ty-pipe{
    position: absolute;
    left: 60%;
    bottom: 30%;
}
.data-visualization-container{
    position: absolute;
    width: 40%;
    left: 0;
    bottom: -25%;
    z-index: 100;
    transform: translateX(-50%);
    opacity: .5;
}
.data-visualization-shadow{
    position: absolute;
    width: 50%;
    bottom: 10%;
    left: 40%;
    z-index: -1;
}
.title-data{
    position: absolute;
    bottom: 60%;
    left: 25%;
    width: 60%;
    /* transition: all 500ms; */
    animation: pop-up-down 1s infinite alternate;
}
@keyframes pop-up-down{
    from{
        transform: translateY(-5px);
    }
    to{
        transform: translateY(5px);
    }
}
.data-visualization-container:hover{
    opacity: 1;
}
/* 北冥告警 */
.nalarm-ty-pipe{
    position: absolute;
    left: -20%;
    bottom: -5%; 
    z-index:50;
}
.nalarm-container{
    position: absolute;
    width: 25%;
    right: 0;
    bottom: 46%;
    z-index: 1000;
    transform: translateX(50%);
    opacity: .5;
}
.nalarm-icon{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40%;
}
.nalarm-shadow{
    position: absolute;
    width: 70%;
    bottom: 2%;
    left: 20%;
    z-index: -1;
}
.title-nalarm{
    position: absolute;
    bottom: 65%;
    left: 15%;
    width: 92%;
    /* transition: all 500ms; */
    animation: pop-up-down 1s infinite alternate;
}
.nalarm-container:hover{
    opacity: 1;
}
/* 右半部分 */
.right-container{
    position: absolute;
    width:30%;
    left:67%;
    bottom:190px;
    text-align: center;
    z-index:100;
}
.right-foundation{
    position: absolute;
    bottom: -85px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.right-base-shadow{
    position: absolute;
    left: 40%;
    bottom: 0;
}
/* 右侧轮播 */
.product-container{
    position: absolute;
    width:100%;
    bottom: 20px;
}
.product-circle {
    position: relative;
    width: 100%;
    height: 220px;
    margin: 0 auto;
    user-select: none;
}

.product-circle > * {
    transition: ease all 1s;
}

.product-circle > div,
.product-circle .hidden {
    opacity: 0;
    position: absolute;
    top: 20%;
    left: 50%;
    width: 1px;
    /* height: 1px; */
    z-index: 0;
    /* overflow: hidden; */
}

.product-circle .active {
    opacity: 1;
    position: absolute;
    top: 70%;
    left: 50%;
    margin-left: -10%;
    width: 20%;
    height:60%;
    z-index: 10;
    transform: scale(1.2)
}

.product-circle .prev1,
.product-circle .next1 {
    opacity: 0.3;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -30%;
    width: 20%;
    height:60%;
    z-index: 9;
}

.product-circle .next1 {
    margin-left: 15%;
}

.product-circle .prev2,
.product-circle .next2 {
    opacity: 0.3;
    position: absolute;
    top: 5%;
    left: 50%;
    margin-left: -25%;
    width: 20%;
    height:60%;
    z-index: 8;
}

.product-circle .next2 {
    margin-left: 5%;
}

.product-circle .prev3,
.product-circle .next3 {
    opacity: 0.3;
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -50%;
    width: 7%;
    z-index: 7;
}

.product-circle .next3 {
    margin-left: 43%;
}

.product-circle .prev4,
.product-circle .next4 {
    opacity: 0.3;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -40%;
    width: 3%;
    z-index: 6;
}

.product-circle .next4 {
    margin-left: 37%;
}

.product-circle .prev5,
.product-circle .next5 {
    opacity: 0.1;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -15%;
    width: 2%;
    z-index: 5;
}

.product-circle .next5 {
    margin-left: 13%;
}
/*  */
.product-item{
    background: url('../images/product-detail.png') no-repeat center;
    background-size: contain;
}
.product-item.active{
    /* background: url('../images/product-detail-active.png') no-repeat center;
    background-size: contain; */
    transform: scale(1.2);
}
.product-detail{
    position:absolute;
    bottom:130%;
    left:50%;
    transform: translateX(-50%);
    width:50px;
    opacity: 0;
    transition:all 1s;
}
.product-detail.detail-active{
    width:350px;
    opacity: 1;
}
/* 产品全景图 */
/* 核心能力 */
.core-competence-box li{
    float:left;
    width:20%;
}
.core-competence-box li:hover{
    box-shadow: 0 -18px 84px -38px rgba(0,141,239,.4); 
}
.core-competence{
    padding:40px 10%;
    text-align:center;
}
.core-competence img{
    width:100px;
}
.core-competence-title{
    font-size:18px;
    color:#052950;
    margin:10px 0 30px;
}
.core-competence-info{
    min-height:140px;
    font-size:14px;
    line-height: 24px;
    margin-bottom:25px;
}
.btn-a{
    font-size:14px;
    color:#677584;
    padding:2px 10px;
    border-radius:2px;
    border:1px solid rgba(103,117,132,1);
}
.btn-a:hover{
    color:#0091FF;
    border-color:#0091FF;
}
/* 核心能力 */
/* 客户价值 */
.customer-value-box{
    min-height:260px;
}
.customer-value-tab{
    float:left;
}
.customer-value-tab li a{
    display: block;
    font-size:18px;
    color:#053850;
    padding:20px 10px 20px 20px;
    border-right:1px solid rgba(151,151,151,.22);
}
.customer-value-tab li a .icon{
    margin-right:10px;
}
.customer-value-tab li a:hover,.customer-value-tab li a.active{
    border-right:2px solid #0091FF;
    padding-right:9px;
    background:linear-gradient(90deg,rgba(225,234,255,0) 0%,rgba(0,145,255,0.2) 100%);
}
.icon-zbdl{
    background: url('../images/zbdl.svg') no-repeat center;
}
.icon-xnyh{
    background: url('../images/xnyh.svg') no-repeat center;
}
.icon-yhty{
    background: url('../images/yhty.svg') no-repeat center;
}
.icon-jbzx{
    background: url('../images/jbzx.svg') no-repeat center;
}
.customer-value-tab li a:hover .icon-zbdl,.customer-value-tab li a.active .icon-zbdl{
    background-image:url('../images/zbdl-blue.svg');
}
.customer-value-tab li a:hover .icon-xnyh,.customer-value-tab li a.active .icon-xnyh{
    background-image:url('../images/xnyh-blue.svg');
}
.customer-value-tab li a:hover .icon-yhty,.customer-value-tab li a.active .icon-yhty{
    background-image:url('../images/yhty-blue.svg');
}
.customer-value-tab li a:hover .icon-jbzx,.customer-value-tab li a.active .icon-jbzx{
    background-image:url('../images/jbzx-blue.svg');
}
.customer-value{
    margin-left: 185px;
}
.customer-info{
    display: none;
    font-size:14px;
}
.customer-info-show{
    display:block;
}
.customer-info>ul{
    float: left;
    width:60%;
}
.customer-info>div{
    float:left;
    width:30%;
}
.customer-info>div img{
    width:100%;
}
.customer-info li{
    padding:20px 30px;
}
.customer-info li .round-dot{
    margin-top:6px;
}
.round-dot{
    display:inline-block;
    width:10px;
    height:10px;
    border-radius: 50%;
    background:#0091FF;
}
.customer-info li div{
    margin-left:20px;
    line-height: 24px;
}
/* 客户价值 */
/* 合作伙伴 */
/* 必要布局样式css */
.slider-wrap {
    position: relative;
    width:80%;
    margin:0 auto;
}

.slider-wrap a {
    position: absolute;
    top:50%;
    display: block;
    width: 42px;
    height: 42px;
    overflow: hidden;
    margin-top:-21px;
}

.hover_L {
    background: url(../images/icon-arrow-left.svg) no-repeat center;
    background-size:30%;
    right:calc(100% + 40px);
}

.hover_R {
    transform: rotate(180deg);
    background: url(../images/icon-arrow-left.svg) no-repeat center;
    background-size:30%;
    left:calc(100% + 40px);
}


.mark-main {
    overflow: hidden;
    position: relative;
}

.click_con {
    width: 100%;
    padding: 90px 0;
    overflow: hidden;
    margin-left: -133px;
}

.system_list {
    width: 360px;
    height: 416px;
    position: relative;
    background: #FaFafa;
    margin: 0 5px;
    float: left;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
/* 航空 */
.industry-aviation{
    background:url('../images/aviation.jpg') no-repeat center;
    background-size: cover;
}
/* 电力 */
.industry-power{
    background:url('../images/power.jpg') no-repeat center;
    background-size: cover;
}
/* 运营商 */
.industry-service-provider{
    background:url('../images/service-provider.jpg') no-repeat center;
    background-size: cover;
}
/* 电商 */
.industry-online-retailers{
    background:url('../images/online-retailers.jpg') no-repeat center;
    background-size: cover;
}
/* 银行 */
.industry-bank{
    background:url('../images/bank.jpg') no-repeat center;
    background-size: cover;
}
/* 保险 */
.industry-insurance{
    background:url('../images/insurance.jpg') no-repeat center;
    background-size: cover;
}
/* 在线教育 */
.industry-online-education{
    background:url('../images/online-education.png') no-repeat center;
    background-size: cover;
}
.layer-mask {
    transition: all 1s;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom:0;
}

.click_con .new_cur .layer-mask {
    background:rgba(0,134,255,0.65);
}

.click_con .new_cur {
    z-index: 10;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
/* 合作伙伴 */
.ty-partner-icon{
    width:20%;
    margin:0 auto 15px;
}
.ty-partner{
    position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 100;
}
/* 合作伙伴行业 */
.ty-partner-industry{
    font-size:18px;
    margin:10px 0;
}
/* 分割线 */
.split-line{
    display: inline-block;
    width:20px;
    height:2px;
    background:#fff;
}
.split-line-top{
    display: inline-block;
}
.new_cur .split-line-top{
    display: none;
}
.split-line-bottom{
    display: none;
}
.new_cur .split-line-bottom{
    display: inline-block;
}
/* 行业描述信息 */
.ty-partner-info{
    display: none;
    margin-top:20px;
}
.new_cur .ty-partner-info{
    display: block;
}
/* 合作伙伴 */
/* 智能业务运维，从现在开始 */
.begin-now{
    padding:70px 60px 60px;
    color:#fff;
    background:url('../images/banner-bottom.jpg') no-repeat center;
    background-size: cover;
}
.white-title{
    font-size:35px;
    margin-bottom:10px;
}
.white-subtitle{
    font-size:24px;
    color:rgba(255,255,255,.75);
    margin-bottom:10px;
}
.begin-now .btn-group{
    margin-top:40px;
}
/* 智能业务运维，从现在开始 */
/* 页脚 */
.contact-us{
    position: absolute;
    left:100px;
    top:50px;
    font-size:14px;
}
.qr-code{
    text-align: center;
    margin-bottom:20px;
}
.qr-code>div{
    padding:10px;
    margin-bottom:10px;
    background:#fff;
}
.contact-info{
    margin-bottom:20px;
}
.contact-info>div{
    font-size:18px;
    color:#fff;
    margin-bottom:10px;
}
/* 页脚 */
/***** 解决方案 *****/
.banner-solution{
    position:relative;
    height:670px;
}
/* 用户体验 */
.banner-user-experience{
    background:url('../images/banner-user-experience.png') no-repeat center;
    background-size:cover;
}
/* 一体化监控 */
.banner-Integrated-monitoring{
    background:url('../images/banner-Integrated-monitoring.png') no-repeat center;
    background-size:cover;
}
/* 微服务治理 */
.banner-microservice-governance{
    background:url('../images/banner-microservice-governance.png') no-repeat center;
    background-size:cover;
}
/* DevOps */
.banner-devops{
    background:url('../images/banner-devops.png') no-repeat center;
    background-size:cover;
}
/* 智能告警 */
.banner-Intelligent-alarm{
    background:url('../images/banner-Intelligent-alarm.png') no-repeat center;
    background-size:cover;
}
/* CDN质量监控 */
.banner-cdn-quality-control{
    background:url('../images/banner-cdn-quality-control.png') no-repeat center;
    background-size:cover;
}
/* 业务运维 */
.banner-business-operations{
    background:url('../images/banner-business-operations.png') no-repeat center;
    background-size:cover;
}
/* AIOps */
.banner-banner-aiops{
    background:url('../images/banner-aiops.png') no-repeat center;
    background-size:cover;
}
/* 业务挑战 */
.biz-challenges-list>.biz-challenges-item{
    padding:0 20px;
    text-align: center;
    box-sizing: border-box;
}
.biz-challenges-list>.biz-challenges-item:first-child{
    padding-left:0;
}
.biz-challenges-list>.biz-challenges-item:last-child{
    padding-right:0;
}
.biz-challenges-item>div{
    width: 220px;
    height: 240px;
    padding: 30px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 7px 34px -2px rgba(94,143,177,0.25);
    overflow: hidden;
}
.biz-challenges-item>div .biz-challenges-icon{
    margin-bottom:30px;
}
.biz-challenges-icon{
    display: inline-block;
    width:45px;
    height:45px;
}
/* 业务挑战图标 */
/* 用户体验 */
.icon-user-action{
    background:url('../images/user-action.svg') no-repeat center;
    background-size:contain;
}
.icon-user-analysis{
    background:url('../images/user-analysis.svg') no-repeat center;
    background-size:contain;
}
.icon-user-operate{
    background:url('../images/user-operate.svg') no-repeat center;
    background-size:contain;
}
.icon-user-stable{
    background:url('../images/user-stable.svg') no-repeat center;
    background-size:contain;
}
/* 一体化监控 */
.icon-ecological{
    background:url('../images/icon-ecological.svg') no-repeat center;
    background-size:contain;
}
.icon-division{
    background:url('../images/icon-division.svg') no-repeat center;
    background-size:contain;
}
.icon-find{
    background:url('../images/icon-find.svg') no-repeat center;
    background-size:contain;
}
.icon-perspective{
    background:url('../images/icon-perspective.svg') no-repeat center;
    background-size:contain;
}
/* 微服务治理 */
.icon-deployment{
    background:url('../images/icon-deployment.svg') no-repeat center;
    background-size:contain;
}
.icon-depend{
    background:url('../images/icon-depend.svg') no-repeat center;
    background-size:contain;
}
.icon-folder{
    background:url('../images/icon-folder.svg') no-repeat center;
    background-size:contain;
}
.icon-chain{
    background:url('../images/icon-chain.svg') no-repeat center;
    background-size:contain;
}
/* devops */
.icon-perfor{
    background:url('../images/icon-perfor.svg') no-repeat center;
    background-size:contain;
}
.icon-comm{
    background:url('../images/icon-comm.svg') no-repeat center;
    background-size:contain;
}
.icon-test{
    background:url('../images/icon-test.svg') no-repeat center;
    background-size:contain;
}
.icon-realtime{
    background:url('../images/icon-realtime.svg') no-repeat center;
    background-size:contain;
}
/* 智能告警 */
.icon-associated{
    background:url('../images/icon-associated.svg') no-repeat center;
    background-size:contain;
}
.icon-filter{
    background:url('../images/icon-filter.svg') no-repeat center;
    background-size:contain;
}
.icon-inf{
    background:url('../images/icon-inf.svg') no-repeat center;
    background-size:contain;
}
.icon-scattered{
    background:url('../images/icon-scattered.svg') no-repeat center;
    background-size:contain;
}
/* CDN质量监控 */
.icon-effect{
    background:url('../images/icon-effect.svg') no-repeat center;
    background-size:contain;
}
.icon-refer{
    background:url('../images/icon-refer.svg') no-repeat center;
    background-size:contain;
}
.icon-quality{
    background:url('../images/icon-quality.svg') no-repeat center;
    background-size:contain;
}
.icon-optimize{
    background:url('../images/icon-optimize.svg') no-repeat center;
    background-size:contain;
}
/* 业务运维 */
.icon-sustain{
    background:url('../images/icon-sustain.svg') no-repeat center;
    background-size:contain;
}
.icon-location{
    background:url('../images/icon-location.svg') no-repeat center;
    background-size:contain;
}
.icon-complain{
    background:url('../images/icon-complain.svg') no-repeat center;
    background-size:contain;
}
.icon-check{
    background:url('../images/icon-check.svg') no-repeat center;
    background-size:contain;
}
/* AIOps */
.icon-rely{
    background:url('../images/icon-rely.svg') no-repeat center;
    background-size:contain;
}
.icon-source{
    background:url('../images/icon-source.svg') no-repeat center;
    background-size:contain;
}
.icon-contacts{
    background:url('../images/icon-contact.svg') no-repeat center;
    background-size:contain;
}
.icon-explode{
    background:url('../images/icon-explode.svg') no-repeat center;
    background-size:contain;
}
.biz-challenges-title{
    font-size:18px;
    color:rgba(5,41,80,1);
    margin-bottom:15px;
}
.biz-challenges-bd{
    font-size:14px;
    line-height:24px;
}
/* 方案优势 */
.plan-cont>div{
    width:50%;
    padding:0 50px;
}
.plan-cont>div img{
    max-width:100%;
}
.plan-title{
    font-size:32px;
    color:rgba(5,41,80,1);
    margin-bottom:10%;
}
.plan-splitline{
    width:75px;
    height:2px;
    margin-bottom:10%;
    background:linear-gradient(180deg,rgba(0,125,232,1) 0%,rgba(0,202,246,1) 100%);
}
.plan-detail{
    font-size:18px;
    line-height: 34px;
    font-weight: lighter;
}
/* 本方案相关产品 */
.product-cont{
    position: relative;
    padding:20px 30px 30px;
    margin:0 20px 50px;
    text-align: center;
    border-radius:18px;
    border:2px solid rgba(0,145,255,1);
    border-bottom:none;
}
.product-icon{
    display: inline-block;
    width:70px;
    height:80px;
}
.icon-apps{
    background:url('../images/app.svg') no-repeat center top;
}
.icon-browsers{
    background:url('../images/browser.svg') no-repeat center top;
}
.icon-apm{
    background:url('../images/apm.svg') no-repeat center top;
}
.icon-applet{
    background:url('../images/applet.svg') no-repeat center top;
}
.icon-networks{
    background:url('../images/network.svg') no-repeat center top;
}
.icon-alarms{
    background:url('../images/alarm.svg') no-repeat center top;
}
.icon-bpi{
    background:url('../images/bpi.svg') no-repeat center top;
}
.icon-log{
    background:url('../images/log.svg') no-repeat center top;
}
.icon-infra{
    background:url('../images/infra.svg') no-repeat center top;
}
.product-name{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    background: rgba(0,145,255,1);
    border-radius: 50%;
}
/* banner中默认灰色样式的按钮 */
.default-btn{
    width: 150px;
    height: 50px;
    line-height: 48px;
    background: rgba(255,255,255,.3);
    border: none;
    padding: 0;
    text-align: center;
}
.banner-btn>a{
    margin-left:30px;
}
.banner-btn>a:first-child{
    margin-left:0;
}
/***** 解决方案 *****/
.video-mask{
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
}
/***** 平台能力 *****/
.img-responsive{
    max-width:100%;
    height:auto;
    vertical-align: bottom;
}
.banner-platform{
    position: relative;
    color:#fff;
    background:url('../images/banner-platform.png') no-repeat right center;
    background-size:cover;
}
.banner-platform-content{
    /* position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%); */
    display:flex;
    align-items:center;
    justify-content: center;
}
.banner-platform-content>div{
    width:60%;
    padding: 0 50px;
    box-sizing: border-box;
}
.banner-platform-content>div:first-child{
    padding: 100px 0 50px 20%;
}
.banner-platform-content .banner-subtitle{
    white-space: normal;
    line-height: 38px;
}
@media screen and (max-width:1440px){
    .banner-platform-content .banner-subtitle{
        font-size: 18px;
    }   
}
/* 核心价值 */
.card-item{
    padding:0 25px;
}
.card-item>div{
    width: 160px;
    height: 190px;
    padding: 30px 20px 20px;
    text-align: center;
    background: rgba(255,255,255,1);
    box-shadow: 0px 7px 34px -2px rgba(94,143,177,0.25);
    overflow: hidden;
}
.card-item>div>.card-title{
    margin-bottom:10px;
}
.card-title{
    font-size:18px;
    font-weight: 500;
    color: #052950;
}
.card-bd{
    font-size:14px;
    line-height: 22px;
    font-weight:lighter;
}
/* 带发光的图标 */
.icon-content{
    margin-bottom:20px;
}
.icon-shadow{
    display: inline-block;
    width:68px;
    height:68px;
    border-radius:50%;
}
.shadow-blue{
    box-shadow: 1px 0px 14px 1px rgba(112, 148, 242, 0.3);
}
.shadow-yellow{
    box-shadow: 1px 0px 14px 1px rgba(255, 190, 88, 0.3);
}
.shadow-lightblue{
    box-shadow: 1px 0px 14px 1px rgba(2, 191, 231, 0.3);
}
.shadow-green{
    box-shadow: 1px 0px 14px 1px rgba(0, 208, 132, 0.3);
}
.shadow-purple{
    box-shadow: 1px 0px 14px 1px rgba(150, 154, 242, 0.3);
}
/* 全栈溯源 */
.icon-security{
    background:url('../images/icon-security.svg') no-repeat center;
}
.icon-positioning{
    background:url('../images/icon-positioning.svg') no-repeat center;
}
.icon-monitoring{
    background:url('../images/icon-monitoring.svg') no-repeat center;
}
.icon-automatic{
    background:url('../images/icon-automatic.svg') no-repeat center;
}
/* 业务运维 */
.icon-measure{
    background:url('../images/icon-measure.svg') no-repeat center;
}
.icon-comb{
    background:url('../images/icon-comb.svg') no-repeat center;
}
.icon-manage{
    background:url('../images/icon-manage.svg') no-repeat center;
}
.icon-fast{
    background:url('../images/icon-fast.svg') no-repeat center;
}
/* AIOps */
.icon-alarm{
    background:url('../images/icon-alarm.svg') no-repeat center;
}
.icon-hoist{
    background:url('../images/icon-hoist.svg') no-repeat center;
}
.icon-raise{
    background:url('../images/icon-raise.svg') no-repeat center;
}
.icon-restrain{
    background:url('../images/icon-restrain.svg') no-repeat center;
}
/* 一体化运维 */
.icon-raise2{
    background:url('../images/icon-raise2.svg') no-repeat center;
}
.icon-innovation{
    background:url('../images/icon-innovation.svg') no-repeat center;
}
.icon-speed{
    background:url('../images/icon-speed.svg') no-repeat center;
}
.icon-accurate{
    background:url('../images/icon-accurate.svg') no-repeat center;
}
.icon-focus{
    background:url('../images/icon-focus.svg') no-repeat center;
}
/* 数字终端体验 */
.icon-analysis{
    background:url('../images/icon-analysis.svg') no-repeat center;
}
.icon-build{
    background:url('../images/icon-build.svg') no-repeat center;
}
.icon-optimize2{
    background:url('../images/icon-optimize2.svg') no-repeat center;
}
.icon-simulate{
    background:url('../images/icon-simulate.svg') no-repeat center;
}
/***** 平台能力 *****/
/***** 性能报告 *****/
/* 全局样式 */
.ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* banner*/
.banner-report {
    position: relative;
    color: #fff;
    background: url(../images/banner-report.png) no-repeat right center;
    background-size: cover;
}
.banner-report-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-report-content>div {
    width: 60%;
    padding: 0 50px;
    box-sizing: border-box;
}
.banner-report-content>div:first-child {
    padding: 100px 0 50px 20%;
}
.banner-report-content>div:last-child {
    align-self:flex-end;
}
.banner-report-content .banner-subtitle {
    white-space: normal;
    line-height: 38px;
}
/* 报告列表 */
.report-item{
    margin-bottom:30px;
    border-bottom: 1px solid #D3D3D3;
}
.report-item>a{
    display: block;
    padding: 13px 0;
    font-size:18px;
}
.report-item>a:hover{
    color:#2997FF;
}
.report-item>a>span{
    float:right;
}
.report-item>a>div{
    padding-right:50px;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
/* 分页 */
.page-wrap{
    height:30px;
}
.page{
    position:relative
}
.page .custom-pagination,.page.custom-pagination ul,.page .custom-pagination ul li,.page .custom-pagination .page-to input{
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box
}
.page .custom-pagination{
    height:30px;
    color:#666;
    text-align:center;
    font-size:14px;
    position:absolute;
    top:0;
    left:50%
}
.page .custom-pagination ul{
    float:left;
    height:30px;
    list-style:none;
    padding:0;
    margin:0;
    font-size:0;
    overflow:hidden;
    white-space:no-wrap
}
.page .custom-pagination ul li{
    display:inline-block;
    font-size:14px;
    min-width:30px;
    padding:0 10px;
    height:30px;
    line-height:28px;
    margin-left:10px;
    border-radius: 8px;
    border: 1px solid #848484;
    cursor:pointer;
    vertical-align:top
}
.page .custom-pagination ul li:first-child{
    margin-left:0
}
.page .custom-pagination ul li.current-page{
    background-color:#2997FF;
    color:#fff;
    border-color:#2997FF;
}
.page .custom-pagination ul li:hover{
    background-color:#2997FF;
    border-color:#2997FF;
    color:#fff
}
.page .custom-pagination a.prev-page,.custom-pagination a.next-page{
    display:block;
    float:left;
    width:30px;
    height:30px;
    line-height:28px;
    background-color:#fafafa;
    border: 1px solid #848484;
    cursor:pointer;
    vertical-align:middle;
    color:#666;
    text-decoration:none;
    border-radius:8px;
    box-sizing: border-box;
}
.page .custom-pagination a.prev-page{
    margin-right:10px
}
.page .custom-pagination a.next-page{
    margin-left:10px
}
.page .custom-pagination a.prev-page:hover,.page .custom-pagination a.next-page:hover{
    background-color:#2997FF;
    border-color:#2997FF;
    color:#fff
}
.page .custom-pagination ul li.ellipsis{
    background-color:transparent;
    border:0;
    cursor:default;
    line-height:18px;
    font-size:20px
}
.page .custom-pagination ul li.ellipsis:hover{
    background-color:transparent;
    border:0;
    cursor:default;
    line-height:18px;
    font-size:20px;
    color:#666
}
.page .custom-pagination .page-to{
    width:166px;
    height:30px;
    float:left;
    margin-left:20px
}
.page .custom-pagination .page-to input{
    display:inline-block;
    width:40px;
    height:30px;
    line-height:28px;
    background-color:#fafafa;
    border:0;
    border:1px solid #848484;
    vertical-align:middle;
    margin:0 10px;
    padding:0 5px;
    border-radius: 8px;
}
.page .custom-pagination .page-to input:focus{
    outline:0
}
.page .custom-pagination .page-to span{
    vertical-align:middle;
    display:inline-block;
    width:40px;
    height:30px;
    line-height:28px;
    background-color:#fafafa;
    border:1px solid #848484;
    cursor:pointer;
    margin-left:10px;
    box-sizing: border-box;
    border-radius: 8px;
}
.page .custom-pagination .page-to span:hover{
    background-color:#2997FF;
    border-color:#2997FF;
    color:#fff
}
/* 分页 */
/***** 性能报告 *****/
/***** 听云风向标 *****/
.banner-wind {
    position: relative;
    color: #fff;
    background: url(../images/banner-wind.png) no-repeat center;
    background-size: cover;
}
.banner-wind-content{
    width:60%;
    margin:0 auto;
    padding:100px 50px;
}
.banner-wind-content .banner-subtitle {
    white-space: normal;
    line-height: 38px;
}
.section-bg{
    background: url(../images/section-bg.png) no-repeat center top;
    background-size: cover;
}
/* 风向标列表 */
.wind-container-list>div{
    width:50%;
    float: left;
    padding:20px;
    margin-top:120px;
    margin-bottom:50px;
    box-sizing:border-box;
}
.wind-container-item{
    box-shadow: 0px 7px 34px -2px rgba(94, 143, 177, 0.25);
}
.wind-container-hd{
    position: relative;
}
.wind-container-hd>div:first-child{
    position: absolute;
    left:50%;
    margin-top:-120px;
    margin-left:-150px;
    width:300px;
    height:300px;
    text-align: center;
    font-size:32px;
    color:#3782FE;
    background:url('../images/wind-indicator-circle.png') no-repeat center;
}
.wind-container-hd>div>.wind-indicator-title{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.wind-container-hd>div:last-child{
    height:132px;
    padding:200px 35px 35px;
    font-size:18px;
    color:#fff;
    line-height:33px;
    background:url('../images/wind-indicator-hd.png') no-repeat center top;
    background-size:cover;
    border-radius: 6px 6px 0 0;
}
.wind-container-bd{
    padding:35px;
    background:#fff;
    border-radius: 0 0 6px 6px;
}
.wind-indicator-list{
    height:200px;
    margin-bottom:30px;
    overflow: hidden;
}
.wind-indicator-item{
    position: relative;
    font-size:18px;
    margin-left:20px;
    padding:4px 10px;
    margin-bottom:10px;
    border-radius:20px;
    cursor: pointer;
}
.wind-indicator-item:last-child{
    margin-bottom:0;
}
.wind-indicator-item:hover{
    color:#fff;
    background: linear-gradient(270deg, rgba(55, 130, 254, 0.37) 0%, #3782FE 100%);
}
.wind-indicator-item:hover a{
    color:#fff;
}
.wind-indicator-item a>em{
    position: absolute;
    top:50%;
    left:-15px;
    margin-top:-4px;
    display: inline-block;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#D7D7D7;
}
.wind-indicator-item:hover a>em{
    background: #3782FE;
}
.wind-indicator-item a>span{
    float:right;
    margin-left:20px;
}
.btn-radius{
    border-radius:20px;
}
.icon-arrow{
    background:url('../images/icon-arrow.svg') no-repeat center;
}
.btn-learn-more{
    width:130px;
    cursor: pointer;
}
.btn-learn-more .icon-arrow{
    width:0;
    transition: width 100ms;
}
.btn-learn-more:hover .icon-arrow{
    width:20px;
    background-position: center 7px;
}
/* 控制文本显示4行，超出后显示... */
.text-line-4{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
/***** 听云风向标 *****/
/***** Gartner *****/
.flex{
    display: -webkit-flex; /* Safari */
    display: flex;
}
@media screen and (max-width:1440px){
    .banner-gartner .banner-subtitle{
        font-size: 20px;
    }   
}
.banner-gartner {
    position: relative;
    height: 600px;
    background: url(../images/banner-gartner.png) no-repeat center;
    background-size: cover;
}
/* 蓝色的渐变按钮 */
.btn-primary-gradient{
    border:none;
    background: linear-gradient(90deg, #007DE8 0%, #00CAF6 100%);
}
.container-bg{
    background: url('../images/container-bg.png') no-repeat center bottom;
    background-size:cover;
}
/* gartner说 */
.icon-impact{
    background:url('../images/icon-impact.svg') no-repeat center;
    background-size:contain;
}
.icon-innovations{
    background:url('../images/icon-innovations.svg') no-repeat center;
    background-size:contain;
}
.icon-support{
    background:url('../images/icon-support.svg') no-repeat center;
    background-size:contain;
}
.icon-screens{
    background:url('../images/screen.svg') no-repeat center top;
    background-size:80%;
}
/* 蓝色背景 */
.blue-bg{
    background: #2997FF;
}
/* 蓝色背景下小标题样式 */
.blue-bg .module-text {
    color: #fff;
}
.blue-bg .module-text:after {
    background: #fff;
}
/* 浮动 */
.pull-left{
    float:left;
}
.pull-right{
    float:right;
}
/* 他们说轮播图 */
/*********************************/
.theySay-container {
    position: relative;
}

.theySay {
    position: relative;
    width: 50vw;
    height: 250px;
    margin: 0 auto;
    user-select: none;
    overflow: hidden;
}

.theySay>* {
    transition: ease all 1s;
}

.theySay .hidden {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.theySay .active {
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.theySay .prev1,
.theySay .next1 {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.theySay .next1 {
    left: 100%;
}

.theySay .prev2,
.theySay .next2 {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0%;
    width: 0px;
    height: 100%;
    z-index: 0;
}

.theySay .next2 {
    left: 100%;
}
/*********************************/

.theySay .slider_clock {
    width: 600px;
    height: 600px;
    position: relative;
    margin: 0 auto;
    user-select: none;
}

.theySay .slider_clock>* {
    transition: ease all 1s;
}

.theySay .slider_clock .active {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -125px;
    width: 400px;
    height: 250px;
    transform: rotate(0deg);
    opacity: 1;
    z-index: 10;
    overflow: hidden;
}

.theySay .slider_clock .next1,
.theySay .slider_clock .next2,
.theySay .slider_clock .next3,
.theySay .slider_clock .next4,
.theySay .slider_clock .next5,
.theySay .slider_clock .next6,
.theySay .slider_clock .next7,
.theySay .slider_clock .prev1,
.theySay .slider_clock .prev2,
.theySay .slider_clock .prev3,
.theySay .slider_clock .prev4,
.theySay .slider_clock .prev5,
.theySay .slider_clock .prev6,
.theySay .slider_clock .prev7,
.theySay .slider_clock .hidden {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 96px;
    height: 60px;
    margin-top: 200px;
    margin-left: -48px;
    transform-origin: 48px -200px;
    transform: rotate(0deg);
    opacity: 1;
    overflow: hidden;
}

.theySay .slider_clock .next2 {
    transform: rotate(-30deg);
}

.theySay .slider_clock .next3 {
    transform: rotate(-60deg);
}

.theySay .slider_clock .next4 {
    transform: rotate(-90deg);
}

.theySay .slider_clock .next5 {
    transform: rotate(-120deg);
}

.theySay .slider_clock .next6 {
    transform: rotate(-150deg);
}

.theySay .slider_clock .next7 {
    opacity: 0;
    transform: rotate(-180deg);
}

.theySay .slider_clock .prev1 {
    transform: rotate(30deg);
}

.theySay .slider_clock .prev2 {
    transform: rotate(60deg);
}

.theySay .slider_clock .prev3 {
    transform: rotate(90deg);
}

.theySay .slider_clock .prev4 {
    transform: rotate(120deg);
}

.theySay .slider_clock .prev5 {
    transform: rotate(150deg);
}

.theySay .slider_clock .prev6 {
    transform: rotate(180deg);
}

.theySay .slider_clock .prev7 {
    opacity: 0;
    transform: rotate(210deg);
}

.theySay .slider_clock .hidden {
    opacity: 0;
    transform: rotate(180deg);
}
/*********************************/

.theySay-container .nav_indicators {
    position: absolute;
    bottom: -50px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 50000;
}

.theySay-container .nav_indicators ul {
    position: static;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}

.theySay-container .nav_indicators ul li {
    position: static;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 10px;
    padding: 0;
    overflow: hidden;
    color: #D7D7D7;
    background: #D7D7D7;
    border-radius: 50%;
    cursor: pointer;
}

.theySay-container .nav_indicators ul li.active {
    position: static;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 10px;
    padding: 0;
    color: #fff;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.theySay-container .next_button,
.theySay-container .prev_button {
    position: absolute;
    right: 10% !important;
    top: 50% !important;
    margin: -15px 0 0 -25px !important;
    width: 50px !important;
    height: 30px !important;
    background: url(../images/arrow-left.svg) no-repeat center !important;
    background-size: contain !important;
    opacity: 0.5 !important;
    z-index: 5000 !important;
    cursor: pointer;
}

.theySay-container .prev_button {
    position: absolute;
    left: 10% !important;
}

.theySay-container .next_button {
    transform: rotate(180deg);
}

.theySay-container .next_button:hover,
.theySay-container .prev_button:hover {
    opacity: 1 !important;
}

.theySay>div:not(.nav_indicators):not(.next_button):not(.prev_button) {
    background: #fff;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
}
/* 自定义样式 */

.theySay-content {
    height: 100%;
    padding: 40px 60px;
    box-sizing: border-box;
}

.theySay-logo {
    width: 120px;
}

.theySay-info {
    margin-left: 160px;
    font-size: 14px;
}

.theySay-info>div:last-child {
    line-height: 26px;
}

.theySay-name {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 32px;
    color:#052950;
}

.theySay-name-line {
    display: inline-block;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #007DE8 0%, #00CAF6 100%);
}
/* 自定义样式 */
/* 他们说轮播图 */
/***** Gartner *****/
/***** 联系我们 *****/
.banner-conact{
    position: relative;
    height:320px;
    color:#fff;
    background:url('../images/banner-conact.jpg') no-repeat center;
}
.banner-conact:after{
    content:'';
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:rgba(31, 31, 31, .65);
}
.banner-conact .banner-title{
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-30px;
    margin-left:-100px;
    z-index: 100;
}
.contact-container{
    padding:30px 20px;
    margin:10px;
    background: #FEFEFF;
    border: 1px solid #E1E4E9;
}
.contact-title{
    margin-bottom:20px;
    font-size: 20px;
    font-weight: bold;
    color: #474747;
}
.contact-line{
    display: inline-block;
    width: 4px;
    height: 22px;
    margin-right:10px;
    background: #00A4FF;
    vertical-align: bottom;
}
.contact-body{
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    /* color: rgba(71, 71, 71, .6); */
}
.text-primary{
    color:rgb(0, 164, 255)
}
.contact-support{
    background:#FEFEFF url('../images/icon-support.png') no-repeat 450px bottom;
}
.contact-join{
    background:#FEFEFF url('../images/icon-join.png') no-repeat 350px bottom;
}
.contact-cooperation{
    background:#FEFEFF url('../images/icon-cooperation.png') no-repeat 800px bottom;
}
/* 办公地址 */
.switch-bar{
    background: rgba(0, 0, 0, 0.02);
    border-radius: 0px 2px 0px 0px;
    border: 1px solid #ECEEF1;
}
.switch-bar>li{
    float: left;
    width:16.66%;
    text-align: center;
}
.switch-bar>li>a{
    position: relative;
    display: block;
}
.switch-bar>li>a:hover,.switch-bar>li>a.active{
    color:#fff;
    background: #00A4FF;
}
.switch-bar>li>a:after{
    content:"";
    position: absolute;
    right:0;
    top:50%;
    margin-top:-9px;
    display: block;
    width:1px;
    height:18px;
    background: rgba(0, 0, 0, 0.06);
}
.office-local{
    display: none;
    margin-top:10px;
    border: 1px solid #EDEFF2;
}
.office-local.active{
    display: block;
}
.office-local-info{
    padding:20px 25px;
}
.office-local-map{
    height:240px;
}
/***** 联系我们 *****/
/***** 北冥告警 *****/
.flex{
    display: flex;
}
.banner-product{
    height:670px;
    color:#fff;
}
.banner-product>div{
    height:100%;
    /* padding:50px; */
    box-sizing: border-box;
}
.banner-product .banner-subtitle {
    white-space: normal;
    line-height: 38px;
}
.banner-alarm{
    background:url('../images/banner_tingyun_alarm.png') no-repeat center;
    background-size: cover;
}
.plan-subtitle{
    font-size:18px;
    color: #072B52;
    margin-bottom:20px;
}
/* 核心优势 */
.core-list-cont{
    text-align: center;
}
.core-list-cont>div{
    display: inline-block;
    width:33%;
    padding:30px 20px;
    box-sizing: border-box;
    vertical-align: middle;
}
.core-list{
    height:460px;
    padding:40px;
    box-shadow: 0px 0px 18px 0px #CCDDE9;
    border-radius: 6px;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    word-break: break-all;
}
.core-title{
    font-size:20px;
    color: #052950;
    margin-bottom:15px;
}
.core-detail{
    font-size: 16px;
    line-height: 34px;
    text-align: left;
}
.core-icon{
    display: inline-block;
    width:140px;
    height:140px;
}
.icon-collect{
    background: url('../images/icon-collect.png') no-repeat center;
}
.icon-denoise{
    background: url('../images/icon-denoise.png') no-repeat center;
}
.icon-relevance{
    background: url('../images/icon-relevance.png') no-repeat center;
}
.icon-location{
    background: url('../images/icon-location.png') no-repeat center;
}
.icon-laboratory{
    background: url('../images/icon-laboratory.png') no-repeat center;
}
.icon-synergy{
    background: url('../images/icon-synergy.png') no-repeat center;
}
/* 客户案例 */
.module-subtitle{
    font-size:40px;
    color: #052950;
    margin-bottom:80px;
}
/* 滚动的logo */
.scroll-box{
    width: 340px;
    height: 220px;
    line-height: 220px;
    margin-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #CCDDE9;
    border-radius: 6px;
}
/***** 北冥告警 *****/
/* 图片旋转 */
.rotate-left{
    transform:perspective(1000px) rotateY(-40deg) scale(1.2);
    cursor: zoom-in;
}
.rotate-left-normal{
    transform:perspective(1000px) rotateY(-30deg);
    cursor: zoom-in;
}
.rotate-right{
    transform:perspective(1000px) rotateY(40deg) scale(1.2);
    cursor: zoom-in;
}
.rotate-right-normal{
    transform:perspective(1000px) rotateY(30deg);
    cursor: zoom-in;
}
/* 点击图片放大显示 */
/* 遮罩 */
.mask{
    position: fixed;
    top:0;
    right: 0;
    bottom:0;
    left: 0;
    background:rgba(0,0,0,.4);
    z-index: 10000;
    display: none;
}
.mask.active{
    display: block;
}
.product-dialog{
    position: absolute;
    top:50%;
    left:50%;
    width:1000px;
    height:600px;
    text-align: center;
    transform: translate(-50%,-50%);
}
/* 点击图片放大显示 */
/************ 关于听云 ************/
/* banner */
.banner-about{
    position: relative;
    height:560px;
    background:url('../images/banner_about_us.png') no-repeat center;
}
.banner-about .banner-title{
    font-size:44px;
}
.banner-about .banner-subtitle{
    font-size:28px;
}
.banner-about .banner-subtitle>em{
    position: relative;
    font-style:normal;
    letter-spacing: 7px;
}
.banner-about .banner-subtitle>em:before,.banner-about .banner-subtitle>em:after{
    content:'';
    position: absolute;
    top:50%;
    margin-top:-3px;
    display: inline-block;
    width: 104px;
    height: 6px;
    border-radius: 3px;
    opacity: 0.3;
}
.banner-about .banner-subtitle>em:before{
    right:calc(100% + 40px);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.banner-about .banner-subtitle>em:after{
    left:calc(100% + 40px);
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.banner-ft{
    position: absolute;
    right:0;
    bottom:0;
    left:0;
    height: 120px;
    background: rgba(0, 0, 0, 0.2);
}
.about-list>li{
    float: left;
    padding:20px 50px;
}
.about-item{
    position: relative;
    padding-left:50px;
    font-size: 16px;
    color:rgba(255,255,255,.85);
}
.about-item>div:last-child{
    color:rgba(255,255,255,.65);
}
.about-item>.icon-lg{
    position: absolute;
    top:50%;
    margin-top:-20px;
    left:0px;
}
.icon-lg{
    display: inline-block;
    width:40px;
    height:40px;
    vertical-align: sub;
}
.icon-rocket{
    background: url('../images/icon-rocket.png') no-repeat center;
}
.icon-vision{
    background: url('../images/icon-vision.png') no-repeat center;
}
.icon-diamond{
    background: url('../images/icon-diamond.png') no-repeat center;
}
/* banner */
/* 我们能做什么 */
.icon-hexagon{
    display: inline-block;
    width:50px;
    height:50px;
}
.hexagon-item{
    width:270px;
    margin:10px 20px;
    padding:20px;
    font-size:18px;
    line-height: 50px;
    text-align: left;
    background:#fff;
    border-radius: 2px;
}
.hexagon-item .icon-hexagon{
    margin-right:20px;
}
.icon-transform{
    background:url('../images/icon-transform.png') no-repeat center;
    background-size: contain;
}
.icon-compete{
    background:url('../images/icon-compete.png') no-repeat center;
    background-size: contain;
}
.icon-clock{
    background:url('../images/icon-clock.png') no-repeat center;
    background-size: contain;
}
.icon-rockets{
    background:url('../images/icon-rockets.png') no-repeat center;
    background-size: contain;
}
.icon-locations{
    background:url('../images/icon-locations.png') no-repeat center;
    background-size: contain;
}
.icon-risk{
    background:url('../images/icon-risk.png') no-repeat center;
    background-size: contain;
}
/* 我们能做什么 */
/* 发展历程 */
.dev-history{
    height:912px;
    padding-left:100px;
    overflow: hidden;
}
.dev-history.active{
    height:auto;
}
.dev-history>li{
    position: relative;
    padding-left:60px;
    padding-bottom:40px;
}
.dev-history>li:after{
    content:"";
    position: absolute;
    top:0;
    bottom:0;
    left:10px;
    width:1px;
    background:rgba(151, 151, 151, .3);
}
.dev-history>li:first-child:after{
    top:50px;
}
.dev-history>li:last-child:after{
    bottom:50px;
}
.dev-year{
    position: relative;
    width: 60px;
    height: 20px;
    padding:5px 10px;
    margin-bottom:20px;
    font-size:16px;
    text-align:center;
    color:#2491F7;
    border: 1px solid #2491F7;
}
.dev-year:before,.dev-year:after{
    content:"";
    position: absolute;
    width:0;
    height:0;
    border:9px solid transparent;
}
.dev-year:before{
    top:22px;
    left:-1px;
    border-left-color:#2491F7;
}
.dev-year:after{
    top:20px;
    left:0px;
    border-left-color:#fff;
}
.dev-detail{
    font-size: 16px;
    line-height:22px;
}
.dev-node{
    position: absolute;
    left:0;
    top:40px;
    display: inline-block;
    width:20px;
    height:20px;
    line-height:20px;
    text-align: center;
    border:1px solid #2491F7;
    border-radius:50%;
    background:#fff;
    z-index: 100;
}
.dev-node>span{
    display: inline-block;
    width:10px;
    height:10px;
    background:#2491F7;
    border-radius:50%;
}
.icon-bottom{
    background:url('../images/icon-bottom.png') no-repeat center;
    background-size:contain;
    opacity: .6;
    cursor: pointer;
}
.icon-bottom:hover{
    opacity: 1;
}
.icon-bottom.active{
    transform: rotate(180deg);
}
.honor>div{
    height:35px;
    padding:10px;
    border: 1px solid #E9E9E9;
    border-top:none;
    background: #F8F8F8;
    white-space: normal;
    text-align: center;
}
/* 发展历程 */
/************ 关于听云 ************/
/************ 大屏 ************/
video,img{
    vertical-align: middle;
}
.banner-sense{
    position: relative;
    background: #121419;
}
.sense-content{
    position: absolute;
    top:25%;
    left:50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
}
.sense-content .banner-title{
    color: #1A7CFF;
    letter-spacing: 5px;
}
.banner-name{
    font-size:45px;
    margin-bottom: 30px;
    letter-spacing: 5px;
}
.banner-info{
    font-size: 18px;
    color: rgba(255,255,255,.65);
    margin-bottom: 50px;
}
/* 锚点 */
.banner-bottom{
    position: absolute;
    right:0;
    bottom:0;
    left:0;
    background: #21232A;
}
.banner-target{
    width:60%;
    min-width:1080px;
    margin:0 auto;
}
.banner-target ul>li{
    float:left;
    width:33.33%;
    text-align: center;
}
.banner-target ul>li>a{
    display: block;
    padding:20px;
    font-size:16px;
    color:#fff;
}
.banner-target ul>li>a:hover,.banner-target ul>li>a.active{
    background: #1B1C22;
}
/* 应用场景 */
.product-sense{
    position: relative;
    min-height:200px;
}
.product-sense-info{
    position: absolute;
    top:12%;
    width:100%;
    z-index: 100;
    color: #fff;
    text-align: center;
}
.product-sense-info>div:first-child{
    margin-bottom:10px;
    font-size: 32px;
}
.product-sense-info>div:nth-child(2){
    margin-bottom:30px;
    font-size: 16px;
}
.product-sense-info>div:last-child{
    font-size: 14px;
    color: rgba(255,255,255,.5);
}
@media screen and (max-width: 1440px){
    .banner-name {
        font-size: 30px;
    }
    .product-sense-info>div:first-child{
        font-size: 25px;
    }
}
/* 核心功能 */
.function-bg{
    color:#fff;
    background: #121419;
}
.section-container-sm{
    width:60%;
    min-width:1080px;
    margin:0 auto;
    padding:80px 0;
}
.block-title{
    font-size: 42px;
    margin:30px 0;
}
.core-function>div{
    height:300px;
    margin:30px 0 150px;
}
.core-function>div:last-child{
    margin-bottom:300px;
}
.core-function>div>div{
    height:100%;
}
.core-function>div>div>div{
    position: relative;
}
.core-function>div>div>div>img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.core-function>div:nth-child(odd){
    padding:60px;
    background: #1B1C22;
}
.function-info{
    margin-bottom:40px;
    font-size: 32px;
}
.function-detail{
    position: relative;
    margin-bottom:20px;
    font-size: 16px;
    color:rgba(255,255,255,.8);
}
.function-detail:before{
    content:"";
    position: absolute;
    top:7px;
    left:-20px;
    width:8px;
    height:8px;
    border-radius:50%;
    background: #1D78F3;
}
/* 大屏视频 */
.sense-video{
    position: relative;
}
.sense-video>div{
    position:absolute;
    width:1000px;
    height:562px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.video-play-box{
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:url('../images/sense-video.jpg') no-repeat center;
    background-size:cover;
}
.video-play-cont{
    position:absolute;
    top:50%;left:50%;
    transform:translate(-50%,-50%);
    color:#fff;
    font-size:16px;
    text-align: center;
}
.video-play{
    position: relative;
    display: inline-block;
    width:50px;
    height:50px;
    margin-bottom:20px;
    border:1px solid #fff;
    border-radius:50%;
    cursor: pointer;
}
.video-play:after{
    position: absolute;
    top:50%;
    left:55%;
    transform: translate(-50%,-50%);
    content:"";
    width:0;
    height:0px;
    border-width:10px 0 10px 15px;
    border-style: solid;
    border-color:transparent;
    border-left-color:#fff;
}
/* 听云客户 */
.customer-bg{
    padding:350px 0 100px;
    color:#fff;
    background: #1B1C22;
}
/************ 大屏 ************/
/************ 客户案例 ************/
.banner-case{
    position: relative;
    height:670px;
    background:#020002 url('../images/banner-case.png') no-repeat center bottom;
}
.section-content{
    position: relative;
    width:70%;
    min-width:1200px;
    padding:40px 20px;
    margin:0 auto;
}
.section-aside{
    float:left;
    width:160px;
    color: #072B52;
}
.aside-title{
    padding:0 15px;
    margin-bottom: 10px;
    border-left:4px solid #077EFF;
}
.aside-title>div:first-child{
    font-size: 18px;
    letter-spacing: 1px;
}
.aside-title>div:first-child{
    font-size: 18px;
}
/* 客户列表 */
.customers-lists>li{
    padding:20px;
    border-top:1px solid #E6E6E6;
}
.customers-item{
    color: #072B52;
}
.customers-item:hover,.customers-item.active{
    color:#0D7AFA;
}
.customers-item>.icon{
    width:24px;
    margin-right:6px;
}
/* 图标 */
.icon-government{
    background:url('../images/case-sprit.png') no-repeat -4px -10px;
}
.customers-item:hover .icon-government,.customers-item.active .icon-government{
    background:url('../images/case-sprit.png') no-repeat -37px -10px;
}
.icon-energy{
    background:url('../images/case-sprit.png') no-repeat -4px -49px;
}
.customers-item:hover .icon-energy,.customers-item.active .icon-energy{
    background:url('../images/case-sprit.png') no-repeat -37px -49px;
}
.icon-educations{
    background:url('../images/case-sprit.png') no-repeat -4px -86px;
}
.customers-item:hover .icon-educations,.customers-item.active .icon-educations{
    background:url('../images/case-sprit.png') no-repeat -37px -86px;
}
.icon-financial{
    background:url('../images/case-sprit.png') no-repeat -4px -125px;
}
.customers-item:hover .icon-financial,.customers-item.active .icon-financial{
    background:url('../images/case-sprit.png') no-repeat -37px -125px;
}
.icon-aviation{
    background:url('../images/case-sprit.png') no-repeat -2px -162px;
}
.customers-item:hover .icon-aviation,.customers-item.active .icon-aviation{
    background:url('../images/case-sprit.png') no-repeat -35px -162px;
}
.icon-operators{
    background:url('../images/case-sprit.png') no-repeat -4px -203px;
}
.customers-item:hover .icon-operators,.customers-item.active .icon-operators{
    background:url('../images/case-sprit.png') no-repeat -38px -203px;
}
.icon-insurance{
    background:url('../images/case-sprit.png') no-repeat -4px -242px;
}
.customers-item:hover .icon-insurance,.customers-item.active .icon-insurance{
    background:url('../images/case-sprit.png') no-repeat -37px -242px;
}
.icon-manufacture{
    background:url('../images/case-sprit.png') no-repeat -4px -281px;
}
.customers-item:hover .icon-manufacture,.customers-item.active .icon-manufacture{
    background:url('../images/case-sprit.png') no-repeat -38px -281px;
}
.icon-ebusiness{
    background:url('../images/case-sprit.png') no-repeat -3px -320px;
}
.customers-item:hover .icon-ebusiness,.customers-item.active .icon-ebusiness{
    background:url('../images/case-sprit.png') no-repeat -37px -320px;
}
.section-case{
    margin-left:200px;
    font-size:18px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #072B52;
}
.section-case>div{
    display: none;
}
.section-case>div.active{
    display: block;
}
/* 右侧主体内容 */
.banner-case-item{
    height:280px;
    padding:30px 50px;
    margin-bottom:30px;
    color:#fff;
    box-sizing: border-box;
}
.banner-government{
    background:url('../images/banner-government.png') no-repeat center;
}
.banner-aviation{
    background:url('../images/banner-aviation.png') no-repeat center;
}
.banner-ebusiness{
    background:url('../images/banner-ebusiness.png') no-repeat center;
}
.banner-education{
    background:url('../images/banner-education.png') no-repeat center;
}
.banner-energy{
    background:url('../images/banner-energy.png') no-repeat center;
}
.banner-financial{
    background:url('../images/banner-financial.png') no-repeat center;
}
.banner-insurance{
    background:url('../images/banner-insurance.png') no-repeat center;
}
.banner-manufacture{
    background:url('../images/banner-manufacture.png') no-repeat center;
}
.banner-operator{
    background:url('../images/banner-operator.png') no-repeat center;
}
.banner-case-item .module-text{
    padding-left:20px;
    color:#fff;
}
.banner-case-item .module-text:after{
    display: none;
}
.banner-case-item .module-text:before{
    content:"";
    position: absolute;
    top:50%;
    left:0;
    margin-top:-18px;
    width:4px;
    height:40px;
    background:#fff;
}
.banner-case-info{
    padding:30px 0 0 70px;
    font-size:22px;
}
/* 案例详情-背景挑战 */
.case-detail-box>div{
    padding:60px 30px;
    margin:35px 0;
}
.case-detail-box>div:nth-child(odd){
    border: 1px solid #F0F0F0;
}
.case-title{
    position: relative;
    font-size:36px;
    letter-spacing: 6px;
    margin-bottom:50px;
}
.case-title:before{
    content:"";
    display: inline-block;
    width:4px;
    height:30px;
    margin-right:10px;
    vertical-align: bottom;
    background: #077EFF;
    border-radius: 2px;
}
.case-subtitle{
    position: relative;
    padding:20px 25px;
    margin-bottom:20px;
    font-size: 20px;
    border-bottom:1px solid #D1D1CF;
}
.case-subtitle:before{
    content:"";
    position: absolute;
    top:50%;
    left:0;
    margin-top: -5px;
    width:10px;
    height:10px;
    background: #077EFF;
}
.case-text{
    position: relative;
    margin-bottom:10px;
    color: #677584;
}
.case-text>span{
    float: left;
    color: #2489FF;
}
.case-text>div{
    margin-left:30px;
}
/* 相关产品 */
.flex-between{
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-case{
    display: inline-block;
    width:220px;
    height:280px;
    padding:30px;
    margin:10px 4px;
    text-align: center;
    box-shadow: 0px 0px 18px 0px #CCDDE9;
    border-radius: 6px;
    box-sizing: border-box;
}
/************ 客户案例 ************/
/************ 产品页 *************/
/* 轮播公共样式 */
.slides-container {
    position: relative;
}
.slides {
    position: relative;
    width: 50vw;
    height: 250px;
    margin: 0 auto;
    user-select: none;
    overflow: hidden;
}
.slides>* {
    transition: ease all 1s;
}
.slides .hidden {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.slides .active {
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.slides .prev1,
.slides .next1 {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.slides .next1 {
    left: 100%;
}
.slides .prev2,
.slides .next2 {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0%;
    width: 0px;
    height: 100%;
    z-index: 0;
}
.slides .next2 {
    left: 100%;
}
.slides .slider_clock {
    width: 600px;
    height: 600px;
    position: relative;
    margin: 0 auto;
    user-select: none;
}
.slides .slider_clock>* {
    transition: ease all 1s;
}
.slides .slider_clock .active {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -125px;
    width: 400px;
    height: 250px;
    transform: rotate(0deg);
    opacity: 1;
    z-index: 10;
    overflow: hidden;
}
.slides .slider_clock .next1,
.slides .slider_clock .next2,
.slides .slider_clock .next3,
.slides .slider_clock .next4,
.slides .slider_clock .next5,
.slides .slider_clock .next6,
.slides .slider_clock .next7,
.slides .slider_clock .prev1,
.slides .slider_clock .prev2,
.slides .slider_clock .prev3,
.slides .slider_clock .prev4,
.slides .slider_clock .prev5,
.slides .slider_clock .prev6,
.slides .slider_clock .prev7,
.slides .slider_clock .hidden {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 96px;
    height: 60px;
    margin-top: 200px;
    margin-left: -48px;
    transform-origin: 48px -200px;
    transform: rotate(0deg);
    opacity: 1;
    overflow: hidden;
}
.slides .slider_clock .next2 {
    transform: rotate(-30deg);
}
.slides .slider_clock .next3 {
    transform: rotate(-60deg);
}
.slides .slider_clock .next4 {
    transform: rotate(-90deg);
}
.slides .slider_clock .next5 {
    transform: rotate(-120deg);
}
.slides .slider_clock .next6 {
    transform: rotate(-150deg);
}
.slides .slider_clock .next7 {
    opacity: 0;
    transform: rotate(-180deg);
}
.slides .slider_clock .prev1 {
    transform: rotate(30deg);
}
.slides .slider_clock .prev2 {
    transform: rotate(60deg);
}
.slides .slider_clock .prev3 {
    transform: rotate(90deg);
}
.slides .slider_clock .prev4 {
    transform: rotate(120deg);
}
.slides .slider_clock .prev5 {
    transform: rotate(150deg);
}
.slides .slider_clock .prev6 {
    transform: rotate(180deg);
}
.slides .slider_clock .prev7 {
    opacity: 0;
    transform: rotate(210deg);
}
.slides .slider_clock .hidden {
    opacity: 0;
    transform: rotate(180deg);
}
.slides-container .nav_indicators {
    position: absolute;
    bottom: -50px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 50000;
}
.slides-container .nav_indicators ul {
    position: static;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}
.slides-container .nav_indicators ul li {
    position: static;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 10px;
    padding: 0;
    overflow: hidden;
    color: #D7D7D7;
    background: #D7D7D7;
    border-radius: 50%;
    cursor: pointer;
}
.slides-container .nav_indicators ul li.active {
    position: static;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 10px;
    padding: 0;
    color: #2491F7;
    background: #2491F7;
    border-radius: 50%;
    cursor: pointer;
}
.slides-container .next_button,
.slides-container .prev_button {
    position: absolute;
    right: 10% !important;
    top: 50% !important;
    margin: -15px 0 0 -25px !important;
    width: 50px !important;
    height: 30px !important;
    background: url(../images/arrow-left.png) no-repeat center !important;
    background-size: contain !important;
    opacity: 0.8 !important;
    z-index: 5000 !important;
    cursor: pointer;
}
.slides-container .prev_button {
    position: absolute;
    left: 10% !important;
}
.slides-container .next_button {
    transform: rotate(180deg);
}
.slides-container .next_button:hover,
.slides-container .prev_button:hover {
    opacity: 1 !important;
}
.slides>div:not(.nav_indicators):not(.next_button):not(.prev_button) {
    background: #fff;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
}
/* 轮播公共样式 */
/***** app *****/
.banner-app{
    background:url('../images/banner-product.png') no-repeat center;
}
.icon-app1{
    background:url('../images/icon-app1.png') no-repeat center;
}
.icon-app2{
    background:url('../images/icon-app2.png') no-repeat center;
}
.icon-app3{
    background:url('../images/icon-app3.png') no-repeat center;
}
.icon-app4{
    background:url('../images/icon-app4.png') no-repeat center;
}
.icon-app5{
    background:url('../images/icon-app5.png') no-repeat center;
}
.icon-app6{
    background:url('../images/icon-app6.png') no-repeat center;
}
/***** app *****/
/***** web *****/
.banner-web{
    background:url('../images/banner-product.png') no-repeat center;
}
.icon-web1{
    background:url('../images/icon-web1.png') no-repeat center;
}
.icon-web2{
    background:url('../images/icon-web2.png') no-repeat center;
}
.icon-web3{
    background:url('../images/icon-web3.png') no-repeat center;
}
.icon-web4{
    background:url('../images/icon-web4.png') no-repeat center;
}
.icon-web5{
    background:url('../images/icon-web5.png') no-repeat center;
}
.icon-web6{
    background:url('../images/icon-web6.png') no-repeat center;
}
.icon-web7{
    background:url('../images/icon-web7.png') no-repeat center;
}
.icon-web8{
    background:url('../images/icon-web8.png') no-repeat center;
}
.icon-web9{
    background:url('../images/icon-web9.png') no-repeat center;
}
.icon-web10{
    background:url('../images/icon-web10.png') no-repeat center;
}
/***** web *****/
/***** infra *****/
.banner-infra{
    background:url('../images/banner-product.png') no-repeat center;
}
.icon-infra1{
    background:url('../images/icon-infra1.png') no-repeat center;
}
.icon-infra2{
    background:url('../images/icon-infra2.png') no-repeat center;
}
.icon-infra3{
    background:url('../images/icon-infra3.png') no-repeat center;
}
/***** infra *****/
/***** applet *****/
.banner-applet{
    background:url('../images/banner-product.png') no-repeat center;
}
.icon-applet1{
    background:url('../images/icon-applet1.png') no-repeat center;
}
.icon-applet2{
    background:url('../images/icon-applet2.png') no-repeat center;
}
.icon-applet3{
    background:url('../images/icon-applet3.png') no-repeat center;
}
.icon-applet4{
    background:url('../images/icon-applet4.png') no-repeat center;
}
.icon-applet5{
    background:url('../images/icon-applet5.png') no-repeat center;
}
.icon-applet6{
    background:url('../images/icon-applet6.png') no-repeat center;
}
/***** infra *****/
/***** apm *****/
.banner-apms{
    background:url('../images/banner-product-1.png') no-repeat center;
}
.icon-apm1{
    background:url('../images/icon-apm1.png') no-repeat center;
}
.icon-apm2{
    background:url('../images/icon-apm2.png') no-repeat center;
}
.icon-apm3{
    background:url('../images/icon-apm3.png') no-repeat center;
}
.icon-apm4{
    background:url('../images/icon-apm4.png') no-repeat center;
}
.icon-apm5{
    background:url('../images/icon-apm5.png') no-repeat center;
}
.icon-apm6{
    background:url('../images/icon-apm6.png') no-repeat center;
}
/***** apm *****/
/************ 产品页 *************/