/*头部要改的地方*/
.head {
    /*要改的地方*/
    height: 550px;
    background: url(../images/banner2.jpg) no-repeat;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .head {
        background-position: -302px center;
    }
}


/* 关于我们 */
.about {
    /* height: 1878px; */
  }
  .about .tou {
    height: 65px;
    box-shadow: 1px 8px 10px #cac4c4;
  }
  .about .tou .tou-c {
    margin: auto;
    width: 1300px;
    display: flex;
    align-items: center;
    height: 65px;
  }
  .about .tou .tou-c a {
    height: 30px;
    display: block;
    padding: 0 70px;
    font-size: 21px;
    color: #666666;
  }
  .about .tou .tou-c .gongsa {
    border-right: 1px solid #a8a8a8;
  }
  .about .about-c {
    width: 1300px;
    margin: auto;
    margin-bottom: 112px;
  }
  
  
  /* 头部标题 */
  .about .about-c .ww {
    background: url(../images/about1.png) no-repeat;
    height: 140px;
    overflow: hidden;
    background-position: center 6px;
    margin-top: 100px;
  }
  #p1 {
    position: relative;
    margin-top: 25px;
    text-align: center;
  }
  #p1 .l{
    font-size: 41px;
    font-weight: bold;
    color: #2eb872;
    /* margin-right: 33px; */
  }
  #p1 .dian{
    font-size: 51px;
    font-weight: bold;
    position: absolute;
    top: -22px;
    left: 653px;
  }
  #p1 .r{
    font-size: 41px;
    font-weight: bold;
    color: #1f1f1f;
  }
  
  .about .about-c .ww .s {
    font-size: 20px;
    color: #494949;
    text-align: center;
    margin-top: 15px;
  }
  .about-c .ctu img{
    width: 33%;
  }
  .about-c .ss {
    margin-top: 30px;
    text-align: center;
    line-height: 30px;
    color: #999999;
    font-size: 20px;
  }
  .about-c .ss .p2{
    margin-top: 40px;
  }
  .about .honor {
    height: 883px;
    background: url(../images/honor.png) no-repeat;
  }
  .about .honor .honor-c {
    width: 1300px;
    margin: auto;
    overflow: hidden;
  }
  .about .honor .honor-c h3 {
    font-size: 38px;
    color: #fff;
    margin-top: 90px;
    margin-bottom: 58px;
  }
  .swiper-slide img {
    width: 100%;
    border: 15px solid #eeeeee;
    box-sizing: border-box;
  }
  
  
  
  
  /* 适应1200-1400的屏幕 */
  @media screen and (min-width: 1200px) and (max-width: 1400px) {
    .about .tou .tou-c {
      width: 1200px;
    }
    .about .about-c {
      width: 1200px;
    }
    .about .honor .honor-c {
      width: 1200px;
    }
    
  }