<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }  /*让这些的标签内外边距都是0*/
fieldset, img {  border:none;  }
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; font-family: "微软雅黑","宋体";}
select, input { vertical-align:middle;  /*  */ }
select, input, textarea { font-size:14px; margin:0; }
textarea { resize:none; }
i{font-style: normal;}
table { border-collapse:collapse; }
body { color:#4D4D4D;  font:14px '微软雅黑'; }/* 设置全局的文字 颜色 字号  字体  */  
a{color:#4D4D4D; text-decoration:none; font-size:14px; }
img{ vertical-align:middle;}
.clearfix:after,.clearfix:before{content:"";display:table;clear:both;}
.clearfix{*zoom:1}
.fll{float: left;}
.flr{float: right;}
.warp{ width:1300px; margin:0 auto;}


/*以下是页面代码*/
.footer{
	background: #0b5e94;
	color:#fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-nav{
	padding-bottom: 10px;
}
.footer a{
	color:#fff;
}
.footer p{
	line-height: 30px;
}
/* .footer-nav span{
	margin-left: 100px;
} */
.footer-content{
	position: relative;
}
.footer-img{
	position: absolute;
	right: 10px;
	top:15px;
}
.footer-content p span{
	margin-right: 10px;
}


/*手机自适应*/
@media (max-width:768px) {

	.warp {
		width: 100%;
	}
	.footer{
		float: left;
		padding: 20px;
		margin-top: 10px;
	}
	.footer p{
		text-align: center;
	}
	.footer span{
		display: block;
		text-align: center;
		margin-left: 0;
		margin-top: 0px;
	}
	.footer-nav{
		text-align: center;
	}
	.footer-nav span{
		display: inline-block;
		margin-left: 0;
		margin-top: 15px;
	}
	.footer-img{
		position:static;
		text-align: center;
	}

}</pre></body></html>