.cf {
  color: #fff;
}

.header {
  width: 100%;
  box-sizing: border-box;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 1.0417vw 2.6042vw;
  transition: 0.5s;
}
.nav {
  opacity: 0;
}
.nav a {
  color: #fff;
  margin: 0 1.5vw;
  position: relative;
  display: block;
  font-size: 18px;
}

.nav a::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  height: 1px;
  background: #fff;
  width: 0%;
  transition: 0.1s;
}

.nav a:hover {
  color: #fff;
  font-weight: bold;
}
.page_right.cur a,
.nav li.cur a {
  font-weight: bold;
  color: #fff;
}
.page_right.cur a::after,
.nav li.cur a::after {
  width: 100%;
}

.language a:hover,
.language a {
  color: #fff;
  display: block;
}

.language a.cur {
  font-weight: bold;
}

.language i {
  margin: 0 10px;
  font-size: 18px;
}

.header.on {
  background: rgba(0, 0, 0, 0.3);
  padding: 0.8vw 2.6042vw;
}

.header.on .nav {
  animation: slide-down 2s forwards;
}

video::-webkit-media-controls {
  display: none !important;
}

.bannerSwiper img,
#video {
  display: block;
  width: 100%;
  background: #000;
  height: 41.666666vw;

  object-fit: cover;
}

.bannerNav {
  left: 3%;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  opacity: 1;
}

.bannerNav a {
  margin-top: 20px;
}
.indexBanner.on .bannerNav1 {
  animation: slide-right 0.5s forwards;
}

@keyframes slide-right {
  0% {
    transform: translateX(0px);
    opacity: 1;
  }
  100% {
    transform: translateX(-50px);
    opacity: 0;
  }
}

.bannerTxt {
  left: 0;
  bottom: 8%;
  width: 100%;
}

.wrap {
  width: 100%;
  max-width: 83.3333vw;
  margin: 0 auto;
}

.indexAbout {
  padding: 6.25vw 7.4479vw 6.25vw 8.3333vw;
  background: #eeeae2;
}

.column .en {
  text-transform: uppercase;
  font-size: 2.1875vw;
  font-family: "GT America-r";
}

.column .cn {
  font-size: 1.6667vw;
}

.indexAboutUs .img {
  width: 36.7188vw;
}

.indexAboutUs .img img {
  height: 45.5729vw;
  display: block;
  width: 100%;
}

