* {    margin: 0;    padding: 0;    font-family: 'Microsoft YaHei';}
i{ font-style: normal}
ul, ol, li {list-style: none;}
li {cursor: pointer;}
img {vertical-align: top;}
a {text-decoration: none;cursor: pointer;color: #000;}
html,body {width: 100%;overflow-x: hidden;background: #fff;}
.c-b{clear: both;}
.wraps{
position: relative;
width: 1920px;
left: 50%;
margin-left: -960px;
z-index: 99;
}
button{border: none;background: none;outline: none;}
.banner{position: relative;min-height: 118px;}

.ov{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ov2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


#top-wrap {
    width: 100%;
    position: fixed;
    top: 0;
    /* left: 50%; */
    /* margin-left: -960px; */
    z-index: 99999;
    transition: .5s;
    -webkit-transition: .5s;
}
/* .top-active{
    top: -38px !important;
} */
.top-active #top-box{
    margin-top: -38px;
}
#top-box{
    width: 100%;
    height: 38px;
    line-height: 38px;
    background-color: #FFFFFF;
    position: relative;
    font-size: 14px;
    color: #7A7A7A;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
}
#top-box a{color: #7A7A7A;}
#top-box span{cursor: pointer;}
#top-box span:hover a,#top-box .top-act,#top-box span:hover{color: #FF9000;}
.top-l{
    float: left;
    margin-left: 276px;
}
.top-l span:first-child{
    margin-right: 30px;
}
.top-l span{
    margin-right: 18px;
}
.top-l span i{margin-right: 3px;}
.top-link{
    float: left;
    margin-right: 54px;
}
.top-link span{margin-left: 30px;}
.top-r{
    float: right;
    margin-right: 260px;
}
.log-box{
    float: right;
}
.log-box span{
    float: left;
    padding: 0 15px;
    position: relative;
}
.log-box span:first-child::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background-color: #9D9D9D;
}

