/*新增*/
#backTop {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 888;
}
#backTop ul li {
	cursor: pointer;
	background: none;
	width: 50px;
	height: 50px;
	color: #fff;
	display: block;
	position: relative;
	margin: 0px 0;
	right: 0;
}
#backTop ul li#gttop {
	display: none;
	float: left;
}
#backTop ul li i {
	z-index: 1
}
#backTop ul li.ft-qq i {
	background: #1ea6e9;
}
#backTop ul li.ft-line i {
	background: none;
}
#backTop ul li.ft-tel i {
	background: none;
}
#backTop ul li.ft-cellphone i {
	background: none;
}
#backTop ul li.ft-tel a{color:none;}
#backTop ul li small {
	width: 160px;
	height: 160px;
	position: absolute;
	left: -220px;
	top: 0;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0);
	visibility: hidden;
	opacity: 0;
	background: #fff;
	z-index: 0;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
#backTop ul li small.telTop {
	width: auto;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	text-align: center;
	font-size: 22px;
	color: #333;
	right: 70%;
	left: auto;
	visibility: hidden;
	white-space: nowrap;
}
#backTop ul li:hover.ft-tel small.telTop {
	visibility: visible;
	opacity: 1;
	right: 100%;
}
#backTop ul li:hover.ft-line small.lineTop {
	visibility: visible;
	opacity: 1;
	left: -175px;
}
#backTop ul li:hover.ft-cellphone small.cellphoneTop {
	visibility: visible;
	opacity: 1;
	right: 100%;
}
#backTop ul li.ft-qq small.qqlist {
	visibility: hidden;
	opacity: 0;
	left: -190px;
	padding: 12px 15px 12px 15px;
	width: 150px;
	height: auto;
}
#backTop ul li.ft-qq small.qqlist a, #backTop ul li.ft-qq small.qqlist a i {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#backTop ul li.ft-qq small.qqlist a {
	color: #666;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	position: relative;
}
#backTop ul li.ft-qq small.qqlist a i {
	font-size: 18px;
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #1ea6e9;
	background: none;
	top: 5px;
	left: 2px;
	margin: 0;
}
#backTop ul li.ft-qq small.qqlist em {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: none;
	font-style: normal;
	display: inline-block;
	padding: 5px 0 10px 0;
}
#backTop ul li:hover.ft-qq small.qqlist {
	visibility: visible;
	opacity: 1;
	left: -165px;
}
#backTop ul li.ft-qq small.qqlist a:hover, #backTop ul li.ft-qq small.qqlist a:hover i {
	color: #fff;
}
#backTop ul li i {
	text-align: center;
	color: #fff;
	width: 50px;
	height: 50px;
	font-style: inherit;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	font-size: 22px;
	display: flex;
    align-items: center;
    justify-content: center;
}
#backTop a {
	color: #fff;
	display: block;
	cursor: pointer
}
#backTop ul li small b {
	width: 25px;
	height: 35px;
	position: absolute;
	top: 2px;
	right: -10px;
	z-index: 999;
	font-size: 35px;
}
#backTop ul li small img{ width:100%; height:auto;}
#backTop ul li{display: flex;
    align-items: center;
    justify-content: center;}
#backTop ul li .icon img{ width:20px; height:auto;}
#backTop ul li.ft-tel .icon img{width:36px;}
#backTop ul li.ft-line .icon img{width:36px;}
#backTop ul li.ft-cellphone .icon img{width:36px;}