@charset "UTF-8";
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-family:
    -apple-system,
    Microsoft Yahei,
    sans-serif,
    宋体;
  font-size: 14px;
  line-height: 1.42857143;
}
body {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border-style: none;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
a:active,
a:hover {
  outline-width: 0;
}
.clearfix {
  zoom: 1;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.layout-footer {
  background: #1e1f25;
}
.layout-footer__container {
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  width: 1500px;
}
.layout-footer__logo {
  margin-bottom: 10px;
}
.layout-footer__logo img {
  height: 47px;
  width: 161px;
}
.layout-footer__nav {
  font-size: 0;
}
.layout-footer__nav .item {
  color: gray;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
}
.layout-footer__nav .item:not(:last-child):after {
  background: gray;
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -2px;
  width: 1px;
}
.layout-footer__text {
  color: gray;
  font-size: 14px;
  line-height: 28px;
}
.layout-footer__line {
  background: #414141;
  height: 2px;
  margin: 16px 0;
}
.layout-footer__link {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
}
.layout-footer__link,
.layout-footer__link .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout-footer__link .item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #363639;
  border-radius: 4px;
  height: 56px;
  padding: 0 12px;
  width: 250px;
}
.layout-footer__link .item-img {
  height: 32px;
  margin-right: 12px;
  width: 32px;
}
.layout-footer__link .item-cont {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.layout-footer__link .item-cont .item-text {
  color: #ccc;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-footer__link .item-cont .item-text2 {
  color: #9e9e9e;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-footer__qr {
  position: absolute;
  right: 0;
  top: 50px;
}
.layout-footer__qr .qr-text1 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}
.layout-footer__qr .qr-img {
  border-radius: 4px;
  display: block;
  height: 120px;
  margin: auto;
  width: 120px;
}
.layout-footer__qr .qr-text2 {
  color: #ccc;
  font-size: 12px;
  margin-top: 12px;
  text-align: center;
}
.layout-footer a:hover {
  color: #fff !important;
}
body {
  background-color: #000;
  font-size: 14px;
  min-width: 1600px;
}
.container {
  margin: auto;
  width: 1228px;
}
.header,
.header__placeholder {
  height: 90px;
}
.header__container {
  background: #fff;
  height: 90px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
.header__container .container {
  height: 100%;
}
.header__logo {
  float: left;
  height: 77px;
  margin-left: 8px;
  margin-top: 7px;
}
.header__nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  height: 100%;
  padding-top: 25px;
}
.header__nav__item {
  color: #ac7536;
  display: block;
  float: left;
  height: 100%;
  margin-left: 64px;
  min-width: 64px;
  position: relative;
  text-align: center;
}
.header__nav__item:first-child {
  margin-left: 0;
}
.header__nav__item.is-active,
.header__nav__item:hover {
  color: #dba616;
}
.header__nav__item.is-active:before,
.header__nav__item:hover:before {
  background: #eeb315;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 64px;
}
.header__nav__item.is-active:after,
.header__nav__item:hover:after {
  border-bottom: 6px solid #eeb315;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: 4px;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
}
.header__nav__cn {
  font-size: 18px;
  line-height: 1;
}
.header__nav__en {
  font-size: 12px;
  line-height: 1;
  margin-top: 15px;
}
.fixed-nav {
  background: url(https://storage.4ggpk.com/wmcm/right_nav_bg.png) no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 374px;
  padding: 110px 0 0;
  position: fixed;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 328px;
  z-index: 999;
}
.fixed-nav .nav-item {
  cursor: pointer;
  height: 64px;
  padding-left: 108px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed-nav .nav-item .nav-item-btn {
  font-size: 0;
  line-height: 64px;
  padding-left: 30px;
  position: relative;
}
.fixed-nav .nav-item .nav-item-btn img {
  position: absolute;
  right: 200px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fixed-nav .nav-item .nav-item-btn span {
  color: #fff1ca;
  font-size: 16px;
}
.fixed-nav .nav-item .nav-item-btn .icon-sel {
  display: none;
}
.fixed-nav .nav-item .qrcode {
  background: url(https://storage.4ggpk.com/wmcm/right_nav_popup.png) no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 249px;
  opacity: 0;
  padding-right: 12px;
  pointer-events: none;
  position: absolute;
  right: 200px;
  top: -35px;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 208px;
}
.fixed-nav .nav-item .qrcode img {
  display: block;
  height: 130px;
  margin: 27px auto 0;
  width: 130px;
}
.fixed-nav .nav-item .qrcode .qrcode-title {
  color: #ffe8d3;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-top: 30px;
  text-align: center;
}
.fixed-nav .nav-item .qrcode .qrcode-brief {
  color: #e9d0ba;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-top: 10px;
  text-align: center;
}
.fixed-nav .nav-item:hover .nav-item-btn span {
  color: #ffd543;
}
.fixed-nav .nav-item:hover .nav-item-btn .icon-sel {
  display: inline-block;
}
.fixed-nav .nav-item:hover .nav-item-btn .icon-nor {
  display: none;
}
.fixed-nav .nav-item:hover .qrcode {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.dt {
  margin: auto;
  width: 1449px;
}
.dbox {
  background-image: url(https://storage.4ggpk.com/wmcm/dt1.png), url(https://storage.4ggpk.com/wmcm/dt3.png);
  background-position:
    top,
    bottom,
    0 0;
  background-repeat: no-repeat, no-repeat;
  min-height: 800px;
  position: relative;
}
.dbox:after {
  background-image: url(https://storage.4ggpk.com/wmcm/dt2.png);
  background-repeat: repeat-y;
  bottom: 131px;
  content: "";
  left: 0;
  position: absolute;
  top: 462px;
  width: 100%;
}
.dbox .dbox-main {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.dbox .news-head {
  height: 54px;
  margin: 50px 96px 6px;
  overflow: hidden;
  position: relative;
}
.dbox .news-head .news-nav {
  left: 0;
  position: absolute;
  top: 0;
}
.dbox .news-head .news-nav__item {
  background-image: url(https://storage.4ggpk.com/wmcm/btn-news.png);
  background-position: top 0;
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
  height: 53px;
  margin-right: 2px;
  text-indent: -9999px;
  width: 121px;
}
.dbox .news-head .news-nav__item--hot {
  background-position: top 0 center;
}
.dbox .news-head .news-nav__item--hot.is-active {
  background-position: top -53px center;
}
.dbox .news-head .news-nav__item--news {
  background-position: top -106px center;
}
.dbox .news-head .news-nav__item--news.is-active {
  background-position: top -159px center;
}
.dbox .news-head .news-nav__item--activity {
  background-position: top -212px center;
}
.dbox .news-head .news-nav__item--activity.is-active {
  background-position: top -265px center;
}
.dbox .news-head .news-nav__item--media {
  background-position: top -318px center;
}
.dbox .news-head .news-nav__item--media.is-active {
  background-position: top -371px center;
}
.dbox .news-head .news-nav__item--community {
  background-position: top -424px center;
}
.dbox .news-head .news-nav__item--community.is-active {
  background-position: top -477px center;
}
.dbox .news-head__pos {
  bottom: 0;
  color: #bfbfbf;
  font-family: SIMSun;
  font-size: 14px;
  line-height: 54px;
  max-width: 480px;
  overflow: hidden;
  position: absolute;
  right: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dbox .news-head__pos a:hover {
  color: #fff;
}
.dbox .news-main {
  padding: 16px 128px 48px;
}
.dbox .news-main .news-list {
  padding-top: 8px;
}
.dbox .news-main .news-list .news-item {
  color: #ffe7c0;
  font-size: 18px;
  line-height: 36px;
  position: relative;
}
.dbox .news-main .news-list .news-item__text {
  display: block;
  overflow: hidden;
  padding-right: 112px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dbox .news-main .news-list .news-item__text.is-red {
  color: #ff1345;
}
.dbox .news-main .news-list .news-item__text.is-yellow {
  color: #ffa421;
}
.dbox .news-main .news-list .news-item__date {
  position: absolute;
  right: 0;
  top: 0;
}
.dbox .news-main .news-list a:hover {
  text-decoration: underline;
}
.dbox .news-main .html-content {
  color: #ffe7c0;
  overflow: hidden;
}
.dbox .news-main .html-content img {
  max-width: 100%;
}
.pages {
  font-size: 0;
  padding: 45px 0 25px;
  text-align: center;
}
.pages .page_count {
  margin-right: 4px;
}
.pages .page_count,
.pages .page_num {
  color: #ffa60b;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
.pages .page_num {
  background: transparent;
  border: 1px solid #ffa60b;
  margin: 0 5px;
  padding: 0 9px;
}
.pages .page_num.page_act,
.pages .page_num:hover {
  background: #ffa60b;
  color: #fff;
}
.pages .page_num.disabled,
.pages .page_num.page_act {
  cursor: not-allowed;
  pointer-events: none;
}
.pages .page_num.disabled {
  border-color: #ccc;
  color: #ccc;
}
.no-data {
  color: #ffe7c0;
  font-size: 14px;
  line-height: 38px;
  padding: 45px 0 25px;
  text-align: center;
}
.main {
  background-color: #211312;
  background-image: url(https://storage.4ggpk.com/wmcm/bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 120px;
  padding-top: 39.453125%;
}
.news-links {
  margin: auto;
  width: 1426px;
}
.news-links .news {
  background-image: url(https://storage.4ggpk.com/wmcm/k1.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  float: left;
  height: 462px;
  position: relative;
  width: 1116px;
}
.news-links .news-head {
  height: 54px;
  left: 96px;
  position: absolute;
  right: 96px;
  top: 50px;
}
.news-links .news-head .news-nav {
  left: 0;
  position: absolute;
  top: 0;
}
.news-links .news-head .news-nav__item {
  background-image: url(https://storage.4ggpk.com/wmcm/btn-news.png);
  background-position: top 0;
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
  height: 53px;
  margin-right: 2px;
  text-indent: -9999px;
  width: 121px;
}
.news-links .news-head .news-nav__item--hot {
  background-position: top 0 center;
}
.news-links .news-head .news-nav__item--hot.is-active {
  background-position: top -53px center;
}
.news-links .news-head .news-nav__item--news {
  background-position: top -106px center;
}
.news-links .news-head .news-nav__item--news.is-active {
  background-position: top -159px center;
}
.news-links .news-head .news-nav__item--activity {
  background-position: top -212px center;
}
.news-links .news-head .news-nav__item--activity.is-active {
  background-position: top -265px center;
}
.news-links .news-head .news-nav__item--media {
  background-position: top -318px center;
}
.news-links .news-head .news-nav__item--media.is-active {
  background-position: top -371px center;
}
.news-links .news-head .news-nav__item--community {
  background-position: top -424px center;
}
.news-links .news-head .news-nav__item--community.is-active {
  background-position: top -477px center;
}
.news-links .news-head__more {
  bottom: 0;
  color: #bfbfbf;
  font-family: SIMSun;
  font-size: 18px;
  line-height: 1.2;
  position: absolute;
  right: 0;
}
.news-links .news-head__more sup {
  font-size: 12px;
  opacity: 0.5;
}
.news-links .news-head__more:hover {
  color: #fff;
}
.news-links .news-main {
  bottom: 26px;
  left: 106px;
  overflow: hidden;
  position: absolute;
  right: 106px;
  top: 119px;
}
.news-links .news-main ::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.news-links .news-main ::-webkit-scrollbar-track {
  background-color: transparent;
}
.news-links .news-main ::-webkit-scrollbar-thumb {
  background-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 4px;
}
.news-links .news-main .news-content {
  display: none;
  height: 100%;
  overflow: auto;
}
.news-links .news-main .news-content:first-child {
  display: block;
}
.news-links .news-main .news-content .news-top {
  border-bottom: 1px solid #a0948d;
  padding-bottom: 8px;
  position: relative;
}
.news-links .news-main .news-content .news-top__title {
  color: #2aff00;
  display: block;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-links .news-main .news-content .news-top__desc {
  color: #ffba00;
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
.news-links .news-main .news-content .news-list {
  padding-top: 8px;
}
.news-links .news-main .news-content .news-list .news-item {
  color: #ffe7c0;
  font-size: 16px;
  line-height: 30px;
  position: relative;
}
.news-links .news-main .news-content .news-list .news-item__text {
  display: block;
  overflow: hidden;
  padding-right: 112px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-links .news-main .news-content .news-list .news-item__text.is-red {
  color: #ff1345;
}
.news-links .news-main .news-content .news-list .news-item__text.is-yellow {
  color: #ffa421;
}
.news-links .news-main .news-content .news-list .news-item__date {
  position: absolute;
  right: 0;
  top: 0;
}
.news-links .news-main .news-content a:hover {
  text-decoration: underline;
}
.news-links .links {
  background-image: url(https://storage.4ggpk.com/wmcm/k0.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  float: right;
  height: 428px;
  margin-top: 34px;
  padding-top: 26px;
  width: 303px;
}
.news-links .links__down {
  background-image: url(https://storage.4ggpk.com/wmcm/btn-down.png);
  background-position: top 0;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 101px;
  margin: auto;
  text-indent: -9999px;
  width: 252px;
}
.news-links .links__down:hover {
  background-position: top -101px center;
}
.news-links .links__sub {
  margin-top: 3px;
}
.news-links .links__sub-item {
  background-image: url(https://storage.4ggpk.com/wmcm/btn-link.png);
  background-position: top 0;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 64px;
  margin: 0 auto 7px;
  text-indent: -9999px;
  width: 256px;
}
.news-links .links__sub-item.is-zhzc {
  background-position: top 0 center;
}
.news-links .links__sub-item.is-zhzc:hover {
  background-position: top -64px center;
}
.news-links .links__sub-item.is-aqzx {
  background-position: top -128px center;
}
.news-links .links__sub-item.is-aqzx:hover {
  background-position: top -192px center;
}
.news-links .links__sub-item.is-zxcz {
  background-position: top -256px center;
}
.news-links .links__sub-item.is-zxcz:hover {
  background-position: top -320px center;
}
.news-links .links__sub-item.is-lxwm {
  background-position: top -384px center;
}
.news-links .links__sub-item.is-lxwm:hover {
  background-position: top -448px center;
}
.news-intro {
  background-image: url(https://storage.4ggpk.com/wmcm/k2.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 1408px 100%;
  height: 437px;
  margin: auto;
  overflow: hidden;
  padding-left: 48px;
  padding-top: 94px;
  width: 1426px;
}
.news-intro img {
  float: left;
  margin-right: -5px;
}
.news-intro img:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.intro {
  height: 352px;
  margin: 34px auto 0;
  position: relative;
  width: 1526px;
}
.intro img {
  position: absolute;
  right: 0;
  top: 0;
}
.special-equipment {
  background-image: url(https://storage.4ggpk.com/wmcm/k5.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 664px;
  margin: 2px auto 0;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
  width: 1413px;
}
.special-equipment img {
  left: 28px;
  position: absolute;
  top: 91px;
}
.pics-notice {
  margin: auto;
  position: relative;
  width: 1412px;
}
.pics-notice .pics {
  background-image: url(https://storage.4ggpk.com/wmcm/k3.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  float: left;
  height: 389px;
  position: relative;
  width: 1132px;
}
.pics-notice .pics .pics-list {
  height: 240px;
  left: 32px;
  padding: 0 28px;
  position: absolute;
  right: 20px;
  top: 118px;
}
.pics-notice .pics .pics-list .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 240px;
  overflow: hidden;
  position: relative;
  width: 280px;
}
.pics-notice .pics .pics-list .pics-item {
  cursor: pointer;
  height: 100%;
  position: relative;
  width: 100%;
}
.pics-notice .pics .pics-list .pics-item__thumb {
  background: #000;
  border: 1px solid #ffeca8;
  height: 210px;
  overflow: hidden;
  position: relative;
}
.pics-notice .pics .pics-list .pics-item__thumb img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.pics-notice .pics .pics-list .pics-item p {
  color: #fff1ca;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}
.pics-notice .pics .pics-list .pics-item:hover .pics-item__thumb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.pics-notice .pics .pics-list .pics-item:hover p {
  color: #f22;
}
.pics-notice .pics .pics-list .swiper-btn-prev {
  background: url(https://storage.4ggpk.com/wmcm/sw-lf.png) no-repeat 50%;
  cursor: pointer;
  height: 51px;
  left: 5px;
  position: absolute;
  top: 84px;
  width: 18px;
  z-index: 1;
}
.pics-notice .pics .pics-list .swiper-btn-next {
  background: url(https://storage.4ggpk.com/wmcm/sw-rt.png) no-repeat 50%;
  cursor: pointer;
  height: 51px;
  position: absolute;
  right: 5px;
  top: 84px;
  width: 18px;
  z-index: 1;
}
.pics-notice .notice {
  background-image: url(https://storage.4ggpk.com/wmcm/k4.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  float: right;
  height: 354px;
  margin-top: 35px;
  width: 268px;
}
