@charset "UTF-8";
/**
  * 老板网络
  * QQ89303139
  * 备注：PC、手机网站一站式服务
  **/
html,
body {
  margin: 0;
  padding: 0;
  background-color: #000;
}

body {
  margin: 0;
  font-size: 1rem;
}

a {
  color: #fff;
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.con {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

#header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #000;
  color: #fff;
}

#header .logo,
#header .menu {
  position: absolute;
  left: 0;
}

#header .logo img {
  position: absolute;
  left: 9px;
  top: 12px;
}

#header .menu {
  left: auto;
  right: 0;
}

#header .menu ul {
  list-style-type: none;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

#header .menu ul li {
  text-align: center;
  margin: 8px;
  padding: 0 15px;
  float: left;
  width: 128px;
}

#header .menu ul li .t1,
#header .menu ul li .t2 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#header .menu ul li .t1 {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 3px;
  font-weight: bold;
}

#header .menu ul li .t2 {
  font-size: 12px;
  font-weight: lighter;
  text-transform: uppercase;
  white-space: nowrap;
}

#header .menu ul li:hover .t1,
#header .menu ul li:hover .t2 {
  color: #fe2828;
}

#header .menu ul li:hover .t2 {
  letter-spacing: 1px;
}

#header .btn {
  display: none;
}

#main {
  display: block;
}
#main .section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 1000px;
  position: relative;
  overflow: hidden;
}
#main .section .section_inner {
  position: relative;
  z-index: 1;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  padding-top: 0px;
  height: 1000px;
  width: 1400px;
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 200ms;
  box-sizing: border-box;
  overflow: hidden;
  flex-wrap: wrap;
  align-content: center;
}
#main .s1 {
  overflow: hidden;
  height: 1200px;
}
#main .s1 .btn_scroll {
  position: absolute;
  bottom: 36%;
  left: calc(50% - 25px);
  z-index: 5;
  width: 50px;
  height: 44px;
  background: url(../../assets/icon_scroll.png) 50% 0/26px 44px no-repeat;
  font-size: 0;
  -webkit-animation: updown 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  animation: updown 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}
#main .s1 .group_inner {
  width: 100%;
  height: 100%;
  min-height: 1000px;
  background: url(../../assets/bg_poster.jpg) 50% 50%/cover no-repeat;
}
#main .s1 .group_inner .section_inner h2 {
  position: relative;
}
#main .s1 .group_inner .section_inner h2 img {
  padding-top: 50px;
}
#main .s1 .group_inner .section_inner .update {
  margin-top: 0px;
  width: 667px;
  height: 153px;
  background: url(../../assets/update.png) 0 0/100% no-repeat;
  font-size: 0;
  position: relative;
}
#main .s1 .group_inner .section_inner .update .a1,
#main .s1 .group_inner .section_inner .update .a2 {
  position: absolute;
  width: 306px;
  height: 153px;
}
#main .s1 .group_inner .section_inner .update .a1:hover,
#main .s1 .group_inner .section_inner .update .a2:hover {
  background-color: #070091;
  opacity: 0.2;
}
#main .s1 .group_inner .section_inner .update .a2 {
  left: 361px;
}
#main .s1 .bgVideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#main .s1 .bgVideo video {
  position: absolute;
  background: #000;
  -o-object-fit: cover;
  object-fit: cover;
}
#main .s1 .bgVideo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.45);
}
#main .s1 .bgVideo:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../../assets/bg_pattern.png) repeat;
}
#main .s2 {
  background-image: url(../../assets/bg.jpg);
}
#main .s2 .section_inner {
  padding-top: 146px;
  width: 100%;
  height: 100%;
  min-height: 1200px;
}
#main .s2 .character {
  position: relative;
  width: 552px;
  height: 855px;
  background: url(../../assets/character.png) 50% 50%/100% no-repeat;
}
#main .s2 .character .box-jieshao {
  left: -260px;
  top: 268px;
  position: absolute;
  width: 1000px;
  height: 480px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 20px;
  color: #eec26e;
  padding: 3rem 3rem;
  font-size: 1.0rem;
  font-weight: bold;
  text-align: left;
  line-height: 2rem;
}
#main .s2 .cloud {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../../assets/cloud.png) 50% 50%/cover no-repeat;
}
#main .s3 {
  height: 888px;
}
#main .s3 .character {
  background: none;
}
#main .s3 .b5 {
  margin-top: -260px;
}
#main .s3 #b5hdp {
  height: 520px;
  position: relative;
  min-width: 1200px;
  margin: 0 auto;
  z-index: 10;
}
#main .s3 #b5hdp .center {
  float: left;
  position: relative;
  width: 1100px;
  left: -720px;
}
#main .s3 #b5hdp .photoshow {
  width: 600px;
  height: 520px;
  margin: 0 auto;
}

