.sect-1 .swiper {
  overflow: hidden;
}
.sect-1 .swiper .swiper-slide {
  width: 100%;
  height: 580px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 .swiper .swiper-slide {
    height: 200px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 .swiper .swiper-slide {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 .swiper .swiper-slide {
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-1 .swiper .swiper-slide {
    height: 400px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-1 .swiper .swiper-slide {
    height: 450px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-1 .swiper .swiper-slide {
    height: 500px;
  }
}
.sect-1 .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect-1 .swiper .swiper-slide .content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 0 160px;
  display: flex;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 .swiper .swiper-slide .content {
    padding: 0 15px;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 .swiper .swiper-slide .content {
    padding: 0 15px;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 .swiper .swiper-slide .content {
    padding: 0 15px;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-1 .swiper .swiper-slide .content {
    padding: 0 40px;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-1 .swiper .swiper-slide .content {
    padding: 0 60px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-1 .swiper .swiper-slide .content {
    padding: 0 80px;
  }
}
.sect-1 .swiper .swiper-slide .content .cn {
  font-family: Source Han Sans;
  font-size: 90px;
  font-weight: bold;
  color: #244196;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 .swiper .swiper-slide .content .cn {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 .swiper .swiper-slide .content .cn {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 .swiper .swiper-slide .content .cn {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-1 .swiper .swiper-slide .content .cn {
    font-size: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-1 .swiper .swiper-slide .content .cn {
    font-size: 60px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-1 .swiper .swiper-slide .content .cn {
    font-size: 80px;
  }
}
.sect-1 .swiper .swiper-slide .content .en {
  font-family: Source Han Sans;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #244196;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 .swiper .swiper-slide .content .en {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 .swiper .swiper-slide .content .en {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 .swiper .swiper-slide .content .en {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-1 .swiper .swiper-slide .content .en {
    font-size: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-1 .swiper .swiper-slide .content .en {
    font-size: 28px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-1 .swiper .swiper-slide .content .en {
    font-size: 32px;
  }
}

.sect-2 {
  display: flex;
  width: calc(100% - 260px);
  margin: -70px auto 0;
  border-radius: 30px;
  background: #244196;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
  padding: 30px 0 15px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 {
    width: calc(100% - 30px);
    margin: -20px auto 0;
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 {
    width: calc(100% - 30px);
    margin: -20px auto 0;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 {
    width: calc(100% - 30px);
    margin: -20px auto 0;
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-2 {
    width: calc(100% - 80px);
    margin: -40px auto 0;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-2 {
    width: calc(100% - 120px);
    margin: -50px auto 0;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-2 {
    width: calc(100% - 160px);
    margin: -60px auto 0;
  }
}
.sect-2 .left {
  position: relative;
  width: 900px;
  height: 470px;
  border-radius: 30px;
  background: #FFFFFF;
  margin: -140px 0 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .left {
    width: 100%;
    margin: -20px 0 0;
    height: auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .left {
    width: 100%;
    margin: -20px 0 0;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .left {
    width: 100%;
    margin: -20px 0 0;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-2 .left {
    width: 60%;
    margin: -20px 0 0;
    height: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-2 .left {
    width: 60%;
    margin: -20px 0 0;
    height: auto;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-2 .left {
    width: 60%;
    margin: -20px 0 0;
    height: auto;
  }
}
.sect-2 .left .bg {
  position: absolute;
  width: 438px;
  height: 300px;
  bottom: 10px;
  right: 45px;
  z-index: 11;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .left .bg {
    width: 400px;
    height: 270px;
    bottom: 10px;
    right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .left .bg {
    width: 400px;
    height: 270px;
    bottom: 10px;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .left .bg {
    width: 400px;
    height: 270px;
    bottom: 10px;
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-2 .left .bg {
    width: 400px;
    height: 270px;
    bottom: 10px;
    right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-2 .left .bg {
    width: 400px;
    height: 270px;
    bottom: 10px;
    right: 0;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-2 .left .bg {
    width: 400px;
    height: 270px;
    bottom: 10px;
    right: 0;
  }
}
.sect-2 .left .content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  padding: 50px 45px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .left .content {
    position: static;
    padding: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .left .content {
    position: static;
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .left .content {
    position: static;
    padding: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-2 .left .content {
    position: static;
    padding: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-2 .left .content {
    position: static;
    padding: 15px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-2 .left .content {
    position: static;
    padding: 15px;
  }
}
.sect-2 .left .content .info {
  display: flex;
  align-items: center;
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: 350;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  margin-top: 100px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .left .content .info {
    font-size: 14px;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .left .content .info {
    font-size: 14px;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .left .content .info {
    font-size: 14px;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-2 .left .content .info {
    font-size: 14px;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-2 .left .content .info {
    font-size: 14px;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-2 .left .content .info {
    font-size: 14px;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.sect-2 .left .content .info img {
  width: 28px;
  height: 26px;
  margin-right: 5px;
}
.sect-2 .left .content .info .tel {
  font-family: Source Han Sans;
  font-weight: normal;
  color: #244196;
  margin-left: 50px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .left .content .info .tel {
    margin-left: 33px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .left .content .info .tel {
    margin-left: 33px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .left .content .info .tel {
    margin-left: 33px;
  }
}
.sect-2 .left .content .txt {
  font-family: Source Han Sans;
  font-size: 14px;
  font-weight: 350;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  line-height: 54px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .left .content .txt {
    font-size: 12px;
    line-height: 1.8;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .left .content .txt {
    font-size: 12px;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .left .content .txt {
    font-size: 12px;
    line-height: 1.8;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-2 .left .content .txt {
    line-height: 2;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-2 .left .content .txt {
    line-height: 2;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-2 .left .content .txt {
    line-height: 2;
  }
}
.sect-2 .left .content .txt span {
  font-size: 22px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .left .content .txt span {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .left .content .txt span {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .left .content .txt span {
    font-size: 16px;
  }
}
.sect-2 .right {
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: 350;
  text-align: center;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  width: calc(100% - 900px);
  position: relative;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .right {
    width: 100%;
    height: auto;
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .right {
    width: 100%;
    height: auto;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .right {
    width: 100%;
    height: auto;
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-2 .right {
    width: 40%;
    height: auto;
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-2 .right {
    width: 40%;
    height: auto;
    font-size: 14px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-2 .right {
    width: 40%;
    height: auto;
    font-size: 14px;
  }
}
.sect-2 .right .data {
  display: flex;
  margin-top: 60px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .right .data {
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .right .data {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .right .data {
    margin-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-2 .right .data {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-2 .right .data {
    margin-top: 40px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-2 .right .data {
    margin-top: 50px;
  }
}
.sect-2 .right .data .item {
  flex-grow: 1;
  border-right: 1px solid #fff;
}
.sect-2 .right .data .item:last-child {
  border-right: none;
}
.sect-2 .right .data .item span {
  font-family: Source Han Sans;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-right: 10px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .right .data .item span {
    font-size: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .right .data .item span {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .right .data .item span {
    font-size: 30px;
  }
}
.sect-2 .right .btn {
  width: 140px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: normal;
  color: #244196;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 70px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .right .btn {
    position: static;
    width: 100px;
    height: 40px;
    margin: 20px 0 0 auto;
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .right .btn {
    position: static;
    width: 100px;
    height: 40px;
    margin: 20px 0 0 auto;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .right .btn {
    position: static;
    width: 100px;
    height: 40px;
    margin: 20px 0 0 auto;
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-2 .right .btn {
    width: 120px;
    height: 50px;
    margin: 20px 0 0 auto;
    font-size: 14px;
    right: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-2 .right .btn {
    width: 120px;
    height: 50px;
    margin: 20px 0 0 auto;
    font-size: 14px;
    right: 30px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-2 .right .btn {
    width: 120px;
    height: 50px;
    margin: 20px 0 0 auto;
    font-size: 14px;
    right: 30px;
  }
}

.sect-3 {
  padding: 90px 140px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 {
    padding: 40px 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 {
    padding: 40px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 {
    padding: 40px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-3 {
    padding: 60px 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-3 {
    padding: 70px 60px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-3 {
    padding: 80px;
  }
}
.sect-3 .content .tit {
  font-family: Source Han Sans;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #3D3D3D;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .tit {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .tit {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .tit {
    font-size: 20px;
  }
}
.sect-3 .content .swiper {
  margin-top: 30px;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .swiper {
    margin-top: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .swiper {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .swiper {
    margin-top: 15px;
  }
}
.sect-3 .content .swiper .swiper-slide {
  display: flex;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .swiper .swiper-slide {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .swiper .swiper-slide {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .swiper .swiper-slide {
    display: block;
  }
}
.sect-3 .content .swiper .swiper-slide img {
  width: 500px;
  height: 300px;
  border-radius: 20px;
  margin-right: 70px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .swiper .swiper-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 5/3;
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .swiper .swiper-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 5/3;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .swiper .swiper-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 5/3;
    margin-right: 0;
  }
}
.sect-3 .content .swiper .swiper-slide .info .year {
  font-family: Source Han Sans;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #244196;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .swiper .swiper-slide .info .year {
    font-size: 24px;
    margin-top: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .swiper .swiper-slide .info .year {
    font-size: 24px;
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .swiper .swiper-slide .info .year {
    font-size: 24px;
    margin-top: 10px;
  }
}
.sect-3 .content .swiper .swiper-slide .info .txt {
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: 350;
  line-height: 54px;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  margin-top: 20px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .swiper .swiper-slide .info .txt {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .swiper .swiper-slide .info .txt {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .swiper .swiper-slide .info .txt {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 0;
  }
}
.sect-3 .content .swiper .page-box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: 350;
  letter-spacing: 0.1em;
  color: #3D3D3D;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .swiper .page-box {
    margin-top: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .swiper .page-box {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .swiper .page-box {
    margin-top: 10px;
  }
}
.sect-3 .content .swiper .page-box .page-wrap {
  flex-grow: 1;
  padding-top: 15px;
  font-size: 12px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .swiper .page-box .page-wrap {
    padding-top: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .swiper .page-box .page-wrap {
    padding-top: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .swiper .page-box .page-wrap {
    padding-top: 8px;
  }
}
.sect-3 .content .swiper .page-box .page {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.sect-3 .content .swiper .page-box .page .my-bullet {
  width: 10px;
  height: 10px;
  background: #B4BDD1;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .swiper .page-box .page .my-bullet {
    width: 6px;
    height: 6px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .swiper .page-box .page .my-bullet {
    width: 6px;
    height: 6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .swiper .page-box .page .my-bullet {
    width: 6px;
    height: 6px;
  }
}
.sect-3 .content .swiper .page-box .page .my-bullet-active {
  background: #244196;
}
.sect-3 .content .swiper .page-box .page-txt {
  display: flex;
  justify-content: space-around;
  position: relative;
}
.sect-3 .content .swiper .page-box .page-txt::after {
  width: 100%;
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: -6px;
  background-color: #B4BDD1;
  z-index: -1;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .swiper .page-box .page-txt::after {
    top: -4px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .swiper .page-box .page-txt::after {
    top: -4px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .swiper .page-box .page-txt::after {
    top: -4px;
  }
}
.sect-3 .content .swiper .page-box .page-txt > div {
  width: 20%;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .swiper .page-box .page-txt > div {
    width: 20%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .swiper .page-box .page-txt > div {
    width: 20%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .swiper .page-box .page-txt > div {
    width: 20%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.sect-3 .content .swiper .page-box .prev, .sect-3 .content .swiper .page-box .next {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #244196;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px;
  cursor: pointer;
  flex-shrink: 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .swiper .page-box .prev, .sect-3 .content .swiper .page-box .next {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .swiper .page-box .prev, .sect-3 .content .swiper .page-box .next {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .swiper .page-box .prev, .sect-3 .content .swiper .page-box .next {
    width: 20px;
    height: 20px;
  }
}
.sect-3 .content .swiper .page-box .prev img, .sect-3 .content .swiper .page-box .next img {
  width: 18px;
  height: 5px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .swiper .page-box .prev img, .sect-3 .content .swiper .page-box .next img {
    width: 10px;
    height: 3px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .swiper .page-box .prev img, .sect-3 .content .swiper .page-box .next img {
    width: 10px;
    height: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .swiper .page-box .prev img, .sect-3 .content .swiper .page-box .next img {
    width: 10px;
    height: 3px;
  }
}

.sect-4 {
  padding: 0 110px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 {
    padding: 0 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 {
    padding: 0 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-4 {
    padding: 0 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-4 {
    padding: 0 60px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-4 {
    padding: 0 80px;
  }
}
.sect-4 .tit {
  font-family: Source Han Sans;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  padding: 0 20px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .tit {
    font-size: 20px;
    padding: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 .tit {
    font-size: 20px;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 .tit {
    font-size: 20px;
    padding: 0;
  }
}
.sect-4 .content {
  width: 100%;
  border-radius: 30px;
  background: #FFFFFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  padding: 40px 60px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content {
    padding: 15px;
    margin-top: 15px;
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 .content {
    padding: 15px;
    margin-top: 15px;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 .content {
    padding: 15px;
    margin-top: 15px;
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-4 .content {
    padding: 30px;
    margin-top: 15px;
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-4 .content {
    padding: 40px;
    margin-top: 20px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-4 .content {
    padding: 50px;
    margin-top: 20px;
  }
}
.sect-4 .content .left {
  width: calc(100% - 560px);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .left {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 .content .left {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 .content .left {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-4 .content .left {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-4 .content .left {
    width: 50%;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-4 .content .left {
    width: 50%;
  }
}
.sect-4 .content .left .name {
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: 350;
  letter-spacing: 0.1em;
  color: #3D3D3D;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .left .name {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 .content .left .name {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 .content .left .name {
    font-size: 14px;
  }
}
.sect-4 .content .left .name span {
  font-family: Source Han Sans;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #244196;
  margin-right: 20px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .left .name span {
    font-size: 18px;
    margin-right: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 .content .left .name span {
    font-size: 18px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 .content .left .name span {
    font-size: 18px;
    margin-right: 10px;
  }
}
.sect-4 .content .left .list {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .left .list {
    margin-top: 0;
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 .content .left .list {
    margin-top: 0;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 .content .left .list {
    margin-top: 0;
    flex-wrap: wrap;
  }
}
.sect-4 .content .left .list > div {
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: 350;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #3D3D3D;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .left .list > div {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 .content .left .list > div {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 .content .left .list > div {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 15px;
  }
}
.sect-4 .content .left .list > div > div:first-child {
  width: 160px;
  height: 50px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Source Han Sans;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin-bottom: 30px;
  background-color: #244196;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .left .list > div > div:first-child {
    height: 40px;
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 .content .left .list > div > div:first-child {
    height: 40px;
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 .content .left .list > div > div:first-child {
    height: 40px;
    font-size: 16px;
    margin-bottom: 0;
  }
}
.sect-4 .content .right {
  width: 460px;
  height: 480px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .right {
    width: 100%;
    height: auto;
    flex-direction: row;
    margin-top: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 .content .right {
    width: 100%;
    height: auto;
    flex-direction: row;
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 .content .right {
    width: 100%;
    height: auto;
    flex-direction: row;
    margin-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-4 .content .right {
    width: 50%;
    margin-top: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-4 .content .right {
    width: 50%;
    margin-top: 15px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-4 .content .right {
    width: 50%;
    margin-top: 15px;
  }
}
.sect-4 .content .right img {
  object-fit: cover;
}
.sect-4 .content .right .img-1 {
  width: 160px;
  height: 218px;
  margin-left: 64px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .right .img-1 {
    width: 30%;
    height: auto;
    aspect-ratio: 160/248;
    order: 1;
    margin-left: calc(20% - 5px);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 .content .right .img-1 {
    width: 30%;
    height: auto;
    aspect-ratio: 160/248;
    order: 1;
    margin-left: calc(20% - 5px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 .content .right .img-1 {
    width: 30%;
    height: auto;
    aspect-ratio: 160/248;
    order: 1;
    margin-left: calc(20% - 5px);
  }
}
.sect-4 .content .right .img-2 {
  width: 224px;
  height: 223px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .right .img-2 {
    width: calc(50% - 5px);
    height: auto;
    aspect-ratio: 224/223;
    order: 3;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 .content .right .img-2 {
    width: calc(50% - 5px);
    height: auto;
    aspect-ratio: 224/223;
    order: 3;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 .content .right .img-2 {
    width: calc(50% - 5px);
    height: auto;
    aspect-ratio: 224/223;
    order: 3;
  }
}
.sect-4 .content .right .img-3 {
  width: 224px;
  height: 223px;
  margin-top: 68px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .right .img-3 {
    width: calc(50% - 5px);
    height: auto;
    margin-top: 0;
    aspect-ratio: 224/223;
    order: 2;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 .content .right .img-3 {
    width: calc(50% - 5px);
    height: auto;
    margin-top: 0;
    aspect-ratio: 224/223;
    order: 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 .content .right .img-3 {
    width: calc(50% - 5px);
    height: auto;
    margin-top: 0;
    aspect-ratio: 224/223;
    order: 2;
  }
}
.sect-4 .content .right .img-4 {
  width: 114px;
  height: 150px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .right .img-4 {
    width: 30%;
    height: auto;
    margin-left: 0;
    aspect-ratio: 114/150;
    order: 4;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 .content .right .img-4 {
    width: 30%;
    height: auto;
    margin-left: 0;
    aspect-ratio: 114/150;
    order: 4;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 .content .right .img-4 {
    width: 30%;
    height: auto;
    margin-left: 0;
    aspect-ratio: 114/150;
    order: 4;
  }
}

.sect-5 {
  padding: 100px 110px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-5 {
    padding: 40px 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-5 {
    padding: 40px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-5 {
    padding: 40px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-5 {
    padding: 60px 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-5 {
    padding: 70px 60px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-5 {
    padding: 80px;
  }
}
.sect-5 .tit {
  font-family: Source Han Sans;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  padding: 0 20px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-5 .tit {
    padding: 0;
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-5 .tit {
    padding: 0;
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-5 .tit {
    padding: 0;
    font-size: 20px;
  }
}
.sect-5 .content {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-5 .content {
    margin-top: 15px;
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-5 .content {
    margin-top: 15px;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-5 .content {
    margin-top: 15px;
    display: block;
  }
}
.sect-5 .content .left {
  width: 58%;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-5 .content .left {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-5 .content .left {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-5 .content .left {
    width: 100%;
  }
}
.sect-5 .content .left video {
  width: 100%;
  aspect-ratio: 98/54;
  object-fit: cover;
}
.sect-5 .content .right {
  width: calc(42% - 60px);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-5 .content .right {
    width: 100%;
    margin-top: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-5 .content .right {
    width: 100%;
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-5 .content .right {
    width: 100%;
    margin-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-5 .content .right {
    width: calc(42% - 30px);
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-5 .content .right {
    width: calc(42% - 40px);
  }
}
.sect-5 .content .right .name {
  font-family: Source Han Sans;
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0.1em;
  color: #244196;
  border-bottom: 1px solid #244196;
  padding-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-5 .content .right .name {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.8;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-5 .content .right .name {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-5 .content .right .name {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.8;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-5 .content .right .name {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.8;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-5 .content .right .name {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.8;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-5 .content .right .name {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.8;
  }
}
.sect-5 .content .right .txt {
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: normal;
  line-height: 60px;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  margin-top: 40px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-5 .content .right .txt {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-5 .content .right .txt {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-5 .content .right .txt {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-5 .content .right .txt {
    font-size: 14px;
    line-height: 2.4;
    margin-top: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-5 .content .right .txt {
    font-size: 14px;
    line-height: 2.4;
    margin-top: 15px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-5 .content .right .txt {
    font-size: 14px;
    line-height: 2.4;
    margin-top: 15px;
  }
}

/*# sourceMappingURL=about.css.map */
