* {
  margin: 0;
  padding: 0;
}

a {
  color: #000000;
  text-decoration: none;
}

a img {
  border: none;
}

a:focus {
  outline: none;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

:root {
  --window-100: 100vw;
  --window-90: 90vw;
  --window-80: 80vw;
  --window-70: 70vw;
  --window-60: 60vw;
  --window-50: 50vw;
  --window-40: 40vw;
  --window-30: 30vw;
  --window-16: 16vw;
  --window-20: 16vw;
  --window-10: 10vw;
  --fontAColor: #000000;
  --basicAcolor: #000000;
  --basic20: 20%;
}

img {
  border: none;
}

input,
select,
textarea {
  outline: 0;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em {
  font-weight: normal;
  font-style: normal;
}

ul,
ol,
dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
  overflow: hidden;
  background: rgba(201, 5, 5, 0.8);
}
.fl{
    float: left;
}

.fr{
    float: right;
}

body {
  height: 100%;
  overflow: hidden;
  font-family: "microsoft yahei";
  background: rgba(201, 5, 5, 0.8);
  font-size: 22px;
}

p {
  line-height: 1.8;
  font-size:2.5rem;
}

.disFlex {
  display: -moz-box;
  /*firefox*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-box;
  /*Safari*/
  display: -webkit-flex;
  /*Chrome*/
  display: box;
  display: flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.swiper {
  width: 100%;
  height: auto;
}

.swiper-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left,
.right {
  width: 50%;
}

.BG {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }

  50% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateRe {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }

  50% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes rotateRe {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }

  50% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.ani-rotate-inner {
  -webkit-animation: rotate 2s ease-in-out both;
  animation: rotate 2s ease-in-out both;
}

.ani-rotate-middle {
  -webkit-animation: rotate 2s 0.16s ease-in-out both;
  animation: rotate 2s 0.16s ease-in-out both;
}

.ani-rotate-outer {
  -webkit-animation: rotate 2s 0.32s ease-in-out both;
  animation: rotate 2s 0.32s ease-in-out both;
}

.ani-rotate-inner-re {
  -webkit-animation: rotateRe 2s ease-in-out both;
  animation: rotateRe 2s ease-in-out both;
}

.ani-rotate-middle-re {
  -webkit-animation: rotateRe 2s 0.16s ease-in-out both;
  animation: rotateRe 2s 0.16s ease-in-out both;
}

.ani-rotate-outer-re {
  -webkit-animation: rotateRe 2s 0.32s ease-in-out both;
  animation: rotateRe 2s 0.32s ease-in-out both;
}

.main {
  width: 100%;
  height: 100%;
  /* max-width: 1920px; */
  min-width: 1460px;
  margin-left: auto;
  margin-right: auto;
}
/* ��һ���� */
.page-home {
  width: 100%;
  height: 100%;
  position: relative;
}

.page-home .rotateBox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.page-home .rotateBox .outer {
  position: absolute;
  width: 2300px;
  height: 2300px;
  z-index: 1;
  left: 50%;
  top: 50%;
  margin: -1150px 0 0 -1150px;
  transition: background-image 1.5s ease-in-out;
  -webkit-transition: background-image 1.5s ease-in-out;
  transform: translateZ(0) rotate(360deg);
  -webkit-transform: translateZ(0) rotate(360deg);
  background-image: url("../img/pic1-2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}



.element-wrap {
  width: 1460px;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top:80%;
  z-index: 3;
  text-align: center;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
  justify-content: center;
  align-items: center;
}



.element-wrap #details {
  /* position: absolute; */
  /* left: 650px;
  top: 190px; */
  width: 180px;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  cursor: pointer;
  text-align: center;
  letter-spacing: 6px;
  border: 1px solid #FFF;
  border-radius: 20px;
  z-index: 5;
  margin-top: 4rem;
}
.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: 1;
}




.mouse {
  display: none;
  position: absolute;
  width: 150px;
  height: 13rem;
  left: 50%;
  bottom: 15%;
  text-align: center;
  color: #FFF;
  margin: 0 auto;
  z-index: 3;
  transform: translateX(-50%);
  animation: moveMouse 1.5s infinite;
}

@keyframes moveMouse {
  0% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-15px);
  }

  100% {
    transform: translateX(-50%) translateY(0);
  }
}

