@media screen and (min-width: 1024px) {
  .body-box {
    background-image: url(../img/produce-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    min-width: 1200px;
    background-color: #fefefe;
    padding-bottom: 60px;
    font-family: simhei, "思源黑体" !important;
  }
  .body-box .box-nav {
    width: 1200px;
    margin: 0 auto;
  }
  .body-box .box-nav .tit-box {
    width: 1200px;
    padding-top: 50px;
    margin-bottom: 60px;
  }
  .body-box .box-nav .tit-box img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .body-box .box-nav .tit-box p {
    font-size: 25px;
    color: #14b97f;
    text-align: center;
    font-weight: lighter;
  }
  .body-box .box-nav .detail-box {
    width: 1200px;
  }
  .body-box .box-nav .detail-box .detail {
    display: block;
    width: 337px;
    height: 379px;
    position: relative;
    float: left;
    margin: 0 30px;
    margin-bottom: 30px;
    border: 1px solid #eee;
    box-sizing: border-box;
  }
  .body-box .box-nav .detail-box .detail img {
    width: 100%;
    height: 100%;
  }
  .body-box .box-nav .detail-box .detail p {
    height: 40px;
    background-color: #109468;
    text-align: center;
    line-height: 40px;
    width: 337px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1023px) {
  .body-box {
    padding: 0.6rem 0.2rem 0.8rem 0.2rem;
  }
  .body-box .box-nav .tit-box {
    margin: 0 auto;
    margin-bottom: 0.5rem;
  }
  .body-box .box-nav .tit-box img {
    height: 0.75rem;
    margin: 0 auto;
    margin-bottom: 0.2rem;
  }
  .body-box .box-nav .tit-box p {
    font-size: 0.24rem;
    color: #14b97f;
    text-align: center;
    font-weight: lighter;
  }
  .body-box .box-nav .detail-box .detail {
    display: block;
    width: 3.4rem;
    height: 3.8rem;
    position: relative;
    float: left;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
    border: 1px solid #eee;
  }
  .body-box .box-nav .detail-box .detail img {
    width: 100%;
    height: 100%;
  }
  .body-box .box-nav .detail-box .detail p {
    height: 0.6rem;
    background-color: #109468;
    text-align: center;
    line-height: 0.6rem;
    width: 3.4rem;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 0.24rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .body-box .box-nav .detail-box .detail:nth-child(even) {
    float: right;
  }
}
