/*
	你的代码写在这里
	style.css是style.less生成的，不要直接改动style.css的内容，不然会被style.less覆盖
*/.footer .kf{	display:none;	position: fixed;    top: 150px;    right: 0px;    padding: 50px 4px 0 4px;    background: url(../img/kf.png) no-repeat 0 0 #FFF;    width: 130px;    border: solid 2px #0093E8;    z-index: 9;}
.footer .kf .osqq{	background-color: #fff;    clear: both;    text-align: center;}.footer .kf .osqq p{	    padding: 5px 0;}.footer .kf .osqq p.phone{	color: #c00;    font-size: 18px;    font-family: Arial,Verdana;    font-style: italic;    font-weight: bold;    display: block;    padding: 5px 0px;}#footpf{	display:none;	width: 100%;    height: 50px;    background-color: #a83837;    position: fixed;    left: 0;    bottom: 0;    z-index: 100;    text-align: center;}#footpf table{	width: 100%;    border-collapse: collapse;    border-spacing: 0;    margin: 0;    table-layout: fixed;}#footpf a{	color: #fff;    font-size: 18px;    line-height: 25px;}#footpf img{	vertical-align: 0;    display: inline-block;}@media only screen and (max-width:1200px){	.footer{		margin-bottom:50px;	}	.footer .kf{		display:none;	}	#footpf{		display:none;	}}


.servicePage .conditions .swiper-slide .pic img {
  opacity: .6;
}
.servicePage .conditions .swiper-slide .pic .txt {
  opacity: 1;
}