﻿@charset "utf-8";
/* CSS Document */

body {text-align:center; font-family:"宋体", arial;margin:0; padding:0; background:#fff; font-size:9pt; color:#333;letter-spacing: 0.1em;}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset,th,a,tr,table{ margin:0px; padding:0px; border:0px }
li{list-style-type:none;}
img{vertical-align:top; border:0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;font-size:9pt; font-weight:blod;}
.clear{ clear: both; font:0px/0px sans-serif; display:block;}


/* ---------------------------------------------------------------------------Link */

a:link {color:#333; text-decoration:none;}
a:visited {color:#333;text-decoration:none;}
a:hover {color:#8f002b; text-decoration:none;}

/*-------------------------------------------------------------------------layout styles*/

#layout{ width:1000px; margin:0 auto; text-align:left;}

/*-------------------------------------------------------------------------header styles*/

#header{ background:#fff;}
#header h1{width:1000px; height:97px;}
#nav {
	height:35px;
	background:url(navlink.jpg) no-repeat; width:991px; margin:0 auto;
}
#nav li {
	float:left;
}
#nav li a {
	display:block;
	height:35px;
	text-indent:-9999px;
}
#nav li #a {
	width:108px;
}
#nav li #b {
	width:104px;
}
#nav li #c {
	width:104px;
}
#nav li #d {
	width:105px;
}
#nav li #e {
	width:108px;
}
#nav li #f {
	width:104px;
}
#nav li #g {
	width:104px;
}
#nav li #h {
	width:104px;
}
#nav li #i {
	width:104px;
}
#nav li #j {
	width:54px;
}
#nav li #a:hover {
	background:url(navhover.jpg) no-repeat;
}
#nav li #b:hover {
	background:url(navhover.jpg) no-repeat -108px 0;
}
#nav li #c:hover {
	background:url(navhover.jpg) no-repeat -212px 0;
}
#nav li #d:hover {
	background:url(navhover.jpg) no-repeat -316px 0;
}
#nav li #e:hover {
	background:url(navhover.jpg) no-repeat -421px 0;
}
#nav li #f:hover {
	background:url(navhover.jpg) no-repeat -529px 0;
}
#nav li #g:hover {
	background:url(navhover.jpg) no-repeat -633px 0;
}
#nav li #h:hover {
	background:url(navhover.jpg) no-repeat -737px 0;
}
#banner{ clear:both; width:991px; height:260px; margin:2px auto;overflow:hidden;}
#page_banner{ clear:both; width:991px; height:198px;overflow:hidden;margin:2px auto;}

/*-------------------------------------------------------------------------content styles*/
#con{ background:#fff; padding:0px 6px 10px;}
#content{ background:#fff; padding:10px 6px 0px;overflow:hidden;}

/*-------------------------------------------------------------------------onepage styles*/

#left_content{  padding-top:5px; background:#f2f2f2 url(lefttop.gif) no-repeat;width:220px;height:100%; float:left;padding-bottom:9999px; margin-bottom:-9999px; border-right:1px solid #ccc;}
#sub_nav a {
	BORDER-TOP: #fff 1px solid; DISPLAY: block; BACKGROUND: url(leftBG.gif) #f2f2f2 no-repeat 20px 50%; MARGIN: 0px auto; WIDTH: 220px; TEXT-INDENT: 40px; LINE-HEIGHT: 38px; BORDER-BOTTOM: #d2d2d2 1px solid; HEIGHT: 38px; TEXT-ALIGN: left
}
#sub_nav a:hover {
	BACKGROUND: url(leftBG.gif) #fff no-repeat 20px 50%
}

/*-------------------------------------------------------------------------onepage right styles*/
#right_content{ float:left; width:750px; padding-left:15px;}
#right_content h2{ background:#f2f2f2  url(icon.jpg) no-repeat 20px 8px; padding-left:65px; height:27px; line-height:27px;}
#current{ float:right; font-weight:normal; margin-top:-25px; padding-right:10px;}
/*-------------------------------------------------------------------------footer styles*/

#footer{ background:url(footerbg.jpg) repeat-x; height:64px;color:#FFF; clear:both; width:1000px; margin:0 auto;}
#foot_link{  height:64px; line-height:64px; padding-left:15px; width:200px; float:left;}
#foot_link a{ color:#FFF;}
#footer p{  height:64px; line-height:64px; width:700px; float:right; text-align:right; padding-right:10px;}
#footer p span{ font-family:Arial, Helvetica, sans-serif; }
/* 分页 */
.page{ font-family:Arial, Helvetica, sans-serif; line-height: normal; font-size: 14px; }
.page a,.page span{display:block;color:#390;font-weight:normal;text-decoration:none;letter-spacing:0px;border:1px solid #ccc;padding-top:3px;float:left;margin-top:5px;margin-right:2px;margin-bottom:5px;margin-left:2px;text-align:center;padding-right:5px;padding-left:5px;height:18px} /* SPAN和链接 */
.page a:hover, .page a.current{color:#F44;border:1px solid #F44} /* 当前链接有激活时 */
.page input{padding:0px;color:#390;height:16px;width:25px;border:0px solid #fff;text-align:center;margin-top:0px;margin-right:-5px;margin-bottom:0px;margin-left:-5px;vertical-align:middle;font-size:12px} /* 跳转INPUT */


