/*首页轮播 S*/
#homeBanner{
    height:640px;
    text-align:center;
    background-color:#04080D;
}
#homeBanner .swiper-container {
    position: relative;
    height: 100%;
}
#homeBanner .swiper-container .swiper-wrapper {
    position: relative;
    height: 100%;
}
#homeBanner .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    height: 100%;
    background-position: center top;
    background-size:1920px 640px;
}
#homeBanner .swiper-slide .slide-ani-box{
    width:1200px;
    margin:0 auto;
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}
#homeBanner  .slide-ani-box p, #homeBanner  .slide-ani-box h2{
    text-align:left;
    max-width:600px;
}
#homeBanner .swiper-slide h2{
    color:#fff;
    font-size:40px;
    height:40px;
    font-weight:bold;
    line-height:40px;
    overflow:hidden;
}
#homeBanner .swiper-slide p{
    margin-top:30px;
    color:#fff;
    font-size:16px;
    line-height:35px;
}

#homeBanner .home-banner-con{
    width:1200px;
    position:relative;
    margin:0 auto;
    height:100%;
}
#homeBanner .bg1-animation-box{
    width:576px;
    height:100%;
    position:absolute;
    right:0;
    top:0;
}
#homeBanner .bg1-animation-box .bg1_1{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url("../image/bannar/nav_1_1.png") no-repeat center;
    background-size:cover;
}
#homeBanner .bg1-animation-box .bg1_1_cur{
    position:absolute;
    left:0;
    top:0;
    opacity:0;
    width:100%;
    height:100%;
    background:url("../image/bannar/nav_1_2.png") no-repeat center;
    background-size:cover;
    z-index:2;
    animation:bg1_1_animation 1.5s infinite;
}
.bg1_1_path{
    z-index:4;
    position:absolute;
    left:43px;
    top:43px;
}
@keyframes  bg1_1_animation{
    0% {
        opacity:.9;
    }
    20%{
        opacity:1;
    }
    100%{
        opacity:1;
    }
}
#homeBanner .bg1-animation-box .bg1_2{
    width:429px;
    height:181px;
    /*background:url("../image/bannar/ball_bg.png") no-repeat center;*/
    background-size:cover;
    position:absolute;
    right:105px;
    bottom:71px;
    z-index:3;
}
#homeBanner .bg1-animation-box .bg1_2_icon{
    position:absolute;
    width:55px;
    height:55px;
    background:url("../image/bannar/ball_bg.png") no-repeat center;
    background-size:429px 181px;
}
#homeBanner .bg1-animation-box .bg1_2_1{
    background-position:2px 2px;
    left:0px;
    top:0px;
}
#homeBanner .bg1-animation-box .bg1_2_2{
    background-position:-55px -40px;
    left:55px;
    top:40px;
}
#homeBanner .bg1-animation-box .bg1_2_3{
    background-position:-85px -126px;
    left:85px;
    top:126px;
}
#homeBanner .bg1-animation-box .bg1_2_4{
    background-position:-230px -112px;
    left:230px;
    top:112px;
}
#homeBanner .bg1-animation-box .bg1_2_5{
    background-position:-305px -60px;
    left:305px;
    top:60px;
}
#homeBanner .bg1-animation-box .bg1_2_6{
    background-position:-405px -155px;
    left:400px;
    top:150px;
}
#homeBanner .bg2-animation-box{
    width:680px;
    height:521px;
    position:absolute;
    right:0;
    top:0;
}
#homeBanner .bg2-animation-box .bg2_1{
    position:absolute;
    left:185px;
    top:38px;
    width:100%;
    height:100%;
    background:url("../image/bannar/nav_2_1.png") no-repeat center;
    background-size:cover;
}
#homeBanner .bg2-animation-box .bg2_2{
    position:absolute;
    left:363px;
    top:106px;
    width:102px;
    height:109px;
    background:url("../image/bannar/key.png") no-repeat center;
    background-size:cover;
}
#homeBanner .bg2-animation-box .tada1{
    opacity:0;
    animation: tada1 4s 2s infinite ;
}
@keyframes tada1 {
    0% {
        opacity:1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    2.5%, 5% {
        opacity:1;
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    7.5%, 12.5%, 17.5%, 22.5% {
        opacity:1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    10%, 15%, 20% {
        opacity:1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    25%,100% {
        opacity:1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

#homeBanner .bg3-animation-box{
    width:508px;
    height:396px;
    position:absolute;
    right:0;
    bottom:0;
}
#homeBanner .bg3-animation-box .bg3_1{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url("../image/bannar/nav_3_1.png") no-repeat center;
    background-size:cover;
}
#homeBanner .bg3-animation-box .bg3_1_2{
    position:absolute;
    left:175px;
    top:-160px;
    width:158px;
    height:187px;
    background:url("../image/bannar/star.png") no-repeat center;
    background-size:100% auto;
    z-index:-1;
}

#homeBanner .bg3-animation-box .rubberBand1{
    opacity:0;
    animation: rubberBand1 4s 3s infinite;
}

@keyframes rubberBand1 {
    0% {
        opacity:1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    7.5% {
        opacity:1;
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    10% {
        opacity:1;
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    12.5% {
        opacity:1;
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    16% {
        opacity:1;
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    20% {
        opacity:1;
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    25%,100% {
        opacity:1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
#homeBanner .bg3-animation-box .bg3_2{
    width:268px;
    height:332px;
    background:url("../image/bannar/gift.png") no-repeat center;
    background-size:cover;
    position:absolute;
    right:135px;
    top:-150px;
    z-index:3;
}
#homeBanner .bg3-animation-box .bg3_2_icon{
    position:absolute;
    width:55px;
    height:55px;
    background:url("../image/bannar/ball_bg.png") no-repeat center;
    background-size:429px 181px;
}
#homeBanner .bg3-animation-box .bg3_2_1{
    background-position:2px 2px;
    left:0px;
    top:0px;
}
#homeBanner .bg3-animation-box .bg3_2_2{
    background-position:-55px -40px;
    left:55px;
    top:40px;
}
#homeBanner .bg3-animation-box .bg3_2_3{
    background-position:-85px -126px;
    left:85px;
    top:126px;
}
#homeBanner .bg3-animation-box .bg3_2_4{
    background-position:-230px -112px;
    left:230px;
    top:112px;
}
#homeBanner .bg3-animation-box .bg3_2_5{
    background-position:-305px -60px;
    left:305px;
    top:60px;
}
#homeBanner .bg3-animation-box .bg3_2_6{
    background-position:-405px -155px;
    left:400px;
    top:150px;
}

#homeBanner .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
#homeBanner  .nav-more{
    padding:18px 48px;
    border:1px solid #fff;
    display:inline-block !important;
    font-size:14px;
    float:left;
    margin-top:70px;
    color:#fff;
    background:transparent;
}
#homeBanner  .nav-more:hover{
    border:none;
}
#homeBanner .swiper-container .pagination {
    width: 100%;
    text-align: center;
    position: relative;
    top: -35px;
    z-index: 1000;
}
#homeBanner  .swiper-pagination-bullet {
    display: inline-block;
    border-radius: 0 !important;
    background: #000;
    position:relative;
}
#homeBanner .swiper-container .pagination span {
    width: 38px;
    height: 2px;
    display: inline-block;
    margin: 0 5px;
    background-color:rgba(255,255,255,.4)  !important;
}
#homeBanner .swiper-container  .swiper-pagination-bullet:after{
    transition: width 5s;
    position:absolute;
    content:' ';
    left:0;
    top:0;
    height:2px;
    width:0%;
}
#homeBanner .swiper-container  .swiper-pagination-bullet-active:after{
    width:100%;
    background:rgba(255,255,255,1) !important;
}
/*首页轮播 S*/


