@charset "utf-8";

html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0); font-family: 'Microsoft Yahei', '微软雅黑', Arial, sans-serif; font-weight: normal;}
body,ul,li,dt,dl,p,h1,h2,h3,h4,h5,h6,div,html,form,select,option,table,tr,td,dt,dl,dd,span,input,i,em,b,br,section,header,footer,nav,menu,aside,audio,video,canvas,svg,details,figure,figcaption,summary,hgroup,pre,sub,sup,button,textarea,input{margin:0;padding:0;color:inherit;}
body{ color: inherit; background-color: #fff;  word-break: break-all; word-wrap:break-word; font-weight: 400;  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;} 
input,button{overflow: visible;vertical-align:middle;outline:none}
input[type="submit"],input[type="reset"],input[type="button"],input[type="text"],input[type="password"]{-webkit-appearance:none;outline:none}
a,a img{text-decoration:none; color:#333;border:0;}
a:focus{outline:none;}
a:hover{ background: none;}
a:focus, a:hover{ color: #666;}
ul,ul li,li{list-style:none}
fieldset,img,input,button{border: none; padding: 0;margin: 0; outline-style: none;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight: normal;}
img{display: block;max-width: 100%;height: auto;}
.paddingHeader{padding-bottom: 80px;}
@media screen and (max-width:1000px){
    .paddingHeader{ padding-bottom: 66px;}
}

@media screen and (min-width:768px){
    html{ font-size: 14.5px;}
}
@media screen and (min-width:376px) and (max-width:767px){
    html{ font-size: 14px;}
}
@media screen and (min-width:320px) and (max-width:375px){
    html{ font-size: 13px;}
}
@media screen and (max-width:319px){
    html{font-size: 12px; }
}

.wrapper{ width: 1400px; margin: 0 auto; padding: 1px 0; box-sizing: border-box; }

@media screen and (max-width:1410px){
    .wrapper{ width: 100%; padding: 0 20px; }
}
@media screen and (max-width:1000px){
    .wrapper{ width: 100%; padding: 0 10px;}
}

/* 滚动条style */
html:not(.isMobile) *::-webkit-scrollbar { width: 6px; height: 6px; background: none; }
html:not(.isMobile) *::-webkit-scrollbar-thumb { background: #5c9bd2; border-radius: 10px;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);}

/* 常用felx弹性属性 */
.flex{  display: flex; display:-webkit-flex; flex-direction:row; flex-wrap: nowrap; justify-content:space-between;align-items:flex-start; align-content: flex-start; }  
.order{ order:0; flex: 0 1 auto; align-self: auto; } /* align-self: auto | flex-start | flex-end | center | baseline | stretch; */

/* 单行溢出-多行溢出 */
.row{text-overflow: ellipsis;overflow: hidden;white-space:nowrap;}
.multi_row{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp:2; }

/* 清除浮动 */
.clearfix:after{content:"";height:0; line-height:0; display:block;clear:both; visibility:hidden;}    
.clearfix{ zoom:1;}


/* 全屏 */
html,body{width: 100%;height: 100%;overflow: hidden;}
body{background: url(../images/bg.jpg) no-repeat; background-size: cover;background-position: center;;}
#container{height: 100%;overflow: hidden;position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
#background_video {width: 100%;height: 100%; position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);object-fit: cover;}
#overlay{position: absolute;top: 0;right: 0;left: 0;bottom: 0;background: rgba(0,0,0,0.2);}
#video_controls{z-index: 6;width: 50px;height: 50px; position: absolute;top: 40%;left: 4%;transform: translate(-50%,0);}
#pause{display: none;}
#pause img{max-width: 80%;}

@media (min-width: 768px) {
    #video_controls {display: none;}
}

#main_content{ width: 100%;height: 100%; z-index: 2;position: relative;display: inline-block;display: flex;justify-content: space-between;align-items: center;flex-direction: column;overflow: auto;}

@media screen and (max-width:1000px){
   
    /* #video_cover{background: #1a1a1a;} */

    /*滚动条样式*/
    .process::-webkit-scrollbar {/*滚动条整体样式*/
        width: 2px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 2px;
    }
    .process::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 5px;
        box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: rgba(0,0,0,0.2);
    }
    .process::-webkit-scrollbar-track {/*滚动条里面轨道*/
        box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 0;
        background: rgba(0,0,0,0.1);
    }
    
    
}

/* header */
.header{transition: all 0.5s ease; height: 80px;width: 100%;z-index: 10;}
.header>.flex{align-items: center;height: 80px;position: relative;}
.header figure{margin-left: 40px;}
.header .right a{position: absolute;top: 19px;right: 83px;}
.header .right a i{font-size: 30px;color: #fff;}

 /* 菜单按钮 */
 .header .navBtn{border-left: 1px solid #fff; width:30px;height:25px;display:block;position:absolute;top:15px;right:5px;cursor:pointer;padding:8px 10px 8px 20px;}
 .header .navBtn span{width:26px;height:3px;background:#fff;display:block;border-radius:2px;transition:all .5s ease-out;position:absolute;top:10px;}
 .header .navBtn span:nth-child(2){top:20px;}
 .header .navBtn span:nth-child(3){top:30px;}
 .header .navBtn span.active:nth-child(1){transform:rotate(45deg);transition:all .5s ease-out;top:20px;}
 .header .navBtn span.active:nth-child(3){transform:rotate(-45deg);transition:all .5s ease-out;top:20px;}

 .header .menu{ width: 40%;height: calc(100% - 80px);transition:all 0.5s ease;transform: translate3d(100%, 0px, 0px);position: fixed;top: 80px;right:0;background: rgba(0,0,0,0.8);z-index: 15;display: flex;flex-direction: column;justify-content: space-between;} 
 .header .menu.active{transform: translate3d(0px, 0px, 0px);transition:all 0.5s ease;}
 @media screen and (max-width:760px){
    .header .menu{top: 66px;width: 60%;}
    .header,.header>.flex{height: 66px;}
    .header figure{margin-left: 10px;}
    .header figure img{max-width: 80%;}
    .header .right a{top: 13px;right: 55px;}
    .header .navBtn{border-left: 0;top: 8px;right: 3px;padding: 8px 5px;}
    .header .menu{height: 100%;}
 }

/* menu */
.menu{box-sizing: border-box; border-top: 1px solid #888a8f;color: #fff;position: relative;}
.menu .nav{flex-direction: column;font-size: 18px;color: #fff;padding: 0 30px;box-sizing: border-box}
.menu  a{color: #fff;}
.menu .nav li{ width: 100%;}
.menu .nav li>div.flex{cursor: pointer; align-items: center; border-bottom: 1px solid #888a8f;box-sizing: border-box;padding: 10px 5px 10px 0px;box-sizing: border-box;}
.menu .nav li .second a{font-size: 14px;display: block;padding: 5px 0;box-sizing: border-box;}
.menu .nav li .second{display: none; padding: 5px 0;border-bottom: 1px solid #888a8f;box-sizing: border-box;}
.menu .nav li .second a:hover,.menu .nav li>div.flex:hover,.menu .nav li>div.index:hover a{color: #5c9bd2;}
.menu .nav li .btn.active{color: #5c9bd2;}

.menu .menu_bottom{width: 100%;}
.menu .menu_bottom .about{padding: 30px;box-sizing: border-box;}

.menu .about{align-items: center;width: 100%;}
.menu .about .phone,.menu .about .email{align-items: center;justify-content: flex-start;}
.menu .about i{font-size: 30px;margin-right: 20px;}
.menu .about h3{font-size: 14px;color: #ccc;}
.menu .about h2{font-size: 18px;}
.menu .about .phone{padding-bottom: 20px;box-sizing: border-box;}
.menu .about .about_right{text-align: center;}
.menu .about .about_right figure{margin-left: 0;margin-bottom: 8px;}
.menu .about .about_right span{color: #ccc;font-size: 14px;}

.menu .link{font-size: 14px; padding: 10px 30px;box-sizing: border-box;border-bottom: 1px solid #818182;}
.menu .link a{color: #cccccc;}
.menu .address{padding: 0 10px; display: flex;justify-content: center;align-items: center; height: 60px; font-size: 14px;color: #ccc;box-sizing: border-box;}
.menu .link a:hover{color: #5c9bd2;}




/* body */
 .contentbox{width: 100%;box-sizing: border-box;}
 .contentbox .left{width: 70%;}
 .contentbox .right{width: 22%;}


 .contentbox .left li{width: 30%;}
 .contentbox .left li.t_module{width: 39%;}
 .contentbox .left li.s_module{margin: 0 20px;}

 .contentbox .left li article{ position: relative; width: 100%;margin: 20px 0;box-sizing: border-box;text-align: center;padding: 15px;}
 .contentbox .left li article i{ display: block; font-size: 80px;color: #fff;padding: 20px 0;}
 .contentbox .left li article i:hover{transition: all 0.5s ease;}

 .contentbox .left li article.askbox2 i{font-size: 78px;padding: 20px 0;}
 .contentbox .left li article.videobox i{font-size: 71px;padding: 25px 0;}
 .contentbox .left li article a{display: block;font-size:14px;color: #fff;}
 .contentbox .left li article a span{display: block;width: 100%;text-align: left;}
 .contentbox .left li .adbox, .contentbox .left li .applets{padding: 0;}
 .contentbox .left li .adbox .module {width: 46%;}
 .contentbox .left li .applets .module{width: 46%;}
 .contentbox .left li .applets article{padding: 15px;background: #b6d217;box-sizing: border-box;}
 .contentbox .left li .adbox .module article{padding: 15px; background: #50aaee;box-sizing: border-box;}
 .contentbox .left li .adbox .module article {margin: 0;}
 .contentbox .left li .applets .module article{margin: 20px 0 0 0;}
 .contentbox .left li .adbox .module article.cloudallybox{background: #6ec4d9;}
 .contentbox .left li article.askbox{background: #ff7e00;}
 .contentbox .left li article.askbox2{background: #6ec4d9;}
 .contentbox .left li .applets .module.applets2 article{background: #61bc30;}
 .contentbox .left li article.videobox{background: #ac6ff8;}
 .contentbox .left li article.newsbox{background: #06cc88;}
 .contentbox .left li article.newsbox a i{font-size: 68px;padding: 10px 0;}
 
 .contentbox .left li .adbox a i, .contentbox .left li .applets a i{font-size: 50px;}
 @media screen and (max-width:760px){
    .contentbox .left li article.videobox i{font-size: 50px}
    .contentbox .left li article.askbox2 i{padding: 20px 0;font-size: 60px;}
    .contentbox .left li article.newsbox a i{padding: 15px 0;}
 }


 .contentbox .left li article.v1box,.contentbox .left li article.vbox{padding: 0;overflow: hidden;}
 .contentbox .left li article.v1box i, .contentbox .left li article.vbox i{cursor: pointer; z-index: 6; padding: 0; font-size: 50px;color: #fff; position: absolute;top: 50%;left: 50%;transform:translate(-50%,-50%)}
 .contentbox .left li article.vbox a{position: relative;width: 100%;height: 175px;}
 .contentbox .left li article.vbox a.v2box{margin-right: 20px;}
 .contentbox .left li article.v1box{margin: 20px 0 16px 0;}
 .contentbox .left li article.vbox{margin: 16px 0 20px 0;height: 175px;}
 .contentbox .left li article.vbox .vbox_pc{width: 100%;}
 .contentbox .left li article.vbox figure img{width: 100%; height: 100%;margin:0 auto;}
 .contentbox .left li article.vbox figure{width: 100%; height: 100%;}

 .contentbox .left .t_module article{padding: 0;}
 .contentbox .left .t_module  .sbox{width: 49%;}
 .contentbox .left .t_module .t_box i{font-size: 71px;padding: 25px 0;}
 .contentbox .left .t_module .t_box a{background: #eaac16;padding: 15px;box-sizing: border-box;}
 .contentbox .left .t_module .hide{display: none;}

 .contentbox .left .t_module .left_box{width:48%;margin-right: 20px;}
 .contentbox .left .t_module .t_box .module{width:49%;margin-right: 20px}
 .contentbox .left .t_module .t_box .module.right_c{margin-right: 0}
 .contentbox .left .t_module .t_box .module.right_c .face{background: #22c0c0;width: 100%;}
 .contentbox .left .t_module .t_box .module .left_box, .contentbox .left .t_module  .sbox .module{width: 100%;}

 .contentbox .left .t_module .center_box{margin-right: 20px}
 .contentbox .left .t_module .center_box, .contentbox .left .t_module .right_box{width: 48%;}
 .contentbox .left .t_module .t_box a{width: 100%; background: #eaac16;}
 .contentbox .left .t_module  a.result{background: #83b1f7;margin-bottom: 16px;}
 .contentbox .left .t_module  .sbox a{position: relative;}
 .contentbox .left .t_module  .sbox a i{opacity: 1; transition: all 0.3s ease;}
 .contentbox .left .t_module  .sbox a:hover i{opacity: 0;;transition: all 0.3s ease;}
 .contentbox .left .t_module  .sbox a span{opacity: 0; transition: all 0.2s ease;visibility: hidden; position: absolute;top: 10%;left: 50%; transform: translate(-50%,-50%);text-align: center;}
 .contentbox .left .t_module  .sbox a:hover span{opacity: 1; top: 50%;visibility: visible; transition: all 0.2s ease;}
 .contentbox .left .t_module .t_box a.b2b{background: #eaac16;}
 .contentbox .left .t_module .center_box a.ai{background: #22c0c0;}
 .contentbox .left .t_module .right_box a.seo{background: #0c89e3;margin-bottom: 16px;}
 .contentbox .left .t_module .right_box a.screen{background: #1ea2df;}
 .contentbox .left .t_module .sbox>div.flex{flex-direction: column;}

 .contentbox .left .t_module .resultbox .module{width: 49%;}
 .contentbox .left .t_module .resultbox .sbox .module{width: 100%;}
 .contentbox .left .t_module .resultbox .module .face{width: 100%;}
 .contentbox .left .t_module .resultbox .module .face a{background: #83b1f7;padding: 15px; box-sizing: border-box;}
 .contentbox .left .t_module .resultbox a i{font-size: 50px;}
 .contentbox .left .t_module .resultbox .sbox  a i{font-size: 29px;padding: 16px;}
 .contentbox .left .t_module .resultbox .module .face a.cloudally{background: #eaac16;}
 .contentbox .left .t_module .resultbox .cloudallybox{margin-left: 20px;}

 .contentbox .left .t_module article.newsbox_c{overflow: hidden; width: 100%;flex-direction: column;box-sizing: border-box; height: 144px;padding: 20px; background: #ea7772;}
 .contentbox .left .t_module article.newsbox_c a{line-height: 1.8; color: #f5f5f5; display: -webkit-box; width: 100%;box-sizing: border-box;}
 .contentbox .left .t_module article.newsbox_c span{width: auto; font-size: 16px; color: #f5f5f5;display: block;}
 .contentbox .left .t_module article.newsbox_c span.time{text-align: right;font-size: 12px;}
 .contentbox .left .t_module article.newsbox_c h1{align-items: center;flex-wrap: wrap}
 .contentbox .left .t_module article.newsbox_c h2{font-size: 12px;text-align: left;margin-top: 12px;}
 .contentbox .left .t_module article.newsbox_img{width: 100%;overflow: hidden;height: 177px;}
 .contentbox .left .t_module article.newsbox_img img{height: 100%;}


/* right */
.right .num_box{height: 343px; margin: 20px 0; background: rgba(7,28,82,0.7);padding: 25px 30px;color: #fff;font-size: 14px;box-sizing: border-box;}
.right .num_box li{justify-content: flex-start; align-items: center; padding: 12px 10px;border-bottom: 1px solid #9da9c8;box-sizing: border-box;}
.right .num_box li:last-child{border-bottom: none;}
.right .num_box li i{font-size: 36px;margin-right: 30px}
.right .num_box li h2{font-size: 22px;}
.right .num_box li h3{color: #ccc;}

.right .newsbox2{height: 175px; width: 100%;overflow: hidden;}
.right .newsbox2 img{width: 100%;height: 100%;}

.right .linkbox{width: 100%; height:144px;background: rgba(46,32,27,.6);margin-bottom: 20px;}
.right .linkbox>div.flex{ height:144px; flex-direction: column; justify-content: space-between;color: #fff;}
.right .linkbox>div.flex .bottom{justify-content: space-around;align-items: center; width: 100%; padding: 8px 0;box-sizing: border-box;background:  rgba(160,160,175,.4)}
.right .linkbox>div.flex .bottom i{color: #999;font-size: 24px;cursor: pointer;}
.right .linkbox>div.flex .bottom i.active{color: #fff;}
.right .linkbox>div.flex .top{width: 100%;height: 100%;overflow: hidden;}
.right .linkbox>div.flex .freephone h3,.right .linkbox>div.flex .freeqq h3{font-size: 14px;color: #ccc;}
.right .linkbox>div.flex .freephone h4,.right .linkbox>div.flex .freeqq h4{font-size: 26px;color: #fff;}
.right .linkbox>div.flex .freeqq,.right .linkbox>div.flex .weixinqr,.right .linkbox>div.flex .appletsqr{display: none;}
.right .linkbox>div.flex .freephone,.right .linkbox>div.flex .freeqq{height: 100%;padding: 20px;box-sizing: border-box;}
.right .linkbox>div.flex .weixinqr ,.right .linkbox>div.flex .appletsqr{position: relative;height: 100%;}
.right .linkbox>div.flex .weixinqr figure,.right .linkbox>div.flex .appletsqr figure{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%)}
.right .linkbox>div.flex .weixinqr img,.right .linkbox>div.flex .appletsqr img{margin: 0 auto;}
.right .linkbox>div.flex .weixinqr,.right .linkbox>div.flex .appletsqr{padding: 5px;box-sizing: border-box;}






/* footer */
.footer{width:100%;z-index: 9;}
.footer>.flex{width: 100%;height: 60px;flex-wrap: wrap;}
.footer .nav{width: 60%;height: 60px; background: #1a1a1a;}
.footer .nav>li{cursor: pointer; transition: all 0.5s ease;line-height: 58px; position: relative; text-align: center; width: 25%;font-size: 14px; border-right: 1px solid #666;color: #fff;}
.footer .nav>li .second{display: none; width: 100%;position: absolute;bottom: 59px;left: 0;}
.footer .nav>li .second a{font-size: 14px; color: #fff;display: block;background: #1a1a1a;padding: 10px 5px;line-height: 30px; height: 30px; text-align: center;}
.footer .nav>li>i{transition: all 0.5s ease;font-size: 12px;margin-right: 3px;}
.footer .copyright{padding: 0 10px;box-sizing: border-box; justify-content: center;align-items: center;flex-direction: column; height: 60px; text-align: center; width: 40%;background: #fff;font-size: 14px;color: #999;}
.footer .nav>li:hover{background: #07194a;transition: all 0.5s ease;}
.footer .nav>li .second a:hover{background: #333333;color: #62a8e6;}


@media screen and (max-width:768px){
    .footer .nav{width: 100%;height: 40px;line-height: 40px}
    .footer .nav>li{height: 40px;line-height: 40px;}
    .footer>.flex{height: auto;}
    .footer .copyright{text-align: center; padding: 8px 5px; width: 100%; font-size: 12px; height: auto;}
    .footer .nav>li .second{bottom: 40px;}
    .footer .nav>li .second a{height: 20px;line-height: 16px;}
    
}




@media screen and (max-width:1366px){
    .right .num_box li i{font-size: 30px;margin-right: 20px}
    .right .num_box li h2{font-size: 18px;}
    .right .num_box{padding: 20px;}
    .right .num_box li{padding: 16px 0;}
}



@media screen and (max-width:1280px) and (max-height:1024px){
    .right .num_box li i{font-size: 30px;margin-right: 20px}
    .right .num_box li h2{font-size: 18px;}
    .right .num_box{padding: 20px;}
    .right .num_box li{padding: 16px 0;}
   
}




@media screen and (max-width:1250px){
    .contentbox .wrapper{flex-wrap: wrap;justify-content: center;align-items: center;}
    .contentbox .left,.contentbox .right{width: 95%;}
    .contentbox .left li.t_module, .contentbox .left li.s_module, .contentbox .left li.f_module{width: 33%;}
    .contentbox .right{display: flex;justify-content: space-between;order: -1;}
    .contentbox .right .num_box{width: 48%;}
    .contentbox .right .newsbox2{display: none;}
    .contentbox .right .newsbox2 img{width: 100%;}
    .menu .menu_bottom{bottom: 1%}
    .contentbox .mpbox{width: 48%;}
    .contentbox .mpbox .linkbox{margin-top:20px;height: 343px;}
    .contentbox .mpbox .linkbox>div.flex{height: 343px;}
}


@media screen and (max-width:1000px){
    .menu .menu_bottom{display: none;}
    .contentbox .left li.s_module{margin: 0 0 0 20px}
    .contentbox .left,.contentbox .right{width: 100%;}
    .contentbox .left {flex-wrap: wrap;align-items: center;justify-content: center;}
    .contentbox .left li.s_module, .contentbox .left li.f_module{width: 45%;}
    .contentbox .left li.t_module{width: 93%;}
    .contentbox .left li.t_module .t_box{margin: 0 0 20px 0;}
    .contentbox .left .t_module article.newsbox_img{display: none;}
    .contentbox .right{width: 93%;}
    .contentbox .left li article.vbox{height: auto;}
    .contentbox .left li article.vbox .vbox_pc{width: 100%;}
    .contentbox .left .t_module article.newsbox_c .banner{width: 100%;}
}

.vbox_m_box{display: none;}
@media screen and (max-width:760px){
    .contentbox .left li.s_module, .contentbox .left li.f_module{width: 85%;}
    .contentbox .left li article i{font-size: 60px;} 
    .contentbox .left li .adbox a i, .contentbox .left li .applets a i{font-size: 40px;}
    .contentbox .left li.s_module{margin: 0;margin-bottom: 30px;}
    .contentbox .left li.t_module{width: 85%;order: -1;}
    .contentbox .left .t_module .left_box i,.contentbox .left .t_module .t_box i{font-size: 45px;}
    .contentbox .left .t_module .sbox i{font-size: 24px;}
    .contentbox .left .t_module .resultbox a i{font-size: 43px;}
    .contentbox .right .newsbox2{display: none}
    .contentbox .right{width: 85%;flex-wrap: wrap;}
    .contentbox .mpbox{width: 100%;}
    .contentbox .mpbox .linkbox{height: 150px;margin-top: 0;}
    .contentbox .mpbox .linkbox>div.flex{height: 150px;}
    .footer .nav{display: none;}
    .contentbox .right .num_box{width: 100%;}
    .right .num_box{margin: 20px 0 20px 0;}
    .menu .nav{font-size: 14px;padding: 0 10px;}
    .menu .nav li .second a{font-size: 12px;}
    .contentbox .left li article.videobox{margin: 0 0 20px 0}
    .contentbox .left li article.vbox{flex-direction: column;width: 100%;}
    .contentbox .left li article.vbox>a.v2box{width: 100%; margin-right: 0;margin-bottom: 18px}
    .contentbox .left li article.vbox>a.v3box{width: 100%;}
    .contentbox .left li article.vbox a{height: 144px;}
    .contentbox .left .t_module .resultbox .sbox  a i{font-size: 26px;}
    .vbox_pc_box{display: none;}
    .vbox_m_box{display: block;}
    .contentbox .left li article.askbox{margin: 0 0 20px 0;}
    .contentbox .left li.s_module .video1{display: none;}

    

    /* video_swiper */
    .video_swiper {width:100%;height: auto;overflow: hidden; position:relative;}
    .video_swiper .swiper-slide img {width:100%; height: auto;}
    .video_swiper img {width:100%; height: auto;}
    .video_swiper .swiper-container{margin-right:auto;margin-left:auto;width:100%;height:100%}
    .video_swiper .swiper-container .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;background:#fff;text-align:center;font-size:18px;-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}
    .video_swiper .swiper-container .swiper-slide img{width:100%}
}


@media screen and (max-width:360px){
    .contentbox .left .t_module article.newsbox_c span{font-size: 12px;}
}


@media screen and (max-height:640px){
    .right .num_box{padding: 14px;height: 270px;}
    .right .num_box li{padding: 10px 0;}
}


/* 卡片翻转 */
.contentbox .left li .module{ 
    perspective: 1000;
    -webkit-perspective: 1000;
}
.contentbox .left li  .face{
    transition: all 1.5s ease;
}

.contentbox .left li .card-flipped .front {
    transform: rotate3d(1, 0, 0, 360deg);
   
}



/* 视频的播放遮罩层 */
.videoUrl {display:none; width:100%; height:100%; position:fixed; top:0; left:0 ; background:rgba(0,0,0,.8); z-index:9999}
.videoUrl>.flex{justify-content: center;align-items: center;width: 100%;height: 100%;}
.videoOfficail{position: relative;width: 80%;height:auto}
.videoUrl img {width: 25px; position: absolute; right:0px; top:0px; cursor: pointer; padding:10px;}
.videoUrl img:hover {box-shadow: 0 0 10px #fff;}
.videoUrl h6{ font-size: 15px; line-height: 26px; margin-top: 16px; text-align: center; color: #fff;}

@media screen and (max-width:760px){
    .videoUrl img {top: -20%;}
}

/* 案例 */
.header_case{position: absolute;top: 0;left: 0;}
.header_case .logo_m{display: none;}


.sort_box{box-shadow: 0px 2px 3px #ccc; width: 100%;background: #f5f5f5;padding: 20px 0 40px 0;box-sizing: border-box;}
.sort_box .sort_title{border-bottom:1px solid #999;padding: 10px 0;align-items: center;}
.sort_box .sort_title h1{ font-size: 24px;color: #333;font-weight: bold;}
.sort_box .sort_title h1 span{color: #666;font-size: 14px;font-weight: normal;margin-left: 5px}
.sort_box .sort_title h2 a{font-size: 14px;color: #666;}
.sort_box .sort_title h2 a:hover{color: #0069b9;}

.sort_box .provinces,.sort_box .industry{font-size: 16px;color: #666; padding: 10px 0; border-bottom: 1px dashed #999;}
.sort_box .provinces a,.sort_box .industry a{font-size: 14px; color: #333;padding: 2px 5px; margin: 4px 2px;display: inline-block;}
.sort_box .provinces .a_box,.sort_box .industry .a_box{width: 95%;box-sizing: border-box;}
.sort_box .provinces h3,.sort_box .industry h3{width: 5%;padding: 2px 0px; margin: 4px 0px;}
.sort_box .provinces a.active,.sort_box .industry a.active{color: #0069b9;}
.sort_box .provinces a:hover,.sort_box .industry a:hover{color: #0069b9;}
.sort_box .industry{border-bottom: 1px solid #999;}
.sort_box .btn{cursor: pointer; display: none;font-size: 12px;padding: 2px 10px;border: 1px solid #999;}
.sort_box .btn.active{color: #fff;background: #0069b9;}
@media screen and (max-width:760px){
    .header_case{position: initial;}
    .header_case .logo_pc{display: none;}
    .header_case .logo_m{display: block;}
    .header_case .right a i{color: #0069b9;}
    header.header_case .navBtn span{background: #0069b9}

    .sort_box .sort_title h1{ font-size:16px;}
    .sort_box .sort_title h1 span{display: none;}
    .sort_box .sort_title h2 a{font-size: 14px;}

    .sort_box .provinces h3,.sort_box .industry h3{width: 100%;}
    .sort_box .provinces .a_box,.sort_box .industry .a_box{width: 100%;display: none;font-size: 14px;}
    .sort_box .provinces,.sort_box .industry{flex-wrap: wrap;}
    .sort_box .btn{display: block;}
}

.list_box{padding: 30px 0 0 0;box-sizing: border-box;background: #fff;}
.list_box .flex{flex-wrap: wrap;}
.list_box li{transition: all 0.5s ease;margin: 15px 0;box-sizing: border-box;  font-size: 16px;text-align: center; width: 32%;border: 5px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to left bottom, #0069b9, #06a3fd);border-radius: 5px;background-clip: padding-box, border-box;background-origin: border-box;}
.list_box li figure{width: 35%;height: 210px;background: #fff;}
.list_box li figure img{margin: 0 auto;height: 100%}
.list_box li .list_content{width: 65%;height: 210px; background: #fff;display: flex;flex-direction: column;justify-content: space-between;}
.list_box li .btnbox{width: 100%;background: #fff;padding: 15px;box-sizing: border-box;justify-content: space-around;}
.list_box li .name{display: flex;justify-content: center;align-items: center; width: 100%;font-size: 18px;color: #fff; box-sizing: border-box;padding: 10px 5px;height:70px; background: #666;}
.list_box li .major{color:#666;font-size: 16px;padding: 15px;box-sizing: border-box;}
.list_box li .btnbox a{transition: all 0.3s ease;transition: all 0.5s ease;font-size: 14px;color: #fff;background: #0069b9;border-radius: 50px;padding: 2px 20px;}
.list_box li .btnbox a:nth-child(2){background: #cca50a;}
.list_box li .btnbox a:hover{box-shadow:0px 2px 1px 1px #999;transition: all 0.3s ease;}

.list_box li:hover{box-shadow: 1px 2px 5px 1px #999;transition: all 0.5s ease;background-image: linear-gradient(#fff, #fff), linear-gradient(to top right, #0069b9, #06a3fd)}

@media screen and (max-width:1250px){
    .list_box li{width: 48%;}
    .list_box li figure{width: 30%;}
    .list_box li .list_content{width: 70%;}
}
@media screen and (max-width:1000px){
    .list_box li{width: 48%;}
    .list_box li figure{width: 35%;}
    .list_box li .list_content{width: 65%;}
    .list_box li .btnbox{justify-content: space-between;padding: 20px 10px;}
    .list_box li .major{padding: 20px 10px;}
}
@media screen and (max-width:760px){
    .list_box li{width: 100%;}
}
@media screen and (max-width:550px){
    .list_box li .list_content{height: 180px;}
    .list_box li figure{height: 180px;}
    .list_box li .btnbox{justify-content: space-between;padding: 0px 10px 20px 10px;}
    .list_box li .major{padding: 10px;font-size: 14px;}
    .list_box li .name h1{font-size: 16px;}
    .list_box li .btnbox a{font-size: 12px;}
}
@media screen and (max-width:360px){
    .list_box li .btnbox a{padding: 2px 15px;}
}
.list_box li.fake{height: 1px; background: none; opacity: 0; filter: alpha(opacity=0); margin: 0; padding: 0;}



/* 分页 */
.pagination{width:100%;height:30px;margin:15px 0 50px 0;text-align:center;color:grey;font-size:12px}
.pagination a,.pagination span{transition: all 0.3s ease;border-radius: 5px; display:inline-block;padding:0 10px;border:1px solid #666;line-height:30px;margin:0 5px;color:#666;;font-size:16px}
.pagination a:hover,.pagination span{transition: all 0.3s ease; background:#333;color:#fff}
.pagination a.current,.pagination span.current,.pagination a:hover,.pagination span:hover{transition: all 0.3s ease;cursor:pointer;background:#333;color:#fff}
.pagination .box{display: inline-block;}
@media screen and (max-width:760px){
    .pagination{margin:10px 0; }
    .pagination a,.pagination span{margin:0 2px;font-size: 12px;line-height: 26px;}
}
a.spot{pointer-events: none;cursor: default;}


.reg_box{box-shadow: 0px -2px 2px 1px #999; text-align: center; width: 100%;background: #333;padding: 30px 0;box-sizing: border-box;}
.reg_box h2{padding: 10px 0;font-size: 48px;color: #fff;}
.reg_box .reg_btn{width: 100%;padding: 20px 0;box-sizing: border-box;}
.reg_box .reg_btn a{transition: all 0.3s ease;padding: 4px 40px;box-sizing: border-box; font-size: 24px; background: #0069b9;border-radius: 50px;color: #fff;}
.reg_box .reg_btn a:hover{box-shadow: 1px 2px 2px 1px #ccc;transition: all 0.3s ease;}


.footer_case{position: initial;}

@media screen and (max-width:900px){
    .reg_box h2{font-size: 40px;}
}

@media screen and (max-width:760px){
    .reg_box{margin-top: 40px}
    .reg_box h2{font-size: 20px;}
    .reg_box .reg_btn{padding: 10px 0;}
    .reg_box .reg_btn a{font-size: 14px;}
}

/* 云搜索 */
.four_box{padding: 20px 0 40px 0;}
.four_box .four_title{text-align: center; padding: 30px 0;font-size: 24px;color: #333;}
.four_box .four_title span{color: #888;margin-left: 5px}

.four_box  ul{flex-wrap: wrap;align-items: center;justify-content: space-around;}
.four_box  ul li{margin: 30px 0; width: 35%;justify-content: flex-start;align-items: center;}
.four_box  ul li i{border: 2px solid #333;border-radius: 50px;padding: 4px 6px; color: #0069b9;font-size: 46px;margin-right: 20px;}
.four_box  ul li h3{font-size: 18px;color: #333;}
.four_box  ul li p{font-size: 14px;color: #999;margin-top: 10px}

.cloudsearch_box{width: 100%;padding: 40px 0;}
.cloudsearch_box .wrapper{align-items: center;justify-content: space-around;padding: 10px 20px;}
.bgf5{background:#f5f5f5;}
.cloudsearch_box .left{width: 35%;}
.cloudsearch_box .figure{width: 35%;}
.cloudsearch_box .wrapper h2{font-size: 24px;color: #333;}
.cloudsearch_box .wrapper p{font-size:14px;color: #999;padding: 30px 0 50px 0;}
.cloudsearch_box a{transition: all 0.5s ease;font-size:16px;color: #fff;padding: 6px 30px;background: #0069b9;}
.cloudsearch_box .order{order: -1;}
.cloudsearch_box a:hover{border-radius: 50px;transition: all 0.5s ease;box-shadow: 1px 2px 3px 1px #ccc;}

@media screen and (max-width:1000px){
    .four_box{padding:10px 0 20px 0;}
    .four_box .four_title{font-size: 20px;padding: 20px 0;}
    .four_box  ul li{margin: 20px 0; width: 45%;}
    .cloudsearch_box .left{width: 45%;}
    .cloudsearch_box figure{width: 45%;}
    .cloudsearch_box .wrapper p{padding: 20px 0 40px 0;}
    .cloudsearch_box .wrapper h2{font-size: 20px;}
}
@media screen and (max-width:760px){
    .four_box  ul li{margin: 10px 0;padding: 15px; box-shadow: 1px 2px 3px 1px #ccc;box-sizing: border-box;}
    .four_box  ul li i{display: none;}
    .four_box  ul li h3{font-size: 16px;text-align: center;}
    .four_box  ul li p{height: 150px;line-height: 1.5;}
    .cloudsearch_box .left{width: 100%;}
    .cloudsearch_box figure{width: 100%;margin-top: 50px;}
    .cloudsearch_box .wrapper{flex-wrap: wrap;text-align: center;}
    .cloudsearch_box .wrapper h2{font-size: 18px;}
    .cloudsearch_box{padding: 30px 0;}
    .cloudsearch_box a{font-size:14px;}
    .cloudsearch_box .order{order: 1;}
}

@media screen and (max-width:370px){
    .four_box  ul li{padding: 10px;}
    .four_box  ul li h3{font-size: 14px;}
    .four_box  ul li p{font-size: 12px;height: 120px;}
}

/* SEO */
.seo_optimize{z-index: 9;position: relative; color: #fff; margin-top: -109px;background: rgba(0,0,0,.3)}
.seo_optimize li{padding: 30px 15px;box-sizing: border-box; border-right: 1px solid #8780a1; width: 25%;justify-content: flex-start;align-items: center;}
.seo_optimize li i{font-size: 40px;margin-right:15px;}
.seo_optimize li:first-child{border-left: 1px solid #8778a1;box-sizing: border-box;}
.seo_optimize li h2{font-size: 18px;}
.seo_optimize li p{font-size: 14px;color: #ccc;padding-top: 6px;box-sizing: border-box;}

@media screen and (max-width:1250px){
    .seo_optimize{margin-top: 0;background: #10004c;}
    .seo_optimize li p{font-size: 12px;}
    .seo_optimize li h2{font-size: 16px;}
    .seo_optimize li i{font-size: 36px;}
}
@media screen and (max-width:1000px){

    .seo_optimize .wrapper{flex-wrap: wrap;}
    .seo_optimize .wrapper li{width: 50%;border-right: 0;justify-content: center;}
    .seo_optimize li:first-child,.seo_optimize li:nth-child(3){border-right: 1px solid #8778a1;border-left: 0;box-sizing: border-box;}
    .seo_optimize li:first-child,.seo_optimize li:nth-child(2){border-bottom: 1px solid #8778a1;box-sizing: border-box;}
}
@media screen and (max-width:760px){
    .seo_optimize li h2{font-size: 14px;}
    .seo_optimize li i{font-size: 30px;}
    .seo_optimize li{padding: 15px 10px;}
}

.seo_describe{width: 100%;padding: 30px 0;background: #f5f5f5;box-sizing: border-box;}
.seo_describe ul{margin-top: 20px;}
.seo_describe li{width: 28%;text-align: center;color: #666;font-size: 14px;padding: 30px 10px;box-sizing: border-box}
.seo_describe li i{display: inline-block; transition: all 0.5s ease;color: #fff; font-size: 50px;background: #2c88d9;padding: 10px;box-sizing: border-box; border-radius: 10px;box-shadow: 1px 1px 2px #ccc;}
.seo_describe li h3{font-size: 18px;color: #333;margin: 50px 0 15px 0;}
.seo_describe li p{line-height: 1.8;}
.seo_describe li:hover i{background: #d9ae2c;transition: all 0.5s ease;box-shadow: 1px 1px 2px 1px #ccc;}

@media screen and (max-width:1000px){
    .seo_describe{width: 100%;padding: 50px 0;}
    .seo_describe li{width: 33%;padding: 20px 10px;}
    .seo_describe li i{font-size: 36px;}
    .seo_describe li h3{margin: 30px 0 10px 0}
}

@media screen and (max-width:760px){
    .seo_describe{padding: 40px 0;}
    .seo_describe ul{flex-wrap: wrap;justify-content: center;}
    .seo_describe li{width: 49%;padding: 10px 5px;}
    .seo_describe li:first-child{width: 80%;margin-bottom: 15px;}
    .seo_describe li i{font-size: 26px;}
    .seo_describe li h3{margin: 25px 0 5px 0;font-size: 14px;}
    .seo_describe li p{line-height: 1.5;font-size: 12px;}

}


.seo_process,.seo_tool,.seo_innovate{width: 100%;background: #fff;padding: 50px 0;box-sizing: border-box;}
.seo_title,.ad_title{text-align: center;font-size: 24px;color: #333;margin-bottom: 50px;}
.seo_title p,.ad_title P{font-size: 18px;color: #999;padding-top: 5px;box-sizing: border-box;}
.seo_process .process .maxbox{padding: 20px 0;box-sizing: border-box; justify-content: center;align-items: center;}
.seo_process .process li{width: 20%;height: 250px; text-align: center;justify-content: center;align-items: center; position: relative;}
.seo_process .process li h3{font-size: 18px;color: #333;}
.seo_process .process li p{line-height: 1.6; font-size: 12px;color: #666;margin: 10px 0 25px 0;}
.seo_process .process li .text{position: absolute;right: 0;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.seo_process .process li .number{position: absolute; color: #fff; padding: 9px 10px;font-size: 24px;font-weight: bold;background: #2c88d9;border-radius: 50%;box-sizing: border-box;}
.seo_process .process li .numbg{background: #d9ae2c;}
.seo_process .process li::before{ content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;height: 1px;background: #ccc;}
.seo_process .process li .bottom{bottom: -30px;}
.seo_process .process li .top{top: 0}
.seo_process .process li .text .w{width: 80%;}
.seo_process .process li:nth-child(2) p,.seo_process .process li:nth-child(4) p{margin: 10px 0 0 0;}
@media screen and (max-width:1000px){
    .seo_process .process{overflow-x: auto;overflow-y: hidden;}
    .seo_process .process .maxbox{width: 900px;}
    .seo_process .process li .bottom{bottom: 0px;}
    .seo_process .process li h3{font-size: 14px;}
    .seo_title,.ad_title{font-size: 22px;}
    .seo_title p,.ad_title P{font-size: 14px;}
    .seo_process .process li .number{padding: 7px 8px;font-size: 18px;}
}
@media screen and (max-width:760px){
    .seo_title,.ad_title{font-size: 20px;margin-bottom: 10px;}
}

.seo_tool{background: #f5f5f5;}
.seo_tool li{position: relative; width: 18%;color: #fff;text-align: center;}
.seo_tool li .imgbox{width: 80%; position: absolute;top:50%;left: 50%;transform: translate(-50%,-50%); }
.seo_tool li .imgbox img{margin: 0 auto;}
.seo_tool li .imgbox .text{font-size:18px;margin-top: 30px;display: none;}
.seo_tool li .imgbox .text p{font-size:14px;color: #ccc;margin-top: 5px;}
.seo_tool li .bg img{transition: all 0.5s ease;width: 100%;margin:0 auto;}
.seo_tool li:hover .bg img{transform: scale(1.1); transition: all 0.5s ease;}

@media screen and (max-width:1000px){
    .seo_tool ul{overflow-x: auto;padding: 20px 0;box-sizing: border-box;}
    .seo_tool .maxbox_tool{width: 900px;}
    .seo_tool li:hover .bg img{transform: scale(1);}
    .seo_tool li .imgbox{width: 90%;}
}


.seo_innovate ul{flex-wrap: wrap;text-align: center;}
.seo_innovate li{margin-bottom: 50px; width: 30%;flex-direction: column;align-items: center;justify-content: center;}
.seo_innovate li i{font-size: 40px;color: #333;}
.seo_innovate li .text{margin-top: 30px;color: #333;font-size: 18px;}
.seo_innovate li .text p{font-size: 14px;color: #666;line-height: 1.6;margin-top: 8px}
@media screen and (max-width:760px){
    .seo_innovate li{width: 47%;}
    .seo_innovate li {margin-top: 0px;margin: 20px 0;}
    .seo_innovate{padding: 50px 0 20px 0;}
    .seo_innovate li i{font-size: 36px;}
    .seo_innovate li .text{font-size: 16px;margin-top: 15px}
    .seo_innovate li .text p{font-size: 12px;}
}

/* 云广告 */
.ad_fn,.ad_site,.news_steps,.news_media,.site_logos,.video_bg{width: 100%;padding: 50px 0;background: #fff;box-sizing: border-box;}
.ad_fn ul,.news_steps ul{box-sizing: border-box;margin: 0 auto; justify-content: center;padding: 20px 0 30px 0;box-sizing: border-box;}
.ad_fn ul .left li,.news_steps ul .left li{text-align: right;}
.ad_fn ul .left li:first-child,.ad_fn ul .right li:first-child{margin-bottom: 60px;}
.ad_fn ul .right{margin: 60px -10px;}
.ad_fn ul li,.news_steps ul li{align-items: center;width: 100%;justify-content: flex-end;}
.ad_fn ul li h3,.news_steps ul li h3{font-size:24px;color: #333;}
.ad_fn ul li p,.news_steps ul li p{font-size:14px;color: #666;margin-top: 5px;}
.ad_fn ul li .icons,.news_steps ul li .icons{ position: relative;  display: flex;justify-content: center;align-items: center; width: 60px;height: 60px;transform: rotate(45deg);border-radius: 8px;border: 2px solid #333;}
.ad_fn ul li .icons i{font-size: 40px;color: #0069b9;}
.ad_fn ul li .icons .deg{transform: rotate(-45deg);}
.ad_fn ul .line{position: relative; border: 1px dashed #0069b9;margin:0 20px;width: 80px;}
.ad_fn ul .line::before{position: absolute;top: 50%;left: -1px;transform: translateY(-50%); content: '';padding: 4px;border-radius: 50%;background: #0069b9;}
.ad_fn ul .line::after{position: absolute;top: 50%;right: -2px;transform: translateY(-50%); content: '';padding: 6px;border-radius: 50%;background: #0069b9;}
.ad_fn ul li .icons::after{position: absolute;bottom: -15px;left: -2px;content: '';border: 1px dashed #0069b9;width: 100%;}
.ad_fn ul li .icons::before{position: absolute;top: 30px;right:40px;content: '';transform: rotate(-90deg);border: 1px dashed #0069b9;width: 100%;}
.ad_fn ul .right li .icons::after{bottom: 70px;left: 3px;}
.ad_fn ul .right li .icons::before{top: 23px;right: 0;left: 40px;}
.ad_fn ul .right .line::before{padding: 6px;}
.ad_fn ul .right .line::after{padding: 4px;}
.ad_fn ul .right li,.news_steps ul .right li{justify-content: flex-start;} 


@media screen and (max-width:1200px){
    .ad_fn ul{flex-direction: column;align-items: center;justify-content:center;padding: 20px 0;}
    .ad_fn ul .right{margin: 40px 0px;order: -1;}
    .ad_fn ul .left li:first-child,.ad_fn ul .right li:first-child{margin-bottom: 50px;}
    .ad_fn .ad_title{margin-bottom: 30px;}
}
@media screen and (max-width:760px){
    .ad_fn .ad_title{margin-bottom: 10px;}
    .ad_fn ul .right{margin: 20px 0px 20px 0;width: 90%;}
    .ad_fn ul .icons{margin-right: 30px;}
    .ad_fn ul li h3{font-size:16px}
    .ad_fn ul li p{font-size:12px}
    .ad_fn ul li .line{display: none;}
    .ad_fn ul li .icons{width: auto;height: auto;padding: 5px;transform: rotate(0deg);}
    .ad_fn ul li .icons::before,.ad_fn ul li .icons::after{display: none;}
    .ad_fn ul li .icons .deg{transform: rotate(0deg);}
    .ad_fn ul li .icons .deg i{font-size: 30px;}
    .ad_fn ul .left{width: 90%;}
    .ad_fn ul .left li{text-align: left;}
    .ad_fn ul .left li .text{order: 1;}
    .ad_fn ul .left li{justify-content: flex-start}
    .ad_fn ul .left li:first-child,.ad_fn ul .right li:first-child{margin-bottom: 20px;}

}

.ad_select{width: 100%;background: #f5f5f5;padding: 50px 0;box-sizing: border-box;}
.ad_select ul{padding: 20px 0;box-sizing: border-box;}
.ad_select li{align-items: center;margin: 5px 0;}
.ad_select li:nth-child(odd){text-align: right;}
.ad_select li>div{width: 50%;}
.ad_select li>div.flex{align-items: center;}
.ad_select li:nth-child(odd) .left{border-right: 2px dashed #505050;justify-content: flex-end;}
.ad_select li:nth-child(even) .right{border-left: 2px dashed #505050;justify-content: flex-start}

.ad_select li .text{width: 70%;}
.ad_select li:nth-child(odd) .text{margin-right: 30px;}
.ad_select li:nth-child(even) .text{margin-left: 30px;}
.ad_select li h3{font-size:18px;color: #333;}
.ad_select li p{font-size:14px;color: #666;padding-top: 5px;box-sizing: border-box;}

.ad_select li .num{text-align: center; width: 50px;height: 50px;line-height: 50px; font-size: 30px;color: #fff;background: #0069b9;border-radius: 50px;}
.ad_select li:nth-child(even) .num{background: #fcb648}

.ad_select li .line{position: relative; border: 1px dashed #444;width: 80px;margin: 0px 20px}
.ad_select li .line::before{position: absolute;top: 50%;left: -1px;transform: translateY(-50%); content: '';padding: 4px;border-radius: 50%;background: #444444;}
.ad_select li .line::after{position: absolute;top: 50%;right: -1px;transform: translateY(-50%); content: '';padding: 6px;border-radius: 50%;background: #444444;}
.ad_select li:nth-child(even) .line::before{padding: 6px;}
.ad_select li:nth-child(even) .line::after{padding: 4px;}

@media screen and (max-width:1200px){
    .ad_select li .num{ width: 46px;height: 46px;font-size: 26px;line-height: 46px;}
    .ad_select li .line{width: 70px;margin: 0px 10px}
    .ad_select li .text{width: 65%;}
}

@media screen and (max-width:960px){
    .ad_select .process{overflow-x:auto;}
    .ad_select ul{width: 1000px;}
}
@media screen and (max-width:760px){
    .ad_select ul{width: auto;}
    .ad_select .empty{display: none;}
    .ad_select li>div{width: 100%;}
    .ad_select li:nth-child(odd) .left{border-right: 0px dashed #505050;justify-content:center;}
    .ad_select li:nth-child(even) .right{border-left: 0px dashed #505050;justify-content:center}
    .ad_select li .line{display: none;}
    .ad_select li{padding: 10px;box-sizing: border-box;}
    .ad_select li h3{font-size:14px;}
    .ad_select li p{font-size:12px;}
    .ad_select li {border-bottom: 1px solid #ccc;}
    .ad_select li .num{border-radius: 0;}
    .ad_select li .text{width: 80%;}
    .ad_select .ad_title P {font-size: 14px;}
    .ad_select li:nth-child(odd) .text{margin-right: 20px;}
    .ad_select li:nth-child(even) .text{margin-left: 20px;}
}

.ad_site ul{flex-wrap: wrap;}
.ad_site ul li{width: 20%;}
@media screen and (max-width:760px){
    .ad_site ul li{width: 30%;}
    .ad_site{padding: 50px 0 20px 0;}
    .ad_site ul li figure img{margin: 0 auto;}
    .ad_site ul li{border: 1px solid #ccc;margin: 2px;}
}

/* 云新闻 */
.news_mark{background: #f5f5f5}
.news_mark .process li{width: 25%;}
.news_mark .process li p{font-size: 16px;margin: 0;}
.news_mark .process li .bottom{bottom: 10px;}
.news_mark .process li::before{background: #2882d2;}
.news_mark .process li .number{border-radius: 0;transform: rotate(45deg);}
.news_mark .process li .number span{transform: rotate(-45deg);display: inline-block;}
.news_mark .process li .numbg,.news_mark .process li .number{ background: #0069b9;}


.news_value li{width: 22%;}
.news_value li i{color: #0069b9;}
.news_value li h3{font-size: 14px;color: #666;}

@media screen and (max-width:760px){
    .news_value li{width: 45%;}
    .news_mark .process li p{font-size: 14px;}
}

.news_tip .wrapper p{padding: 10px 0;line-height: 1.8;color: #666;}
.news_tip img{margin: 0 auto}

.news_steps{background: #f5f5f5;}

.news_steps ul li .icons{border-radius:30px 30px 5px;transform: rotate(0);border: 3px solid #333;}
.news_steps ul li .icons .deg{transform: rotate(0);font-size: 36px;color: #333;}
.news_steps ul li .icons::before,.news_steps ul li .icons::after{display: none;}
.news_steps ul li  h3.colorbule,.news_steps ul li .icons .colorbule{color: #0069b9;}
.news_steps ul li .icons{margin:0 20px;}
.news_steps ul .right{margin: 0;}

.news_steps ul .left li:first-child, .news_steps ul .right li:first-child{margin-bottom: 30px;}
.news_steps ul .left li:first-child .icons, .news_steps ul .right li:last-child .icons{border-color: #0069b9;}
.news_steps ul .right li:last-child .icons{border-radius: 5px 30px 30px;}
.news_steps ul .left li:last-child .icons{border-radius:  30px 5px 30px 30px;}
.news_steps ul .right li:first-child .icons{border-radius:  30px 30px 30px 5px;}

@media screen and (max-width:1000px){
    .news_steps ul .left, .news_steps ul .right{width: 48%;}
    .news_steps ul .left li{text-align: center;}
    .news_steps ul li {flex-direction: column;text-align: center;}
    .news_steps ul li .icons{margin-bottom: 20px; order: -1;border-radius:50%; width: 30px;height: 30px;border: 2px solid #333;}
    .news_steps ul .right li:last-child .icons{border-radius: 50%;}
    .news_steps ul .left li:last-child .icons{border-radius:  50%;}
    .news_steps ul .right li:first-child .icons{border-radius:  50%;}
    .news_steps ul li .icons .deg{font-size: 18px;}
    .news_steps ul li h3{font-size: 18px;}
    .news_steps ul li  h3.colorbule,.news_steps ul li .icons .colorbule{color: #333;}
    .news_steps ul .left li:first-child .icons, .news_steps ul .right li:last-child .icons{border-color: #333;}
}
@media screen and (max-width:760px){
    .news_steps ul .left, .news_steps ul .right{width: 45%;}
    .news_steps ul li .icons .deg{font-size: 16px;}
    .news_steps ul li h3{font-size: 16px;}
}


.news_media .partner {width: 100%; }
.news_media .partner .partner-list { margin-top: 35px; }
.news_media .partner .partner-list table { margin: 0 auto; background: #fff; }
.news_media .partner .partner-list table td { background: #ffffff; line-height: 75px; text-align: center; border: 1px solid #eeeeee; height: 76px;
    width: 150px;}
.news_media .partner .partner-list table .text { font-size: 40px; color: #0069b9;}
.news_media .partner .partner-list table img{margin: 0 auto}
.news_media .partner_mobile {display: none;}
@media screen and (max-width:760px){
   .news_media .partner_pc {display: none;}
   .news_media .partner_mobile {display: block;}
}

/* 云网站 */
.site_tool li{width: 23%;transition: all 0.5s ease;}
.site_tool li .imgbox .text{display: block;margin-top: 0;}
.site_tool li .imgbox .text i{font-size: 40px;color: #fff;}
.site_tool li .imgbox .text .tubiao{transition: all 0.3s ease;display: inline-block; padding:8px 10px;box-sizing: border-box;background: #0069b9;border-radius: 5px;}
.site_tool li .imgbox .text h2{padding: 30px 0 50px 0;box-sizing: border-box;}
.site_tool li .imgbox .text a{transition: all 0.5s ease;padding: 4px 40px;color: #fff;font-size: 14px;border-radius: 50px;background: #0069b9;}
.site_tool li:hover .bg img{transform: scale(1);}
.site_tool li a:hover{box-shadow: 1px 2px 2px 1px #ccc;transition: all 0.5s ease;}
.site_tool li:hover{transform: translateY(-10px);transition: all 0.5s ease;box-shadow: 1px 2px 3px 1px #666;}

.site_logos .wrapper{position: relative;}
.site_logos ul{width:1226px;position: relative;padding: 20px 0;box-sizing: border-box; margin: 0 auto;display:flex;flex-wrap:wrap;justify-content:space-around;}
.site_logos ul li{width:196px;height: 80px; background:url(../images/sprite.png) no-repeat}
.site_logos ul li:nth-child(2){background-position:-196px 0}
.site_logos ul li:nth-child(3){background-position:-392px 0}
.site_logos ul li:nth-child(4){background-position:0 -80px}
.site_logos ul li:nth-child(5){background-position:-196px -80px}
.site_logos ul li:nth-child(6){background-position:-392px -80px}
.site_logos ul li:nth-child(7){background-position:0 -160px}
.site_logos ul li:nth-child(8){background-position:-196px -160px}
.site_logos ul li:nth-child(9){background-position:-392px -160px}
.site_logos ul li:nth-child(10){background-position:0 -240px}
.site_logos ul li:nth-child(11){background-position:-196px -240px}
.site_logos ul li:nth-child(12){background-position:-392px -240px}
@media screen and (min-width:750px) and (max-width:1255px) {
	.site_logos ul {width:97%;  margin:0 auto;justify-content: center; }
	.site_logos ul li {margin-right:10px; margin-bottom: 10px;}
}

@media screen and (max-width:749px){
    .site_logos ul {width:100%;}
}

/* 企业问答 */
.ask_box .tiyan{margin-top: 60px;}
.ask_box2 .wrapper p{box-sizing: border-box;padding: 15px 0 30px 0;}
.ask_box2 .left h2{font-size: 18px;}
.ask_box2 .left{width: 43%;margin-right: 20px;}
@media screen and (max-width:760px){
    .ask_box .tiyan{margin-top: 20px;}
    .ask_box  .seo_title p,.ask_box2 .seo_title p{font-size: 14px;}
    .ask_box2 .left{width: 100%;margin-right: 0px;}
    .ask_box2 .left h2{font-size: 16px;}
    .ask_box2 .left p{text-align: left;}
    .ask_box img{max-width: 70%;margin: 0 auto;}
    .ask_box2 img{max-width: 80%;margin: 0 auto;}
}

.ask_show .wrapper{box-sizing: border-box; align-items: flex-start;border-bottom: 1px solid #ccc;padding:50px 20px;}
.ask_show .wrapper h3{padding: 20px 0;box-sizing: border-box; font-size: 24px;color: #0069b9;}
.ask_show .wrapper h4{font-size: 18px;color: #333;padding: 10px 0 5px 0;box-sizing: border-box;}
.ask_show .wrapper p{padding: 0;}
.ask_show .wrapper .tiyan{padding-top: 80px;box-sizing: border-box;}
.ask_show .wrapper2{text-align: right;}
@media screen and (max-width:1000px){
    .ask_show .wrapper h3{padding: 10px 0;font-size: 20px;}
    .ask_show .wrapper .tiyan{padding-top: 30px;}
    .ask_show .wrapper{align-items: center;}
    .ask_show .wrapper h4{font-size: 14px;}
    .ask_show .wrapper p{font-size: 12px;}
    .ask_show .wrapper a{padding: 4px 25px;font-size: 12px;}
}
@media screen and (max-width:760px){
    .ask_show .wrapper2{text-align: center;}
}

/* 推视频 */
.video_box {padding: 70px 0 50px 0;}
.video_box .process li .top{top: -30px;}
.video_box .process .maxbox{padding: 50px 0;}
.video_box .process li .text .w{width: 90%;}

@media screen and (max-width: 1000px){
    .video_box .process li .bottom {bottom: -30px}
}

.video_bg .wrapper figure{position: relative;}
.video_bg  .bg img{margin: 0 auto;}
.video_bg  .bg .content{width: 70%; position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%)}
.video_bg  .bg .content li{width: 23%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.video_bg  .bg .content li h3{font-size: 24px;padding-bottom: 8px;box-sizing: border-box;}
.video_bg  .bg .content li .num{position: relative; padding:14px 15px; transform: rotate(45deg); font-size: 24px;color: #fff;background: #0069b9;box-shadow: 0px 0px 10px #ccc inset; border-radius: 60px 60px 5px 60px;display: inline-block;}
.video_bg  .bg .content li .num span{transform: rotate(-45deg);display: inline-block;}
.video_bg  .bg .content li .num::after{content: '';display: block;position: absolute;right: -8px;bottom: -8px;border: 8px solid transparent;border-right-color: #0069b9;transform: rotate(45deg);border-radius: 50%}
.video_bg  .bg .content li .line{width: 1px;height: 100px;border-left:1px dashed #888;}
.video_bg  .bg .content li .ellipse_box{display: inline-block; padding: 0px 8px;border-radius: 50%;border: 2px dashed #0069b9;margin-top: -10px;}
.video_bg  .bg .content li .ellipse_box .ellipse{display: inline-block; padding: 3px 10px;border-radius: 50%;background: #0069b9;}
.video_bg  .bg .content li:nth-child(1),.video_bg  .bg .content li:nth-child(3){transform: translateY(-30px);}
.video_bg  .bg .content li .color_yellow{background: #f2ce3f;}
.video_bg  .bg .content li .color_yellow::after{border-right-color: #f2ce3f}
.video_bg  .bg .content li:nth-child(2) .ellipse_box .ellipse,.video_bg  .bg .content li:nth-child(4) .ellipse_box .ellipse{background: #f2ce3f;}
.video_bg  .bg .content li:nth-child(2) .ellipse_box ,.video_bg  .bg .content li:nth-child(4) .ellipse_box {border-color: #f2ce3f;}
.video_bg .process{overflow: hidden; overflow-x: auto;}
.video_effects{background: #f5f5f5;width: 100%;padding: 50px 0 0 0;}
.video_effects img{margin: 0 auto;}
.video_effects figure{margin-bottom: -25px;padding: 30px 0 0 0;}

@media screen and (max-width: 1000px){
    .video_bg  .bg .content li h3{font-size: 18px;}
    .video_bg  .bg{width: 900px;}
    .video_effects figure{margin-bottom: 0px;}
    .video_effects{padding: 30px 0 30px 0;}

}

/* 关键词 */
.keywords_show .wrapper2{border-bottom: 0;}
.keywords_show .wrapper h4{font-size: 24px;padding: 10px 0 0 0;}
.keywords_show .wrapper p{padding-top: 40px;box-sizing: border-box;}
.keywords_show .wrapper .tiyan{padding-top: 100px;box-sizing: border-box;}
@media screen and (max-width: 1000px){
    .keywords_show .wrapper .tiyan{padding-top: 40px;}
    .keywords_show .wrapper p{padding-top: 20px}
    .keywords_show .wrapper h4{font-size: 18px;padding: 8px 0 0 0;}
    .keywords_show .seo_title{margin-bottom: 10px;}
}
@media screen and (max-width: 760px){
    .keywords_show .wrapper h4{font-size: 16px;padding: 5px 0 0 0;}
    .keywords_show .wrapper{padding: 30px 20px;}
}


/* 抖抖客 */
.ddk_box ,.sp_innovate{background: #f5f5f5;}
.ddk_box .wrapper .left p{padding: 5px 0;color: #666;}
.ddk_box .wrapper .left h3{font-size: 20px;margin-bottom: 20px;box-sizing: border-box;}
.ddk_box .wrapper .left .tiyan{padding-top: 60px;box-sizing: border-box;}
.ddk_box .wrapper .left .tiyan a{background:#199fff}
.ddk_box .wrapper .left .textbox  span{padding: 4px;display: inline-block;margin-right: 5px; border-radius: 50px;background: #199fff;}
.ddk_box .wrapper img{margin: 0 auto;}
.ddk_describe{background: #fff;padding: 80px 0 30px 0;box-sizing: border-box;}
.ddk_describe ul.flex figure img{margin: 0 auto;}
.ddk_describe ul.flex h3{color: #199fff;}
.ddk_describe li h3{margin: 20px 0 10px 0}
.ddk_describe .seo_title{margin-bottom: 20px;}

.ddk_data{position: relative;margin-top: -60px}
.ddk_data ul{background: #fff;box-sizing: border-box; border-radius: 5px;padding: 30px 40px; box-shadow: 0px 2px 3px 1px #ccc;}
.ddk_data ul li:nth-child(2){border-right: 1px solid #ccc;border-left: 1px solid #ccc;}
.ddk_data ul li{text-align: center; width: 33.3%;font-size: 14px;color: #999;}
.ddk_data ul li h2{font-size: 18px;color: #333;}
.ddk_data ul li h2 span{margin-left: 5px; color: #199fff;font-size:36px;}
.ddk_data ul li h2 em{font-style: normal; color: #199fff;font-size:24px;}

@media screen and (max-width: 1000px){
    .ddk_describe{padding: 40px 0 30px 0;}
    .ddk_box .wrapper .left .tiyan{padding-top: 30px;}
    .ddk_data ul{padding: 20px 10px;}
    .ddk_data ul li h2{font-size: 16px;}
    .ddk_data ul li h2 span{font-size: 24px;}
    .ddk_data ul li h2 em{font-size: 16px;}
    .ddk_data ul li h3{font-size: 12px;}
    .ddk_data{margin-top: -40px}
    .ddk_box .wrapper .left{flex-direction: column;align-items: center;display: flex;}
    .ddk_box .wrapper .left .textbox{text-align: left;}
}
@media screen and (max-width: 760px){
    .ddk_data{margin-top: 20px;}
    .ddk_data ul{flex-wrap: wrap;box-shadow: none;padding: 0;}   
    .ddk_data ul li{margin: 8px 0; width: 100%;padding: 10px 10px 15px 10px;box-shadow: 0px 2px 4px #ccc;}
    .ddk_data ul li:nth-child(2){border-right: 0;border-left: 0;}
    .ddk_describe .seo_title p,.ddk_box .seo_title p,.ddk_icon .seo_title p{font-size: 14px;}
    .ddk_describe li h3{margin: 10px 0;}
    .ddk_icon ul{padding: 20px 0 0 0;}
    .ddk_box .wrapper .left h3{font-size: 16px;margin-bottom: 10px;margin-top: 20px;}
    
}

/* 三屏站 */
.sp_box{background: #fff;}
.sp_tool li .imgbox .text p{color: #f5f5f5;line-height: 1.8;}
.sp_box img{margin: 0 auto;}
.sp_innovate li i{color: #199fff;}
@media screen and (max-width: 760px){
    .sp_tool li .imgbox .text h2{padding: 25px 0 30px 0;font-size: 16px;}
    .sp_tool li .imgbox .text p{font-size: 12px;line-height: 1.6;}
    .sp_tool li .imgbox .text i{font-size: 30px;}
    .sp_box .wrapper .left p{border-bottom: 1px solid #ccc;padding: 10px 0;}
}


/* g3盒子 */
.g3box>div.wrapper:last-child{border-bottom: 0;}
@media screen and (max-width: 1024px){
    .g3box>div.wrapper img,.kf_show img,.statistics_box img{max-width: 70%;}
    .g3box>div.wrapper img,.kf_show img,.statistics_box img{margin: 0 auto;}
}

/* 云客服 */
.kf_box{background: #fff;}
.kf_box .seo_title p{font-size: 14px;}
.kf_box .seo_title h2{margin-bottom: 15px;}
.kf_show img,.statistics_box img{max-width: 80%;}
@media screen and (max-width: 760px){
    .kf_box .seo_title h2{font-size: 18px;}
    .kf_box .seo_title p{font-size: 12px;}
    .kf_box li{width: 33%;}
    .kf_box li h3{font-size: 14px;}
    .kf_show .wrapper{padding: 20px 10px;}
    .kf_show .wrapper .left p{padding: 5px 0;text-align: left;line-height: 1.6;}
}

/* 访问统计 */
.statistics_box .left2{text-align: right;}
.sta_innovate li{width: 26%;}
.sta_innovate{background: #fff;}

@media screen and (max-width: 1000px){
    .sta_innovate li{width: 30%;}
}


@media screen and (max-width: 760px){
    .sta_innovate li{width: 48%;}
    .statistics_box .left2{text-align:center;}
}

/* 代理加盟 */
.agentjoin_box .left p{padding: 2px 0;font-size: 18px;}
.agentjoin_show .left p{font-size: 18px;}
.agentjoin_tool li{width: 19%;}
.agentjoin_box .wrapper h3{font-size: 22px;}


.agentjoin{background: #f5f5f5; width: 100%;padding: 50px 0;box-sizing: border-box;}
.agentjoin ul{flex-wrap: wrap; padding: 20px 0;box-sizing: border-box;}
.agentjoin li{ transition: all 0.3s ease;width: 18%;padding: 10px;box-sizing: border-box;}
.agentjoin li figure img{margin: 0 auto;transition: all 0.5s ease;}
.agentjoin li h3{font-size: 14px;color: #333;height: 60px;padding: 0 5px; line-height: 60px;text-align: center; box-sizing: border-box;background: #fff;}
.agentjoin li:hover{transform: translateY(-10px); transition: all 0.3s ease;}
.agentjoin li figure img:hover{transform: scale(1.1);transition: all 0.5s ease;}
.agentjoin li figure{overflow: hidden;}
@media screen and (max-width: 1280px){
    .agentjoin li{width: 20%;}
}
@media screen and (max-width: 1024px){
    .agentjoin li{width: 25%;}
}
@media screen and (max-width: 1000px){
    .agentjoin_box .seo_title{margin-bottom: 0;}
    .agentjoin_box .left p{font-size: 16px;}
    .agentjoin_box .wrapper h3{font-size: 20px;}
    .agentjoin_tool li .imgbox .text h2{padding: 20px 0 15px 0;}
    .agentjoin_tool li .imgbox .text p{line-height: 1.6;}
    .agentjoin_box img{margin: 0 auto;max-width: 80%;}
}
@media screen and (max-width: 760px){
    .agentjoin li{width: 50%;}
    .agentjoin_box .left p{font-size: 14px;}
    .agentjoin_box .wrapper h3{font-size: 16px;}
    .agentjoin_box img{max-width: 70%;}
    .agentjoin_show .wrapper .left p{font-size: 16px;text-align: center;}
    .agentjoin_show .wrapper img{max-width: 80%}
    .agentjoin{padding: 20px 0;}
}

/* 小程序 */
.applets_describe{background: #fff;padding: 50px 0;}
.applets_innovate{background: #f5f5f5;}
.applets_innovate li{width: 20%;}
.applets_list{width: 100%;padding: 50px 0;box-sizing: border-box;background: #fff;}
.applets_list ul{padding: 20px 0;box-sizing: border-box}
.applets_list ul li{transition: all 0.5s ease;padding: 10px;box-sizing: border-box; width: 27%;box-shadow: 0px 1px 8px #ccc;}
.applets_list ul li h3{height: 50px; padding: 10px 5px;box-sizing: border-box; color: #333;  font-size: 14px;text-align: center;}
.applets_list ul li:hover{transform: translateY(-10px);transition: all 0.5s ease;}
@media screen and (max-width: 1000px){
    .applets_list ul li{width: 32%;}
}
@media screen and (max-width: 760px){
    .applets_describe li{width: 48%;}
    .applets_describe li:first-child{width: 48%;}
    .applets_innovate li{width: 32%;}
    .applets_list ul{flex-wrap: wrap;justify-content: center;}
    .applets_list ul li{width: 77%;margin-bottom: 20px;}
    .applets_list{padding: 50px 0 0 0;}
}

/* 企业百科 */
.wiki_box .wrapper h2{font-size: 22px;}
@media screen and (max-width: 1000px){
    .wiki_box .wrapper h2{font-size: 18px;}
}
@media screen and (max-width: 760px){
    .wiki_box .wrapper h2{font-size: 16px;}
}

/* 云秀场 */
.cshow_box .wrapper .left .marbottom,.fshow_box .wrapper .left .marbottom{margin-bottom: 30px;}
.cshow_box .wrapper .left p,.fshow_box .wrapper .left p{padding: 5px 0;}

.copyright .beianhao{color: #999;}
.copyright .beianhao:hover{color: #666;}

@media screen and (max-width: 760px){
    .show_describe li:first-child{width: 48%;}
}

.brand_describe figure img,.brands_box figure img{margin: 0 auto;}
.brands_box figure{width: 46%;}
.cloudally_case li{width: 20%;}
@media screen and (max-width: 760px){
    .brands_box figure{width: 100%;}
    .brand_describe figure img{max-width: 60%;}
    .ally_innovate li .text{font-size: 14px;}
}


.nav_video,.nav_newsmedia{background: #fff; width: 100%;color: #666;font-size: 14px;}
.nav_video .wrapper .index,.nav_newsmedia .wrapper .index{color: #666;}
.nav_video .wrapper .active,.nav_newsmedia .wrapper .active{color: #333;}
.nav_video .wrapper,.nav_newsmedia .wrapper {border-bottom: 1px solid #ccc;padding: 20px 10px;}

.video_content,.newsmedia_content{width: 100%;padding: 40px 0;background: #fff;}
.video_content .video_big,.newsmedia_content .newsmedia_box{width: 80%;}
.video_content .video_navright,.newsmedia_content .newsmedia_navright{width: 15%;}
.video_content .video_navright h2,.newsmedia_content .newsmedia_navright h2{font-size:24px;color: #333;padding-bottom:10px;border-bottom: 1px solid #ccc;}
.video_content .video_navright a,.newsmedia_content .newsmedia_navright a{font-size: 14px;color: #666;display: block;padding: 10px 0;box-sizing: border-box;border-bottom: 1px solid #ccc;}
.video_content .video_navright a.active,.newsmedia_content .newsmedia_navright a.active{color: #0069b9;}
.video_content .video_navright a:hover,.video_content .video_navright a:hover i,.newsmedia_content .newsmedia_navright a:hover,.newsmedia_content .newsmedia_navright a:hover i{color: #0069b9;}
.video_content .video_navright a i,.newsmedia_content .newsmedia_navright a i{font-size: 12px; color: #666;margin-right: 5px;}
.video_content .video_navright a.active i,.newsmedia_content .newsmedia_navright a.active i{color: #0069b9;}
.video_content .video_big .video_d{justify-content: flex-start;align-items: flex-end;margin: 40px 0 20px 0}
.video_content .video_big .video_title{font-size: 24px;color: #333;}
.video_content .video_big h3{font-size: 14px;color: #666;margin-left: 20px;}
.video_content .video_big .video_intro p{font-size: 14px;color: #666;line-height: 1.8;}


.video_content .video_big ul{padding: 30px 0 0 0;box-sizing: border-box;}
.video_content .video_big ul.flex{flex-wrap: wrap;}
.video_content .video_big ul.flex li{transition:all 0.5s ease;text-align: center; width: 32%;margin-bottom: 20px;}
.video_content .video_big ul.flex li i{font-size: 46px;color: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%)}
.video_content .video_big ul.flex li figure{position: relative;}
.video_content .video_big ul.flex li img{margin: 0 auto;}
.video_content .video_big ul.flex li h4{font-size: 16px;color: #333;padding: 10px 0;box-sizing: border-box;}
.video_content .video_big ul.flex li:hover{cursor: pointer; box-shadow: 1px 2px 5px 1px #ccc;transition:all 0.5s ease;}
.video_content .video_big ul.flex li:hover h4{color: #0069b9;}

.newsmedia_content .rec_box{margin-top: 50px;}
.newsmedia_content .newsmedia_list{flex-wrap: wrap;}
.newsmedia_content .newsmedia_list li{background: #fff;border: 1px solid #ccc; width: 100%;margin-bottom: 20px;}
.newsmedia_content .newsmedia_list li a{justify-content: flex-start;align-items: center;}
.newsmedia_content .newsmedia_list li .left{padding: 20px 0;box-sizing: border-box; width: 12%;background: #589ff8;justify-content: center;flex-direction: column; align-items: center;}
.newsmedia_content .newsmedia_list li .right{transition: all 0.3s ease;width: 88%; padding: 20px;box-sizing: border-box;}
.newsmedia_content .newsmedia_list li .left h3{border-bottom: 1px solid #fff; font-size: 36px;color: #fff;padding:0 10px 6px 10px;box-sizing: border-box;}
.newsmedia_content .newsmedia_list li .left h4{font-size: 14px;color: #fff;margin-top: 15px;}
.newsmedia_content .newsmedia_list li .right h2{transition: all 0.3s ease;font-size:22px;color: #333;margin-bottom: 15px}
.newsmedia_content .newsmedia_list li .right p{line-height: 1.6;color: #888;font-size: 14px;}

.newsmedia_content .newsmedia_list li:hover .right{background: #f5f5f5;transition: all 0.3s ease;}
.newsmedia_content .newsmedia_list li:hover .right h2{color: #589ff8;transition: all 0.3s ease;}

.newsmedia_show .newsmedia_box .title_box{border-bottom: 1px solid #ccc; padding: 0 0 20px 0px;box-sizing: border-box; text-align: center;color: #333}
.newsmedia_show .newsmedia_box .title_box h1{font-size: 24px;}
.newsmedia_show .newsmedia_box .title_box .inf{padding: 15px 0 10px 0; color: #666;font-size: 12px;}
.newsmedia_show .newsmedia_box .title_box .inf span:first-child{margin-right: 80px;}
.newsmedia_show .newsmedia_box .title_box .inf span em{font-style: normal;}
.newsmedia_show .newsmedia_box  article{padding: 30px 0;box-sizing: border-box;}
.newsmedia_show .newsmedia_box  article p{line-height: 1.8;color: #666;font-size: 14px;}
.newsmedia_show .newsmedia_box  article img{margin: 10px 0;}

@media screen and (max-width: 1000px){
    .newsmedia_content .newsmedia_list li .left{width: 15%;}
    .newsmedia_content .newsmedia_list li .right{width: 85%;padding: 10px;}
    .newsmedia_content .newsmedia_list li .left h3{font-size: 30px;}
    .newsmedia_content .newsmedia_list li .right h2{font-size: 18px;}
    .newsmedia_content .wrapper{flex-wrap: wrap;}
    .newsmedia_content .newsmedia_box{width: 100%;}
    .newsmedia_content .newsmedia_navright{margin-bottom: 30px; width: 100%;order: -1;display: flex;justify-content: space-between;}
    .newsmedia_content .newsmedia_navright .media_box{width: 48%;}
    .newsmedia_content .newsmedia_navright .rec_box{width: 48%;margin-top: 0;}
    .newsmedia_content .newsmedia_navright h2{font-size: 20px;}
    .newsmedia_show .newsmedia_box .title_box h1{font-size: 18px;}
}

@media screen and (max-width: 760px){
    .newsmedia_show .newsmedia_box .title_box h1{font-size: 16px;}
    .video_content .wrapper{flex-wrap: wrap;}
    .video_content .video_big{width: 100%;}
    .video_content .video_big ul.flex li{width: 48%;}
    .video_content .video_big .video_title{font-size: 16px;}
    .video_content .video_navright{width: 100%;order: -1;margin-bottom:30px; }
    .video_content .video_big ul.flex li i{font-size: 26px;}
    .newsmedia_content .newsmedia_navright h2{font-size: 16px;}
    .newsmedia_content .newsmedia_list li .left{width: 18%;}
    .newsmedia_content .newsmedia_list li .right{width: 83%;padding: 10px;}
    .newsmedia_content .newsmedia_list li .left h3{font-size: 16px;}
    .newsmedia_content .newsmedia_list li .right h2{font-size: 14px;margin-bottom: 8px}
    .newsmedia_content .newsmedia_list li .left h4{font-size: 12px;margin-top: 8px;}
    .newsmedia_content .newsmedia_list li .right p{font-size: 12px;}
    .video_content .video_navright a, .newsmedia_content .newsmedia_navright a{font-size: 12px;}
}

.yunping_describe li h3{font-size: 24px;color: #06a3fd;margin: 40px 0 10px 0}
.yunping_innovate li{width: 22%;}
@media screen and (max-width: 1000px){
    .yunping_describe li h3 {font-size: 18px;}
    .yunping_tool li{width: 30%;}
}

@media screen and (max-width: 760px){
    .yunping_describe li h3 {font-size: 14px;margin: 20px 0 10px 0}
    .yunping_describe li:first-child{width: 33%;}
    .yunping_describe li{width: 33%;}
    .yunping_innovate li{width: 48%;}
}


.fig{position: relative;}
.fig .banner_text{position: absolute;top: 30%;left: 20%;color: #fff;}
.fig .banner_text h2{font-size: 48px;font-weight: bold;}
.fig .banner_text h3{font-size: 24px;margin: 8% 0 18% 0;}
.fig .banner_text a{transition: all 0.5s ease;padding: 5px 35px;color: #fff;font-size: 16px;background: #005bac;}
.fig .banner_text a:hover{border-radius: 10px;box-shadow: 0px 2px 5px #ccc;transition: all 0.5s ease;}
.cloudshowfig .banner_text{top: 50%;left: 50%;transform: translate(-50%,-50%);text-align: center;}
.cloudshowfig .banner_text h3{margin: 8% 0 15% 0;} 
.agentfig .banner_text{color: #00213f;}
.stafig .banner_text{left: 55%;}
.stafig .banner_text h3{font-size: 24px;margin: 5% 0 15% 0;}
.kffig .banner_text{left: 60%;color: #00213f;}
.fig .banner_text h2{font-size: 36px;}
.kffig .banner_text h3{color: #666;font-size: 18px;}
.ddkfig .banner_text{left: 12%;}
@media screen and (max-width: 1400px){
    .stafig .banner_text h2{font-size: 40px;}
    .ddkfig .banner_text{left: 2%;}
    .fig .banner_text h3{margin: 5% 0 8% 0;}
}
@media screen and (max-width: 1000px){
    .fig .banner_text h2{font-size: 20px;}
    .fig .banner_text h3{font-size: 16px;margin: 8% 0 20% 0;}
    .fig .banner_text a{padding: 3px 30px;font-size: 14px;}
    .cloudshowfig .banner_text h3{margin: 8% 0 10% 0;} 
    .g3boxfig .banner_text h3{margin: 5% 0 12% 0;}
    .fig .banner_text h3{margin: 5% 0 8% 0;}
}
@media screen and (max-width: 760px){
    .fig .banner_text{left: 5%;top: 15%;}
    .fig .banner_text h2{font-size: 16px;}
    .fig .banner_text h3{font-size: 14px;margin: 8% 0 15% 0;}
    .fig .banner_text a{padding: 3px 20px;font-size: 12px;}
    .cloudshowfig .banner_text{top: 50%;left: 50%;transform: translate(-50%,-50%);text-align: center;}
    .cloudshowfig .banner_text h3{margin: 5% 0 8% 0;} 
    .stafig .banner_text{left: 25%;color: #00213f;}
    .stafig .banner_text h3{margin: 4% 0 10% 0;}
    .kffig .banner_text{left: 55%;color: #333;}
    .fig .banner_text h2{font-size: 16px;}
    .kffig .banner_text h3{font-size: 12px;}
    .g3boxfig .banner_text {color: #fff;left: 50%;}
    .g3boxfig .banner_text h3{margin: 3% 0 8% 0;font-size: 12px;}
    .spfig .banner_text h3{font-size: 12px;margin: 3% 0 10% 0}
    .searchfig .banner_text,.ddkfig .banner_text,.keyfig .banner_text,.seofig .banner_text{display: none;}
}














