﻿/*基本CSS样式*/
body {
	font-family: Arial, "宋体", Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	line-height: 150%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: none;
}
h1
{
	margin: 0px;
	padding: 0px;
	background: none;
	text-align: center;
	font-family: Arial, "宋体", Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 120%;
	font-weight: bolder;
	font-variant: normal;
}
dl, dt, dd, ul, li {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
img {
	border:0px;
}
*, #*, .*
{
	word-wrap: break-word;
	word-break: break-all; 
}
.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}
.moer {
	margin-top: 5px;
	margin-right: 5px;

}
.clearbox, .clearbox2
{
    border-top: 1px solid transparent !important;
    margin-top: -1px !important;
    border-top: 0px;
    margin-top: 0px;
    height: 0px;
    clear: both;
    background: none;
    font-size: 0px;
    visibility: hidden;
}
.clearbox2
{
    margin-right: 205px;
    clear: left;
}

/*栏目页*/
.c_right, .c_right dl, .c_right dt, .c_right dd, .c_left, .c_left dl, .c_left dt, .c_left dd，.c_main_one, .c_main_one dl, .c_main_one dt, .c_main_one dd
{
    margin: 0px;
    padding: 0px;
}
.c_right dl, .c_left dl, .c_main_one dl
{
    border: 1px solid #9bbde6;
    overflow: hidden;
}
.c_right dd, .c_left dd, .c_main_one dd
{
    border: 5px solid #fff;
}
* html .c_main_one dd
{
    border: 0px;
}
/* 分页 */
.class_page
{
    font: normal normal bold 12px/150% Arial,"宋体",Helvetica,sans-serif;
	clear: left;
    padding: 5px;
    margin-top: 5px;
    background: #f9f9f9;
    text-align: center;
}
.class_page ul, .class_page li
{
    padding: 0px;
    margin: 0px 0px 0px 10px;
    text-align: left;
    list-style: none;
}
.class_page a
{
    color: blue;
    text-decoration: underline;
}
/* 节点右侧栏目 */
#head {
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
}
#c_soft {
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: 0px -280px;
	margin-right: auto;
	margin-left: auto;
}
#c_soft #c_soft_con {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}

#foot {
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 60px;
	background-color: #092C48;
	margin-top: 5px;
}
#foot #foot_text {
	width: 790px;
	color: #CCCCCC;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

/* 网站节点导航 */
#head #menubox {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:5px;
	margin-top: 10px;
}
#menubox a
{
	text-decoration: none;
	color: #CCCCCC;
	line-height: 29px;
	background: url(images/menubox.gif) no-repeat 5px 7px;
	font-family: Arial, "宋体", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#menubox a:hover
{
    text-decoration: underline;
}
#main_right {
	float: right;
	width: 580px;
	border: 1px solid #CCCCCC;
	display: inline;
}
#main_left {
	float: left;
	width: 200px;
}
.left_box {
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;	
}
.left_box dt {
	background-image: url(images/dl_box_bg4.gif);
	background-repeat: repeat-x;
	background-position: 0px -28px;
	height: 28px;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}

.left_box li{
list-style-position: outside;
padding-left:5px;
margin-left:5px;

}
#sm {
	height: 30px;
}
.main_search
{
text-align:center;
}
