@charset "utf-8";
li {
  /* list-style:none; */
}
p {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  font-family: MicrosoftYaHei;
}
body::-webkit-scrollbar {
  display: none;
}
#certify {
  position: relative;
  margin: 92px auto 129px;
  width: 1130px;
}
#certify .swiper-container {
  padding-bottom: 35px;
  width: 700px;
  height: 300px;
}
#certify .swiper-slide {
  width: 620px;
  height: 244px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}
#certify .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#certify .swiper-slide p {
  margin: 0;
  padding-top: 0;
  color: #636363;
  text-align: center;
  font-size: 1.1em;
  line-height: 98px;
}
#certify .swiper-pagination2 {
  bottom: 0px !important;
  text-align: center;
}
#certify .swiper-pagination {
  bottom: 20px;
  width: 100%;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  width: 19px;
  height: 10px;
  border-radius: 5px !important;
  background: #d5d5d5;
  opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 40px;
  background: #00aadc;
}
#certify .swiper-button-prev {
  top: 75px;
  left: -30px;
  width: 44px;
  height: 97px;
  background-color: #ccc;
  background-image: url(../images/ico-arrow-right.png);
  background-position: center;
  background-size: 18px;
}
#certify .swiper-button-next {
  top: 75px;
  right: -30px;
  width: 44px;
  height: 97px;
  background-color: #ccc;
  background-image: url(../images/ico-arrow.png);
  background-position: center;
  background-size: 18px;
}
.nav-left:before {
  content: '';
  opacity: 0.3;
  background: #000;
  width: 160px;
  height: 353px;
  display: block;
  position: fixed;
  z-index: 2; /* top:150px; */ /* right: 54px; */
}
.nav-left {
  position: fixed;
  top: 150px;
  right: 178px;
  z-index: 6;
}
.nav-left > div {
  color: #fff;
  z-index: 3;
  position: fixed;
  padding-left: 12px;
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  width: 147px;
}
.nav-left > div:nth-of-type(2) {
  top: 326px; /* margin-top: 171px; */
}
/*.nav-left{
	position: absolute;
	display: block;
	width: 160px;
    height: 353px;
    top: 150px;
    right: 20px;
    z-index: 2;
    background: #b3b3b3;
}
.nav-left div{color:#fff;z-index:3;position: absolute;padding-left: 12px;text-align:center;font-size:15px;line-height:25px;width: 147px;}
.nav-left .gzh{top: 171px}*/

.nav-left img {
  width: 100%;
}

