@media screen and (min-width: 1024px) {
  .body-all-box {
    width: 1200px;
    margin: 0 auto;
  }
  .banner-img {
    width: 100%;
    height: 200px;
    background-image: url(../img/about-us-img1.jpg);
    background-position: center center;
    min-width: 1200px;
    margin-bottom: 60px;
  }
  .class-nav {
    width: 880px;
    margin: 0 auto;
    height: 60px;
    margin-bottom: 75px;
  }
  .class-nav a {
    display: block;
    width: 20%;
    float: left;
    font-size: 14px;
    height: 60px;
    background-color: #333;
    color: #C8A05A;
    line-height: 60px;
    text-align: center;
  }
  .class-nav a.act {
    background-color: #C8A05A;
    color: #fff;
  }
  .body-tit {
    width: 880px;
    margin: 0 auto;
    height: 90px;
    margin-bottom: 50px;
    padding-top: 24px;
    border-top: 1px solid #333;
    padding-left: 150px;
    padding-right: 150px;
    border-bottom: 1px solid #333;
  }
  .body-tit h1 {
    font-size: 32px;
    color: #000;
    text-align: center;
    line-height: 40px;
    width: 140px;
    font-family: MingLiU;
    float: left;
    cursor: pointer;
  }
  .body-tit h1:nth-child(2) {
    float: right;
  }
  .body-tit h1.act {
    color: #c8a05a;
  }
  .body-img-box {
    width: 880px;
    margin: 0 auto;
  }
  .body-img-box .detail {
    height: 260px;
    width: 33.33%;
    float: left;
  }
  .body-img-box .detail img {
    width: 280px;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 6px;
  }
  .body-img-box .detail p {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-bottom: 6px;
  }
  .rybox {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .body-all-box {
    width: 95%;
    margin: 0 auto;
  }
  .banner-img {
    width: 100%;
    height: 2rem;
    background-image: url(../img/about-us-img1.jpg);
    background-size: auto 100%;
    background-position: center center;
    margin-bottom: .5rem;
  }
  .class-nav {
    width: 100%;
    margin: 0 auto;
    height: .8rem;
    margin-bottom: .5rem;
  }
  .class-nav a {
    display: block;
    width: 20%;
    float: left;
    font-size: .24rem;
    height: .8rem;
    background-color: #333;
    color: #C8A05A;
    line-height: .8rem;
    text-align: center;
  }
  .class-nav a.act {
    background-color: #C8A05A;
    color: #fff;
  }
  .body-tit {
    margin: 0 auto;
    margin-bottom: .5rem;
    font-size: .4rem;
    color: #000;
    text-align: center;
    line-height: 1rem;
    font-family: MingLiU;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .body-tit {
    margin: 0 auto;
    margin-bottom: .5rem;
    height: 1rem;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .body-tit h1 {
    font-size: .4rem;
    color: #000;
    text-align: center;
    line-height: 1rem;
    width: 50%;
    font-family: MingLiU;
    float: left;
    cursor: pointer;
  }
  .body-tit h1:nth-child(2) {
    float: right;
  }
  .body-tit h1.act {
    color: #c8a05a;
  }
  .body-img-box {
    width: 100%;
  }
  .body-img-box .detail {
    height: 3.4rem;
    width: 50%;
    float: left;
  }
  .body-img-box .detail img {
    height: 2rem;
    margin: 0 auto;
    margin-bottom: .1rem;
  }
  .body-img-box .detail p {
    font-size: .24rem;
    color: #333;
    text-align: center;
    margin-bottom: .1rem;
    padding: 0 .2rem;
  }
  .rybox {
    display: none;
  }
}

