﻿html, body
{
    padding: 0px;
    margin: 0px;
    font-family: 微软雅黑;
}
body
{
    background-color: #fcfcfc;
}
#center
{
    height: 322px;
    width: 761px;
    margin: 40px auto 0 auto;
    border: 1px solid #cdcdcd;
}

#center #left
{
    float: left;
    width: 465px;
    height: 322px;
}
#center #right
{
    float: right;
    width: 294px;
    height: 322px;
    border-left: 1px solid #cdcdcd;
}
.top
{
    width: 100%;
    height: 100px;
    background-color: #fff;
}
#header
{
    width: 800px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    background-position: center;
}
#header #logo
{
    width: 330px;
    margin-top: 15px;
    float: left;
}
#header #link
{
    width: 400px;
    float: right;
    text-align: right;
    height: 30px;
    font-family: 微软雅黑;
    font-size: 18px;
    color: #666;
    margin-top: 49px;
}
.line
{
    width: 100%;
    height: 8px;
    background-image: url(../Frame/Image/line.png);
}
#footer
{
    width: 100%;
    height: 50px;
    line-height: 25px;
    vertical-align: middle;
    color: #666;
    font-family: 微软雅黑;
    font-size: 16px;
    text-align: center;
    margin-top: 35px;
}
.block-header
{
    height: 72px;
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    line-height: 72px;
    vertical-align: middle;
    padding-left: 30px;
    text-align: left;
    font-family: 微软雅黑;
    font-weight: normal;
    border-bottom: 1px #cdcdcd solid;
    width: 264px;
}
.block-header1
{
    color: #666;
    font-size: 12px;
    line-height: 38px;
    vertical-align: middle;
    border-top: none;
    height: 130px;
}
.block-header1 p
{
    margin-left: 35px;
    margin-top: 30px;
    line-height: 200%;
}
.block-header1 p span
{
    float: left;
    width: 50px;
    padding-top: 0;
    font-size: 16px;
}

input.text, input.password
{
    font-size: 16px;
    font-family: "Helvetica Neue" ,Helvetica,Arial,sans-serif;
    font-weight: normal;
    padding-left: 3px;
    color: #777;
    border-top: solid 1px #aaa;
    border-left: solid 1px #aaa;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    width: 220px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}
input.text:focus, input.password:focus
{
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
    border-color: #999;
}
.sep
{
    width: 100%;
    height: 3px;
    background-color: #f2f2f3;
    margin-bottom: 60px;
}
