@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #f5f5f5;
}
img {
	border: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	outline:none;
	text-decoration: none;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}
/*头部*/
#header {
	background-image: url(../images/header_01.jpg);
	background-repeat: repeat-x;
	height: 150px;	
}
#header #logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left 25px;
	margin: auto;
	height: 75px;
	width: 225px;
	padding-left: 775px;
	padding-top: 75px;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
}
#header #logo span {
	color: #999;
	display: block;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
}
/*导航*/
#nav {
	background-image: url(../images/nav_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;	
}
#nav ul {
	margin: auto;
	height: 40px;
	width: 1000px;
	overflow: hidden;	
}
#nav ul li {
	float: left;
	height: 40px;
	width: 141px;
	background-image: url(../images/nav_02.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 1px;
}
#nav ul li a {
	float: left;
	height: 40px;
	width: 165px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	display: block;
}
#nav ul li a:hover {
	font-weight: bold;
}
.nav a {
	font-weight: bold;
}
.cur {
	background-image: none !important;
}
/*内焦图*/
#nei_banner {
	background-repeat: no-repeat !important;
	background-position: center top !important;
	height: 250px;
	width: 100%;
}
/*首页*/
#L1 {
	margin: auto;
	height: 280px;
	width: 1000px;
	padding-top: 20px;
}
.L1_t {
	font-size: 18px;
	font-weight: bold;
	padding-top: 18px;
	padding-bottom: 10px;
	background-image: url(../images/L1_04.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.L1_t span {
	font-size: 12px;
	color: #999;
	padding-left: 10px;
}
.L1_b {
	width: 311px;
	padding-top: 10px;
	height: 100px;
}
#L2 {
	background-image: url(../images/L2_01.png);
	background-repeat: repeat-x;
	height: 309px;	
}
#L2 #L2_m {
	margin: auto;
	width: 1000px;	
}
.L2_t {
	background-image: url(../images/L2_02.png);
	background-repeat: no-repeat;
	background-position: center 21px;
	height: 60px;
	width: 100%;
	padding-bottom: 20px;
}
.L2_bg {
	background-image: url(../images/L2_bg.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 170px;
	text-align: center;
	padding-right: 7px;
	padding-left: 8px;
}
.L2_bg span {
	width: 170px;
	height: 22px;
	line-height: 22px;
	padding-top: 8px;
	display: block;
}
#L3 {
	background-image: url(../images/L2_01.png);
	background-repeat: repeat-x;
	height: 309px;	
}
#L3 #L3_m {
	margin: auto;
	width: 1000px;	
}
.L3_t {
	background-image: url(../images/L3_03.png);
	background-repeat: no-repeat;
	background-position: center 21px;
	height: 60px;
	width: 100%;
	padding-bottom: 20px;
}
/*内容*/
#wrapper {
	margin: auto;
	width: 1000px;	
}
#wrapper #left {
	float: left;
	width: 188px;
	padding-top: 32px;
}
.left_title {
	background-image: url(../images/left_01.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 188px;	
}
#wrapper #left ul {
	background-color: #e4e3e3;
	width: 188px;
	padding-top: 10px;
	overflow: hidden;	
}
#wrapper #left ul li {
	height: 35px;
	width: 188px;
	border-bottom: solid 1px #f5f5f5;
}
#wrapper #left ul li a {
	line-height: 35px;
	height: 35px;
	width: 164px;
	padding-left: 24px;
	display: block;
}
#wrapper #left ul li a:hover {
	background-image: url(../images/left_02.png);
	background-repeat: repeat-x;
	color: #FFF;
}
#wrapper #right {
	float: right;
	width: 796px;
}
.right_wei {
	height: 32px;
	width: 796px;
	line-height: 32px;
	color: #666;
	text-align: right;
}
.right_wei a {
	color: #666;
}
.right_title {
	height: 42px;
	width: 796px;	
	line-height: 42px;
	background-image: url(../images/right_01.png);
	background-repeat: repeat-x;
}
.right_title span {
	padding-left: 30px;
	background-image: url(../images/right_02.png);
	background-repeat: no-repeat;
	height: 42px;
	background-position: 10px top;
	display: block;
	font-weight: bold;
	font-size: 14px;
}
.right_box {
	padding-right: 20px;
	padding-bottom: 100px;
	padding-left: 20px;
	min-height: 400px;
}
.news_title {
	font-size: 30px;
	font-weight: bold;	
}
/*页脚*/
#footer {
	clear: both;
	border-top: solid 5px #edc51b;
	background-image: url(../images/header_01.jpg);
	background-repeat: repeat-x;
	height: 150px;	
}
#footer #bottom {
	margin: auto;
	width: 1000px;	
}
.bottom_L1 {
	line-height: 50px;
	color: #FFF;
	text-align: center;
	height: 50px;
	background-image: url(../images/bottom_L1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 1px;
}
.bottom_L2 {
	color: #FFF;
	padding-top: 20px;
	text-align: center;
	line-height: 3ex;
}
/*分页*/
.shou a {
	display: block;
	width:40px;
	height:20px;
	border:1px #999 solid;
	color:#999;
	text-decoration: none;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
}
.shou a:hover {
	text-decoration: underline;	
}
ul#hovershow{
	list-style-type: none;
	float: right;
	display: inline;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
ul#hovershow li{
	float: left;
	display: inline;
	margin: 2px;
	line-height: 20px;
	height: 20px;
	padding: 0px !important;
}
.nei a {
	display: block;
	width:20px;
	height:20px;
	border:1px #999 solid;
	color:#999;
	text-decoration: none;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.nei a:hover {
	text-decoration: underline;	
}