/*!	* base.css * CSS Document * The site is designed by Lxh,Inc 6/2017 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@charset "utf-8";

@font-face { 
  font-family: pming;       /*这里是说明调用来的字体名字*/ 
  src: url('../font/pmingliu.TTC');   /*这里是字体文件路径*/ 
}

body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,dl,dt,dd,li,form,button,input,span,i,ul,a,em,img,textarea,select,legend,fieldset{margin:0;padding:0;}
body{font-size:12px; line-height:22px; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased;  font-smoothing: antialiased; min-width:320px; overflow-x:hidden; box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */}
body,button,input,select,textarea{font-size:12px;font-family:"Microsoft Yahei";}
h1,h2,h3,h4,h5,h6,button,input,select,textarea {font-size:100%;}
img{border:none;vertical-align:middle; -ms-interpolation-mode: bicubic;}
ul,ol{list-style:none;}
ul,li{padding:0;margin:0;}
a{text-decoration:none;blr:expression(this.onFocus=this.blur()); outline:none;}
address, cite, dfn, em, var{font-style: normal;}
code, kbd, pre, samp, tt{font-family: "Courier New", Courier, monospace;}
small{font-size:12px;}
/* Form */
label,input,select{vertical-align:middle;}
input[type=submit],input[type=button],input[type=reset]{cursor:pointer;}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"],select,textarea{-webkit-appearance:none;font-family:"Arial","Microsoft Yahei", Helvetica, sans-serif;}*:focus{outline:none;}
textarea,select{-webkit-appearance:none;}
/*text*/
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
/* Clear float */
.clearfix:before,.clearfix:after{content:".";display:block;visibility:hidden;height:0;line-height:0;font-size:0;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
.clear{clear:both;height:0;overflow:hidden;}
.fl{float:left;}
.fr{float:right;}
/*container*/
.container{width:1200px;margin:0 auto;}
.container-width1680{width:87.5%; margin:0 auto;}
.container-full{width:100%; margin:0 auto;}
/* 使得表单元素在 ie 下能继承字体大小 */
button, input, select, textarea{font-size:100%;}
/* 重置表格元素 */
table{border-collapse:collapse; border-spacing:0;}
/* 重置 hr */
hr{border:none; height:1px;}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
/*html{overflow-y:scroll;}*/
/* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
abbr[title],
acronym[title]{border-bottom:1px dotted; cursor:help;}

/* 过渡 */
.transition{ transition:all 0.8s; -moz-transition:all 0.8s; -webkit-transition:all 0.8s; -o-transition:all 0.8s; }

/* 文字移除隐藏 */
.omit{ white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; display:block; }

/* 遮盖层 */
.base-layer{ position:fixed; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:1000; top:0; right:0; bottom:0; left:0; display:none; }

/* 背景图片 */
.background{background-repeat:no-repeat; background-position:center center; background-size:cover; background-color:#666;}

/* table布局 */
.table{display:table;}
.table-cell{display:table-cell; vertical-align: middle; height:100%;}
.inline-block{ display:inline-block; }


::-webkit-scrollbar {
    width: 0px;
    height: 6px;
}

#mo-nav::-webkit-scrollbar {
    width: 0px;
    opacity: 0;
}  

/*å®šä¹‰æ»šåŠ¨æ¡è½¨é“ å†…é˜´å½±+åœ†è§’*/  
::-webkit-scrollbar-track {
    background-color: #eee;
}  

/*å®šä¹‰æ»‘å— å†…é˜´å½±+åœ†è§’*/  
::-webkit-scrollbar-thumb {
}

.btn-disabled {
    background-color: #ccc!important;
    color: #fff!important;
}