/* Copyright (C) intry ( u5cn.com ). All rights reserved. */

body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#fff;
	behavior:url(/css/csshover.htc); /*IE6兼容hover补丁*/
}
form {
	margin:0;
	padding:0;
}
img {
	border:0;
}
body,input,select,textarea {
	color:#333;
	font-size:12px;
	font-family:Verdana;
}
hr {
	height:1px;
	border:0;
	border-top:1px solid #ccc;
}
a {
	color:#004a7a;
	text-decoration:none;
}
a:hover {
	color:#f60;
	text-decoration:underline;
}
.button {
	border:0;
	background:url(/images/button_bg.gif) left top no-repeat;
	height:26px;
	width:66px;
	cursor:pointer;
}
.button:hover {
	background:url(/images/button_bg.gif) left -26px no-repeat;
	color:#fff;
}
.minbutton {
	background:url(/images/button_bg.gif) -66px top no-repeat;
	width:44px;
	border:0;
	height:20px;
	color:#666;
	cursor:pointer;
}
.minbutton:hover {
	background:url(/images/button_bg.gif) -66px -26px no-repeat;
	color:#fff;
}
.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, #banner, #menu, #main, #foot {
	width:1000px;
	margin:0 auto;
	text-align:left;
}

/* 头部---------------- */
#top {
	height:93px;
	background:url(/images/top.jpg) no-repeat;
}
#banner {
	height:225px;
	border-top:2px solid #00609d;
	border-bottom:2px solid #00609d;
}
#menu {
	height:30px;
	background:url(/images/menu_bg.gif) repeat-x;
	padding:0;
	list-style:none;
}
#menu li {
	float:left;
	background:url(/images/menu_bg.gif) repeat-x;
}
#menu li span a {
	font-size:14px;
	font-weight:bold;
	display:block;
	padding:0 40px;
	line-height:30px;
	background:url(/images/menu_ge.gif) no-repeat right;
}
#menu li:hover {
	text-decoration:none;
	background:url(/images/menu_hover.gif) repeat-x;
}
#menu .active, #menu .active:hover {
	background:url(/images/menu_active.gif) repeat-x;
}
#menu li span a:hover {
	text-decoration:none;
}
#menu .active span a {
	color:#e22000;
}
#menu div {
	position:absolute;
	z-index:999;
	border:1px solid #d7d7d7;
	border-top:0;
	background-color:#f5f5f5;
	display:none;
	padding-top:1px;
	margin-left:-1px;
}
#menu div a {
	white-space:nowrap;
	display:block;
	border:1px solid #fff;
	padding:7px 32px 6px 25px;
	border-top:0;
	background:url(/images/arron1.gif) no-repeat 10px 10px;
}
#menu div a:hover {
	background:url(../images/menu_bg.gif) repeat-x left -105px;
	text-decoration:none;
}
#menu li:hover div {
	display:block;
}

/* 主体窗口---------------- */

#mainBar {
	float:left;
	width:250px;
}
#mainDiv {
	margin-top:8px;
	float:right;
	width:730px;
}
.leftTitle {
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background:url(/images/left_title_bg.gif) no-repeat;
	padding:18px 0 0 60px;
	height:23px;
}
.leftTitle a {
	color:#fff;
}
#leftMenu, #indexLinks {
	padding:8px 10px 8px 0;
	background-color:#f0f0f0;
}
#leftMenu ul, #indexLinks ul {
	margin:0 0 0 14px;
	padding:0;
	list-style:none;
	font-weight:normal;
}
#leftMenu li, #indexLinks li {
	padding:4px 0;
	background:url(/images/arron1.gif) 12px 8px no-repeat;
}
#leftMenu li a, #indexLinks li a {
	padding-left:25px;
	display:block;
}
#leftMenu .active {
	font-weight:bold;
}	
#leftContact {
	background:url(../images/contact_icon.gif) no-repeat 6px 10px;
	background-color:#f0f0f0;
}
#leftContact ul {
	list-style:none;
	margin:0;
	padding:13px 0 12px 80px;
}
#leftContact li {
	padding:5px 0;
}

