@charset "UTF-8";

/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

q:before,
q:after {
  content: "";
}

fieldset,
img,
abbr,
acronym {
  border: 0;
}

/* basic */
.c:before,
.c:after {
  content: "";
  display: table;
}

.c:after {
  clear: both;
}

.c {
  zoom: 1;
}

body,
html {
  font: 12px/1.5 "\5FAE\8F6F\96C5\9ED1", tahoma, "\5b8b\4f53", "\9ED1\4F53",
    sans-serif;
  background-color: #000;
  overflow-x: hidden;
  box-sizing: border-box;
  width: 100%;
}

a {
  text-decoration: none;
  overflow: hidden;
  cursor: default;
}

a:hover {
  text-decoration: underline;
  cursor: default;
}

.wrap,
.dnfact_navbg,
.ost,
#afooter,
body {
  min-width: 1200px !important;
  overflow-x: hidden;
}

@font-face {
  font-family: 'hanshu';
  src: url('../font/hanyishuhuntijian.ttf');
}

.wrap {
  overflow: hidden;
  width: 1920px;
  height: 6120px;
  box-sizing: border-box;
  background: url(../img/bg.jpg) center center / 100% 100% no-repeat;
  margin: 0 auto;
}

.logo {
  width: 201px;
  height: 133px;
  background: url(../img/logo.png) center / cover no-repeat;
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 100;
}

.bg_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1060px;
  object-fit: cover;
}

.mask {
  position: absolute;
  top: 788px;
  left: 0;
  width: 1920px;
  height: 277px;
  background: url(../img/vcover.png) center / cover no-repeat;
  z-index: 9;
}

.top {
  width: 1280px;
  height: 1095px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 80px;
}

.slogan {
  background: url(../img/slogan.png) center center / 100% 100% no-repeat;
  width: 1235px;
  height: 514px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 400px;
}

.content {
  width: 1280px;
  margin: 0 auto;
}

.part1 {
  width: 1280px;
  height: 1160px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}

.part1_infobox_txt {
  font-size: 16px;
  color: #af7443;
  text-align: center;
}

.part1::before {
  content: '';
  position: absolute;
  top: -280px;
  left: -195px;
  width: 1107px;
  height: 1193px;
  background: url(../img/part1_bg.png) no-repeat;
  z-index: 0;
}

.part2 {
  width: 1280px;
  height: 1195px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}

.part2::before {
  content: '';
  position: absolute;
  top: 48px;
  left: 345px;
  width: 1078px;
  height: 894px;
  background: url(../img/part2_bg.png) no-repeat;
  z-index: 0;
}

.part3 {
  width: 1280px;
  height: 1020px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}

.part3::before {
  content: '';
  position: absolute;
  top: -0;
  left: -146px;
  width: 1300px;
  height: 1193px;
  background: url(../img/part3_bg.png) 300px 78px / 856px 770px no-repeat;
  z-index: 0;
}

.part3_left {
  padding-top: 100px;
}

.part4 {
  width: 1280px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 100px;
  position: relative;
}

.part3 .play_btn {
  margin: 0;
}

.title1 {
  width: 712px;
  height: 55px;
  margin: 0 auto;
  background: url(../img/title1.png) center / cover no-repeat;
  position: relative;
}

.title2 {
  width: 475px;
  height: 55px;
  margin: 0 auto;
  background: url(../img/title2.png) center / cover no-repeat;
  position: relative;
}

.title1::before,
.title2::before,
.title3::before,
.title4::before {
  width: 108px;
  height: 23px;
  content: "";
  position: absolute;
  left: -86px;
  bottom: -12px;
  background: url(../img/title_left.png) center / cover no-repeat;
}

.title1::after,
.title2::after,
.title3::after,
.title4::after {
  width: 108px;
  height: 23px;
  content: "";
  position: absolute;
  right: -86px;
  bottom: -12px;
  background: url(../img/title_right.png) center / cover no-repeat;
}

.part1_content,
.part2_content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 700px;
  padding: 0 0 0 80px;
}

.part3_content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 684px;
}

.part4_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0 0 80px;
}

.posilid {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 369px;
  background: url(../img/silid3.png) center / 100% 100% no-repeat;
}

.part4_topbox {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 1280px;
  height: 453px;
  margin-top: 55px;
  position: relative;
  background: url(../img/boxbp.png) center / 100% 100% no-repeat;
}

.part4_bottombox .part4_po {
  top: 70px !important;
}

.part4_topbox_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 558px;
  height: 387px;
}

.box_item_box {
  width: 540px;
  height: 338px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 23px;
}

.box_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.box_bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 161px;
  height: 123px;
}

.box_t {
  font-size: 18px;
  color: #fff;
}

