@charset "utf-8";
/* CSS Document */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
input {
  outline: none;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: normal;
  font-style: normal;
}
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button {
  color: #62a1c9;
}
html,
body {
  width: 100%;
  min-height: 930px;
  height: auto;
}
html.hidden,
body.hidden {
  overflow: hidden;
}
.hide {
  display: none;
}
/**** DEMO
单行
.text-overflow-ellipsis(1);
多行
 .text-overflow-ellipsis(2);
****/
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #454545;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #454545;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #454545;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #454545;
}
/*宽度限制板块*/
.wbox {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
.wbox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wbox {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .wbox {
  zoom: 1;
}
.wbox {
  display: block;
  position: relative;
}
/* End hide from IE-mac */
.no-webp body {background:#fff}
.webp body {background:#fff}
body {
  min-width: 1200px;
  width: 100%;
  min-height: 930px;
  height: auto;
  font-family: "Microsoft YaHei", "Helvetica Neue", Arial, HelveticaNeue, Helvetica, "BBAlpha Sans", sans-serif !important;
}
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
a,
div,
button {
  border: 0;
  outline: none;
}
/*********弹层公共样式*********/
.no-webp .Layer {background:#000}
.webp .Layer {background:#000}
.Layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.Layer.on {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 10000;
}
.pop {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
}
.pop .close {
  position: absolute;
  top: 6px;
  right: -83px;
  display: block;
  width: 52px;
  height: 52px;
  cursor: pointer;
  z-index: 100001;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.pop .close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.video-pop {
  width: 800px;
  height: 450px;
  margin: -225px 0 0 -400px;
  display: none;
}
.video-pop.on {
  display: block;
}
.video-pop .video-box {
  width: 800px;
  height: 450px;
}
.libao-pop {
  width: 826px;
  height: 511px;
  margin: -225px 0 0 -400px;
  display: none;
}
.libao-pop.on {
  display: block;
}
/*********底部版权*********/
.no-webp #NIE-copyRight {background:#000}
.webp #NIE-copyRight {background:#000}
#NIE-copyRight {
  color: #ccc;
}
#NIE-copyRight a {
  color: #e23a3f;
}
#NIE-copyRight #ncp-l1 {
  color: #e23a3f;
}
#NIE-copyRight #NIE-copyRight-corp {
  padding: 30px 0!important;
}
/*********alert组件样式修改*********/
.no-webp .alert_box .alert_wrap .alert_main .btns.btnsConfirm {background-color:#e5c27e}
.webp .alert_box .alert_wrap .alert_main .btns.btnsConfirm {background-color:#e5c27e}
.alert_box .alert_wrap .alert_main .btns.btnsConfirm {
}
.no-webp .alert_box .alert_wrap .alert_main .btns.btnsConfirm:hover {background-color:#e5c27e}
.webp .alert_box .alert_wrap .alert_main .btns.btnsConfirm:hover {background-color:#e5c27e}
.alert_box .alert_wrap .alert_main .btns.btnsConfirm:hover {
}
.no-webp .alert_box .alert_wrap .alertClose em {background-color:#e5c27e}
.webp .alert_box .alert_wrap .alertClose em {background-color:#e5c27e}
.alert_box .alert_wrap .alertClose em {
}
.no-webp .alert_box .alert_wrap .alertClose:hover em {background-color:#e5c27e}
.webp .alert_box .alert_wrap .alertClose:hover em {background-color:#e5c27e}
.alert_box .alert_wrap .alertClose:hover em {
}
/*********分享组件样式修改*********/
#NIE-share {
  text-align: center;
  position: absolute;
  right: 150px;
  top: 42px;
  z-index: 10;
}
#NIE-share .NIE-share-more {
  top: 35px;
}
#NIE-share ul li {
  padding: 0;
}
#NIE-share .NIE-share-txt {
  margin-left: 6px;
  margin-right: 11px;
  font-size: 14px;
  color: #fbe461;
}
#NIE-share .NIE-share-iconBtn a {
  color: #fbe461;
  font-size: 22px;
  line-height: 22px;
}
#NIE-share .NIE-share-iconBtn a:hover {
  color: #e5c27e;
}
@-webkit-keyframes right_out {
  0% {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes right_out {
  0% {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-ms-keyframes right_out {
  0% {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes right_out {
  0% {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes right_out {
  0% {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes video1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-moz-keyframes video1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-ms-keyframes video1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-o-keyframes video1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes video1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes video2 {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-moz-keyframes video2 {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-ms-keyframes video2 {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-o-keyframes video2 {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes video2 {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes updown {
  0% {
    top: 380px;
    opacity: 1;
  }
  50% {
    top: 390px;
    opacity: 0.8;
  }
  100% {
    top: 380px;
    opacity: 1;
  }
}
@-moz-keyframes updown {
  0% {
    top: 380px;
    opacity: 1;
  }
  50% {
    top: 390px;
    opacity: 0.8;
  }
  100% {
    top: 380px;
    opacity: 1;
  }
}
@-ms-keyframes updown {
  0% {
    top: 380px;
    opacity: 1;
  }
  50% {
    top: 390px;
    opacity: 0.8;
  }
  100% {
    top: 380px;
    opacity: 1;
  }
}
@-o-keyframes updown {
  0% {
    top: 380px;
    opacity: 1;
  }
  50% {
    top: 390px;
    opacity: 0.8;
  }
  100% {
    top: 380px;
    opacity: 1;
  }
}
@keyframes updown {
  0% {
    top: 380px;
    opacity: 1;
  }
  50% {
    top: 390px;
    opacity: 0.8;
  }
  100% {
    top: 380px;
    opacity: 1;
  }
}
@-webkit-keyframes ship {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(4000px, -2000px, 0);
    -moz-transform: translate3d(4000px, -2000px, 0);
    -ms-transform: translate3d(4000px, -2000px, 0);
    -o-transform: translate3d(4000px, -2000px, 0);
    transform: translate3d(4000px, -2000px, 0);
  }
  30% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-30px, -3px, 0);
    -moz-transform: translate3d(-30px, -3px, 0);
    -ms-transform: translate3d(-30px, -3px, 0);
    -o-transform: translate3d(-30px, -3px, 0);
    transform: translate3d(-30px, -3px, 0);
  }
  40% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(10px, 1px, 0);
    -moz-transform: translate3d(10px, 1px, 0);
    -ms-transform: translate3d(10px, 1px, 0);
    -o-transform: translate3d(10px, 1px, 0);
    transform: translate3d(10px, 1px, 0);
  }
  42% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  45% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes ship {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(4000px, -2000px, 0);
    -moz-transform: translate3d(4000px, -2000px, 0);
    -ms-transform: translate3d(4000px, -2000px, 0);
    -o-transform: translate3d(4000px, -2000px, 0);
    transform: translate3d(4000px, -2000px, 0);
  }
  30% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-30px, -3px, 0);
    -moz-transform: translate3d(-30px, -3px, 0);
    -ms-transform: translate3d(-30px, -3px, 0);
    -o-transform: translate3d(-30px, -3px, 0);
    transform: translate3d(-30px, -3px, 0);
  }
  40% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(10px, 1px, 0);
    -moz-transform: translate3d(10px, 1px, 0);
    -ms-transform: translate3d(10px, 1px, 0);
    -o-transform: translate3d(10px, 1px, 0);
    transform: translate3d(10px, 1px, 0);
  }
  42% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  45% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-ms-keyframes ship {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(4000px, -2000px, 0);
    -moz-transform: translate3d(4000px, -2000px, 0);
    -ms-transform: translate3d(4000px, -2000px, 0);
    -o-transform: translate3d(4000px, -2000px, 0);
    transform: translate3d(4000px, -2000px, 0);
  }
  30% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-30px, -3px, 0);
    -moz-transform: translate3d(-30px, -3px, 0);
    -ms-transform: translate3d(-30px, -3px, 0);
    -o-transform: translate3d(-30px, -3px, 0);
    transform: translate3d(-30px, -3px, 0);
  }
  40% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(10px, 1px, 0);
    -moz-transform: translate3d(10px, 1px, 0);
    -ms-transform: translate3d(10px, 1px, 0);
    -o-transform: translate3d(10px, 1px, 0);
    transform: translate3d(10px, 1px, 0);
  }
  42% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  45% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes ship {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(4000px, -2000px, 0);
    -moz-transform: translate3d(4000px, -2000px, 0);
    -ms-transform: translate3d(4000px, -2000px, 0);
    -o-transform: translate3d(4000px, -2000px, 0);
    transform: translate3d(4000px, -2000px, 0);
  }
  30% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-30px, -3px, 0);
    -moz-transform: translate3d(-30px, -3px, 0);
    -ms-transform: translate3d(-30px, -3px, 0);
    -o-transform: translate3d(-30px, -3px, 0);
    transform: translate3d(-30px, -3px, 0);
  }
  40% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(10px, 1px, 0);
    -moz-transform: translate3d(10px, 1px, 0);
    -ms-transform: translate3d(10px, 1px, 0);
    -o-transform: translate3d(10px, 1px, 0);
    transform: translate3d(10px, 1px, 0);
  }
  42% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  45% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes ship {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(4000px, -2000px, 0);
    -moz-transform: translate3d(4000px, -2000px, 0);
    -ms-transform: translate3d(4000px, -2000px, 0);
    -o-transform: translate3d(4000px, -2000px, 0);
    transform: translate3d(4000px, -2000px, 0);
  }
  30% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-30px, -3px, 0);
    -moz-transform: translate3d(-30px, -3px, 0);
    -ms-transform: translate3d(-30px, -3px, 0);
    -o-transform: translate3d(-30px, -3px, 0);
    transform: translate3d(-30px, -3px, 0);
  }
  40% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(10px, 1px, 0);
    -moz-transform: translate3d(10px, 1px, 0);
    -ms-transform: translate3d(10px, 1px, 0);
    -o-transform: translate3d(10px, 1px, 0);
    transform: translate3d(10px, 1px, 0);
  }
  42% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  45% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-webkit-keyframes top_out {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -500px, 0);
    -moz-transform: translate3d(0, -500px, 0);
    -ms-transform: translate3d(0, -500px, 0);
    -o-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
  }
  42% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes top_out {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -500px, 0);
    -moz-transform: translate3d(0, -500px, 0);
    -ms-transform: translate3d(0, -500px, 0);
    -o-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
  }
  42% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-ms-keyframes top_out {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -500px, 0);
    -moz-transform: translate3d(0, -500px, 0);
    -ms-transform: translate3d(0, -500px, 0);
    -o-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
  }
  42% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes top_out {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -500px, 0);
    -moz-transform: translate3d(0, -500px, 0);
    -ms-transform: translate3d(0, -500px, 0);
    -o-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
  }
  42% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes top_out {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -500px, 0);
    -moz-transform: translate3d(0, -500px, 0);
    -ms-transform: translate3d(0, -500px, 0);
    -o-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
  }
  42% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.posr {
  position: relative;
}
.posa {
  position: absolute;
}
.posf {
  position: fixed;
}
.hide {
  display: none;
}
.a-hide-content {
  text-indent: -9999px;
  overflow: hidden;
}
input {
  outline: medium;
}
/* pc弹窗 */
.no-webp .shiling_btn {background:url(https://ws.res.netease.com/pc/gw/20250401201045/img/12+_web_ea711ab3.png) no-repeat}
.webp .shiling_btn {background:url(https://ws.res.netease.com/pc/gw/20250401201045/img/12+_web_ea711ab3.webp) no-repeat}
.shiling_btn {
  display: block;
  width: 114px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 590px;
  margin-left: 240px;
  z-index: 9;
}
.no-webp .shiling-layer {background:rgba(0, 0, 0, 0.5)}
.webp .shiling-layer {background:rgba(0, 0, 0, 0.5)}
.shiling-layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.no-webp .shiling-layer .shiling-pop {background:url(https://ws.res.netease.com/pc/gw/20250401201045/img/area_web_76db74a4.png) no-repeat center}
.webp .shiling-layer .shiling-pop {background:url(https://ws.res.netease.com/pc/gw/20250401201045/img/area_web_76db74a4.webp) no-repeat center}
.shiling-layer .shiling-pop {
  width: 880px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.no-webp .shiling-layer .shiling-pop .shiling-close {background:url(https://ws.res.netease.com/pc/gw/20250401201045/img/icon_close_3a0156ff.png) no-repeat}
.webp .shiling-layer .shiling-pop .shiling-close {background:url(https://ws.res.netease.com/pc/gw/20250401201045/img/icon_close_3a0156ff.webp) no-repeat}
.shiling-layer .shiling-pop .shiling-close {
  display: block;
  width: 38px;
  height: 39px;
  position: absolute;
  top: 25px;
  right: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shiling-layer .shiling-pop .shiling-close:hover {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.no-webp .shiling-layer .shiling-pop .shiling-title {background:url(https://ws.res.netease.com/pc/gw/20250401201045/img/title_web_bdaae3de.png) no-repeat center}
.webp .shiling-layer .shiling-pop .shiling-title {background:url(https://ws.res.netease.com/pc/gw/20250401201045/img/title_web_bdaae3de.webp) no-repeat center}
.shiling-layer .shiling-pop .shiling-title {
  width: 411px;
  height: 29px;
  margin: 0 auto 50px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.shiling-layer .shiling-pop .shilin-txt {
  width: 790px;
  height: 360px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.shiling-layer .shiling-pop .shilin-txt p {
  font-size: 12px;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 20px;
  margin-bottom: 16px;
}
.shiling-layer .shiling-pop .shilin-txt a {
  color: #fff;
}
.main .iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-zuojiantou-01:before {
  content: "\E61C";
}
.icon-ic_arrow_r:before {
  content: "\E601";
}
body {
  margin: 0 auto;
  min-width: 1200px;
  position: relative;
  max-width: 1920px;
  margin: 0 auto !important;
}
body #NIE-topBar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.no-webp body .main {background-image:url(https://ws.res.netease.com/pc/gw/20250401201045/img/news_bg_6eafa884.jpg);
  background-repeat: no-repeat;
  background-position: center top}
.webp body .main {background-image:url(https://ws.res.netease.com/pc/gw/20250401201045/img/news_bg_6eafa884.webp);
  background-repeat: no-repeat;
  background-position: center top}
.no-webp body .main {background-repeat:no-repeat}
.webp body .main {background-repeat:no-repeat}
.no-webp body .main {background-position:center top}
.webp body .main {background-position:center top}
body .main {
  width: 100%;
  padding-bottom: 23px;
}
.no-webp body .main .bammer {background-image:url(https://ws.res.netease.com/pc/gw/20250401201045/img/news_banner_aac3f666.png);
  background-repeat: no-repeat;
  background-position: center top}
.webp body .main .bammer {background-image:url(https://ws.res.netease.com/pc/gw/20250401201045/img/news_banner_aac3f666.webp);
  background-repeat: no-repeat;
  background-position: center top}
.no-webp body .main .bammer {background-repeat:no-repeat}
.webp body .main .bammer {background-repeat:no-repeat}
.no-webp body .main .bammer {background-position:center top}
.webp body .main .bammer {background-position:center top}
body .main .bammer {
  width: 100%;
  height: 425px;
  padding-top: 83px;
}
body .main .bammer:after {
  content: "";
  clear: both;
  display: block;
}
.no-webp body .main .bammer .logo {background-image:url(https://ws.res.netease.com/pc/gw/20250401201045/img/logo2_77ea01be.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: transparent}
.webp body .main .bammer .logo {background-image:url(https://ws.res.netease.com/pc/gw/20250401201045/img/logo2_77ea01be.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: transparent}
.no-webp body .main .bammer .logo {background-repeat:no-repeat}
.webp body .main .bammer .logo {background-repeat:no-repeat}
.no-webp body .main .bammer .logo {background-position:center center}
.webp body .main .bammer .logo {background-position:center center}
.no-webp body .main .bammer .logo {background-size:100% 100%}
.webp body .main .bammer .logo {background-size:100% 100%}
.no-webp body .main .bammer .logo {background-color:transparent}
.webp body .main .bammer .logo {background-color:transparent}
body .main .bammer .logo {
  width: 103px;
  height: 111px;
  float: left;
  margin-left: 30px;
}
body .main .bammer .gw {
  color: #88a5b6;
  font-size: 16px;
  line-height: 38px;
  width: 126px;
  height: 38px;
  float: right;
  margin-top: 34px;
  margin-right: 39px;
  border: 1px solid #88a5b6;
  display: block;
  text-indent: 11px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
body .main .bammer .gw span {
  display: inline-block;
}
body .main .bammer .gw i {
  display: inline-block;
}
body .main .bammer .gw:hover {
  border-color: #ffe993;
  color: #ffe993;
}
.no-webp body .main .bammer .h6 {background-image:url(https://ws.res.netease.com/pc/gw/20250401201045/img/news_h6_1ae1d6f7.png);
  background-repeat: no-repeat;
  background-position: center top}
.webp body .main .bammer .h6 {background-image:url(https://ws.res.netease.com/pc/gw/20250401201045/img/news_h6_1ae1d6f7.webp);
  background-repeat: no-repeat;
  background-position: center top}
.no-webp body .main .bammer .h6 {background-repeat:no-repeat}
.webp body .main .bammer .h6 {background-repeat:no-repeat}
.no-webp body .main .bammer .h6 {background-position:center top}
.webp body .main .bammer .h6 {background-position:center top}
body .main .bammer .h6 {
  margin-top: 60px;
  width: 100%;
  height: 88px;
}
.no-webp body .location {background-image:url(https://ws.res.netease.com/pc/gw/20250401201045/img/ewm_bg_c613be88.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: transparent}
.webp body .location {background-image:url(https://ws.res.netease.com/pc/gw/20250401201045/img/ewm_bg_c613be88.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: transparent}
.no-webp body .location {background-repeat:no-repeat}
.webp body .location {background-repeat:no-repeat}
.no-webp body .location {background-position:center center}
.webp body .location {background-position:center center}
.no-webp body .location {background-size:100% 100%}
.webp body .location {background-size:100% 100%}
.no-webp body .location {background-color:transparent}
.webp body .location {background-color:transparent}
body .location {
  width: 206px;
  height: 310px;
  position: fixed;
  top: 50%;
  right: 61px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 50;
}
body .location.active {
  top: 800px;
  position: absolute;
}
body .location .fluctuate {
  width: 206px;
  height: 275px;
  padding-top: 35px;
  text-align: center;
}
.no-webp body .location .fluctuate .ewm {background-image:url(https://ws.res.netease.com/pc/gw/20250401201045/img/wxcode_8a646531.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: transparent}
.webp body .location .fluctuate .ewm {background-image:url(https://ws.res.netease.com/pc/gw/20250401201045/img/wxcode_8a646531.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: transparent}
.no-webp body .location .fluctuate .ewm {background-repeat:no-repeat}
.webp body .location .fluctuate .ewm {background-repeat:no-repeat}
.no-webp body .location .fluctuate .ewm {background-position:center center}
.webp body .location .fluctuate .ewm {background-position:center center}
.no-webp body .location .fluctuate .ewm {background-size:100% 100%}
.webp body .location .fluctuate .ewm {background-size:100% 100%}
.no-webp body .location .fluctuate .ewm {background-color:transparent}
.webp body .location .fluctuate .ewm {background-color:transparent}
body .location .fluctuate .ewm {
  margin: 0 auto;
  width: 122px;
  height: 122px;
  position: relative;
}
.no-webp body .location .fluctuate .ewm > p {background-image:url(https://ws.res.netease.com/pc/gw/20250401201045/img/xz_line_a4174dfc.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: transparent}
.webp body .location .fluctuate .ewm > p {background-image:url(https://ws.res.netease.com/pc/gw/20250401201045/img/xz_line_a4174dfc.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: transparent}
.no-webp body .location .fluctuate .ewm > p {background-repeat:no-repeat}
.webp body .location .fluctuate .ewm > p {background-repeat:no-repeat}
.no-webp body .location .fluctuate .ewm > p {background-position:center center}
.webp body .location .fluctuate .ewm > p {background-position:center center}
.no-webp body .location .fluctuate .ewm > p {background-size:100% 100%}
.webp body .location .fluctuate .ewm > p {background-size:100% 100%}
.no-webp body .location .fluctuate .ewm > p {background-color:transparent}
.webp body .location .fluctuate .ewm > p {background-color:transparent}
body .location .fluctuate .ewm > p {
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: scan_top 1.5s infinite alternate linear;
          animation: scan_top 1.5s infinite alternate linear;
}
body .location .fluctuate > p {
  color: #ffffff;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
}
.no-webp body .location .fluctuate .link-apple {background-image:url(https://ws.res.netease.com/pc/gw/20250401201045/img/app_xz_4bd09b93.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: transparent}
.webp body .location .fluctuate .link-apple {background-image:url(https://ws.res.netease.com/pc/gw/20250401201045/img/app_xz_4bd09b93.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: transparent}
.no-webp body .location .fluctuate .link-apple {background-repeat:no-repeat}
.webp body .location .fluctuate .link-apple {background-repeat:no-repeat}
.no-webp body .location .fluctuate .link-apple {background-position:center center}
.webp body .location .fluctuate .link-apple {background-position:center center}
.no-webp body .location .fluctuate .link-apple {background-size:100% 100%}
.webp body .location .fluctuate .link-apple {background-size:100% 100%}
.no-webp body .location .fluctuate .link-apple {background-color:transparent}
.webp body .location .fluctuate .link-apple {background-color:transparent}
body .location .fluctuate .link-apple {
  width: 122px;
  height: 36px;
  margin: 0 auto;
  display: block;
}
.no-webp body .location .fluctuate .link-android {background-image:url(https://ws.res.netease.com/pc/gw/20250401201045/img/and_xz_2a79e4c2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: transparent}
.webp body .location .fluctuate .link-android {background-image:url(https://ws.res.netease.com/pc/gw/20250401201045/img/and_xz_2a79e4c2.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: transparent}
.no-webp body .location .fluctuate .link-android {background-repeat:no-repeat}
.webp body .location .fluctuate .link-android {background-repeat:no-repeat}
.no-webp body .location .fluctuate .link-android {background-position:center center}
.webp body .location .fluctuate .link-android {background-position:center center}
.no-webp body .location .fluctuate .link-android {background-size:100% 100%}
.webp body .location .fluctuate .link-android {background-size:100% 100%}
.no-webp body .location .fluctuate .link-android {background-color:transparent}
.webp body .location .fluctuate .link-android {background-color:transparent}
body .location .fluctuate .link-android {
  width: 122px;
  height: 36px;
  margin: 10px auto 0;
  display: block;
}
@-webkit-keyframes scan_top {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(112px);
            transform: translateY(112px);
  }
}
@keyframes scan_top {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(112px);
            transform: translateY(112px);
  }
}

@charset "utf-8";
/* CSS Document */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
input {
  outline: none;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: normal;
  font-style: normal;
}
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button {
  color: #62a1c9;
}
html,
body {
  width: 100%;
  min-height: 930px;
  height: auto;
}
html.hidden,
body.hidden {
  overflow: hidden;
}
.hide {
  display: none;
}
/**** DEMO
单行
.text-overflow-ellipsis(1);
多行
 .text-overflow-ellipsis(2);
****/
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #454545;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #454545;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #454545;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #454545;
}
/*宽度限制板块*/
.wbox {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
.wbox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wbox {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .wbox {
  zoom: 1;
}
.wbox {
  display: block;
  position: relative;
}
/* End hide from IE-mac */
.no-webp body {background:#fff}
.webp body {background:#fff}
body {
  min-width: 1200px;
  width: 100%;
  min-height: 930px;
  height: auto;
  font-family: "Microsoft YaHei", "Helvetica Neue", Arial, HelveticaNeue, Helvetica, "BBAlpha Sans", sans-serif !important;
}
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
a,
div,
button {
  border: 0;
  outline: none;
}
/*********弹层公共样式*********/
.no-webp .Layer {background:#000}
.webp .Layer {background:#000}
.Layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.Layer.on {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 10000;
}
.pop {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
}
.pop .close {
  position: absolute;
  top: 6px;
  right: -83px;
  display: block;
  width: 52px;
  height: 52px;
  cursor: pointer;
  z-index: 100001;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.pop .close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.video-pop {
  width: 800px;
  height: 450px;
  margin: -225px 0 0 -400px;
  display: none;
}
.video-pop.on {
  display: block;
}
.video-pop .video-box {
  width: 800px;
  height: 450px;
}
.libao-pop {
  width: 826px;
  height: 511px;
  margin: -225px 0 0 -400px;
  display: none;
}
.libao-pop.on {
  display: block;
}
/*********底部版权*********/
.no-webp #NIE-copyRight {background:#000}
.webp #NIE-copyRight {background:#000}
#NIE-copyRight {
  color: #ccc;
}
#NIE-copyRight a {
  color: #e23a3f;
}
#NIE-copyRight #ncp-l1 {
  color: #e23a3f;
}
#NIE-copyRight #NIE-copyRight-corp {
  padding: 30px 0!important;
}
/*********alert组件样式修改*********/
.no-webp .alert_box .alert_wrap .alert_main .btns.btnsConfirm {background-color:#e5c27e}
.webp .alert_box .alert_wrap .alert_main .btns.btnsConfirm {background-color:#e5c27e}
.alert_box .alert_wrap .alert_main .btns.btnsConfirm {
}
.no-webp .alert_box .alert_wrap .alert_main .btns.btnsConfirm:hover {background-color:#e5c27e}
.webp .alert_box .alert_wrap .alert_main .btns.btnsConfirm:hover {background-color:#e5c27e}
.alert_box .alert_wrap .alert_main .btns.btnsConfirm:hover {
}
.no-webp .alert_box .alert_wrap .alertClose em {background-color:#e5c27e}
.webp .alert_box .alert_wrap .alertClose em {background-color:#e5c27e}
.alert_box .alert_wrap .alertClose em {
}
.no-webp .alert_box .alert_wrap .alertClose:hover em {background-color:#e5c27e}
.webp .alert_box .alert_wrap .alertClose:hover em {background-color:#e5c27e}
.alert_box .alert_wrap .alertClose:hover em {
}
/*********分享组件样式修改*********/
#NIE-share {
  text-align: center;
  position: absolute;
  right: 150px;
  top: 42px;
  z-index: 10;
}
#NIE-share .NIE-share-more {
  top: 35px;
}
#NIE-share ul li {
  padding: 0;
}
#NIE-share .NIE-share-txt {
  margin-left: 6px;
  margin-right: 11px;
  font-size: 14px;
  color: #fbe461;
}
#NIE-share .NIE-share-iconBtn a {
  color: #fbe461;
  font-size: 22px;
  line-height: 22px;
}
#NIE-share .NIE-share-iconBtn a:hover {
  color: #e5c27e;
}
@-webkit-keyframes right_out {
  0% {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes right_out {
  0% {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-ms-keyframes right_out {
  0% {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes right_out {
  0% {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes right_out {
  0% {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes video1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-moz-keyframes video1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-ms-keyframes video1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-o-keyframes video1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes video1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes video2 {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-moz-keyframes video2 {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-ms-keyframes video2 {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-o-keyframes video2 {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes video2 {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes updown {
  0% {
    top: 380px;
    opacity: 1;
  }
  50% {
    top: 390px;
    opacity: 0.8;
  }
  100% {
    top: 380px;
    opacity: 1;
  }
}
@-moz-keyframes updown {
  0% {
    top: 380px;
    opacity: 1;
  }
  50% {
    top: 390px;
    opacity: 0.8;
  }
  100% {
    top: 380px;
    opacity: 1;
  }
}
@-ms-keyframes updown {
  0% {
    top: 380px;
    opacity: 1;
  }
  50% {
    top: 390px;
    opacity: 0.8;
  }
  100% {
    top: 380px;
    opacity: 1;
  }
}
@-o-keyframes updown {
  0% {
    top: 380px;
    opacity: 1;
  }
  50% {
    top: 390px;
    opacity: 0.8;
  }
  100% {
    top: 380px;
    opacity: 1;
  }
}
@keyframes updown {
  0% {
    top: 380px;
    opacity: 1;
  }
  50% {
    top: 390px;
    opacity: 0.8;
  }
  100% {
    top: 380px;
    opacity: 1;
  }
}
@-webkit-keyframes ship {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(4000px, -2000px, 0);
    -moz-transform: translate3d(4000px, -2000px, 0);
    -ms-transform: translate3d(4000px, -2000px, 0);
    -o-transform: translate3d(4000px, -2000px, 0);
    transform: translate3d(4000px, -2000px, 0);
  }
  30% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-30px, -3px, 0);
    -moz-transform: translate3d(-30px, -3px, 0);
    -ms-transform: translate3d(-30px, -3px, 0);
    -o-transform: translate3d(-30px, -3px, 0);
    transform: translate3d(-30px, -3px, 0);
  }
  40% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(10px, 1px, 0);
    -moz-transform: translate3d(10px, 1px, 0);
    -ms-transform: translate3d(10px, 1px, 0);
    -o-transform: translate3d(10px, 1px, 0);
    transform: translate3d(10px, 1px, 0);
  }
  42% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  45% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes ship {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(4000px, -2000px, 0);
    -moz-transform: translate3d(4000px, -2000px, 0);
    -ms-transform: translate3d(4000px, -2000px, 0);
    -o-transform: translate3d(4000px, -2000px, 0);
    transform: translate3d(4000px, -2000px, 0);
  }
  30% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-30px, -3px, 0);
    -moz-transform: translate3d(-30px, -3px, 0);
    -ms-transform: translate3d(-30px, -3px, 0);
    -o-transform: translate3d(-30px, -3px, 0);
    transform: translate3d(-30px, -3px, 0);
  }
  40% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(10px, 1px, 0);
    -moz-transform: translate3d(10px, 1px, 0);
    -ms-transform: translate3d(10px, 1px, 0);
    -o-transform: translate3d(10px, 1px, 0);
    transform: translate3d(10px, 1px, 0);
  }
  42% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  45% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-ms-keyframes ship {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(4000px, -2000px, 0);
    -moz-transform: translate3d(4000px, -2000px, 0);
    -ms-transform: translate3d(4000px, -2000px, 0);
    -o-transform: translate3d(4000px, -2000px, 0);
    transform: translate3d(4000px, -2000px, 0);
  }
  30% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-30px, -3px, 0);
    -moz-transform: translate3d(-30px, -3px, 0);
    -ms-transform: translate3d(-30px, -3px, 0);
    -o-transform: translate3d(-30px, -3px, 0);
    transform: translate3d(-30px, -3px, 0);
  }
  40% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(10px, 1px, 0);
    -moz-transform: translate3d(10px, 1px, 0);
    -ms-transform: translate3d(10px, 1px, 0);
    -o-transform: translate3d(10px, 1px, 0);
    transform: translate3d(10px, 1px, 0);
  }
  42% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  45% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes ship {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(4000px, -2000px, 0);
    -moz-transform: translate3d(4000px, -2000px, 0);
    -ms-transform: translate3d(4000px, -2000px, 0);
    -o-transform: translate3d(4000px, -2000px, 0);
    transform: translate3d(4000px, -2000px, 0);
  }
  30% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-30px, -3px, 0);
    -moz-transform: translate3d(-30px, -3px, 0);
    -ms-transform: translate3d(-30px, -3px, 0);
    -o-transform: translate3d(-30px, -3px, 0);
    transform: translate3d(-30px, -3px, 0);
  }
  40% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(10px, 1px, 0);
    -moz-transform: translate3d(10px, 1px, 0);
    -ms-transform: translate3d(10px, 1px, 0);
    -o-transform: translate3d(10px, 1px, 0);
    transform: translate3d(10px, 1px, 0);
  }
  42% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  45% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes ship {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(4000px, -2000px, 0);
    -moz-transform: translate3d(4000px, -2000px, 0);
    -ms-transform: translate3d(4000px, -2000px, 0);
    -o-transform: translate3d(4000px, -2000px, 0);
    transform: translate3d(4000px, -2000px, 0);
  }
  30% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-30px, -3px, 0);
    -moz-transform: translate3d(-30px, -3px, 0);
    -ms-transform: translate3d(-30px, -3px, 0);
    -o-transform: translate3d(-30px, -3px, 0);
    transform: translate3d(-30px, -3px, 0);
  }
  40% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(10px, 1px, 0);
    -moz-transform: translate3d(10px, 1px, 0);
    -ms-transform: translate3d(10px, 1px, 0);
    -o-transform: translate3d(10px, 1px, 0);
    transform: translate3d(10px, 1px, 0);
  }
  42% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  45% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-webkit-keyframes top_out {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -500px, 0);
    -moz-transform: translate3d(0, -500px, 0);
    -ms-transform: translate3d(0, -500px, 0);
    -o-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
  }
  42% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes top_out {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -500px, 0);
    -moz-transform: translate3d(0, -500px, 0);
    -ms-transform: translate3d(0, -500px, 0);
    -o-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
  }
  42% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-ms-keyframes top_out {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -500px, 0);
    -moz-transform: translate3d(0, -500px, 0);
    -ms-transform: translate3d(0, -500px, 0);
    -o-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
  }
  42% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes top_out {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -500px, 0);
    -moz-transform: translate3d(0, -500px, 0);
    -ms-transform: translate3d(0, -500px, 0);
    -o-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
  }
  42% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes top_out {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -500px, 0);
    -moz-transform: translate3d(0, -500px, 0);
    -ms-transform: translate3d(0, -500px, 0);
    -o-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
  }
  42% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.posr {
  position: relative;
}
.posa {
  position: absolute;
}
.posf {
  position: fixed;
}
.hide {
  display: none;
}
.a-hide-content {
  text-indent: -9999px;
  overflow: hidden;
}
input {
  outline: medium;
}
/* pc弹窗 */
.no-webp .shiling_btn {background:url(https://ws.res.netease.com/pc/gw/20250401201045/img/12+_web_ea711ab3.png) no-repeat}
.webp .shiling_btn {background:url(https://ws.res.netease.com/pc/gw/20250401201045/img/12+_web_ea711ab3.webp) no-repeat}
.shiling_btn {
  display: block;
  width: 114px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 590px;
  margin-left: 240px;
  z-index: 9;
}
.no-webp .shiling-layer {background:rgba(0, 0, 0, 0.5)}
.webp .shiling-layer {background:rgba(0, 0, 0, 0.5)}
.shiling-layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.no-webp .shiling-layer .shiling-pop {background:url(https://ws.res.netease.com/pc/gw/20250401201045/img/area_web_76db74a4.png) no-repeat center}
.webp .shiling-layer .shiling-pop {background:url(https://ws.res.netease.com/pc/gw/20250401201045/img/area_web_76db74a4.webp) no-repeat center}
.shiling-layer .shiling-pop {
  width: 880px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.no-webp .shiling-layer .shiling-pop .shiling-close {background:url(https://ws.res.netease.com/pc/gw/20250401201045/img/icon_close_3a0156ff.png) no-repeat}
.webp .shiling-layer .shiling-pop .shiling-close {background:url(https://ws.res.netease.com/pc/gw/20250401201045/img/icon_close_3a0156ff.webp) no-repeat}
.shiling-layer .shiling-pop .shiling-close {
  display: block;
  width: 38px;
  height: 39px;
  position: absolute;
  top: 25px;
  right: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shiling-layer .shiling-pop .shiling-close:hover {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.no-webp .shiling-layer .shiling-pop .shiling-title {background:url(https://ws.res.netease.com/pc/gw/20250401201045/img/title_web_bdaae3de.png) no-repeat center}
.webp .shiling-layer .shiling-pop .shiling-title {background:url(https://ws.res.netease.com/pc/gw/20250401201045/img/title_web_bdaae3de.webp) no-repeat center}
.shiling-layer .shiling-pop .shiling-title {
  width: 411px;
  height: 29px;
  margin: 0 auto 50px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.shiling-layer .shiling-pop .shilin-txt {
  width: 790px;
  height: 360px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.shiling-layer .shiling-pop .shilin-txt p {
  font-size: 12px;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 20px;
  margin-bottom: 16px;
}
.shiling-layer .shiling-pop .shilin-txt a {
  color: #fff;
}
body .main > .content:after {
  content: "";
  clear: both;
  display: block;
}
body .main > .content .headline {
  padding-bottom: 27px;
  border-bottom: 1px solid #2a4356;
  text-align: center;
  height: 18px;
}
body .main > .content .headline li {
  text-align: center;
  display: inline-block;
  margin-left: 35px;
}
body .main > .content .headline li:nth-child(1) {
  margin-left: 0;
}
body .main > .content .headline li a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
  width: 70px;
  height: 18px;
  display: block;
  padding-bottom: 26px;
}
.no-webp body .main > .content .headline li a.active {background-image:url(https://ws.res.netease.com/pc/gw/20250401201045/img/active_422e6c33.png);
  background-repeat: no-repeat;
  background-position: center bottom}
.webp body .main > .content .headline li a.active {background-image:url(https://ws.res.netease.com/pc/gw/20250401201045/img/active_422e6c33.webp);
  background-repeat: no-repeat;
  background-position: center bottom}
.no-webp body .main > .content .headline li a.active {background-repeat:no-repeat}
.webp body .main > .content .headline li a.active {background-repeat:no-repeat}
.no-webp body .main > .content .headline li a.active {background-position:center bottom}
.webp body .main > .content .headline li a.active {background-position:center bottom}
body .main > .content .headline li a.active {
  color: #ffe993;
}
body .main > .content .headline li a:hover {
  color: #ffe993;
}
body .main > .content .listing {
  width: 1200px;
  margin: 0 auto;
  padding-top: 81px;
}
body .main > .content .listing > li {
  margin-bottom: 84px;
}
body .main > .content .listing > li p,
body .main > .content .listing > li b,
body .main > .content .listing > li span,
body .main > .content .listing > li i {
  display: block;
}
body .main > .content .listing > li p {
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  text-align: right;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
body .main > .content .listing > li b {
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  word-wrap: break-word;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 19px;
  height: 24px;
}
body .main > .content .listing > li li > span {
  color: #92a9b7;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 44px;
}
body .main > .content .listing > li .yy {
  font-size: 12px;
  line-height: 14px;
  margin-top: 5px;
  width: 345px;
}
body .main > .content .listing > li .mm {
  text-align: right;
}
body .main > .content .listing > li .mm:after {
  content: "";
  clear: both;
  display: block;
}
body .main > .content .listing > li .mm i,
body .main > .content .listing > li .mm span {
  float: right;
  font-style: initial;
}
body .main > .content .listing > li .mm i {
  padding: 0 4px;
}
.no-webp body .main > .content .listing > li li > i {background-image:url(https://ws.res.netease.com/pc/gw/20250401201045/img/jiantou_d8ee5698.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%}
.webp body .main > .content .listing > li li > i {background-image:url(https://ws.res.netease.com/pc/gw/20250401201045/img/jiantou_d8ee5698.webp);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%}
.no-webp body .main > .content .listing > li li > i {background-repeat:no-repeat}
.webp body .main > .content .listing > li li > i {background-repeat:no-repeat}
.no-webp body .main > .content .listing > li li > i {background-position:right center}
.webp body .main > .content .listing > li li > i {background-position:right center}
.no-webp body .main > .content .listing > li li > i {background-size:auto 100%}
.webp body .main > .content .listing > li li > i {background-size:auto 100%}
body .main > .content .listing > li li > i {
  width: 5px;
  height: 9px;
  margin: 30px 2px 0 0;
  float: right;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.no-webp body .main > .content .listing > li li > i:after {background-color:#496071}
.webp body .main > .content .listing > li li > i:after {background-color:#496071}
body .main > .content .listing > li li > i:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  width: 0px;
  height: 1px;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
}
body .main > .content .listing > li a {
  display: block;
}
body .main > .content .listing > li a:after {
  content: "";
  clear: both;
  display: block;
}
body .main > .content .listing > li a ul:after {
  content: "";
  clear: both;
  display: block;
}
body .main > .content .listing > li a ul li:nth-child(1) {
  width: 855px;
  float: left;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
body .main > .content .listing > li a ul li:nth-child(2) {
  float: right;
  width: 345px;
  vertical-align: top;
}
body .main > .content .listing > li a ul li:nth-child(2):after {
  content: "";
  clear: both;
  display: block;
}
body .main > .content .listing > li a:hover li > i {
  transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -o-transform: translateX(-20px);
}
body .main > .content .listing > li a:hover li > i:after {
  width: 66px;
}
body .main > .content .listing > li a:hover li:nth-child(1) {
  transform: translateX(20px);
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -o-transform: translateX(20px);
}
body .main > .content .listing > li a:hover p {
  transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -o-transform: translateX(-20px);
}
body .main > .content .pagination {
  min-width: 1200px;
  max-width: 1920px;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 68px;
  color: #63869e;
  font-size: 12px;
  line-height: 20px;
}
.no-webp body .main > .content .pagination .prevpage i, 
.no-webp body .main > .content .pagination .nextpage i {background-color:rgba(135, 165, 182, 0.2)}
.webp body .main > .content .pagination .prevpage i, 
.webp body .main > .content .pagination .nextpage i {background-color:rgba(135, 165, 182, 0.2)}
body .main > .content .pagination .prevpage i,
body .main > .content .pagination .nextpage i {
  width: 17px;
  height: 17px;
  color: #7ba3be;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #4d6575;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
body .main > .content .pagination .prevpage i:hover,
body .main > .content .pagination .nextpage i:hover {
  color: #fff;
  border-color: #fff;
}
body .main > .content .pagination .nextpage i {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
body .main > .content .pagination a {
  color: #63869e;
  margin-left: 11px;
}
body .main > .content .pagination a:nth-child(1) {
  margin-left: 0;
}
body .main > .content .pagination a i {
  font-style: initial;
  display: inline-block;
}
body .main > .content .pagination a:hover {
  color: #fff;
}
body .main > .content .pagination > i {
  font-style: initial;
  color: #fff;
  margin-left: 11px;
  text-decoration: underline;
}
.no-webp body .main > .content .pagination input {background-color:#234a64}
.webp body .main > .content .pagination input {background-color:#234a64}
body .main > .content .pagination input {
  width: 26px;
  height: 19px;
  border: none;
  color: #fff;
  text-align: center;
  margin-left: 11px;
  padding: 0 4px;
}
.no-webp body .main > .content .pagination button {background-color:#234a64}
.webp body .main > .content .pagination button {background-color:#234a64}
body .main > .content .pagination button {
  border: none;
  text-align: center;
  color: #97bcd6;
  width: 38px;
  height: 19px;
  margin-left: 1px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.no-webp body .main > .content .pagination button:hover {background-color:#fff}
.webp body .main > .content .pagination button:hover {background-color:#fff}
body .main > .content .pagination button:hover {
  color: #000;
}