/*内容title*/
.c-title{
    text-align:center;
}
.c-title{
    padding:60px 0;
}
.c-title h2{
    color:#111;
    font-size:32px;
    height:32px;
    line-height:32px;
}
.c-title p{
    font-size:16px;
    color:#878787;
    height:16px;
    line-height:16px;
    margin-top:20px;
}



/*手风情*/
.con-2{
    padding-bottom:118px;
}
.hand-amorous-feelings-box{
    margin:0 auto;
    width:1200px;
    height:460px;
    position: relative;
    overflow: hidden;
}

.hand-amorous-feelings-box .pic {
    position: absolute;
    top:0;
    width: 580px;
    height:100%;
    cursor: pointer;
    background-repeat:no-repeat;
    background-color:#eee;

}
.hand-amorous-feelings-box .pic .bg-cur{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
}

.hand-amorous-feelings-box .pic h3{
    transition:bottom .3s;
    position:absolute;
    bottom:80px;
    text-align:center;
    color:#fff;
    font-size:24px;
    width:204px;
}
.hand-amorous-feelings-box .pic p{
    position:absolute;
    top:210px;
    color:#fff;
    font-size:16px;
    padding:30px;
    overflow:hidden;
    transform:translateY(-150px);
    opacity:0;
    transition:transform .3s,opacity .2s;
    line-height:30px;
}
.hand-amorous-feelings-box .pic h3:after{
    position:absolute;
    width:50px;
    height:3px;
    content:' ';
    background:#fff;
    top:40px;
    left:50%;
    margin-left:-25px;
}
.hand-amorous-feelings-box .pic.cur h3{
    bottom:288px;
}
.hand-amorous-feelings-box .pic.cur p{
    opacity:1;
    transform:translateY(0);
}