.part4_topbox_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 545px;
  height: 391px;
}

.box_txt {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin: 10px 0;
}

.box_txt1 {
  font-size: 15px;
  color: #d2bf94;
  text-align: center;
  margin-top: 60px;
}

.box_txt2 {
  text-align: center;
  font-size: 18px;
  color: #948c6e;
}

.btn {
  width: 344px;
  height: 44px;
  cursor: pointer;
  background: url(../img/part4_btn.png) center / cover no-repeat;
}

.table_box1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 517px;
}

.table_box1 table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}

.table_box1 table th,
.table_box1 table td {
  border: 1px solid #7a6741;
  padding: 8px 10px;
  text-align: center;
}

.table_box1 table th {
  background-color: #423e34;
  color: #fff;
  font-size: 18px;
}

.table_box1 table td {
  font-size: 18px;
  color: #b49a61;
  background-color: #1c1c1c;
}

.part4_bottombox {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 1280px;
  height: 553px;
  margin-top: 45px;
  position: relative;
  background: url(../img/boxbp1.png) center / 100% 100% no-repeat;
}

.part4_bottombox_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 558px;
  height: 493px;
}

.part4_bottombox_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 545px;
}

.part1_left {
  padding-top: 56px;
}

.part1_name {
  width: 56px;
  height: 444px;
  background: url(../img/name_bg.png) center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-family: 'hanshu';
}

.part1_name span {
  color: #d8be8a;
  font-size: 24px;
  letter-spacing: 1px;
  writing-mode: vertical-rl;
}

.part2_name {
  width: 56px;
  height: 354px;
  background: url(../img/name1_bg.png) center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-family: 'hanshu';
}

.part2_name span {
  color: #d8be8a;
  font-size: 24px;
  letter-spacing: 1px;
  writing-mode: vertical-rl;
}

.part3_name {
  width: 107px;
  height: 436px;
  background: url(../img/name_bg1.png) center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d8be8a;
  padding: 0 17px;
  font-family: 'hanshu';
  flex-wrap: wrap;
}

.play_btn3 {
  margin: 0 0 6px 50px !important;
}

.part3_right {
  margin-left: 64px;
}

.part3_name span {
  color: #d8be8a;
  letter-spacing: 1px;
  font-size: 24px;
  writing-mode: vertical-rl;
  margin-left: 50px;
}

.play_btn {
  width: 61px;
  height: 61px;
  background: url(../img/play_btn.png) center / cover no-repeat;
  display: block;
  margin: 0 0 6px 0;
}

.part1_infobox {
  margin-left: 200px;
  position: absolute;
  top: 180px;
  right: -50px;
}

.part1_infobox_bg {
  width: 504px;
  height: 311px;
  background: url(../img/part1_infobox_bg.png) center / cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.part1_infobox_bg:nth-child(2) {
  margin: 0px 0 0 30px;
}

.part1_infobox_bg:nth-child(3) {
  margin: 22px 0 0 60px;
}

.par1_img_title {
  width: 118px;
  height: 19px;
  color: #dec487;
  text-align: center;
  background: url(../img/par1_img_title.png) center / cover no-repeat;
  margin-top: 10px;
}

.par1_img_title1 {
  width: 156px;
  height: 19px;
  color: #dec487;
  text-align: center;
  background: url(../img/par1_img_title1.png) center / cover no-repeat;
  margin-top: 10px;
}

.par1_img_title2 {
  width: 156px;
  height: 19px;
  color: #dec487;
  text-align: center;
  background: url(../img/par1_img_title2.png) center / cover no-repeat;
  margin-top: 10px;
}

.par1_imgbox {
  width: 441px;
  height: 249px;
  border: 1px solid #c4ad77;
  background: url(../img/gis.gif) center / cover no-repeat;

}

.part1_infobox_bg2 {
  display: flex;
  justify-content: space-around;
  margin-left: 35px;
}

.part1_infobox_bg1 {
  width: 227px;
  height: 162px;
  background: url(../img/part1_infobox_bg1.png) center / cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  margin-top: 10px;
}

.par1_imgbox1 {
  width: 198px;
  height: 112px;
  border: 1px solid #c4ad77;
  background-color: #000;
}

.box_title {
  position: relative;
  font-size: 24px;
  color: #dec487;
  text-align: center;
  padding: 0 64px;
  display: inline-block;
  margin: 0 auto;
  height: 24px;
}

.box_title::before {
  width: 44px;
  height: 20px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/rule_title_left.png) center / cover no-repeat;
}

.box_title::after {
  width: 44px;
  height: 20px;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/rule_title_right.png) center / cover no-repeat;
}

.sub {
  width: 380px;
  height: 22px;
  background: url(../img/sub.png) center / cover no-repeat;
}

