body * {
        box-sizing: border-box;
        flex-shrink: 0;
      }
      html, body {
        font-family: MicrosoftYaHei;
        margin: 0;
        scroll-behavior: smooth;
      }
      input {
        background-color: transparent;
        border: 0;
      }
      button {
        margin: 0;
        padding: 0;
        border: 1px solid transparent;
        outline: none;
        background-color: transparent;
      }

      button:active {
        opacity: 0.6;
      }
      .flex-col {
        display: flex;
        flex-direction: column;
      }
      .flex-row {
        display: flex;
        flex-direction: row;
      }
      .justify-start {
        display: flex;
        justify-content: flex-start;
       margin:10px 0;
      }
      .justify-center {
        display: flex;
        justify-content: center;
      }

      .justify-end {
        display: flex;
        justify-content: flex-end;
      }
      .justify-evenly {
        display: flex;
        justify-content: space-evenly;
      }
      .justify-around {
        display: flex;
        justify-content: space-around;
      }
      .justify-between {
        display: flex;
        justify-content: space-between;
      }
      .justify-center {
        display: flex;
        justify-content: center;
      }
      .align-start {
        display: flex;
        align-items: flex-start;
      }
      .align-center {
        display: flex;
        align-items: center;
      }
      .align-end {
        display: flex;
        align-items: flex-end;
      }
      .ly {
        width: 1300px;
        margin: 0 auto;
      }
      .ellipsis1 {
        overflow:hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow:ellipsis;
      }
      .ellipsis2 {
        overflow:hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
      }
      .ellipsis3 {
        overflow:hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
      }
      .gap-18 {
        gap: 18px;
      }
      .gap-30 {
        gap: 30px;
      }
      .gap-40 {
        gap: 40px;
      }
      .flex1 {
        flex: 1 1;
      }
      .flex-wrap {
        flex-wrap: wrap;
      }
      @media (max-width: 1319px) {
        .ly {
          width: 100vw;
          margin: 0;
        }
      }
      @media (max-width: 768px) {
        .m-col {
          flex-direction: column;
        }

      }
	        .main {
      }
      a {
        text-decoration: none;
      }
      .mgr-30 {
        margin-right: 30px;
      }
      .mgb-18 {
        margin-bottom: 18px;
      }
      .mgb-30 {
        margin-bottom: 30px;
      }
      .banner {
        width: 100%;
        height: auto;
      }
      .banner img {
        width: 100%;
      }
      .entry-list {
        padding: 20px 0;
      }
      .entry-item {
        height: 154px;
        flex: 1;
        background: center no-repeat;
        background-size: contain;
        cursor: pointer;
        margin-right: 30px;
      }
      .entry-item:last-child{
        margin-right: 0;
      }
      .entry-text {
        font-weight: bold;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 154px;
        padding-left: 50%;
      }
      .border-box {
        background: #FFFFFF;
        padding: 18px 16px;
        margin-bottom: 16px;
        box-shadow: 0 0 5px #ccc;
      }
      .border-title {
        font-size: 24px;
        color: #000000;
        font-weight: bold;
        line-height: 28px;
      }
      .border-title::before {
        content: " ";
        display: inline-block;
        width: 5px;
        height: 25px;
        background-color: #0D99F7;
        margin-top: 2px;
        vertical-align: top;
        margin-right: 5px;
      }
      .content1 {
        margin-top: 18px;
        overflow: hidden;
      }
      .content-list {
        width: 0;
        flex: 1;
      }
      .content-img1 {
        width: 54.615%;
        height: 440px;
        overflow: hidden;
        margin-right: 25px;
      }
      #newSwiper {
        width: 100%;
        height: 100%;
      }

      #newSwiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      #newSwiper .swiper-slide.swiper-slide-active {
        z-index: 1;
      }
      #newSwiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .content-list-item {
        margin-bottom: 40px;
      }
      .time1 {
        width: 100px;
        height: 100px;
        background: #EAEDF2;
        text-align: center;
        padding-top: 24px;
        font-weight: bold;
        margin-right: 20px;
      }
      .day1 {
        font-size: 36px;
        color: #000000;
      }
      .day2 {
        font-size: 18px;
        color: #000000;
      }
      .content-info {
        word-break: break-all;
        flex: 1;
        width: 0;
      }
      .content-info-title {
        font-size: 18px;
        color: #000000;
        font-weight: bold;
      }
      .content-info-time {
        font-size: 16px;
        line-height: 24px;
        color: #CCCCCC;
        flex-shrink: 0;
      }
      .content-info-desc {
        font-size: 18px;
        color: #424645;
        text-indent: 2em;
      }
      .more {
        display: inline-block;
        height: 24px;
        color: #0D99F7;
        font-size: 18px;
        line-height: 24px;
        text-decoration: none;
        
      }
      .more::after {
        content: " ";
        display: inline-block;
        width: 30px;
        height: 24px;
        background: url(/upload/image/24/06/22/cd8c164d0b904229977fa12b.png) center no-repeat;
        background-size: contain;
        vertical-align: top;
      }
      .content2 {
        flex: 1 1;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        margin-right: 40px;
      }
      .content2 .border-title {
        margin-bottom: 18px;
      }
      .content3 {
        flex: 1 1;
        width: 0;
      }
      .content-img2 {
        display: inline-block;
/*        margin-top: 18px;*/
        width: 100%;
        height: 388px;
        flex: 1;
      }
      /*   video-swiper   */
      #certify {
        width: 100%;
        margin: 0 auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
      }


      #certify  .swiper-slide {
        width: 540px;
        height: 306px;
        background: #fff;
        box-shadow: 0 8px 30px #ddd;
      }
      #certify  .swiper-slide video{
        display:block;
        width: 100%;
        height: 100%;
      }

      #certify .swiper-pagination {
        width: 100%;
        bottom: 20px;
      }

      #certify .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
        border: 3px solid #fff;
        background-color: #d5d5d5;
        width: 10px;
        height: 10px;
        opacity: 1;
      }

      #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
        border: 3px solid #00aadc;
        background-color: #fff;
      }
      .content3 .content-list {
        width: 100%;
        margin-top: 16px;
      }
      .content3 .content-list-item {
        margin-bottom: 18px;
      }
      .content3 .content-info {
        width: 100%;
      }
      .content3 .content-info-title {
        margin-bottom: 10px;
      }
      .entry-list2 {

      }
      .entry-list2 .entry-item {
        background: center no-repeat;
        background-size: contain;
        height: auto;
        aspect-ratio: 7 / 3;
        box-shadow: 0 0 5px #ccc;
        margin-bottom: 16px;
        overflow: hidden;
        margin-right: 40px;
      }
      .entry-list2 .entry-item:last-child {
        margin-right: 0;
      }
      .entry-list2 .entry-text {
        height: 175px;
        font-family: FZXBSJW--GB1, FZXBSJW--GB1;
        font-weight: normal;
        font-size: 70px;
        color: #FFFFFF;
        letter-spacing: 8px;
/*        text-shadow: 16px 0px 5px #000000;*/
        font-style: normal;
        text-transform: none;
        -webkit-text-stroke: 3px #000000;
        padding: 0;
        text-align: center;
        font-weight: bold;
      }
      .text1 {
        font-size: 18px;
        font-weight: bold;
        color: #000000;
      }
      .text2 {
        font-size: 20px;
        color: #999999;
        flex: 1;
        text-indent: 2em;
      }
      .content-img3 img {
        width: 100%;
        height: auto;
      }
      .content4 {

      }
      .content4-item {
        font-size: 24px;
        color: #000000;
        line-height: 70px;
        text-align: center;
        font-weight: bold;
        background: linear-gradient( 180deg, #EAF7FF 0%, #C6ECF9 50%);
        cursor: pointer;
        margin-bottom: 30px;
      }
      /*.content4-item:last-child {
        margin-bottom: 0;
      }*/
      .content5 {
        width: calc((100% - 18px)/ 2);
        overflow: hidden;
        margin-right: 18px;
      }
      .content5:nth-child(2n) {
        margin-right: 0;
      }
      .content-img4 {
        width: 200px;
        height: 125px;
        margin-right: 18px;
      }
      .text3 {
        font-size: 16px;
        color: #C3C3C3;
        line-height: 30px;
        word-break: break-all;
        width: 0;
        flex: 1;
      }
      .content6 {
        background-color: #0D99F7;
        min-height: 255px;
        line-height: 255px;
        text-align: center;
        font-size: 48px;
        color: #fff;
        font-weight: bold;
        font-family: FZXBSJW--GB1, FZXBSJW--GB1;
        text-align: justifyCenter;
        flex: 1;
      }
      .content7 {
        background-color: #0D99F7;
        padding: 14px;
        font-size: 24px;
        font-weight: bold;
        color: #FFFFFF;
        text-align: justifyCenter;
        line-height: 44px;
        flex: 1;
      }
      .foot {
        padding: 110px 0 93px;
        background-color: #6DC886;
        color: #fff;
        font-size: 30px;
        font-family: FZXBSJW--GB1, FZXBSJW--GB1;
        text-align: center;
        line-height: 46px;
      }
      @media (max-width: 1299px) {
        .main {
          padding: 0 10px;
        }
        .banner {
          height: 56.15vw;
        }
        .entry-list2 .entry-text {
          font-size: 40px;
          -webkit-text-stroke: 1px #000000;
        }
      }
      @media (max-width: 768px) {
        .m-mgb-18 {
          margin-right: 0;
          margin-bottom: 18px;
        }
        .nav-item {
          font-size: 12px;
          height: 40px;
          line-height: 40px;
        }
        .entry-list {
          padding: 12px 0;

        }
        .entry-item {
          height: calc(((100vw - 20px)/ 3) * 0.3625);
          line-height: calc(((100vw - 20px)/ 3) * 0.3625);
          margin-right: 10px;
        }
        .entry-text {
          line-height: inherit;
          font-size: 12px;
          padding-left: 44%;
        }
        .content-list-item {
          margin-bottom: 10px;
        }
        .content-img1 {
          width: 100%;
          height: 56.25vw;
          margin-bottom: 25px;
        }
        .content-list {
          width: 100%;
        }
        .entry-list2 .entry-item {
          /* flex: unset; */
          height: calc(((100vw - 20px)/ 3) * 0.47);
          line-height: calc(((100vw - 20px)/ 3) * 0.47);
          margin-right: 10px;
        }
        .entry-list2 .entry-text {
          font-size: 17px;
          line-height: inherit;
          -webkit-text-stroke: 0px #000000;
        }
        .content-img4 {
          width: 100%;
          margin-right: 0;
          margin-bottom: 18px;
        }
        .content-img2 {
          height: auto;
          margin-bottom: 18px;
        }
        #certify {
          transform: none;
        }
        #certify .swiper-slide {
          width: calc(100vw - 54px);
          height: calc((100vw - 54px)* 0.5625);
        }
        .content2 {
          margin-right: 0;
          margin-bottom: 40px;
        }
        .content3 {
          width: 100%;
        }
        .content5 {
          width: 100%;
          margin-bottom: 18px;
        }
        .content6 {
          min-height: unset;
          font-size: 30px;
          height: 154px;
          line-height: 154px;
        }
		.content1 {
          min-height: unset;
          font-size: 14px; 
        }
        .content7 {
          font-size: 14px;
          height: unset;
        }
        .content-info-title {
          font-size: 18px;
        }
        .content-info-desc {
          font-size: 12px;
        }
        .content-info-time {
          font-size: 12px;
        }
        .content3 .content-info-title {
          margin: 0;
        }
        .time1 {
          width: 70px;
          height: 70px;
          padding-top: 14px;
        }
        .day1 {
          font-size: 20px;
        }
        .day2 {
          font-size: 12px;
        }
        .text1  {
          font-size: 18px;
        }
        .text2 {
          font-size: 14px;
        }
        .text3 {
          width: 100%;
        }
        .border-title {
          font-size: 16px;
        }
      }
	  .nav-list {
}
.nav-item {
  /* max-width: 200px; */
  height: 85px;
  line-height: 85px;
  text-align: center;
  border: 2px solid #F7F8FE;
  font-size: 18px;
  color: #212121;
  cursor: pointer;
  flex: 1;
}
.nav-item.active {
  background: linear-gradient( 180deg, #0C9DF3 0%, #0EBAF3 50%);
  color: #fff;
}
.foot {
  padding: 50px 0;
  background-color: #6DC886;
  color: #fff;
  font-size: 16px; 
  text-align: center;
  line-height:2;
}
.foot a{ color: #fff;}
@media (max-width: 768px) {
  .nav-item {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
  }
  .foot {
    font-size: 12px;
    line-height: 20px;
    padding: 20px 0;
  }
}