.banner-swiper {
  width: 100%;
  height: 80vh;
  position: relative;
}
a{
  color: inherit; text-decoration: none;
}

.swiper-slide {
  width: 100%;
  height: 80vh;
  background-size: 100% 100%;
  object-fit: cover;
}

.banner-swiper-slide:nth-child(1) {
  background-image: url('https://uc.hljstm.org.cn/webpublic/uploadfiles/banner_img/20221103/202211031143028268.jpg');
}

.banner-swiper-slide:nth-child(2) {
  background-image: url('https://uc.hljstm.org.cn/webpublic/uploadfiles/banner_img/20221107/202211071642445155.png');
}

.swiper .tips {
  position: absolute;
  bottom: 30px;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}

.swiper .tips .text {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}

/* =========== */

.section1 {
  width: 100%;
  height: 680px;
  background-color: #ffffff;
}
 
.section1-container {
  width: 90%;
  height: 680px;
  margin: 0 auto;
  background-image: url('https://www.hljstm.org.cn/assets/section1_bg.b5d7fea3.png');
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
 
.section1-title {
  font-size: 16px;
  font-weight: 500;
}

.section1_time {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.95);
}

.time-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.section1_time .line {
  width: 20px;
  height: 3px;
  background-color: #ffffff;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.time-item .time {
  font-size: 32px;
  font-weight: 500;
}

.time-item .text {
  font-size: 14px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.72);
}

.section1-time_2 {
  font-size: 14px;
  margin-top: 30px;
}

.section1-intro {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.72);
}

.section1-list {
  width: 700px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-top: 100px;
}

.section1-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.section1-item:hover img {
  font-size: 100px;
  transform: rotateY(360deg);
}

.section1-line {
  width: 1px;
  height: 100%;
}

.section1-item img {
  width: 80px;
  height: 90px;
  transition: all 0.4s linear;
}

.section1-item span {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
}

/* ====== */

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}

.section-title img {
  width: 150px;
  height: 16px;
  margin: 0 18px;
}

.section-title .title-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-title .title-center .title {
  font-size: 32px;
  font-weight: 500;
  color: #000;
}

.section-title .tips {
  font-size: 12px;
  color: #747893;
  margin-top: 16px;
}

/* ============ */
.section2 {
  background-image: url('https://www.hljstm.org.cn/assets/section4_2bg.447f52b3.png');
  width: 100%;
  height: 600px;
}

.section2-content {
  width: 100%;
  height: 340px;
}

.section2-content .message-swiper {
  width: 100%;
  height: 100%;
}

.message-swiper-slide {
  width: 56% !important;
  position: relative;
  padding-left: 14%;
}

.message-swiper-slide .img {
  width: 600px;
  height: 340px;
  position: absolute;
  border-radius: 10px 0 0 10px;
}

.message-content {
  position: absolute;
  right: 0;
  width: 400px;
  height: 240px;
  right: 0;
  z-index: 10;
  top: 30px;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 20px;
}

