.brand_banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.brand_bk {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.brand_banner_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  color: #fff;
}
.bbt_t1 {
  font-size: 0.67rem;
  font-family: "Montserrat-Bold";
  overflow: hidden;
}
.bbt_t2 {
  font-size: 0.38rem;
  margin-top: 0.15rem;
  line-height: 1.4;
  overflow: hidden;
}
.bbt_t1 span,
.bbt_t2 span {
  display: block;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.8s;
}
.bbt_t2 span {
  transition-delay: 0.2s;
}
.brand_banner_text._into .bbt_t1 span {
  transform: translateY(0%);
  opacity: 1;
}
.brand_banner_text._into .bbt_t2 span {
  transform: translateY(0%);
  opacity: 1;
}

.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;
}

/* 缩放 */
.zoom_img {
  position: relative;
  height: 200vh;
  width: 100%;
}
.zoom_ping {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: sticky;
  top: 0;
}
.zoom_i {
  position: relative;
  z-index: 0;
  height: 100vh;
  transform: scale(0.65);
  transition: all 1s;
}
.zoom_i video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.zoom_i img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.zoom_mask {
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: rgba(0, 0, 0, 0.3); */
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: all 1s;
  z-index: 1;
}
.zoom_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  color: #fff;
}
.zoom_t1 {
  font-size: 0.5rem;
  letter-spacing: 0;
  white-space: nowrap;
  transform: translateY(1rem);
  opacity: 0;
  transition: all 0.77s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zoom_t1 span {
  font-family: "Montserrat-Bold";
  display: block;
}
.ztsline {
  width: 2px;
  height: 0.4rem;
  background-color: #fff;
  margin: 0 0.3rem;
}
.zoom_t2 {
  font-size: 0.24rem;
  margin-top: 0.4rem;
  transform: translateY(1rem);
  opacity: 0;
  transition: all 0.77s;
  line-height: 1.5;
}

.zoom_t2 br + div {
  margin-top: 10px;
}

.zoom_ping._zoom1 .zoom_i {
  transform: scale(1);
}
.zoom_ping._into .zoom_mask {
  opacity: 1;
}
.zoom_ping._into .zoom_t1 {
  transform: translateY(0rem);
  opacity: 1;
}
.zoom_ping._into .zoom_t2 {
  transform: translateY(0rem);
  opacity: 1;
  transition-delay: 0.2s;
}

.company_code {
  padding: 1.5rem;
}
.company_code_title {
  font-size: 0.5rem;
  font-family: "Montserrat-Bold";
  text-align: center;
  transform: translateY(1rem);
  opacity: 0;
  transition: all 1s;
}
.company_code_title._into {
  transform: translateY(0rem);
  opacity: 1;
}
.company_code_main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1rem;
}
.ccm_left {
  width: 60%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.ccm_left div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.ccm_left img {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transform: translate(0.2rem, 0rem) scale(1.01);
  transition: all 1s;
  transition-delay: 0.2s;
}
.ccm_left._into img {
  transform: translate(0rem, 0rem) scale(1);
  clip-path: polygon(-180% 0, 100% 0, 100% 100%, -110% 100%);
}
.ccm_right {
  width: 36%;
  margin-top: 0.2rem;
}
.ccmrm_tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.ccmrm_tab_t {
  font-size: 0.26rem;
  color: #666;
}
.ccmrm_tab_t span {
  font-family: "Montserrat-Bold";
}
.ccmrm_tab_i {
  position: relative;
}
.ccmrm_tab_i img {
  width: 0.2rem;
}
.ccmrm_tab_i img:nth-of-type(1) {
  position: relative;
  opacity: 1;
}
.ccmrm_tab_i img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.ccmrm_more {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  position: relative;
  overflow: hidden;
  width: 80%;
  transform: translateY(0.7rem);
  opacity: 0;
  transition: all 0.7s;
}
.ccmrm_more::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0.5rem;
  left: 0;
  display: block;
  position: absolute;
  opacity: 0;
}
.ccm_right_min.active .ccmrm_tab_i img:nth-of-type(1) {
  opacity: 0;
}
.ccm_right_min.active .ccmrm_tab_i img:nth-of-type(2) {
  opacity: 1;
}

