<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer {
 float: left;
 margin-top: 80px;
 padding-bottom: 20px;
 overflow: hidden;
 border-top: 1px solid #cac9c7;
 width: 100%;
}
.foot {
	position: relative;
	margin: 0 auto;
	width: 1100px;
	font-size: 12px;
}
.foot-logo {
	float: left;
	margin-top: 28px;
	margin-left: 6px;
	display: inline;
	width: 176px;
	height: 50px;
}
.foot-info {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	margin-left: 30px;
	margin-top: 20px;
	display: inline;
	text-align: center;
	width: 570px;
	color: #3c3c3c;
}
.foot-nav li {
	float: left;
	position: relative;
	margin-left: 15px;
	display: inline;
	width: 120px;
	line-height: 40px;
	font-size: 14px;
	color: #3c3c3c;
}
.foot-nav li span {
	float: left;
	margin-left: 40px;
	display: inline;
}
.foot-nav li a {
	color: #3c3c3c;
}
.foot-nav li.cur {
	color: #f65e00
}
.foot-nav li i {
	position: absolute;
	top: 13px;
	left: 20px;
	width: 21px;
	height: 22px;
}
.f-i1 {
	background: url(../images/f_i1.png) no-repeat;
}
.f-i2 {
	background: url(../images/f_i2.png) no-repeat;
}
.f-i3 {
	background: url(../images/f_i3.png) no-repeat;
}
.f-i4 {
	background: url(../images/f_i4.png) no-repeat;
}
.foot-info p {
	clear: both;
}
.foot-service {
	float: left;
	margin-top: 34px;
	margin-left: 30px;
	display: inline;
	font-size: 14px;
	color: #3c3c3c;
}
.foot-service p {
	line-height: 30px;
}
.foot-service i {
	float: left;
	width: 20px;
	margin-right: 5px;
	margin-top: 5px;
	height: 19px;
	background: url(../images/f_i5.png) no-repeat;
}
</pre></body></html>