.indexAboutUs .text {
  width: calc(100% - 40.625vw);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.indexAboutUs .text .tit {
  font-size: 2.5vw;
}

.indexAboutUs .text .txt {
  margin-top: 2.6042vw;
}

.indexAboutUs .text .txt p {
  margin-top: 1.5625vw;
  font-size: 1.3542vw;
}

.business {
  padding: 6.2vw 0;
}

.business-box ul li .img {
  width: calc(100% - 29.7396vw);
}

.business-box ul li .img img {
  display: block;
  width: 100%;
  height: 40.7292vw;
}

.business-box ul li .con {
  width: 21.5104vw;
}
.business-box ul li .con .tit {
  font-size: 1.6667vw;
}
.business-box ul li .con .en {
  text-transform: capitalize;
  font-size: 1.4583vw;
  font-family: "GT America-r";
  color: #222;
}
.business-box ul li {
  margin-bottom: 6.25vw;
}

.business-box ul li .con .txt {
  font-size: 1.3542vw;
  line-height: 1.9271vw;
}
.business-box ul li:nth-child(2n) {
  flex-direction: row-reverse;
}

.social {
  background: #eeeae2;
  padding: 6.25vw 0;
}

.pic-box .abs1 {
  width: 100%;
  box-sizing: border-box;
  left: 0;
  top: 0;
  padding: 3.125vw;
  z-index: 100;
}

.pic-box .abs2 {
  right: 0;
  bottom: 0;
  z-index: 100;
  max-width: 77%;
  color: #fff;
  font-size: 1.6667vw;
  line-height: 2.3958vw;
  padding: 3.125vw;
  width: 100%;
}

.al-r {
  text-align:right;
}
.culture {
  padding: 6.25vw 0;
}

.join {
  padding-top: 8.3333vw;
  background: #2d2c2a;
}

.join .tit {
  margin-top: 6vw;
  font-size: 3.125vw;
}

.join .txt {
  font-size: 1.6667vw;
  line-height: 2.3958vw;
  margin-top: 0.7813vw;
}

.btn a {
  display: block;
  width: 12.5vw;
  height: 4.1667vw;
  margin: 0 auto;
  line-height: 4.1667vw;
  border: 1px solid #fff;
  color: #fff;
  box-sizing: border-box;
  font-size: 1.3542vw;
}

.mt50 {
  margin-top: 2.6042vw;
}

.btn a:hover {
  background: #fff;
  color: #000;
}

.joinSwiper {
  padding: 8.3333vw 0;
}

.studio-left {
  width: 15.625vw;
  box-sizing: border-box;
}

.studio-right {
  width: calc(100% - 17.5vw);
  overflow: hidden;
}


.studio-swiper img {
  height: 43.90625vw;
  width: 100%;
}
.studio-cn,
.studio-en {
  font-size: 1.6667vw;
  text-transform:uppercase;
}

.btn-abs {
  left:0;
  bottom: 0;
  width: 9.375vw;
  cursor: pointer;
}

.btn-abs img {
  height: 3.2292vw;
  width: 100%;
}
.go-top {
  display: none !important;
}
.go-top .img1 {
  padding: 5.4167vw 0 3.3333vw 0;
  margin-right: 2.6042vw;
  cursor: pointer;
}

.footer {
  background: #2d2c2a;
}

.footer-top {
  font-size: 1.1458vw;
  line-height: 1.6667vw;
}

.footer-logo {
  border-bottom: 1px solid #fff;
  font-family: "GT America-r";
  font-size: 1.6667vw;
  line-height:3.6458vw;
}
.copy {
  color: rgba(255, 255, 255, 0.5);
  padding: 1.3021vw 0;
}

.copy a:hover,
.copy a{ color: rgba(255, 255, 255, 0.5);}
.emw .mg {
  margin-left: 1.5vw;
}
.emw a:hover,
.emw a {
  color: rgba(255, 255, 255, 0.5);
}

.emw .abs {
  bottom: 80px;
  transform: translateX(-50%);
  left: 50%;
  transition: 0.1s;
  visibility: hidden;
}
.ewm-img {
  width: 110px;
  height: 110px;
  background: #fff;
}
.emw .img:hover .abs {
  bottom: 40px;
  visibility: visible;
}
.ewm-img img {
  height: 110px;
  margin: 0 auto;
  object-fit: contain;
}

.joinFx {
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 105;
  display: none;
}
.joinAbs,
.joinAbs1 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 3.6458vw 6.25vw;
  width: 46.875vw;
  box-sizing: border-box;
}
.joinAbs1 {
  display: none;
}

.list {
  margin-top: 2.0833vw;
  height: 21.3542vw;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 3px;
}
.list li {
  width: 100%;
  font-size: 0.8333vw;
  line-height: 2.6042vw;
  background: #fbfbfb;
  padding: 0 1.0417vw;
  margin-bottom: 0.5208vw;
  cursor: pointer;
  box-sizing: border-box;
}

.list li.cur {
  background: #000;
  color: #fff;
}

.numbers {
  color: rgba(0, 0, 0, 0.5);
}

.numbers i {
  height: 1px;
  width: 2.8646vw;
  background: rgba(0, 0, 0, 0.5);
}

.numbers span {
  padding: 0 1.0417vw;
}

.Category {
  flex-wrap: wrap;
  justify-content: space-between;
}
.Category span {
  padding-left: 5px;
}

.Category .mr {
  margin-right: 2.0833vw;
  margin-top: 20px;
}

.joinAbs1 .tit {
  font-size: 1.1458vw;
}

.joinAbs1 .subtit {
  font-size: 0.9375vw;
  color: #2d2c2a;
}

.tit-box {
  padding: 0.7813vw 0 1.5417vw 0;
}

.Category {
  border-bottom: 2px solid #999999;
  padding-bottom: 0.3813vw;
}
.CategoryList {
  padding: 1.0417vw 0 1.5625vw 0;
}
.CategoryList li {
  padding: 0 1.0625vw;
  font-size: 0.8333vw;
  line-height: 1.4583vw;
  margin: 0 1.0417vw 0.5208vw 0;
  background: #fbfbfb;
  box-sizing: border-box;
}

