﻿body, div, table, li, p, input, select
{
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
	font-weight: normal;
}
li
{
    font-family: 宋体;
}
body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #e7edf4;
}
h1,h2,h3,h4,h5,ul,dd,dt,dl
{
    margin: 0px;
}
img
{
    border-width: 0px;
}
ul, dl
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
form
{
    margin: 0px;
    padding: 0px;
}

a
{
    font-family:宋体;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #f60;
	text-decoration: underline;
}
a:active
{
	color: #333;
	text-decoration: underline;
}

a.blue:link {
	color: #0044DD;
	text-decoration: none;
}
a.blue:visited {
	color: #0044DD;
	text-decoration: none;
}
a.blue:hover {
	color: #FF3300;
	text-decoration: underline;
}
a.blue:active
{
	color: #202020;
	text-decoration: underline;
}

input.text
{
    border: #bbb 1px solid;
    height: 16px;
}

input.button
{
    border: #bbb 1px solid;
    height: 22px;
    background-color: #eee;
}

#top
{
    height: 120px;
    background-image: url('/images/header_bg.jpg');
    background-repeat: repeat-x;
    overflow: hidden;
}
#top_content
{
    margin: 0 auto;
    width: 970px;
}
#top_left
{
    width: 500px;
    margin-top: 15px;
    float: left;
}
#top_left div
{
    float: left;
}
#top_right
{
    float: right;
    width: 392px;
    margin-right: 0px;
    margin-top: 40px;
}
#main_exten
{
    background-color: #e7edf4;
    background-image: url('/images/body_bg.gif');
    background-repeat: repeat-x;
    overflow: hidden;
}
#main
{
    margin: 0 auto;
    width: 970px;
    margin-top: 0px;
}

#bottom
{
    margin: 0 auto;
    width: 970px;
    padding-top: 15px;
    clear: both;
}
#footer_top
{
    background-image: url('/images/footer_top.gif');
    height: 6px;
    overflow: hidden;
}
#footer_bottom
{
    background-image: url('/images/footer_bottom.gif');
    height: 6px;
    overflow: hidden;
}
#footer_content
{
    background-color: #243b4f;
    text-align: center;
    color: #a5bacd;
    line-height: 25px;
    padding: 5px;
}
#sider_right
{
    width: 310px;
    background-image: url('/images/line.gif');
    background-repeat: repeat-y;
    padding-left:15px;
    float: right;
}

.sider_body .ttt
{
    background-image: url('/images/sider_top.gif');
    height: 6px;
    clear: both;
    overflow: hidden;
}
.sider_body .bbb
{
    background-image: url('/images/sider_bottom.gif');
    height: 6px;
    clear: both;
    overflow: hidden;
}
.sider_body .ccc
{
    background-color: #eaf6e5;
    clear: both;
}
.sider_body .ccc h4
{
    font-size: 14px;
    line-height: 28px;
    height: 32px;
    color: #5a910f;
    padding-left: 5px;
    margin: 0px 15px;
    border-bottom: #c9d5c4 1px solid;
}
.sider_body .ccc p
{
    padding: 9px 15px;
    margin: 0px;
    line-height: 22px;
}