/* CSS Document */
/* #### 面向移动设备：750PX #### */
@media screen and (max-device-width: 750px){

	.dsl-fixed-box{

		display: none;
	}

}


.dsl-fixed-box{

	max-height: 232px;
    position: fixed;
    right: 2px;
    top: 550px;
    font-family: 微软雅黑;
    font-size: 14px;
    color: rgb(36, 53, 88);
    z-index: 10000;

}
.dsl-fixed-box ul{

	    margin: 0;
	    padding: 0;
	    position: absolute;
	    right: 0;
}

.dsl-fixed-box .dsl-phone-icon{

	cursor:pointer;
	background: url("/app/image/dsl_icon/phone_icon.png");
	background-repeat: no-repeat;
	width: 72px;
    height: 72px;
	
}

.dsl-fixed-box .dsl-weixin-icon{

	cursor:pointer;
	background: url("/app/image/dsl_icon/weixin_icon.png");
	background-repeat: no-repeat;
	width: 72px;
    height: 72px;
        /* margin-top: 8px; */
    position: relative;
    bottom: 25px;

}

.dsl-phone-right-img{

	position: absolute;
    right: 70px;
    bottom: 49px;
}

.dsl-phone-right-img img{

	
}
.dsl-weixin-right-img{

	position: absolute;
    right: 70px;
    bottom: -23px;
}



/** 悬停 **/

/** 联系方式 **/
.dsl-phone-right-img img{

   display: none;
   
}

.dsl-phone-icon:hover img{

	 display: block;
	 border-radius: 15px;
	
}
/** 联系方式 **/


/** 微信公众号 **/
.dsl-weixin-right-img img{

   display: none;

  
}

.dsl-weixin-icon:hover img{

	 display: block;
	 border-radius: 15px;
	
}
/** 微信公众号 **/
