* {
  outline: none;
}

.topImg {
  margin-top: 50px;
  width: 100%;
  height: 200px;
  background-image: url(../images/aboutUsTopImg.jpg);
  background-position: center 0;
  background-size: 100%;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  line-height: 200px;
  font-size: 28px;
  font-weight: bold;
}

.topImg img {
  width: 100%;
}

.aboutUsBox {
  width: 100%;
  min-width: 1200px;
  padding: 30px 0;
  background: #f5f5f5;
}

.aboutUsCon1 {
  width: 1100px;
  background: #fff;
  margin: 0 auto 10px;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aboutWrap {
  width: 620px;
}

.aboutUsImg {
  width: 380px;
  height: 300px;
  margin-top: 40px;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.13);
}

h3 {
  color: #525252;
  font-size: 22px;
  font-weight: normal;
}

h4 {
  color: #999999;
  font-size: 18px;
  font-weight: normal;
  margin: 3px 0 10px;
}

u {
  display: block;
  width: 30px;
  height: 2px;
  background: #f6684d;
}

.text {
  margin-top: 20px;
  font-size: 16px;
  color: #666666;
  line-height: 36px;
  text-align: justify;
}

.aboutUsCon2 {
  width: 1100px;
  background: #fff;
  margin: 0 auto 10px;
  padding: 20px;
  box-sizing: border-box;
}


.statementBox{
  width: 100%;
  min-width: 1200px;
  padding: 30px 0;
  background: #f5f5f5;
}
.statementBox img{
  width: 1100px;
  display: block;
  margin:0 auto;
}

@media only screen and (max-width: 960px) {
  body,
  html {
    font-size: 50px;
  }

  .topImg {
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.4rem;
  }

  .aboutUsBox {
    min-width: auto;
  }

  .aboutUsCon1 {
    width: 90%;
    border-radius: 0.12rem;
    display: inherit;
    padding: 0.4rem 5%;
  }

  .aboutWrap {
    width: 100%;
  }

  h3 {
    font-size: 0.4rem;
  }

  h4 {
    font-size: 0.32rem;
  }

  .news {
    min-width: auto;
  }

  .newList h5 {
    margin: 10px 0 15px;
  }

  u {
    width: 0.4rem;
  }

  .text {
    font-size: 0.28rem;
    line-height: 0.56rem;
  }

  .aboutUsImg {
    width: 80%;
    display: block;
    margin: 0 auto;
    height: auto;
    box-shadow: none;
  }

  .aboutUsCon2 {
    width: 90%;
    border-radius: 0.12rem;
  }

  .newBox {
    width: 100%;
    margin: 0 auto;
  }

  .newList {
    display: inherit;
    padding: 0 5%;
    box-sizing: border-box;
  }

  .newList li {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-shadow: none;
    margin-bottom: 0.3rem;
    border-bottom: 0.02rem solid #dddddd;
  }

  .newList li span {
    display: inline-block;
    width: 240px;
    height: 140px;
  }

  .newList li img {
    width: 240px;
    height: 140px;
  }

  .newList li div {
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 260px);
    margin-left: 20px;
  }

  h5 {
    margin: 0.1rem 0;
  }

  .newList h6 {
    height: auto;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .date {
    display: none;
  }

  .more {
    padding-right: 5%;
    box-sizing: border-box;
  }

  /* 企业风采 */

  .swiper-father {
    width: 900px;
  }

  .swiper-container {
    width: 900px;
  }

  .hyGlory {
    min-width: auto;
    height: auto;
    padding-bottom: 0.6rem;
  }

  .gloryBox {
    width: 100%;
    justify-content: inherit;
    display: inherit;
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 100px;
  }

  .gloryBox div {
    float: left;
  }

  .gloryWrap1 {
    width: 40%;
    margin: 0 5%;
  }

  .gloryWrap2 {
    width: 40%;
    margin: 0 5%;
  }

  .gloryWrap3,
  .gloryWrap4 {
    width: 40%;
    margin: 0 5% 90px;
  }

  .gloryWrap1 p,
  .gloryWrap3 p,
  .gloryWrap4 p {
    margin-top: 8px;
  }

  .littleBox {
    padding-left: calc((100% - 250px) / 2);
  }

  .gloryWrap2 img {
    width: 120px;
    margin: 5px 5px;
  }

  .gloryWrap2 p {
    font-size: 14px;
    margin-top: 8px;
    clear: both;
  }


  .statementBox {
    min-width: auto;
  }

  .statementBox img {
    width: 90%;
  }

}

@media only screen and (max-width: 680px) {
  .CorporateStyle {
    display: none;
  }

  .gloryWrap2 img {
    width: 100px;
  }
}

@media only screen and (max-width: 600px) {
  .littleBox {
    padding-left: calc((100% - 100px) / 2);
  }
}

@media only screen and (max-width: 500px) {
  .gloryBox {
    padding-bottom: 20px;
  }
  .gloryWrap3,
  .gloryWrap4 {
    margin-bottom: -20px;
  }
  .gloryBox div {
    height: 220px;
  }
  .gloryMediaTitle {
    margin-top: 30px;
  }
  .gloryBox2 {
    width: 100%;
    margin-top: 10px;
    display: inherit;
  }
  .gloryMediaBox {
    display: inherit;
  }
  .gloryMediaBox img {
    margin-top: 10px;
  }

  .gloryWrap1 img,
  .gloryWrap2 img,
  .gloryWrap3 img,
  .gloryWrap4 img {
    height: 110px;
  }

  .newList li {
    padding: 0;
  }

  .newList li span {
    width: 120px;
    height: 80px;
  }

  .newList li img {
    width: 120px;
    height: 80px;
  }

  .newList li div {
    width: calc(100% - 150px);
    margin-left: 10px;
  }

  .newList h5 {
    margin: 5px 0;
    min-height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .newList h6 {
    margin: 5px 0;
    min-height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .CorporateStyle {
    display: none;
  }

  .littleBox {
    padding-left: calc((100% - 100px) / 2);
  }
}