*{
padding: 0;
margin: 0;	
}
.contanier a{color:#999; text-decoration:none}
body{
	font-family: "微软雅黑";
}
.clear{
	clear: both;
}
.contanier{
	width: 70%;
	margin-left: 15%;
}
.top{
	background: #ff6c00;
	height: 10px;
}
.logo{
	float: left;
	padding-top: 2%;
}
.logo img{
	width: 55%;
}
.nav-box{
	float: right;
	width: 60%;
	padding-top: 2%;
}
.nav{
	width: 50%;
	margin-left: 50%;
	padding-top: 3%;
}
.nav ul li{
	width: 25%;
	float: left;
	list-style-type: none;
	text-align: center;
}
.nav ul li:hover a{
	color: #FF6C00;
}
.active{
	color: #FF6C00 !important;
}
.nav ul li a{
	text-decoration: none;
	color: #000;
}
.search{
	float: right;
}
.text{
	line-height: 20px;
	height: 20px;
	border: 1px solid #ccc;
}
.search-btn{
	line-height: 20px;
	height: 22px;
	border: 0px ;
	background: #e1e1e1;
	padding: 0 5px 0 5px;
	font-family: "微软雅黑";
	cursor: pointer;
}
.search-btn:hover{
	background: #ccc;
}
.footer p{
	text-align: center;
	line-height: 5;
	color: #fff;
	background: #ff6c00;
	font-size: 14px;
}
.hanbao{
	display: none;
	width: 30px;
	height: 30px;
	float: right;
	cursor: pointer;
}
.hanbao img{
	width: 100%;
}
.nav-tankuang{
	display: none;
	position: absolute;
	z-index: 9;
	width: 90%;
	margin-top: 15%;
	transition: all .5s;
}
.nav-tankuang ul{
	background: rgba(0,0,0,.8);
	width: 70%;
	padding: 15%;
}
.nav-tankuang ul li{
	list-style-type: none;
	line-height: 50px;
	hanging-punctuation: 50px;
}
.nav-tankuang ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 13px;
}
.nav-tankuang ul li a:hover{
	color: #FF6C00;
}
.close{
	display: none;
	position: absolute;
	width: 20px;
	height: 20px;
	right: 10%;
	top: 10%;
	cursor: pointer;
}
.close img{
	width: 100%;
}
@media only screen and (max-width: 600px) {
	.contanier{
		width: 90%;
		margin-left: 5%;
	}
	.logo{
		display: none;
	}
	.footer p{
		font-size: 12px;
	}
	.search{
		display: none;
	}
	.nav{
		display: none;
	}
	.hanbao{
		display: block;
	}
}