


.fix_div{
    position:fixed;
	top:200px;
	
	right:40px;
}

.fix_div li{
    width:63px;
	height:63px;
	margin-bottom:4px;
	cursor:pointer;
}


.fix_div li a{
    width:100%;
	height:100%;
    display: block;
}

.fix_div .wechat{
    background:url(../../images/img_22.png) #00479c;
	border:1px solid #00479c;
}
.fix_div .wechat:hover{
    background:url(../../images/img_22.png) #2a2a2a;
	border:1px solid #2a2a2a;
}


.fix_div .qq{
    background:url(../../images/img_23.png) #00479c;
	border:1px solid #00479c;
}
.fix_div .qq:hover{
    background:url(../../images/img_23.png) #2a2a2a;
	border:1px solid #2a2a2a;
}


.fix_div .weibo{
    background:url(../../images/img_24.png) #00479c;
	border:1px solid #00479c;
}
.fix_div .weibo:hover{
    background:url(../../images/img_24.png) #2a2a2a;
	border:1px solid #2a2a2a;
}


.fix_div .share{
	border:1px solid #00479c;
}
.fix_div .share:hover{
	border:1px solid #2a2a2a;
}

.fix_div .bdsharebuttonbox a.more{
    width:63px;
    height:63px;
	padding:0;
	margin:0;
    background:url(../../images/img_25.png) #00479c;
}
.fix_div .bdsharebuttonbox a.more:hover{
    background:url(../../images/img_25.png) #2a2a2a;
}





.fix_div .top{
    background:url(../../images/img_26.png) #00479c;
	border:1px solid #00479c;
}
.fix_div .top:hover{
    background:url(../../images/img_26.png) #2a2a2a;
	border:1px solid #2a2a2a;
}


.fix_div .big_img {
    position: absolute;
	
    top: -20px;
    left: -170px;
    width: 148px;
    height: 148px;
    border: 5px solid #32BAFA;
    background-color: #ffffff;
    display: none;
}

.fix_div .big_img .er_img{
    width: 148px;
    height: 148px;
    
}

.fix_div .big_img .er_img img{
    width: 148px;
    height: 148px;
}




