@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;
    margin-bottom: 50px;
    font-size: 32px;
    color: #000;
    text-align: center;
    line-height: 90px;
    line-height: 88px;
    font-family: MingLiU;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .body-img {
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .body-word {
    width: 880px;
    margin: 0 auto;
  }
  .body-word p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .body-word2 {
    width: 880px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 52px;
  }
  .body-word2 .xian {
    width: 2px;
    position: absolute;
    top: 0;
    left: 439px;
    background-color: #c8a05a;
  }
  .body-word2 .word2-detail {
    margin-bottom: 5px;
  }
  .body-word2 .word2-detail div {
    width: 414px;
    position: relative;
    float: left;
    padding: 10px 130px 10px 10px;
    box-shadow: 0px 0px 14px 1px #f6f6f6;
  }
  .body-word2 .word2-detail div h1 {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
    font-family: MingLiU;
  }
  .body-word2 .word2-detail div p {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    line-height: 26px;
  }
  .body-word2 .word2-detail div p:nth-last-child(1) {
    margin-bottom: 0;
  }
  .body-word2 .word2-detail div img {
    position: absolute;
    top: -5px;
    right: -34px;
  }
  .body-word2 .word2-detail:nth-child(even) div {
    float: right;
  }
  .body-word2 .word2-detail:nth-child(even) div img {
    position: absolute;
    top: -5px;
    left: -34px;
  }
}
@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-img {
    margin: 0 auto;
    width: 100%;
    margin-bottom: .4rem;
  }
  .body-word p {
    font-size: .24rem;
    color: #333;
    line-height: .55rem;
    margin-bottom: .3rem;
  }
  .body-word2 {
    position: relative;
    margin-bottom: .5rem;
  }
  .body-word2 .xian {
    width: 2px;
    position: absolute;
    top: 0;
    left: .3rem;
    background-color: #c8a05a;
  }
  .body-word2 .word2-detail {
    margin-bottom: .5rem;
  }
  .body-word2 .word2-detail div {
    width: 5rem;
    position: relative;
    margin-left: 1rem;
    padding: .2rem;
    box-shadow: 0px 0px .12rem 1px #f6f6f6;
  }
  .body-word2 .word2-detail div h1 {
    font-size: .4rem;
    color: #000;
    margin-bottom: .25rem;
    font-family: MingLiU;
  }
  .body-word2 .word2-detail div p {
    font-size: .24rem;
    color: #666;
    margin-bottom: .15rem;
    line-height: 26px;
  }
  .body-word2 .word2-detail div p:nth-last-child(1) {
    margin-bottom: 0;
  }
  .body-word2 .word2-detail div img {
    position: absolute;
    top: -0.05rem;
    left: -0.85rem;
  }
}

