
/*底部样式开始*/

footer {
	width: 100%;
	background-color: #fefefe;
}

footer .footer-content {
	width: 1190px;
	margin: 0 auto;
	border-bottom: 1px solid #eee;
}

.footer-content .content-left ul {
	margin-top: 24px;
	width: 830px;
}

.footer-content .content-left ul li+li {
	float: left;
	margin-left: 60px;
}

.footer-content .content-left ul li dt {
	line-height: 24px;
	margin-bottom: 4px;
	color: #000000;
	font-weight: 400;
}

.footer-content .content-left ul li dd {
	line-height: 24px;
	font-size: 12px;
	margin: 0;
}

.footer-content .content-left ul li dd a {
	color: #666;
}
.footer-content .content-left ul li dd a:hover {
	color: #000;
}
.content-left .concern-us-item {
	position: relative;
}

.content-left .concern-us-item span {
	position: absolute;
	display: none;
	top: 0;
	right: -90px;
}

.content-left .concern-us-item span img {
	width: 80px;
}

.content-left .concern-us-item:hover span {
	display: block;
}

.footer-content .content-right {
	margin-top: 24px;
	width: 320px;
	/* height: 130px; */
}

.footer-content .content-right .tel {
	margin-bottom: 15px;
}

.footer-content .content-right .tel img {
	float: left;
}

.footer-content .content-right .tel b {
	line-height: 30px;
	font-size: 20px;
	color: #f08300;
}
.footer-content .content-right .tel span {
	color: red;
}
.footer-content .content-right .email p {
	color: #666;
	line-height: 30px;
}

.footer-content .content-right .email span {
	padding-left: 6px;
}

footer .footer-bottom {
	height: 50px;
    margin-top: 20px;
    text-align: center;
    color: #a4a9ad;
}
footer .footer-bottom a,footer .footer-bottom span {
	color: #a4a9ad;
}
.backtop{
	position: fixed;
	right: 0%;
	bottom: 100px;
	z-index:999;
	width: 48px;
	height: 48px;
	background: url("../img/top.jpg") no-repeat center;
	cursor: pointer;
	opacity: 0;
	transition: all 0.8s;
}