.home .banner {
  width: 100%;
  position: relative;
}
.home .banner img {
  display: block;
  object-fit: cover;
  width: 100%;
  max-height: 85vh;
}
.home .banner p {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.5vw;
}
.home .types {
  display: flex;
  justify-content: center;
  background: #F7F7F7;
}
.home .types a {
  display: block;
  color: #666666;
  font-size: 22px;
  position: relative;
  padding: 20px 0;
  margin: 0 40px;
}
.home .types a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all 600ms;
  height: 2px;
  background: #95251D;
}
.home .types a:hover::after {
  width: 100%;
}
.home .types .active::after {
  width: 100%;
}
.home .main .section1 {
  width: 84vw;
  margin: 6vw auto;
}
.home .main .section1 .t {
  display: flex;
  align-items: center;
}
.home .main .section1 .t p {
  font-size: 2.3vw;
  margin-left: 20px;
}
.home .main .section1 .content {
  margin: 4vw auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .main .section1 .content .iconl {
  width: 100px;
}
.home .main .section1 .content .des {
  width: calc(95% - 200px);
  color: #9F9F9F;
  font-size: 30px;
  text-align: center;
  line-height: 1.8;
}
.home .main .section1 .content .iconr {
  width: 100px;
}
.home .main .section1 .pics {
  display: flex;
  flex-wrap: wrap;
}
.home .main .section1 .pics .pic {
  width: 31%;
  margin-bottom: 30px;
  overflow: hidden;
  margin-left: 1.8%;
}
.home .main .section1 .pics .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}
.home .main .section1 .pics .pic:hover img {
  transform: scale(1.05);
}
.home .main .section2 {
  width: 84vw;
  margin: 6vw auto;
}
.home .main .section2 .t {
  display: flex;
  align-items: center;
  margin-bottom: 4vw;
}
.home .main .section2 .t p {
  font-size: 2.3vw;
  margin-left: 20px;
}
.home .main .section2 .d1 {
  position: relative;
  margin-bottom: 50px;
}
.home .main .section2 .d1 img {
  display: block;
  width: 100%;
}
.home .main .section2 .d1 .text {
  position: absolute;
  left: 4%;
  bottom: 20%;
}
.home .main .section2 .d1 .text .p1 {
  color: #333333;
  font-size: 2.5vw;
}
.home .main .section2 .d1 .text .des {
  color: #666666;
  width: 26vw;
  font-size: 22px;
  line-height: 1.6;
  margin-top: 30px;
}
.home .main .section3 {
  width: 84vw;
  margin: 6vw auto;
}
.home .main .section3 .t {
  display: flex;
  align-items: center;
  margin-bottom: 4vw;
}
.home .main .section3 .t p {
  font-size: 2.3vw;
  margin-left: 20px;
}
.home .main .section3 .pics {
  display: flex;
  flex-wrap: wrap;
}
.home .main .section3 .pics .pic {
  width: 31%;
  margin-bottom: 30px;
  overflow: hidden;
  margin-left: 1.8%;
  position: relative;
}
.home .main .section3 .pics .pic p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  padding: 20px 5%;
  background: #95251D;
  color: white;
  text-align: center;
  font-size: 1.5vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home .main .section3 .pics .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}
.home .main .section3 .pics .pic:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 1000px) {
  .home .banner p {
    font-size: 20px;
  }
  .home .types a {
    margin: 0 20px;
    padding: 10px 0;
    font-size: 18px;
  }
  .home .main .section1 {
    width: 90%;
  }
  .home .main .section1 .t img {
    width: 30px;
  }
  .home .main .section1 .t p {
    font-size: 20px;
  }
  .home .main .section1 .content .des {
    width: calc(98% - 40px);
    font-size: 14px;
  }
  .home .main .section1 .content .iconl, .home .main .section1 .content .iconr {
    width: 20px;
  }
  .home .main .section1 .content .iconl img, .home .main .section1 .content .iconr img {
    width: 20px;
  }
  .home .main .section1 .pics {
    justify-content: space-between;
  }
  .home .main .section1 .pics .pic {
    width: 48%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .home .main .section2 {
    width: 90%;
  }
  .home .main .section2 .t img {
    width: 30px;
  }
  .home .main .section2 .t p {
    font-size: 20px;
  }
  .home .main .section2 .d1 {
    margin-bottom: 25px;
  }
  .home .main .section2 .d1 .text {
    position: static;
    margin-top: 15px;
    width: 100%;
  }
  .home .main .section2 .d1 .text .p1 {
    font-size: 18px;
  }
  .home .main .section2 .d1 .text .des {
    width: 100%;
    font-size: 16px;
    margin-top: 15px;
  }
  .home .main .section3 {
    width: 90%;
  }
  .home .main .section3 .t img {
    width: 30px;
  }
  .home .main .section3 .t p {
    font-size: 20px;
  }
  .home .main .section3 .pics .pic {
    width: 100%;
    margin-bottom: 15px;
  }
  .home .main .section3 .pics .pic p {
    font-size: 18px;
  }
}

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