.header_title {
  display: block;
  padding: 19px 0;
  text-shadow: 0px 0px 0px rgba(109,109,109,0.5000);
}
.header_swiper {
  position: relative;
  width: 100%;
}
.header_swiper img {
  display: block;
}
.header_swiper .logo_tabs {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9;
}
.logo {
  width: 357px;
  height: 70px;
  background: url('/public/web/assets/images/logo.png') no-repeat;
  margin-right: 200px;
  background-size: 100%;
}
.logo_tabs .tabs {
  display: flex;
  justify-content: space-around;
  flex: 1;
}
.logo_tabs .tabs .tabs_item {
  position: relative;
}
.logo_tabs .tabs .active::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
  border-bottom: 1px solid #fff;
}
.carousel-content ul li {
  position: relative;
}
.carousel-content ul li > div {
  position: absolute;
  left: 0;
  width: 100%;
  top: 35%;
  height: 100%;
  /* transform: translateY(-50%); */
  font-family: zihun35hao-jindianyahei, zihun35hao;
  font-size: 66px;
}
.carousel-content ul li > div div {
  background-image: linear-gradient(#fff,#03e5fb);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.carousel-content ul li > div div:nth-child(1) {
  position: absolute;
  left: 25%;
}
.carousel-content ul li > div div:nth-child(2) {
  position: absolute;
  left: 43%;
}
.carousel-content ul li > div div:nth-child(2)::after,
.carousel-content ul li > div div:nth-child(2)::before {
  content: '|';
  width: 10px;
  position: absolute;
  right: -50px;
  top: 0;
  background-image: linear-gradient(#fff,#03e5fb);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.carousel-content ul li > div div:nth-child(2)::before {
  left: -50px;
}
.carousel-content ul li > div div:nth-child(3) {
  position: absolute;
  left: 62%;
}
.carousel-content ul li > div div:last-child {
  position: absolute;
  left: 30%;
  top: 25%;
  padding: 18px 31px;
  box-sizing: border-box;
  font-size: 40px;
  color: #fff;
}
.carousel-content ul li > div div:last-child::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 43px;
  height: 27px;
  background: url(/public/web/assets/images/top_left.png) no-repeat;
  background-size: 100%;
}
.carousel-content ul li > div div:last-child::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 43px;
  height: 27px;
  background: url(/public/web/assets/images/bottom_right.png) no-repeat;
  background-size: 100%;
}