.sub1 {
  width: 191px;
  height: 22px;
  background: url(../img/sub1.png) center / cover no-repeat;
}

.sub2 {
  width: 141px;
  height: 22px;
  background: url(../img/sub2.png) center / cover no-repeat;
}

.sub3 {
  width: 48px;
  height: 24px;
  background: url(../img/sub3.png) center / cover no-repeat;
}

.sub4 {
  width: 140px;
  height: 23px;
  background: url(../img/sub4.png) center / cover no-repeat;
}

.sub5 {
  width: 48px;
  height: 24px;
  background: url(../img/sub5.png) center / cover no-repeat;
}

.sub6 {
  width: 140px;
  height: 23px;
  background: url(../img/sub6.png) center / cover no-repeat;
}

.sub7 {
  width: 164px;
  height: 23px;
  background: url(../img/sub7.png) center / cover no-repeat;
}


.part1_rule {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1296px;
  height: 186px;
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
  background: url(../img/rulebg1.png) center / cover no-repeat;
  padding: 4px 0;
  position: relative;
}

.part_exp_left_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 1190px;
  height: 12px;
  background: url(../img/silidtop.png) center / cover no-repeat;

}

.part_exp_left_bottom {
  position: absolute;
  bottom: -0.05rem;
  left: 0;
  width: 1296px;
  height: 12px;
  background: url(../img/silidtop.png) center / cover no-repeat;
  transform: rotate(180deg);
}

.rlue_box {
  width: 844px;
  margin: 0 auto;
  text-align: left;
  color: #cab4a1;
  font-size: 18px;
  overflow-y: scroll;
  height: 136px;
}

.part2_right {
  padding-top: 44px;
}

.part2_imgbox1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 522px;
  position: relative;
  margin-left: 60px;
}

.part2_imgbox1_txt {
  width: 276px;
  color: #cab4a1;
  font-size: 18px;
}

.part2_imgbox1_bg {
  width: 246px;
  height: 246px;
  background: url(../img/part2_headbg.png) center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 85px;
}

.part2_imgbox1_bg img {
  width: 175px;
  height: 175px;
  border-radius: 50%;
}

.part2_imgbox1_bg2 {
  margin-left: 55px;
}

.part2_imgbox1 .top_silid {
  position: absolute;
  top: 55px;
  left: 0;
  background: url(../img/silid.png) center / contain no-repeat;
  width: 276px;
  height: 7px;
}

.part2_imgbox1 .bottom_silid {
  position: absolute;
  bottom: 55px;
  left: 0;
  background: url(../img/silid.png) center / contain no-repeat;
  width: 276px;
  height: 7px;
  transform: rotate(180deg);
}

.part2_imgbox2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 455px;
  margin-left: -40px;
  position: relative;
}

.part2_imgbox2_txt {
  width: 276px;
  color: #cab4a1;
  font-size: 18px;
}

.part2_imgbox2_bg {
  width: 172px;
  height: 172px;
  background: url(../img/part2_headbg1.png) center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 85px;
}

.part2_imgbox2_bg img {
  width: 122px;
  height: 123px;
  border-radius: 50%;
}

.part2_imgbox2 .top_silid {
  position: absolute;
  top: 22px;
  left: 0;
  background: url(../img/silid.png) center / contain no-repeat;
  width: 276px;
  height: 7px;
}

.part2_imgbox2 .bottom_silid {
  position: absolute;
  bottom: 22px;
  left: 0;
  background: url(../img/silid.png) center / contain no-repeat;
  width: 276px;
  height: 7px;
  transform: rotate(180deg);
}

.part_exp {
  width: 1190px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.part_exp_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 643px;
  height: 350px;
  background: url(../img/part2_info_bg1.png) center / contain no-repeat;
  padding: 17px 20px;
  box-sizing: border-box;
}

.part_exp_right {
  display: flex;
  flex-direction: column;
  width: 523px;
  height: 350px;
  padding: 17px 20px;
  box-sizing: border-box;
  background: url(../img/part2_info_bg2.png) center / contain no-repeat;
}

.part_exp_left_txt {
  display: flex;
  width: 854px;
  font-size: 18px;
  color: #cab4a1;
}

.exp_left_txt {
  margin-top: 8px;
}

.part_exp_left_text {
  display: block;
  width: 854px;
  min-height: 76px;
  max-height: none;
  font-size: 18px;
  color: #cab4a1;
  white-space: normal;
  word-wrap: break-word;
  text-align: left;
  line-height: 1.1;
}

.part_exp_left_text1 {
  display: block;
  width: 586px;
  min-height: 76px;
  max-height: none;
  font-size: 18px;
  color: #cab4a1;
  white-space: normal;
  word-wrap: break-word;
  text-align: left;
}

