.lvyecms_img img{
	width: 100%;
	min-height: 100px;
	margin-bottom: 10px;
}


/* rollbar ======================================================================================================== */

.rollbar {
	position: fixed;
	right: 5px;
	width: 40px;
	z-index: 999;
}
.rollbar-rb{
	bottom: 20%;
}

.rollbar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.rollbar li{
	position: relative;
	margin-top: 1px;
	text-align: center;
	background: #b9b9b93d;
	width: 30px;
}
.rollbar span {
	position: relative;
	z-index: 2;
	display: block;
	height: 40px;
	/*border-radius: 2px;*/
	_background-color: #aaa;
	_color: #fff;
	text-align: center;
}
.rollbar span i:hover{
	color: #d0cbcbd6;
	_background-color: #555;
}
.rollbar .fa{
	position: relative;
	line-height: 40px;
	font-size: 24px;
	height: 24px;
    color: #868383d6;

}
.rollbar .fa-qq{font-size: 18px;}
.rollbar .fa-exchange{font-size: 18px;}


.rollbar li:hover h6 {
	display: block;
}
.rollbar h6{
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 100%;
	/*right: -30%;*/
	margin: -15px 10px 0 0;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	background-color: #555;
	color: #fff;
	width: 95px;
	/*border-radius: 2px;*/
	text-align: center;
	display: none;
}
.rollbar h6 i{
	position: absolute;
	right: -4px;
	top: 50%;
	margin-top: -4px;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-left: 4px solid #555;
	border-top: 4px solid rgba(0, 0, 0, 0);
	border-bottom: 4px solid rgba(0, 0, 0, 0);
}
.rollbar li.rollbar-totop{
	_display: none;
}
.rollbar li.rollbar-qrcode h6{
	height: 120px;
	margin-top: -60px;
	padding: 0 5px 5px;
}
.rollbar li.rollbar-qrcode h6 img{
	width: 85px;
	height: 85px;
	display: block;
	margin: 0 auto;
}


.menu_more {
	display:none;
	_border:1px solid #ddd;
	width:1032px;
	padding: 0;
	border-top:none;
        z-index: 999;
		text-align:center;
}
.menu_more li{
    height: 50px; 
	line-height:50px;
	float: left;
	background:#fff;
    width: 150px;
	padding:0 0 0 0;
	box-shadow: 0 0 5px #e6dfdf;
	list-style:none;
	margin: 10px;
	border: 1px solid #e0e7eb;
	background-color: #FDFDFD;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.28);
	border-radius: 5px;
	
}
.menu_more li:hover,.menu_more li a:hover{
	background:#0cc215;
    color: #fff;
	padding: 0;
}
.menu_more li a{
    color: #000;
    height: 50px;
    line-height: 50px;
    float: left;
    width: 150px;
	text-decoration:none; 
	text-align: center;
}
@media screen and (max-width: 799px) {
        .menu_more {
            width:300px;

        }
        .menu_more li{
            width: 90px;
			margin: 5px;

        }
		.menu_more li a{
			height: 50px;
			line-height: 50px;
			width: 90px;
			float: left;

		}
}