@charset "UTF-8";
/************* 颜色定义 **************/
/************* 字体定义 **************/
/************* 公用@mimix ***********/
.home-root .ad-swipe {
  height: 600px;
  background: #01758e; }
.home-root .function-section {
  display: flex;
  display: -ms-flexbox;
  /* IE 10 */
  flex-direction: row;
  -ms-flex-direction: row;
  /* IE 10 */
  justify-content: initial;
  -ms-flex-pack: initial;
  /* IE 10 */
  align-items: center;
  -ms-flex-align: center;
  /* IE 10 */
  flex-basis: auto;
  height: 100px;
  background: #333333; }
  .home-root .function-section .function-item {
    display: flex;
    display: -ms-flexbox;
    /* IE 10 */
    flex-direction: row;
    -ms-flex-direction: row;
    /* IE 10 */
    justify-content: initial;
    -ms-flex-pack: initial;
    /* IE 10 */
    align-items: center;
    -ms-flex-align: center;
    /* IE 10 */
    flex-basis: auto;
    flex-grow: 1;
    font-size: 20px;
    color: white;
    padding: 0 50px; }
    .home-root .function-section .function-item .icon {
      display: flex;
      display: -ms-flexbox;
      /* IE 10 */
      flex-direction: row;
      -ms-flex-direction: row;
      /* IE 10 */
      justify-content: center;
      -ms-flex-pack: center;
      /* IE 10 */
      align-items: center;
      -ms-flex-align: center;
      /* IE 10 */
      flex-basis: auto;
      width: 70px;
      height: 70px;
      border-radius: 37px;
      border: 4px solid #666666;
      background: white;
      margin-right: 80px; }
      .home-root .function-section .function-item .icon img {
        width: 50px;
        height: 50px; }
    .home-root .function-section .function-item a {
      color: white; }
      .home-root .function-section .function-item a:hover {
        color: #dbdbdb; }
.home-root .row-layout {
  display: flex;
  display: -ms-flexbox;
  /* IE 10 */
  flex-direction: row;
  -ms-flex-direction: row;
  /* IE 10 */
  justify-content: initial;
  -ms-flex-pack: initial;
  /* IE 10 */
  align-items: initial;
  -ms-flex-align: initial;
  /* IE 10 */
  flex-basis: auto;
  min-height: 250px; }
  .home-root .row-layout .section-layout {
    background: white;
    width: 0;
    padding: 20px; }
.home-root  .segment {
  background: white;
  padding: 20px; }
    .home-root .row-layout .section-layout .section-head {
      display: flex;
      display: -ms-flexbox;
      /* IE 10 */
      flex-direction: column;
      -ms-flex-direction: column;
      /* IE 10 */
      justify-content: space-between;
      -ms-flex-pack: space-between;
      /* IE 10 */
      /*align-items: center;*/
      /*-ms-flex-align: center;*/
      /* IE 10 */
      flex-basis: auto; }
      .home-root .row-layout .section-layout .section-head .title-layout {
        color: #333333;
        font-weight: bold;
        padding-bottom: 25px;
        font-size: 20px;}

      .home-root .row-layout .section-layout .section-head .title-content {
        /*text-align: center;*/
        /*color:#C8CFD6;*/
        /*height:34px;*/
        /*text-overflow:-o-ellipsis-lastline;*/
        line-height: 25px;
        overflow:hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;}
        /*.home-root .row-layout .section-layout .section-head .title-layout:before {*/
        /*  content: '';*/
        /*  border: 4px solid #204EC0;*/
        /*  margin-right: 10px; }*/
      .home-root .row-layout .section-layout .section-head .more-btn {
        font-size: 12px;
        color: #666666; }
        .home-root .row-layout .section-layout .section-head .more-btn:hover {
          color: #01758e; }
    .home-root .row-layout .section-layout .content-layout {
      margin-top: 20px; }
  .home-root .row-layout .market-notice {
    flex-grow: 2; }
    .home-root .row-layout .market-notice .market-notice-content {
      display: flex;
      display: -ms-flexbox;
      /* IE 10 */
      flex-direction: row;
      -ms-flex-direction: row;
      /* IE 10 */
      justify-content: initial;
      -ms-flex-pack: initial;
      /* IE 10 */
      align-items: initial;
      -ms-flex-align: initial;
      /* IE 10 */
      flex-basis: auto; }
      .home-root .row-layout .market-notice .market-notice-content .img {
        height: 361px;
        width: 300px;
        min-width: 200px; }

  .home-root .row-layout .market-notice .market-notice-content .content-list {
    color: #666666;
    height: 342px;
    flex-grow: 1;
    overflow: hidden;
    /*border-top:1px solid #EFEFEF;*/
  }
  .home-root .row-layout .market-notice .market-notice-content .content-list .list-item {
    display: flex;
    display: -ms-flexbox;
    /* IE 10 */
    flex-direction: row;
    -ms-flex-direction: row;
    /* IE 10 */
    justify-content: initial;
    -ms-flex-pack: initial;
    /* IE 10 */
    align-items: center;
    -ms-flex-align: center;
    /* IE 10 */
    flex-basis: auto;
    font-size: 14px;
    height: 56px;
    border-bottom:1px solid #EFEFEF;
  }

  .home-root .row-layout .market-notice .market-notice-content .content-list .list-item .fillet {
    width: 8px;
    height: 8px;
    background-color: #df0617;
    border-radius: 4px;
  }
  .home-root .row-layout .market-notice .market-notice-content .content-list .list-item .time .date {
    padding: 1px 3px;
    font-size: 14px;
    font-weight: 300;}
  .home-root .row-layout .market-notice .market-notice-content .content-list .list-item .title {
    /*margin-left: 10px;*/
    /*border-left:1px solid #E4E4E4;*/
    padding: 6px 10px;
    width: 0;
    font-size: 16px;
    font-weight: 300;
    flex-grow: 1; }
  .home-root .row-layout .market-notice .market-notice-content .content-list .list-item .title:hover {
    color: #01758e; }
  .home-root .row-layout .industry-notice {
    flex-grow: 1; }
    .home-root .row-layout .industry-notice .industry-notice-content{
      position: relative;
      overflow: hidden;
      height: 360px;
    }
    .home-root .row-layout .industry-notice .industry-div{
      position:absolute;
      top: 0;
      left: 0;
      width: 100%;
      border-top:1px solid #EFEFEF;
    }
      .home-root .row-layout .industry-notice .industry-notice-content .list-item {
        display: flex;
        display: -ms-flexbox;
        /* IE 10 */
        flex-direction: row;
        -ms-flex-direction: row;
        /* IE 10 */
        justify-content: initial;
        -ms-flex-pack: initial;
        /* IE 10 */
        align-items: center;
        -ms-flex-align: center;
        /* IE 10 */
        flex-basis: auto;
        font-size: 14px;
        height: 65px;
        border-bottom:1px solid #EFEFEF;}
        .home-root .row-layout .industry-notice .industry-notice-content .list-item:hover {
          background-color: rgba(19,66,107,0.8);
          color: white;
        }
        .home-root .row-layout .industry-notice .industry-notice-content .list-item .point {
          width: 6px;
          height: 6px;
          border-radius: 5px;
          border: 2px solid #204EC0; }
        .home-root .row-layout .industry-notice .industry-notice-content .list-item .title {
          margin-left: 5px;
          width: 0;
          flex-grow: 1; }
          .home-root .row-layout .industry-notice .industry-notice-content .list-item .title:hover {
            color: white;}
        .home-root .row-layout .industry-notice .industry-notice-content .list-item .time {
          font-size: 12px;
          color: #666666; }
        .home-root .row-layout .industry-notice .industry-notice-content  .list-item .time1 {
          display: flex;
          display: -ms-flexbox;
          /* IE 10 */
          flex-direction: column;
          -ms-flex-direction: column;
          /* IE 10 */
          justify-content: initial;
          -ms-flex-pack: initial;
          /* IE 10 */
          align-items: initial;
          -ms-flex-align: initial;
          /* IE 10 */
          flex-basis: auto;
          text-align: center;
        }
        .home-root .row-layout .industry-notice .industry-notice-content  .list-item .time1 .year {
          padding: 1px 3px;
          font-size: 21px;
          font-weight: bold;
         }
        .home-root .row-layout .industry-notice .industry-notice-content  .list-item .time1 .date {
          padding: 1px 3px;
          font-size: 12px;
          font-weight: 300;
          width: 55px;}
        .home-root .row-layout .industry-notice .industry-notice-content  .list-item .content {
          display: flex;
          display: -ms-flexbox;
          /* IE 10 */
          flex-direction: column;
          -ms-flex-direction: column;
          /* IE 10 */
          justify-content: initial;
          -ms-flex-pack: initial;
          /* IE 10 */
          align-items: initial;
          -ms-flex-align: initial;
          /* IE 10 */
          flex-basis: auto;
          text-align: left;  }
        .home-root .row-layout .industry-notice .industry-notice-content  .list-item .content .title {
          margin-left: 10px;
          font-size: 18px;
          width: 300px;
          flex-grow: 1; }
        .home-root .row-layout .industry-notice .industry-notice-content  .list-item .content .title-content {
          margin-left: 10px;
          width: 300px;
          font-size: 12px;
          flex-grow: 1; }



  .home-root .row-layout .breed-service {
    flex-grow: 1; }
    .home-root .row-layout .breed-service .breed-service-content {
      display: flex;
      display: -ms-flexbox;
      /* IE 10 */
      flex-direction: row;
      -ms-flex-direction: row;
      /* IE 10 */
      justify-content: initial;
      -ms-flex-pack: initial;
      /* IE 10 */
      align-items: initial;
      -ms-flex-align: initial;
      /* IE 10 */
      flex-basis: auto; }
      .home-root .row-layout .breed-service .breed-service-content > a {
        width: 0;
        flex-grow: 1;
        margin: 0 40px;
        height: 220px; }
        .home-root .row-layout .breed-service .breed-service-content > a:first-child, .home-root .row-layout .breed-service .breed-service-content > a:last-child {
          margin: 0; }
  .home-root .row-layout .trade-quotation {
    flex-grow: 1; }
    .home-root .row-layout .trade-quotation .quotation-head .segment-layout {
      display: flex;
      display: -ms-flexbox;
      /* IE 10 */
      flex-direction: row;
      -ms-flex-direction: row;
      /* IE 10 */
      justify-content: initial;
      -ms-flex-pack: initial;
      /* IE 10 */
      align-items: initial;
      -ms-flex-align: initial;
      /* IE 10 */
      flex-basis: auto;
      font-size: 13px; }
      .home-root .row-layout .trade-quotation .quotation-head .segment-layout .segment-item {
        /*background: rgba(19,66,107,0.8);*/
        background: white;
        color: black;
        height: 30px;
        line-height: 30px;
        padding: 0 20px;
        margin-left: 10px;
        cursor: pointer; }
        .home-root .row-layout .trade-quotation .quotation-head .segment-layout .segment-item:first-child {
          margin-left: 0; }
        .home-root .row-layout .trade-quotation .quotation-head .segment-layout .segment-item.selected {
          background: #2966CC !important;
          color: white; }
        .home-root .row-layout .trade-quotation .quotation-head .segment-layout .segment-item:hover {
          transition: background 0.25s;
          background: #2966CC;
          color: white; }
    .home-root .row-layout .trade-quotation .trade-quotation-content .list-layout {
      position: relative;
      height: 345px;
      overflow: hidden; }
      .home-root .row-layout .trade-quotation .trade-quotation-content .list-location {
        margin-top: 35px;
        position: relative;
        height: 315px;
        overflow: hidden; }
      .home-root .row-layout .trade-quotation .trade-quotation-content .list-layout .trade-quotation-head, .home-root .row-layout .trade-quotation .trade-quotation-content .list-layout .trade-quotation-list {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
      .home-root .row-layout .trade-quotation .trade-quotation-content .list-layout .trade-quotation-head {
        z-index: 999; }
      .home-root .row-layout .trade-quotation .trade-quotation-content .list-layout table {
        width: 100%;
        table-layout: fixed; }
      .home-root .row-layout .trade-quotation .trade-quotation-content .list-layout thead {
        width: 100%;
        background-color: #2966CC;
        font-size: 14px;
        font-weight: bold;
        color: white; }
        .home-root .row-layout .trade-quotation .trade-quotation-content .list-layout thead td {
          height: 35px;
          line-height: 35px;
          text-align: center; }
      .home-root .row-layout .trade-quotation .trade-quotation-content .list-layout tbody {
        background-color: rgba(0,102,205,0.3);
        width: 100%;
        font-size: 13px; }
        .home-root .row-layout .trade-quotation .trade-quotation-content .list-layout tbody tr {
          cursor: pointer;
          border-bottom: 1px solid #dbdbdb; }
          .home-root .row-layout .trade-quotation .trade-quotation-content .list-layout tbody tr:hover {
            background-color: #0066cd; }
        .home-root .row-layout .trade-quotation .trade-quotation-content .list-layout tbody td {
          display: table-cell;
          height: 30px;
          line-height: 30px;
          text-align: center; }
  .home-root .row-layout .cooperation-organization {
    flex-grow: 1; }
    .home-root .row-layout .cooperation-organization .cooperation-organization-content .cooperation-row {
      display: flex;
      display: -ms-flexbox;
      /* IE 10 */
      flex-direction: row;
      -ms-flex-direction: row;
      /* IE 10 */
      justify-content: initial;
      -ms-flex-pack: initial;
      /* IE 10 */
      align-items: center;
      -ms-flex-align: center;
      /* IE 10 */
      flex-basis: auto; }
      .home-root .row-layout .cooperation-organization .cooperation-organization-content .cooperation-row .label {
        width: 150px;
        min-width: 150px;
        font-size: 14px; }
      .home-root .row-layout .cooperation-organization .cooperation-organization-content .cooperation-row .warp {
        flex-grow: 1;
        display: flex;
        flex-wrap: wrap; }
        .home-root .row-layout .cooperation-organization .cooperation-organization-content .cooperation-row .warp .warp-item {
          width: 25%; }
          .home-root .row-layout .cooperation-organization .cooperation-organization-content .cooperation-row .warp .warp-item:nth-child(n+5) {
            margin-top: 20px; }


.home-root .row-layout .market-trends {
  flex-grow: 2; }
.home-root .row-layout .market-trends .market-trends-content {
  display: flex;
  display: -ms-flexbox;
  /* IE 10 */
  flex-direction: row;
  -ms-flex-direction: row;
  /* IE 10 */
  justify-content: initial;
  -ms-flex-pack: initial;
  /* IE 10 */
  align-items: initial;
  -ms-flex-align: initial;
  /* IE 10 */
  flex-basis: auto; }
.home-root .row-layout .market-trends .market-trends-content .img {
  height: 300px;
  width: 480px;
  min-width: 200px; }
.home-root .row-layout .market-trends .market-trends-content .content-title {
  height: 42px;
  flex-grow: 2;
  overflow: hidden;
  margin:0px;
  background-color: transparent;
  background-image: url('../img/trends-box.png');
  background-repeat: no-repeat;
  background-size:100% 100%;
  padding-bottom: 15px;
}
.home-root .row-layout .market-trends .market-trends-content .content-title span{
  font-family: SourceHanSansCN-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 40px;
  margin-left: 40px;
  color: #999999;
}

.home-root .row-layout .market-trends .market-trends-content .content-title  .selected{
  color: #A53919;
}

.home-root .row-layout .market-trends .market-trends-content .content-title span:hover{
  color: #A53919;
}

.home-root .row-layout .market-trends .market-trends-content .content-list {
  color: #666666;
  height: 300px;
  flex-grow: 1;
  overflow: hidden;
  /*border-top:1px solid #EFEFEF;*/
}
.home-root .row-layout .market-trends .market-trends-content .content-list .list-item {
  display: flex;
  display: -ms-flexbox;
  /* IE 10 */
  flex-direction: row;
  -ms-flex-direction: row;
  /* IE 10 */
  justify-content: initial;
  -ms-flex-pack: initial;
  /* IE 10 */
  align-items: center;
  -ms-flex-align: center;
  /* IE 10 */
  flex-basis: auto;
  font-size: 14px;
  height: 43px;
  /*border-bottom:1px solid #EFEFEF;*/
}

.home-root .row-layout .market-trends .market-trends-content .content-list .list-item .fillet {
  width: 8px;
  height: 8px;
  background-color: #df0617;
  border-radius: 4px;
}
.home-root .row-layout .market-trends .market-trends-content .content-list .list-item .time .date {
  padding: 1px 3px;
  font-size: 14px;
  font-weight: 300;}
.home-root .row-layout .market-trends .market-trends-content .content-list .list-item .title {
  /*margin-left: 10px;*/
  /*border-left:1px solid #E4E4E4;*/
  padding: 6px 10px;
  width: 0;
  font-size: 16px;
  font-weight: 300;
  flex-grow: 1; }
.home-root .row-layout .market-trends .market-trends-content .content-list .list-item .title:hover {
  color: #01758e; }


.dynamic-Show3{
  text-align: center;
  width: 100%;
  background-color: #F5F5F5;
  padding: 15px 0;
}


.dynamic-Show3 span {
  font-family: SourceHanSansCN-Medium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.segment-end{
  height: 40px;
  margin:0px;
  background-color: white;
  padding: 10px 0;
  background-image: url('../img/segment-end.png');
  background-repeat: no-repeat;
  background-size:100% 100%;
}

.segment-end span {
  padding-left: 50px;
  line-height: 40px;
  font-family: SourceHanSansCN-Medium;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #a43717;
}