.hand-amorous-feelings-box .pic1 {
    background-image: url(../image/5g.png);
    left: 0;
}
.hand-amorous-feelings-box .pic1.cur .bg-cur{
    background-image: url(../image/5g-cur.png);
}

.hand-amorous-feelings-box .pic2 {
    background-image: url(../image/ai.png);
}
.hand-amorous-feelings-box .pic2.cur .bg-cur{
    background-image: url(../image/ai-cur.png);
}

.hand-amorous-feelings-box .pic3 {
    background-image: url(../image/bigdata.png);
}
.hand-amorous-feelings-box .pic3.cur .bg-cur{
    background-image: url(../image/bigdata-cur.png);
}
.hand-amorous-feelings-box .pic4 {
    background-image: url(../image/cloudComputing.png);
}
.hand-amorous-feelings-box .pic4.cur .bg-cur{
    background-image: url(../image/cloudComputing-cur.png);
}

/*解决方案 S*/
.con-4{
    background:url("../image/bg2.png")   no-repeat center center #04080D;
    padding-bottom:115px;
}
.con-4 .c-title h2,.con-4 .nav-tab li h3{
    color:#fff;
}
#solutions.swiper-container {
    width: 100%;
    height:370px;
    margin-top:115px;
}
#solutions .swiper-slide.swiper-slide-active {
    width:920px;
}
#solutions .swiper-slide {
    text-align: center;
    font-size: 18px;
    width:920px;
    height:370px;
}
#solutions .swiper-slide>div{
    width:50%;
    position:absolute;
    z-index:2;
    left:0;
    right:0;
    transition:all .6s  ease-in-out;
}
#solutions .swiper-slide .img-content img{
    width:100%;
    height:100%;
}
#solutions .swiper-slide .text-content{
    box-sizing:border-box;
    padding:40px;
    transform:translateX(0);
    background:#fff;
    z-index:1;
    height:100%;
}
#solutions .swiper-slide .text-content h3{
    color:#111;
    height:45px;
    line-height:45px;
    font-size:22px;
    overflow:hidden;
}
#solutions .swiper-slide .text-content  .desc{
    color:#878787;
    font-size:14px;
    line-height:26px;
    height:170px;
    overflow:hidden;
    text-align:left;
    text-align-last:left;
    text-align:justify;
}
#solutions .swiper-slide.swiper-slide-active .text-content{
    transform:translateX(100%);
}
#solutions .swiper-slide.swiper-slide-prev .text-content{
    transform:translateX(100%);
}
#solutions .swiper-slide.swiper-slide-prev .img-content{
    transform:translateX(100%);
}
#solutions .swiper-next,#solutions .swiper-prev{
    border-radius:50%;
    background:#fff;
    width:50px;
    height:50px;
    transition:all 0.3s;
}
#solutions .swiper-prev{
    position:absolute;
    right:auto !important;
    left:0 !important;
    top:50% !important;
    transform:translateY(-50%);
}