.swiper-container {
  height: 951px;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container0 {
  height: 951px;
}
.swiper-container1 {
  height: 372px;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container img {
  object-fit: scale-down;
  width: 100%;
}
.swiper-container1 img {
  width: 100%;
  cursor: pointer;
}
.swiper-container .swiper-pagination-bullet-active {
  width: 20px !important;
  border-radius: 3px;
  background: #fff;
}
.swiper-container0 .swiper-pagination-bullet {
  width: 10px;
  border-radius: 3px;
  background: #eee;
}
.conten1 {
  overflow: hidden;
  margin: 20px auto;
  width: 1200px;
}
.conten1_left {
  float: left;
  display: inline-block;
  overflow: hidden;
  width: 59%;
}
.conten1_right {
  float: left;
  display: inline-block;
  margin-left: 2%;
  width: 39%;
}
.conten1_right > div > a {
  float: right;
  margin-top: 10px;
  color: #5e5e5e;
  text-decoration: none;
}
.conten1_right > div > a:hover {
  color: #e50012;
}
.conten1_right ul {
  /* padding-left:10px */
  max-height: 250px;
  overflow: hidden;
  margin-top: 19px;
}
.conten1_right > p:nth-child(1) {
  margin: 10px 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  color: #1c1c1c;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  font-family: FZLTTHJW--GB1-0;
  line-height: 40px;
}
.conten1_right_title {
  margin: 0;
  padding-left: 10px;
  height: 48px;
  background: #5e5e5e;
  color: #fff;
  font-size: 22px;
  line-height: 48px;
  cursor: pointer;
}
.conten1_right li:before {
  display: inline-block;
  margin-right: 11px; /* width:19px; */
  height: 19px;
  background-image: url(../images/ico.png);
  background-size: 100%;
  background-repeat: no-repeat;
  content: '';
  vertical-align: text-top;
}
.conten1_right li span:nth-of-type(2) {
  float: right;
}
.conten1_right li {
  list-style: none;
  font-size: 16px;
  line-height: 35px;
  cursor: pointer;
}
.conten1_right li:hover {
  color: #e50012;
}
.conten1_right_title span {
  padding: 0 5px;
  background: red;
  color: #fff;
}
.conten1_left .swiper-pagination-bullet {
  flex: 1;
  margin: 0 !important;
  height: 40px;
  border-radius: 0;
  background: #fff;
  line-height: 40px;
  opacity: 0.9;
}
.conten1_left .swiper-pagination-bullet-active {
  background: red;
  color: #fff;
}
/* .conten1_left .swiper-pagination{bottom: 0px!important;display:  flex;display:  -webkit-flex;display:  -o-flex;} */
.conten2 {
  margin: 0 auto 50px;
  width: 1200px;
}
.conten2 > a:hover {
  text-decoration: underline;
  color: red;
}
.conten2 > a {
  float: right;
  width: 100%;
  text-align: right;
  cursor: pointer;
  color: #000;
  text-decoration: none;
}
.conten2 > p:nth-child(1),
.conten3 > p:nth-child(1) {
  margin-top: 82px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dadada;
  text-align: center;
  font-size: 27px;
}
.conten2 > p:nth-child(1) > span,
.conten3 > p:nth-child(1) > span {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-top: -1px;
  font-weight: normal;
  font-family: Microsoft JhengHei;
}
.conten2_nav span {
  display: inline-block; /* margin-right:60px; */
  width: 155px;
  height: 8px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.conten2_nav span:after {
  display: block;
  width: 100%;
  content: '';
}
.conten2_nav span:hover:after {
  border-bottom: 6px solid #333;
}
.conten2_nav span.on:after {
  display: block;
  width: 100%;
  border-bottom: 6px solid #333;
  content: '';
}
.conten2 ul {
  overflow: hidden;
  width: 100%;
}
.conten2 li {
  float: left;
  display: inline-block;
  margin-right: 2%;
  width: 23.5%;
  list-style: none;
}
.conten2 li:nth-of-type(4n) {
  margin-right: 0;
}
.conten2 li > div > img {
  position: absolute;
  top: 50%;
  left: 16px;
  display: inline-block;
  margin-top: -43px;
  width: 86px;
  box-shadow: 4px 6px 22px red;
  border-radius: 15px;
}
.conten2 li {
  margin-top: 15px;
}
.conten2 ul p > span:nth-of-type(1) {
  display: block;
  color: #000;
  font-size: 16px;
}
.conten2 ul p > span:nth-of-type(2) {
  color: #717171;
  font-size: 13px;
  line-height: 16px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.conten2 ul p {
  padding: 10px 0;
  color: #fff;
  cursor: default;
}
.fooet_cont {
  overflow: hidden;
  margin: auto;
  padding: 50px 0 0;
  width: 1200px;
}
.fooet_cont > div:nth-last-of-type(1) {
  position: relative;
  width: 40%;
}
.fooet_cont > div:nth-last-of-type(1) p:nth-last-of-type(1) {
  margin-top: 20px;
}
.fooet_cont > div:nth-last-of-type(1) img {
  position: absolute;
  bottom: 0px;
  left: 350px;
}
.fooet_cont > div {
  float: left;
  display: inline-block;
  width: 18%;
  text-align: left;
  font-size: 13px;
}
.fooet_cont > div > a:nth-of-type(1),
.fooet_cont > div > p:nth-of-type(1) {
  font-size: 20px;
  line-height: 51px;
}
.fooet_cont > div > a,
.fooet_cont > div > p {
  display: block;
  line-height: 26px;
  text-decoration: none;
  color: #fff;
}
.fooet_conta {
  display: inline-block;
  width: 10%;
  text-align: left;
  line-height: 29px;
}
.fooet_cont .footer-email {
  margin-top: 20px;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
}
.fooet_cont .footer-erweima {
  margin-top: 20px;
}
.conten2-img .content2-erweima > a {
  line-height: 25px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  float: left;
  width: 40%;
  background: #000;
  color: #fff;
  margin-left: 6%;
  text-decoration: none;
}
.conten2-img .content2-erweima {
  display: none;
  color: #000;
  text-align: center;
  text-decoration: underline;
  font-size: 28px;
  line-height: 145px;
  position: absolute;
  margin-top: 25px;
}
.conten2-img .content2-erweima > img {
  float: left;
  width: 40%;
  padding: 0 0 0 4%;
}
.conten2-img .content2-erweima > p:nth-of-type(1) {
  font-size: 16px;
  width: 52%;
  float: left;
  line-height: 26px;
  margin-top: 29px;
  padding: 0;
  color: #000;
}
.conten2-img .content2-erweima > p:nth-of-type(2) {
  font-size: 12px;
  padding: 0;
  float: left;
  width: 50%;
  line-height: 25px;
  margin-right: 2%;
}
.conten2-img > span {
  position: absolute;
  top: 57px;
  right: 14px;
  width: 154px;
  color: #fff;
  text-shadow: 3px 3px 3px #7c3900;
  font-size: 29px;
  text-align: center;
  font-weight: 600;
  font-family: SimHei;
}
.conten2-img {
  position: relative;
  width: 280px;
  height: 160px;
  cursor: default; /* border:1px solid #ccc; */
  background: radial-gradient(circle, #ffffff, #c35ed3);
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}
.conten2 li:nth-of-type(8n + 1) .conten2-img > img {
  box-shadow: 9px 6px 5px #9d4303;
}
.conten2 li:nth-of-type(8n + 2) .conten2-img > img {
  box-shadow: 9px 6px 5px #1474c6;
}
.conten2 li:nth-of-type(8n + 3) .conten2-img > img {
  box-shadow: 9px 6px 5px #ac3030;
}
.conten2 li:nth-of-type(8n + 4) .conten2-img > img {
  box-shadow: 9px 6px 5px #146c0a;
}
.conten2 li:nth-of-type(8n + 5) .conten2-img > img {
  box-shadow: 9px 6px 5px #9e10a8;
}
.conten2 li:nth-of-type(8n + 6) .conten2-img > img {
  box-shadow: 9px 6px 5px #007487;
}
.conten2 li:nth-of-type(8n + 7) .conten2-img > img {
  box-shadow: 9px 6px 5px #b01f08;
}
.conten2 li:nth-of-type(8n + 8) .conten2-img > img {
  box-shadow: 9px 6px 5px #532487;
}
.conten2 li:nth-of-type(8n + 1) .conten2-img > span {
  text-shadow: 3px 2px 4px #7a2107;
}
.conten2 li:nth-of-type(8n + 2) .conten2-img > span {
  text-shadow: 3px 2px 4px #004c8d;
}
.conten2 li:nth-of-type(8n + 3) .conten2-img > span {
  text-shadow: 3px 2px 4px #ac3030;
}
.conten2 li:nth-of-type(8n + 4) .conten2-img > span {
  text-shadow: 3px 2px 4px #146c0a;
}
.conten2 li:nth-of-type(8n + 5) .conten2-img > span {
  text-shadow: 3px 2px 4px #82008b;
}
.conten2 li:nth-of-type(8n + 6) .conten2-img > span {
  text-shadow: 3px 2px 4px #005866;
}
.conten2 li:nth-of-type(8n + 7) .conten2-img > span {
  text-shadow: 3px 2px 4px #b01f08;
}
.conten2 li:nth-of-type(8n + 8) .conten2-img > span {
  text-shadow: 3px 2px 4px #431378;
}
.conten2 li:nth-of-type(8n + 1) .conten2-img {
  background: #ffa200;
  background: radial-gradient(circle, #f8dfb3, #ffa200);
}
.conten2 li:nth-of-type(8n + 2) .conten2-img {
  background: #0f91ff;
  background: radial-gradient(circle, #8dc1ed, #0f91ff);
}
.conten2 li:nth-of-type(8n + 3) .conten2-img {
  background: #e94c6f;
  background: radial-gradient(circle, #f6999b, #e94c6f);
}
.conten2 li:nth-of-type(8n + 4) .conten2-img {
  background: #62c81d;
  background: radial-gradient(circle, #c5f2a8, #62c81d);
}
.conten2 li:nth-of-type(8n + 5) .conten2-img {
  background: #cc75d9;
  background: radial-gradient(circle, #e7b9ed, #cc75d9);
}
.conten2 li:nth-of-type(8n + 6) .conten2-img {
  background: #3db7c9;
  background: radial-gradient(circle, #7de3f2, #3db7c9);
}
.conten2 li:nth-of-type(8n + 7) .conten2-img {
  background: #ff7443;
  background: radial-gradient(circle, #f4b9a5, #ff7443);
}
.conten2 li:nth-of-type(8n + 8) .conten2-img {
  background: #9657dd;
  background: radial-gradient(circle, #cc9fff, #9657dd);
}
.conten2-img:hover {
  background: #fff;
}
.conten2-img:hover > .content2-erweima {
  display: block;
}
.conten2-img3:hover {
  background: radial-gradient(circle, #f8dfb3, #ffa200) !important;
}
.conten2-img:hover > img,
.conten2-img:hover > span {
  display: none;
}
input {
  outline: 0;
  border: none;
}
.service-banner {
  width: 100%;
}
.about_content,
.service_content {
  margin: auto;
  width: 1000px;
}
.about_content .title,
.service_content .title {
  margin-top: 100px;
  margin-bottom: 40px;
}
.service_content .title p:nth-of-type(1) {
  color: #000;
  text-align: center;
  font-size: 44px;
  font-family: MicrosoftYaHei;
}
.service_content .title p:nth-of-type(2) {
  margin: auto;
  margin-top: 20px;
  width: 317px;
  height: 69px;
  background: #121212;
  background-color: #121212;
  color: #fff;
  text-align: center;
  font-size: 26px;
  line-height: 69px;
  cursor: pointer;
}
.service_content .title p:nth-of-type(2) img {
  position: relative;
  top: 3px;
  margin-right: 8px;
}
.service_content .title p:nth-of-type(3) {
  margin-top: 10px;
  text-align: center;
  font-size: 25px;
}
.service_content .content {
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
  padding-top: 39px;
  border-top: 1px solid #b7b7b7;
}
.service_content .content-left {
  float: left;
  padding-right: 7px;
  width: 150px;
  height: 100%;
  text-align: center;
  line-height: 49px;
}
.service_content .content-left p {
  margin-bottom: 10px;
  cursor: pointer;
}
.service_content .content-left p.on,
.service_content .content-left p:hover {
  background-color: #e2e2e2;
}
.service_content .content-right {
  float: left;
  padding-bottom: 50px;
  padding-left: 7%;
  width: 77%;
  min-height: 670px;
  border-left: 1px solid #b7b7b7;
}
.service_content .content-right ul > img {
  margin: 120px auto 0;
  display: block;
}
.service_content .content-right > .form {
  position: relative;
  height: 46px;
  border: solid 1px #7d7d7d;
}
.service_content .content-right > .form input {
  margin-right: 5%;
  margin-left: 2%;
  width: 91%;
  height: 41px;
  font-size: 22px;
  margin-top: 1px;
}
.service_content .content-right > .form button {
  position: absolute;
  top: 7px;
  right: 6px;
  border: none;
  background: none;
}
.service_content li {
  margin-top: 30px;
  list-style: none;
  cursor: default;
  font-family: SimHei;
  line-height: 28px;
  font-size: 16px;
}
.service_content li > p:nth-of-type(2) {
  color: #065706;
}
.service_content li:before {
  content: '●';
  display: inline;
  vertical-align: top;
  font-size: 4px;
}
.service_content .question {
  color: #000;
  font-size: 24px;
  cursor: pointer;
  display: inline-block;
  width: 95%;
  font-weight: 600;
  margin-bottom: 15px;
}
.service_content .question > span:nth-of-type(1) {
  width: 89%;
  display: inline-block;
  color: #4d4d87;
  font-size: 19px;
}
.service_content .question > span:nth-of-type(2) {
  width: 20%;
  text-align: right;
  display: inline-block;
}
.service_content .question img {
  width: 20px;
}
.service_content .btn-unfold {
  float: right;
  color: #a1a1a1;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  font-weight: 400;
}
.service_content .btn-unfold:after {
  display: inline-block;
  margin-left: 5px;
  width: 20px;
  height: 27px;
  content: '﹀';
  vertical-align: bottom;
  text-align: center;
}
.service_content .btn-unfold.close:after {
  position: relative;
  bottom: 3px;
  display: inline-block;
  width: 20px;
  content: '︿';
  vertical-align: top;
}
.service_content .answer {
  color: #1d93c5;
  font-size: 20px;
  line-height: 40px;
}
.service_content .reback {
  margin-top: 50px;
  color: #686868;
  font-size: 18px;
}
.service_content .reback-btn a:hover {
  background: #686868;
  color: #fff;
}
.service_content .reback-btn a {
  margin-right: 20px;
  padding: 0 15px;
  border: 1px solid #959595;
  border-radius: 5px;
  color: #686868;
  cursor: pointer;
}
.service_content .reback-btn {
  margin-top: 20px;
}
.service_content .st_reback {
  display: none;
}
.service_content .btn-page span.on {
  color: #000;
}
.service_content .btn-page span {
  margin: 0 3px;
}
.service_content .btn-page {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: auto;
  color: #acacac;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
}
.service_content .btn-page-up {
  display: inline-block;
  padding: 0 5px;
  height: 32px;
  border-radius: 5px;
  background: #ccc;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  cursor: pointer;
}
.about_content .title p:nth-of-type(1) {
  text-align: center;
  font-size: 30px;
}
.about_content .title p:nth-of-type(2) {
  color: #666;
  text-align: center;
  font-size: 14px;
}
.about_content .content {
  font-size: 18px;
  line-height: 29px;
}
.about_content img {
  display: block;
  margin: 0 auto 84px;
}
.about_content .title {
  padding-bottom: 20px;
  border-bottom: 1px solid silver;
}
.game_nav {
  margin: 50px 0 14px;
  font-size: 16px;
}
.game_nav a {
  color: #000;
  text-decoration: none; /* cursor:  default; */
}
.game_nav > p:nth-of-type(1) {
  margin-bottom: 20px;
}
.game_nav > div {
  display: inline-block;
  width: 100%;
  line-height: 32px;
  cursor: pointer;
}
.game_nav p {
  line-height: 32px;
}
.game_nav > p > span {
  display: inline-block;
  width: 86px;
  text-align: center;
  cursor: pointer;
}
.game_nav > p > b {
  font-weight: normal;
}
.game_nav div {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.game_nav div > P {
  float: left;
  display: inline-block;
  overflow: hidden;
  width: 89%;
  height: 32px;
}
.game_nav div > P > span {
  display: inline-block; /* width: 153px; */
  text-align: center;
  cursor: pointer;
  padding: 0 13px;
  margin: 0px 10px 10px 10px;
}
.game_nav div > p > span.on,
.game_nav > p > span.on {
  color: #fff;
  background: #ffa200;
}
.game_nav div > p > span:hover,
.game_nav > p > span:hover {
  color: #fff;
  background: #ffa200;
}
.game_nav div > span {
  float: left;
  margin-right: 0;
}
.game_nav .btn-more {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.game_nav .btn-more:after {
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../images/ico-down.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  content: '';
}
.game_nav .btn-more.on:after {
  vertical-align: middle;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.onlinechat {
  position: fixed;
  bottom: 50%;
  right: 50%;
  margin-right: -300px;
  margin-bottom: -175px;
  z-index: 17; /* overflow: hidden; */
  display: none;
  width: 600px;
}
.onlinechat .move {
  text-align: center;
  opacity: 0;
  line-height: 40px;
  cursor: pointer;
  background: #d7d7d7;
  color: #fff;
}
.onlinechat .btn-move {
  width: 546px;
  display: inline-block;
}
.onlinechat:hover .move {
  opacity: 1;
}
.onlinechat iframe {
  border-radius: 3px;
  border-width: 1px;
}
.onlinechat_del {
  cursor: pointer;
  font-size: 22px;
  text-align: center;
  float: right;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #666;
  color: #fff;
  line-height: 40px;
}

.content-new {
  width: 1200px;
  margin: auto;
}
.news-detail .title {
  font-size: 24px;
  text-align: center;
  line-height: 55px;
}
.news-detail .sub-title {
  color: #9e9e9e;
  text-align: center;
  font-size: 18px;
}
.news-detail > div {
  font-size: 18px;
  color: #000;
  line-height: 44px; /* margin: 0 0 162px; */
}
.news-detail > div .inscribe {
  text-align: right;
  margin-top: 53px;
  line-height: 30px;
}
.news-detail > div .sender {
  text-indent: 0;
  margin: 50px 0 30px;
}
.news-detail > div p {
  text-indent: 45px;
}

@keyframes myfirst {
  from {
    background: red;
  }
  to {
    background: yellow;
  }
}

@-moz-keyframes myfirst /* Firefox */ {
  from {
    background: red;
  }
  to {
    background: yellow;
  }
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */ {
  from {
    background: red;
  }
  to {
    background: yellow;
  }
}

@-o-keyframes myfirst /* Opera */ {
  from {
    background: red;
  }
  to {
    background: yellow;
  }
}

.msg {
  position: fixed;
  z-index: 5;
  top: 50%;
  left: 50%;
  text-align: center;
  display: none;
  border-radius: 5px;
  margin-top: -50px;
  margin-left: -135px;
  width: 250px;
  padding: 10px;
  background: #eee;
}
.news-list {
  width: 80%;
  margin: 51px auto;
}
.news-list li:before {
  display: inline-block;
  margin-right: 11px; /* width:19px; */
  height: 19px;
  background-image: url(../images/ico.png);
  background-size: 100%;
  background-repeat: no-repeat;
  content: '';
  vertical-align: text-top;
}
.news-list li span:nth-last-of-type(1) {
  text-align: right;
  width: 20%;
  display: inline-block;
  vertical-align: middle;
}
.news-list li span:nth-of-type(1) {
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  width: 77%;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.news-list li:hover {
  color: #e50012;
}

.news-detail-warp {
  width: 1000px;
  margin: 50px auto 89px;
  line-height: 35px;
}
.bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 4;
}
.M-box11 {
  margin: 40px auto;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.M-box11 > span {
  border-radius: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid #333;
  line-height: 20px;
}
.M-box11 > a {
  display: inline-block;
  color: #000;
  line-height: 20px;
  margin: 0 10px;
  text-decoration: none;
}
.M-box11 > .prev,
.M-box11 > .next {
  width: 80px;
  text-align: center;
  border: 1px solid #333;
  border-radius: 20px;
}

.gamedetail-banner {
  width: 100%;
}
.gamedetail-cont {
  width: 1200px;
  margin: auto;
  border-bottom: 1px solid #ccc;
}
.gamedetail-cont1 {
  width: 1000px;
  margin: 50px auto 30px;
}
.gamedetail-cont1 > div {
  display: inline-block;
  width: 572px;
}
.gamedetail-cont1 > div > img {
  float: left;
  display: inline-block;
  width: 180px;
  height: 180px;
  margin-right: 15px;
}
.gamedetail-cont1 > div > p:nth-of-type(1) {
  font-size: 40px;
  margin-top: 44px;
}
.gamedetail-cont1 > div > p:nth-of-type(2) {
  font-size: 25px;
  margin-top: 5px;
}
.gamedetail-cont1 > p {
  background: #000;
  display: inline-block;
  font-size: 37px;
  text-align: center;
  width: 266px;
  color: #fff;
  height: 76px;
  cursor: pointer;
  vertical-align: text-bottom;
  line-height: 76px;
  margin-bottom: 7px;
}
.gamedetail-cont1 > p > img {
  vertical-align: middle;
  width: 36px;
}

.gamedetail-cont2 {
  width: 1000px;
  margin: auto;
}
.gamedetail-cont2 img {
  width: 100%;
}
.gamedetail-cont2 > p:nth-of-type(1) {
  font-size: 34px;
  color: #122121;
  margin-top: 30px;
  margin-bottom: 15px;
}
.gamedetail-cont2 > p {
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 20px;
}

.gamedetail-cont3 {
  width: 1200px;
  margin-top: 151px;
  overflow: hidden;
  position: relative;
}
.gamedetail-cont3 > p:nth-of-type(1) {
  font-size: 34px;
  margin-bottom: 55px;
  width: 1000px;
  margin: 0 auto 30px;
}
.gamedetail-cont3 .gamedetail-list {
  width: 1022px;
  margin: 0 auto 30px;
  position: relative; /* text-align:  center; */
}
.gamedetail-list-cont {
  width: 193px;
  height: 173px;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
}
.gamedetail-list-cont.active {
  padding-bottom: 51px;
}
.gamedetail-list-cont.active:before {
  content: '';
  width: 2400px;
  height: 1px;
  background: #ccc;
  display: block;
  position: absolute;
  bottom: -27px;
  margin-left: -1000px;
}
.gamedetail-list-cont.active:after {
  content: '';
  background-image: url(../images/gamedetail-ico.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 37px;
  height: 22px;
  display: block;
  position: absolute;
  margin: auto;
  bottom: -30px;
  left: 50%;
  margin-left: -18px;
}
.gamedetail-list-cont > img {
  width: 115px;
  height: 115px;
  object-fit: contain;
}
.gamedetail-list-cont > p:nth-of-type(1) {
  font-size: 20px;
  color: #353535;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.gamedetail-list-cont > p:nth-of-type(2) {
  border: 1px solid #010101;
  width: 84px;
  margin: auto;
  border-radius: 5px;
  margin-top: 5px;
}
.gamedetail-intr {
  width: 750px;
  text-align: center;
  position: absolute;
  display: none;
  top: 230px;
  left: 238px;
}
.gamedetail-intr > p {
  font-size: 20px;
  color: #121212;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.gamedetail-intr ul {
  list-style: none;
  width: 750px;
  margin: 40px auto;
}
.gamedetail-intr li:nth-of-type(1) {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.gamedetail-intr li:nth-of-type(1) p:nth-of-type(1) {
  font-size: 30px;
  margin-bottom: 5px;
  margin-top: 40px;
}
.gamedetail-intr li:nth-of-type(1) p:nth-of-type(2) {
  font-size: 20px;
  margin-bottom: 20px;
}
.gamedetail-intr li:nth-of-type(1) p:nth-of-type(3) {
  width: 147px;
  line-height: 39px;
  height: 39px;
  background: #121212;
  color: #fff;
  cursor: pointer;
}
.gamedetail-intr li:nth-of-type(1) p:nth-of-type(3) img {
  width: 19px;
  margin-left: 15px;
}
.gamedetail-intr li:nth-of-type(1) p:nth-of-type(3) span {
  font-size: 20px;
  margin-left: 5px;
}
.gamedetail-intr li:nth-of-type(2) {
  font-size: 15px;
  width: 69%;
  display: inline-block;
  text-align: left;
}
.gamedetail-intr li:nth-of-type(2) #item_intro {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 28px;
}
.gamedetail-intr li:nth-of-type(2) #item_intro img {
  width: 100%;
}
.gamedetail-intr .swiper-wrapper {
  width: 507px;
}
.gamedetail-intr .swiper-container img {
  width: 507px;
  height: 285px;
  text-align: center;
}
.gamedetail-intr .swiper-button-next {
  background-image: url(../images/gamedetail7.png);
}
.gamedetail-intr .swiper-button-prev {
  background-image: url(../images/gamedetail6.png);
}
.gamedetail-intr .swiper-pagination {
  bottom: 6px !important;
}
.gamedetail-intr .swiper-pagination-bullet {
  background: #8d8d8d;
}
.gamedetail-intr .swiper-container {
  padding-bottom: 20px; /* width:  507px; */
}
.gamedetail-intr .gamedetail-intr-close {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0;
  margin-top: 50px;
  width: 1200px;
  margin-left: -220px;
}
.gamedetail-intr .gamedetail-intr-close > img {
  display: block;
  margin: auto;
  margin-bottom: -1px;
  cursor: pointer;
}
.gamedetail-intr #item_rule {
  display: none;
}
.mobile-certify {
  display: none;
}
@media only screen and (max-width: 500px) {
  .nav-left {
    display: none;
  }
  .conten1 {
    width: 100%;
  }
  .conten1_left,
  .conten1_right {
    width: 100%;
    margin: 0;
  }
  .conten2 {
    width: 100%;
  }
  .conten2_nav span {
    width: 33%;
  }
  .conten2 li {
    width: 100%;
    margin: auto;
  }
  .conten2-img {
    width: 90%;
    margin: auto;
  }
  .conten2 ul p {
    padding-left: 5%;
    line-height: 40px;
    padding-bottom: 0;
  }
  .conten2 > a {
    margin-bottom: 10px;
  }
  .conten1_right_title {
    font-size: 20px;
  }
  .conten1_right li {
    font-size: 14px;
  }
  .fooet_cont {
    width: 100%;
  }
  .fooet_cont > div {
    width: 33%;
    padding-left: 5%;
    font-size: 12px;
  }
  .fooet_cont > div:nth-last-of-type(1) {
    width: 100%;
    padding-left: 5%;
    text-align: left;
  }
  .fooet_cont > div:nth-last-of-type(1) img {
    left: 80%;
  }
  #certify {
    display: none;
  }
  .mobile-certify {
    display: block;
  }
  .game_nav > p > b {
    display: block;
  }
  .game_nav {
    margin-left: 10px;
    font-size: 14px;
  }
  .conten2 > p:nth-child(1),
  .conten3 > p:nth-child(1) {
    margin-top: 23px;
    border-bottom: 0;
  }

  .service_content {
    width: 100%;
  }
  .service_content .title p:nth-of-type(1) {
    font-size: 22px;
  }
  .service_content .title p:nth-of-type(2) {
    width: 150px;
    font-size: 22px;
    line-height: 40px;
    height: 40px;
  }
  .service_content .title p:nth-of-type(2) img {
    top: 0px;
  }
  .service_content .title p:nth-of-type(3) {
    font-size: 20px;
  }
  .service_content .content-left {
    width: 100%;
  }
  .service_content .content-left p {
    width: 49%;
    float: left;
    margin-left: 1%;
  }
  .service_content .content-right {
    border-left: 0px;
    width: 100%;
    padding: 0 3%;
  }
  .service_content .content-right ul > img {
    width: 80%;
  }
  .about_content,
  .service_content {
    width: 100%;
    padding: 0 10px;
  }
  .about_content .content {
    font-size: 14px;
    text-align: justify;
    text-indent: 20px;
  }
  .about_content img {
    width: 100%;
  }
  .content-new {
    width: 100%;
    padding: 0 10px;
  }
  .nav-left {
    display: none;
  }
  .content-new {
    width: 100%;
  }
  .news-list {
    width: 90%;
  }
  .news-list li span:nth-of-type(1) {
    width: 90%;
  }
  .news-list li span:nth-last-of-type(1) {
    width: 90%;
  }
  .news-detail .title {
    line-height: 25px;
    font-size: 20px;
  }
  .news-detail .sub-title {
    font-size: 15px;
  }
  .news-detail > div {
    line-height: 30px;
  }
  .news-detail img {
    width: 100%;
    height: auto;
    display: block;
  }
  .news-detail-warp {
    width: 100%;
    padding: 15px;
    margin: 0;
    font-size: 16px;
  }
  .about_content .h2,
  .about_content h2 {
    font-size: 24px;
  }
  .news-detail-warp dd,
  .news-detail-warp dt {
    line-height: inherit;
  }
  .conten1_right ul {
    padding-right: 10px;
  }
  .conten1_right > div > a {
    padding-right: 10px;
  }
  .gamedetail-cont {
    width: 100%;
  }
  .gamedetail-cont1 {
    width: 100%;
  }
  .gamedetail-cont1 > div {
    width: 100%;
    margin: auto;
    padding-left: 40px;
  }
  .gamedetail-cont1 > div > img {
    width: 100px;
    height: 100px;
    margin-left: 10px;
  }
  .gamedetail-cont1 > div > p:nth-of-type(1) {
    font-size: 25px;
    margin-top: 0px;
    margin: 0;
  }
  .gamedetail-cont1 > div > p:nth-of-type(2) {
    font-size: 20px;
    margin: 0;
  }
  .gamedetail-cont1 > p > img {
    width: 20px;
  }
  .gamedetail-cont1 > p {
    width: 100px;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    float: left;
    margin-left: 165px;
    position: relative;
    top: -31px;
  }
  .gamedetail-cont2 {
    width: 100%;
  }
  .gamedetail-cont3 {
    width: 100%;
    margin-top: 30px;
  }
  .gamedetail-cont3 .gamedetail-list {
    width: 100%;
  }
  .gamedetail-list-cont {
    width: 49%;
  }
  .gamedetail-cont2 > p:nth-of-type(1) {
    font-size: 18px;
    font-weight: bold;
  }
  .gamedetail-cont2 > p {
    font-size: 14px;
    padding: 0 10px;
  }
  .gamedetail-intr {
    width: 100%;
    left: 0;
  }
  .gamedetail-intr li:nth-of-type(1) {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .gamedetail-intr li:nth-of-type(2) {
    width: 100%;
    padding: 0 18px;
  }
  .gamedetail-intr li:nth-of-type(1) p:nth-of-type(1) {
    margin-top: 0;
    font-size: 24px;
  }
  .gamedetail-intr .gamedetail-intr-close {
    width: 100%;
    margin-left: 0;
  }
  .gamedetail-intr ul {
    width: 100%;
  }
  .gamedetail-intr li:nth-of-type(1) p:nth-of-type(3) {
    margin: auto;
  }
  .gamedetail-intr .swiper-container img {
    width: 100%;
    height: inherit;
  }
  .gamedetail-intr > p {
    border-bottom: 0;
  }
  .conten2-img:hover {
    background: #fff;
  }
  .conten2-img:hover > .content2-erweima {
    display: none;
  }
  .conten2-img:hover > img,
  .conten2-img:hover > span {
    display: block;
  }
  .about_content .title,
  .service_content .title {
    margin-top: 40px;
  }
  #auto_div {
    display: none;
    width: 300px;
    border: 1px #74c0f9 solid;
    background: #fff;
    position: absolute;
    top: 24px;
    left: 0;
    color: #323232;
  }
  .gamedetail-cont3 > p:nth-of-type(1) {
    font-size: 18px;
    font-weight: bold;
  }
  .gamedetail-list-cont > p:nth-of-type(1) {
    font-size: 16px;
    line-height: 30px;
  }
}

.game_content {
  margin: auto;
  width: 425px;
  font-size: 16px;
  background: #157ae3;
  color: #fff;
  min-height: 200px; /* background: #ddd; */
}
.game_content > p {
  font-size: 21px;
  text-align: center;
  color: #fdfd26;
  padding: 11px 0;
  font-weight: bold;
}
.st_underline {
  display: inline-block;
  text-decoration: line-through;
}
.game_content ul {
  padding: 0 20px 15px;
  list-style: none;
  line-height: 21px;
  font-size: 14px;
}
.game_content li {
  margin-left: 0;
}
.game_content_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.8;
  z-index: 2;
}

/*服务条款*/
.row-wrap {
  width: 1300px;
  margin: 50px auto;
}
.row-wrap > h1 {
  font-size: 30px;
  font-weight: normal;
  color: black;
  line-height: 58px;
  margin: 0;
  box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.25);
}
.row-wrap > h1 span {
  color: #cd270b;
  font-size: 14px;
  font-family: arial;
  padding-left: 10px;
  position: relative;
  top: 3px;
}
.row-wrap > h2 {
  color: #0b88b7;
  font-size: 20px;
  font-weight: normal;
  margin-top: 40px;
}
.row-wrap > h3 {
  padding-left: 116px;
  font-size: 18px;
  font-weight: normal;
  color: #b37417;
  margin: 46px 0 36px 0;
}
.row-wrap > p {
  line-height: 36px;
  color: #3e3a39;
  font-size: 18px;
  text-indent: 2em;
  margin: 36px 0 0 0;
  padding-left: 36px;
}
.row-wrap .left-padding {
  padding-left: 80px;
}
@media screen and (max-width: 1400px) {
  .row-wrap {
    width: 1200px;
  }
}

.content p {
  text-indent: 2em;
}
table {
  width: 60%;
  margin-left: 20%;
  text-align: center;
  border-collapse: collapse;
  color: #3e3a39;
  line-height: 40px;
}
table,
table tr th,
table tr td {
  border: 1px solid #848484;
}
table tr th {
  text-align: center;
}
.swiper-pagination,
.swiper-pagination1,
.swiper-pagination2 {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 5px;
  width: 100%;
  z-index: 1000;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
.newList {
  float: left;
  width: 40%;
}
.news-content .news-detail {
  float: right;
  width: 100%;
  padding-left: 2%;
  /* border-left: 1px solid #cdcdcd; */
}
.clear {
  clear: both;
}
.more {
  float: right;
  margin-top: 10px;
  margin-right: 35px;
  color: #5e5e5e;
  text-decoration: none;
}

.tab-list {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
  padding: 0 10px;
}

.tab-list span {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  padding: 5px 10px;
  color: #369;
}

.forum-list {
  width: 100%;
  margin: 10px auto;
}
.forum-list li {
  list-style: none;
  color: #333;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.forum-list li span:nth-last-of-type(1) {
  text-align: right;
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

.forum-list li span:nth-of-type(1) {
  line-height: 30px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  width: 57%;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

.forum-list li span:nth-of-type(2) {
  line-height: 30px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  width: 20%;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

.forum-list li:hover {
  color: #e50012;
}

#myImage {
  width: 100%;
  height: auto;
}

#addcontent {
  padding-bottom: 10px;
}

#addimage {
  padding-bottom: 20px;
}
