.section {
  padding: 50px 0 120px;
}

.section .wrap {
  width: 1200px;
}

.section .wrap .item {
  display: block;
  position: relative;
  margin-bottom: 53px;
}

.section .wrap .item img {
  display: block;
  width: 100%;
}

.section .wrap .item .text {
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 450px;
}

.section .wrap .item .text h1 {
  font-weight: bold;
  font-size: 30px;
  color: #111111;
  transition: 0.6s;
}

.section .wrap .item .text h2 {
  font-weight: 400;
  font-size: 30px;
  color: #111111;
  transition: 0.6s;
}

.section .wrap .item .text .t {
  margin: 25px 0 55px;
}

.section .wrap .item .text .t p {
  font-weight: 400;
  font-size: 14px;
  color: #444444;
  line-height: 24px;
}

.section .wrap .item .text .more {
  display: flex;
  align-items: center;
  width: fit-content;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 5px;
}

.section .wrap .item .text .more:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F44D00;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.6s;
}

.section .wrap .item .text .more p {
  font-weight: 400;
  font-size: 14px;
  color: #111111;
  margin-right: 8px;
  transition: 0.6s;
}

.section .wrap .item .text .more .iconfont {
  font-size: 14px;
  color: #111111;
  transition: 0.6s;
}

.section .wrap .item:hover .text h1,
.section .wrap .item:hover .text h2 {
  color: #F44D00;
}

.section .wrap .item:hover .text .more p,
.section .wrap .item:hover .text .more .iconfont {
  color: #F44D00;
}

.section .wrap .item:hover .text .more:after {
  transform: scaleX(1);
}

@media screen and (max-width: 1920px) {
  .section {
    padding: 2.6041666667vw 0 6.25vw;
  }

  .section .wrap {
    width: 62.5vw;
  }

  .section .wrap .item {
    display: block;
    position: relative;
    margin-bottom: 2.7604166667vw;
  }

  .section .wrap .item img {
    display: block;
    width: 100%;
  }

  .section .wrap .item .text {
    position: absolute;
    left: 4.1666666667vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 23.4375vw;
  }

  .section .wrap .item .text h1 {
    font-weight: bold;
    font-size: 1.5625vw;
    color: #111111;
    transition: 0.6s;
  }

  .section .wrap .item .text h2 {
    font-weight: 400;
    font-size: 1.5625vw;
    color: #111111;
    transition: 0.6s;
  }

  .section .wrap .item .text .t {
    margin: 1.3020833333vw 0 2.8645833333vw;
  }

  .section .wrap .item .text .t p {
    font-weight: 400;
    font-size: 0.7291666667vw;
    color: #444444;
    line-height: 1.25vw;
  }

  .section .wrap .item .text .more {
    display: flex;
    align-items: center;
    width: fit-content;
    position: relative;
    border-bottom: 0.0520833333vw solid rgba(0, 0, 0, 0.1);
    padding: 0 0 0.2604166667vw;
  }

  .section .wrap .item .text .more:after {
    content: "";
    width: 100%;
    height: 0.0520833333vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #F44D00;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.6s;
  }

  .section .wrap .item .text .more p {
    font-weight: 400;
    font-size: 0.7291666667vw;
    color: #111111;
    margin-right: 0.4166666667vw;
    transition: 0.6s;
  }

  .section .wrap .item .text .more .iconfont {
    font-size: 0.7291666667vw;
    color: #111111;
    transition: 0.6s;
  }

  .section .wrap .item:hover .text h1,
  .section .wrap .item:hover .text h2 {
    color: #F44D00;
  }

  .section .wrap .item:hover .text .more p,
  .section .wrap .item:hover .text .more .iconfont {
    color: #F44D00;
  }

  .section .wrap .item:hover .text .more:after {
    transform: scaleX(1);
  }
}

/*# sourceMappingURL=pro.css.map */

@media screen and (max-width: 1024px) {
  .section .wrap{
    width: 90%;
  }
  .section{
    padding: 60px 0;
  }
  .section .wrap .item .text h2,
  .section .wrap .item .text h1{
    font-size: 24px;
  }
  .section .wrap .item .text .t p{
    font-size: 14px;
    line-height: 2;
  }
  .section .wrap .item .text .more .iconfont,
  .section .wrap .item .text .more p{
    font-size: 14px;
  }
  .section .wrap .item .text .more{
    border-bottom-width:1px ;
  }
  .section .wrap .item .text .more:after{
    height: 1px;
  }
  .section .wrap .item .text {
    /* width: 40vw; */
    position:static;
    transform: none;
    width: 100%;
    margin-top: 20px;
  }
  .section .wrap .item{
    margin-bottom: 50px;
  }
  .section .wrap .item:last-child{
    margin-bottom: 0;
  }
  .section .wrap .item img{
    /* width: 200%; */
    /* height: 490px; */
    height: 63.851563vw;
    object-position: right;
  }
}
@media screen and (max-width: 767px) {
  .section .wrap .item .text h2, .section .wrap .item .text h1 {
    font-size: 20px;
  }
}
