/* .sec1 {
  background-color: #F5F2F2;
} */
body {
  background-color: #F5F2F2;
}
.sec1 .warp {
  padding-top: 155px;
  width: 1024px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.sec1 .warp .title {
  margin-top: 76px;
  padding-bottom: 40px;
  color: #800000;
  font-size: 32px;
  border-bottom: 1px solid #000;
}
.sec1 .warp .title.aos-animate {
  transition-delay: 0.3s;
}
.sec1 .warp .main.aos-animate {
  transition-delay: 0.6s;
}
.sec1 .warp .main .information {
  display: flex;
  margin-top: 40px;
}
.sec1 .warp .main .information .item {
  margin-right: 40px;
  font-size: 18px;
}
.sec1 .warp .main .information .item span {
  font-weight: 700;
}
.sec1 .warp .main .text p {
  font-size: 18px;
  line-height: 36px;
  color: #555555;
}
.sec1 .warp .main .text p span {
  color: #111;
}
.sec1 .warp .main .text h4 {
  color: #111;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 1920px) {
  .sec1 .warp {
    padding-top: 8.07291667vw;
    width: 53.33333333vw;
    padding-bottom: 5.20833333vw;
  }
  .sec1 .warp .title {
    margin-top: 3.95833333vw;
    padding-bottom: 2.08333333vw;
    font-size: 1.66666667vw;
    border-bottom: 0.05208333vw solid #000;
  }
  .sec1 .warp .main .information {
    margin-top: 2.08333333vw;
  }
  .sec1 .warp .main .information .item {
    margin-right: 2.08333333vw;
    font-size: 0.9375vw;
  }
  .sec1 .warp .main .text p {
    font-size: 0.9375vw;
    line-height: 1.875vw;
  }
  .sec1 .warp .main .text h4 {
    font-size: 0.9375vw;
  }
  
}
@media screen and (max-width: 1024px) {
  .sec1 .warp{
    padding-top: 100px;
    padding-bottom: 60px;
    width: 90%;
  }
  .sec1 .warp .title{
    font-size: 24px;
    line-height: 1.6;
    padding-bottom: 20px;
    margin-top: 40px;
  }
  .sec1 .warp .main .information{
    margin-top: 20px;
  }
  .sec1 .warp .main .information .item {
    margin-right: 30px;
    font-size: 14px;
  }
  .sec1 .warp .main .text h4{
    font-size: 14px;
    line-height: 1.6;
  }
  .sec1 .warp .main .text p{
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 540px) {
  .sec1 .warp .title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-top: 30px;
  }
}