body .home .header .box .links a {
  color: white;
}

body .home .container .section1 {
  background: #FF5603;
  padding: 9.6354166667vw 0 5.3125vw 0;
  color: white;
  text-align: center;
}

body .home .container .section1 h1 {
  width: 90%;
  font-weight: 700;
  margin: 0 auto;
}

body .home .container .section1 .des {
  width: 37.5vw;
  margin: 1.5625vw auto 0 auto;
  line-height: 1.5;
  text-align: left;
}

body .home .container .section2 {
  position: relative;
}

body .home .container .section2 .bg {
  width: 100%;
  height: 34.9479166667vw;
  object-fit: cover;
}

body .home .container .section2 .box1 {
  position: absolute;
  left: 12.5vw;
  top: -3.125vw;
  width: 34.7916666667vw;
  background: white;
  padding: 2.6041666667vw 3.125vw;
}

body .home .container .section2 .box1 .pt {
  color: #000;
  font-weight: 700;
  margin-bottom: 1.5625vw;
}

body .home .container .section2 .box1 .info {
  display: flex;
  justify-content: space-between;
}

body .home .container .section2 .box1 .info .code img {
  width: 7.2916666667vw;
  height: 7.2916666667vw;
  object-fit: contain;
  border: 1px solid #EEE;
}

body .home .container .section2 .box1 .info .text {
  width: 19.6354166667vw;
}

body .home .container .section2 .box1 .info .text .name {
  color: #333;
  font-weight: 700;
}

body .home .container .section2 .box1 .info .text .des {
  color: #666;
  margin-top: 1.5625vw;
}

body .home .container .section2 .box2 {
  position: absolute;
  right: 12.5vw;
  bottom: -3.125vw;
  width: 34.7916666667vw;
  background: #FF5603;
  padding: 2.6041666667vw 3.125vw;
  color: white;
}

body .home .container .section2 .box2 .pt {
  font-weight: 700;
}

body .home .container .section2 .box2 .tel {
  margin: 0.4166666667vw 0 1.40625vw 0;
  font-weight: 900;
  font-family: "Boogaloo", sans-serif;
}

body .home .container .section3 {
  padding: 6.6666666667vw 8.3333333333vw 8.3333333333vw 8.3333333333vw;
}

body .home .container .section3 .wrap {
  position: relative;
}

body .home .container .section3 .wrap .map {
  position: absolute;
  right: 0;
  top: 0;
  width: 55.8854166667vw;
}

body .home .container .section3 .wrap .map img {
  width: 100%;
}

body .home .container .section3 .wrap h1 {
  font-weight: 700;
  margin-bottom: 20.9375vw;
}

body .home .container .section3 .wrap .info {
  width: 16.8229166667vw;
}

body .home .container .section3 .wrap .info .item {
  display: flex;
  justify-content: space-between;
}

body .home .container .section3 .wrap .info .item:not(:last-child) {
  margin-bottom: 1.5625vw;
}

body .home .container .section3 .wrap .info .item .icon img {
  width: 1.6666666667vw;
}

body .home .container .section3 .wrap .info .item .text {
  width: calc(100% - 2.7vw);
}

body .home .container .section3 .wrap .info .item .text .p1 {
  font-weight: 700;
  margin-bottom: 0.625vw;
}

body .home .container .section3 .wrap .info .item .text a {
  color: #666;
  text-decoration: underline;
}

body .home .container .section3 .wrap .info .item .text .p2 {
  white-space: nowrap;
  color: #666;
}

body .home .container .section3 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.6041666667vw;
  margin-top: 7.2916666667vw;
}

body .home .container .section3 .items .item {
  border: 1px solid #EEE;
  background: #FFF;
  width: 100%;
  padding: 2.6041666667vw 2.0833333333vw;
  display: flex;
  justify-content: space-between;
  transition: all 600ms;
}

body .home .container .section3 .items .item .icon {
  width: 7.2916666667vw;
  height: 7.2916666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

body .home .container .section3 .items .item .icon img {
  max-width: 100%;
  filter: grayscale(100%);
  transition: all 600ms;
}

body .home .container .section3 .items .item .text {
  width: 13.5416666667vw;
}

body .home .container .section3 .items .item .text .pt {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.8333333333vw;
  transition: all 600ms;
}

body .home .container .section3 .items .item .text .dess {
  color: #666;
  line-height: 1.5;
}

body .home .container .section3 .items .item:hover {
  border: 1px solid rgba(255, 86, 3, 0.4);
  background: #FFF;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.08);
}

body .home .container .section3 .items .item:hover .icon img {
  filter: grayscale(0);
}

body .home .container .section3 .items .item:hover .text .pt {
  color: #FF5603;
}

@media screen and (max-width: 768px) {
  body .home .container .section1 {
    padding: 80px 5% 40px 5%;
  }

  body .home .container .section1 h1 {
    width: 100%;
    font-size: 26px;
  }

  body .home .container .section1 .des {
    width: 100%;
    margin-top: 25px;
    text-align: center;
  }

  body .home .container .section2 .bg {
    height: 200px;
  }

  body .home .container .section2 .box1,
  body .home .container .section2 .box2 {
    width: 100%;
    padding: 15px  5%;
    position: static;
  }

  body .home .container .section2 .box2 {
    bottom: -15px;
  }

  body .home .container .section2 .box1 .info {
    flex-direction: column;
    align-items: center;
  }

  body .home .container .section2 .box1 .info .code {
    margin-bottom: 10px;
  }

  body .home .container .section2 .box1 .info .code img {
    width: 100px;
    height: 100px;
  }

  body .home .container .section2 .box1 .info .text {
    width: 100%;
    text-align: center;
  }

  body .home .container .section2 .box2 .tel {
    margin: 4px 0 15px 0;
  }

  body .home .container .section3 {
    padding: 30px 5%;
  }

  body .home .container .section3 .wrap .map {
    position: relative;
    width: 100%;
    margin-top: 15px;
  }

  body .home .container .section3 .wrap h1 {
    margin-bottom: 40px;
  }

  body .home .container .section3 .wrap .info {
    width: 100%;
  }

  body .home .container .section3 .wrap .info .item:not(:last-child) {
    margin-bottom: 15px;
  }

  body .home .container .section3 .wrap .info .item .icon img {
    width: 24px;
  }

  body .home .container .section3 .wrap .info .item .text {
    width: calc(100% - 30px);
  }

  body .home .container .section3 .wrap .info .item .text .p1 {
    margin-bottom: 6px;
  }

  body .home .container .section3 .items {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  body .home .container .section3 .items .item {
    flex-direction: column;
    align-items: center;
    padding: 25px 10px;
  }

  body .home .container .section3 .items .item .icon {
    margin-bottom: 10px;
  }

  body .home .container .section3 .items .item .text {
    width: 100%;
    text-align: center;
  }
}

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