.ctn {
  background: url(../jpg/026ef2f1-f9e5-478d-a3ae-61721fabb3d93f17.jpg?d=1722324763096) center bottom no-repeat #f1f8fa;
  background-size: 100%;
}
.ctn .page1 {
  padding-left: calc((100% - 1440px) / 2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30vw;
  padding-top:80px;
}
.ctn .page1 .txt {
  width: 40%;
  padding-right: 10%;
}
.ctn .page1 .txt .tit {
  color: #222;
  font-weight: bold;
}
.ctn .page1 .txt .subtit {
  color: #777;
  line-height: 1.87;
  margin-top: 25px;
}
.ctn .page1 .txt .sw_btn {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.ctn .page1 .txt .sw_btn div {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #c8c8c8;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.ctn .page1 .txt .sw_btn div::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  color: #fff;
  font-size: 20px;
}
.ctn .page1 .txt .sw_btn div:hover {
  background: #a72119;
}
.ctn .page1 .txt .sw_btn .prev::after {
  content: 'prev';
}
.ctn .page1 .txt .sw_btn .next::after {
  content: 'next';
}
.ctn .page1 .dichan {
  width: 60%;
}
@media screen and (max-width: 1600px) {
  .ctn .page1 {
    padding-left: 10%;
  }
}
/* 125% */
@media screen and (max-width: 1440px) {
  .ctn .page1 .txt {
    padding-right: 5%;
  }
  .ctn .page1 .txt .sw_btn div {
    width: 50px;
    height: 50px;
  }
  .ctn .page1 .txt .sw_btn div::after {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .ctn .page1 {
    padding-left: 5%;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .ctn .page1 {
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    padding-left: 0;
    padding-top:30px;
  }
  .ctn .page1 .txt {
    width: 100%;
    padding-right: 0;
  }
  .ctn .page1 .dichan {
    width: 100%;
    margin-top: 25px;
  }
  .ctn .page1 .txt .sw_btn div {
    width: 35px;
    height: 35px;
  }
  .ctn .page1 .txt .sw_btn div::after {
    font-size: 11px;
  }
  .ctn .page1 .txt .sw_btn {
    margin-top: 15px;
  }
  .ctn .page1 .txt .subtit {
    margin-top: 15px;
  }
  .breadcrumbs {
    padding-top: 80px;
}
}
/*# sourceMappingURL=./dichan.css.map */