h1{
	display:none;
}

#html {
	width: 100vw;
}

#menu {
	width: 99vw;
	height:50px;		
	font:20px/50px 微软雅黑;
	position:relative;
	text-align: left;
}
#menu a {
	text-decoration:none;
}
#menu a:hover {
	color:#fff;
	border-radius:5px; 
	background:#FBB217;
} 

#header {
	width:100%;
	height:50px;
	color:white;
	background:#3E5E62; /*#00A0D8;*/
	font:italic bold 20px/50px "Comic Sans MS";
}
#loginDiv {
	position:absolute;
	right:138px;
	top:7px;
}

.report {
	display:none;
}

.banner {
	margin:0 auto;
	width:95vw;
	height:960px;
	position:relative;
}
.outer {
	position:relative;
	overflow:hidden;
	height:980px;
}
.outer .inner {
	display:none;
	height:650px;
	width:95vw;
}
.outer .inner.on {
	display:block;
}
.inner img {
	display:block;
	margin:0 auto;
}
.control {
	height:26px;
	width:600px;
	position:absolute;
	top:960px;
	right:20px;
}
.control .item {
	color:#fff;
	padding:0;
	height:20px;
	width:20px;
	float:left;
	cursor:pointer;
	margin-right:5px;
	text-align:center;
	font:14px/20px Verdana;
	background:url(/mmyf/pub/image/bg.png) 0 -296px no-repeat;
}
.control .item.on {
	background:url(/mmyf/pub/image/bg.png) 0 -273px no-repeat;
}
.control .desc {
	float:right;
}

#loginWX {
	position:absolute;	
	right:10px;
	top:-1px;
}

#loginWX button {
	border:0;
	width:120px;
	height:24px;
	cursor:pointer;
	background: url(/mmyf/pub/image/icon24_wx_button.png) no-repeat;
}