@charset "UTF-8";
.font-weight-bold {
  font-weight: bold;
}

.color01 {
  color: #4E4E4E;
}

.color02 {
  color: #FF736F;
}

.color03 {
  color: #FFBB00;
}

.color04 {
  color: #fff;
}

.color05 {
  color: #FAC172;
}

.bg01 {
  background: #4b0d1f;
}

.pr {
  position: relative;
}

.small {
  font-size: 12px;
  color: #e4e4e4;
}

#photosphere .img {
  width: 100%;
  position: relative;
  overflow: auto;
  height: 350px;
  background: #000;
}

#photosphere img {
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.2s;
}

#photosphere .img::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.151);
  background-color: #dbdbdb;
}

#photosphere .img::-webkit-scrollbar {
  width: 6px;
  background-color: black;
  border-radius: 20px;
}

#photosphere .img::-webkit-scrollbar-thumb {
  background-color: #ff9606;
  border-radius: 20px;
}

.swiper-button-prev, .swiper-button-next, .swiper-pagination-bullet {
  z-index: 1 !important;
}

.index-about-swiperad {
  position: relative;
  margin-bottom: 60px;
}
.index-about-swiperad .index-about-swiperad-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(0deg, rgba(75, 13, 31, 0.9490196078) 0%, rgba(75, 13, 31, 0) 100%);
  width: 100%;
  padding: 30px 15px;
}
.index-about-swiperad .index-about-swiperad-title h3 {
  color: #FAC172;
  position: relative;
  font-weight: bold;
}
.index-about-swiperad .index-about-swiperad-title h3 span {
  font-size: 1.2rem;
  margin-left: 10px;
}
.index-about-swiperad .index-about-swiperad-title h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(100% - 220px);
  height: 1px;
  background: #FAC172;
}
.index-about-swiperad .index-about-swiperad-img {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.index-about-swiperad .index-about-swiperad-img img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 250px;
}

.panorama {
  width: 100%;
  float: left;
  margin-top: -5px;
  height: 500px;
  position: relative;
}
.panorama .credit {
  background: rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 12px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  float: right;
}

.pv-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.pv-inner {
  display: inline-block;
  height: 100%;
  width: auto;
  cursor: move;
}
.pv-inner .pv-animating {
  transition: background-position 500ms ease-out;
}

.pv-vertical .pv-inner {
  width: 100%;
}

.pv-inner .pv-pano {
  height: 100%;
  width: auto;
}

.pv-vertical .pv-inner .pv-pano {
  height: auto;
  width: 100%;
}

.pv-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

i.pvicon-overlay {
  margin-top: -43px;
  top: 50%;
  margin-left: -40px;
  position: absolute;
  left: 50%;
  width: 80px;
  height: 87px;
  background-repeat: no-repeat;
  background-image: url(../img/pvicon-overlay.png);
}

.nav-share {
  position: fixed;
  bottom: 160px;
  right: 15px;
  z-index: 2;
  text-align: center;
}
.nav-share .nav-share-line img {
  width: 30px;
}

.bg-all {
  min-height: 100vh;
}

