<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	

footer {
	width:100%; 
	/*height:160px;*/
	position:relative;
	z-index:99;
	overflow:hidden;
}
.footer-bg {
	text-align: center;
	margin:0 auto;
	height: 160px;
	width:100%px;
	padding:35px 0;
	color:white;
	background:green;
}

.disline1{ float:left;margin-left: 150px; }
.disline2{float: none;}
 
    .dislin4{/*滚动对象样式*/  
        overflow:hidden;/*隐藏Div中多余的内容，增加图片会一起滚动*/  
        width:920px;height:280px;  
        margin:0 auto;  
        padding-top:30px;  
        }  


.footer-bg a {color:#f5f5f5;}

.list-services {
	padding:0;
}
	.list-services li {
		float:left; 
		padding:0 0 0 10px;
	}
	
</pre></body></html>