.cont {
  width: 100%;
  overflow: hidden;
}
.cont .tit p {
  color: #231815;
  text-align: center;
  display: block;
  font-weight: 600;
}
.cont .tit span {
  display: block;
  color: #231815;
  text-align: center;
  margin-top: 20px;
}
.cont .tit::after {
  content: '';
  display: block;
  width: 120px;
  height: 2px;
  margin: 20px auto 0;
  background: #bc9480;
}
.cont .page1 {
  padding-top: 130px;
}
.cont .page1 .des {
  text-align: center;
  color: #777;
  line-height: 2.6;
  width: 78%;
  margin: 50px auto 0;
}
.cont .page1 .des i {
  color: #231815;
  font-weight: 700;
}
.cont .page1 .img {
  width: 100%;
  margin-top: 70px;
  overflow: hidden;
}
.cont .page1 .img img {
  transition: all 0.5s;
}
.cont .page1 .img:hover img {
  transform: scale(1.02);
}
.cont .page2 {
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/ngc202306270002/cms/image/9f3cec4a-2ba5-46d7-9e9d-21c801a85597.jpg?d=1719480807102) center center;
  background-size: 100%;
  padding-bottom: 130px;
  padding-top: 18%;
  margin-top: -10%;
}
.cont .page2 .w1440 {
  overflow: initial;
}
.cont .page2 .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont .page2 .item .txt {
  width: 33%;
}
.cont .page2 .item .txt p {
  color: #231815;
  display: block;
  font-weight: 700;
}
.cont .page2 .item .txt p::after {
  content: '';
  display: block;
  width: 120px;
  height: 2px;
  background: #bc9480;
  margin: 30px 0 50px;
}
.cont .page2 .item .txt span {
  display: block;
  color: #777;
  line-height: 2.6;
}
.cont .page2 .item .img {
  width: 57.91%;
}
.cont .page2 .item .img img {
  transition: all 0.5s;
}
.cont .page2 .item .img:hover img {
  transform: scale(1.02);
}
.cont .page3 {
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/ngc202306270002/cms/image/14aef30a-8048-4026-a6cd-d624d6775b54.jpg?d=1719480825063) center center;
  background-size: 100%;
  padding-top: 110px;
}
.cont .page3 .tit p {
  color: #fff;
}
.cont .page3 .tit::after {
  background: #fff;
}
.cont .page3 ul {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.cont .page3 ul li {
  width: 32%;
  background: #000;
  height: 540px;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.cont .page3 ul li.on {
  width: 66.6%;
}
.cont .page3 ul li.on .txt {
  opacity: 1;
  padding-left: 10%;
  width: calc(100% - 392px);
}
.cont .page3 ul li .txt {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  transition: all 1s;
}
.cont .page3 ul li .txt .title {
  color: #fff;
}
.cont .page3 ul li .txt .subtit {
  color: #fff;
  margin-top: 20px;
}
.cont .page3 ul li .txt .entit {
  color: #fff;
}
.cont .page3 ul li .txt .des {
  color: #fff;
  margin-top: 15%;
}
.cont .page3 ul li .txt .des i {
  color: #ff0000;
}
.cont .page3 ul li .img {
  width: 392px;
  transition: all 0s;
  position: absolute;
  bottom: 0;
  right: 0;
}
.cont .page3 ul li .img img {
  transition: all 0s;
}
.cont .page4 {
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/ngc202306270002/cms/image/9f3cec4a-2ba5-46d7-9e9d-21c801a85597.jpg?d=1719480855558) center center;
  background-size: 100%;
  padding-top: 18%;
  margin-top: -12%;
}
.cont .page4 .w1440 {
  overflow: initial;
}
.cont .page4 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
}
.cont .page4 ul li {
  width: 31.33%;
  padding: 5%;
  position: relative;
  background: #fff;
  box-shadow: 0 20px 30px rgba(191, 178, 172, 0.2);
}
.cont .page4 ul li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/ngc202306270002/cms/image/9fcbd45e-99b1-48a9-9849-ede2d3833b69.jpg?d=1719480874391);
  background-size: cover;
  opacity: 0;
  transition: all 0.3s;
}
.cont .page4 ul li .ic {
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #e9e7e7;
  color: #bc9480;
  font-family: Arial;
  font-weight: bold;
  font-size: 72px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  transition: all 0.3s;
}
.cont .page4 ul li p {
  display: block;
  text-align: center;
  color: #231815;
  font-weight: 600;
  margin-top: 30px;
  position: relative;
  z-index: 5;
  transition: all 0.3s;
}
.cont .page4 ul li p::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #bc9480;
  margin: 20px auto 30px;
  transition: all 0.3s;
}
.cont .page4 ul li .des {
  line-height: 2.25;
  color: #231815;
  text-align: center;
  position: relative;
  z-index: 5;
  transition: all 0.3s;
}
.cont .page4 ul li:hover::after {
  opacity: 1;
}
.cont .page4 ul li:hover .ic {
  background: #fff;
  border: 1px solid #fff;
}
.cont .page4 ul li:hover p {
  color: #fff;
}
.cont .page4 ul li:hover p::after {
  background: #fff;
}
.cont .page4 ul li:hover .des {
  color: #fff;
}
.cont .page5 {
  padding-top: 21%;
  margin-top: -12%;
  background: #fff;
}
.cont .page5 .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cont .page5 .item .txt {
  width: 44%;
}
.cont .page5 .item .txt .title {
  color: #231815;
  font-weight: bold;
}
.cont .page5 .item .txt .subtitle {
  color: #231815;
}
.cont .page5 .item .txt .subtitle::after {
  content: '';
  display: block;
  width: 120px;
  height: 2px;
  background: #bc9480;
  margin: 30px 0 50px;
}
.cont .page5 .item .txt .des {
  color: #777777;
  line-height: 2.6;
}
.cont .page5 .item .txt .des i {
  color: #231815;
  font-weight: 600;
}
.cont .page5 .item .img {
  width: 50%;
  overflow: hidden;
}
.cont .page5 .item .img img {
  transition: all 0.5s;
}
.cont .page5 .item .img:hover img {
  transform: scale(1.02);
}
.cont .page6 {
  margin-top: 150px;
}
.cont .page6 .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cont .page6 .item .img {
  width: 50%;
  overflow: hidden;
}
.cont .page6 .item .img img {
  transition: all 0.5s;
}
.cont .page6 .item .img:hover img {
  transform: scale(1.02);
}
.cont .page6 .item .txt {
  width: 50%;
  padding-left: 5%;
}
.cont .page6 .item .txt .title {
  color: #231815;
  font-weight: bold;
}
.cont .page6 .item .txt .subtitle {
  color: #231815;
}
.cont .page6 .item .txt .subtitle::after {
  content: '';
  display: block;
  width: 120px;
  height: 2px;
  background: #bc9480;
  margin: 30px 0 50px;
}
.cont .page6 .item .txt .des {
  color: #231815;
  font-weight: 600;
}
.cont .page7 {
  margin-top: 140px;
  margin-bottom: 80px;
}
.cont .page7 .case {
  width: 100%;
  padding-bottom: 60px;
  margin-top: 80px;
}
.cont .page7 .case .swiper-slide {
  background: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}
