

#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){
	.w1000{width:98%;}
	#ileft{ width:98%; float: none;overflow:hidden; margin:0 auto 8px auto; }
	#iright{ width:98%; float: none; margin:0 auto; }
	.topnav{display:none;}
	#header{height:auto;}
	.slider{height:240px;}
	.centered-btns_tabs { display:none;}
	.ibusiness_box a{ padding:0;}
	.ibusiness_box strong{ padding:0;}
	.ibusiness_box span{display:none;}
	.icase .picdiv{ float:left; width:33.3%; margin:0 0 10px 0; }
	.inews{ width:100%; } 
	.inews_box{ width:96%; float: none;}
	.isolution{ width:100%;}
	.isolution_box{ width:96%;float: none; }
	.advantage{width:100%;}
	.advantage_box{ width:31.3%;margin:0 1% 10px 1%; }
	.advantage img{max-width:100%;}

	.footnav dl{ float:left; width:18%; height:240px;}
	.footnav .icontact{float:left; width:40%;}

	#left{ display:none;}
	#right{  width:100%; float: none; }
	.place{border-bottom:0px; height:100%; padding:0 0 0 2%; }
	.place p{float:none;border-bottom:1px #d9d9d9 solid; }
	.title{  width:80%;}
	.comment{display:none;}
	#leftmsg{width:100%; float:none; display:block; }
	#rightmsg{ display:none;}	
}

@media screen and (max-width:479px){
	.toptel{display:none;}
	.slider{height:160px;}
	.ibusiness_box strong{ font-size:12px;}
	.icase .picdiv{ float:left; width:50%; }

	.icompany img{width:50%;height:50%;}
	.inews li span{display:none;}
	.advantage_box{ width:48%;}
	.isolution li span{display:none;}
	.footnav dl{display:none;}
	.footnav .icontact{float:none;width:90%; margin:0 auto;}
	.place p{display:none; }
	.title span{display:none;}
	.newslist li span{ display:none;}
	.courselist li{ width:100%; float:none;}
	.caselist li{ width:100%; float:none;}
	.client li{ width:100%; float:none;}
	.productb .picdiv{ width:50%;}


}

