@charset "utf-8";
body {
  font: 400 14px/1.5 "\5FAE\8F6F\96C5\9ED1", Helvetica;
  color: #000;
  background-color: #13100d;
  -webkit-text-size-adjust: none;
}
body,
div,
dl,
dt,
dd,
del,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
menu {
  margin: 0;
  padding: 0;
}
input[type="text"],
textarea {
  -webkit-appearance: none;
  outline: 0;
}
a.disabled {
pointer-events: none;
  cursor: default;
}
button {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}
ol,
ul,
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
  font-style: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
header,
section,
footer {
  display: block;
  margin: 0;
  padding: 0;
}
a {
  color: #101010;
  text-decoration: none;
}
.dn {
  display: none;
}
.oh {
  overflow: hidden;
}
html,
* {
  outline: 0;
  -webkit-text-size-adjust: none;
  tap-highlight-color: rgba(0, 0, 0, 0.05);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0.05);
}
input {
  -webkit-appearance: none;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
html {
  font-size: 100px;
}
body {
  background: #050505;
}
.com {
  width: 1350px;
  margin: 0 auto;
  position: relative;
}
.head {
  background: #08070a;
  z-index: 99;
  height: 119px;
  font-size: 0;
  white-space: nowrap;
  border-bottom: 2px solid #c9a960;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
}
/* .head .logo {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -75px;
  width: 151px;
  height: 142px;
  background: url(/assets/img/logo.png) left top no-repeat;
  display: block;
  text-align: center;
}
.head .logo .logo-box {
  width: 100px;
  height: 140px;
  overflow: hidden;
  margin: -15px auto 0;
}
.head .logo .logo-box embed {
  width: 100%;
} */
.logo img {
  width: 18%;
  padding-top: 25px;
}
.section {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.inner a {
  position: relative;
}
.inner a .hot {
  position: absolute;
  left: 100%;
  top: -6px;
  z-index: 30;
  margin-left: -20px;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  opacity: 1;
}
.inner a.active {
  background: #e5260b;
}
.inner a .hot.cur {
  opacity: 0;
}
.head .nav {
  padding-top: 40px;
}
.head .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.head .nav ul li {
  position: relative;
}
.head .nav ul li .downmenu {
  position: absolute;
  top: 40px;
  left: -10px;
  min-width: 114px;
  display: none;
  border-top: 3px solid #cc9e51;
}
.head .nav ul li .downmenu:before {
  content: "";
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 12px;
  background: url(/assets/img/subnav_arrow.png) no-repeat 54px bottom;
}
.head .nav ul li .downmenu a {
  line-height: 36px;
  border-bottom: 1px solid #202023;
  font-size: 13px;
  border-radius: 0;
  background: #131313;
  text-align: center;
}
.head .nav ul li .downmenu a:hover {
  color: #ffd053;
}
.head .nav ul li:hover .downmenu {
  display: block;
}
.head .nav ul li a {
  color: #fff;
  padding: 0px 15px 4px 15px;
  border-radius: 3px;
  line-height: 32px;
  font-size: 24px;
  display: block;
  position: relative;
}
.head .nav ul a:hover {
  background: #e5260b;
}
.head .nav ul a .hot {
  position: absolute;
  left: 100%;
  top: -6px;
  z-index: 30;
  margin-left: -10px;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  opacity: 1;
}
.head .nav ul a.active {
  background: #e5260b;
}
.head .nav ul a .hot.cur {
  opacity: 0;
}
.head .left li {
  margin-right: 10px;
}
.head .right {
  position: absolute;
  right: 0;
  top: 0;
  float: right;
}
.head .right li {
  margin-left: 10px;
}
.section {
  text-align: center;
  font: 50px "Microsoft Yahei";
  color: #fff;
  opacity: 0;
  min-width: 1000px;
}
.an {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.pa {
  position: absolute;
  top: 50%;
  left: 50%;
}
.slide {
  position: relative;
}
.kefu {
  width: 135px;
  position: fixed;
  top: 50%;
  right: 10px;
  margin-top: -70px;
  left: inherit;
  z-index: 999;
}
.kefu img:hover {
  transform: scale(1.2, 1.2);
}
/* .page1 .vids {
  background: url(/assets/video/main.mp4) center;
} */
.page1 img {
  width: 100%;
}
.page1 .page-r {
  width: 356px;
  height: 567px;
  margin: -260px 0 0 -190px;
  text-align: center;
  cursor: pointer;
}
.page1 .page-r .pic {
  text-align: center;
}
.page1 .page-r .pic:hover {
  animation: jello 1s !important;
}
.page2 {
  background: url(/assets/img/image4.png) center;
}
.page2 .page2-txt {
  width: 692px;
  height: 480px;
  margin: -240px 0 0 -375px;
  text-align: center;
}
.page2 .page2-txt .pic {
  font-size: 0;
  text-align: center;
}
.page2 .page2-txt .fadeInLeft {
  float: left;
  margin: 40px 50px 0;
  cursor: pointer;
}
.page2 .page2-txt .fadeInLeft:hover {
  transform: scale(1.2, 1.2);
}
.page2 .page2-pic {
  position: absolute;
  margin: -250px 0 0 -250px;
}
.page2 .an a img {
  width: 180px;
}
.page2 .page2-txt .wrap-vip {
  justify-content: center;
  display: flex;
  margin: 0 auto;
}
.page3 {
  background: url(/assets/img/top-nav-2.png) center;
}
.page3 .page-pic {
  margin: -320px 0 0 -930px;
}
.page3 .page-txt {
  width: 1000px;
  text-align: center;
  margin: -280px 0 0 -500px;
  font-size: 0;
}
.page3 .page-txt img {
  margin: 5px 0;
}
.page3 .menu {
  margin: 0 0 30px 0;
  overflow: hidden;
}
.page3 .menu a {
  width: 113px;
  height: 317px;
  display: inline-block;
  font-size: 30px;
  letter-spacing: 5px;
  writing-mode: vertical-lr;
  line-height: 113px;
  text-align: center;
  color: #f9e19b;
  margin: 0 25px;
  background: url(/assets/img/top-nav-2-1.png) no-repeat;
  background-size: auto;
  background-size: 100% auto;
}
.page3 .menu a:hover {
  color: #fff;
  background: url(/assets/img/top-nav-2-2.png) no-repeat;
  background-size: 100% auto;
}
.page4 {
  background: url(/assets/img/topNav4.png) center;
}
.page4 .page-txt {
  width: 1000px;
  text-align: center;
  margin: -300px 0 0 -500px;
  font-size: 0;
}
.page4 .page-txt .fadeInUp {
  z-index: 99;
}
.page4 .page-txt .menu {
  margin-top: 20px;
}
.page4 .page-txt .menu a {
  margin: 0 30px;
}
.page4 .page-txt .menu a:hover img {
  animation: rotateIn 1s !important;
}
.page4 .menu a img {
  width: 170px;
}

.page5 {
  background: url(/assets/img/image5.png) center;
}
.page5 .com {
  position: absolute;
  bottom: 100px;
  width: 1150px;
  top: 180px;
  margin: 0 0 0 -561px;
  left: 50%;
}
.page5 .page-pic {
  width: 1150px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: left;
}
.page5 .page-pic img {
  width: 1150px;
}
.page5 .bg5 .row {
  display: flex;
  flex-direction: row;
  padding: 18px 20px 0 20px;
}
.page5 .bg5 .row img {
  width: 55%;
}
.page5 .bg5 .row .row-title {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page5 .bg5 .row .row-title p {
  font-size: 15px;
  padding-top: 10px;
}
.page5 .bg5 .row .row-title h2 {
  text-align: left;
}
.page5 .page-text {
  position: absolute;
  left: 0;
  top: 225px;
  bottom: 0;
  overflow: auto;
  text-align: left;
  font-size: 14px;
  width: 1150px;
  background: #050b0f;
  border-radius: 20px;
  /* border: 2px solid #ebcb6d;
  box-shadow: #ebcb6d 0px 2px 4px 0px, #ebcb6d 0px 2px 16px 0px;
  height: 43%; */
  background: url(../img/bg5.png);
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: contain;
}
.page5 .page-text .line {
  margin-bottom: 30px;
  font-size: 16px;
  color: #ccc;
  line-height: 28px;
}
.page5 .page-text .line a {
  width: 180px;
  display: inline-block;
  text-align: center;
  color: #ccc;
  line-height: 30px;
}
.page5 .page-text h2 {
  color: #f9e19b;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

.page6 {
  background: url(/assets/img/image6.png) center;
  background-repeat: no-repeat;
  background-size: cover;
}
#page6 .page6-text {
  display: block;
}
#page6 a,
#page6 h6 {
  color: #f3d37b;
  font-size: 35px;
}
#page6 a .page6-img {
  padding-top: 10px;
  width: 100%;
}
#page6 a .page6-img {
  background: url(/assets/img/btn-page6.png) center;
  background-repeat: no-repeat;
  height: 66px;
}
#page6 a .page6-img:hover {
  background: url(/assets/img/btn-page6-1.png) center;
  background-repeat: no-repeat;
  height: 66px;
}
#page6 .nav_text_html {
  width: 63%;
  margin-top: 17%;
}
.scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 1px;
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #e7d6cf;
}
.scrollbar::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #414249;
}
@media screen and (max-height: 768px) {
  .page1 .page-r {
    width: 260px;
    margin: -200px 0 0 -130px;
  }
  .page2 .page2-txt {
    margin: -160px 0 0 -375px;
  }
  .page2 .page2-txt .fadeInLeft {
    margin: 20px 60px;
  }
  .page3 .page-txt {
    margin: -200px 0 0 -500px;
  }
  .page3 .page-txt .title-pic {
    width: 400px;
  }
  .page3 .page-txt .menu {
    margin: 10px 0;
  }
  .page3 .page-txt .menu a {
    width: 70px;
    line-height: 70px;
    font-size: 18px;
    height: 210px;
  }
  .page4 .page-txt {
    margin: -200px 0 0 -500px;
  }
  .page4 .page-txt .title-pic {
    width: 650px;
  }
  .page4 .page-txt .menu {
    margin: 20px 0;
  }
  .page4 .page-txt .menu a img {
    width: 120px;
  }
  .page5 .page-text {
    left: 120px;
  }
}
@media screen and (max-height: 660px) {
  .page1 .page-r {
    width: 200px;
    margin: -130px 0 0 -100px;
  }
  .page3 .page-txt {
    margin: -150px 0 0 -500px;
  }
  .page3 .page-txt .title-pic {
    width: 300px;
  }
  .page3 .page-txt .menu {
    margin: 10px 0;
  }
  .page3 .page-txt .menu a {
    width: 60px;
    line-height: 60px;
    font-size: 18px;
    height: 180px;
  }
  .page4 .page-txt {
    margin: -160px 0 0 -500px;
  }
  .page4 .page-txt .title-pic {
    width: 400px;
  }
  .page4 .page-txt .menu {
    margin: 20px 0;
  }
  .page4 .page-txt .menu a img {
    width: 120px;
  }
}
#fp-nav ul {
  margin-top: -30px !important;
}
#fp-nav ul li {
  margin: 10px !important;
}
#fp-nav ul li a span {
  width: 12px !important;
  height: 12px !important;
  background: #999 !important;
  border-radius: 50%;
  margin: 10px auto !important;
  border: 0 !important;
}
#fp-nav ul li a.active span {
  background: #fff !important;
}
.fixednav {
  position: fixed;
  left: 0;
  z-index: 99;
  border-top: 1px solid #292319;
  bottom: -60px !important;
  font-size: 14px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  bottom: 0;
}
.fixednav:hover {
  bottom: 0 !important;
}
.ceul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  padding-top: 20px;
  margin: 0 auto;
  width: 1000px;
  padding-bottom: 10px;
}
.ceul li {
  text-align: center;
  color: #f5e28a;
}
.ceul li a {
  width: 100px;
  height: 32px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #d5d4d3;
  border: 1px solid #d5d4d3;
  display: block;
}
.ceul li:hover a {
  color: #fff956;
  border: 1px solid #fff956;
}
.ceul li.last a {
  color: #fff956;
  border: 1px solid #fff956;
  background: #fff956;
}
.ceul li.last span {
  display: none;
}
.mg2-4 {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.mg2-4:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.mg4-3 {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.mg4-3:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.tac {
  text-align: center;
}
.freds {
  color: #fff274 !important;
}
.fred:hover {
  color: #fff274 !important;
}
.daili_link {
  margin: 10px 0 0 100px;
}
.nav_text_html a {
  display: inline-block;
}
.nav_text_html img {
  width: 122px;
}
.page1,
.page2,
.page3,
.page4,
.page5 {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
@media (max-width: 1750px) {
  #myVideo {
    width: 90%;
  }
}
/*# sourceMappingURL=./base.css.map */
