@charset "utf-8";
/* CSS Document */
html,body,h1,h2,h3,h4,h5,div,p,ul,ol,dl,dt,dd,table,td,p,object,fieldset,img,q,i,em,sub,sup{ margin:0px;padding:0px;list-style:none;border:0 none;}
*{
	margin:0px;
	padding:0px;
	border:0px;
	font-size:16px; 
	font-family:"微软雅黑";
	}
a{ text-decoration:none;}
header{
	width:100%;
	height: 54px;
	margin:0px auto;
	background-color:#333;
	position:fixed;
	top:0px;
	z-index:999;
	}
nav{
	width:1012px;
	height:54px;
	margin:0px auto;
	overflow: hidden;
	}
nav a{
	color:#fff;
	font-size:18px;
	font-weight:500;
	}
nav a:hover{
	text-decoration:none;
	color:#fff;
	}
.logo img{
	width: 100%;
	}
.logo{
	float:left;
	width: 198px;
	margin-top:7px;
	}
.navigation{
	width:55%; 
	float:left; 
	font-weight:500;
	}
.navigation .navul li{
	list-style:none; 
	float:left; 
	margin-left: 3%;
	height: 54px;
	line-height:54px;
	}
.navigation a:hover{ 
	text-decoration:none;
	color:#ff7f00;
	}
.phone{
	float:right; 
	height:54px;
	text-align:right;
	background:url(../img/phone.png) left center no-repeat;
	padding-left:50px;
	}	
.phonenumber{
	color:#ff7f00;
	height:54px;
	line-height:54px; 
	font-weight:bold;
	font-size:20px
	}
	
	
/*-版权信息-*/	
footer{
	width: 100%;
	padding: 10px 0px;
	background-color:#333;
	overflow: hidden;
	}
.footer{
	width:1002px;
	height:130px;
	margin:0px auto;
	}
.logo_bottom{
	width: 102px;
	height:125px;
	float: left;
	padding:0% 10% 0% 0%;
	border-right:1px dashed #fff;
	}
.address{
	float: left;
	width:45%;
	line-height:24px;
	font-size:14px;
	padding-left:70px;
	margin-top:5px;
	}
.address p{
	color: white;
	font-size: 14px;
	line-height:30px;
	text-align:center;
	}
.address a{
	color: white;
	font-size: 14px;
	text-decoration:none;
	}
.address a:hover{
	color: #ff7f00;
	font-size: 14px;
	}
.wx{
	width: 94px;
	height:125px;
	float: right;
	margin-top:5px;
	padding:0% 0% 0% 10%;
	border-left:1px dashed #fff;
	}
/*-end-*/
