@charset "utf-8";
/* CSS Document */
html,body,div,ul,li,p,h1,h2,h3{
	margin: 0 auto;
	padding: 0;
	}
a{
	text-decoration:none;
}
a:focus{outline:none;}
ul,li{
	list-style:none;
}
.clean:before,  
.clean:after {  
  content: "";  
  display:block;  
}  
.clean:after {  
  clear: both;  
}  
.clean {  
  *zoom: 1;  
}
img{
	border: none;
}
body{
	position:relative;
	font-family:Arial,Microsoft YaHei;
	background-color:#f6f6f6;
}
.header{
	width:1200px;
	height:126px;
}
.header>div{
	float:left;
}
.header_title{
	width:576px;
	height:126px;
	background:url(../images/header_icon.png) no-repeat;
	position:relative;
}
.header_title h1{
	font-family:Arial,SimHei;
	position:absolute;
	left:60px;
	top:76px;
	width:190px;
	font-size:20px;
	color:#55524d;
	letter-spacing:-2px;
	line-height:20px;
}
.header_title h1>span{
	font-size:12px;
	letter-spacing:0.8px;
	display:block;
	color:#c0b6a7;
}
.header_title input{
	background-color:#f8f8f8;
	width:180px;
	height:26px;
	outline:none;
	border:1px solid #e6e6e6;
	padding:0 5px;
	line-height: 26px;
}
.header_search{
	position:absolute;
	left:270px;
	top:76px;
	width:238px;
	height:30px;
	cursor:pointer;
}
.header_search>div{
	position:absolute;
	top:0;
	right:2px;
	width:30px;
	height:28px;
	background:url(../images/header_search.png) no-repeat;
	display:inline-block;
}

.header_menu{
	margin-top:76px;
	width:624px;
}
.header_menu li{
	float:left;
	width:100px;
	height:45px;
	text-align:center;
}
.header_menu li>div{
	width:33px;
	height:36px;
}
.header_menu a{
	width:100px;
	line-height:24px;
	display: block;
	height:45px;
	font-size:14px;
	color:#666666;
	text-align:center;
}
.header_menu a>div{
	height: 24px;
	margin-bottom:29px;
	padding:0 20px;
	letter-spacing:-0;
	border-left:1px solid #eaeaea;
}
.header_menu_first a>div{
	border:none;
	letter-spacing:8px;
}

.footer{
	min-width: 1200px;
	width:100%;
	height:60px;
	background-color:#2e2f31;
	margin-top:10px;
	color:#666666;
	padding-top:26px;
	font-size:12px;
	line-height:24px;
}
.footer a{
	color: #666666;
}
.footer>div{
	width:1200px;
	position:relative;
}
.footer_l{
	line-height:24px;
}
.footer_phone{
	padding-left:22px;
	background:url(../images/footer_phone.png) no-repeat 0 5px;;
}
.footer_r{
	position:absolute;
	right:5px;
	top:0;
}
.footer_r span{
	margin-left:30px;
}


