/* 导航栏 */
.banner{
    position:relative;
    height:100%;
    min-width:1200px;
}
.bannerImg{
    width:100%;
    height:100%;
}
.header{
    height:80px;
    width:100%;
    background-color:transparent;
    z-index:999;
    position:absolute;
    top:0;
    left:0;
}
.header-box{
    background-color:rgba(0, 0, 0, 0.3);
}
.header-in{
    width:1200px;
    margin:0 auto;
    height:80px;
}
.logo_l{
    /*width:190px;
    height:34px;*/
    margin-right:5%;
}
.logo_l img{
    width:100%;
    height:100%;
}
.nav-m ul li{
    float: left;
    font-size:16px;
    color:#fff;
    padding:0 15px;
    height:74px;
    line-height:74px;
}
.nav-m ul li a{
    font-size:16px;
    color:#fff;
    display:block;
}
.nav-m ul li.active a{
    border-bottom:3px solid #b7ff1c;
}
.login,.free-ty{
    display:inline-block;
    margin-left:25px;
    cursor: pointer;
}
.login{
    font-size:16px;
    color:#fff;
    margin-left:55px;
}
.free-ty{
    padding:8px 18px;
    border:1px solid #fff;
    color:#fff;
    font-size:16px;
    border-radius:50px;
}
.login:hover{
    color:#333;
}
.free-ty:hover{
    color:#333;
    background:#fff;
    border:1px solid transparent;
}
.con{
    width:100%;
    overflow:hidden;
    height:774px;
    min-width:1200px;
}

/* 轮播图 */
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height:100% !important;
}
.swiper-slide img{
    width:100%;
    height:100%;
}
.swiper-pagination-bullet{
    background:rgba(255, 255, 255, 0.7) !important;
}
.swiper-pagination-bullet-active{
    width:46px !important;
    height:8px !important;
    border-radius:5px !important;
    background:#fff !important;
}

/* 头条新闻 */
.headlines{
    width:100%;
    height:310px;
    background:url(../images/index-03.jpg)no-repeat;
    background-size:100% 100%;
}
.headlines-in{
    width:1200px;
    height:310px;
    overflow:hidden;
    padding:50px 38px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    margin:0 auto;
}
.headlines-in ul li{
    width:258px;
    height:208px;
    margin-right:28px;
    background:#fff;
    float: left;
    border:1px solid #f4f4f4;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding:20px;
}
.headlines-in ul li:last-child{
    margin-right:0;
}
.slideIcon{
    width:94px;
    height:94px;
    margin:0 auto 2px;
    border:2px solid transparent;
    border-radius:50%;
    position:relative;
}
.slideIcon img{
    width:100%;
    height:100%;
    border-radius:50%;
}
.wrapper{
    width:47px;
    height:94px;
    position: absolute;
    top:0;
    overflow: hidden;
}
.right{
    right:0;
}
.circleProgress{
    width:90px;
    height:90px;
    border:2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top:0;
    -webkit-transform: rotate(45deg);
}
.headlines-in ul li:hover .rightcircle{
    border-top:2px solid #0084ff;
    border-right:2px solid #0084ff;
    right:0;
    -webkit-animation: circleProgressLoad_right 1s linear infinite;
    animation-iteration-count:1;
}
.headlines-in ul li:hover .leftcircle{
    border-bottom:2px solid #0084ff;
    border-left:2px solid #0084ff;
    left:0;
    -webkit-animation: circleProgressLoad_left 1s linear infinite;
    animation-iteration-count:1;
}
.left{
    left:0;
}

@-webkit-keyframes circleProgressLoad_right{
    0%{
        -webkit-transform: rotate(-135deg);
    }
    50%,100%{
        -webkit-transform: rotate(45deg);
    }
}
@-webkit-keyframes circleProgressLoad_left{
    0%,50%{
        -webkit-transform: rotate(-135deg);
    }
    100%{
        -webkit-transform: rotate(45deg);
    }
}


.headlines-in ul li p{
    text-align:center;
}
.headlines-in ul li p.byu{
    font-size:16px;
    color:#0084ff;
    margin-top:5px;
}
.headlines-in ul li p.byujs{
    font-size:14px;
    color:#505050;
    margin-top:5px;
}

