﻿@charset "utf-8";
@import url("list.css");
@import url("text.css");
html,body {
	height:100%;
}
body {
	background-color: #FFF;
	margin: 0px;
	background-image: url(../images/b g.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
object,form {
	margin:0px;
	padding:0px;
}
body,td,th {
	font-size: 12px;
}
.end {
	clear:both;
}
.none {
	display:none;
}
.wrapper {
	margin:auto;
	width:900px;
	border: 0px solid #000;
}

.header {
	background-image: url(../images/header-bg.jpg);
	height:82px;
	position: relative;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
.header-bg-right {
	background-image: url(../images/header-right-bg1.jpg);
	height:82px;
	background-repeat: no-repeat;
	background-position: right center;
}
.logo {
	margin-left:40px;
}
.logo img {
	border: none;
}
.logo_text{
	font-family: "宋体";
	font-size: 12px;
	color: #494949;
	position: absolute;
	top:41px;
	left:240px;
}
.logo_text p{
	margin:0px;
	padding:0px;
}
.logo_text p span{
	color:#2e8ced;
	font-family: Verdana, Geneva, sans-serif;
}

.menu {
	background-image: url(../images/menu-bg.gif);
	border: 1px solid #d9d9d9;
	border-bottom: none;
	text-align: center;
	background-position: center center;
	*overflow: hidden;
	*height:26px;
}
.menu ul {
	display: inline-block;
	*display: inline;
	/*height:34px;*/
	height:26px;
	margin:0px;
	padding:0px;
	background-image: url(../images/menu-wall.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left:1px;
}
.menu ul li {
	float:left;
	*float:none;
	*display:inline;
	list-style-type: none;
	margin:0px;
	padding:0px;
	position: relative;
	z-index:9999;
}
.menu ul li a {
	color:#2d2d2d;
	color:#fff;
	text-decoration: none;
	display: inline-block;
	font-family: "宋体";
	font-size: 12px;
	background-image: url(../images/menu-wall.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-left:20px;
	padding-right:20px;/*
	padding-top:9px;
	padding-bottom:6px;*/
	padding-top:7px;
	position: relative;
	overflow: hidden;
	height:19px;
}

.menu-on ul {
	display: block;
}
.menu-off ul {
	display: none;
}
.menu ul li ul {
	float:left;
	height: auto;
	width: auto;
	margin:0px;
	padding:0px;
	background-image: url(../images/menu-bg.png);
	position: absolute;
	top:26px;
	left:0px;
	z-index:9999;
	border: 1px solid #676767;
	background-repeat: repeat;
}
.menu ul li ul li {
	float:none;
	display:block;
	list-style-type: none;
	margin:0px;
	padding:0px;
	text-align: left;
	border: none;
	position: relative;
}
.menu ul li ul li a {
	color:#aaa;
	width: 135px;
	text-decoration: none;
	display: inline-block;
	font-family: "宋体";
	font-size: 12px;
	background-image: url(../images/icon_arrow_more.gif);
	background-repeat: no-repeat;
	background-position: 8px 9px;
	padding-left:20px;
	padding-right:20px;
	padding-top:6px;
	padding-bottom:4px;
	height:auto;
	margin:0px;
	text-align: left;
}
.menu ul li ul li a:hover {
	color:#fff;
	background-color: #1392f9;
	background-image: url(../images/icon_arrow_more.gif);
	background-repeat: no-repeat;
	background-position: 8px -104px;
}

.banner {
	border: 1px solid #d9d9d9;
	border-top: none;
	padding:1px;
	padding-top:0px;
	background-color: #FFF;
	margin-top:0px;
}
.banner-bottom {
	background-image: url(../images/banner-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:20px;
}

.column-wrapper {
	border: 0px solid #d9d9d9;
	margin-top:8px;
	padding-left:15px;
	padding-bottom:10px;
	background-image: url(../images/index.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.column {
	float:left;
	/*width:150px;*/
	margin-right:45px;
}
.column h1 {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #4e4e4e;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}
.column h2 {
	font-family: "宋体";
	font-size: 12px;
	color: #1392f9;
	margin:0px;
	padding:0px;
	margin-top:10px;
	font-weight: normal;
}

/*
界面设计：林嘉俊
jiajun.lin@hotmail.com
*/

.column h2 a {
	font-family: "宋体";
	font-size: 12px;
	color: #1392f9;
	margin:0px;
	padding:0px;
	padding-right:13px;
	text-decoration: none;
	background-image: url(../images/icon_arrow_more.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
}
.column h2 a:hover {
	color: #0071bd;
	background-image: url(../images/icon_arrow_more.gif);
	background-repeat: no-repeat;
	background-position: right -110px;
}
.column ul {
	font-family: "宋体";
	font-size: 12px;
	color: #4e4e4e;
	margin:0px;
	padding:0px;
}
.column ul li {
	list-style-type: none;
	line-height: 20px;
}
.column ul li a {
	text-decoration: none;
	color: #4e4e4e;
}
.column ul li a:hover {
	text-decoration: underline;
}

.column-right {
	float:right;
	margin-right:5px;
	width:187px;
}
.column-right h1 {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #4e4e4e;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}
.column-right h2 {
	font-family: "宋体";
	font-size: 12px;
	color: #1392f9;
	margin:0px;
	padding:0px;
	margin-top:10px;
	font-weight: normal;
}
.column-right h2 a {
	font-family: "宋体";
	font-size: 12px;
	color: #1392f9;
	margin:0px;
	padding:0px;
	padding-right:13px;
	text-decoration: none;
	background-image: url(../images/icon_arrow_more.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
}
.column-right h2 a:hover {
	color: #0071bd;
	background-image: url(../images/icon_arrow_more.gif);
	background-repeat: no-repeat;
	background-position: right -110px;
}
.column-right ul {
	font-family: "宋体";
	font-size: 12px;
	color: #4e4e4e;
	margin:0px;
	padding:0px;
}
.column-right ul li {
	list-style-type: none;
	line-height: 20px;
}
.column-right ul li a {
	text-decoration: none;
	color: #4e4e4e;
}
.column-right ul li a:hover {
	text-decoration: underline;
}

.footer {
	position:relative;
	margin-top:0px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	height:21px;
	padding:10px;
	font-family: "宋体";
	font-size: 12px;
	color: #4e4e4e;
	line-height: 20px;
}
.footer .footer-links {
	position: absolute;
	top:11px;
	right:5px;
}
.footer .footer-links a {
	text-decoration: none;
	color: #4e4e4e;
}
.footer .footer-links a:hover {
	color: #1392f9;
}
.footer img {
	position: absolute;
	top:3px;
	border:none;
}
.footer .icp {
	position: absolute;
	top:22px;
	left:12px;
}
.footer .icp a {
	text-decoration: none;
	color: #4e4e4e;
}
.footer .icp a:hover {
	color: #1392f9;
}
.footer fieldset {
	display:none;
	border-top: 12px solid #d9d9d9;
	border-left: 12px solid #d9d9d9;
	border-bottom: none;
	border-right: none;
}
.footer fieldset legend {
	background-color: #FFF;
	margin-left:0px;
	padding:0px;
	margin:0px;
}
.footer fieldset div {
	padding-left:10px;
}

.page-title {
	height:30px;
	background-image: url(../images/title-bg.gif);
	background-position: top;
	border-top: 1px solid #d9d9d9;
	border-bottom: 0px solid #d9d9d9;
	margin-bottom:10px;
	background-repeat: repeat-x;
}
.page-title h1 {
	display:none;
	font-family: "黑体";
	float:left;
	font-size: 16px;
	color:#47484a;
	padding:0px;
	margin-top:14px;
	margin-bottom:0px;
	margin-right:10px;
	margin-left:15px;
	font-weight: normal;
}


.path {
	padding-left:10px;
	padding-top:5px;
	padding-bottom:2px;
	/*background-image: url(../images/path.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
	border-bottom: 0px solid #bdbdbd;
	float:right;
}
.path a {
	font-family: "宋体";
	font-size: 12px;
	color: #47484a;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
}
.path a:hover {
	/*text-decoration: underline;*/
	color: #0172be;
}
.page {
	text-align: right;
	margin-top:0px;
	padding-right:10px;
	color:#0172be;
	font-family: "宋体";
	font-size: 12px;
}
.page a {
	color:#0172be;
	text-decoration: none;
}
.page a:hover {
	text-decoration: underline;
	color:#0172be;
}




