.floatBar {
	display: none;
	width: 34px;
	height: 113px;
	position: fixed;
	right: 0;
	top: 50%;
	overflow: hidden;
	cursor: pointer;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
	background-color: #ff5c01;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/contact-icon.png)
}

.floatBar:hover {
	background-color: #ff7d34
}

.float {
	position: fixed;
	bottom: 20px;
	right: 0;
	z-index: 999;
	font-size: 14px;
	line-height: 28px
}

.float .float-closed {
	right: 20px;
	top: -45px;
	width: 28px;
	height: 28px;
	line-height:28px;
	cursor: pointer;
	font-weight: 100;
	border-radius: 100%;
	color: #fff;
	font-size: 12px;
	text-align: center;
	position: absolute;
	background-color: #3e3e3e
}
.float-closed:before, .float-closed:after {
	position:absolute;
	content:"";
	background: #fff;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.float-closed:before{
	width: 10px;
	height: 1px;
}
.float-closed:after {
	width: 1px;
	height: 10px;
	transition: all .5s;
}

.float-up:after {
	height: 0;
}


.float .return-top {
	width: 70px;
	height: 70px;
	display: none;
	cursor: pointer;
	background: url(../images/top-icon.png) no-repeat center #333
}

.float .return-top:hover {
	background-color: #0d91fe
}
.float .float-box{
	display: block;
	position: relative;
	margin-right: -320px;
	/*opacity: 0;*/
	height: 340px;
	transition: margin-right .3s;
}
.float .float-box.show {
	margin-right: 0;
	opacity: 1;
}
.float .float-box li {
	width: 70px;
	height: 70px;
	margin-top: 1px;
	cursor: pointer;
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 0;
	background-color: #3e3e3e;
	transition: All .2s ease-in-out;
	-webkit-transition: All .2s ease-in-out;
	-moz-transition: All .2s ease-in-out;
	-o-transition: All .2s ease-in-out
}

.float .float-box li img {
	max-height: 25px;
	margin-top: 10px
}

.float .float-box li .item {
	bottom: 0;
	right: 107%;
	width: 200px;
	color: #fff;
	display: none;
	text-align: left;
	position: absolute;
	padding: 10px;
	padding-left: 13px;
	line-height: 20px;
	padding-bottom: 15px;
	background-color: #0d91fe
}

.float .float-box li .item img {
	max-height: 100%
}

.float .float-box li .item .btn-warning {
	padding-top: 5px;
	padding-bottom: 5px
}

.float .float-box li .item .p-1 {
	padding-top: 10px;
	font-size: 14px
}

.float .float-box li .item .p-2 {
	font-size: 17px;
	font-family:"微软雅黑",Arial;
	color: #fff
}

.float .float-box li>a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 12px
}

.float .float-box li:hover {
	background-color: #0d91fe
}

.float .float-box li .item-message {
	color: #fff;
	padding-left: 0;
	text-align: center
}

@media(max-width:1220px) {
	.float {
		display: none;
	}
}