@charset "utf-8";
html{
    zoom: 0.75;
    -moz-transform: scale(0.75);
    -moz-transform-origin: 0 0;
}
@media (min-width: 1920px) {
    html{
        zoom: 1;
        -moz-transform: scale(1);
        -moz-transform-origin: 0 0;
    }
}
body{
    background: url("../images/bg.png") center;
    font-size: 10px;
    background-size: cover;
    overflow: hidden;
}
.body{
    background: url("../images/bg.png") center;
    font-size: 10px;
    background-size: cover;
    overflow: hidden;
}
.login{
    width: 883px;
    /*height: 88%;*/
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*max-height: 807px;*/
    height: 807px;
    /*background: url("../images/img_triangle.png") no-repeat;*/
    /*background-size:auto  100%;*/
    margin: auto;
    z-index: 9;
}
.login:before{
    content: "";
    position: absolute;
    width: 883px;
    height: 807px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url("../images/img_triangle.png") no-repeat;
    background-size:auto  100%;
    z-index:-1;
}
.logo{
    margin-top: 20px;
}
.logo-text{
    font-size: 50px;
    color: #fff;
    margin-top: 105px;
}
.login-line{
    height: 100%;
}
.login-line img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.form-box{
    width: 450px;
    height: 110px;
    background: url("../images/ic_login_kuang.png") no-repeat;
    margin: auto;
    margin-top: 100px;
}
.form-box-1{
    border-bottom: 1px solid rgba(255,255,255,.3);
    border-radius: 0 0 4px 4px;
}
.form-box-3{
    height: 292px;
}
.form-box .form-group{
    height: 54px;
    line-height: 23px;
    padding: 20px;
    font-size: 20px;
    background: none;
    border: none;
    color: #a1a1a1;
    margin-bottom: 0;
    position: relative;
}
.form-box .form-group span{
    margin-left: 5px;
    position: absolute;
}
.form-box .form-group .form-control{
    border: none;
    background: none;
    height: 36px;
    margin-top: -8px;
    padding-left: 55px;
    color: #a1a1a1;
    font-size: 20px;
}
.form-box .form-group-3 .form-control{
    padding-left: 75px;
}
.form-box .login-btn{
    padding: 0;
}
.form-box .btn-sm{
    position: absolute;
    top: 15px;
    right: 23px;
}
.form-box .login-btn .form-control{
    width: 452px;
    height: 73px;
    background: url("../images/btn3.png") no-repeat;
    margin: 0;
    padding: 0;
    margin-top: 30px;
    position: relative;
}
.form-box .login-btn .form-control:before{
    content: "登录";
    position: absolute;
    width: 442px;
    height: 61px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url("../images/btn1.png") no-repeat center;
    color: #000;
    font-size: 24px;
    line-height: 61px;
    z-index: 2;
    letter-spacing: 16px;
    text-indent: 16px;
}
.form-box .login-btn:active .form-control:before{
    background: url("../images/btn3_1.png") no-repeat center;
}
.form-box .login-btn .form-control .bg2{
    background: url("../images/btn2.png") no-repeat center;
    width: 445px;
    height: 67px;
    position: relative;
    margin:3px auto;
    z-index: 1;
    border-radius: 6px;
    background-size: cover;
    overflow: hidden;
}
.form-box .login-btn .form-control .bg2:before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-left: -288px;
    width: 576px;
    height: 525px;
    background: url("../images/btn2_2.png") no-repeat center;
    -webkit-animation: spin 3s linear infinite;
    -o-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: rgba(255,255,255,.5);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: rgba(255,255,255,.4);
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: rgba(255,255,255,.3);
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.logo-anm{
    animation: note-anim 2s ease;
    animation-fill-mode: forwards;
    -webkit-animation: note-anim 2s  ease;
    -webkit-animation-fill-mode: forwards;
}
.left-anim{
    animation: left-anim 2s ease;
    animation-fill-mode: forwards;
    -webkit-animation: left-anim 2s  ease;
    -webkit-animation-fill-mode: forwards;
}
.right-anim{
    animation: right-anim 3s ease;
    animation-fill-mode: forwards;
    -webkit-animation: right-anim 3s  ease;
    -webkit-animation-fill-mode: forwards;
}
.fot-anim{
    animation: fot-anim 2s ease;
    animation-fill-mode: forwards;
    -webkit-animation: fot-anim 2s  ease;
    -webkit-animation-fill-mode: forwards;
}
.login-anim{
    animation: login-anim 2s ease;
    animation-fill-mode: forwards;
    -webkit-animation: login-anim 2s  ease;
    -webkit-animation-fill-mode: forwards;
}