#solutions  .swiper-next{
    position:absolute;
    left:auto !important;
    right:0 !important;
    top:50% !important;
    transform:translateY(-50%);
}

#solutions .swiper-next:after,#solutions  .swiper-prev:after{
    font-size:22px;
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    content: 'prev';
    color:#000;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}
#solutions .swiper-next:after{
    content: 'next';
}
#solutions .solutions-button-box{
    position:absolute;
    width:1200px;
    height:50px;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:99;
    overflow:hidden;
}

/*解决方案 E*/





#homeNews {
    position: relative;
    background-color:#fff;
}
#homeNews .sortName {
    line-height: 70px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}
#homeNews .content {
    margin: 0 auto;
    position: relative;
}
#homeNews .content .obj {
    position: relative;
    float: left;
    width: 540px;
    height: 420px;
    background-color: #FFFFFF;
}
#homeNews .content .obj .img {
    height: 304px;
    position: relative;
    overflow: hidden;
}
#homeNews .content .obj .img a {
    display: block;
    height: 100%;
    transition: all 0.3s;
    background-size: cover;
    background-position: center center;
}
#homeNews .content .obj .img a:hover {
    transform: scale(1.1);
}
#homeNews .content .obj .data {
    padding:35px 50px 0 50px;
    height:193px;
    width:470px;
    box-sizing:border-box;
    background:url("../image/bg6.png") no-repeat;
    background-size:cover;
}
#homeNews .content .obj .data .tit {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*#homeNews .content .obj .data .jianjie {*/
/*    font-size: 14px;*/
/*    line-height: 22px;*/
/*    color: #666666;*/
/*    display: -webkit-box;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-line-clamp: 2;*/
/*    overflow: hidden;*/
/*    height: 44px;*/
/*}*/
#homeNews .content .list {
    position: relative;
    float: right;
    width: 640px;
    height: 420px;
}
#homeNews .content .list ul li {
    height: 104px;
    border-top: solid 2px #fafafc;
    position: relative;
}
#homeNews .content .list ul li .index {
    font-size: 52px;
    color: #999999;
    width: 72px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-position: bottom center;
    background-repeat: no-repeat;
    position:absolute;
    left:30px;
    top:30px;
}
#homeNews .content .list ul li .nobj .ntit {
    line-height: 36px;
    height: 36px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
#homeNews .content .list ul li .nobj .ntit a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#homeNews .content .list ul li .nobj .ntit span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    font-weight: normal;
}
#homeNews .content .list ul li .nobj .njianjie {
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-align:justify;
    text-align-last:left;
}
#homeNews .content .list ul li:hover {
    border-color: #266ddf;
    background-color: #FFFFFF;
}
#homeNews .content .list ul li:hover .nobj .ntit a {
    color: #266ddf;
}
#homeNews .more {
    margin: 60px 0 20px 0;
    text-align: center;
}
/*#homeNews .more a {*/
/*    display: inline-block;*/
/*    text-align: left;*/
/*    transition: all 0.2s;*/
/*    width: 152px;*/
/*    height: 50px;*/
/*    line-height: 50px;*/
/*    text-indent: 32px;*/
/*    border: solid 1px #c6dcff;*/
/*    font-size: 16px;*/
/*    background-color: #f5f9ff;*/
/*    color: #266ddf;*/
/*    background-image: url(../Images/home19.png);*/
/*    background-position: right 32px center;*/
/*    background-repeat: no-repeat;*/
/*}*/
/*#homeNews .more a:hover {*/
/*    background-color: #276de0;*/
/*    border-color: #276de0;*/
/*    color: #FFFFFF;*/
/*    background-image: url(../Images/home19h.png);*/
/*}*/

/*栖云动态 E*/
.con-3{
    padding-bottom:40px;
    min-height:718px;
}
.sever-list{
    margin-top:60px;
}
.sever-list>li{
    opacity:0;
    overflow:hidden;
    height:0;
}
.sever-list>li.cur{
    opacity:1;
    transition: all .4s ease-in-out;
    height:auto;
}
.sever-list li >div{
    float:left;
}
.sever-list>li div:nth-child(1){
    width:500px;
}
.sever-list>li div:nth-child(1) img{
    max-width:80%;
    margin:0 auto;
    display:block;
    transition: all .4s ease-in-out;
    transform: translateY(40px) scale(1.5);
}
.sever-list>li.cur div:nth-child(1) img{
    transform:translateY(0) scale(1);
}

