.top_box {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.container {
  width: 100%;
  overflow: hidden;
}
.n_banner {
  display: block;
  width: 100%;
  min-width: 1300px;
  line-height: 0;
}
.n_item {
  width: 100%;
  margin-top: 100px;
}
.n_item h1 {
  font-size: 36px;
  font-weight: bold;
  color: #0c0e22;
  text-align: center;
  margin: 26px 0 50px 0;
}
.n_item ul {
  width: 100%;
  min-height: 510px;
  margin: 0 auto;
  display: none;
}
.n_item ul.active {
  display: block;
}
.n_item ul li {
  overflow: hidden;
  height: 170px;
  transition: all 0.2s;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
}
.n_item ul li:first-child {
  border-top: 1px solid #e5e5e5;
}
.n_item ul li:hover {
  cursor: pointer;
  background: #ededed;
}
.n_item ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.n_item ul li div {
  width: 750px;
  margin: 0 auto;
  margin: 40px auto 20px auto;
}
.n_item ul li div label {
  display: inline-block;
  width: 60px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  color: #cda93a;
  border: 1px solid #cda93a;
}
.n_item ul li div span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #444444;
  margin: 0 30px;
}
.n_item ul li div p {
  display: inline-block;
  width: 500px;
  height: 30px;
  font-size: 20px;
  color: #444444;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
}
.n_item ul li p {
  width: 750px;
  margin: 20px auto 0 auto;
  padding: 0 0 0 80px;
  box-sizing: border-box;
  font-size: 14px;
  color: #7d7d7d;
}
.n_item .n_list_page {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
}
.n_item .n_list_page button {
  width: 70px;
  height: 26px;
  padding: 0;
  font-size: 14px;
  color: #383838;
  border: 1px solid #383838;
  background: transparent;
  line-height: 26px;
}
.n_item .n_list_page button:hover {
  cursor: pointer;
}
.n_item .n_list_page button.no_click {
  color: #cac8c8;
  border: 1px solid #cac8c8;
}
.n_item .n_list_page label {
  display: block;
  width: 34px;
  height: 1px;
  margin: 0 14px 0 30px;
  background: #cac8c8;
}
.n_item .n_list_page p {
  font-size: 14px;
  color: #383838;
}
.n_item_icon {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.n_item_top_nav {
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  color: #0c0e22;
}
.n_item_top_nav a {
  color: #0c0e22;
  transition: all 0.2s;
}
.n_item_top_nav a:hover {
  color: #cda93a;
}
.n_item_top_nav span {
  color: #cda93a;
  text-decoration: underline;
}
.n_item_nav {
  text-align: center;
}
.n_item_nav span {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  font-size: 14px;
  color: #0c0e22;
  margin: 0 0 0 80px;
  transition: all 0.2s;
}
.n_item_nav span.active {
  color: #cda93a;
  text-decoration: underline;
}
.n_item_nav span:hover {
  cursor: pointer;
  color: #cda93a;
  text-decoration: underline;
}
.down_game_right {
  width: 17%;
  min-width: 200px;
  height: auto;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  border: 1px solid #cda93a;
  background: #fff;
}
.down_game_right h1 {
  font-size: 32px;
  color: #ae6825;
  font-weight: bold;
  margin: 30px 0 30px 30px;
}
.down_game_right img {
  width: 60%;
  display: block;
  margin: 0 auto;
}
.down_game_right p {
  font-size: 16px;
  color: #a1a1a1;
  text-align: center;
  margin: 16px 0 30px 0;
}
.down_game_right a {
  display: block;
  width: 60%;
}
.down_game_right a.down_ios {
  margin: 30px auto 24px auto;
}
.down_game_right a.down_az {
  margin: 0 auto 36px auto;
}
.down_game_right a img {
  width: 100%;
  display: block;
  line-height: 0;
}
