.section2 {
  background-color: #F5F7F8;
}

.section2 .wrap {
  width: 1720px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.section2 .wrap .title {
  margin-bottom: 114px;
}

.section2 .wrap .title h3 {
  color: #111111;
  font-size: 40px;
}

.section2 .wrap .title p {
  font-size: 24px;
  color: #6A7183;
}

.section2 .wrap .main .trem {
  display: flex;
}

.section2 .wrap .main .trem:nth-child(2n) {
  flex-direction: row-reverse;
}

.section2 .wrap .main .trem .left_img {
  border-radius: 10px;
  width: 860px;
  height: 600px;
  overflow: hidden;
}

.section2 .wrap .main .trem .left_img img {
  transition: all 2s;
  width: 100%;
  opacity: 0;
  transform: scale(1.1);
}

.section2 .wrap .main .trem .left_img.aos-animate img {
  opacity: 1;
  transform: scale(1);
}

.section2 .wrap .main .trem .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 40px;
}

.section2 .wrap .main .trem .text .top {
  margin-bottom: 40px;
}

.section2 .wrap .main .trem .text .top .time {
  padding: 9px 20px;
  background-color: #E9F5FF;
  color: #007BDB;
  width: fit-content;
  line-height: 1;
  font-size: 18px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.section2 .wrap .main .trem .text .top h4 {
  color: #111111;
  font-size: 30px;
}

.section2 .wrap .main .trem .text .top h5 {
  color: #111;
  font-size: 24px;
  margin-top: 7px;
  font-weight: 400;
}

.section2 .wrap .main .trem .text .content {
  color: #6A7183;
  font-size: 18px;
  line-height: 30px;
}

.section2 .wrap .main .trem .text .content.aos-animate {
  transition-delay: 0.2s;
}

.section2 .wrap .main .trem .text .bottom.aos-animate {
  transition-delay: 0.4s;
}

.section2 .wrap .main .trem .text .bottom .attribute p {
  color: #6A7183;
  font-size: 18px;
  line-height: 2;
}

.section2 .wrap .main .trem .text .content p strong {
  color: #111111;
  font-weight: 700;
}

.section2 .wrap .main .trem .text .bottom .focus {
  margin-bottom: 63px;
}

.section2 .wrap .main .trem .text .bottom .focus .key p {
  color: #6A7183;
  font-size: 18px;
  line-height: 2;
}

.section2 .wrap .main .trem .text .bottom .focus .key p span {
  color: #111111;
  font-weight: 700;
}

.section2 .wrap .main .trem .text .bottom .focus .focusList {
  display: flex;
  margin-top: 30px;
}

.section2 .wrap .main .trem .text .bottom .focus .focusList .item:not(:last-child) {
  margin-right: 77px;
}

.section2 .wrap .main .trem .text .bottom .focus .focusList .item .img {
  width: 103px;
}

.section2 .wrap .main .trem .text .bottom .focus .focusList .item .t {
  color: #111111;
  font-size: 20px;
  margin-top: 12px;
  font-weight: 700;
}

.section2 .wrap .main .trem .text .bottom .numlist {
  display: flex;
  justify-content: space-between;
}

.section2 .wrap .main .trem .text .bottom .numlist .item .value {
  display: flex;
  color: #111;
  font-size: 60px;
}

.section2 .wrap .main .trem .text .bottom .numlist .item .key {
  color: #6A7183;
  font-size: 18px;
  margin-top: 7px;
}

.section3 {
  background-color: #fff;
}

.section3 .wrap {
  width: 1720px;
  margin: 0 auto;
  padding-top: 92px;
  padding-bottom: 86px;
}

.section3 .wrap .title {
  margin-bottom: 80px;
}

.section3 .wrap .title h3 {
  color: #111;
  font-size: 30px;
}

.section3 .wrap .main.aos-animate {
  transition-delay: 0.3s;
}

.section3 .wrap .main .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section3 .wrap .main .list .item {
  margin-bottom: 60px;
  border-bottom: 1px solid #DBDFE6;
}

.section3 .wrap .main .list .item.row {
  width: 100%;
}

.section3 .wrap .main .list .item.row textarea {
  width: 100%;
  resize: auto;
}

.section3 .wrap .main .list .item textarea,
.section3 .wrap .main .list .item input {
  width: 800px;
  padding: 13px 0;
  padding-left: 5px;
  border: none;
  font-size: 18px;
  background-color: transparent;
}

.section3 .wrap .main button {
  width: 263px;
  height: 70px;
  background-color: #007BDB;
  color: #fff;
  font-size: 18px;
  border-radius: 35px;
  margin: 0 auto;
  display: block;
  border: 1px solid #007BDB;
  transition: all 1s;
}

.section3 .wrap .main button:hover {
  color: #007BDB;
  background-color: #fff;
}

@media screen and (max-width: 1919px) {
  .section2 .wrap .main .trem .left_img{
    height: 31.25vw;
  }
  .section2 .wrap {
    width: 89.5833333333vw;
    padding-bottom: 5.2083333333vw;
  }

  .section2 .wrap .title {
    margin-bottom: 5.9375vw;
  }

  .section2 .wrap .title h3 {
    font-size: 2.0833333333vw;
  }

  .section2 .wrap .title p {
    font-size: 1.25vw;
  }

  .section2 .wrap .main .trem .left_img {
    border-radius: 0.5208333333vw;
    width: 44.7916666667vw;
  }

  .section2 .wrap .main .trem .text {
    padding: 3.125vw 2.0833333333vw;
  }

  .section2 .wrap .main .trem .text .top {
    margin-bottom: 2.0833333333vw;
  }

  .section2 .wrap .main .trem .text .top .time {
    padding: 0.46875vw 1.0416666667vw;
    font-size: 0.9375vw;
    border-radius: 1.0416666667vw;
    margin-bottom: 0.5208333333vw;
  }

  .section2 .wrap .main .trem .text .top h4 {
    font-size: 1.5625vw;
  }

  .section2 .wrap .main .trem .text .top h5 {
    font-size: 1.25vw;
    margin-top: 0.3645833333vw;
  }

  .section2 .wrap .main .trem .text .content {
    font-size: 0.9375vw;
    line-height: 1.5625vw;
  }

  .section2 .wrap .main .trem .text .bottom .attribute p {
    font-size: 0.9375vw;
  }

  .section2 .wrap .main .trem .text .bottom .focus {
    margin-bottom: 3.28125vw;
  }

  .section2 .wrap .main .trem .text .bottom .focus .key p {
    font-size: 0.9375vw;
  }

  .section2 .wrap .main .trem .text .bottom .focus .focusList {
    margin-top: 1.5625vw;
  }

  .section2 .wrap .main .trem .text .bottom .focus .focusList .item:not(:last-child) {
    margin-right: 4.0104166667vw;
  }

  .section2 .wrap .main .trem .text .bottom .focus .focusList .item .img {
    width: 5.3645833333vw;
  }

  .section2 .wrap .main .trem .text .bottom .focus .focusList .item .t {
    font-size: 1.0416666667vw;
    margin-top: 0.625vw;
  }

  .section2 .wrap .main .trem .text .bottom .numlist .item .value {
    font-size: 3.125vw;
  }

  .section2 .wrap .main .trem .text .bottom .numlist .item .key {
    font-size: 0.9375vw;
    margin-top: 0.3645833333vw;
  }

  .section3 .wrap {
    width: 89.5833333333vw;
    padding-top: 4.7916666667vw;
    padding-bottom: 4.4791666667vw;
  }

  .section3 .wrap .title {
    margin-bottom: 4.1666666667vw;
  }

  .section3 .wrap .title h3 {
    font-size: 1.5625vw;
  }

  .section3 .wrap .main .list .item {
    margin-bottom: 3.125vw;
  }

  .section3 .wrap .main .list .item textarea,
  .section3 .wrap .main .list .item input {
    width: 41.6666666667vw;
    padding: 0.6770833333vw 0px 0.6770833333vw 0.2604166667vw;
    font-size: 0.9375vw;
  }

  .section3 .wrap .main button {
    width: 13.6979166667vw;
    height: 3.6458333333vw;
    font-size: 0.9375vw;
    border-radius: 1.8229166667vw;
  }
}
@media screen and (max-width: 1024px) {
  .section2 .wrap .title h3{
    font-size: 28px;
  }
  .section2 .wrap .title p{
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.6;
  }
  .section2 .wrap .main .trem .left_img img{
    opacity: 1;
    transform: scale(1);
  }
  .section2 .wrap .main .trem .left_img{
    border-radius: 10px;
  }
  .section2 .wrap .main .trem .text{
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center
  }
  .section2 .wrap .main .trem .text .top .time{
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .section2 .wrap .main .trem .text .top h4{
    font-size: 24px;
  }
  .section2 .wrap .main .trem .text .top{
    margin-bottom: 20px;
  }
  .section2 .wrap .main .trem .text .content{
    font-size: 14px;
    line-height: 2;
  }
  .section2 .wrap .main .trem:nth-child(2n),
  .section2 .wrap .main .trem{
    flex-direction: column;
  }
  .section2 .wrap .main .trem .left_img{
    width: 100%;
    height: 300px;
  }
  .section2 .wrap .main .trem .left_img img{
    width: 100%;
  }
  .section2 .wrap .main .trem:not(:last-child){
    margin-bottom: 20px
  }
  .section2 .wrap .title{
    margin-bottom: 30px;
  }
  .section3 .wrap{
    width: 90%;
    padding: 60px 0;
  }
  .section3 .wrap .title h3{
    font-size: 24px;
    line-height: 1.2;
  }
  .section3 .wrap .title{
    margin-bottom: 30px;
  }
  .section3 .wrap .main .list .item textarea, .section3 .wrap .main .list .item input{
    width: 100%;
    font-size: 14px;
    padding: 10px 5px;
  }
  .section3 .wrap .main .list .item{
    width: 48%;
    margin-bottom: 30px;
  }
  .section3 .wrap .main button{
    width: fit-content;
    padding: 10px 20px;
    height: auto;
    border-radius: 30px;
    font-size: 14px;
  }
  .section3 .wrap .main .list .item.row textarea{
    height:120px;
  }
  .section2 .wrap{
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .section2 .wrap .main .trem .text .top h4{
    font-size: 20px;
    line-height: 1.6;
  }
  .section2 .wrap{
    padding-bottom: 50px;
  }
  .section3 .wrap{
    padding: 50px 0;
  }
  .section3 .wrap .title h3 {
    font-size: 20px;
  }
  .section3 .wrap .main .list .item{
    width: 100%;
    margin-bottom: 20px;
  }
}