@charset "UTF-8";

.hover-img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	/*  border-radius: 5px; */
}
/*************** 右侧栏 start ***************/
.side_bar {
	position: fixed;
	top: 20%;
	left: 1%;
	/*  margin-left: 620px; */
}

.side_bar li a {
	display: block;
	width: 96px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #dbdbdb;
	color: #696969;
	margin-bottom: 12px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
}

.side_bar li a.active {
	background-color: #6cb8ff;
	color: #ffffff;
}

.side_bar li .top-back .icon {
	font-weight: bold;
	font-size: 24px;
	color: #ffffff;
	position: relative;
	top: -7px;
}

.side_bar li .top-back:hover {
	background-color: #6cb8ff;
}

@media ( max-width : 1450px) {
	.side_bar {
		display: none;
	}
}
/*************** 右侧栏 end ***************/