.part_exp_left_text2 {
  display: block;
  width: 586px;
  min-height: 76px;
  max-height: none;
  font-size: 18px;
  color: #af7443;
  white-space: normal;
  word-wrap: break-word;
  text-align: left;
  margin-top: 10px;
}

.part2_left {
  padding-top: 178px;
}

.table_box {
  margin-top: 10px;
}

.table_box table {
  width: 426px;
  height: 164px;
}

.table_box table tbody tr td {
  text-align: left;
  font-size: 18px;
  color: #cab4a1;
}

.table_box table tbody tr {
  margin-top: 5px;
}

.table_box table thead tr th {
  font-size: 18px;
  color: #cab4a1;
}

.thead_tr {
  position: relative;
}

.thead_tr::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 7px;
  background: url("../img/silid1.png") center / contain no-repeat;
}



.part3_imgbox1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 522px;
  position: relative;
  margin-left: 50px;
}

.part3_imgbox1_txt {
  width: 276px;
  color: #cab4a1;
  font-size: 18px;
}

.part3_imgbox1_bg {
  width: 246px;
  height: 246px;
  background: url(../img/part2_headbg.png) center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.part3_imgbox1_bg img {
  width: 175px;
  height: 175px;
  border-radius: 50%;
}

.part3_imgbox1 .top_silid {
  position: absolute;
  top: 55px;
  right: 0;
  background: url(../img/silid.png) center / contain no-repeat;
  width: 276px;
  height: 7px;
}

.part3_imgbox1 .bottom_silid {
  position: absolute;
  bottom: 55px;
  right: 0;
  background: url(../img/silid.png) center / contain no-repeat;
  width: 276px;
  height: 7px;
  transform: rotate(180deg);
}

.part3_imgbox2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 455px;
  position: relative;
  left: 208px;
}

.part3_imgbox2_txt {
  width: 276px;
  color: #cab4a1;
  font-size: 18px;
}

.part3_imgbox2_bg {
  width: 172px;
  height: 172px;
  background: url(../img/part2_headbg1.png) center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.part3_imgbox2_bg img {
  width: 122px;
  height: 123px;
  border-radius: 50%;
}

.part3_imgbox2 .top_silid {
  position: absolute;
  top: 22px;
  right: 0;
  background: url(../img/silid.png) center / contain no-repeat;
  width: 276px;
  height: 7px;
}

.part3_imgbox2 .bottom_silid {
  position: absolute;
  bottom: 22px;
  right: 0;
  background: url(../img/silid.png) center / contain no-repeat;
  width: 276px;
  height: 7px;
  transform: rotate(180deg);
}

.part3_time_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.part_time_left {
  width: 13px;
  height: 13px;
  background: url(../img/dian.png) center / contain no-repeat;
}

.part_time_right {
  width: 13px;
  height: 13px;
  background: url(../img/dian.png) center / contain no-repeat;
}

.part3_time {
  font-size: 24px;
  color: #c5b899;
  margin: 0 13px;
}

.title3 {
  width: 714px;
  height: 55px;
  margin: 0 auto;
  background: url(../img/title3.png) center / cover no-repeat;
  position: relative;
}

.title4 {
  width: 174px;
  height: 55px;
  margin: 0 auto;
  background: url(../img/title4.png) center / cover no-repeat;
  position: relative;
}


.hide {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.db {
  display: block;
  text-indent: -999em;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* footer */
#afooter {
  text-align: center;
  line-height: 20px;
  color: #fff;
  background-color: #000;
  padding: 40px 0;
}

#afooter a {
  color: #fff;
}

/* 通用样式 */
.wrap * {
  box-sizing: border-box;
}

.pop {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
  position: relative;
  width: 715px;
  height: 886px;
  background: url(../img/propbg.png) center / cover no-repeat;
}

.close {
  position: absolute;
  top: 25px;
  right: 30px;
  width: 37px;
  height: 36px;
  cursor: pointer;
  background: url(../img/close.png) center / cover no-repeat;
}

.popup-content_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 0;
  box-sizing: border-box;
}

.table_box_pop {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 600px;
}

.table_box_pop table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}

.table_box_pop table th,
.table_box_pop table td {
  border: 1px solid #7a6741;
  padding: 5px 5px;
  text-align: center;
}

.table_box_pop table th {
  background-color: #423e34;
  color: #fff;
  font-size: 18px;
}

.table_box_pop table td {
  font-size: 18px;
  color: #b49a61;
  background-color: #1c1c1c;
}

.pop_txt {
  font-size: 18px;
  color: #f5e7c7;
  margin-top: 20px;
}