html, body, div, span, object, iframe,h1, h2,
h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn,
em, img, ins,kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd,
ol, ul, li,fieldset, form, label, legend,table, caption, tbody,
tfoot,thead,tr, th, td,article, aside, canvas, details, figcaption,
figure, footer, header, hgroup, menu, nav, section, summary,time, mark,
audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  vertical-align:baseline;
  background:transparent;
  outline-style:none;/*FF*/
  list-style:none;
}

body {
  line-height:1;
  /* height: 1000px; */
}
.wrapper {
    background-color: #fff;
    overflow: hidden;
    /* min-height: 685px;  */
    min-height:100%
    /* height:auto!important; */
  }
a{
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;

}
a:hover,a:focus{
  text-decoration:none;
  outline-style:none;/*FF*/
}
table {
  border-collapse:collapse;
  border-spacing:0;
}

input, select {
  vertical-align:middle;
}

/* 验证码按钮 */
.codeBtn {
    width: 80px;
    height: 40px;
}

/* 出价弹窗 有问题，待修复 */
.ivu-notice {
    width: 335px;
    margin-right: 45%;
    position: fixed;
    z-index: 1010;
}
.twohundred-px{
    width: 200px;
}
/*css为clearfix，清除浮动*/
.clearfix::before,
.clearfix::after{
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix:after{clear:both;}
.clearfix{
  *zoom:1;/*IE/7/6*/
}
.tc{
    text-align: center;
}
.tr{
  text-align: right;
}
.bg_fff{
    background:#fff;
}
.ivu-input-group-append, .ivu-input-group-prepend{
    background: #e51f25;
    color:#fff;
}
.ivu-input-group-append .ivu-btn, .ivu-input-group-prepend .ivu-btn{
    font-size:16px;
}
.bg_e51f25{
    background: #e51f25;
}
.c_e51f25{
    color:#e51f25
}
.ivu-menu-light.ivu-menu-horizontal .ivu-menu-item-active, .ivu-menu-light.ivu-menu-horizontal .ivu-menu-item:hover, .ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu-active, .ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu:hover{
    border:none;
}
.dpauc{
    width:1220px;
    margin:0 auto;
}

.largeCon{
    width:98%;
    margin: 0 auto;
}
.f12{
    font-size:12px;
}
.f14{
    font-size:14px;
}
.f20{
    font-size:20px;
}
.bg_f3f5f7{
    background: #f3f5f7;
}
.f32{
    font-size:32px;
}
.f20{
    font-size:20px;
}
.f16{
    font-size:16px;
}
.f18{
    font-size: 18px;
}
.f26{
    font-size:26px;
}
.mb20{
     margin-bottom:20px;
 }
.mt20{
    margin-top:20px;
}
.c_999999{
   color:#999;
}
.default{
    cursor: default;
}
.c_666{
    color:#666666;
}
.h25{
    margin-top:25px;
}
.bg_bcbcbc{
    background: #bcbcbc;
}
.operBtn .ivu-btn.disabled, .operBtn .ivu-btn.disabled.active, .operBtn .ivu-btn.disabled:active,.operBtn .ivu-btn.disabled:focus, .operBtn .ivu-btn.disabled:hover,.operBtn .ivu-btn[disabled],.operBtn .ivu-btn[disabled].active,.operBtn .ivu-btn[disabled]:active, .operBtn .ivu-btn[disabled]:focus, .operBtn .ivu-btn[disabled]:hover, .operBtn fieldset[disabled] .ivu-btn, .operBtn fieldset[disabled] .ivu-btn.active, .operBtn fieldset[disabled] .ivu-btn:active, .operBtn fieldset[disabled] .ivu-btn:focus, .operBtn fieldset[disabled] .ivu-btn:hover{
    color:#999999;
    background: #f4f5f7;
    border-color:#f4f5f7;
}
.editTarInce .ivu-btn.disabled, .editTarInce .ivu-btn.disabled.active, .editTarInce .ivu-btn.disabled:active,.editTarInce .ivu-btn.disabled:focus, .editTarInce .ivu-btn.disabled:hover,.editTarInce .ivu-btn[disabled],.editTarInce .ivu-btn[disabled].active,.editTarInce .ivu-btn[disabled]:active, .editTarInce .ivu-btn[disabled]:focus, .editTarInce .ivu-btn[disabled]:hover, .editTarInce fieldset[disabled] .ivu-btn, .editTarInce fieldset[disabled] .ivu-btn.active, .editTarInce fieldset[disabled] .ivu-btn:active, .editTarInce fieldset[disabled] .ivu-btn:focus, .editTarInce fieldset[disabled] .ivu-btn:hover{
    color:#fff;
    background: #bcbcbc;
    border-color:#bcbcbc;
}
.linefFont
{
    width:1200px;
    height:36px;
    line-height: 36px;
    text-align:center;
    position:relative;
}
.linefFont div:before,.title div:after
{
    position:absolute;
    background:#e51f25;
    content:"";
    height:1px;
    top:50%;
    width:43%;
}
.linefFont div:before{left:0;}
.linefFont div:after{right:0;}
.clear{
    clear: both;
}
.fw{
    font-weight: bold;
}
.ellipsis{
    overflow:hidden; /*超出的部分隐藏起来。*/
    white-space:nowrap;/*不显示的地方用省略号...代替*/
    text-overflow:ellipsis;/* 支持 IE */
}
.ellipsis2{
    word-break:break-all;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}
.fl{
    float: left;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}


/* 服务专区 */
.biaoti{
    height: 30px;
    width: 1200px;
    /* border: 1px solid red; */

    text-align: left;
    font-family: "微软雅黑";
    font-weight: bold;
    margin: 0 auto;
    margin-top: 65px;
}

.mod:hover{
    -webkit-box-shadow: #ccc 0px 10px 10px;
    -moz-box-shadow: #ccc 0px 10px 10px;
    box-shadow: #ccc 0px 10px 10px;  }
.wa{
    /* height: 666px; */
    width: 100%;
    /* margin: 0 auto; */
    /* border: 1px solid red; */
    /* background: #fff; */
}
.modImg{
    width:100%;
    height:360px
}
.financial{
    /* height: 666px; */
    /* border: 1px solid red; */
    background: #fff;
    font-size: 18px;
    padding: 100px 100px;
    line-height: 30px;
}
.finance{
    margin-bottom:180px ;
}
.BT-1{
    /* color: red; */
    font-size: 16px;
}
.BT-2{
    margin: 25px auto;
    width: 40px;
    height: 4px;
    /* background: red; */
}
.BT-3{
    /* color: red; */
    font-size: 16px;
    font-weight: lighter;
}

/* 页面所有按钮样式 */
.btn {
    border-color: #e51f25;
    color: #fff;
    height: 32px;
    width: 60px;
    background: #e51f25;
    margin-left: 10px;
    border-radius: 4px;
  }
.btn:hover {
    border-color: #e51f25;
    color: #fff;
    background: #e51f25;
  }
/* 页面所有查询按钮样式 */
.searchBtn {
    background: #fff;
    border: 1px solid #e51f25;
    color: #e51f25;
    width:60px;
    border-radius: 2px;
    margin-left:10px;
  }
.searchBtn:hover {
    background: #fff;
    border: 1px solid #e51f25;
    color: #e51f25;
    width:60px;
    margin-left:10px;
  }
  /* 所有保存按钮 */
.saveMsg {
    background: #e51f25;
    color: #fff;
    border-radius: 6;
    border: none;
    padding: 8px 30px;
    width: 160px;
    height: 40px;
  }
.saveMsg:hover {
    background: #e51f25;
    color: #fff;
    border-radius: 6;
    border: none;
    padding: 8px 30px;
    width: 160px;
    height: 40px;
  }

  /* background:#fff;color:#E51F25; */
  /*修改资料按钮 */
  .alterMsg {
    background: #fff;
    color: #e51f25;
    border-radius: 4;
    border: 1px solid #e51f25;
    padding: 8px 30px;
    width: 160px;
    height: 40px;
  }
  .alterMsg:hover {
    background: #fff;
    color: #e51f25;
    border-radius: 4;
    border: 1px solid #e51f25;
    padding: 8px 30px;
    width: 160px;
    height: 40px;
  }
  /* ivew input禁用 */
  .ivu-input[disabled], fieldset[disabled] .ivu-input {
    background-color: #fff;
    opacity: 1;
    cursor: not-allowed;
    color: #000;
}
.ivu-input[disabled]:hover, fieldset[disabled] .ivu-input:hover {
    border-color: #bcbcbc;
}


/* ivew 选择器禁用 */
.ivu-select-disabled .ivu-select-selection {
    background-color: #fff;
    opacity: 1;
    cursor: not-allowed;
    color: #000;
}
/* ivew 按钮禁用 */
.ivu-btn[disabled] {
    /* color: #fff;
    background-color: #bbbec4; */
}
.list-pm-one{
    width: 288px; margin-top: 16px; padding-right: 0px; padding-left: 0px; margin-right: 8px; margin-left: 8px; background: #fff; padding: 5px;
}
.h_bar_title{ border-bottom: #ee4d12 2px solid}
.h_bar_title a{ color: #000;  border-left: #ee4d12 solid 5px; text-indent: 5px; margin-left: 5px;}
.auction_picture{ text-align: center; height: 250px; background: #f3f5f7; overflow: hidden; width: 278px; position: relative}
.auction_picture img{
    position: absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}
.auction_dec{ padding: 3px; line-height: 30px; color: gray; }
.auction_dec .title{ font-size:16px; font-weight: bold; color: #000; line-height: 40px;}
.auction_dec .a{
    float: left; color: red; font-size: 20px; font-weight: bold;}
.auction_dec .b{ float: right; width: 100px; text-align: center;padding-bottom: 10px;}
.auction_dec .b a{ display: block; background: #9b8a30; color: #fff;}
.h_news_detail img { max-width: 1000px; margin: 5px auto;}
.h_news_detail { font-size: 18px; line-height: 28px;}
.h_news_detail a{ color: #000}
#pull_right{
    text-align:center;
}
.pull-right {
    /*float: left!important;*/
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: gray;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #fff;
    background-color: red;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #c11f3a;
    border-color: #c11f3a;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.clear{
    clear: both;
}
.list_page{ margin: 10px; text-align: center; overflow: hidden; clear: both;}
.auction_list_search{ background: #fff; padding: 10px; overflow: hidden}
.auction_list_search ul{ border-bottom: lightgray dashed 1px; clear: both; overflow: hidden; padding: 10px 0px;}
.auction_list_search ul li{float: left; margin-right: 10px; font-size: 14px;height: 20px; line-height: 20px; }
.auction_list_search ul li.a{ margin-left: 10px;font-weight: bold; color: #000 }
.auction_list_search ul li a{ display: block; padding: 2px 5px; text-decoration: none; color: #4b4b4b;border-radius: 5px}
.auction_list_search ul li a:hover{ background: #c11f3a; color: #fff; border-radius: 5px}
.auction_list_search ul li a.on{background: #c11f3a; color: #fff; border-radius: 5px}