body {
  background-color: #ededed;
}

.brand_banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.brand_bk {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.brand_banner_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  color: #fff;
}

.brand_banner_text .bbt_t1 span {
  opacity: 0;
}

.brand_banner_text._into .bbt_t1 span {
  transform: translateY(0%);
  opacity: 1;
}

.brand_banner_text .text_down {
  font-size: 0.78rem;
  font-family: "Montserrat-Bold", sans-serif;
  white-space: nowrap;
}

.brand_banner_line {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.brand_banner_line div {
  background-color: rgb(254, 118, 0);
  width: 50%;
  height: 3px;
  margin-top: 0.06rem;
}

.list {
  width: 80%;
  margin: 0 auto;
  padding: 1.5rem 0;
}
.list .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(1rem);
  opacity: 0;
  transition: 1s;
}
.list .box._into{
  transform: translateY(0rem);
  opacity: 1;
}
.list .box .l {
  width: 56%;
}
.list .box .l img {
  width: 100%;
}
.list .box .r {
  width: 56%;
  padding-left: 0.85rem;
}
.list .box .r .head {
  display: flex;
  align-items: center;
  padding-bottom: 0.3rem;
  border-bottom: 4px solid #ff8003;
}
.list .box .r .head img {
  width: 0.43rem;
}
.list .box .r .head .t {
  font-size: 0.44rem;
  font-family: "Montserrat-Bold", sans-serif;
  margin-left: 0.15rem;
}
.list .box .r .content {
  margin-top: 0.35rem;
  font-size: 0.21rem;
  font-weight: bold;
  color: #151515;
}
.list .box2 {
  flex-direction: row-reverse;
  margin: 1rem 0;
}
.list .box2 .r {
  padding-left: 0rem;
  padding-right: 0.85rem;
}

.contact-box {
  width: 100%;
  position: relative;
}
.contact-box .bg {
  width: 100%;
}
.contact-box .bg img {
  width: 100%;
}
.contact-box .detail {
  position: absolute;
  left: 1.32rem;
  top: 1.4rem;
}
.contact-box .detail .t1 {
  color: #fff;
  font-size: 0.57rem;
  font-family: "Montserrat-Bold", sans-serif;
}
.contact-box .detail .t2 {
  font-size: 0.22rem;
  color: #fff;
  width: 46%;
  margin-top: 0.2rem;
  line-height: 1.5;
}
.contact-box .detail .btn {
  width: 3.5rem;
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #2f2a28;
  font-size: 0.2rem;
  border-radius: 1rem;
  margin-top: 0.7rem;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 768px) {
  .brand_banner_text .text_down{
    font-size: 0.7rem;
    white-space: normal;
    margin-top: -6.5rem;
  }
  .list .box .r .content{
    margin-top: 0.35rem;
  font-size: 0.23rem;
  font-weight: bold;
  color: #151515;
  }
  .list .box .r .head img {
    width: 0.46rem;
  }
  .list .box .r .head .t{
    font-size: 0.5rem;
  }
  .brand_banner_text {
    bottom: 2.5rem;
    top: auto;
  }
  .list {
    width: 100%;
    padding: 0.84rem 0.55rem;
  }
  .list .box {
    flex-direction: column-reverse;
  }
  .list .box .l {
    width: 100%;
    margin-top: 0.46rem;
  }
  .list .box .r {
    width: 100%;
    padding: 0;
  }
  .contact-box .detail {
    top: 0.8rem;
    left: 0;
    padding: 0 0.6rem;
  }
  .contact-box .detail .t1 {
    font-size: 0.57rem;
  }
  .contact-box .detail .t2 {
    width: 100%;
    margin-top: 0.2rem;
    font-size: 0.28rem;
  }
  .contact-box .detail .btn {
    width: 3.9rem;
    height: 0.8rem;
    margin-top: 0.4rem;
    font-size: 0.27rem;
  }
}/*# sourceMappingURL=service.css.map */