.msg-content-title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.msg-content-text {
  font-size: 14px;
  margin-top: 30px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.msg-content-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.msg-content-footer .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 30px;
  border-radius: 40px;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  background: linear-gradient(90deg, #4468e6 0%, #23a3f9 100%);
}

.message-swiper-slide .msg-content-footer .btn img {
  width: 20px;
  height: 14px;
  margin-left: 8px;
}

.swiper-message-pagination .pagination-box {
  margin-left: 14%;
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.swiper-message-pagination .pagination-box .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 100%;
}

.swiper-message-pagination .pagination-box .swiper-pagination-bullet-active {
  width: 50px;
  height: 6px;
  border-radius: 4px;
  background-color: #1a64e0;
}

/* ========== */
.section3 {
  width: 100%;
  height: 1000px;
  background-image: url('https://www.hljstm.org.cn/assets/section3_bg.50ab5582.png');
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.section3 .section-title {
  margin-top: 60px;
}

.section3 .title,
.section3 .tips {
  color: #fff !important;
}

.section3-content .pavilion-swiper .swiper-wrapper .swiper-slide {
  width: 48%;
  height: 680px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.section3-content .swiper-slide img {
  width: 90%;
  margin: 0 auto;
  height: 500px;
  object-fit: cover;
  position: absolute;
  z-index: 2;
}

.section3-content .swiper-slide .swiper-slide-content {
  width: 100%;
  height: 300px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.section3-content .swiper-slide .swiper-slide-content .content-title {
  font-size: 16px;
  font-weight: 500;
}

.section3-content .swiper-slide .swiper-slide-content .content-text {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
}

.section3-content .swiper-slide .swiper-slide-content .content-text:last-child {
  margin-bottom: 50px;
}

.section3-content .pavilion-pagination-box {
  width: 200px;
  height: 20px;
  position: relative;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section3-content .pavilion-pagination-box .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.82) !important;
}

.section3-content .pavilion-pagination-box .swiper-pagination-bullet-active {
  width: 50px;
  border-radius: 4px;
  background-color: #ffffff;
}

.swiper-button-box {
  position: absolute;
  top: 50%;
  width: 90%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
}

/* .swiper-animated-button-box {
  position: absolute;
  top: 74%;
  width: 96%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
}

.swiper-animated-button-next,
.swiper-animated-button-prev {
  width: 30px !important;
  height: 30px !important;
  color: #1a64e0;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #4f68cf;
}
.swiper-animated-button-next::after,
.swiper-animated-button-prev:after {
  display: none;
} */

.swiper-button-next,
.swiper-button-prev {
  width: 100px !important;
  height: 100px !important;
  color: #1a64e0;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #4f68cf;
  opacity: 0.5;
}

.swiper-button-next::after,
.swiper-button-prev:after {
  display: none;
}

/* ======================== */

.section4 {
  width: 100%;
  height: 780px;
  background-color: #efefef;
  background-size: 100% 100%;
  background-image: url('https://www.hljstm.org.cn/assets/section2_bg2.46dc9a8a.png');
}

.section4-content .swiper-slide {
  /* height: 550px !important; */
  width: 400px;
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 40px;
}

.section4-content .swiper-slide img {
  width: 360px !important;
  height: 400px;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 20px;
  margin-left: 20px;
}

.section4-content .swiper-slide .title {
  text-align: left;
  width: 360px;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto;
  margin-top: 20px;
}

.section4-content .swiper-slide .desc {
  width: 360px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.section4-content .swiper-scrollbar-exhibition {
  width: 23.6%;
  height: 3px;
  margin: 0 auto;
  position: absolute;
  background-color: #ffffff;
  left: 38%;
  margin-top: 40px;
}

.swiper-scrollbar-drag {
  background-color: rgb(26, 100, 224) !important;
}

/* ============ */
.section5-content {
  width: 100%;
  height: 800px;
}

/*=============*/
.opening-hours {
  margin: auto;
  width: 80%;
  height: 540px;
  /*background-color: #ffffff;*/
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.opening-hours-left {
  width: 24%;
  background: #1f8bef;
  height: 425px;
}

.opening-hours-center {
  background-color: rgb(252, 252, 252);
  /* background-color: #1a64e0; */
  height: 425px;
  width: 47%;
  /* background: url(../img/bg_active.png); */
  /* background-size: 100% 100%; */
}

.opening-hours-right {
  background-color: #29303c;
  height: 425px;
  width: 24%;
}

.opening-hours-top {
  width: 100%;
  height: 33%;
  padding: 20px;
  box-sizing: border-box;
}

.visit-top-center {
  width: 100%;
  height: 33%;
  padding: 20px;
  background-color: #588bbf;
  box-sizing: border-box;

}

.opening-hours-bottom {
  width: 100%;
  height: 34%;
  background-color: rgb(87 156 187);
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

.open {
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 20px;
  width: 25%;
  margin: auto;

}

.col-fff {
  color: #fff;
}

.time-box {
  width: 110px;
  height: 52px;
  background: rgba(124, 190, 233, 0.92);
  border: 1px solid #D7EBF9;
  border-radius: 5px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 52px;
  box-sizing: border-box;
}

strong {
  font-size: 20px;
  /*color: #fff;*/
  line-height: 50px;
}

.begin-info {
  font-size: 12px;
  color: #fff;
}

.open-style {
  /* display: flex; */
  text-align: center;
  line-height: 116px;
}

.time-text {
  margin-top: 20px;
}

.visit {
  font-size: 28px;
  font-weight: 600;

}

.visit:hover {
  font-size: 40px;
  font-weight: 700;
  transition: all .2s linear;
}

.visit-top {
  text-align: center;
  line-height: 116px;
}

.group-image {
  width: 80px;
  height: 80px;
}

.group-appointments {
  text-align: center;
  line-height: 100px;
}

.venue-dynamics {

  height: 50px;
  width: 100%;
  font-family: 'Courier New', Courier, monospace;
  /* border-right: 1px solid #59566a; */
  /* background-color: #588bbf; */
  font-size: 24px;
  font-weight: bold;
}

.venue-dynamics:hover {
  color: #007aff;
  font-size: 20px;
  font-weight: 700;
  transition: all .2s linear;
}


.party-building-guidance {
  height: 50px;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Courier New', Courier, monospace;
  /* background: rgba(124, 190, 233, 0.92); */
}

.party-building-guidance:hover {
  color: #007aff;
  font-size: 20px;
  font-weight: 700;
  transition: all .2s linear;
}

.hours-top-center {
  display: flex;
  height: 50px;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #9f9c9c;
  line-height: 50px;
  margin-bottom: 20px;
}

.visit-a {
  text-decoration: none;
  color: #000;
  font-size:18px;
}

.visit-b {
  text-decoration: none;
  color: rgb(37, 28, 28);
  font-size:20px;
}

.guidance-list {
  display: none;
  
}

.dynamics-list-li {
    line-height: 40px;
  width: 90%;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'Courier New', Courier, monospace;
}

.dynamics-list {
  padding: 20px;
}

.guidance-list {
  padding: 20px;

}

.guidance-list-li {
  height: 40px;
  font-size:20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.banners {
  margin-top: 10px;
  text-shadow: #FC0 1px 0 10px;
  font-style: italic;
  line-height: 200px;
  text-align: center;
  height: 200px;
  width: 100%;
  background-color: red;
  font-size: 75px;
  color: #e5d02f;
}

.image-list .image-left img {
  margin-left: 160px;
  width:80%;
  height:500px!important;
  border-radius: 20px;
  transition: all .5s linear;
}


.image-text {
  width: 14vw;
  height: 17vw;
  border-radius: 1.875vw;
  background: transparent;
  backdrop-filter: blur(.625vw);
  background-color: #0000001f;
  margin: 3.125vw 0 3.125vw -7.64583vw;
  background: linear-gradient(135deg, rgba(118, 171, 255, .9) 0%, rgba(39, 100, 208, .9) 100%);
  padding: 3.125vw 1.5625vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 65.625vw;
  z-index: 9;
  top: 0;
}

.image-list {
  position: absolute;
}

.text-style {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  /*width: 240px;*/
  /*height: 90px;*/
  display:-webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:3;
  overflow: hidden;
  font-family: "fangsong";
}

.image-home {
  width: 86%;
  margin: auto;
   /*border: 1px solid red; */
  min-height: 36.125vw;
  background-repeat: no-repeat, repeat;
  background-position: center 44.375vw, top;
  background-size: contain, contain;
  /*padding-top: 4.16667vw;*/
  position: relative;
}


.btn-info {
  position: absolute;
  bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  border-radius: 40px;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  background: linear-gradient(90deg, #4468e6 0%, #23a3f9 100%);
}

.btn-info img {
  width: 20px;
  height: 14px;
  margin-left: 8px;
}

.educate-home {
  display: flex;
  justify-content: space-evenly;
}

.educate-list img {
  width: 500px;
  /*height: 300px;*/
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0,0.7);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.7);
}

.educate-text {
  font-size: 26px;
  line-height: 30px;
  /*font-weight: 700;*/
  text-align: center;
  margin: 10px 0px;

}

.educate-tag text {
  padding: 16px;
  background-color: #f4f4f4;
  color: black;
  display: inline-block;
  margin: 10px 0px;
}

.educate-application {
  padding: 16px;
  background-color: #9f9c9c;
  color: rgb(251, 251, 251);
  display: inline-block;
  margin-top: 10px;
}

.section7 {
  margin: 10px 0px;
}

.number-educate-list img {
  width: 400px;
  height: 300px;

}

.title h4 {
  font-size: 22px;
}

.title {
  margin-bottom: 30px;
  margin-top: 40px;
}

.seach {
  height: 40px;
  border-radius: 30px;
  background-color: #fff;
  border: none;
  padding-left: 34px;
  outline: none;
}

.seach-img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 20px;
}

.seach-heard {
  /* width: 100px; */
  /* border: 1px solid red; */
  position: relative;
}
@media screen and (max-width: 600px) {
     .opening-hours {
      width: 100%!important;
      height: 400px!important;
      display: flex;
      justify-content: space-between;
      margin-top: 10px;
  }
    .image-list .image-left img {
        margin-left: 160px;
        width:80%;
        height:180px;
        border-radius: 20px;
        transition: all .5s linear;
    }

    .image-text {
      width: 280px!important;
      height: 250px !important;
      border-radius: 10px;
      background: transparent;
      backdrop-filter: blur(.625vw);
      background-color: #0000001f;
      margin: 3.125vw 0 3.125vw -7.64583vw;
      background: linear-gradient(135deg, rgba(118, 171, 255, .9) 0%, rgba(39, 100, 208, .9) 100%);
      padding: 3.125vw 1.5625vw;
      display: flex;
      align-items: center;
      flex-direction: column;
      position: absolute;
      left: 255px!important;
      z-index: 9;
      top:120px !important;
    }
    .title h4 {
      font-size: 20px;
    }
    
    .title {
      margin-bottom: 30px;
      margin-top: 40px;
    }
    .btn-info {
      position: absolute;
      bottom: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 120px !important;
      height: 30px !important;
      border-radius: 40px;
      color: #ffffff;
      cursor: pointer;
      font-size: 18px;
      background: linear-gradient(90deg, #4468e6 0%, #23a3f9 100%);
    }
    .section-title .title-center .title {
          font-size: 38px;
          font-weight: bold;
          color: #000;
        }
        
        .section-title .tips {
          font-size: 30px;
          color: #747893;
          margin-top: 16px;
        }
    .btn-info img {
      width: 20px;
      height: 14px;
      margin-left: 8px;
    }
    .educate-home {
        /*border: 1px solid red;*/
        width: 98%!important;
        margin-left: 2%!important;
        display: flex;
        justify-content: space-evenly;
    }
    .educate-list{
        /*width: 30% !important;*/
        display: flex;
        justify-content: center;
    }
    .educate-list img {
      width: 96% !important;
      height: 280px!important;
      -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0,0.7);
      box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.7);
    }

    .liu_you {
      -webkit-text-size-adjust: auto;
    }
.visit {
  font-size: 38px;
  font-weight: 600;
}

.visit:hover {
  font-size: 46px;
  font-weight: 700;
  transition: all .2s linear;
}
    .venue-dynamics {

      height: 50px;
      width: 100%;
      font-family: 'Courier New', Courier, monospace;
      /* border-right: 1px solid #59566a; */
      /* background-color: #588bbf; */
      font-size: 34px;
      font-weight: bold;
    }
    
    .venue-dynamics:hover {
      color: #007aff;
      font-size: 30px;
      font-weight: 700;
      transition: all .2s linear;
    }
    .visit-a {
      text-decoration: none;
      color: #000;
      font-size:34px;
    }
    
    .visit-b {
      text-decoration: none;
      color: rgb(37, 28, 28);
      font-size:32px;
    }
    .visit-more{
    text-decoration: none;
      color: #999;
      font-size:30px;
    }
}