/* Sidebar */
.function_content {
	font-size: 13px;
	letter-spacing: 1px;
	position: fixed;
	bottom: 42%;
	right: 0;
	width: 40px;
	z-index: 1000;
	margin-top: -136px;
}
.function_aBlock {
	width: 40px;
	height: 40px;
	position: relative;
	display: block;
	margin-bottom: 1px
}
.function_aBlock.topButton {
	margin-bottom: 4px
}
.function_aBlock .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: .5;
	filter: Alpha(opacity=60)
}
.function_aBlock:hover .bg {
	background: #e00000;
	opacity: 1;
	filter: Alpha(opacity=100)
}
.function_aBlock .bg2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/sidebar/a_10.png) no-repeat left center
}
.function_aBlock:hover .bg2 {
	background: url(../images/sidebar/a_12.png) no-repeat left center
}
.function_aBlock .bg3 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/sidebar/a_11.png) no-repeat left center
}
.function_aBlock:hover .bg3 {
	background: url(../images/sidebar/a_13.png) no-repeat left center
}
.function_aBlock img {
	width: 100%;
	position: relative;
	z-index: 66
}
.function_aBlock .in {
	width: 290px;
	height: 158px;
	background: #46484d;
	border-top: 5px solid #e30000;
	position: absolute;
	left: -291px;
	top: 0;
	display: none;
}
.function_aBlock .in.ic {
	top: -41px;
	height: 281px;
}
.function_aBlock .in.is {
	top: -82px;
	height: 118px;
}
.function_aBlock .in.ia {
	top: -42px;
	height:159px;
}
/*.function_aBlock.a1:hover .in{display:block}*/
.function_aBlock .in .wx {
	width: 100%;
	height: 150px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 15px;
	top: 57%;
	margin-top: -80px;
}
.function_aBlock .in .wx p {
    float: left;
	display: block;
    width: 15px;
	font-size: 14px;
    margin: 24px 38px 30px 42px;
}
.function_aBlock .in .wx img {
	float: left;
	width: 120px;
	height: 120px;
	margin: 8px auto 0;
}
.function_aBlock .in .cu {
	color: #fff;
	line-height: 22px;
	padding: 25px 25px 0;
	width: auto;
	text-align: left;
}
.function_aBlock .in .cu h1 {
	font-size: 16px;
	margin-bottom: 10px;
}
.function_aBlock .in .srh {
	width: 230px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #dadadb;
	position: absolute;
	left: 55%;
	margin-left: -130px;
	top: 50%;
	margin-top: -20px
}
.function_aBlock .in .st {
	height: 40px;
	line-height: 42px;
	padding-left: 10px;
	color: #fff;
	background: none;
	border: 0;
}
.function_aBlock .in .btn {
	width: 18px;
	height: 18px;
	border: 0;
	background: url(../images/sidebar/h_1.png) no-repeat left center;
	position: absolute;
	right: 0;
	top: 11px;
}
.function_aBlock .in ul {
	width: 284px;
	border-top: 1px solid #909194;
	border-left: 1px solid #909194;
	border-right: 1px solid #909194;
	margin: 7px auto 0;
}
.function_aBlock .in li {
	padding: 10px 30px;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	text-align: justify;
	border-bottom: 1px solid #909194;
}