.sect-1 {
  width: 100%;
  height: calc(100vh - 110px);
  display: none;
}
.sect-1 .swiper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.sect-1 .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sect-1 .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-sizing: border-box;
}
.sect-2 {
  height: 50px;
  background: #8A2424;
}
.sect-2 .warp {
  width: calc(100% - 30px);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.sect-2 .warp a {
  width: 24%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  transition: all 0.3s linear;
}
.sect-2 .warp a:hover {
  background-color: #741B1B;
}
.sect-2 .warp a:hover img {
  rotate: 90deg;
}
.sect-2 .warp a img {
  width: 5px;
  height: 7px;
  margin-left: 8px;
  transition: all 0.3s linear;
}
.sect-3 {
  margin: 0 auto;
  padding: 50px 0;
  width: calc(100% - 30px);
}
.sect-3 .tit {
  display: flex;
  align-items: center;
}
.sect-3 .tit .l-wrap {
  border-right: 6px solid #8A2424;
  padding-right: 20px;
  margin-right: 20px;
  width: auto;
}
.sect-3 .tit .l-wrap .en {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 12px;
  color: #C9C9C9;
  text-transform: uppercase;
}
.sect-3 .tit .l-wrap .cn {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 28px;
  color: #373737;
  letter-spacing: 4px;
}
.sect-3 .tit .txt {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 14px;
  color: #ACACAC;
  line-height: 26px;
  width: 50%;
  display: none;
}
.sect-3 .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  margin-top: 40px;
  gap: 15px;
}
.sect-3 .wrap .item {
  background-color: #fff;
  overflow: hidden;
}
.sect-3 .wrap .item:hover {
  box-shadow: 0 0 3px #00000020;
}
.sect-3 .wrap .item:hover img {
  scale: 1.02;
}
.sect-3 .wrap .item .span {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  font-family: Source Hanx Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.sect-3 .wrap .item .span span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sect-3 .wrap .item:first-child {
  grid-column: 1/3;
  aspect-ratio: 73/40;
  position: relative;
}
.sect-3 .wrap .item:first-child .span {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  background: linear-gradient(180deg, rgba(183, 183, 183, 0) 0%, #000000 100%);
  color: #FFFFFF;
}
.sect-3 .wrap .item:first-child .span span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sect-3 .wrap .item:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect-3 .wrap .item:last-child {
  grid-column: 1/3;
  aspect-ratio: 73/40;
  position: relative;
}
.sect-3 .wrap .item:last-child .span {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  background: linear-gradient(180deg, rgba(183, 183, 183, 0) 0%, #000000 100%);
  color: #FFFFFF;
}
.sect-3 .wrap .item:last-child .span span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sect-3 .wrap .item:last-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect-3 .wrap .item img {
  width: 100%;
  aspect-ratio: 35/20;
  object-fit: cover;
  display: block;
  transition: all 0.3s linear;
}
.sect-4 {
  margin: 0 auto;
  padding: 50px 0;
  width: calc(100% - 30px);
}
.sect-4 .tit {
  display: flex;
  align-items: center;
}
.sect-4 .tit .l-wrap {
  border-right: 6px solid #8A2424;
  padding-right: 20px;
  margin-right: 20px;
  width: auto;
}
.sect-4 .tit .l-wrap .en {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 12px;
  color: #C9C9C9;
  text-transform: uppercase;
}
.sect-4 .tit .l-wrap .cn {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 28px;
  color: #373737;
  letter-spacing: 4px;
}
.sect-4 .tit .txt {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 14px;
  color: #ACACAC;
  line-height: 26px;
  width: 50%;
  display: none;
}
.sect-4 .tit .switch-box {
  flex-grow: 1;
  display: none;
  align-items: center;
  justify-content: end;
}
.sect-4 .tit .switch-box > div {
  width: 45px;
  height: 45px;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.sect-4 .tit .switch-box > div:hover {
  background: #8A2424;
}
.sect-4 .tit .switch-box > div:hover img {
  content: url("../img/arw.png");
}
.sect-4 .tit .switch-box > div img {
  width: 8px;
}
.sect-4 .tit .switch-box .right img {
  rotate: 180deg;
}
.sect-4 .wrap {
  margin-top: 40px;
}
.sect-4 .wrap .swiper {
  width: 100%;
  overflow-x: hidden;
}
.sect-4 .wrap .swiper .swiper-slide {
  position: relative;
  aspect-ratio: 35/47;
}
.sect-4 .wrap .swiper .swiper-slide:hover .name {
  opacity: 1;
  visibility: visible;
}
.sect-4 .wrap .swiper .swiper-slide .main {
  width: 100%;
  aspect-ratio: 35/47;
}
.sect-4 .wrap .swiper .swiper-slide .main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sect-4 .wrap .swiper .swiper-slide .name {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  position: absolute;
  left: 0;
  top: 0;
  background: #8A242499;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 60px 30px 30px;
  box-sizing: border-box;
}
.sect-4 .wrap .swiper .swiper-slide .name .n-tit {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sect-4 .wrap .swiper .swiper-slide .name .btn {
  width: 160px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
}
.sect-4 .wrap .swiper .swiper-slide .name .btn img {
  rotate: 180deg;
  width: 8px;
  height: auto;
}
.sect-5 {
  margin: 0 auto;
  padding: 50px 0;
  width: calc(100% - 30px);
}
.sect-5 .tit {
  display: flex;
  align-items: center;
}
.sect-5 .tit .l-wrap {
  border-right: 6px solid #8A2424;
  padding-right: 20px;
  margin-right: 20px;
  width: auto;
}
.sect-5 .tit .l-wrap .en {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 12px;
  color: #C9C9C9;
  text-transform: uppercase;
}
.sect-5 .tit .l-wrap .cn {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 28px;
  color: #373737;
  letter-spacing: 4px;
}
.sect-5 .tit .txt {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 14px;
  color: #ACACAC;
  line-height: 26px;
  width: 50%;
  display: none;
}
.sect-5 .tit .more {
  flex-grow: 1;
  display: none;
  align-items: center;
  justify-content: end;
}
.sect-5 .tit .more .btn {
  width: 166px;
  height: 48px;
  border: 1px solid #A2A2A2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s linear;
}
.sect-5 .tit .more .btn:hover {
  background: #8A2424;
  color: #fff;
}
.sect-5 .wrap .item {
  margin-top: 40px;
  width: 100%;
  margin-right: 0;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  border-bottom: 1px solid #EBEBEB;
  transition: all 0.3s linear;
}
.sect-5 .wrap .item:hover {
  border-bottom: 1px solid #8A2424;
  color: #8A2424;
}
.sect-5 .wrap .item:nth-child(3n) {
  margin-right: 0;
}
.sect-5 .wrap .item .main {
  width: 100%;
  aspect-ratio: 47/30;
}
.sect-5 .wrap .item .main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sect-5 .wrap .item .txt {
  padding: 30px 20px 32px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sect-6 {
  aspect-ratio: 5/9;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "item-1 item-1 item-1 item-1 item-2 item-2" "item-1 item-1 item-1 item-1 item-4 item-4" "item-1 item-1 item-1 item-1 item-5 item-5" "item-3 item-3 item-3 item-3 item-3 item-3" "item-3 item-3 item-3 item-3 item-3 item-3" "item-6 item-6 item-6 item-7 item-7 item-7";
}
.sect-6 .item-1 {
  grid-area: item-1;
}
.sect-6 .item-2 {
  grid-area: item-2;
}
.sect-6 .item-3 {
  grid-area: item-3;
}
.sect-6 .item-4 {
  grid-area: item-4;
}
.sect-6 .item-5 {
  grid-area: item-5;
}
.sect-6 .item-6 {
  grid-area: item-6;
}
.sect-6 .item-7 {
  grid-area: item-7;
}
.sect-6 > div {
  cursor: pointer;
  overflow: hidden;
}
.sect-6 > div:hover:not(.item-1) img {
  scale: 1.02;
  filter: contrast(80%);
}
.sect-6 > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s linear;
}
.sect-6 .item-3 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1.16;
}
.sect-6 .item-1 {
  position: relative;
}
.sect-6 .item-1 .txt-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.sect-6 .item-1 .txt-box .tit {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
}
.sect-6 .item-1 .txt-box .content {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #DCDCDC;
  line-height: 26px;
  margin-top: 15px;
}
.sect-6 .item-1 .txt-box .more {
  display: flex;
  align-items: center;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 12px;
  color: #BEBEBE;
  margin-top: 15px;
}
.sect-6 .item-1 .txt-box .more img {
  width: 6px;
  rotate: 180deg;
  margin-left: 4px;
}
.sect-6 .item-1 .txt-box .btn-box {
  display: flex;
  margin-top: 30px;
}
.sect-6 .item-1 .txt-box .btn-box > div {
  width: 110px;
  height: 36px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  transition: all 0.3s linear;
  margin-right: 12px;
}
.sect-6 .item-1 .txt-box .btn-box > div:hover {
  color: #8A2424;
  background-color: #fff;
}
.sect-7 {
  margin: 0 auto;
  padding: 50px 0;
  width: calc(100% - 30px);
}
.sect-7 .tit {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 28px;
  color: #333333;
}
.sect-7 .wrap .swiper {
  width: 100%;
  overflow-x: hidden;
  padding: 20px 0;
}
.sect-7 .wrap .swiper .swiper-slide {
  width: 100px !important;
  height: 100px;
  transition: all 0.1s linear;
}
.sect-7 .wrap .swiper .swiper-slide .item {
  width: 100%;
  height: 100%;
  display: block;
}
.sect-7 .wrap .swiper .swiper-slide-active {
  scale: 1.02;
}
@media (min-width: 576px) {
  .sect-5 .wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .sect-5 .wrap .item {
    margin-top: 40px;
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .sect-6 {
    aspect-ratio: 5/9;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "item-1 item-1 item-1 item-1 item-2 item-2" "item-1 item-1 item-1 item-1 item-4 item-4" "item-1 item-1 item-1 item-1 item-5 item-5" "item-3 item-3 item-3 item-3 item-3 item-3" "item-3 item-3 item-3 item-3 item-3 item-3" "item-6 item-6 item-6 item-7 item-7 item-7";
  }
  .sect-6 .item-1 {
    grid-area: item-1;
  }
  .sect-6 .item-2 {
    grid-area: item-2;
  }
  .sect-6 .item-3 {
    grid-area: item-3;
  }
  .sect-6 .item-4 {
    grid-area: item-4;
  }
  .sect-6 .item-5 {
    grid-area: item-5;
  }
  .sect-6 .item-6 {
    grid-area: item-6;
  }
  .sect-6 .item-7 {
    grid-area: item-7;
  }
  .sect-6 > div {
    cursor: pointer;
    overflow: hidden;
  }
  .sect-6 > div:hover:not(.item-1) img {
    scale: 1.02;
    filter: contrast(80%);
  }
  .sect-6 > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.3s linear;
  }
  .sect-6 .item-3 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sect-6 .item-1 {
    position: relative;
  }
  .sect-6 .item-1 .txt-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
  }
  .sect-6 .item-1 .txt-box .tit {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
  }
  .sect-6 .item-1 .txt-box .content {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #DCDCDC;
    line-height: 26px;
    margin-top: 15px;
  }
  .sect-6 .item-1 .txt-box .more {
    display: flex;
    align-items: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #BEBEBE;
    margin-top: 15px;
  }
  .sect-6 .item-1 .txt-box .more img {
    width: 6px;
    rotate: 180deg;
    margin-left: 4px;
  }
  .sect-6 .item-1 .txt-box .btn-box {
    display: flex;
    margin-top: 30px;
  }
  .sect-6 .item-1 .txt-box .btn-box > div {
    width: 110px;
    height: 36px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    transition: all 0.3s linear;
    margin-right: 12px;
  }
  .sect-6 .item-1 .txt-box .btn-box > div:hover {
    color: #8A2424;
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .sect-1 {
    display: block;
  }
  .sect-3 {
    margin: 0 auto;
    padding: 100px 0;
    width: 738px;
  }
  .sect-3 .tit {
    display: flex;
    align-items: center;
  }
  .sect-3 .tit .l-wrap {
    border-right: 6px solid #8A2424;
    padding-right: 20px;
    margin-right: 20px;
  }
  .sect-3 .tit .l-wrap .en {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #C9C9C9;
    text-transform: uppercase;
  }
  .sect-3 .tit .l-wrap .cn {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 28px;
    color: #373737;
    letter-spacing: 4px;
  }
  .sect-3 .tit .txt {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #ACACAC;
    line-height: 26px;
    width: 50%;
  }
  .sect-3 .wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    aspect-ratio: 149/72;
    margin-top: 40px;
    gap: 15px;
  }
  .sect-3 .wrap .item {
    background-color: #fff;
    overflow: hidden;
  }
  .sect-3 .wrap .item:hover {
    box-shadow: 0 0 3px #00000020;
  }
  .sect-3 .wrap .item:hover img {
    scale: 1.02;
  }
  .sect-3 .wrap .item:first-child {
    grid-column: 1/3;
    position: relative;
  }
  .sect-3 .wrap .item:first-child .span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    background: linear-gradient(180deg, rgba(183, 183, 183, 0) 0%, #000000 100%);
    color: #FFFFFF;
  }
  .sect-3 .wrap .item:first-child .span span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .sect-3 .wrap .item:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sect-3 .wrap .item:last-child {
    grid-column: 3/5;
    position: relative;
  }
  .sect-3 .wrap .item:last-child .span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    background: linear-gradient(180deg, rgba(183, 183, 183, 0) 0%, #000000 100%);
    color: #FFFFFF;
  }
  .sect-3 .wrap .item:last-child .span span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .sect-3 .wrap .item:last-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sect-3 .wrap .item img {
    width: 100%;
    aspect-ratio: 35/20;
    object-fit: cover;
    display: block;
    transition: all 0.3s linear;
  }
  .sect-6 {
    aspect-ratio: 5/6;
  }
  .sect-6 .item-1 {
    position: relative;
  }
  .sect-6 .item-1 .txt-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
  }
  .sect-6 .item-1 .txt-box .tit {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
  }
  .sect-6 .item-1 .txt-box .content {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #DCDCDC;
    line-height: 26px;
    margin-top: 15px;
  }
  .sect-6 .item-1 .txt-box .more {
    display: flex;
    align-items: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #BEBEBE;
    margin-top: 15px;
  }
  .sect-6 .item-1 .txt-box .more img {
    width: 6px;
    rotate: 180deg;
    margin-left: 4px;
  }
  .sect-6 .item-1 .txt-box .btn-box {
    display: flex;
    margin-top: 30px;
  }
  .sect-6 .item-1 .txt-box .btn-box > div {
    width: 110px;
    height: 36px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    transition: all 0.3s linear;
    margin-right: 12px;
  }
  .sect-6 .item-1 .txt-box .btn-box > div:hover {
    color: #8A2424;
    background-color: #fff;
  }
}
@media (min-width: 992px) {
  .sect-1 {
    height: calc(100vh - 150px);
  }
  .sect-2 {
    height: 70px;
  }
  .sect-2 .warp {
    width: 962px;
  }
  .sect-3 {
    margin: 0 auto;
    padding: 100px 0;
    width: 962px;
  }
  .sect-3 .tit {
    display: flex;
    align-items: center;
  }
  .sect-3 .tit .l-wrap {
    border-right: 6px solid #8A2424;
    padding-right: 20px;
    margin-right: 20px;
  }
  .sect-3 .tit .l-wrap .en {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #C9C9C9;
    text-transform: uppercase;
    display: block;
  }
  .sect-3 .tit .l-wrap .cn {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 28px;
    color: #373737;
    letter-spacing: 4px;
  }
  .sect-3 .tit .txt {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #ACACAC;
    line-height: 26px;
    width: 50%;
    display: block;
  }
  .sect-3 .wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    aspect-ratio: 149/72;
    margin-top: 40px;
    gap: 30px;
  }
  .sect-3 .wrap .item {
    background-color: #fff;
    overflow: hidden;
  }
  .sect-3 .wrap .item:hover {
    box-shadow: 0 0 3px #00000020;
  }
  .sect-3 .wrap .item:hover img {
    scale: 1.02;
  }
  .sect-3 .wrap .item .span {
    padding: 24px;
    font-family: Source Hanx Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
  }
  .sect-3 .wrap .item .span span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .sect-3 .wrap .item:first-child {
    grid-column: 1/3;
    position: relative;
  }
  .sect-3 .wrap .item:first-child .span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 72px);
    height: 78px;
    line-height: 78px;
    padding: 0 36px;
    background: linear-gradient(180deg, rgba(183, 183, 183, 0) 0%, #000000 100%);
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
  }
  .sect-3 .wrap .item:first-child .span span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .sect-3 .wrap .item:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sect-3 .wrap .item:last-child {
    grid-column: 3/5;
    position: relative;
  }
  .sect-3 .wrap .item:last-child .span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 72px);
    height: 78px;
    line-height: 78px;
    padding: 0 36px;
    background: linear-gradient(180deg, rgba(183, 183, 183, 0) 0%, #000000 100%);
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
  }
  .sect-3 .wrap .item:last-child .span span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .sect-3 .wrap .item:last-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sect-3 .wrap .item img {
    width: 100%;
    aspect-ratio: 35/20;
    object-fit: cover;
    display: block;
    transition: all 0.3s linear;
  }
  .sect-4 {
    margin: 0 auto;
    padding: 100px 0;
    width: 962px;
  }
  .sect-4 .tit {
    display: flex;
    align-items: center;
  }
  .sect-4 .tit .l-wrap {
    border-right: 6px solid #8A2424;
    padding-right: 20px;
    margin-right: 20px;
  }
  .sect-4 .tit .l-wrap .en {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #C9C9C9;
    text-transform: uppercase;
  }
  .sect-4 .tit .l-wrap .cn {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 28px;
    color: #373737;
    letter-spacing: 4px;
  }
  .sect-4 .tit .txt {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #ACACAC;
    line-height: 26px;
    width: 50%;
    display: block;
  }
  .sect-4 .tit .switch-box {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .sect-4 .tit .switch-box > div {
    width: 45px;
    height: 45px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    cursor: pointer;
    transition: all 0.3s linear;
  }
  .sect-4 .tit .switch-box > div:hover {
    background: #8A2424;
  }
  .sect-4 .tit .switch-box > div:hover img {
    content: url("../img/arw.png");
  }
  .sect-4 .tit .switch-box > div img {
    width: 8px;
  }
  .sect-4 .tit .switch-box .right img {
    rotate: 180deg;
  }
  .sect-4 .wrap {
    margin-top: 40px;
  }
  .sect-4 .wrap .swiper {
    width: 100%;
    overflow-x: hidden;
  }
  .sect-4 .wrap .swiper .swiper-slide {
    position: relative;
    aspect-ratio: 35/47;
  }
  .sect-4 .wrap .swiper .swiper-slide:hover .name {
    opacity: 1;
    visibility: visible;
  }
  .sect-4 .wrap .swiper .swiper-slide .main {
    width: 100%;
    aspect-ratio: 35/47;
  }
  .sect-4 .wrap .swiper .swiper-slide .main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .sect-4 .wrap .swiper .swiper-slide .name {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    position: absolute;
    left: 0;
    top: 0;
    background: #8A242499;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 80px 36px 40px;
    box-sizing: border-box;
  }
  .sect-4 .wrap .swiper .swiper-slide .name .n-tit {
    font-size: 22px;
  }
  .sect-4 .wrap .swiper .swiper-slide .name .btn {
    width: 160px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
  }
  .sect-4 .wrap .swiper .swiper-slide .name .btn img {
    rotate: 180deg;
    width: 8px;
    height: auto;
  }
  .sect-5 {
    margin: 0 auto;
    padding: 100px 0;
    width: 962px;
  }
  .sect-5 .tit {
    display: flex;
    align-items: center;
  }
  .sect-5 .tit .l-wrap {
    border-right: 6px solid #8A2424;
    padding-right: 20px;
    margin-right: 20px;
  }
  .sect-5 .tit .l-wrap .en {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #C9C9C9;
    text-transform: uppercase;
  }
  .sect-5 .tit .l-wrap .cn {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 28px;
    color: #373737;
    letter-spacing: 4px;
  }
  .sect-5 .tit .txt {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #ACACAC;
    line-height: 26px;
    width: 50%;
    display: block;
  }
  .sect-5 .tit .more {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .sect-5 .tit .more .btn {
    width: 166px;
    height: 48px;
    border: 1px solid #A2A2A2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s linear;
  }
  .sect-5 .tit .more .btn:hover {
    background: #8A2424;
    color: #fff;
  }
  .sect-5 .wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .sect-5 .wrap .item {
    margin-top: 40px;
    width: calc(100% / 3 - (40px / 3));
    margin-right: 20px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    border-bottom: 1px solid #EBEBEB;
    transition: all 0.3s linear;
  }
  .sect-5 .wrap .item:hover {
    border-bottom: 1px solid #8A2424;
    color: #8A2424;
  }
  .sect-5 .wrap .item:nth-child(3n) {
    margin-right: 0;
  }
  .sect-5 .wrap .item .main {
    width: 100%;
    aspect-ratio: 47/30;
  }
  .sect-5 .wrap .item .main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .sect-5 .wrap .item .txt {
    padding: 30px 20px 32px 0;
  }
  .sect-6 {
    aspect-ratio: 192/80;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas: "item-1 item-1 item-1 item-2 item-2 item-3 item-3 item-3 item-3" "item-1 item-1 item-1 item-4 item-4 item-3 item-3 item-3 item-3" "item-1 item-1 item-1 item-5 item-5 item-6 item-6 item-7 item-7";
  }
  .sect-6 .item-1 {
    grid-area: item-1;
  }
  .sect-6 .item-2 {
    grid-area: item-2;
  }
  .sect-6 .item-3 {
    grid-area: item-3;
  }
  .sect-6 .item-4 {
    grid-area: item-4;
  }
  .sect-6 .item-5 {
    grid-area: item-5;
  }
  .sect-6 .item-6 {
    grid-area: item-6;
  }
  .sect-6 .item-7 {
    grid-area: item-7;
  }
  .sect-6 > div {
    cursor: pointer;
    overflow: hidden;
  }
  .sect-6 > div:hover:not(.item-1) img {
    scale: 1.02;
    filter: contrast(80%);
  }
  .sect-6 > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.3s linear;
  }
  .sect-6 .item-3 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sect-6 .item-1 {
    position: relative;
  }
  .sect-6 .item-1 .txt-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
  }
  .sect-6 .item-1 .txt-box .tit {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
  }
  .sect-6 .item-1 .txt-box .content {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #DCDCDC;
    line-height: 26px;
    margin-top: 20px;
  }
  .sect-6 .item-1 .txt-box .more {
    display: flex;
    align-items: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #BEBEBE;
    margin-top: 20px;
  }
  .sect-6 .item-1 .txt-box .more img {
    width: 6px;
    rotate: 180deg;
    margin-left: 4px;
  }
  .sect-6 .item-1 .txt-box .btn-box {
    display: flex;
    margin-top: 80px;
  }
  .sect-6 .item-1 .txt-box .btn-box > div {
    width: 110px;
    height: 36px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    transition: all 0.3s linear;
    margin-right: 12px;
  }
  .sect-6 .item-1 .txt-box .btn-box > div:hover {
    color: #8A2424;
    background-color: #fff;
  }
  .sect-7 {
    width: 962px;
  }
}
@media (min-width: 1200px) {
  .sect-1 {
    height: calc(100vh - 160px);
  }
  .sect-2 .warp {
    width: 1170px;
  }
  .sect-3 {
    margin: 0 auto;
    padding: 100px 0;
    width: 1170px;
  }
  .sect-3 .tit {
    display: flex;
    align-items: center;
  }
  .sect-3 .tit .l-wrap {
    border-right: 6px solid #8A2424;
    padding-right: 20px;
    margin-right: 20px;
  }
  .sect-3 .tit .l-wrap .en {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #C9C9C9;
    text-transform: uppercase;
  }
  .sect-3 .tit .l-wrap .cn {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 28px;
    color: #373737;
    letter-spacing: 4px;
  }
  .sect-3 .tit .txt {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #ACACAC;
    line-height: 26px;
    width: 50%;
  }
  .sect-3 .wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(9, 1fr);
    width: 100%;
    aspect-ratio: 149/72;
    margin-top: 40px;
    gap: 30px;
  }
  .sect-3 .wrap .item {
    background-color: #fff;
    overflow: hidden;
  }
  .sect-3 .wrap .item:hover {
    box-shadow: 0 0 3px #00000020;
  }
  .sect-3 .wrap .item:hover img {
    scale: 1.02;
  }
  .sect-3 .wrap .item .span {
    padding: 20px;
    font-family: Source Hanx Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
  }
  .sect-3 .wrap .item .span span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .sect-3 .wrap .item:first-child {
    grid-column: 1/3;
    grid-row: 1/6;
    position: relative;
  }
  .sect-3 .wrap .item:first-child .span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 78px;
    line-height: 78px;
    padding: 0 36px;
    background: linear-gradient(180deg, rgba(183, 183, 183, 0) 0%, #000000 100%);
    color: #FFFFFF;
  }
  .sect-3 .wrap .item:first-child .span span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .sect-3 .wrap .item:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sect-3 .wrap .item:nth-child(2) {
    grid-row: 1/5;
  }
  .sect-3 .wrap .item:nth-child(3) {
    grid-row: 1/5;
  }
  .sect-3 .wrap .item:nth-child(4) {
    grid-row: 6/10;
  }
  .sect-3 .wrap .item:nth-child(5) {
    grid-row: 6/10;
  }
  .sect-3 .wrap .item:last-child {
    grid-column: 3/5;
    grid-row: 5/10;
    position: relative;
  }
  .sect-3 .wrap .item:last-child .span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 78px;
    line-height: 78px;
    padding: 0 36px;
    background: linear-gradient(180deg, rgba(183, 183, 183, 0) 0%, #000000 100%);
    color: #FFFFFF;
  }
  .sect-3 .wrap .item:last-child .span span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .sect-3 .wrap .item:last-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sect-3 .wrap .item img {
    width: 100%;
    aspect-ratio: 35/20;
    object-fit: cover;
    display: block;
    transition: all 0.3s linear;
  }
  .sect-4 {
    margin: 0 auto;
    padding: 100px 0;
    width: 1170px;
  }
  .sect-4 .tit {
    display: flex;
    align-items: center;
  }
  .sect-4 .tit .l-wrap {
    border-right: 6px solid #8A2424;
    padding-right: 20px;
    margin-right: 20px;
  }
  .sect-4 .tit .l-wrap .en {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #C9C9C9;
    text-transform: uppercase;
  }
  .sect-4 .tit .l-wrap .cn {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 28px;
    color: #373737;
    letter-spacing: 4px;
  }
  .sect-4 .tit .txt {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #ACACAC;
    line-height: 26px;
    width: 50%;
  }
  .sect-4 .tit .switch-box {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .sect-4 .tit .switch-box > div {
    width: 45px;
    height: 45px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    cursor: pointer;
    transition: all 0.3s linear;
  }
  .sect-4 .tit .switch-box > div:hover {
    background: #8A2424;
  }
  .sect-4 .tit .switch-box > div:hover img {
    content: url("../img/arw.png");
  }
  .sect-4 .tit .switch-box > div img {
    width: 8px;
  }
  .sect-4 .tit .switch-box .right img {
    rotate: 180deg;
  }
  .sect-4 .wrap {
    margin-top: 40px;
  }
  .sect-4 .wrap .swiper {
    width: 100%;
    overflow-x: hidden;
  }
  .sect-4 .wrap .swiper .swiper-slide {
    position: relative;
    aspect-ratio: 35/47;
  }
  .sect-4 .wrap .swiper .swiper-slide:hover .name {
    opacity: 1;
    visibility: visible;
  }
  .sect-4 .wrap .swiper .swiper-slide .main {
    width: 100%;
    aspect-ratio: 35/47;
  }
  .sect-4 .wrap .swiper .swiper-slide .main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .sect-4 .wrap .swiper .swiper-slide .name {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    position: absolute;
    left: 0;
    top: 0;
    background: #8A242499;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 80px 36px 40px;
    box-sizing: border-box;
  }
  .sect-4 .wrap .swiper .swiper-slide .name .n-tit {
    font-size: 22px;
  }
  .sect-4 .wrap .swiper .swiper-slide .name .btn {
    width: 160px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
  }
  .sect-4 .wrap .swiper .swiper-slide .name .btn img {
    rotate: 180deg;
    width: 8px;
    height: auto;
  }
  .sect-5 {
    margin: 0 auto;
    padding: 100px 0;
    width: 1170px;
  }
  .sect-5 .tit {
    display: flex;
    align-items: center;
  }
  .sect-5 .tit .l-wrap {
    border-right: 6px solid #8A2424;
    padding-right: 20px;
    margin-right: 20px;
  }
  .sect-5 .tit .l-wrap .en {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #C9C9C9;
    text-transform: uppercase;
  }
  .sect-5 .tit .l-wrap .cn {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 28px;
    color: #373737;
    letter-spacing: 4px;
  }
  .sect-5 .tit .txt {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #ACACAC;
    line-height: 26px;
    width: 50%;
  }
  .sect-5 .tit .more {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .sect-5 .tit .more .btn {
    width: 166px;
    height: 48px;
    border: 1px solid #A2A2A2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s linear;
  }
  .sect-5 .tit .more .btn:hover {
    background: #8A2424;
    color: #fff;
  }
  .sect-5 .wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .sect-5 .wrap .item {
    margin-top: 40px;
    width: calc(100% / 3 - (80px / 3));
    margin-right: 40px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    border-bottom: 1px solid #EBEBEB;
    transition: all 0.3s linear;
  }
  .sect-5 .wrap .item:hover {
    border-bottom: 1px solid #8A2424;
    color: #8A2424;
  }
  .sect-5 .wrap .item:nth-child(3n) {
    margin-right: 0;
  }
  .sect-5 .wrap .item .main {
    width: 100%;
    aspect-ratio: 47/30;
  }
  .sect-5 .wrap .item .main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .sect-5 .wrap .item .txt {
    padding: 30px 20px 32px 0;
  }
  .sect-7 {
    width: 1170px;
  }
}
@media (min-width: 1520px) {
  .sect-2 .warp {
    width: 1490px;
  }
  .sect-3 {
    margin: 0 auto;
    padding: 100px 0;
    width: 1490px;
  }
  .sect-3 .tit {
    display: flex;
    align-items: center;
  }
  .sect-3 .tit .l-wrap {
    border-right: 6px solid #8A2424;
    padding-right: 20px;
    margin-right: 20px;
  }
  .sect-3 .tit .l-wrap .en {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #C9C9C9;
    text-transform: uppercase;
  }
  .sect-3 .tit .l-wrap .cn {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 28px;
    color: #373737;
    letter-spacing: 4px;
  }
  .sect-3 .tit .txt {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #ACACAC;
    line-height: 26px;
    width: 50%;
  }
  .sect-3 .wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(9, 1fr);
    width: 100%;
    aspect-ratio: 149/72;
    margin-top: 40px;
    gap: 30px;
  }
  .sect-3 .wrap .item {
    background-color: #fff;
    overflow: hidden;
  }
  .sect-3 .wrap .item:hover {
    box-shadow: 0 0 3px #00000020;
  }
  .sect-3 .wrap .item:hover img {
    scale: 1.02;
  }
  .sect-3 .wrap .item .span {
    padding: 24px;
    font-family: Source Hanx Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
  }
  .sect-3 .wrap .item:first-child {
    grid-column: 1/3;
    grid-row: 1/6;
    position: relative;
  }
  .sect-3 .wrap .item:first-child .span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 72px);
    height: 78px;
    line-height: 78px;
    padding: 0 36px;
    background: linear-gradient(180deg, rgba(183, 183, 183, 0) 0%, #000000 100%);
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .sect-3 .wrap .item:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sect-3 .wrap .item:nth-child(2) {
    grid-row: 1/5;
  }
  .sect-3 .wrap .item:nth-child(3) {
    grid-row: 1/5;
  }
  .sect-3 .wrap .item:nth-child(4) {
    grid-row: 6/10;
  }
  .sect-3 .wrap .item:nth-child(5) {
    grid-row: 6/10;
  }
  .sect-3 .wrap .item:last-child {
    grid-column: 3/5;
    grid-row: 5/10;
    position: relative;
  }
  .sect-3 .wrap .item:last-child .span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 72px);
    height: 78px;
    line-height: 78px;
    padding: 0 36px;
    background: linear-gradient(180deg, rgba(183, 183, 183, 0) 0%, #000000 100%);
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .sect-3 .wrap .item:last-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sect-3 .wrap .item img {
    width: 100%;
    aspect-ratio: 35/20;
    object-fit: cover;
    display: block;
    transition: all 0.3s linear;
  }
  .sect-4 {
    margin: 0 auto;
    padding: 100px 0;
    width: 1490px;
  }
  .sect-4 .tit {
    display: flex;
    align-items: center;
  }
  .sect-4 .tit .l-wrap {
    border-right: 6px solid #8A2424;
    padding-right: 20px;
    margin-right: 20px;
  }
  .sect-4 .tit .l-wrap .en {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #C9C9C9;
    text-transform: uppercase;
  }
  .sect-4 .tit .l-wrap .cn {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 28px;
    color: #373737;
    letter-spacing: 4px;
  }
  .sect-4 .tit .txt {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #ACACAC;
    line-height: 26px;
    width: 50%;
  }
  .sect-4 .tit .switch-box {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .sect-4 .tit .switch-box > div {
    width: 45px;
    height: 45px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    cursor: pointer;
    transition: all 0.3s linear;
  }
  .sect-4 .tit .switch-box > div:hover {
    background: #8A2424;
  }
  .sect-4 .tit .switch-box > div:hover img {
    content: url("../img/arw.png");
  }
  .sect-4 .tit .switch-box > div img {
    width: 8px;
  }
  .sect-4 .tit .switch-box .right img {
    rotate: 180deg;
  }
  .sect-4 .wrap {
    margin-top: 40px;
  }
  .sect-4 .wrap .swiper {
    width: 100%;
    overflow-x: hidden;
  }
  .sect-4 .wrap .swiper .swiper-slide {
    position: relative;
    aspect-ratio: 35/47;
  }
  .sect-4 .wrap .swiper .swiper-slide:hover .name {
    opacity: 1;
    visibility: visible;
  }
  .sect-4 .wrap .swiper .swiper-slide .main {
    width: 100%;
    aspect-ratio: 35/47;
  }
  .sect-4 .wrap .swiper .swiper-slide .main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .sect-4 .wrap .swiper .swiper-slide .name {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    position: absolute;
    left: 0;
    top: 0;
    background: #8A242499;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 100px 40px 40px;
    box-sizing: border-box;
  }
  .sect-4 .wrap .swiper .swiper-slide .name .n-tit {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-size: 24px;
  }
  .sect-4 .wrap .swiper .swiper-slide .name .btn {
    width: 160px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
  }
  .sect-4 .wrap .swiper .swiper-slide .name .btn img {
    rotate: 180deg;
    width: 8px;
    height: auto;
  }
  .sect-5 {
    margin: 0 auto;
    padding: 100px 0;
    width: 1490px;
  }
  .sect-5 .tit {
    display: flex;
    align-items: center;
  }
  .sect-5 .tit .l-wrap {
    border-right: 6px solid #8A2424;
    padding-right: 20px;
    margin-right: 20px;
  }
  .sect-5 .tit .l-wrap .en {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #C9C9C9;
    text-transform: uppercase;
  }
  .sect-5 .tit .l-wrap .cn {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 28px;
    color: #373737;
    letter-spacing: 4px;
  }
  .sect-5 .tit .txt {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #ACACAC;
    line-height: 26px;
    width: 50%;
  }
  .sect-5 .tit .more {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .sect-5 .tit .more .btn {
    width: 166px;
    height: 48px;
    border: 1px solid #A2A2A2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s linear;
  }
  .sect-5 .tit .more .btn:hover {
    background: #8A2424;
    color: #fff;
  }
  .sect-5 .wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .sect-5 .wrap .item {
    margin-top: 40px;
    width: calc(100% / 3 - (80px / 3));
    margin-right: 40px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    border-bottom: 1px solid #EBEBEB;
    transition: all 0.3s linear;
  }
  .sect-5 .wrap .item:hover {
    border-bottom: 1px solid #8A2424;
    color: #8A2424;
  }
  .sect-5 .wrap .item:nth-child(3n) {
    margin-right: 0;
  }
  .sect-5 .wrap .item .main {
    width: 100%;
    aspect-ratio: 47/30;
  }
  .sect-5 .wrap .item .main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .sect-5 .wrap .item .txt {
    padding: 30px 20px 32px 0;
  }
  .sect-6 {
    aspect-ratio: 192/65;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas: "item-1 item-1 item-1 item-2 item-2 item-3 item-3 item-3 item-3" "item-1 item-1 item-1 item-4 item-4 item-3 item-3 item-3 item-3" "item-1 item-1 item-1 item-5 item-5 item-6 item-6 item-7 item-7";
  }
  .sect-6 .item-1 {
    grid-area: item-1;
  }
  .sect-6 .item-2 {
    grid-area: item-2;
  }
  .sect-6 .item-3 {
    grid-area: item-3;
  }
  .sect-6 .item-4 {
    grid-area: item-4;
  }
  .sect-6 .item-5 {
    grid-area: item-5;
  }
  .sect-6 .item-6 {
    grid-area: item-6;
  }
  .sect-6 .item-7 {
    grid-area: item-7;
  }
  .sect-6 > div {
    cursor: pointer;
    overflow: hidden;
  }
  .sect-6 > div:hover:not(.item-1) img {
    scale: 1.02;
    filter: contrast(80%);
  }
  .sect-6 > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.3s linear;
  }
  .sect-6 .item-3 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sect-6 .item-1 {
    position: relative;
  }
  .sect-6 .item-1 .txt-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 120px 70px 0 150px;
    box-sizing: border-box;
  }
  .sect-6 .item-1 .txt-box .tit {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
  }
  .sect-6 .item-1 .txt-box .content {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #DCDCDC;
    line-height: 26px;
    margin-top: 20px;
  }
  .sect-6 .item-1 .txt-box .more {
    display: flex;
    align-items: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #BEBEBE;
    margin-top: 20px;
  }
  .sect-6 .item-1 .txt-box .more img {
    width: 6px;
    rotate: 180deg;
    margin-left: 4px;
  }
  .sect-6 .item-1 .txt-box .btn-box {
    display: flex;
    margin-top: 80px;
  }
  .sect-6 .item-1 .txt-box .btn-box > div {
    width: 110px;
    height: 36px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    transition: all 0.3s linear;
    margin-right: 12px;
  }
  .sect-6 .item-1 .txt-box .btn-box > div:hover {
    color: #8A2424;
    background-color: #fff;
  }
  .sect-7 {
    width: 1490px;
  }
}
/*# sourceMappingURL=second.css.map */