@charset "utf-8";
*{
	list-style-type: none;
}
ul {
	list-style: none;
    padding: 0;
    margin: 0;
    color: #333;
    font-family: wenquanyi micro hei,\5fae\8f6f\96c5\9ed1,Arial,Verdana,sans-serif;
}

.nav_wrap li{
	position: relative;
}
.nav_wrap li img{
	border:0; /*兼容IE7*/
}


.open_div{
	display: none;	
	position: absolute;
    top: 0;
    z-index: 99;
    right: 54px;
}

.nav_wrap li:hover a {
	color:#FFF;
}

.nav_layout{
	position:fixed;
	width: 85px;
	height: 365px;
	background: #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	z-index: 999999;
	
}
.nav_layout ul li {
	width: 85px;
	height: 85px;
	margin-top: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.nav_layout ul li a {
	display: block;
}

.li_color_1 {
	background: #ff5500;
}
.li_color_2 {
	background: #00a8a9;
}
.li_color_3 {
	background: #f43244;
}
.li_color_4 {
	background: #333;
}

.li_color_1:hover{
	background: #28B1E5;
}
.li_color_2:hover{
	background: #4932f4;
}
.li_color_3:hover{
	background: #60BE60;
}
.li_color_3:hover .wxcode {
	display: block;
}
.wxcode {
	position:absolute;
	top: -30px;
	left: -178px;
	background: #333;
	text-align: center;
	color: #fff;
	padding: 15px 10px;
	display: none;
	line-height: 30px;
}