/*右侧悬浮*/
.m-sidebar {
    width: 80px;
    position: fixed;
    right: 0;
    bottom: 25%;
    padding-top: 80px;
    z-index: 999999;
}
.s-app,.s-ewm,.s-kf{
	position: relative;
}
.m-sidebar .s-a{
	display: block;
	width: 45px;
    height: 45px;
    background-image: url(../images/res/iconsprite_btbar.png);
    background-color: rgba(0,0,0,.6);
    text-align: center;
    font-size: 12px;
    margin:0 auto 5px;
    box-shadow: 0 1px 4px rgba(4,0,1,.1);
    border-radius: 2px;
    text-indent: -9999px;
    cursor: pointer;
   
}
.m-sidebar .s-a:hover{
	background-color: rgba(0,0,0,.9);
}
.s-app{
	text-align: center;
}

.s-app .s-a{
	background-position: 2px 2px;
}
.s-app .s-a:hover{
	background-position: -48px 2px;
}
.s-app-box{

}
.app-m{
	border: 1px solid #E5E5E5;
	padding: 6px;
	border-radius: 8px;
}
.app-m-p{
	line-height: 16px;
    font-size: 12px;
    color:#6f757e;
    text-align: center;
    padding: 3px 0;
}
.t-cj{
	width: 31px;
    height: 5px;
    margin: 2px auto 10px;
    border-radius: 2px;
    background: #E5E5E5;
}
.b-cj{
	margin: 10px auto 0;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #E5E5E5;
}
.s-ewm .s-a{
	background-position: 2px -230px;
}
.s-ewm .s-a:hover{
	background-position: -48px -231px;
}
.s-kf .s-a{
	background-position: 3px -43px;
}
.s-kf .s-a:hover{
	background-position: -48px -43px;
}

.s-ewm-box span{
	width: 100px;
	height: 112px;
	display: inline-block;
	text-align: center;
}
.s-ewm-box img{
	display: block;
	width: 100px;
	height: 100px;
}

.s-kf-box .kf {
    display: block;
    width: 90px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    margin: 5px 0;
    border-radius: 4px;
    background:#276bf2;
}
.s-kf-box .lx{
	color:#6f757e;
	font-family:Simsun;	
    line-height: 25px;
    padding-left: 40px;
    background: url(../images/res/iconsprite_btbar.png) -163px -20px;
}
.s-kf-box .ly{
	margin-top: 10px;
	margin-top: 5px;
    line-height: 25px;
    padding-left: 40px;
    background: url(../images/res/iconsprite_btbar.png) -163px -222px;
}
.lx .icon_phone{
	float: left;
	width: 17px;
	height: 17px;
	margin:0 8px;
	background:url(../images/res/iconsprite_btbar.png) -107px -7px;
	
}
.ly .icon_ly{
	float: left;
	width: 17px;
	height: 17px;
	margin:0 8px;
	background:url(../images/res//iconsprite_btbar.png) -109px -36px;
}
.s-kf-box a{
	font-family:Simsun;
	color:#6f757e;
}
.s-kf-box .phone {
    color: #666;
    line-height: 25px;
    padding-left: 40px;
    background: url(../images/res/iconsprite_btbar.png) -163px -131px;
}
.m-sidebar .go-top{
	background-position: 3px -88px;
}

.s-ewm:hover .s-ewm-box,.s-kf:hover .s-kf-box,.s-app:hover .s-app-box{
	display: block;
}

.slide-box{
	position: absolute;
	right: 75px;
	top: -30px;
	padding: 10px;
	font-size: 12px;
	color:#6f757e;
	background: #fff;
    border-radius: 6px;
   box-shadow: 0 1px 4px rgba(4,0,1,.1);
   opacity: .95;
	display: none;
}
.slide-box:after{
	position: absolute;
	top: 29px;
	right: -16px;
	content: '';
	display: block;
	width: 16px;
	height: 45px;
	background:url(../images/res/iconsprite_btbar.png)  no-repeat -7px -180px;
	
}

.s-kf-box{
	width: 190px;
    background-position: -6px -204px;
}
.m-sidebar .pic-tit{
	position: absolute;
	right: 3px;
	top: 0;	
	-webkit-animation:jumpY 2s .4s ease;
	-moz-animation:jumpY 2s .4s ease;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
}
@-webkit-keyframes jumpY {
  from {
	-webkit-transform:translate(0,0);
	transform:translate(0,0);
  }
  50% {
   -webkit-transform:translate(0,20px);
	transform:translate(0,20px);
  }
  to {
    -webkit-transform:translate(0,0);
	transform:translate(0,0);
  }
}

@keyframes jumpY {
  from {
	-webkit-transform:translate(0,0);
	transform:translate(0,0);
  }
  50% {
   -webkit-transform:translate(0,20px);
	transform:translate(0,20px);
  }

  to {
    -webkit-transform:translate(0,0);
	transform:translate(0,0);
  }
}
/* 左侧 */
.m-sidebar-left {
    left: 0px;
    right: auto;
}

    .m-sidebar-left .slide-box {
        left: 75px;
        right: auto;
    }