@charset "utf-8";
/* CSS Document  */
*{margin:0 auto;padding:0;}
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td,select{font-family:Arial,Microsoft Yahei,'微软雅黑','宋体'; *font-family:Microsoft Yahei,'微软雅黑','宋体'}
body{font-size:12px;color:#666; font-family:"\5FAE\8F6F\96C5\9ED1",Arial,Microsoft Yahei,'微软雅黑','宋体'; *font-family:Microsoft Yahei,'微软雅黑','宋体';min-width:1200px; }
dl, dt, dd, ul, ol, li{list-style:none;}
a{text-decoration:none;cursor:pointer;color:#666;}
a:hover{color:#F27522;text-decoration:none;}
h3{font-size:14px;}
h4{font-size:13px;}
th{ font-weight: normal;}
image{border:0;}
input,textarea,button,a{outline: none;}
.blue{color:#06c;}
.gray{color:#888;}.graya{color:#999;}
.hui {color:#ccc;}
.green{color:#093;}
.black{ color:#333;}
.orange{color:#fc9113;}
.orangea{color:#FF8432;}
.red{color:#F00;}
.whitec{color:white;}
.white{background:white;}
.clear{clear:both;}
.clearfix:after{content:""; height:0; visibility:hidden; display:table; clear:both;}
.clearfix{ zoom:1;}
.right{float:right;}
.left{float:left;}




.bnt-green{color:white;display:inline-block;text-align: center;height:30px;line-height:28px;border-radius: 3px;}
.bnt-green {
	background: #86C440;
    border:none;
    font-size: 14px; padding:0 10px;
  
}
.bnt-green:hover {
	color: white;
	background: #92d04d;
}