@media screen and (min-width: 1200px) { 
#online{ display:none;} 
#wxdxs{display:none;}
/*side*/
.side {
	position:fixed;
	width:50px;
	height:275px;
	right:0;
	top:400px;
	z-index:100;
}
.side ul li {
	width:10px;
	height:50px;
	float:left;
	position:relative;
	margin-bottom: 2px;
}
.side ul li .sidebox {
	position:absolute;
	width:50px;
	height:50px;
	border-radius:5px 0 0 5px;
	top:0;
	right:0;
	transition:all 0.3s;
	background:#000022;
	color:#fff;
	font:16px/50px "微软雅黑";
	overflow:hidden;
	text-align:center;
}
.side ul li a:hover .sidebox {
	width: 175px;
}
.side ul li .sidetop {
	width:50px;
	height:50px;
	line-height:50px;
	display:inline-block;
	background:#000;
	opacity:0.8;
	filter:Alpha(opacity=80);
	transition:all 0.3s;
}
.side ul li .sidetop:hover {
	background:#e4392a;
}
.side ul li img {
	float:right;
	width:auto;		
}
#footer{height:24px;padding:10px 56px;background-color:#f0f0f0;border-color:#e9e9e9}#footer p{line-height:24px;height:24px;text-align:right;color:#9E9E9E}#footer p span.ellipsis{display:inline;max-width:70%}#footer p a#flogo{display:inline-block;width:50px;height:20px;vertical-align:top;margin-left:10px;margin-top:2px}#footer p a#fbeian{color:#8e8e8e;vertical-align:top}
} 
/* 设置了浏览器宽度不小于1201px时 abc 显示1200px宽度 */ 

@media screen and (max-width: 760px) { 
#online{width:70%;margin:0 15%;position:fixed;background:#000;box-shadow:0 5px 10px rgba(0,0,0,.1);bottom:40px;height:40px;border-radius:80px;z-index:5}
#online a{width:33.333%;float:left;height:100%;line-height:40px;text-align:center;color:#fff;font-size:18px;position:relative}
#online a:after{content:"";position:absolute;right:0;height:100%;width:1px;background:rgba(255,255,255,.6)}
#online a:last-child:after{display:none}
#pcdxs{display:none;}
.side{display:none;}
} 
