@charset "utf-8";
/* CSS Document */

/*all*/
html{ font-size: 100%;}
*{ margin:0; padding:0}
li{ list-style:none}
a{ text-decoration:none; color:#333}
img{ border:none; margin: 0; width: 100%;}
:focus{ outline:none}
body{ font-family:"微软雅黑"; background:#fff; font-size: .24rem; color:#fff;}
.hide{ display: none;}


/*main*/
.main{ 
	width:7.5rem;
	height:auto;
	overflow:hidden;
	zoom:1;
	margin:0 auto;
	background:url(../images/bg.jpg);
	overflow-x: hidden;
}

.banner{
	width: 7.5rem;
	height: 2.54rem;
  	overflow: hidden;
}

.top{
	width: 100%;
	height: .89rem;
}
#nav_btn{
	height: .89rem;
	width: .89rem;
	float: left;
}
.logo{
	height: .89rem;
	width: 1.82rem;
	float: left;
	margin-left: 1.9rem;
}

.nav{
	width: 4.5rem;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
	background: #f5c736;
	display: none;
}
#close{
	width: .43rem;
	height: .43rem;
	display: block;
	margin: .27rem 0 .3rem .3rem;
}
.nav ul li a{
	color: #000;
	display: block;
	padding-left: .9rem;
	line-height: .95rem;
	border-bottom: #f4d74f solid .02rem;
}



.copy{
	width: 100%;
	height: 1.3rem;
	line-height: 1.3rem;
	text-align: center;
	color: #f5c736;
	font-size: .18rem;
}


