/* -------- 全局 -------- */
body {
	margin: 0px;
	padding: 0px;
	font-size:12px;
	color:#666;
	font-family:Tahoma;
}

a {
	font-size:12px;
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#E00;
}

img{
	border:none;
}

/* -------- 顶部 -------- */
#nav {
	width:100%;
	float:left;
	height:39px;
	background:#F00;
	background:url(../images/bg_nav.png) repeat-x bottom;
}

#nav_lft {
	float:left;
	background:#999;
	background:url(../images/nav_bg_lft.png) no-repeat bottom left;
	height:39px;
	width:40px;
}

#nav_rgt {
	float:right;
	background:#999;
	background:url(../images/nav_bg_rgt.png) no-repeat bottom right;
	height:39px;
	width:30px;
}

#nav_items, #nav_lang{
	float:left;
}

#nav_lang{
	height:39px;
	line-height:39px;
	vertical-align:baseline;
	padding-top:5px;
}

#nav_lang a{
	text-decoration:none;
}

#nav_lang a:hover{
	color:#E00;
}

#nav_items ul, #nav_items ul li{
	list-style:none;
	padding:0;
	margin:0;
	float:left;
}

#nav_items ul li a{
	padding-top:5px;
	_padding-top:5px;/* ie6 hack */
	_margin-bottom:-10px;/* ie6 hack */
	width:80px;
	height:39px;
	line-height:39px;
	vertical-align:bottom;
	text-align:center;
	display:inline-block;
	color:#333;
	font-size:14px;
	text-decoration:none;
}

#nav_items ul li a:hover{
	color:#E00;
}

#nav_items ul .nav_spliter{
	background:url(../images/nav_spliter.png) no-repeat bottom;
	width:2px;
	height:39px;
}

#nav_items ul li #cur{
	_padding-top:0px;/* ie6 hack */
	_margin-bottom:0px;/* ie6 hack */
	background:url(../images/nav_bg_hl.png) no-repeat;
	color:#FFF;
	height:39px;
	width:102px;
	font-size:14px;
	font-weight:bold;
}

#formSearch{
	padding:0;
	margin:0 20px;
}

#tfKey{
	size:12px;
	width:100px;
	height:16px;
	color:#666;
}

#listType{
	height:16px;
}

#btnSearch{
	border:none;
	background:url(../images/search.gif) no-repeat;
	height:20px;
	width:20px;
	cursor:pointer;
}

/* -------- 中部 -------- */

.subbarMenu, .subbarMenu_Product{
	padding:8px 20px;
}

.subbarMenu a, .subbarMenu_Product a{
	display:block;
	border-bottom:dashed 1px #CCC;
	padding:5px;
	text-align:left;
}

.subbarMenu_Product div a{
	font-weight:bold;
	color:#666;
}

.subbarMenu .sbcur, .subbarMenu_Product .sbcur{
	color:#E00;
	background:url(../images/dot_1.gif) right center no-repeat;
}

.subbarMenu_Product ul li .sbcur1{
	color:#E00;
}

.subbarMenu_Product ul{
	padding-left:28px;
	margin:5px 0px;
}



/* -------- 底部 -------- */
.copyright {
	font-size:10px;
}

.copyright a{
	color:#666666;
	font-size:10px;
}

.bottomNav {
	padding-bottom:5px;
}

.bottomNav a{
	color:#666;
	text-decoration:none;
}

.bottomNav a:hover{
	color:#E00;
	text-decoration:underline;
}

/* -------- 分页样式 -------- */

.pagespliter h1, .pagespliter p{
	padding:0px;
	margin:0px;
}

.pagespliter h1{
	float:left;
	font-size:12px;
	font-weight:normal;
	padding-left:10px;
}

.pagespliter p{
	float:right;
}

.pagespliter a{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	background:#999999;
	padding:0px 4px;
	margin-top:1px;
	margin-right:1px;
	height:18px;
	line-height:18px;
	vertical-align:middle;
	text-decoration:none;
	color:#FFFFFF;
}

.pagespliter a:hover, .pagespliter #psCurrent{
	background:#666;
	color:#FFFF00;
}

/* -------- 文章/标题字体样式 -------- */

.title1{
	padding:9px 0px;
}

.shortIntro {
	color:#888;
	border:#D2D2D2 solid 1px;
	background:#F5F5F5;
	padding:5px 12px;
}

.subtitle {
	font-size:14px;
	font-weight: bold;
}

.textAreaStyle{
	padding:0px 10px;
	color:#555;
}

.textAreaStyle p{
	text-indent:28px;
	line-height:200%;
}

.textAreaStyle h3{
	color:#039;
}

.textAreaStyle ul li{
	line-height:200%;
}

.product_title{
	color:#F00;
	padding:10px 0px;
	font-weight:bold;
}

.jobIntro {
	color:#333;
	border:#D2D2D2 solid 1px;
	background:#F5F5F5;
	padding:5px 12px;
}

.jobtitle{
	font-size:12px;
	color:#333333;
	font-weight:bold;
}
