/* CSS Document */
body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea{margin:0;padding:0; }
body{font-family: Arial, Helvetica, sans-serif;;font-size:14px;line-height: 1;line-height:1.5em;}
li{list-style-type:none;float:left;}
table{border-collapse:collapse;border-spacing:0;}
area{text-decoration:none;outline:none;color: #000;}
a{text-decoration:none;}
img{border:none;vertical-align:middle;}
i,var{font-style:normal;}
button{font-family:"microsoft yahei";outline:none;cursor: pointer;}
iframe{border: none;}
input,select,textarea{outline:none;font-family:"microsoft yahei";}
textarea{resize:none;overflow-y:auto;}
.at{margin:0 auto;}
.fl{float: left;}
.fr{float: right;}
.hide{display: none;}
.clear{clear:both;}/*清除浮动*/
.dt{display: table;}
.left_p{float:left;}
.right_p{float:right;}
.red{ color:#F00;}
.bold{font-weight:bold;}
.red a:link{
	color:#F00;
	}
.red a:visited {
	color:#F00;
	}
.red a:hover {
	color:#F00;
	}
.red a:link{
	color:#F00;
	}
/*header*/
header{
	width:100%; 
	height:160px;
	border-bottom: solid 2px #ddd;
	}
#main{margin:0 auto; padding:0; width:990px; height:auto;}
.wid{width:990px;margin:0 auto;}
.logo_layout{width:548px; margin:0 auto; margin-top:20px; }
.nav{
	width:1000px;
	margin:20px auto 0 auto;
	height:46px;
	
	}
.nav ul li{
	display:block;
	list-style: none;
	width:auto;
	height:46px;
	float:left;
	font-size:15px;
	color:#c8922b;
	text-align:center;
	margin-left:20px;
	}
.nav ul li a{
	color:#c8922b;
	font-weight: bold;
	}



footer{width: 100%;background: #e6e6e6;padding:30px 0; float:left;}
footer .tel{text-align: center;padding-bottom:30px;}
footer p{text-align: center;font-family: ;margin-top:14px;}
footer p a{margin:0 4px; text-decoration:none;outline: none; color: #000;}
footer p a:hover{text-decoration: none;}
footerp.p1{margin-bottom: 40px; }
footer p a:visited{
	color: #000;
	}