@charset "UTF-8";

.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.cf,
.clearfix {
  clear: both;
  overflow: hidden;
  *zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* 公共背景 */
.contaion {
  background: url(nxw_bk.png) repeat;
  overflow: hidden;
  /* padding-bottom: 95px; */
}

.layout {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}

/* 面包屑 */
.bread_nav {
  margin-top: 30px;
  font-size: 16px;
  color: #eb6d1b;
}

/* 公共标题 */
.title_common {
  margin: 35px auto 0;
  width: 225px;
  background: url(nxw_titBk.png) no-repeat center bottom;
  font-weight: 600;
  text-align: center;
  font-size: 40px;
  letter-spacing: 2px;
  color: #1a1a1a;
  padding-bottom: 15px;
}

.title_common_w {
  width: 279px;
  background: url(nxw_titBk_w.png) no-repeat center bottom;
}

.title_common_w2 {
  padding-bottom: 25px;
  width: 367px;
  background: url(nxw_gl_titBk.png) no-repeat center bottom;
}

.common_tit {
  position: relative;
  font-weight: 600;
  line-height: 40px;
  color: #181818;
  padding-left: 21px;
}

.common_titA {
  font-size: 30px;
}

.common_titA:hover {
  color: #eb6d1b;
}

.common_tit::before {
  content: '';
  display: block;
  width: 6px;
  height: 31px;
  background-color: #eb6d1b;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


/* 钢联农产品开始 */
.agricul_pwrap {
  margin-top: 70px;
}

.agricul_cont {
  width: 100%;
  overflow: hidden;
}

.agricul_com {
  width: 33.3%;
  height: 603px;
  float: left;
  /* padding: 50px 55px; */
  box-sizing: border-box;
  position: relative;
}
.agricul_com a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 50px 55px;
}
.agricul_com_more {
  position: absolute;
  width: 205px;
  height: 54px;
  line-height: 54px;
  background-color: transparent;
  border-radius: 6px;
  border: solid 1px #ffffff;
  color: #fff;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  bottom: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.agricul_com_more:hover {
  color: #fff;
}

.agricul_com:hover .agricul_com_more {
  opacity: 1;
  visibility: inherit;
  transition: all 0.3s;
}

.agricul_com_more .more_icon {
  margin-left: 20px;
  width: 16px;
}

.p1 {
  text-align: center;
  font-size: 36px;
  line-height: 40px;
}

.p2 {
  text-align: center;
  font-size: 26px;
  line-height: 28px;
  margin-top: 15px;
}

.p3 {
  font-size: 16px;
  line-height: 28px;
  margin-top: 25px;
}

.agricul_com1 {
  background: url(nxw_gl_ym.png) no-repeat;
  background-size: cover;
  color: #cc9332;
}

.agricul_com2 {
  background: url(nxw_gl_ymdf.png) no-repeat;
  background-size: cover;
  color: #a97f45;
}

.agricul_com3 {
  background: url(nxw_gl_db.png) no-repeat;
  background-size: cover;
  color: #9a7029;
}

.agricul_com4 {
  background: url(nxw_gl_sz.png) no-repeat;
  background-size: cover;
  color: #7d3f37;
}

.agricul_com5 {
  background: url(nxw_gl_jd.png) no-repeat;
  background-size: cover;
  color: #a36236;
}

.agricul_com6 {
  background: url(nxw_gl_pg.png) no-repeat;
  background-size: cover;
  color: #af3c4a;
}

.breed_echart_box {
  /* width: 100%; */
  /* height: 100%; */
  /* box-sizing: border-box; */
}

.breed_echart_box.corn {
  /* height: 290px; */
}

/* 钢联农产品结束 */

/* 二级列表页 开始 */

.trends_list {
  width: 685px;
  height: 437px;
  background: #fff;
  border-top: 2px solid #eb6d1b;
  box-shadow: 0px 0px 15px 6px #f3f3f3;
  padding: 30px 25px;
  box-sizing: border-box;
  margin-top: 20px;
}

.trends_list ul {
  margin-top: 20px;
}

.trends_list li {
  background: url(ny_dian.png) no-repeat left center;
  padding-left: 20px;
  height: 60px;
  line-height: 60px;
  position: relative;
  border-bottom: 1px dashed #f5b68d;
}

.trends_list li a {
  display: block;
  width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  font-size: 20px;
}

.trends_list li span {
  float: right;
  font-size: 18px;
  color: #999;
}

.trends_list li::before {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #f5b68d;
}

.trends_list li::after {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: -1px;
  background: #f5b68d;
}

.breed_wrap {
  margin-top: 70px;
}

.com_hearder_right {
  float: right;
}

.com_hearder_right ul {
  margin-right: 30px;
  margin-top: 8px;
  float: left;
  height: 40px;
}

.com_hearder_right ul li {
  float: left;
  padding: 0 15px;
  font-size: 20px;
  line-height: 20px;
  border-right: 1px #F4AD9E solid;
  position: relative;
}

.com_hearder_right ul li:last-child {
  border: 0;
}

.com_hearder_right ul li a {
  display: block;
}

.com_hearder_right ul li.active {
  color: #F17600;
  font-weight: bold;
}

.com_hearder_right ul li.active::after {
  content: "";
  width: 38px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -19px;
  border-radius: 5px;
  border-bottom: 3px #F17600 solid;
}

.com_hearder_right .more {
  float: right;
  display: none;
  color: #FBA11E;
  background: url(ny_news_morebg.png) right no-repeat;
  padding-right: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.com_hearder_right .more.active {
  display: block;
}

.com_hearder_right .more:hover {
  background: url(ny_news_morebg_on.png) right no-repeat;
}

.common_titSpan {
  font-size: 30px;
}

.breed_list_wrap {
  margin-top: 20px;
  height: 450px;
  border-top: 2px solid #eb6d1b;
  box-shadow: 0px 0px 15px 6px #f3f3f3;
  background-color: #fff;
  box-sizing: border-box;
  padding: 5px 50px;
}

.com_list {
  display: none;
  overflow: hidden;
}

.com_list.selected {
  display: block;
}

.com_list li {
  height: 64px;
  line-height: 64px;
  width: 604px;
  position: relative;
  border-bottom: 1px dashed #f5b68d;
}

.com_list li:nth-child(odd) {
  float: left;
}

.com_list li:nth-child(even) {
  float: right;
}

.breed_list_com li::before {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #f5b68d;
}

.breed_list_com li::after {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: -1px;
  background: #f5b68d;
}

.com_list li.list_com_top {
  overflow: hidden;
  height: 155px;
  padding: 32px 0;
}


.list_com_top .item-date {
  width: 74px;
  height: 80px;
  float: left;
  margin-top: 5px;
  padding-top: 5px;
  text-align: center;
  color: #333333;
  font-size: 12px;
  border: 1px solid #eb6d1b;
  border-top: none;
  position: relative;
  line-height: normal;
}

.list_com_top .item-date:after,
.list_com_top .item-date:before {
  content: '';
  width: 15px;
  height: 1px;
  background: #eb6d1b;
  position: absolute;
  top: 0;
}

.list_com_top .item-date:after {
  right: 0;
}

.list_com_top .item-date:before {
  left: 0;
}

.list_com_top .text-cont {
  width: 518px;
  float: right;

}

.list_com_top .text-cont h3 {
  font-size: 20px;
  line-height: 24px;
  color: #2d2d2d;
}

.list_com_top .text-cont p {
  font-size: 15px;
  color: #707070;
  line-height: 28px;
  margin-top: 12px;
}

.list_com_top .text-cont p a {
  color: #F17600;
  display: contents;
  font-size: 15px;
}


.item-dat-p1 {
  font-size: 32px;
  color: #eb6d1b;
  font-weight: 600;
}

.item-dat-p2 {
  font-size: 14px;
  line-height: 24px;
  color: #eb6d1b;
}

.breed_list_com {
  background: url(ny_dian.png) no-repeat left center;
  padding-left: 20px;
  height: 60px;
  line-height: 60px;
  position: relative;
  border-bottom: 1px dashed #f5b68d;
}

.breed_list_com a {
  display: block;
  width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  font-size: 20px;
}

.breed_list_com span {
  float: right;
  font-size: 18px;
  color: #999;
}



.produce_gl {
  position: relative;
  padding-bottom: 70px;
}

.produce_gl::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -28px;
  transform: translateX(-50%);
  display: block;
  width: 253px;
  height: 95px;
  background: url(nxw_gl_pg_tit.png) no-repeat top;
  background-size: cover;
}

.produce_gl_jd::before {
  width: 207px;
  top: -48px;
  background: url(nxw_gl_jd_tit.png) no-repeat top;
  background-size: cover;
}

.produce_gl_db::before {
  width: 268px;
  top: -55px;
  height: 115px;
  margin-left: -20px;
  background: url(nxw_gl_db_tit.png) no-repeat top;
  background-size: cover;
}

.produce_gl_ymdf::before {
  width: 268px;
  top: -55px;
  height: 115px;
  background: url(nxw_gl_ymdf_tit.png) no-repeat top;
  background-size: cover;
}

.produce_gl_ym::before {
  width: 236px;
  top: -35px;
  height: 90px;
  background: url(nxw_gl_ym_tit.png) no-repeat top;
  background-size: cover;
}

.produce_gl_sz::before {
  width: 232px;
  top: -60px;
  height: 130px;
  background: url(nxw_gl_sz_tit.png) no-repeat top;
  background-size: cover;
}

.breed_price {
  /* height: 400px; */
  overflow: hidden;
}

.breed_echart {

  float: left;
  width: 100%;
  height: 420px;
  border-top: 2px solid #eb6d1b;
  box-shadow: 0px 0px 15px 6px #f3f3f3;
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px;
}

.breed_price .breed_swiper {
  display: none;
}

.breed_swiper {
  float: right;
  width: 410px;
  height: 400px;
  border-top: 2px solid #eb6d1b;
  box-shadow: 0px 0px 15px 6px #f3f3f3;
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px 25px;
  position: relative;
}

.breed_echart_tit {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  color: #eb6d1b;
  font-weight: 600;
}

.breed_echart_tit .tit_icon {
  vertical-align: -9px;
  width: 36px;
}

.produce_gl_ymdf .breed_echart_tit .tit_icon {
  vertical-align: -4px;
}

.produce_gl_sz .breed_echart_tit .tit_icon {
  vertical-align: -2px;
}

.produce_gl_jd .breed_echart_tit .tit_icon {
  vertical-align: -5px;
}

.breed_swiper_tit {
  position: relative;
  overflow: hidden;
}

.breed_swiper_tit .breed_echart_tit {
  float: left;
}

.breed_swiper_tit .com_hearder_right .more {
  margin-top: 11px;
}

.gl_swiper {
  width: 100%;
  height: 280px;
  margin-top: 20px;
}

.gl_swiper .img_box_border {
  width: 360px;
  height: 222px;
  background-color: #ffffff;
  border: solid 1px #7f4f36;
  padding: 7px;
  box-sizing: border-box;
}

.gl_swiper .img_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gl_swiper .img_box img {
  width: 100%;
}

.gl_swiper .swiper_bottomTxt p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 20px;
  letter-spacing: 0px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}


