/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:1020px;
	margin:0 auto;
	font-size:12px;	
	font-family:"宋体";
	color:#626262;
	background:#eee;
}
h1,h2,h3{	
	font-family:"Microsoft Yahei";
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#626262;
	text-decoration:none;	
}
a:hover{
	color:#0b989f;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:"Microsoft Yahei";	
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.container{
	width:1020px;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/

/*header 开始*/
.header{
	height:70px;
	background:#fff;	
	font-family:"Microsoft Yahei";
}
.header .logo{
	float:left;	
}
.header_left{
	float:left;
	line-height:70px;	
}
.header_left a{
	float:left;
	color:#909090;
	margin-left:20px;	
}
.header_left a:hover{
	color:#0b989f;	
}
.header_right{
	float:right;	
	padding-top:24px;
}
.header_tel{
	float:left;	
	display:inline-block;
	height:23px;
	line-height:23px;
	color:#0b989f;
	font-size:18px;
	margin-right:30px;
	padding-left:33px;
	background:url("../images/header_tel.png") no-repeat left center;
}
.header_search{
	width:243px;
	float:left;	
	height:21px;
	border:1px solid #0b989f;
}
.header_search .text{
	width:207px;
	height:21px;
	border:0;
	+line-height:21px;
	line-height:21px\9;
	float:left;
	padding-left:5px;	
	color:#909090;
}
.header_search .sub{
	width:31px;
	height:21px;
	float:right;
	background:url("../images/header_search.png") no-repeat;	
}
/*header 结束*/

/*nav 导航开始*/
.nav{
	height:50px;
	line-height:48px;
	font-size:16px;
	background:#0b989f;	
	font-family:"Microsoft Yahei";
}
.nav a{
	float:left;
	display:inline-block;
	width:165px;
	height:50px;
	text-align:center;	
	color:#fff;
}
.nav a:hover,.nav a.hover{
	background:url("../images/nav_ah.png") no-repeat top center;	
	color:#0b989f;
}
/*nav 导航结束*/

.m_head{
	height:53px;
	line-height:53px;
	border-bottom:3px solid #7e7e7e;	
	position:relative;
	font-family:"Microsoft Yahei";
}
.m_head span{
	font-size:18px;
	color:#0b989f;
	position:absolute;
	left:0;
	top:0;
	display:inline-block;
	height:53px;
	border-bottom:3px solid #0b989f;		
	padding:0 5px;
}
.m_head .more{
	float:right;
	color:#0b989f;	
	padding-right:10px;
	background:url("../images/mhead_more.png") no-repeat right center;
}

/*footer_message 留言*/
.footer_message{
	width:1020px;
	margin:0 auto;	
}
.footer_message h2{
	height:72px;	
	line-height:72px;
	font-size:18px;
	color:#666;
}
.footer_message .leave{
	float:left;
	padding-left:77px;
	width:560px;	
}
.footer_message .in{
	min-height:30px;
	_height:30px;
	clear:both;
	margin-bottom:14px;	
}
.footer_message .in span{
	display:inline-block;
	height:30px;
	line-height:30px;
	width:70px;	
	float:left;
}
.footer_message .text{
	float:left;
	width:220px;
	height:28px;
	border:1px solid #d6d6d6;	
	padding-left:10px;
	+line-height:28px;
	line-height:28px\9;
	background:none;
}
.footer_message textarea{
	width:396px;
	height:126px;
	float:left;
	border:1px solid #d6d6d6;	
	overflow:hidden;
	background:none;
}
.footer_message .sub{
	width:70px;
	height:25px;
	background:#d6d6d6;	
	float:left;
	margin-left:70px;	
	border-radius:3px;
	color:#fff;
}
.footer_message .contact{
	width:260px;
	float:left;	
}
.footer_message li{
	height:40px;
	line-height:40px;
	padding-left:38px;		
}
.footer_message .c1{
	background:url("../images/contact_c1.png") no-repeat left center;	
}
.footer_message .c2{
	background:url("../images/contact_c2.png") no-repeat left center;	
}
.footer_message .c3{
	background:url("../images/contact_c3.png") no-repeat left center;	
}
.footer_message .c4{
	background:url("../images/contact_c4.png") no-repeat left center;	
}
.footer_message .c5{
	background:url("../images/contact_c5.png") no-repeat left center;	
}
.footer_message .c6{
	background:url("../images/contact_c6.png") no-repeat left center;	
}
/*footer_message 留言*/
.footer{
	height:200px;
	background:#4e4e4e;	
	margin-top:20px;
}

/*公用CSS 结束*/