a, dl, dt, dd, ul, li, ol, h1,h2,h3,h4,h5,h6,form,b,label,table,tbody,td,th,thead{
    margin: 0;
    padding: 0;
    font-size: 100%;
}
html{
    border:0px;
    height: 100%;
}
body{
    font-size:14px;
    line-height:1.8em;
    font-family:"微软雅黑", Arial, sans-serif, serif;
    margin: 0px auto;
    padding:0px;
    border:0px;
    color: #333;
    height: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: 0;
    vertical-align:middle;
}
ul,ol,li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* 选中颜色不同 */
*::-moz-selection {
    background: none repeat scroll 0 0 #ff5e99;
    color: #fff;
    text-shadow: none;
}
*::selection {
    background: none repeat scroll 0 0 #ff5e99;
    color: #fff;
    text-shadow: none;
}

a {
    color: #333;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #F60;
    text-decoration: none;
}
a:hover,
a:active {
    outline: 0;
    text-decoration:none;
}
a:focus {outline-style:none; -moz-outline-style: none;}

a.btn{
    //color:#ffffff;
}
.red{
    color:#FF0000;
}
a.white{
    color:#FFFFFF;
}
.yellow{
    color:#f48c09;
}
.green{
    color:#0673C8;
}
.blue{
    color:#017cc9;
}

/* 宽度 */
.w1080{width:1080px;margin:0 auto;}

.fs12{font-size:12px;}
.fs13{font-size:13px;}
.fs14{font-size:14px;}
.fs16{font-size:16px;}
.fs15{font-size:15px;}

.mg10{margin:10px;}
.mg20{margin:20px;}

.mgt3{margin-top:3px;}
.mgt5{margin-top:5px;}
.mgt10{margin-top:10px;}
.mgt20{margin-top:20px;}
.mgt30{margin-top:30px;}
.mgt40{margin-top:40px;}

.mgr10{margin-right:10px;}
.mgr20{margin-right:20px;}

.mgb10{margin-bottom:10px;}
.mgb20{margin-bottom:20px;}
.mgb40{margin-bottom:40px;}

.mgl10{margin-left:10px;}
.mgl15{margin-left:15px;}
.mgl20{margin-left:20px;}

.pd10{padding:10px;}
.pd20{padding:20px;}
.pdb20{padding-bottom:20px;}

.input-mini {
    width: 60px;
}
.input-small {
    width: 90px;
}
.input-medium {
    width: 150px;
}
.input-large {
    width: 210px;
}
.input-xlarge {
    width: 270px;
}
.input-xxlarge {
    width: 400px;
}
.input-xxxlarge {
    width: 530px;
}
.input-xxxxlarge {
    width: 700px;
}

/*bootstrap */
.form-horizontal .control-group > .control-label {
    float: left;
    width: 100px;
    padding-top: 5px;
    text-align: right;
}
.form-horizontal .control-group > .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 120px;
    *margin-left: 0;
}
.form-horizontal .control-group > .controls:first-child {
  *padding-left: 120px;
}

.form-horizontal .control-group > .controls > .help-block{
    margin:2px 0;
}

.pages{
    text-align:center;
}
.pages a{
    color:#0088CC;
}
.pagination{
    display:inline-block;*display:inline;*zoom:1;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #F5F5F5;
}
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
    background-color: transparent;
    color: #999999;
    cursor: default;
}

pre,blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
code,pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}
/* placeholder */
.placeholder {
    color: #aaa;
}
.pagination{
    margin:0 auto;
    text-align:center;
    display:inline-block;
}
#hd_page{
    border-color: #AAAAAA #DDDDDD #DDDDDD #AAAAAA;
    border-style: solid;
    border-width: 1px;
    font-family: verdana;
    height: 20px;
    margin: 0 5px;
    padding: 1px;
    text-align: center;
    width: 36px
}
.no-data{
    color:#999;
    font-size:18px;
    padding:30px 0;
    text-align:center;
}

.box{
    border:1px solid #E6E6E6;
    padding:1px;
}

.box2{
    border:1px solid #E6E6E6;
    padding:0 15px 20px;
}
#showimg img{
    margin-bottom:5px;
}

#t_code,#t_code_hover,#t_feedback,#t_gotop{z-index:999;width:36px;height:48px;background:url(http://www.ihuakong.com/pages/image/weixin.png) no-repeat;position:fixed;right:30px;cursor:pointer;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
#t_code{background-position:-276px -205px;bottom:300px;_margin-bottom:300px;}
#t_code_hover{background-position:-316px -205px;bottom:300px;_margin-bottom:300px;}
#t_feedback{background-position:-276px -258px;bottom:247px;_margin-bottom:247px;}
#t_feedback:hover{background-position:-316px -258px;bottom:247px;_margin-bottom:247px;}
#t_gotop{background-position:-276px -310px;bottom:194px;_margin-bottom:194px;}
#t_code_img{width:270px;height:355px;background:url(http://www.ihuakong.com/pages/image/weixin.png) -4px -3px no-repeat;position:fixed;right:90px;bottom:247px;cursor:pointer;display:none;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));_margin-bottom:67px;z-index:9999;}
