/**************漂浮**************/
.bodyright{/* position: fixed; right: 0; top:50%; margin-top: -126px; */z-index: 119;font-size: 12px; display: block;}
.bodyright dd{ padding-bottom: 4px; position: relative; text-align:  center;transition-property:all;transition-duration:.5s;}
.bodyright dd a{ border: 1px solid #f1f1f1; background: url(../images/body_right.png) no-repeat 0 0 #fff; height: 60px;*height: 24px; width: 60px; padding-top: 36px; display: block;}
.bodyright dd.b_r1 a{ background-position: 0 -64px;}
.bodyright dd span{ border: 1px solid #f1f1f1; background: url(../images/body_right.png) no-repeat 0 -128px #fff; height: 60px;*height: 24px; width: 60px; padding-top: 36px; display: block; cursor: pointer;transition-property:all;transition-duration:.5s;}
.bodyright dd p{ position: absolute; right: 60px; bottom: 0; overflow: hidden; display: none; margin-right: 4px;}
.bodyright dd p img{max-width:105px; width:93px;background: #c41305; padding: 0px; overflow: hidden; }

.bodyright dt{border: 1px solid #f1f1f1; background: url(../images/body_right.png) no-repeat 0 -191px #fff; height: 60px;*height: 24px; width: 60px; padding-top: 36px; display: block; cursor: pointer;transition-property:all;transition-duration:.5s; text-align: center;}

.bodyright dd.hover a,.bodyright dd.hover span,.bodyright dt:hover{ background-image: url(../images/body_right1.png); background-color: #c41305; color: #fff; border-color: #c41305;}
.bodyrighttop{
	display:none;
}
@media only screen and (max-width: 767px) {
	.hidden-xs{ display: none !important;}

}