html,
body {
  color: #131313;
  font-family: Arial, Helvetica, "sans-serif";
  max-width: 100vw;
  overflow-x: hidden;
  font-size: 22px/1.41em;
  position: relative;
  height: 100%;
  scroll-behavior: smooth;
}
a {
  text-decoration: none !important;
}
.video {
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  right: 0;
}
.video video {
  width: 100vw;
  height: 100vh;
  object-fit: fill;
  position: relative;
}
.video:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  background-image: url("../images/bj.png");
  background-size: auto;
  background-repeat: repeat;
  background-position: center center;
}
header .content {
  padding-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .content .logo {
  position: relative;
  z-index: 2;
  font-size: 26px;
  font: normal normal bold 26px/1.4em poppins-semibold, poppins, sans-serif;
}
header .content .logo a {
  color: #fff;
  font-weight: 800;
}
header .content .hamburger {
  display: none;
}
header .content .hamburger.open {
  display: none;
}
header .content .menus {
  display: flex;
  position: relative;
  z-index: 9999;
}
header .content .menus span {
  display: block;
  padding: 1rem 2rem;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  cursor: pointer;
  transition: ease 0.3s;
}
header .content .menus span:nth-child(2) {
  border-left: 0;
  border-right: 0;
}
header .content .menus span:hover {
  background-color: #141414;
}
header .content .close {
  display: none;
}
main {
  position: relative;
  z-index: 1;
}
.home {
  position: relative;
  z-index: 1;
  height: 100vh;
  width: 100vw;
  padding: 24vh 0;
  color: #fff;
}
.home .content .title {
  font-size: 6rem;
}
.home .content .title.english {
  line-height: 1;
  font-weight: bold;
}
.home .content .list {
  margin-top: 2rem;
}
.home .content .list .item {
  padding: 0.6rem 0;
  display: flex;
  align-items: center;
}
.home .content .list svg {
  fill: #fff;
}
.home .content .list span {
  margin-left: 2rem;
  font-weight: 400;
  font-size: 1.6rem;
}
.bio {
  background-color: #141414;
  padding: 5rem 0;
}
.bio .title {
  font-size: 5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.bio .content .left iframe {
  width: 100%;
  height: 280px;
}
.bio .content .right {
  padding-left: 3rem;
  color: #fff;
  text-align: justify;
  font-size: 1.4rem;
  margin-top: 2rem;
}
.portfolio {
  background-color: #141414;
  padding: 5rem 0;
}
.portfolio .title {
  font-size: 5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.portfolio .content {
  padding: 3rem;
  position: relative;
  display: flex;
  align-items: center;
}
.portfolio .content .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.portfolio .content .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease 0.3s;
}
.portfolio .content .swiper-slide:hover img {
  transition: ease 0.3s;
  opacity: 0.8;
}
.portfolio .content .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio .content .navigation {
  position: absolute;
  z-index: 2;
  left: 4rem;
  right: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.portfolio .content .navigation .swiper-btn {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  opacity: 0.8;
}
.contract {
  background-color: #141414;
}
.contract .title {
  font-size: 5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.contract .content {
  background: url("../images/contract.jpg") no-repeat center / cover;
  padding: 3rem;
  position: relative;
}
.contract .content:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(125, 125, 125, 0.3);
  position: absolute;
  z-index: 0;
}
.contract .content .text {
  padding: 5rem 15rem 2rem 15rem;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 400;
}
.contract .content .info {
  background-color: #141414;
  padding: 2rem 0;
  position: relative;
  z-index: 1;
  font-weight: 400;
}
.contract .content .info .item {
  text-align: center;
  color: #fff;
}
.contract .content .info .item label {
  margin-bottom: 1rem;
}
.contract .content .info .item .value a {
  color: #fff;
}
.contract .content .info .item .value .share-list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.contract .content .info .item .value .share-list li {
  margin: 0.3rem;
}
.contract .content .info .item .value .share-list li a {
  color: #fff;
}
.contract .content .info .item .value .share-list li a img {
  width: 24px;
}
footer {
  position: relative;
  z-index: 1;
  background-color: #141414;
}
footer .text {
  padding: 3rem;
  text-align: center;
  color: #fff;
}
footer .text a {
  color: #fff;
}
.page-share-list {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 1rem;
  z-index: 999;
}
.page-share-list li {
  margin: 0.3rem;
}
.page-share-list li a {
  color: #fff;
}
.page-share-list li a img {
  width: 32px;
}
/*# sourceMappingURL=style.css.map */