body {
  line-height: 1.5;
}
.cont {
  padding: 0 0 5%;
}
.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: 14.16%;
}
.cont .page1 {
  margin-top: 8%;
}
.cont .page1 .sw_box {
  position: relative;
  margin-top: 2%;
}
.cont .page1 .sw_box .swiper-slide{
height:auto;
}
.cont .page1 .sw_box .swiper-slide .img {
  overflow: hidden;
  position: relative;
  height:80%;
}
.cont .page1 .sw_box .swiper-slide .img::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(35, 24, 21, 0.7);
}
.cont .page1 .sw_box .swiper-slide .img{
  	padding-top:62%;
    height:auto;
  }
  .cont .page1 .sw_box .swiper-slide .img img{
     transition: all 0.5s;
  height:100%;
  object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
  .cont .page1 .sw_box .swiper-slide:hover .img img{
  transform: translate(-50%, -50%) scale(1.05);
  }
.cont .page1 .sw_box .swiper-slide .img img {
 
}
.cont .page1 .sw_box .swiper-slide.swiper-slide-active .img::after {
  display: none;
}

.cont .page1 .sw_box .sw_btn {
  width: 3.125%;
  padding-top: 3.125%;
  border-radius: 100%;
  border: 1px solid #bc9480;
  transition: all 0.3s;
  overflow: hidden;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 2;
}
.cont .page1 .sw_box .sw_btn:hover {
  background: #bc9480;
}
.cont .page1 .sw_box .sw_btn:hover svg path {
  fill: #fff;
}
.cont .page1 .sw_box .sw_btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
  margin: 0!important;
}
.cont .page1 .sw_box .sw_btn svg path {
  fill: #bc9480;
}
.cont .page1 .sw_box .sw_btn.swiper-button-disabled {
  background-color: #c2c3c7;
}
.cont .page1 .sw_box .sw_btn.prev {
  left: 15%;
}
.cont .page1 .sw_box .sw_btn.next {
  right: 15%;
}
.cont .page1 .swiper-container .swiper-slide .txt {
  opacity: 0;
  transition: all 0.5s;
}
.cont .page1 .swiper-container .swiper-slide.swiper-slide-active .txt {
  opacity: 1;
}
.cont .page1 .swiper-container .txt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2%;
}
.cont .page1 .swiper-container .txt .t_l {
  width: calc(100% - 80px);
}
.cont .page1 .swiper-container .txt .t_l p {
  color: #231815;
  display: block;
}
.cont .page1 .swiper-container .txt .t_l span {
  display: block;
  color: #aaaaaa;
  margin-top: 1%;
}
.cont .page1 .swiper-container .txt .img_r {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #d3d1d0;
}
.cont .page1 .swiper-container .txt .img_r img {
  width: 37px;
}
.cont .page2 {
  padding: 8% 0;
  position: relative;
}
.cont .page2 .tit_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  text-align: center;
  z-index: 10;
}
.cont .page2 .tit_box p,
.cont .page2 .tit_box span {
  color: #fff;
}
.cont .page2 .tit_box p::after {
  background: #fff;
}
.cont .page2 .tit_box .bg {
  opacity: 0.2;
  width: 30.16%;
}
.cont .page2 .tit_box a {
  display: inline-block;
  border-radius: 100%;
  background-color: #bc9480;
}
.cont .page2 .tit_box a .more {
  transition: all 0.5s;
}
.cont .page2 .tit_box a svg {
  margin: 11px!important;
  width: 22px;
  height: 22px;
  transition-delay: 0.5s;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.cont .page2 .tit_box a:hover .more {
  transform: rotate(180deg);
}
.cont .page2 .tit_box a:hover .more svg {
  transform: scale(1.2);
}
.cont .page2 .img_box {
  width: 740px;
  margin: 0 auto;
  position: relative;
}
.cont .page2 .img_box li {
  position: absolute;
  width: 500px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.cont .page2 .img_box li p,
.cont .page2 .img_box li span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  font-size: 20px;
}
.cont .page2 .img_box li p {
  margin-right: 5px;
  margin-left: 10px;
}
.cont .page2 .img_box li .img {
  width: 0;
  height: 100px;
  position: relative;
  overflow: hidden;
  border-radius: 100px;
  transition: ease-in-out 0.5s;
}
.cont .page2 .img_box li .img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
    object-fit: cover;
}
.cont .page2 .img_box li:hover .img {
  width: 220px;
}
.cont .page2 .img_box li.on .img {
  width: 220px;
}
.cont .page2 .img_box li:nth-child(1) {
  left: 50%;
  transform: translateX(-50%);
  top: -4.5%;
  flex-direction: column;
}
.cont .page2 .img_box li:nth-child(1) p {
  text-align: center;
  width: 100%;
  margin-right: 0;
}
.cont .page2 .img_box li:nth-child(1) span {
  width: 100%;
  order: 3;
  text-align: center;
}
.cont .page2 .img_box li:nth-child(1) .img {
  height: 10px;
  order: 2;
  margin: 10px 0;
}
.cont .page2 .img_box li:nth-child(1):hover {
  margin-top: -5%;
  padding-bottom: 5%;
}
.cont .page2 .img_box li:nth-child(1):hover .img {
  width: 220px;
  height: 100px;
}
.cont .page2 .img_box li:nth-child(1).on {
  margin-top: -5%;
  padding-bottom: 5%;
}
.cont .page2 .img_box li:nth-child(1).on .img {
  width: 220px;
  height: 100px;
}
.cont .page2 .img_box li:nth-child(2) {
  top: 13.6%;
  left: 92%;
}
.cont .page2 .img_box li:nth-child(2):hover .img {
  margin-left: -30%;
}
.cont .page2 .img_box li:nth-child(2).on .img {
  margin-left: -30%;
}
.cont .page2 .img_box li:nth-child(3) {
  top: 55%;
  left: 100%;
}
.cont .page2 .img_box li:nth-child(3):hover .img {
  margin-left: -30%;
}
.cont .page2 .img_box li:nth-child(3).on .img {
  margin-left: -30%;
}
.cont .page2 .img_box li:nth-child(4) {
  top: 87.7%;
  left: 74%;
}
.cont .page2 .img_box li:nth-child(4):hover .img {
  margin-left: -30%;
}
.cont .page2 .img_box li:nth-child(4).on .img {
  margin-left: -30%;
}
.cont .page2 .img_box li:nth-child(5) {
  top: 87.7%;
  right: 74%;
  flex-direction: row-reverse;
}
.cont .page2 .img_box li:nth-child(5):hover .img {
  margin-right: -30%;
}
.cont .page2 .img_box li:nth-child(5).on .img {
  margin-right: -30%;
}
.cont .page2 .img_box li:nth-child(6) {
  top: 55%;
  right: 100%;
  flex-direction: row-reverse;
}
.cont .page2 .img_box li:nth-child(6):hover .img {
  margin-right: -30%;
}
.cont .page2 .img_box li:nth-child(6).on .img {
  margin-right: -30%;
}
.cont .page2 .img_box li:nth-child(7) {
  top: 13.6%;
  right: 92%;
  flex-direction: row-reverse;
}
.cont .page2 .img_box li:nth-child(7):hover .img {
  margin-right: -30%;
}
.cont .page2 .img_box li:nth-child(7).on .img {
  margin-right: -30%;
}
/* 125% */
@media screen and (max-width: 1366px) {
  .cont .page1 .sw_box .sw_btn {
    width: 4%;
    padding-top: 4%;
  }
  .cont .page1 .swiper-container .txt .img_r {
    width: 60px;
    height: 60px;
  }
  .cont .page1 .swiper-container .txt .img_r img {
    width: 26px;
  }
  .cont .title p::after {
    width: 50px;
    height: 2px;
  }
  .cont .page2 .img_box,
  .cont .page2 .tit_box > div {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 1280px) {
  .cont .page1 {
    padding: 0;
  }
  .cont .page2 .tit_box a svg {
    margin: 6px!important;
    width: 20px;
    height: 20px;
  }
  .cont .page2 .tit_box a {
    margin-top: 10px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  
  .cont .page1 .sw_box .swiper-slide{height: 100%;}
  .cont .page1 .sw_box {
    margin-top: 20px;
  }
  .cont .title .bg {
    width: 20.16% !important;
  }
  .cont .page2 .tit_box {
    position: static;
    transform: translate(0, 0);
    margin: 0 auto;
    width: 100%;
  }
  .cont .page2 .tit_box a {
    margin-top: 30px;
  }
  .cont .page2 .img_box,
  .cont .page2 .tit_box > div {
    transform: scale(1);
  }
  .cont .page2 .img_box {
    width: 90%;
    margin: 0 auto;
  }
  .cont .page2 .img_box .pic {
    display: none;
  }
  .cont .page2 .img_box li:nth-child(1) .img{
  	height:0;margin:0
  }
  .cont .page2 .img_box li {
  position: static;
  width: 100%;
  transform: translate(0, 0) !important;
  margin-top: 0%!important;
    flex-wrap: wrap;
  padding: 15px 0!important;
        justify-content: center;
}
.cont .page2 .img_box li .img{margin: 0;order: 2;height:0;}

.cont .page2 .img_box li p{width: 100%;text-align: center;margin:0}
.cont .page2 .img_box li span{
  order: 3;
  width: 100%;
  text-align: center;
}

  .cont .page2 .img_box li:hover .img {
  width: 0!important;
    margin:0!important;
  height: 0!important;
}
    .cont .page2 .img_box li.on .img {
  width: 220px!important;
    margin:0!important;
  height: 100px!important;
}
}
@media screen and (max-width: 768px) {
  .cont .page1 .sw_box .sw_btn.next {
    right: 7%;
  }
  .cont .page1 .sw_box .sw_btn.prev {
    left: 7%;
  }
  .cont .page1 .sw_box .sw_btn {
    width: 30px;
    padding-top: 30px;
  }
}