/* CSS Document */
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ul, ol, li {
	list-style: none;
}
em, i {
	font-style: normal;
}
img {
	border: none;
}
input, img {
	vertical-align: middle;
}
html {
	font-size: 16px;
	height: 100%;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
}
body {
	margin: 0 auto;
	width: 100%;
	font: 85%/1 "\9ED1\4F53";
	background-color:#000;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.hiden{display:none;}
.show{ display:block;}
.foot {position: absolute;bottom: 2%;text-align: center;z-index: 9;width: 100%;font-size: 12px;color: #FFF;}
/*-----------------------------欢迎页--start-------------------------------------*/
.welctxt1{width: 100%;position: absolute;top: 50%;}
.welctxt2{width: 100%;position: absolute;bottom: 25%;}
.welctxt3{width: 6%;bottom: 10%;position: absolute;left: 47%;}
#clickimg{position: absolute;bottom: 11%;height: 11%; width:100%;}
/*-----------------------------欢迎页--end-------------------------------------*/

/*首页 start*/
	.muneall{position: absolute;width: 100%;top:15%;background: rgba(0, 0, 0, 0.6);}
	.munebtn{position: absolute;left:5%;width:95%;top:0;}
	.munepadd{padding: 5.3% 0;width: 100%;}
/*首页 end*/

/*************苹果四样式********************/
@media screen and (max-height: 480px) 
{
	.muneall {position: absolute;width: 100%;top: 13%;background: rgba(0, 0, 0, 0.6);}
}