@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: #fff;
}

.bg {
  position: relative;
  height: 100vh;
  margin-bottom: -0.5rem;
}
.bg img {
  width: 100%;
  height: 100%;
}
.bg .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.78rem;
  color: #fff;
  overflow: hidden;
  width: 100%;
}
.bg .title span {
  display: block;
  font-family: "Montserrat-Bold";
  text-align: center;
}
.bg .title .t2 {
  font-size: 0.32rem;
  text-align: center;
  display: block;
}
.bg .title .text_down {
  transform: translateY(0%);
  opacity: 1;
}
.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;
}

.layout {
  width: 87%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.layout .title {
  font-size: 0.55rem;
  font-family: "Montserrat-Bold";
}
.layout .box {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
.layout .box .left {
  width: 50%;
}
.layout .box .left video {
  width: 75%;
  height: 50%;
  margin-left: 2rem;
}
.layout .box .right {
  padding-left: 1.3rem;
}
.layout .box .right .t1 {
  font-size: 0.35rem;
  font-family: "Montserrat-Bold";
}
.layout .box .right .t2 {
  color: #1a1818;
  font-size: 0.2rem;
  margin-top: 0.1rem;
}
.layout .box .right .nums {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.layout .box .right .nums .num {
  width: 50%;
  margin-top: 0.4rem;
}
.layout .box .right .nums .num .count {
  font-family: "Montserrat-Black";
  color: #000;
  display: flex;
  align-items: center;
  font-size: 0.55rem;
}
.layout .box .right .nums .num .t {
  font-size: 0.15rem;
}

.system {
  background: #ededed;
  border-radius: 1rem 1rem 0 0;
  display: flex;
  align-items: center;
  padding: 1.7rem 0 0.83rem;
  flex-direction: column;
}
.system .title {
  font-size: 0.55rem;
  font-family: "Montserrat-Bold";
}
.system .content {
  width: 87%;
  margin: 0 auto;
  margin-top: 1.2rem;
}
.system .content .box {
  display: flex;
  border-radius: 0.4rem;
  overflow: hidden;
  margin-bottom: 0.6rem;
}
.system .content .box .left {
  background-color: #fff;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.78rem 0 0.68rem;
}
.system .content .box .left .t {
  color: #1a1818;
  font-size: 0.35rem;
  font-family: "Montserrat-Bold";
}
.system .content .box .left .d {
  font-size: 0.2rem;
  line-height: 1.5;
  margin-top: 0.4rem;
}
.system .content .box .right {
  width: 50%;
}
.system .content .box .right img {
  width: 100%;
}
.system .content .box2 {
  flex-direction: row-reverse;
}
.system .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;
}
.system .content .ccj_btn img {
  width: 0.25rem;
}
.system .content .company_code_jump {
  margin-top: 1.6rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.system .content .ccj_btn_l img {
  transform: rotate(180deg);
}
.system .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;
    margin-bottom: 0.5rem;
  }
  .bg .title {
    font-size: 0.7rem;
  }
  .bg .t2 {
    font-size: 0.32rem;
    padding: 0 1.5rem;
  }
  .layout {
    width: 75%;
    margin-top: 0.8rem;
    padding-bottom: 1rem;
    margin-left: 12.5%;
  }
  .layout .title {
    font-size: 0.5rem;
  }
  .layout .box {
    flex-direction: column;
    margin-top: 0.7rem;
  }
  .layout .box .left {
    width: 100%;
  }
  .layout .box .right {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.2rem;
  }
  .layout .box .right .t1 {
    font-size: 0.35rem;
  }
  .layout .box .right .t2 {
    font-size: 0.2rem;
    text-align: center;
  }
  .layout .box .right .nums {
    margin-top: 0.5rem;
  }
  .layout .box .right .nums .num {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .layout .box .right .nums .num .t {
    font-size: 0.15rem;
    text-align: center;
    padding: 0 0.7rem;
  }
  .system {
    border-radius: 0.5rem 0.5rem 0 0;
    padding: 1rem 0;
  }
  .system .title {
    font-size: 0.5rem;
  }
  .system .content .box {
    flex-direction: column-reverse;
    border-radius: 0;
  }
  .system .content .box .left {
    width: 100%;
    background-color: transparent;
    padding: 0;
  }
  .system .content .box .left .t {
    font-size: 0.35rem;
    margin-top: 0.3rem;
  }
  .system .content .box .left .d {
    font-size: 0.24rem;
  }
  .system .content .box .right {
    width: 100%;
    border-radius: 0.2rem;
    overflow: hidden;
  }
  .system .content .company_code_jump {
    margin-top: 1.3rem;
  }
  .system .content .company_code_jump {
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .system .content .ccj_btn {
    padding: 0 0.2rem;
    height: 1.2rem;
    width: 48%;
    cursor: pointer;
    font-size: 0.24rem;
    transition: all 1s;
    position: relative;
  }
  .system .content .ccj_btn_l div {
    text-align: right;
  }
  .system .content .ccj_btn_l:after {
    content: "";
    width: 1px;
    height: 40%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5%;
    display: block;
  }
  .system .content .ccj_btn:hover {
    font-size: 0.26rem;
  }
  .system .content .ccj_btn:hover img {
    transform: translateX(0.2rem);
  }
  .system .content .ccj_btn_l:hover img {
    transform: rotate(180deg) translateX(0.2rem);
  }
  .layout .box .left video{
    margin-left: 0;
    margin-bottom: 0.3rem;
    width: 100%;
  }


}/*# sourceMappingURL=global.css.map */