.header{
	width: 100%;
	height: 90px;
	background: #fff;
}
.head{
	position: fixed;
	top:0;
	width:100%;
	height: 90px;
	background: rgba(255,255,255,.8) !important;
	z-index: 1001;
}
.nav{
	width: 1200px;
	margin: 0 auto;
	height:90px;
}
.logo img{
	height:50px;
	margin-top:20px;
}
.logo{
	float: left;
}
.nav-list{
	float: right;
}
.nav-list>div{
	float: left;
	line-height:90px;
	margin-left: 74px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing:1px;
}
.nav-list>div:hover{
	cursor: pointer;
}
.native-nav{
	color: #eb6100;
}
#footer{
	height: 200px;
	width:100%;
	background: #eb6100;
}
.footer{
	width: 900px;
	margin: 0 auto;
	color: #fff;
}
.footer>div{
	float: left;
}
.footer>div img{
	width: 80px;
	margin-bottom: 10px;
}
.footer-l{
	text-align: center;
	font-size: 12px;
}
.footer-l h3{
	font-size: 17px;
	margin-top: 80px;
	margin-bottom: 15px;
}
.footer-m{
	margin-left: 120px;
}
.footer-m>div{
	float: left;
	text-align: center;
	margin-top: 52px;
	font-size: 13px;
	margin-right: 30px;
}
.footer-r{
	margin-left: 100px;
	font-size: 13px;
	line-height: 27px;
	margin-top: 60px;
}