body {
    height: 100%;
    width: 100%;
    *cursor: default;
    overflow: hidden;
    font: 16px/1.5 "Microsoft YaHei";
}
.section {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
/*start logo*/
.logo img {
    display: block;
    position: absolute;
    left: 2%;
}
.logo img.logo-1 {
    width: 13%;
    top: 3%;
}
.logo img.logo-2 {
    width: 30%;
    top: 2%;
}
/*end logo*/
/*about video*/
.video-player {
    position: absolute;
    left: 0;
    height: 128%;
    transform: translateY(-11%);
}
/*about video*/
/*about btn*/
.action {
    width: 80%;
    position: absolute;
    left: 25%;
    top: 50%;
}
.action img {
    width: 20%;
}
.link #link{
    width: 216px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #fff;
    border-radius: 30px;
    text-align: center;
    position: absolute;
    left: 22%;
    top: 150%;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    display: block;
}
#link:hover {
    background-color: #fff;
    background-clip: content-box;
    opacity: 0.9;
    transition: color 0.3s;
    color: #08dfec;
    border: 2px solid transparent;
}
/*about btn*/

/*animate*/
#animate-1{
    animtion-delay: 2s;

}
#animate-2{
    animation-duration: 4s;
    animation-delay: 1s;
}
#animate-3{
    animation-duration: 5s;
    animation-delay: 2s;
}
.aboutUs {
    position: absolute;
    left: 48%;
    top: 75%;
    cursor: pointer;
}
.box{
    width: 25px;
    height: 25px;
    position: relative;
    margin:100px auto;
}
.box div{
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top:0;
    left: 0;
}
.box div:nth-child(2){
    -webkit-animation: run 1s 0.5s linear infinite;
   -moz-animation: run 1s 0.5s linear infinite;
}
.box div:nth-child(3){
    -webkit-animation: run 1s  linear infinite;
    -moz-animation: run 1s  linear infinite;
}
@-webkit-keyframes run{
    from{
        transform:scale(1);
        opacity:1;
    }
    to{
        transform:scale(3);
        opacity:0;
    }
}
@-moz-keyframes run{
    from{
        transform:scale(1);
        opacity:1;
    }
    to{
        transform:scale(3);
        opacity:0;
    }
}
.xiaoshou {
    position: absolute;

    left: 9%;
    top: 54%;
}

.information {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 180px;
    background-color: rgba(255,255,255,0.9);
}
.visible{
    display: block;
}
.information-in {
    width: 1100px;
    margin: 0 auto;
}
.information-in .list {
    float: left;
    padding-top: 7px;
}
.information-in .list .list-title{
    font-size: 14px;
}
.information-in .list .list-word{
    font-size: 12px;
    padding-bottom: 10px;
}
.information-in .margin {
    margin-right: 86px;
}
.list-1 .list-weixin {
    float: left;
}
.list-1 .list-word {
    float: left;
}
.list-2 .list-word .left  {
    float: left;
    margin-right: 5px;
}
.list-2 .list-word .right  {
    float: right;
}
/*animate*/

/*start download*/
.download {
    position: absolute;
    right: -154px;
    top: 3%;
    width: 154px;
    background-color: #fff;
    opacity: 0.9;
    border-bottom-left-radius: 6px;
}
.download a {
    text-decoration: none;
}
.download a:hover {
    color: #08dfec;
}
.title {
    position: relative;
    width: 100%;
}
.title #title-download {
    position: absolute;
    top: 0%;
    right: 100%;
    display: block;
    border: 1px solid ghostwhite;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 14px;
    padding: 5px;
    background-color: #fff;
    opacity: 0.9;
}
.download-visible {
    right: 0%;
    top: 3%;
}
.download .title .hide .word p {
    text-align: center;
    font-family: arial, helvetica, sans-serif;
}

.download .title .hide .word .spacer {
    width: 75px;
    margin: 10px auto;
    border: 1px solid #9f9f9f;
}
/*end download*/

/*start login*/
.login-wrap {
    display: none;
    position: absolute;
    left: 40%;
    top: 120px;
    background-color: rgba(255,255,255,0.9);
    width: 308px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 8px;
    z-index: 44;
}
input:focus{
    outline: none;
}
.login-visible {
    display: block;
}
.login-in {
    width: 289px;
    border: 1px solid #fff;
    margin: 0 auto;
    border-radius: 8px;
}
.login-in .login-top{
    font-size: 22px;
    text-align: center;
    height: 38px;
    line-height: 38px;
}
#beijing {
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 30;
    opacity: 0.5;
    position: relative;
}
.beijing-hide {
    display: none;
}
.beijing-visible {
    display: block;
}
#guanbi {
    cursor: pointer;
    margin-left: 135px;
}

.login-in .spacer{
    width: 276px;
    border: 1px solid #fff;
    margin: 0 auto;
}
.login-in .name {
    width: 289px;
    margin-top: 20px;
    margin-left: 15px;
    height: 40px;
}
.login-in .psw  {
    width: 289px;
    margin-top: 20px;
    margin-left: 15px;
    height: 40px;

}
.login-in .icon {
    display: block;
    width: 26px;
    height: 32px;
    line-height: 36px;
    text-align: center;
    float: left;
    background-color: #fff;
    padding: 4px 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.login-in input {
    border: none;
}
.login-in input.width {
    width: 210px;
    height: 40px;
    line-height: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    float: left;
}
#login {
    margin: 40px 20px 0;
    height: 38px;
    background-color: #3296cd;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 5px 100px;
    cursor: pointer;
}
#login:hover {
    color: #e8e4f2;
    background-color: #26a9d2;
}
.login {
    padding-bottom: 87px;
    padding-left: 5px;


}
/*end login*/