.l-container{
    width: 100%;
}
.l-wrapper{
    width: 1200px;
    /*max-width: 1200px;*/
    height: 100%;
    margin: 0 auto;
}
.l-colum-grid{
    /*text-align: center;*/
}
.l-column-left{
    float: left;
}
.l-column-right{
    float: right;
}
.l-clear-fix {
    display: block;
}

.l-clear-fix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}


.pc-header-sunmenu-item{
    display: block;
    width: 100%;
    padding: 8px 0 7px;
    text-align: center;
}
.pc-header-sunmenu-item span{
    display: inline-block;
    line-height: 28px;
    font-size: 16px;
    color: #384c78;
    border-bottom: 1px solid #fff;
}
.pc-header-sunmenu-item:hover{
    /*padding-bottom: 5px;*/
}
.pc-header-sunmenu-item:hover span{
    color: #09f;
    border-bottom: 1px solid #09f;
}
.pc-g-submenu-product{
    left: -53px;
}
.pc-g-submenu-support{
    left:-19px;
    width: 100px;
}
.pc-g-fix-header-container .pc-g-header-submenu{
    border-bottom: 4px solid #27354e;
    padding-top: 14px;
}
.pc-g-fix-header-container .pc-g-header-submenu{
    background: #34435f;
}
.pc-g-fix-header-container .pc-header-sunmenu-item span{
    color: #fff;
    border-bottom: 1px solid #34435f;
}
.pc-g-fix-header-container .pc-header-sunmenu-item:hover span{
    color: #09f;
    border-bottom: 1px solid #09f;
}
.pc-g-header-login{
    float: right;
    margin-top: 15px;
}
.pc-g-signup-status-in{
    padding-top: 5px;
}
.pc-g-btn{
    width: 99px;
    height: 30px;
    line-height: 30px;
    border:1px solid #fff;
    border-radius: 2px;
    font-size: 16px;
    text-align: center;
}
.pc-g-signin{
    background: transparent;
    color: #fff;
    margin: 0 10px;
    float: left;
    transition:all 0.5s;
}
.pc-g-signin:hover{
    background: #fff;
    color: #1a3b77;
}
.pc-g-signup{
    background: #fff;
    color: #1a3b77;
    float: left;
    transition:all 0.5s;
}
.pc-g-signup:hover{
    background: #09f;
    border:1px solid #09f;
    color: #fff;
}

.pc-g-signup-status-in{
    /*display: none;*/
}
.pc-g-signup-status-in a{
    color: #fff;
    font-size: 14px;
    line-height: 1.42857143;
}
.pc-g-login-exit{
    display: inline-block;
    margin-left: 16px;
    color: #fff;
}
.pc-g-signup-status-in span{
    color: #fff;
}
/*          首页           */
.pc-mod-banner{
    width: 100%;
    height: 560px;
    background-color: #1a3b77;
}
.pc-mod-index-banner{
    height: 560px;
}
.pc-mod-banner .pc-mod-swiper-slide{
    height: 560px;
    width: 100%;
}
.pc-mod-banner-href {
    display: block;
    height: 100%;
    color: #fff;
}
.pc-mod-banner-href:hover {
    color: #fff;
}
 .pc-mod-swiper-slide-developer{
    background: #09091d url(../images/index-banner1.png) no-repeat center top;
    background-size: auto 560px;
}

