/* 首页样式 */
.pageIndex img {
  width: 100%;
}
.ggTitle .title {
  font-size: 3.07vw;
  color: var(--active-color);
  font-family: Montserrat-SemiBold;
}
.ggTitle .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background: var(--active-color);
  margin: 20px 0 0;
}
.ggTitle.tc {
  text-align: center;
}
/* ==================== Banner区域 ==================== */
.banner .swiper img {
  width: 100%;
}
.banner .swiper-slide {
  position: relative;
}
.banner .swiper-slide .posBox {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
.banner .swiper-slide .posBox .text {
  font-family: Montserrat-SemiBold;
}
.banner .swiper-slide .posBox .text .p1 {
  font-size: 1.875vw;
  color: var(--active-color);
  font-family: inherit;
}
.banner .swiper-slide .posBox .text .p2 {
  font-size: 4.11vw;
  color: #F9EAAE;
  font-family: inherit;
  line-height: calc(96/79);
}
.banner .swiper-slide .posBox .text .shadow {
  text-shadow: 3px 0px 0 #000, 4px 0 0 #F9EAAE;
  margin: 10px 0 -15px;
}
.banner .swiper-slide .posBox .text .ggMore {
  margin-top: 5.2vw;
  margin-left: 15px;
}
.banner .swiper .pagination {
  position: absolute;
  bottom: 10%;
  left: 0%;
  width: 100%;
  z-index: 2;
}
.banner .swiper-pagination {
  position: static;
  font-size: 0;
  text-align: left;
  width: calc(100% - var(--w-padding));
}
.banner .swiper-pagination-bullet {
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-color: var(--deputy-color);
  --swiper-pagination-bullet-width: 28px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  border-radius: 4px;
}
.section1 .list {
  display: flex;
  flex-wrap: wrap;
}
.section1 .list .item {
  display: flex;
  align-items: stretch;
  width: 50%;
  overflow: hidden;
  background: #20201E;
  transition: background 0.3s;
}
.section1 .list .item .text {
  padding: 50px 50px 40px;
  width: 50%;
  position: relative;
}
.section1 .list .item .text .icon1 {
  width: 72px;
  filter: brightness(270%);
  transition: filter 0.3s;
  opacity: 0.8;
}
.section1 .list .item .text .icon2 {
  position: absolute;
  width: 200px;
  opacity: 0;
  transition: opacity 0.3s;
  right: 0;
  bottom: -100px;
}
.section1 .list .item .text .desc {
  margin-top: 16px;
  font-size: 18px;
  color: var(--deputy-color);
}
.section1 .list .item .text .ggMore {
  margin-top: 3.5vw;
}
.section1 .list .item .img {
  width: 50%;
  aspect-ratio: 480/340;
}
.section1 .list .item:hover {
  background: var(--active-color);
}
.section1 .list .item:hover .text .icon1 {
  filter: brightness(100%);
}
.section1 .list .item:hover .text .icon2 {
  opacity: 0.2;
}
.section1 .list .item:hover .text .desc {
  color: #320F00;
}
.section1 .list .item:hover .text .ggMore {
  color: #9E7B3F;
}
.section1 .list .item:hover .text .ggMore::before {
  background: linear-gradient(90deg, #9E7B3F, #0000);
}
.section1 .list .item:hover .img img {
  animation: shake 1.2s linear infinite;
}
.section2 .Box {
  gap: 32px;
}
.section2 .Box .left {
  width: 325px;
}
.section2 .Box .left .title {
  font-size: 30px;
  color: #320F00;
  background-color: #DDAD52;
  padding: 34px 20px 32px 40px;
}
.section2 .Box .left .title .icon {
  font-size: inherit;
}
.section2 .Box .left .list {
  border: 1px solid rgba(216, 175, 95, 0.2);
  border-bottom: none;
}
.section2 .Box .left .list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 97px;
  position: relative;
  font-size: 18px;
  color: var(--deputy-color);
}
.section2 .Box .left .list .item::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: 0;
  background: linear-gradient(90deg, #0000 0%, rgba(216, 175, 95, 0.5) 50%, #0000 100%);
}
.section2 .Box .left .list .item.active,
.section2 .Box .left .list .item:hover {
  color: var(--active-color);
}
.section2 .Box .left .list .item.active::after,
.section2 .Box .left .list .item:hover::after {
  background-color: var(--active-color);
}
.section2 .Box .right {
  flex: 1;
}
.section2 .Box .right .list .item {
  border: 1px solid;
  border-image: linear-gradient(180deg, rgba(216, 175, 95, 0), rgba(216, 175, 95, 0.2)) 1 1;
  background: #202020;
}
.section2 .Box .right .list .item .img {
  aspect-ratio: 393/330;
  text-align: center;
}
.section2 .Box .right .list .item .text {
  position: relative;
  padding: 25px 20px;
  text-align: center;
}
.section2 .Box .right .list .item .text::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #0000 0%, rgba(216, 175, 95, 0.5) 50%, #0000 100%);
}
.section2 .Box .right .list .item .text .name {
  font-size: 22px;
  color: var(--deputy-color);
}
.section2 .Box .right .list .item .text .desc {
  margin-top: 16px;
  font-size: 17px;
  color: #fff;
  opacity: 0.8;
}
.section2 .Box .right .list .item:hover .img img {
  transform: scale(1.08);
}
.section2 .Box .right .list .item:hover .text {
  background: var(--active-color);
}
.section2 .Box .right .list .item:hover .text .name {
  color: #320F00;
}
.section2 .Box .right .list .item:hover .text .desc {
  color: #320F00;
  opacity: 0.6;
}
.section3 {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  background-image: url(../static/bg.jpg);
}
.section3 .bgBox {
  background-color: rgba(26, 26, 27, 0.9);
}
.section3 .Desc {
  max-width: 996px;
  margin: 26px auto 0;
  font-size: 18px;
  color: var(--deputy-color);
  line-height: calc(27/18);
}
.section3 .list .item {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.section3 .list .item .data {
  font-size: 4.16vw;
  background: var(--bg-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section3 .list .item .p1 {
  font-size: 18px;
  color: #FFF8D4;
}
.section3 .list .item .p2 {
  font-size: 18px;
  color: #FFFFFF;
  opacity: 0.5;
  margin-top: 2px;
}
.section3 .list .line {
  width: 1px;
  height: 87px;
  background: #FCE7A4;
  opacity: 0.3;
}
.section3 .swiperBox {
  padding: 48px 34px;
  background: #202020;
  border: 1px solid;
  border-image: linear-gradient(180deg, rgba(216, 175, 95, 0), rgba(216, 175, 95, 0.2)) 1 1;
}
.section3 .swiperBox .swiper {
  padding-bottom: 60px;
}
.section3 .swiperBox .swiper-slide .img {
  aspect-ratio: 368/275;
}
.section3 .swiperBox .swiper-slide .name {
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  opacity: 0.5;
  margin-top: 20px;
  font-family: Montserrat-Regular;
}
.section3 .swiperBox .swiper-slide:hover .img img {
  transform: scale(1.08);
}
.section3 .swiperBox .swiper-pagination {
  font-size: 0;
}
.section3 .swiperBox .swiper-pagination-bullet {
  --swiper-pagination-bullet-inactive-color: #F2F2F2;
  --swiper-pagination-color: var(--bg-color);
  --swiper-pagination-bullet-width: 25px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  border-radius: 4px;
}
.section3 .swiperBox .swiper-pagination-bullet-active {
  --swiper-pagination-bullet-width: 36px;
}
.section4 .bgBox {
  background-color: rgba(26, 26, 27, 0.7);
}
.section4 .bgBox .wrapper {
  min-height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: space-around;
  position: relative;
  z-index: 2;
}
.section4 .bgBox .wrapper .mask {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: calc(100% / 6);
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(4px);
  transition: left 0.3s;
}
.section4 .bgBox .wrapper .text .desc {
  max-width: 944px;
  font-size: 18px;
  color: var(--deputy-color);
  line-height: calc(27/18);
  font-family: Montserrat-Regular;
}
.section4 .bgBox .wrapper .list .item {
  padding: 32px 10px;
  text-align: center;
}
.section4 .bgBox .wrapper .list .item .img img {
  width: 100px;
  filter: brightness(260%);
}
.section4 .bgBox .wrapper .list .item .name {
  font-size: 19px;
  font-family: Montserrat-Regular;
  color: var(--deputy-color);
  margin-top: 10px;
}
.section4 .bgBox .wrapper .list .item .line {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: var(--bg-color);
}
.section5 .top .types {
  gap: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.section5 .top .types a {
  font-size: 18px;
  color: #FFFFFF;
  opacity: 0.8;
}
.section5 .top .types a:hover,
.section5 .top .types a.active {
  color: var(--deputy-color);
  opacity: 1;
}
.section5 .allBox .box {
  display: none;
}
.section5 .allBox .box:first-child {
  display: block;
}
.section5 .allBox .box .list .item {
  background: #202020;
}
.section5 .allBox .box .list .item .img {
  aspect-ratio: 508/334;
}
.section5 .allBox .box .list .item .text {
  padding: 36px 40px;
  position: relative;
}
.section5 .allBox .box .list .item .text .date {
  position: absolute;
  left: 40px;
  top: -36px;
  background-color: var(--active-color);
  color: #320F00;
  padding: 15px 34px;
}
.section5 .allBox .box .list .item .text .name {
  font-size: 22px;
  color: #FFFFFF;
}
.section5 .allBox .box .list .item .text .desc {
  font-size: 18px;
  color: #FFFFFF;
  opacity: 0.8;
  margin-top: 20px;
  font-family: Montserrat-Regular;
}
.section5 .allBox .box .list .item .text .more {
  font-size: 18px;
  color: #FFFFFF;
  opacity: 0.8;
  margin-top: 20px;
  font-family: Montserrat-Regular;
}
.section5 .allBox .box .list .item:hover .img img {
  animation: shake 1.2s linear infinite;
}
.section5 .allBox .box .list .item:hover .text .name {
  color: var(--active-color);
}
@media screen and (max-width: 1024px) {
  .section1 .list .item {
    width: 100%;
  }
  .section1 .list .item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .section2 .Box .left {
    display: none;
  }
  .section3 .list .line {
    display: none;
  }
  .section3 .list .item .p1,
  .section3 .list .item .p2 {
    font-size: 16px;
  }
  .section3 .swiperBox {
    padding: calc(var(--w-padding)/2);
  }
  .section3 .swiperBox .swiper {
    padding-bottom: 34px;
  }
  .section3 .swiperBox .swiper-slide .name {
    font-size: 16px;
  }
  .section3 .swiperBox .swiper-pagination-bullet {
    --swiper-pagination-bullet-width: 20px;
    --swiper-pagination-bullet-height: 5px;
  }
  .section4 .bgBox .wrapper {
    min-height: auto;
  }
  .section4 .bgBox .wrapper .mask {
    display: none;
  }
  .section4 .bgBox .wrapper .list .item .img img {
    width: 80px;
  }
  .section4 .bgBox .wrapper .list .item.active {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
  }
  .section5 .allBox .box .list {
    gap: calc(var(--w-padding)/2);
  }
  .section5 .allBox .box .list .item {
    display: flex;
    flex-wrap: wrap;
  }
  .section5 .allBox .box .list .item .img {
    width: 300px;
  }
  .section5 .allBox .box .list .item .text {
    flex: 1;
    padding: calc(var(--w-padding)/2);
  }
  .section5 .allBox .box .list .item .text .name {
    font-size: 20px;
  }
  .section5 .allBox .box .list .item .text .date {
    position: static;
    background: #0000;
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 10px;
  }
  .section5 .allBox .box .list .item .text .desc {
    margin-top: 10px;
  }
  .section5 .allBox .box .list .item .text .more {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ggTitle .title {
    font-size: 24px;
  }
  .ggTitle .line {
    width: 60px;
    height: 3px;
    margin: 10px 0 0;
  }
  .section1 .list .item .text {
    padding: calc(var(--w-padding)/2);
  }
  .section1 .list .item .text .icon1 {
    width: 54px;
  }
  .section1 .list .item .text .icon2 {
    width: 46%;
    bottom: -30%;
  }
  .section1 .list .item .text .desc {
    font-size: 16px;
  }
  .section3 .list .item .p1,
  .section3 .list .item .p2 {
    font-size: 14px;
  }
  .section4 .bgBox .wrapper .text .desc {
    font-size: 16px;
  }
  .section4 .bgBox .wrapper {
    gap: calc(var(--w-padding)/2);
  }
  .section4 .bgBox .wrapper .list .item {
    padding: 10px;
  }
  .section4 .bgBox .wrapper .list .item .img img {
    width: 60px;
  }
  .section4 .bgBox .wrapper .list .item .name {
    font-size: 16px;
    margin-top: 2px;
  }
  .section4 .bgBox .wrapper .list .item .line {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .ggTitle {
    font-size: 0;
  }
  .ggTitle .title {
    font-size: 20px;
  }
  .ggTitle .line {
    width: 50px;
    height: 2px;
    margin: 5px 0 0;
  }
  .banner .swiper-slide .posBox .text .p2 {
    line-height: 1.5;
  }
  .banner .swiper-slide .posBox .text .p2.shadow {
    margin: 5px 0 0;
    text-shadow: none;
  }
  .banner .swiper-slide .posBox .text .ggMore {
    display: none;
  }
  .banner .swiper .pagination {
    bottom: 10px;
  }
  .banner .swiper-pagination {
    text-align: center;
  }
  .banner .swiper-pagination-bullet {
    --swiper-pagination-bullet-width: 20px;
    --swiper-pagination-bullet-height: 4px;
  }
  .section1 .list .item .text .icon1 {
    width: 42px;
  }
  .section1 .list .item .text .ggMore {
    display: none;
  }
  .section1 .list .item .text .desc {
    font-size: 14px;
    margin-top: 7px;
  }
  .section2 .Box .right .list .item .text {
    padding: 12px 10px;
  }
  .section2 .Box .right .list .item .text .name {
    font-size: 16px;
  }
  .section2 .Box .right .list .item .text .desc {
    font-size: 14px;
    margin-top: 4px;
  }
  .section3 .Desc {
    margin-top: 10px;
    font-size: 16px;
  }
  .section3 .list {
    gap: 10px;
  }
  .section3 .list .item {
    width: calc(50% - 5px);
    flex: none;
    align-items: center;
  }
  .section3 .list .item .data {
    font-size: 28px;
  }
  .section3 .swiperBox .swiper-slide .name {
    margin-top: 10px;
  }
  .section3 .swiperBox .swiper {
    padding-bottom: 15px;
  }
  .section3 .swiperBox .swiper-pagination {
    bottom: 0;
  }
  .section3 .swiperBox .swiper-pagination-bullet {
    --swiper-pagination-bullet-width: 16px;
    --swiper-pagination-bullet-height: 4px;
  }
  .section4 {
    background-attachment: unset;
  }
  .section4 .bgBox .wrapper .text .desc {
    font-size: 15px;
  }
  .section5 .top .types {
    display: none;
  }
  .section5 .allBox .box .list .item .img {
    width: 100%;
  }
  .section5 .allBox .box .list .item .text .name {
    font-size: 18px;
  }
  .section5 .allBox .box .list .item .text .date {
    font-size: 14px;
  }
  .section5 .allBox .box .list .item .text .desc {
    font-size: 15px;
  }
}
