body{
	padding:0px;
	margin:0px;
	font-family:"微软雅黑",Arial, Helvetica, sans-serif, Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	background-color:#F8F8F8;
	}
ul,dl,dt,dd,td{
	margin:0px;
	padding:0px;
	}
li{
	list-style:none;
	}
a{
	text-decoration:none;
	color:#333;
	}
a:hover{
	text-decoration:underline;
	}
img{
	border:none;
	}
h1,h2,h3,h4,h5{
	margin:0px;
	padding:0px;
	}



.header{
	height:52px;
	background-color:#fff;
	border-bottom:#f3f3f3 solid 1px;
	}
.header_con{
	margin:0px auto;
	width:1000px;
	height:52px;
	overflow:hidden;
	}
.header .logo{
	float:left;
	}
.header .search{
	float:right;
	margin-top:18px;
	}
.header .search .left{
	float:left;
	height:18px;
	display:inline;
	margin-right:8px;
	border-right:#D7D4CF solid 1px;
	}
.header .search .right{
	float:left;
	width:130px;
	height:18px;
	background:url(/static/image/photo_top_search.png) no-repeat;
	}
.header .search .left a{
	float:left;
	width:66px;
	height:18px;
	color:#333;
	line-height:18px;
	text-align:center;
	margin-right:8px;
	background:url(/static/image/photo_top_back2.png) no-repeat;
	}
.header .search .left a:hover{
	color:#fff;
	text-decoration:none;
	background-image:url(/static/image/photo_top_back1.png);
	}
.header .search .right .text{
	float:left;
	width:96px;
	height:16px;
	padding:0px;
	margin:0px;
	border:none;
	background:none;
	margin-left:10px;
	margin-top:1px;
	font-size:12px;
	color:#999;
	line-height:16px;
	}
.header .search .right .submit{
	float:right;
	width:20px;
	height:18px;
	border:none;
	background:none;
	}
.nav{
	width:1000px;
	margin:0px auto;
	height:62px;
	line-height:62px;
	font-size:16px;
	text-align:center;
	}
.nav li{
	display:inline;
	background:url(/static/image/nav_back.png) no-repeat right;
	}
.nav li a{
	display:inline-block;
	padding:0px 36px;
	}
.nav li a:hover{
	text-decoration:none;
	color:#AB000E;
	}
.footer{
	background-color:#fff;
	line-height:24px;
	color:#606060;
	text-align:center;
	padding:20px 0px;
	}