.pc-mod-banner-adv{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.pc-mod-bussness-scene {
    height: 800px;
    background: #fff url(../images/bg.png) center bottom;
    background-size: auto 850px;
}
.pc-mod-title {
    text-align: center;
    font-size: 34px;
    color: #e50012;
    line-height: 58px;
    padding-top: 40px;
    /*padding-bottom: 40px;*/
    font-weight: 300;
}
.pc-mod-title-describe {
    font-size: 18px;
    text-align: center;
    color: #748598;
    line-height: 32px;
    margin-bottom: 34px;
    /*font-weight: 300;*/
}
.pc-mod-tab-container{
    text-align: center;
}
.pc-mod-tab{
    /*overflow: hidden;*/
    border-bottom: 1px solid #e3f4ff;
    /*width: 675px;*/
    /*margin: 0 auto;*/
    margin-bottom: 60px;
    text-align: center;
    font-size: 0;
    display: inline-block;
}
.pc-mod-tab-item{
    /*float: left;*/
    display: inline-block;
    font-size: 18px;
    padding-left: 42px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 32px 25px;
    margin-right: 68px;
    padding-top: 14px;
    padding-bottom: 14px;
    cursor: pointer;
    margin-bottom: -1px;
}
.pc-mod-tab-item-cur{
    border-bottom: 2px solid #09f;
    color: #09f;
}
.pc-mod-tab-social{
    background-image: url(../images/scene-icon1.png);
}
.pc-mod-tab-live{
    background-image: url(../images/scene-icon2.png);
}
.pc-mod-tab-im{
    background-image: url(../images/scene-icon3.png);
}
.pc-mod-tab-contact{
    margin-right: 0;
    background-image: url(../images/scene-icon4.png);
}
.pc-mod-tab-social.pc-mod-tab-item-cur{
    background-image: url(../images/scene-hover-icon1.png);
}
.pc-mod-tab-live.pc-mod-tab-item-cur{
    background-image: url(../images/scene-hover-icon2.png);
}
.pc-mod-tab-im.pc-mod-tab-item-cur{
    background-image: url(../images/scene-hover-icon3.png);
}
.pc-mod-tab-contact.pc-mod-tab-item-cur{
    background-image: url(../images/scene-hover-icon4.png);
}
.pc-mod-bussness-scene-item{
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 663px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size:579px auto;
}
.pc-mod-bussness-scene-application{
    background-image: url(../images/bussness1.png);
}
.pc-mod-bussness-scene-live{
    background-image: url(../images/bussness2.png);
}
.pc-mod-bussness-scene-im{
    background-image: url(../images/bussness3.png);
}
.pc-mod-bussness-scene-contact{
    background-image: url(../images/bussness4.png);
}
.pc-mod-tab-content-item{
    display: none;
    font-size: 0;
}
.pc-mod-tab-content-cur{
    display: block;
}
.pc-mod-content{
    width: 100%;
}
.pc-mod-bussness-scene .pc-mod-content {
    height: 153px;
}
.pc-mod-content .pc-mod-content-title{
    margin-top: 0;
    font-size: 24px;
    line-height: 48px;
    color: #384c78;
    vertical-align: middle;
    margin-bottom: 3px;
}
.pc-mod-content .pc-mod-content-describe,
.pc-mod-content .pc-mod-content-describe p
{
    font-size: 17px;
    color: #384c78;
    line-height: 30px;
}
.pc-mod-list{
    overflow: hidden;
}
.pc-mod-item{
    float: left;
    padding-top: 50px;
    font-size: 15px;
    color: #384c78;
    line-height: 44px;
    background:url(../images/scene-icon5.png) no-repeat center top;
    background-size: 65px 46px;
    text-align: center;
}
.pc-mod-bussness-scene-list .pc-mod-list{
    /*padding-top: 52px;*/
    border:none;
    padding-bottom: 0;
}
.pc-mod-bussness-scene-list {
    /*margin-bottom: 55px;*/
}
.pc-mod-bussness-scene-list .pc-mod-item {
    width: 104px;
}
.pc-mod-bussness-scene-list .pc-mod-item:hover {
    color: #09f;
}
.pc-mod-bussness-scene-list .pc-mod-scene-rce {
    width: 168px;
}
.pc-mod-scene-video{
    background-image: url(../images/scene-icon6.png);
}
.pc-mod-scene-datastat{
    background-image: url(../images/scene-icon10.png);
}
.pc-mod-scene-message{
    background-image: url(../images/scene-icon7.png);
}
.pc-mod-scene-rce{
    background-image: url(../images/scene-rce.png);
}
.pc-mod-scene-live{
    background-image: url(../images/scene-zhibo.png);
}
.page-product .pc-mod-scene-live{
    background-image: none;
}
.pc-mod-scene-cs{
    background-image: url(../images/scene-kefu.png);
}
.pc-mod-scene-safe{
    background-image: url(../images/scene-icon8.png);
}
.pc-mod-scene-index{
    float: left;
    display: block;
    width: 70px;
    height: 28px;
    line-height: 27px;
    text-align: center;
    padding-left: 2px;
    background: #384c78;
    color: #fff;
    border-radius: 4px;
    margin: 11px 22px 0 0;
    font-size: 17px;
    vertical-align: middle;
}
.pc-mod-product-more{
    display: inline-block;
    width: 164px;
    height: 46px;
    border: 1px solid #0099ff;
    background: #fff;
    color: #09f;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 86px;
    border-radius: 4px;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
}
.pc-mod-product-more:hover{
    background: #09f;
    color: #fff;
}

/*鼠标上滚时显示蓝色导航*/
.pc-g-fix-header-container{
    background: #34435f;
    width: 100%;
    /*height: 60px;*/
    position: fixed;
    top: 0;
    z-index: 1000;
    margin-top: -60px;
    /*overflow: hidden;*/
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.pc-g-fix-header-container .pc-g-header{
    position: static;
    margin-left: 0;
    margin: 0 auto;

}
.pc-g-fix-header-show
{
    /*height: 60px;*/
    margin-top: 0;
}
/*  swiper 轮播 */
.pc-mod-index-banner .pc-mod-swiper-pagination-switch{
    width: 40px;
    height: 20px;
    font-size: 0;
    background: none;
    margin: 0;
}
.pc-mod-index-banner .pc-mod-swiper-pagination-switch:before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #fff;
    opacity: 0.3;
    filter: alpha(opacity=30); 
}
.pc-mod-index-banner .pc-mod-swiper-active-switch:before{
    opacity: 1;
    filter: alpha(opacity=100);
}

/*end*/

#pc-mod-deploy-mode{
    height: 800px;
    background: #fff url(../images/bg.png) center bottom;
    background-size: auto 850px;
}
#pc-mod-deploy-mode .pc-mod-title-describe{
    margin-bottom: 74px;
}
.pc-mod-deploy-mode-list{
    overflow: hidden;
    /*background: url(../images/mode-banner3.png) no-repeat center center;
    background-size: 436px auto;*/
    position: relative;
}
.pc-mod-deploy-mode .l-column-right,
.pc-mod-deploy-mode .l-column-left{
    /*padding-top: 80px;*/
}
.pc-mod-deploy-mode-item .pc-mod-content-title{
    font-size: 24px;
    margin-bottom: 0;
}
.pc-mod-deploy-mode-item .pc-mod-content-describe p{
    font-size:17px;
    color: #384c78;
    line-height: 30px;
}
.pc-mod-deploy-mode-public,
.pc-mod-deploy-mode-private{
    margin-bottom: 217px;
}
.pc-mod-deploy-mode-public,
.pc-mod-deploy-mode-exclusive{
    text-align: right;
    padding-right: 59px;
}
.pc-mod-deploy-mode-exclusive,
.pc-mod-deploy-mode-overseas{
    padding-bottom: 15px;
}
.pc-mod-deploy-mode-item{  
    padding-right: 45px;
    background-repeat: no-repeat;
    background-position: right 5px;
    background-size: 39px 39px;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
}

