.home {
  width: 100%;
}
.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main {
  margin: 60px auto;
}
.home .main .section1 .t {
  width: 80%;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bolder;
  text-align: center;
}
.home .main .section1 .way {
  width: 80%;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
}
.home .main .section1 .way .item {
  width: 25%;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.home .main .section1 .way .item .pic {
  width: 67px;
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.home .main .section1 .way .item .text {
  width: 100%;
}
.home .main .section1 .way .item .text .p1 {
  color: #666666;
  font-size: 18px;
}
.home .main .section1 .way .item .text .p2 {
  font-size: 20px;
  margin-top: 5px;
}
.home .main .section1 .way .item:hover::after {
  width: 100%;
}
.home .main .section1 .map {
  margin: 30px 0;
}
.home .main .section1 .map img {
  width: 100%;
  display: block;
}
.home .main .section2 {
  width: 80%;
  margin: 60px auto;
}
.home .main .section2 .t {
  text-align: center;
  position: relative;
}
.home .main .section2 .t .t1 {
  font-weight: bolder;
  font-size: 30px;
}
.home .main .section2 .t .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4F8D2B;
  cursor: pointer;
}
.home .main .section2 .t .more .sp2 {
  display: none;
}
.home .main .section2 .t .more img {
  margin-left: 10px;
}
.home .main .section2 .t .active2 .sp1 {
  display: none;
}
.home .main .section2 .t .active2 .sp2 {
  display: block;
}
.home .main .section2 .t .active2 img {
  transform: rotate(-180deg);
}
.home .main .section2 .list {
  width: 100%;
  margin: 30px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.home .main .section2 .list .item {
  width: 32%;
  background: #F9F9F9;
  margin-left: 1%;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 20px;
}
.home .main .section2 .list .item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all 600ms;
  height: 3px;
  background: #4F8D2B;
}
.home .main .section2 .list .item .pt {
  font-size: 20px;
  padding: 20px;
  border-bottom: 1px solid #F0F0F0;
}
.home .main .section2 .list .item .des {
  margin: 20px;
  line-height: 2;
}
.home .main .section2 .list .item:hover::after {
  width: 100%;
}
.home .main .section2 .active {
  display: none;
}
.home .main .section3 {
  width: 80%;
  margin: 0 auto;
}
.home .main .section3 .t {
  text-align: center;
  font-size: 30px;
  font-weight: bolder;
}
.home .main .section3 .t img {
  max-width: 100%;
  object-fit: contain;
}
.home .main .section3 .form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0;
}
.home .main .section3 .form .item {
  width: 48.5%;
  margin-bottom: 30px;
}
.home .main .section3 .form .item input {
  width: 100%;
  background: #F6F6F6;
  padding: 20px 0;
  outline: none;
  border: none;
  text-indent: 20px;
  font-size: 16px;
}
.home .main .section3 .form .item2 {
  width: 100%;
  margin-bottom: 20px;
}
.home .main .section3 .form .item2 textarea {
  width: 100%;
  background: #F6F6F6;
  padding: 20px 0;
  outline: none;
  border: none;
  text-indent: 20px;
  font-size: 16px;
  height: 100px;
  resize: none;
}
.home .main .section3 .submit {
  text-align: center;
  width: 100%;
}
.home .main .section3 .submit a {
  padding: 20px 60px;
  background: #4F8D2B;
  color: white;
}
@media screen and (max-width: 1440px) {
  .home .main {
    width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  .home .main {
    width: 100%;
    margin: 20px auto;
  }
  .home .main .section1 .t {
    width: 90%;
    font-size: 20px;
  }
  .home .main .section1 .way {
    width: 90%;
    flex-wrap: wrap;
    margin: 20px auto;
  }
  .home .main .section1 .way .item {
    width: 50%;
    margin-bottom: 20px;
  }
  .home .main .section1 .way .item .text .p2 {
    font-size: 16px;
  }
  .home .main .section1 .map {
    margin: 15px 0;
  }
  .home .main .section2 {
    width: 90%;
    margin: 30px auto;
  }
  .home .main .section2 .t {
    font-size: 20px;
  }
  .home .main .section2 .list .item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .home .main .section3 {
    width: 90%;
  }
  .home .main .section3 .t {
    font-size: 20px;
  }
  .home .main .section3 .form {
    margin: 20px 0;
  }
  .home .main .section3 .form .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .home .main .section3 .submit {
    padding-bottom: 30px;
  }
}

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