﻿/* 登录页 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    box-shadow: 0 0 0 60px #fff inset;
    -webkit-text-fill-color: #333;
}

p {
    margin: 0;
}

.login-body-bg {
    position: fixed;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

    .login-body-bg img {
        width: 100%;
        height: 100%;
    }

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background-color: #4277FF;
    opacity: 0.9;
    /*background: url(../images/top-bottom-bg.png);*/
}

.login-title {
    width: 1200px;
    margin: 0 auto;
}

   

.login-wrapper {
    position: absolute;
       top: 24%;
    left: 40%;
    width: 1200px;
    height: 400px;
    font-family: 'Microsoft YaHei';
}

@media (max-width: 1366px) {
    .login-title {
        width: 1020px;
        margin: 0 auto;
    }

    .login-wrapper {
        margin-top: -200px;
        margin-left: -510px;
        width: 1020px;
        height: 400px;
        font-family: 'Microsoft YaHei';
    }
}

.login-left-img {
    position: relative;
    width: 660px;
    float: left;
    opacity: .8;
}

.big-img div {
    float: left;
    width: 128px;
    height: 128px;
    margin-right: 2px;
    margin-bottom: 2px;
}

.big-img .t1 {
    margin-left: 130px;
}

.big-img .t3 {
    margin-right: 130px;
}

.big-img .b1 {
    margin-left: 130px;
}

.gezi {
    position: absolute;
    left: 0;
    top: -10px;
}

.no2 {
    position: absolute;
    left: 10px;
    top: 262px;
}

.co {
    position: absolute;
    left: 100px;
    top: 300px;
}

.so2 {
    position: absolute;
    left: 435px;
    top: 300px;
}

.o3 {
    position: absolute;
    left: 555px;
    top: 262px;
}