.move_lefts,
.move_rights {
  pointer-events: none;
  float: left;
  /* width: 60px; */
  /* height: 150px; */
  position: absolute;
  top: 370px;
  z-index: 500;
  left: 0px;
}
.move_lefts span,
.move_rights span {
  width: 43px;
  height: 84px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  background-repeat: no-repeat;
  background-position: left top;
  background: url(../images/slide-left-jt.png) no-repeat left top;
}

.move_rights {
  left: 942px;
}
.move_rights span {
  background: url(../images/slide-right-jt.png) no-repeat left top;
}

#footer {
  background-image: -webkit-linear-gradient(90deg, #010101 0%, #010101 50%, #0f0f0f 97%, #191919 98%, #161616 99%, #161616 100%);
  width: 100%;
  height: 100px;
}
#footer .text {
  text-align: center;
  font-size: 0.9rem;
  color: #999;
  padding: 30px;
  letter-spacing: 1px;
  font-weight: lighter;
}

.hdp {
  position: relative;
}
.hdp ul {
  list-style: none;
  margin: 100px auto 0;
  width: 1000px;
  height: 520px;
}
.hdp li {
  line-height: 520px;
  height: 520px;
  width: 900px;
  background: #ccc;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.hdp img {
  max-width: 100%;
}
.hdp .roundabout-in-focus {
  cursor: default;
}

.x1200 ul {
  list-style: none;
  margin: 100px auto 0;
  width: 1300px;
  height: 600px;
}
.x1200 li {
  line-height: 600px;
  height: 600px;
  width: 1200px;
  background: #ccc;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.x1200 .move_lefts {
  top: 423px !important;
  left: -13px !important;
}
.x1200 .move_rights {
  top: 423px !important;
  left: 1252px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes updown {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.nav {
  display: flex;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 62px;
  z-index: 50;
  padding-top: 51px;
  min-width: 148px;
  background: url(../../assets/title_nav.png) 0 0/148px 26px no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  z-index: -1;
  color: #7c8185;
  font-size: 14px;
}

.nav .gnb li {
  position: relative;
}

.nav .gnb li a {
  position: relative;
  padding-left: 25px;
}

.nav .gnb li a::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 1px;
  z-index: 5;
  width: 11px;
  height: 11px;
  background: url(../../assets/bullet_nav.png) 0 0/100% no-repeat;
}

.nav .gnb li a:hover {
  color: #c7c07a;
}

.nav .gnb li a:hover::before {
  top: 1px;
  left: -3px;
  width: 19px;
  height: 20px;
  background-image: url(../../assets/bullet_nav_on.png);
}

.nav .gnb li:not(:first-child) {
  padding-top: 35px;
}

.nav .gnb li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 6px;
  width: 1px;
  height: 100%;
  background-color: #3c3a38;
}

.nav .gnb li.active a {
  color: #c7c07a;
}

.nav .gnb li.active a::before {
  top: 1px;
  left: -3px;
  width: 19px;
  height: 20px;
  background-image: url(../../assets/bullet_nav_on.png);
}

.nav.show {
  opacity: 1;
  z-index: 10;
}

.list-m5 {
  text-align: center;
}
.list-m5 img {
  border: solid 10px #000361;
  margin: 10px 30px;
}

.btn_top {
  position: fixed;
  right: 40px;
  bottom: 85px;
  background: url(../../assets/btn_top.png) 0 0/100% no-repeat;
  width: 70px;
  height: 70px;
  z-index: 9999;
  transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-size: 0;
  display: none;
}

#music {
  position: fixed;
  z-index: 5000;
  top: 100px;
  right: 50px;
  background-color: #999;
  font-size: 12px;
  cursor: pointer;
  padding: 3px 5px;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  padding-bottom: 5px;
  opacity: 0.8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#go {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  cursor: pointer;
}

#go img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -55px;
}