/* Maltose 通用 */

/*CSS reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
	/*white-space:nowrap;*/
}
/*dd,li { white-space:nowrap; }*/
html,body{-webkit-text-size-adjust:none;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
a{text-decoration:none;}
a:hover{ text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1{ font-weight:normal;}
i,em{ font-style:normal;}
h1,h2,h3,h4{ font-weight:normal;}

img{ border:none;}

/*文字排版*/ 
body {color: #333;
    font: 13px/1.5 "Microsoft YaHei",Helvetica,Tahoma; }

.f12{font-size:12px;} 
.f13{font-size:13px;} 
.f14{font-size:14px;} 
.f16{font-size:16px;} 
.f18{font-size:18px;}
.f20{font-size:20px;} 
.fb{font-weight:bold} 
.fn{font-weight:normal;} 
.t2{text-indent:2em;}
.lh30{line-height:30px;}
.lh150{line-height:150%;} 
.lh180{line-height:180%;} 
.lh200{line-height:200%;} 
.unl{text-decoration:underlline;} 
.no_unl{text-decoration:none;}

.font_14{ color:#333; font-size:14px; line-height:26px;}
/*文字颜色*/ 
.red{ color:#e72600;}
/*定位*/ 
.tl{text-align:left;} 
.tc{text-align:center;} 
.tr{text-align:right;} 
.bc{margin-left:0;margin-right:0;} 
.fl{float:left;display:inline;} 
.fr{float:right;display:inline;} 
.cb{clear:both;} 
.cl{clear:left;} 
.cr{clear:rigth;} 
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;} 
.vm{verticle-align:middle;} 
.pr{position:relative;} 
.pa{position:absolute;} 
.abs-right{position:absolute;right:0} 
.zoom{zoom:1;} 
.hidden{visiility:hidden;} 
.none{display:none;}

/*长度高度*/ 
.w10{width:10px;} 
.w20{width:20px;} 
.w30{width:30px;} 
.w40{width:40px;} 
.w50{width:50px;} 
.w60{width:60px;} 
.w70{width:70px;} 
.w80{width:80px;} 
.w90{width:90px;} 
.w980{ width:980px; margin:0 auto;}
.w430{ width:430px;}

/*行距*/
.lineH30{ line-height:30px;} 
.lineH26{ line-height:26px;} 
/*边距*/ 
.m10{margin:10px;} 
.m15{margin:15px;} 
.m30{margin:30px;} 

.mt5{margin-top:5px;} 
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mt15 { margin-top:15px;}
.mt25{ margin-top:25px;}
.mt30{margin-top:30px;} 
.mt10{margin-top:10px;}
.mr40{ margin-right:40px;}
.mr20{ margin-right:20px;}

.mauto{ margin:0 auto;}
.mr10{ margin-right:10px;}
.ml10{ margin-left:10px;}
.pt10{ padding-top:10px;}
.p_tm{ padding:15px 0;}
.pt57{ padding-top:57px;} 
.pt26{ padding-top:26px;} 

/*边框*/

.bor_r{border-right:1px solid #DBDBDB;}

/*透明度 opacity:0.95; filter:alpha(opacity=95)*/


.clear {width:100%;clear:both;}
.clear5 {width:100%;clear:both; height:5px;}

/*利用选择器制作小三角
a:after{border-bottom:6px solid #FFFFFF;border-left:6px solid transparent;border-right:6px solid transparent;bottom:-1px;content:"";display:inline-block;left:50%;margin-left:-6px;position:a:before{border-bottom:8px solid #DDDDDD;border-left:8px solid transparent;border-right:8px solid transparent;bottom:-1px;content:"";display:inline-block;left:50%;margin-left:-8px;position:absolute;}
solute;}*/