.ccm_right_min {
  padding-bottom: 0.5rem;
}
.ccm_right_min.active {
  padding-bottom: 0rem;
}
.ccm_right_min.active .ccmrm_more {
  padding-bottom: 1rem;
  transform: translateY(0);
  opacity: 1;
}
.ccm_right_min.active .ccmrm_more::after {
  opacity: 1;
  transition: all 2s;
}
.ccm_right_min.close .ccmrm_more {
  height: 0;
}
.ccmrm_tab .ccmrm_tab_t {
  transition: all 0.6s;
}
/* .ccmrm_tab:hover .ccmrm_tab_t,
.ccm_right_min.active .ccmrm_tab_t{
	transform: translateX(0.25rem);
} */
.ccmrm_tab:hover .ccmrm_tab_t,
.ccm_right_min.active .ccmrm_tab_t {
  color: #000;
}

.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 2rem;
  height: 1.2rem;
  width: 45%;
  cursor: pointer;
  font-size: 0.24rem;
  transition: all 1s;
}
.ccj_btn img {
  width: 0.25rem;
  transition: all 0.5s;
}
.company_code_jump {
  margin-top: 1.6rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ccj_btn_l img {
  transform: rotate(180deg);
}
.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;
}
.ccj_btn:hover img {
  transform: translateX(0.5rem);
}
.ccj_btn_l:hover img {
  transform: rotate(180deg) translateX(0.5rem);
}

.card_box {
  padding: 1.5rem 1rem;
  background-color: rgba(244, 244, 244, 1);
}
.card_title {
  text-align: center;
  font-size: 0.5rem;
  font-family: "Montserrat-Bold";
}
.card_list {
  margin-top: 1rem;
}
.card_list_1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.card_l1_min {
  width: 32.5%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.6rem 0.5rem 0.4rem;
  border-radius: 10px;
}
.card_l1_min img {
  width: 2.5rem;
}
.card_l1_min div {
  font-size: 0.2rem;
  text-align: left;
  width: 100%;
  margin-top: 0.5rem;
}
.card_list_2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
}
.card_l2_min {
  width: 32.5%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 0.5rem 0.4rem;
  border-radius: 10px;
}
.card_l1_min,
.card_l2_min {
  /* margin-top: 10vh; */
  transition: margin 2s, opacity 2s, transform 0.5s;
}
.card_l1_min:hover,
.card_l2_min:hover {
  box-shadow: 0 0 0.5rem 0 rgb(0 0 0 / 5%);
  transform: translate(-2px, -2px);
  /* margin-top: 0vh;
	opacity: 1; */
}
.card_l2_min div {
  text-align: left;
  width: 100%;
}
.card_l2_m_t1 {
  font-size: 0.3rem;
  font-family: "Montserrat-Bold";
}
.card_l2_m_t2 {
  font-size: 0.22rem;
  margin-top: 0.3rem;
  height: 0.8rem;
}
.card_l2_m_t3 {
  margin-top: 0.4rem;
  font-size: 0.5rem;
  font-family: "Montserrat-Bold";
}

.card_title {
  transform: translateY(1rem);
  opacity: 0;
  transition: all 1s;
}
.card_list_1 {
  transform: translateY(1rem);
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.2s;
}
.card_list_2 {
  transform: translateY(1rem);
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.4s;
}
.card_box._into .card_title,
.card_box._into .card_list_1,
.card_box._into .card_list_2 {
  transform: translateY(0rem);
  opacity: 1;
}

