

#mobileMenuBtn{display:none; }
.mobileMenu{display:none;}
@media screen and (max-width:767px){
	#mobileMenuBtn{ display:block;}
	.mobileMenuBtn{ position:fixed; right:20px; top:45px;width:30px; height:30px;cursor:pointer; color:#999; background:#f2f2f3 url(../images/mobileMenuBtn.gif) no-repeat center center; text-align:center; border:1px solid #ddd; z-index:999; border-radius:3px; }
	.mobileMenuBtn:hover{ background-color:#ddd;}
	.mobileMenuBtn i{display:block;width:30px; height:30px;cursor:pointer;}
	.mobileMenuBtn .fa-bars{width:30px; height:30px; overflow:hidden;}
	.mobileMenu{ position:fixed; left:0; top:0; z-index:6005; font-size:14px; overflow-x:hidden; overflow-y:auto; background:#333; height:100%; width:200px; -webkit-transition:left .3s ease-in; transition:left .3s ease-in;}
	.mobileMenu ul{ position:absolute; top:0; width:100%; left:0; height:100%; background:#333; list-style:none; margin:0; padding:0; color:#fff; -webkit-transition:left .3s ease-in; transition:left .3s ease-in;}
	.mobileMenu ul li{ border-bottom:1px solid #222; overflow:hidden;}
	.mobileMenu ul li a{ display:block; width:80%; float:left; text-indent:15px; color:#fff; height:36px; line-height:36px;}
	.mobileMenu ul li a:active{ background-color:#222;}
	.mobileMenu ul li a i{ text-indent:0;}
	.mobileMenu ul li .openChild{ cursor:pointer; display:block; height:36px; line-height:36px; box-sizing:border-box; border-left:1px solid #222; width:20%; font-size:20px; text-align:center; float:right;}
	.mobileMenu ul li .openChild:active{ background-color:#222;}
	.mobileMenu ul li ul{ left:100%;}

	.menu{display:none;}
	.subnav{display:none;}
}


@media screen and (max-width:767px){
	.wide{width:98%;}
	.icase li{ width:23%;}
	.iprolist{ display:none;}
	.ipropic{ float:none; width:99%;}
	.ipropic li{ width:31.3%; text-align:center; margin:0 1% 10px 1%; background:none;}
	.ipropic li:hover { background:none;}
	.ipropic li h2{border:3px #e8e8e8 solid;width:95%;margin:0 auto;}
	.ipropic li h2:hover{border:3px #5394cc solid;}
	.iadvantage li {width:50%;}
	.iadvantage li h5{ display:none;}
	.about{width:99%; float:none;margin:0 0 20px 0;}
	.icompany img{width:40%;height:40%;}
	.inews li{ width:92%;float:none; min-height:10px;background:#f1f1f1 none;margin:0 0 10px 0;}
	.inews li:hover { background:#2160a5 none;}
	.inews li span em{display:none;}
	.inews .list1, .inews .list2,.inews .list3, .inews .list4, .inews .list5, .inews .list6{float:none;}

	#main{padding:2% 1%;width:96%;}
	#left{ display:none;}
	#right{  width:100%; float: none; }
	.container{padding:2%;}
	.place{ padding:0 0 0 2%; }
	.place p{float:none; }
	.productb .picdiv{ width:25%;}
	.pic_list .picdiv{ width:25%;}
	.client img{ width:70%;height:70%;}
	.comment{display:none;}
	.content img{max-width:100%;}
	#leftmsg{width:100%; float:none; display:block; }
	#rightmsg{ display:none;}	
}

@media screen and (max-width:479px){
	.toptel{display:none;}
	.topnav{display:none; }
	.icase li{ width:48%;}
	.ipropic li{ width:48%;}
	.iadvantage li {width:100%; float:none;}

	.place p{display:none; }
	.newslist li span{ display:none;}
	.client li{ width:97%;float: none; }
	.special img{width:50%;height:50%;}
	.productb .picdiv{ width:50%;}
	.pic_list .picdiv{ width:50%;}
}