.breed_swiper .pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: 100%;
  font-size: 0;
  text-align: center;
}

.breed_swiper .pagination span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0px 7px;
  background-color: #D7DFE9;
  cursor: pointer;
}

.breed_swiper .pagination span.swiper-active-switch {
  background: #F17600;
  width: 37px;
  border-radius: 8px;
}

.breed_wrap.breed_gl_wrap {
  margin-top: 30px;
}

.breed_list_wrap.breed_list_gl {
  padding: 30px 50px;
  height: 532px;
}

.breed_hearder {
  position: relative;
}

.com_hearder_pos {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.com_hearder_pos .more {
  margin-top: 0;
}

.guidance_com {
  margin-top: 70px;
}

.guidance_com table {
  width: 100%;
  margin-top: 25px;
}

.guidance_com table thead {
  height: 56px;
  background: #fef2eb;
}

.guidance_com table thead th {
  height: 56px;
  font-size: 18px;
  font-weight: bold;
  color: #1c1c1c;
}

.guidance_com table thead th:first-child {
  padding-left: 20px;
}

.guidance_com table tbody tr {
  height: 80px;
  font-size: 16px;
}

.guidance_com table tbody tr:nth-child(even) {
  background: #f8f8f8;
}

.guidance_com table tbody tr td:first-child {
  padding-left: 20px;
}

.guidance_com table.FieldInOutTable {
  border-bottom: 1px solid #e4e4e4;
}

.guidance_com table.FieldInOutTable tbody tr {
  height: 80px;
  font-size: 16px;
}
.noTitle.common_tit::before {
display: none;
}
.noTitle.common_tit {
  text-indent: -9999px;
  overflow: hidden;
}
.breed_tit_change {
  overflow: hidden;
  float: left;
}

.breed_tit_change .breed_echart_tit {
  float: left;
  position: relative;
  color: #1a1a1a;
  padding: 0 28px;
  box-sizing: border-box;
  cursor: pointer;
}

.breed_tit_change .breed_echart_tit::after {
  content: '';
  display: block;
  width: 1px;
  height: 25px;
  background-color: #f35431;
  opacity: 0.5;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.breed_tit_change .breed_echart_tit:first-of-type {
  padding-left: 0;
}

.breed_tit_change .breed_echart_tit:last-of-type {
  padding-right: 0;
}

.breed_tit_change .breed_echart_tit:last-of-type::after {
  display: none;
}

.breed_tit_change .breed_echart_tit.active {
  color: #eb6d1b;
}

.trends_list_db ul {
  display: none;
}

.trends_list_db ul.selected {
  display: block;
}

.breed_echart_ym {
  width: 100%;
  height: 420px;
}
.breed_echart_box {
  height: 336px;
}
.produce_gl_ym .breed_echart_tit .tit_icon {
  width: 22px;
  vertical-align: -12px;
}

.breed_link {
  position: absolute;
  right: 90px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #1e7836;
}

.breed_link img {
  width: 17px;
  vertical-align: -3px;
}

.guidance_wrap_ym {
  margin-top: 70px;
}

.guidance_wrap_ym .guidance_com {
  margin-top: 0;
}

.breed_ym_header {
  height: 42px;
  position: relative;
}

.breed_ym_change {
  width: 872px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* 二级列表 结束 */


@media screen and (max-width: 1920px) {

  /* 公共背景 */
  .contaion {
    background: url(nxw_bk.png) repeat;
    overflow: hidden;
    /* padding-bottom: 81px; */
  }

  .layout {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }

  /* 面包屑 */
  .bread_nav {
    margin-top: 26px;
    font-size: 14px;
    color: #eb6d1b;
  }

  /* 公共标题 */
  .title_common {
    margin: 30px auto 0;
    width: 193px;
    background: url(nxw_titBk.png) no-repeat center bottom;
    background-size: contain;
    font-weight: 600;
    text-align: center;
    font-size: 34px;
    letter-spacing: 2px;
    color: #1a1a1a;
    padding-bottom: 13px;
  }

  .title_common_w {
    width: 240px;
    background: url(nxw_titBk_w.png) no-repeat center bottom;
    background-size: contain;
  }

  .title_common_w2 {
    padding-bottom: 21px;
    width: 315px;
    background: url(nxw_gl_titBk.png) no-repeat center bottom;
    background-size: contain;
  }

  .common_tit {
    position: relative;
    font-weight: 600;
    line-height: 34px;
    color: #181818;
    padding-left: 18px;
  }

  .common_titA {
    font-size: 26px;
  }

  .common_titA:hover {
    color: #eb6d1b;
  }

  .common_tit::before {
    content: '';
    display: block;
    width: 5px;
    height: 27px;
    background-color: #eb6d1b;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }


  /* 钢联农产品开始 */
  .agricul_pwrap {
    margin-top: 60px;
  }

  .agricul_cont {
    width: 100%;
    overflow: hidden;
  }

  .agricul_com {
    width: 33.3%;
    height: 517px;
    float: left;
    /* padding: 43px 47px; */
    box-sizing: border-box;
    position: relative;
  }
  .agricul_com a {
    display: block;
    padding: 43px 47px;
  }
  .agricul_com_more {
    position: absolute;
    width: 176px;
    height: 47px;
    line-height: 47px;
    background-color: transparent;
    border-radius: 6px;
    border: solid 1px #ffffff;
    color: #fff;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    bottom: 43px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }

  .agricul_com_more:hover {
    color: #fff;
  }

  .agricul_com:hover .agricul_com_more {
    opacity: 1;
    visibility: inherit;
    transition: all 0.3s;
  }

  .agricul_com_more .more_icon {
    margin-left: 17px;
    width: 14px;
  }

  .p1 {
    text-align: center;
    font-size: 31px;
    line-height: 34px;
  }

  .p2 {
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    margin-top: 13px;
  }

  .p3 {
    font-size: 12px;
    line-height: 24px;
    margin-top: 21px;
  }

  .agricul_com1 {
    background: url(nxw_gl_ym.png) no-repeat;
    background-size: cover;
    color: #cc9332;
  }

  .agricul_com2 {
    background: url(nxw_gl_ymdf.png) no-repeat;
    background-size: cover;
    color: #a97f45;
  }

  .agricul_com3 {
    background: url(nxw_gl_db.png) no-repeat;
    background-size: cover;
    color: #9a7029;
  }

  .agricul_com4 {
    background: url(nxw_gl_sz.png) no-repeat;
    background-size: cover;
    color: #7d3f37;
  }

  .agricul_com5 {
    background: url(nxw_gl_jd.png) no-repeat;
    background-size: cover;
    color: #a36236;
  }

  .agricul_com6 {
    background: url(nxw_gl_pg.png) no-repeat;
    background-size: cover;
    color: #af3c4a;
  }

  /* 钢联农产品结束 */

  /* 二级列表页 开始 */

  .trends_list {
    width: 587px;
    height: 375px;
    background: #fff;
    border-top: 2px solid #eb6d1b;
    box-shadow: 0px 0px 15px 6px #f3f3f3;
    padding: 26px 21px;
    box-sizing: border-box;
    margin-top: 17px;
  }

  .trends_list ul {
    margin-top: 17px;
  }

  .trends_list li {
    background: url(ny_dian.png) no-repeat left center;
    padding-left: 17px;
    height: 51px;
    line-height: 51px;
    position: relative;
    border-bottom: 1px dashed #f5b68d;
  }

  .trends_list li a {
    display: block;
    width: 429px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    font-size: 17px;
  }

  .trends_list li span {
    float: right;
    font-size: 16px;
    color: #999;
  }

  .trends_list li::before {
    content: '';
    display: block;
    width: 21px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #f5b68d;
  }

  .trends_list li::after {
    content: '';
    display: block;
    width: 21px;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: -1px;
    background: #f5b68d;
  }

  .breed_wrap {
    margin-top: 60px;
  }

  .com_hearder_right {
    float: right;
  }

  .com_hearder_right ul {
    margin-right: 26px;
    margin-top: 7px;
    float: left;
    height: 34px;
  }

  .com_hearder_right ul li {
    float: left;
    padding: 0 13px;
    font-size: 17px;
    line-height: 17px;
    border-right: 1px #F4AD9E solid;
    position: relative;
  }

  .com_hearder_right ul li:last-child {
    border: 0;
  }

  .com_hearder_right ul li a {
    display: block;
  }

  .com_hearder_right ul li.active {
    color: #F17600;
    font-weight: bold;
  }

  .com_hearder_right ul li.active::after {
    content: "";
    width: 33px;
    position: absolute;
    left: 50%;
    bottom: -17px;
    margin-left: -16px;
    border-radius: 5px;
    border-bottom: 2px #F17600 solid;
  }

  .com_hearder_right .more {
    float: right;
    display: none;
    color: #FBA11E;
    background: url(ny_news_morebg.png) right no-repeat;
    padding-right: 21px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 17px;
  }

  .com_hearder_right .more.active {
    display: block;
  }

  .com_hearder_right .more:hover {
    background: url(ny_news_morebg_on.png) right no-repeat;
  }

  .common_titSpan {
    font-size: 26px;
  }

  .breed_list_wrap {
    margin-top: 17px;
    height: 386px;
    border-top: 2px solid #eb6d1b;
    box-shadow: 0px 0px 15px 6px #f3f3f3;
    background-color: #fff;
    box-sizing: border-box;
    padding: 4px 43px;
  }

  .com_list {
    display: none;
    overflow: hidden;
  }

  .com_list.selected {
    display: block;
  }

  .com_list li {
    height: 55px;
    line-height: 55px;
    width: 518px;
    position: relative;
    border-bottom: 1px dashed #f5b68d;
  }

  .com_list li:nth-child(odd) {
    float: left;
  }

  .com_list li:nth-child(even) {
    float: right;
  }

  .breed_list_com li::before {
    content: '';
    display: block;
    width: 21px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #f5b68d;
  }

  .breed_list_com li::after {
    content: '';
    display: block;
    width: 21px;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: -1px;
    background: #f5b68d;
  }

  .com_list li.list_com_top {
    overflow: hidden;
    height: 133px;
    padding: 27px 0;
  }


  .list_com_top .item-date {
    width: 63px;
    height: 69px;
    float: left;
    margin-top: 4px;
    padding-top: 4px;
    text-align: center;
    color: #333333;
    font-size: 12px;
    border: 1px solid #eb6d1b;
    border-top: none;
    position: relative;
    line-height: normal;
  }

  .list_com_top .item-date:after,
  .list_com_top .item-date:before {
    content: '';
    width: 13px;
    height: 1px;
    background: #eb6d1b;
    position: absolute;
    top: 0;
  }

  .list_com_top .item-date:after {
    right: 0;
  }

  .list_com_top .item-date:before {
    left: 0;
  }

  .list_com_top .text-cont {
    width: 444px;
    float: right;

  }

  .list_com_top .text-cont h3 {
    font-size: 17px;
    line-height: 21px;
    color: #2d2d2d;
  }

  .list_com_top .text-cont p {
    font-size: 13px;
    color: #707070;
    line-height: 24px;
    margin-top: 10px;
  }

  .list_com_top .text-cont p a {
    color: #F17600;
    display: contents;
    font-size: 13px;
  }


  .item-dat-p1 {
    font-size: 27px;
    color: #eb6d1b;
    font-weight: 600;
  }

  .item-dat-p2 {
    font-size: 12px;
    line-height: 20px;
    color: #eb6d1b;
  }

  .breed_list_com {
    background: url(ny_dian.png) no-repeat left center;
    padding-left: 17px;
    height: 51px;
    line-height: 51px;
    position: relative;
    border-bottom: 1px dashed #f5b68d;
  }

  .breed_list_com a {
    display: block;
    width: 429px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    font-size: 17px;
  }

  .breed_list_com span {
    float: right;
    font-size: 16px;
    color: #999;
  }



  .produce_gl {
    position: relative;
    padding-bottom: 60px;
  }

  .produce_gl::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -24x;
    transform: translateX(-50%);
    display: block;
    width: 217px;
    height: 81px;
    background: url(nxw_gl_pg_tit.png) no-repeat top;
    background-size: cover;
  }

  .produce_gl_jd::before {
    width: 177px;
    top: -41px;
    background: url(nxw_gl_jd_tit.png) no-repeat top;
    background-size: cover;
  }

  .produce_gl_db::before {
    width: 230px;
    top: -47px;
    height: 99px;
    margin-left: -17px;
    background: url(nxw_gl_db_tit.png) no-repeat top;
    background-size: cover;
  }

  .produce_gl_ymdf::before {
    width: 230px;
    top: -47px;
    height: 99px;
    background: url(nxw_gl_ymdf_tit.png) no-repeat top;
    background-size: cover;
  }

  .produce_gl_ym::before {
    width: 202px;
    top: -30px;
    height: 77px;
    background: url(nxw_gl_ym_tit.png) no-repeat top;
    background-size: cover;
  }

  .produce_gl_sz::before {
    width: 199px;
    top: -51px;
    height: 111px;
    background: url(nxw_gl_sz_tit.png) no-repeat top;
    background-size: cover;
  }

  .breed_price {
    /* height: 400px; */
    overflow: hidden;
  }

  .breed_echart {
    float: left;
    width: 100%;
    height: 420px;
    border-top: 2px solid #eb6d1b;
    box-shadow: 0px 0px 15px 6px #f3f3f3;
    background-color: #fff;
    box-sizing: border-box;
    padding: 26px;
  }
.breed_echart_box  {
  height: 336px;
}
  .breed_swiper {
    float: right;
    width: 351px;
    height: 343px;
    border-top: 2px solid #eb6d1b;
    box-shadow: 0px 0px 15px 6px #f3f3f3;
    background-color: #fff;
    box-sizing: border-box;
    padding: 26px 21px;
    position: relative;
  }

  .breed_echart_tit {
    text-align: center;
    font-size: 21px;
    line-height: 31px;
    color: #eb6d1b;
    font-weight: 600;
  }

  .breed_echart_tit .tit_icon {
    vertical-align: -8px;
    width: 31px;
  }

  .produce_gl_ymdf .breed_echart_tit .tit_icon {
    vertical-align: -3px;
  }

  .produce_gl_sz .breed_echart_tit .tit_icon {
    vertical-align: -2px;
  }

  .produce_gl_jd .breed_echart_tit .tit_icon {
    vertical-align: -5px;
  }

  .breed_swiper_tit {
    position: relative;
    overflow: hidden;
  }

  .breed_swiper_tit .breed_echart_tit {
    float: left;
  }

  .breed_swiper_tit .com_hearder_right .more {
    margin-top: 9px;
  }

  .gl_swiper {
    width: 100%;
    height: 240px;
    margin-top: 17px;
  }

  .gl_swiper .img_box_border {
    width: 309px;
    height: 190px;
    background-color: #ffffff;
    border: solid 1px #7f4f36;
    padding: 6px;
    box-sizing: border-box;
  }

  .gl_swiper .img_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .gl_swiper .img_box img {
    width: 100%;
  }

  .gl_swiper .swiper_bottomTxt p {
    font-size: 16px;
    line-height: 17px;
    font-weight: 600;
    margin-top: 17px;
    letter-spacing: 0px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

  }


  .breed_swiper .pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 17px;
    width: 100%;
    font-size: 0;
    text-align: center;
  }

  .breed_swiper .pagination span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0px 6px;
    background-color: #D7DFE9;
    cursor: pointer;
  }

  .breed_swiper .pagination span.swiper-active-switch {
    background: #F17600;
    width: 32px;
    border-radius: 6px;
  }

  .breed_wrap.breed_gl_wrap {
    margin-top: 26px;
  }

  .breed_list_wrap.breed_list_gl {
    padding: 26px 43px;
    height: 456px;
  }

  .breed_hearder {
    position: relative;
  }

  .com_hearder_pos {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .com_hearder_pos .more {
    margin-top: 0;
  }

  .guidance_com {
    margin-top: 60px;
  }

  .breed_tit_change {
    overflow: hidden;
    float: left;
  }

  .breed_tit_change .breed_echart_tit {
    float: left;
    position: relative;
    color: #1a1a1a;
    padding: 0 24px;
    box-sizing: border-box;
    cursor: pointer;
  }

  .breed_tit_change .breed_echart_tit::after {
    content: '';
    display: block;
    width: 1px;
    height: 21px;
    background-color: #f35431;
    opacity: 0.5;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .breed_tit_change .breed_echart_tit:first-of-type {
    padding-left: 0;
  }

  .breed_tit_change .breed_echart_tit:last-of-type {
    padding-right: 0;
  }

  .breed_tit_change .breed_echart_tit:last-of-type::after {
    display: none;
  }

  .breed_tit_change .breed_echart_tit.active {
    color: #eb6d1b;
  }

  .trends_list_db ul {
    display: none;
  }

  .trends_list_db ul.selected {
    display: block;
  }

  .breed_echart_ym {
    width: 100%;
    height: 420px;
  }

  .produce_gl_ym .breed_echart_tit .tit_icon {
    width: 19px;
    vertical-align: -10px;
  }

  .breed_link {
    position: absolute;
    right: 77px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #1e7836;
  }

  .breed_link img {
    width: 15px;
    vertical-align: -2px;
  }

  .guidance_wrap_ym {
    margin-top: 60px;
  }

  .guidance_wrap_ym .guidance_com {
    margin-top: 0;
  }

  .breed_ym_header {
    height: 36px;
    position: relative;
  }

  .breed_ym_change {
    width: 760px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

}

@media screen and (max-width: 1440px) {

  /* 公共背景 */
  .contaion {
    background: url(nxw_bk.png) repeat;
    overflow: hidden;
    /* padding-bottom: 55px; */
  }

  .layout {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }

  /* 面包屑 */
  .bread_nav {
    margin-top: 21px;
    font-size: 12px;
    color: #eb6d1b;
  }

  /* 公共标题 */
  .title_common {
    margin: 25px auto 0;
    width: 160px;
    background: url(nxw_titBk.png) no-repeat center bottom;
    font-weight: 600;
    text-align: center;
    font-size: 29px;
    letter-spacing: 2px;
    color: #1a1a1a;
    padding-bottom: 11px;
  }

  .title_common_w {
    width: 199px;
    background: url(nxw_titBk_w.png) no-repeat center bottom;
  }

  .title_common_w2 {
    padding-bottom: 18px;
    width: 262px;
    background: url(nxw_gl_titBk.png) no-repeat center bottom;
  }

  .common_tit {
    position: relative;
    font-weight: 600;
    line-height: 29px;
    color: #181818;
    padding-left: 15px;
  }

  .common_titA {
    font-size: 21px;
  }

  .common_titA:hover {
    color: #eb6d1b;
  }

  .common_tit::before {
    content: '';
    display: block;
    width: 4px;
    height: 22px;
    background-color: #eb6d1b;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }


  /* 钢联农产品开始 */
  .agricul_pwrap {
    margin-top: 50px;
  }

  .agricul_cont {
    width: 100%;
    overflow: hidden;
  }

  .agricul_com {
    width: 33.3%;
    height: 431px;
    float: left;
    /* padding: 36px 39px; */
    box-sizing: border-box;
    position: relative;
  }
  .agricul_com a {
    display: block;
    padding: 36px 39px;
  }

  .agricul_com_more {
    position: absolute;
    width: 147px;
    height: 39px;
    line-height: 39px;
    background-color: transparent;
    border-radius: 5px;
    border: solid 1px #ffffff;
    color: #fff;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    bottom: 50px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }

  .agricul_com_more:hover {
    color: #fff;
  }

  .agricul_com:hover .agricul_com_more {
    opacity: 1;
    visibility: inherit;
    transition: all 0.3s;
  }

  .agricul_com_more .more_icon {
    margin-left: 14px;
    width: 12px;
  }

  .p1 {
    text-align: center;
    font-size: 26px;
    line-height: 29px;
  }

  .p2 {
    text-align: center;
    font-size: 19px;
    line-height: 20px;
    margin-top: 11px;
  }

  .p3 {
    font-size: 11px;
    line-height: 20px;
    margin-top: 18px;
  }

  .agricul_com1 {
    background: url(nxw_gl_ym.png) no-repeat;
    background-size: cover;
    color: #cc9332;
  }

  .agricul_com2 {
    background: url(nxw_gl_ymdf.png) no-repeat;
    background-size: cover;
    color: #a97f45;
  }

  .agricul_com3 {
    background: url(nxw_gl_db.png) no-repeat;
    background-size: cover;
    color: #9a7029;
  }

  .agricul_com4 {
    background: url(nxw_gl_sz.png) no-repeat;
    background-size: cover;
    color: #7d3f37;
  }

  .agricul_com5 {
    background: url(nxw_gl_jd.png) no-repeat;
    background-size: cover;
    color: #a36236;
  }

  .agricul_com6 {
    background: url(nxw_gl_pg.png) no-repeat;
    background-size: cover;
    color: #af3c4a;
  }

  /* 钢联农产品结束 */

  /* 二级列表页 开始 */

  .trends_list {
    width: 490px;
    height: 312px;
    background: #fff;
    border-top: 2px solid #eb6d1b;
    box-shadow: 0px 0px 15px 6px #f3f3f3;
    padding: 21px 18px;
    box-sizing: border-box;
    margin-top: 14px;
  }

  .trends_list ul {
    margin-top: 14px;
  }

  .trends_list li {
    background: url(ny_dian.png) no-repeat left center;
    padding-left: 14px;
    height: 43px;
    line-height: 43px;
    position: relative;
    border-bottom: 1px dashed #f5b68d;
  }

  .trends_list li a {
    display: block;
    width: 357px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    font-size: 14px;
  }

  .trends_list li span {
    float: right;
    font-size: 13px;
    color: #999;
  }

  .trends_list li::before {
    content: '';
    display: block;
    width: 18px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #f5b68d;
  }

  .trends_list li::after {
    content: '';
    display: block;
    width: 18px;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: -1px;
    background: #f5b68d;
  }

  .breed_wrap {
    margin-top: 50px;
  }

  .com_hearder_right {
    float: right;
  }

  .com_hearder_right ul {
    margin-right: 21px;
    margin-top: 6px;
    float: left;
    height: 29px;
  }

  .com_hearder_right ul li {
    float: left;
    padding: 0 11px;
    font-size: 14px;
    line-height: 14px;
    border-right: 1px #F4AD9E solid;
    position: relative;
  }

  .com_hearder_right ul li:last-child {
    border: 0;
  }

  .com_hearder_right ul li a {
    display: block;
  }

  .com_hearder_right ul li.active {
    color: #F17600;
    font-weight: bold;
  }

  .com_hearder_right ul li.active::after {
    content: "";
    width: 27px;
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin-left: -14px;
    border-radius: 5px;
    border-bottom: 2px #F17600 solid;
  }

  .com_hearder_right .more {
    float: right;
    display: none;
    color: #FBA11E;
    background: url(ny_news_morebg.png) right no-repeat;
    padding-right: 18px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 14px;
  }

  .com_hearder_right .more.active {
    display: block;
  }

  .com_hearder_right .more:hover {
    background: url(ny_news_morebg_on.png) right no-repeat;
  }

  .common_titSpan {
    font-size: 21px;
  }

  .breed_list_wrap {
    margin-top: 14px;
    height: 321px;
    border-top: 2px solid #eb6d1b;
    box-shadow: 0px 0px 15px 6px #f3f3f3;
    background-color: #fff;
    box-sizing: border-box;
    padding: 4px 36px;
  }

  .com_list {
    display: none;
    overflow: hidden;
  }

  .com_list.selected {
    display: block;
  }

  .com_list li {
    height: 46px;
    line-height: 46px;
    width: 431px;
    position: relative;
    border-bottom: 1px dashed #f5b68d;
  }

  .com_list li:nth-child(odd) {
    float: left;
  }

  .com_list li:nth-child(even) {
    float: right;
  }

  .breed_list_com li::before {
    content: '';
    display: block;
    width: 18px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #f5b68d;
  }

  .breed_list_com li::after {
    content: '';
    display: block;
    width: 18px;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: -1px;
    background: #f5b68d;
  }

  .com_list li.list_com_top {
    overflow: hidden;
    height: 111px;
    padding: 23px 0;
  }


  .list_com_top .item-date {
    width: 53px;
    height: 57px;
    float: left;
    margin-top: 4px;
    padding-top: 4px;
    text-align: center;
    color: #333333;
    font-size: 12px;
    border: 1px solid #eb6d1b;
    border-top: none;
    position: relative;
    line-height: normal;
  }

  .list_com_top .item-date:after,
  .list_com_top .item-date:before {
    content: '';
    width: 11px;
    height: 1px;
    background: #eb6d1b;
    position: absolute;
    top: 0;
  }

  .list_com_top .item-date:after {
    right: 0;
  }

  .list_com_top .item-date:before {
    left: 0;
  }

  .list_com_top .text-cont {
    width: 370px;
    float: right;

  }

  .list_com_top .text-cont h3 {
    font-size: 14px;
    line-height: 17px;
    color: #2d2d2d;
  }

  .list_com_top .text-cont p {
    font-size: 12px;
    color: #707070;
    line-height: 20px;
    margin-top: 9px;
  }

  .list_com_top .text-cont p a {
    color: #F17600;
    display: contents;
    font-size: 12px;
  }


  .item-dat-p1 {
    font-size: 23px;
    color: #eb6d1b;
    font-weight: 600;
  }

  .item-dat-p2 {
    font-size: 12px;
    line-height: 17px;
    color: #eb6d1b;
  }

  .breed_list_com {
    background: url(ny_dian.png) no-repeat left center;
    padding-left: 14px;
    height: 43px;
    line-height: 43px;
    position: relative;
    border-bottom: 1px dashed #f5b68d;
  }

  .breed_list_com a {
    display: block;
    width: 357px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    font-size: 14px;
  }

  .breed_list_com span {
    float: right;
    font-size: 13px;
    color: #999;
  }

  .produce_gl {
    position: relative;
    padding-bottom: 50px;
  }

  .produce_gl::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    display: block;
    width: 181px;
    height: 68px;
    background: url(nxw_gl_pg_tit.png) no-repeat top;
    background-size: cover;
  }

  .produce_gl_jd::before {
    width: 148px;
    top: -34px;
    background: url(nxw_gl_jd_tit.png) no-repeat top;
    background-size: cover;
  }

  .produce_gl_db::before {
    width: 191px;
    top: -39px;
    height: 82px;
    margin-left: -14px;
    background: url(nxw_gl_db_tit.png) no-repeat top;
    background-size: cover;
  }

  .produce_gl_ymdf::before {
    width: 191px;
    top: -40px;
    height: 82px;
    background: url(nxw_gl_ymdf_tit.png) no-repeat top;
    background-size: cover;
  }

  .produce_gl_ym::before {
    width: 169px;
    top: -30px;
    height: 64px;
    background: url(nxw_gl_ym_tit.png) no-repeat top;
    background-size: cover;
  }

  .produce_gl_sz::before {
    width: 166px;
    top: -43px;
    height: 93px;
    background: url(nxw_gl_sz_tit.png) no-repeat top;
    background-size: cover;
  }

  .breed_price {
    /* height: 400px; */
    overflow: hidden;
  }

  .breed_echart {
    float: left;
    width: 100%;
    height: 286px;
    border-top: 2px solid #eb6d1b;
    box-shadow: 0px 0px 15px 6px #f3f3f3;
    background-color: #fff;
    box-sizing: border-box;
    padding: 21px;
  }

  .breed_swiper {
    float: right;
    width: 293px;
    height: 286px;
    border-top: 2px solid #eb6d1b;
    box-shadow: 0px 0px 15px 6px #f3f3f3;
    background-color: #fff;
    box-sizing: border-box;
    padding: 21px 18px;
    position: relative;
  }

  .breed_echart_tit {
    text-align: center;
    font-size: 17px;
    line-height: 26px;
    color: #eb6d1b;
    font-weight: 600;
  }

  .breed_echart_tit .tit_icon {
    vertical-align: -6px;
    width: 26px;
  }

  .produce_gl_ymdf .breed_echart_tit .tit_icon {
    vertical-align: -3px;
  }

  .produce_gl_sz .breed_echart_tit .tit_icon {
    vertical-align: -1px;
  }

  .produce_gl_jd .breed_echart_tit .tit_icon {
    vertical-align: -4px;
  }

  .breed_swiper_tit {
    position: relative;
    overflow: hidden;
  }

  .breed_swiper_tit .breed_echart_tit {
    float: left;
  }

  .breed_swiper_tit .com_hearder_right .more {
    margin-top: 8px;
  }

  .gl_swiper {
    width: 100%;
    height: 200px;
    margin-top: 14px;
  }

  .gl_swiper .img_box_border {
    width: 257px;
    height: 159px;
    background-color: #ffffff;
    border: solid 1px #7f4f36;
    padding: 5px;
    box-sizing: border-box;
  }

  .gl_swiper .img_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .gl_swiper .img_box img {
    width: 100%;
  }

  .gl_swiper .swiper_bottomTxt p {
    font-size: 13px;
    line-height: 14px;
    font-weight: 600;
    margin-top: 14px;
    letter-spacing: 0px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

  }


  .breed_swiper .pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 14px;
    width: 100%;
    font-size: 0;
    text-align: center;
  }

  .breed_swiper .pagination span {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0px 5px;
    background-color: #D7DFE9;
    cursor: pointer;
  }

  .breed_swiper .pagination span.swiper-active-switch {
    background: #F17600;
    width: 26px;
    border-radius: 6px;
  }

  .breed_wrap.breed_gl_wrap {
    margin-top: 21px;
  }

  .breed_list_wrap.breed_list_gl {
    padding: 21px 32px;
    height: 380px;
  }

  .breed_hearder {
    position: relative;
  }

  .com_hearder_pos {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .com_hearder_pos .more {
    margin-top: 0;
  }

  .guidance_com {
    margin-top: 50px;
  }

  .breed_tit_change {
    overflow: hidden;
    float: left;
  }

  .breed_tit_change .breed_echart_tit {
    float: left;
    position: relative;
    color: #1a1a1a;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
  }

  .breed_tit_change .breed_echart_tit::after {
    content: '';
    display: block;
    width: 1px;
    height: 18px;
    background-color: #f35431;
    opacity: 0.5;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .breed_tit_change .breed_echart_tit:first-of-type {
    padding-left: 0;
  }

  .breed_tit_change .breed_echart_tit:last-of-type {
    padding-right: 0;
  }

  .breed_tit_change .breed_echart_tit:last-of-type::after {
    display: none;
  }

  .breed_tit_change .breed_echart_tit.active {
    color: #eb6d1b;
  }

  .trends_list_db ul {
    display: none;
  }

  .trends_list_db ul.selected {
    display: block;
  }

  .breed_echart_ym {
    width: 100%;
    /* height: 307px; */
  }
  .breed_echart_box {
    height: 212px;
  }
  .produce_gl_ym .breed_echart_tit .tit_icon {
    width: 16px;
    vertical-align: -9px;
  }

  .breed_link {
    position: absolute;
    right: 64px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #1e7836;
  }

  .breed_link img {
    width: 12px;
    vertical-align: -2px;
  }

  .guidance_wrap_ym {
    margin-top: 50px;
  }

  .guidance_wrap_ym .guidance_com {
    margin-top: 0;
  }

  .breed_ym_header {
    height: 30px;
    position: relative;
  }

  .breed_ym_change {
    width: 623px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  /* 二级列表 结束 */

  .guidance_com table {
    width: 100%;
    margin-top: 25px;
  }
  
  .guidance_com table thead {
    height: 40px;
    background: #fef2eb;
  }
  
  .guidance_com table thead th {
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #1c1c1c;
  }
  
  .guidance_com table thead th:first-child {
    padding-left: 12px;
  }
  
  .guidance_com table tbody tr {
    height: 57px;
    font-size: 14px;
  }
  
  .guidance_com table tbody tr:nth-child(even) {
    background: #f8f8f8;
  }
  
  .guidance_com table tbody tr td:first-child {
    padding-left: 12px;
  }
  
  .guidance_com table {
    border-bottom: 1px solid #e4e4e4;
  }
  
  .guidance_com table.FieldInOutTable tbody tr {
    height: 57px;
    font-size: 14px;
  }
  .noTitle.common_tit::before {
  display: none;
  }
  .noTitle.common_tit {
    text-indent: -9999px;
    overflow: hidden;
  }
}