.pc-mod-deploy-mode-public{
    background-image: url(../images/mode-icon1.png);
}
.pc-mod-deploy-mode-private{
    background-image: url(../images/mode-icon2.png);
}
.pc-mod-deploy-mode-exclusive{
    background-image: url(../images/mode-icon3.png);
}
.pc-mod-deploy-mode-overseas{
    background-image: url(../images/mode-icon4.png);
}
.pc-mod-deploy-mode-0 .pc-mod-deploy-mode-public{
    background-image: url(../images/mode-hover-icon1.png);
}
.pc-mod-deploy-mode-1 .pc-mod-deploy-mode-private{
    background-image: url(../images/mode-hover-icon2.png);
}
.pc-mod-deploy-mode-3 .pc-mod-deploy-mode-exclusive{
    background-image: url(../images/mode-hover-icon3.png);
}
.pc-mod-deploy-mode-2 .pc-mod-deploy-mode-overseas{
    background-image: url(../images/mode-hover-icon4.png);
}

.l-column-right .pc-mod-deploy-mode-item{
    padding-left: 45px;
    background-position: left 5px;
}
.pc-mod-deploy-img{
    width: 100%;
    height: 100%;
    background: url(../images/mode-banner1.png) no-repeat center center;
    background-size: 436px auto;
    position: absolute;
    top:0;
    left: 0;
    z-index: 99;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
}
.pc-mod-deploy-mode-0 .pc-mod-deploy-img{
  background-image: url(../images/mode-banner1.png);
}
.pc-mod-deploy-mode-1 .pc-mod-deploy-img{
  background-image: url(../images/mode-banner2.png);
}
.pc-mod-deploy-mode-2 .pc-mod-deploy-img{
  background-image: url(../images/mode-banner4.png);
}
.pc-mod-deploy-mode-3 .pc-mod-deploy-img{
  background-image: url(../images/mode-banner3.png);
}

.pc-mod-decoration{
    width: 618px;
    height: 100%;
    /*background: url(../images/mode-banner3.png) no-repeat center center;
    background-size: 436px auto;*/
    position: absolute;
    /*top:-37px;*/
    left: 50%;
    margin-left: -324px;
}
.pc-mod-decoration .pc-mode-outer,
.pc-mod-decoration .pc-mode-inner,
.pc-mod-decoration .pc-mode-small
{
    width: 640px;
    height: 640px;
    background:#e5f4ff;
    position: absolute;
    top: 50%;
    margin-top: -320px;
    left: 50%;
    margin-left: -320px;
    border-radius: 50%;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
            animation-fill-mode: both;
    opacity: 0;
    -webkit-animation: ballScale 4s 0s linear infinite;
    -moz-animation: ballScale 4s 0s linear infinite;
    -ms-animation: ballScale 4s 0s linear infinite;
        animation: ballScale 4s 0s linear infinite;
}
.pc-mod-decoration .pc-mode-outer{

}
.pc-mod-decoration .pc-mode-inner{
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
        animation-delay: 1s;
}
.pc-mod-decoration .pc-mode-small{
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
        animation-delay: 2s;
}
.pc-mode-circle1,.pc-mode-circle2,.pc-mode-circle3,.pc-mode-circle4{
    position: absolute;
    top: 287px;
    left: 157px;
    width: 16px;
    height: 16px;
    background: #d7e2f3;
    opacity: 0.4;
    border-radius: 50%;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
        animation-fill-mode: both;
    -webkit-animation: ballCircle 2.5s 0s ease infinite alternate;
    -moz-animation: ballCircle 2.5s 0s ease  infinite alternate;
    -ms-animation: ballCircle 2.5s 0s ease infinite alternate;
        animation: ballCircle 2.5s 0s ease infinite alternate;
}
.pc-mode-circle2{
    top: 107px;
    left: 247px;
    width: 12px;
    height: 12px;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
        animation-delay: 0.6s;
}
.pc-mode-circle3{
    top: 133px;
    left: 387px;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
        animation-delay: 0.8s;
}
.pc-mode-circle4{
    top: 322px;
    left: 427px;
    width: 10px;
    height: 10px;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
        animation-delay: 0.3s;
}
@-webkit-keyframes ballScale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1; }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);

    opacity: 0; } }
@-moz-keyframes ballScale {
  0% {
    -moz-transform: scale(0);
            transform: scale(0);
    opacity: 1; }

  100% {
    -moz-transform: scale(1);
            transform: scale(1);

    opacity: 0; } }
@-ms-keyframes ballScale {
  0% {
    -ms-transform: scale(0);
            transform: scale(0);
    opacity: 1; }

  100% {
    -ms-transform: scale(1);
            transform: scale(1);

    opacity: 0; } }
@keyframes ballScale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1; }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
}


@-webkit-keyframes ballCircle {
  0% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px); }

  100% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
    } }
@-moz-keyframes ballCircle {
  0% {
    -moz-transform: rotate(0);
            transform: rotate(0);}

  100% {
    -moz-transform: rotate(360deg);
            transform: rotate(360deg);
     } }