.sever-list li div:nth-child(2){
    width:690px;
}
.sever-list>li.cur .products-box{
    transform:translateY(0px);
    opacity:1;
}
.sever-list>li .products-box{
    transition:all .4s ease-in-out;
    transform:translateY(50px);
    opacity:0;
}
.products-box h3{
    font-size:26px;
    color:#111;
    height:26px;
    line-height:26px;
    margin-bottom:25px;
    font-weight:400;
}
.products-box  .products-box-des{
    font-size:16px;
    line-height:22px;
    color:#333;
    font-weight:300;
}
.products-box h4{
    font-size:14px;
    color:#878787;
    font-weight:400;
    margin:40px 0 35px 0;
}

.products-box h4 .show-more{
    float:right;
    color:#0A75F9;
}
.products-box h4 .show-more:hover{
    text-decoration:underline;
}
.products-list{
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap:wrap;
}
.products-list li{
    width:49%;
    background:#fff;
    margin-bottom:15px;
    padding:15px;
    box-sizing:border-box;
    cursor:pointer;
}
.products-list li p{
    color:#878787;
    font-size:14px;
    margin-top:10px;
    padding-left:37px;
}
.products-list li:hover{
    webkit-box-shadow: 0 4px 8px 0 rgba(3,27,78,.12);
    -moz-box-shadow: 0 2px 4px 0 rgba(3,27,78,.12);
    box-shadow: 0 2px 4px 0 rgba(3,27,78,.12)
}
.products-list h2{
    vertical-align: bottom;
    height:22px;
    line-height:22px;
}
.products-list h2 span{
    display:inline-block;
}
.products-list .p-icon{
    width:22px;
    height:22px;
    display:inline-block;
    margin-right:15px;
    vertical-align: bottom;
    transition:all .4s ease-in-out;
    transform:translateY(20px);
    opacity:0;
}
.sever-list>li.cur .products-list .p-icon{
    transform:translateY(0px);
    opacity:1;
}





/*栖云动态 S*/

#homeNews {
    position: relative;
    background-color:#fff;
    margin-bottom: 60px;
}
#homeNews .sortName {
    line-height: 70px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}
#homeNews .content {
    margin: 0 auto;
    position: relative;
}
#homeNews .content .obj {
    position: relative;
    float: left;
    width: 470px;
    height: 480px;
    background-color: #FFFFFF;
}
#homeNews .content .obj .img {
    height: 286px;
    position: relative;
    overflow: hidden;
}
#homeNews .content .obj .img a {
    display: block;
    height: 100%;
    transition: all 0.3s;
    background-size: cover;
    background-position: center center;
}
#homeNews .content .obj .img a:hover {
    transform: scale(1.1);
}
#homeNews .content .obj .data {
    padding:30px 45px 0 45px;
    height:193px;
    width:470px;
    box-sizing:border-box;
    background:url("../image/bg6.png") no-repeat;
    background-size:cover;
}
#homeNews .content .obj .data .tit {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#homeNews .content .obj .data .tit a{
    color: #fff;
    font-size: 20px;
}
#homeNews .content .obj .data .line{
    width: 50px;
    height: 4px;
    background:#fff;
    margin-top: 5px;
    margin-bottom: 20px;
}
#homeNews .content .obj .data .jianjie {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 66px;
}
#homeNews .content .list {
    position: relative;
    float: right;
    width: 700px;
    height: 480px;
}
#homeNews .content .list ul li {
    height: 80px;
    padding:19px 30px;
    position: relative;
    border: 1px solid transparent;
    box-shadow: 0px 10px 10px 0px transparent;
}
#homeNews .content .list ul li .index {
    display: block;
    width: 54px;
    height: 50px;
    border:1px solid #0A75F9;
}
#homeNews .content .list ul li .index .index-day{
    display: block;
    width: 100%;
    height: 27px;
    color: #111111;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
}
#homeNews .content .list ul li .index .index-year{
    display: block;
    width: 100%;
    height: 23px;
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    background: #0A75F9;
}
#homeNews .content .list ul li .nobj {
    margin-left: 80px;
}
#homeNews .content .list ul li .nobj .ntit {
    line-height: 36px;
    height: 36px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
