/*頁面1*/
.main {
  width: 100%;
  height: auto;
  position: relative;
}

.side-btn-li {
  color: #fff !important;
}

.side-btn-dash {
  color: #fefefe !important;
}

.side-btn-all::before {
  color: #fefefe !important;
}

.side-btn-all::after {
  color: #fefefe !important;
}

.side-btn-active {
  color: #ffe3cd !important;
}

.side-btn-active::after {
  background-color: #ffe3cd !important;
}

.swiper-container {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullet {
  background-image: url(../img/dot2-2.png);
  /* 未轮播到的图片分页样式 */
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.9vw;
  height: 0.9vw;
  margin: 0.6vw 0 !important;
  opacity: 1;
  border-radius: 0;
  border: none;
  background-color: #fff;
  outline: none;
}

.swiper-pagination-bullet-active {
  background-image: url(../img/dot1.png);
  background-color: #d6b59a;
  outline: none;
}

.main-banner {
  width: 100%;
  height: auto;
  position: relative;
  background-image: url("../img/04-4/bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.banner1-pic1 {
  width: 72%;
  height: auto;
  position: absolute;
  left: 21.5%;
  top: 10%;
}

.banner1-pic2 {
  width: 19%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.banner1-txt {
  width: 29%;
  position: absolute;
  left: 5%;
  top: 35.2%;
  z-index: 99;
}

.banner1-txt h2 {
  width: 100%;
  font-family: "jf-jinxuan-medium";
  font-size: 1.7vw;
  letter-spacing: 0.15vw;
  color: #d5b499;
  font-weight: normal;
  margin: 0 0 1vw 0;
}

.banner1-txt h4 {
  width: 100%;
  color: #f8f2f1;
  font-weight: normal;
  font-family: "DFHeiStd-W3";
  font-size: 1.09vw;
  letter-spacing: 0.1vw;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2vw;
  margin: 0 0 0 0;
}

.bling {
  width: 1.3vw;
  position: absolute;
  cursor: pointer;
  z-index: 999;
}
.banner-menu-txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.banner-menu1 {
  left: 39.9vw;
  top: 12.5vw;
}
.banner-menu2 {
  left: 24vw;
  top: 14.4vw;
}
.banner-menu3 {
  left: 8.5vw;
  top: 31vw;
}
.banner-menu4 {
  left: 42.2vw;
  top: 26.5vw;
}
.banner-menu5 {
  left: 60vw;
  top: 14.5vw;
}
.banner-menu6 {
  left: 13.5vw;
  top: 2.1vw;
}
.banner-menu7 {
  left: 14.2vw;
  top: 12.8vw;
}
.banner-menu1-txt {
  width: 6vw;
  top: -2.1vw;
}
.banner-menu2-txt {
  width: 6vw;
  top: -2.1vw;
}
.banner-menu3-txt {
  width: 6vw;
  top: -2.1vw;
}
.banner-menu4-txt {
  width: 6vw;
  top: -2.1vw;
}
.banner-menu5-txt {
  width: 6vw;
  top: -2.1vw;
}

.bling1 {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bling-active {
  animation: bling 0.6s infinite alternate;
  transition-timing-function: ease-out;
}

@keyframes bling {
  0% {
    opacity: 0.3;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.1);
  }
}

@keyframes bling2 {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

.bling:hover .bling2 {
  animation: bling 0.6s infinite alternate;
  transition-timing-function: ease-out;
}

.banner-menu-txt-active {
  opacity: 1;
  visibility: visible;
}

.bling:hover .banner-menu-txt {
  opacity: 1;
  visibility: visible;
}

.pic-txt {
  position: absolute;
  right: 1vw;
  bottom: 1vw;
  color: #f8f2f1;
  font-family: "DFHeiStd-W5";
  font-size: 1vw;
  letter-spacing: 0.01vw;
}

.pic-txt3 {
  bottom: 2vw;
}

.banner-txt {
  width: 38%;
  position: absolute;
  left: 4.2%;
  top: 78%;
}

.banner-txt h2 {
  width: 100%;
  font-family: "jf-jinxuan-medium";
  font-size: 1.6vw;
  letter-spacing: 0.15vw;
  color: #d5b499;
  font-weight: normal;
  margin: 0 0 0.5vw 0;
}

.banner-txt h4 {
  width: 100%;
  color: #f8f2f1;
  font-weight: normal;
  font-family: "DFHeiStd-W3";
  font-size: 1.09vw;
  letter-spacing: 0.01vw;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2vw;
  margin: 0;
}

.txt-space {
  margin-top: 0.6vw;
}

.bottom-title {
  position: absolute;
  bottom: 4.4vw;
  right: 10.5vw;
  font-family: "jf-jinxuan-medium";
  font-size: 1.6vw;
  letter-spacing: 0.15vw;
  color: #d5b499;
}

.north-icon {
  width: 2.5vw;
  position: absolute;
  left: -3.5vw;
  top: 50%;
  transform: translateY(-50%);
}

.bottom-txt {
  position: absolute;
  bottom: 2.6vw;
  right: 10.5vw;
  color: #f8f2f1;
  font-weight: normal;
  font-family: "DFHeiStd-W3";
  font-size: 0.7vw;
  letter-spacing: 0.07vw;
}

/*頁面2*/

.banner2 {
  width: 66%;
  height: auto;
  position: relative;
  margin-left: 34%;
}

.banner2-txt {
  width: 74%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.banner2-txt h2 {
  width: 100%;
  font-family: "jf-jinxuan-medium";
  font-size: 1.7vw;
  letter-spacing: 0.15vw;
  color: #d5b499;
  font-weight: normal;
  margin: 0 0 1vw 0;
}

.banner2-txt h4 {
  width: 100%;
  color: #f8f2f1;
  font-weight: normal;
  font-family: "DFHeiStd-W3";
  font-size: 1.09vw;
  letter-spacing: 0.01vw;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2vw;
  margin: 0 0 7% 0;
}

.main2-txt-bg {
  width: 34%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.banner2 .swiper-pagination {
  width: 5vw !important;
  height: 2vw;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  bottom: 1.3vw !important;
  right: 8vw !important;
  left: auto !important;
  padding-left: 0.5vw;
  box-sizing: border-box;
}

.banner2 .swiper-pagination-bullet {
  background-image: url(../img/04-1/dot2.png);
  /* 未轮播到的图片分页样式 */
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.9vw;
  height: 0.9vw;
  margin: 0.6vw 0 !important;
  opacity: 1;
  border-radius: 0;
  border: none;
  background-color: transparent;
  outline: none;
}

.banner2 .swiper-pagination-bullet-active {
  background-image: url(../img/04-1/dot1.png);
  background-color: transparent;
  outline: none;
}

.banner2-pic1 {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
}

.banner2-pic1-F {
  width: 43.4%;
  height: auto;
  position: absolute;
  left: 30.65%;
  top: 0.1%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.banner2-pic1-G {
  width: 94.7%;
  height: auto;
  position: absolute;
  left: 4.6%;
  bottom: 6.7%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.banner-menu6:hover + .banner2-pic1-F {
  visibility: visible;
  opacity: 1;
}
.banner-menu7:hover + .banner2-pic1-G {
  visibility: visible;
  opacity: 1;
}

.banner2-pic1-active{
  visibility: visible;
  opacity: 1;
}

/*banner開圖*/

.open-banner {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
}

.open-pic {
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  color: #fff;
  text-align: left;
}

.open-pic > img {
  width: 100%;
  height: 100vh;
}

.banner-closeBtn {
  width: 5%;
  position: absolute;
  right: 0;
  bottom: 6.5%;
  cursor: pointer;
}