@-ms-keyframes ballCircle {
  0% {
    -ms-transform: rotate(0);
            transform: rotate(0);}

  100% {
    -ms-transform: rotate(360deg);
            transform: rotate(360deg);} }
@keyframes ballCircle {
  0% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);}

  100% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);}
}
.pc-mod-features-advan{
    width: 100%;
    height: 800px;
    background: url(../images/feature-bg.jpg) no-repeat center top;
    background-size: auto 850px;
    /*padding-bottom: 96px;*/
}
.pc-mod-features-advan .pc-mod-title-describe {
    margin-bottom: 44px;
}
.pc-mod-advan-data-list{
    text-align: center;
}
.pc-mod-advan-data-item{
    position: relative;
    display: inline-block;
    width: 213px;
    margin: 0 41px;
    height: 213px;
    padding-top: 100px;
}
.pc-mod-advan-data-item-num{
    padding-bottom: 15px;
    font-weight: 900;
}
.pc-mod-advan-data-item-num span {
    color: #008eff;
    font-size: 34px;
    letter-spacing: -0.04rem;
    display: inline-block;
}
.pc-mod-advan-data-item-num em:nth-child(2) {
    font-size: 17px;
    vertical-align: top;
    letter-spacing: -0.04em;
    color: #008eff;
    font-style: normal;
}
.pc-mod-advan-data-item-num em:nth-child(3) {
    font-size: 13px;
    letter-spacing: -0.04em;
    color: #008eff;
    font-style: normal;
}
.pc-mod-advan-data-item-name{
    font-size: 17px;
    color: #008eff;
}
.pc-mod-features-content-list{
    text-align: center;
    font-size: 0;
    margin-top: 80px;
}
.pc-mod-features-content-list .pc-mod-content{
    display: inline-block;
    vertical-align: top;
    width: 174px;
    margin-right: 50px;
    padding-top: 80px;
    background-size: 95px 80px;
    background-repeat: no-repeat;
    background-position: center top;
}
.pc-mod-feature-content-stable{
    background-image: url(../images/feature-icon1.png);
}
.pc-mod-feature-content-complicate{
    background-image: url(../images/feature-icon2.png);
}
.pc-mod-feature-content-point{
    background-image: url(../images/feature-icon3.png);
}
.pc-mod-feature-content-safe{
    background-image: url(../images/feature-icon4.png);
}
.pc-mod-feature-content-extension{
    background-image: url(../images/feature-icon5.png);
}
.pc-mod-features-content-list .pc-mod-content:last-child{
    margin-right: 0;
}
.pc-mod-features-content-list .pc-mod-content-title{
    color: #384c78;
    font-size: 19px;
    margin-top: 6px;
}
.pc-mod-features-content-list .pc-mod-content-describe,
.pc-mod-features-content-list .pc-mod-content-describe p
{
    font-size: 15px;
    line-height: 26px;
    color: #748598;
}
.pc-mod-cases{
    height: 800px;
    padding-bottom: 34px;
    padding-bottom: 40px;
    background: #152034 url(../images/case-bg.png) center top;
    background-size: auto 846px;
    position: relative;
}
.pc-mod-cases .pc-mod-title{
    color: #edf2fd;
}
.page-index .pc-mod-cases .pc-mod-title {
    color:#8a9eca; 
}
.pc-mod-cases-banner{
    height: 650px;
}
.pc-mod-cases-banner .pc-mod-swiper-slide{
    /*padding-left: 678px;
    padding-top: 100px;*/
}
.pc-mod-cases-banner .pc-mod-content{
    padding-left: 678px;
    padding-top: 100px;
}
#pc-mod-cases .pc-mod-swiper-slide{
    background: url(../images/case-banner1.png) no-repeat left top;
    background-size: 603px 494px;
    font-size: 0;
}

.pc-mod-cases-banner .pc-mod-content-title{
    margin-bottom: 23px;
    color: #fff;
    font-size: 42px;
    font-weight: 300;
}
.pc-mod-cases-banner .pc-mod-content-describe{
    font-size: 19px;
    color: #fff;
    margin-bottom: 108px;
}
.pc-mod-cases-more{
    display: inline-block;
    width:164px;
    height: 46px;
    line-height: 46px;
    border:1px solid #0099ff;
    color: #0099ff;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
}
.pc-mod-cases-more:hover{
    background: #09f;
    color: #fff;
}
.pc-mod-cases .pc-mod-swiper-button-prev,
.pc-mod-cases .pc-mod-swiper-button-next{
    display: block;
}
.pc-mod-cases-banner{
    width: 1200px;
    margin: 0 auto;
}
.pc-mod-cases .pc-mod-swiper-shuffling{
    margin-top: 20px;
}
.pc-mod-cases .pc-mod-swiper-button-prev{
    /*left: -250px;*/
}
.pc-mod-cases .pc-mod-swiper-button-next{
    /*right: -250px;*/
}
.pc-mod-cases .pc-mod-swiper-pagination1{
    text-align: center;
    bottom: 15px;
    position: absolute;
    left: 50%;
    margin-left: -532px;
}
.pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch{
    display: inline-block;
    width: 133px;
    padding-top: 89px;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
    border-radius: 0;
    background: none;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 82px auto;
}
/*首页 案例*/
.page-index .pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child{
    background-image: url(../images/juli-icon.png);
}
.page-index .pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child + span{
    background-image: url(../images/tudou-icon.png);
}
.page-index .pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child + span +span{
    background-image: url(../images/qichezhijia-icon.png);
}
.page-index .pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child + span +span +span{
    background-image: url(../images/laifeng-icon.png);
}
.page-index .pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child + span +span +span +span{
    background-image: url(../images/xiecheng-icon.png);
}
.page-index .pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child + span +span +span +span +span{
    background-image: url(../images/zhubajie-icon.png);
}
.page-index .pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child + span +span +span +span +span +span{
    background-image: url(../images/hujiang-icon.png);
}
.page-index .pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child + span +span +span +span +span +span +span{
    background-image: url(../images/baixingwang-icon.png);
}

