﻿@charset "utf-8";
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #444;
}

img {
	border: 0 none;
	vertical-align: top;
}

ul,
li { list-style-type: none; }

h1,
h2,
h3,
h4,
h5,
h6 { font-size: 20px; }

body,
input,
select,
button,
textarea {
	font-size: 12px;
	font-family:Tahoma, Geneva, sans-serif, "宋体";
}

button { cursor: pointer; }

i,
em,
cite { font-style: normal; }

a,
a:link {
	color: #222;
	text-decoration: none;
}

a:visited { }

a:active,
a:hover { text-decoration: none; }

a:focus { outline: none; }
a.green,
.green { color:#0c0 }
a.red,
.red { color:#c00; }

.c_fixed:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.c_fixed { zoom: 1 }

.clear,
.clear_both {
	display: block!important;
	float: none!important;
	clear: both;
	overflow: hidden;
	width: auto!important;
	height: 0!important;
	margin: 0 auto!important;
	padding: 0!important;
	font-size: 0;
	line-height: 0;
}

.more { float: right; }

.more a {
	font-weight: normal;
	font-size: 12px;
}

.fl,
.fr {
	display: inline;
	float: left;
}

.fr { float: right; }

.s { font-weight:normal; }

.b { font-weight:bold; }

.s_11 { font-size: 11px; }

.b_11 {
	font-size: 11px;
	font-weight:bold;
}

.s_13 { font-size: 13px; }

.b_13 {
	font-size: 13px;
	font-weight:bold;
}

.s_14 { font-size: 14px; }

.b_14 {
	font-size: 14px;
	font-weight:bold;
}

.s_16 { font-size: 16px; }

.b_16 {
	font-size: 16px;
	font-weight:bold;
}

.s_18 { font-size: 18px; }

.b_18 {
	font-size: 18px;
	font-weight:bold;
}

.s_24 { font-size: 24px; }

.b_24 {
	font-size: 24px;
	font-weight:bold;
}

.s_36 { font-size: 36px; }

.b_36 {
	font-size: 36px;
	font-weight:bold;
}

.font_en_01 { font-family: Arial; }

.font_en_02 { font-family: Times New Roman; }

.font_cn_01 { font-family: 黑体; }
.yellow,a.yellow{ color:#F63}
.gray,a.gray{ color:#999;}
.hide { display: none }
.middle,
.middle img,
.middle select,
.middle input { vertical-align: middle; }
.margin_left10{ margin-left:10px;}