.ny_banner {
  background-image: url(../img/sub/01.png);
}
:root {
  --padd: 6.927vw;
  --vicolor: #0f3bdc;
}
.f50 {
  font-size: 50px;
}
.f36 {
  font-size: 36px;
}
.f22 {
  font-size: 22px;
}
.f20 {
  font-size: 20px;
}
.f16 {
  font-size: 16px;
}
.f14 {
  font-size: 14px;
}
@media (max-width: 1660px) {
    .f36 {
      font-size: 28px;
    }
    .f22 {
      font-size: 20px;
    }
    .f20 {
      font-size: 18px;
    }
    .f16 {
      font-size: 15px;
    }
    .f14 {
      font-size: 13px;
    }
    
  .f50 {
    font-size: 40px;
  }
}
@media (max-width: 1480px) {
    .f36 {
      font-size: 24px;
    }
    .f22 {
      font-size: 18px;
    }
    .f20 {
      font-size: 16px;
    }
    .f16 {
      font-size: 14px;
    }
    .f14 {
      font-size: 13px;
    }
    
  .f50 {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  :root {
    --padd: 15px;
  }
  .f50 {
    font-size: 25px;
  }
  .f20 {
    font-size: 16px;
  }
  .f16 {
    font-size: 14px;
  }
  .f36 {
      font-size: 22px;
   }
}
.multimedia_container {
  background: #f2f8ff url(../img/sub/02.png) no-repeat top center;
  background-size: 100% auto;
}
.multimedia1 {
  padding: 6.979vw var(--padd) 0;
}
.multimedia1 .tit {
  margin-bottom: 3.698vw;
}
.multimedia1 .tit .h1 {
  color: #000;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.677vw;
}
.multimedia1 .tit .h2 {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1vw;
}
.multimedia1 .tit .p1 {
  width: 58.594vw;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
}
.multimedia1 .list {
  margin: 0 auto;
  width: 71vw;
  display: flex;
  justify-content: space-between;
}
.multimedia1 .list .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
}
.multimedia1 .list .item:last-child {
  margin-right: 0;
}
.multimedia1 .list .item .ico {
  width: 54px;
  height: 54px;
  margin-bottom: 1.198vw;
}
.multimedia1 .list .item .ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.multimedia1 .list .item .p1 {
  text-align: center;
  margin-bottom: 11px;
  line-height: 1.5;
}
.multimedia1 .list .item .p2 {
  line-height: 1.5;
  text-align: center;
  color: var(--vicolor);
}
.multimedia2 {
  padding: 8.021vw var(--padd) 0;
}
.multimedia2 .top {
  margin-bottom: 45px;
}
.multimedia2 .top .h1 {
  text-align: center;
  margin-bottom: 13px;
  line-height: 1.5;
}
.multimedia2 .top .h2 {
  color: #464646;
  line-height: 1.5;
  text-align: center;
    width: 58.594vw;
    margin: 0 auto;
}
.multimedia2 .swiper {
  overflow: hidden;
  margin-bottom: 51px;
}
.multimedia2 .swiper .swiper-slide {
  background-color: #fff;
  padding: 2.604vw 2.083vw 3.281vw;
  min-height: 25.677vw;
}
.multimedia2 .swiper .swiper-slide .img {
  width: 100%;
  height: auto;
  aspect-ratio: 300 / 222;
  margin-bottom: 34px;
}
.multimedia2 .swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.multimedia2 .swiper .swiper-slide .h1 {
  line-height: 30px;
  height: 30px;
  margin-bottom: 13px;
  text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;
}
.multimedia2 .swiper .swiper-slide .p1 {
  line-height: 24px;
  height: 72px;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.multimedia2 .bot {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.multimedia2 .bot .swiper-pagination {
  width: fit-content;
  margin: 0 53px;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transform: none;
  color: #666;
  font-size: 0.833vw;
}
.multimedia2 .bot .swiper-pagination .swiper-pagination-current {
  font-size: 1.354vw;
  color: var(--vicolor);
}
.multimedia2 .bot .btn {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: all 0.4s;
}
.multimedia2 .bot .btn svg {
  width: 0.781vw;
  height: 0.781vw;
  object-fit: contain;
}
.multimedia2 .bot .btn svg path {
  transition: all 0.4s;
}
.multimedia2 .bot .btn svg line {
  transition: all 0.4s;
}
.multimedia2 .bot .btn svg.root {
  transform: rotate(180deg);
}
.multimedia2 .bot .btn:hover {
  background-color: #0f3bdc;
}
.multimedia2 .bot .btn:hover svg path {
  stroke: #fff;
}
.multimedia2 .bot .btn:hover svg line {
  stroke: #fff;
}
.multimedia3 {
  padding: 0 var(--padd) 10.417vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.multimedia3 .text {
  flex: 1;
  padding-right: 10.417vw;
}
.multimedia3 .text .h1 {
  line-height: 1.5;
  margin-bottom: 0.677vw;
}
.multimedia3 .text .h2 {
  line-height: 1.35;
  margin-bottom: 1.667vw;
  color: #464646;
}
.multimedia3 .text .p1 {
  line-height: 1.75;
  color: #333333;
  margin-bottom:2.5vw;
}
.multimedia3 .text .btn {
  width: 185px;
  height: 42px;
  border-radius: 42px;
  color: #fff;
  background: var(--vicolor);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.multimedia3 .text .btn svg {
  width: 28px;
  height: 28px;
  object-fit: contain;
  margin-left: 10px;
}
.multimedia3 .text .btn_f {
  color: #333333;
  line-height: 1.5;
}
.multimedia3 .pic {
  width: 38.646vw;
  height: auto;
  aspect-ratio: 742 / 484;
  overflow: hidden;
  border-radius: 10px;
}
.multimedia3 .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.multimedia3 .pic:hover img {
  transform: scale(1.1);
}

.eve2 {
    /*padding: 6.25vw 16.146vw 4.85vw 16.146vw;*/
    padding: 10.417vw var(--padd) 0;
}

.eve2>.top {
    text-align: center;
    margin-bottom: 3.2vw;
}

.eve2>.top .h {
    color: #01003C;
    line-height: 1.5;
    margin-bottom: 13px;
}

.eve2>.top .p {
    /*font-size: 20px;*/
    line-height: 26px;
    color: #010055;
}

.eve2>.con .tab {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #489FF8;
    margin-bottom: 3.125vw;
}

.eve2>.con .tab .item {
    /*font-size: 36px;*/
    line-height: 1.33;
    padding-bottom: 1.72vw;
    position: relative;
    margin-right: 7.6vw;
    padding-right: 5.2vw;
    transition: all 0.5s;
    cursor: pointer;
}

.eve2>.con .tab .item.on {
    color: #2B26FF;
}
.eve2 .f20  {
    color: #464646;
    line-height: 1.5;
    text-align: center;
}
.eve2 .p1  {
    color: #464646;
    line-height: 1.5;
    text-align: center;
        width: 58.594vw;
    margin: 0 auto;
}

.eve2>.con .tab .item:after {
    content: "";
    position: absolute;
    bottom: -0.18vw;
    left: 0;
    width: 0%;
    height: 0.36vw;
    background: linear-gradient(to right,#2E2AFF,#88F8DD);
    border-radius: 0.18vw;
    transition: all 0.5s;
}

.eve2>.con .tab .item.on:after {
    width: 100%;
}

.eve2>.con .list {
    display: none;
}

.eve2>.con .list.on {
    display: block;
}

.eve2>.con .list .item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2.2vw;
}

.eve2>.con .list .item .time {
    white-space: nowrap;
    width: fit-content;
    color: #2B26FF;
    font-weight: 600;
    /*font-size: 24px;*/
    width: 145px
}

.eve2>.con .list .item .solid {
    width: 1px;
    background-color: #2B26FF;
    height: 100%;
    min-height: 120px;
    margin: 0 28px 0 30px;
    position: relative;
}

.eve2>.con .list .item .solid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.55vw;
    height: 0.55vw;
    border-radius: 50%;
    background-color: #2B26FF;
}

.eve2>.con .list .item .txt {
    width: 43.3vw;
}

.eve2>.con .list .item .txt .h {
    color: #01003C;
    line-height: 1.33;
    margin-bottom: 0.95vw;
    /*font-weight: 600;*/
    font-size: 24px;
}

.eve2>.con .list .item .txt .p {
    color: #010055;
    line-height: 1.4;
    /*font-size: 20px;*/
}

.multimedia4 {
  padding: 7.813vw var(--padd) 8.177vw;
}
.multimedia4 form {
    width: 88%;
    margin: 0 auto;
}

.multimedia4 form .p2{line-height: 1.3;width: 72vw!important;}
.multimedia2 .top .h2{width: 72vw;}

.multimedia4 .top {
  margin-bottom:1vw;
}
.multimedia4 .top .h1 {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 13px;
}
.multimedia4 .top .p1 {
  text-align: center;
  color: #464646;
  line-height: 1.5;
}
.multimedia4 form .item {
  display: flex;
  margin-bottom: 30px;
}
.multimedia4 form .item label {
  flex: 1;
  margin-right: 30px;
}
.multimedia4 form .item label:last-child {
  margin-right: 0;
}
.multimedia4 form .item .item_top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.multimedia4 form .item .item_top .rules {
  color: #FF0000;
  margin-right: 6px;
}
.multimedia4 form .item .item_bot {
  width: 100%;
  display: flex;
}
.multimedia4 form .item .item_bot input {
  width: 100%;
  height: 46px;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  padding: 0 12px;
  color: #333;
}
.multimedia4 form .item .item_bot input::placeholder {
  color: #AFAFAF;
}
.multimedia4 form .item .item_bot textarea {
  width: 100%;
  min-height: 149px;
  padding: 14px;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  font-size: 14px;
  font-family: auto;
}
.multimedia4 form .item .item_bot textarea:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
  font-size: 14px;
}
.multimedia4 form .item .item_bot textarea::placeholder {
  color: #AFAFAF;
  font-family: auto;
}
.multimedia4 form .item .item_bot2 {
  /*padding-top: 10px;*/
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.multimedia4 form .item .lab_radio {
  display: flex;
    align-items: center;
    margin: 0 30px 10px 0;
    flex: none;
    cursor: pointer;
    width: fit-content;
}
.multimedia4 form .item .lab_radio.lab2 {
  width: 100%;
  margin-bottom: 48px;
  align-items: start;
}
.multimedia4 form .item .lab_radio.lab2 .rad_box {
  transform: translateY(3px);
}
.multimedia4 form .item .lab_radio.lab2 .rad_tit {
  color: #666666;line-height: calc(24 / 14* 100%);
  white-space: unset;
  flex: 1;
}
.multimedia4 form .item .lab_radio.act .rad_box {
  background-color: var(--vicolor);
}
.multimedia4 form .item .lab_radio.act .rad_box::before {
  opacity: 1;
}
.multimedia4 form .item .lab_radio .rad_box {
  width: 17px;
  height: 17px;
  position: relative;
  margin-right: 13px;
  border: 2px solid var(--vicolor);
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.4s;
}
.multimedia4 form .item .lab_radio .rad_box::before {
  pointer-events: none;
  z-index: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background: url(../img/sub/06.svg) no-repeat center center;
  background-size: contain;
  transition: all 0.4s;
  opacity: 0;
}
.multimedia4 form .item .lab_radio .rad_box input {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.multimedia4 form .item .lab_radio .rad_tit {
  color: #1C1C1C;
  line-height: 1.5;
  white-space: nowrap;
}
.multimedia4 form .btn {
  width: 185px;
  height: 42px;
  border-radius: 42px;
  color: #fff;
  background: var(--vicolor);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 0;
  cursor: pointer;
}
.multimedia4 form .btn svg {
  width: 28px;
  height: 28px;
  object-fit: contain;
  margin-left: 10px;
}
.multimedia5 {
  padding: 6.927vw var(--padd) 11.25vw;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.multimedia5 .text {
  padding-right: 13.021vw;
  flex: 1;
}
.multimedia5 .text .top .h1 {
  line-height: 1.5;
  margin-bottom: 13px;
}
.multimedia5 .text .top .h2 {
  color: #464646;
  margin-bottom: 5.208vw;
}
.multimedia5 .text .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.multimedia5 .text .list .item {
  width: 48%;
  margin-bottom: 2.5vw;
}
.multimedia5 .text .list .item .ico {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.multimedia5 .text .list .item .ico img {
  width: 20px;
  height: 20px;
  margin-right: 11px;
}
.multimedia5 .text .list .item .h1 {
  color: var(--vicolor);
  line-height: 1.5;
}
.multimedia5 .multimedia5_map {
  width: 41.406vw;
  height: auto;
  aspect-ratio: 795 / 613;
  overflow: hidden;
  border-radius: 14px;
  position: relative;
}
.multimedia5 .multimedia5_map img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.multimedia5 .multimedia5_map .ico {
  width: calc(26 / 795 * 100%);
  height: auto;
  position: absolute;
  top: calc(371 / 613 * 100%);
  left: calc(355 / 795 * 100%);
}

@media (max-width: 1480px) {
    .multimedia5 .text {
      padding-right: 9.021vw;
      flex: 1;
    }
}
@media (max-width: 1024px) {
.multimedia1{padding: 40px 15px;}
.multimedia2{padding: 40px 15px;}
.multimedia3{padding: 40px 15px;}
.multimedia1 .tit .h1{width: 260px;margin: 0 auto;margin-bottom:13px;}
.multimedia1 .tit .h2{margin-bottom: 30px;     width: 58.594vw;
    margin: 0 auto;}
.multimedia1 .tit .p1{width: 100%;}
.multimedia1 .list{width: 100%;flex-wrap: wrap;justify-content:space-between;}
.multimedia1 .list .item{width: 48%;margin-bottom: 20px;flex:auto;margin-right:0;}
.multimedia2 .bot .swiper-pagination{font-size: 14px;}
.multimedia2 .bot .swiper-pagination .swiper-pagination-current{font-size: 20px;}
.multimedia2 .bot .btn svg{width: 20px;height: 10px;}
.multimedia3{display: block;}
.multimedia3 .text{flex: auto;width: 100%;padding-right: 0;margin-bottom:20px;text-align:center;}
.multimedia3 .text .btn{margin: 0 auto;margin-bottom: 30px;}
.multimedia3 .pic{width: 100%;}
.multimedia4 form .item{display: block;}
.multimedia4 form .item label{width: 100%;flex: auto;margin-right: 0;margin-bottom: 12px;display:block;}
.multimedia4{padding: 40px 15px;}
.multimedia4 form .item .lab_radio{width: fit-content;margin-right: 10px;}
.multimedia5{padding: 40px 15px;display:block;}
.multimedia5 .text{width: 100%;flex: auto;}
.multimedia5 .multimedia5_map{width: 100%;}
.multimedia5 .text .list .item .h1{font-size: 12px;}
.multimedia1 .list .item .ico{width: 40px;height: 40px;}

 .eve2 {
        padding: 60px 20px 0 20px;
    }

    .eve2>.top {
        margin-bottom: 30px;
    }

    .eve2>.con .tab .item {
        font-size: 20px;
    }

    .eve2>.con .list .item .time {
        font-size: 17px;
    }

    .eve2>.con .list .item .solid {
        margin: 0 18px 0 20px;
    }

    .eve2>.con .list .item .txt {
        width: 67vw;
    }

    .eve2>.con .list .item .txt .h {
        font-size: 17px;
    }

    .eve2>.con .list .item .txt .p {
        font-size: 14px;
    }
}
