.sec1 .warp {
  padding-top: 80px;
  padding-bottom: 166px;
  min-height: 70vh;
}
.sec1 .warp .main .top {
  width: 1440px;
  max-width: 90%;
  margin: 0 auto 88px;
  display: flex;
}
.sec1 .warp .main .top .left {
  width: 350px;
  margin-right: 200px;
}
.sec1 .warp .main .top .left .ch {
  color: #111;
  font-size: 36px;
}
.sec1 .warp .main .top .left .en {
  font-weight: 200;
  margin-top: 40px;
  line-height: 40px;
  font-size: 30px;
}
.sec1 .warp .main .top .left .en.aos-animate {
  transition-delay: 0.3s;
}
.sec1 .warp .main .top .left .text {
  margin-top: 98px;
  font-size: 14px;
  color: #333;
}
.sec1 .warp .main .top .left .text.aos-animate {
  transition-delay: 0.6s;
}
.sec1 .warp .main .top .right {
  flex: 1;
}
.sec1 .warp .main .top .right p {
  color: #333;
  font-size: 18px;
  line-height: 40px;
  text-indent: 2em;
}
.sec1 .warp .main .top .right p:not(:last-child) {
  margin-bottom: 30px;
}
.sec1 .warp .main .bottom {
  max-width: 95%;
  width: 1680px;
  margin: 0 calc(50vw - 720px) 0 auto;
  display: flex;
}
.sec1 .warp .main .bottom .left {
  margin-right: 150px;
}
.sec1 .warp .main .bottom .right {
  flex: 1;
  padding-top: 30px;
}
.sec1 .warp .main .bottom .right p {
  color: #333;
  text-indent: 2em;
  font-size: 18px;
  line-height: 40px;
}
.sec1 .warp .main .bottom .right p:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  .sec1 .warp .main .bottom {
    width: calc(720px + 50vw);
    margin: 0 12.5vw 0 auto;
  }
}
