@charset "utf-8";
/* CSS Document */

body{ margin:0px; padding:0px; font-family:"宋体";}
ul,li,form,dl,dd,dt,p{
	list-style-type:none;
	margin:0px;
	padding:0px;
	height: auto;
}
img,img a{ border:0px;}
.n{font-weight:normal;font-style:normal;}
.b{font-weight:bold;}
.i{font-style:italic;}
.fl{float:left;}
.fr{float:right;}
.cl{height:0px; font-size:0px;clear:both;}
.cl2{clear:left; margin-top:30px; *margin-top:0;}
.z{*zoom:1;}
.wl,.wl a{ color:#fff;}
.wb,.wb a{ color:#333;}
.wr,.wr a{ color:#F00;}
.wg,.wg a{ color:#999;}
.wc,.wc a{ color:#ccc;}
.wblue,.wblue a{ color:#0066CC;}
.wgr,.wgr a{ color:#9B9B9B;}
.ma{ margin:0 auto;}
.oh{ overflow:hidden;}
.dsl{ display:inline}
/* 字体相关 */
h1{ font-size:24px; font-weight:bold; line-height:30px; height:40px; margin:0px; padding:0px;}
h2{ font-size:18px; font-weight:bold; line-height:30px; height:35px; margin:0px; padding:0px;}
h3{ font-size:14px; font-weight:bold; line-height:20px; height:26px; margin:0px; padding:0px;}
.fyh{font-family:"微软雅黑","Microsoft YaHei"}
.fs{font-family:"宋体"}
.f12,.f12 a{ font-size:12px;}
.f14,.f14 a{ font-size:14px;}
.f16,.f16 a{ font-size:16px;}
.l25{ line-height:25px;}
.l60{ line-height:60px;}
.l90{ line-height:90px;}
.tal{ text-align:left;}
.tac{ text-align:center;}
.tar{ text-align:right;}

.w100{ width:100%;}
.w990{ width:990px;}

/* 缩进 */
.s2{text-indent:2em;}

/* 高度 */
.h25{ height:25px;}
.h40{ height:40px;}
.h46{ height:46px;}
.h59{ height:59px;}
.h68{ height:68px;}
.h90{ height:90px;}
.h160{ height:160px;}
.h600{ height:600px;}


/* 内距 */
.pt10{ padding-top:10px;}
.pt16{ padding-top:16px;}
.pt20{ padding-top:20px;}
.pt25{ padding-top:25px;}
.pt30{ padding-top:30px;}
.pb5{ padding-bottom:5px;}
.pb15{ padding-bottom:15px;}
.pb30{ padding-bottom:30px;}
.pl20{ padding-left:20px;}
.pl30{ padding-left:30px;}

/* 外距 */
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.mr10{ margin-right:10px;}
.mr20{ margin-right:20px;}
.mr30{ margin-right:30px;}
.mb10{ margin-bottom:10px;}
.mb20{ margin-bottom:20px;}
.mb30{ margin-bottom:30px;}
.mb70{ margin-bottom:70px;}
.ml14{ margin-left:14px;}
.ml20{ margin-left:20px;}
.ml40{ margin-left:40px;}
.ml50{ margin-left:50px;}
.ml60{ margin-left:60px;}

/* 颜色 */
.orange{color:#f60;}
.blue{color:#0785D7;}


/*清除浮动*/
.fix{*zoom:1;}.fix:after{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}
/*基于display:table-cell的自适应布局*/
.cell{display:table-cell; *display:inline-block; width:2000px; *width:auto;}
/*双栏自适应cell部分连续英文字符换行*/
.cell_bk{display:table; width:100%; table-layout:fixed; word-wrap:break-word;}
/*单行文字溢出虚点显示*/
.ell{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
/*相对位置*/
.po {position:relative;}


