@charset "UTF-8";
/*CSS样式重写*/

/*通用样式*/


/*右侧浮动*/
.float {
    position:absolute ;
    top: 50%;
    right: 0;
    margin-top: 360px;
    z-index: 2000;
}
.float_show{
    position: relative;
    bottom: 10px;
}

.float_show.float_show2:hover .float_wx {
    display: block;
}

.float_wx {
    position: absolute;
    top: 74px;
    left: -365px;
    display: none;
    animation: zoomIn 1s;
    color: #fff;
    float: left;
    font-size: 14px;
    background-color: #1162B8;
    width: 436px;
    height: 220px;
}

.float_wx a{
	color:#fff;
}

.float_wx table{
	padding: 10px 24px;
}
.float_wx tr{
	height: 24px;
	line-height: 24px;
}
.float_wx table,.float_wx ul{
	 float: left;
}

.float_wx ul{
	padding: 74px 14px;
}

.float_wx span{
	display: block;
    width: 100%;
    text-align: center;
    margin-top: 6px;
}

.float_title{
	font-size: 16px;
}

.float_title img{
	padding-bottom: 6px;
    padding-right: 6px;
}

.float_wx ul img{
	width:82px;
	height: 82px;
}

.float_show.float_show1 {
    position: absolute;
    top: 72px;
    right: 0;
    width: 70px;
    overflow: hidden;
    transition: width .5s;
}

.float_show.float_show2 {
    position: absolute;
    top: 154px;
    right: 0;
}

.float img{
    vertical-align: middle;
    border: 0;
    transition: .3s;
  	max-width: 320px;
}