.user-box{
    float: right;
   /* display: none;*/
}
.user-img,.user-name{
    float: left;
}
.user-img{
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 50%;
    margin-top: 7px;
}
.user-img img{width: 100%;height: 100%; vertical-align: top;}
.user-name{
    margin-left: 10px;
    font-size: 14px;
}
.user-box:hover .user-name{color: #FF9000;}
.user-box .yh-out{
    position: fixed;
    /* left: 0; */
    top: 36px;
    width: 110px;
    height: 30px;
    background: #fff;
    border: 1px solid #E4E4E4;
    line-height: 30px;
    color: #505767;
    display: none;
    transition: .1s;
    z-index: 999999;
    cursor: pointer;
}
.user-box .yh-out i{
    margin: 0 10px 0 24px;
    color: #565D6C;
    font-size: 20px;
    float: left;
}
.user-box:hover .yh-out{
    display: block;
}

.nav{
    width: 100%;
    height: 80px;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.snav{height: 60px;animation:sdiv 0.3s;}
@keyframes sdiv{   0%{height:80px }   100%{height:60px}}
.fnav{ height: 80px; animation:fdiv 0.3s;}
@keyframes fdiv{ 0%{height:60px }100%{height:80px}}

.nav iframe{width: 100%;}
.nav a{color: #fff;transition: .2s;}
.nav-logo{
    float: left;
    height: 59px;
    margin: 14px 0 0 300px;
}
.nav-logo img{height: 100%;}
.sLogo{width: 203px; height: 50px!important; margin-left: 40px; margin-top: -4px;  animation:sfadenum 0.3s;}
@keyframes sfadenum{0%{width:239px; height:59px; margin-left: 14px; margin-top: 0;}100%{width:203px; height:20px; margin-left: 40px; margin-top: -4px;}}

.fLogo{width: 239;height: 59px; margin-left: 14px;margin-top: 0px; animation:ffadenum 0.3s;}
 @keyframes ffadenum{0%{width:203px; height:50px; margin-left: 40px; margin-top: -4px;}100%{width:239px; height:59px; margin-left: 14px; margin-top: 0px;}}

.nav-li{
    float: right;
    margin-right: 300px;
    height: 80px;
    line-height: 80px;
}

.snavlist{height: 60px; line-height: 60px; animation:slist 0.1s;}
@keyframes slist{ 0%{height:80px; line-height:80px; } 100%{height: 60px; line-height: 60px;}}
.fnavlist{ height: 80px;line-height: 80px; animation:flist 0.1s;}
@keyframes flist{0%{height: 60px; line-height: 60px;}100%{height:80px; line-height:80px; }}




.nav-li span{
    float: left;
    margin-left: 35px;
    cursor: pointer;
}
.nav-li span:hover a,.nav-li span:hover{
    color: #FFDD75;
}

.footer{
    height:218px;
    width: 100%;
    background: #303030;
    overflow: hidden;
    color: #7A7A7A;
}
.footer-wrap{
    width: 100%;
    /*height:306px;*/
    background: #303030;
}
.footer-main{
    width: 1340px;
    /*height:306px;*/
    margin: 0 auto;
    overflow: hidden;
}
.ft-box{
    height: 157px;
    border-bottom: 1px solid #505050;
    overflow: hidden;
}
.ft-l{
    float: left;
}
.ft-logo-img{
    width: 239px;
    height: 59px;
    margin: 60px 0 0 24px;
    float: left;
}
/* .ft-logo-img img{width: 100%;} */
.ft-l-link{
    float: left;
    height: 22px;
    line-height: 22px;
    color: #7E7E7E;
    font-size: 14px;
    margin-left: 70px;
    margin-top: 73px;
}
.ft-l-link span{display: inline-block;margin: 0 3px;}
.ft-l-link a{color: #7E7E7E;}
.footer a:hover{color: #fff;}
.ft-l-link p:first-child{margin-bottom: 20px;}

.ft-r{
    float: right;
}
.fb-box{
    overflow: hidden;
    /*height: 139px;*/
}
.ft-zg-text{
    font-size: 14px;
    margin: 9px 0 15px 0;
    height: 46px;
    color: #7A7A7A;
    line-height: 46px;
}
.ft-zg-text span{
    padding: 0 18px;
}
.ft-rz-box1{
    height: 46px;
    line-height: 46px;
    float: left;
}
.ft-rz-box1 a{color: #7A7A7A;}
.ft-rz-box1>div{
    float: left;
    margin-right: 24px;
    font-size: 14px;
}
.rz-img,.rz-text{float: left;}
.rz-img{margin-right: 10px;}
.rz-img img{vertical-align: middle;}

.ft-rz-box2{float: left;}
.ft-rz-box2 div{float: left;margin-right: 36px;}

/* ------------------- */
.gz-box{
    position: relative;
}
.gz-box:hover .gz-code{
    display: block;
}
.gz-code{
    width: 147px;
    height: 155px;
    position: absolute;
    left: -147px;
    top: -77px;
    background: url(../image/r_gz_bg.png) no-repeat;
    text-align-last: left;
    display: none;
}
.gz-code img{margin-top: 27px;margin-left: 30px;}
/* 弹出图片 */
.img-mask{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.img-mask img{
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
}
  .boxs{
    width: 1400px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 #d1d1d1;
  }

/* -----------------------------------------教程、下载 公共样式 */

.main{
    width: 1400px;
    margin: 19px auto 0;
    position: relative;
    min-height: 500px;
}
.l-tab-box{
    position: fixed;
    top: 300px;
    left: 5%;
    width: 100px;
    padding: 13px 6px;
    background-color: #fff;
    box-shadow: RGBA(41, 46, 59, .18) 2px 2px 6px 0px;
    z-index: 9999;
    transition: .2s;
    -webkit-transition: .2s;
}
.l-tab-tit{
    position: relative;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #E7E7E7;
    margin: 0 auto;
    text-indent: 18px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.l-tab-tit::after{
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    width: 7px;
    height: 18px;
    background-color: #FF9000;
    border-radius: 3.5px;
    margin-top: -9px;
}
.l-tab-list{
    text-align: center;
    margin-top: 18px;
}
.l-tab-list div{
    height: 40px;
    line-height: 40px;
    color: #808080;
    font-size: 14px;
    cursor: pointer;
}
.l-tab-list .l-tab-act{
    background-color: #FFD500;
    color: #1D1D1D;
}
.l-tab-list .l-tab-act a,.l-tab-list .l-tab-act:hover a{color: #1D1D1D;}
.l-tab-list div:hover,.l-tab-list div:hover a{
    color: #1D1D1D;
}
.l-tab-btm{
    text-align: center;
    height: 40px;
    cursor: pointer;
    margin-top: 10px;
}
.l-tab-btm i{   font-size: 20px;}
.main-tit{
    position: relative;
    height: 62px;
    line-height: 62px;
    border-bottom: 1px solid #BEBEBE;
    text-indent: 52px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    overflow: hidden;
}
.main-tit::after{
    content: "";
    position: absolute;
    left: 34px;
    top: 50%;
    width: 7px;
    height: 24px;
    background-color: #FF9000;
    border-radius: 3.5px;
    margin-top: -12px;
}
.main-loc{
    float: right;
    margin-right: 48px;
    font-size: 13px;
    color: #939393;
    line-height: 72px;
}
.main-loc a{color: #939393;}
.main-loc a:hover{color: #FF9000;}
/* ------------------------------------------------------ */


/* 右侧浮动 */
.r-float{
    width: 70px;
    height: 380px;
    /*background: url(../images/float_bg.png) no-repeat;*/
    position: fixed;
    right: 4px;
    bottom: 156px;
    z-index: 99;
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    /* transition: .1s; */
    text-align: center;
}
.r-float .float-qun:first-child{
    margin-top: 30px;
}
.float-qun,.float-qun2{
    width: 67px;
    height: 67px;
    background: #7492D0;
    margin-bottom: 10px;
    border-radius: 10px;
    /* overflow: hidden; */
}
.float-qun img,.float-qun2 img{
    margin: 5px auto 0;
}
.float-qun p,.float-qun2 p{
    height: 18px;
    line-height: 18px;
    font-size: 13px;
    color: #fff;
}
.float-qun a{color: #E3E9EB;display: inline-block;width: 100%;height: 100%;transition: .1s;-webkit-transition: .1s;}
.float-qun a:hover{color: #FFDD75;}
.float-code{
    width: 144px;
    height: 186px;
    background: url(../image/right07_1.png) no-repeat;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 85px;
    opacity: 0;
    display: none;
}

.float-qun2:hover .float-code{
    display: block;
    -webkit-animation: RightAnim-shadow 0.2s forwards;
    animation: RightAnim-shadow 0.2s forwards;
}


@-webkit-keyframes RightAnim-shadow {
    0%{  right:40px;  opacity:0.2} 
    25%{ right:55px;  opacity:0.4}
    50%{ right:65px;  opacity:0.6} 
    75%{ right:75px;  opacity:0.8}
    100%{ right:85px; opacity:1} 
  }
  
  @keyframes RightAnim-shadow {
    0%{  right:40px;  opacity:0.2} 
    25%{ right:55px;  opacity:0.4}
    50%{ right:65px;  opacity:0.6} 
    75%{ right:75px;  opacity:0.8}
    100%{ right:85px; opacity:1} 
  }
  
.float-code img{
    width: 83px;
    height: 83px;
    margin: 20px 0 10px -5px;
}
.code-text{
    width: 138px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #000;
}

.masks{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 99999;
}
.masks-main{
    width: 320px;
    padding: 20px 30px 30px 20px;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
}