.cont .page7 .case .swiper-slide .txt {
  text-align: center;
  padding: 30px 20px;
}
.cont .page7 .case .swiper-slide .txt p {
  color: #231815;
  font-weight: 600;
}
.cont .page7 .case .swiper-slide .img {
  overflow: hidden;
}
.cont .page7 .case .swiper-slide .img img {
  transition: all 0.5s;
}
.cont .page7 .case .swiper-slide:hover img {
  transform: scale(1.02);
}
.cont .page7 .case .swiper-button-prev,
.cont .page7 .case .swiper-button-next {
  border-radius: 100%;
  border: 2px solid #bc9480;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
}
.cont .page7 .case .swiper-button-prev::after,
.cont .page7 .case .swiper-button-next::after {
  font-size: 15px;
  color: #bc9480;
  font-weight: bold;
}
.cont .page7 .case .swiper-button-prev:hover,
.cont .page7 .case .swiper-button-next:hover {
  background: #bc9480;
}
.cont .page7 .case .swiper-button-prev:hover::after,
.cont .page7 .case .swiper-button-next:hover::after {
  color: #fff;
}
.cont .page7 .case .swiper-button-prev {
  left: 19%;
}
.cont .page7 .case .swiper-button-next {
  right: 19%;
}
/* 125% */
@media screen and (max-width: 1440px) {
  .cont .page1 {
    padding-top: 80px;
  }
  .cont .tit span {
    margin-top: 10px;
  }
  .cont .page1 .des {
    width: 100%;
  }
  .cont .page1 .img {
    margin-top: 50px;
  }
  .cont .page2 .item .txt p::after {
    margin: 15px 0 25px;
  }
  .cont .page2 .item .txt span {
    line-height: 2.2;
  }
  .cont .page3 ul li .img {
    width: 350px;
  }
  .cont .page3 ul li {
    height: 480px;
  }
  .cont .page3 ul li.on .txt {
    padding-left: 7%;
  }
  .cont .page3 ul li .txt .des {
    margin-top: 11%;
  }
  .cont .page4 ul li {
    padding: 3%;
  }
  .cont .page4 ul li .ic {
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 55px;
  }
  .cont .page4 ul li p {
    margin-top: 20px;
  }
  .cont .page4 ul li p::after {
    margin: 10px auto 20px;
  }
  .cont .page4 ul li .des {
    line-height: 2;
  }
  .cont .page5 .item .txt .subtitle::after,
  .cont .page6 .item .txt .subtitle::after {
    margin: 20px 0 30px;
  }
  .cont .page5 .item .txt .des {
    line-height: 2.2;
  }
  .cont .page7 {
    margin-top: 80px;
  }
  .cont .page7 .case {
    margin-top: 40px;
  }
  .cont .page3 ul li.on .txt {
    width: calc(100% - 350px);
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .cont .tit::after {
    margin: 10px auto 0;
    width: 60px;
  }
  .cont .page1 {
    padding-top: 40px;
  }
  .cont .tit span {
    margin-top: 0px;
    font-size: 14px;
  }
  .cont .page1 .des {
    line-height: 1.8;
    margin: 20px auto 0;
  }
  .cont .page1 .img {
    margin-top: 30px;
  }
  .cont .page2 .item {
    flex-wrap: wrap;
  }
  .cont .page2 .item .txt {
    width: 100%;
  }
  .cont .page2 .item .txt p {
    text-align: center;
  }
  .cont .page2 .item .txt p::after {
    margin: 10px auto 20px;
  }
  .cont .page2 .item .txt span {
    text-align: center;
    line-height: 1.8;
  }
  .cont .page2 .item .img {
    width: 100%;
    margin-top: 20px;
  }
  .cont .page2 {
    padding-top: 16%;
    padding-bottom: 40px;
  }
  .cont .page3 {
    padding-top: 40px;
  }
  .cont .page3 ul {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .cont .page3 ul li {
    width: 100%!important;
    height: auto;
    margin-bottom: 15px;
  }
  .cont .page3 ul li .txt {
    width: 65%!important;
    opacity: 1;
    position: static;
    transform: translateY(0);
    padding: 20px 0 20px 20px!important;
  }
  .cont .page3 ul li .txt .tit {
    font-size: 16px;
  }
  .cont .page3 ul li .txt .subtit {
    margin-top: 10px;
    font-size: 12px;
  }
  .cont .page3 ul li .txt .entit {
    font-size: 12px;
  }
  .cont .page3 ul li .txt .des {
    font-size: 12px;
    margin-top: 10px;
  }
  .cont .page3 ul li .img {
    width: 35%!important;
    position: static;
  }
  .cont .page4 ul {
    margin-top: 20px;
  }
  .cont .page4 ul li {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  .cont .page4 ul li .ic {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
  }
  .cont .page4 ul li p {
    margin-top: 10px;
  }
  .cont .page4 ul li p::after {
    margin: 10px auto 15px;
    height: 2px;
  }
  .cont .page4 ul li .des {
    line-height: 1.8;
  }
  .cont .page5 .item {
    flex-wrap: wrap;
  }
  .cont .page5 .item .txt {
    width: 100%;
  }
  .cont .page5 .item .txt .title {
    text-align: center;
  }
  .cont .page5 .item .txt .subtitle {
    text-align: center;
    font-size: 14px;
  }
  .cont .page5 .item .des {
    line-height: 1.8;
    text-align: center;
  }
  .cont .page5 .item .img {
    width: 100%;
    margin-top: 20px;
  }
  .cont .page5 .item .txt .subtitle::after,
  .cont .page6 .item .txt .subtitle::after {
    width: 60px;
    margin: 10px auto 20px;
  }
  .cont .page6 {
    width: 90%;
    margin: 40px auto 0;
  }
  .cont .page6 .item {
    flex-wrap: wrap;
  }
  .cont .page6 .item .txt {
    width: 100%;
  }
  .cont .page6 .item .txt .title {
    text-align: center;
  }
  .cont .page6 .item .txt .subtitle {
    text-align: center;
    font-size: 14px;
  }
  .cont .page6 .item .txt .des {
    text-align: center;
  }
  .cont .page6 .item .img {
    margin-top: 20px;
    order: 3;
    width: 100%;
  }
  .cont .page7 {
    width: 90%;
    margin: 40px auto 0;
  }
  .cont .page7 .case {
    overflow: initial;
    margin-top: 20px;
  }
  .cont .page7 .case .swiper-button-prev,
  .cont .page7 .case .swiper-button-next {
    width: 30px;
    height: 30px;
    border: 1px solid #bc9480;
  }
  .cont .page7 .case .swiper-button-prev::after,
  .cont .page7 .case .swiper-button-next::after {
    font-size: 10px;
  }
  .cont .page7 .case .swiper-button-prev {
    left: 10px;
  }
  .cont .page7 .case .swiper-button-next {
    right: 10px;
  }
}
/*# sourceMappingURL=./ExtremeSystem.css.map */