.mouse img {
  width: 49px;
  height: 87px;
  display: block;
  margin: 0 auto;
}


.video-box {
  position: relative;
  width: 100%;
  height: auto;
}

.video-box video {
  width: 100%;
  height: auto;

}

.video-box .poster {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
}

.video-box .poster img {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.video-box .poster img:nth-of-type(1) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-box .poster img:nth-of-type(2) {
  width: 6rem;
  height: 6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*page-content*/
.page-content {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.8);
}

.mainSwiper {
  width: 100%;
  height: 100%;
}

.mainSwiper>.swiper-wrapper>.swiper-slide .mod-01 {
  background-image: url("../images/bg2.png");
}

.mainSwiper>.swiper-wrapper>.swiper-slide .mod-02 {
  background-image: url("../images/bg3.png");
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.mainSwiper>.swiper-wrapper>.swiper-slide .mod-03 {
  background-image: url("../images/bg4.png");
}

.mainSwiper>.swiper-wrapper>.swiper-slide .mod-04 {
  background-image: url("../images/bg5.png");
}

.mainSwiper>.swiper-wrapper>.swiper-slide .mod-05 {
  background-image: url("../images/bg6.png");
}



.mod {
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position-x: center;
  background-position-y: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.container {
  max-width: 1400px;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

strong {
  font-size: 24px;
  line-height: 36px;
}

.news-icon {
    color: #e74c3c;
    margin-right: 10px;
    
}
.flexBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
}

.leftBox {
  width: 50%;
  flex-shrink: 0;
  min-height: 100px;
}

.rightBox {
  width: 50%;
  /*! flex-shrink: 0; */
  min-height: 100px;
}

.thumb {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.thumb img {
  display: block;
  width: 100%;
  height: 100%;
}

.thumb p {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-image: none;
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
  color: rgb(255, 255, 255);
  text-align: center;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left:26px;
  font-size: 18px;
}

.icon {
  background-size: 86.7rem 58.6rem;
  background-image: url('icon.png');
  background-repeat: no-repeat;
}

.swiperPagFraction .swiper-slide .thumb p {
  padding-right: 100px;
  /*! padding-left: 11rem; */
  text-align: left;
}

.swiperPagFraction .swiper-pagination {
  bottom: 10px;
  right: 60px;
  left: auto;
  width:52px;
  font-weight: bolder;
  color: #ffffff;
}

.swiperPagFraction .swiper-pagination span:nth-child(1) {
  color: #ffffff;
}

.swiperPagFraction .swiper-button-prev,
.swiperPagFraction .swiper-button-next {
  bottom: 5px;
  height: 1.8em;
  top: auto;
  color: rgb(255, 255, 255);
}

.swiperPagFraction .swiper-button-prev {
  right: 30px;
  left: auto;
}

.swiperPagFraction .swiper-button-next {
  right: 1rem;
}

.swiper-button-next::after {
  font-size: 2rem;
  font-weight: 900;
}

.swiper-button-prev::after {
  font-size: 2rem;
  font-weight: 900;
}

.text-text p {
  padding-top: 1rem;
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
  /*display: -webkit-box;*/
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
}

.thumbs .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbs .swiper-slide-thumb-active  img{
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: rgb(248, 190, 60);
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: rgb(248, 190, 60);
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgb(248, 190, 60);
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: rgb(248, 190, 60);
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
}

.text-text {
  padding: 1rem;
  
  padding: 2rem;
  /* border-radius: 2rem 0 0 2rem;  */
}

.text-text strong {
  /*! margin-bottom: 1rem; */
}

.navBar {
  position: fixed;
  left: 3rem;
  top: 4rem;
  z-index: 98;
  
}

.navBar:hover {
  cursor: pointer;
}

.nav {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  /* transform: translateY(-50%); */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, .0), rgba(0, 0, 0, 0));
  display: none;
  z-index: 98;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nav ul {
  padding: 4rem 0 4rem 0;
  margin-left: 1.4rem;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #d86c42;
  border-image: linear-gradient(to bottom, rgba(25, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 1;
}

.nav ul li {

  display: block;
  position: relative;
  padding: 1.5rem 0 1.5rem 1.2rem;
  color: #ffffff;

}

.nav ul li span {
  padding: 0.5rem 2.5rem;
  text-align: center;
  border-radius: 05em;
}

.nav ul li:hover {
  cursor: pointer;
}

.nav ul li::before {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-image: none;
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.nav ul li.active::before {
  width: 8px;
  height: 8px;
  background-color: #d86c42;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-image: none;
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
  border: 3px solid #ffffff;
  left: -8px;
}


.nav ul li.nav01.active span {
  background-image:linear-gradient(#ffffeb, #fbe9a6);
    color: #e60012;
}
.nav ul li.nav02.active span {
  background-image:linear-gradient(#ffffeb, #fbe9a6);
  color: #e60012;
}

.nav ul li.nav03.active span {
  background-image:linear-gradient(#ffffeb, #fbe9a6);
    color: #e60012;
}

.nav ul li.nav04.active span {
  background-image:linear-gradient(#ffffeb, #fbe9a6);
    color: #e60012;
}

.nav ul li.nav05.active span {
  background-image:linear-gradient(#ffffeb, #fbe9a6);
    color: #e60012;
}

.nav ul li.nav06.active span {
  background-image:linear-gradient(#ffffeb, #fbe9a6);
    color: #e60012;
}



/*01*/
.mod-01 .container {
  max-width: 1320px;
  background: rgba(255, 255, 255, 0.88);
  padding: 4rem 6rem;
  border-radius: 2rem;
}

.mod-01 .flexBox {
  /*! max-width: 1200px; */
  margin: 0 auto;
  align-items: stretch;
  /*! padding: 4rem 6rem; */
}

.mod-01 .leftBox {
  width: 743px;
  height: 429px;
  flex-shrink: 0;
}

.mod-01 .leftBox .swiper {
  height: 100%;
}




.mod-01 .rightBox {
  width: auto;
  height: 100%;
  align-items: stretch;
  flex-direction: column;

}
.rightBox {
	margin-left: 20px;

}
.news-list {
    width: 100%;
    float: right;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.news-header {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e74c3c;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
}

.news-tag {
    display: inline-block;
    padding: 5px 15px;
    background: #e74c3c;
    color: #fff;
    margin-right: 10px;
    border-radius: 4px;
}

.news-list ul {
    list-style: none;
    text-align: left;  /* ��������� */
}

.news-list li {
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    text-align: left;  /* ȷ���б�������� */
}

.news-list a {
    color: #000;
    text-decoration: none;
    font-size: 22px;
    text-align: left; 

}

.news-desc {
    color: #666;
    font-size: 16px;
    margin-top: 8px;
    padding-left: 20px;
    text-align: left;  /* ȷ��������������� */
}
.news-desc a {
    color: #e74c3c;
    font-size: 18px;

}

.news-desc a:hover {
    color: #b7000e;
    font-size: 18px;

}

.news-icon {
    color: #e74c3c;
    margin-right: 10px;
    
}

.news-list a:hover {
    color: #e74c3c;
}

.news-desc {
    color: #666;
    font-size: 18px;
    margin-top: 8px;
    padding-left: 20px;
}

.news-tag {
    cursor: pointer;
    transition: all 0.3s ease;
    background: #ffe7cc;
    color: #933a21;
}

.news-tag.active {
    background: #e60012;
    color: #fff;
}

.news-content ul {
    display: none;
}

.news-content ul.active {
    display: block;
}

.news-container {
    position: relative;  
}

.more-link {
    position: absolute;
    top:44px;
    right: 34px;
    color: #e74c3c;
    text-decoration: none;
    font-size: 18px;
    padding:10px 20px;
    transition: all 0.3s ease;
}

.more-link:hover {
    background: rgba(231, 76, 60, 0.1);
    color: #c0392b;
}
.banner{
	max-width: 1320px;
	margin: 30px auto;
	position: relative;

}

.banner img{
    width:47%;
}


/*2*/
.mod-02 .swiper-box {
  /* height: auto; */
}

.mod-02 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

}

.mod-02>.container {
  width: 1280px;
  height: 40rem;
  position: relative;
}
.txt{ 
width:100%;
position: absolute;
top:8%;
margin: 0 auto;
left: 0;
right: 0;
text-align:center;


}

.v-ms{ width: 100%;}
.titleSmall {
  text-align: center;
  /*! width: 26.1rem; */
  /*! position: absolute; */
}

.titleSmall .title-img {
  display: block;
  width: 26.1rem;
  height: 33.4rem;
  top: -17.2rem;
  background-image: url('icon.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-top: 2.5rem;
}

.more {
  color: #ffffff;
}

 .more span {
  display: inline-block;
  width: 1.8rem;
  height: 1.4rem;
  background-position: -2.8rem -55.5rem;
  margin-left: 1rem;

}



.mod-02 .rightBox {
  width: 383px;
  height: 216px;
  border-radius: 2rem;
  overflow: hidden;
}


#carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding:1% 0;
}

.mod-02 .swiper-box{
  height: auto !important;
}

/* #carousel .swiper */
#carousel .swiper {
  overflow: visible;
  /*! padding-top: 20px; */
  /*! padding-bottom: 40px; */
}

#carousel .swiper-wrapper {}

#carousel .swiper-slide {
  width: 20%;
  /* max-height: 74rem; */
  min-height: 66rem;
  padding:10px;
  box-shadow: 0 8px 20px rgba(26, 139, 241, .6);
  box-sizing: border-box;

}

#carousel .swiper-slide a {
  display: block;
  border: 0.6rem rgba(255, 255, 255, .4) solid;
  border-radius: 6px;
}

#carousel .swiper-slide img {
  display: block;
  width: 100%;
}

#carousel .swiper-slide .text-text {
  padding: 2rem 0 0 0;
}

#carousel .swiper-slide .text-text strong {
  font-size: 26px;
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
  color: #ffffff;
  margin-bottom: 5px;
}

#carousel .swiper-slide .text-text p {
  /*-webkit-line-clamp: 4;*/
  color: #ffffff;
  font-size: 22px;
  font-family: sans-serif;
}

#carousel .swiper-slide.on {
  background: rgba(255, 0, 0, 0.8);
  border-radius: 6px 6px 0 0;
}

#carousel .swiper-slide.on a {
  border: 0.6rem rgba(255, 255, 255, 0) solid;
}

#carousel .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#carousel .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  background-color: #e8f5ff;
  width: 20px;
  height: 10px;
  opacity: 1;
  border-radius: 5px;
}

#carousel .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #3eb2f3;
  width: 35px;
}

#carousel .swiper-button-prev,
#carousel .swiper-button-next {
  position: absolute;
  top:65%;
  width: 5.2rem;
  height: 5.2rem;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 2px #ffffff solid;
  /*! bottom: 0; */
}

