* {
  outline: none;
  font-family: "Hiragino Sans GB", "Microsoft YaHei";
}

.icon {
  background: url(../image/icon.png) no-repeat;
  display: inline-block;
}

.layout {
  position: relative;
  overflow: hidden;
  min-width: 1200px;
}
.center {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.center2 {
  width: 1800px;
  margin: 0 auto;
  position: relative;
}

.centering {
  position: absolute;
  width: 1920px;
  left: 50%;
  top: 0;
  margin-left: -960px;
}

.nav_top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 30;
  border-bottom: 1px solid #463d3c;
  height: 79px;
  background: rgba(0, 0, 0, 0.75);
}
.nav_top .logo {
  width: 127px;
  height: 50px;
  background: url(../img/n_logo.png) no-repeat;
  margin: 22px 22px 0 0;
  background-size: 100%;
}
.nav_top .cont {
  position: relative;
}
.nav_top .cont ul {
  height: 79px;
  line-height: 79px;
}
.nav_top .cont li {
  float: left;
  width: 90px;
  margin-right: 20px;
  text-align: center;
}
.nav_top .cont li a {
  color: #a8a8a9;
  display: block;
}
.nav_top .cont li.active a {
  color: #ffffff;
}
.nav_top .cont li a:hover {
  color: #ffffff;
}
.nav_top .cont i {
  position: absolute;
  width: 90px;
  height: 3px;
  background: #12a7eb;
  bottom: 0;
  left: 0;
}
.nav_top .language {
  width: 66px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #878a8c;
  border-radius: 15px;
  text-align: center;
  color: #a8a8a9;
  margin: 25px 10px 0 0;
}
.nav_top .language:hover {
  color: #fff;
}

.nav_more {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 29;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
}
.nav_more .cont {
  padding: 80px 0 0 149px;
}
.nav_more .cont a {
  color: #e0e0e0;
}
.nav_more .cont a i {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 6px;
}
.nav_more .cont a i.hot,
.nav_more .cont a i.new {
  background: url(../image/icon.png) no-repeat;
}
.nav_more .cont a i.new {
  background-position: -15px 0;
}
.nav_more .cont ul {
}
.nav_more .cont ul li {
  height: 38px;
  line-height: 38px;
  text-align: center;
}
.nav_more .cont ul li a:hover {
  color: #ffffff;
}
.nav_more .cont .ul_com {
  float: left;
  width: 90px;
  margin-right: 20px;
  padding-top: 1px;
  padding-bottom: 26px;
}
.nav_more .cont .ul_com_game {
  width: auto;
}
.nav_more .cont .ul_com_game ul {
  float: left;
  width: auto;
  margin-right: 16px;
}
.nav_more .cont .ul_com_game ul li {
  text-align: left;
}
.nav_more .cont .language {
  float: right;
  margin: 0;
  border-left: 1px solid #34363c;
  height: 190px;
}

.footer {
  background-color: #282f3e;
  color: #fff;
}
.footer p {
  color: #fff;
}
.footer .f_txt p a {
  color: #fff;
}

.assistant_pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.75;
  filter: alpha(opacity=75);
  z-index: 8000;
  display: none;
}
.assistant_leiting {
  width: 386px;
  height: 280px;
  background: #fdfdfd;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -140px 0 0 -193px;
  z-index: 9999;
  display: none;
}
.assistant_leiting .assistant_close {
  width: 48px;
  height: 45px;
  background: url(../image/sprite.png) -386px -630px no-repeat;
  position: absolute;
  top: 0;
  right: -60px;
  text-indent: -999em;
}
.assistant_leiting h3 {
  height: 46px;
  border-bottom: 1px solid #e5e5e5;
  background: #f5f5f5;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #2b6ac9;
  font-weight: 100;
}
.assistant_leiting p {
  font-size: 12px;
  line-height: 20px;
  width: 80%;
  margin: 15px auto;
}
.assistant_leiting img {
  width: 116px;
  height: 116px;
  position: absolute;
  top: 120px;
  left: 37px;
}
.assistant_ios {
  width: 176px;
  height: 53px;
  background: url(../image/sprite.png) -8px -623px no-repeat;
  position: absolute;
  top: 121px;
  left: 171px;
  text-indent: -999em;
}
.assistant_ios:hover {
  background: url(../image/sprite.png) -8px -683px no-repeat;
}
.assistant_android {
  width: 176px;
  height: 53px;
  background: url(../image/sprite.png) -197px -625px no-repeat;
  position: absolute;
  top: 183px;
  left: 171px;
  text-indent: -999em;
}
.assistant_android:hover {
  background: url(../image/sprite.png) -197px -684px no-repeat;
}

