﻿html,
body,
div,
p,
form,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

ul,
ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    cursor: pointer;
    font-size: 12px;
}

a:link,
a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #f60;
}

a:active {
    text-decoration: none;
}

p {
    padding: 5px 0;
}

h1 {
    font: 24px/120% 黑体;
    text-align: center;
    padding: 18px;
}

textarea {
    overflow: auto;
}


/*--reset end--*/

.b {
    font-weight: bold;
}

.font_red {
    color: #f60;
}

.font_green {
    color: #0c0;
}

.font_blue {
    color: #06c;
}

.font_key {
    color: #f00;
}

.left {
    float: left;
    display: inline;
}

.right {
    float: right;
    display: inline;
}

body {
    background: #fff url(bg.jpg) no-repeat center 0;
    font: 12px Tahoma, Verdana, 宋体;
    color: #333;
    text-align: left;
    height: 100%;
}

.container {
    width: 1002px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    background: #fff;
}


/* 
Header  -------------------------------------*/

#header {
    margin: 0 auto;
    width: 1002px;
    overflow: hidden;
    zoom: 1;
}

#banner {
    margin-top: 2px;
}

#menu {
    padding-left: 3px;
    height: 34px;
    background: url(menu_bj.png) no-repeat;
}

#menu a {
    display: block;
    width: 83px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 34px;
    text-align: center;
}

#menu a:hover {
    color: #333333;
}

#menu_bot {
    height: 36px;
    background: url(menu_b_bj.png) no-repeat;
}

.riqi {
    line-height: 36px;
    padding-left: 20px;
    color: #990000;
}

.riqi_r {
    width: 286px;
    padding-top: 6px;
}

.riqi_r .text {
    display: block;
    float: left;
    width: 217px;
    height: 24px;
    line-height: 24px;
    background: url(text.png) no-repeat;
    border: none;
    padding: 0 2px;
    color: #999999;
}

.riqi_r .submit {
    display: block;
    float: left;
    width: 59px;
    height: 24px;
    background: url(button.png) no-repeat;
    border: none;
}

.img_link {
    margin-top: 10px;
}

.img_link a {
    display: block;
    float: left;
    margin: 0px 10px 0px 5px;
    display: inline;
}

.img_link img {
    padding: 1px;
    background: #FFFFFF;
    border: 1px solid #cccccc;
}

.tex_link {
    width: 1002px;
    height: 35px;
    background: url(link_bj.jpg) no-repeat;
    margin-top: 10px;
    text-align: center;
    line-height: 35px;
}

.tex_link a {
    margin: 0px 10px;
    display: inline;
    color: #FFFFFF;
}

.footer {
    height: 100px;
    line-height: 20px;
    text-align: center;
    padding-top: 10px;
}

.linkBox {
    background: url(linkBg.png) no-repeat 0 0;
    height: 30px;
    padding: 7px 0 0;
    text-align: center;
    margin-top: 10px;
}

.linkBox select {
    margin: 0 5px;
    width: 175px;
}

#footer {
    line-height: 180%;
    clear: both;
    margin: 0 auto;
    color: #000;
    padding: 10px 0 20px;
    text-align: center;
}

#footer a {
    font-weight: bold;
    color: #DD2D00;
}