@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Akaya+Kanadaka&family=Montserrat:wght@100..900&display=swap");
* {
  box-sizing: border-box;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.08em;
}

html {
  scroll-behavior: smooth;
}

.wrapper {
  overflow: hidden;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-thumb {
  background-color: #39a0ca;
  border-radius: 10px;
}

body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.7);
}

h1 {
  font-size: unset;
}

.focusMainBlock {
  position: absolute;
  background: #fff;
  padding: 5px;
  opacity: 0;
}

.focusMainBlock:focus {
  opacity: 1;
}

.breadcrumb-brick2 {
  position: absolute;
  top: 80px;
  left: 10px;
  z-index: 999;
  color: #fff;
  opacity: 0;
}

.breadcrumb-brick2:focus {
  opacity: 1;
}

nav .city {
  color: #FDD108 !important;
}

/*.subMenu .itemBox a:nth-child(3) .item {
  color: #FDD108 !important;
  font-size: 28px !important;
}
@media (max-width: 767px) {
  .subMenu .itemBox a:nth-child(3) .item {
    font-size: 16px !important;
  }
}*/

.s1 .kv {
  width: 100%;
  height: 100vh;
  position: relative;
}
.s1 .kv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.s1 .kv .titleBox {
  position: absolute;
  top: 50%;
  left: 17vw;
  overflow: hidden;
  transform: translateY(-50%);
  z-index: 2;
  animation: kvTitle 2.5s 0.2s;
}
.s1 .kv .titleBox .title {
  font-weight: 400;
}
.s1 .kv .titleBox .title span {
  font-weight: 900;
}
.s1 .kv .titleBox .title1 {
  color: #fff;
  font-size: 7vw;
  white-space: nowrap;
  padding: 0vw 2vw;
}
.s1 .kv .bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 66vw;
  height: 11vw;
  top: 50.5%;
  left: 17vw;
  transform: translateY(-50%);
  animation: bgMove 1s;
}
@keyframes kvTitle {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes bgMove {
  from {
    top: 100%;
    opacity: 0.5;
  }
  to {
    top: 50.5%;
    opacity: 1;
  }
}
.s1 .block {
  padding: 8vw 0;
}
.s1 .block .text .subTitle {
  font-size: 2.5vw;
  color: #39A0CA;
}
@media (max-width: 1024px) {
  .s1 .block .text .subTitle {
    font-size: 6vw;
  }
}
.s1 .block1 {
  position: relative;
  align-content: center;
}
@media (max-width: 1024px) {
  .s1 .block1 {
    padding-top: 44vw;
  }
}
.s1 .block1::before {
  content: "";
  position: absolute;
  width: 18.59vw;
  height: 36.13vw;
  background: url(../img/city/content3/block.png) no-repeat;
  background-size: contain;
  left: 0;
  top: 6vw;
  transform: translate(-60%);
}
@media (max-width: 1024px) {
  .s1 .block1::before {
    background: url(../img/city/content3/blockMobile1.png) no-repeat;
    background-size: contain;
    width: 80vw;
    height: 20vw;
    top: 14vw;
    left: 50%;
    transform: translate(-50%);
  }
}
.s1 .block1 .title {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.3vw;
  margin: 0 auto 2vw auto;
  position: relative;
}
@media (max-width: 1024px) {
  .s1 .block1 .title {
    margin-bottom: 5vw;
  }
}
.s1 .block1 .title img {
  width: 59vw;
}
@media (max-width: 1024px) {
  .s1 .block1 .title img {
    width: 80vw;
  }
}
.s1 .block1 .title .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #39A0CA;
  top: 0;
  left: 100vw;
}
.s1 .block1 .title .bgMove2 {
  animation: bgMove2 1s;
  left: 0;
}
@keyframes bgMove2 {
  from {
    left: 100vw;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.s1 .block1 .text {
  color: #595757;
  background-color: #fff;
  font-size: 1.56vw;
  width: 60vw;
  margin: 0 auto;
  text-align: justify;
}
@media (max-width: 1024px) {
  .s1 .block1 .text {
    font-size: 4vw;
    width: 80vw;
  }
}
.s1 .block2 {
  position: relative;
  align-content: center;
}
@media (max-width: 1024px) {
  .s1 .block2 {
    padding-top: 44vw;
  }
}
.s1 .block2::before {
  content: "";
  position: absolute;
  width: 18.59vw;
  height: 36.13vw;
  background: url(../img/city/content3/block.png) no-repeat;
  background-size: contain;
  right: 0;
  top: 6vw;
  transform: translate(61%);
}
@media (max-width: 1024px) {
  .s1 .block2::before {
    background: url(../img/city/content3/blockMobile2.png) no-repeat;
    background-size: contain;
    width: 80vw;
    height: 20vw;
    top: 14vw;
    left: 50%;
    transform: translate(-50%);
  }
}
.s1 .block2 .title {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.3vw;
  margin: 0 auto 2vw auto;
  position: relative;
}
@media (max-width: 1024px) {
  .s1 .block2 .title {
    margin-bottom: 5vw;
  }
}
.s1 .block2 .title img {
  width: 45.31vw;
}
@media (max-width: 1024px) {
  .s1 .block2 .title img {
    width: 80vw;
    padding: 0 10vw;
  }
}
.s1 .block2 .title .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #39A0CA;
  top: 0;
  left: 100vw;
}
.s1 .block2 .title .bgMove2 {
  animation: bgMove2 1s;
  left: 0;
}
@keyframes bgMove2 {
  from {
    left: 100vw;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.s1 .block2 .text {
  color: #595757;
  background-color: #fff;
  font-size: 1.56vw;
  width: 50vw;
  margin: 0 auto;
  text-align: justify;
}
@media (max-width: 1024px) {
  .s1 .block2 .text {
    font-size: 4vw;
    width: 80vw;
  }
}
.s1 .block3 {
  padding: 5vw;
}
@media (max-width: 1024px) {
  .s1 .block3 {
    padding: 10vw 0;
  }
}
.s1 .block3 div {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.s1 .block3 iframe {
  width: 67.63vw;
  height: 38vw;
}
@media (max-width: 1024px) {
  .s1 .block3 iframe {
    width: 100vw;
    height: 56.19vw;
  }
}
.s1 .block6 .title {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.3vw;
  margin: 0 auto 2vw auto;
  position: relative;
}
@media (max-width: 1024px) {
  .s1 .block6 .title {
    margin-bottom: 5vw;
  }
}
.s1 .block6 .title img {
  width: 35vw;
}
@media (max-width: 1024px) {
  .s1 .block6 .title img {
    width: 50vw;
  }
}
.s1 .block6 ol {
  padding-left: 1.56vw;
}
@media (max-width: 1024px) {
  .s1 .block6 ol {
    padding-left: 5vw;
  }
}
.s1 .swiper {
  width: 100%;
  height: 100vh;
}
.s1 .swiper .swiper-slide .pc {
  display: block;
}
@media (max-width: 1024px) {
  .s1 .swiper .swiper-slide .pc {
    display: none;
  }
}
.s1 .swiper .swiper-slide .mobile {
  display: none;
}
@media (max-width: 1024px) {
  .s1 .swiper .swiper-slide .mobile {
    display: block;
  }
}
.s1 .swiper .swiper-slide .titleBox {
  position: absolute;
  background-color: rgba(35, 24, 21, 0.7);
}
.s1 .swiper .swiper-slide .titleBox .title {
  font-weight: 400;
  width: 35.2vw;
}
.s1 .swiper .swiper-slide .titleBox .title span {
  font-weight: 900;
}
.s1 .swiper .swiper-slide .titleBox .title2 {
  font-size: 4vw;
  margin-bottom: 2.6vw;
  color: #FDD108;
  line-height: 1;
}
@media (max-width: 1024px) {
  .s1 .swiper .swiper-slide .titleBox .title2 {
    font-size: 7.6vw;
    width: 67vw;
    margin: 0 auto 6vw auto;
    text-align: center;
  }
}
.s1 .swiper .swiper-slide .titleBox .text {
  font-size: 2.2vw;
  color: #fff;
  line-height: 1.2;
  width: 35.2vw;
}
@media (max-width: 1024px) {
  .s1 .swiper .swiper-slide .titleBox .text {
    font-size: 4vw;
    width: 64vw;
    margin: 0 auto;
    text-align: justify;
    line-height: 1.5;
  }
}
.s1 .swiper .swiper-slide .titleBox .img {
  width: 100%;
  margin-bottom: 2vw;
}
@media (max-width: 1024px) {
  .s1 .swiper .swiper-slide .titleBox .img {
    width: 67vw;
    margin: 0 auto 6vw auto;
  }
}
.s1 .swiper .swiper-slide .titleBox .img img {
  width: 100%;
}
.s1 .swiper .swiper-slide .titleBox1 {
  bottom: 27vh;
  left: 50%;
  padding: 2.5vw 4.5vw 2.5vw 4.5vw;
  overflow: hidden;
  opacity: 1;
  height: 21vw;
  transform: translate(-50%);
  transition: width 1.3s, opacity 0.8s;
  animation: kvShow 2s;
}
@media (max-width: 1024px) {
  .s1 .swiper .swiper-slide .titleBox1 {
    width: 70vw;
    height: 45vw;
    bottom: 40dvh;
    padding: 2vw 4.5vw 2vw 4.5vw;
    animation: kvShowMobile 2s;
  }
}
@keyframes kvShow {
  from {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: 21vw;
  }
}
@keyframes kvShowMobile {
  from {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: 45vw;
  }
}
.s1 .swiper .swiper-slide .titleBox1 .mainTitle {
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 6.25vw;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 1.5vw;
  margin-bottom: 1.5vw;
  position: relative;
}
@media (max-width: 1024px) {
  .s1 .swiper .swiper-slide .titleBox1 .mainTitle {
    font-size: 10vw;
  }
}
.s1 .swiper .swiper-slide .titleBox1 .mainTitle span {
  font-weight: 900;
  line-height: 1;
}
.s1 .swiper .swiper-slide .titleBox1 .mainTitle .border {
  height: 2px;
  width: 100%;
  background: #FDD108;
  position: absolute;
  bottom: 0;
  animation: borderKv 2s 0.5s;
}
@keyframes borderKv {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.s1 .swiper .swiper-slide .titleBox1 .subTitle {
  color: #fff;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  font-weight: 900;
  font-size: 2.9vw;
}
@media (max-width: 1024px) {
  .s1 .swiper .swiper-slide .titleBox1 .subTitle {
    font-size: 4.6vw;
  }
}
.s1 .swiper .swiper-slide .titleBox2 {
  top: 15vw;
  left: 0;
  padding: 4vw 2vw 4vw 5vw;
  overflow: hidden;
  opacity: 0;
  width: 0;
  transition: width 1.3s, opacity 0.8s;
}
@media (max-width: 1024px) {
  .s1 .swiper .swiper-slide .titleBox2 {
    top: auto;
    bottom: 0;
    padding: 10vw 2vw 36vw 2vw;
  }
}
.s1 .swiper .swiper-slide .titleBox3 {
  top: 15vw;
  right: 0;
  padding: 4vw 2vw 4vw 3vw;
  overflow: hidden;
  opacity: 0;
  width: 0;
  transition: width 1.3s, opacity 0.8s;
}
@media (max-width: 1024px) {
  .s1 .swiper .swiper-slide .titleBox3 {
    top: auto;
    bottom: 0;
    padding: 10vw 2vw 36vw 2vw;
  }
}
.s1 .swiper .swiper-slide .titleBox4 {
  width: 63vw;
  text-align: center;
  bottom: 7vw;
  left: 50%;
  transform: translate(-50%);
  padding: 0.5vw 1vw 2vw 1vw;
  overflow: hidden;
  opacity: 0;
  height: 0;
  transition: height 1.3s, opacity 0.8s;
}
@media (max-width: 1024px) {
  .s1 .swiper .swiper-slide .titleBox4 {
    top: auto;
    bottom: 0;
    padding: 10vw 2vw 36vw 2vw;
    width: 100%;
  }
}
.s1 .swiper .swiper-slide .titleBox4 .title2 {
  margin-bottom: 0.5vw;
  width: 100%;
}
@media (max-width: 1024px) {
  .s1 .swiper .swiper-slide .titleBox4 .title2 {
    width: 67vw;
    margin: 0 auto 6vw auto;
  }
}
.s1 .swiper .swiper-slide .titleBox4 .text {
  width: 100%;
}
@media (max-width: 1024px) {
  .s1 .swiper .swiper-slide .titleBox4 .text {
    width: 67vw;
  }
}
.s1 .swiper .swiper-slide .titleBox5 {
  width: 40vw;
  bottom: 5vw;
  left: 0;
  padding: 4vw 4vw 4vw 5vw;
  text-align: center;
  overflow: hidden;
  opacity: 0;
  height: 0;
  transition: height 1.3s, opacity 0.8s;
}
@media (max-width: 1024px) {
  .s1 .swiper .swiper-slide .titleBox5 {
    top: auto;
    bottom: 0;
    padding: 10vw 2vw 18vw 2vw;
    width: 100%;
  }
}
.s1 .swiper .swiper-slide .titleBox5 .title2 {
  margin-bottom: 0.5vw;
  width: 100%;
}
@media (max-width: 1024px) {
  .s1 .swiper .swiper-slide .titleBox5 .title2 {
    width: 67vw;
    margin: 0 auto 6vw auto;
  }
}
.s1 .swiper .swiper-slide .titleBox5 .text {
  width: 100%;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .s1 .swiper .swiper-slide .titleBox5 .text {
    width: 67vw;
    text-align: center;
  }
}
.s1 .swiper .swiper-slide .titleBox6 {
  width: 56vw;
  text-align: center;
  bottom: 32%;
  left: 50%;
  transform: translate(-50%);
  padding: 2vw 2.5vw 2.5vw 2.5vw;
  overflow: hidden;
  opacity: 0;
  height: 0;
  transition: height 1.3s, opacity 0.8s;
}
@media (max-width: 1024px) {
  .s1 .swiper .swiper-slide .titleBox6 {
    top: auto;
    bottom: 0;
    padding: 10vw 2vw 18vw 2vw;
    width: 100%;
  }
}
.s1 .swiper .swiper-slide .titleBox6 .title2 {
  margin-bottom: 0.5vw;
  width: 100%;
}
@media (max-width: 1024px) {
  .s1 .swiper .swiper-slide .titleBox6 .title2 {
    width: 67vw;
    margin: 0 auto 6vw auto;
  }
}
.s1 .swiper .swiper-slide .titleBox6 .text {
  width: 100%;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .s1 .swiper .swiper-slide .titleBox6 .text {
    width: 67vw;
  }
}
.s1 .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}/*# sourceMappingURL=cityContent3.css.map */