.lsh_dynamic {
  height: auto;
  width: 1205px;
  background-color: #ffffff;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 100px;
  box-sizing: border-box;
}
.lsh_dynamic_item {
  width: 100%;
  height: 116px;
  display: flex;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 20px 0 20px 10px;
}
.lsh_dynamic_item:hover {
  background-color: #e5e5e5;
}

.lsh_dynamic_item_left {
  width: 194px;
  height: 100%;
  margin-right: 42px;
}
.lsh_dynamic_item_left > img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.lsh_dynamic_item_right {
  flex: 1;
  height: 100%;
  padding-top: 16px;
  box-sizing: border-box;
}
.lsh_dynamic_item_right > p {
  font-size: 14px;
  font-size: #6a6a6a;
}

.lsh_news {
  height: auto;
  width: 1205px;
  background-color: #ffffff;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 100px;
  box-sizing: border-box;
}
.lsh_news_item {
  width: 100%;
  height: 116px;
  display: flex;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 20px 0 20px 10px;
}
.lsh_news_item:hover {
  background-color: #e5e5e5;
}

.lsh_news_item_left {
  width: 194px;
  height: 100%;
  margin-right: 42px;
}
.lsh_news_item_left > img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.lsh_news_item_right {
  flex: 1;
  height: 100%;
  padding-top: 5px;
  padding-right: 10px;
  box-sizing: border-box;
}
.lsh_news_item_right > p {
  font-size: 14px;
  font-size: #6a6a6a;
}

.lsh_game_nav {
  width: 100%;
  height: 75px;
  background-color: #ffffff;
  margin-bottom: 40px;
  border-radius: 10px;
  display: flex;
}
.lsh_game_nav_item {
  flex: 1;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #969696;
  cursor: pointer;
}
.lsh_game_nav_item > div {
  height: 72px;
  line-height: 72px;
  width: auto;
  display: inline-block;
  border-bottom: 4px solid #ffffff;
  box-sizing: border-box;
}

.lsh_game_nav_item > div.active {
  border-bottom: 4px solid #e9464b;
  color: #e9464b;
}

.lsh_story_p {
  height: 60px;
  width: 100%;
  color: #86878c;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
}
.lsh_story_p > span {
  margin: 0 20px;
}

.lsh_story_ul {
  width: 1200px;
  height: 428px;
  margin: 0 auto;
  margin-top: 15px;
}
.lsh_story_ul > li {
  height: 100%;
  width: 285px;
  background-color: #858c96;
  float: left;
  margin-right: 20px;
}
.lsh_story_ul > li:last-child {
  margin-right: 0;
}
.lsh_story_ul > li > img {
  width: 100%;
  height: 352px;
}
.lsh_story_ul > li > div {
  width: 100%;
  height: 76px;
  background-color: #303135;
}
.lsh_story_ul > li > div > p {
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 24px;
  color: #9e9fa1;
}
.lsh_story_ul > li > div > p:first-child {
  font-size: 28px;
  color: #ffffff;
}
.lsh_story_center {
  width: 1200px;
  height: auto;
  overflow: hidden;
  padding: 50px 0;
  margin: 0 auto;
  display: flex;
}
.lsh_story_center_left {
  width: 470px;
}
.lsh_story_center_title {
  height: 80px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.lsh_story_center_title_quan {
  position: absolute;
  top: 0;
  right: -9px;
  width: 20px;
  height: 30px;
  background-color: #ffffff;
  padding: 5px 0;
  box-sizing: border-box;
}
.lsh_story_center_title_quan > span {
  height: 100%;
  width: 100%;
  border: 2px solid #2fc5f7;
  border-radius: 50%;
  display: block;
}
.lsh_story_center_left_title {
  border-right: 2px solid #b8b8b8;
  padding-right: 34px;
}
.lsh_story_center_left_title > p {
  text-align: right;
  font-size: 28px;
  color: #2fc5f7;
}
.lsh_story_center_right {
  flex: 1;
}
.lsh_story_center_txt {
  height: 100px;
  font-size: 24px;
  line-height: 100px;
}
.lsh_story_center_left_txt {
  text-align: right;
  padding-right: 34px;
  color: #2fc5f7;
  border-right: 2px solid #b8b8b8;
}
.lsh_story_center_right_txt {
  text-align: left;
  padding-left: 34px;
  color: #9a9a9a;
}

.bottom-line {
  border-bottom: 2px solid #ccc;
}
