body{
	text-align:center;
	font-family:"微软雅黑";
	text-align:center;
	font-size:12px;
	color:#333;
}
/*头部*/
.header{
	width:1024px;
	height:95px;
	margin:0px auto;
	background:url(../images/h_bg.jpg) no-repeat;
}
.header .logo{
	width:415px;
	height:90px;
	float:left;
	margin-top:2px;
}
.header .logo img{
	width:415px;
	height:90px;
}
.header .search{
	width:298px;
	height:33px;
	background:url(../images/search_bg.png) no-repeat;
	float:left;
	margin-left:30px;
	margin-top:25px;
	position:relative;
}
.header .search input{
	width:260px;
	height:25px;
	line-height:25px;
	float:left;
	margin-left:10px;
	margin-top:3px;
	color:#555;
	border:0px;
}
.header .search a{
	display:block;
	width:25px;
	height:25px;
	position:absolute;
	right:4px;
	top:3px;
}
.header .search a img{
	width:18px;
	height:17px;
	margin-top:4px;
}
/*导航条*/
.nav{
	width:1024px;
	height:36px;
	line-height:36px;
	border-top:1px solid #ddd;
	margin:0px auto;
}
.nav .nav_l{
	width:15px;
	height:36px;
	float:left;
	background:url(../images/nav_l.jpg) no-repeat;
}
.nav .nav_m{
	width:994px;
	height:36px;
	float:left;
	background:url(../images/nav_m.jpg) repeat-x;
}
.nav .nav_m ul{
	width:994px;
}
.nav .nav_m ul li{
	float:left;
	width:120px;
	position:relative;
}
.nav .nav_m ul li.now{
	background:url(../images/nav_now.png) no-repeat center bottom;
}
.nav .nav_m ul li span{
	display:block;
	width:120px;
	height:36px;
	line-height:36px;
}
.nav .nav_m ul li span a{
	font-size:16px;
	color:#FFF;
}
.nav .nav_m ul li ul{
	width:100%;
	position:absolute;
	z-index:999;
	border:1px solid #ddd;
	border-bottom:0px;
	left:0px;
	top:36px;
	display:none;
}
.nav .nav_m ul li:hover ul{
	display:block;
}
.nav .nav_m ul li ul li{
	width:100%;
	height:25px;
	line-height:25px;
	background:#FFF;
	border-bottom:1px solid #ddd;
}
.nav .nav_m ul li ul li a{
	color:#333;
}
.nav .nav_m ul li ul li a:hover{
	color:#0565AF;
}
.nav .nav_r{
	width:15px;
	height:36px;
	float:left;
	background:url(../images/nav_r.jpg) no-repeat;
}
/*幻灯片*/
.banner_bt{
	width:1024px;
	height:428px;
	margin:0px auto;
}
/*底部*/
.footer{
	width:1024px;
	height:85px;
	background:url(../images/f_bg.jpg) repeat-y;
	margin:0px auto;
	color:#FFF;
	padding-top:5px;
}
.footer p{
	height:20px;
	line-height:20px;
}
/*底部*/
/*分页*/
.pclady_page {
	clear: both;
	font-size:12px;
	height:25px;
	line-height:25px;
	margin-bottom:10px;
	text-align: center;
}

.pclady_page a {
    background:#FFFFFF;
    border: 1px solid #E5E5E5;
    color: #000000;
    display: inline-block;
	*display:inline;
	zoom:1;
    height: 25px;
    margin: 0 2px;
    padding: 0 7px;
    text-decoration: none;
}
.pclady_page .now {
    background:#2676BB;
    color: #FFFFFF;
    display: inline-block;
	*display:inline;
	zoom:1;
    line-height:25px;
    margin: 0 2px;
    padding: 0 8px;
}
/*分页*/