body, html {
    width: 100%;
    height: 100%;
    font-family: "微软雅黑";
}

* {
    margin: 0;
    padding: 0;
}

body {
    background: url(images/map.svg) no-repeat !important;
    background-size: 100% 100% !important;
    background-color: #1890FF !important;
    /*background: linear-gradient(40deg,#1acaed,#1890FF) !important;*/
}

#wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

#title {
    width: inherit;
    position: relative;
    padding-top: 3%;
}

.title_l {
    position: absolute;
    width: 50%;
    right: 250px;
}

.title_r {
    position: absolute;
    width: 50%;
    right: 0;
}

.title_c {
    font-size: 32px;
    color: white;
}

img.yumh {
    width: 250px;
    margin-top: 5px;
}

.title_e {
    color: white;
    font-size: 12px;
}

#copyright {
    position: fixed;
    bottom: 20px;
    text-align: center;
    width: 100%;
}

    #copyright p.p1 {
        font-size: 12px;
        color: #ccc;
    }

    #copyright p.p2 {
        font-size: 8px;
        color: #ccc;
    }

#login_box {
    width: 420px;
    height: 360px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -210px;
    margin-top: -180px;
    background: white;
    z-index: 100;
}

.box_shadow {
    width: 400px;
    height: 380px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -190px;
    opacity: 0.3;
    z-index: -111;
}

.border5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
}

.border50 {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -moz-border-radius: 50px;
}

#login_box p {
    text-align: center;
    font-size: 18px;
    line-height: 70px;
    color: #35a0d3
}

input {
    width: 250px;
    height: 40px;
    background: white;
    border: 1px solid #bfbfbf;
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
    padding-left: 50px;
}

label {
    font-size: 14px;
    vertical-align: -4px;
}

    label input {
        width: 20px;
        height: 20px;
        vertical-align: middle;
        vertical-align: -3px;
        margin-right: 10px;
    }

form {
    width: 300px;
    margin: 0 auto;
}

input.zt {
    background: url(images/zt.png) 10px center no-repeat white;
}

input.user {
    background: url(images/user.png) 10px center no-repeat white;
}

input.password {
    background: url(images/password.png) 10px center no-repeat white;
}

.login_btn {
    width: inherit;
    position: absolute;
    bottom: 35px;
}

    .login_btn a {
        text-decoration: none;
        color: white;
        display: block;
        font-size: 14px;
        background: #35a0d3;
        text-align: center;
        height: 45px;
        line-height: 45px;
        width: 300px;
        margin: 0 auto
    }

#banner {
    height: 160px;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -80px;
    z-index: -120;
    color: white;
}

.banner_shadow {
    background: #04416e;
    height: 160px;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -80px;
    z-index: -121;
    opacity: 0.5;
}

.banner_l {
    width: 50%;
    height: inherit;
    float: left;
    position: relative;
}

    .banner_l p {
        text-align: center;
    }

.banner_r p {
    text-align: center;
}

p.p3 {
    font-size: 28px;
    letter-spacing: 1px;
}

p.p4 {
    font-size: 16px;
    letter-spacing: 1px;
}

.banner_r {
    width: 50%;
    height: inherit;
    float: right;
    position: relative;
}

.l_font {
    position: absolute;
    right: 200px;
    left: 0;
    height: inherit;
    top: 40px;
    min-width: 180px;
    text-align: center;
}

.r_font {
    position: absolute;
    left: 200px;
    right: 0;
    height: inherit;
    top: 50px;
    min-width: 180px;
}