.login-box {
    position: relative;
    width: 330px;
    height: 430px;
    float: right;
    margin-right: 20px;
    background: url(../../../images/login-box-bg1.png) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

    .login-box form {
       padding-top: 95px;
    padding-left: 6px;
    }

.form-group {
    position: relative;
    width: 80%;
    margin: 0 auto 24px auto;
}

    .form-group input:focus {
        border: 1px solid #24A2DD;
        box-shadow: 0 0 6px rgba(0,0,0,.3) inset;
        outline: none;
    }

.user {
    display: block;
    width: 100%;
    padding: 13px 0;
    line-height: inherit;
    text-indent: 15px;
    background: #fff;
    border: solid 1px #c4c4c4;
    font-size: 14px;
    border-radius: 3px;
    color: #454545;
}

.user-icon {
    position: absolute;
    bottom: 14px;
    right: 10px;
    display: inline-block;
    height: 14px;
    background: url(../images/icon1.png) no-repeat center;
    width: 14px;
}

.passw-icon {
    position: absolute;
    bottom: 14px;
    right: 10px;
    display: inline-block;
    height: 14px;
    background: url(../images/icon2.png) no-repeat center;
    width: 12px;
}

.btn-login {
   
    margin-left: 68px;
    display: block;
    margin-top: 30px;
    width: 50%;
    /* float: right;*/
    height: 40px;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
    text-align: center;
    border: solid 1px #4d9bcd;
    cursor: pointer;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #4277FF;
    background-color: #4277FF;
    *background-color: #4277FF;
    background-image: -moz-linear-gradient(top, #669cef, #109031);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4277FF), to(#4277FF));
    background-image: -webkit-linear-gradient(top, #669cef, #4277FF);
    background-image: -o-linear-gradient(top, #669cef, #4277FF);
    background-image: linear-gradient(to bottom, #669cef, #4277FF);
    background-repeat: repeat-y;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3ec152', endColorstr='#FF28bc3f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
}

    .btn-login:hover, btn-login:focus {
        background:#4277FF; 
        opacity: 0.9;
        border: solid 1px #587ce9;
        outline: none;
    }

    .btn-login img {
        margin: 0;
    }

.submit-box {
    margin-bottom: 10px;
}

.error-message {
    color: #fd2400;
    font-size: 12px;
    padding-right: 10px;
}

.support {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 12px;
}
.support1 {
    position: absolute;
    bottom: 40px;
    left: 0;
    width:89%;
    text-align: right;
}
.support1  a{
    text-decoration:none;
    color: #555555;
    font-size: 12px;
}
.footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    /*background-color: #4277FF;*/
    opacity: 0.8;
    /*background: url(../images/top-bottom-bg.png);*/
}

    .footer p {
        margin: 0 0 10px 0;
    }
    

.div_title {
    z-index: 999;
    line-height: 70px;
    /* -webkit-text-stroke: 1px #979797; */
    text-stroke: 1px #979797;
    position: fixed;
    left: 32.2%;
    top: 2%;
    letter-spacing: 5px;
    font-size: 46px;
    font-weight: 600;
    color: #FFFFFF;
}

.div_title_2 {
    z-index: 999; 
    font-size: 18px;  
    color: #FFFFFF;
    line-height: 70px; 
    
    letter-spacing: 0px;
    position: fixed; 
    left: 27.5%;
    top: 8%;
}


.menu div {
       position: absolute;
    width: 110px;
    height: 110px;
    transform: rotate(45deg);
    /*background-color: #435CF2;*/
    border-radius: 18px;
    border: 8px;
    border-color: #ffffffd9;
    border-style: solid;
    cursor:pointer;
}
.menu div span {
  width: 140px;
    display: inline-block;
    transform: rotate(-45deg);
    text-align: center;
  
    color: white;
   
    font-size: 16px;
    margin: 50px 0px 0 -10px;
}

    .menu div img {
        width: 36px;
        position: absolute;
        /* display: inline-block; */
        transform: rotate(-45deg);
        margin: 20px 0px 0 20px;
    }

 
.menu .zhuisu {
   top: 105%;
    background-color: #0CBCB4;
    left: 10%;
}
.menu .zhiwushengmoxing {
   top: 75%;
    background-color: #04CF66;
    left: -20%;
}
.menu .shiyanshi {
   top: 75%;
    background-color: #04CF66;
    left: 40%;
}
.menu .fenbu {
  left: -9%;
    top: -14%;
    background-color: #435CF2;
}
 
.menu .chanhoufuwu {
   top: 105%;
    left: 30%;
   background-color: #0CBCB4;
}

 
.menu .shucai {
        top: -13%;
    left: 30%;
    background-color: #9E53EB;
}

.menu .chongqing {
    left: -20%;
    top: 16%;
    background-color: #435cf2;
}

.menu .ygjc {
   left: -10%;
    top: 46%;
    background-color: #435cf2;
}

.menu .nyjr {
  left: 0%;
    top: 75%;
    background-color: #0cbcb4;
}

.menu .nybx {
 left: 10%;
    top: 46%;
    background-color: #0cbcb4;
}

.menu .nzsc {
    left:20%;
    top: 77%;
    background-color: #0CBCB4;
}
.menu .ybyj {
   left: 30%;
    top: 46%;
    background-color: #9E53EB;
}
.dashuju1 {
    top: 16%;
    left: 40%;
    /* top: 25%; */
    background-color: #9E53EB;
}

.menu .dashuju2 {
   left: 20%;
    top: 17%;
    background-color: #9E53EB;
}


.menu .qixiang {
      top: 16%;
    left: 0.5%;
    background-color: #435CF2;
}

.menu .zjzd {
   left: -10%;
    top: 105%;
    background-color: #0cbcb4;
}
.menu .jiwenjiguanzonghefenxixitong{
        left: 10%;
    background-color: #04CF66;
  top: -14%;
}
 

.menu .aigis_menu{
     left: 50%;
    background-color: #1e9eab;
    top: 46%;
}