.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;*/
  width: 370px;
  margin-right: 180px;
}
.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;
  width: 640px;
}
.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;
  }


  .sec1 .warp {
    padding-top: 4.166666666666667vw;
    padding-bottom: 8.645833333333334vw;
    min-height: 70vh;
  }
  .sec1 .warp .main .top {
    width: 75vw;
    max-width: 90%;
    margin: 0 auto 4.583333333333334vw;
    display: flex;
  }
  .sec1 .warp .main .top .left {
    /*width: 350px;*/
    width: 19.270833333333336vw;
    margin-right: 9.375vw;
  }
  .sec1 .warp .main .top .left .ch {
    color: #111;
    font-size: 1.875vw;
  }
  .sec1 .warp .main .top .left .en {
    font-weight: 200;
    margin-top: 2.0833333333333335vw;
    line-height: 2.0833333333333335vw;
    font-size: 1.5625vw;
  }
  .sec1 .warp .main .top .left .en.aos-animate {
    transition-delay: 0.3s;
  }
  .sec1 .warp .main .top .left .text {
    margin-top: 5.104166666666667vw;
    font-size: 0.7291666666666667vw;
    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: 0.9375vw;
    line-height: 2.0833333333333335vw;
    text-indent: 2em;
  }
  .sec1 .warp .main .top .right p:not(:last-child) {
    margin-bottom: 1.5625vw;
  }
  .sec1 .warp .main .bottom {
    max-width: 95%;
    width: 87.5vw;
    margin: 0 calc(50vw - 37.5vw) 0 auto;
    display: flex;
  }
  .sec1 .warp .main .bottom .left {
    width: 33.333333333333336vw;
    margin-right:7.8125vw;
  }
  .sec1 .warp .main .bottom .right {
    flex: 1;
    padding-top: 1.5625vw;
  }
  .sec1 .warp .main .bottom .right p {
    color: #333;
    text-indent: 2em;
    font-size: 0.9375vw;
    line-height: 2.0833333333333335vw;
  }
  .sec1 .warp .main .bottom .right p:not(:last-child) {
    margin-bottom: 1.5625vw;
  }

}

@media screen and (max-width: 1024px) {
  .sec1 .warp{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sec1 .warp .main .top{
    width: 90%;
    flex-direction: column;
  }
  .sec1 .warp .main .top .left{
    width: 100%;
  }
  .sec1 .warp .main .top .left .ch{
    font-size: 24px;
  }
  .sec1 .warp .main .top .left .en{
    font-size: 16px;
    line-height: 1.6;
  }
  .sec1 .warp .main .top .left .text{
    font-size: 14px;
    margin: 15px 0 0 0;
  }
  .sec1 .warp .main .top .right{
    margin: 35px 0 0 0;
  }
  .sec1 .warp .main .top .right p{
    font-size: 13px;
    line-height: 2;
  }
  .sec1 .warp .main .bottom{
    margin: 25px auto 0;
    flex-direction: column;
  }
  .sec1 .warp .main .bottom .left{
    width: 100%;
    height: auto;
    margin: 0 0 15px;
  }
  .sec1 .warp .main .bottom .right p{
    font-size: 13px;
    line-height: 2;
  }
}