body {
  background-color: #F8F8F8;
}

.section1 .wrap {
  width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
}

.section1 .wrap .title {
  text-align: center;
  margin-bottom: 40px;
}

.section1 .wrap .title h3 {
  color: #000;
  font-size: 36px;
}

.section1 .wrap .main {
  position: relative;
}

.section1 .wrap .main.aos-animate {
  transition-delay: 0.1s;
}

.section1 .wrap .main .item {
  display: flex;
}

.section1 .wrap .main .item .left {
  width: 50%;
}

.section1 .wrap .main .item .left img {
  width: 100%;
}

.section1 .wrap .main .item .right {
  padding: 120px 50px 0;
  width: 50%;
  background-color: #fff;
}

.section1 .wrap .main .item .right .top {
  margin-bottom: 80px;
}

.section1 .wrap .main .item .right .top .line {
  width: 38px;
  height: 4px;
  background-color: #0F208A;
  margin-bottom: 10px;
  transition: all 0.6s;
  transform-origin: left;
  transform: scaleX(0);
}

.section1 .wrap .main .item .right .top h4 {
  color: #111;
  margin-bottom: 20px;
  font-size: 24px;
  transition: all 0.6s;
  opacity: 0;
  transform: translateY(20px);
}

.section1 .wrap .main .item .right .top p {
  color: #444;
  font-size: 16px;
  line-height: 2;
  transition: all 0.6s;
  opacity: 0;
  transform: translateY(20px);
}

.section1 .wrap .main .item .right .bottom {
  transition: all 0.6s;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(20px);
}

.section1 .wrap .main .item .right .bottom .time {
  font-size: 14px;
  color: #444;
}

.section1 .wrap .main .item .right .bottom a {
  color: #111111;
  font-size: 14px;
  transition: all 0.6s;
  display: flex;
  align-items: center;
}

.section1 .wrap .main .item .right .bottom a:hover {
  color: #0F208A;
}

.section1 .wrap .main .item .right .bottom a:hover span {
  transform: translateX(5px);
}

.section1 .wrap .main .item .right .bottom a span {
  transition: all 0.6s;
  display: block;
  margin-left: 5px;
  color: #0F208A;
}

.section1 .wrap .main .swiper-slide-active .item .top .line {
  transform: scaleX(1);
  transition-delay: 0.3s;
}

.section1 .wrap .main .swiper-slide-active .item .top h4,
.section1 .wrap .main .swiper-slide-active .item .top p {
  opacity: 1;
  transform: translateY(0);
}

.section1 .wrap .main .swiper-slide-active .item .top h4 {
  transition-delay: 0.5s;
}

.section1 .wrap .main .swiper-slide-active .item .top p {
  transition-delay: 0.7s;
}

.section1 .wrap .main .swiper-slide-active .item .bottom {
  transition-delay: 0.9s;
  opacity: 1;
  transform: translateY(0);
}

.section1 .wrap .main .tab {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 10;
  width: 104px;
}

.section1 .wrap .main .tab .prev,
.section1 .wrap .main .tab .next {
  width: 52px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.section1 .wrap .main .tab .prev:hover .icon span,
.section1 .wrap .main .tab .next:hover .icon span {
  transform: translateX(100%);
}

.section1 .wrap .main .tab .prev .icon,
.section1 .wrap .main .tab .next .icon {
  position: relative;
  width: fit-content;
  overflow: hidden;
}

.section1 .wrap .main .tab .prev .icon span,
.section1 .wrap .main .tab .next .icon span {
  transition: all 0.6s;
  display: block;
}

.section1 .wrap .main .tab .prev .icon span:nth-child(1),
.section1 .wrap .main .tab .next .icon span:nth-child(1) {
  position: absolute;
  right: 100%;
}

.section1 .wrap .main .tab .prev {
  transform: rotate(180deg);
  background-color: #fff;
  transition: all 0.6s;
}

.section1 .wrap .main .tab .prev:hover {
  background-color: #0F208A;
}

.section1 .wrap .main .tab .prev:hover span {
  color: #fff;
}

.section1 .wrap .main .tab .prev span {
  color: #0F208A;
}

.section1 .wrap .main .tab .next {
  margin-left: 50%;
  background-color: #0F208A;
  transition: all 0.6s;
}

.section1 .wrap .main .tab .next:hover {
  background-color: #fff;
}

.section1 .wrap .main .tab .next:hover span {
  color: #0F208A;
}

.section1 .wrap .main .tab .next span {
  color: #fff;
}

.section1 .wrap .page {
  margin-top: 30px;
  margin-bottom: 50px;
}

.section1 .wrap .page .swiper-pagination {
  position: static;
}

.section1 .wrap .page .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  width: fit-content;
  height: fit-content;
  background-color: transparent;
  transition: all 0.6s;
}

