.h_brand1 {
  overflow: hidden;
  position: relative;
}
.h_brand1 .h_bg1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.h_brand1 .h_btom {
  display: flex;
}
.h_brand1 .h_btom .mySwiper1 {
  width: calc(100% - 192px);
}
.h_brand1 .h_btom .mySwiper1 .swiper-slide {
  width: 192px;
}
.h_brand1 .h_btom .mySwiper1 .swiper-slide .h_box {
  cursor: pointer;
  font-size: 14px;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 35px;
  text-align: center;
  position: relative;
}
.h_brand1 .h_btom .mySwiper1 .swiper-slide .h_box.h_active {
  color: #fff;
  background: #C9212E;
}
.h_brand1 .h_btom .mySwiper1 .swiper-slide .h_box.h_active::after {
  display: none;
}
.h_brand1 .h_btom .mySwiper1 .swiper-slide .h_box::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 13px;
  top: calc(50% - 6.5px);
  right: 0;
  background: #C4C4C4;
}
.h_brand1 .h_btom .mySwiper1 .swiper-slide .h_box .h_hide {
  display: none;
}
.h_brand1 .h_btom .mySwiper1 .swiper-slide:last-child .h_box::after {
  display: none;
}
.h_brand1 .h_btom .h_btns {
  width: 192px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.h_brand1 .h_btom .h_btns div {
  cursor: pointer;
  width: 15px;
  height: 15px;
  position: relative;
}
.h_brand1 .h_btom .h_btns div::after {
  top: 0;
  left: 0;
  position: absolute;
  content: '';
  border-right: 15px solid #3D3D3D;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.h_brand1 .h_btom .h_btns .h_xx {
  transform: rotate(180deg);
}
.h_fzlc {
  background: #fff;
  padding: 120px 0;
  position: relative;
}
.h_fzlc .h_bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.h_fzlc .h_img1 {
  width: 44.8%;
}
.h_fzlc .h_img2 {
  width: 18.75%;
}
.h_fzlc .h_box {
  position: relative;
  z-index: 2;
  width: 100%;
  user-select: none;
}
.h_fzlc .h_box .h_bg {
  position: absolute;
  font-size: 200px;
  font-family: OPPOSans-Bold, OPPOSans;
  font-weight: bold;
  color: #F8F8F8;
  z-index: -1;
  top: -46px;
  left: 50%;
  transform: translate(-50%);
}
.h_fzlc .h_box .h_content {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
.h_fzlc .h_box .h_content .h_time {
  font-size: 90px;
  font-family: OPPOSans-Bold, OPPOSans;
  font-weight: bold;
  color: #C9212E;
  margin-bottom: 8px;
}
.h_fzlc .h_box .h_content .h_subtitle {
  font-size: 20px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  margin-bottom: 28px;
}
.h_fzlc .h_box .h_content img{max-width:100%;margin-top:10px;}
.h_fzlc .h_box .h_content .h_desc {
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #777777;
  line-height: 21px;
  text-align: justify;
}
.h_jtfz {
  padding: 70px 0;
  overflow: hidden;
  background: #F8F8F8;
}
.h_jtfz .h_Title {
  font-size: 30px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: 700;
  color: #333333;
  position: relative;
  padding-left: 14px;
}
.h_jtfz .h_Title::after {
  position: absolute;
  content: '';
  width: 4px;
  height: 28px;
  background: #C9212E;
  left: 0;
  top: calc(50% - 12px);
}
.h_jtfz .mySwiper2 {
  padding: 32px 40px;
}
.h_jtfz .mySwiper2 .swiper-slide {
  width: 500px;
}
.h_jtfz .mySwiper2 .swiper-slide .h_box {
  background: #FFFFFF;
  padding: 32px 40px;
  transition: all 0.3s linear;
}
.h_jtfz .mySwiper2 .swiper-slide .h_box .h_title {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 20px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: 700;
  color: #3D3D3D;
  position: relative;
}
.h_jtfz .mySwiper2 .swiper-slide .h_box .h_title::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -12px;
  width: 40px;
  height: 3px;
  background: #C9212E;
  transition: width 0.3s linear;
}
.h_jtfz .mySwiper2 .swiper-slide .h_box .h_desc {
  font-size: 15px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #777777;
  line-height: 30px;
}
.h_jtfz .mySwiper2 .swiper-slide .h_box:hover {
  background: none;
  border-radius: 10px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1), 4px 4px 8px -2px rgba(0, 0, 0, 0.1), -2px -2px 14px 3px #fff, -2px -2px 14px 3px #fff;
}
.h_jtfz .mySwiper2 .swiper-slide .h_box:hover .h_title::after {
  width: 100%;
}
.h_expandList {
  padding: 50px 0;
  background: #F8F8F8;
}
.h_expandList .h_row {
  justify-content: space-between;
  flex-wrap: wrap;
}
.h_expandList .h_box {
  background: #ccc;
  width: calc(50% - 28px);
  margin-bottom: 30px;
}
.h_expandList .h_box:hover .h_img,
.h_expandList .h_box:hover .h_text {
  transform: translate(20px, -20px);
}
.h_expandList .h_box .h_img {
  background: #fff;
  transition: transform 0.3s linear;
  border-bottom: 4px solid #C9212E;
  overflow: hidden;
}
.h_expandList .h_box .h_img img {
  width: 100%;
}
.h_expandList .h_box .h_text {
  background: #fff;
  transition: transform 0.3s linear;
  padding: 30px;
}
.h_expandList .h_box .h_text .h_title {
  font-size: 30px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #3D3D3D;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 14px;
  margin-bottom: 20px;
}
.h_expandList .h_box .h_text .h_desc {
  font-size: 15px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #3D3D3D;
  line-height: 23px;
}
.h_expandList .h_box .h_text .h_desc p {
  position: relative;
  padding-left: 16px;
}
.h_expandList .h_box .h_text .h_desc p::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #C9212E;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 1024px) {
  .h_fzlc .h_img1 {
    display: none;
  }
  .h_fzlc .h_box .h_bg {
    font-size: 160px;
  }
}
@media screen and (max-width: 767px) {
  .h_fzlc,
  .h_jtfz {
    padding: 60px 0;
  }
  .h_fzlc .h_img2 {
    display: none;
  }
  .h_fzlc .h_box .h_content {
    max-width: 92%;
  }
  .h_brand1 .h_btom .mySwiper1 {
    width: 100%;
  }
  .h_brand1 .h_btom .h_btns {
    display: none;
  }
  .h_jtfz .h_Title {
    font-size: 24px;
  }
  .h_jtfz .h_Title::after {
    width: 3px;
    height: 22px;
    top: calc(50% - 12px);
  }
  .h_jtfz .mySwiper2 .swiper-slide .h_box {
    padding: 24px 28px;
  }
  .h_expandList .h_box {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .h_jtfz .mySwiper2 .swiper-slide {
    width: 100%;
  }
  .h_jtfz {
    padding-bottom: 20px;
  }
  .h_expandList .h_box .h_text {
    padding: 16px;
  }
  .h_expandList .h_box .h_text .h_title {
    font-size: 22px;
  }
  .h_expandList .h_box:hover .h_img,
  .h_expandList .h_box:hover .h_text {
    transform: translate(10px, -10px);
  }
}
