.banTxt {

  color: #1c2175;

}



.aboLocat {

  max-width: 1000px;

  display: flex;

  justify-content: space-between;

  text-align: center;

  margin: 0 auto 115px;

}



.aboLocat a {

  color: #484646;

}



.aboLocat a:hover {

  color: #1C2075;

}



.aboLocat h5 {

  font-size: 28px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 5px;

}



.aboLocat p {

  font-size: 28px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 28px;

  letter-spacing: 0px;

  border-top: 2px solid #484646;

  padding-top: 15px;

  margin-top: 15px;

}



.aboLocat a:hover p {

  border-color: #1C2075;

}



.abUs {

  position: relative;

  display: flex;

  justify-content: flex-end;

  align-items: flex-end;
}



.abInfo {

  /* position: absolute; */

  /* top: 0; */

  /* left: 0; */

  /* width: 100%; */

  height: 100%;
  padding-bottom: 60px;

  display: flex;

  align-items: center;

  justify-content: center;

}



.abTxt {

  max-width: 715px;

}


.aTitle {


  font-family: SourceHanSansCN-Bold;
  font-size: 58px;
  letter-spacing: 6px;
  color: #212121;
}

.abTxt h3 {}


.joinUs h3 {

  font-family: SourceHanSansCN-Bold;
  font-size: 58px;
  letter-spacing: 6px;
  color: #212121;
}

.abTxt h3::after {

  content: '';

  display: block;

  width: 90px;

  height: 8px;

  background-color: #1c2075;

  margin: 50px 0 10px;

}



.abTxt p {

  font-size: 26px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 1.6;

  letter-spacing: 0px;

  color: #484646;

  margin: 60px 0 0;

  text-align: justify;

}



.abMg {

  max-width: 55%;

}



.abMg img {

  display: block;

  width: 100%;

}



.history {

  padding: 115px 0 120px;

  background: #F5F5F5;

}



.history h3,

.joinUs h3,

.contitle h3,

.stocTitle h3 {

  font-size: 68px;

  letter-spacing: 7px;

  color: #484646;

}



.history h3,

.joinUs h3 {

  text-align: center;

}



.hisBox {

  position: relative;

  margin: 85px 0 0;

}



.mySwiper2 .swiper-wrapper {

  align-items: center;

  box-sizing: border-box;

  padding: 50px 0;

}



/* .mySwiper2 .swiper-slide-prev {

  left: 80%;

}



.mySwiper2 .swiper-slide-next {

  right: 50%;

} */

.mySwiper2 .swiper-slide {
  /* transition: .3s; */
  transform: scale(0.7);
  box-sizing: border-box;
}


.mySwiper2 .swiper-slide-active,
.mySwiper2 .swiper-slide-duplicate-active {
  transform: scale(1.2);
  z-index: 1;
}


.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev {
  position: absolute;
  top: 0;
  width: 25%;
  height: 100%;
  margin-top: 0;
  opacity: 0;
}


.swiper-slide-active .event {

  width: 100%;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

}



.event .eveLine {

  width: 75%;

  height: 25px;

  border: solid 2px transparent;

  /* animation-delay: 1s; */

  animation: .6s 1s;

}



.swiper-slide-active .event .eveLine {

  border-color: #d6000f;

}



.event .eveTop {

  border-bottom: none;

  margin-bottom: 0;

}



.event .eveBtm {

  border-top: none;

  margin-top: 0;

}



.eveYear {

  display: flex;

  /* width: 670px; */

  width: 100%;

  align-items: center;

  justify-content: space-between;

  padding-top: 30px;
}



.eveYear::before,

.eveYear::after {

  content: '';

  display: block;

  width: 30px;

  border-top: 30px solid transparent;

  border-bottom: 30px solid transparent;

}



.swiper-slide-active .eveYear::before {

  border-left: 30px solid #d6000f;

}



.swiper-slide-active .eveYear::after {

  border-right: 30px solid #d6000f;

}



.eveYear h4 {

  font-size: 120px;

  /* letter-spacing: -6px;
   */

  color: #7d7d7d;

  opacity: 0.2;

}



.swiper-slide-active .eveYear h4 {

  /* font-size: 172px; */

  font-stretch: normal;

  /* letter-spacing: -9px; */

  color: #212121;

  opacity: 1;

}



.event h5 {

  font-size: 30px;

  color: #212121;

  opacity: 0;

  height: 60px;

}



.swiper-slide-active .event h5 {

  opacity: 1;

  height: auto;

  height: 130px;

}