/* 操作简单，一键开通 */
.operation{
    background:url(../images/index-04.jpg)no-repeat;
    background-size:100% 100%;
}
.oper-in{
    width:1200px;
    margin:0 auto;
}
.con p.bt{
    font-size:38px;
    color:#333;
    text-align:center;
    margin-top:70px;
}
.con p.xbt{
    font-size:16px;
    color:#505050;
    text-align:center;
    margin-top:20px;
}
.oper{
    margin:60px 0 0;
}
.oper ul li{
    width:362px;
    height:362px;
    background:#fff;
    border-radius:16px;
    margin-right:56px;
    float: left;
    padding-top:30px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-shadow:0px 4px 10px rgba(93,93,93,0.2);
    -webkit-box-shadow:0px 4px 10px rgba(93,93,93,0.2);
    -moz-box-shadow:0px 4px 10px rgba(93,93,93,0.2);
    -ms-box-shadow:0px 4px 10px rgba(93,93,93,0.2);
}
.oper ul li:last-child{
    margin-right:0;
}
.oper ul li img{
    width:100%;
    height:262px;
    display:inline-block;
}
.oper ul li p{
    font-size:16px;
    color:#505050;
    text-align:center;
    margin-top:20px;
}
.butt{
    display:block;
    margin:60px auto 0;
    width:118px;
    height:40px;
    font-size:16px;
    color:#fff;
    text-align:center;
    line-height:40px;
    border-radius:50px;
    background: -ms-linear-gradient(top, #002fff,  #0060ff);        /* IE 10 */
    background:-moz-linear-gradient(top,#002fff,  #0060ff);/*火狐*/ 
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#002fff), to(#0060ff));/*谷歌*/ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#002fff), to(#0060ff));      /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #002fff, #0060ff);   /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #002fff, #0060ff);  /*Opera 11.10+*/ 
}
.butt:hover{
    background: -ms-linear-gradient(top, #4286fd,  #325aff);        /* IE 10 */
    background:-moz-linear-gradient(top,#4286fd,  #325aff);/*火狐*/ 
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#4286fd), to(#325aff));/*谷歌*/ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4286fd), to(#325aff));      /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #4286fd, #325aff);   /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #4286fd, #325aff);  /*Opera 11.10+*/ 
}


/* 视频 */
.videoLive{
    overflow:hidden;
    position:relative;
}
.videoLive video{
    height:774px;
    width:100%; 
    object-fit:none;
    position: absolute;
    top:0;
    left:0;
}
.ceng{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.5);
}
.liulan{
    position:absolute;
    top:40px;
    left:74px;
}
.liulan img{
    width:32px;
    height:22px;
    display:inline-block;
    margin-right:10px;
}
.liulan p{
    font-size:20px;
    color:rgba(255, 255, 255, 0.3);
}
.living{
    text-align:center;
    font-size:20px;
    position:absolute;
    top: 40px;
    left:50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
}
.living span{
    color:rgba(255, 255, 75, 0.3);
    display:inline-block;
    margin-right:15px;
}
.living s{
    text-decoration:none;
    color:rgba(36, 226, 39, 0.3);
}
.living s i{
    text-decoration:none;
    color:rgba(255, 255, 255, 0.3);
}
.videoLive-in{
    position:relative;
    left:50%;
    width:1200px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
}
.videoLive-in p.bt{
    font-size:38px;
    color:#fff;
    text-align:center;
    margin:270px 0 30px;
}
.videoLive-in p.xbt{
    font-size:20px;
    color:#fff;
    text-align:center;
}
/* 互动营销功能丰富 */
.function{
    background:#f9f9f9;
}
.fun-in,.data-in{
    width:1200px;
    margin:0 auto;
}
.fun_l{
    width:530px;
    float: left;
    margin-top:250px;
    padding-left:124px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.fun_l p.bt,.data_r p.bt{
    font-size:38px;
    color:#333;
    margin-bottom:20px;
}
.fun_l p.bt{
    text-align:left;
    margin-top:0;
}
.data_r p.bt{
    text-align:right;
}
.fun_l p.xbt,.data_r p.xbt{
    font-size:16px;
    color:#505050;
    line-height:1.85;
}
.fun_l p.xbt{
    text-align:left;
    margin-top:0;
}
.data_r p.xbt{
    text-align:right;
    margin-right:0;
    margin-top:0;
}
.fun_l a{
    margin:60px 0 0;
}
.fun_r{
    width:670px;
    float:right;
}
.fun_r img{
    width:100%;
    height:100%;
}
.data_l{
    float: left;
    width:780px;
}
.data_l img{
    width:100%;
    height:100%;
}
.data_r{
    width:420px;
    float:right;
    margin-top:250px;
    padding-right:124px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.data_r p{
    text-align:right;
}
.data_r a{
    margin:60px 0 0 178px;
}
/* 微赞直播 */
.vzanLive{
    background:#f9f9f9;
    height:auto;
    padding-bottom:70px;
}
.live-in{
    width:1200px;
    margin:0 auto;
}
.live-in>p.bt{
    font-size:38px;
    color:#333;
    text-align:center;
    margin-top:70px;
}
.live-in>p.xbt{
    font-size:16px;
    color:#505050;
    text-align:center;
    margin-top:20px;
}
.live{
    margin:40px 0 60px;
}
.live ul li{
    width:382px;
    height:422px;
    border:1px solid #eaeaea;
    background:#fff;
    margin-right:24px;
    float: left;
}
.live ul li a{
    display:block;
}
.live ul li:hover{
    box-shadow:0px 4px 12px rgba(171,171,171,0.3);
    -webkit-box-shadow:0px 4px 12px rgba(171,171,171,0.3);
    -moz-box-shadow:0px 4px 12px rgba(171,171,171,0.3);
    -ms-box-shadow:0px 4px 12px rgba(171,171,171,0.3);
}
.live ul li:last-child{
    margin-right:0;
}
.liveVideo{
    position:relative;
    height:180px;
    cursor:pointer;
}
.liveVideo img{
    width:100%;
    height:100%;
    display:inline-block;
}
.liveVideo i{
    display:inline-block;
    width:4rem;
    height:4rem;
    background:url(../images/pause.png)no-repeat;
    background-size:4rem;
    cursor:pointer;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
       -moz-transform:translate(-50%,-50%);
        -ms-transform:translate(-50%,-50%);
         -o-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
}
.live-wenzi{
    padding:0 20px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.live-wenzi p.bt{
    height:49px;
    line-height:49px;
    width:100%;
    font-size:18px;
    color:#333;
    border-bottom:1px solid #f2f2f2;
    margin-top:0;
    text-align:left;
}
.live-wenzi p.xbt{
    color:#505050;
    font-size:16px;
    margin-top:10px;
    line-height:1.65;
    text-align:left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:6;
    height:160px;
    overflow:hidden;
}
/* 合作伙伴 */
.cooperation{
    height:auto;
}
.coo-in{
    width:1200px;
    margin:0 auto;
}
.cooSlide{
    width:100%;
    padding:60px 0 120px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    position:relative;
}
.cooSlide .bd{
   padding:0 70px; 
   overflow:hidden;
   height:180px;
}
.cooSlide .bd ul li{
    width:176px;
    height:176px;
    float: left;
    border:2px solid #eee;
    border-radius:50%;
    margin-right:32px;
    position:relative;
}
.cooSlide .bd ul li:last-child{
    margin-right:0;
}
.cooSlide .bd ul li img{
    width:176px;
    height:176px;
    border-radius:50%;
}
.cooSlide .hd{
    margin:55px 160px 0;
    height:70px;
    line-height:70px;
    border-bottom:2px solid #e1e1e1;
}
.cooSlide .hd ul li{
    font-size:18px;
    color:#333;
    float: left;
    margin-right:26px;
    cursor:pointer;
}
.cooSlide .hd ul li:last-child{
    margin-right:0;
}
.cooSlide .hd ul li.on{
    border-bottom:2px solid #0084ff;
    color:#0084ff;
}
.bd-words{
    position:absolute;
    bottom:70px;
    text-align:center;
    font-size:14px;
    color:#505050;
    width: 780px;
    margin: 0 138px 0;
}




/* 微赞直播,为百万企业赋能 */
.mill{
    background:#f9f9f9;
    height:440px;
}
.mill-in{
    width:1200px;
    margin:0 auto;
}
.mill-in ul li{
    width:300px;
    height:280px;
    padding:60px 10px 0 20px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    float: left;
}
.imgIcon{
    width:48px;
    height:40px;
    margin-bottom:15px;
}
.imgIcon img{
    width:100%;
    height:100%;
}
.mill-ul ul li>p{
    font-size:16px;
    color:#505050;
    line-height:1.5;
}
.bwan p{
    color:#002fff;
    font-size:50px;
    font-weight:bold;
    line-height:1.3;
    position:relative;
}
.bwan p s{
    text-decoration:none;
}
.bwan p span{
    font-size:18px;
    color:#505050;
    position:absolute;
    margin:10px 0 0 10px;
    font-weight:normal;
    top: 0;
}
/* 微赞直播与企业动态 */
.state{
    width:1200px;
    margin:0 auto;
    height:auto;
}
.state-sta{
    margin-top:60px;
    margin-bottom:80px;
}
.sta_l{
    width:580px;
    float: left;
}
.sta_bt{
    width:580px;
    height:64px;
    background:#f3f3f3;
    line-height:64px;
    text-align:center;
    font-size:22px;
    color:#444;
}
.sta-con{
    width:578px;
    border:1px solid #ebebeb;
    border-top:none;
}
.sta-content{
    padding:30px 15px 15px 0;
    margin:0 0 0 15px;
    position:relative;
    border-bottom: 1px solid #f0f0f0;
    overflow:hidden;
}
.sta-content img{
    width:134px;
    height:134px;
    display:inline-block;
    margin-right:16px;
    vertical-align: middle;
    margin-top: -8px;
    float: left;
}
.p-bt p{
    font-size:18px;
    color:#444;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    width:360px;
}
.p-bt s.ckxq{
    font-size:12px;
    color:#989898;
    display:block;
    text-align:center;
}
.sta-words span{
    font-size:14px;
    color:#565656;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    line-height:1.65;
    margin-top:12px;
    height:75px;
}
.sta-words s{
    font-size:16px;
    color:#989898;
    text-decoration:none;
    display:block;
    text-align:right;
    margin-top:5px;
}
.con-list{
    padding:10px 15px 0;
}
.con-list ul li{
    padding:6px 0;
    width:100%;
}
.con-list ul li i{
    display:inline-block;
    width:6px;
    height:10px;
    background:url(../images/index-23.png)no-repeat;
    margin-right:8px;
}
.con-list ul li a p{
    font-size:14px;
    color:#565656;
}
.con-list ul li a s{
    font-size:14px;
    color:#989898;
    text-decoration:none;
}
.sta_r{
    width:580px;
    float:right;
}
/* 微赞直播！领先的企业直播服务领航者 */
.openLive{
    height:330px;
    background:#0084ff;
}
.open-in{
    width:1200px;
    margin:0 auto;
}
.open-in p{
    font-size:38px;
    color:#fff;
    text-align:center;
    margin:100px 0 45px;
}
.open-in a{
    display:block;
    width:118px;
    height:40px;
    font-size:16px;
    color:#0084ff;
    background:#fff;
    text-align:center;
    line-height:40px;
    border-radius:50px;
    margin:0 auto;
}
.open-in a:hover{
    background:#e7e7e7;
}
/* 底部 */
.footer{
    width:100%;
    background:#222c3a;
    min-width:1200px;
}
.footer-in{
    width:1200px;
    margin:0 auto;
    height:586px;
}
.foot-top{
    padding:74px 0 50px;
    position:relative;
}
.foot-top:after{
    content: " ";
    position: absolute;
    left: 0;
    bottom:0;
    right: 0;
    width:100%;
    height: 1px;
    border-bottom: 1px solid #6f6f6f;
    color: #f0f0f0;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.foot-top ul li{
    padding-left:120px;
}
.foot-top ul li img{
    width:50px;
    height:50px;
    border-radius:50%;
    display:inline-block;
    margin-right:20px;
}
.foot-top ul li span{
    font-size:20px;
    color:#fff;
}
.foot-mid{
    margin:50px 0;
}
.ttop ul{
    display:inline-block;
    float: left;
}
.ttop ul li{
    font-size:14px;
    color:#fff;
    display:block;
    margin-top:20px;
}
.ttop ul li a{
    color:#fff;
}
.ttop ul li a:hover{
    color:#0084ff;
}
.ttop ul li.bbt{
    font-size:16px;
    margin-bottom:30px;
}
.ttop ul.pro{
    margin:0 0 0 110px;
}
.ttop ul li img{
    width:24px;
    height:24px;
    display:inline-block;
    margin-right:10px;
    vertical-align: middle;
    margin-top: -4px;
}
.ttop ul li span{
    font-size:14px;
}
.ewm{
    float:right;
    margin-right:20px;
}
.ewm img{
    width:100px;
    height:100px;
    display:block;
    margin:0 auto;
}
.ewm p{
    font-size:14px;
    color:#fff;
    text-align:center;
    margin-top:15px;
}
.foot-mid ul.yq-link{
    display:block;
    margin-top:50px;
}
.foot-mid ul.yq-link li{
    display:inline-block;
    float: left;
    color:#fff;
}
.foot-mid ul.yq-link li.bbt{
    font-size:16px;
    display:block;
    float:none;
    margin-bottom:20px;
}
.foot-mid ul.yq-link li a{
    margin-right:30px;
    color:#fff;
}
.foot-mid ul.yq-link li a:hover{
    color:#0084ff;
}

.learn-more{
    width:158px;
    height:48px;
    border-radius:50px;
    background:transparent;
    border:1px solid #fff;
    position:absolute;
    bottom:10%;
    left:25%;
    font-size:22px;
    color:#fff;
    line-height:48px;
}
    .learn-more:hover {
        background: #fff;
        color: #333;
    }
.bannerbtn a:hover {
    background: #0084ff;
    color: #fff;
}
.button {
    position: absolute;
    left: 38%;
    bottom: 15%;
    width: 34%;
    margin: 0 auto;
}

    .button a {
        width: 200px;
        height: 60px;
        border-radius: 4px;
        background: #fff;
        font-size: 22px;
        color: #0084ff;
        line-height: 60px;
        display: block;
    }
/* 新版悬浮 */
.right-fixed {
    position: fixed;
    right: -294px;
    bottom: 5%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #ffffff;
    float: right;
    z-index: 99999;
}

    .right-fixed .mess-item {
        cursor: pointer;
        height: 70px;
        background: #353535;
        transition: all 1s;
    }

    .right-fixed .top-item {
        cursor: pointer;
        height: 70px;
        background: url(../images/icon-34.png)no-repeat;
        background-color: #353535;
    }

        .right-fixed .top-item:hover {
            background-color:#0084ff;
        }

    .right-fixed .mess-item img, .right-fixed .phone-item img, .right-fixed .wx-item img {
        vertical-align: middle;
    }

    .right-fixed .mess-item:hover {
        transform: translateX(-88px);
        background: #0084ff;
    }

    .right-fixed .phone-item {
        height:70px;
        background: #353535;
        width: 364px;
        transition: all 1.5s;
    }

        .right-fixed .phone-item:hover {
            transform: translateX(-125px);
            background: #0084ff;
        }


.close-box {
    width: 18px;
    height: 18px;
    background: url(../images/icon-35.png)no-repeat;
    background-size: 100% 100%;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

/*.button{
    position:absolute;
    left:38%;
    bottom:15%;
    width:34%;
    margin:0 auto;
}
.button a{
    width:158px;
    height:48px;
    border-radius:50px;
    background:transparent;
    border:1px solid #fff;
    font-size:22px;
    color:#fff;
    line-height:48px;
    display:block;
}*/
.free-butt{
    margin-left:25px;
}
/* 悬浮 */
.open_wrap_index{
    position:fixed;
    width:150px;
    height:150px;
    border-radius:50%;
    left:-100%;
    bottom:0;
    z-index:999;
    cursor:pointer;
    padding:0 8px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background: -ms-linear-gradient(top, #6f9bff,  #9362fe);        /* IE 10 */
    background:-moz-linear-gradient(top,#6f9bff,#9362fe);/*火狐*/ 
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#6f9bff), to(#9362fe));/*谷歌*/ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6f9bff), to(#9362fe));      /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #6f9bff, #9362fe);   /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #6f9bff, #9362fe);  /*Opera 11.10+*/ 
}
.open-img{
    width:108px;
    height:52px;
    margin-right:5px;
}
.open-img img{
    width:100%;
    height:100%;
}
.open_wrap_index i.jiantou{
    width:18px;
    height:32px;
    background:url(../images/jiantou.png)no-repeat;
    background-size:18px 32px;
    display:block;
}
.open_wrap_index_all{
    width:86.5%;
    position:fixed;
    left:60px;
    bottom:0;
    height:150px;
    border-radius:100px;
    background:url(../images/bg.png)no-repeat;
    background-size:100% 100%;
    padding:0 30px 0 110px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            z-index:2;
}
.open_wrap_index_all img{
    width:60%;
    margin-right:6%;
}
.code-bg{
    position:relative;
    width:156px;
    height:156px;
    background:url(../images/bg-b.png)no-repeat;
    background-size:100% 100%;
    margin-top:-28px;
    padding:22px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.code-bg img{
    width:114px;
    height:114px;
    margin-right:0;
}
.live-room{
    margin-right:10%;
}
.free-tips{
    width:148px;
    height:28px;
    background:#d595eb;
    font-size:14px;
    text-align:center;
    line-height:28px;
    position:absolute;
    bottom:-8px;
    left:4px;
    border-radius:50px;
    color:#fff;
}
.index-close{
    width:44px;
    height:44px;
    background:url(../images/close-b.png)no-repeat;
    background-size:44px 44px;
    display:block;
    cursor:pointer;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image:url(../images/button-left.png)!important; 
    left:20px !important;
 }
 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image:url(../images/button-right.png)!important; 
    right:20px !important;
 }




/* 新增 */
.newhead{
    width:1200px;
    height:310px;
    overflow:hidden;
    padding:50px 38px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    margin:0 auto;
}
.newhead ul li{
    width:258px;
    height:208px;
    margin-right:28px;
    background:#fff;
    float: left;
    border:1px solid #f4f4f4;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding:20px;
    border-radius:4px;
}
.newhead ul li:hover{
    box-shadow:0px 3px 6px rgba(0,0,0,0.1);
    -webkit-box-shadow:0px 3px 6px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 3px 6px rgba(0,0,0,0.1);
    -ms-box-shadow:0px 3px 6px rgba(0,0,0,0.1);
}
.newhead ul li:last-child{
    margin-right:0;
}
.Icon{
    width:92px;
    height:90px;
    margin:0 auto 10px;
}
.Icon img{
    width:100%;
    height:100%;
}
.newhead ul li p.byu{
    font-size:16px;
    color:#101010;
    text-align:center;
}
.newhead ul li p.byujs{
    font-size:14px;
    color:#505050;
    text-align:center;
    margin-top:5px;
}
.channel{
    height:644px;
    position:relative;
}
.channel-bg{
    background:url(../images/bg-01.png)no-repeat;
    background-size:100% 100%;
    position:absolute;
    right:0;
    bottom:0;
    width:1035px;
    height:486px;
}
.channel-in{
    width:1200px;
    margin:0 auto;
    padding:110px 50px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.channel-l{
    float:left;
}
.title-bt{
    width:254px;
    height:92px;
    background:url(../images/title-01.png)no-repeat;
    background-size:100% 100%;
    display:inline-block;  
    margin-bottom:20px;
}
.title-bt-a{
    width:228px;
    height:92px;
    background:url(../images/title-02.png)no-repeat;
    background-size:100% 100%;
    display:inline-block;  
    margin-bottom:20px;
}
.title-bt-b{
    width:228px;
    height:92px;
    background:url(../images/title-03.png)no-repeat;
    background-size:100% 100%;
    display:inline-block;  
    margin-bottom:20px;
}
.title-bt-c{
    width:292px;
    height:92px;
    background:url(../images/title-04.png)no-repeat;
    background-size:100% 100%;
    display:inline-block;  
    margin-bottom:20px;
}
.channel-words ul li,.simple-words ul li{
    margin-bottom:10px;
    display:block;
    overflow:hidden;
}
.simple-words ul li{
    text-align:right;
}
.channel-words ul li:last-child,.simple-words ul li:last-child{
    margin-bottom:0;
}
.channel-words ul li i,.simple-words ul li i{
    width:4px;
    height:4px;
    border-radius:50%;
    background:#333;
    display:inline-block;
    margin-right:10px;
    float:left;
    vertical-align: middle;
    margin-top: 10px;
    box-shadow:1px 1px 3px rgba(51,51,51,0.8);
    -webkit-box-shadow:1px 1px 3px rgba(51,51,51,0.8);
    -moz-box-shadow:1px 1px 3px rgba(51,51,51,0.8);
    -ms-box-shadow:1px 1px 3px rgba(51,51,51,0.8);
}
.simple-words ul li i{
    margin:8px 0 0 10px;
    float:right;
}
.channel-words ul li p,.simple-words ul li p{
    font-size:16px;
    color:#333;
    float:left;
}
.simple-words ul li p{
    float:right;
}
.channel-r{
    float:right;
}
.channel-r img{
    width:492px;
    height:432px;
}
.x-icon{
    margin-top:50px;
    width:404px;
}
.x-icon ul li img{
    width:52px;
    height:52px;
    display:block;
    margin:0 auto 10px;
    box-shadow:0px 6px 12px rgba(191,190,235,0.7);
    -webkit-box-shadow:0px 6px 12px rgba(191,190,235,0.7);
    -moz-box-shadow:0px 6px 12px rgba(191,190,235,0.7);
    -ms-box-shadow:0px 6px 12px rgba(191,190,235,0.7);
    border-radius:10px;
}
.x-icon ul li p{
    font-size:14px;
    color:#101010;
    text-align:center;
}
.simple{
    position:relative;
    height:790px;
    margin-top:-40px;
    background:url(../images/bg-03.png)no-repeat;
    background-size:100% 100%;
    width:100%;
}
.simple-in{
    width:1200px;
    margin:0 auto;
    padding:240px 50px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.simple-l{
    float:left;
}
.simple-l img{
    width:402px;
    height:334px;
}
.simple-r{
    float:right;
    text-align:right;
}
.big-funtion{
    height:1074px;
    background:#0b45ec;
    position:relative;
}
.big-funtion-in{
    width:1200px;
    margin:0 auto;
    padding:80px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.fun-bt{
    font-size:38px;
    color:#fff;
    text-align:center;
}
.fun-xbt{
    font-size:16px;
    color:#fff;
    text-align:center;
    margin:30px 0 80px;
}
.funImg{
    width:988px;
    height:740px;
    margin:0 auto;
    background:url(../images/bg-05.png)no-repeat;
    background-size:100% 100%;
}
.big-funtion-in i.ia{
    position:absolute;
    top:225px;
    left:100px;
    width:239px;
    height:302px;
    background:url(../images/bg-06.png)no-repeat;
    background-size:100% 100%;
    display:block;
}
.big-funtion-in i.ib{
    position:absolute;
    bottom:0;
    right:0;
    width:280px;
    height:349px;
    background:url(../images/bg-07.png)no-repeat;
    background-size:100% 100%;
    display:block;
}
.stable{
    height:600px;
    background:#f7fbff;
}
.stable-in{
    width:1200px;
    margin:0 auto;
    padding:130px 50px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.stable-l{
    float:left;
    width:490px;
}
.stable-l ul li{
    margin:0 40px 40px 0;
    float:left;
}
.stable-l ul li:last-child{
    margin:0;
}
.stable-l ul li img{
    display:block;
    margin:0 auto 20px;
    width:120px;
    height:110px;
}
.stable-l ul li p{
    font-size:16px;
    color:#333;
    text-align:center;
}
.stable-r{
    float:right;
    text-align:right;
}
.information{
    height:790px;
    background:url(../images/bg-09.png)no-repeat;
    background-size:100% 100%;
}
.information-in{
    width:1200px;
    margin:0 auto;
    padding:260px 50px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.info-l{
    float:left;
}
.infoIcon{
    margin-top:40px;
    width:360px;
}
.infoIcon ul li{
    float:left;
    margin-right:25px;
    margin-bottom:30px;
}
.infoIcon ul li:nth-child(3n){
    margin-right:0;
}
.infoIcon ul li img{
    width:30px;
    height:30px;
    display:block;
    margin-right:10px;
}
.infoIcon ul li span{
    font-size:14px;
    color:#101010;
}
.info-r{
    float:right;
}
.info-r img{
    width:559px;
    height:349px;
    display:inline-block;
    margin-top:50px;
}

/* 联系咨询 */
.xuanfu{
    width:50px;
    height:150px;
    position:fixed;
    bottom:200px;
    left:50%;
    margin-left:860px;
    border-bottom:0;
    background:#008aff;
    border-radius:4px;
    z-index:9;
}
.xuanfu .yes:hover{
    background:url(../images/bg2-up.png) no-repeat;
}
.xuanfu .yes{ 
    width:50px; 
    height:50px;  
    cursor: pointer; 
    background: url(../images/bg-up.png) no-repeat; 
    font-size: 0; 
    box-sizing:border-box;
    padding:14px 10px;
}
.xuanfu .fanhui{
    background-position:0 -172px;
}
.xuanfu .fanhui:hover{
    background-position:0 -172px;
}
.xuanfu .tel{
    background-position:0 -52px;
}
.xuanfu .sewm{
    background-position:0 -102px;
}
.xuanfu .tel:hover{
    background-position:0 -50px;
}
.xuanfu .sewm:hover{
    background-position:0 -102px;
}

.rexian{
    width:216px;
    border:1px solid #e4e4e4;
    position:absolute;
    right:70px;
    top:50px;
    background: #fff;
    padding:12px 12px 12px 25px;
    box-sizing:border-box;
    display:none;
}
.rexian p{
    font-size:14px;
    color: #0084ff;
    line-height:27px;
}
.rexian p:nth-child(3){
    margin-top:10px;
}
.triangle1:before{
    position:absolute;
    width:0; 
    height:0; 
    border-bottom:8px solid transparent;
    border-top:8px solid transparent;
    border-right:8px solid transparent;
    border-left:8px solid #fff;
    /* border-width:8px; */
   /*  border-color:transparent  transparent  transparent #fff; */
    border-style:dashed dashed solid dashed; 
    overflow:hidden;
    top:50%;
    right:-16px;
    box-sizing: content-box;
    display: block;
    content:'';
    z-index: 12;
}
.triangle1:after{
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 49%;
    right:-19px;
    padding:0;
    border-bottom:9px solid transparent;
    border-top:9px solid transparent;
    border-right:9px solid transparent;
    border-left:9px solid #e4e4e4;
    display: block;
    content:'';
    z-index:10;
    }

.triangle2:before{
    position:absolute;
    width:0; 
    height:0; 
    border-bottom:8px solid transparent;
    border-top:8px solid transparent;
    border-right:8px solid transparent;
    border-left:8px solid #fff;
    /* border-width:8px; */
   /*  border-color:transparent  transparent  transparent #fff; */
    border-style:dashed dashed solid dashed; 
    overflow:hidden;
    top:114px;
    right:-16px;
    box-sizing: content-box;
    display: block;
    content:'';
    z-index: 12;
}
.triangle2:after{
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 113px;;
    right:-19px;
    padding:0;
    border-bottom:9px solid transparent;
    border-top:9px solid transparent;
    border-right:9px solid transparent;
    border-left:9px solid #e4e4e4;
    display: block;
    content:'';
    z-index:10;
    }
.zszx{
    width:216px;
    height:148px;
    border:1px solid #e4e4e4;
    position:absolute;
    right:70px;
    top:0px;
    background:#fff;
    padding-top:14px;
    box-sizing:border-box;
    display:none;
}
.zszx img{
    width:107px;
    height:105px;
    display:block;
    margin:0 auto 2px;
}
.zszx p{
    font-size:14px;
    color:#666;
    text-align:center;
}
.message-tk,.confirm-tk{
    position:fixed;
    max-width:300px;
    width:100%;
    right:7%;
    bottom:8%;
    padding:30px;
    border-radius:6px;
    background:#fff;
    box-shadow:0px 3px 9px rgba(170,170,170,0.4);
    -webkit-box-shadow:0px 3px 9px rgba(170,170,170,0.4);
    -moz-box-shadow:0px 3px 9px rgba(170,170,170,0.4);
    -ms-box-shadow:0px 3px 9px rgba(170,170,170,0.4);
    z-index:999;
}
.message-tk>p{
    font-size:16px;
    color:#333;
    margin-bottom:30px;
    text-align:center;
}
.demand-input{
    /* width:100%; */
    height:38px;
    background:#f6f6f6;
    padding:0 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font-size:14px;
    margin-bottom:30px;
}
.demand-input input{
    width:100%;
    height:100%;
    font-size:14px;
    line-height:38px;
}
input::-webkit-input-placeholder{
    color:#989898;
    opacity:1;
}
input::-moz-placeholder{
    color:#989898;
    opacity:1;
}
input:-moz-placeholder{
    color:#989898;
    opacity:1;
}
input::-ms-input-placeholder{
    color:#989898;
    opacity:1;
}
.demand-input span{
    font-size:12px;
    color:#e92929;
    display:inline-block;
    margin-top:6px;
}
.demand-text textarea{
    height:170px;
    background:#f6f6f6;
    display:block;
    font-size:14px;
    resize:none;
    border:none;
    outline:none;
    width:100%;
    padding:10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.demand-text textarea::-webkit-input-placeholder{
    color:#989898;
    opacity:1;
}
.demand-text textarea::-moz-placeholder{
    color:#989898;
    opacity:1;
}
.demand-text textarea:-moz-placeholder{
    color:#989898;
    opacity:1;
}
.demand-text textarea::-ms-input-placeholder{
    color:#989898;
    opacity:1;
}
.demand-text{
    margin-bottom:30px;
}
.submit-butt{
    height:38px;
    line-height:38px;
    width:100%;
    font-size:14px;
    color:#fff;
    text-align:center;
    border-radius:4px;
    background:#0084ff;
    display:block;
    cursor:pointer;
}
.confirm-tk img{
    width:62px;
    height:62px;
    display:block;
    margin:60px auto 30px;
}
.confirm-tk p{
    font-size:16px;
    color:#333;
    text-align:center;
}
.confirm-tk span{
    font-size:14px;
    color:#333;
    display:block;
    text-align:center;
    margin:80px 0 40px;
}
.con-butt{
    margin-bottom:56px;
    height:38px;
    line-height:38px;
    width:100%;
    font-size:14px;
    color:#fff;
    text-align:center;
    border-radius:4px;
    background:#0084ff;
    display:block;
    cursor:pointer;
}





@media only screen and (min-width: 1200px) and (max-width:1400px) {
    .open_wrap_index_all img{margin-right:2%;}
    .live-room{margin-right:5%;}
}
@media (min-width:1750px) and (max-width:1850px) {
    .xuanfu {margin-left: 800px;}

}

@media (min-width:1630px) and (max-width:1749px) {
    .xuanfu {margin-left: 750px;}
}

@media (min-width:1560px) and (max-width:1629px) {
    .xuanfu {margin-left: 720px;}
}
@media (min-width:1500px) and (max-width:1560px) {
    .xuanfu {margin-left: 690px;}
}

@media (min-width:1400px) and (max-width:1499px) {
    .xuanfu {margin-left: 660px;}
}

@media (min-width:1390px) and (max-width:1400px) {
    .xuanfu {margin-left: 620px;}
}

@media (min-width:1200px) and (max-width:1390px) {
    .xuanfu {margin-left: 610px;}
}
@media (max-width:1200px){
    .message-tk{margin-left:160px;}
}


.coo-in--11222 {
  background: rgba(248, 249, 255, 1);
  border-radius: 8px;
  font-size: 16px;
  font-family: PingFang-SC-Medium, PingFang -SC;
  font-weight: 500;
  color: rgba(53, 65, 82, 1);
  line-height: 30px;
  padding: 40px;
  margin-bottom: 100px;
}


 .disflex {
   display: -webkit-flex;
   display: flex;
 }

 .d-flex {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
 }

 .flex {
   -webkit-box-flex: 1;
   -webkit-flex: 1;
   -ms-flex: 1;
   flex: 1;
 }

 .d-flex-center {
   align-items: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
 }

 .flexdc {
   flex-direction: column;
 }

 .flexdr {
   flex-direction: row;
 }

 .flexdrr {
   flex-direction: row-reverse;
 }

 .aligncc {
   align-content: center;
 }

 .alignsa {
   align-content: space-around;
 }

 .alignsb {
   align-content: space-between;
 }

 .justifycc {
   justify-content: center;
 }

 .justifysa {
   justify-content: space-around;
 }

 .justifysb {
   justify-content: space-between;
 }

 .justifyfe {
   justify-content: flex-end;
 }

 .alignic {
   align-items: center;
 }

 .alignsc {
   align-self: center;
 }

 .alignsfe {
   align-self: flex-end;
 }

 .alignsfs {
   align-self: flex-start;
 }

 .flexwrap {
   flex-wrap: wrap;
 }

 .flex1 {
   flex: 1;
   -webkit-flex: 1;
 }

 .flex2 {
   flex: 2;
 }

 .flex3 {
   flex: 3;
 }

 .flex4 {
   flex: 4;
 }

 .flex5 {
   flex: 5;
 }

 .newhead ul li {
   height: 247px;
 }

 .newhead-2 {
   height: auto;
 }

 .newhead-2 ul li {
   width: 346px;
   height: 227px;
   margin-bottom: 22px;
 }

 .newhead-3 {
   padding-left: 0;
   padding-right: 0;
   margin-top: 50px;
   margin-bottom: 80px;
 }

 .newhead ul li p.byu {
   font-size: 18px;
   font-family: PingFangSC-Medium, PingFang SC;
   font-weight: 500;
   color: rgba(53, 65, 82, 1);
   line-height: 25px;
 }

 .newhead ul li p.byujs {
   margin-top: 20px;
   font-size: 14px;
   font-family: PingFang-SC-Medium, PingFang-SC;
   font-weight: 500;
   color: rgba(147, 154, 163, 1);
   line-height: 20px;
 }

 .service-item {
   flex: 1;
   padding: 20px;
   box-sizing: border-box;
 }

 .service-item img {
   width: 34px;
   height: 34px;
   margin-right: 10px;
 }

 .service-item img+p {
   font-size: 18px;
   font-family: PingFangSC-Medium, PingFang SC;
   font-weight: 500;
   color: rgba(53, 65, 82, 1);
   line-height: 25px;
 }

 .service-item>p {
   font-size: 14px;
   font-family: PingFang-SC-Medium, PingFang-SC;
   font-weight: 500;
   color: rgba(147, 154, 163, 1);
   line-height: 20px;
   margin-top: 8px;
 }

 #screenShotContainer {
   position: absolute;
   top: 0;
   left: 0;
   cursor: crosshair
 }