@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  position: relative;
  height: 100%;
  font-family: 'Microsoft YaHei', 微软雅黑, Arial, Tahoma;
}

body {
  background: #fff;
  color: #333;
  font-size: 14px;
}

ul,
li,
dl,
dd,
dt {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
em,
i {
  font-style: normal;
}

img {
  border: none;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.ms-controller {
  visibility: hidden;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.header {
  background: #110f25;
  position: relative;
  min-width: 1200px;
}
.header.fp-auto-height {
  min-width: 0;
}
.header .center-wrap {
  width: 100%;
  height: 105px;
  position: relative;
  margin: 0 auto;
}
.header .center-wrap .logo {
  display: block;
  float: left;
  font-size: 0;
  background: url("../images/logo.png") no-repeat;
  width: 120px;
  height: 56px;
  margin-top: 24.5px;
  margin-left: 64px;
}
.header .center-wrap ul.nav {
  width: 760px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -380px;
}
.header .center-wrap ul.nav li {
  float: left;
  width: 190px;
  height: 105px;
}
.header .center-wrap ul.nav li a {
  font-size: 18px;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.header .center-wrap ul.nav li a i {
  background: url("../images/nav-cur.png") no-repeat;
  width: 8px;
  height: 17px;
  position: absolute;
  top: 44px;
  left: 36px;
  display: none;
}
.header .center-wrap ul.nav li a span {
  color: #fff;
  line-height: 105px;
  margin-left: 15px;
  text-align: center;
}
.header .center-wrap ul.nav li a em {
  background: #f5ac3c;
  width: 1px;
  height: 10px;
  display: block;
  float: right;
  margin-top: 47.5px;
}
.header .center-wrap ul.nav li a:hover i, .header .center-wrap ul.nav li a.active i {
  display: block;
}
.header .center-wrap ul.nav li a:hover span, .header .center-wrap ul.nav li a.active span {
  color: #f5ac3c;
}
.header .center-wrap .menu {
  float: right;
  margin-right: 68px;
  height: 105px;
}
.header .center-wrap .menu a {
  display: block;
  height: 100%;
  width: 100%;
  color: #fff;
}
.header .center-wrap .menu a i {
  display: inline-block;
  background: url("../images/ico-game.png");
  width: 37px;
  height: 31px;
  vertical-align: sub;
}
.header .center-wrap .menu a span {
  font-size: 18px;
  line-height: 105px;
  margin: 0 25px 0 12px;
}
.header .center-wrap .menu a em {
  display: inline-block;
  background: url("../images/menu.png");
  width: 16px;
  height: 15px;
  vertical-align: sub;
}

.menu-list {
  width: 851px;
  background: url("../images/menu-bg.png");
  height: 408px;
  position: absolute;
  top: -408px;
  right: 0;
  z-index: 20;
}
.menu-list .close-btn {
  position: absolute;
  background: url("../images/nav-close.png");
  width: 47px;
  height: 48px;
  top: 34px;
  right: 127px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.menu-list .close-btn:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.menu-list h2 {
  font-size: 0;
  height: 105px;
  background: url("../images/title.png") no-repeat 94px 36px;
}
.menu-list .list {
  width: 100%;
}
.menu-list .list .left {
  float: left;
  width: 400px;
}
.menu-list .list .left ul li {
  margin-left: 99px;
}
.menu-list .list .right {
  float: left;
  width: 451px;
}
.menu-list .list .right .title {
  padding-left: 0;
}
.menu-list .list .title {
  height: 40px;
  background: #201c4a;
  color: #f5ac3c;
  font-size: 18px;
  line-height: 40px;
  padding-left: 98px;
}
.menu-list .list .title em {
  width: 3px;
  height: 18px;
  background: #f5ac3c;
  display: inline-block;
  vertical-align: sub;
  margin-right: 33px;
}
.menu-list .list ul {
  margin-top: 30px;
}
.menu-list .list ul li {
  float: left;
  width: 300px;
  border-left: 1px solid #4d4397;
  border-right: 1px solid #4d4397;
  height: 198px;
}
.menu-list .list ul li a {
  display: block;
  text-align: left;
  font-size: 14px;
  color: #fff;
  line-height: 29px;
  padding-left: 40px;
}
.menu-list .list ul li a:hover {
  color: #f5ac3c;
}

.second-nav {
  height: 74px;
  border-top: 1px solid #f5ac3c;
  background: #110f25;
  width: 100%;
  min-width: 1200px;
}
.second-nav ul {
  width: 600px;
  overflow: hidden;
  margin: 0 auto;
}
.second-nav ul li {
  float: left;
  width: 200px;
  height: 100%;
}
.second-nav ul li a {
  font-size: 18px;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.second-nav ul li a i {
  background: url("../images/nav-cur.png") no-repeat;
  width: 8px;
  height: 17px;
  position: absolute;
  top: 28px;
  left: 36px;
  display: none;
}
.second-nav ul li a span {
  color: #fff;
  line-height: 74px;
  margin-left: 15px;
  text-align: center;
}
.second-nav ul li a:hover i, .second-nav ul li a.active i {
  display: block;
}
.second-nav ul li a:hover span, .second-nav ul li a.active span {
  color: #f5ac3c;
}
.second-nav.injoyport ul {
  width: 1000px;
}

@media screen and (max-width: 1024px) {
  .header .center-wrap .logo {
    margin-left: 15px;
  }
  .header .center-wrap ul.nav.index {
    width: 600px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -300px;
  }
  .header .center-wrap ul.nav.index li {
    float: left;
    width: 150px;
    height: 105px;
  }
  .header .center-wrap ul.nav.index li a {
    font-size: 18px;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
  }
  .header .center-wrap ul.nav.index li a i {
    background: url("../images/nav-cur.png") no-repeat;
    width: 8px;
    height: 17px;
    position: absolute;
    top: 44px;
    left: 36px;
    display: none;
  }
  .header .center-wrap ul.nav.index li a span {
    color: #fff;
    line-height: 105px;
    margin-left: 15px;
    text-align: center;
  }
  .header .center-wrap ul.nav.index li a em {
    background: #f5ac3c;
    width: 1px;
    height: 10px;
    display: block;
    float: right;
    margin-top: 47.5px;
  }
  .header .center-wrap ul.nav.index li a:hover i, .header .center-wrap ul.nav.index li a.active i {
    display: block;
  }
  .header .center-wrap ul.nav.index li a:hover span, .header .center-wrap ul.nav.index li a.active span {
    color: #f5ac3c;
  }
  .header .center-wrap .menu {
    margin-right: 15px;
  }
}
.footer {
  background: #110f25;
  border-top: 1px solid #4d4397;
  min-width: 1200px;
}
.footer .foot {
  height: 140px;
  width: 850px;
  overflow: hidden;
  margin: 0 auto;
}
.footer .foot h3 {
  float: left;
  margin-top: 42px;
}
.footer .foot h3 a {
  display: block;
  background: url("../images/logo.png");
  width: 120px;
  height: 56px;
}
.footer .foot .copyright {
  color: #fff;
  float: right;
  width: 650px;
  font-size: 12px;
  line-height: 18px;
  margin-top: 45px;
}
.footer .foot .copyright h2 {
  font-size: 12px;
  font-weight: normal;
}

.contain {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.news-title {
  background: url("../images/news-title.png") no-repeat center top;
  height: 400px;
  min-width: 1200px;
}

.main {
  background: url("../images/news-bg.jpg") no-repeat center top;
  height: 1397px;
  padding-top: 65px;
  min-width: 1200px;
}
.main .focus-news {
  width: 1200px;
  height: 400px;
  position: relative;
}
.main .focus-news i {
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/hot.png") no-repeat;
  width: 40px;
  height: 22px;
}
.main .focus-news p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #eff0f1;
  font-size: 14px;
  line-height: 65px;
}
.main .focus-news p span {
  font-size: 24px;
  padding-left: 15px;
}
.main .other-news {
  margin-top: 73px;
}
.main .other-news ul li {
  float: left;
  margin-bottom: 45px;
  margin-right: 22.5px;
}
.main .other-news ul li a {
  display: block;
  width: 385px;
  height: 250px;
  color: #575757;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: url("../images/news-box.png") no-repeat;
}
.main .other-news ul li a h2 {
  font-size: 18px;
  font-weight: bold;
  padding-top: 23px;
  text-align: center;
}
.main .other-news ul li a .content {
  padding: 0 36px;
  color: #626262;
  line-height: 24px;
  font-size: 12px;
}
.main .other-news ul li a .content p {
  text-indent: 24px;
}
.main .other-news ul li a .time {
  text-align: center;
  margin: 15px 0 12px;
}
.main .other-news ul li a:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.main .other-news ul li.mr0 {
  margin-right: 0;
}

.bodybg {
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 21;
}

.news-layer {
  display: none;
  z-index: 22;
  width: 956px;
  height: 560px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -478px;
  margin-top: -280px;
  background: url("../images/news-layer.png") no-repeat;
}
.news-layer a.layer-close {
  position: absolute;
  top: 60px;
  right: -61px;
  background: url("../images/layer-close.png");
  width: 47px;
  height: 48px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.news-layer a.layer-close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.news-layer .layer-main {
  color: #575757;
  font-size: 14px;
  padding: 120px 73px 0;
}
.news-layer .layer-main h2 {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
}
.news-layer .layer-main h2 em {
  display: block;
  width: 185px;
  height: 1px;
  background: #f5ac3c;
  margin: 9px auto 0;
}
.news-layer .layer-main .time {
  text-align: center;
  margin: 5px 0 10px;
}
.news-layer .layer-main .content {
  margin-top: 10px;
  width: 810px;
  height: 320px;
  overflow-y: auto;
  line-height: 24px;
}
.news-layer .layer-main .content p {
  text-indent: 24px;
}
.news-layer .layer-main .content h2 {
  margin-top: 30px;
  margin-bottom: 5px;
  text-align: left;
  font-size: 14px;
}

._mCS_1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fbce8c;
}