@media (max-width: 767px) {
  .zoom_text {
    width: 80%;
  }
  .zoom_t1 {
    flex-direction: column;
    font-family: "Montserrat-Bold";
  }
  .zoom_t2 {
    margin-top: 1rem;
    font-size: 0.3rem;
  }

  .company_code_title {
    text-align: left;
  }
  .company_code {
    padding: 1rem 0.5rem 1rem;
  }
  .ccm_sw {
    margin-top: 0.5rem;
  }
  .ccm_sw .swiper-slide {
    background-color: #fff;
  }
  .ccm_sw_t1 {
    color: rgb(254, 118, 0);
    margin-top: 0.7rem;
    font-size: 0.4rem;
    font-family: "Montserrat-Bold";
  }
  .ccm_sw_t2 {
    font-family: "Montserrat-Bold";
    font-size: 0.3rem;
    margin-top: 0.15rem;
  }
  .ccm_sw_t3 {
    font-size: 0.25rem;
    line-height: 0.38rem;
    margin-top: 0.2rem;
    height: 2.6rem;
  }
  .ccm_sw_page {
    display: flex;
    justify-content: center;
    margin-top: 0.2rem;
  }
  .ccm_sw_page span {
    width: 0.5rem;
    border-radius: 0;
    height: 1px;
  }
  .ccm_sw_page .swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
  .ccm_sw_page .swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 1);
  }

  .ccm_sw .swiper-slide img {
    transform: translateY(1rem);
    opacity: 0;
    transition: all 1s;
    transition-delay: 0.2s;
  }
  .ccm_sw._into .swiper-slide img {
    transform: translateY(0rem);
    opacity: 1;
  }
  .ccm_sw_t1,
  .ccm_sw_t2,
  .ccm_sw_t3 {
    transform: translateY(1rem);
    opacity: 0;
    transition: all 1s;
  }
  .ccm_sw_t._into .ccm_sw_t1 {
    transform: translateY(0rem);
    opacity: 1;
    transition-delay: 0.2s;
  }
  .ccm_sw_t._into .ccm_sw_t2 {
    transform: translateY(0rem);
    opacity: 1;
    transition-delay: 0.4s;
  }
  .ccm_sw_t._into .ccm_sw_t3 {
    transform: translateY(0rem);
    opacity: 1;
    transition-delay: 0.6s;
  }

  .card_box {
    padding: 1rem 0.5rem;
  }
  .card_title {
    text-align: left;
  }
  .card_list_1,
  .card_list_2 {
    flex-wrap: wrap;
  }
  .card_l1_min,
  .card_l2_min {
    width: 100%;
    display: flex;
    flex-direction: inherit;
    align-items: center;
    margin-top: 0.25rem;
    height: 2.5rem;
  }
  .card_list_2 {
    margin-top: 0.3rem;
  }
  .card_l2_min {
    display: block;
    position: relative;
  }
  .card_l1_min:nth-of-type(1),
  .card_l2_min:nth-of-type(1) {
    margin-top: 0;
  }
  .card_l2_m_t1,
  .card_l2_m_t2 {
    width: 70% !important;
  }
  .card_l2_m_t3 {
    position: absolute;
    bottom: 0.4rem;
    right: 0.5rem;
    width: auto !important;
  }
  .card_l1_min img {
    width: 1.8rem;
  }
  .card_l1_min div {
    padding-left: 0.4rem;
    font-size: 0.25rem;
    margin-top: 0;
    font-family: "Montserrat-Bold";
  }
  .card_l2_m_t1 {
    font-size: 0.3rem;
    white-space: nowrap;
  }
  .card_l2_m_t2 {
    font-size: 0.24rem;
  }

  .company_code_jump {
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .ccj_btn {
    padding: 0 0.5rem;
    height: 1.2rem;
    width: 48%;
    cursor: pointer;
    font-size: 0.24rem;
    transition: all 1s;
    position: relative;
  }
  .ccj_btn_l:after {
    content: "";
    width: 1px;
    height: 40%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5%;
    display: block;
  }
  .ccj_btn:hover {
    font-size: 0.26rem;
  }
  .ccj_btn:hover img {
    transform: translateX(0.2rem);
  }
  .ccj_btn_l:hover img {
    transform: rotate(180deg) translateX(0.2rem);
  }
}
