@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

body, ul, li, dt, dl, dd, div, h1, h2, h3, form, p, table, figure {
    margin: 0px;
    padding: 0px;
}

html {
    overflow-x: hidden;
}

body {
    background: url(/static/img/login_bg.png) repeat;
    font-family: "microsoft yahei";
}

.grey_bg {
    width: 50%;
    height: 250px;
    background: #d3d3d3;
    float: left;
    margin-top: 180px;
    position: relative;
}

.login_btn {
    background: url(/static/img/login_btn.png) no-repeat;
    width: 95px;
    height: 32px;
    border: none;
    outline: none;
    cursor: pointer;
}

.cancel_btn {
    background: url(/static/img/cancel_btn.png) no-repeat;
    width: 95px;
    height: 32px;
    border: none;
    outline: none;
    cursor: pointer;
}

.login_tab {
    margin-left: 640px;
    margin-top: 100px;
    font-size: 14px;
    font-weight: bold;
}

.login_tab tr td {
    height: 40px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
}

.login_tab tr .td1 {
    text-align: right;
}

.text_input {
    border: 1px solid #96989a;
    width: 200px;
    height: 25px;
    line-height: 25px;
}

.logo {
    background: url(/static/img/logo1.gif) no-repeat;
    width: 480px;
    height: 50px;
    margin-left: 490px;
    margin-top: 50px;
}

/*首页*/
.home-bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(/static/img/loginPage/home.jpg) no-repeat left top;
    background-size: 100% 100%;
}

.header {
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin: 70px auto;
}

.header img {
    float: left;
    height: 50px;
    width: auto;
    margin: 3px 20px 6px 0;
}

.header h2 {
    font-size: 48px;
    position: relative;
    display: inline-block;
    padding-left: 80px;
    color: #222222;
    font-weight: 400;
}

.home-menu {
    width: 825px;
    height: 364px;
    top: 40vh;
    left: 30vw;
    position: absolute;
    text-align: center;
}

.home-menu ul li {
    background: url(/static/img/loginPage/mu-bg1.png) no-repeat left top;
    width: 285px;
    height: 248px;
    text-align: center;
    float: left;
    margin-left: 127px;
}

.home-menu ul li.bot {
    margin-left: 0;
}

.home-menu ul li.mu-bg2 {
    background: url(/static/img/loginPage/mu-bg2.png) no-repeat left top;
}

.home-menu ul li.mu-bg3 {
    background: url(/static/img/loginPage/mu-bg3.png) no-repeat left top;
}

.home-menu ul li.mu-bg4 {
    background: url(/static/img/loginPage/mu-bg4.png) no-repeat left top;
}

.home-menu ul li.mu-bg5 {
    background: url(/static/img/loginPage/mu-bg5.png) no-repeat left top;
}

.home-menu ul a {
    color: #fff;
    font-size: 30px;
}

.home-menu ul a li img {
    margin: 20px 0 10px;
    -moz-transition: all ease 1s;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}

.home-menu ul a:hover li img {
    transform: scale(1.2, 1.2);
}

.footer {
    width: 100%;
    position: absolute;
    bottom: 80px;
    text-align: center;
    font-size: 14px;
    color: #888888;
}

.footer a {
    color: #888888;
}

.identity {
    display: block;
}
