.section1 .wrap {
  width: 1520px;
  display: flex;
  margin: 0 auto;
  padding-bottom: 140px;
  padding-top: 160px;
}

.section1 .wrap .left {
  /* padding-top: 130px; */
}

.section1 .wrap .left .title {
  margin-bottom: 100px;
}

.section1 .wrap .left .title h3 {
  font-size: 66px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.section1 .wrap .left .title p {
  color: #000;
  font-size: 26px;
}

.section1 .wrap .left .list {
  position: relative;
}

.section1 .wrap .left .list.aos-animate .line {
  transform: scaleX(1);
}

.section1 .wrap .left .list.aos-animate .item {
  transform: translateY(0);
  opacity: 1;
}

.section1 .wrap .left .list.aos-animate .item:nth-child(2) {
  transition-delay: 0.3s;
}

.section1 .wrap .left .list.aos-animate .item:nth-child(3) {
  transition-delay: 0.6s;
}

.section1 .wrap .left .list .line {
  width: 2px;
  height: 280px;
  background-color: #2C6DB6;
  position: absolute;
  top: 0;
  transition: all 1s;
  left: 17px;
  transform-origin: top;
  transform: scaleY(0);
  z-index: -1;
  transition-delay: 1s;
}

.section1 .wrap .left .list .item {
  margin-bottom: 60px;
  transition: all 1s;
  transform: translateY(20px);
  opacity: 0;
}

.section1 .wrap .left .list .item:first-child .value {
  font-size: 24px;
  font-weight: 700;
}

.section1 .wrap .left .list .item:nth-child(2) .key .icon span {
  font-size: 12px;
}

.section1 .wrap .left .list .item .key {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.section1 .wrap .left .list .item .key .icon {
  width: 36px;
  margin-right: 20px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px 0px rgba(44, 109, 182, 0.15);
  background-color: #2C6DB6;
}

.section1 .wrap .left .list .item .key .icon span {
  color: #fff;
  font-size: 16px;
}

.section1 .wrap .left .list .item .key p {
  color: #777;
  font-size: 16px;
}

.section1 .wrap .left .list .item .value {
  padding-left: 56px;
  color: #000;
  font-size: 20px;
}

.section1 .wrap .right {
  flex: 1;
  margin-left: 70px;
  /* margin-top: -120px; */
  box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  overflow: hidden;
}

.section1 .wrap .right .top {
  background-color: #F5F5F5;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left:40px;
  padding-right: 79px;
}

.section1 .wrap .right .top .title {
  color: #000;
  font-size: 26px;
}

.section1 .wrap .right .top .icon span {
  color: #2C6DB6;
  font-size: 40px;
  position: relative;
}

.section1 .wrap .right .top .icon span::after {
  content: "";
  display: block;
  width: 40px;
  height: 30px;
  bottom: 0;
  position: absolute;
  border-radius: 10px;
  box-shadow: 2px 3px 6px 0px rgba(13, 51, 94, 0.3);
}

.section1 .wrap .right .bottom {
  /* padding: 67px 66px 80px; */
  padding: 40px;
}

.section1 .wrap .right .bottom .list {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 40px;
}

.section1 .wrap .right .bottom .list.aos-animate {
  transition-delay: 0.3s;
}

.section1 .wrap .right .bottom .list .item {
  width: 100%;
  height: 66px;
  display: flex;
  align-items: center;
  padding-left: 27px;
  padding-right: 27px;
  background-color: #F5F5F5;
}

.section1 .wrap .right .bottom .list .item .key {
  color: #999;
  margin-right: 5px;
  font-size: 16px;
}

.section1 .wrap .right .bottom .list .item .key span {
  color: #E20000;
}

.section1 .wrap .right .bottom .list .item .value {
  flex: 1;
}

.section1 .wrap .right .bottom .list .item .value input {
  width: 100%;
  border: none;
  background-color: transparent;
}

.section1 .wrap .right .bottom .textarea.aos-animate {
  transition-delay: 0.6s;
}

.section1 .wrap .right .bottom .textarea h4 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

.section1 .wrap .right .bottom .textarea .box {
  background-color: #F5F5F5;
  display: flex;
  padding: 25px;
  height: 240px;
}

.section1 .wrap .right .bottom .textarea .box .key {
  margin-right: 5px;
  color: #999;
}

.section1 .wrap .right .bottom .textarea .box .value {
  flex: 1;
  height: 100%;
}

.section1 .wrap .right .bottom .textarea .box .value textarea {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  font-size: 16px;
}

.section1 .wrap .right .bottom button {
  width: 100%;
  height: 66px;
  font-size: 20px;
  margin-top: 50px;
  color: #fff;
  background-color: #2C6DB6;
  border-radius: 5px;
}

.section1 .wrap .right .bottom button.aos-animate {
  transition-delay: 0.9s;
}

@media screen and (max-width: 1919px) {
  .section1 .wrap {
    width: 79.1666666667vw;
    padding-bottom: 7.2916666667vw;
  }

  /* .section1 .wrap .left {
    padding-top: 6.7708333333vw;
  } */

  .section1 .wrap .left .title {
    margin-bottom: 5.2083333333vw;
  }

  .section1 .wrap .left .title h3 {
    font-size: 3.4375vw;
    margin-bottom: 2.6041666667vw;
  }

  .section1 .wrap .left .title p {
    font-size: 1.3541666667vw;
  }

  .section1 .wrap .left .list .line {
    width: 0.1041666667vw;
    height: 14.5833333333vw;
    left: 0.8854166667vw;
  }

  .section1 .wrap .left .list .item {
    margin-bottom: 3.125vw;
    transform: translateY(1.0416666667vw);
  }

  .section1 .wrap .left .list .item:first-child .value {
    font-size: 1.25vw;
  }

  .section1 .wrap .left .list .item:nth-child(2) .key .icon span {
    font-size: 0.625vw;
  }

  .section1 .wrap .left .list .item .key {
    margin-bottom: 0.5208333333vw;
  }

  .section1 .wrap .left .list .item .key .icon {
    width: 1.875vw;
    margin-right: 1.0416666667vw;
    height: 1.875vw;
    box-shadow: rgba(44, 109, 182, 0.15) 0px 0.2604166667vw 0.5208333333vw 0px;
  }

  .section1 .wrap .left .list .item .key .icon span {
    font-size: 0.8333333333vw;
  }

  .section1 .wrap .left .list .item .key p {
    font-size: 0.8333333333vw;
  }

  .section1 .wrap .left .list .item .value {
    padding-left: 2.9166666667vw;
    font-size: 1.0416666667vw;
  }

  .section1 .wrap .right {
    margin-left: 3.6458333333vw;
    margin-top: -6.25vw;
    box-shadow: rgba(0, 0, 0, 0.08) 0.15625vw 0.2083333333vw 1.0416666667vw 0px;
    border-radius: 0.78125vw;
  }

  .section1 .wrap .right .top {
    height: 6.25vw;
    padding-left: 3.4895833333vw;
    padding-right: 4.1145833333vw;
  }

  .section1 .wrap .right .top .title {
    font-size: 1.3541666667vw;
  }

  .section1 .wrap .right .top .icon span {
    font-size: 2.0833333333vw;
  }

  .section1 .wrap .right .top .icon span::after {
    width: 2.0833333333vw;
    height: 1.5625vw;
    border-radius: 0.5208333333vw;
    box-shadow: rgba(13, 51, 94, 0.3) 0.1041666667vw 0.15625vw 0.3125vw 0px;
  }

  .section1 .wrap .right .bottom {
    padding: 3.4895833333vw 3.4375vw 4.1666666667vw;
  }

  .section1 .wrap .right .bottom .list {
    gap: 2.0833333333vw;
    margin-bottom: 4.1666666667vw;
  }

  .section1 .wrap .right .bottom .list .item {
    height: 3.4375vw;
    padding-left: 1.40625vw;
    padding-right: 1.40625vw;
  }

  .section1 .wrap .right .bottom .list .item .key {
    margin-right: 0.2604166667vw;
    font-size: 0.8333333333vw;
  }

  .section1 .wrap .right .bottom .textarea h4 {
    font-size: 1.0416666667vw;
    margin-bottom: 1.0416666667vw;
  }

  .section1 .wrap .right .bottom .textarea .box {
    padding: 1.3020833333vw;
    height: 15.8854166667vw;
  }

  .section1 .wrap .right .bottom .textarea .box .key {
    margin-right: 0.2604166667vw;
  }

  .section1 .wrap .right .bottom .textarea .box .value textarea {
    font-size: 0.8333333333vw;
  }

  .section1 .wrap .right .bottom button {
    height: 3.4375vw;
    font-size: 1.0416666667vw;
    margin-top: 2.6041666667vw;
    border-radius: 0.2604166667vw;
  }

  .section1 .wrap .right .bottom .textarea .box .key{
    font-size: 0.8333333vw;
  }
}

@media screen and (max-width: 1024px) {
  .section1 .wrap .left{
    padding-top: 60px;
  }
  .section1 .wrap{
    flex-direction: column;
    width: 90%;
    padding-bottom: 60px;
  }
  .section1 .wrap .left .list .item{
    opacity: 1;
    transform: none;
  }
  .section1 .wrap .left .title h3{
    font-size: 28px;
    margin-bottom: 20px;
  }
  .section1 .wrap .left .title p{
    font-size: 18px;
    line-height: 1.6;
  }
  .section1 .wrap .left .title{
    margin-bottom: 30px;
  }
  .section1 .wrap .left .list .item{
    margin-bottom: 20px;
  }
  .section1 .wrap .left .list .item .key .icon {
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .section1 .wrap .left .list .item .key .icon span{
    font-size: 18px;
  }
  .section1 .wrap .left .list .item:nth-child(2) .key .icon span{
    font-size: 14px;
  }
  .section1 .wrap .left .list .item .key p{
    font-size: 14px;
  }
  .section1 .wrap .left .list .item .key{
    flex-direction: column;
    align-items:start;
    margin-bottom: 10px;
  }
  .section1 .wrap .left .list .item:first-child .value{
    font-size: 18px;
  }
  .section1 .wrap .left .list .item .value{
    font-size: 18px;
    padding-left:0;
  }
  .section1 .wrap .left .list .line{
    display: none;
  }
  .section1 .wrap .right{
    margin-top: 20px;
    margin-left: 0;
  }
  .section1 .wrap .right .top{
    padding-left: 20px;
    padding-right: 20px;
  }
  .section1 .wrap .right .top .icon span{
    font-size: 24px;
  }
  .section1 .wrap .right .top .title{
    font-size: 20px;
  }
  .section1 .wrap .right .bottom .list .item .key{
    font-size: 14px;
    margin-right: 10px;
  }
  .section1 .wrap .left .list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section1 .wrap .left .list .item{
    width: 49%;
  }
  .section1 .wrap .right .bottom .textarea h4{
    font-size: 16px;
  }
  .section1 .wrap .right .bottom .textarea .box .key{
    font-size: 14px;
    margin-right: 10px;
  }
  .section1 .wrap .right .bottom .textarea .box .value textarea{
    font-size: 14px;
  }
  .section1 .wrap .right .bottom{
    padding: 20px;
  }
  .section1 .wrap .right .bottom button{
    height: 40px;
    font-size: 14px;
    margin-top: 20px;
    border-radius: 5px;
  }
  .section1 .wrap .right .bottom .list .item{
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section1 .wrap .right .top{
    height: 60px;
  }
  .section1 .wrap .right .bottom .textarea h4{
    margin-bottom: 20px;
  }
  .section1 .wrap .right .bottom .list{
    gap: 20px;
    margin-bottom: 20px;
  }
  .section1 .wrap .right .bottom .textarea .box{
    padding: 20px;
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .section1 .wrap .left {
    padding-top: 50px;
  }
  .section1 .wrap .left .title h3{
    margin-bottom: 10px;
    font-size: 24px;
  }
  .section1 .wrap .left .list .item{
    width: 100%;
  }
  .section1 .wrap{
    padding-bottom: 50px;
  }
  .section1 .wrap .right .top .title {
    font-size: 18px;
  }
  
}

@media screen and (max-width: 540px) {
  .section1 .wrap .right .bottom .list{
    grid-template-columns: repeat(1, 1fr);
  }
  .section1 .wrap .right .top {
    flex-direction: column-reverse;
    height: auto;
    padding: 20px;
    justify-content: center;
    align-items: start;
  }
  .section1 .wrap .right .top .title {
    font-size: 16px;
  }
  .section1 .wrap .right .top .icon span{
    margin-bottom: 10px;
    display: block;
  }
  .section1 .wrap .right .bottom .list .item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section1 .wrap .right .bottom .textarea .box {
    padding: 15px;
  }
  .section1 .wrap .right .top,
  .section1 .wrap .right .bottom {
    padding: 15px;
  }
}