.one {
  position: relative;
  z-index: -1;
  display: flex;
  justify-content: end;
}

.one > img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.one .wrap {
  width: 1546px;
  padding-top: 30px;
}

.one .wrap .top {
  margin-bottom:90px;
  text-align: center;
}

.one .wrap .top h3 {
  color: #caa774;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
}

.one .wrap .top h4 {
  color: #666;
  font-size: 13px;
  margin-top: 10px;
  font-weight: normal;
}

.one .wrap .top p {
	max-width: 70%;
	color: #666;
	font-size: 13px;
	line-height: 22px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	display:block;
}

.one .wrap .bottom .text {
  width: 904px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #caa672;
  padding: 118px 70px 144px 260px;
}

.one .wrap .bottom .text .title {
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
  padding-left: 65px;
  padding-bottom: 35px;
}

.one .wrap .bottom .text .title h3 {
  font-family: 'Source Han Sans';
  color: #fff;
  font-size: 20px;
  line-height: 1;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
  font-weight: normal;
}

.one .wrap .bottom .text .title h4 {
  color: #fff;
  font-size: 13px;
  margin-top: 10px;
  line-height: 1;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
  font-weight: normal;
}

.one .wrap .bottom .text .main {
  padding-left: 65px;
  margin-top: 30px;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
}

.one .wrap .bottom .text.aos-animate .title h3,
.one .wrap .bottom .text.aos-animate .title h4 {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s 1s;
}

.one .wrap .bottom .text.aos-animate .main {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s 1.2s;
}

.tow .wrap {
  width: 1402px;
  margin: 125px auto 0;
  padding-bottom: 121px;
  border-bottom: 1px #caa672 solid;
}

.tow .wrap .list {
  width: 1034px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.tow .wrap .list .item {
  flex: 1;
  transition: all 1s;
}

.tow .wrap .list .item:hover .img {
  transform: translateY(-20px);
}

.tow .wrap .list .item:hover .text {
  transform: translateY(-20px);
  color: #caa672;
}

.tow .wrap .list .item:nth-child(3n-1).aos-animate {
  transition-delay: 0.2s;
}

.tow .wrap .list .item:nth-child(3n).aos-animate {
  transition-delay: 0.4s;
}

.tow .wrap .list .item {
  margin: 0 15px;
}

.tow .wrap .list .item .img {
  height: 380px;
  background-color: #fcfcfc;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1s;
}

.tow .wrap .list .item .text {
  color: #3e3e3e;
  font-size: 16px;
  margin-top: 29px;
  transition: all 1s;
  padding-left: 20px;
  font-family: 'Source Han Sans';
}

.there {
  display: flex;
  justify-content: end;
  padding-top: 80px;
  padding-bottom: 124px;
  position: relative;
}

.there > img {
  position: absolute;
  top: 67px;
  left: 0;
  z-index: -1;
}

.there .wrap {
  width: 1584px;
}
.there .wrap .wrap-box {
  display: flex;
  
}

.there .wrap .left {
  flex: 1;
}

.there .wrap .left .top h3 {
  color: #131313;
  font-size: 20px;
  font-family: 'Source Han Sans';
  line-height: 1;
  font-weight: normal;
  padding-bottom:15px;
}

.there .wrap .left .top h4 {
  color: #666;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: normal;
}

.there .wrap .left .top p {
  color: #666;
  font-size: 13px;
  line-height: 22px;
  width: 675px;
}

.there .wrap .bottom {
  margin-top: 10px;
}

.there .wrap .bottom .list {
  display: flex;
  flex-wrap: wrap;
  min-width: 480px;
}

.there .wrap .bottom .list .item {
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 13px 6px 101px 0px rgba(60, 60, 60, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 27px;
  transition: all 1s;
}

.there .wrap  .bottom .list .item:hover {
  transform: translateY(-10px);
}

.there .wrap .right {
  width: 806px;
  margin-left: 106px;
}

.there .wrap .right .top {
  position: relative;
  padding-bottom: 37px;
}

.there .wrap .right .top .img {
  display: flex;
  justify-content: center;
}
.there .wrap .right .top .img img{
  width: 180px;
  height: 250px;
}
.there .wrap .right .top::after {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 220px;
  background-color: #caa672;
}

.there .wrap .right .bottom {
  margin-top: 29px;
}

.there .wrap .right .bottom .list {
  margin-left: 70px;
  display: flex;
}

.there .wrap .right .bottom .list .item {
  display: flex;
  flex-direction: column;
  margin-right: 70px;
}

.there .wrap .right .bottom .list .item .value {
  display: flex;
  align-items: center;
}

.there .wrap .right .bottom .list .item .value .num {
  font-size: 50px;
  color: #caa672;
  font-weight: 700;
  line-height: 1;
}

.there .wrap .right .bottom .list .item .key {
  color: #3c3c3c;
  font-size: 20px;
  font-family: 'Source Han Sans';
}

@media screen and (max-width: 2560px) {
  .one .wrap,
  .there .wrap {
    margin: 0 auto;
  }
  .there .wrap .right {
    width: 806px;
    margin-left: 0;
  }
}

@media screen and (max-width: 2048px) {
  .one .wrap .bottom .img img {
    width: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .one {
    justify-content: center;
  }
  .one .wrap .bottom .text {
    width: 50%;
    padding: 4% 7%;
  }
  .one .wrap .bottom .img {
    display: flex;
    justify-content: flex-end;
  }
  .one .wrap .bottom .img img {
    width: 70%;
  }
  .there .wrap {
    width: 80%;
  }
  .there .wrap .right {
    width: 520px;
    margin-left: 0;
  }
  .there .wrap .left {
    margin: 0 70px 0 0;
  }
  .there .wrap .left .top p {
    width: 90%;
  }
  .there {
    justify-content: center;
  }
}
