

/*
Name:Css公共层
Date:2017年3月13日
Version:1.0.beta

*/


/*重置内外边距*/
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:0px;}
/*body*/									
body{ font-size:12px; font-family:'宋体'; font-family:'宋体' !important ;}
/*em,i*/
em,i{ font-style:normal;}
/*列表圆点*/
ul{ list-style:none;}
/*A标签下划线*/
a { text-decoration:none; outline:none;}
/*图片边框*/
img{ border:0 none;}

/*浮动*/
.fl{ float:left; display:inline;}
.fr{ float:right; display:inline;}

/*清除浮动*/
.clear{ clear:both;}

/*宽度*/
.w980{ width:980px; margin:0 auto; zoom:1;}
.w980:before{display: table;line-height: 0;content:"";}
.w980:after{ display: table;line-height: 0;content:""; clear:both;}

.w800{ width:800px; margin:0 auto; zoom:1;}
.w800:before{display: table;line-height: 0;content:"";}
.w800:after{ display: table;line-height: 0;content:""; clear:both;}

/*塌陷*/
.clearfix{zoom:1;}
.clearfix:before,.clearfix:after{display: table;line-height: 0;content:"";}
.clearfix:after{clear:both;}

/*内外边距*/
.mt2{ margin-top:2px;}
.mt5{ margin-top:5px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt25{ margin-top:25px;}
.mt30{ margin-top:30px;}
.mt35{ margin-top:35px;}
.mt40{ margin-top:40px;}
.mt45{ margin-top:45px;}
.mt50{ margin-top:50px;}
.mt55{ margin-top:55px;}

.ml0{ margin-left:0px !important;}
.ml5{ margin-left:5px;}
.ml10{ margin-left:10px;}
.ml15{ margin-left:15px;}
.ml20{ margin-left:20px;}
.ml25{ margin-left:25px;}
.ml30{ margin-left:30px;}
.ml35{ margin-left:35px;}
.ml40{ margin-left:40px;}
.ml45{ margin-left:45px;}
.ml50{ margin-left:55px;}
.ml55{ margin-left:55px;}

/*文字居中*/
.tl{ text-align:left;}
.tc{ text-align:center;}
.tr{ text-align:right;}

/*块状 隐藏标签*/
.disBlock{ display:block;}
.disNone{ display:none;}

/*最小高度*/
.ft0{ font-size:0px !important;}

/*ft14*/
.ft14{ font-size:14px;}
.ft12{ font-size:12px;}

/*字体加粗*/
.fW{ font-weight:bold;}

/*行高*/
.line23{ line-height:23px;}

/*white*/
.white{ color:#ffffff !important;}

/*去除边框*/
.borderNone{ border:none !important;}

/*去除背景*/
.bkNone{ background:none !important;}

/*ie6duoyu*/
.ielduoyu{ overflow:hidden;font-size:0px !important;}
















