@charset "utf-8";
/* CSS Document */
/*基本信息*/
BODY {
	SCROLLBAR-FACE-COLOR: #f6f6f6;
	MARGIN: 0px;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #cccccc;
	SCROLLBAR-3DLIGHT-COLOR: #cccccc;
	SCROLLBAR-ARROW-COLOR: #330000;
	SCROLLBAR-TRACK-COLOR: #f6f6f6;
	FONT-FAMILY: "宋体";
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	background-color: #666666;
	}

/*页面层容器*/
#banner {
	width:1002px;
	background:#ffffff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*页面头部*/
#Header {
	width:1002px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	float: none;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ffffff;
}

.Header_right {
	float:right; /*浮动居右*/
	height: 80px;
	width: 752px;
	margin: 0px;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #297EB5;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.Header_left {
	float:left; /*浮动居左*/
	height: 115px;
	width: 250px;
	margin: 0px;
	padding: 0px;
}

/*- 菜单栏部分Menu --------------------------- */

    #Menu {
	width:100%;
	font-size:14px;
	line-height:22px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-bottom-style: none;
	background-color: #2882A4;
	height: 39px;
	border-right-style: none;
	border-left-style: none;
	top: 20px;
	background-image: url(/images/aboutus_10.jpg);
	padding: 0px;
      }
    #Menu ul {
	list-style:none;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 50px;
	background-attachment: scroll;
	background-image: url(/images/aboutus_13.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 39px;
      }
    #Menu li {
      display:inline;
      margin:0px 0px 0px 0px;
      padding:0;
      }
    #Menu a {
	float:left;
	margin:0;
	text-decoration:none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
      }
    #Menu a span {
	float:none;
	display:block;
	padding:0px;
	color:#FFFFFF;
	width: 70px;
	font-family: "黑体";
	font-size: 14px;
	font-weight: normal;
	height: 39px;
      }
    #Menu a:hover span {
	color:#FFFF00;
      }
    #Menu a:hover {
      background-position:0% -42px;
      }
    #Menu a:hover span {
      background-position:100% -42px;
      }
/*                */


/*页面主体*/
#PageBody {
	width:1002px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(/images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 12px;
	line-height: 18px;
	}
	
#PageBody a {

	margin:0;
	text-decoration:none;
	font-size: 14px;
	color: #003366;
	padding: 0px;
      }
    #PageBody a:hover {
	text-decoration: underline;
	color: #006699;
      }


/*左边边栏*/
#leftbar {
	width:260px; /*设定宽度*/
	text-align:left; /*文字左对齐*/
	float:left; /*浮动居左*/
	clear:left; /*不允许左侧存在浮动*/
	overflow:visible;
	padding: 0px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f7f7f7;
}

 
/*左边友情链接栏*/
	#tableLink  {
	float:left;
	width:260px;
	font-size:14px;
	color: #333333;
	left: 10px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-attachment: scroll;
	background-image: url(/images/aboutus_44.jpg);
	background-repeat: no-repeat;
	background-position: 150px 80px;
	line-height: 20px;
      }
	
	

/*中间主题栏*/
#maincontent {
	width:710px; /*设定宽度*/
	text-align:left; /*文字左对齐*/
	float:right;
	font-size: 12px;
	color: #000000;
	border-left-style: none;
	margin: 0px;
	min-height:430px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	padding: 0px;
	clear: right;
}

/*中间主题栏*/
#content {
	width:645px; /*设定宽度*/
	text-align:left; /*文字左对齐*/
	float:left; /*浮动居右*/
	clear:left; /*不允许左侧存在浮动*/
	margin: 0px;
	padding: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}

/*左边新闻栏*/
#Left_News {
	width:260px;
	float:right;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
	#Left_News ul {
	list-style:none;
	float:right;
	width: 220px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "宋体";
	font-size: 14px;
		  }
	#Left_News li {
	line-height: 22px;
	text-align: left;
	border-bottom-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	width: 220px;
	float: left;
	text-indent: 5px;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/list_logo.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 5px 7px;
		  }
	#Left_News a {
	text-decoration:none;
	text-align: left;
	color: #000000;
      }

    #Left_News a:hover {
	background-position:0% -42px;
	text-align: center;
	float: none;
	color: #006699;
      }


/*左边新闻栏*/
#Left_Product {
	width:260px;
	float:right;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
	#Left_Product ul {
	list-style:none;
	float:right;
	width: 220px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: "宋体";
	font-size: 14px;
		  }
	#Left_Product li {
	line-height: 22px;
	text-align: left;
	border-bottom-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	width: 220px;
	float: left;
	text-indent: 5px;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/list_logo.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 5px 7px;
		  }
	#Left_Product a {
	text-decoration:none;
	text-align: left;
	color: #000000;
      }
    #Left_Product a:hover {
	background-position:0% -42px;
	text-align: center;
	float: none;
	color: #006699;
      }
.Left_Product_top {
	width:260px;
	float:right;
	height: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}

/*中间主题栏*/
#content_top {
	width:680px;
	float:left;
	text-align:left;
	border-bottom-style: solid;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	height: 22px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "黑体";
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	background-attachment: scroll;
	background-image: url(/images/title_logo.jpg);
	background-repeat: no-repeat;
	background-position: 10px 30px;
	text-indent: 35px;
	clear: none;
}


/*中间主题栏*/
.content_top_ {
	width:680px;
	float:left;
	text-align:left;
	border-bottom-style: solid;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	height: 22px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "黑体";
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	background-attachment: scroll;
	background-image: url(/images/title_logo.jpg);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	text-indent: 35px;
}

/*中间新闻栏*/
#content_News {
	width:645px;
	float:left;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
	#content_News ul {
	list-style:none;
	float:right;
	width: 635px;
	margin: 0px;
	font-family: "宋体";
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
		  }
	#content_News ol {
	list-style:none;
	float:right;
	width: 635px;
	margin: 0px;
	font-family: "宋体";
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
		  }
	#content_News li {
	line-height: 22px;
	text-align: left;
	border-bottom-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	width: 625px;
	float: left;
	text-indent: 5px;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/list_logo.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 5px 7px;
		  }
	#content_News a {
	text-decoration:none;
	text-align: left;
	color: #000000;
      }

    #content_News a:hover {
	background-position:0% -42px;
	text-align: center;
	float: none;
      }



/*页面底部*/
#Footer {
	width:1002px;
	height: 50px;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	vertical-align: middle;
	padding: 0px;
	overflow: visible;
	visibility: visible;
	z-index: auto;
	background-color: #FFFFFF;
	clip: rect(0px,0px,0px,0px);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	text-align: center;
}
.PageNo {
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 100%;
	float: left;
	text-align: center;
}
.guestbook_list {
	width: 623px;
	padding: 10px;
	border: 1px solid #f7f7f7;
	margin-bottom: 15px;
}




.title {
	font-family: "黑体";
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}
.guestbook_re {
	width: 601px;
	padding: 10px;
	border: 1px solid #e7e7e7;
	background-color: #F7f7f7;
}
