@charset "UTF-8";
@keyframes loopDownAndUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.clearfix:after {
  content: " ";
  display: table;
  height: 0;
  clear: both;
  visibility: hidden;
}

p {
  margin: 0;
  padding: 0;
}

a, a:hover, a:visited {
  color: #fff;
  text-decoration: none;
}

.slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}

html {
  background-color: #000;
}

body {
  color: #fff;
  font-family: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "冬青黑体", "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #000;
  font-size: 18px;
  line-height: 1.5;
}

.hide {
  display: none !important;
}

img {
  vertical-align: middle;
}

.flash-move {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(100px);
  transition: all 0.8s;
}

.flash-move.move-on {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
  transition: all 0.7s;
}

.shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: none;
}

.display-pc {
  display: block;
}

.not-display-pc {
  display: none;
}

.wrapper {
  width: 100%;
}
.wrapper.fix-s1 {
  height: 100vh;
  overflow: hidden;
}
.wrapper.fix-s1 .main-cover {
  cursor: pointer;
}
.wrapper .topbar {
  width: 100%;
  position: absolute;
  left: 0;
  top: 64px;
  z-index: 8;
}
.wrapper .topbar .topbar-w {
  padding: 0 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper .topbar .topbar-w .logo {
  width: 50px;
}
.wrapper .topbar .topbar-w .menus {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.wrapper .topbar .topbar-w .menus .item {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-left: 64px;
  position: relative;
  overflow: hidden;
}
.wrapper .topbar .topbar-w .menus .item:before {
  content: " ";
  position: absolute;
  left: -100%;
  width: 100%;
  height: 1px;
  top: 22px;
  background-color: #fff;
  transition: left 0.2s;
}
.wrapper .topbar .topbar-w .menus .item.line-hide:before {
  display: none;
}
.wrapper .topbar .topbar-w .menus .item.active-in:before {
  left: 0;
}
.wrapper .topbar .topbar-w .menus .item.active-in.active-out:before {
  left: 100%;
}
.wrapper .footer {
  padding: 200px 64px 64px;
}
.wrapper .footer .footer-w {
  width: 100%;
}
.wrapper .footer .footer-w .footer-menus {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px #262626 solid;
}
.wrapper .footer .footer-w .footer-menus .item {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}
.wrapper .footer .footer-w .footer-menus .item:before {
  content: " ";
  position: absolute;
  left: -100%;
  width: 100%;
  height: 1px;
  top: 22px;
  background-color: #fff;
  transition: left 0.2s;
}
.wrapper .footer .footer-w .footer-menus .item.line-hide:before {
  display: none;
}
.wrapper .footer .footer-w .footer-menus .item.active-in:before {
  left: 0;
}
.wrapper .footer .footer-w .footer-menus .item.active-in.active-out:before {
  left: 100%;
}
.wrapper .footer .footer-w .footer-infos {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 200px;
}
.wrapper .footer .footer-w .footer-infos .col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
}
.wrapper .footer .footer-w .footer-infos .col .kk {
  color: #B3B3B3;
  font-size: 16px;
  line-height: 26px;
}
.wrapper .footer .footer-w .footer-infos .col .vv {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.wrapper .footer .footer-w .cp-w {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.wrapper .footer .footer-w .cp-w .logo {
  width: 200px;
}
.wrapper .footer .footer-w .cp-w .cp {
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  text-align: right;
}
.wrapper .footer .footer-w .cp-w .cp a {
  font-weight: 400;
  margin-top: 4px;
  display: block;
}
.wrapper .main-cover {
  width: 100%;
  height: 100vh;
  position: relative;
}
.wrapper .main-cover .base-w {
  width: 100%;
  height: 100%;
  position: relative;
}
.wrapper .main-cover .base-w .base-hover {
  z-index: 1;
}
.wrapper .main-cover .base-w .base {
  z-index: 2;
}
.wrapper .main-cover .base-w .hover {
  z-index: 3;
}
.wrapper .main-cover .cp {
  position: absolute;
  font-size: 10px;
  font-weight: 500;
  z-index: 5;
  left: 64px;
  bottom: 64px;
}
.wrapper .main-cover .cp a {
  font-weight: 400;
  line-height: 1;
  margin-top: 1px;
  display: block;
}
.wrapper .main-cover .logo-zh {
  width: 88px;
  position: absolute;
  right: 64px;
  bottom: 64px;
  z-index: 5;
}
.wrapper .main-cover .idx-bb {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 186px;
  z-index: 6;
}
.wrapper .main-cover .idx-bb .htt {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 24px;
}
.wrapper .main-cover .idx-bb .tt {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 8px;
}
.wrapper .main-cover .idx-bb .link {
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.wrapper .main-cover .slogan {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  display: none;
}
.wrapper .main-cover .slogan .slogan-w {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  line-height: 1.25;
}
.wrapper .main-cover .action-hint {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 64px;
  z-index: 6;
}
.wrapper .main-cover .action-hint .hint-click, .wrapper .main-cover .action-hint .hint-scroll {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.wrapper .main-cover .action-hint .hint-click .icon-mouse, .wrapper .main-cover .action-hint .hint-scroll .icon-mouse {
  width: 20px;
  margin-bottom: 6px;
}
.wrapper .main-cover .action-hint .hint-click .icon-scroll, .wrapper .main-cover .action-hint .hint-scroll .icon-scroll {
  width: 20px;
  margin-bottom: 10px;
  opacity: 0.8;
  animation: loopDownAndUp 1.5s infinite linear;
  -webkit-animation: loopDownAndUp 1.5s infinite linear;
}
.wrapper .main-cover .action-hint .hint-click .hint, .wrapper .main-cover .action-hint .hint-scroll .hint {
  font-size: 10px;
  line-height: 1;
}
.wrapper .more-w {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .more-w .btn-more {
  width: 144px;
  height: 46px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  background-color: #fff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
.wrapper .more-w .btn-more:hover {
  color: #fff;
  background-color: #262626;
}
.wrapper .btt {
  width: 100%;
  padding: 0 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
}
.wrapper .btt .tt {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
}
.wrapper .btt .navs {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.wrapper .btt .navs .btn-nav {
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #262626;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: background-color 0.4s;
  margin-left: 16px;
}
.wrapper .btt .navs .btn-nav:hover {
  background-color: #B3B3B3;
}
.wrapper .btt .navs .btn-nav img {
  width: 12px;
}
.wrapper .btt .navs .btn-nav.nav-prev img {
  transform: rotate(180deg);
}
.wrapper .btt .selector {
  width: 155px;
  height: 46px;
  position: relative;
  z-index: 2;
}
.wrapper .btt .selector .current {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #B3B3B3;
  border: 1px #B3B3B3 solid;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
}
.wrapper .btt .selector .current .ar {
  width: 12px;
  transition: all 0.4s;
}
.wrapper .btt .selector .selectors {
  width: 100%;
  position: absolute;
  left: 0;
  top: 46px;
  z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
  display: none;
}
.wrapper .btt .selector .selectors .item {
  width: 100%;
  height: 46px;
  padding: 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #686868;
  border-top: 1px #B3B3B3 solid;
  cursor: pointer;
  transition: color 0.4s;
}
.wrapper .btt .selector .selectors .item:hover {
  color: #000;
}
.wrapper .btt .selector.open .current {
  color: #000;
  background-color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-color: #fff;
}
.wrapper .btt .selector.open .current .ar {
  filter: invert(1);
  transform: rotate(180deg);
}
.wrapper .news-w {
  width: 560px;
  margin-right: 48px;
}
.wrapper .news-w .cover {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.wrapper .news-w .info {
  width: 100%;
  height: 130px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px #B3B3B3 solid;
  position: relative;
  overflow: hidden;
}
.wrapper .news-w .info .ntt {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
.wrapper .news-w .info .dt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #B3B3B3;
}
.wrapper .news-w .info:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 130px;
  width: 100%;
  height: 130px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: top 0.2s;
}
.wrapper .news-w.shadow-hide .info:before {
  display: none;
}
.wrapper .news-w.active-in .info:before {
  top: 0;
}
.wrapper .news-w.active-in.active-out .info:before {
  top: -130px;
}
.wrapper .video-w {
  width: 560px;
  height: 560px;
  margin-right: 48px;
  position: relative;
}
.wrapper .video-w .cover {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.wrapper .video-w .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.wrapper .video-w .info-w {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.wrapper .video-w .info-w .tp {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 32px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}
.wrapper .video-w .info-w .tp p {
  position: relative;
  z-index: 2;
}
.wrapper .video-w .info-w .icon-play-w {
  width: 100%;
  height: calc(100% - 174px - 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s;
}
.wrapper .video-w .info-w .icon-play-w .icon-play {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  padding-left: 4px;
}
.wrapper .video-w .info-w .icon-play-w .icon-play img {
  width: 12px;
}
.wrapper .video-w .info-w .info {
  position: relative;
  padding: 32px;
  width: 100%;
  height: 174px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}
.wrapper .video-w .info-w .info .name {
  width: calc(100% - 288px);
  min-width: 160px;
  padding-right: 48px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.wrapper .video-w .info-w .info .info-rp {
  width: 288px;
  position: relative;
  z-index: 2;
}
.wrapper .video-w .info-w .info .info-rp .intro {
  width: 100%;
  color: #B3B3B3;
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  margin-bottom: 24px;
  transition: color 0.4s;
}
.wrapper .video-w .info-w .info .info-rp .know-more {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
.wrapper .video-w .info-w .bg-bb {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #262626;
  z-index: 0;
  transition: top 0.2s;
}
.wrapper .video-w:hover .cover img {
  transform: scale(1.05);
}
.wrapper .video-w:hover .info-w .tp .bg-bb {
  top: -100%;
}
.wrapper .video-w:hover .info-w .icon-play-w {
  opacity: 0;
}
.wrapper .video-w:hover .info-w .info .info-rp .intro {
  color: #fff;
}
.wrapper .video-w:hover .info-w .info .bg-bb {
  top: 100%;
}
.wrapper .idx-intro {
  width: 100%;
  padding: 200px 64px;
}
.wrapper .idx-intro .intro-w {
  max-width: 1186px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wrapper .idx-intro .intro-w .tt {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.wrapper .idx-intro .intro-w .ww {
  color: #B3B3B3;
  font-size: 24px;
  line-height: 42px;
  /* 175% */
}
.wrapper .idx-intro .intro-w .ww p {
  margin-bottom: 12px;
}
.wrapper .coop-w {
  width: 100%;
  padding-top: 200px;
}
.wrapper .coop-w .coop--w {
  padding: 0 64px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.wrapper .coop-w .coop--w .coop {
  width: calc((100% - 56px * 2) / 3);
  margin-right: 56px;
  margin-bottom: 64px;
}
.wrapper .coop-w .coop--w .coop:nth-child(3n) {
  margin-right: 0;
}
.wrapper .coop-w .coop--w .coop .cover {
  width: 100%;
  height: 0;
  padding-top: 70%;
  position: relative;
  background-color: #1A1A1A;
}
.wrapper .coop-w .coop--w .coop .info {
  width: 100%;
  height: 290px;
  padding: 32px 40px;
  background-color: #262626;
}
.wrapper .coop-w .coop--w .coop .info .name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 24px;
}
.wrapper .coop-w .coop--w .coop .info .desc {
  font-size: 16px;
  line-height: 26px;
  max-height: 182px;
  overflow-y: hidden;
  color: #B3B3B3;
}
.wrapper .idx-news-w {
  width: 100%;
  padding-top: 200px;
}
.wrapper .idx-news-w .news-scrll-w {
  width: 100%;
  overflow-x: scroll;
}
.wrapper .idx-news-w .news-scrll-w::-webkit-scrollbar {
  display: none;
}
.wrapper .idx-news-w .news-scrll-w .news-scrll--w {
  width: 100%;
}
.wrapper .idx-news-w .news-scrll-w .news-scrll--w .scrll-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 64px;
  padding-right: 170px;
  position: relative;
}
.wrapper .idx-news-w .news-scrll-w .news-scrll--w .scrll-list .more-w {
  position: absolute;
  right: 0;
  top: 0;
  width: 170px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  padding-right: 60px;
}
.wrapper .idx-news-w .news-scrll-w .news-scrll--w .scrll-list .more-w .icon-more {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  transition: background-color 0.4s;
}
.wrapper .idx-news-w .news-scrll-w .news-scrll--w .scrll-list .more-w .icon-more img {
  height: 4px;
}
.wrapper .idx-news-w .news-scrll-w .news-scrll--w .scrll-list .more-w:hover .icon-more {
  background-color: #262626;
}
.wrapper .idx-news-w .news-scrll-w .news-scrll--w .scrll-list .more-w:hover .icon-more img {
  filter: invert(1);
}
.wrapper .idx-videos-w {
  width: 100%;
  padding-top: 200px;
}
.wrapper .idx-videos-w .videos-scrll-w {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
.wrapper .idx-videos-w .videos-scrll-w::-webkit-scrollbar {
  display: none;
}
.wrapper .idx-videos-w .videos-scrll-w .videos-scrll--w {
  width: 100%;
}
.wrapper .idx-videos-w .videos-scrll-w .videos-scrll--w .scrll-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 64px;
  padding-right: 170px;
  position: relative;
}
.wrapper .idx-videos-w .videos-scrll-w .videos-scrll--w .scrll-list .more-w {
  position: absolute;
  right: 0;
  top: 0;
  width: 170px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  padding-right: 60px;
}
.wrapper .idx-videos-w .videos-scrll-w .videos-scrll--w .scrll-list .more-w .icon-more {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  transition: background-color 0.4s;
}
.wrapper .idx-videos-w .videos-scrll-w .videos-scrll--w .scrll-list .more-w .icon-more img {
  height: 4px;
}
.wrapper .idx-videos-w .videos-scrll-w .videos-scrll--w .scrll-list .more-w:hover .icon-more {
  background-color: #262626;
}
.wrapper .idx-videos-w .videos-scrll-w .videos-scrll--w .scrll-list .more-w:hover .icon-more img {
  filter: invert(1);
}
.wrapper .index-w .find-ncv-w {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.wrapper .index-w .find-ncv-w .camera {
  width: 550px;
  transition: all 4s;
}
.wrapper .index-w .find-ncv-w .camera.zoom {
  transform: scale(3.5) rotate(360deg);
}
.wrapper .index-w .find-ncv-w .corner-w {
  position: absolute;
  text-transform: uppercase;
  font-size: 96px;
  font-weight: 500;
  line-height: 110px;
  /* 114.583% */
}
.wrapper .index-w .find-ncv-w .corner-w.en {
  font-size: 110px;
  font-weight: 400;
  line-height: 1;
}
.wrapper .index-w .find-ncv-w .corner-w.lt {
  left: 64px;
  top: 64px;
}
.wrapper .index-w .find-ncv-w .corner-w.rt {
  right: 64px;
  top: 64px;
  text-align: right;
}
.wrapper .index-w .find-ncv-w .corner-w.lb {
  left: 64px;
  bottom: 64px;
}
.wrapper .index-w .find-ncv-w .corner-w.rb {
  right: 64px;
  bottom: 64px;
  text-align: right;
}
.wrapper .index-w .creative-w {
  width: 100%;
  margin-top: 200px;
  position: relative;
  overflow: hidden;
}
.wrapper .index-w .creative-w .base {
  width: 100%;
}
.wrapper .index-w .creative-w .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  transition: all 3s linear;
  transform: rotate(-45deg);
}
.wrapper .index-w .creative-w .corner-w {
  position: absolute;
  text-transform: uppercase;
  font-size: 96px;
  font-weight: 500;
  line-height: 110px;
  /* 114.583% */
}
.wrapper .index-w .creative-w .corner-w.en {
  font-size: 110px;
  font-weight: 400;
  line-height: 1;
}
.wrapper .index-w .creative-w .corner-w.lt {
  left: 64px;
  top: 64px;
}
.wrapper .index-w .creative-w .corner-w.rt {
  right: 64px;
  top: 64px;
  text-align: right;
}
.wrapper .index-w .creative-w .corner-w.lb {
  left: 64px;
  bottom: 64px;
}
.wrapper .index-w .creative-w .corner-w.rb {
  right: 64px;
  bottom: 64px;
  text-align: right;
}
.wrapper .index-w .services-w {
  width: 100%;
  padding-top: 200px;
}
.wrapper .index-w .services-w .ctt {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 80px;
  border-bottom: 1px #262626 solid;
}
.wrapper .index-w .services-w .ctt .tt {
  font-size: 96px;
  font-weight: 500;
  line-height: 110px;
  margin-bottom: 48px;
}
.wrapper .index-w .services-w .ctt .stt {
  font-size: 16px;
  line-height: 26px;
  color: #B3B3B3;
  text-align: center;
}
.wrapper .index-w .services-w .row {
  width: 100%;
  height: 192px;
  border-bottom: 1px #262626 solid;
  padding: 0 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.4s;
}
.wrapper .index-w .services-w .row:hover {
  background-color: #262626;
}
.wrapper .index-w .services-w .row .rtt {
  font-size: 64px;
  font-weight: 500;
}
.wrapper .index-w .services-w .row .seq {
  font-size: 16px;
  font-weight: 500;
}
.wrapper .index-w .services-w .more-w {
  margin-top: 64px;
}
.wrapper .index-w .future-w {
  width: 100%;
  margin-top: 200px;
  height: 780px;
  position: relative;
}
.wrapper .index-w .future-w video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrapper .index-w .future-w .future--w {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper .index-w .future-w .future--w .tt {
  font-size: 96px;
  font-weight: 500;
  line-height: 110px;
  margin-bottom: 64px;
}
.wrapper .common-w {
  width: 100%;
}
.wrapper .common-w .cofouners-list {
  width: 100%;
  padding: 64px 0 0;
}
.wrapper .common-w .cofouners-list .cofouners-list-w {
  padding: 0 64px;
}
.wrapper .common-w .cofouners-list .cofouners-list-w .row {
  width: 100%;
  height: 0;
  padding-top: 44.5%;
  background-color: #1A1A1A;
  margin-bottom: 64px;
  position: relative;
}
.wrapper .common-w .cofouners-list .cofouners-list-w .row:last-child {
  margin-bottom: 0;
}
.wrapper .common-w .cofouners-list .cofouners-list-w .row .row-w {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.wrapper .common-w .cofouners-list .cofouners-list-w .row .row-w .col {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.wrapper .common-w .cofouners-list .cofouners-list-w .row .row-w .col .slide {
  transform: scale(1.01);
}
.wrapper .common-w .cofouners-list .cofouners-list-w .row .row-w .col .info {
  width: 100%;
  height: 100%;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.wrapper .common-w .cofouners-list .cofouners-list-w .row .row-w .col .info .name {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.wrapper .common-w .cofouners-list .cofouners-list-w .row .row-w .col .info .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.wrapper .common-w .cofouners-list .cofouners-list-w .row .row-w .col .info .title.with-ul {
  padding-left: 20px;
}
.wrapper .common-w .cofouners-list .cofouners-list-w .row .row-w .col .info .desc {
  color: #B3B3B3;
  font-size: 16px;
  line-height: 26px;
}
.wrapper .common-w .cofouners-list .cofouners-list-w .row:nth-child(2n) .row-w {
  flex-direction: row-reverse;
}
.wrapper .common-w .works-w {
  margin-top: 64px;
}
.wrapper .common-w .works-w .works-list {
  width: 100%;
  padding: 0 64px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.wrapper .common-w .works-w .works-list .work {
  width: calc((100% - 128px * 3) / 4);
  color: #B3B3B3;
  margin-right: 128px;
  margin-bottom: 32px;
  padding: 32px 0;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.4s;
}
.wrapper .common-w .works-w .works-list .work .ar {
  height: 12px;
  opacity: 0.8;
  transform: translateX(-10px);
  transition: all 0.4s;
}
.wrapper .common-w .works-w .works-list .work:nth-child(4n) {
  margin-right: 0;
}
.wrapper .common-w .works-w .works-list .work:hover {
  color: #fff;
}
.wrapper .common-w .works-w .works-list .work:hover .ar {
  opacity: 1;
  transform: translateX(0);
}
.wrapper .common-w .news-list-w {
  margin-top: 64px;
}
.wrapper .common-w .news-list-w .news-list {
  padding: 0 36px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.wrapper .common-w .news-list-w .news-list .news-w {
  width: calc((100% - 56px * 3) / 3);
  margin-left: 28px;
  margin-right: 28px;
  margin-bottom: 64px;
}
.wrapper .common-w .videos-list-w {
  margin-top: 64px;
}
.wrapper .common-w .videos-list-w .videos-list {
  padding: 0 64px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.wrapper .common-w .videos-list-w .videos-list .video-w {
  width: calc((100% - 56px * 2) / 3);
  margin-right: 56px;
  margin-bottom: 64px;
}
.wrapper .common-w .videos-list-w .videos-list .video-w:nth-child(3n) {
  margin-right: 0;
}
.wrapper .common-w .reviews-w {
  margin-top: 64px;
}
.wrapper .common-w .reviews-w .reviews-list {
  width: 100%;
  padding: 0 64px;
}
.wrapper .common-w .reviews-w .reviews-list .row {
  width: 100%;
  height: 775px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #1A1A1A;
  margin-bottom: 64px;
  position: relative;
}
.wrapper .common-w .reviews-w .reviews-list .row .cover {
  width: calc(100% - 582px);
  height: 100%;
  position: relative;
}
.wrapper .common-w .reviews-w .reviews-list .row .info {
  width: 582px;
  height: 100%;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.wrapper .common-w .reviews-w .reviews-list .row .info .ww {
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
  /* 142.857% */
}
.wrapper .common-w .reviews-w .reviews-list .row .info .intro {
  width: 100%;
  color: #B3B3B3;
  text-align: right;
  font-size: 16px;
  line-height: 26px;
}
.wrapper .common-w .reviews-w .reviews-list .row:nth-child(2n) {
  flex-direction: row-reverse;
}
.wrapper .common-w .culture-w {
  width: 100%;
}
.wrapper .common-w .culture-w .culture-slide {
  width: 1058px;
  height: 600px;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.wrapper .common-w .culture-w .culture-slide .c-nav {
  width: 453px;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
.wrapper .common-w .culture-w .culture-slide .c-nav img {
  width: 100%;
  opacity: 0.2;
  transition: all 0.4s;
}
.wrapper .common-w .culture-w .culture-slide .c-nav.nav-prev img {
  transform: rotate(180deg);
}
.wrapper .common-w .culture-w .culture-slide .c-nav:hover img {
  opacity: 1;
}
.wrapper .common-w .culture-w .culture-slide .btn-nav {
  display: none;
}
.wrapper .common-w .culture-w .culture-slide .culture-desc {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  display: none;
}
.wrapper .common-w .culture-w .culture-slide .culture-desc .desc-bb {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 58px;
}
.wrapper .common-w .culture-w .culture-slide .culture-desc .desc-bb .seq {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 130px;
}
.wrapper .common-w .culture-w .culture-slide .culture-desc .desc-bb .tt {
  font-size: 128px;
  font-weight: bold;
  line-height: 140px;
  margin-bottom: 24px;
}
.wrapper .common-w .culture-w .culture-slide .culture-desc .desc-bb .stt {
  color: #B3B3B3;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.wrapper .detail-w {
  padding: 0;
}
.wrapper .detail-w .news-slides {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.wrapper .detail-w .news-slides .swiper-wrapper {
  width: 100%;
}
.wrapper .detail-w .news-slides .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
}
.wrapper .detail-w .news-slides .swiper-wrapper .swiper-slide:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
}
.wrapper .detail-w .news-slides .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.wrapper .detail-w .news-slides .swiper-pagination {
  bottom: 45px;
}
.wrapper .detail-w .news-slides .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  background-color: #fff;
  opacity: 0.5;
  width: 100px;
  height: 1px;
  border-radius: 0;
  transition: opacity 0.4s;
}
.wrapper .detail-w .news-slides .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.wrapper .detail-w .detail--w {
  max-width: 1186px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 64px;
}
.wrapper .detail-w .detail--w.full-size {
  max-width: 100%;
  padding-top: 160px;
}
.wrapper .detail-w .detail--w .news-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
  margin-bottom: 64px;
}
.wrapper .detail-w .detail--w .news-info .stt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.wrapper .detail-w .detail--w .news-info .dt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #B3B3B3;
}
.wrapper .detail-w .detail--w .news-tt {
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 64px;
}
.wrapper .detail-w .detail--w .detail-tt {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px #262626 solid;
}
.wrapper .detail-w .detail--w .detail-tt .stt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 32px;
}
.wrapper .detail-w .detail--w .detail-tt .tt {
  font-size: 64px;
  font-weight: 500;
  line-height: 80px;
  text-align: center;
  margin-bottom: 32px;
}
.wrapper .detail-w .detail--w .detail-tt .dt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #B3B3B3;
}
.wrapper .detail-w .detail--w .detail-tt .desc {
  font-size: 16px;
  line-height: 26px;
  color: #B3B3B3;
  text-align: center;
}
.wrapper .detail-w .detail--w .cont {
  width: 100%;
  color: #B3B3B3;
}
.wrapper .detail-w .detail--w .cont p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}
.wrapper .detail-w .detail--w .cont img {
  display: none;
}
.wrapper .detail-w .detail--w .cont h1, .wrapper .detail-w .detail--w .cont h2, .wrapper .detail-w .detail--w .cont h3, .wrapper .detail-w .detail--w .cont h4, .wrapper .detail-w .detail--w .cont h5 {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.wrapper .detail-w .detail--w .cont *:last-child {
  margin-bottom: 0;
}
.wrapper .detail-w .detail--w .detail-video-w {
  width: 100%;
}
.wrapper .detail-w .detail--w .detail-video-w .video--w {
  width: 100%;
  position: relative;
  margin-bottom: 32px;
}
.wrapper .detail-w .detail--w .detail-video-w .video--w video {
  width: 100%;
}
.wrapper .detail-w .detail--w .detail-video-w .video--w .icon-play-w {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .detail-w .detail--w .detail-video-w .video--w .icon-play-w .icon-play {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  padding-left: 4px;
  cursor: pointer;
  transition: background-color 0.4s;
}
.wrapper .detail-w .detail--w .detail-video-w .video--w .icon-play-w .icon-play img {
  width: 12px;
  transition: all 0.4s;
}
.wrapper .detail-w .detail--w .detail-video-w .video--w .icon-play-w .icon-play:hover {
  background-color: #262626;
}
.wrapper .detail-w .detail--w .detail-video-w .video--w .icon-play-w .icon-play:hover img {
  filter: invert(1);
}
.wrapper .detail-w .detail--w .detail-video-w .video-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper .detail-w .detail--w .detail-video-w .video-info .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.wrapper .detail-w .detail--w .detail-video-w .video-info .item .vv {
  color: #B3B3B3;
}
.wrapper .detail-w .detail--w .detail-video-w .video-info .behind-opener {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
.wrapper .detail-w .detail--w .detail-video-w .video-info .behind-opener .ar {
  width: 20px;
  margin-left: 8px;
  transition: all 0.4s;
}
.wrapper .detail-w .detail--w .detail-video-w .video-info .behind-opener.open .ar {
  transform: rotate(180deg);
}
.wrapper .detail-w .detail--w .detail-video-w .behinds-w {
  width: 100%;
  display: none;
}
.wrapper .detail-w .detail--w .detail-video-w .behinds-w .behinds--w {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.wrapper .detail-w .detail--w .detail-video-w .behinds-w .behinds--w img {
  width: calc((100% - 24px * 3) / 4);
  margin-top: 24px;
  margin-right: 24px;
}
.wrapper .detail-w .detail--w .detail-video-w .behinds-w .behinds--w img:nth-child(4n) {
  margin-right: 0;
}

@media screen and (min-width: 1920px) {
  .wrapper .common-w .reviews-w .reviews-list .row {
    height: 40vw;
  }
}
@media screen and (max-width: 1600px) {
  .wrapper .common-w .works-w .works-list .work {
    width: calc((100% - 64px * 3) / 4);
    margin-right: 64px;
  }
}
@media screen and (max-width: 1400px) {
  .wrapper .coop-w .coop--w .coop {
    width: calc((100% - 56px) / 2);
  }
  .wrapper .coop-w .coop--w .coop:nth-child(2n) {
    margin-right: 0;
  }
  .wrapper .coop-w .coop--w .coop:nth-child(3n) {
    margin-right: 56px;
  }
  .wrapper .coop-w .coop--w .coop:nth-child(6n) {
    margin-right: 0;
  }
  .wrapper .index-w .find-ncv-w .corner-w {
    font-size: 80px;
    line-height: 92px;
  }
  .wrapper .index-w .find-ncv-w .corner-w.en {
    font-size: 92px;
  }
  .wrapper .index-w .creative-w .corner-w {
    font-size: 80px;
    line-height: 92px;
  }
  .wrapper .index-w .creative-w .corner-w.en {
    font-size: 92px;
  }
  .wrapper .common-w .cofouners-list .cofouners-list-w .row .row-w .col .info {
    padding: 32px;
  }
  .wrapper .common-w .cofouners-list .cofouners-list-w .row .row-w .col .info .desc.max-h {
    max-height: 208px;
    overflow-y: hidden;
  }
  .wrapper .common-w .works-w .works-list .work {
    width: calc((100% - 64px) / 2);
    margin-right: 64px;
  }
  .wrapper .common-w .works-w .works-list .work:nth-child(2n) {
    margin-right: 0;
  }
  .wrapper .common-w .news-list-w .news-list .news-w {
    width: calc((100% - 56px * 2) / 2);
  }
  .wrapper .common-w .news-list-w .news-list .news-w:nth-child(2n) {
    margin-right: 0;
  }
  .wrapper .common-w .news-list-w .news-list .news-w:nth-child(3n) {
    margin-right: 56px;
  }
  .wrapper .common-w .news-list-w .news-list .news-w:nth-child(6n) {
    margin-right: 0;
  }
  .wrapper .common-w .videos-list-w .videos-list .video-w {
    width: calc((100% - 56px) / 2);
  }
  .wrapper .common-w .videos-list-w .videos-list .video-w:nth-child(2n) {
    margin-right: 0;
  }
  .wrapper .common-w .videos-list-w .videos-list .video-w:nth-child(3n) {
    margin-right: 56px;
  }
  .wrapper .common-w .videos-list-w .videos-list .video-w:nth-child(6n) {
    margin-right: 0;
  }
  .wrapper .common-w .reviews-w .reviews-list .row {
    height: 680px;
  }
  .wrapper .common-w .reviews-w .reviews-list .row .cover {
    width: calc(100% - 486px);
  }
  .wrapper .common-w .reviews-w .reviews-list .row .info {
    width: 486px;
    padding: 32px;
  }
}
@media screen and (min-width: 960px) {
  .wrapper .topbar .btn-menu-opener {
    display: none;
  }
  .wrapper .sub-menus-resp-w {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .display-pc {
    display: none;
  }

  .display-600 {
    display: block;
  }

  .not-display-600 {
    display: none;
  }

  .wrapper .btt {
    padding: 0 24px;
    margin-bottom: 48px;
  }
  .wrapper .btt .tt {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
  }
  .wrapper .btt .navs {
    display: none;
  }
  .wrapper .btt .selector {
    width: 96px;
    height: 36px;
  }
  .wrapper .btt .selector .current {
    padding: 0 14px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
  }
  .wrapper .btt .selector .current .ar {
    width: 10px;
  }
  .wrapper .btt .selector .selectors {
    top: 36px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
  }
  .wrapper .btt .selector .selectors .item {
    height: 36px;
    padding: 0 14px;
  }
  .wrapper .topbar {
    top: 28px;
  }
  .wrapper .topbar .topbar-w {
    padding: 0 24px;
  }
  .wrapper .topbar .topbar-w .logo {
    width: 42px;
  }
  .wrapper .topbar .topbar-w .menus {
    display: none;
  }
  .wrapper .topbar .topbar-w .btn-menu-opener {
    width: 18px;
    cursor: pointer;
    z-index: 99;
    transition: all 0.3s;
  }
  .wrapper .topbar .topbar-w .btn-menu-opener .b-menu {
    display: inline-block;
    padding-left: 0;
    position: relative;
    user-select: none;
    width: 18px;
    height: 11px;
    z-index: 21;
    cursor: pointer;
  }
  .wrapper .topbar .topbar-w .btn-menu-opener .b-menu .b-bun {
    background-color: #fff;
    position: relative;
    width: 18px;
    height: 2px;
    float: left;
  }
  .wrapper .topbar .topbar-w .btn-menu-opener .b-menu .b-bun--top {
    top: 0;
    transition: all 0.4s;
  }
  .wrapper .topbar .topbar-w .btn-menu-opener .b-menu .b-bun--bottom {
    transition: all 0.4s;
    top: 5px;
  }
  .wrapper .topbar .topbar-w .btn-menu-opener.open .b-menu .b-bun--top {
    top: 3px;
    transform: rotate(45deg) scale(1.08);
  }
  .wrapper .topbar .topbar-w .btn-menu-opener.open .b-menu .b-bun--bottom {
    top: 1px;
    transform: rotate(-45deg) scale(1.08);
  }
  .wrapper .sub-menus-resp-w {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background-color: #000;
    display: none;
  }
  .wrapper .sub-menus-resp-w .split-line {
    position: absolute;
    left: 0;
    width: 100%;
    top: 80px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .wrapper .sub-menus-resp-w .menus--w {
    width: 100%;
    height: 100%;
    padding-top: 128px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .wrapper .sub-menus-resp-w .menus--w .item {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 48px;
    text-align: center;
  }
  .wrapper .footer {
    margin-top: 72px;
    padding: 48px 0;
    border-top: 1px rgba(255, 255, 255, 0.1) solid;
  }
  .wrapper .footer .footer-w {
    position: relative;
  }
  .wrapper .footer .footer-w .footer-menus {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 32px;
    border-bottom: 1px #262626 solid;
    padding: 0 24px 32px;
  }
  .wrapper .footer .footer-w .footer-menus .item {
    width: 100%;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 24px;
  }
  .wrapper .footer .footer-w .footer-infos {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 32px;
    border-bottom: 1px #262626 solid;
    padding: 0 24px 28px;
  }
  .wrapper .footer .footer-w .footer-infos .col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 24px;
    width: 100%;
  }
  .wrapper .footer .footer-w .footer-infos .col .kk {
    font-size: 10px;
    line-height: 1;
    margin-bottom: 4px;
  }
  .wrapper .footer .footer-w .footer-infos .col .vv {
    font-size: 12px;
    line-height: 20px;
  }
  .wrapper .footer .footer-w .footer-infos .col:last-child {
    margin-bottom: 0;
  }
  .wrapper .footer .footer-w .cp-w {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 24px;
  }
  .wrapper .footer .footer-w .cp-w .logo {
    width: 70px;
    position: absolute;
    right: 24px;
    top: 0;
  }
  .wrapper .footer .footer-w .cp-w .cp {
    text-align: left;
  }
  .wrapper .main-cover .cp {
    left: 24px;
    bottom: 28px;
    font-weight: normal;
  }
  .wrapper .main-cover .logo-zh {
    right: 24px;
    bottom: 28px;
  }
  .wrapper .main-cover .idx-bb {
    bottom: 94px;
  }
  .wrapper .main-cover .idx-bb .htt {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .wrapper .main-cover .idx-bb .tt {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
    text-align: center;
  }
  .wrapper .main-cover .idx-bb .link {
    font-size: 10px;
  }
  .wrapper .main-cover .slogan {
    display: block;
  }
  .wrapper .main-cover .slogan .slogan-w {
    padding-top: 124px;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 24px;
    line-height: 32px;
  }
  .wrapper .main-cover .action-hint {
    display: none;
  }
  .wrapper .main-cover.resp-bg {
    height: auto;
  }
  .wrapper .main-cover.resp-bg .bg {
    width: 100%;
  }
  .wrapper .more-w .btn-more {
    width: 96px;
    height: 36px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    font-size: 12px;
  }
  .wrapper .idx-intro {
    padding: 72px 24px;
  }
  .wrapper .idx-intro .intro-w .tt {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
  }
  .wrapper .idx-intro .intro-w .ww {
    font-size: 14px;
    line-height: 26px;
  }
  .wrapper .coop-w {
    padding-top: 72px;
  }
  .wrapper .coop-w .coop--w {
    padding: 0 24px 32px;
  }
  .wrapper .coop-w .coop--w .coop {
    width: calc((100% - 16px) / 2);
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .wrapper .coop-w .coop--w .coop:nth-child(2n) {
    margin-right: 0;
  }
  .wrapper .coop-w .coop--w .coop:nth-child(3n) {
    margin-right: 16px;
  }
  .wrapper .coop-w .coop--w .coop:nth-child(6n) {
    margin-right: 0;
  }
  .wrapper .coop-w .coop--w .coop .cover {
    width: 100%;
    height: 0;
    padding-top: 70%;
    position: relative;
    background-color: #1A1A1A;
  }
  .wrapper .coop-w .coop--w .coop .info {
    display: none;
  }
  .wrapper .news-w {
    width: 324px;
    margin-right: 24px;
  }
  .wrapper .news-w .info {
    height: 124px;
    padding: 24px 0;
  }
  .wrapper .news-w .info .ntt {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
  }
  .wrapper .news-w .info .dt {
    font-size: 12px;
  }
  .wrapper .news-w .info:before {
    top: 124px;
    height: 124px;
  }
  .wrapper .video-w {
    width: 324px;
    height: 324px;
    margin-right: 24px;
  }
  .wrapper .video-w .info-w .tp {
    height: 62px;
    padding: 0 24px;
    font-size: 14px;
  }
  .wrapper .video-w .info-w .icon-play-w {
    height: calc(100% - 60px - 62px);
  }
  .wrapper .video-w .info-w .icon-play-w .icon-play {
    width: 46px;
    height: 46px;
    padding-left: 3px;
  }
  .wrapper .video-w .info-w .icon-play-w .icon-play img {
    width: 10px;
  }
  .wrapper .video-w .info-w .info {
    padding: 0 24px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .wrapper .video-w .info-w .info .name {
    width: auto;
    padding-right: 0;
    font-size: 12px;
  }
  .wrapper .video-w .info-w .info .info-rp {
    width: auto;
  }
  .wrapper .video-w .info-w .info .info-rp .intro {
    display: none;
  }
  .wrapper .video-w .info-w .info .info-rp .know-more {
    font-size: 12px;
  }
  .wrapper .video-w .info-w .bg-bb {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #262626;
    z-index: 0;
    transition: top 0.2s;
  }
  .wrapper .video-w:hover .cover img {
    transform: scale(1.05);
  }
  .wrapper .video-w:hover .info-w .tp .bg-bb {
    top: -100%;
  }
  .wrapper .video-w:hover .info-w .icon-play-w {
    opacity: 0;
  }
  .wrapper .video-w:hover .info-w .info .bg-bb {
    top: 100%;
  }
  .wrapper .idx-news-w {
    padding-top: 72px;
  }
  .wrapper .idx-news-w .news-scrll-w .news-scrll--w .scrll-list {
    padding-left: 24px;
    padding-right: 120px;
  }
  .wrapper .idx-news-w .news-scrll-w .news-scrll--w .scrll-list .more-w {
    width: 120px;
    font-size: 12px;
    padding-right: 32px;
  }
  .wrapper .idx-news-w .news-scrll-w .news-scrll--w .scrll-list .more-w .icon-more {
    width: 24px;
    height: 24px;
    margin-right: 12px;
  }
  .wrapper .idx-news-w .news-scrll-w .news-scrll--w .scrll-list .more-w .icon-more img {
    height: 3px;
  }
  .wrapper .idx-videos-w {
    padding-top: 72px;
  }
  .wrapper .idx-videos-w .videos-scrll-w .videos-scrll--w .scrll-list {
    padding-left: 24px;
    padding-right: 120px;
  }
  .wrapper .idx-videos-w .videos-scrll-w .videos-scrll--w .scrll-list .more-w {
    width: 120px;
    font-size: 12px;
    padding-right: 32px;
  }
  .wrapper .idx-videos-w .videos-scrll-w .videos-scrll--w .scrll-list .more-w .icon-more {
    width: 24px;
    height: 24px;
    margin-right: 12px;
  }
  .wrapper .idx-videos-w .videos-scrll-w .videos-scrll--w .scrll-list .more-w .icon-more img {
    height: 3px;
  }
  .wrapper .index-w .find-ncv-w {
    height: 600px;
  }
  .wrapper .index-w .find-ncv-w .camera {
    width: 200px;
    transition: all 4s;
  }
  .wrapper .index-w .find-ncv-w .camera.zoom {
    transform: scale(3.5) rotate(360deg);
  }
  .wrapper .index-w .find-ncv-w .corner-w {
    font-size: 48px;
    font-weight: bold;
    line-height: 54px;
  }
  .wrapper .index-w .find-ncv-w .corner-w.en {
    display: none;
  }
  .wrapper .index-w .find-ncv-w .corner-w.lt {
    left: 24px;
    top: 24px;
  }
  .wrapper .index-w .find-ncv-w .corner-w.rt {
    right: 24px;
    top: 24px;
  }
  .wrapper .index-w .find-ncv-w .corner-w.lb {
    left: 24px;
    bottom: 24px;
  }
  .wrapper .index-w .find-ncv-w .corner-w.rb {
    right: 24px;
    bottom: 24px;
  }
  .wrapper .index-w .creative-w {
    margin-top: 72px;
  }
  .wrapper .index-w .creative-w .corner-w {
    font-size: 48px;
    font-weight: bold;
    line-height: 54px;
  }
  .wrapper .index-w .creative-w .corner-w.en {
    display: none;
  }
  .wrapper .index-w .creative-w .corner-w.lt {
    left: 24px;
    top: 24px;
  }
  .wrapper .index-w .creative-w .corner-w.rt {
    right: 24px;
    top: 24px;
  }
  .wrapper .index-w .creative-w .corner-w.lb {
    left: 24px;
    bottom: 24px;
  }
  .wrapper .index-w .creative-w .corner-w.rb {
    right: 24px;
    bottom: 24px;
  }
  .wrapper .index-w .services-w {
    padding-top: 72px;
  }
  .wrapper .index-w .services-w .ctt {
    padding-bottom: 72px;
  }
  .wrapper .index-w .services-w .ctt .tt {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 24px;
  }
  .wrapper .index-w .services-w .ctt .stt {
    font-size: 12px;
    line-height: 20px;
  }
  .wrapper .index-w .services-w .row {
    height: 90px;
    padding: 0 24px;
  }
  .wrapper .index-w .services-w .row .rtt {
    font-size: 32px;
  }
  .wrapper .index-w .services-w .row .seq {
    font-size: 12px;
  }
  .wrapper .index-w .services-w .more-w {
    margin-top: 48px;
  }
  .wrapper .index-w .future-w {
    margin-top: 72px;
    height: 460px;
  }
  .wrapper .index-w .future-w .future--w .tt {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 24px;
  }
  .wrapper .common-w .cofouners-list {
    padding: 72px 0 0;
  }
  .wrapper .common-w .cofouners-list .cofouners-list-w {
    padding: 0 24px;
  }
  .wrapper .common-w .cofouners-list .cofouners-list-w .row {
    height: auto;
    padding-top: 0;
    margin-bottom: 24px;
  }
  .wrapper .common-w .cofouners-list .cofouners-list-w .row .row-w {
    width: 100%;
    height: auto;
    position: relative;
    flex-direction: column;
  }
  .wrapper .common-w .cofouners-list .cofouners-list-w .row .row-w .col {
    width: 100%;
    height: auto;
  }
  .wrapper .common-w .cofouners-list .cofouners-list-w .row .row-w .col:first-child {
    height: 0;
    padding-top: 89%;
  }
  .wrapper .common-w .cofouners-list .cofouners-list-w .row .row-w .col .info {
    height: auto;
    padding: 24px;
    justify-content: flex-start;
    position: relative;
  }
  .wrapper .common-w .cofouners-list .cofouners-list-w .row .row-w .col .info .name {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 24px;
  }
  .wrapper .common-w .cofouners-list .cofouners-list-w .row .row-w .col .info .title {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    position: absolute;
    right: 24px;
    top: 24px;
    text-align: right;
  }
  .wrapper .common-w .cofouners-list .cofouners-list-w .row .row-w .col .info .title.with-ul {
    position: relative;
    padding-left: 20px;
    margin-bottom: 24px;
    text-align: left;
    right: auto;
    top: auto;
  }
  .wrapper .common-w .cofouners-list .cofouners-list-w .row .row-w .col .info .desc {
    font-size: 14px;
  }
  .wrapper .common-w .cofouners-list .cofouners-list-w .row .row-w .col .info .desc.max-h {
    max-height: unset;
  }
  .wrapper .common-w .cofouners-list .cofouners-list-w .row:nth-child(2n) .row-w {
    flex-direction: column;
  }
  .wrapper .common-w .works-w {
    margin-top: 64px;
  }
  .wrapper .common-w .works-w .works-list {
    padding: 0 24px;
  }
  .wrapper .common-w .works-w .works-list .work {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
    padding: 8px 0;
    font-size: 14px;
  }
  .wrapper .common-w .works-w .works-list .work .ar {
    height: 10px;
  }
  .wrapper .common-w .works-w .works-list .work:nth-child(4n) {
    margin-right: 0;
  }
  .wrapper .common-w .news-list-w {
    margin-top: 72px;
  }
  .wrapper .common-w .news-list-w .news-list {
    padding: 0 24px;
  }
  .wrapper .common-w .news-list-w .news-list .news-w {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 48px;
    margin-left: 0 !important;
  }
  .wrapper .common-w .videos-list-w {
    margin-top: 72px;
  }
  .wrapper .common-w .videos-list-w .videos-list {
    padding: 0 24px;
  }
  .wrapper .common-w .videos-list-w .videos-list .video-w {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 24px;
  }
  .wrapper .common-w .reviews-w {
    margin-top: 72px;
  }
  .wrapper .common-w .reviews-w .reviews-list {
    padding: 0 24px;
  }
  .wrapper .common-w .reviews-w .reviews-list .row {
    height: auto;
    flex-direction: column;
    margin-bottom: 24px;
  }
  .wrapper .common-w .reviews-w .reviews-list .row .cover {
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
  .wrapper .common-w .reviews-w .reviews-list .row .info {
    width: 100%;
    height: auto;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .wrapper .common-w .reviews-w .reviews-list .row .info .ww {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 48px;
  }
  .wrapper .common-w .reviews-w .reviews-list .row .info .intro {
    font-size: 12px;
    line-height: 20px;
  }
  .wrapper .common-w .reviews-w .reviews-list .row:nth-child(2n) {
    flex-direction: column;
  }
  .wrapper .common-w .culture-w {
    margin-top: -72px;
  }
  .wrapper .common-w .culture-w .culture-slide {
    padding: 0 24px 140px;
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 72px;
  }
  .wrapper .common-w .culture-w .culture-slide .c-nav {
    width: calc(50% - 28px);
  }
  .wrapper .common-w .culture-w .culture-slide .c-nav:hover img {
    opacity: 0.2;
  }
  .wrapper .common-w .culture-w .culture-slide .btn-nav {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 18%;
    z-index: 5;
  }
  .wrapper .common-w .culture-w .culture-slide .btn-nav img {
    width: 20px;
  }
  .wrapper .common-w .culture-w .culture-slide .btn-nav.nav-prev {
    left: 24px;
  }
  .wrapper .common-w .culture-w .culture-slide .btn-nav.nav-prev img {
    transform: rotate(-90deg);
  }
  .wrapper .common-w .culture-w .culture-slide .btn-nav.nav-next {
    right: 24px;
  }
  .wrapper .common-w .culture-w .culture-slide .btn-nav.nav-next img {
    transform: rotate(90deg);
  }
  .wrapper .common-w .culture-w .culture-slide .culture-desc {
    height: 200px;
    top: auto;
    bottom: -3%;
  }
  .wrapper .common-w .culture-w .culture-slide .culture-desc .desc-bb {
    padding-top: 20px;
  }
  .wrapper .common-w .culture-w .culture-slide .culture-desc .desc-bb .seq {
    font-size: 12px;
    margin-bottom: 45px;
  }
  .wrapper .common-w .culture-w .culture-slide .culture-desc .desc-bb .tt {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 30px;
  }
  .wrapper .common-w .culture-w .culture-slide .culture-desc .desc-bb .stt {
    font-size: 14px;
  }
  .wrapper .common-w .coop-w .coop--w {
    padding: 0 24px 32px;
  }
  .wrapper .common-w .coop-w .coop--w .coop {
    width: 100%;
    margin-right: 0;
    margin-bottom: 48px;
  }
  .wrapper .common-w .coop-w .coop--w .coop:nth-child(3n) {
    margin-right: 0;
  }
  .wrapper .common-w .coop-w .coop--w .coop .info {
    display: block;
    height: auto;
    padding: 24px;
  }
  .wrapper .common-w .coop-w .coop--w .coop .info .name {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .wrapper .common-w .coop-w .coop--w .coop .info .desc {
    font-size: 14px;
    line-height: 26px;
    max-height: unset;
  }
  .wrapper .detail-w {
    padding: 0;
  }
  .wrapper .detail-w .news-slides {
    margin-bottom: 40px;
  }
  .wrapper .detail-w .news-slides .swiper-pagination {
    bottom: 15px;
  }
  .wrapper .detail-w .news-slides .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
  }
  .wrapper .detail-w .detail--w {
    padding: 0 24px;
  }
  .wrapper .detail-w .detail--w.full-size {
    padding-top: 124px;
  }
  .wrapper .detail-w .detail--w .news-info {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .wrapper .detail-w .detail--w .news-info .stt {
    font-size: 12px;
  }
  .wrapper .detail-w .detail--w .news-info .dt {
    font-size: 12px;
  }
  .wrapper .detail-w .detail--w .news-tt {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .wrapper .detail-w .detail--w .detail-tt {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .wrapper .detail-w .detail--w .detail-tt .stt {
    font-size: 12px;
    margin-bottom: 24px;
  }
  .wrapper .detail-w .detail--w .detail-tt .tt {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 24px;
  }
  .wrapper .detail-w .detail--w .detail-tt .dt {
    font-size: 12px;
  }
  .wrapper .detail-w .detail--w .detail-tt .desc {
    font-size: 12px;
    line-height: 20px;
  }
  .wrapper .detail-w .detail--w .cont p {
    font-size: 14px;
    line-height: 26px;
  }
  .wrapper .detail-w .detail--w .cont img {
    margin-bottom: 0;
  }
  .wrapper .detail-w .detail--w .cont h1, .wrapper .detail-w .detail--w .cont h2, .wrapper .detail-w .detail--w .cont h3, .wrapper .detail-w .detail--w .cont h4, .wrapper .detail-w .detail--w .cont h5 {
    font-size: 14px;
    line-height: 26px;
  }
  .wrapper .detail-w .detail--w .detail-video-w .video--w {
    margin-bottom: 24px;
  }
  .wrapper .detail-w .detail--w .detail-video-w .video--w .icon-play-w .icon-play {
    width: 46px;
    height: 46px;
    padding-left: 3px;
  }
  .wrapper .detail-w .detail--w .detail-video-w .video--w .icon-play-w .icon-play img {
    width: 10px;
  }
  .wrapper .detail-w .detail--w .detail-video-w .video-info .item {
    font-size: 12px;
  }
  .wrapper .detail-w .detail--w .detail-video-w .video-info .behind-opener {
    font-size: 12px;
  }
  .wrapper .detail-w .detail--w .detail-video-w .video-info .behind-opener .ar {
    width: 12px;
    margin-left: 4px;
  }
  .wrapper .detail-w .detail--w .detail-video-w .behinds-w .behinds--w img {
    width: calc((100% - 24px) / 2);
    margin-top: 24px;
    margin-right: 24px;
  }
  .wrapper .detail-w .detail--w .detail-video-w .behinds-w .behinds--w img:nth-child(2n) {
    margin-right: 0;
  }
}

/*# sourceMappingURL=ncv.css.map */
