@charset "utf-8";
/* CSS Document */
/* @Author shenlag QQ:38514999 */

/* ----Reset---- */
html,body,div,dl,dt,dd,ol,ul,li,p,span,em,cite,del,a,img,
h1,h2,h3,h4,h5,h6,object,pre,code,
form,fieldset,legend,pre,input,select,textarea,blockquote,q,
table,caption,thead,tbody,tfoot,th,td,button {margin:0;padding:0;}	
body { font-family:"Microsoft YaHei";font-family: "微软雅黑"; background:#FFF; font-size:12px; color:#333333;}
table { border-collapse:collapse; border-spacing:0;}
img, fieldset, abbr, acronym { border:none;}
a img { border:none; padding:0; margin:0;}
ol,ul,li {list-style:none;}
blockquote,q { quotes:none;}
address,caption,cite,code,dfn,em,th,var { margin:0;padding:0; font-style:normal;font-weight:normal;}
*{ margin:auto;}
/* ----End Reset---- */

/*---- Patchs---- */
.fl { float:left;}		
.fr { float:right;}		
.fn  { float:none;}
.cl { clear:left;}
.cr { clear:right;}
.cb { clear:both;}
.tl { text-align:left;} 
.tr { text-align:right;}
.tc { text-align:center;}
.clear { clear:both;}
.clear:after,.clear:before{content:".";display:block;visibility:hidden;height:0;clear:both;}
.fll {float:left; position:relative;}
.frr {float:right; position:relative;}
.kcs { border:1px solid #cc0000;}
/*---- end Patchs---- */


/*----Public font----*/
a {color:#333;  text-decoration:none; cursor:pointer;}
a:hover { color:#333; text-decoration:none;}
a,a:hover{ outline:none; blr:expression(this.onFocus=this.blur());}
h1{ font-size:16px; color:#333; font-family: "微软雅黑";}
h2{ font-size:16px; color:#333333;}
h3{ font-size:12px; color:#333;}
.bold{ font-weight:bold;}
.f2{ color:#003366; }
.f3{ color:#666666; }
.mb30 { margin-bottom: 30px;}
.mb20 { margin-bottom: 20px;}
.mt30 { margin-top: 30px;}
.mt20 { margin-top: 20px;}
/*----End Public font----*/
strong{ font-family:"微软雅黑";}
.wb1200 { width: 1200px; margin: 0 auto;}
.wb1300 { width: 1300px; margin: 0 auto;}
span.icon,div.icon{display:inline-block;vertical-align:middle;background:url("../images/icon2021.png") no-repeat;}

input,select,textarea{font-size:12px;color:#444;font-family:"微软雅黑","Microsoft Yahei";outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}
input[type=button],input[type=reset],input[type=submit],select{-webkit-appearance:none;-moz-appearance:none;appearance:none}
input[type=button],input[type=reset],input[type=submit]{cursor:pointer}
::-webkit-input-placeholder{color:#999}
::-moz-placeholder{color:#999}
::-ms-input-placeholder{color:#999}
input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none}

