﻿* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

body {
    background: #f3f3f3;
}

a {
    text-decoration: none;
}

ul li {
    list-style: none;
}

header img {
    margin-top: 12px;
    margin-left: 35px;
}

.box {
    background: url(../img/login_bgt.png) no-repeat;
}

.nav {
    height: 550px;
    width: 100%;
}

    .nav .nav_left {
        display: block;
        float: left;
        width: 57%;
        height: 550px;
    }

        .nav .nav_left h1 {
            margin: 220px 35%;
            color: #fff;
            font-weight: 400;
            line-height: 48px;
            white-space: nowrap;
        }

    .nav .nav_right {
        display: block;
        float: left;
        width: 43%;
        height: 500px;
    }

        .nav .nav_right .logbox {
            width: 380px;
            height: 440px;
            margin-top: 72px;
            background: #ffffff;
            text-align: center;
        }
/*登录框部分样式*/
.log_header {
    height: 75px;
    font-size: 20px;
    line-height: 75px;
}

.log_tip {
    height: 15px;
    font-size: 12px;
    line-height: 20px;
    color:red;
}

.logbox input {
    height: 40px;
    width: 315px;
    border: 1px #dadada solid;
    outline: none;
    padding-left: 15px;
    margin-top: 15px;
}

.log_content_1 input {
    width: 215px;
    margin-left: 24px;
    float: left;
}

.log_content_1 img {
    width: 90px;
    height: 40px;
    margin-left: 10px;
    margin-top: 15px;
    float: left;
    cursor: pointer;
}

.log_content_1 button {
    width: 85px;
    height: 40px;
    margin-top: 15px;
    margin-right: 0px;
    color: #6e6e6e;
    background: #eeeeee;
    border: 1px #dadada solid;
}

    .log_content_1 button:hover {
        background: #eeeeee;
    }

.log_content_2 input {
    color: #fff;
    width: 330px;
    font-size: 16px;
    background: #1ab395;
    border: 1px #1ab395 solid;
    cursor: pointer;
}

.log_content_3 {
    width: 330px;
    height: 30px;
    text-align: right;
    margin-top: 8px;
    margin-left: 24px;
}

    .log_content_3 a {
        margin-left: 10px;
    }

        .log_content_3 a:link, a:visited {
            color: #666;
            font-size: 12px;
        }

.footer ul {
    width: 100%;
    height: 40px;
    margin-top: 82px;
}

    .footer ul li {
        float: left;
        margin-right: 34px;
    }

        .footer ul li:first-child {
            margin-left: 18%;
        }

        .footer ul li a {
            color: #666;
        }

.footer span {
    color: #7f7f7f;
    font-size: 14px;
}

.footer .copy {
    margin-left: 18%;
}

.footer .copyimg {
    margin-left: 30px;
}

.footer img {
    height: 24px;
    vertical-align: middle;
}

.footers {
	margin-top: 82px;
    width: 100%;
    bottom: 14px;
}
