@charset "utf-8";
/*
Theme Name:全局样式;
Last Modify:2014/03/04
*/

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img,abbr,acronym {
	border: 0;
}

address,caption,cite,code,dfn,em,th,var {
	font-weight: normal;
	font-style: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}

h2 {
	font-size: 18px;
	font-family: "Microsoft YaHei";
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

q:before,q:after {
	content: ”;
}

body {
	background: #fff;
	font-size: 12px;
	font-family: "Arial", "SimSun";
}

textarea {
	outline: none;
	resize: none;
	overflow: auto;
}

input,label,img,th {
	vertical-align: middle;
	border: none;
}

:focus {
	outline: 0;
}

label,button,a {
	cursor: pointer;
}

/* common */
a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #02367c;
	text-decoration: underline;
}

a img {
	border: none;
	text-decoration: none;
}

.fontA {
	font-family: Arial;
}

.fontMS {
	font-family: "Microsoft YaHei";
}

.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.l24 {
	line-height: 24px;
}

.l26 {
	line-height: 26px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fb {
	font-weight: 500;
}

.fn {
	font-weight: 700;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.normal {
	display: none
}

.active {
	display: block
}

.red {
	color: #fe0000;
}

.orange {
	color: #FF6600;
}

.gary {
	color: #666;
}

.noBor {
	border: none;
}

.border {
	border: 1px solid #e6e6e6;
}

.db {
	display: block;
}

.more {
	float: right;
	-webkit-text-size-adjust: none;
	font-size: 12px;
	font-family: 宋体;
	color: #666;
}

p {
	word-wrap: break-word;
}

/* layout */
.wrap1200 {
	margin: 0 auto;
	width: 1200px;
} /* 宽960 */
.wrap1200 {
	*zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

.col_left,.col_center,.col_right {
	float: left;
	display: inline;
} /* 左、中、右 */
.col_right {
	float: right;
}

.tPad25 {
	padding-top: 25px;
}

.tMar10 {
	margin-top: 10px;
}

.rMar5 {
	margin-right: 5px;
}