* {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  height: 100%;
}

body {
  margin: 0 auto;
  min-width: 42.66667vw;
  max-width: 100vw;
  height: 100%;
  font-size: 1.86667vw;
  -webkit-text-size-adjust: none !important;
  font-family: -apple-system, Helvetica, sans-serif;
  line-height: 1.5;
  color: #666;
  background-color: #d4361c;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}

html,
body {
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

img {
  border: 0 none;
  vertical-align: top;
}

i,
em {
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

input,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-family: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #666;
}

input[type='text'],
textarea {
  -webkit-appearance: none;
  appearance: none;
}
.section {
  overflow: visible;
  padding-bottom: 4vw;
}

.building-banner {
  position: relative;
}

.building-banner img {
  width: 100%;
}

.info {
  padding: 2.66667vw 5.33333vw 0;
}
.info h1 {
  font-size: 3em; /* px-to-viewport-ignore */
  color: #333;
}
.info p {
  font-size: 1.2em;
  color: #333;
  margin-top: 2vw;
}
.nav-sec {
  position: sticky;
  background: #fff;
  top: 0;
  z-index: 99;
}
nav.tab-bar {
  margin: 0 0 2.66667vw;
  padding: 2vw 9.33333vw 2vw 2vw;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  overflow: scroll;
  box-sizing: border-box;
}
.nav-ico {
  display: flex;
  width: 13.33333vw;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='%23d93611'/%3E%3C/svg%3E")
      no-repeat 70% center,
    linear-gradient(to left, #fff 60%, transparent 100%);
  background-size: auto 35%;
}
.nav-item {
  flex-basis: auto;
  flex-shrink: 0;
  padding: 1.33333vw 2.66667vw;
  color: #d93611;
  border: 1px solid #d93611;
  background-color: #fff;
  font-size: 2em;
  border-radius: 2vw;
  margin: 2vw;
}
.tab-bar .active {
  background-color: #d93611;
  color: #fff;
}
.content {
  background-color: #fff;
  border-radius: 2.66667vw;
  padding: 2.66667vw 0;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}

.big-photo {
  margin-top: 3.33333vw;
  border-radius: 1.33333vw;
  position: relative;
}
.big-photo img {
  width: 100%;
  border-radius: 1.33333vw;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0.66667vw 1.33333vw;
}
.big-photo video {
  width: 100%;
}
.big-photo p {
  width: 100%;
  padding: 4vw;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: justify;
  box-sizing: border-box;
  color: #fff;
  font-size: 4vw;
  border-bottom-left-radius: 1.33333vw;
  border-bottom-right-radius: 1.33333vw;
  background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.list-more {
  display: none;
  transition: all 1s ease-out;
}
.toggleButton {
  width: 53.33333vw;
  height: 10.66667vw;
  line-height: 10.66667vw;
  font-size: 4vw;
  text-align: center;
  border-radius: 2.66667vw;
  background: #ffbf5b;
  color: #fff;
  display: block;
  margin: 5.33333vw auto 10.66667vw;
  border: none;
}
.subTitleBox {
  padding: 5.33333vw 5.33333vw 2.66667vw;
  min-height: 4vw;
  background: white;
  position: relative;
  display: flex;
}

.subTitleBox div {
  display: inline-block;
}

.subTitleBox .subTitle_num {
  font-size: 6.66667vw;
  padding-right: 1.33333vw;
  position: relative;
  top: 0.66667vw;
  margin-top: 0.66667vw;
}

.subTitleBox .subTitle_num:before {
  position: absolute;
  display: block;
  content: '';
  width: 6.66667vw;
  background: #f5d50e;
  height: 0.8vw;
  bottom: -0.026667rem;
  border-radius: 0.053333rem;
  left: 0.053333rem;
}

.subTitleBox .subTitle {
  font-size: 5.6vw;
  color: #e52929;
  font-weight: bold;
  padding-left: 21.33333vw;
  position: relative;
  margin-top: 2.66667vw;
  background: url('../tplimg/title-icon2025.png') no-repeat left center;
  background-size: auto 85%;
  width: 100%;
}

.news-list li {
  padding: 2.66667vw 4vw;
  font-size: 2.5em;
  color: #333;
  border-bottom: 1px solid #ebf2ff;
}
.news-list li:last-child {
  border: none;
}
.news-list li a {
  display: flex;
  text-align: justify;
  color: #333;
}

.news-list li img {
  max-width: 40%;
  border-radius: 0.66667vw;
  vertical-align: middle;
  margin-right: 3.33333vw;
}
.news-list li.one-photo img {
  width: 100%;
  max-width: 100%;
  margin-top: 2vw;
}
.news-list li.one-photo a {
  display: flex;
  flex-direction: column;
}
.news-list li.three-photo a {
  display: flex;
  flex-direction: column;
}
.news-list li.three-photo .photos-list {
  display: flex;
  margin-top: 2vw;
  justify-content: space-between;
}
.news-list li.three-photo .photos-list img {
  width: 32%;
  margin-right: 0;
}
.sec {
  border-bottom: 1.33333vw solid #e8e8e8;
}
.last-child {
  border-bottom: none;
}
#countdown {
  font-size: 1rem;
  color: #595959;
  text-align: center;
  margin-top: 2vw;
}

#countdown span {
  color: #ab2e60;
}

.footer {
  font-size: 1.8em;
  text-align: center;
  color: #fff;
  line-height: 1.8;
  padding-bottom: 13.33333vw;
  padding-top: 4vw;
}
.ctiys-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4vw 6.66667vw;
  justify-content: space-between;
}
.ctiys-list a {
  width: 33.3%;
}
.ctiys-list img {
  width: 100%;
  padding: 2%;
  border-radius: 1.33333vw;
  vertical-align: middle;
  box-sizing: border-box;
}
.ndb {
  border-bottom: none;
}
@media screen and (min-width: 1000px) {
  nav.tab-bar {
    padding: 0;
    margin: 0;
  }
  .nav-item {
    padding: 0.66667vw;
    font-size: 0.8em;
    margin: 0.66667vw;
  }
  .nav-ico {
    width: 10.66667vw;
  }
  .subTitleBox {
    padding: 1.33333vw;
    min-height: auto;
  }
  .subTitleBox .subTitle_num {
    font-size: 1.6em;
    margin-top: 1.6vw;
  }
  .subTitleBox .subTitle {
    font-size: 1.6em;
    padding-left: 12vw;
  }
  .subTitleBox .subTitle_num:before {
    width: 4vw;
    bottom: 0;
  }
  .content {
    padding: 0;
  }
  .section {
    width: 60%;
    margin: 0 auto;
    background-color: #fff;
  }

  .info h1 {
    font-size: 1.2em;
  }
  .info p {
    font-size: 0.8em;
  }
  nav span {
    font-size: 0.8em;
  }
  .info {
    padding: 1.33333vw 2.66667vw 0;
  }
  .news-list li {
    font-size: 1em;
    padding: 1.33333vw 2.66667vw;
  }
  .sec {
    border-bottom-width: 0.26667vw;
  }
  .toggleButton {
    width: 60%;
    height: 5.33333vw;
    line-height: 5.33333vw;
    border-radius: 1.33333vw;
    font-size: 1em;
    margin: 4vw auto 6.66667vw;
  }
  .footer {
    font-size: 0.8em;
  }
}
