﻿/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0 none;}


body {
	text-align: center;
	font-family: "瀹嬩綋";
	margin: 0;
	padding: 0;
	background:#fff;
	font-size: 12px;
	color: #a3a1a1;
	border: 0 none;
}
div, form, p, img, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
}
ul, ol, li {
	list-style: none;
}
table, td, tr, th, input, select {
	font-size: 12px;
}
input {
	font-family: Arial;
}
table {
	border-collapse: collapse;/**杈圭嚎閲嶅彔锛涚粏绾胯〃鏍�**/
}
a:link {
	color: #a3a1a1;
	text-decoration: none;
}
a:visited {
	color: #a3a1a1;
	text-decoration: none;
}
a:hover {
	color: #f9b85f;
	text-decoration: underline;
}
.clear {
	zoom: 1;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
	height: 0px;
}
/*font*/
.f12 {
	font-size: 12px;
}
.f14 {
	font-size: 14px;
}
.fb {
	font-weight: 800;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.f400 {
	font-weight: 400;
}
.text_right {
	text-align: right;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
.auto {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}