.content {
  background: #fbfbfb;
  padding: 1.5625vw 0.5208vw 1.5625vw 1.5625vw;
  box-sizing: border-box;
}

.content .con {
  height: 13.5417vw;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 1.5625vw;
  box-sizing: border-box;
}

.content .con::-webkit-scrollbar {
  width: 2px;
  height: 100%;
  background: #fff;
}

.content .con::-webkit-scrollbar-thumb {
  background: #979797;
}

.btn1 {
  margin-top: 1.5625vw;
}
.Return,
.apply {
  cursor: pointer;
}

.apply {
  background: #2d2c2a;
  line-height: 1.8229vw;
  font-size: 0.8333vw;
  color: #fff;
  padding: 0 1.5625vw;
}

.apply-box {
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 106;
  display: none;
}

.apply-box1 {
  height: 13.1771vw;
  width: 24.3229vw;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -79%);
}

.del1,
.del,
.del3 {
  right: 1.0417vw;
  top: 1.0417vw;
  cursor: pointer;
}

.apply-box1 .con .t1 {
  font-size: 1.1458vw;
}

.apply-box1 .con .t2 {
  margin-top: 0.5208vw;
}

.apply-box1 .con .t2 a {
  display: block;
  text-decoration: underline;
}

.header {
  animation: slide-down 2s forwards;
  z-index: 150;
}

.bannerTxt {
  animation: slide-up 2s forwards;
  font-size: 3.125vw;
}

.bannerNav1 {
  animation: slide-left 2s forwards;
}

@keyframes slide-down {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-up {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.joinAbs1 {
  animation: back_scale_1 1s ease;
}

@-webkit-keyframes back_scale_1 {
  0% {
    opacity: 0;
    top: 0;
  }

  100% {
    opacity: 1;
    top: 50%;
  }
}

.prev,
.next {
  height: 3.125vw;
  width: 3.125vw;
}

.prev {
  background: url(../images/pre.png) no-repeat center center;
  background-size: 100% 100%;
}
.next {
  background: url(../images/next.png) no-repeat center center;
  background-size: 100% 100%;
}
.prev:hover {
  background: url(../images/pre-atv.png) no-repeat center center;
  background-size: 100% 100%;
}
.next:hover {
  background: url(../images/next-atv.png) no-repeat center center;
  background-size: 100% 100%;
}

.prev img,
.next img {
  width: 100%;
}
.mob-icon,
.ipad-box {
  display: none;
}

@media (max-width: 1200px) {
  .mob-icon {
    display: block;
  }

  .mob-icon img {
    height: 2.8125vw;
    display: block;
  }

  .ipad {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    /* background: rgba(0, 0, 0, 0.8); */
    z-index: 105;
    height: 100vh;
    transition: 0.5s;
  }

  .ipad.on {
    right: 0;
  }

  .ipad-abs {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    background: #fff;
    height: 100vh;
  }
  .ipad-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
  }
  .header.on .nav,
  .nav ul,
  .nav {
    display: block !important;
    animation: none;
    opacity: 1;
  }
  .nav ul li a:hover,
  .nav ul li.cur a,
  .nav a {
    display: block;
    color: #000;
  }
  .nav ul li a:hover,
  .nav ul li.cur a {
    font-weight: bold;
  }
  .bannerNav,
  .language {
    display: none !important;
  }

  .nav a {
    text-align: center;
    font-size: 18px;
    line-height: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }

  .header.on {
    padding: 1.0417vw 2.6042vw;
    background: rgba(0, 0, 0, 0.8);
  }
}

.image-container.animation {
  visibility: visible;
  opacity: 1 !important;
}
.image-container.img {
  overflow: hidden;
}
.image-container img {
  animation: slide-in 4s forwards; /* 应用动画 */
}

@keyframes slide-in {
  0% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes slide-in {
  0% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

#map {
  height: 29.0625vw;
  margin: 2.0833vw 0 3.6458vw 0;
  width: 100%;
}

#txtContent1 h3 {
  margin-bottom: 20px !important;
}
.b-img img,
.pic-box img {
  display: block;
  width: 100%;
}

