
/*---------------------reset----------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
ol, ul, li
{
    list-style: none;
}
body
{
    font-family: "Microsoft Yahei" , "ËÎÌå";
    font-size: 16px;
    background: #FFF;
}
:focus
{
    outline: 0;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
table, table td, table th
{
    border: 1px solid #edeada;
    border-collapse: collapse;
}
address, cite, code, dfn, em, var, i
{
    font-style: normal;
}
input[type=button], input[type=submit], button
{
    cursor: pointer;
    outline: none;
}
.input, select
{
    vertical-align: middle;
}
* html .clearfix
{
    zoom: 1;
}
* + html .clearfix
{
    zoom: 1;
}
textarea
{
    resize: none;
}
a
{
    text-decoration: none;
    color: #ff7400;
}
.clearfix:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.pos-r
{
    position: relative;
}
.hide
{
    display: none;
}
/*---------------------header----------------------*/

.header
{
    height: 95px;
    margin: 26px auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.headerText
{
    font-family: "Microsoft Yahei" , "ËÎÌå";
    font-size: 42px;
    font-weight: bold;
    color: #FF7400;
}
.headerNav
{
    right: 0;
    text-align: right;
    top: 75px;
    width: 450px;
    position: absolute;
}
.headerNav a
{
    font-size: 16px;
    padding: 0px 2px;
    color: #FF7400;
}
.headerNav a:hover
{
    text-decoration: underline;
    color: #658b98;
}

/*---------------------banner----------------------*/
.banner
{
    min-width: 1000px;
    position: relative;
    height: 478px;
    overflow: hidden;
}
.banner .bd
{
    position: relative;
    z-index: 0;
}
.banner .bd ul
{
    width: 100% !important;
}
.banner .bd li
{
    width: 100% !important;
    height: 478px;
}
.banner .bd li .siteWidth
{
    width: 1000px;
    position: relative;
    margin: 0 auto;
    height: 299px;
}
.banner .bd li a
{
    height: 299px;
    display: block;
}
.banner .bd .txt
{
    position: absolute;
    width: 415px;
    top: 100px;
    left: 22px;
}
.banner-shadow
{
    height: 50px;
    line-height: 50px;
    background: url(../image/banner-shdow.png) repeat-x;
}
.footer
{
    text-align: center;
    font-size: 14px;
    color: #FF7400;
    margin-bottom: 20px;
    line-height:200%;
}
.login-aside
{
    position: absolute;
    width: 320px;
    height: 390px;
    z-index: 9999999;
    border-radius: 10px;
    left: 58%;
    top: 40px;
}


.error-box
{
    color: yellow;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
    height: 12px;
}


label.form-label
{
    display: block;
    float: none;
    height: auto;
    line-height: 12px;
    text-align: left;
    width: auto;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 1px #4e6877;
    -o-text-shadow: 1px 1px 1px #4e6877;
    -o-moz-shadow: 1px 1px 1px #4e6877;
    -o-mis-shadow: 1px 1px 1px #4e6877;
    -o-webkit-shadow: 1px 1px 1px #4e6877;
    margin-top: 16px;
    margin-bottom: 16px;
}

#o-box-up, #o-box-down
{
    width: 320px;
    height: 390px;
    position: absolute;
    border-radius: 10px;
}
#o-box-up
{
    background-color: #000;
    filter: alpha(opacity:40);
    opacity: 0.4;
}

#o-box-down
{
    padding: 30px 0px 0px 40px;
}

.i-text
{
    font-family: "Microsoft Yahei" , "ËÎÌå";
    width: 240px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #858585;
    border-radius: 5px;
    background: #eef3f8;
    color: #333333;
    font-size: 16px;
    text-indent: 12px;
}

.i-text:focus
{
    border: 1px solid #ff7400;
    box-shadow: 0 0 2px #ff7400;
}

.yzm
{
    width: 112px;
}
.yzm-img
{
    position: absolute;
    left: 130px;
    top: 30px;
    width: 112px;
    height: 37px;
    cursor: pointer;
}

.btn-login
{
    width: 242px;
    height: 38px;
    background: url(../image/login-btn.png) no-repeat;
    border: none;
    margin-top: 5px;
}




.h-light
{
    border: 1px solid #80acd9;
    background: #fff;
    color: #0000ff;
    font-size: 16px;
    text-indent: 12px;
    border-color: #0787be;
    box-shadow: 0 1px 4px rgba(11, 122, 179, 0.65) inset, 0 0 14px rgba(11, 122, 179, 0.45);
}

h1
{
    margin-top:20px;
    color: #ff7400;
    font-size: 35px;
    margin-left: 100px;
    font-weight: bold;
    text-shadow: 0px 1px 1px #555;
}
h1 sup
{
    font-size: 24px;
    font-style: normal;
    position: absolute;
    margin-left: 10px;
}