/**-------menu---------*/
.menu-logo{
    position: relative;
    z-index: 10;
    background: url("../images/line.png") no-repeat bottom;
    padding-bottom: 26px;
    background-size: 100% 16px;
}
.menu-logo img{
    width: 100px;
}
.menu-logo p{
    position: absolute;
    width: 100%;
    margin-top: 50px;
}
.menu-logo p img{
    height: 40px;
    width: auto;
}
.menu-list{
    width: 1500px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    margin-top: 90px;
}
.menu-list li{
    padding: 5px;
    overflow: hidden;
    width: 250px;
    height: 284px;
    float: left;
}
.menu-list li a{
    display: block;
    width: 228px;
    height: 264px;
    border: 1px solid #fff;
    margin: 5px;
    overflow: hidden;
    background: rgba(000,000,000,.4);
}
.menu-list li a:hover{
    width: 238px;
    height: 274px;
    position: relative;
    margin: 0;
    box-shadow: 0 0 10px rgba(255,255,255,.75);
}
.menu-list li .menu-icon{
    width: 226px;
    height: 206px;
    position: relative;
}
.menu-list li .menu-icon img{
    max-height: 75px;
    /*min-width: 70px;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.menu-list li span{
    display: block;
    background: #000;
    height: 54px;
    text-align: center;
    line-height: 54px;
    color: #fff;
    font-size: 18px;
}
.menu-list li a:hover .menu-icon{
    height: 211px;
}
.menu-list li a:hover span{
    height: 59px;
    line-height: 59px;
    font-size: 24px;
}
.menu-fot{
    position: fixed;
    top: 0;
    width: 100%;
    background: url("../images/img_bottom.png") no-repeat;
    height: 70px;
    font-size: 18px;
    line-height: 70px;
    text-align: right;
    padding-right: 70px;
    background-size: 100% 100%;
    left: 0;
    color: #fff;
}
.menu-fot span{
    float: right;
}
.menu-fot .glyphicon-off{
    width: 45px;
    height: 45px;
    background: #1a1a1a;
    border-radius: 6px;
    color: #e75353;
    font-size: 24px;
    margin-top: 12px;
    line-height: 45px;
    margin-left: 15px;
    cursor: pointer;
}
.menu-fot .glyphicon-off:hover{
    color: #53a3e7;
}
@-webkit-keyframes note-anim /* Safari and Chrome */
{
    0% {
        opacity: .5;
        -webkit-transform: translate(0px,50px);
        transform: translate(0px,50px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0px,-500px);
        transform: translate(0px,-500px);
    }
}

@keyframes note-anim {
    0% {
        opacity: .5;
        -webkit-transform: translate(0px,50px);
        transform: translate(0px,50px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0px,-500px);
        transform: translate(0px,-500px);
    }
}


@-webkit-keyframes left-anim /* Safari and Chrome */
{
    0% {
        opacity: .5;
        -webkit-transform: translate(-50px,50%);
        transform: translate(-50px,50%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-1000px,50%);
        transform: translate(-1000px,50%);
    }
}

@keyframes left-anim {
    0% {
        opacity: .5;
        -webkit-transform: translate(-50px,50%);
        transform: translate(-50px,50%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-1000px,50%);
        transform: translate(-1000px,50%);
    }
}

@-webkit-keyframes right-anim /* Safari and Chrome */
{
    0% {
        opacity: .5;
        -webkit-transform: translate(0%);
        transform: translate(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(150%);
        transform: translate(150%);
    }
}

@keyframes right-anim {
    0% {
        opacity: .5;
        -webkit-transform: translate(0%);
        transform: translate(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(150%);
        transform: translate(150%);
    }
}


@-webkit-keyframes fot-anim /* Safari and Chrome */
{
    0% {
        opacity: .5;
        -webkit-transform: translate(0,50%);
        transform: translate(0,50%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0,1000px);
        transform: translate(0,1000px);
    }
}

@keyframes fot-anim {
    0% {
        opacity: .5;
        -webkit-transform: translate(0,50%);
        transform: translate(0,50%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0,1000px);
        transform: translate(0,1000px);
    }
}



@-webkit-keyframes login-anim /* Safari and Chrome */
{
    0% {
        opacity: .5;
    }
    100% {
        opacity: 0;
    }
}

@keyframes login-anim {
    0% {
        opacity: .5;
    }
    100% {
        opacity: 0;
    }
}



.pt-page-moveFromLeft {
    -webkit-animation: moveFromLeft .6s linear both;
    animation: moveFromLeft .6s linear both;
}

@-webkit-keyframes moveToLeft {
    from { }
    to { -webkit-transform: translateX(-100%); }
}
@keyframes moveToLeft {
    from { }
    to { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}

@-webkit-keyframes moveFromLeft {
    from { -webkit-transform: translateX(-100%); }
}
@keyframes moveFromLeft {
    from { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}
.Edition{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: auto;
    color: #fff;
    font-size: 18px;
}
.Edition span{
    margin-right: 40px;
    margin-left: -8px;
}
@media (max-device-height: 900px) {
    .menu-list{
        width:1380px;
        height: 488px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -244px 0 0 -690px;
        z-index: 11;
        padding-top: 20px;
    }
    .menu-list li{
        width: 230px;
        height: 244px;
    }
    .menu-list li a{
        height: 224px;
        width: 210px;
    }
    .menu-list li a:hover{
        height: 234px;
        width: 220px;
    }
    .menu-list li .menu-icon{
        height: 178px;
        width: 210px;
    }
    .menu-list li span{
        height: 44px;
        line-height: 44px;
    }
    .menu-list li a:hover .menu-icon{
        height: 188px;
    }
    .menu-list li a:hover span{
        height: 44px;
        line-height: 44px;
    }
    .menu-fot{
        height: 45px;
        line-height: 45px;
    }
    .menu-fot .glyphicon-off{
        margin-top: 0;
    }
}
@media (max-device-height: 678px) {
    .menu-logo{
        background-size: 100% 12px;
        padding-bottom: 20px;
    }
    .menu-logo img{
        width: 80px;
    }
    .menu-list{
        height: 488px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -244px 0 0 -690px;
        z-index: 11;
        padding-top: 20px;
    }
    .menu-list li{
        height: 244px;
    }
    .menu-list li a{
        height: 224px;
    }
    .menu-list li a:hover{
        height: 234px;
    }
    .menu-list li .menu-icon{
        height: 178px;
    }
    .menu-list li span{
        height: 44px;
        line-height: 44px;
    }
    .menu-list li a:hover .menu-icon{
        height: 188px;
    }
    .menu-list li a:hover span{
        height: 44px;
        line-height: 44px;
    }
}
@media (max-device-height:900px) {
    .login{
        zoom: 0.75;
        -moz-transform: scale(0.75);
        -moz-transform-origin: 0 0;
    }
}