li {
	list-style: none;
}

a {
	text-decoration: none;
}

.float-kf {
	position: fixed;
	right: 0px;
	bottom: 120px;
	width: 77px;
	z-index: 99999;
	box-shadow: 0 0 5px #ccc;
}

@media only screen and (max-width: 640px) {
	.float-kf {
		display: none;
	}
}

.float-kf li {
	width: 77px;
	height: 71px;
	text-align: center;
	background: #004ea1;
	margin-bottom: 1px;
	position: relative;
	z-index: 999;
}

.float-kf li .ewm-img {
	background: #004ea1;
	padding: 5px;
	height: 130px;
	overflow: hidden;
	box-sizing: border-box;
	position: absolute;
	right: 78px;
	top: -30px;
	-moz-transform: rotateX(270deg);
	-ms-transform: rotateX(270deg);
	-o-transform: rotateX(270deg);
	-webkit-transform: rotateX(270deg);
	transform: rotateX(270deg);
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.float-kf li.ewm:hover .ewm-img {
	-moz-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

.float-kf li a {
	display: block;
	padding-top: 15px;
	width: 77px;
}

.float-kf li a span {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

.float-kf li a#gotop {
	padding-top: 0;
}

.float-kf li.ewm a img {
	width: 23px;
	height: 23px;
}

.float-kf li.ewm a img {
	width: 23px;
	height: 23px;
}

.float-kf li.ewm:hover .ewm-img {
	display: block;
}

.float-kf li.contact-number a {
	float: left;
}

.float-kf li.contact-number {
	width: 220px;
	position: relative;
}

.float-kf li.contact-number .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 71px;
	z-index: 99;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: #46af33;
}

.float-kf li.contact-number .content .tel {
	line-height: 71px;
	color: #fff;
	font-size: 16px;
}

.float-kf li.contact-number:hover .content {
	left: -143px;
}

.float-kf li.online .chat {
	position: absolute;
	right: -244px;
	top: 0;
	border: 1px solid #d7d7d7;
	width: 150px;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 99;
	background: rgba(255, 255, 255, .8);
}

.float-kf li.online:hover .chat {
	right: 85px;
}

.float-kf li.online .chat i {
	background: url(../images/jiantou.png) right center no-repeat;
	display: block;
	width: 8px;
	height: 15px;
	right: -8px;
	position: absolute;
	top: 30%;
}

.float-kf li.online .chat .chatlist {
	line-height: 32px;
	color: #666;
	text-align: left;
	text-indent: 15px;
}

.float-kf li.online .chat .chatlist a {
	width: auto;
	padding-top: 0;
	color: #666;
	height: 32px;
	line-height: 32px;
}

.float-kf li.online .chat .chatlist a span {
	display: inline-block;
	color: #666;
	font-size: 12px;
}

.kf-switch {
	position: absolute;
	top: 100px;
	right: 0;
	display: none;
	z-index: 99999;
}

.kf-open {
	width: 24px;
	float: left;
	background: #1c5a91;
	height: 120px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
	position: relative;
	font-size: 14px;
	margin-top: 50px;
}

.kf-open img {
	display: block;
	margin: 0 auto;
	margin-top: -10px;
}

.kf-open span {
	display: block;
	margin-top: 5px;
}

.kf-content {
	width: 90px;
	border: 1px solid #dddddd;
	border-radius: 10px;
	background: #f9fafb;
	float: left;
	text-align: center;
	padding-bottom: 12px;
	position: relative;
	display: none;
}

.kf-lists li {
	width: 60px;
	height: 60px;
	background: url(../images/kf_list.png) center no-repeat;
	background-size: 60px 60px;
	margin: 0 auto;
	margin-top: 12px;
}

.kf-lists li a {
	display: block;
	overflow: hidden;
}

.kf-lists li img.hover {
	width: 60px;
	height: 60px;
}

.kf-lists li:hover img.hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	transition: all .5s;
}

.kf-lists li.erweima {
	background: url(../images/kf_lists.png) center no-repeat;
	background-size: 60px 60px;
	position: relative;
}

.kf-lists li.erweima .smallImg img {
	width: 16px;
	height: 16px;
	margin-top: 20px;
}

.kf-content .close-btn {
	position: absolute;
	top: -10px;
	right: 8px;
	cursor: pointer;
}

.kf-lists li.erweima .bigImg {
	position: absolute;
	top: -20px;
	right: 80px;
	display: none;
}

.kf-lists li.erweima:hover .bigImg {
	display: block;
}