﻿/*全局重置*/
*
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: middle;
}
body
{
    margin: 0 auto;
    padding: 0;
    font-family: "宋体";
    font-size: 12px;
    color: #7B7B7B;
    background-color: White;
}
html
{
    height: 100%;
}
a:link, a:visited, a:hover, a:active
{
    color: #585858;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus
{
    box-shadow: 0 0 0 60px #fff inset;
    -webkit-text-fill-color: #7B7B7B;
}
.login_top_FullScreen
{
    margin: 0 auto;
    width: 100%;
    background-color: #FFF;
}
.login_mid
{
    height: 596px;
    margin-top: 20px;
    margin: auto;
    width: 1024px;
}
.login_mid_FullScreen
{
    height: 596px;
    margin-top: 20px;
    margin: auto;
    width: 100%;
    background-image: url(/Images/login_midBg01.png);
    min-width: 1024px;
}

.login_bottom
{
    color: #585858;
    width: 1024px;
    margin: 15px auto;
    text-align: center;
    font-size: 12px;
    font-family: "宋体";
}
.login_logo
{
    width: 173px;
    margin-left: 30px;
}
.login_right_link
{
    float: right;
    margin-right: 50px;
    width: 600px;
    text-align: right;
    margin-top: 20px;
    color: #3A3A3A;
}
.login_mid .contet_left
{
    float: left;
    width: 480px;
    margin-top: 100px;
}
.login_mid .contet_right
{
    float: right;
    margin: 50px 10px 0px 0px;
    padding: 5px 0px 40px 30px;
    width: 500px;
    height: 420px;
    background-image: url(/Images/login_midBg04.png);
    background-repeat: no-repeat;
}
.login_content_text
{
    color: #555555;
    line-height: 2em;
}
.welcome_text
{
    color: #11639D;
    font-size: 18px;
    font-family: "Microsoft YaHei" ,微软雅黑, "Microsoft JhengHei" ,华文细黑,STHeiti,MingLiu;
    font-weight: bold;
}
.form_inputDiv
{
    margin-top: 180px;
    /*margin-left: 20px;*/
}
.form_input input
{
    height: 35px;
    width: 350px;
    font-size: 12px;
    font-family: "宋体";
    padding-left: 5px;
    border: 1px solid #BBB;
    margin-right: -7px;
    line-height: 32px;
    color: #5e5e5e !important;
}

.item
{
    margin: 20px 0 0 4px;
}
.item p
{
    font-size: 13px;
    line-height: 25px;
    color: #494848;
}
.inputTitleSpan
{
    height: 15px;
    font-family: '宋体';
    border: 1px solid #BBB;
    margin-right: -7px;
    color: #BBB;
    font-size: 12px;
    width: 35px;
    border-right-width: 0px;
    padding: 10px 5px;
    background-color: #FFF;
    display: inline-block;
}
.main_bg
{
    position: absolute;
    background-image: url(/Images/bg1.jpg);
    background-repeat: no-repeat;
    height: 535px;
    top: 120px;
    z-index: -1;
    margin-top: 70px;
    min-width: 1024px;
}




.login_contact
{
    list-style: none;
    color: #707070;
}
.login_contact .login_list
{
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
    line-height: 1.5em;
}

.login_contact .tsjv
{
    width: 145px;
    height: 60px;
    background: url(/Images/login_tsjy_cv.png) no-repeat right;
    margin-top: 10px;
}
.login_contact .dhkf
{
    width: 130px;
    height: 60px;
    background: url(/Images/login_dhkf_cv.png) no-repeat right;
    margin-top: 10px;
}
.login_contact .zxkf
{
    width: 130px;
    height: 60px;
    background: url(/Images/login_zxkf_cv.png) no-repeat right;
    margin-top: 10px;
}
.login_contact span
{
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: 25px;
}


.smalllabel
{
    font-size: 12px;
    float: left;
    padding-top: 10px;
    color: #7B7B7B;
}
#verifyCode
{
    width: 100px;
    float: left;
    margin-right: 8px;
}
#loginCodeImg
{
    width: 82px;
    height: 35px;
    margin-right: 8px;
    float: left;
}
.logreuslt
{
    height: 30px;
    font-size: 12px;
    color: #ff4242;
    margin-top: 15px;
    margin-left: 5px;
}
.BtnCss
{
    text-align: left;
    margin-left: 3px;
}

.logintop
{
    background-image: url(/Images/login_top_bg01.png);
    height: 64px;
    width: auto;
}
.hr
{
    height: 1px;
    padding: 0;
    background-color: #B0B0B0;
    margin: 5px 0px;
}
