@CHARSET "UTF-8";
#newBridge .icon-right-bottom{
	bottom: 255px !important;
}
#newBridge .nb-icon-skin-2 .nb-icon-inner-wrap:hover{
	background: url(../../images/home/consultation.png)no-repeat center;
}
#newBridge .nb-icon-skin-2 .nb-icon-inner-wrap .nb-icon-bridge0{
	display:none;
}
.suspension ul{
	width:57px;
    position: fixed;
    bottom: 141px;
    right: 20px;
    top: auto;
    left: auto;
    z-index: 99999;
    height: 228px;
}
.online-service{
	height: 57px;
    width: 57px;
    background:url(../images/home/online-service.png) no-repeat center;
 	cursor:pointer;
}

.online-service:hover{
	background:url(../images/home/consultation.png) no-repeat center;
}
.QR-code{
	width:57px;
	height:56px;
	background:url(../images/home/code01.jpg) no-repeat;
	cursor: pointer;
	position: relative;
}
.QR-code img{
	position: absolute;
	left: -135px;
    top: -35px;
    z-index: 9999;
    display:none;
}
.QR-code:hover{
	background:url(../images/home/code02.jpg) no-repeat;
}
.QR-code:hover img{
	display:block;
}
.help-center{
	width:57px;
	height:57px;
	background:url(../images/home/bang01.png) no-repeat;
	cursor: pointer;
	position: relative;
}
.help-center:hover{
	background:url(../images/home/bang02.png) no-repeat;	
}
.help-center a{
	width:100%;
	height:100%;
	display:inline-block;
}
.backTop{
	width: 57px;
    height: 57px;
    background: url(../images/home/backTop001.png)no-repeat left center;
    /* position: absolute;
    bottom: 119px;
    right: 0; */
    color: #ffffff;
   /*  z-index: 999; */
    cursor: pointer;
    display:none;
}
.backTop:hover{
	 background: url(../images/home/backbg.png)no-repeat center;	
}
.backTop p{
	position:absolute;
	bottom:5px;
	text-align:center;
	width:100%;
	font-size:12px;
	color:#666666;
}
.backTop:hover p{
	color: #ffffff;
}
.online-service01{
	width: 145px;
    height: 190px;
    /* border-radius: 6px; */
    border:1px #dddddd solid;
    background:#ffffff;
    position: fixed;
    right: 85px;
    bottom: 150px;
    z-index: 9999;/* 
    box-shadow: 0px 3px 13px #888888; */
}/* 
.online-service01{
	width: 145px;
    height: 250px;
    border-radius: 6px;
    border:1px #dddddd solid;
    background:#ffffff;
    position: fixed;
    right: 85px;
    bottom: 85px;
    z-index: 9999;
    box-shadow: 0px 3px 13px #888888;
} */
/* .online-service01:hover{
	display:block;
} */
.online-service01 h3{
 	width:135px;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    height:30px;
    background:#5A73AD;
    line-height:30px;
    padding-left:10px;
    font-weight: normal;
    margin-bottom: 12px;
 }
.online-service01 h3 img{
 	float:right;
 	cursor:pointer;
 	margin-right: 10px;
}
.online-service01 p{
	padding: 0 15px;
	line-height:26px;
	color:#5A73AD;
}
.online-service01 p span{
	color:#000000;
}
.online-service01 .img{
	width:115px;
	margin-left: 15px;
}
.online-service01 .img02{
	position: absolute;
    right: -7px;
    top: 50px;
}
