/*
名称:basic公共层
时间:2016年11月22日
作者:wjh
*/
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{ font-family:'微软雅黑' !important; _font-family:'微软雅黑' !important;}
/*A标签下划线 虚线边框去除  img图片边框  列表黑色圆点*/
a{ text-decoration:none !important; outline:none !important;}
img{ border:0 none;}
ul{ list-style:none;}

i,em{ font-style:normal;}/*倾斜标签*/

/*浮动 双倍边距*/
.fl{ float:left; display:inline;}
.fr{ float:right; display:inline;}
.clear{ clear:both;}

/*浮动塌陷  定位兼容 clearfix跟pc_overflow作用一样*/
.w1250{ width:1250px; margin:0 auto; zoom:1;}
.w1250:before{display: table;line-height: 0;content:"";}
.w1250: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;}

/*mt*/
.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;}


/*ml*/
.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:50px;}
.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;}

/*ftW*/
.ftW{font-weight:bold;}

/*行高*/
.line23{ line-height:23px;}

/*white*/
.white{ color:#ffffff !important;}

/*去除边框*/
.borderNone{ border:0 none !important;}

/*去除背景*/
.bknone{ background:none !important;}



/*ie6duoyu 图片下方空白*/
.ie6duoyu{ overflow:hidden; font-size:0px !important;}