/* 公共的 */
*{
	padding: 0; 
	margin: 0;
}

body{
	font-size:12px;
	background-color:#802000;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif, "宋体";
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat;
	text-align: justify;
	text-justify:inter-ideograph;
}

img{ 
	border-style:none; 
}

.leftimg{
	float: left;
	padding-right: 20px;
}

.rightimg{
	float: right;
	padding-left: 20px;
}

.clear{
	clear:both;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover{
	color:#ff6300;
}

/* Container 容器定义 */
#container{
	width:890px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/mainbg.gif);
	padding-right: 28px;
	padding-left: 28px;
	background-repeat: repeat-y;
	background-position: center;
}

#container2{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#container2 img{
	background-color: #FFFFFF;
	padding: 10px;
}

/* Head头部定义 */
#head{
	clear: both;
	padding-top: 18px;
	background-image: url(../images/topbg.gif);
	background-repeat: no-repeat;
	background-position: center 70px;
}

#logo{
	float: left;
}

#menu{
	float: right;
	color: #8f1d22;
}

#menu ul{
	list-style-type: none;
}

#menu ul li{
	font-family: "黑体";
	margin-left:28px;
	font-size: 14px;
	float: left;
	padding-top: 22px;
}

#menu ul li a{
	color: #ff6300;
}

#menu ul li a:hover{
	color: #8f1d22;
	text-decoration: underline;
}

#banner{
	clear: both;
}

#banner img{
	padding-top: 20px;
}

/* 内容定义 */
#content{
	clear: both;
	padding-top: 10px;
}

.index_content{
	border: 1px solid #dbe7ed;
	width: 207px;
	float: left;
	margin-right: 18px;
	padding-bottom: 8px;
	height: 240px;
}

.index_content ul{
	list-style-type: disc;
}

.index_content ul li{
	margin-right: 10px;
	margin-left: 20px;
	line-height: 200%;
}

.index_content2{
	border: 1px solid #dbe7ed;
	width: 207px;
	float: left;
	text-align: left;
	height: 248px;
}

.index_content2 img{
	padding-bottom: 10px;
	padding-left: 13px;
}

#index_scroll{
	border: 1px solid #dbe7ed;
	margin-top: 10px;
	clear: both;
	height: 22px;
	padding-top: 6px;
	/*	vertical-align: middle;*/
	text-align: left;
	padding-left: 20px;
	background-color: #f8fafc;
	vertical-align: text-bottom;
}

#index_scroll ul{
	list-style-type: none;
}

#index_scroll ul li{
	margin-right: 20px;
	float: left;
}

.index_scroll_gt{
	font-size: 14px;
}

.index_scroll_up{
}

#index_scroll a{
	color:#333333;
	text-decoration:none;
}

#index_scroll a:hover{
	color:#ff6300;
}

#index_scroll img{
	float: right;
}

#column{
	border: 1px solid #dbe7ed;
	width: 207px;
	float: left;
	text-align: left;
	padding-bottom: 30px;
}

#column ul{
	list-style-type: none;
}

#column ul li{
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	padding-top: 6px;
}

#content h2{
	font-family: "黑体";
	height: 22px;
	font-size: 14px;
	background-image: url(../images/index_cbg.gif);
	background-repeat: repeat-x;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 8px;
	margin-left: 1px;
	text-indent: 20px;
	padding-top: 6px;
	font-weight: normal;
}

#main{
	padding-left: 237px;
	font-size: 14px;
	line-height: 180%;
}

#main a{
	text-decoration: underline;
}

#main a:hover{
	color: #ff6300;
	text-decoration: none;
}

#main h1{
	font-family: "黑体";
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 6px;
	padding-top: 3px;
}

#main h3{
	font-family: "黑体";
	color: #ff6300;
	font-size: 16px;
	font-weight: lighter;
	padding-bottom: 6px;
}

#main_mid{
	width: 480px;
	float: left;
}

#main_mid ul{
	list-style-type: disc;
}

#main_mid ul li{
	margin-left: 20px;
}

.main_pic{
	margin-top: 20px;
}

.main_pic img{
	padding-right: 16px;
	padding-bottom: 16px;
}

#main_mid2{
	padding-right: 30px;
}

#links{
	float: right;
	font-size: 12px;
	border: 1px solid #efefef;
	padding-bottom: 10px;
	width: 140px;
	line-height: 150%;
}

#links h5{
	height: 26px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	text-indent: 10px;
	font-weight: bold;
	background-color: #efefef;
	font-size: 12px;
	padding-top: 2px;
}

#links img{
	margin-bottom: 2px;
}


#links ul{
	list-style-type: none;
	padding-top: 10px;
}

#links ul li{
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 150%;
}

/* 底部定义 */
#foot{
	clear: both;
	margin-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dcdddd;
	padding-top: 8px;
	line-height: 150%;
}

#footbg{
	width:930px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footbg.gif);
	background-repeat: repeat-x;
	height: 8px;
	clear: both;
}