@charset "UTF-8";
i {
  font-style: normal;
  vertical-align: middle;
}
em {
  font-style: normal;
}
.underline {
  text-decoration: underline;
}
.table {
  width: 100%;
  max-width: 100%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 0 10px;
  border-top: 1px solid #dedede;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #dedede;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 1px solid #dedede;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 10px;
}
.table-bordered {
  border: 1px solid #dedede;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dedede;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.table-hover > tbody > tr:hover {
  background-color: #efefef;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dedede;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.total {
  background: #f7f7f7;
}
body {
  background: #f2faff;
}
/*banner滚动开始*/
._3001_index_banner {
  width: 100%;
  height: 480px;
  clear: both;
  position: relative;
}
._3001_index_banner:before,
._3001_index_banner:after {
  content: " ";
  display: table;
}
._3001_index_banner:after {
  clear: both;
}
._3001_index_banner .banner-con-img {
  width: 100%;
  height: 480px;
  position: relative;
  overflow: hidden;
}
._3001_index_banner .banner-con-img .hd {
  height: 30px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 40px;
  z-index: 420;
}
._3001_index_banner .banner-con-img .hd li {
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #333333;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin: 0 5px;
  cursor: pointer;
}
._3001_index_banner .banner-con-img .hd .on {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #cc3333;
  width: 20px;
}
._3001_index_banner .banner-con-img .bd li {
  text-align: center;
}
._3001_index_banner .banner-con-img .bd img {
  height: 480px;
  max-width: 100%;
  display: inline-block;
}
._3001_index_banner .container {
  position: absolute;
  height: 480px;
  top: 0;
  left: 50%;
  margin-left: -600px;
  z-index: 400;
}
/*banner滚动结束*/
/*登录注册/公告/快捷入口开始*/
._3001_login_bulletin_navigation {
  width: 220px;
  height: 480px;
  background: #ffffff;
  float: right;
}
._3001_index_login {
  width: 220px;
  height: 145px;
  background: url("../img/index-login-bj.png") no-repeat center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
}
._3001_index_login ._3001_avatar {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  margin: 0 auto;
  background: #ffffff;
  text-align: center;
}
._3001_index_login ._3001_avatar .iconfont {
  font-size: 40px;
  line-height: 60px;
  color: #dedede;
  margin-right: 0;
}
._3001_index_login p {
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
  text-align: center;
  margin-bottom: 5px;
}
._3001_index_login ._3001_avatar_login {
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  text-align: center;
}
._3001_index_login ._3001_avatar_login button {
  display: block;
  height: 30px;
  width: 80px;
  background: #cc3333;
  border-color: #cc3333;
  float: left;
  margin-left: 20px;
}
._3001_index_login ._3001_avatar_login ._3001_index_registered {
  background: #ffffff;
  color: #cc3333;
}
._3001_index_bulletin {
  margin-top: 10px;
}
._3001_index_bulletin ._3001_bulletin_title {
  height: 26px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 24px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #cc3333;
  border-bottom: 1px solid #cccccc;
}
._3001_index_bulletin ._3001_bulletin_title ul {
  float: left;
}
._3001_index_bulletin ._3001_bulletin_title li {
  float: left;
  padding: 0 5px;
  color: #333333;
  cursor: pointer;
}
._3001_index_bulletin ._3001_bulletin_title .tab {
  color: #cc3333;
  border-bottom: 2px solid #cc3333;
}
._3001_index_bulletin ._3001_bulletin_title span {
  float: right;
  font-size: 12px;
  line-height: 24px;
  font-family: "宋体", Arial, Helvetica, sans-serif;
  margin-right: 10px;
}
._3001_index_bulletin ._3001_bulletin_title span a {
  color: #2c94e9;
}
._3001_index_bulletin ._3001_bulletin_con {
  padding: 0 10px;
  height:166px;
}
._3001_index_bulletin ._3001_bulletin_con li {
  font-size: 12px;
  line-height: 28px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
._3001_index_bulletin ._3001_bulletin_con li a {
  color: #666666;
}
._3001_index_bulletin ._3001_bulletin_con li a:before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 3px;
  background: #cccccc;
  margin-right: 5px;
  vertical-align: middle;
}
._3001_index_bulletin ._3001_bulletin_con li a:hover {
  color: #cc3333;
}
._3001_index_navigation {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
._3001_index_navigation:before,
._3001_index_navigation:after {
  content: " ";
  display: table;
}
._3001_index_navigation:after {
  clear: both;
}
._3001_index_navigation ul {
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
._3001_index_navigation ul:before,
._3001_index_navigation ul:after {
  content: " ";
  display: table;
}
._3001_index_navigation ul:after {
  clear: both;
}
._3001_index_navigation ul li {
  float: left;
  width: 33.3%;
  height: 65px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 32px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  position: relative;
  z-index: 550;
}
._3001_index_navigation ul li ._3001_kstd {
  width: 100%;
  height: 65px;
  color: #333333;
  text-align: center;
}
._3001_index_navigation ul li ._3001_kstd_bj {
  width: 100%;
  height: 65px;
  background: #ff8400;
  color: #ffffff;
  position: absolute;
  top: 65px;
  left: 0;
  text-align: center;
  z-index: 555;
}
._3001_index_navigation ul li ._3001_kstd_bj .iconfont {
  color: #ffffff;
}
._3001_index_navigation ul li a {
  color: #333333;
  display: block;
  width: 100%;
  height: 65px;
}
._3001_index_navigation ul li .iconfont {
  font-size: 32px;
  line-height: 32px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #ff8400;
  margin-right: 0;
  padding-top: 5px;
  display: block;
  height: 30px;
  text-align: center;
}
._3001_index_navigation ul li ._3001_navigation_icon {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ff8400;
  text-align: center;
  cursor: pointer;
}
/*登录注册/公告/快捷入口结束*/
/*累计记录开始*/
._3001_cumulative_record_bj {
  height: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  background: #ffffff;
}
._3001_cumulative_record {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
._3001_cumulative_record h1 {
  font-size: 14px;
  line-height: 20px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: bold;
  display: inline;
  margin-right: 5px;
}
._3001_cumulative_record ._3001_cumulative_transaction {
  float: left;
  width: 33.33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
._3001_cumulative_record ._3001_cumulative_transaction .iconfont {
  color: #0c4472;
}
._3001_cumulative_record ._3001_cumulative_transaction span {
  color: #0c4472;
}
._3001_cumulative_record ._3001_cumulative_transaction span em {
  color: #999999;
  margin-left: 5px;
}
._3001_cumulative_record ._3001_settlement_amount {
  float: left;
  width: 33.33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
._3001_cumulative_record ._3001_settlement_amount .iconfont {
  color: #0c4472;
}
._3001_cumulative_record ._3001_settlement_amount span {
  color: #0c4472;
}
._3001_cumulative_record ._3001_settlement_amount span em {
  color: #999999;
  margin-left: 5px;
}
._3001_cumulative_record ._3001_settlement_amount .iconfont {
  color: #ff8400;
}
._3001_cumulative_record ._3001_settlement_amount span {
  color: #ff8400;
}
._3001_cumulative_record ._3001_registered_user {
  float: left;
  width: 33.33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
._3001_cumulative_record ._3001_registered_user .iconfont {
  color: #0c4472;
}
._3001_cumulative_record ._3001_registered_user span {
  color: #0c4472;
}
._3001_cumulative_record ._3001_registered_user span em {
  color: #999999;
  margin-left: 5px;
}
._3001_cumulative_record ._3001_registered_user .iconfont {
  color: #2c94e9;
}
._3001_cumulative_record ._3001_registered_user span {
  color: #2c94e9;
}
/*累计记录结束*/
/*价格视窗开始*/
._3001_index_storey {
  margin-top: 10px;
}
._3001_index_storey:before,
._3001_index_storey:after {
  content: " ";
  display: table;
}
._3001_index_storey:after {
  clear: both;
}
._3001_window_title {
  height: 32px;
}
._3001_window_title:before,
._3001_window_title:after {
  content: " ";
  display: table;
}
._3001_window_title:after {
  clear: both;
}
._3001_window_title strong {
  float: left;
  font-size: 18px;
  line-height: 32px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
  margin-right: 18px;
}
._3001_window_title ul {
  float: left;
}
._3001_window_title ul li {
  float: left;
  font-size: 14px;
  line-height: 32px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  vertical-align: bottom;
  margin-right: 20px;
  cursor: pointer;
}
._3001_window_title ul .tab {
  color: #2c94e9;
}
._3001_window_title span {
  float: right;
  font-size: 14px;
  line-height: 32px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
._3001_window_title span a {
  color: #2c94e9;
}
._3001_price_list {
  width: 817px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  margin-right: 10px;
  border-left:1px solid #dedede;
   border-right:1px solid #dedede;
}
._3001_price_list .next {
  display: block;
  height: 52px;
  width: 26px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  margin-top: -26px;
  background: url("../img/gd-left.png") no-repeat center;
  opacity: 0;
  filter: alpha(opacity=0);
}
._3001_price_list .prev {
  display: block;
  height: 52px;
  width: 26px;
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -26px;
  right: 0;
  background: url("../img/gd-right.png") no-repeat center;
  opacity: 0;
  filter: alpha(opacity=0);
}
._3001_price_list:hover .next {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
._3001_price_list:hover .prev {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
._3001_price_window {
  width: 100%;
}
._3001_price_window:before,
._3001_price_window:after {
  content: " ";
  display: table;
}
._3001_price_window:after {
  clear: both;
}
._3001_price_window ._3001_price_window_con {
  padding: 10px;
  height: 322px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
}
._3001_price_window ._3001_price_window_con:before,
._3001_price_window ._3001_price_window_con:after {
  content: " ";
  display: table;
}
._3001_price_window ._3001_price_window_con:after {
  clear: both;
}
._3001_price_window ._3001_price_window_con ul {
  border-right: 1px solid #dedede;
}
._3001_price_window ._3001_price_window_con ul:before,
._3001_price_window ._3001_price_window_con ul:after {
  content: " ";
  display: table;
}
._3001_price_window ._3001_price_window_con ul:after {
  clear: both;
}
._3001_price_window ._3001_price_window_con li {
  width: 272px !important;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
}
._3001_price_window ._3001_price_window_con li ._3001_price_list_good {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 150px;
  padding: 10px;
  border-top: 1px solid #dedede;
}
._3001_price_window ._3001_price_window_con ._3001_window_goods:before,
._3001_price_window ._3001_price_window_con ._3001_window_goods:after {
  content: " ";
  display: table;
}
._3001_price_window ._3001_price_window_con ._3001_window_goods:after {
  clear: both;
}
._3001_price_window ._3001_price_window_con ._3001_window_goods ._3001_window_goods_name {
  float: left;
}
._3001_price_window ._3001_price_window_con ._3001_window_goods ._3001_window_goods_name h1 {
  font-size: 18px;
  line-height: 24px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #333333;
  width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
._3001_price_window ._3001_price_window_con ._3001_window_goods ._3001_window_goods_name p {
  font-size: 12px;
  line-height: 24px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #999999;
}
._3001_price_window ._3001_price_window_con ._3001_window_goods ._3001_window_goods_name p span {
  float: left;
  width: 170px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
._3001_price_window ._3001_price_window_con ._3001_window_goods ._3001_window_goods_name p font {
  float: right;
  color: #999999;
}
._3001_price_window ._3001_price_window_con ._3001_window_goods_price {
  margin-top: 10px;
}
._3001_price_window ._3001_price_window_con ._3001_window_goods_price:before,
._3001_price_window ._3001_price_window_con ._3001_window_goods_price:after {
  content: " ";
  display: table;
}
._3001_price_window ._3001_price_window_con ._3001_window_goods_price:after {
  clear: both;
}
._3001_price_window ._3001_price_window_con ._3001_window_goods_price div {
  float: left;
  width: 33%;
  font-size: 12px;
  line-height: 28px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  height: 66px;
}
._3001_price_window ._3001_price_window_con ._3001_window_goods_price ._3001_goods_price_sc {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
._3001_price_window ._3001_price_window_con ._3001_window_goods_price ._3001_goods_price_sc p {
  text-align: center;
  color: #999999;
}
._3001_price_window ._3001_price_window_con ._3001_window_goods_price ._3001_goods_price_sc span {
  display: block;
  text-align: center;
}
._3001_price_window ._3001_price_window_con ._3001_window_goods_price ._3001_goods_price_sc span .iconfont {
  font-size: 24px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  margin-right: 0;
  vertical-align: initial;
}
._3001_price_window ._3001_price_window_con ._3001_window_goods_price ._3001_goods_price_sc span strong {
  font-size: 24px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
._3001_price_window ._3001_price_window_con ._3001_window_goods_price ._3001_goods_price_sc ._3001_addition {
  color: #cc3333;
}
._3001_price_window ._3001_price_window_con ._3001_window_goods_price ._3001_goods_price_sc ._3001_fall {
  color: #3ecc33;
}
._3001_price_window ._3001_price_window_con ._3001_window_goods_price ._3001_goods_price_sc ._3001_flat {
  color: #000000;
}
._3001_price_window ._3001_price_window_con ._3001_window_goods_price ._3001_goods_price_zdj {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px dashed #dedede;
}
._3001_price_window ._3001_price_window_con ._3001_window_goods_price ._3001_goods_price_zdj p {
  text-align: center;
  color: #999999;
}
._3001_price_window ._3001_price_window_con ._3001_window_goods_price ._3001_goods_price_zdj span {
  display: block;
  text-align: center;
}
._3001_price_window ._3001_price_window_con ._3001_window_goods_price ._3001_goods_price_zdj span .iconfont {
  font-size: 24px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  margin-right: 0;
  vertical-align: initial;
}
._3001_price_window ._3001_price_window_con ._3001_window_goods_price ._3001_goods_price_zdj span strong {
  font-size: 24px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
._3001_price_window ._3001_price_window_con ._3001_window_goods_price ._3001_goods_price_zdj ._3001_addition {
  color: #cc3333;
}
._3001_price_window ._3001_price_window_con ._3001_window_goods_price ._3001_goods_price_zdj ._3001_fall {
  color: #3ecc33;
}
._3001_price_window ._3001_price_window_con ._3001_window_goods_price ._3001_goods_price_zdj ._3001_flat {
  color: #000000;
}
._3001_price_window ._3001_price_window_con ._3001_index_goods_trend {
  float: right;
  width: 350px;
  height: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  border-left: 1px solid #dedede;
}
._3001_price_window ._3001_price_window_con ._3001_index_goods_trend h1 {
  font-size: 14px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #0c4472;
}
/*价格视窗结束*/
/*推荐品牌开始*/
._3001_brand_recommendation {
  height: 60px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
._3001_brand_recommendation li {
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
  height: 40px;
  border-right: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
._3001_brand_recommendation li:last-child {
  border-right: none;
}
._3001_brand_recommendation li img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height:40px;
  width:250px;
}
/*推荐品牌结束*/
.orange {
  color: #ff8400;
}
/*现货商城开始*/
/*最新成交记录开始*/
._3001_commodity_list {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  padding: 10px;
  overflow:hidden;
}
._3001_commodity_list:before,
._3001_commodity_list:after {
  content: " ";
  display: table;
}
._3001_commodity_list:after {
  clear: both;
}
._3001_index_deal {
  width: 305px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
._3001_index_deal:before,
._3001_index_deal:after {
  content: " ";
  display: table;
}
._3001_index_deal:after {
  clear: both;
}
._3001_index_deal ._3001_index_deal_con_title {
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #333333;
  border-bottom: 1px solid #cccccc;
}
._3001_index_deal ._3001_index_deal_con_title .iconfont {
  color: #cc3333;
  font-size: 24px;
  margin-left: 5px;
}
._3001_index_deal ._3001_index_deal_con {
  width: 305px;
  height: 407px;
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
._3001_index_deal ._3001_index_deal_con ._3001_index_deal_table_title {
  border-bottom: 1px dashed #dedede;
}
._3001_index_deal ._3001_index_deal_con ._3001_index_deal_table_title:before,
._3001_index_deal ._3001_index_deal_con ._3001_index_deal_table_title:after {
  content: " ";
  display: table;
}
._3001_index_deal ._3001_index_deal_con ._3001_index_deal_table_title:after {
  clear: both;
}
._3001_index_deal ._3001_index_deal_con ._3001_index_deal_table_title div {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
._3001_index_deal ._3001_index_deal_con ._3001_pinming {
  width: 86px;
}
._3001_index_deal ._3001_index_deal_con ._3001_shuliang {
  width: 76px;
}
._3001_index_deal ._3001_index_deal_con ._3001_shijian {
  width: 36px;
  text-align: right;
}
._3001_index_deal ._3001_index_deal_con ul:before,
._3001_index_deal ._3001_index_deal_con ul:after {
  content: " ";
  display: table;
}
._3001_index_deal ._3001_index_deal_con ul:after {
  clear: both;
}
._3001_index_deal ._3001_index_deal_con li {
  font-size: 12px;
  line-height: 39px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  color: #666666;
  border-bottom: 1px dashed #dedede;
}
._3001_index_deal ._3001_index_deal_con li:before,
._3001_index_deal ._3001_index_deal_con li:after {
  content: " ";
  display: table;
}
._3001_index_deal ._3001_index_deal_con li:after {
  clear: both;
}
._3001_index_deal ._3001_index_deal_con li div {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
._3001_index_deal ._3001_index_deal_con li ._3001_shijian {
  color: #cccccc;
}
/*最新成交记录结束*/
._3001_mall_goods {
  float: right;
  width: 862px;
  height: 407px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  border-left: 1px solid #dedede;
}
._3001_index_spot_mall_title {
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #333333;
  border-bottom: 1px solid #cccccc;
}
._3001_index_spot_mall_title .iconfont {
  color: #cc3333;
  margin-left: 5px;
}
._3001_index_spot_mall_list ._3001_spot_mall_list_title {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #333333;
  border-bottom: 1px dashed #dedede;
}
._3001_index_spot_mall_list ._3001_spot_mall_list_title:before,
._3001_index_spot_mall_list ._3001_spot_mall_list_title:after {
  content: " ";
  display: table;
}
._3001_index_spot_mall_list ._3001_spot_mall_list_title:after {
  clear: both;
}
._3001_index_spot_mall_list ._3001_spot_mall_list_title div {
  float: left;
  text-align: center;
}
._3001_index_spot_mall_list ._3001_spot_mall_list_con {
  width: 100%;
}
._3001_index_spot_mall_list ._3001_spot_mall_list_con li {
  height: 40px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
  border-bottom: 1px dashed #dedede;
}
._3001_index_spot_mall_list ._3001_spot_mall_list_con li:before,
._3001_index_spot_mall_list ._3001_spot_mall_list_con li:after {
  content: " ";
  display: table;
}
._3001_index_spot_mall_list ._3001_spot_mall_list_con li:after {
  clear: both;
}
._3001_index_spot_mall_list ._3001_spot_mall_list_con li div {
  float: left;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
._3001_index_spot_mall_list ._3001_spot_mall_list_con li .buy-btn {
  display: block;
  background: #ffffff;
  width: 50px;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  height: 20px;
  margin: 10px auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #cc3333;
  border: 1px solid #cc3333;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
._3001_index_spot_mall_list ._3001_spot_mall_list_con li .buy-btn:hover {
  background: #cc3333;
  color: #ffffff;
}
._3001_index_spot_mall_list ._3001_spot_mall_list_con li:hover {
  background: #f7f7f7;
}
._3001_index_spot_mall_list ._3001_spot_mall_list_con li:hover .buy-btn {
  background: #cc3333;
  color: #ffffff;
}
._3001_index_spot_mall_list .lst1 {
  width: 14%;
}
._3001_index_spot_mall_list .lst2 {
  width: 17%;
}
._3001_index_spot_mall_list .lst3 {
  width: 11%;
}
._3001_index_spot_mall_list .lst4 {
  width: 11%;
}
._3001_index_spot_mall_list .lst5 {
  width: 16%;
}
._3001_index_spot_mall_list .lst6 {
  width: 17%;
}
._3001_index_spot_mall_list .lst7 {
  width: 14%;
}
/*现货商城结束*/
/*推荐企业开始*/
._3001_tj_companies_con {
  width: 100%;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
._3001_tj_companies_con:before,
._3001_tj_companies_con:after {
  content: " ";
  display: table;
}
._3001_tj_companies_con:after {
  clear: both;
}
._3001_tj_companies_con li {
  float: left;
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 5px;
  background: url("../img/tjqy-fg.png") no-repeat left center;
  border-bottom: 1px solid #dedede;
}
._3001_tj_companies_con li:first-child {
  background: none;
}
._3001_tj_companies_con li:nth-child(6) {
  background: none;
}
._3001_tj_companies_con li:nth-child(6),
._3001_tj_companies_con li:nth-child(7),
._3001_tj_companies_con li:nth-child(8),
._3001_tj_companies_con li:nth-child(9),
._3001_tj_companies_con li:nth-child(10) {
  border-bottom: none;
}
._3001_tj_companies_con li img {
  display: block;
  height: 60px;
  width: 100%;
  margin: 3px auto auto auto;
}
._3001_tj_companies_con li span {
  font-size: 12px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  display: block;
  color: #666666;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*推荐企业结束*/
/*求购专区开始*/
._3001_index_buying_area {
  height: 250px;
}
._3001_index_buying_area:before,
._3001_index_buying_area:after {
  content: " ";
  display: table;
}
._3001_index_buying_area:after {
  clear: both;
}
._3001_buy_process {
  width: 316px;
  height: 250px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  float: left;
}
._3001_buy_process ._3001_buy_process_qy {
  font-size: 18px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  height: 94px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  color: #333333;
  background: url("../img/hj-icon.png") no-repeat 10px 40px;
}
._3001_buy_process ._3001_buy_process_qy h1 {
  margin-bottom: 10px;
}
._3001_buy_process ._3001_buy_process_qy h1 font {
  font-size: 30px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
._3001_buy_process ._3001_buy_process_qy h1 em {
  color: #2c94e9;
  margin-left: 100px;
}
._3001_buy_process ._3001_buy_process_icon {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}
._3001_buy_process ._3001_buy_process_icon ul {
  border-top: 5px solid #dedede;
  height: 55px;
}
._3001_buy_process ._3001_buy_process_icon ul:before,
._3001_buy_process ._3001_buy_process_icon ul:after {
  content: " ";
  display: table;
}
._3001_buy_process ._3001_buy_process_icon ul:after {
  clear: both;
}
._3001_buy_process ._3001_buy_process_icon li {
  float: left;
  width: 33.33%;
  height: 70px;
  position: relative;
  top: -18px;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #333333;
}
._3001_buy_process ._3001_buy_process_icon li span {
  display: block;
  height: 24px;
  width: 24px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  margin: 0 auto;
  background: #dedede;
}
._3001_buy_process ._3001_buy_release button {
  padding: 0;
  margin: 0 auto 20px auto;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 140px;
}
._3001_buy_process ._3001_buy_release .blue-btn {
  background: #ffffff;
  color: #2c94e9;
  border-color: #0c4472;
}
._3001_buy_release_list {
  width: 874px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  position: relative;
}
._3001_buy_release_list .next {
  display: block;
  height: 52px;
  width: 26px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  margin-top: -26px;
  background: url("../img/gd-left.png") no-repeat center;
  opacity: 0;
  filter: alpha(opacity=0);
}
._3001_buy_release_list .prev {
  display: block;
  height: 52px;
  width: 26px;
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -26px;
  right: 0;
  background: url("../img/gd-right.png") no-repeat center;
  opacity: 0;
  filter: alpha(opacity=0);
}
._3001_buy_release_list:hover .next {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
._3001_buy_release_list:hover .prev {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
._3001_buy_release_list ul {
  margin-left: -10px !important;
}
._3001_buy_release_list ul:before,
._3001_buy_release_list ul:after {
  content: " ";
  display: table;
}
._3001_buy_release_list ul:after {
  clear: both;
}
._3001_buy_release_list li {
  float: left;
  margin-left: 10px;
  margin-top: -10px;
}
._3001_buy_release_list li ._3001_buy_release_goods {
  width: 210px;
  height: 120px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  margin-top: 10px;
  border: 1px solid #ffffff;
}
._3001_buy_release_list li ._3001_buy_release_goods h1 {
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._3001_buy_release_list li ._3001_buy_release_goods h1 em {
  margin: 0 5px;
}
._3001_buy_release_list li ._3001_buy_release_goods p {
  width: 100%;
  font-size: 12px;
  line-height: 24px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._3001_buy_release_list li ._3001_buy_release_goods p button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  height: 24px;
  width: 70px;
  font-size: 14px;
  line-height: 14px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  background: #ffffff;
  border: 1px solid #cc3333;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0;
  text-align: center;
  color: #cc3333;
}
._3001_buy_release_list li ._3001_buy_release_goods p button:hover {
  background: #cc3333;
  color: #ffffff;
}
/*求购专区结束*/
/*竞拍专区开始*/
._3001_index_auction_area {
  width: 100%;
  height: 260px;
}
._3001_index_auction_area:before,
._3001_index_auction_area:after {
  content: " ";
  display: table;
}
._3001_index_auction_area:after {
  clear: both;
}
._3001_index_auction_list {
  width: 874px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 258px;
  overflow: hidden;
  border:none;
}
._3001_index_auction_list ul {
  margin-left: -10px !important;
  margin-bottom: -10px;
}
._3001_index_auction_list ul:before,
._3001_index_auction_list ul:after {
  content: " ";
  display: table;
}
._3001_index_auction_list ul:after {
  clear: both;
}
._3001_index_auction_list li {
  width: 426px !important;
  height: 250px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 11px;
}
._3001_index_auction_list li ._3001_auction_area_list {
  padding: 10px;
  margin-bottom: 10px;
  background: #ffffff;
  position: relative;
}
._3001_index_auction_list li h1 {
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #333333;
  width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._3001_index_auction_list li h1 .icon-mai2 {
  color: #ec407f;
}
._3001_index_auction_list li h1 .icon-mai21 {
  color: #00a57b;
}
._3001_index_auction_list li h1 em {
  margin-left: 5px;
}
._3001_index_auction_list li h1 ._3001_preheating {
  display: block;
  height: 23px;
  width: 63px;
  background: url("../img/yrz-bj.png") no-repeat center;
  position: absolute;
  right: -6px;
  top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  line-height: 18px;
}
._3001_index_auction_list li h1 ._3001_in_the_auction {
  display: block;
  height: 23px;
  width: 63px;
  background: url("../img/yrz-bj.png") no-repeat center;
  position: absolute;
  right: -6px;
  top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  line-height: 18px;
  background: url("../img/jpz-bj.png") no-repeat center;
  color: #ffffff;
}
._3001_index_auction_list li p {
  font-size: 12px;
  line-height: 24px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._3001_index_auction_list li p:before,
._3001_index_auction_list li p:after {
  content: " ";
  display: table;
}
._3001_index_auction_list li p:after {
  clear: both;
}
._3001_index_auction_list li p em {
  margin-left: 5px;
}
._3001_index_auction_list li p span {
  float: left;
  width: 33.33%;
}
._3001_index_auction_list li p button {
  float: right;
  display: block;
  height: 24px;
  width: 70px;
  font-size: 14px;
  line-height: 14px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  background: #ffffff;
  border: 1px solid #cc3333;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0;
  text-align: center;
  color: #cc3333;
}
._3001_index_auction_list li p button:hover {
  background: #cc3333;
  color: #ffffff;
}
._3001_auction_process {
  float: right;
  width: 316px;
  height: 258px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background: #ffffff;
}
._3001_auction_process ._3001_auction_process_title {
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #0c4472;
  padding-right: 70px;
  background: url("../img/cz-icon.png") no-repeat 100px center;
}
._3001_auction_process ._3001_auction_process_title:before,
._3001_auction_process ._3001_auction_process_title:after {
  content: " ";
  display: table;
}
._3001_auction_process ._3001_auction_process_title:after {
  clear: both;
}
._3001_auction_process ._3001_auction_process_icon {
  margin-top: 15px;
}
._3001_auction_process ._3001_auction_process_icon:before,
._3001_auction_process ._3001_auction_process_icon:after {
  content: " ";
  display: table;
}
._3001_auction_process ._3001_auction_process_icon:after {
  clear: both;
}
._3001_auction_process ._3001_auction_process_icon .iconfont {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #cccccc;
}
._3001_auction_process ._3001_auction_process_icon ._3001_process_icon01 {
  float: left;
  height: 44px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
}
._3001_auction_process ._3001_auction_process_icon ._3001_process_icon01:before,
._3001_auction_process ._3001_auction_process_icon ._3001_process_icon01:after {
  content: " ";
  display: table;
}
._3001_auction_process ._3001_auction_process_icon ._3001_process_icon01:after {
  clear: both;
}
._3001_auction_process ._3001_auction_process_icon ._3001_process_jt1 {
  float: left;
  width: 54px;
  height: 44px;
  background: url("../img/jp-jt1.png") no-repeat center;
}
._3001_auction_process ._3001_auction_process_icon ._3001_process_icon02 {
  float: left;
  height: 44px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
}
._3001_auction_process ._3001_auction_process_icon ._3001_process_icon02:before,
._3001_auction_process ._3001_auction_process_icon ._3001_process_icon02:after {
  content: " ";
  display: table;
}
._3001_auction_process ._3001_auction_process_icon ._3001_process_icon02:after {
  clear: both;
}
._3001_auction_process ._3001_auction_process_icon ._3001_process_icon03 {
  float: left;
  height: 44px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
}
._3001_auction_process ._3001_auction_process_icon ._3001_process_icon03:before,
._3001_auction_process ._3001_auction_process_icon ._3001_process_icon03:after {
  content: " ";
  display: table;
}
._3001_auction_process ._3001_auction_process_icon ._3001_process_icon03:after {
  clear: both;
}
._3001_auction_process ._3001_auction_process_icon ._3001_process_jt2 {
  float: right;
  height: 40px;
  width: 100%;
  background: url("../img/jp-jt2.png") no-repeat 240px center;
}
._3001_auction_process ._3001_auction_process_icon ._3001_process_jt2:before,
._3001_auction_process ._3001_auction_process_icon ._3001_process_jt2:after {
  content: " ";
  display: table;
}
._3001_auction_process ._3001_auction_process_icon ._3001_process_jt2:after {
  clear: both;
}
._3001_auction_process ._3001_auction_process_icon ._3001_process_icon04 {
  float: left;
  height: 44px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
  float: right;
  margin-right: 50px;
}
._3001_auction_process ._3001_auction_process_icon ._3001_process_icon04:before,
._3001_auction_process ._3001_auction_process_icon ._3001_process_icon04:after {
  content: " ";
  display: table;
}
._3001_auction_process ._3001_auction_process_icon ._3001_process_icon04:after {
  clear: both;
}
._3001_auction_process ._3001_auction_process_icon ._3001_process_icon04 .iconfont {
  font-size: 34px;
}
._3001_auction_process ._3001_auction_process_icon ._3001_process_jt3 {
  float: right;
  width: 54px;
  height: 44px;
  background: url("../img/jp-jt3.png") no-repeat center;
}
._3001_auction_process ._3001_auction_process_icon ._3001_process_icon05 {
  float: left;
  height: 44px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
  margin-right: 50px;
  float: right;
  margin-right: 0;
}
._3001_auction_process ._3001_auction_process_icon ._3001_process_icon05:before,
._3001_auction_process ._3001_auction_process_icon ._3001_process_icon05:after {
  content: " ";
  display: table;
}
._3001_auction_process ._3001_auction_process_icon ._3001_process_icon05:after {
  clear: both;
}
._3001_auction_process ._3001_auction_process_icon ._3001_process_icon05 .iconfont {
  font-size: 34px;
}
._3001_auction_process ._3001_auction_process_icon ._3001_process_icon05 .iconfont {
  font-size: 42px;
}
._3001_auction_process ._3001_auction_area_release {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
._3001_auction_process ._3001_auction_area_release button {
  height: 30px;
  font-size: 14px;
  line-height: 14px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  width: 140px;
  text-align: center;
  margin: 20px auto 0 auto;
}
._3001_auction_process ._3001_auction_area_release ._3001_application {
  border-color: #f58f8f;
  background-color: #f58f8f;
}
._3001_auction_process ._3001_auction_area_release ._3001_hall {
  background-color: #ffffff;
  border-color: #2c94e9;
  color: #2c94e9;
}
/*竞拍专区结束*/
/*物流中心开始*/
._3001_logistics_center {
  height: 420px;
}
._3001_logistics_center:before,
._3001_logistics_center:after {
  content: " ";
  display: table;
}
._3001_logistics_center:after {
  clear: both;
}
._3001_logistics_center ._3001_logistics_hall {
  width: 826px;
  height: 420px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 10px;
  background: #ffffff;
}
._3001_logistics_center ._3001_logistics_hall li {
  display: block;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 200px;
  padding: 10px;
  font-size: 12px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
}
._3001_logistics_center ._3001_logistics_hall li ._3001_features {
  height: 100px;
}
._3001_logistics_center ._3001_logistics_hall li ._3001_features:before,
._3001_logistics_center ._3001_logistics_hall li ._3001_features:after {
  content: " ";
  display: table;
}
._3001_logistics_center ._3001_logistics_hall li ._3001_features:after {
  clear: both;
}
._3001_logistics_center ._3001_logistics_hall li ._3001_features p {
  width: 260px;
  float: left;
}
._3001_logistics_center ._3001_logistics_hall li ._3001_features ._3001_features_icon {
  float: right;
  position: relative;
}
._3001_logistics_center ._3001_logistics_hall li ._3001_advantage {
  margin-left: -20px;
}
._3001_logistics_center ._3001_logistics_hall li ._3001_advantage:before,
._3001_logistics_center ._3001_logistics_hall li ._3001_advantage:after {
  content: " ";
  display: table;
}
._3001_logistics_center ._3001_logistics_hall li ._3001_advantage:after {
  clear: both;
}
._3001_logistics_center ._3001_logistics_hall li ._3001_advantage span {
  float: left;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  color: #333333;
  margin-left: 20px;
  border: 1px solid #2c94e9;
}
._3001_logistics_center ._3001_logistics_hall ._3001_road_transport {
  border-right: 1px solid #dedede;
}
._3001_logistics_center ._3001_logistics_hall ._3001_road_transport h1 {
  color: #ff8400;
}
._3001_logistics_center ._3001_logistics_hall ._3001_road_transport ._3001_advantage span {
  border-color: #ff8400;
}
._3001_logistics_center ._3001_logistics_hall ._3001_sea_transport h1 {
  color: #2c94e9;
}
._3001_logistics_center ._3001_logistics_hall ._3001_train_transport {
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
._3001_logistics_center ._3001_logistics_hall ._3001_train_transport h1 {
  color: #f58f8f;
}
._3001_logistics_center ._3001_logistics_hall ._3001_train_transport ._3001_advantage span {
  border-color: #f58f8f;
}
._3001_logistics_center ._3001_logistics_hall ._3001_multimodal_transport {
  border-top: 1px solid #dedede;
}
._3001_logistics_center ._3001_logistics_hall ._3001_multimodal_transport h1 {
  color: #3ecc33;
}
._3001_logistics_center ._3001_logistics_hall ._3001_multimodal_transport ._3001_advantage span {
  border-color: #3ecc33;
}
._3001_logistics_center ._3001_logistics_introduce {
  float: right;
  height: 420px;
  width: 364px;
}
._3001_logistics_center ._3001_logistics_introduce ._3001_source_supply {
  height: 206px;
}
._3001_logistics_center ._3001_logistics_introduce ._3001_source_supply_img {
  height: 170px;
  width: 364px;
  overflow: hidden;
}
._3001_logistics_center ._3001_logistics_introduce ._3001_source_supply_img img {
  height: 170px;
  width: 364px;
}
._3001_logistics_center ._3001_logistics_introduce ._3001_source_supply_img button {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  display: inline-block;
  top: -50px;
  border: none;
  height: 30px;
  width: 140px;
  border-radius: 5;
  -moz-border-radius: 5;
  -webkit-border-radius: 5;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 0 10px #333333;
  -moz-box-shadow: 0 0 10px #333333;
  box-shadow: 0 0 10px #333333;
}
._3001_logistics_center ._3001_logistics_introduce ._3001_source_supply_img ._3001_cydt {
  background: #80d4ff;
  margin-left: 40px;
}
._3001_logistics_center ._3001_logistics_introduce ._3001_source_supply_img ._3001_hydt {
  background: #f58f8f;
}
._3001_logistics_center ._3001_logistics_introduce ._3001_logistics_gd {
  height: 36px !important;
  width: 364px;
  font-size: 12px;
  line-height: 36px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  background: #ffffff;
  overflow: hidden;
}
._3001_logistics_center ._3001_logistics_introduce ._3001_logistics_gd li {
  height: 36px;
}
._3001_logistics_center ._3001_logistics_introduce ._3001_logistics_gd li div {
  float: left;
}
._3001_logistics_center ._3001_logistics_introduce ._3001_logistics_gd li div ._3001_wycy {
  background: #ffffff;
  font-size: 12px;
  line-height: 20px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  display: block;
  width: 70px;
  text-align: center;
  border: 1px solid #cc3333;
  color: #cc3333;
  padding: 0;
  margin-top: 8px;
}
._3001_logistics_center ._3001_logistics_introduce ._3001_logistics_gd li ._3001_lgd1 {
  width: 40%;
}
._3001_logistics_center ._3001_logistics_introduce ._3001_logistics_gd li ._3001_lgd2 {
  width: 20%;
}
._3001_logistics_center ._3001_logistics_introduce ._3001_logistics_gd li ._3001_lgd3 {
  width: 20%;
}
._3001_logistics_center ._3001_logistics_introduce ._3001_logistics_gd li ._3001_lgd4 {
  width: 20%;
}
._3001_logistics_center ._3001_warehouse_img {
  height: 170px;
  width: 364px;
  overflow: hidden;
  margin-top: 8px;
}
._3001_logistics_center ._3001_warehouse_img img {
  height: 170px;
  width: 364px;
}
._3001_logistics_center ._3001_warehouse_img span {
  position: relative;
  top: -137px;
  left: 50px;
  font-size: 30px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #ffffff;
}
/*物流中心结束*/
/*金融服务开始*/
._3001_index_financial_con {
  width: 1200px;
  height: 260px;
}
._3001_index_financial_con:before,
._3001_index_financial_con:after {
  content: " ";
  display: table;
}
._3001_index_financial_con:after {
  clear: both;
}
._3001_index_financial_title {
  float: left;
  width: 200px;
  height: 260px;
  background: url("../img/rz-titbj.png") no-repeat center;
}
._3001_index_financial_title h1 {
  font-size: 24px;
  line-height: 44px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #f58f8f;
  text-align: center;
  font-weight: bold;
  padding-top: 30px;
}
._3001_index_financial_title h1 span {
  font-size: 44px;
  line-height: 44px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-style: italic;
}
._3001_index_financial_title button {
  display: block;
  padding: 0;
  background: #cc3333;
  border-color: #cc3333;
  width: 120px;
  margin: 100px auto 0 auto;
  -webkit-box-shadow: 0 0 10px #333333;
  -moz-box-shadow: 0 0 10px #333333;
  box-shadow: 0 0 10px #333333;
}
._3001_financing_features {
  float: right;
  width: 990px;
  height: 260px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #cc3333;
  background: url("../img/jr-bj.png") no-repeat center;
}
._3001_financing_features ul:before,
._3001_financing_features ul:after {
  content: " ";
  display: table;
}
._3001_financing_features ul:after {
  clear: both;
}
._3001_financing_features li {
  float: left;
  width: 25%;
  height: 258px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #dedede;
  text-align: center;
}
._3001_financing_features li h1 {
  font-size: 18px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #333333;
  margin-top: 20px;
}
._3001_financing_features li p {
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
}
._3001_financing_features li span {
  display: block;
  text-align: center;
  margin-top: 20px;
  position: relative;
  width: 100%;
  height: 108px;
}
._3001_financing_features li span img {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*金融服务结束*/
/*bottom banner*/
._3001_bottom_banner {
  height: 250px;
}
._3001_bottom_banner ul {
  margin-left: -10px;
}
._3001_bottom_banner ul:before,
._3001_bottom_banner ul:after {
  content: " ";
  display: table;
}
._3001_bottom_banner ul:after {
  clear: both;
}
._3001_bottom_banner li {
  float: left;
  height: 250px;
  width: 393px;
  margin-left: 10px;
  overflow: hidden;
}
._3001_bottom_banner li img {
  height: 250px;
  width: 393px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
._3001_bottom_banner li img:hover {
  height: 300px;
  width: 443px;
}
/*bottom banner*/
/*平台优势开始*/
._3001_icon_kstd {
  display: block;
}
._3001_icon_kstd:before,
._3001_icon_kstd:after {
  content: " ";
  display: table;
}
._3001_icon_kstd:after {
  clear: both;
}
._3001_icon_kstd li {
  float: left;
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 70px;
  font-size: 18px;
  line-height: 60px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
}
._3001_icon_kstd ._3001_icon1 {
  background: url("../img/ks01.png") no-repeat left center;
}
._3001_icon_kstd ._3001_icon2 {
  background: url("../img/ks02.png") no-repeat left center;
}
._3001_icon_kstd ._3001_icon3 {
  background: url("../img/ks03.png") no-repeat left center;
}
._3001_icon_kstd ._3001_icon4 {
  background: url("../img/ks04.png") no-repeat left center;
}
._3001_icon_kstd ._3001_icon5 {
  background: url("../img/ks05.png") no-repeat left center;
}
/*平台优势结束*/
/*底部导航/二维码开始*/
._3001_webbottom_nav {
  padding-top: 10px;
  border-top: 1px solid #8ac4f3;
}
._3001_webbottom_nav:before,
._3001_webbottom_nav:after {
  content: " ";
  display: table;
}
._3001_webbottom_nav:after {
  clear: both;
}
._3001_webbottom_nav .webbottom_nav {
  width: 200px;
  float: left;
  font-size: 12px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
._3001_webbottom_nav .webbottom_nav span {
  font-size: 18px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  display: block;
}
._3001_webbottom_nav .webbottom_nav a {
  color: #666666;
  display: block;
}
._3001_webbottom_nav .webbottom_nav a:hover {
  color: #000000;
}
._3001_webbottom_nav ._3001_btm_ewm {
  width: 400px;
  float: right;
}
._3001_webbottom_nav ._3001_btm_ewm .btm_ewm1 {
  float: left;
  width: 112px;
  margin-left: 20px;
}
._3001_webbottom_nav ._3001_btm_ewm .btm_ewm1 img {
  display: block;
  height: 112px;
  width: 112px;
}
._3001_webbottom_nav ._3001_btm_ewm .btm_ewm1 p {
  font-size: 12px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
  text-align: center;
}
/*底部导航/二维码结束*/
/*右边漂浮窗开始*/
._3001_floating_window {
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  border-right: 6px solid #cc3333;
}
._3001_floating_window ._3001_floating {
  position: relative;
  height: 100%;
  width: 0;
}
._3001_floating_window ._3001_floating li {
  margin-top: 1px;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
}
._3001_floating_window ._3001_floating li:before,
._3001_floating_window ._3001_floating li:after {
  content: " ";
  display: table;
}
._3001_floating_window ._3001_floating li:after {
  clear: both;
}
._3001_floating_window ._3001_floating ._3001_etfa01 {
  top: 200px;
}
._3001_floating_window ._3001_floating ._3001_etfa02 {
  top: 241px;
}
._3001_floating_window ._3001_floating ._3001_etfa03 {
  top: 282px;
}
._3001_floating_window ._3001_floating ._3001_wtfk {
  bottom: 181px;
}
._3001_floating_window ._3001_floating ._3001_fxlink {
  bottom: 140px;
}
._3001_floating_window ._3001_floating ._3001_floating_icon {
  height: 40px;
  width: 40px;
  cursor: pointer;
  position: relative;
  background: #cc3333;
  text-align: center;
  float: right;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
._3001_floating_window ._3001_floating ._3001_floating_icon .iconfont {
  color: #ffffff;
  text-align: center;
  margin-right: 0;
  font-size: 24px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
._3001_floating_window ._3001_floating ._3001_floating_icon .icon-xiugai1 {
  font-size: 36px;
}
._3001_floating_window ._3001_floating ._3001_floating_icon ._3001_badge {
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 888;
  display: block;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  background: #ff8400;
  color: #ffffff;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
._3001_floating_window ._3001_floating ._3001_floating_numb {
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  float: right;
  position: absolute;
  top: 0;
  left: -140px;
  z-index: 999;
  background: #cc3333;
  color: #ffffff;
  margin-right: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: none;
}
._3001_floating_window ._3001_floating ._3001_floating_numb .icon {
  font-size: 16px;
  line-height: 40px;
  font-family: "宋体", Arial, Helvetica, sans-serif;
  color: #cc3333;
  position: absolute;
  right: -8px;
  top: 0;
}
._3001_floating_window ._3001_floating ._3001_floating_news {
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  float: right;
  position: absolute;
  top: 0;
  left: -140px;
  z-index: 999;
  background: #cc3333;
  color: #ffffff;
  margin-right: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: none;
  left: -105px;
}
._3001_floating_window ._3001_floating ._3001_floating_news .icon {
  font-size: 16px;
  line-height: 40px;
  font-family: "宋体", Arial, Helvetica, sans-serif;
  color: #cc3333;
  position: absolute;
  right: -8px;
  top: 0;
}


._3001_floating_window ._3001_floating ._3001_floating_news a {
  color: #ffffff;
}
._3001_floating_window ._3001_floating ._3001_floating_ewm {
  float: right;
  padding: 0 10px 10px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #cc3333;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: -140px;
  display: none;
  z-index: 999;
}
._3001_floating_window ._3001_floating ._3001_floating_ewm .icon {
  font-size: 16px;
  line-height: 40px;
  font-family: "宋体", Arial, Helvetica, sans-serif;
  color: #cc3333;
  position: absolute;
  right: -8px;
  top: 0;
}

._3001_floating_window ._3001_floating ._3001_floating_ewm ._3001_title_ewm {
font:12px/16px "Microsoft Yahei";
  color: #ffffff;
}

._3001_floating_window ._3001_floating ._3001_floating_ewm img {
  height: 112px;
  width: 112px;	
  display: block;
  margin-top: 10px;
}
._3001_floating_window ._3001_floating ._3001_floating_text {
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  float: right;
  position: absolute;
  top: 0;
  left: -140px;
  z-index: 999;
  background: #cc3333;
  color: #ffffff;
  margin-right: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: none;
  left: -105px;
}
._3001_floating_window ._3001_floating ._3001_floating_text .icon {
  font-size: 16px;
  line-height: 40px;
  font-family: "宋体", Arial, Helvetica, sans-serif;
  color: #cc3333;
  position: absolute;
  right: -8px;
  top: 0;
}
._3001_floating_window ._3001_floating ._3001_floating_text a {
  color: #ffffff;
}
._3001_floating_window ._3001_floating ._3001_floating_share {
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  float: right;
  position: absolute;
  top: 0;
  left: -140px;
  z-index: 999;
  background: #cc3333;
  color: #ffffff;
  margin-right: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: none;
  height: 60px;
  width: 120px;
  left: -168px;
}
._3001_floating_window ._3001_floating ._3001_floating_share .icon {
  font-size: 16px;
  line-height: 40px;
  font-family: "宋体", Arial, Helvetica, sans-serif;
  color: #cc3333;
  position: absolute;
  right: -8px;
  top: 0;
}
._3001_floating_window ._3001_floating ._3001_floating_share .bshare-custom {
  margin-top: 10px;
}
._3001_floating_window ._3001_floating ._3001_goup {
  bottom: 0;
  right: 0;
  height: 60px;
}
._3001_floating_window ._3001_floating ._3001_goup ._3001_floating_icon {
  height: 60px;
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #ffffff;
  background: #666666;
}
._3001_floating_window ._3001_floating ._3001_goup ._3001_floating_icon .iconfont {
  line-height: 30px;
}
/*右边漂浮窗结束*/
