/*!	* base.css * CSS Document * The site is designed by LEBANG,Inc 12/2016 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,form,button,input,span,i,ul,a,em,img,textarea,select{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;}
a{transition:all .3s ease-in; -moz-transition:all .3s ease-in; -webkit-transition:all .3s ease-in; -o-transition:all .3s ease-in;}
*{padding:0;margin:0;}
body,button,input,select,textarea{font-size:12px;font-family:"Arial","Microsoft YaHei",Tahoma,"Simsun",sans-serif;}
h1,h2,h3,h4,h5,h6,button,input,select,textarea {font-size:100%;}
table{border-collapse:collapse;border-spacing:0;}
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;}
/*a:hover{text-decoration:underline;}*/
/* 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:"Microsoft Yahei","Arial", Helvetica, sans-serif;}*:focus{outline:none;}
textarea,select{-webkit-appearance:none;}
/* 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; /*min-width:1200px;*/}
/*ease*/
.ease{transition:all .3s ease-in; -moz-transition:all .3s ease-in; -webkit-transition:all .3s ease-in; -o-transition:all .3s ease-in;}