.home {
  width: 100%;
  padding-top: 95px;
}
.home .banner {
  width: 100%;
}
.home .banner img {
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
}
.home .main .about {
  background: url("../images/bg1.png") no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.home .main .about .intro {
  width: 80%;
  margin: 0 auto;
  color: #222222;
  font-size: 18px;
  line-height: 2.5;
}
.home .main .about .intro span {
  font-family: "SOURCEHANSANSCN-BOLD";
}
.home .main .about .pic {
  width: 80%;
  margin: 30px auto;
}
.home .main .about .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .honor {
  width: 80%;
  margin: 60px auto;
}
.home .main .honor .title {
  text-align: center;
  position: relative;
}
.home .main .honor .title .p1 {
  color: #EFEFEF;
  text-transform: uppercase;
  font-family: "SOURCEHANSANSCN-HEAVY";
  font-size: 60px;
}
.home .main .honor .title .p2 {
  color: #222222;
  font-size: 36px;
  font-family: "SOURCEHANSANSCN-BOLD";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  padding-bottom: 10px;
}
.home .main .honor .title .p2::after {
  width: 39px;
  height: 5px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: "";
  display: block;
  position: absolute;
  background-color: #FCD846;
}
.home .main .honor .allImgs {
  width: 100%;
  margin: 60px auto;
  position: relative;
}
.home .main .honor .allImgs .prev {
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: 48px;
  height: 48px;
  border: 1px solid #A0A0A0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 600ms;
  cursor: pointer;
  outline: none;
}
.home .main .honor .allImgs .prev:hover {
  background: #FCD846;
  color: white;
  border-color: #FCD846;
}
.home .main .honor .allImgs .next {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
  z-index: 100;
  width: 48px;
  height: 48px;
  border: 1px solid #A0A0A0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 600ms;
  cursor: pointer;
  outline: none;
}
.home .main .honor .allImgs .next:hover {
  background: #FCD846;
  color: white;
  border-color: #FCD846;
}
.home .main .honor .allImgs .swiper-container {
  width: 100%;
}
.home .main .honor .allImgs .swiper-container .swiper-wrapper .swiper-slide .info {
  background: #F4F4F4;
  padding: 30px 0;
}
.home .main .honor .allImgs .swiper-container .swiper-wrapper .swiper-slide .info .pic {
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 30px;
}
.home .main .honor .allImgs .swiper-container .swiper-wrapper .swiper-slide .info .pic img {
  display: block;
  height: 300px;
  max-width: 100%;
  margin: 0 auto;
  object-fit: contain;
}
.home .main .honor .allImgs .swiper-container .swiper-wrapper .swiper-slide .info p {
  color: #333333;
  margin-top: 20px;
  text-align: center;
}
.home .main .duty {
  width: 80%;
  margin: 60px auto;
}
.home .main .duty .title {
  text-align: center;
  position: relative;
}
.home .main .duty .title .p1 {
  color: #EFEFEF;
  text-transform: uppercase;
  font-family: "SOURCEHANSANSCN-HEAVY";
  font-size: 60px;
}
.home .main .duty .title .p2 {
  color: #222222;
  font-size: 36px;
  font-family: "SOURCEHANSANSCN-BOLD";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  padding-bottom: 10px;
}
.home .main .duty .title .p2::after {
  width: 39px;
  height: 5px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: "";
  display: block;
  position: absolute;
  background-color: #FCD846;
}
.home .main .duty .allImgs {
  width: 100%;
  margin: 40px auto;
}
.home .main .duty .allImgs .dom1 {
  display: flex;
  justify-content: space-between;
}
.home .main .duty .allImgs .dom1 .l {
  width: 63%;
  position: relative;
}
.home .main .duty .allImgs .dom1 .l p {
  position: absolute;
  left: 5%;
  bottom: 2%;
  width: 90%;
  color: white;
  font-size: 18px;
}
.home .main .duty .allImgs .dom1 .l img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.home .main .duty .allImgs .dom1 .r {
  width: 36%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .main .duty .allImgs .dom1 .r .item {
  height: 49%;
  position: relative;
}
.home .main .duty .allImgs .dom1 .r .item p {
  position: absolute;
  left: 5%;
  bottom: 5%;
  width: 90%;
  color: white;
  font-size: 18px;
}
.home .main .duty .allImgs .dom1 .r .item img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}
.home .main .duty .allImgs .dom2 {
  margin: 15px auto;
  display: flex;
  justify-content: space-between;
}
.home .main .duty .allImgs .dom2 .item {
  width: 32.5%;
  position: relative;
}
.home .main .duty .allImgs .dom2 .item p {
  position: absolute;
  left: 5%;
  bottom: 5%;
  width: 90%;
  color: white;
  font-size: 18px;
}
.home .main .duty .allImgs .dom2 .item img {
  width: 100%;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .home {
    padding-top: 80px;
  }
  .home .main .about {
    padding: 30px 0;
  }
  .home .main .about .intro {
    width: 90%;
    font-size: 16px;
  }
  .home .main .about .pic {
    width: 90%;
  }
  .home .main .honor {
    width: 90%;
    margin: 30px auto;
  }
  .home .main .honor .title .p1 {
    font-size: 40px;
  }
  .home .main .honor .title .p2 {
    font-size: 24px;
    top: 20px;
  }
  .home .main .honor .allImgs .prev, .home .main .honor .allImgs .next {
    display: none;
  }
  .home .main .duty {
    width: 90%;
    margin: 30px auto;
  }
  .home .main .duty .title .p1 {
    font-size: 40px;
  }
  .home .main .duty .title .p2 {
    font-size: 24px;
    top: 20px;
  }
  .home .main .duty .allImgs .dom1 {
    flex-direction: column;
  }
  .home .main .duty .allImgs .dom1 .l, .home .main .duty .allImgs .dom1 .r {
    width: 100%;
  }
  .home .main .duty .allImgs .dom1 .r .item {
    margin-top: 10px;
  }
  .home .main .duty .allImgs .dom2 {
    flex-wrap: wrap;
  }
  .home .main .duty .allImgs .dom2 .item {
    width: 100%;
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=about.css.map */
