body {
  line-height: 1.5;
}
.cont {
  width: 100%;
  overflow: hidden;
}
.cont .title {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.cont .title .text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.cont .title p {
  font-family: 'Bank';
  color: #634f44;
  display: block;
  text-align: center;
  line-height: 1;
}
.cont .title p::after {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  background: #bc9480;
  margin: 18px auto 10px;
}
.cont .title span {
  color: #231815;
  display: block;
  text-align: center;
}
.cont .title .bg {
  width: 10.5%;
}
.cont .page1 {
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/ngc202306270002/cms/image/b4ec228d-199d-4e66-86f7-8984b4c7734f.jpg?d=1698888848585) center center;
  background-size: cover;
  padding: 5% 0 8%;
}
.cont .page1 .w1440 .sw_btn {
  width: 30px;
  height: 30px;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #bc9480;
  transition: all 0.3s;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index:10;
}
.cont .page1 .w1440 .sw_btn svg{    width: 15px;
    height: 15px;margin: 0!important;}
.cont .page1 .w1440 .prev{left:0}
.cont .page1 .w1440 .next{right:0}
.cont .page1 .w1440 .sw_btn.swiper-button-disabled{    background-color: #c2c3c7;}
.cont .page1 .swiper-container {
  margin-top: 3.5%;
}
.cont .page1 .swiper-container .swiper-slide {
  border-radius: 20px;
  background: #fff;
  padding: 10px;
  transition: all 0.3s;
}
.cont .page1 .swiper-container .swiper-slide .border {
  border: 1px dashed #ebdfd9;
  padding: 45px 0;
  border-radius: 20px;
  transition: all 0.3s;
}
.cont .page1 .swiper-container .swiper-slide .border p {
  text-align: center;
  color: #bc9480;
  display: block;
  transition: all 0.3s;
}
.cont .page1 .swiper-container .swiper-slide .border .ic {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 1px solid #e9e7e7;
  position: relative;
  overflow: hidden;
  margin: 40px auto 60px;
  transition: all 0.3s;
}
.cont .page1 .swiper-container .swiper-slide .border .ic img {
  position: absolute;
  top: 0;
  left: 0;
}
.cont .page1 .swiper-container .swiper-slide .border span {
  display: block;
  text-align: center;
  color: #bc9480;
  transition: all 0.3s;
}
.cont .page1 .swiper-container .swiper-slide .jia {
  position: absolute;
  top: 50%;
  right: -42.5px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  box-shadow: 0 5px 10px rgba(128, 100, 87, 0.1);
}
.cont .page1 .swiper-container .swiper-slide:nth-last-child(1) .jia {
  display: none;
}
.cont .page1 .swiper-container .swiper-slide:hover {
  background: #bc9480;
}
.cont .page1 .swiper-container .swiper-slide:hover .border p {
  color: #fff;
}
.cont .page1 .swiper-container .swiper-slide:hover .border .ic {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.cont .page1 .swiper-container .swiper-slide:hover .border .ic img {
  top: auto;
  bottom: 0;
}
.cont .page1 .swiper-container .swiper-slide:hover .border span {
  color: #fff;
}
.cont .page2 {
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/ngc202306270002/cms/image/27bcb19a-0d67-49ab-8acb-4f682dfdf21b.jpg?d=1698888866791) #faf8f7 top center no-repeat;
  background-size: contain;
  padding: 5% 0 0;
}
.cont .page2 .des {
  text-align: center;
  width: 90%;
  margin: 2% auto 3.5%;
  color: #fff;
}
.cont .page2 .title p,
.cont .page2 .title span {
  color: #fff;
}
.cont .page2 .title p::after {
  background: #fff;
}
.cont .page2 .title .bg {
  opacity: 0.1;
}
.cont .page2 .sw_box {
  position: relative;
}
.cont .page2 .sw_box .sw_btn {
  width: 3.125%;
  padding-top: 2.987%;
  border-radius: 100%;
  background: #fff;
  transition: all 0.3s;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.cont .page2 .sw_box .sw_btn:hover {
  background: #bc9480;
}
.cont .page2 .sw_box .sw_btn:hover svg path {
  fill: #fff;
}
.cont .page2 .sw_box .sw_btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35%;
  height: auto;
  margin: 0!important;
}
.cont .page2 .sw_box .sw_btn svg path {
  fill: #bc9480;
}
.cont .page2 .sw_box .sw_btn.prev {
  left: 10%;
}
.cont .page2 .sw_box .sw_btn.next {
  right: 10%;
}
.cont .page2 .sw_box .swiper-container {
  width: 60%;
  margin: 0 auto;
  overflow: initial;
}
.cont .page2 .sw_box .swiper-container .swiper-slide {
  overflow: hidden;
}
.cont .page2 .sw_box .swiper-container .swiper-slide img {
  transition: all 0.5s;
}
.cont .page2 .sw_box .swiper-container .swiper-slide:hover img {
  transform: scale(1.05);
}
.cont .page3 {
  background: #faf8f7;
  padding: 8% 0;
}
.cont .page3 .w1440 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cont .page3 .w1440 .img {
  width: 66.66%;
  overflow: hidden;
}
.cont .page3 .w1440 .img img {
  transition: all 0.5s;
}
.cont .page3 .w1440 .img:hover img {
  transform: scale(1.05);
}
.cont .page3 .w1440 .txt {
  width: 33%;
  padding-left: 5%;
}
.cont .page3 .w1440 .txt .title {
  justify-content: flex-start;
}
.cont .page3 .w1440 .txt .title p,
.cont .page3 .w1440 .txt .title span {
  text-align: left;
}
.cont .page3 .w1440 .txt .title p::after {
  margin: 18px 0 10px;
}
.cont .page3 .w1440 .txt .title .bg {
  width: 50%;
}
.cont .page3 .w1440 .txt .ic {
  margin-top: 7%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont .page3 .w1440 .txt .ic svg {
  width: 30px;
  height: 30px;
  margin: 0!important;
}
.cont .page3 .w1440 .txt .ic p {
  display: block;
  width: calc(100% - 55px);
}
.cont .page4 {
  padding: 6% 0;
}
.cont .page4 ul {
  width: 100%;
  margin-top: 4%;
}
.cont .page4 ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cont .page4 ul li p {
  color: #231815;
  display: block;
  position: relative;
}
.cont .page4 ul li p::after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background: #bc9480;
  margin: 3% 0 7%;
}
.cont .page4 ul li span {
  display: block;
  color: #231815;
}
.cont .page4 ul li:nth-child(1) .img {
  width: 62.5%;
  display: flex;
  justify-content: space-between;
}
.cont .page4 ul li:nth-child(1) .img .pic1 {
  overflow: hidden;
  width: 42.22%;
}
.cont .page4 ul li:nth-child(1) .img .pic1 img {
  transition: all 0.5s;
}
.cont .page4 ul li:nth-child(1) .img .pic1:hover img {
  transform: scale(1.05);
}
.cont .page4 ul li:nth-child(1) .img .pic2 {
  overflow: hidden;
  width: 55.55%;
}
.cont .page4 ul li:nth-child(1) .img .pic2 img {
  transition: all 0.5s;
}
.cont .page4 ul li:nth-child(1) .img .pic2:hover img {
  transform: scale(1.05);
}
.cont .page4 ul li:nth-child(1) .txt {
  width: 37%;
  padding-left: 5%;
}
.cont .page4 ul li:nth-child(2) {
  margin-top: 5%;
}
.cont .page4 ul li:nth-child(2) .img {
  width: 63.88%;
  overflow: hidden;
}
.cont .page4 ul li:nth-child(2) .img img {
  transition: all 0.5s;
}
.cont .page4 ul li:nth-child(2) .img:hover img {
  transform: scale(1.05);
}
.cont .page4 ul li:nth-child(2) .txt {
  width: 36%;
  padding-right: 5%;
}
.cont .page4 ul li:nth-child(2) .txt p {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cont .page4 ul li:nth-child(2) .txt span {
  text-align: right;
}
/* 125% */
/* 150 */
@media screen and (max-width: 998px) {
  .cont .page1 .w1440 .sw_btn{display:flex}
  .cont .title p::after {
    width: 50px;
    height: 2px;
    margin: 3% auto;
  }
  .cont .title .bg {
    width: 20.16%;
  }
  .cont .page2 {
    background-size: 100% 80%;
  }
  .cont .page2 .sw_box .sw_btn {
    width: 30px;
    padding: 0;
    height: 30px;
  }
  .cont .page3 .w1440 {
    flex-wrap: wrap;
  }
  .cont .page3 .w1440 .img {
    width: 100%;
  }
  .cont .page3 .w1440 .txt {
    width: 100%;
    margin-top: 30px;
  }
  .cont .page3 .w1440 .txt .title .bg {
    width: 35%;
  }
  .cont .page3 .w1440 .txt .title {
    justify-content: center;
  }
  .cont .page3 .w1440 .txt .title p,
  .cont .page3 .w1440 .txt .title span {
    text-align: center;
  }
  .cont .page3 .w1440 .txt .title p::after {
    margin: 3% auto;
  }
}
@media screen and (max-width: 768px) {
  .cont .title .bg {
    width: 25.16%;
  }
  .cont .page1 .swiper-container .swiper-slide .border .ic {
    width: 80px;
    height: 80px;
  }
  .cont .page1 .swiper-container .swiper-slide .jia {
    width: 30px;
    height: 30px;
    right: -21.5px;
  }
  .cont .page4 ul li .img,
  .cont .page4 ul li .txt {
    width: 100%!important;
  }
  .cont .page4 ul li .txt {
    margin-top: 20px;
    padding: 0 5%;
  }
  .cont .page4 ul li p::after {
    width: 50px;
    margin: 10px 0 15px;
  }
  .cont .page4 ul li:nth-child(1) .txt {
    order: 2;
  }
  .cont .page4 ul li:nth-child(2) {
    margin-top: 30px;
  }
  .cont .page4 ul li:nth-child(2) .txt p {
    align-items: flex-start;
  }
  .cont .page4 ul li:nth-child(2) .txt span {
    text-align: left;
  }
}