@media (min-width:1200px) {
.kf{
	width: 70px;
	background: linear-gradient(168deg,#0169b9, #17439a 100%);
	border-radius: 12px 0px 0px 12px;
	padding: 25px 0px;
	position: fixed;
	right: 0;
	top: 10%;
	z-index: 99999999;
}
.kf ul li{
	width: 100%;
	float: left;
	margin-top: 25px;
	position: relative;
}
.kf ul li dl dt{
	height: 36px;
	text-align: center;
}
.kf ul li dl dt img{
	max-height: 36px;
}
.kf ul li dl dd{
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;
}
.kf ul li:first-child{
	margin-top: 0px;
}
.kf ul li:hover .kfwx{
	opacity: 1;
	visibility: visible;
}
.kf ul li:hover .kftel{
	opacity: 1;
	visibility: visible;
}
.kfwx{
	width: 139px;
	height: 139px;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 0;
	right: 70px;
	z-index: 99999;
}
.kfwx img{
	width: 100%;
	height: auto;
	display: block;
}

.kftel{
	width: 240px;
	height: 93px;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 0;
	right: 70px;
	z-index: 99999;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.kftel h1{
	font-size: 18px;
	font-family: Anton;
	font-weight: normal;
	line-height: 27px;
	font-weight: normal;
	letter-spacing: 3px;
}
.kftel h2{
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}
.kftel p{
	font-size: 12px;
	line-height: 16px;
	color:#999999;
	margin-top: 7px;
}
}

@media (max-width:1199px) {
.kf{
	display: none;
}
}