.banner {
  background-color: #FCF6E8;
}
.section1 {
  background-color: #FCF6E8;
}
.section1 .wrap {
  padding-top: 166px;
  padding-bottom: 160px;
  width: 1720px;
  margin: 0 auto;
}
.section1 .wrap .top {
  display: flex;
}
.section1 .wrap .top .left {
  width: 730px;
  margin-right: 250px;
  padding-top: 105px;
}
.section1 .wrap .top .left .title {
  margin-bottom: 40px;
}
.section1 .wrap .top .left .title h3 {
  font-size: 40px;
  line-height: 70px;
}
.section1 .wrap .top .left .text {
  color: #37180E;
  font-size: 18px;
  line-height: 40px;
}
.section1 .wrap .bottom {
  display: flex;
  position: relative;
}
.section1 .wrap .bottom .left {
  width: 560px;
  margin-right: 100px;
}
.section1 .wrap .bottom .left img {
  width: 100%;
}
.section1 .wrap .bottom .right {
  flex: 1;
  padding-top: 125px;
}
.section1 .wrap .bottom .right .title {
  margin-bottom: 30px;
}
.section1 .wrap .bottom .right .title h3 {
  color: #37180E;
  font-size: 40px;
  line-height: 70px;
}
.section1 .wrap .bottom .right .text {
  color: #37180E;
  font-size: 18px;
  line-height: 40px;
}
.section1 .wrap .bottom .right .img {
  position: absolute;
  right: 0;
  bottom: -20px;
}
