@charset "UTF-8";
/*-----------------------------------------------------------------------------------

/*--- 分割线---*/
a, button {
  display: inline-block;
}


/*--- 版面宽度---*/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/*--- Common Classes---*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.section, .main-wrapper {
  float: left;
  width: 100%;
}

.container.container-1520 {
  max-width: 1820px;
}

/*-- 导航背景色--*/

.bg-black {
  background-color: #081b1f !important;
}
/*-- Page Banner --*/
.page-banner-1 {
  width: 100%;
  height: 780px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
/*-- Page Banner --*/
.page-banner-2 {
  width: 100%;
  height: 380px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
/*-- Page Banner --*/
.page-banner-3 {
  width: 100%;
  height: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
/*-- Page Banner --*/
.page-banner-4 {
  width: 100%;
  height: 380px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

/*-- Default Header --*/
.default-header.menu-right > .container > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

/*-- Default Header --*/
.default-header.menu-right > .container > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}


/*-- Header Logo --*/

.logo a {
  display: inline-block;
}
.logo a img {
  max-width: 60%;
}

/*-- Header Search --*/
.header-right-wrap ul {
  text-align: right;
}


.header-right-wrap ul li {
  display: inline-block;
  margin-right: 25px;
}

.header-right-wrap ul li:last-child {
  margin-right: 0;
}
.header-right-wrap ul li a {
  font-size: 20px;
  line-height: 30px;
  display: block;
  padding: 30px 0;
  font-family: "Qanto";
  color: #9f9f9f;
}
.header-right-wrap ul li a:hover {
  color: #ffffff;
}

.header-search-form {
  position: relative;
  z-index: 999;
}

.header-search-toggle {
  background-color: transparent;
  border: none;
  color: #252525;
  padding: 0;
  line-height: 1;
  width: 30px;
  height: 30px;
}
.header-search-toggle i {
  font-size: 24px;
}
.header-search-toggle.open i {
  font-size: 24px;
}

/*-- 导航 --*/
.main-menu.menu-style-2 ul li a {
  line-height: 30px;
}
.main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-menu > ul > li {
  margin-right: 65px;
  position: relative;
}
.main-menu > ul > li:last-child {
  margin-right: 0;
}
.main-menu > ul > li > a {
  font-size: 20px;
  line-height: 70px;
  font-weight: 400;
  letter-spacing: 0.25px;
  font-family: "Qanto";
  color: #ffffff;
  display: block;
  padding: 30px 0;
  position: relative;
  text-transform: capitalize;
}

.main-menu > ul > li.has-dropdown > a::after {
  content: "";
  font-family: Fontawesome;
  line-height: 30px;
  margin-left: 3px;
}
.main-menu > ul > li.active > a, .main-menu > ul > li:hover > a {
  color: #f64140;
}
.main-menu > ul > li:hover > .sub-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.main-menu > ul > li:hover > .mega-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.main-menu > ul > li:last-child .sub-menu {
  left: auto;
  right: 0;
}
.main-menu > ul > li:last-child .sub-menu .sub-menu .sub-menu {
  left: 100%;
  right: auto;
}
.main-menu > ul > li:last-child .sub-menu .sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}
.main-menu > ul > li:nth-last-child(-n+3) .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}
.main-menu > ul > li:nth-last-child(-n+3) .sub-menu .sub-menu .sub-menu {
  left: 100%;
  right: auto;
}

/*-- 导航 --*/
.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  margin-left: -20px;
  margin-top: 30px;
  padding: 20px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 210px;
  z-index: -99;
  opacity: 0;
  visibility: hidden;
}
.sub-menu li {
  margin-bottom: 5px;
  position: relative;
}
.sub-menu li:last-child {
  margin-bottom: 0;
}
.sub-menu li a {
  letter-spacing: 0.25px;
  font-family: "Qanto";
  color: #151515;
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  padding: 0 20px;
}

  /*---- Menu Expand For Sub Menu ----*/
}
.mobile-menu .mean-bar .mean-nav > ul li a::after {
  display: none;
}

/*---------------------------------------
     相册
-----------------------------------------*/
.single-gallery {
  overflow: hidden;
}
.single-gallery .gallery-image {
  position: relative;
}
.single-gallery .gallery-image a {
  display: block;
}
.single-gallery .gallery-image a img {
  width: 100%;
  -webkit-transition: all 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.single-gallery .gallery-image .gallery-hover {
  position: absolute;
  bottom: -68px;
  width: 100%;
  padding: 20px 20px;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-gallery .gallery-image .gallery-hover h4 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
  color: #ffffff;
  display: inline-block;
}

.single-gallery:hover .gallery-hover {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.single-gallery:hover .gallery-image img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

/*-- Footer Widget --*/
.footer-widget .footer-nav ul {
  text-align: center;
}
.footer-widget .footer-nav ul li:last-child {
  margin-right: 0;
}
.footer-widget .footer-nav ul li a {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  display: block;
  font-family: "Qanto";
}
.footer-widget .footer-nav ul li a:hover {
  color: #f64140;
}


/*---------------------------------------
     底部广告
-----------------------------------------*/
.news-latter-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url(images/icon-grade.png);
  background-position: right;
  background-repeat: no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 0.05);
}
.news-latter-area .news-latter-box {
  padding: 60px 65px;
}
.news-latter-area .news-latter-box h3 {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 40px;
}
.news-latter-area .news-latter-box h3 span.color-red {
  color: #f64140;
}
.news-latter-area .news-latter-box h3 span.color-blue {
  color: #061da4;
}

.news-latter-area .news-latter-box form input {
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  color: #6b6b6b;
  border: none;
  border-bottom: 1px solid #061da4;
  width: 100%;
  background-color: transparent;
}
.news-latter-area .news-latter-banner-image {
  margin-top: -50px;
  margin-bottom: -30px;
}



.news-latter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url(images/icon-grade.png);
  background-position: right;
  background-repeat: no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 0.05);
}
.news-latter .news-latter-box {
  padding: 60px 65px;
}
.news-latter .news-latter-box h3 {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 40px;
}
.news-latter .news-latter-box h3 span.color-red {
  color: #000000;
}
.news-latter .news-latter-box h3 span.color-blue {
  color: #061da4;
}

.news-latter .news-latter-box form input {
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  color: #6b6b6b;
  border: none;
  border-bottom: 1px solid #061da4;
  width: 100%;
  background-color: transparent;
}
.news-latter .news-latter-banner-image {
  margin-top: -50px;
  margin-bottom: -30px;
}

/*-- Footer Bottom --*/
.footer-bottom {
  padding-top: 20px;
  padding-bottom: 25px;
  border-top: 1px solid #5e6bb7;
}
.footer-bottom.border-color {
  border-color: #6c7676;
}

/*-- Copyright --*/
.copyright p {
  font-size: 18px;
  line-height: 30px;
  color: #d8d8d8;
  font-weight: 300;
  color: #c4c2c2;
}
/*-- 附加模块-新服推荐--*/
.serverMain{width: 534px; height: 186px; background: url(http://www.xsyin.com/nage/images/serverbg.png) no-repeat 0 0; position: absolute; right: 30px; top: 585px; z-index: 1000;}
.serverdownload{width: 352px; height: 768px; background: url(http://www.xsyin.com/nage/images/game00.jpg) no-repeat 0 0; position: absolute; right: 148px; top: 948px; z-index: 1000;}