#carousel .swiper-button-prev {
  left: 48%;
  margin-left: -300px;
}

#carousel .swiper-button-next {
  right: 48%;
  margin-right: -300px;
}

#carousel .swiper-button-prev::after,
#carousel .swiper-button-next::after {
  color: #ffffff;

}

/* 音频播放区域 */
.audio-s {
  width: 100%;
  padding: 10px;
  margin: 20px auto;
  max-width: 1200px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}

.music-container {
  background: url("../images/m-bg.jpg");
  border-radius: 100px;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  padding: 20px 30px;
  position: relative;
  margin: 30px 0;
  z-index: 10;
  align-items: center;
  flex: 0 0 30%;
}

.img-container {
  position: relative;
  width: 110px;
  margin-right: 30px;
}

.img-container img {
  border-radius: 50%;
  object-fit: cover;
  height: 110px;
  width: inherit;
  animation: rotate 3s linear infinite;
  animation-play-state: paused;
}

.music-container.play .img-container img {
  animation-play-state: running;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.action-btn {
  background-color: transparent; /* 去除背景色 */
  border: 0;
  color: #930505;
  font-size: 20px;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px;
}

.action-btn.action-btn-big {
  /* color: #ff6b6b; */
  font-size: 30px;
}

.action-btn:focus {
  outline: 0;
}

.music-info {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px 15px 0 0;
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(60% - 40px);
  padding: 10px 10px 10px 150px;
  opacity: 0;
  transform: translateY(0%);
  transition: transform 0.3s ease-in, opacity 0.3s ease-in;
  z-index: 0;
}

.music-container.play .music-info {
  opacity: 1;
  transform: translateY(-100%);
}

.music-info h4 {
  margin: 0;
  color: #ff6b6b;
}

.progress-container {
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px 0;
  height: 4px;
  width: 100%;
}

.progress {
  background-color: #ff6b6b;
  border-radius: 5px;
  height: 100%;
  width: 0%;
  transition: width 0.1s linear;
}

.audio-list {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

/* @keyframes scrollAudio {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-15% - 20px));
  }
} */

/* .audio-list:hover {
  animation-play-state: paused;
} */

.audio-list-wrapper {
  display: flex;
  transition: transform 0.3s ease;
  width: max-content;
}

.audio-item {
  flex: 0 0 auto;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.audio-item:hover {
  transform: translateY(-5px);
}

/* .audio-item.active {
  box-shadow: 0 0 0 2px #ff6b6b;
} */

.audio-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 10px;
}

.audio-item span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.silder {
	margin: 0 auto 0;
	width:780px;
}

.silder-box-1 {
	overflow: hidden;
}

.silder-box-1 li {
	margin:30px auto 0;
	width: 237px;
	text-align: center;
	overflow: hidden;
	padding:10px;
	float: left;
	
}

.silder-box-1 li img {
	width:237px;
	border-radius: 6px;
	border: 1px solid #fff;
	
}

/*03*/
.tvbox{position:relative; margin:0 auto; width:1280px;}
.tv{ width:1280px;  }
.tvtv{ display:none; width:1280px; overflow: hidden; float: left;}
.tvnav{ width:800px; margin-bottom: 20px; text-align: center; margin: 0 auto;   }
.tvnav a{ display:block;float: left; width:180px; height:50px; background-image:linear-gradient(#ffffeb, #fbe9a6);color:#933a21; text-align:center;font-size:16px;font-weight: bold;
margin: 0 10px 10px 10px; border-radius: 6px;
}

.tvnav span{font-size:16px;font-weight:bold;  line-height:50px; text-align: center;}
.tvnav a.selected{ color:#fff;font-size:16px;  background: #e60012; text-align: center; }
.tvnav div{ width:91px; height:92px; float:left;text-align:center;color:#9B9B8C;}
.tvnav div p{ width:56px; height:34px;background: url(../images/nav-n.png) no-repeat bottom !important;line-height:28px; color:#333; font-size:20px; border-radius:5px; margin:0 auto; padding-top:10px;}
.tvnav div span{ font-size:20px; line-height:50px; display:block; font-weight:bold; text-align:center; color: #666;}
.tvnav div i{ font-size:12px; font-style:normal;}



.silder1 {margin:30px auto;width:1280px; overflow: hidden;}

.silder-box-2 {overflow: hidden;display: flex;justify-content: space-between;}

.silder-box-2 li {width:calc(33.33% - 20px);text-align: center;overflow: hidden;}

.silder-box-2 li img {width:100%;max-width: 100%;height: auto;}
.mod-03 {
  background-image: url("../images/bg3.png");
}
.mod-03 .container{
  max-width: 1560px;
}


/*4*/
.mod-04{
  position: relative;
}
.mod-04 .swiper-box{
  width: 970px;
  height: 545px; 
  overflow: visible;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.fsk{ position: relative;}

.mvbox{position:relative; margin:0 auto; width:1280px;}
.mv{ width:800px;  }
.mvtv{  width:800px; overflow: hidden; float: right;}
.mvnav{ width:400px; margin-bottom: 20px; text-align: center; margin: 0 auto; float: left;  }
.mvnav a{ display:block;float: left; width:180px; height:50px; background-image:linear-gradient(#ffffeb, #fbe9a6);color:#933a21; text-align:center;font-size:16px;font-weight: bold;
margin: 0 10px 10px 10px; border-radius: 6px;

}


.mvnav span{font-size:16px;font-weight:bold;  line-height:50px; text-align: center;}
.mvnav a.selected{ color:#fff;font-size:16px;  background: #e60012; text-align: center; }
.mvnav div{ width:91px; height:92px; float:left;text-align:center;color:#9B9B8C;}
.mvnav div p{ width:56px; height:34px;background: url("../images/nav-n.png") no-repeat bottom !important;line-height:28px; color:#333; font-size:20px; border-radius:5px; margin:0 auto; padding-top:10px;}
.mvnav div span{ font-size:20px; line-height:50px; display:block; font-weight:bold; text-align:center; color: #666;}
.mvnav div i{ font-size:12px; font-style:normal;}

/*5*/
.mod-05{
  position: relative;
}
.mod-05 .swiper-box{
  width: 970px;
  height: 545px; 
  overflow: visible;
  position: relative;
  display: flex;
  align-items: flex-start;
}
/*四川好人厅*/
.w_nr{ width: 1280px; margin:42px auto;  background: #fff; border-radius: 10px; padding:20px;}
.w_nr1{ width: 1200px; margin:100px auto;}
.mt60{margin:30px 0 0 0;}
.timenav{ background:url("../images/timenav-line.png") repeat-x center 45px; height:142px; position:relative;display: flex;justify-content: space-around;}
.timenav div{ text-align: center;}
.timenav div p{ font-size:24px; color:#FFBF00; font-weight:bold; width:68px; height:64px; background:url("../images/time-jd.png") no-repeat 26px 40px; cursor:pointer; }
.timenav div p:hover{color:#FF8000;}
.y2013{left:82px;}.y2014{left:168px;}.y2015{left:254px;}.y2016{left:340px;}.y2017{left:426px;}.y2018{left:512px;}.y2019{left:598px;}.y2020{left:684px;}.y2021{left:770px;}.y2022{left:856px;}.y2023{left:942px;}
.timenav div ul{ width:1040px;height:40px; background:url("../images/timenav-moonline.png") no-repeat 27px top; top:70px; position:absolute; display:none;left: 0;}
.timenav div ul li{ width:54px; height:25px; background:#efb334; font-size:16px; color:#fff; line-height:24px; text-align:center; float:left; border-radius:4px; margin:16px 32px 0 0; cursor:pointer;border-radius: 30px;}
.timenav div ul li:hover{background:#ff6153; color: #fff;}
.y-on{color:#FF8000 !important;background:url("../images/time-jd-on.png") no-repeat 25px 40px !important;}
.m-on{background:#fff !important;}
.time-on p{color:#FF8000 !important;background:url("../images/time-jd-on.png") no-repeat 25px 40px !important;}
.time-on ul{ display:block !important;}

.box-hrk{ background:#fff; padding:32px 28px 40px 28px; border-radius:10px;}
.timebt{ font-size:18px; color:#333; height:30px; line-height:28px;}
.jt01{margin:11px 0 0 5px;}
.search{ height:28px;}
.search select{ height:28px; width:95px; background:#fff; border:1px #ccc solid; font-size:14px; color:#999; line-height:26px; float:left; margin-right:10px; padding:0 0 0 5px;}
.search .s-name{ height:26px; width:66px; background:#fff; border:1px #ccc solid; font-size:14px; color:#999; line-height:26px; padding:0px 7px;margin-right:5px;}
.s-tb{ width:30px; height:30px; background:url("../images/ss.png"); border:none;outline:none; cursor:pointer;}
.s-tb:hover{filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7;}




.list-hrk ul{ margin:60px -30px 20px 0; overflow:hidden;}
.list-hrk ul li{ width:116px; height:174px; margin-right:22px; float:left;}
.list-hrk ul li:hover{filter:alpha(opacity=86);-moz-opacity:0.86;opacity:0.86;}
.list-hrk ul li img{ width:116px; height:134px;}
.list-hrk ul li p{ font-size:13px; color:#666; text-align:center; line-height:26px;}
.list-hrk ul li p span{ color:#C30}
.paging{margin:0 auto;width:100%;height:40px;}
.paging span{ border-radius:4px;color:#fff;margin:0 8px;cursor:pointer;font-size:18px;text-align:center;line-height:30px;display:block;width:30px;height:30px;float:left;background:#FF8000;}
.paging span.on{background:#BDBDAE; cursor:default;}



/* 好人风采模块样式 */
.paeg4-nr{
  width:1280px;
  margin: 0 auto;
  position: absolute;
  top:20%;
  left: 0;
  right: 0;
}
.season-tabs {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
  padding: 10px;
}

.paeg3-nr {
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px;
  margin-top: 20px;
}

.season-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.season-tabs .tab {
  padding: 12px 25px;
  font-size: 22px;
  font-weight:600;
  color: #e60012;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
  background-image: linear-gradient(#ffffeb, #fbe9a6);
  box-shadow: 0 2px 6px rgba(251, 233, 166, 0.3);
}

.season-tabs .tab:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(251, 233, 166, 0.4);
}

.season-tabs .tab.active {
  background-image: linear-gradient(#ff7335, #df171a);
  color: #fff;
  box-shadow: 0 4px 10px rgba(223, 23, 26, 0.3);
}

.person-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  width: 1280px;
  overflow-y: auto;
  padding: 20px;
  scroll-behavior: smooth;
}

.person-grid-container {
  width: 100%; /* 固定宽度为3个卡片的宽度 */
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  min-height: 550px;
}

.person-grid-wrapper {
    display: flex;
    transition: transform 0.3s ease;
}

.person-card {
  flex: 0 0 400px; /* 固定卡片宽度 */
  width: 400px;
  box-sizing: border-box;
  padding: 0 10px;
}

.person-card img {
  width: 100%;
  height: auto;
  display: block;
}

.person-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 10;
}

.person-nav button {
  background: rgba(166, 8, 8, 0.8);
  color: white;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 24px;
}

.person-nav button:hover {
  background: rgba(166, 8, 8, 1);
}

.person-nav button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* #season1{
  opacity: 1;
} */

.y-on{color:#FF8000 !important;background:url(../images/time-jd-on.png) no-repeat 25px 40px !important;}
.m-on{background:#ff6153 !important; color: #fff !important;}
.time-on p{color:#FF8000 !important;background:url(../images/time-jd-on.png) no-repeat 25px 40px !important;}
.time-on ul{ display:block !important;}


.person-grid::-webkit-scrollbar {
  width: 8px;
}

.person-grid::-webkit-scrollbar-thumb {
  background-color: rgba(230, 0, 18, 0.5);
  border-radius: 4px;
}

.person-grid::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.person-card {
  display: flex;
  align-items: center;


  overflow: hidden;

  transition: all 0.3s ease;
  cursor: pointer;
  padding: 15px;
}

.person-card.active {
  border-color: #e60012;
  box-shadow: 0 6px 20px rgba(230, 0, 18, 0.15);
  transform: scale(1.02);
}

.person-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.person-card img {
  width:100%;
  object-fit: cover;
  border-radius: 8px;

}

.person-info {
  flex: 1;
  padding: 0;
}

.person-info h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

.person-info p {
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer{ height:168px;  padding-top:200px; color:#fff; font-size:14px; text-align:center; line-height:30px;padding:20px 0; min-width:1280px; width: 100%; position: absolute;bottom: 0;}
.footer a{color:#fff!important;}

.logo{
  position: absolute;
  left: -80%;
  top: 10%;
}