/*im 案例*/
.pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child{
    background-image: url(../images/laifeng-icon.png);
}
.pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child + span{
    background-image: url(../images/xiecheng-icon.png);
}
.pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child + span +span{
    background-image: url(../images/zhubajie-icon.png);
}
.pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child + span +span +span{
    background-image: url(../images/hujiang-icon.png);
}
.pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child + span +span +span +span{
    background-image: url(../images/baixingwang-icon.png);
}
.pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child + span +span +span +span +span{
    background-image: url(../images/hupu-icon.png);
}
/*直播聊天室 案例*/
.page-live .pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child{
    background-image: url(../images/juli-icon.png);
}
.page-live .pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child + span{
    background-image: url(../images/tudou-icon.png);
}
.page-live .pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child + span +span{
    background-image: url(../images/qichezhijia-icon.png);
}
.page-live .pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child + span +span +span{
    background-image: url(../images/miya-icon.png);
}
.page-live .pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child + span +span +span +span{
    background-image: url(../images/dedao-icon.png);
}
/*客服 案例*/
.page-cs .pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child{
    background-image: url(../images/zhubajie-icon.png);
}
.page-cs .pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child + span{
    background-image: url(../images/yuepao-icon.png);
}
.page-cs .pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child + span +span{
    background-image: url(../images/zhanqi-icon.png);
}
.page-cs .pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child + span +span +span{
    background-image: url(../images/kuaihe-icon.png);
}
/*.page-cs .pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child + span +span +span +span{
    background-image: url(../images/kuaihe-icon.png);
}*/

.pc-mod-swiper-pagination1 .pc-mod-swiper-active-switch{
    opacity: 1;
    filter: alpha(opacity=100);
}
.pc-mod-swiper-button-prev, .pc-mod-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 65px;
    height: 65px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    font-size: 0;
    -webkit-user-select: none;  
    -moz-user-select: none;  
    -ms-user-select: none;  
}
.pc-mod-swiper-button-prev {
    background-image: url(../images/swiper-button-prev.png);
    background-size: 65px auto;
    left: 50%;
    margin-left: -680px;
    right: auto;
}
.pc-mod-swiper-button-next{
    background-image: url(../images/swiper-button-next.png);
    background-size: 65px auto;
    right: 50%;
    left: auto;
    margin-right: -680px;
}
.pc-mod-swiper-button-prev:hover, 
.pc-mod-swiper-button-next:hover {
    background-color: rgba(0,0,0,0.2);
    border-radius: 50%;
}
.pc-mod-partners{
    padding-bottom: 47px;
    background: #e1ecff;
}
.pc-mod-partners-list{
    text-align: center;
    font-size: 0;
    margin-top: 36px;
}
.pc-mod-partners-item{
    display: inline-block;
    width: 130px;
    height: 56px;
    margin: 0 17px;
    background-size: 130px auto;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.index-partner-yanhuang {
    margin: 0 36px;
    background-image: url(../images/index-partner1.png);
}
.index-partner-wanhu {
    margin: 0 40px;
    background-image: url(../images/index-partner2.png);
}
.index-partner-wps{
    margin: 0 26px;
    background-image: url(../images/index-partner3.png);
}
.index-partner-fanwei{
    background-image: url(../images/index-partner4.png);
    background-position: 0 -4px;
}
.index-partner-donghua{
    width: 151px;
    margin: 0 17px 0 24px;
    background-position: 0 6px;
    background-size: 131px auto;
    background-image: url(../images/index-partner5.png);
}
.index-partner-qidi{
    margin: 0 21px;
    background-image: url(../images/index-partner6.png);
}
.pc-mod-login{
    background: #0f1014;
    padding-top: 47px;
    padding-bottom: 47px;
}
.pc-mod-login-describe,
.pc-mod-login-describe p
{
    text-align: center;
    font-size: 19px;
    color: #fff;
    line-height: 40px;
}
.pc-mod-login-input{
    display: block;
    width: 440px;
    height: 45px;
    border:1px solid #b7b8b9;
    color: #fff;
    background: #0f1014;
    margin: 30px auto;
    text-align: center;
    padding-left: 15px;
}
.pc-mod-login-input:focus{
    text-align: left;
}
.pc-mod-login .pc-g-signup{
    display: block;
    float: none;
    margin: 30px auto 0;
    width: 164px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    border:none;
    background: #09f;
    /*background: #0470b9;*/
    border-radius: 4px;
    color: #fff;
    -webkit-transition: all .25 ease-out;
       -moz-transition: all .25 ease-out;
        -ms-transition: all .25 ease-out;
         -o-transition: all .25 ease-out;
            transition: all .25 ease-out;
}
.pc-mod-login .pc-g-signup:hover{
    color: #09f;
    background:#fff;
}
.pc-g-footer{
    clear: both;
    background: #0f1014;
}

.pc-g-footer .l-wrapper{
    padding-top: 60px;
    padding-bottom: 56px;
    border-top: 1px solid #27282c;
    overflow: hidden;
}
.pc-g-footer-contact,
.pc-g-footer-developer,
.pc-g-footer-about{
    float: left;
}
.pc-g-footer-contact{
    float: left;
    width: 350px;
}
.pc-g-footer-developer{
    float: left;
    width: 310px;
}
.pc-g-footer-about{
    float: left;
    width: 250px;
}
.pc-mod-content-list{
    margin-top: 36px;
}

.pc-mod-footer-media{
    float: left;
    text-align: center;
}


.pc-g-footer-copyright{
    width: 656px;
    padding-bottom: 20px;
    margin: 0 auto;
    overflow: hidden;
}
.pc-g-footer-copyright p{
    font-size: 14px;
    color: #6d6d6d;
}
.pc-g-record-number{
    padding-left: 50px;
    display: inline;
}

.pc-mod-link{
    display: none;
    position: fixed;
    right: 30px;
    top: 50%;
    margin-top: -102px;
    z-index: 20;
}
.pc-mod-link-item{
    display: block;
    width: 12px;
    height: 12px;
    background: #c9e9ff;
    border-radius: 50%;
    margin-bottom: 20px;
    text-indent: -9999px;
}
.pc-mod-link-item-cur{
    background: #0099ff;
}
.pc-mod-link-item:last-child{
    display: none;
}
.pc-mod-index-banner .pc-mod-swiper-slide{
    text-indent: -9999px;
}
.pc-mod-index-banner .pc-mod-banner-title{
    font-size: 36px;
    padding-top: 177px;
}
.pc-mod-index-banner .pc-mod-swiper-word{
    text-indent: 0;
    color: #fff;
}
.pc-mod-index-banner .pc-mod-banner-describe{
    padding-top: 68px;
}
.pc-mod-swiper-word .l-wrapper{
    position: relative;
    
}
.pc-mod-swiper-word .l-wrapper:after{
    content: '';
    display: block;
    width: 705px;
    height: 560px;
    position: absolute;
    top:0;
    right: -100px;
    background: url(../images/rce-banner.png) no-repeat right center;
    background-size: 700px auto;
}
.pc-mod-index-banner .pc-mod-swiper-pagination-bullet{
    width: 60px;
    height: 10px;
    background: none;
}
.page-index .pc-mod-swiper-pagination-bullet:before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 2px;
    background: #000;
}
.page-index .pc-mod-swiper-pagination-bullet-active:before {
    background: #007aff;
}