#homeNews .content .list ul li .nobj .ntit a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #111111;
    font-size: 18px;
}

#homeNews .content .list ul li .nobj .njianjie {
    display: -webkit-box;
    width: 100%;
    line-height:22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #878787;
}
#homeNews .content .list ul li:hover {
    border:1px solid rgba(238,238,238,1);
    box-shadow:0px 10px 10px 0px rgba(0,0,0,0.05);
}

/*#homeNews .more a {*/
/*    display: inline-block;*/
/*    text-align: left;*/
/*    transition: all 0.2s;*/
/*    width: 152px;*/
/*    height: 50px;*/
/*    line-height: 50px;*/
/*    text-indent: 32px;*/
/*    border: solid 1px #c6dcff;*/
/*    font-size: 16px;*/
/*    background-color: #f5f9ff;*/
/*    color: #266ddf;*/
/*    background-image: url(../Images/home19.png);*/
/*    background-position: right 32px center;*/
/*    background-repeat: no-repeat;*/
/*}*/
/*#homeNews .more a:hover {*/
/*    background-color: #276de0;*/
/*    border-color: #276de0;*/
/*    color: #FFFFFF;*/
/*    background-image: url(../Images/home19h.png);*/
/*}*/
/*栖云动态 E*/




/*地图数据部分*/
#mapData{
    width: 100%;
    height: 774px;
    background: url('../image/bg10.png') no-repeat;
    background-size: 100% 100%;
}
#mapData .c-title{
    padding-bottom: 20px;
}
.mapData{
    overflow: hidden;
}
.mapData .mapCenter{
    width: 760px;
    height: 614px;
    float: left;
    position:relative;
}
.mapData .mapCenter img{
    display: block;
    width: 100%;
    height: 100%;
}
.mapData .mapLeft,.mapData .mapRight{
    width: 214px;
    height: 614px;
    float: left;
}
.mapData .map-list{
    width: 100%;
    height: 35px;
    padding: 13px 0;
    margin-top: 110px;
    border-bottom: 1px solid rgba(40,43,49,.2);
}
.mapData .mapRight{
    position: absolute;
    right: 56px;
    width: 225px;
}
.mapData .mapRight .map-list:first-child{
    margin-top:200px;
}
.mapData .map-list .map-title{
    display: inline-block;
    color: #303339;
    font-size:16px;
    font-weight: 400;
    margin-left:5px;
    margin-right: 1px;
}
.mapData .map-list .map-num{
    display: inline-block;
    color: #303339;
    font-size: 32px;
    font-family:OPPOSans;
    font-weight:bold;
}
.mapData .map-list  .more-num{
    font-size: 32px;
    font-weight:bold;
}