.section1 .wrap .page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #0F208A;
}

.section2 .wrap {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 90px;
}

.section2 .wrap .list {
  display: grid;
  gap: 30px 40px;
  grid-template-columns: repeat(3, 1fr);
}

.section2 .wrap .list .item {
  border-radius: 8px;
}

.section2 .wrap .list .item a {
  transition: all 0.6s;
  display: block;
}

.section2 .wrap .list .item a:hover {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.06);
}

.section2 .wrap .list .item a:hover .img img {
  transform: scale(1.1);
}

.section2 .wrap .list .item a:hover .text .content {
  color: #0F208A;
}

.section2 .wrap .list .item a .img {
  height: 240px;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.section2 .wrap .list .item a .img img {
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(1);
  transition: all 1.5s;
}

.section2 .wrap .list .item a .text {
  height: 120px;
  padding: 24px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}

.section2 .wrap .list .item a .text .time {
  color: #999;
  font-size: 14px;
  margin-bottom: 10px;
}

.section2 .wrap .list .item a .text .content {
  color: #111;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.6s;
}

.section2 .wrap .common_page {
  margin: 60px auto 0;
}

@media screen and (max-width: 1919px) {
  .section1 .wrap {
    width: 62.5vw;
    padding-top: 4.1666666667vw;
  }

  .section1 .wrap .title {
    margin-bottom: 2.0833333333vw;
  }

  .section1 .wrap .title h3 {
    font-size:1.875vw;
  }

  .section1 .wrap .main .item .right {
    padding: 6.25vw 2.6041666667vw 0px;
  }

  .section1 .wrap .main .item .right .top {
    margin-bottom: 4.1666666667vw;
  }

  .section1 .wrap .main .item .right .top .line {
    width: 1.9791666667vw;
    height: 0.2083333333vw;
    margin-bottom: 0.5208333333vw;
  }

  .section1 .wrap .main .item .right .top h4 {
    margin-bottom: 1.0416666667vw;
    font-size: 1.25vw;
    transform: translateY(1.0416666667vw);
  }

  .section1 .wrap .main .item .right .top p {
    font-size: 0.83333333vw;
    transform: translateY(1.0416666667vw);
  }

  .section1 .wrap .main .item .right .bottom {
    transform: translateY(1.0416666667vw);
  }

  .section1 .wrap .main .item .right .bottom .time {
    font-size: 0.7291666667vw;
  }

  .section1 .wrap .main .item .right .bottom a {
    font-size: 0.7291666667vw;
  }

  .section1 .wrap .main .item .right .bottom a:hover span {
    transform: translateX(0.2604166667vw);
  }

  .section1 .wrap .main .item .right .bottom a span {
    margin-left: 0.2604166667vw;
  }

  .section1 .wrap .main .tab {
    width: 5.4166666667vw;
  }

  .section1 .wrap .main .tab .prev,
  .section1 .wrap .main .tab .next {
    width: 2.7083333333vw;
    height: 2.2916666667vw;
  }

  .section1 .wrap .page {
    margin-top: 1.5625vw;
    margin-bottom: 2.6041666667vw;
  }

  .section1 .wrap .page .swiper-pagination .swiper-pagination-bullet {
    margin: 0px 0.2604166667vw;
  }

  .section2 .wrap {
    width: 62.5vw;
    padding-bottom: 4.6875vw;
  }

  .section2 .wrap .list {
    gap: 1.5625vw 2.0833333333vw;
  }

  .section2 .wrap .list .item {
    border-radius: 0.4166666667vw;
  }

  .section2 .wrap .list .item a:hover {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0.2604166667vw 1.0416666667vw 0px;
  }

  .section2 .wrap .list .item a .img {
    height: 12.5vw;
    border-radius: 0.4166666667vw;
  }

  .section2 .wrap .list .item a .text {
    height: 6.25vw;
    padding: 1.25vw;
    border-radius: 0px 0px 0.4166666667vw 0.4166666667vw;
  }

  .section2 .wrap .list .item a .text .time {
    font-size: 0.7291666667vw;
    margin-bottom: 0.5208333333vw;
  }

  .section2 .wrap .list .item a .text .content {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }

  .section2 .wrap .common_page {
    margin: 3.125vw auto 0px;
  }
  .section2 .wrap .list {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .section1 .wrap{
    width: 90%;
    padding-top: 60px;
  }
  .section2 .wrap{
    width: 90%;
    padding-bottom: 60px;
  }


  .section1 .wrap .main .item .right {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .section1 .wrap .main .item .right .top .line {
    width: 20px;
    height: 2px;
    margin-bottom: 10px;
  }

  .section1 .wrap .main .item .right .top h4 {
    font-size: 18px;
    margin-bottom: 10px;
    transform: translateY(10px);
  }

  .section1 .wrap .main .item .right .top p {
    font-size: 14px;
    line-height: 2;
    transform: translateY(10px);
  }

  .section1 .wrap .main .item .right .top {
    margin-bottom: 30px;
  }

  .section1 .wrap .main .item .right .bottom .time {
    font-size: 12px;
  }

  .section1 .wrap .main .item .right .bottom a {
    font-size: 12px;
  }

  .section1 .wrap .main .item .right .bottom a span,
  .section1 .wrap .main .tab .prev .icon span,
  .section1 .wrap .main .tab .next .icon span,
  .section1 .wrap .main .tab .prev:hover .icon span,
  .section1 .wrap .main .tab .next:hover .icon span {
    font-size: 14px;
  }

  .section1 .wrap .main .item .right .bottom a span {
    margin-left: 5px;
  }

  .section1 .wrap .title {
    margin-bottom: 20px;
  }

  .section1 .wrap .main .item {
    flex-direction: column;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
  }

  .section1 .wrap .main .item .right {
    flex: 1;
    justify-content: start;
  }

  .section1 .wrap .main .item .right,
  .section1 .wrap .main .item .left {
    width: 100%;
  }

  .section1 .wrap .main .item .left {
    height: auto;
  }

  .section1 .wrap .main .item .left .img {
    height: 400px;
  }

  .section1 .wrap .main .item .left .img img {
    height: 100%;
    width: 100%;
  }

  .section1 .wrap .main .tab {
    width: 80px;
    height: 30px;
    z-index: 2;
  }

  .section1 .wrap .main .swiper-slide {
    height: auto;
  }

  .section1 .wrap .main .tab .next {
    margin: 0;
  }

  .section1 .wrap .main .tab {
    display: flex;
  }

  .section1 .wrap .main .tab .prev,
  .section1 .wrap .main .tab .next {
    width: 50%;
    height: 100%;
  }

  .section1 .wrap .main .tab .next:hover,
  .section1 .wrap .main .tab .prev:hover {
    background-color: #fff;
  }

  .section1 .wrap .main .tab .prev:hover .icon span,
  .section1 .wrap .main .tab .next:hover .icon span {
    transform: none;
  }

  .section1 .wrap .main .tab .next span,
  .section1 .wrap .main .tab .prev span {
    color: #0F208A;
  }

  .section1 .wrap .main .tab .next {
    background-color: #fff;
  }

  .section1 .wrap .main .tab {
    top: 400px;
    left: 0;
    transform: translate(0, -100%);
  }

  .section1 .wrap .main .tab .prev:hover span {
    color: #0F208A;
  }
  .section1 .wrap .title h3{
    font-size: 28px;
  }
  .section2 .wrap .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .section1 .wrap .page .swiper-pagination .swiper-pagination-bullet{
    margin: 0 3px;
  }
  .section1 .wrap .page{
    margin: 20px 0;
  }
  .section2 .wrap .list .item a .img {
    /* height: 300px; */
    height: 29.296875vw;
  }
  .section2 .wrap .list .item{
    border-radius: 10px;
    overflow: hidden;
  }
  .section2 .wrap .list .item a .text .time{
    font-size: 12px;
    margin-bottom: 10px;
  }
  .section2 .wrap .list .item a .text .content {
    font-size: 14px;
    line-height: 2;
  }
  .section2 .wrap .list .item a .img{
    border-radius: 10px;
    overflow: hidden;
  }
  .section2 .wrap .list .item a .text {
    height: auto;
    padding: 20px;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
.section1 .wrap .main .item .right {
  padding: 20px;
}

.section1 .wrap .main .item .left .img {
  height: 300px;
}

.section1 .wrap .main .tab {
  top: 300px;
}
.section1 .wrap .title h3{
  font-size: 24px;
}
.section1 .wrap{
  padding-top: 50px;
}
.section2 .wrap .list {
  grid-template-columns: repeat(1, 1fr);
}
.section2 .wrap .list .item a .img {
  height: 50.296875vw;
}
.section2 .wrap .list .item a .text{
  padding: 15px;
}
.section2 .wrap{
  padding-bottom: 50px;
}
}