/*  pc-mod-banner  */

.pc-mod-banner {
    background: #1a3b77;
}
.pc-mod-banner-title {
    padding-top: 140px;
    font-size: 45px;
    font-weight: 300;
}
.pc-mod-banner-describe {
    width: 578px;
    padding-top: 18px;
    line-height: 30px;
    font-size: 18px;
}


/*  特色功能   */
.pc-mod-features-function {
    height: 800px;
    background: #934248;
    text-align: center;
    position: relative;
}

.pc-mod-features-function .pc-mod-title {
    padding-top: 40px;
    padding-bottom: 26px;
    /*font-size: 34px;*/
    color: #fff;
}
.pc-mod-features-function .pc-mod-title-describe{
    margin-bottom: 0;
}
.pc-mod-features-function .pc-mod-describe-title {
    font-size: 24px;
    color: #ffb5bb;
    padding-bottom: 9px;
}
.pc-mod-features-function .pc-mod-describe-info {
    padding-bottom: 33px;
    font-size: 17px;
    color: #FFF;
}
.pc-mod-features-function .pc-mod-swiper-slide {
    background: none;
}
.pc-mod-features-function-swiper {
    width: 1075px;
    height: 525px;
}
.pc-mod-features-function-pin .pc-mod-img-scene {
    width: 1075px;
}
.pc-mod-features-function-btn {
    width: 60px;
    height: 60px;
    margin-top: 173px;
    position: absolute;
    cursor: pointer;
    background-color: #344470;
    font-size: 0;
}
.pc-mod-features-btn-prev {
    float: left;
    left: 30px;
    background: url(../images/swiper-button-prev.png) no-repeat;
    background-size: 60px 60px;
}
.pc-mod-features-btn-next {
    float: right;
    right: 30px;
    background: url(../images/swiper-button-next.png) no-repeat;
    background-size: 60px 60px;
}
.pc-mod-features-btn-prev:hover {
    background: #344470 url(../images/swiper-button-prev.png) no-repeat;
    background-size: 60px 60px;
}
.pc-mod-features-btn-next:hover {
    background: #344470 url(../images/swiper-button-next.png) no-repeat;
    background-size: 60px 60px;
}


 /*   特点与优势     */