.mapCenter .territory-point-box {
    position:absolute;
    width:30px;
    height:30px;
    cursor:pointer
}
.mapCenter .territory-point-box .points-wrap {
    width:100%;
    height:100%
}
.mapCenter .territory-point-box .points-wrap .point {
    position:absolute;
    left:50%;
    top:50%;
    z-index:6;
    border-radius:50%;
    opacity:1;
    background-color:#0a75f9;
    width:16px;
    height:16px;
    -webkit-animation:shining-circle 1s linear infinite;
    animation:shining-circle 1s linear infinite
}
.mapCenter .territory-point-box .points-wrap .ripple {
    z-index:1;
    -webkit-animation:wave 2s ease-out infinite;
    animation:wave 2s ease-out infinite
}
.mapCenter .territory-point-box .points-wrap .ripple:nth-child(3) {
    -webkit-animation-name:ripple-cur;
    animation-name:ripple-cur;
    visibility:hidden
}
.mapCenter .territory-point-box .points-wrap:hover .ripple:nth-child(3) {
    visibility:visible
}
.mapCenter .territory-point-box .territory-point-tooltip {
    position:absolute;
    z-index:3;
    left:0px;
    top:-20px;
    background-color:rgba(0,0,0,.8);
    border-radius:2px;
    line-height:20px;
    padding:2px 10px;
    font-size:14px;
    color:#fff;
    white-space:nowrap;
    transition:left .2s;
    opacity:0;
}
.mapCenter .territory-point-box .territory-point-tooltip:after {
    content:"";
    display:block;
    border:5px dashed transparent;
    border-top:5px solid rgba(0,0,0,.8);
    position:absolute;
    left:5px;
    top:24px;
}
.mapCenter .territory-point-box:hover .territory-point-tooltip{
    opacity:1;
    left:15px
}
@-webkit-keyframes shining-circle {
    0% {
        opacity:1;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    50% {
        opacity:.3;
        -webkit-transform:scale(.7);
        transform:scale(.7)
    }
    100% {
        opacity:1;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}@keyframes shining-circle {
     0% {
         opacity:1;
         -webkit-transform:scale(1);
         transform:scale(1)
     }
     50% {
         opacity:.3;
         -webkit-transform:scale(.7);
         transform:scale(.7)
     }
     100% {
         opacity:1;
         -webkit-transform:scale(1);
         transform:scale(1)
     }
 }
@-webkit-keyframes wave {
    0% {
        opacity:.8;
        -webkit-transform:scale(.06);
        transform:scale(.06)
    }
    100% {
        opacity:0;
        -webkit-transform:scale(3);
        transform:scale(3)
    }
}
@keyframes wave {
    0% {
        opacity:.8;
        -webkit-transform:scale(.05);
        transform:scale(.05)
    }
    100% {
        opacity:0;
        -webkit-transform:scale(3);
        transform:scale(3)
    }
}
@-webkit-keyframes ripple-cur {
    0% {
        opacity:.4;
        -webkit-transform:scale(.05);
        transform:scale(.05)
    }
    100% {
        opacity:0;
        -webkit-transform:scale(6);
        transform:scale(6)
    }
}
@keyframes ripple-cur {
    0% {
        opacity:.4;
        -webkit-transform:scale(.05);
        transform:scale(.05)
    }
    100% {
        opacity:0;
        -webkit-transform:scale(6);
        transform:scale(6);
    }
}



/*客户案列*/
#case{
    width: 100%;
    height: 1022px;
    background: url('../image/bg5.png') no-repeat;
    background-size: 100% 100%;
}
#caseCon{
    height: auto;
    overflow: hidden;
}
#caseCon .case-list{
    display: block;
    width:378px;
    height:308px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(238, 238, 238, 1);
    float: left;
    position: relative;
    margin-right: 28px;
    margin-bottom: 40px;
    overflow:hidden;
    box-shadow:0px 10px 10px 0px rgba(0, 0, 0, 0);
}
#caseCon .case-list:nth-child(3n+3){
    margin-right: 0px;
}
#caseCon .case-list .case-logo{
    display: block;
    width: 100%;
    height: 160px;
}
#caseCon .case-list .case-logo1{
    display: block;
    height: 40px;
    margin: 30px;
}
#caseCon .case-list .case-title{
    display: block;
    margin-left: 30px;
    color: #878787;
    font-size:18px;
    font-weight: 400;
}
#caseCon .case-list .case-hover{
    position: absolute;
    width: 318px;
    height: 246px;
    padding: 30px;
    top: 0;
    left: 0;
    background:rgba(255,255,255,1);

    transform:translateY(160px);
    transition:transform .3s linear;
}
#caseCon .case-list:hover{
    box-shadow:0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}
#caseCon .case-list:hover .case-hover{
    transform:translateY(0);
    text-decoration:none;
}

#caseCon .case-list .case-hover .case-logo2{
    display: block;
    height: 50px;
}
#caseCon .case-list .case-hover .case-title1{
    display: block;
    color: #878787;
    font-size: 18px;
    margin: 20px 0 30px 0;
}
#caseCon .case-list:hover .case-hover .case-title1{
    color:#111;
}
#caseCon .case-list .case-hover .case-summary{
    display: block;
    color: #878787;
    line-height: 24px;
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.case-more{
    display: block !important;
    margin:0 auto;
    width: 130px;
    height: 40px;
    border:1px solid rgba(10,117,249,1);
    color: #0A75F9;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    /*border-radius: 4px;*/
    margin-top: 30px;
}
.case-more:hover{
    background:#0A75F9;
    color: #fff;
    transition: all .3s linear;
    text-decoration:none;
}

