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

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

body,html{font-family:"Poppins !important";}
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;}
body,button,input,select,textarea{font-size:12px;font-family:"Poppins";}
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;}
/* 使得表单元素在 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;}

/*page*/
/**.page{width:100%;height:40px;text-align:center;line-height:38px; margin-top: 70px;}
.page_con{display:inline-block;*display:inline;*zoom:1;}
.page a,
.page_text,
.page_btn{display:block;width:38px;height:38px;float:left;border:1px solid #cccccc;font-size:14px;color:#999;background:#fff;margin:0 5px;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.page a:hover,
.page_btn:hover{background:#58b530;color: #fff;border-color:#58b530;}
.page a.on{background:#58b530;color:#fff;font-weight:bolder;border-color:#58b530;}
.page a.non{background-color:#f8f8f8;border-color:#e9e9e9;color:#ababab;cursor:default;}
.page a.goprev,.page a.gonext,.page .page_btn{padding: 0 12px;width:auto;}
.page span{font-size:14px;color:#999;margin:0 5px;float:left;}
.page_text{text-align:center;color:#333;width: 60px;}
.page .page_start,.page .page_end{width: 60px;}**/