/* 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);
}


/*首页 start*/
	.logo{width: 45%;position: absolute;top: 5%;left: 27.5%; z-index:9999;}
	.slogan{width: 64%;position: absolute;top: 20%;left: 18%;z-index:9999;}
	
	.logo1{width: 45%;position: absolute;top: 3%;left: 27.5%; z-index:9999;}
	.slogan1{width: 64%;position: absolute;top:17%;left: 18%;z-index:9999;}
	/*图片幻灯*/
	
	.detail .swipe{overflow:hidden;position:relative; margin:0 auto; width:100%; padding-top:39%;}
	.detail .swipe-wrap{overflow:hidden;position:relative; padding-top:6px;}
	.detail .swipe-wrap>div{float:left;position:relative;}
	.detail .swipe-wrap .swipe_pic{position:relative;overflow:hidden;width:100%;}
	.detail .swipe-wrap .swipe_pic img{width:100%;}
	
	.detail .swipe_num{position: relative;left: 41%;bottom: 10px;}
	.detail .swipe_num li{float:left;width:5px;height:5px;background:url(../images/diandian-50.png) no-repeat; background-size:cover; margin-left:5px;}
	.detail .swipe_num li.active{width:5px;height:5px;background:url(../images/diandian-100.png) no-repeat;  background-size:cover;}
	.fclear{ clear:both;}
	/*图片幻灯样式结束*/
	
	/*菜单页样式开始*/
	 .menu{ width:92%; position:relative;left:4%;}
	 .menu li{ width:29%; overflow:hidden; float:left; margin-top:2%; }
	  .menu li img{ width:100%; overflow:hidden;}
	/*菜单页样式结束*/
	
	.hiden{display:none;}
	.show{ display:block;}
/*首页 end*/