@charset "UTF-8";

/*reset*/
*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
}
body{
    font-size: 14px;
    font-family: "Microsoft YaHei";
    line-height: 1.42857143;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #333;
}
a{
    text-decoration: none;
    color: inherit;
}
ul li{
    list-style-type: none;
}
.container{
    width: 100%;
}
.container header{
    width: 100%;
}

.content{
    position: relative;
    margin: auto;
    width: 1200px;
    overflow: hidden;
    z-index: 1;
}
body.home .content{
    z-index: 5;
    height: 100%;
}
.fn-intro .part-1 .content{
    padding-top: 89px;
}
.border-none{
    border: none !important;
}
img.fullscreen{
    width: 100%;
}


/*header*/
header .nav-box{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 80px;
    transition: .4s;
    background: rgba(255,255,255,0);
    overflow: hidden;
}
header .nav-box.fixed{
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255,255,255,1);
    border-bottom: solid 1px #e5e5e5;
}

header .nav-box>.wrap{
    position: relative;
    top: 20px;
    display: table;
    margin: 0 auto;
    width: 1200px;
    height: 80px;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
header .nav-box>.wrap>div{
    display: table-cell;
    vertical-align: middle;
}
header .nav-box .left{
    font-size: 24px;
}
header .nav-box .left img{
    display: inline-block;
    margin-right: 15px;
    height: 44px;
    vertical-align: middle;
}
header .nav-box .left .logo{
    margin-right: 15px;
    display: inline-block;
    height: 44px;
    width: 38px;
    background: url("logo.png") no-repeat;
    vertical-align: middle;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
header .nav-box .right{
    text-align: right;
}
header .nav-box .right nav{
    display: inline-block;
    vertical-align: middle;
}
header .nav-box .right nav a{
    margin-right: 35px;
    float: left;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, .5);
    display: inline-block;
    position: relative;
    padding: 4px 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}
header .nav-box .right nav a.active{
    color: #fff;
}
header .nav-box .right nav a.active:after{
    position: absolute;
    content:'';
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: 0;
}
header .nav-box .right nav a:hover{
    text-shadow: 0px 1px 3px #fffde2;
}
header .nav-box .right .btn-cooperate,header .nav-box .right .btn-login{
    display: inline-block;
    width: 95px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: solid 1px #ffce00;
    color: #ffce00;
    border-radius: 4px;
    vertical-align: middle;
    font-size: 16px;
    margin-left: 12px;
}

header .nav-box .right .btn-important{
    background: #ffce00;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}
header .nav-box .right btn-important:hover{
    background: #ffe471;
    color: #fff;
}
header .nav-box.fixed>.wrap{
    top: 0;
    color: #333;
}
header .nav-box.fixed>.wrap .left .logo{
    background: url("../images/icon/logo-2.png") no-repeat;
}
header .nav-box.fixed .right nav a{
    color: #333;
}
header .nav-box.fixed .right nav a.active{
    color: #ffce00;
}
header .banner-box{
    position: relative;
    height: 620px;
    background-position: center;
    background-size: auto 100%;
}
.home header .banner-box{
    padding: 130px 0 0px;
}
header .banner-box .img{
    position: absolute;
    width: 675px;
    height: 343px;
    z-index: 20;
}
header .banner-box .img .Art,
header .banner-box .img .MacBookPro{
    position: absolute;
}
header .banner-box .img .Art{
    left: 0;
    top: 0;
}
header .banner-box .img .MacBookPro{
    right: 0;
    bottom: 0;
}
header .banner-box .text{
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.home header .banner-box .text{
    width: 360px;
    position: absolute;
    right: 0;
    top: -30px;
    display: block;
    z-index: 5;
}
header .banner-box .text .row{
    padding-top: 120px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.home header .banner-box .text .row{
    padding-top: 0;
    display: block;
}
header .banner-box .text p{
    display: block;
    padding-top: 30px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 3px;
    color: #fff;
}
.home header .banner-box .text p{
    text-align: left;
    font-size: 36px;
    padding-top: 19px;
}
.home header .banner-box .text p.p2{
    font-size: 20px;
}
.home header .banner-box .text p.p2 small{
    font-size: 14px;
}
.home header .banner-box .text p.p3 img{
    display: none;
}
header .banner-box .text .line{
    display: inline-block;
    height: 4px;
    width: 60px;
    background: #ffce00;
    vertical-align: top;
}
header .banner-box .codeImg{
    width: 200px;
    margin: 0 auto;
    text-align: center;
    color: #000000;
    line-height: 30px;
    color: #fff;
}
header .banner-box .codeImg span{
    font-size: .9rem;
}
header .banner-box .codeImg img{
    display: block;
    margin: 0 auto;
    width: 100%;
}
header .banner-box .mask{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .4;
    filter:alpha(opacity=40)
}



.home header .banner-box .mask{
    opacity: .1;
    filter:alpha(opacity=10)
}
.home .banner-box .btnArea{
    font-size: 0;
}
.home .banner-box .btnArea a{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    width: 150px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    border: 1px solid #ffce00;
    margin-right: 20px;
    border-radius: 3px;
}
.home .banner-box .btnArea div{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    width: 150px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    border: 1px solid #ffce00;
    margin-right: 20px;
    border-radius: 3px;
}
.home .banner-box .btnArea div.l1{
    background: transparent;
}
.home .banner-box .btnArea a.l1{
    background: transparent;
}
.home .banner-box .btnArea a.l2{
    background-color: #ffce00;
}
.home .banner-box .btnArea div.l2{
    background-color: #ffce00;
}
.home .banner-box .btnArea a img{
    vertical-align: middle;
    margin-right: 6px;
}
.home .banner-box .btnArea div img{
    vertical-align: middle;
    margin-right: 6px;
}



/*footer*/
footer{
    color: #fff;
    font-size: 16px;
    background: #28292b;
}
footer .f1{
    background: url("../images/bg/footer.jpg") center no-repeat;
}
footer .f1 .content{
    display: table;
    height: 327px;
}
footer .f1 .row{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
footer .f1 .row .p1{
    font-size: 24px;
}
footer .f1 .row .p2{
    padding: 10px 0;
    font-size: 16px;
}
footer .f1 .row .qrcode{
    margin: 5px auto 0 auto;
    display: table;
    position: relative;
    width: 200px;
    height: 200px;
}
footer .f1 .row .qrcode .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #fff;
    opacity: .3;
    filter:alpha(opacity=30)
}
footer .f1 .row .qrcode .img{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 2;
}
footer .f1 .row .qrcode .img img{
    margin: auto;
    display: block;
    width: 160px;
    height: 160px;
}
footer .f2{
    padding: 30px;
    text-align: center;
}
footer .f2 .wrap{
    margin: auto;
    display: table;
    text-align: left;
}
footer .f2 dl{
    display: table-cell;
    float: left;
}
footer .f2 dl>*{
    padding: 3px 30px;
}
footer .f2 dl:nth-child(2){
    margin: 0 145px
}
footer .f2 dl dt{
    margin-bottom: 30px;
}
footer .f2 dl dd{
    color: #ccc;
    height: 36px;
    line-height: 30px;
}
footer .f3{
    padding: 15px 0;
    background: #111;
    color: #ccc;
    text-align: center;
    font-size: 14px;
}