.hvr-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #2098D1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
    content: "";
    position: absolute;
    z-index:-1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:#fff;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
    color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}


.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background:transparent !important;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:#0A75F9 !important;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: white;
}
.slide-ani-box .hvr-shutter-out-horizontal:before{
    border:none;
}
.slide-ani-box .hvr-shutter-out-horizontal:hover,.slide-ani-box  .hvr-shutter-out-horizontal:focus,.slide-ani-box  .hvr-shutter-out-horizontal:active {
    border:none;
}
.slide-ani-box .hvr-shutter-out-horizontal:hover:before,.slide-ani-box .hvr-shutter-out-horizontal:focus:before,.slide-ani-box .hvr-shutter-out-horizontal:active:before {
   border:none;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


/*免费体验*/
#free{
    width: 100%;
    height: 300px;
    background:#0A75F9;
}
#free h2{
    text-align: center;
    font-size: 40px;
    color: #fff;
    padding-top: 50px;
    cursor: pointer;
}
#free p{
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin: 40px 0;
    cursor: pointer;
}
#free p a{
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin: 40px 0;
    cursor: pointer;
    text-decoration:underline
}
#free .try{
    display: block;
    width: 200px;
    height: 64px;
    margin: 0 auto;
    line-height: 64px;
    color: #fff;
    background: #FF9000;
    font-size: 24px;
    text-align: center;
    transition: all .1s linear;
}
#free .try:hover{
    color: #FF9000;
    background: #fff;
}


/*尾部 S*/
#footer{
    width: 100%;
    height: 480px;
    background: #282B31;
}
#footer .service{
    padding:55px 0;
    height: 70px;
    width: 100%;
    border-bottom: 1px solid #3E4043;
}
#footer .service .service-list{
    width: 240px;
    height: 70px;
    display: block;
    float: left;
    margin-right:80px;
}
#footer .service .service-list:last-child{
    margin-right: 0;
}
#footer .service .service-list img{
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
#footer .service .service-list span{
    display: inline-block;
    float: left;
    width: 180px;
    height: 26px;
    color: #B8BCC2;
    line-height: 26px;
    font-size: 18px;
}
#footer .service .service-list p{
    display: inline-block;
    float: left;
    width: 180px;
    height: 48px;
    margin-top: 4px;
    line-height: 20px;
    color: #72757A;
    font-size: 14px;
}
#footer .service .service-list:hover span,
#footer .service .service-list:hover p{
    color: #fff;
}
#footer .group{
    padding: 35px 0;
    overflow: hidden;
}
#footer .group ul{
    width:260px;
    height: 180px;
    float: left;
}
#footer .group ul li{
    width: 100%;
    height: 30px;
}
#footer .group ul li a{
    width: 100%;
    line-height: 30px;
    color: #72757A;
    font-size: 14px;
}
#footer .group ul li a:hover{
    color: #fff;
    text-decoration:underline;
}
#footer .group ul li:first-child a{
    color: #B8BCC2;
    font-weight: bold;
}
.wx-ewm,.qq-ewm{
    width: 130px;
    height: 130px;
    float: right;
}
.wx-ewm img,.qq-ewm img{
    width: 95px;
    height: 95px;
    display: block;
    margin: 0 auto;
}
.wx-ewm img:hover,.qq-ewm img:hover{
    /*-webkit-transform: scale(1.1);*/
    /*-moz-transform: scale(1.1);*/
    /*-o-transform: scale(1.1);*/
    /*-ms-transform: scale(1.1);*/
    /*transition: all .3s linear;*/
}
.wx-ewm p,.qq-ewm p{
    font-size: 12px;
    color: #72757A;
    text-align: center;
    line-height: 36px;
}

.footer-info{
    width: 100%;
    height: 49px;
    background:#1B1D20;
    text-align: center;
    line-height: 49px;
    color: #74787E;
    font-size: 14px;
}
.footer-info span{
    margin-left:40px;
    font-size: 12px;
    font-weight: 400;
}
/*尾部 E*/

#editWrap img{
    margin: 10px auto !important;
    height: auto !important;
    max-width: 100%;
    display: inherit;
}




