@charset "UTF-8";
.l-container {
    width: 100%;
}
.l-wrapper {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.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;
}
.hide {
    display: none;
}
body {
    overflow-x: hidden;
}
.pc-mod-title {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    font-size: 34px;
    color: #333;
    line-height: 58px;
    font-weight: 300;
}
.pc-mod-title-describe {
    font-size: 18px;
    text-align: center;
    color: #748598;
    line-height: 32px;
    margin-bottom: 34px;
}
.pc-mod-tab-container {
    text-align: center;
}
.pc-mod-tab {
    border-bottom: 1px solid #e3f4ff;
    text-align: center;
    font-size: 0;
    display: inline-block;
}
.pc-mod-tab-item,
.pc-mod-tab-social,
.pc-mod-tab-live,
.pc-mod-tab-im,
.pc-mod-tab-contact,
.pc-mod-tab-scene {
    display: inline-block;
    font-size: 18px;
    margin-right: 68px;
    padding-top: 14px;
    padding-bottom: 14px;
    cursor: pointer;
    margin-bottom: -1px;
    padding: 14px 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.page-index .pc-mod-tab-item,
.page-index .pc-mod-tab-social,
.page-index .pc-mod-tab-live,
.page-index .pc-mod-tab-im,
.page-index .pc-mod-tab-contact,
.page-index .pc-mod-tab-scene {
    cursor: text;
}
.pc-mod-tab-social:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background-image: url(../images/c_icon.png);
}
.pc-mod-tab-live:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-image: url(../images/m_icon.png);
}
.pc-mod-tab-im:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background-image: url(../images/s_icon.png);
}
.pc-mod-tab-contact:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    background-image: url(../images/p_icon.png);
}
.pc-mod-tab-item-cur.pc-mod-tab-social:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background-image: url(../images/c_icon2.png);
}
.pc-mod-tab-live.pc-mod-tab-item-cur:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-image: url(../images/m_icon2.png);
}
.pc-mod-tab-im.pc-mod-tab-item-cur:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background-image: url(../images/s_icon2.png);
}
.pc-mod-tab-contact.pc-mod-tab-item-cur:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    background-image: url(../images/p_icon2.png);
}
.pc-mod-tab-item-cur {
    color: #04a1e2;
    background-color: #f1f7fb;
}
.pc-mod-bussness-scene-list {
    width: 100%;
    position: relative;
    background-color: #f1f7fb;
}
.pc-mod-bussness-scene-item {
    padding-top: 80px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 570px;
}
.pc-mod-tab-content-item {
    display: none;
    font-size: 0;
}
.pc-mod-scene-txt {
    width: 550px;
    display: none;
    margin-left: 50px;
}
.pc-mod-scene-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 432px;
    opacity: 0;
    display: none;
    right: -55px;
    margin-top: 30px;
}
.pc-mod-bussness-scene-application {
    z-index: 1;
}
.pc-mod-bussness-scene-application .pc-mod-scene-txt {
    opacity: 1;
    display: block;
}
.pc-mod-bussness-scene-application .pc-mod-scene-img {
    opacity: 1;
    display: block;
    right: 0;
}
.pc-mod-swiper-slide-active {
    animation: opacity 1s ease;
}

.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: #333;
    vertical-align: middle;
    margin-bottom: 3px;
    font-weight: normal;
}
.pc-mod-content .pc-mod-content-describe p {
    font-size: 18px;
    color: #666;
    line-height: 30px;
    text-indent: 2em;
}
.pc-mod-content>img {
    display: block;
    margin: 0 auto;
}
a.pc-mod-product-more {
    display: inline-block;
    width: 164px;
    height: 46px;
    border: 1px solid #04a1e2;
    background: #f1f7fb;
    color: #04a1e2;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    margin-top: 120px;
    margin-bottom: 86px;
    border-radius: 4px;
    margin-right: 20px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.pc-mod-product-more:hover {
    background-color: #04a1e2;
    color: #fff;
}
.slideBox ul li {
    position: relative;
}
div.slideBox ul.items li a.bannerPBtn {
    display: block;
    position: absolute;
    left: 19.5%;
    top: 65%;
    width: 150px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid white;
    color: white;
    font-size: 20px;
    font-weight: bold;
}
div.slideBox ul.items li a.BtnLeft {
    left: 21%;
}
div.slideBox ul.items li a.BtnLeft2 {
    left: 30.5%;
}
div.slideBox ul.items li a.BtnLeft3 {
    left: 29%;
}
div.slideBox ul.items li a.bannerPBtn:hover {
    background: white;
    color: #04a1e2;
}
.pc-mod-deploy-mode-overseas .pc-mod-content-describe p {
    font-size: 17px;
    color: #384c78;
    line-height: 30px;
}
.pc-mod-content-describe2 p {
    font-size: 14px;
    color: #748598;
    line-height: 30px;
    width: 205px;
}

.pc-mod-features-advan {
    margin-top: 30px;
    width: 100%;
    height: 715px;
    background: url(../images/feature-bg.png) no-repeat center top;
    background-size: cover;
}

.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 58px;
    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: #25aeed;
    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: #25aeed;
}

.pc-mod-features-content-list {
    text-align: center;
    font-size: 0;
}

