.carousel{
  width: 100%;
  height: 100vh;
}
.swiper-container{
  height: 100%;
}
.swiper-slide img{
  width: 100%;
  height: 100%;
  /*object-fit: 100%;*/
}
.box-card-content:hover .message-row{
  animation-play-state: paused !important;
}
.swiper-pagination-bullet{
  width: 24px;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 3px 6px rgba(33, 39, 81, 0.2);
  border-radius: 2px;
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.swiper-pagination-bullet-active{
  background: #C80000;
  box-shadow: 0px 3px 6px rgba(250, 111, 102, 0.5);
}
.swiper-pagination{
  bottom: 26vh !important;
}
.to-bottom{
  position: absolute;
  top: 80%;
  left: calc(50% - 30px);
  z-index: 10;
  animation: buttonToBottom 3s 0s infinite forwards;
}
.cloud{
  width: 100%;
  /*height: 385px;*/
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../img/index/yunduo.png"),url("../img/index/yunduo.png");
  /*background-image: url("../img/index/background-wave.svg");*/
  /*background-size: 456% 107%;*/
  background-size: contain;
  /*background-repeat: no-repeat;*/
  background-repeat: repeat-x;
  /*background-position-x: 60%;*/
  background-repeat-x: 30000px;
  animation: clouds-floating 339s 0s linear infinite forwards;
  z-index: 7;
}
@keyframes clouds-floating {
  from{
    background-position-x: 0;
  }
  to{
    background-position-x: 30000px;
  }
}
.cloud2{
    width: 100%;
    /*height: 385px;*/
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("../img/index/yunduo2.png"),url("../img/index/yunduo2.png");
    /*background-image: url("../img/index/background-wave.svg");*/
    /*background-size: 456% 107%;*/
    background-size: contain;
    /*background-repeat: no-repeat;*/
    background-repeat: repeat-x;
    /*background-position-x: 60%;*/
    background-repeat-x: 30000px;
    animation: clouds-floating2 239s 0s linear infinite forwards;
    z-index: 7;
}
@keyframes clouds-floating2 {
    from{
        background-position-x: 0;
    }
    to{
        background-position-x: 30000px;
    }
}
@keyframes buttonToBottom {
  0%{ top: 80%; }
  50%{ top: 90%; }
  100%{ top: 80%; }
}
.welcome{
  width: 100%;
  height: 657px;
  background: #F5F8F9;
  overflow: hidden;
}
.welcome-content{
  width: 1200px;
  height: 100%;
  display: flex;
  padding: 60px 0;
  margin: 0 auto;
  justify-content: space-between;
}
.welcome-content-left{
  width: 584px;
  height: 100%;
  opacity: 0.00;
}
.welcome-content-left .title{
  display: flex;
  height: 100px;
}
.welcome-content-left .title span{
  font-weight: 700;
  font-size: 42px;
  line-height: 72px;
  display: flex;
  align-items: center;
  color: #333333;
}
.welcome-content-left .title span:last-child{
  color: #C80000;
}
.welcome-content-left .text{
  width: 100%;
  height: 240px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 350;
  font-size: 18px;
  line-height: 195%;
  text-align: justify;
  color: #666666;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.welcome-content-left .text p{
  margin-block-start: 0;
  margin-block-end: 0;
}

.more-button{
  width: 205.81px;
  height: 61.98px;
  background: linear-gradient(82.99deg, #C80000 -8.11%, #FFC121 99.07%);
  border-radius: 30.99px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
}
.more-button span{
  font-weight: 400;
  font-size: 16px;
  line-height: 62px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}
.more-button:after{
  content: "";
  display: inline-block;
  width: 19px;
  height: 13px;
  background-image: url("../img/index/more.svg");
  margin-left: 18px;
}
.welcome-content-right{
  opacity: 0.00;
}
.welcome-content.show .welcome-content-left{
  animation: toRight 1s 0s forwards;
}
.welcome-content.show .welcome-content-right{
  animation: toLeft 1s 0s forwards;
}
.welcome-content-right .video-box{
  width: 540.02px;
  height: 540.02px;
  border: 0.822161px solid rgba(200, 0, 0, 0.3);
  border-radius: 50%;
  padding: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /*animation: save 1s 0s linear forwards;*/
}

@keyframes save {
  from{
    padding: 20px;
  }
  to{
    padding: 0px;
  }
}
.welcome-content-right .video-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.video-player-button{
  width: 128.98px;
  height: 128.98px;
  background: linear-gradient(359.93deg, #C80000 -8.08%, #FFC121 83.06%);
  box-shadow: 0px 5px 4px rgba(2, 58, 95, 0.13);
  border-radius: 64.49px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -150px;
  left: 50px;
  cursor: pointer;
  animation: amplify 2.5s 1s linear infinite forwards;
  transform: scale(1.0);
}
@keyframes amplify {
  0%{
    transform: scale(1.0);
  }
  50%{
    transform: scale(1.2);
  }
  75%{
    transform: scale(1.3);
  }
  100%{
    transform: scale(1.0);
  }
}
.video-player-button img{
  width: 35px;
  height: 35px;
}
.video-player-button span{
  font-size: 19.9872px;
  line-height: 30px;
  color: #FFFFFF;
  margin-top: 8px;
}
.schedule{
  width: 100%;
  height: 784px;
  background-image: linear-gradient(282deg,rgba(200,0,0,0.8) -8.11% , rgba(255,193,33,0.8) 99.07%) , url(../img/index/schedule_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.schedule-content{
  width: 1200px;
  height: 100%;
  padding: 75px 0;
  margin: 0 auto;
  display: flex;
}
.schedule-left{
  /*float: left;*/
  transform: translateX(-510px);
  opacity: 0.00;
  z-index: 1;
}
.schedule-left .title{
  font-weight: 700;
  font-size: 42px;
  line-height: 72px;
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
}
.schedule-left .title:after{
  content: "";
  display: block;
  width: 83px;
  height: 4px;
  background-color: #FFFFFF;
  margin-top: 11px;
}
.schedule-left img{
  width: 452px;
  height: 376px;
  margin-top: 84px;
  position: relative;
  z-index: 4;
}
@keyframes toRight {
  from{
    transform: translateX(-510px);
    opacity: 0.00;
  }
  to{
    transform: translateX(0);
    opacity: 1.00;
  }
}
.schedule-content.slide-left-and-right .schedule-left{
  animation: toRight 1s 0s forwards;
}
.schedule-left .more-button{
  position: relative;
  top: -30px;
  margin: auto;
  z-index: 5;
}
.schedule-right{
  width: 781px;
}
.schedule-box{
  width: 781px;
  height: 638px;
  background: #FFFFFF;
  position: relative;
  left: -30px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 0 36px;
  transform: translateX(700px);
  opacity: 0.00;
}
.schedule-box:before{
  content: "";
  display: inline-block;
  width: 2px;
  height: auto;
  background: #C80000;
  position: relative;
  left: 150px;
}
@keyframes toLeft {
  from{
    transform: translateX(700px);
    opacity: 0.00;
  }
  to{
    transform: translateX(0);
    opacity: 1.00;
  }
}
.schedule-content.slide-left-and-right .schedule-box{
  transform: translateX(700px);
  animation: toLeft 1s 0s forwards;
}
.schedule-list{
  width: 700px;
  height: max-content;
  position: relative;
  top: 0;
  transition: all 1s;
}
.schedule-item{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin: 20px 0;
  justify-content: space-between;
}
.schedule-item-left{
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.schedule-item-left label{
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  color: #C80000;
}
.schedule-item-left:after{
  content: "";
  display: inline-block;
  width: 17.54px;
  height: 17.54px;
  background: #C80000;
  border: 3.37px solid #FFFFFF;
  box-shadow: -1px -1px 0 #C80000, 1px -1px 0 #C80000, -1px 1px 0 #C80000, 1px 1px 0 #C80000;
  border-radius: 50%;
  margin-right: -34px;
  position: relative;
  z-index: 2;
}
.schedule-item-right{
  width: 503px;
  background: #F8F8F8;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  padding: 17px 14px;
  cursor: pointer;
}
.schedule-item-right:hover{
  background: #C80000;
}
.schedule-item-right p{
  margin-block-start: 0;
  margin-block-end: 0;
}
.schedule-item-right:hover p{
  color: #FFFFFF;
}
.schedule-item-right .title{
  height: 27px;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.schedule-item-right .location{
  margin-top: 8px;
  margin-bottom: 6px;
  height: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.schedule-item-right .location span:nth-child(1){
  font-weight: 400;
  font-size: 16px;
  color: #C80000;
}
.schedule-item-right .location span:nth-child(2){
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.schedule-item-right .location span:nth-child(2):before{
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url("../img/index/locate.svg");
}
.schedule-item-right:hover .location span:nth-child(2):before{
  background-image: url("../img/index/locate_white.svg");
}
.schedule-item-right .location span:nth-child(3){
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.schedule-item-right .location span:nth-child(3):before{
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url("../img/index/user.svg");
}
.schedule-item-right:hover .location span{
  color: #FFFFFF;
}
.schedule-item-right:hover .location span:nth-child(3):before{
  background-image: url("../img/index/user_white.svg");
}
.schedule-item-right .text{
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  height: auto;
}
.notice{
  width: 100%;
  height: auto;
  background: #FFFFFF;
}
.notice-content{
  width: 1200px;
  height: 100%;
  margin: auto;
  padding: 75px 0;
}
.notice-content>.title{
  font-weight: 700;
  font-size: 42px;
  line-height: 72px;
  display: flex;
  align-items: center;
  color: #C80000;
  justify-content: center;
  flex-direction: column;
}
.notice-content>.title:after{
  content: "";
  display: block;
  width: 83px;
  height: 4px;
  background: #C80000;
  margin-top: 12px;
}
.notice-list{
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  margin: 50px 0;
}
.notice-item{
  width: 580px;
  height: 233px;
  background: rgba(255,255,255,1);
  border: 1px solid rgba(153, 153, 153, 0.3);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.06);
  padding: 42px 60px;
  display: flex;
  justify-content: space-between;
  transition: all 1s;
  cursor: pointer;
  transform: translateY(400px);
  opacity: 0.00;
  margin: 10px 0;
}
@keyframes toTop {
  from{
    transform: translateY(400px);
    opacity: 0.00;
  }
  to{
    transform: translateY(0px);
    opacity: 1.00;
  }
}
.notice-list .notice-item.show:nth-child(1){
  animation: toTop 0.5s 0.2s forwards;
}
.notice-list .notice-item.show:nth-child(2){
  animation: toTop 0.5s 0.4s forwards;
}
.notice-list .notice-item.show:nth-child(3){
  animation: toTop 0.5s 0.6s forwards;
}
.notice-list .notice-item.show:nth-child(4){
  animation: toTop 0.5s 0.8s forwards;
}
.notice-item:hover{
  background: rgba(200,0,0,1);
}
.notice-item p,
.news-item p{
  margin-block-start: 0;
  margin-block-end: 0;
}
.notice-item-left{
  width: 75px;
  height: 110px;
  border-bottom: 1px solid #D9D9D9;
}
.notice-item-right{
  width: 340px;
  height: 100%;
  padding: 10px 0;
}
.notice-item-left .date{
  font-weight: 400;
  font-size: 30px;
  color: #333333;
  height: 51px;
  line-height: 51px;
  transition: all 1s;
}
.notice-item-left .year{
  font-weight: 400;
  font-size: 13px;
  color: #999999;
  transition: all 1s;
}
.notice-item-right .title{
  height: 62px;
  line-height: 31px;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: all 0.4s;
}
.notice-item-right .desc{
  height: 56px;
  line-height: 28px;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  margin-top: 11px;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: all 1s;
}
.notice-item:hover p{
  color: rgba(255,255,255,1);
}
.notice-content .more-button{
  margin: auto;
}
.other{
  width: 100%;
  height: 786px;
  background-image: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 600%), url(../img/index/other_bg.png);
  background-position: center;
  overflow: hidden;
}
.other-content{
  width: 1200px;
  height: 100%;
  padding: 70px 0;
  margin: auto;
  display: flex;
}
.other-content .news{
  width: 600px;
  opacity: 0.00;
}
.other-content.show .news{
  animation: toRight 1s 0s forwards;
}
.other-content .blessing-wall{
  width: 600px;
  opacity: 0.00;
}
.other-content.show .blessing-wall{
  animation: toLeft 1s 0s forwards;
}
.other-content>div>.title,
.other-content>div>.title-row>.title{
  font-weight: 700;
  font-size: 42px;
  line-height: 72px;
  display: flex;
  flex-direction: column;
  color:  #C80000;
}
.other-content>div>.title:after,
.other-content>div>.title-row>.title:after{
  content: "";
  display: block;
  width: 83px;
  height: 4px;
  background-color: #C80000;
  margin-top: 11px;
}
.news-list{
  width: 100%;
  height: auto;
  margin-top: 50px;
  padding: 10px 0;
}
.news-item{
  width: 100%;
  height: 145px;
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
  margin: 12px 0;
  cursor: pointer;
}
.news-image{
  width: 196px;
  height: 100%;
}
.news-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-item .news-content{
  width: 350px;
  height: 100%;
}
.news-item .news-content .title{
  height: 24px;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-item .news-content .desc{
  height: 50px;
  font-size: 16px;
  line-height: 25px;
  color: #777777;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  min-height: 25px;
  margin-top: 14px;
  margin-bottom: 14px;
}
.news-item .news-content .date{
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #C80000;
}
.blessing-wall .title-row{
  display: flex;
  justify-content: space-between;
}
.blessing-wall .title-row .blessing-button{
  font-weight: 700;
  font-size: 24px;
  line-height: 72px;
  display: flex;
  align-items: center;
  color: #C80000;
  cursor: pointer;
  user-select: none;
}
.blessing-wall-content{
  width: 100%;
  height: 500px;
  background-image: url(../img/index/blessing_bg2.png);
  background-size: cover;
  border-radius: 10px;
  margin-top: 37px;
  padding: 60px 45px;
}
.box-card-content{
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.message-row{
  width: max-content;
  position: relative;
  left: 0;
}
.message-item{
  width: fit-content;
  height: 63px;
  float: left;
  margin-left: 30px;
  margin-bottom: 40px;
  position: relative;
}
.message-item .name{
  font-size: 14px;
  color: #c80000;
  margin-block-start: 0;
  margin-block-end: 0;
}
.message-item .message{
  width: auto;
  height: 35px;
  padding: 0 28px;
  background: #C80000;
  border-radius: 50px;
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  margin-top: 7px;
}

/*弹窗*/
.modal-container {
  display: none;
}
/* 遮罩样式：半透明黑色背景 */
.my-mess{
  display: none;
}
.modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* 半透明黑色 */
  z-index: 10;
  overflow: hidden;
}
/* modal-box 样式：为弹出窗口添加样式 */
.modal {
  position: fixed;
  width: 70%;
  /*height: 100px;*/
  margin: 0 auto;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -10%);
  z-index: 10;
}
.modal video {
  width: 100%;
}
.close-btn {
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
}
.box-card.message-wall{
  width: 435px;
  /*height: 320px;*/
  height: 276px;
  margin-bottom: 45px;
  background: linear-gradient(144.38deg, #FFFFFF -19.6%, rgba(255, 255, 255, 0) 98.34%);
  background-color:transparent;
  backdrop-filter: blur(10px);
  border-radius: 10px;
  overflow: hidden;
}
.box-card.message-wall .box-card-content{
  display: flex;
  flex-direction: column;
}
.bg-img-right{
  width: 313px;
  height: 374px;
  background-image: url("../img/wall/img.png");
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.bg-img-left{
  width: 400px;
  height: 238px;
  background-image: url("../img/wall/img_1.png");
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.box-card.wall-run{
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -10%);
  width: 1000px;
  height: 640px;
  background-color: #FFFFFF;
  backdrop-filter: blur(10px);
  border-radius: 0;
  margin-top: 39px;
  z-index: 11;
  overflow: hidden;
}
.wall-run .title{
  padding: 78px 50px 40px;
  font-weight: 400;
  font-size: 32px;
  line-height: 170%;
  text-align: center;
  color: #333333;
  z-index: 1;
}
.wall-run .box-card-content{
  width: 840px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  flex-direction: row;
}
.wall-run .box-card-content .form-item:nth-child(1),
.wall-run .box-card-content .form-item:nth-child(2){
  width: 406px;
  height: 57px;
  background: #f6f6f6;
  /*border: 1px solid #D5D5D5;*/
  display: flex;
  align-items: center;
  padding: 0 12px;
  z-index: 1;
}
.wall-run .box-card-content .form-item:nth-child(3){
  width: 100%;
  height: 210px;
  background: #f6f6f6;
  margin-top: 24px;
  display: flex;
  padding: 15px 12px;
  z-index: 1;
}
.wall-run .box-card-content .form-item{
  font-size: 20px;
  color: #4F4F4F;
}
.wall-run .box-card-content .form-item:nth-child(1) input,
.wall-run .box-card-content .form-item:nth-child(2) input{
  width: 240px;
  height: 30px;
  border: 0 solid;
  font-size: 20px;
  background-color: #f6f6f6;
}
.wall-run .box-card-content .form-item:nth-child(1) input:focus,
.wall-run .box-card-content .form-item:nth-child(2) input:focus{
  outline-style: none;
}
.wall-run .box-card-content .form-item:nth-child(3) textarea{
  width: 620px;
  border: 0 solid;
  font-size: 20px;
  resize: none;
  background-color: #f6f6f6;
}
.wall-run .box-card-content .form-item:nth-child(3) textarea:focus{
  outline-style: none;
}
.wall-run .box-card-content .form-item:nth-child(4){
  width: 100%;
  margin-top: 51px;
  display: flex;
  justify-content: center;
}
.wall-run .box-card-content .form-item:nth-child(4) input{
  width: 168px;
  height: 50px;
  background: linear-gradient(to left, #ff6600 50%,#ff0000);
  margin: 0 auto;
  color: #FFFFFF;
  border: 0 solid;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  z-index: 1;
}
