﻿/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{
	margin:0 auto;
	font-size:12px;	
	font-family:"宋体";	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#757575;
	text-decoration:none;	
}
a:hover{
	color:#f00;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.container{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/

/*header 开始*/
.header{
	height:80px;		
}
.header .logo{
	float:left;
}

.header_right{
	float:right;	
}
.header_right p{
	height:30px;
	line-height:30px;
	text-align:right;
	color:#828282;	
}

.nav{
	width:695px;
	height:50px;	
	float:right;
}
.nav li{
	float:left;	
	width:139px;
	height:50px;		
	background:url("../images/nav_a.gif") no-repeat right center;
}
.nav a{
	display:inline-block;
	width:139px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-weight:bold;
	font-size:16px;	
}

.nav .end{
	background:none;	
}
/*header 结束*/

/*footer 开始*/
.footer{
	height:100px;
	border-top:1px solid #dedede;
	margin-top:10px;	
	padding-top:25px;
}
.footer_inner {
	height:100px;
	width:770px;
	padding-left:210px;
	margin:0 auto;	
}
.footer p{
	line-height:21px;	
}
/*footer 结束*/

/*公用CSS 结束*/