.one {
  position: relative;
  z-index: -1;
}
.one .wrap {
  width: 1474px;
  margin: 0 auto;
  padding-left: 110px;
  padding-top: 80px;
  padding-bottom: 71px;
  display: flex;
  justify-content: space-between;
}
.one .wrap .title {
  width: 200px;
}
.one .wrap .title h3 {
  color: #CAA672;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
}
.one .wrap .title h4 {
  color: #666;
  font-size: 13px;
  margin-top: 10px;
  line-height: 1;
  font-weight: normal;
}
.one .wrap .title .lineBox {
  width: 100%;
  background-color: #E8E8E8;
}
.one .wrap .title .lineBox .line {
  width: 80px;
  height: 1px;
  background-color: #CAA672;
  margin-top: 20px;
  line-height: 36px;
}
.one .wrap .main {
  width: 835px;
}
.one .wrap .main p:nth-child(1) {
  color: #666;
  font-size: 14px;
  line-height: 30px;

}
.one .wrap .main p:nth-child(2) {
  color: #666;
  font-size: 14px;
  line-height: 30px;
  margin-top: 40px;

}
.tow .bg {
  width: 100%;
  display: flex;
  z-index: -1;
}
.tow .bg img {
  width: auto;
  max-width: none;
  height: 226px;
  object-fit: none;
  position: absolute;
  left: 50%;
}
.tow .img {
  margin-top: 80px;
  width: 1204px;
  height: 589px;
}
.tow .img img{
  width: 100%;
  height: 100%;
}
.there {
  padding-bottom: 50px;
}
.tow .img
.there {
  margin-top: 132px;
  padding-bottom: 116px;
  position: relative;
}
.there .wrap {
  width: 1236px;
  margin: 70px auto 0;
}
.there .wrap .title h4 {
  color: #CAA672;
  font-size: 20px;
  text-align: center;
  font-family: 'Source Han Sans';
  font-weight: normal;
}
.there .wrap .title p {
  color: #666;
  font-size: 13px;
  line-height: 24px;
  text-align: center;


}
.there .wrap .main {
  margin-top: 85px;
}
.there .wrap .main .item {
  display: flex;
  margin-top: 50px;
}
.there .wrap .main .item .img,
.there .wrap .main .item .text {
  width: 50%;
}
.there .wrap .main .item .img {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.there .wrap .main .item .img:hover img {
  transform: scale(1.1);
}
.there .wrap .main .item .img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 1.5s;
}
.there .wrap .main .item .text {
  background-color: rgba(203, 196, 186, 0.08);
  padding: 121px 124px 0 88px;
}
.there .wrap .main .item .text h5 {
  color: #0D0D0D;
  font-size:20px;
  line-height: 1;
  font-weight:normal
}
.there .wrap .main .item .text p {
  color: #666;
  font-size: 14px;
  line-height: 30px;
  margin-top: 20px;
  font-family: 'Source Han Sans';
}
.there .bg1,
.there .bg2 {
  position: absolute;
  pointer-events: none;
}
.there .bg1 {
  top: 150px;
  right: -400px;
}
.there .bg2 {
  top: 500px;
  left: -500px;
}

@media screen and (max-width: 1600px) {
  .one .wrap{
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
  .tow .img{
    width: 62vw;
    height: auto;
  }
  .there .wrap{
    width: 100%;
    padding: 0 100px;
  }
}