/* 页内主体框架 */




/*内容*/
.container {
	/*background: url(../images/about_us_bg.gif) repeat-x;*/
	width: 100%;

}
.content_Box {
	width: 1002px;
	margin: 0px auto;
	height:100%;
	position: relative;
	min-height:600px;
	_height:600px;

}
/*左侧导航*/
.content_Nav {
	width: 210px;
	height: auto;
	margin-top: -46px;
	position: absolute;
}

.content_bj .sty02 {
	font-family:Tahoma;
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
	height: 63px;
	width: 210px;
	vertical-align: bottom;
	padding-top: 27px;
	background-color:#d72b2e
}
.left_nav{
	background:url(../image/nav_next.jpg) no-repeat right center;
	color:#c30100
}

#left_nav {
	border:#e8e5e5 solid 1px;
	border-top:none;
}
#left_nav li {

    color: #333333;
	/*font-family: "microsoft yahei";*/
	font-size: 14px;
	height: 49px;
	width: 190px;
	padding-left:10px;
	border-bottom:#eae9e9 solid 1px;
}
#left_nav a {
	width:185px;
	line-height: 49px;
	height: 49px;
	color: #333333;
	display: block;
	font-size:14px;
	font-family:Tahoma;
  
}#left_nav a.cur{
	 background:url(../image/nav_next.jpg) no-repeat right center;
	 color:#c30100
 }

#left_nav a:hover{
	color: #c30100;
}

.content_Nav .search {
	background: url(../image/search_bg.gif) no-repeat;
	height: 127px;
	width: 199px;
	margin-top: 14px;
	padding-top: 20px;
	padding-left: 12px;
}
.content_bj .search .sty03 {
	color: #7a7a7a;
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
}
.content_Nav .content_bj .search #search-box input {
	margin-top: 10px;
	font-size: 12px;
	text-align: left;
}
.content_bj .search .sty04 {
	border: #d6d6d6 1px solid;
	padding:5px;
	width: 160px;
	color: #666666;
	text-align: left;
}
.content_bj .search .sty05 {
	border:none;
	width:85px;
	height:26px;
	background:url(../image/bg_sidesearch.gif);
	cursor:pointer;
	line-height:300px;
	overflow:hidden;
}

/*右侧内容*/
.content_Con {
	height: auto;
	width: 760px;
	border:#e8e6e6 solid 1px;
	border-left:none;
	margin-top:10px;
	padding:0 15px 30px;
}

/*右侧内容部分栏目*/
.content_Con .con_nav {
	border-bottom: 1px solid #e1e1e1;
	height: 35px;
	width: 750px;
	display: block;
	padding: 15px 5px 0;
}

.con_nav .sty01 {
	display: block;
	text-align: left;
	width: 760px;
	height: 30px;
}

.con_nav .sty01 .sp02 {
	color: #666666;
	font-size: 12px;
	margin-top: 5px;
	background:url(../image/about_us_02.jpg) no-repeat left center;
	padding-left:25px;
}
.con_nav .sty01 .sp02 a {
	color: #666666;
}

/*分页*/
.page {
	text-align: center;
	padding-top: 10px;
	height: 30px;
	clear: both;
	padding-bottom: 5px;
	overflow:hidden;
	background: #f6f6f6;
	width: 740px;
	margin-left: 15px;
	margin-top: 20px;
}

.page a {
	border: 1px solid #c8c7c7;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
	font-size: 14px;
	line-height: 2em;
	color: #7e7e7e;
}

.page a:hover {
	color: #fff;
	text-decoration: none;
	background: #cc012a;
	border: 1px solid #ba210d;
}
.page a.checked {
	color: #fff;
	text-decoration: none;
	background: #a5151c;
	border: 1px solid #ba210d;
}

.page .disabled {
	border: 1px solid #c8c7c7;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
	font-size: 14px;
	line-height: 2em;
	color: #ddd;
}



/*gotop*/
#gotop{ width:52px; 
         height:52px; 
		 background:url(../image/about_us_top.gif) no-repeat; 
		 position:fixed; 
		 right:50px; 
		 cursor:pointer;
		 _position:absolute;
		 _bottom:auto;
		 _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

#gotop{ bottom:132px;}

