@font-face {
  font-family: "Montserrat-Black";
  src: url("../../font/Montserrat-Black.otf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../../font/Montserrat-Bold.otf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../../font/Montserrat-Regular.otf") format("truetype");
}
body {
  font-family: "Montserrat-Regular";
  background-color: #f8f8f8;
}

.bg {
  position: relative;
  height: 100vh;
}
.bg img {
  width: 100%;
  height: 100%;
}
.bg .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.78rem;
  color: #fff;
  font-family: "Montserrat-Bold";
  overflow: hidden;
}
.bg .title span {
  display: block;
}
.bg .brand_banner_line {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.bg .brand_banner_line div {
  background-color: rgb(254, 118, 0);
  width: 50%;
  height: 3px;
  margin-top: 0.06rem;
}

.content {
  width: 87%;
  margin: 0 auto 1.5rem;
}
.content .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5rem;
}
.content .box .title {
  color: #000000;
  font-size: 0.55rem;
  font-family: "Montserrat-Bold";
}
.content .box .swiper-box {
  display: flex;
  margin-top: 1.35rem;
}
.content .box .swiper-box .left {
  width: 50%;
}
.content .box .swiper-box .left img {
  width: 100%;
  border-radius: 0.4rem;
}
.content .box .swiper-box .right {
  display: flex;
  flex-direction: column;
  padding-left: 1.08rem;
}
.content .box .swiper-box .right .t {
  flex: 1;
  color: #1a1818;
  font-size: 0.3rem;
  border-bottom: 1px solid rgba(112, 112, 112, 0.45);
  display: flex;
  align-items: center;
  cursor: pointer;
}
.content .box2 .swiper-box {
  flex-direction: row-reverse;
}
.content .box2 .swiper-box .right {
  padding-left: 0;
  padding-right: 1.08rem;
}
.content .ccj_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 1rem;
  height: 1.2rem;
  width: 45%;
  cursor: pointer;
  font-size: 0.24rem;
  transition: all 1s;
}
.content .ccj_btn img {
  width: 0.25rem;
}
.content .company_code_jump {
  margin-top: 1.6rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .ccj_btn_l img {
  transform: rotate(180deg);
}
.content .ccj_btn:hover {
  border-top: 1px solid rgb(255, 128, 3);
  border-bottom: 1px solid rgb(255, 128, 3);
  font-size: 0.26rem;
  color: #000;
}

@media (max-width: 768px) {
  .bg {
    height: auto;
  }
  .bg .title span {
    font-size: 0.7rem;
    text-align: center;
  }
  .content {
    width: 100%;
    padding: 0 0.6rem;
  }
  .content .box {
    margin-top: 0.8rem;
  }
  .content .box .title {
    font-size: 0.5rem;
  }
  .content .box .swiper-box {
    flex-direction: column;
    margin-top: 0.57rem;
  }
  .content .box .swiper-box .left {
    width: 100%;
  }
  .content .box .swiper-box .left img {
    border-radius: 0.2rem;
  }
  .content .box .swiper-box .right {
    padding-left: 0;
    margin-top: 0.27rem;
  }
  .content .box .swiper-box .right .t {
    font-size: 0.3rem;
    padding-bottom: 0.4rem;
    margin-top: 0.3rem;
  }
  .content .box2 {
    margin-top: 1rem;
  }
  .content .box2 .swiper-box .right {
    padding-right: 0;
  }
  .content .company_code_jump {
    margin-top: 1.3rem;
  }
  .content .company_code_jump {
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .content .ccj_btn {
    padding: 0 0.2rem;
    height: 1.2rem;
    width: 48%;
    cursor: pointer;
    font-size: 0.24rem;
    transition: all 1s;
    position: relative;
  }
  .content .ccj_btn_l div {
    text-align: right;
  }
  .content .ccj_btn_l:after {
    content: "";
    width: 1px;
    height: 40%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5%;
    display: block;
  }
  .content .ccj_btn:hover {
    font-size: 0.26rem;
  }
  .content .ccj_btn:hover img {
    transform: translateX(0.2rem);
  }
  .content .ccj_btn_l:hover img {
    transform: rotate(180deg) translateX(0.2rem);
  }
}/*# sourceMappingURL=quality.css.map */