/* .section1 .wrap {
  width: 1200px;
  margin: 0 auto;
  padding-top: 110px;
  padding-bottom: 150px;
  border-bottom: 1px solid rgba(191, 191, 191, 0.5);
}
.section1 .wrap .title {
  margin-bottom: 40px;
}
.section1 .wrap .title h3 {
  color: #1b1b1b;
  font-size: 60px;
}
.section1 .wrap .text {
  color: #626262;
  font-size: 20px;
  line-height: 30px;
}
.section2 .wrap {
  width: 1200px;
  margin: 0 auto;
  padding-top: 110px;
  padding-bottom: 120px;
  border-bottom: 1px solid rgba(191, 191, 191, 0.5);
}
.section2 .wrap .title {
  margin-bottom: 40px;
}
.section2 .wrap .title h3 {
  color: #1b1b1b;
  font-size: 60px;
}
.section2 .wrap .main {
  width: 100%;
}
.section2 .wrap .main table {
  width: 100%;
}
.section2 .wrap .main table tr:first-child {
  background-color: #F2F2F2;
}
.section2 .wrap .main table tr td:first-child {
  font-weight: 700;
}
.section2 .wrap .main table tr td.ash {
  background-color: #FAFAFA;
}
.section2 .wrap .main table tr td.blue {
  background-color: rgba(26, 71, 198, 0.1);
}
.section2 .wrap .main table tr td,
.section2 .wrap .main table tr th {
  text-align: center;
  height: 64px;
  border: 1px solid #E9E9E9;
}
.section2 .wrap .main table tr td:nth-child(n+2),
.section2 .wrap .main table tr th:nth-child(n+2) {
  width: 330px;
}
.section2 .wrap .main .list {
  display: flex;
  margin-top: 20px;
}
.section2 .wrap .main .list .item {
  display: flex;
  align-items: center;
}
.section2 .wrap .main .list .item:not(:last-child) {
  margin-right: 30px;
}
.section2 .wrap .main .list .item .icon {
  margin-right: 5px;
}
.section3 .wrap {
  padding-top: 130px;
  padding-bottom: 260px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.section3 .wrap .trem {
  width: 550px;
}
.section3 .wrap .trem .title {
  margin-bottom: 30px;
}
.section3 .wrap .trem .title h3 {
  color: #1b1b1b;
  font-size: 60px;
}
.section3 .wrap .trem .list .item a {
  display: flex;
  align-items: center;
  padding: 18px;
  border-bottom: 1px solid #E5E5E5;
}
.section3 .wrap .trem .list .item a:hover p {
  color: #003DAA;
}
.section3 .wrap .trem .list .item a .icon {
  margin-right: 15px;
}
.section3 .wrap .trem .list .item a .icon span {
  font-size: 30px;
  color: #003DAA;
}
.section3 .wrap .trem .list .item a p {
  color: #1b1b1b;
  font-size: 20px;
  transition: all 0.6s;
  font-weight: 700;
} */

.section4 .wrap {
  width: 1200px;
  margin: 0 auto;
  padding-top: 110px;
  padding-bottom: 150px;
  display: flex;
  justify-content: space-between;
}

.section4 .wrap .left,
.section4 .wrap .right {
  width: 50%;
}

.section4 .wrap .title h3 {
  font-size: 32px;
  color: #111;
}

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

.section4 .wrap ul li {
  color: #484E55;
  line-height: 2;
}

.section4 .wrap .right ul {
  margin-bottom: 30px;
}

.section4 .wrap .right ul li:first-child {
  font-weight: 700;
  color: #111;
}

@media screen and (max-width: 1919px) {
  .section4 .wrap {
    width: 62.5vw;
    padding-top: 5.7291666667vw;
    padding-bottom: 7.8125vw;
  }

  .section4 .wrap .title h3 {
    font-size: 1.6666666667vw;
  }

  .section4 .wrap .title {
    margin-bottom: 1.0416666667vw;
  }

  .section4 .wrap .right ul {
    margin-bottom: 1.5625vw;
  }

  .section4 .wrap ul li {
    font-size: 0.83333vw;
  }
}

@media screen and (max-width: 1024px) {
  .section4 .wrap {
    width: 90vw;
    padding: 60px 0;
  }

  .section4 .wrap ul li {
    font-size: 14px;
  }

  .section4 .wrap .title h3 {
    font-size: 24px;
  }

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

  .section4 .wrap .right ul {
    margin-bottom: 10px;
  }

  .section4 .wrap .left,
  .section4 .wrap .right {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section4 .wrap {
    padding: 50px 0;
    grid-gap: 30px;
    flex-direction: column;
  }

  .section4 .wrap .title h3 {
    font-size: 20px;
  }

}