.eveTime {

  margin-top: 90px;

}



.eveTime img {

  display: block;

  width: 100%;

}



.mySwiper {

  width: calc(100% - 240px);

  margin: 0 auto;

  overflow: hidden;

}



.mySwiper h5 {

  cursor: pointer;

  font-size: 32px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: -1px;

  color: #484646;

}



.mySwiper .swiper-slide-thumb-active h5 {

  color: #d6000f;

}



.joinUs {

  padding: 75px 0 90px;

}



.joFont {

  /* display: grid;

  grid-template-columns: repeat(3, 33.33%);

  justify-content: space-between; */

  display: flex;

  justify-content: space-evenly;

  margin-top: 100px;

}



.joFont li {

  position: relative;

  width: 33%;

}



.joFont li::after {

  content: '';

  display: block;

  width: 5px;

  height: 163px;

  background-color: #474747;

  opacity: 0.4;

  position: absolute;

  top: 65px;

  right: -2.5px;

}



.joFont li:last-child::after {

  display: none;

}


.animated01 {
  animation-delay: .5s;
}

.animated02 {
  animation-delay: .8s;
}

.animated03 {
  animation-delay: 1.2s;
}


.joMg {

  width: 175px;

  margin: 0 auto 40px;

}



.joMg img {

  display: block;

  width: 100%;


}



.joFont h5 {

  font-size: 42px;

  font-weight: normal;

  font-stretch: normal;

  text-align: center;

  letter-spacing: 4px;

  color: #474747;

}



.joFont p {

  font-size: 30px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #474747;

  text-align: center;

  margin-top: 10px;

}

.joinContent {
  display: flex;
  flex-direction: row-reverse;
  gap: 24px;
}


.joAd {

  display: flex;
  width: calc((100% - 24px) / 2);
  height: auto;
  flex-direction: column;

}

.right {
  width: calc((100% - 24px) / 2);
  flex-shrink: 0;

}

.right .img {
  width: 100%;
  height: auto;
}

.joAd .joAdBg {
  flex: 1;
}

