/* 重置样式 */
*{ box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
body,html{ width:100%; height:100%; font-size:14px;}
body{ font-family:Arial,Helvetica,sans-serif; background:#fff; color: #343948;}
body,div,p,span,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,pre,form,tr,td,th,table{border:0; padding:0; margin:0;}
img,a img{margin:0; padding:0; border:0; font-size: 0; line-height:0;}
h1,h2,h3,h4,h5,h6{font-size:14px; font-weight:normal;}
ul,li,ol,dt,dl,dd{ list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
address,cite,pre,code,em,th,i{font-weight:normal; font-style:normal;}
pre,code{ display:block;}
label,input,textarea,select,button{ font-family:Arial,"Hiragino Sans GB","黑体-简"; margin:0; padding:0; vertical-align:middle; outline:none; border:none 0;}
input,textarea,select{ background:#fff;}
input,button,select,img{line-height:normal;}
img{ vertical-align: middle;}
a{ color:#343948;text-decoration:none; outline: none; cursor:pointer;}
a:hover{ text-decoration:none; color:#95ab63;}
a:active{ outline: none;  star:expression(this.onFocus=this.blur());}

/* 浮动方式 */
.fl{ float:left; display:inline;}.fr{ float:right; display:inline;}.fn{ float:none}.clear{ clear:both;}

/* 定位方式 */
.relative{ position: relative;}.absolute{ position:absolute;}.fixed{ position:fixed;}

/* 显示隐藏 */
.dis{ display:block;}.undis{ display:none;}

/* 字体对齐方式 */
.tl{ text-align:left !important;}.tc{ text-align:center !important;}.tr{ text-align:right !important;}
.pt10{ padding-top:10px;}.pt20{ padding-top:20px;}.pt40{ padding-top:40px;}.pt50{ padding-top:50px;}.pt60{ padding-top:60px;}.pt70{ padding-top:70px;}.pt80{ padding-top:80px;}
.pb20{ padding-bottom:20px;}.pb30{ padding-bottom:30px;}.pb40{ padding-bottom:40px;}.pb50{ padding-bottom:50px;}.pb60{ padding-bottom:60px;}.pb80{ padding-bottom:80px;}
.mb20{margin-bottom: 20px;}
.clear0{ clear:both;line-height:0;height:0;font-size:0;width:0;}
.hr-2,.hr-3,.hr-4,.hr-5,.hr-6,.hr-7,.hr-8,.hr-9,.hr-10,.hr-11,.hr-12,.hr-13,.hr-14,.hr-15,.hr-16,.hr-17,.hr-18,.hr-19,.hr-20,.hr-21,.hr-22,.hr-23,.hr-24,.hr-25,.hr-26,.hr-27,.hr-28,.hr-29,.hr-30,.hr-124{clear:both; overflow:hidden; font-size:0px; line-height:0px;}
.hr-2{height:2px;}.hr-3{height:3px;}.hr-4{height:4px;}.hr-5{height:5px;}.hr-6{height:6px;}.hr-7{height:7px;}.hr-8{height:8px;}.hr-9{height:9px;}.hr-10{height:10px;}.hr-11{height:11px;}.hr-12{height:12px;}.hr-13{ height:13px;}.hr-14{ height:14px;}.hr-15{ height:15px;}.hr-16{ height:16px;}.hr-17{ height:17px;}.hr-18{ height:18px;}.hr-19{ height:19px;}.hr-20{ height:20px;}.hr-21{ height:21px;}.hr-22{ height:22px;}.hr-23{ height:23px;}.hr-24{ height:24px;}.hr-25{ height:25px;}.hr-26{ height:26px;}.hr-27{ height:27px;}.hr-28{ height:28px;}.hr-29{ height:29px;}.hr-30{ height:30px;}
.relative{ position:relative;}.absolute{ position:absolute;}.fixed{ position:fixed;}
.layout{ width:1300px; margin:0 auto; clear:both;}
.icon{ display:inline-block; background:url("../images/icon.png") no-repeat;}
.clearfix:after{  display: block; clear: both;  content: "";  visibility: hidden;  height: 0;}
.clearfix{zoom:1;}

