@charset "utf-8";
ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.hanging{
	width: 84px;
	/*height: 446px;*/
	height: 416px;
	position: fixed;
	top: 200px;
	right: 0px;
	z-index: 999;
	background: url(../images/icon-f-bg.png) center no-repeat;
}
.hang-slide{
	width: 84px;
	height: 91px;
	overflow: hidden;
}
.hang-slide-bd{
	border-radius: 42px 42px 0 0;
	overflow:hidden;
	background: #fff;
}
.hang-slide-bd ul{}
.hang-slide-bd ul li{
	width: 84px;
	height: 91px;
}
.hang-slide-bd ul li img{
	width: 100%;
}
.hang-btn{
	width: 66px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1000;
}
.hang-icon{
	height: 66px;
	position: relative;
	border-bottom: 1px dashed #fff;
}
.hang-icon p{
	position: absolute;
	width: 100%;
	margin: 0;
	bottom: 0;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	z-index: 0;
}
.hang-icon a{
	display: block;
	width: 66px;
	height: 66px;
	position: relative;
}
.hang-icon a em{
	display: block;
	position: absolute;
	z-index: 10;
	width: 63px;
    height: 59px;
    filter: Alpha(opacity=0);
    opacity: 0;
    left: 0;
    bottom: 1px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.hang-icon a:hover em{
	filter: Alpha(opacity=100);
    opacity: 100;
    width: 139px;
    height: 59px;
    left: -76px;
    bottom: 1px;
    padding-top: 7px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    /*width: 138px;
    height: 59px;*/
}
.hang-icon a em img{
	width: 138px;
    height: 59px;
}
.hang-icon-1{
	background: url(../images/icon-fm-1.png) center 10px no-repeat;
}
.hang-icon-2{
	background: url(../images/icon-fm-2.png) center 10px no-repeat;
}
.hang-icon-3{
	background: url(../images/icon-fm-3.png) center 10px no-repeat;
}
.hang-icon-4{
	background: url(../images/icon-fm-4.png) center 10px no-repeat;
}
.hang-icon-3 a:hover em{
	left: -140px;
	width: 207px;
	height: 59px;
}
.hang-icon-3 a:hover em img{
	width: 207px;
	height: 59px;
}
.hang-icon-4 a:hover em{
	width: 63px;
    height: 59px;
	left: 0;
	bottom: 1px;
}
.hang-icon-4 a em img{
	width: 63px;
    height: 59px;
}
.hang-btm{
	position: absolute;
	width: 72px;
	height: 72px;
	bottom: 5px;
	left: 6px;
}
.hang-btm a{
	display: block;
	width: 100%;
	height: 100%;
}
.hang-icon-wx{
	filter: Alpha(opacity=0);
    opacity: 0;
	position: absolute;
	top: -30px;
	left: -200px;
	width: 115px;
	height: 115px;
	background: #fff;
	border-radius: 10px;
	transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.hang-icon-4 a:hover .hang-icon-wx{
	filter: Alpha(opacity=100);
    opacity: 100;
    left: -138px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.hang-icon-wx span{
	display: block;
	position: relative;
	width: 92px;
	height: 92px;
	margin: 10px;

}
.hang-icon-wx span:after{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: 36px;
	right: -23px;
	border-left: 10px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.hang-icon-wx img{
	width: 92px;
	height: 92px;
}
.hang-close{
	position: fixed;
	display: block;
	cursor: pointer;
	top: 616px;
    right: 27px;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	width: 25px;
	height: 25px;
	background: #257ECC;
	text-align: center;
	border-radius: 50%;
	z-index: 999999;
}
.hang-close:hover{
	background: #AF3737;
}