


.fix_div{
    position:fixed;
	top:528px;
	/*right:50%;
    margin-right:-645px;*/
    right:80px;
	z-index: 10000;
    /*width:99px;
    height: 426px;*/
    background: url(../images/img_100.png) no-repeat;
}

.fix_div ul{
    margin-top: 0px;
    margin-left:0px;
}

.fix_div li{
    width:54px;
	height:61px;
	margin-bottom:6px; 
	cursor:pointer;
    position: relative;
    /* background-color:#0f73ff;  */
}

.fix_div li.service{
    width:54px;
    height: 76px;
}

.fix_div li.service .img{
    width:54px;
    height:54px;
}

.fix_div li.service .img img{
    width: 100%;
    height: 100%;
}

.fix_div li.service .txt{
    width: 100%;
    text-align:center;
    color: #ffffff;
    font-size: 12px;
    margin-top: 5px;
}

.fix_div li:hover{
    /*opacity: 0.9;
    filter:Alpha(Opacity=90);*/
}

.fix_div li .txt{
    position: absolute;
    left: 0;
    bottom: 0px; 
    width: 100%;
    text-align:center;
    color: #ffffff;
    font-size: 12px;
    margin-top: 5px;
}

.fix_div li a{
    width:100%;
	height:100%;
    display: block;
}

.fix_div .qq{
    background: url(../images/img_101.png) no-repeat center top 8px;
    background-size: 30px 34px;
}

.fix_div .qq:hover{
    filter:alpha(opacity=90);
    opacity: 0.9;
}

.fix_div .wechat{
    background: url(../images/img_25.png) no-repeat center top 14px;
    background-size: 33px 28px;
}

.fix_div .wechat:hover{
    filter:alpha(opacity=90);
    opacity: 0.9;
}

.fix_div .phone{
    background: url(../images/img_23.png) no-repeat center top 10px;
	position:relative;
    background-size: 30px 31px;
}

.fix_div .phone:hover{
    filter:alpha(opacity=95);
    opacity: 0.95;
}

.fix_div .phone .phone_txt{
	position: absolute;
	top: 0px;
	left: -215px;
	width: 196px;
	height: 64px;
	line-height: 64px;
	border-radius: 34px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	display:none;
	text-align:center;
    background: #0f73ff;
}

.fix_div .weibo{
    background:url(../images/img_14.png) no-repeat center center;
    background-color:#0b8ed7;
}

.fix_div .address{
    background:url(../images/addr.png) no-repeat center 7px;
    background-color:#1c91d3;
}

.fix_div .address:hover{
    background-color:#303030;
}


.fix_div .message{
    background:#0075b9 url(../images/img_6.png) no-repeat center 14px;
}



.fix_div .top{
    /*position:absolute;
    left: 44px;
    bottom:8px;*/
    width: 68px;
    height:68px;
    background: #0e64c5 url(../images/img_6.png) no-repeat center center;
    border: 1px solid #efefef;
}
.fix_div .top:hover{
    filter:alpha(opacity=95);
    opacity: 0.95;
}

.fix_div .bottom{
    /*position:absolute;
    left: 44px;
    bottom:8px;*/
    width: 68px;
    height:68px;
    background: #015795 url(../images/img_7.png) no-repeat center center;
    border: 1px solid #efefef;
}
.fix_div .bottom:hover{
    filter:alpha(opacity=95);
    opacity: 0.95;
}


/*  二维码图片  */
/*.fix_div .big_img {
    position: absolute;
    top: -30px;
    left: -168px;
    width: 148px;
    height: 148px;
    border: 5px solid #32BAFA;
    border-radius: 5px;
    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;
}

.fix_div .big_img .msg{
    text-align:center;
    line-height:20px;
	height:25px;
	font-size:16px;
}
*/


.fix_div .big_img {
    position: absolute;
    top: -63px;
    left: -190px;
    box-shadow: 0 0 15px 3px #dedede;
    background-color: #ffffff;
    padding: 14px 5px 5px;
    border: 1px solid #cccccc;
    display: none;
}

.fix_div .big_img2{
    position: absolute;
    top: 80px;
    left: -190px;
    box-shadow: 0 0 15px 3px #8a8a8a;
    background-color: #ffffff;
    padding: 14px 5px 5px;
    border: 1px solid #cccccc;
    display: block;
}

.fix_div .big_img .msg,
.fix_div .big_img2 .msg{
    font-size: 14px;
    color: #3e3e3f;
    text-align: center;
    line-height: 18px;
	margin-bottom:7px;
}

.fix_div .big_img .er_img,
.fix_div .big_img2 .er_img{
    width: 148px;
    height: 148px;

}

.fix_div .big_img .er_img img,
.fix_div .big_img2 .er_img img{
    width: 100%;
    height: 100%;
}



/*  定义 放置百度分享按钮的样式  */
/*
.fix_div .share{
	border:1px solid #bfc0c1;
}
.fix_div .share:hover{
	border:1px solid #007cf0;
}
*/


/*   自定义 百度分享按钮的样式  */
.fix_div .bdsharebuttonbox a.more{
    width:52px;
    height:53px;
	padding:0;
	margin:0;
    /*background:url(../images/img_25.png) #ffffff;*/
    background:url(../images/img_17.png) #24860d no-repeat -1px 0px;
}



