/* Copyright (C) intry ( u5cn.com ). All rights reserved. */

body {
	margin:0;
	padding:0;
	text-align:center;
	background:#f7f7f7 url(/images/top_bg.gif) repeat-x;
	behavior:url(/css/csshover.htc); /*IE6兼容hover补丁*/
}
form {
	margin:0;
	padding:0;
}
img {
	border:0;
}
div,input,select,textarea,td,li,dt,dd {
	color:#333;
	font-size:12px;
	font-family:Verdana;
}
input,select,textarea {
	color:#333;
}
hr {
	height:1px;
	border:0;
	border-top:1px solid #333;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#f60;
	text-decoration:underline;
}
ul,dl,dt,dd {
	margin:0;
	padding:0;
	list-style:none;
}
.button {
	border:0;
	background-color:#e00000;
	height:26px;
	width:66px;
	cursor:pointer;
	color:#fff;
	font-size:14px;
}
.button:hover {
	background-color:#f60;
}
.minbutton {
	background-color:#e00000;
	width:44px;
	border:0;
	height:20px;
	color:#fff;
	cursor:pointer;
}
.minbutton:hover {
	background-color:#f60;
}
.bgcolor {
	background-color:#f7f7f7;
}
.red {
	color:#f60;
}
.green {
	color:#090;
}
.gray {
	color:#999;
}
.bold {
	font-weight:bold;
}
.clear {
	clear:both;
}
.hand {
	cursor:pointer;
}
.hidden {
	display:none;
}

#top, #menu, #main, #foot {
	width:950px;
	margin:0 auto;
	text-align:left;
}

/* 头部---------------- */
#top {
	position:relative;
	height:110px;
}
#logo {
	position:absolute;
	top:10px;
	left:10px;
}
#topMenu {
	position:absolute;
	top:28px;
	right:10px;
}
#topMenu a {
	color:#666;
}
#searchForm {
	position:absolute;
	top:52px;
	right:10px;
}
#searchForm input {
	float:left;
	font-size:14px;
}
.searchInput {
	color:#666;
	width:150px;
	border:1px solid #e00000;
	height:20px;
	line-height:20px;
}
.searchButton {
	background-color:#e00000;
	border:0;
	height:24px;
	width:44px;
	color:#fff;
}
.searchButton:hover {
	background-color:#c00;
	cursor:pointer;
}
#menu {
	height:33px;
}
#menu li {
	float:left;
}
#menu li span a {
	font-size:14px;
	display:block;
	font-weight:bold;
	line-height:33px;
	padding:0 25px;
	color:#fff;
}
#menu li:hover span a {
	text-decoration:none;
	color:#fff;
	background-color:#333;
}
#menu .active span a {
	font-weight:bold;
	color:#fff;
	background:#f60;
}
#menu div {
	position:absolute;
	z-index:99;
	background-color:#333;
	display:none;
}
#menu div a {
	white-space:nowrap;
	display:block;
	border-bottom:1px solid #666;
	padding:7px 31px;
	border-top:0;
	background:url(/images/arron2.gif) no-repeat 20px 11px;
	color:#fff;
}
#menu div a:hover {
	background-color:#666;
	text-decoration:none;
}
#menu li:hover div {
	display:block;
}

#bannerBox {
	margin:19px auto 0;
	width:950px;
	height:250px;
	overflow:hidden;
	position:relative;
	background:#fff url(/images/loading.gif) center center no-repeat;
	text-align:left;
	z-index:98;
}
#bannerImg {
	position:absolute;
}
#bannerImg li {
	display:inline;
}
#bannerImg img {
	width:950px;
	height:250px;
	display:block;
}
#bannerNum {
	position:absolute;
	right:10px;
	bottom:10px;
}
#bannerNum li {
	float:left;
	line-height:16px;
	width:16px;
	cursor:pointer;
	margin-left:6px;
	filter:Alpha(Opacity=50);
	opacity:0.5;
	background-color:#ccc;
	font-size:10px;
	text-align:center;
}
#bannerNum li.on {
	filter:Alpha(Opacity=100);
	opacity:1;
	font-weight:bold;
	color:#fff;
	background-color:#f60;
}

/* 主体窗口---------------- */
#mainBar {
	float:left;
	width:200px;
}
#mainDiv {
	float:right;
	width:735px;
}