.joAd .bottom {
  flex: 1;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.joAd a {
  font-size: 34px;
  display: flex;
  align-items: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 26px;
  line-height: 1.25;
  color: #474747;

}



.joAd .iconfont {

  margin-right: 20px;

  color: #f39800;

  font-size: 44px;

  vertical-align: middle;

}

.joAd .img {
  width: 158px;
  height: auto;
  max-width: 100%;
  margin-bottom: 15px;
}


.contUs {

  padding: 100px 0;

  background: #F5F5F5;

}



.contitle {

  text-align: right;

  margin: 0;

}



.contitle p {

  font-size: 62px;

  font-weight: 600;

  font-stretch: normal;

  letter-spacing: -3px;

  color: #7d7d7d;

  opacity: 0.2;

  margin-top: 20px;

}



.places li {

  /* margin: 0 0 120px; */

  position: relative;
  margin-top: 120px;

}



.places li::before {

  content: '';

  display: block;

  width: 50px;

  height: 115px;

  background-color: #1c2175;

  position: absolute;

  top: 0;

  left: 0;

}



.places li>div {

  box-sizing: border-box;

  /* padding-left: 130px; */

}



.places h4 {

  font-size: 48px;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #1c2075;

}



.places h5 {

  font-size: 30px;

  color: #1c2075;

}



.places h6 {

  font-size: 26px;

  font-weight: bold;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #474747;

  margin: 35px 0 20px;

}


.places p {

  font-size: 26px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #474747;

  display: flex;

  align-items: center;

}



.places .iconfont {

  font-size: 40px;

  color: #f39800;

  line-height: 60px;

  margin-right: 30px;

}



.all {

  border-top: 2px solid #474747;

  display: inline-block;
  padding-top: 120px;
}



.all h5 {

  font-size: 26px;

  font-weight: 700;

  letter-spacing: 0px;

  color: #1c2075;

  margin-top: 20px;

}



.places .lastFont::before {

  display: none;

}



.newScre {

  display: flex;

  align-items: center;

  justify-content: space-between;

}



.newNav {

  display: flex;

}



.newNav a {

  font-size: 27px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 28px;

  letter-spacing: 0px;

  color: #525252;

  border-bottom: 4px solid transparent;

  padding: 0 0 10px;

  margin-right: 50px;

}



.newNav a:hover,

.newNav .newActive {

  color: #1c2075;

  border-color: #1c2075;

  font-weight: 600;

}


.cond {
  display: flex;
}

.cond form {
  display: flex;
  align-items: center;
  width: 365px;
  height: 40px;
  border-bottom: solid 2px #525252;
  margin-left: 70px;
}

.cond form:first-child {
  margin-left: 0;
}

.cond form input {
  width: calc(100% - 30px);
  background: none;
  border: none;
  font-size: 22px;
  color: #333;
}

.cond form input::-webkit-input-placeholder {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #525252;
}

.cond form input:-moz-placeholder {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #525252;
}

.cond form input::-moz-placeholder {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #525252;
}

.cond form input:-ms-input-placeholder {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #525252;
}


.cond form span {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #525252;
}


.cond form .iconfont {
  font-size: 30px;
  color: #1c2075;
}


.newList {

  display: grid;

  grid-template-columns: repeat(3, 32.5%);

  justify-content: space-between;

  margin: 80px 0;

}



.newList li {

  background: #F4F4F4;

  margin: 0 0 20px;

  transition: .6s;

}



.newList li:hover {

  box-shadow: 0 3px 10px #333;

}



.newMg img {

  display: block;

  width: 100%;

}



.newTxt {

  padding: 30px 20px;

  box-sizing: border-box;

  height: 255px;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

}



.newTxt h4 {

  font-size: 21px;

  letter-spacing: 0px;

  color: #1c2075;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;

}



.newTxt h6 {

  font-size: 21px;

  font-weight: normal;

  letter-spacing: 0px;

  color: #434343;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;

  overflow: hidden;

  margin-top: 20px;

}



.newTips {

  display: flex;

  align-items: center;

  justify-content: space-between;

  font-size: 21px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 28px;

  letter-spacing: 0px;

  color: #434343;

}



.deta h2 {

  text-align: center;

  font-size: 72px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #2d2d2d;

}



.deta h6 {

  font-size: 36px;

  font-weight: normal;

  font-stretch: normal;

  text-align: center;

  letter-spacing: 0px;

  color: #a9a9a9;

  margin: 50px 0;

}



.deta hr {

  width: 100%;

  height: 2px;

  background: #C9c9c9;

  border: none;

}



.deta p {

  font-size: 27px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 54px;

  letter-spacing: 0px;

  color: #2d2d2d;

}



.deta img {

  display: block;

  width: 100%;

}



.jump {

  margin: 90px 0 100px;

}



.jump a {

  font-size: 27px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 72px;

  letter-spacing: 0px;

  color: #2d2d2d;

  display: block;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}

.jump a:hover {

  color: #1C2175;

}

.paging {
  gap: 20px;
}

.paging a {
  display: block;
}

.paging,
.paging li,
.paging a,
.numb,
.goTo form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.paging a.next {
  display: none;
}

.paging {
  margin: 0 0 100px;
}

.peo .iconfont {
  transform: rotate(180deg);
}

.peo .iconfont,
.next .iconfont {
  font-size: 24px;
  font-weight: 600;
  color: #BDBDBD;
  display: inline-block;
}

.peo,
.next {
  font-size: 20px;
  color: #BDBDBD;
}

.numb {
  /* margin: 0 20px; */
}

.numb a {
  /* margin: 0 8px; */
}

.numb,
.numb a {
  color: #BDBDBD;
  font-size: 18px;
}

.numb .numbChck {
  color: #1C2175;
}

.prop {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #6b6b6b;
  margin-left: 30px;
}

.goTo {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #bdbdbd;
  margin-left: 50px;
}

.goTo input {
  width: 40px;
  height: 30px;
  border-radius: 5px;
  border: solid 1px #6b6b6b;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  margin: 0 8px;
}

.goTo button {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #f4f4f4;
  width: 57px;
  height: 30px;
  background-color: #1c2175;
  border-radius: 5px;
  border: none;
  margin-left: 15px;
}





@media screen and (max-width:1750px) {


  .aboLocat h5,
  .aboLocat p {
    font-size: 24px;
  }

  .aboLocat p {
    padding-top: 10px;
    margin-top: 10px;
  }

  .abTxt {
    max-width: 630px;
  }

  .abTxt h3 {
    font-size: 56px;
  }

  .abTxt h3::after {
    height: 5px;
    margin: 25px 0 10px;
  }

  .abTxt p {
    /* font-size: 22px; */
    line-height: 40px;
    margin: 30px 0 0;
  }

  .history h3,
  .joinUs h3,
  .contitle h3,
  .stocTitle h3 {
    font-size: 60px;
  }

  .swiper-slide-active .eveYear h4 {
    font-size: 110px;
  }

  .event h5 {
    font-size: 28px;
  }

  /* 
  .mySwiper2 .swiper-slide-prev {
    left: 70%;
  } */

  .eveYear h4 {
    font-size: 100px;
  }

  .event .eveTop {
    margin-bottom: 0;
  }

  .event .eveBtm {
    margin-top: 0;
  }

  .mySwiper {
    width: calc(100% - 120px);
  }

  .history {
    padding: 70px 0 70px;
  }

  .hisBox {
    margin: 50px 0 0;
  }

  .contitle p {
    font-size: 50px;
  }

  .places li::before {
    width: 60px;
    height: 100px;
  }

  .places h4 {
    font-size: 50px;
  }

  .places h5 {
    font-size: 26px;
  }

  .places h6 {
    font-size: 36px;
    margin: 40px 0 15px;
  }

  .places p {
    font-size: 28px;
  }

  .places li {
    margin: 0 0 60px;
  }

  .newNav a {
    font-size: 22px;
  }

  .newTxt h4 {
    font-size: 20px;
  }

  .newTxt h6 {
    font-size: 19px;
    margin-top: 10px;
  }

  .newTips {
    font-size: 19px;
  }

  .deta h2 {
    font-size: 56px;
  }

  .deta h6 {
    font-size: 30px;
    margin: 30px 0;
  }

  .deta p,
  .jump a {
    font-size: 24px;
    line-height: 40px;
  }

  .jump a {
    margin: 0 0 15px;
  }

}

@media screen and (max-width:1500px) {

  .abMg,
  .abTxt {
    /* max-width: 50%; */
  }

  .abInfo {
    padding: 0 20px 50px;
  }

  .aboLocat h5,
  .aboLocat p {
    font-size: 22px;
  }

  .abTxt h3 {
    font-size: 46px;
  }

  .abTxt h3::after {
    height: 4px;
    margin: 20px 0 10px;
  }

  .abTxt p {
    font-size: 26px;
    line-height: 32px;
    margin: 20px 0 0;
  }

  .history h3,
  .joinUs h3,
  .contitle h3,
  .stocTitle h3 {
    font-size: 50px;
  }

  .swiper-slide-active .eveYear h4 {
    font-size: 110px;
    /* letter-spacing: -4px; */
  }

  .event h5 {
    font-size: 26px;
  }

  .eveYear h4 {
    font-size: 80px;
  }

  /* .mySwiper2 .swiper-slide-next {
    right: 55%;
  }

  .mySwiper2 .swiper-slide-prev {
    left: 65%;
  } */

  .aboLocat {
    margin: 0 auto 65px;
  }

  .joMg {
    width: 120px;
    margin: 0 auto 20px;
  }

  .joFont h5 {
    font-size: 30px;
    letter-spacing: 2px;
  }

  .joFont li::after {
    width: 3px;
    top: 0;
    bottom: 0;
    right: -1.5px;
    margin: auto;
  }

  .joAd {
    /* margin-top: 50px; */
  }

  .joAd a {
    font-size: 26px;
  }

  .contUs {
    padding: 80px 0 95px;
  }

  .places h4 {
    font-size: 40px;
  }

  .places h5 {
    font-size: 22px;
  }

  .places h6 {
    font-size: 26px;
    margin: 20px 0 15px;
  }

  .places p {
    font-size: 26px;
  }

  .places .iconfont {
    font-size: 32px;
    line-height: 50px;
    margin-right: 15px;
  }

  .places li {
    margin: 0 0 40px;
  }

  .deta h2 {
    font-size: 42px;
  }

  .deta h6 {
    font-size: 26px;
    margin: 20px 0;
  }

  .deta p {
    font-size: 20px;
    line-height: 35px;
  }

  .cond form {
    width: 255px;
  }

  .places h5 {
    font-size: 26px;
  }
}


@media screen and (max-width:1300px) {

  .abTxt h3 {
    font-size: 36px;
  }

  .abTxt p {
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0 0;
  }

  .history h3,
  .joinUs h3,
  .contitle h3,
  .stocTitle h3 {
    font-size: 42px;
  }

  /* .eveYear {
    width: 580px;
  } */

  /* .mySwiper2 .swiper-slide-prev {
    left: 73%;
  } */

  .mySwiper h5 {
    font-size: 28px;
  }

  .mySwiper .swiper-wrapper {
    width: auto;
  }

  .joFont {
    margin-top: 50px;
  }

  .history h3,
  .joinUs h3,
  .contitle h3,
  .stocTitle h3 {
    font-size: 38px;
  }

  .contitle p {
    font-size: 42px;
    margin-top: 10px;
  }

  .places h4 {
    font-size: 36px;
  }

  .places h5 {
    font-size: 20px;
  }

  .places h6 {
    font-size: 25px;
    margin: 15px 0 10px;
  }

  .places p {
    font-size: 22px;
  }

  .all h5 {
    margin-top: 20px;
  }

  .newList {
    margin: 50px 0;
  }

  .newNav a {
    font-size: 20px;
    margin-right: 30px;
  }

  .newTxt h4 {
    font-size: 18px;
  }

  .newTxt h6,
  .newTips {
    font-size: 17px;
  }

  .deta h2 {
    font-size: 34px;
  }

  .deta h6 {
    font-size: 24px;
  }

  .deta p,
  .jump a {
    font-size: 18px;
    line-height: 32px;
  }

  .cond form {
    display: flex;
    width: 220px;
    height: 40px;
    border-bottom: solid 2px #525252;
    margin-left: 40px;
  }


  .cond form input {
    font-size: 18px;
  }

  .cond form input::-webkit-input-placeholder {
    font-size: 18px;
  }

  .cond form input:-moz-placeholder {
    font-size: 18px;
  }

  .cond form input::-moz-placeholder {
    font-size: 18px;
  }

  .cond form input:-ms-input-placeholder {
    font-size: 18px;
  }

  .swiper-slide-active .event h5 {
    height: 130px;
  }

}


@media screen and (max-width:1200px) {

  .aboLocat h5,
  .aboLocat p {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .history {
    padding: 50px 0;
  }

  .aboLocat {
    justify-content: space-evenly;
  }

  .abTxt h3 {
    font-size: 30px;
    letter-spacing: 4px;
  }

  .abTxt p {
    font-size: 15px;
    line-height: 25px;
    margin: 15px 0 0;
  }

  .swiper-slide-active .eveYear h4 {
    font-size: 90px;
    /* letter-spacing: -4px; */
  }

  .event .eveLine {
    /* width: 420px; */
    height: 20px;
  }

  .places li>div {
    padding-left: 60px;
  }

  .joAd a {
    font-size: 15px;
  }

  .event h5 {
    font-size: 15px;
  }

  .places p {
    font-size: 15px;
  }

  .places .iconfont {
    font-size: 25px;
  }

  .places h5 {
    font-size: 15px;
  }
}

@media (max-width:1280px) {
  .aTitle {
    font-size: 36px;
  }

  .abTxt p {
    font-size: 18px;
  }

  .newTxt h6,
  .newTips {
    font-size: 18px;
  }

  .swiper-slide-active .eveYear h4 {
    font-size: 70px;
  }

  .event h5 {
    font-size: 18px;
  }
  .abUs{
    align-items: center;
  }
  .abInfo{
    padding-bottom: 0;
  }
  .contitle{
    padding-bottom: 50px;
  }
  .all{
    padding-top: 80px;
  }
  .places li{
    margin-bottom: 80px;
  }
  .places li:last-child{
    margin-bottom: 0;
  }
}

@media (max-width:1100px) {
  .aTitle {
    font-size: 36px;
  }

  .abTxt p {
    font-size: 18px;
  }

  .swiper-slide-active .event h5 {
    font-size: 18px;
  }

  .joAd a {
    font-size: 18px;
  }

  .joAd .iconfont {
    font-size: 36px;
  }

  .places p {
    font-size: 18px;
  }

  .places h6 {
    font-size: 18px;
  }

  .places h5 {
    font-size: 18px;
  }

  .places li {
    margin-bottom: 80px;
  }

  .all {
    padding-top: 80px;
  }
}

@media screen and (max-width:768px) {

  .abUs {
    flex-wrap: wrap;
  }

  .abInfo {
    position: relative;
    height: auto;
  }

  .abMg,
  .abTxt {
    max-width: none;
    width: 100%;
  }

  .aboLocat h5,
  .aboLocat p {
    font-size: 14px;
    letter-spacing: 0;
  }

  .aboLocat p {
    padding-top: 0;
    margin-top: 7px;
  }

  .aboLocat {
    margin: 0 auto 25px;
  }

  .abTxt h3 {
    font-size: 24px;
    letter-spacing: 2px;
  }

  .abTxt h3::after {
    height: 3px;
    margin: 10px 0 0;
  }

  .abTxt p {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 0;
  }

  .abMg {
    margin-top: 20px;
  }

  .history {
    padding: 20px 0 50px;
  }

  .history h3,
  .joinUs h3,
  .contitle h3,
  .stocTitle h3 {
    font-size: 30px;
  }

  .mySwiper2 .swiper-slide-active,
  .mySwiper2 .swiper-slide-duplicate-active {
    transform: scale(1);
  }

  .hisBox {
    margin: 0 auto;
    width: 90%;
  }

  .swiper-slide-active .eveYear h4 {
    font-size: 50px;
  }

  .event h5 {
    font-size: 16px;
    height: 70px;
  }

  .mySwiper2 .swiper-wrapper {
    padding: 30px 0;
  }

  .eveTime {
    margin-top: 0px;
  }

  .mySwiper {
    width: calc(100% - 20px);
  }

  .mySwiper h5 {
    font-size: 18px;
  }

  .joinUs {
    padding: 30px 0 50px;
  }

  .joFont {
    margin-top: 20px;
  }

  .joMg {
    width: 60px;
    margin: 0 auto 10px;
  }

  .joFont h5 {
    font-size: 22px;
    letter-spacing: 2px;
  }

  .joAd {
    margin-top: 10px;
    flex-wrap: wrap;
  }

  .joAd a {
    font-size: 20px;
  }

  .joAd .iconfont {
    margin-right: 15px;
    font-size: 30px;
  }

  .contUs {
    padding: 30px 0 55px;
  }

  .contitle p {
    font-size: 28px;
    margin-top: 5px;
  }

  .places li::before {
    width: 20px;
    height: 70px;
  }

  .places li>div {
    padding-left: 30px;
  }

  .places h4 {
    font-size: 26px;
  }

  .places h5 {
    font-size: 18px;
  }

  .places h6 {
    font-size: 18px;
    margin: 10px 0 5px;
  }

  .places .iconfont {
    font-size: 30px;
    margin-right: 10px;
  }

  .places p {
    font-size: 15px;
  }

  .swiper-slide-active .event h5 {
    height: 70px;
  }

  .newScre {
    flex-wrap: wrap;
  }

  .newNav a {
    font-size: 16px;
    margin-right: 15px;
  }

  .cond,
  .cond form {
    width: 100%;
  }

  .cond {
    margin-top: 15px;
  }

  .newList {
    margin: 20px 0;
    grid-template-columns: repeat(1, 100%);
  }

  .newTxt {
    padding: 20px 10px;
    height: auto;
  }

  .newTxt h6,
  .newTips {
    font-size: 15px;
  }

  .newTips {
    margin-top: 15px;
  }

  .peo,
  .next {
    font-size: 18px;
  }

  .peo .iconfont,
  .next .iconfont {
    font-size: 20px;
    vertical-align: middle;
  }

  .paging {
    margin: 0 0 40px;
  }

  .joinContent {
    flex-direction: column;
    gap: 20px;
  }

  .joAd {
    padding-left: 0;
    flex-direction: row;
    /* gap: 20px; */
    width: 100%;
  }

  .joAd .joAdBg {
    width: 100%;
    height: auto;
    display: block;
  }

  .all {
    padding-top: 30px;
  }

  .joinContent .right {
    width: 100%;
  }

  .aTitle {


    font-family: SourceHanSansCN-Bold;
    font-size: 32px;
    letter-spacing: 6px;
    color: #212121;
  }

  .joAd a {
    font-size: 14px;
  }

  .places p {
    font-size: 14px;
  }

  .places h5 {
    font-size: 14px;
  }

  .aTitle {
    font-size: 24px;
  }

  .places h6 {
    font-size: 14px;
  }

  .places li {
    margin-bottom: 30px;
  }

  .swiper-slide-active .eveYear h4 {
    font-size: 38px;
  }

  .swiper-slide-active .event h5 {
    font-size: 14px;
  }
  .places h4{
    font-size: 24px;
  }
  .joinContent{
    flex-direction: column-reverse;
  }
  .places li>div{
    flex-direction: column;
  }
  .places p{
    font-size: 14px;
  }
  .places .iconfont{
    line-height: 38px;
  }
  .places h5{
    font-size: 14px;
  }
  .stock .stocTitle .text{
    font-size: 14px;
  }
}