<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form, button, input, table, tr, td, i {
	padding: 0px;
	margin: 0px;
	border: none;
	list-style: none;
	font-weight: normal;
	font-family: "Microsoft YaHei", Arial, "sans-serif";
	font-style: normal;
	font-size: 12px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
input, button, textarea {
	font-family: "Microsoft YaHei", Arial, "sans-serif";
	outline: none;
}
img {
	border: 0px;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
html, body {
	min-width: 1190px;
}
.container {
	width: 1190px;
	margin: auto;
}
/* 浮动 */

.fl {
	float: left
}
.fr {
	float: right
}
/* 清除浮动 */  

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
*zoom:1;
}
.Postion{
	position: relative;
}
.icon {
	background: url(../images/icon.png) no-repeat;
}
.boxPadding {
	padding: 65px 0 55px;
	overflow: hidden;
}
.bg_write {
	background-color: #fff;
}
.bg_gray{
	background-color: #f3f6f8;
}</pre></body></html>