.leftItem, .mainItem {
	border:1px solid #e5e5e5;
	background-color:#fff;
	margin-top:15px;
}
.leftTitle {
	font-size:14px;
	font-weight:bold;
	color:#000;
	line-height:30px;
	background:url(/images/arron.gif) no-repeat 10px 9px;
	padding-left:25px;
	border-bottom:1px dashed #dedede;
}
#leftMenu {
	padding:8px 10px 8px 0;
}
#leftMenu ul {
	margin-left:14px;
	font-weight:normal;
}
#leftMenu li {
	padding:5px 0 5px 25px;
	background:url(/images/arron1.gif) 12px 9px no-repeat;
}
#leftMenu .active {
	font-weight:bold;
}	
#leftContact {
	line-height:22px;
	padding:8px 15px;
}

.mainTitle {
	line-height:30px;
	height:30px;
	border-bottom:1px solid #e5e5e5;
	background:url(/images/main_title_bg.gif) repeat-x;
}
.mainTitle div {
	float:left;
	font-size:14px;
	font-weight:bold;
	background:url(/images/arron.gif) no-repeat 10px 10px;
	padding-left:25px;
	color:#000;
}
.mainTitle span {
	float:right;
	margin-right:10px;
}

.mainContent {
	line-height:200%;
	padding:10px;
}
.mainContent p {
	margin:8px 0 10px;
	font-size:14px;
}

.mainContent table {
	border:1px solid #ccc;
	border-collapse:collapse;
	width:100%;
}
.mainContent table td {
	border:1px solid #ccc;
	text-align:center;
	padding:2px;
}

#sendForm {
	line-height:200%;
	padding:10px;
}

#picList {
	margin-top:20px;
	margin-left:9px;
}
#picList li {
	width:143px;
	float:left;
}
#picList div {
	border:1px solid #ccc;
	width:100px;
	height:100px;
	line-height:100px;
	padding:8px;
	background-color:#fff;
	display:table;
	*position:relative;
	text-align:center;
	margin:0 12px;
}
#picList li span {
	display:table-cell;
	vertical-align:middle;
	*position:absolute;
	*top:50%;
}
#picList li span a {
	*position:relative;
	*top:-50%;
	*left:-50%;
}
#picList li img {
	vertical-align:middle;
}
#picList p {
	text-align:center;
	overflow:hidden;
	width:123px;
	line-height:18px;
	height:52px;
	padding:0 10px;
	margin:8px 0 12px;
}

#mainFoot {
	padding:10px 0;
	text-align:center;
}
#articleList {
	margin:10px 0;
}
#articleList li {
	line-height:36px;
	border-bottom:1px dashed #cedde8;
	background:url(/images/arron1.gif) no-repeat 14px 15px;
	padding-left:25px;
	height:36px;
}
#articleList li div {
	float:left;
	font-size:14px;
}
#articleList li span {
	float:right;
	color:#999;
	margin-right:10px;
}
#title {
	font-size:16px;
	text-align:center;
	font-weight:bold;
	line-height:32px;
	color:#c00;
	margin-top:8px;
}
#remark {
	line-height:26px;
	border-bottom:1px dashed #cedde8;
	text-align:center;
	color:#777;
}
#mainButton {
	padding:10px 0 20px;
	text-align:center;
}

#linksList {
	margin:15px 0 15px 15px;
}
#linksList li {
	line-height:30px;
	height:30px;
	background:url(/images/arron1.gif) no-repeat left 12px;
	padding:0 10px;
	width:155px;
	white-space:nowrap;
	overflow:hidden;
	float:left;
}
#noresult {
	line-height:100px;
	text-align:center;
}

/* 页脚---------------- */
#foot {
	margin-top:15px;
	border-top:1px solid #e5e5e5;
	padding:12px 0 40px;
}
#foot a {
	color:#666;
}
#footMenu {
	float:left;
	color:#666;
}
#copyright {
	float:right;
	color:#666;
}
#footKey {
	display:none;
}

/* 其它---------------- */
#msgShow {
	margin:10px 10px 0;
	padding:6px 8px;
	text-align:center;
}
.msgNormal {
	background-color:#f2f2f2;
}
.msgErr {
	color:#f50;
	background-color:#f9e9a0;
}