/* CSS Document */
/*公共样式*/
	* {margin:0;padding: 0;outline: 0;}
		div{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: 14px; height:100%; width:100%; font-family:"Times New Roman", Times, serif;}
		body {margin: 0 auto; width:100%; font: 85%/1 "\9ED1\4F53";background:#FFF;   background-size:100%; -webkit-tap-highlight-color:rgba(0,0,0,0); }
	   div{ margin:0px; padding:0px;}
/*公共样式end*/

/*导航条*/
		* {margin:0;padding: 0;outline: 0;}
		.main_open{ width: 86%;
					position: fixed;
					left: 8%;
					bottom: 17%;
					z-index: 999;}
		
		.main_open_menu01{width: 100%;overflow: hidden;}
		.main_open_menu01 li{ float:left;margin:0; width:33%; padding:0;}
		.main_open_menu01 li img{ width:100%;}
		
		.main_open_menu02{width: 100%;overflow: hidden;}
		.main_open_menu02 li{ float:left;margin:0; width:33%; padding:0;}
		.main_open_menu02 li img{ width:100%;}
	  
		.main_open_menu03{width: 100%;overflow: hidden; }
		.main_open_menu03 li{ float:left;margin:0; width:33%; padding:0;}
		.main_open_menu03 li img{ width:100%;}
		
		
		
		.fclear{ clear:both;}
		.main_memu{ width:100%; position:fixed; left:0;  bottom:0;  z-index:998;}
		.main_memu img{width:100%;}
		
		.main_memu_tel{
				 	width: 25%;
					position: fixed;
					left: 5%;
					bottom: -1.3%;
					z-index: 999;
					}
		.main_memu_tel img{width:100%;}
		
		.main_memu_logo{ 
					width: 32%;
					position: fixed;
					left: 33.5%;
					bottom: -0.7%;
					z-index: 999;
					}
		.main_memu_logo img{width:100%;}
		
		
		.main_memu_map{ 
				    width: 25%;
					position: fixed;
					right: 5%;
					bottom: -1.3%;
					z-index: 999;
				}
		.main_memu_map img{width:100%;}
		
/*导航条end*/
	   