.pc-mod-character-advantage {
    height: 800px;
    background: url(../images/bg.png) center bottom;
    background-size: auto 850px;
}
.pc-mod-character-advantage .l-wrapper{
    width: 1220px;
}
.pc-mod-character-advantage .pc-mod-title {
    padding-top: 40px;
    padding-bottom: 63px;
    text-align: center;
}
.pc-mod-advantage-list{
    font-size: 19px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 50px;
    padding: 10px;
}
.pc-mod-advantage-item{
    width: 560px;
    height: 244px;
    float: left;
    background: #fff;
    box-shadow: 0px 0px 10px 2px rgba( 0, 153, 255 ,.1);
    -webkit-box-shadow: 0px 0px 10px 2px rgba( 0, 153, 255 ,.1);
    -moz-box-shadow: 0px 0px 10px 2px rgba( 0, 153, 255 ,.1);
}
.pc-mod-advantage-item:before{
    float: left;
    content: '';
    width: 144px;
    height: 144px;
    margin-top: 50px;
    margin-left: 51px;
    background-image: url(../images/live-icon.png);
    background-repeat: no-repeat;
    background-size: 148px auto;
}
.pc-mod-advantage-list .pc-mod-content{
    width: 340px;
    text-align: left;
    padding-right: 68px;
    padding-top: 54px;
    margin-left: 242px;
}
.pc-mod-advantage-list .pc-mod-content-title{
    font-size: 24px;
    color: #e50012;
    padding-bottom: 4px;
    margin-bottom: 0;
}
.pc-mod-advantage-list .pc-mod-content-describe,
.pc-mod-advantage-list .pc-mod-content-describe p{
    color: #748598;
    font-size: 17px;
}
.pc-mod-advantage-multiport:before {
    background-position: 0 -1154px;
}
.pc-mod-advantage-delivery:before {
    background-position: 0 -1319px;
}
.pc-mod-advantage-seamless:before {
    background-position: 0 -1484px;
}
.pc-mod-advantage-ness:before {
    background-position: 0 -3304px;
}
.pc-mod-advantage-multiport,
.pc-mod-advantage-delivery{
    margin-bottom: 45px;
}
.pc-mod-advantage-delivery,
.pc-mod-advantage-ness{
    float: right;
}


/*    live    直播互动页面   */
.page-live .pc-mod-banner{
    background:#372379;
    height: 560px;
    overflow: hidden;
}
.page-live .pc-mod-banner-wrapper,
.pc-mod-banner-wrapper,
.page-rce .pc-mod-banner-wrapper,
.page-netcall .pc-mod-banner-wrapper,
.page-cs .pc-mod-banner-wrapper{
    position: relative;
    color: #fff;
}
.page-live .pc-mod-banner-wrapper:after{
    background-image: url(../images/livebg.png);
}
/*.page-live .pc-mod-banner-title,
.pc-mod-banner-title,
.page-netcall .pc-mod-banner-title,
.page-cs .pc-mod-banner-title{
    padding-top: 140px;
}*/
.page-live .pc-mod-banner-communicate{
    margin-top: 80px;
}
.pc-mod-basic-function{
    height: 800px;
    background: #fff url(../images/bg.png) center bottom;
    background-size: auto 850px;
}
.pc-mod-message{
    padding-right: 636px;
    padding-top: 40px;
    padding-bottom: 110px;
    background-image: url(../images/bussness1.png);
    background-repeat:  no-repeat;
    background-position:  right top;
    background-size: 600px 503px;
}
.page-netcall .pc-mod-message {
    background-image: url(../images/bussness8.png);
}
.page-live .pc-mod-message {
    padding-top: 0;
    padding-bottom: 0;
    background-image: url(../images/bussness5.png);
    background-position: right center; 
}
.pc-mod-message .pc-mod-content{
    padding-bottom: 38px;
}
/*.page-live .pc-mod-features-content-item:before{
    background-image: url(../images/live-icon.png);
    background-size: 148px auto;
    background-repeat: no-repeat;
}*/
.pc-mod-advantage-complicate:before{
    background-position: 0 0;
}
.pc-mod-advantage-live:before{
    background-position: 0 -2973px;
}
.pc-mod-advantage-monitor:before{
    background-position: 0 -3138px;
}
.pc-mod-advantage-effect:before{
    background-position: 0 -329px;
}
.pc-mod-advantage-live, .pc-mod-advantage-effect {
    float: right;
}
.pc-mod-advantage-complicate, .pc-mod-advantage-live {
    margin-bottom: 45px;
}
.pc-mod-basic-function .pc-mod-title {
    padding-bottom: 80px;
}
.pc-mod-basic-function .pc-mod-content-title {
    color: #495d64;
}
.pc-mod-basic-function .pc-mod-content-describe {
    font-size: 19px;
    color: #748598;
}
.page-live .pc-mod-advantage-complicate{
    float: left;
}
.page-live .pc-mod-cases{
    background: #e50012;
}
.pc-mod-live-cases .pc-mod-swiper-slide-dedao{
    background-image: url(../images/live-case-banner1.png);
}
.page-live .pc-mod-swiper-pagination-bullet{
    background: #e50012;
}
.page-live .pc-mod-swiper-pagination-bullet-active{
    background:rgba(63,79,124,0);
}
.pc-mod-live-cases .pc-mod-content-title,
.pc-mod-live-cases .pc-mod-content-describe{
    color: #FFF;
}
.pc-mod-live-cases .pc-mod-cases-more{
    border:1px solid #FFF;
    color: #FFF;
}
.pc-mod-live-cases .pc-mod-cases-more:hover{
    border:1px solid #09f;
    color: #fff;
}