.mainTitle {
	line-height:30px;
	height:30px;
	border-bottom:2px solid #00609d;
	margin-top:10px;
}
.mainTitle div {
	float:left;
	font-size:14px;
	font-weight:bold;
	background:url(/images/arron.gif) no-repeat left 8px;
	padding-left:15px;
	color:#000;
}
.mainTitle span {
	float:right;
	margin-right:10px;
}

#mainContent {
	font-size:14px;
	line-height:180%;
	padding:10px 0;
}
#mainContent p {
	margin:8px 0 10px;
}

#picList {
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
}
#picList li {
	width:226px;
	float:left;
	margin:0 8px;
}
#picList div {
	border:1px solid #ccc;
	width:200px;
	height:200px;
	line-height:100px;
	padding:8px;
	background-color:#fff;
	display:table;
	*position:relative;
	text-align:center;
	margin:0 4px;
}
#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:226px;
	line-height:18px;
	height:34px;	
	margin-top:8px;
}

#mainFoot {
	padding:10px 0;
	text-align:center;
}
#articleList {
	margin:10px 0;
}
#articleList li {
	line-height:30px;
	border-bottom:1px dashed #cedde8;
	/*background:url(/images/arron1.gif) no-repeat 14px 12px;*/
	padding-left:12px;
	height:30px;
}
#articleList li div {
	float:left;
}
#articleList li span {
	float:right;
	color:#999;
	margin-right:10px;
}
#title {
	font-size:16px;
	text-align:center;
	font-weight:bold;
	line-height:32px;
	color:#0065a5;
	margin-top:8px;
}
#title font {
	font-size:12px;
	color:#c00;
	border:1px solid #c00;
	font-weight:normal;
}
#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;
	list-style:none;
	padding:0;
}
#linksList li {
	line-height:30px;
	height:30px;
	background:url(/images/arron1.gif) no-repeat left 12px;
	padding:0 10px;
	width:200px;
	white-space:nowrap;
	overflow:hidden;
	float:left;
}
#noresult {
	line-height:100px;
	text-align:center;
}

/* 页脚---------------- */
#foot {
	margin-top:10px;
	border-top:2px solid #00609d;
	padding:12px 0 20px;
	color:#666;
	line-height:26px;
	text-align:center;
}
#foot a {
	color:#666;
}
#footKey {
	display:none;
}

/* 其它---------------- */
#msgShow {
	margin-top:10px;
	padding:6px 8px;
	text-align:center;
}
.msgNormal {
	background-color:#f2f2f2;
}
.msgErr {
	color:#f50;
	background-color:#f9e9a0;
}

#productCommend {
	margin:20px 0 0 0;
	padding:0;
	list-style:none;
}
#productCommend li {
	width:365px;
	height:138px;
	float:left;
	overflow:hidden;
}
#productCommend div {
	float:left;
	border:1px solid #ccc;
	width:100px;
	height:100px;
	line-height:100px;
	padding:8px;
	background-color:#fff;
	display:table;
	*position:relative;
	text-align:center;
}
#productCommend li span {
	display:table-cell;
	vertical-align:middle;
	*position:absolute;
	*top:50%;
}
#productCommend li span a {
	*position:relative;
	*top:-50%;
	*left:-50%;
}
#productCommend li img {
	vertical-align:middle;
}
#productCommend h3 {
	width:227px;
	margin:0;
	font-weight:normal;
	font-size:12px;
	float:left;
	padding:0 10px;
	line-height:24px;
}
#productCommend p {
	float:left;
	overflow:hidden;
	width:227px;
	line-height:20px;
	padding:0 10px;
	margin:10px 0 0;
	color:#666;
}
#productCommend font {
	font-size:12px;
	color:#c00;
	border:1px solid #c00;
	white-space:nowrap;
}