﻿@import url("../font/font.css");
body {
    color: #000;
    background: #fff;
    font-size: 12px;
    line-height: 166.6%;
}

body, form, h1, h2, h3, img, li, p, ul {
    margin: 0;
    padding: 0;
    border: 0;
}

button, h1, h2, h3, input, select {
    font-size: 100%;
}

body, button, input, select {
    font-family: myFont;
    zoom: 1;
}

.header {
    width: 1000px;
    height: 64px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    overflow: hidden;
}

.headerLogo {
    left: 16px;
    position: absolute;
}

.logo {
    display: inline-block;
    width: 130px;
    height: 59px;
    background: url(../image/logonew.png) 50% no-repeat;
    background-size: 100% 100%;
}

.main1 {
    background-color: #ecece4;
    height: 600px;
    position: relative;
    min-width: 1000px;
}

.main-inner1 {
    background-image: url(../image/bg_1.jpg);
    height: 600px;
    position: relative;
    width: 100%;
    clear: both;
    background-repeat: no-repeat;
    background-position: top;
}

.main2 {
    background-color: #3196c4;
    height: 600px;
    position: relative;
    min-width: 1000px;
}

.main-inner2 {
    background-image: url(../image/bg_2.jpg);
    height: 600px;
    position: relative;
    width: 100%;
    clear: both;
    background-repeat: no-repeat;
    background-position: top;
}

.main3 {
    background-color: #3196c4;
    height: 600px;
    position: relative;
    min-width: 1000px;
}

.main-inner3 {
    background-image: url(../image/bg_3.jpg);
    height: 600px;
    position: relative;
    width: 100%;
    clear: both;
    background-repeat: no-repeat;
    background-position: top;
}



.main-inner-wrap {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.login {
    width: 450px;
    top: 28px;
    right: 16px;
    text-align: left;
    position: absolute;
    z-index: 2;
    background: rgba(255, 255, 255,0.9);
    border-radius: 8px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.1), -2px -2px 5px rgba(0,0,0,.1);
}

.loginType {
    width: 100%;
    height: 48px;
    overflow: hidden;
    clear: both;
    position: relative;
}

.loginusername {
    letter-spacing: 1px;
    width: 224px;
    overflow: hidden;
    position: relative;
    line-height: 48px;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #626262;
    cursor: pointer;
    font-weight: 100;
}

.loginphone {
    letter-spacing: 1px;
    width: 224px;
    overflow: hidden;
    position: relative;
    line-height: 48px;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #626262;
    cursor: pointer;
    font-weight: 100;
}

.tab {
    position: relative;
    color: #3182d9;
}

    .tab:after {
        left: 60px;
        width: 102px;
        content: "";
        position: absolute;
        left: 68px;
        bottom: 0;
        width: 90px;
        border-bottom: 2px solid #3182d9;
    }

.usernameTab {
    min-height: 320px;
    padding: 0;
    border-radius: 8px;
    position: relative;
}

.usernameTab_main {
    width: 450px;
    height: 270px;
}

.usernameTab_main_header {
    padding: 0;
    height: 35px;
    position: relative;
}

.usernameTab_main_input {
    width: 330px;
    padding: 0 60px;
}

.usernameTab_input_username {
    z-index: 19;
    position: relative;
    height: 44px;
    margin-bottom: 0px;
    border: 1px solid #c5cddb;
    font-size: 12px;
    line-height: 44px;
}

.active {
    border-color: #3182D9;
}

.username_ico {
    float: left;
    width: 21px;
    text-align: center;
    padding: 0 5px 0 10px;
    height: 100%;
}

    .username_ico div {
        background: url(../image/webzj.png) -9999px -9999px no-repeat;
        background-position: -251px -86px;
        display: inline-block;
        width: 22px;
        height: 24px;
        margin-top: 10px;
    }

.username_input {
    position: relative;
    float: left;
}

    .username_input input {
        height: 42px;
        line-height: 42px;
        padding-left: 8px;
        width: 280px;
        height: 42px;
        color: #333;
        border: 0;
        font-size: 16px;
        font-weight: bold;
        outline-width: 0;
        background-color: transparent;
    }

        .username_input input::-webkit-input-placeholder {
            color: #A8A8A8;
        }


.empty {
    position: relative;
    width: 450px;
    height: 16px;
}

.logbutton {
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

    .logbutton a {
        font-size: 18px;
        cursor: pointer;
        text-align: center;
        outline: none;
        text-decoration: none;
        color: #fff;
        border: 1px solid transparent;
        border-radius: 4px;
        background: #3182D9;
        padding: 11px 53px;
    }

        .logbutton a:hover {
            background: #2476ce;
        }

.emptymore {
    position: relative;
    width: 450px;
    height: 58px;
}

.usernameTab_main_header2 {
    padding: 0;
    height: 55px;
    position: relative;
}

.systemname {
    font-size: 20px;
    height: 28px;
    line-height: 28px;
    display: block;
    position: absolute;
    top: 17px;
    left: 162px;
    border-left: 1px solid #ccc;
    color: #777;
    text-decoration: none;
    text-indent: 15px;
}

.dDown {
    width: 100%;
    height: 80px;
}

    .dDown div {
        color: #848585;
        padding-left: 60px;
        background-position: -240px -118px;
        background-repeat: no-repeat;
        background: none;
        margin-bottom: 5px;
        line-height: 20px;
        padding-top: 14px;
        font-size: 14px;
    }

        .dDown div a {
            text-decoration: none;
            color: #3182d9;
        }

.dFooter {
    width: 1000px;
    color: #848585;
    margin: 22px auto 0;
    height: 65px;
    text-align: center;
}

    .dFooter div {
        line-height: 24px;
    }

        .dFooter div a {
            text-decoration: none;
            color: #848585;
        }

.dTheme {
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
    height: 600px;
    position: relative;
}


.prevButton {
    display: block;
    float: left;
    background: url(../image/prev.png) 50% no-repeat;
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    text-decoration: none;
    color: #848585;
}

.nextButton {
    display: block;
    float: left;
    background: url(../image/next.png) 50% no-repeat;
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    text-decoration: none;
    color: #848585;
}
