* {
  margin: 0;
  padding: 0;
  user-select: none;
}
a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
body {
  overflow: visible;
}
.header {
  height: 80px;
  background-color: rgba(0, 0, 0, 0.9);
}
.header .logo-box {
  display: flex;
  align-items: center;
  padding-left: 60px;
}
.header .logo-box img {
  width: auto;
  height: 50px;
}
.header .items-box {
  padding-left: 130px;
  display: flex;
  justify-content: flex-end;
}
.header .items-box .item {
  height: 80px;
  flex-grow: 1;
  font-size: 16px;
  font-weight: normal;
  color: #FFFFFF;
  position: relative;
}
.header .items-box .item:hover .sub-box {
  height: auto;
  overflow: visible;
}
.header .items-box .item:hover a {
  color: #fff;
  text-decoration: none;
}
.header .items-box .item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.header .items-box .item a img {
  width: 18px;
  height: auto;
}
.header .items-box .item .sub-box {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 10s linear;
  z-index: 1000;
}
.header .items-box .item .sub-box:hover {
  height: auto;
}
.header .items-box .item .sub-box > div:hover .t-level {
  height: auto;
  overflow: visible;
}
.header .items-box .item .sub-box a {
  width: 100%;
  height: 45px;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  position: relative;
  transition: all 0s linear;
}
.header .items-box .item .sub-box a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s linear;
}
.header .items-box .item .sub-box a:hover::after {
  width: 100%;
  background-color: #f10606;
}
.header .items-box .item .sub-box .t-level {
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 10000;
  height: 0;
  overflow: hidden;
  transition: all 10s linear;
}
.header .items-box .item .sub-box .t-level a {
  width: 100%;
  height: 45px;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  position: relative;
  transition: all 0s linear;
}
.header .items-box .item .sub-box .t-level a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s linear;
}
.header .items-box .item .sub-box .t-level a:hover::after {
  width: 100%;
  background-color: #f10606;
}
.small-header {
  height: 80px;
  background-color: rgba(0, 0, 0, 0.8);
}
.small-header .content-box {
  height: 80px;
}
.small-header .content-box .logo-box img {
  height: 40px;
  width: auto;
}
.small-header .content-box .openNav-box {
  cursor: pointer;
}
.small-header .content-box .openNav-box .line {
  transition: all 0.5s linear;
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  margin-top: 8px;
}
.small-header .content-box .openNav-box .line:first-child {
  margin-top: 0;
}
.small-header .content-box .animate1 .second-line {
  transform: rotateY(360deg);
  opacity: 0;
}
.small-header .content-box .animate1 .first-line {
  transform-origin: center center;
  transform: translateY(12px) rotate(405deg);
}
.small-header .content-box .animate1 .third-line {
  transform-origin: center center;
  transform: translateY(-12px) rotate(-405deg);
}
.right-nav {
  overflow: hidden;
  overflow-style: marquee-block;
  transition: all 0.5s linear;
  height: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.right-nav .nav-item {
  width: 100%;
  margin-bottom: 1px;
}
.right-nav .nav-item > a {
  width: 100%;
  height: 45px;
  background-color: #fff;
  color: #000;
  font-size: 12px;
}
.right-nav .nav-item .sub-nav {
  width: 100%;
  display: none;
}
.right-nav .nav-item .sub-nav a {
  width: 100%;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  line-height: 45px;
  color: #000;
  font-size: 12px;
  border-bottom: 1px solid #fff;
}
.right-nav .nav-item .sub-nav a:last-child {
  border: none;
}
.right-nav .nav-item .sub-nav .st-level {
  display: none;
  width: 100%;
}
.right-nav .nav-item .sub-nav .st-level a {
  width: 100%;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 45px;
  color: #000;
  font-size: 12px;
  border-bottom: 1px solid #fff;
}
.active {
  height: 320px;
  overflow: auto;
}
.index-box {
  position: relative;
  z-index: 10;
  background-color: #000;
  height: calc(100vh - 80px);
}
.index-box .bg-img {
  width: 100%;
  height: calc(100vh - 80px);
  vertical-align: middle;
  object-fit: cover;
  cursor: pointer;
}
.index-box .hide {
  display: none;
}
.index-box .txt-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-box .txt-box > div {
  text-shadow: 4px 4px 0 #000, 4px -4px 0 #000, -4px -4px 0 #000, -4px 4px 0 #000, 4px 3px 0 #000, 4px -3px 0 #000, -4px -3px 0 #000, -4px 3px 0 #000, 4px 2px 0 #000, 4px -2px 0 #000, -4px -2px 0 #000, -4px 2px 0 #000, 4px 1px 0 #000, 4px -1px 0 #000, -4px -1px 0 #000, -4px 1px 0 #000, 4px 0px 0 #000, 4px 0px 0 #000, -4px 0px 0 #000, -4px 0px 0 #000, 3px 4px 0 #000, 3px -4px 0 #000, -3px -4px 0 #000, -3px 4px 0 #000, 3px 3px 0 #000, 3px -3px 0 #000, -3px -3px 0 #000, -3px 3px 0 #000, 3px 2px 0 #000, 3px -2px 0 #000, -3px -2px 0 #000, -3px 2px 0 #000, 3px 1px 0 #000, 3px -1px 0 #000, -3px -1px 0 #000, -3px 1px 0 #000, 3px 0px 0 #000, 3px 0px 0 #000, -3px 0px 0 #000, -3px 0px 0 #000, 2px 4px 0 #000, 2px -4px 0 #000, -2px -4px 0 #000, -2px 4px 0 #000, 2px 3px 0 #000, 2px -3px 0 #000, -2px -3px 0 #000, -2px 3px 0 #000, 2px 2px 0 #000, 2px -2px 0 #000, -2px -2px 0 #000, -2px 2px 0 #000, 2px 1px 0 #000, 2px -1px 0 #000, -2px -1px 0 #000, -2px 1px 0 #000, 2px 0px 0 #000, 2px 0px 0 #000, -2px 0px 0 #000, -2px 0px 0 #000, 1px 4px 0 #000, 1px -4px 0 #000, -1px -4px 0 #000, -1px 4px 0 #000, 1px 3px 0 #000, 1px -3px 0 #000, -1px -3px 0 #000, -1px 3px 0 #000, 1px 2px 0 #000, 1px -2px 0 #000, -1px -2px 0 #000, -1px 2px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px 0px 0 #000, 1px 0px 0 #000, -1px 0px 0 #000, -1px 0px 0 #000, 0px 4px 0 #000, 0px -4px 0 #000, 0px -4px 0 #000, 0px 4px 0 #000, 0px 3px 0 #000, 0px -3px 0 #000, 0px -3px 0 #000, 0px 3px 0 #000, 0px 2px 0 #000, 0px -2px 0 #000, 0px -2px 0 #000, 0px 2px 0 #000, 0px 1px 0 #000, 0px -1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 0px 0px 0 #000, 0px 0px 0 #000, 0px 0px 0 #000, 0px 0px 0 #000, 0 0 0 #000;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.index-box .txt-box > div > div {
  height: 100%;
  padding-left: 20px;
}
.index-box .txt-box > div .by-box {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
.index-box .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.index-box .copy-box {
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: normal;
  color: #C1C1C1;
  position: fixed;
  left: 0;
  bottom: 30px;
  z-index: 1000;
  display: flex;
  align-items: center;
  padding-left: 100px;
}
.index-box .copy-box > div {
  margin-right: 30px;
}
.index-box .copy-box > div a {
  color: #C1C1C1;
  text-decoration: none;
}
.index-box .play-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  z-index: 10000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.9);
  padding-left: 6px;
  opacity: 1;
  visibility: visible;
}
.index-box .play-img img {
  width: 20px;
  height: auto;
}
.index-box .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.foot-box {
  background-color: #f1f1f1;
  padding-top: 60px;
  padding-bottom: 70px;
}
.foot-box .text-box {
  display: flex;
  flex-wrap: wrap;
}
.foot-box .text-box .item {
  min-width: 150px;
  display: none;
}
.foot-box .text-box .item:nth-child(2) {
  display: block;
}
.foot-box .text-box .item:nth-child(3) {
  display: block;
}
.foot-box .text-box .item a {
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #8B8B8B;
}
.foot-box .text-box .item .title {
  font-size: 18px;
  color: #565656;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.foot-box .text-box .item .title div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 20px 0;
  position: relative;
}
.foot-box .text-box .item .title div::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #BF6B67;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.foot-box .text-box .qr-box {
  text-align: center;
  font-size: 14px;
  color: #979797;
  margin: 20px auto 0;
}
.foot-box .text-box .qr-box img {
  width: 140px;
  height: auto;
  margin-bottom: 15px;
}
.sm-copy-box {
  background-color: #dadada;
}
.sm-copy-box .copy-text {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  font-weight: normal;
  color: #979797;
}
.sm-copy-box .copy-text a {
  color: #979797;
}
.sm-copy-box .copy-text > div > div:first-child {
  margin-right: 20px;
}
@keyframes wave {
  to {
    transform: scale(1);
  }
  from {
    transform: scale(1.15);
  }
}
@media (min-width: 576px) {
  .small-header .content-box .logo-box img {
    height: 50px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .index-box .txt-box > div {
    font-size: 36px;
  }
  .index-box .txt-box > div .by-box {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  body {
    overflow: hidden;
  }
  .index-box {
    position: relative;
    z-index: 10;
  }
  .index-box .bg-img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
  }
  .index-box .txt-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .index-box .txt-box > div {
    height: 100%;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
  }
  .index-box .txt-box > div > div {
    height: 100%;
    padding-left: 0;
  }
  .index-box .txt-box > div .by-box {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
  }
  .index-box .play-img {
    width: 100px;
    height: 100px;
    border: 10px solid rgba(255, 255, 255, 0.9);
  }
  .index-box .play-img img {
    width: 40px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .header .logo-box img {
    width: auto;
    height: 60px;
  }
}
/*# sourceMappingURL=index.css.map */