﻿@charset "utf-8";
/* CSS 基本样式文档 */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "宋体",sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	background: #fff;
	margin: 0 auto;
}
div,img,form,ul,li,table {
	border:0;
}
/*img {
 filter:Gray; 
}*/
ul {
	list-style-type:none;
}
input {
	font-size:12px;
}
/* 链接 */
a:link { 
	color: #000;
	text-decoration: none;
}
a:visited { 
	color: #000;
	text-decoration: none;
}
a:hover { 
	color: #C30109;
	text-decoration: underline;
}
a:active { 
	color: #C30109;
	text-decoration: underline;
}
/* 链接完毕 */

.frame {
	width: 982px;
	margin: 0 auto 5px;/* FOR FF */
	clear: both; 
}
.frame2 {
	width: 982px;
	margin: 0 auto;/* FOR FF */
	clear: both; 
}



.nobg {
	background: none!important; 
}
.noborder {
	border: 0;

}
/* 字体属性 */
.red {
	color: #fb2211;
}
.red2{
	color: #c30109;
}
.white {
	color: white;
}
.bold {
	font-weight: bold;
}
.font14px { 
	font-size: 14px; 
}
/* 字体属性完毕 */
.center {
	text-align:center;
}

/* 浮动 */
.left { 
	float: left;
}
.right { 
	float: right;
}
/* 浮动完毕 */
.clear{ 
	clear: both; 
	font-size:1px; 
	width:1px;
	visibility: hidden; 
}
