
					.footer-top{
						margin: 70px 0 75px;
					}
					
					.f-b-l{
					
						width: 100%;
					
						padding:0 3%;
					
					}
					
					
					
					.f-b-l .ad p img{
					
						float: left;
					
						margin-right: 1%;
					
					
					}
					
					.f-b-l .ad label{
					
						float: left;
						padding-bottom: 2%;
						padding-left: 10px;
					
					}
					
					.white{
					
						color: white;
					
					}
					
									
					.gif2{
									
						display: none;
									
					}
									
					.gif2.active{
									
						display: unset;
									
					}
									
					.none{
									
						display: none;
									
					}
					
					#kefu {
						position: fixed;
						right:0;
						top: 40%;
					}
					
					#kefu .kefu-list{
						position: relative;
						background-image: url(/images/bwx.png);
						background-repeat: no-repeat;
						background-color: #444;
						background-size: 40px 40px;
						background-position: center;
						width: 55px;
						height: 55px;
						-webkit-transition: all 0.5s ease-in;
						transition: all 0.5s ease-in;
						z-index: 2;
						margin-bottom: 10px;
					}
					#kefu .kefu-list .con{
						position: absolute;
						opacity: 0;
						padding: 10px;
						right: -55px;
						background-color: #fff;
						top: 0;
						-webkit-transition: all 0.5s ease-in;
						transition: all 0.5s ease-in;
						z-index: 1;
					}
					
					#kefu .kefu-list .con img{
						width: 100px;
					}
					
					#kefu .kefu-list:hover{
						background-color: #008cd6;
					}
					
					#kefu .kefu-list2:hover{
						background-color: #008cd6;
					}
					
					#kefu .kefu-list:hover .con1{
						position: absolute;
						opacity: 1;
						right:55px;
					}
					
					#kefu .kefu-list2:hover .con2{
						position: absolute;
						opacity: 1;
						right:55px;
					}