@charset "utf-8";
/* Reset */
html, body, h1, h2, h3, h4, h5, h6, table, thead, tfoot, tbody, form, fieldset, legend, div, p, span, dl, dt, dd, ul, ol, li, blockquote, pre, q, cite, code, input, select, textarea {margin:0; padding:0; font-family: "Simsun"; font-size: 12px; COLOR: #3a3a3a;}
body{background-color:#FFF;}
h1, h2, h3, h4, h5, h6, strong, em, cite, address, sup, sub {font-weight:normal; font-style:normal; font-size:1em;}
ul, ol, li{list-style-type: none;}
a:link, a:visited {text-decoration:none; color:#4a4a4a;}
a:hover, a:active {text-decoration:underline; color:#4a4a4a;}
fieldset, a img {border:none; padding:0; margin:0;}
img {vertical-align:top; border:0;} 
input, textarea, button {font-size:100%; font-family:inherit;}
button {cursor: pointer;}
textarea {resize:none;}
table {border-collapse:collapse; border-spacing:0;}
select optgroup {font-style:normal;}
select {border:1px solid #d4d4d4;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
/* clearfix */
.clearfix:after {content:"."; display:block; height:0; font-size:0; clear:both; visibility:hidden;}
.clearfix {zoom:1;}

/*通用边距样式*/
.mg_0_at{margin:0 auto; clear:both;} /**/
.mg_10_at{margin:10px auto; clear:both;} /**/
.mg_t10{margin-top:10px;} /**/
.mg_t20{margin-top:20px;} /**/

.pd_l_8{padding-left:8px;} /**/
.pd_l_12{padding-left:12px;} /**/
.pd_r_10{padding-right:10px;} /**/
.pd_t10{padding-top:10px;} /**/


/*通用漂浮样式*/
.fl{float:left;} /**/
.fr{float:right;} /**/

/*通用行高样式*/
.lh24{line-height:24px;} /**/
.lh35{line-height:35px;} /**/

/*通用字体样式*/
.f12_white{font-size:12px; color:#FFF;} /**/
.f12_222{font-size:12px; color:#222; font-weight:bolder;} /**/
.f14_white{font-size:14px; color:#FFF;} /**/
.f14_222{font-size:14px; color:#222222; font-weight:bolder;} /**/
.f28_white{font-size:24px; color:#FFF; font-family:"SimHei"; font-weight:bold;} /**/

/*通用文本对齐样式*/
.ta_l{text-align:left;}
.ta_r{text-align:right;}
.ta_c{text-align:center;}


/*通用边框样式*/
.bb2{border-bottom:2px solid #e1e1e1;} /**/

/*通用其他样式*/
.of_h{overflow:hidden;}

