/* 
 *@名称: base.css
 *@功能: 重设浏览器默认样式
 *@作者: 2014-11-19-zhaoyangping
 *@版本: v1.5
 *@时间: 2014-11-19
 */
@charset "utf-8";

/*
  @重置css
*/
html { color:#333; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, form, img, dl, dt, dd, table, th, td, blockquote, fieldset, strong, label, em, pre, code, input, button, textarea, address { margin: 0; padding: 0; }
body { font: 16px/1.5 arial, \5B8B\4F53; text-align: left; direction: ltr; font-family:Verdana,"Microsoft YaHei";  background:#fff; color:#333; }
a { text-decoration: none; outline: none; color:#333; }
p, dt, li { text-align: left; }
li { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: 500; }
img, fieldset { border: 0; }
input, textarea, img { vertical-align: middle; }
:focus { outline: none; }      /* webkit hack */
input, textarea, button, select { font-size: 12px;}
textarea { overflow: auto; vertical-align: top; }
address, code, em { font-style:normal; font-weight: normal; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
abbr { border: 0; font-variant: normal; }
del { text-decoration: line-through; }
a:hover {}


/*
  @全局定义CSS
*/

.clear { clear:both; float:none; height:0; margin:0; padding:0; }
.overHide { overflow: hidden;}
.hide { display: none; }
.show { display: block; }
.inline { display: inline; }
.floatL { float: left; }
.floatR { float: right; }
.center { margin-left: auto; margin-right: auto; }
.mT5 { margin-top: 5px; }
.mT10 { margin-top: 10px; }
.mT15 { margin-top: 15px; }
.mT20 { margin-top: 20px; }
.mT25 { margin-top:25px;}
.mT30 { margin-top: 30px; }
.mL10 { margin-left: 10px; }
.mL15 { margin-left: 15px; }
.mL20 { margin-left: 20px; }
.mR10 { margin-right: 10px; }
.mR15 { margin-right:15px;}
.mB10 { margin-bottom: 10px; }
.mB30 { margin-bottom: 30px; }
.p1 { padding: 1px; }
.p10 { padding: 10px; }
.tLeft { text-align: left; }
.tCenter { text-align: center; }
.tRight { text-align: right; }
.f14 { font-size: 14px; }
.t2 { text-indent: 2em; }
.w100 { width: 100px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w1000 { width: 1000px; margin-left: auto; margin-right: auto;}
.w900 { width: 900px; margin-left: auto; margin-right: auto;}
.p0 { padding-top:0px;}
.pb10 { padding-bottom:10px;}
.pr10 { padding-right:10px;}
.height10 { height:10px;}
.height15 { height:15px;}
.height30 { height:30px;}
.height100 { height:100px;}