.section1 {
  background-color: #F7F7F8;
  height: calc(100vh + 3000px);
  overflow: unset;
}
.section1 .wrap {
  height: 100vh;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  padding-right: 105px;
  position: sticky;
  top: 0;
}



.section1 .wrap .en {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section1 .wrap .en p {
  font-size: 180px;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
  letter-spacing: 3px;
}
.section1 .wrap .left {
  position: relative;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
.section1 .wrap .left .img {
  width: 480px;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section1 .wrap .right {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section1 .wrap .right .content {
  opacity: 0;
  width: 500px;
  height: 360px;
  background-color: #fff;
  border-radius: 16px;
  padding: 50px;
  transform: translateX(-100px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section1 .wrap .right .content .title h3 {
  color: #0C3388;
  font-size: 48px;
  line-height: 1;
}
.section1 .wrap .right .content .title h4 {
  color: #333;
  font-size: 24px;
}
.section1 .wrap .right .content .text p {
  color: #888;
  font-size: 16px;
  line-height: 28px;
}
.section2 .wrap {
  width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 130px;
}
.section2 .wrap .top {
  margin-top: 40px;
  margin-bottom: 20px;
  border-radius: 16px;
  overflow: hidden;
}
.section2 .wrap .bottom {
  position: relative;
}
.section2 .wrap .bottom .item {
  border-radius: 16px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
  transition: all 0.6s;
}
.section2 .wrap .bottom .item .icon {
  margin-bottom: 44px;
}
.section2 .wrap .bottom .item .icon img {
  transition: all 0.6s;
}
.section2 .wrap .bottom .item .icon img:nth-child(1) {
  position: absolute;
  opacity: 0;
  filter: brightness(0) invert(1);
}
.section2 .wrap .bottom .item .text {
  text-align: center;
}
.section2 .wrap .bottom .item .text p {
  color: #333;
  font-size: 18px;
  transition: all 0.6s;
}
.section2 .wrap .bottom .item:hover {
  background-color: #0C3388;
  border-color: #0C3388;
}
.section2 .wrap .bottom .item:hover .icon img:nth-child(1) {
  opacity: 1;
}
.section2 .wrap .bottom .item:hover .icon img:nth-child(2) {
  opacity: 0;
}
.section2 .wrap .bottom .item:hover .text p {
  color: #fff;
}
.section3 .wrap {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 130px;
}
.section3 .wrap .main {
  margin-top: 40px;
}
.section3 .wrap .main table {
  width: 100%;
}
.section3 .wrap .main table tr {
  height: 60px;
  position: relative;
  border-bottom: 5px solid #fff;
}
.section3 .wrap .main table tr::after {
  z-index: -1;
  left: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  background-color: #FAFAFA;
  content: "";
  border-radius: 8px;
  display: block;
}
.section3 .wrap .main table tr td {
  text-align: center;
}
.section3 .wrap .main table tr:nth-child(1)::after {
  background-color: rgba(12, 51, 136, 0.1);
}
.section4 .wrap {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 126px;
}
.section4 .wrap .main {
  margin-top: 40px;
}
.section4 .wrap .main .item:hover .img img {
  transform: scale(1.05);
}
.section4 .wrap .main .item .img {
  border-radius: 16px;
  overflow: hidden;
}
.section4 .wrap .main .item .img img {
  transition: all 1s;
}
.section4 .wrap .main .item .text {
  margin-top: 20px;
  text-align: center;
  color: #333;
  font-size: 18px;
}
.section2 .wrap .bottom .item .icon{
  position: relative;
}
@media screen and (max-width: 1919px) {
.section1{
height: calc(156.25vw + 100vh);
}
.section1 .wrap{
width: 62.5vw;
 padding-right: 5.46875vw;
}
.section1 .wrap .en p{
font-size: 9.375vw;
 letter-spacing: 0.15625vw;
}
.section1 .wrap .left .img{
width: 25vw;
 height: 18.75vw;
}
.section1 .wrap .right .content{
width: 26.0416666667vw;
 height: 18.75vw;
 border-radius: 0.8333333333vw;
 padding: 2.6041666667vw;
 transform: translateX(-5.2083333333vw);
}
.section1 .wrap .right .content .title h3{
font-size: 2.5vw;
}
.section1 .wrap .right .content .title h4{
font-size: 1.25vw;
}
.section1 .wrap .right .content .text p{
font-size: 0.8333333333vw;
 line-height: 1.4583333333vw;
}
.section2 .wrap{
width: 62.5vw;
 padding-top: 5.2083333333vw;
 padding-bottom: 6.7708333333vw;
}
.section2 .wrap .top{
margin-top: 2.0833333333vw;
 margin-bottom: 1.0416666667vw;
 border-radius: 0.8333333333vw;
}
.section2 .wrap .bottom .item{
border-radius: 0.8333333333vw;
 height: 15.625vw;
 padding: 0px 3.125vw;
}
.section2 .wrap .bottom .item .icon{
margin-bottom: 2.2916666667vw;
}
.section2 .wrap .bottom .item .text p{
font-size: 0.9375vw;
}
.section3 .wrap{
width: 62.5vw;
 padding-bottom: 6.7708333333vw;
}
.section3 .wrap .main{
margin-top: 2.0833333333vw;
}
.section3 .wrap .main table tr{
height: 3.125vw;
 border-bottom: 0.2604166667vw solid rgb(255, 255, 255);
}
.section3 .wrap .main table tr::after{
border-radius: 0.4166666667vw;
}
.section4 .wrap{
width: 62.5vw;
 padding-bottom: 6.5625vw;
}
.section4 .wrap .main{
margin-top: 2.0833333333vw;
}
.section4 .wrap .main .item .img{
border-radius: 0.8333333333vw;
}
.section4 .wrap .main .item .text{
margin-top: 1.0416666667vw;
 font-size: 0.9375vw;
}
.section2 .wrap .bottom .item .icon{
  width: 2.9166666666vw;
  height: 2.9166666666vw;
}
.section3 .wrap .main table tr td,
.section3 .wrap .main table tr th{
  font-size: 0.8333333333vw;
}
}
@media screen and (max-width: 1024px) {
  .section1{
    height: auto;
  }
  .section1 .wrap{
    width: 90vw;
    height: auto;
    padding: 110px 0 50px;
  }
  .section1 .wrap .en p{
    display: none;
  }
  .section1 .wrap{
    flex-direction: column;
  }
  .section1 .wrap .right .content{
    opacity: 1;
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 30px 20px;
    transform: none;
  }
  .section1 .wrap .right{
    width: 100%;
  }
  .section1 .wrap .left{
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    width: 100%;
  }
  .section1 .wrap .left .img{
    width: 100%;
    height: 300px;
    padding: 30px;
    background-color: #fff;
  }
  .section1 .wrap .right .content .title h3{
    font-size: 20px;
    margin-bottom: 10px
  }
  .section1 .wrap .right .content .title h4{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .section1 .wrap .right .content .text p{
    font-size: 14px;
    line-height: 2;
  }
  .section2 .wrap{
    width: 90vw;
  }
  .section2 .wrap .top{
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .section2 .wrap .bottom .item .icon{
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }
  .section2 .wrap .bottom .swiper{
    margin-bottom: 20px;
  }
  .section2 .wrap .bottom .item{
    height: 180px;
    padding: 0 20px;
    border-radius: 10px;
  }
  .section2 .wrap .bottom .item .text p{
    font-size: 14px;
  }
  .section2 .wrap{
    padding: 50px 0;
  }
  .section2 .wrap .top{
    border-radius: 10px;
  }
  .section3 .wrap{
    width: 90vw;
    padding-bottom: 50px;
  }
  .section3 .wrap .main{
    margin-top: 20px;
  }
  .section3 .wrap .main table tr td, .section3 .wrap .main table tr th{
    font-size: 14px;
    padding: 0 20px;
  }
  
  .section3 .wrap .main table tr{
    height: 40px;
    border-bottom: 2px solid #fff;
  }
  .section3 .wrap .main table tr::after{
    border-radius: 4px;
  }
  .section4 .wrap{
    width: 90vw;
  }
  .section4 .wrap .main{
    margin-top: 30px;
  }
  .section4 .wrap .main .item .text{
    font-size: 14px;
    margin-top: 10px;
  }
  .section4 .wrap .main .item .img{
    border-radius: 10px;
  }
  .section4 .wrap .main .swiper{
    margin-bottom: 20px;
  }
  .section4 .wrap{
    padding-bottom: 50px;
  }
}
@media screen and (max-width:767px) {
  .section4 .wrap .main .swiper{
    width: 95vw;
  }
}
@media screen and (max-width: 414px) {
  .section3 .wrap .main table tr td, .section3 .wrap .main table tr th{
    font-size: 12px;
    padding: 0 15px;
  }
}