/*    im页面    */
.pc-mod-banner {
    background: #934248;
    height: 560px;
    overflow: hidden;
}
.pc-mod-banner-wrapper:after,
.page-rce .pc-mod-banner-wrapper:after,
.page-live .pc-mod-banner-wrapper:after,
.page-netcall .pc-mod-banner-wrapper:after,
.page-cs .pc-mod-banner-wrapper:after {
    content:'';
    display: inline-block;
    position: absolute;
    top: 0;
    right: -100px;
    width: 705px;
    height: 560px;
    background-size:705px 560px;
    background-position: 0 center;
    background-repeat: no-repeat;
}
.pc-mod-banner-wrapper:after{
    background-image: url(../images/featurebg.png);
}
.pc-mod-basic-function .pc-mod-title {
    padding-bottom: 40px;
}
/*.pc-mod-banner-describe {
    width: 508px;
}*/
.pc-mod-message1{
    height: 297px;
    padding-right: 600px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 320px;
}
.pc-mod-message2 {
    height: 320px;
    padding: 50px 0 50px 612px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 320px;
    margin-bottom: 25px;
}
.pc-mod-message1{
    background-image: url(../images/feature-banner1.png);
    height: 320px;
}
.pc-mod-message2{
    padding-top: 40px;
    background-image: url(../images/feature-banner2.png);
}
.pc-mod-message1 .pc-mod-content-title,
.pc-mod-message2 .pc-mod-content-title,{
    margin-top: 0px;
    font-size: 24px;
    color: #384c78;
}
.pc-mod-message1 .pc-mod-content-describe,
.pc-mod-message2 .pc-mod-content-describe{
    padding-bottom: 25px;
    line-height: 30px;
    font-size: 17px;
    color: #495d64;
}
.pc-mod-message1 .pc-mod-content:first-child,
.pc-mod-message2 .pc-mod-content:first-child{
    padding-bottom: 0px;
}
.pc-mod-message-separate{
    padding-bottom: 100px;
}
.pc-mod-features-content{
    width: 1109px;
    height: 543px;
    margin: 0 auto;
    background: url(../images/feature-function1.png) no-repeat;
    background-size: 1109px auto;
    text-indent: -9999px;
}
.pc-mod-advantage-stable:before {
    background-position: 0 -659px;
}
.pc-mod-advantage-complicate:before {
    background-position: 0 0;
}
.pc-mod-advantage-point:before {
    background-position: 0 -824px;
}
.pc-mod-advantage-safe:before {
    background-position: 0 -989px;
}
.pc-mod-advantage-stable,
.pc-mod-advantage-complicate{
    margin-bottom: 45px;
}
.pc-mod-advantage-complicate,
.pc-mod-advantage-safe{
    float: right;
}
.pc-mod-cases {
    background: #934248;
}
.pc-mod-swiper-pagination-bullet {
    background: #e50012;
}
.pc-mod-swiper-pagination-bullet-active {
    background: rgba(63,79,124,0);
}
.pc-mod-cases .pc-mod-swiper-pagination1 {
    width: 931px;
    margin-left: -466px;
}
.page-cs .pc-mod-cases .pc-mod-swiper-pagination1 {
    width: 665px;
    margin-left: -332px;
}
.page-live .pc-mod-cases .pc-mod-swiper-pagination1 {
    width: 798px;
    margin-left: -399px;
}
/*.pc-mod-swiper-button-next{
    width: 60px;
    height: 60px;
    background: url(../images/swiper-button-next.png) no-repeat;
    background-size: 60px 60px;
}
.pc-mod-swiper-button-prev{
    width: 60px;
    height: 60px;
    background: url(../images/swiper-button-prev.png) no-repeat;
    background-size: 60px 60px;
}
.pc-mod-swiper-button-next:hover,
.pc-mod-swiper-button-prev:hover{
  */  background-color: #344470;
}
.pc-mod-features-function{
    padding-bottom: 50px;
}
.pc-mod-sub-title{
    font-size: 24px;
    color: #FFF;
    padding-bottom: 9px;
}
.pc-mod-sub-title-describe{
    padding-bottom: 30px;
    font-size: 17px;
    color: #FFF;
}
.pc-mod-price-intro{
    margin-bottom: 55px;
}

.pc-mod-price-content{
    width: 574px;
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 0px 24px 1px rgba( 40, 138, 204 ,.1);
    -webkit-box-shadow: 0px 0px 24px 1px rgba( 40, 138, 204 ,.1);
    -moz-box-shadow: 0px 0px 24px 1px rgba( 40, 138, 204 ,.1);
    -ms-box-shadow: 0px 0px 24px 1px rgba( 40, 138, 204 ,.1);
}


.pc-mod-price-demand{
    padding: 25px 64px 0;
}
.pc-list-title{
    text-align: center;
    color: #748598;
    padding-bottom: 15px;
    font-size: 19px;
}
.pc-mod-list{
    border-top: 1px solid #ecf0f9;
    border-bottom: 1px solid #ecf0f9;
    padding: 12px 0;
}
.pc-list-item{
    margin-right: 45px;
    font-size: 16px;
    color: #748598;
    line-height: 38px;
}
.pc-list-broadcast{
    margin-right: 0px;
}

.socially-features {
    position: relative;
    z-index: 3;
    height: 646px;
    width: 1200px;
    margin: 0 auto;
}
.socially-title {
    padding-bottom: 40px;
    padding-top: 50px;
    text-align: center;
}
.socially-title h2 {
    color: #e50012;
    font-size: 34px;
}
.socially-title p {
    color: #888888;
    font-size: 14px;
    margin-top: 10px;
}
.socially-features ul {
    padding-bottom: 40px;
}
.clearfix {
    zoom: 1;
}
.socially-features ul li {
    float: left;
    width: 400px;
    height: 190px;
    text-align: center;
    margin-bottom: 40px;
}
.socially-features ul li .top-img {
    width: 80px;
    margin: 0 auto;
}
.socially-features ul li h3 {
    margin: 20px 0 15px;
    font-size: 20px;
    font-weight: bold;
}




