@charset "utf-8";


.weix:hover .weixin{ opacity:1; left:-95px;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; }


/*侧边*/
.weixin{
	position: absolute;
    left: 60px;
    opacity:0;
    top:0px;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
    
    }
.side {
	position: fixed;
	width: 50px;
	height: 275px;
	right: 0;
	top: 250px;
	z-index: 100;
	z-index:999;
}

.side ul li {
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	margin-bottom: 2px;
}

.side ul li .sidebox {
	padding-left:10px;
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 5px 0 0 5px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #ef4a49;
	color: #fff;
	font: 16px/50px "微软雅黑";
	overflow: hidden;
}

.side ul li a:hover .sidebox {
	width: 175px;
}

.side ul li .sidetop {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	background: #ef4a49;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	transition: all 0.3s;
}

.side ul li .sidetop:hover {
	background: #e4392a;
}

.side ul li img {
	float: right;
}

.side ul li .sidebox1 {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 5px 0 0 5px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #ef4a49;
	color: #fff;
	font: 16px/50px "微软雅黑";
	overflow: hidden;
}
