/* 全局公共样式 */
html,body{  overflow-x:hidden; margin:0 auto;}
body{ font-family:"宋体";font-size:12px;color:#464646;background:#d2eeff;line-height:18px;}
html, body, div, h1, h2, h3, h4, h5, h6, p, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td，applet, object, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em{margin: 0;padding: 0;}
a{margin: 0;padding: 0;}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
a{color:#2297dd; text-decoration:none;}
a:hover{color:#e90016;}
ul,dl,li{ list-style-type:none;}
li{ vertical-align:top;}
.clear{ clear:both; margin:0; padding:0; font-size:0px; line-height:0px; height:0px; overflow:hidden;} 
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
*html .clearfix {zoom:1;}
*+html .clearfix {zoom:1;}
img{ border:none; vertical-align:middle;}

/* 公共样式 */
.left{ float:left;}
.right{ float:right;}
.display{ display:inline;}
.display_no{ display:none;}
.overflow{ overflow:hidden;}
.t_center{ text-align:center;}
.t_right{ text-align:right;}
.hidden{ display:none;}

/* 字体 */
.tahoma{font-family:"Tahoma"; font-size:10px;}
.songti{font-family:"宋体";}
.shouti{ font-family:Verdana, Geneva, sans-serif;}
.yahei{font-family:"Microsoft yahei";}
.Arial{font-family:Arial;}
.fborder{font-weight:bold;}

/* 字体大小 */
.f10{ font-size:10px;}
.f11{ font-size:11px;}
.f12{ font-size:12px;}
.f13{ font-size:13px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f19{font-size:19px;}
.f20{font-size:20px;}
.f30{font-size:30px;}

/* 字体颜色 */
.ys_0{ color:#666;}
.ys_3{ color:#333;}
.ys_6{ color:#666;}
.ys_9{ color:#999;}
.ys_c{ color:#CCC;}
.ys_d6{color:#d6d6d6}
.red{color:#F00;}
.blue{color:#09F}
.white{color:#ffffff;}

/* 行高 */
.lh_30{ line-height:30px;}
.lh_25{ line-height:25px;}
.lh_24{ line-height:24px;}
.lh_20{ line-height:20px;}
.lh_18{ line-height:18px;}

/* 边框线 */
.border_top{ border-top:1px dashed #e7e7e7;}
.border_hui{border:1px solid #e7e7e7;}
.border_bottom{ border-bottom:1px solid #e7e7e7;}
.border_no{ border-bottom:none;}
.border_b_xu{ border-bottom:1px dashed #e7e7e7;}
.border_b_dian{ border-bottom:1px dotted #e7e7e7;}


/* 间隔 */
.padd_r{padding-right:20px;}