.pc-mod-features-content-list-content,
.pc-mod-feature-content-stable,
.pc-mod-feature-content-complicate,
.pc-mod-feature-content-point,
.pc-mod-feature-content-safe,
.pc-mod-feature-content-extension {
    display: inline-block;
    vertical-align: top;
    width: 182px;
    margin-right: 40px;
    background-size: 95px 80px;
    background-repeat: no-repeat;
    background-position: center top;
}
.pc-mod-cases-banner .pc-mod-content {
    padding-left: 678px;
    padding-top: 100px;
}

.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-login .pc-g-signup:hover {
    color: #09f;
    background: #fff;
}

.pc-mod-link {
    display: none;
    position: fixed;
    right: 30px;
    top: 50%;
    margin-top: -102px;
    z-index: 20;
}
.pc-mod-features-content-list .pc-mod-content-title {
    color: #233b6f;
    font-size: 18px;
    margin-top: 6px;
    font-weight: normal;
}
/*   优点与优势     */
.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, 0.1);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 153, 255, 0.1);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 153, 255, 0.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: #3f4f7c;
    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,
.pc-mod-advantage-delivery {
    margin-bottom: 45px;
}

.pc-mod-scene-social .pc-mod-product-scene-statistics,
.pc-mod-scene-live .pc-mod-product-scene-live {
    float: left;
}

.page-product .pc-mod-content {
    display: block;
    width: 302px;
    margin-left: 132px;
    margin-top: 25px;
    position: absolute;
    height: 100px;
}

.pc-mod-product-scene-bg {
    width: 476px;
    height: 145px;
    position: absolute;
    background: #3499ff;
    top: 145px;
    left: 0;
    font-size: 0;
}
/*优点优势的半圆*/
.pc-mod-svg {
    position: absolute;
    top: 24px;
    left: 0;
}

.pc-mod-ring {
    transition: stroke-dasharray 0.6s linear 0.2s;
    -webkit-transition: stroke-dasharray 0.6s linear 0.2s;
    -moz-transition: stroke-dasharray 0.6s linear 0.2s;
    -ms-transition: stroke-dasharray 0.6s linear 0.2s;
}

.couponsPop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 111111;
}
.couponsPop-inner {
    position: absolute;
    top: 15%;
    left: 40%;
    width: 400px;
    height: 598px;
}
.couponsPop-inner-imgFalse {
    position: absolute;
    left: 45%;
    top: 81%;
}
.couponsPop-inner-bigImg {
    position: absolute;
    width: 400px;
    height: 498px;
    animation: mymove  2s infinite;
    -moz-animation: mymove 2s infinite; /* Firefox */
    -webkit-animation: mymove  2s infinite; /* Safari and Chrome */
    -o-animation: mymove  2s infinite; /* Opera */
}
.couponsSmall {
    position: fixed;
    right: 0;
    top: 78%;
    z-index: 1000001;
}
.couponsSmall-false {
    position: absolute;
    right: 20px;
    cursor: pointer;
}

@keyframes mymove {
    0%   {top: 0%; left: 0%;}
    100% {top: 110%; left: 380%;width:0;height: 0}
}
@-moz-keyframes mymove {
    0%   {top: 0px; left:50%;}
    100% {top: 110%; left: 380%;width:0;height: 0}
}
@-webkit-keyframes mymove {
    0%   {top: 0px; left:50%;}
    100% {top: 110%; left: 380%;width:0;height: 0}
}
@-o-keyframes mymove {
    0%   {top: 0px; left:50%;}
    100% {top: 110%; left: 380%;width:0;height: 0}
}
@media screen and (max-width: 1366px) {
    div.slideBox ul.items li a.BtnLeft2 {
        left: 34.5%;
    }
    div.slideBox ul.items li a.BtnLeft3 {
        left: 33%;
    }
    .couponsPop-inner {
        position: absolute;
        top: 0%;
        left: 35%;
    }
    .popCouponImg {
        width: 350px;
    }
    .couponsPop-inner-imgFalse {
        top: 70.5%;
        left: 37%;
    }
    .couponsSmall {
        top: 81%;
    }
}
@media screen and (max-width: 1400px)  and(min-width: 1367px)  {
    div.slideBox ul.items li a.BtnLeft2 {
        left: 34%;
    }
    div.slideBox ul.items li a.BtnLeft3 {
        left: 33%;
    }
    .couponsPop-inner {
        top: 5%;
    }
}
@media screen and (max-width: 1440px)  and (min-width: 1401px) {
    div.slideBox ul.items li a.BtnLeft2 {
        left: 34%;
    }
    div.slideBox ul.items li a.BtnLeft3 {
        left: 32.5%;
    }
    .couponsPop-inner {
        top: 5%;
        left: 35%;
    }
}
@media screen and (max-width: 1600px)  and  (min-width: 1441px){
    div.slideBox ul.items li a.BtnLeft2 {
        left: 32.5%;
    }
    div.slideBox ul.items li a.BtnLeft3 {
        left: 31%;
    }
    .couponsPop-inner {
        top: 5%;
        left: 35%;
    }
    .couponsSmall {
        top: 80%;
    }
}
@media screen and (max-width: 1680px) and  (min-width: 1601px){
    div.slideBox ul.items li a.BtnLeft2 {
        left: 32%;
    }
    div.slideBox ul.items li a.BtnLeft3 {
        left: 30.5%;
    }
    .popCouponImg {
        left: 30%;
        top: 10%;
    }
    .couponsSmall {
        top: 81%;
    }
}