.bg-all01 {
  background: url(../img/bg/bg-all-01.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.bg-all02 {
  background: url(../img/bg/bg-all-02.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.bg-all03 {
  background: url(../img/bg/bg-all-03.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.bg-all05 {
  background: url(../img/bg/bg-all-05.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.bg-all06 {
  background: url(../img/bg/bg-all-06.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.bg-all07 {
  background: url(../img/bg/bg-all-07.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.bg-all08 {
  background: url(../img/bg/bg-all-08.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.bg-all09 {
  background: url(../img/bg/bg-all-09.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.border {
  width: 100%;
}
.border ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 15px;
}
.border ul li {
  width: 50%;
  color: #ffffff;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.border ul li span {
  background: #e8ae5c;
  padding: 5px;
  margin-right: 10px;
  font-weight: 900;
  width: 130px;
  text-align: center;
}
.border ul li p {
  width: calc(100% - 140px);
}

.title01 {
  text-align: right;
  padding: 30% 0;
}
.title01 h1, .title01 h2 {
  color: #FAC172;
  position: relative;
  padding: 10px 0;
  font-size: 4rem;
  letter-spacing: 3px;
}
.title01 h1::after, .title01 h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  opacity: 0.3;
}
.title01 p {
  color: #ffffff;
  padding: 10px 0;
}

.title02 {
  color: #FAC172;
}
.title02 .title02-smail {
  position: relative;
  color: #FAC172;
  font-size: 22px;
  margin-bottom: 30px;
  display: flex;
  width: 100%;
  align-items: center;
}
.title02 .title02-smail::after {
  content: "";
  background-color: #FAC172;
  width: 200px;
  height: 1px;
  position: relative;
  margin-left: 26px;
  align-items: center;
}
.title02 .title02-Winbid span {
  display: block;
  padding-left: 45px;
}

.title03 h2, .title03 h3 {
  color: #FAC172;
  font-weight: bold;
  margin-bottom: 5px;
}
.title03 p {
  color: #fff;
}

.index-banner {
  position: relative;
  display: block;
  overflow: hidden;
}
.index-banner .swiper-slide-box {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 200%;
}
.index-banner .swiper-slide-box img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.index-banner::after {
  content: "";
  display: block;
  clear: both;
}
.index-banner > .bg {
  width: 50%;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.8s ease;
  transform: translateX(-50px);
}
.index-banner.show > .bg {
  opacity: 1;
  transform: translateX(0px);
  background-size: cover;
}
.index-banner .index-banner__swiper {
  width: 100%;
  display: block;
  position: relative;
  float: right;
  height: 97vh;
  min-height: 45vw;
  background-color: #4B0D1F;
  overflow: visible;
  opacity: 0;
  transform: translateY(50px);
  animation-name: bg;
  animation-duration: 15s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.index-banner.show .index-banner__swiper {
  opacity: 1;
  transition: all 0.8s ease;
  transform: translateY(0px);
}
.index-banner.show::after {
  height: 100%;
  transition: all 1.2s ease;
}
.index-banner .container {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
}
.index-banner .swiper-slide {
  opacity: 0;
  visibility: hidden;
}
.index-banner .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
  max-width: 100%;
}
.index-banner .slide-img-box {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 120px;
}
.index-banner .slide-img-box .imgs {
  position: absolute;
  display: block;
  z-index: 5;
  height: 300px;
  width: 350px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  right: 0;
  top: 0;
  opacity: 0;
  transition: all 1.8s ease;
  transform: translateX(50px);
}
.index-banner .swiper-slide-active .slide-img-box .imgs {
  transform: scale(1) translateX(0);
  opacity: 1;
  transition: all 1.8s ease;
}
.index-banner .slide-img-box .imgs img {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
.index-banner .swiper-slide .slide-img-box .bg {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 1.2s ease;
}
.index-banner .swiper-slide.swiper-slide-active .slide-img-box .bg {
  opacity: 1;
}
.index-banner .swiper-slide .slide-img-box .box {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 50%;
}
.index-banner .slide-img-box .main_txt {
  color: #ffffff;
  position: relative;
  left: -170px;
  display: block;
  z-index: 5;
  height: 24vw;
  min-height: 320px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease;
}
.index-banner .swiper-slide-active .slide-img-box .main_txt {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.2s ease 0.2s;
}
.index-banner .slide-img-box .main_txt .name {
  color: #ffffff;
}
.index-banner .slide-img-box .main_txt .tw_name {
  width: 80%;
}
.index-banner .slide-img-box .main_txt .tw_name h1, .index-banner .slide-img-box .main_txt .tw_name h2 {
  font-size: 6vw;
  font-weight: bold;
  position: relative;
  line-height: 7vw;
  letter-spacing: 8px;
  color: #ffffff;
}
.index-banner .slide-img-box .main_txt .memo {
  margin-top: 15px;
  position: relative;
  left: 180px;
}
.index-banner .slide-img-box .main_txt .memo h3 {
  color: #ffffff;
  font-size: 4vw;
  letter-spacing: 2px;
  line-height: 4vw;
  margin-bottom: 10px;
}
.index-banner .slide-img-box .main_txt .memo p {
  color: #ffffff;
}
.index-banner .container_box {
  max-width: 1400px;
  display: flex;
  position: relative;
  margin: 0 auto 9.5vw;
  z-index: 10;
  width: 90%;
  pointer-events: none;
  transition: all 0.5s ease;
  min-height: 330px;
}
.index-banner .swiper-slide-active .container_box {
  pointer-events: auto;
}
.index-banner .index-banner__swiper-pagination {
  position: absolute;
  bottom: 55px;
  left: 50%;
  z-index: 6;
  margin-left: 55px;
  font-size: 15px;
  letter-spacing: 2px;
  width: auto;
}
.index-banner.show .index-banner__swiper-pagination {
  transition: all 0.8s ease 1.5s;
  opacity: 1;
  transform: translateY(-50%);
  left: 50%;
  bottom: 30px;
  width: 50%;
}
.index-banner.show .index-banner__swiper-pagination span {
  display: block;
  margin-bottom: 10px;
}
.index-banner .index-banner__swiper-pagination .swiper-pagination-bullet {
  border: 1px solid white;
  width: 10px;
  height: 10px;
  background-color: transparent;
  margin: 0 12px;
  transition: all 0.3s ease;
  opacity: 0.8;
  margin: 0 18px;
}
.index-banner .index-banner__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
  border-color: white;
  opacity: 1;
}
.index-banner .num_box {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  width: 114px;
  position: absolute;
  bottom: 5vw;
  right: 15vw;
  color: #ffffff;
}
.index-banner .num_box::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 60px;
  height: 1px;
  left: 50%;
  top: 13px;
  margin-left: -30px;
  opacity: 0.3;
}

@keyframes bg {
  0% {
    background: #ff9606;
  }
  25% {
    background: #a00e0e;
  }
  50% {
    transform: #4B0D1F;
  }
  75% {
    background: #a00e0e;
  }
  100% {
    background: #ff9606;
  }
}
@keyframes draw {
  0%, to {
    transform-origin: 50% 0;
    transform: scaleY(0);
  }
  49.9% {
    transform-origin: 50% 0;
    transform: scaleY(1);
  }
  50% {
    transform-origin: 50% 100%;
    transform: scaleY(1);
  }
  99.9% {
    transform-origin: 50% 100%;
    transform: scaleY(0);
  }
}
.index-about-swiper {
  height: auto;
  position: relative;
  display: block;
  padding: 300px 0 0;
  overflow: hidden;
}
.index-about-swiper .main_title {
  position: absolute;
  z-index: 3;
  top: -88px;
  left: 28%;
}
.index-about-swiper .main {
  position: relative;
}
.index-about-swiper .main_svg {
  position: absolute;
  left: 75vw;
  pointer-events: none;
  transform-origin: left top;
  top: 151px;
  z-index: 1;
  margin-left: -14px;
  width: 130px;
}
.index-about-swiper .main_svg h3 {
  -webkit-text-stroke: 2px #F97B55;
  color: transparent;
  font-size: 8rem;
  font-weight: bold;
  line-height: 8rem;
}
.index-about-swiper .container_box {
  max-width: 1400px;
  width: 85%;
  position: relative;
  display: block;
  margin: 0 auto;
}
.index-about-swiper .container_box .box {
  position: relative;
  color: #3c3c3c;
  opacity: 0;
  transform: translateY(50px);
  pointer-events: none;
  transition: all 1.2s ease;
}
.index-about-swiper .container_box .swiper-slide-active .box {
  opacity: 1;
  pointer-events: inherit;
  transform: translateY(0);
}
.index-about-swiper .container_box .box .title {
  position: relative;
  color: #f2583b;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  display: flex;
  width: 100%;
  align-items: center;
}
.index-about-swiper .container_box .box .title::after {
  content: "";
  background-color: black;
  width: 280px;
  height: 1px;
  position: relative;
  margin-left: 26px;
  align-items: center;
}
.index-about-swiper .container_box .box .info {
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 128px;
}
.index-about-swiper .container_box .box .slogan {
  width: 50%;
  position: relative;
  font-size: 30px;
  padding-right: 50px;
  font-weight: bold;
  letter-spacing: 5px;
}
.index-about-swiper .container_box .box .memo {
  position: relative;
  font-size: 18px;
  width: 20vw;
  padding-left: 18px;
  line-height: 30px;
  padding-right: 17px;
  letter-spacing: 1px;
}
.index-about-swiper .index-about-swiper__swiper-pagination {
  position: absolute;
  right: -30px;
  z-index: 6;
  margin-left: 0;
  font-size: 15px;
  letter-spacing: 2px;
  width: auto;
  transform: rotate(90deg);
  top: 100px;
  /* opacity: 0
  * *transform: translateY(10px) */
}

.index-banner.show .index-banner__swiper-pagination {
  transition: all 0.8s ease 1.5s;
  opacity: 1;
  transform: translateY(0);
}

.index-about-swiper .index-about-swiper__swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #909090;
  width: 10px;
  height: 10px;
  background-color: transparent;
  margin: 0 12px;
  transition: all 0.3s ease;
  opacity: 1;
  margin: 0 18px;
}
.index-about-swiper .index-about-swiper__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fd6443;
  border-color: #fd6443;
  opacity: 1;
}
.index-about-swiper .num {
  font-size: 200px;
  color: #e7e7e7;
  position: absolute;
  left: 0;
  bottom: -70px;
  line-height: 200px;
  font-weight: bold;
  font-family: "Lexend Deca", sans-serif;
  display: none;
}
.index-about-swiper .num .now {
  position: relative;
  transform: translateY(0);
  display: inline-block;
  transition: all 0.6s ease;
  width: 100px;
}
.index-about-swiper .num .now.hide {
  transform: translateY(10px);
  opacity: 0;
}
.index-about-swiper .bottom_pic {
  position: relative;
  display: flex;
  padding-left: 0;
  justify-content: space-between;
}
.index-about-swiper .bottom_pic::after {
  content: "";
  background-color: white;
  position: absolute;
  left: 0;
  width: 5vw;
  height: 100%;
  z-index: 2;
}

.index-about-panorama {
  width: 100%;
  background: url("../img/360/index01.jpg") center center no-repeat;
  /* 設定區塊高度 */
  min-height: 400px;
  /* 背景自動縮放/固定 */
  background-attachment: fixed;
  background-size: cover;
}

.index-Functional-swiper {
  padding: 10% 0;
  display: flex;
}
.index-Functional-swiper .index-Functional-title {
  position: relative;
  width: 30%;
  padding: 0 5% 0 5%;
}
.index-Functional-swiper .index-Functional-title .index-Functional-title-box {
  position: relative;
}
.index-Functional-swiper .index-Functional-title .index-Functional-title-box h2 {
  font-weight: bold;
}
.index-Functional-swiper .index-Functional-title .index-Functional-title-box p {
  font-size: 80px;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  writing-mode: inherit;
  top: -110px;
  color: #E7E7E7;
  font-weight: 100;
}
.index-Functional-swiper .index-Functional-title .index-Functional-title-box ul li {
  font-size: 20px;
  color: #646464;
  margin-bottom: 8px;
  font-weight: bold;
  display: flex;
}
.index-Functional-swiper .index-Functional-title .index-Functional-title-box ul li span {
  width: 150px;
  text-align: justify;
  text-justify: distribute-all-lines;
  -moz-text-align-last: justify;
       text-align-last: justify;
  padding-right: 10px;
}
.index-Functional-swiper .index-Functional-title .index-Functional-title-box ul li > div {
  width: calc(100% - 150px);
}
.index-Functional-swiper .index-Functional-title .index-Functional-title-box ul li smail {
  font-size: 14px;
  color: #b5b5b5;
  font-weight: 400;
  display: block;
}
.index-Functional-swiper .index-Functional-title p {
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: vertical-lr;
  font-size: 4rem;
  color: #f9f9f9;
}
.index-Functional-swiper .swiper-Functional {
  width: 70%;
}
.index-Functional-swiper .swiper-button-prev {
  left: 25%;
}
.index-Functional-swiper .swiper-button-next {
  right: auto;
  left: 45%;
}
.index-Functional-swiper .swiper-button-prev, .index-Functional-swiper .swiper-button-next {
  top: 100px;
}
.index-Functional-swiper .swiper-button-prev::after, .index-Functional-swiper .swiper-button-next::after {
  color: #000;
  font-size: 30px;
  font-weight: bold;
}
.index-Functional-swiper .swiper-Functional-b {
  padding: 10px;
  transform: scale(0.9);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.index-Functional-swiper .swiper-Functional-b .swiper-Functional-box {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.168627451);
  border-radius: 5px;
}
.index-Functional-swiper .swiper-Functional-b .swiper-Functional-box img {
  height: 450px;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.index-Functional-swiper .swiper-Functional-b h4 {
  margin-top: 15px;
  font-weight: 900;
}
.index-Functional-swiper .swiper-Functional-b:hover {
  transform: scale(1);
}
.index-Functional-swiper .index-environment-map {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
.index-Functional-swiper .index-environment-map .index-environment-map-left, .index-Functional-swiper .index-environment-map .index-environment-map-right {
  width: 50%;
}
.index-Functional-swiper .index-environment-map .index-environment-map-right {
  position: relative;
  padding-bottom: 30%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.index-Functional-swiper .index-environment-map .index-environment-map-right a, .index-Functional-swiper .index-environment-map .index-environment-map-right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#panorama {
  width: 100%;
  height: 450px;
}

.panorama-box .panorama-box-title {
  background-image: linear-gradient(0deg, #F7EADF 5%, #4B0D1F 5%);
  padding: 2% 15px;
  text-align: center;
  position: relative;
}
.panorama-box .panorama-box-title img {
  width: 250px;
}
.panorama-box .panorama-box-title .panorama-box-title-bird {
  position: absolute;
  bottom: -150px;
  left: 0;
  z-index: 1;
}

.about-img {
  position: relative;
  z-index: 1;
}
.about-img::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 380px;
  bottom: -15px;
  right: -15px;
  background: #FAC172;
  z-index: -1;
}

.first-all {
  padding: 10% 0 15% 0;
}
.first-all .first-block .simplefilter {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  color: #ffffff;
  margin: 100px 0 30px 0;
}
.first-all .first-block .simplefilter li {
  font-size: 20px;
  margin: 0 10px;
  font-weight: bold;
  padding: 5px 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.first-all .first-block .simplefilter li:hover {
  background: #FAC172;
  border-radius: 30px;
}
.first-all .first-block .simplefilter li.active {
  background: #FAC172;
  border-radius: 30px;
}
.first-all .filtr-container .filtr-item {
  padding-bottom: 40px;
  padding-top: 1px;
}
.first-all .filtr-container .filtr-item .filtr-item-img {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 69%;
}
.first-all .filtr-container .filtr-item .filtr-item-img img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.2s;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.first-all .filtr-container .filtr-item .filtr-item-h3 {
  margin-top: 15px;
}
.first-all .filtr-container .filtr-item .filtr-item-h3 h3 {
  color: #ffffff;
  position: relative;
  color: #FAC172;
  display: flex;
  width: 100%;
  align-items: center;
}
.first-all .filtr-container .filtr-item .filtr-item-h3 h3::before {
  content: "";
  background-color: #FAC172;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 60px;
  height: 1px;
  position: relative;
  margin-right: 5px;
  align-items: center;
}
.first-all .filtr-container .filtr-item:hover .filtr-item-img img {
  transform: scale(1.3);
}
.first-all .filtr-container .filtr-item:hover .filtr-item-h3 h3:before {
  width: 20px;
}

.maps-dox {
  position: relative;
}
.maps-dox .maps-dox-text {
  position: absolute;
  right: 10%;
  top: 50%;
  left: 58%;
  transform: translateY(-50%);
  z-index: 1;
  background: #fff;
  padding: 30px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2392156863);
  width: 500px;
  border-top: solid 5px #fac172;
  border-bottom: solid 5px #fac172;
}
.maps-dox .maps {
  padding-bottom: 30%;
}

.surrounding-img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.surrounding-img .surrounding-img-left {
  margin: 100px 10px 0px 10px;
}
.surrounding-img .surrounding-img-right {
  margin: 10px;
}
.surrounding-img .surrounding-img-left, .surrounding-img .surrounding-img-right {
  width: calc(50% - 30px);
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.surrounding-img .surrounding-img-left img, .surrounding-img .surrounding-img-right img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 500px;
}

.Wutonghua {
  margin: 5% 0;
  padding: 10% 0;
  color: #ffffff;
  position: relative;
  width: 100%;
}
.Wutonghua .Wutonghua-title {
  position: relative;
}
.Wutonghua .Wutonghua-title .Wutonghua-title-img {
  position: absolute;
  top: -60px;
  right: 0;
  width: 150px;
}
.Wutonghua .Wutonghua-bg {
  padding: 10% 0;
  margin: 5% 0;
  text-align: center;
}
.Wutonghua .Wutonghua-bg-img {
  position: absolute;
  top: 20%;
  left: 0;
  width: 350px;
}

.surrounding-swiper .index-Functional-swiper .swiper-button-prev::after, .surrounding-swiper .index-Functional-swiper .swiper-button-next::after {
  color: #fff;
}

.building-text {
  position: relative;
  z-index: 1;
  padding: 6% 0 20% 0;
}
.building-text .building-img {
  background: url(../img/building.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 60%;
  height: 400px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.box .box-line {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-color: rgba(250, 193, 114, 0.3607843137);
  border-left-color: rgba(255, 255, 255, 0);
  margin: 0 auto;
  padding: 15px;
  transform: rotate(0deg);
  animation: draw 8s ease-in-out alternate infinite;
}
.box .box-line.box-line02 {
  animation-delay: 1s;
}
.box .box-line.box-line03 {
  animation-delay: 1.5s;
}
.box .box-line.box-line04 {
  animation-delay: 0s;
}
.box .box-line::before, .box .box-line::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: rgba(250, 193, 114, 0.3607843137);
  border-radius: 5px;
}
.box .box-line::before {
  left: 34px;
  top: 13%;
}
.box .box-line::after {
  left: 32px;
  bottom: 14%;
}
.box .box-line .box-line-box {
  border: solid 1px #FAC172;
  width: 100%;
  height: 100%;
  border-radius: 80%;
}
.box .box-text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}

@keyframes draw {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
.traffic-map {
  padding-bottom: 15%;
}
.traffic-map button {
  position: absolute;
  top: 30%;
  left: 31%;
  background: transparent;
  transform: rotate(109deg);
}
.traffic-map button img {
  width: 80px;
  height: 80px;
}

#traffic {
  width: 100%;
  height: 600px;
}

.vr-home-swiper-box .vr-home-swiper {
  margin: 20px 0;
}

.vr-home-swiper-box {
  margin-bottom: 15%;
}
.vr-home-swiper-box .swiper-slide-box {
  margin-bottom: 15px;
  padding-right: 15px;
}

.card .card-img {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.card .card-img a, .card .card-img img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 150px;
}
.card .card-title {
  margin-top: 15px;
}
.card .card-title h2, .card .card-title h3 {
  color: #ffffff;
  position: relative;
  color: #FAC172;
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 20px;
}
.card .card-title h2::before, .card .card-title h3::before {
  content: "";
  background-color: #FAC172;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 60px;
  height: 1px;
  position: relative;
  margin-right: 5px;
  align-items: center;
}
.card:hover .card-img img {
  transform: scale(1.3);
}
.card:hover .card-img img .card-title h2::before, .card:hover .card-img img .card-title h3::before {
  width: 20px;
}

@media screen and (max-width: 1440px) {
  .index-banner .swiper-slide-active .slide-img-box .imgs {
    height: 250px;
    width: 250px;
  }
  .index-Functional-swiper {
    padding: 20% 0;
  }
  .index-Functional-swiper .index-Functional-title {
    width: 50%;
  }
  .index-Functional-swiper .index-Functional-title .index-Functional-title-box p {
    font-size: 50px;
    top: -70px;
  }
  .index-Functional-swiper .swiper-Functional-b {
    transform: scale(1);
  }
  .index-Functional-swiper .swiper-Functional-b .swiper-Functional-box img {
    height: 350px;
  }
  .bg-all01 {
    background: url(../img/bg/bg-all-01-m.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .bg-all02 {
    background: url(../img/bg/bg-all-02-m.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .bg-all03 {
    background: url(../img/bg/bg-all-03-m.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .bg-all05 {
    background: url(../img/bg/bg-all-05-m.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .bg-all06 {
    background: url(../img/bg/bg-all-06-m.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .bg-all07 {
    background: url(../img/bg/bg-all-07-m.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .bg-all08 {
    background: url(../img/bg/bg-all-08-m.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .bg-all09 {
    background: url(../img/bg/bg-all-09-m.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .index-banner .swiper-slide .slide-img-box {
    padding-top: 25%;
    align-items: baseline;
  }
  .index-banner .swiper-slide .slide-img-box .box {
    padding-left: 30px;
  }
  .index-banner .swiper-slide .slide-img-box .bg {
    width: 100%;
  }
  .index-banner .swiper-slide .slide-img-box .main_txt {
    left: 30%;
  }
  .index-banner .swiper-slide .slide-img-box .main_txt .memo {
    left: 0;
  }
  .index-banner .swiper-slide-active .slide-img-box .imgs {
    display: none;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .index-banner .swiper-slide .slide-img-box {
    padding-top: 25%;
    align-items: baseline;
  }
  .index-banner .swiper-slide .slide-img-box .box {
    padding-left: 30px;
  }
  .index-banner .swiper-slide .slide-img-box .bg {
    width: 100%;
  }
  .index-banner .swiper-slide .slide-img-box .main_txt {
    left: 50%;
  }
  .index-banner .swiper-slide .slide-img-box .main_txt .memo {
    left: 0;
  }
  .index-banner .swiper-slide-active .slide-img-box .imgs {
    display: none;
  }
}
@media only screen and (min-device-width: 1080px) and (max-device-width: 1920px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .index-environment .index-Functional-swiper {
    flex-wrap: wrap;
  }
  .index-environment .index-Functional-swiper .index-Functional-title {
    width: 100%;
  }
  .index-environment .index-Functional-swiper .index-Functional-title .index-Functional-title-box p {
    display: block;
  }
  .index-environment .index-Functional-swiper .index-Functional-title ul {
    display: flex;
    flex-wrap: wrap;
  }
  .index-environment .index-Functional-swiper .index-Functional-title ul li {
    width: 50%;
  }
  .index-environment .index-Functional-swiper .index-Functional-title p {
    display: none;
  }
  .index-environment .index-Functional-swiper .index-environment-map {
    width: 100%;
    margin-top: 30px;
  }
  .index-about-swiper {
    padding: 100px 0 0;
  }
  .index-about-swiper .index-about-panorama {
    height: 250px;
    background-attachment: inherit;
  }
  .index-about-swiper .main_svg {
    left: 75vw;
    width: 100px;
  }
  .index-about-swiper .main_svg h3 {
    -webkit-text-stroke: 1px rgba(249, 123, 85, 0.2784313725);
    font-size: 4rem;
    line-height: 4.5rem;
  }
  .index-about-swiper .container_box .box .title::after {
    width: 70px;
  }
  .index-about-swiper .container_box .box .info {
    flex-wrap: wrap;
  }
  .index-about-swiper .container_box .box .info .slogan, .index-about-swiper .container_box .box .info .memo {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .index-Functional-swiper .index-Functional-title {
    width: 25%;
  }
  .index-Functional-swiper .swiper-Functional {
    width: 75%;
  }
  .Wutonghua .Wutonghua-bg-img {
    top: 25%;
    width: 150px;
  }
  .Wutonghua .Wutonghua-title .Wutonghua-title-img {
    width: 80px;
  }
}
@media screen and (max-width: 1366px) {
  .index-environment .index-Functional-swiper {
    flex-wrap: wrap;
    padding-bottom: 60px;
  }
  .index-environment .index-Functional-swiper .index-Functional-title {
    width: 100%;
  }
  .index-environment .index-Functional-swiper .index-Functional-title .index-Functional-title-box p {
    display: block;
  }
  .index-environment .index-Functional-swiper .index-Functional-title ul {
    display: flex;
    flex-wrap: wrap;
  }
  .index-environment .index-Functional-swiper .index-Functional-title ul li {
    width: 50%;
  }
  .index-environment .index-Functional-swiper .index-Functional-title p {
    display: none;
  }
  .index-environment .index-Functional-swiper .index-environment-map {
    width: 100%;
    margin-top: 30px;
  }
  .index-about-swiper {
    padding: 100px 0 0;
  }
  .index-about-swiper .index-about-panorama {
    height: 250px;
    background-attachment: inherit;
  }
  .index-about-swiper .main_svg {
    left: 75vw;
    width: 100px;
  }
  .index-about-swiper .main_svg h3 {
    -webkit-text-stroke: 1px rgba(249, 123, 85, 0.2784313725);
    font-size: 4rem;
    line-height: 4.5rem;
  }
  .index-about-swiper .container_box .box .title::after {
    width: 70px;
  }
  .index-about-swiper .container_box .box .info {
    flex-wrap: wrap;
  }
  .index-about-swiper .container_box .box .info .slogan, .index-about-swiper .container_box .box .info .memo {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .index-Functional-swiper .index-Functional-title {
    width: 25%;
  }
  .index-Functional-swiper .swiper-Functional {
    width: 75%;
  }
  .Wutonghua .Wutonghua-bg-img {
    top: 25%;
    width: 150px;
  }
  .Wutonghua .Wutonghua-title .Wutonghua-title-img {
    width: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .index-banner .index-banner__swiper {
    height: 59vh;
  }
  .title02 .title02-Winbid span {
    padding-left: 35px;
  }
  .maps-dox .maps-dox-text {
    position: relative;
    top: 0;
    transform: translateY(0%);
    left: 0;
    width: 100%;
    box-shadow: none;
  }
  .box .box-line {
    width: 200px;
    height: 200px;
    padding: 10px;
  }
  .box .box-line::before {
    left: 19px;
  }
  .box .box-line::after {
    left: 18px;
  }
  .box .box-text {
    width: -moz-fit-content;
    width: fit-content;
  }
  .box .box-text h2 {
    font-size: 1.5rem;
  }
  .box .h3 {
    font-size: 1.2rem;
  }
  .building-text .building-img {
    width: 60%;
    height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .index-banner .index-banner__swiper {
    height: 100vh;
  }
  .index-banner .swiper-slide-active .slide-img-box .imgs {
    width: 100%;
  }
  .index-banner .slide-img-box {
    padding-top: 47px;
  }
  .index-banner .slide-img-box .imgs {
    width: 100%;
    height: 45vw;
    position: relative;
  }
  .index-banner .slide-img-box .main_txt {
    left: 0;
    padding-left: 0px;
    padding-top: 30px;
  }
  .index-banner .slide-img-box .tw_name {
    width: 80%;
  }
  .index-banner .slide-img-box .memo {
    padding-right: 30px;
    left: 0px !important;
  }
  .index-banner .index-banner__swiper-pagination, .index-banner.show .index-banner__swiper-pagination {
    bottom: 22px;
    text-align: center;
    width: 100%;
    left: 0;
  }
  .index-banner .slide-img-box .imgs {
    transform: translateY(50px);
  }
  .index-Functional-swiper .swiper-Functional {
    width: 100%;
  }
  .index-Functional-swiper {
    padding: 20% 0;
    flex-wrap: wrap;
  }
  .index-Functional-swiper .index-Functional-title {
    width: 100%;
    padding: 0px 15px 70px 15px;
  }
  .index-Functional-swiper .index-Functional-title .swiper-button-prev, .index-Functional-swiper .index-Functional-title .swiper-button-next {
    top: 70px;
  }
  .index-Functional-swiper .index-Functional-title .swiper-button-next {
    left: 90%;
  }
  .index-Functional-swiper .index-Functional-title .swiper-button-prev {
    left: 80%;
  }
  .index-Functional-swiper .swiper-Functional-b .swiper-Functional-box img {
    height: 250px;
  }
  .border ul li {
    width: 50%;
  }
  .bg-all01 {
    background: url(../img/bg/bg-all-01-s.jpg) top center no-repeat;
    background-attachment: fixed;
    background-size: 100%;
  }
  .bg-all02 {
    background: url(../img/bg/bg-all-02-s.jpg) top center no-repeat;
    background-attachment: fixed;
    background-size: 100%;
  }
  .bg-all03 {
    background: url(../img/bg/bg-all-03-s.jpg) top center no-repeat;
    background-attachment: fixed;
    background-size: 100%;
  }
  .bg-all05 {
    background: url(../img/bg/bg-all-05-s.jpg) top center no-repeat;
    background-attachment: fixed;
    background-size: 100%;
  }
  .bg-all06 {
    background: url(../img/bg/bg-all-06-s.jpg) top center no-repeat;
    background-attachment: fixed;
    background-size: 100%;
  }
  .bg-all07 {
    background: url(../img/bg/bg-all-07-s.jpg) top center no-repeat;
    background-attachment: fixed;
    background-size: 100%;
  }
  .bg-all08 {
    background: url(../img/bg/bg-all-08-s.jpg) top center no-repeat;
    background-attachment: fixed;
    background-size: 100%;
  }
  .bg-all09 {
    background: url(../img/bg/bg-all-09-s.jpg) top center no-repeat;
    background-attachment: fixed;
    background-size: 100%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .index-banner .swiper-slide .slide-img-box {
    padding-top: 30px;
    align-items: baseline;
  }
  .index-banner .swiper-slide .slide-img-box .box {
    padding-left: 30px;
  }
  .index-banner .swiper-slide .slide-img-box .bg {
    width: 100%;
  }
  .index-banner .swiper-slide .slide-img-box .main_txt {
    left: 35%;
  }
  .index-banner .swiper-slide .slide-img-box .main_txt .memo {
    left: 0;
  }
  .index-banner .swiper-slide-active .slide-img-box .imgs {
    display: none;
  }
}
@media screen and (max-width: 667px) {
  .index-banner .index-banner__swiper {
    height: 80vh;
  }
  .index-about-swiper .container_box .box .info {
    padding-bottom: 60px;
  }
  .d-sm-inline-block {
    display: block;
  }
  .panorama-box .panorama-box-title .panorama-box-title-bird {
    bottom: 12px;
    width: 98px;
    height: 138px;
  }
  .container-fluid {
    width: 90% !important;
  }
  .index-about-swiper .index-about-panorama {
    height: 160px;
    min-height: 160px;
    background: url(../img/360/index01-M.jpg) center center no-repeat;
    background-size: 100%;
  }
  .d-sm-block {
    display: block;
  }
  .title02 .title02-smail::after {
    width: 135px;
  }
  .Wutonghua .Wutonghua-title .h2 {
    font-size: 20px;
  }
  .index-about-swiper .index-about-swiper__swiper-pagination {
    display: none;
  }
  .index-banner .swiper-slide .slide-img-box {
    padding-top: 80px;
    align-items: baseline;
  }
  .index-banner .swiper-slide .slide-img-box .box {
    padding-left: 30px;
  }
  .index-banner .swiper-slide .slide-img-box .bg {
    width: 100%;
  }
  .index-banner .swiper-slide .slide-img-box .main_txt .tw_name h1, .index-banner .swiper-slide .slide-img-box .main_txt .tw_name h2 {
    font-size: 2.5rem;
    line-height: 17vw;
  }
  .index-banner .swiper-slide .slide-img-box .main_txt .memo {
    left: 0;
  }
  .index-banner .swiper-slide-active .slide-img-box .imgs {
    display: none;
  }
  .building-text .building-img {
    display: none;
  }
  .index-Functional-swiper {
    padding: 25% 0;
    flex-wrap: wrap;
  }
  .index-Functional-swiper .index-Functional-title .index-Functional-title-box p {
    font-size: 25px;
    top: -40px;
  }
  .building-text {
    padding: 6% 0;
  }
  .index-environment .index-Functional-swiper {
    flex-wrap: wrap;
  }
  .index-environment .index-Functional-swiper .index-Functional-title {
    padding: 0px 15px 30px 15px;
  }
  .index-environment .index-Functional-swiper .index-Functional-title ul li {
    width: 100%;
    flex-wrap: wrap;
  }
  .index-environment .index-Functional-swiper .index-Functional-title ul li span {
    -moz-text-align-last: auto;
         text-align-last: auto;
    width: 100%;
    text-align: center;
    background: #e2e2e2;
    padding: 3px;
  }
  .index-environment .index-Functional-swiper .index-Functional-title ul li > div {
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .index-environment .index-Functional-swiper .index-Functional-title p {
    display: none;
  }
  .index-environment .index-Functional-swiper .index-environment-map {
    width: 100%;
    margin-top: 0px;
  }
  .index-environment .index-Functional-swiper .index-environment-map .index-environment-map-left, .index-environment .index-Functional-swiper .index-environment-map .index-environment-map-right {
    width: 100%;
  }
  .index-environment .index-Functional-swiper .index-environment-map .index-environment-map-right {
    padding-bottom: 58%;
  }
  .about-img:after {
    display: none;
  }
  .first-all .filtr-container .filtr-item .filtr-item-h3 h3::before {
    width: 15px;
  }
  .surrounding-img .surrounding-img-left {
    margin: 50px 10px 0px 10px;
  }
  .surrounding-img .surrounding-img-left img, .surrounding-img .surrounding-img-right img {
    height: 300px;
  }
  .box .box-line {
    width: 150px;
    height: 150px;
    padding: 8px;
  }
  .box .box-line::before {
    left: 13px;
  }
  .box .box-line::after {
    left: 13px;
  }
  .box .box-text {
    top: 45%;
    transform: translate(-50%, -55%);
  }
  .box .box-text .h2 {
    font-size: 1.2rem;
  }
  .box .h3 {
    font-size: 18px;
  }
  .border ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  #traffic {
    height: 300px;
  }
  .Wutonghua .Wutonghua-title {
    padding: 15% 30px;
  }
  .Wutonghua .Wutonghua-bg-img {
    top: 35%;
  }
  .Wutonghua .Wutonghua-bg {
    padding: 30% 30px;
  }
  .first-all .first-block .simplefilter {
    justify-content: end;
    margin: 30px 0;
  }
}
@media screen and (max-width: 375px) {
  .box .box-line {
    width: 120px;
    height: 120px;
  }
  .box .box-text {
    top: 50%;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  .index-banner .swiper-slide .slide-img-box {
    padding-top: 45px;
    align-items: baseline;
  }
  .index-banner .swiper-slide .slide-img-box .box {
    padding-left: 30px;
  }
  .index-banner .swiper-slide .slide-img-box .bg {
    width: 100%;
  }
  .index-banner .swiper-slide .slide-img-box .main_txt {
    left: 30%;
  }
  .index-banner .swiper-slide .slide-img-box .main_txt .memo {
    left: 0;
  }
  .index-banner .swiper-slide-active .slide-img-box .imgs {
    display: none;
  }
}