﻿body {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    background-color: #fff;
    width: 100%;
    min-width: 1000px;
}

ul, li, div, span, a, form, label, input, p {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.main {
}

.navbox {
    height: 100px;
    width: 100%;
    position: absolute;
    _position: static;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 900px;
}

.nav {
    margin: 0 90px;
    overflow: hidden;
}

.n_index {
    height: 100px;
    line-height: 100px;
    color: #005aa9;
    background: url(../Img/Login/logo.png) left center no-repeat;
    float: left;
    font-size: 32px;
    padding-left: 220px;
}

.n_collect, .n_set {
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    margin-top: 40px;
    float: right;
    padding-left: 22px;
    color: #828282;
    font-size: 14px;
}

.n_circuit {
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    margin-top: 40px;
    float: right;
    padding-left: 22px;
    margin-right: 20px;
    color: #828282;
    font-size: 14px;
    background: url(../images/Login/sLinkCircuit.png) left center no-repeat;
    background-size: 20px auto;
}

.n_move {
    background: url(../images/Login/sMoveCircuit.png) left center no-repeat;
    background-size: 20px auto;
}

.n_circuit:hover {
    color: #50b748;
}

.n_collect:hover, .n_set:hover {
    background-image: url(../Img/Login/star_hover.png);
    color: #50b748;
}

.n_collect {
    background: url(../Img/Login/star.png) left top no-repeat;
}

.n_set {
    background: url(../Img/Login/star.png) left -20px no-repeat;
    margin-left: 20px;
}

.n_section {
    background: #12a3e4;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#078edf', endColorstr='#18ace8',GradientType=0 );
    background: -moz-linear-gradient(top, #078edf, #18ace8);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#078edf), to(#18ace8));
    background: -o-linear-gradient(top, #078edf, #18ace8);
    width: 100%;
    position: absolute;
    _position: static;
    top: 100px;
    bottom: 100px;
    min-height: 400px;
    min-width: 1000px;
}

.bannerbox {
    width: 1000px;
    height: 400px;
    margin: 0 auto;
    position: absolute;
    _position: static;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.banner {
    width: 640px;
    height: 400px;
    background: url(../Img/Login/login_bg.png) left center no-repeat;
    float: left;
}

.login_box {
    float: right;
    width: 270px;
    height: 300px;
    background: #fff;
    margin-top: 40px;
    border-radius: 6px;
}

.login_other {
    margin-top: 20px;
    color: #088ddf;
    display: block;
    float: right;
    margin-right: 20px;
    font-size: 14px;
}

.login_box p {
    font-size: 20px;
    color: #088ddf;
    margin-left: 20px;
    margin-top: 20px;
}

.login_box form {
    margin: 0 20px;
    margin-top: 30px;
    width: 230px;
}

.n_lable {
    height: 30px;
    width: 200px;
    display: inline-block;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    margin-bottom: 16px;
    padding-left: 30px;
}

    .n_lable:hover {
        border: 1px solid #088fe0;
    }

    .n_lable input {
        width: 190px;
        height: 30px;
        line-height: 30px;
        outline: 0;
        border: 0;
        color: #949494;
        font-family: 'Microsoft YaHei';
        font-size: 14px;
    }

.name_i {
    background: url(../Img/Login/login_icon.png) 6px top no-repeat;
}

.password_i {
    background: url(../Img/Login/login_icon.png) 6px center no-repeat;
}

label.test_i {
    background: url(../Img/Login/login_icon.png) 6px bottom no-repeat;
    width: 84px;
}

    label.test_i input {
        width: 80px;
        float: left;
    }

.test_img {
    width: 102px;
    height: 34px;
    float: right;
    cursor: pointer;
    margin-top: -1px;
}

.n_forget {
    font-size: 14px;
    color: #949494;
    float: right;
    margin-right: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

.n_button {
    display: block;
    margin: 0 auto;
    outline: 0;
    width: 220px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    background: #088ddf;
    color: #fff;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    cursor: pointer;
}

.aboutus {
    position: absolute;
    _position: static;
    bottom: 0;
    z-index: -20;
    left: 0;
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 14px;
    color: #6d6d6d;
    line-height: 20px;
    padding-top: 40px;
    min-height: 60px;
}

@media screen and (max-height:600px) {
    .n_section, .navbox, .aboutus, .bannerbox {
        position: static;
    }
}
