@charset "utf-8";
/* CSS Document */
body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #555353;
    line-height: 20px;
    font-family: "Microsoft YaHei", "微软雅黑";
    background-image: url(../images/bj.jpg);
    background-repeat: repeat-x;
}

form, ul, li, p, h1, h2, h3, h4, h5, h6, dl, dt, dd {
    margin: 0px;
    padding: 0px;
}

input, select {
    font-size: 12px;
    line-height: 16px;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

ul, li {
    list-style-type: none;
}

.cl {
    clear: both;
}

a {
    color: #72736A;
    text-decoration: none;
}

a:hover {
    color: #72736A;
    text-decoration: none;
}

a.hong13l {
    font-size: 13px;
    font-weight: bold;
    color: #ED2B2B;
    text-decoration: none;
}

a.hong13l:hover {
    font-size: 13px;
    font-weight: bold;
    color: #ED2B2B;
    text-decoration: none;
}

.line1 {
    border-bottom: 1px #CCCCCC solid;
}

.dashed1 {
    border-bottom: 1px #cccccc dashed;
}

.text_center {
    text-align: center;
}

.marcenter {
    margin: 0px auto;
}

.fl {
    float: left;
}

.ri {
    float: right;
}

.bor {
    border: 1px #f1f1f1 solid;
}

.wid990 {
    width: 990px;
}

.text {
    text-align: center;
}

/* CSS index */

.top {
    width: 100%;
    font-size: 2em;
    max-width: 700px;
    margin: 50px auto 0 auto;
    overflow: hidden;
}

.top_a {
    float: left;
    width: 25%;
}

.top_a img {
    width: 100%;
}

.top_b {
    width: 75%;
    float: left;
}

.top_b h2 {
    color: #0666e1;
    font-size: 1.8em;
    line-height: 1.8em;
}

.top_b p {
    color: #ff7600;
    font-size: 0.7em;
}

.content {
    width: 100%;
    font-size: 2em;
    max-width: 700px;
    margin: 50px auto 0 auto;
    overflow: hidden;
}

.content dl {
    overflow: hidden;
}

.content dl dt {
    float: left;
    color: #6f6f6f;
    font-size: 0.7em;
    width: 13%;
    display: block;
    line-height: 30px;
}

.content dl dd {
    float: left;
    width: 87%;
    display: block;
    height: 70px;
}

.content dl dd input {
    float: left;
    width: 80%;
    height: 30px;
    background: #f0eeee;
    border: 1px #6f6f6f solid;
    border-radius: 5px;
}

.content a {
    margin: 0 auto;
    width: 30%;
    background: #0666e1;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 0.8em;
    line-height: 40px;
    border-radius: 5px;
}

input[type="submit"] {
    margin: 0 auto;
    width: 30%;
    background: #0666e1;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 0.8em;
    line-height: 40px;
    border-radius: 5px;
    border:none;
}

.foot {
    width: 100%;
    font-size: 2em;
    max-width: 700px;
    margin: 50px auto 0 auto;
    overflow: hidden;
}

.foot h2 {
    line-height: 35px;
    font-size: 0.8em;
}

.foot p {
    line-height: 35px;
    font-size: 0.7em;
}

/* CSS 二级页面 */
.econtent {
    width: 100%;
    font-size: 2em;
    max-width: 700px;
    margin: 50px auto 0 auto;
    overflow: hidden;
}

.econtent h2 {
    font-size: 1em;
    color: black;
    line-height: 50px;
    display: table-cell;
    vertical-align: middle;
    height: 80px;
}

.econtent dl {
    overflow: hidden;
}

.econtent dl dt {
    float: left;
    color: #6f6f6f;
    font-size: 0.7em;
    width: 25%;
    display: block;
    line-height: 30px;
    text-align: right;
    padding-right: 10px;
}

.econtent dl dd {
    float: left;
    width: 70%;
    display: block;
    /*height: 50px;*/
    font-size: 0.7em;
    color: black;
    line-height: 30px;
    margin-bottom:20px;
}



















