@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;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
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;
  max-width: 1920px;
  margin: 0 auto;
  height: auto;
  background: #fff;
}
::-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 */
body {
  width: 100%;
  min-width: 1290px;
}
input,
textarea,
a,
div,
button,
select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.hide {
  display: none;
}
/**** DEMO单行
.text-overflow-ellipsis(1);
多行
 .text-overflow-ellipsis(2);
****/
#wrap {
  position: relative;
  max-width: 1920px;
  height: 1080px;
  overflow: hidden;
}
@-webkit-keyframes test {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(30px);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
  }
}
@-moz-keyframes test {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(30px);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
  }
}
@-o-keyframes test {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(30px);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
  }
}
@-ms-keyframes test {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(30px);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
  }
}
@keyframes test {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(30px);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
  }
}
.test {
  opacity: 0;
  -webkit-animation: leihuo 0.5s 0.3s forwards 300ms 0 ease;
  -moz-animation: leihuo 0.5s 0.3s forwards 300ms 0 ease;
  -ms-animation: leihuo 0.5s 0.3s forwards 300ms 0 ease;
  animation: leihuo 0.5s 0.3s forwards 300ms 0 ease;
  -moz-animation: leihuo 0.5s 0.3s forwards;
  -webkit-animation: leihuo 0.5s 0.3s forwards;
  -o-animation: leihuo 0.5s 0.3s forwards;
  -ms-animation: leihuo 0.5s 0.3s forwards;
  animation: leihuo 0.5s 0.3s forwards;
}
@-webkit-keyframes daokeAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -580px 0px;
  }
  14.29% {
    background-position: -1160px 0px;
  }
  21.43% {
    background-position: -1740px 0px;
  }
  28.57% {
    background-position: -2320px 0px;
  }
  35.71% {
    background-position: 0px -800px;
  }
  42.86% {
    background-position: -580px -800px;
  }
  50.00% {
    background-position: -1160px -800px;
  }
  57.14% {
    background-position: -1740px -800px;
  }
  64.29% {
    background-position: -2320px -800px;
  }
  71.43% {
    background-position: 0px -1600px;
  }
  78.57% {
    background-position: -580px -1600px;
  }
  85.71% {
    background-position: -1160px -1600px;
  }
  92.86% {
    background-position: -1740px -1600px;
  }
  100.00% {
    background-position: -2320px -1600px;
  }
}
@-moz-keyframes daokeAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -580px 0px;
  }
  14.29% {
    background-position: -1160px 0px;
  }
  21.43% {
    background-position: -1740px 0px;
  }
  28.57% {
    background-position: -2320px 0px;
  }
  35.71% {
    background-position: 0px -800px;
  }
  42.86% {
    background-position: -580px -800px;
  }
  50.00% {
    background-position: -1160px -800px;
  }
  57.14% {
    background-position: -1740px -800px;
  }
  64.29% {
    background-position: -2320px -800px;
  }
  71.43% {
    background-position: 0px -1600px;
  }
  78.57% {
    background-position: -580px -1600px;
  }
  85.71% {
    background-position: -1160px -1600px;
  }
  92.86% {
    background-position: -1740px -1600px;
  }
  100.00% {
    background-position: -2320px -1600px;
  }
}
@-o-keyframes daokeAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -580px 0px;
  }
  14.29% {
    background-position: -1160px 0px;
  }
  21.43% {
    background-position: -1740px 0px;
  }
  28.57% {
    background-position: -2320px 0px;
  }
  35.71% {
    background-position: 0px -800px;
  }
  42.86% {
    background-position: -580px -800px;
  }
  50.00% {
    background-position: -1160px -800px;
  }
  57.14% {
    background-position: -1740px -800px;
  }
  64.29% {
    background-position: -2320px -800px;
  }
  71.43% {
    background-position: 0px -1600px;
  }
  78.57% {
    background-position: -580px -1600px;
  }
  85.71% {
    background-position: -1160px -1600px;
  }
  92.86% {
    background-position: -1740px -1600px;
  }
  100.00% {
    background-position: -2320px -1600px;
  }
}
@-ms-keyframes daokeAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -580px 0px;
  }
  14.29% {
    background-position: -1160px 0px;
  }
  21.43% {
    background-position: -1740px 0px;
  }
  28.57% {
    background-position: -2320px 0px;
  }
  35.71% {
    background-position: 0px -800px;
  }
  42.86% {
    background-position: -580px -800px;
  }
  50.00% {
    background-position: -1160px -800px;
  }
  57.14% {
    background-position: -1740px -800px;
  }
  64.29% {
    background-position: -2320px -800px;
  }
  71.43% {
    background-position: 0px -1600px;
  }
  78.57% {
    background-position: -580px -1600px;
  }
  85.71% {
    background-position: -1160px -1600px;
  }
  92.86% {
    background-position: -1740px -1600px;
  }
  100.00% {
    background-position: -2320px -1600px;
  }
}
@keyframes daokeAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -580px 0px;
  }
  14.29% {
    background-position: -1160px 0px;
  }
  21.43% {
    background-position: -1740px 0px;
  }
  28.57% {
    background-position: -2320px 0px;
  }
  35.71% {
    background-position: 0px -800px;
  }
  42.86% {
    background-position: -580px -800px;
  }
  50.00% {
    background-position: -1160px -800px;
  }
  57.14% {
    background-position: -1740px -800px;
  }
  64.29% {
    background-position: -2320px -800px;
  }
  71.43% {
    background-position: 0px -1600px;
  }
  78.57% {
    background-position: -580px -1600px;
  }
  85.71% {
    background-position: -1160px -1600px;
  }
  92.86% {
    background-position: -1740px -1600px;
  }
  100.00% {
    background-position: -2320px -1600px;
  }
}
@-webkit-keyframes huahunAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -660px 0px;
  }
  14.29% {
    background-position: -1320px 0px;
  }
  21.43% {
    background-position: -1980px 0px;
  }
  28.57% {
    background-position: -2640px 0px;
  }
  35.71% {
    background-position: 0px -920px;
  }
  42.86% {
    background-position: -660px -920px;
  }
  50.00% {
    background-position: -1320px -920px;
  }
  57.14% {
    background-position: -1980px -920px;
  }
  64.29% {
    background-position: -2640px -920px;
  }
  71.43% {
    background-position: 0px -1840px;
  }
  78.57% {
    background-position: -660px -1840px;
  }
  85.71% {
    background-position: -1320px -1840px;
  }
  92.86% {
    background-position: -1980px -1840px;
  }
  100.00% {
    background-position: -2640px -1840px;
  }
}
@-moz-keyframes huahunAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -660px 0px;
  }
  14.29% {
    background-position: -1320px 0px;
  }
  21.43% {
    background-position: -1980px 0px;
  }
  28.57% {
    background-position: -2640px 0px;
  }
  35.71% {
    background-position: 0px -920px;
  }
  42.86% {
    background-position: -660px -920px;
  }
  50.00% {
    background-position: -1320px -920px;
  }
  57.14% {
    background-position: -1980px -920px;
  }
  64.29% {
    background-position: -2640px -920px;
  }
  71.43% {
    background-position: 0px -1840px;
  }
  78.57% {
    background-position: -660px -1840px;
  }
  85.71% {
    background-position: -1320px -1840px;
  }
  92.86% {
    background-position: -1980px -1840px;
  }
  100.00% {
    background-position: -2640px -1840px;
  }
}
@-o-keyframes huahunAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -660px 0px;
  }
  14.29% {
    background-position: -1320px 0px;
  }
  21.43% {
    background-position: -1980px 0px;
  }
  28.57% {
    background-position: -2640px 0px;
  }
  35.71% {
    background-position: 0px -920px;
  }
  42.86% {
    background-position: -660px -920px;
  }
  50.00% {
    background-position: -1320px -920px;
  }
  57.14% {
    background-position: -1980px -920px;
  }
  64.29% {
    background-position: -2640px -920px;
  }
  71.43% {
    background-position: 0px -1840px;
  }
  78.57% {
    background-position: -660px -1840px;
  }
  85.71% {
    background-position: -1320px -1840px;
  }
  92.86% {
    background-position: -1980px -1840px;
  }
  100.00% {
    background-position: -2640px -1840px;
  }
}
@-ms-keyframes huahunAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -660px 0px;
  }
  14.29% {
    background-position: -1320px 0px;
  }
  21.43% {
    background-position: -1980px 0px;
  }
  28.57% {
    background-position: -2640px 0px;
  }
  35.71% {
    background-position: 0px -920px;
  }
  42.86% {
    background-position: -660px -920px;
  }
  50.00% {
    background-position: -1320px -920px;
  }
  57.14% {
    background-position: -1980px -920px;
  }
  64.29% {
    background-position: -2640px -920px;
  }
  71.43% {
    background-position: 0px -1840px;
  }
  78.57% {
    background-position: -660px -1840px;
  }
  85.71% {
    background-position: -1320px -1840px;
  }
  92.86% {
    background-position: -1980px -1840px;
  }
  100.00% {
    background-position: -2640px -1840px;
  }
}
@keyframes huahunAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -660px 0px;
  }
  14.29% {
    background-position: -1320px 0px;
  }
  21.43% {
    background-position: -1980px 0px;
  }
  28.57% {
    background-position: -2640px 0px;
  }
  35.71% {
    background-position: 0px -920px;
  }
  42.86% {
    background-position: -660px -920px;
  }
  50.00% {
    background-position: -1320px -920px;
  }
  57.14% {
    background-position: -1980px -920px;
  }
  64.29% {
    background-position: -2640px -920px;
  }
  71.43% {
    background-position: 0px -1840px;
  }
  78.57% {
    background-position: -660px -1840px;
  }
  85.71% {
    background-position: -1320px -1840px;
  }
  92.86% {
    background-position: -1980px -1840px;
  }
  100.00% {
    background-position: -2640px -1840px;
  }
}
@-webkit-keyframes meizheAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -620px 0px;
  }
  14.29% {
    background-position: -1240px 0px;
  }
  21.43% {
    background-position: -1860px 0px;
  }
  28.57% {
    background-position: -2480px 0px;
  }
  35.71% {
    background-position: 0px -820px;
  }
  42.86% {
    background-position: -620px -820px;
  }
  50.00% {
    background-position: -1240px -820px;
  }
  57.14% {
    background-position: -1860px -820px;
  }
  64.29% {
    background-position: -2480px -820px;
  }
  71.43% {
    background-position: 0px -1640px;
  }
  78.57% {
    background-position: -620px -1640px;
  }
  85.71% {
    background-position: -1240px -1640px;
  }
  92.86% {
    background-position: -1860px -1640px;
  }
  100.00% {
    background-position: -2480px -1640px;
  }
}
@-moz-keyframes meizheAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -620px 0px;
  }
  14.29% {
    background-position: -1240px 0px;
  }
  21.43% {
    background-position: -1860px 0px;
  }
  28.57% {
    background-position: -2480px 0px;
  }
  35.71% {
    background-position: 0px -820px;
  }
  42.86% {
    background-position: -620px -820px;
  }
  50.00% {
    background-position: -1240px -820px;
  }
  57.14% {
    background-position: -1860px -820px;
  }
  64.29% {
    background-position: -2480px -820px;
  }
  71.43% {
    background-position: 0px -1640px;
  }
  78.57% {
    background-position: -620px -1640px;
  }
  85.71% {
    background-position: -1240px -1640px;
  }
  92.86% {
    background-position: -1860px -1640px;
  }
  100.00% {
    background-position: -2480px -1640px;
  }
}
@-o-keyframes meizheAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -620px 0px;
  }
  14.29% {
    background-position: -1240px 0px;
  }
  21.43% {
    background-position: -1860px 0px;
  }
  28.57% {
    background-position: -2480px 0px;
  }
  35.71% {
    background-position: 0px -820px;
  }
  42.86% {
    background-position: -620px -820px;
  }
  50.00% {
    background-position: -1240px -820px;
  }
  57.14% {
    background-position: -1860px -820px;
  }
  64.29% {
    background-position: -2480px -820px;
  }
  71.43% {
    background-position: 0px -1640px;
  }
  78.57% {
    background-position: -620px -1640px;
  }
  85.71% {
    background-position: -1240px -1640px;
  }
  92.86% {
    background-position: -1860px -1640px;
  }
  100.00% {
    background-position: -2480px -1640px;
  }
}
@-ms-keyframes meizheAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -620px 0px;
  }
  14.29% {
    background-position: -1240px 0px;
  }
  21.43% {
    background-position: -1860px 0px;
  }
  28.57% {
    background-position: -2480px 0px;
  }
  35.71% {
    background-position: 0px -820px;
  }
  42.86% {
    background-position: -620px -820px;
  }
  50.00% {
    background-position: -1240px -820px;
  }
  57.14% {
    background-position: -1860px -820px;
  }
  64.29% {
    background-position: -2480px -820px;
  }
  71.43% {
    background-position: 0px -1640px;
  }
  78.57% {
    background-position: -620px -1640px;
  }
  85.71% {
    background-position: -1240px -1640px;
  }
  92.86% {
    background-position: -1860px -1640px;
  }
  100.00% {
    background-position: -2480px -1640px;
  }
}
@keyframes meizheAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -620px 0px;
  }
  14.29% {
    background-position: -1240px 0px;
  }
  21.43% {
    background-position: -1860px 0px;
  }
  28.57% {
    background-position: -2480px 0px;
  }
  35.71% {
    background-position: 0px -820px;
  }
  42.86% {
    background-position: -620px -820px;
  }
  50.00% {
    background-position: -1240px -820px;
  }
  57.14% {
    background-position: -1860px -820px;
  }
  64.29% {
    background-position: -2480px -820px;
  }
  71.43% {
    background-position: 0px -1640px;
  }
  78.57% {
    background-position: -620px -1640px;
  }
  85.71% {
    background-position: -1240px -1640px;
  }
  92.86% {
    background-position: -1860px -1640px;
  }
  100.00% {
    background-position: -2480px -1640px;
  }
}
@-webkit-keyframes yishiAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -580px 0px;
  }
  14.29% {
    background-position: -1160px 0px;
  }
  21.43% {
    background-position: -1740px 0px;
  }
  28.57% {
    background-position: -2320px 0px;
  }
  35.71% {
    background-position: 0px -800px;
  }
  42.86% {
    background-position: -580px -800px;
  }
  50.00% {
    background-position: -1160px -800px;
  }
  57.14% {
    background-position: -1740px -800px;
  }
  64.29% {
    background-position: -2320px -800px;
  }
  71.43% {
    background-position: 0px -1600px;
  }
  78.57% {
    background-position: -580px -1600px;
  }
  85.71% {
    background-position: -1160px -1600px;
  }
  92.86% {
    background-position: -1740px -1600px;
  }
  100.00% {
    background-position: -2320px -1600px;
  }
}
@-moz-keyframes yishiAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -580px 0px;
  }
  14.29% {
    background-position: -1160px 0px;
  }
  21.43% {
    background-position: -1740px 0px;
  }
  28.57% {
    background-position: -2320px 0px;
  }
  35.71% {
    background-position: 0px -800px;
  }
  42.86% {
    background-position: -580px -800px;
  }
  50.00% {
    background-position: -1160px -800px;
  }
  57.14% {
    background-position: -1740px -800px;
  }
  64.29% {
    background-position: -2320px -800px;
  }
  71.43% {
    background-position: 0px -1600px;
  }
  78.57% {
    background-position: -580px -1600px;
  }
  85.71% {
    background-position: -1160px -1600px;
  }
  92.86% {
    background-position: -1740px -1600px;
  }
  100.00% {
    background-position: -2320px -1600px;
  }
}
@-o-keyframes yishiAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -580px 0px;
  }
  14.29% {
    background-position: -1160px 0px;
  }
  21.43% {
    background-position: -1740px 0px;
  }
  28.57% {
    background-position: -2320px 0px;
  }
  35.71% {
    background-position: 0px -800px;
  }
  42.86% {
    background-position: -580px -800px;
  }
  50.00% {
    background-position: -1160px -800px;
  }
  57.14% {
    background-position: -1740px -800px;
  }
  64.29% {
    background-position: -2320px -800px;
  }
  71.43% {
    background-position: 0px -1600px;
  }
  78.57% {
    background-position: -580px -1600px;
  }
  85.71% {
    background-position: -1160px -1600px;
  }
  92.86% {
    background-position: -1740px -1600px;
  }
  100.00% {
    background-position: -2320px -1600px;
  }
}
@-ms-keyframes yishiAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -580px 0px;
  }
  14.29% {
    background-position: -1160px 0px;
  }
  21.43% {
    background-position: -1740px 0px;
  }
  28.57% {
    background-position: -2320px 0px;
  }
  35.71% {
    background-position: 0px -800px;
  }
  42.86% {
    background-position: -580px -800px;
  }
  50.00% {
    background-position: -1160px -800px;
  }
  57.14% {
    background-position: -1740px -800px;
  }
  64.29% {
    background-position: -2320px -800px;
  }
  71.43% {
    background-position: 0px -1600px;
  }
  78.57% {
    background-position: -580px -1600px;
  }
  85.71% {
    background-position: -1160px -1600px;
  }
  92.86% {
    background-position: -1740px -1600px;
  }
  100.00% {
    background-position: -2320px -1600px;
  }
}
@keyframes yishiAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -580px 0px;
  }
  14.29% {
    background-position: -1160px 0px;
  }
  21.43% {
    background-position: -1740px 0px;
  }
  28.57% {
    background-position: -2320px 0px;
  }
  35.71% {
    background-position: 0px -800px;
  }
  42.86% {
    background-position: -580px -800px;
  }
  50.00% {
    background-position: -1160px -800px;
  }
  57.14% {
    background-position: -1740px -800px;
  }
  64.29% {
    background-position: -2320px -800px;
  }
  71.43% {
    background-position: 0px -1600px;
  }
  78.57% {
    background-position: -580px -1600px;
  }
  85.71% {
    background-position: -1160px -1600px;
  }
  92.86% {
    background-position: -1740px -1600px;
  }
  100.00% {
    background-position: -2320px -1600px;
  }
}
@-webkit-keyframes sheshouAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -600px 0px;
  }
  14.29% {
    background-position: -1200px 0px;
  }
  21.43% {
    background-position: -1800px 0px;
  }
  28.57% {
    background-position: -2400px 0px;
  }
  35.71% {
    background-position: 0px -800px;
  }
  42.86% {
    background-position: -600px -800px;
  }
  50.00% {
    background-position: -1200px -800px;
  }
  57.14% {
    background-position: -1800px -800px;
  }
  64.29% {
    background-position: -2400px -800px;
  }
  71.43% {
    background-position: 0px -1600px;
  }
  78.57% {
    background-position: -600px -1600px;
  }
  85.71% {
    background-position: -1200px -1600px;
  }
  92.86% {
    background-position: -1800px -1600px;
  }
  100.00% {
    background-position: -2400px -1600px;
  }
}
@-moz-keyframes sheshouAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -600px 0px;
  }
  14.29% {
    background-position: -1200px 0px;
  }
  21.43% {
    background-position: -1800px 0px;
  }
  28.57% {
    background-position: -2400px 0px;
  }
  35.71% {
    background-position: 0px -800px;
  }
  42.86% {
    background-position: -600px -800px;
  }
  50.00% {
    background-position: -1200px -800px;
  }
  57.14% {
    background-position: -1800px -800px;
  }
  64.29% {
    background-position: -2400px -800px;
  }
  71.43% {
    background-position: 0px -1600px;
  }
  78.57% {
    background-position: -600px -1600px;
  }
  85.71% {
    background-position: -1200px -1600px;
  }
  92.86% {
    background-position: -1800px -1600px;
  }
  100.00% {
    background-position: -2400px -1600px;
  }
}
@-o-keyframes sheshouAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -600px 0px;
  }
  14.29% {
    background-position: -1200px 0px;
  }
  21.43% {
    background-position: -1800px 0px;
  }
  28.57% {
    background-position: -2400px 0px;
  }
  35.71% {
    background-position: 0px -800px;
  }
  42.86% {
    background-position: -600px -800px;
  }
  50.00% {
    background-position: -1200px -800px;
  }
  57.14% {
    background-position: -1800px -800px;
  }
  64.29% {
    background-position: -2400px -800px;
  }
  71.43% {
    background-position: 0px -1600px;
  }
  78.57% {
    background-position: -600px -1600px;
  }
  85.71% {
    background-position: -1200px -1600px;
  }
  92.86% {
    background-position: -1800px -1600px;
  }
  100.00% {
    background-position: -2400px -1600px;
  }
}
@-ms-keyframes sheshouAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -600px 0px;
  }
  14.29% {
    background-position: -1200px 0px;
  }
  21.43% {
    background-position: -1800px 0px;
  }
  28.57% {
    background-position: -2400px 0px;
  }
  35.71% {
    background-position: 0px -800px;
  }
  42.86% {
    background-position: -600px -800px;
  }
  50.00% {
    background-position: -1200px -800px;
  }
  57.14% {
    background-position: -1800px -800px;
  }
  64.29% {
    background-position: -2400px -800px;
  }
  71.43% {
    background-position: 0px -1600px;
  }
  78.57% {
    background-position: -600px -1600px;
  }
  85.71% {
    background-position: -1200px -1600px;
  }
  92.86% {
    background-position: -1800px -1600px;
  }
  100.00% {
    background-position: -2400px -1600px;
  }
}
@keyframes sheshouAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -600px 0px;
  }
  14.29% {
    background-position: -1200px 0px;
  }
  21.43% {
    background-position: -1800px 0px;
  }
  28.57% {
    background-position: -2400px 0px;
  }
  35.71% {
    background-position: 0px -800px;
  }
  42.86% {
    background-position: -600px -800px;
  }
  50.00% {
    background-position: -1200px -800px;
  }
  57.14% {
    background-position: -1800px -800px;
  }
  64.29% {
    background-position: -2400px -800px;
  }
  71.43% {
    background-position: 0px -1600px;
  }
  78.57% {
    background-position: -600px -1600px;
  }
  85.71% {
    background-position: -1200px -1600px;
  }
  92.86% {
    background-position: -1800px -1600px;
  }
  100.00% {
    background-position: -2400px -1600px;
  }
}
@-webkit-keyframes yirenAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -620px 0px;
  }
  14.29% {
    background-position: -1240px 0px;
  }
  21.43% {
    background-position: -1860px 0px;
  }
  28.57% {
    background-position: -2480px 0px;
  }
  35.71% {
    background-position: 0px -800px;
  }
  42.86% {
    background-position: -620px -800px;
  }
  50.00% {
    background-position: -1240px -800px;
  }
  57.14% {
    background-position: -1860px -800px;
  }
  64.29% {
    background-position: -2480px -800px;
  }
  71.43% {
    background-position: 0px -1600px;
  }
  78.57% {
    background-position: -620px -1600px;
  }
  85.71% {
    background-position: -1240px -1600px;
  }
  92.86% {
    background-position: -1860px -1600px;
  }
  100.00% {
    background-position: -2480px -1600px;
  }
}
@-moz-keyframes yirenAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -620px 0px;
  }
  14.29% {
    background-position: -1240px 0px;
  }
  21.43% {
    background-position: -1860px 0px;
  }
  28.57% {
    background-position: -2480px 0px;
  }
  35.71% {
    background-position: 0px -800px;
  }
  42.86% {
    background-position: -620px -800px;
  }
  50.00% {
    background-position: -1240px -800px;
  }
  57.14% {
    background-position: -1860px -800px;
  }
  64.29% {
    background-position: -2480px -800px;
  }
  71.43% {
    background-position: 0px -1600px;
  }
  78.57% {
    background-position: -620px -1600px;
  }
  85.71% {
    background-position: -1240px -1600px;
  }
  92.86% {
    background-position: -1860px -1600px;
  }
  100.00% {
    background-position: -2480px -1600px;
  }
}
@-o-keyframes yirenAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -620px 0px;
  }
  14.29% {
    background-position: -1240px 0px;
  }
  21.43% {
    background-position: -1860px 0px;
  }
  28.57% {
    background-position: -2480px 0px;
  }
  35.71% {
    background-position: 0px -800px;
  }
  42.86% {
    background-position: -620px -800px;
  }
  50.00% {
    background-position: -1240px -800px;
  }
  57.14% {
    background-position: -1860px -800px;
  }
  64.29% {
    background-position: -2480px -800px;
  }
  71.43% {
    background-position: 0px -1600px;
  }
  78.57% {
    background-position: -620px -1600px;
  }
  85.71% {
    background-position: -1240px -1600px;
  }
  92.86% {
    background-position: -1860px -1600px;
  }
  100.00% {
    background-position: -2480px -1600px;
  }
}
@-ms-keyframes yirenAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -620px 0px;
  }
  14.29% {
    background-position: -1240px 0px;
  }
  21.43% {
    background-position: -1860px 0px;
  }
  28.57% {
    background-position: -2480px 0px;
  }
  35.71% {
    background-position: 0px -800px;
  }
  42.86% {
    background-position: -620px -800px;
  }
  50.00% {
    background-position: -1240px -800px;
  }
  57.14% {
    background-position: -1860px -800px;
  }
  64.29% {
    background-position: -2480px -800px;
  }
  71.43% {
    background-position: 0px -1600px;
  }
  78.57% {
    background-position: -620px -1600px;
  }
  85.71% {
    background-position: -1240px -1600px;
  }
  92.86% {
    background-position: -1860px -1600px;
  }
  100.00% {
    background-position: -2480px -1600px;
  }
}
@keyframes yirenAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -620px 0px;
  }
  14.29% {
    background-position: -1240px 0px;
  }
  21.43% {
    background-position: -1860px 0px;
  }
  28.57% {
    background-position: -2480px 0px;
  }
  35.71% {
    background-position: 0px -800px;
  }
  42.86% {
    background-position: -620px -800px;
  }
  50.00% {
    background-position: -1240px -800px;
  }
  57.14% {
    background-position: -1860px -800px;
  }
  64.29% {
    background-position: -2480px -800px;
  }
  71.43% {
    background-position: 0px -1600px;
  }
  78.57% {
    background-position: -620px -1600px;
  }
  85.71% {
    background-position: -1240px -1600px;
  }
  92.86% {
    background-position: -1860px -1600px;
  }
  100.00% {
    background-position: -2480px -1600px;
  }
}
@-webkit-keyframes yanshiAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -640px 0px;
  }
  14.29% {
    background-position: -1280px 0px;
  }
  21.43% {
    background-position: -1920px 0px;
  }
  28.57% {
    background-position: -2560px 0px;
  }
  35.71% {
    background-position: 0px -760px;
  }
  42.86% {
    background-position: -640px -760px;
  }
  50.00% {
    background-position: -1280px -760px;
  }
  57.14% {
    background-position: -1920px -760px;
  }
  64.29% {
    background-position: -2560px -760px;
  }
  71.43% {
    background-position: 0px -1520px;
  }
  78.57% {
    background-position: -640px -1520px;
  }
  85.71% {
    background-position: -1280px -1520px;
  }
  92.86% {
    background-position: -1920px -1520px;
  }
  100.00% {
    background-position: -2560px -1520px;
  }
}
@-moz-keyframes yanshiAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -640px 0px;
  }
  14.29% {
    background-position: -1280px 0px;
  }
  21.43% {
    background-position: -1920px 0px;
  }
  28.57% {
    background-position: -2560px 0px;
  }
  35.71% {
    background-position: 0px -760px;
  }
  42.86% {
    background-position: -640px -760px;
  }
  50.00% {
    background-position: -1280px -760px;
  }
  57.14% {
    background-position: -1920px -760px;
  }
  64.29% {
    background-position: -2560px -760px;
  }
  71.43% {
    background-position: 0px -1520px;
  }
  78.57% {
    background-position: -640px -1520px;
  }
  85.71% {
    background-position: -1280px -1520px;
  }
  92.86% {
    background-position: -1920px -1520px;
  }
  100.00% {
    background-position: -2560px -1520px;
  }
}
@-o-keyframes yanshiAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -640px 0px;
  }
  14.29% {
    background-position: -1280px 0px;
  }
  21.43% {
    background-position: -1920px 0px;
  }
  28.57% {
    background-position: -2560px 0px;
  }
  35.71% {
    background-position: 0px -760px;
  }
  42.86% {
    background-position: -640px -760px;
  }
  50.00% {
    background-position: -1280px -760px;
  }
  57.14% {
    background-position: -1920px -760px;
  }
  64.29% {
    background-position: -2560px -760px;
  }
  71.43% {
    background-position: 0px -1520px;
  }
  78.57% {
    background-position: -640px -1520px;
  }
  85.71% {
    background-position: -1280px -1520px;
  }
  92.86% {
    background-position: -1920px -1520px;
  }
  100.00% {
    background-position: -2560px -1520px;
  }
}
@-ms-keyframes yanshiAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -640px 0px;
  }
  14.29% {
    background-position: -1280px 0px;
  }
  21.43% {
    background-position: -1920px 0px;
  }
  28.57% {
    background-position: -2560px 0px;
  }
  35.71% {
    background-position: 0px -760px;
  }
  42.86% {
    background-position: -640px -760px;
  }
  50.00% {
    background-position: -1280px -760px;
  }
  57.14% {
    background-position: -1920px -760px;
  }
  64.29% {
    background-position: -2560px -760px;
  }
  71.43% {
    background-position: 0px -1520px;
  }
  78.57% {
    background-position: -640px -1520px;
  }
  85.71% {
    background-position: -1280px -1520px;
  }
  92.86% {
    background-position: -1920px -1520px;
  }
  100.00% {
    background-position: -2560px -1520px;
  }
}
@keyframes yanshiAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -640px 0px;
  }
  14.29% {
    background-position: -1280px 0px;
  }
  21.43% {
    background-position: -1920px 0px;
  }
  28.57% {
    background-position: -2560px 0px;
  }
  35.71% {
    background-position: 0px -760px;
  }
  42.86% {
    background-position: -640px -760px;
  }
  50.00% {
    background-position: -1280px -760px;
  }
  57.14% {
    background-position: -1920px -760px;
  }
  64.29% {
    background-position: -2560px -760px;
  }
  71.43% {
    background-position: 0px -1520px;
  }
  78.57% {
    background-position: -640px -1520px;
  }
  85.71% {
    background-position: -1280px -1520px;
  }
  92.86% {
    background-position: -1920px -1520px;
  }
  100.00% {
    background-position: -2560px -1520px;
  }
}
@-webkit-keyframes fangshiAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -560px 0px;
  }
  14.29% {
    background-position: -1120px 0px;
  }
  21.43% {
    background-position: -1680px 0px;
  }
  28.57% {
    background-position: -2240px 0px;
  }
  35.71% {
    background-position: 0px -800px;
  }
  42.86% {
    background-position: -560px -800px;
  }
  50.00% {
    background-position: -1120px -800px;
  }
  57.14% {
    background-position: -1680px -800px;
  }
  64.29% {
    background-position: -2240px -800px;
  }
  71.43% {
    background-position: 0px -1600px;
  }
  78.57% {
    background-position: -560px -1600px;
  }
  85.71% {
    background-position: -1120px -1600px;
  }
  92.86% {
    background-position: -1680px -1600px;
  }
  100.00% {
    background-position: -2240px -1600px;
  }
}
@-moz-keyframes fangshiAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -560px 0px;
  }
  14.29% {
    background-position: -1120px 0px;
  }
  21.43% {
    background-position: -1680px 0px;
  }
  28.57% {
    background-position: -2240px 0px;
  }
  35.71% {
    background-position: 0px -800px;
  }
  42.86% {
    background-position: -560px -800px;
  }
  50.00% {
    background-position: -1120px -800px;
  }
  57.14% {
    background-position: -1680px -800px;
  }
  64.29% {
    background-position: -2240px -800px;
  }
  71.43% {
    background-position: 0px -1600px;
  }
  78.57% {
    background-position: -560px -1600px;
  }
  85.71% {
    background-position: -1120px -1600px;
  }
  92.86% {
    background-position: -1680px -1600px;
  }
  100.00% {
    background-position: -2240px -1600px;
  }
}
@-o-keyframes fangshiAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -560px 0px;
  }
  14.29% {
    background-position: -1120px 0px;
  }
  21.43% {
    background-position: -1680px 0px;
  }
  28.57% {
    background-position: -2240px 0px;
  }
  35.71% {
    background-position: 0px -800px;
  }
  42.86% {
    background-position: -560px -800px;
  }
  50.00% {
    background-position: -1120px -800px;
  }
  57.14% {
    background-position: -1680px -800px;
  }
  64.29% {
    background-position: -2240px -800px;
  }
  71.43% {
    background-position: 0px -1600px;
  }
  78.57% {
    background-position: -560px -1600px;
  }
  85.71% {
    background-position: -1120px -1600px;
  }
  92.86% {
    background-position: -1680px -1600px;
  }
  100.00% {
    background-position: -2240px -1600px;
  }
}
@-ms-keyframes fangshiAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -560px 0px;
  }
  14.29% {
    background-position: -1120px 0px;
  }
  21.43% {
    background-position: -1680px 0px;
  }
  28.57% {
    background-position: -2240px 0px;
  }
  35.71% {
    background-position: 0px -800px;
  }
  42.86% {
    background-position: -560px -800px;
  }
  50.00% {
    background-position: -1120px -800px;
  }
  57.14% {
    background-position: -1680px -800px;
  }
  64.29% {
    background-position: -2240px -800px;
  }
  71.43% {
    background-position: 0px -1600px;
  }
  78.57% {
    background-position: -560px -1600px;
  }
  85.71% {
    background-position: -1120px -1600px;
  }
  92.86% {
    background-position: -1680px -1600px;
  }
  100.00% {
    background-position: -2240px -1600px;
  }
}
@keyframes fangshiAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -560px 0px;
  }
  14.29% {
    background-position: -1120px 0px;
  }
  21.43% {
    background-position: -1680px 0px;
  }
  28.57% {
    background-position: -2240px 0px;
  }
  35.71% {
    background-position: 0px -800px;
  }
  42.86% {
    background-position: -560px -800px;
  }
  50.00% {
    background-position: -1120px -800px;
  }
  57.14% {
    background-position: -1680px -800px;
  }
  64.29% {
    background-position: -2240px -800px;
  }
  71.43% {
    background-position: 0px -1600px;
  }
  78.57% {
    background-position: -560px -1600px;
  }
  85.71% {
    background-position: -1120px -1600px;
  }
  92.86% {
    background-position: -1680px -1600px;
  }
  100.00% {
    background-position: -2240px -1600px;
  }
}
@-webkit-keyframes jiashiAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -680px 0px;
  }
  14.29% {
    background-position: -1360px 0px;
  }
  21.43% {
    background-position: -2040px 0px;
  }
  28.57% {
    background-position: -2720px 0px;
  }
  35.71% {
    background-position: 0px -860px;
  }
  42.86% {
    background-position: -680px -860px;
  }
  50.00% {
    background-position: -1360px -860px;
  }
  57.14% {
    background-position: -2040px -860px;
  }
  64.29% {
    background-position: -2720px -860px;
  }
  71.43% {
    background-position: 0px -1720px;
  }
  78.57% {
    background-position: -680px -1720px;
  }
  85.71% {
    background-position: -1360px -1720px;
  }
  92.86% {
    background-position: -2040px -1720px;
  }
  100.00% {
    background-position: -2720px -1720px;
  }
}
@-moz-keyframes jiashiAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -680px 0px;
  }
  14.29% {
    background-position: -1360px 0px;
  }
  21.43% {
    background-position: -2040px 0px;
  }
  28.57% {
    background-position: -2720px 0px;
  }
  35.71% {
    background-position: 0px -860px;
  }
  42.86% {
    background-position: -680px -860px;
  }
  50.00% {
    background-position: -1360px -860px;
  }
  57.14% {
    background-position: -2040px -860px;
  }
  64.29% {
    background-position: -2720px -860px;
  }
  71.43% {
    background-position: 0px -1720px;
  }
  78.57% {
    background-position: -680px -1720px;
  }
  85.71% {
    background-position: -1360px -1720px;
  }
  92.86% {
    background-position: -2040px -1720px;
  }
  100.00% {
    background-position: -2720px -1720px;
  }
}
@-o-keyframes jiashiAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -680px 0px;
  }
  14.29% {
    background-position: -1360px 0px;
  }
  21.43% {
    background-position: -2040px 0px;
  }
  28.57% {
    background-position: -2720px 0px;
  }
  35.71% {
    background-position: 0px -860px;
  }
  42.86% {
    background-position: -680px -860px;
  }
  50.00% {
    background-position: -1360px -860px;
  }
  57.14% {
    background-position: -2040px -860px;
  }
  64.29% {
    background-position: -2720px -860px;
  }
  71.43% {
    background-position: 0px -1720px;
  }
  78.57% {
    background-position: -680px -1720px;
  }
  85.71% {
    background-position: -1360px -1720px;
  }
  92.86% {
    background-position: -2040px -1720px;
  }
  100.00% {
    background-position: -2720px -1720px;
  }
}
@-ms-keyframes jiashiAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -680px 0px;
  }
  14.29% {
    background-position: -1360px 0px;
  }
  21.43% {
    background-position: -2040px 0px;
  }
  28.57% {
    background-position: -2720px 0px;
  }
  35.71% {
    background-position: 0px -860px;
  }
  42.86% {
    background-position: -680px -860px;
  }
  50.00% {
    background-position: -1360px -860px;
  }
  57.14% {
    background-position: -2040px -860px;
  }
  64.29% {
    background-position: -2720px -860px;
  }
  71.43% {
    background-position: 0px -1720px;
  }
  78.57% {
    background-position: -680px -1720px;
  }
  85.71% {
    background-position: -1360px -1720px;
  }
  92.86% {
    background-position: -2040px -1720px;
  }
  100.00% {
    background-position: -2720px -1720px;
  }
}
@keyframes jiashiAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -680px 0px;
  }
  14.29% {
    background-position: -1360px 0px;
  }
  21.43% {
    background-position: -2040px 0px;
  }
  28.57% {
    background-position: -2720px 0px;
  }
  35.71% {
    background-position: 0px -860px;
  }
  42.86% {
    background-position: -680px -860px;
  }
  50.00% {
    background-position: -1360px -860px;
  }
  57.14% {
    background-position: -2040px -860px;
  }
  64.29% {
    background-position: -2720px -860px;
  }
  71.43% {
    background-position: 0px -1720px;
  }
  78.57% {
    background-position: -680px -1720px;
  }
  85.71% {
    background-position: -1360px -1720px;
  }
  92.86% {
    background-position: -2040px -1720px;
  }
  100.00% {
    background-position: -2720px -1720px;
  }
}
@-webkit-keyframes xiakeAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -580px 0px;
  }
  14.29% {
    background-position: -1160px 0px;
  }
  21.43% {
    background-position: -1740px 0px;
  }
  28.57% {
    background-position: -2320px 0px;
  }
  35.71% {
    background-position: 0px -820px;
  }
  42.86% {
    background-position: -580px -820px;
  }
  50.00% {
    background-position: -1160px -820px;
  }
  57.14% {
    background-position: -1740px -820px;
  }
  64.29% {
    background-position: -2320px -820px;
  }
  71.43% {
    background-position: 0px -1640px;
  }
  78.57% {
    background-position: -580px -1640px;
  }
  85.71% {
    background-position: -1160px -1640px;
  }
  92.86% {
    background-position: -1740px -1640px;
  }
  100.00% {
    background-position: -2320px -1640px;
  }
}
@-moz-keyframes xiakeAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -580px 0px;
  }
  14.29% {
    background-position: -1160px 0px;
  }
  21.43% {
    background-position: -1740px 0px;
  }
  28.57% {
    background-position: -2320px 0px;
  }
  35.71% {
    background-position: 0px -820px;
  }
  42.86% {
    background-position: -580px -820px;
  }
  50.00% {
    background-position: -1160px -820px;
  }
  57.14% {
    background-position: -1740px -820px;
  }
  64.29% {
    background-position: -2320px -820px;
  }
  71.43% {
    background-position: 0px -1640px;
  }
  78.57% {
    background-position: -580px -1640px;
  }
  85.71% {
    background-position: -1160px -1640px;
  }
  92.86% {
    background-position: -1740px -1640px;
  }
  100.00% {
    background-position: -2320px -1640px;
  }
}
@-o-keyframes xiakeAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -580px 0px;
  }
  14.29% {
    background-position: -1160px 0px;
  }
  21.43% {
    background-position: -1740px 0px;
  }
  28.57% {
    background-position: -2320px 0px;
  }
  35.71% {
    background-position: 0px -820px;
  }
  42.86% {
    background-position: -580px -820px;
  }
  50.00% {
    background-position: -1160px -820px;
  }
  57.14% {
    background-position: -1740px -820px;
  }
  64.29% {
    background-position: -2320px -820px;
  }
  71.43% {
    background-position: 0px -1640px;
  }
  78.57% {
    background-position: -580px -1640px;
  }
  85.71% {
    background-position: -1160px -1640px;
  }
  92.86% {
    background-position: -1740px -1640px;
  }
  100.00% {
    background-position: -2320px -1640px;
  }
}
@-ms-keyframes xiakeAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -580px 0px;
  }
  14.29% {
    background-position: -1160px 0px;
  }
  21.43% {
    background-position: -1740px 0px;
  }
  28.57% {
    background-position: -2320px 0px;
  }
  35.71% {
    background-position: 0px -820px;
  }
  42.86% {
    background-position: -580px -820px;
  }
  50.00% {
    background-position: -1160px -820px;
  }
  57.14% {
    background-position: -1740px -820px;
  }
  64.29% {
    background-position: -2320px -820px;
  }
  71.43% {
    background-position: 0px -1640px;
  }
  78.57% {
    background-position: -580px -1640px;
  }
  85.71% {
    background-position: -1160px -1640px;
  }
  92.86% {
    background-position: -1740px -1640px;
  }
  100.00% {
    background-position: -2320px -1640px;
  }
}
@keyframes xiakeAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -580px 0px;
  }
  14.29% {
    background-position: -1160px 0px;
  }
  21.43% {
    background-position: -1740px 0px;
  }
  28.57% {
    background-position: -2320px 0px;
  }
  35.71% {
    background-position: 0px -820px;
  }
  42.86% {
    background-position: -580px -820px;
  }
  50.00% {
    background-position: -1160px -820px;
  }
  57.14% {
    background-position: -1740px -820px;
  }
  64.29% {
    background-position: -2320px -820px;
  }
  71.43% {
    background-position: 0px -1640px;
  }
  78.57% {
    background-position: -580px -1640px;
  }
  85.71% {
    background-position: -1160px -1640px;
  }
  92.86% {
    background-position: -1740px -1640px;
  }
  100.00% {
    background-position: -2320px -1640px;
  }
}
@-webkit-keyframes yinglingAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -697px 0px;
  }
  14.29% {
    background-position: -1394px 0px;
  }
  21.43% {
    background-position: -2091px 0px;
  }
  28.57% {
    background-position: -2788px 0px;
  }
  35.71% {
    background-position: 0px -941px;
  }
  42.86% {
    background-position: -697px -941px;
  }
  50.00% {
    background-position: -1394px -941px;
  }
  57.14% {
    background-position: -2091px -941px;
  }
  64.29% {
    background-position: -2788px -941px;
  }
  71.43% {
    background-position: 0px -1882px;
  }
  78.57% {
    background-position: -697px -1882px;
  }
  85.71% {
    background-position: -1394px -1882px;
  }
  92.86% {
    background-position: -2091px -1882px;
  }
  100.00% {
    background-position: -2788px -1882px;
  }
}
@-moz-keyframes yinglingAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -697px 0px;
  }
  14.29% {
    background-position: -1394px 0px;
  }
  21.43% {
    background-position: -2091px 0px;
  }
  28.57% {
    background-position: -2788px 0px;
  }
  35.71% {
    background-position: 0px -941px;
  }
  42.86% {
    background-position: -697px -941px;
  }
  50.00% {
    background-position: -1394px -941px;
  }
  57.14% {
    background-position: -2091px -941px;
  }
  64.29% {
    background-position: -2788px -941px;
  }
  71.43% {
    background-position: 0px -1882px;
  }
  78.57% {
    background-position: -697px -1882px;
  }
  85.71% {
    background-position: -1394px -1882px;
  }
  92.86% {
    background-position: -2091px -1882px;
  }
  100.00% {
    background-position: -2788px -1882px;
  }
}
@-o-keyframes yinglingAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -697px 0px;
  }
  14.29% {
    background-position: -1394px 0px;
  }
  21.43% {
    background-position: -2091px 0px;
  }
  28.57% {
    background-position: -2788px 0px;
  }
  35.71% {
    background-position: 0px -941px;
  }
  42.86% {
    background-position: -697px -941px;
  }
  50.00% {
    background-position: -1394px -941px;
  }
  57.14% {
    background-position: -2091px -941px;
  }
  64.29% {
    background-position: -2788px -941px;
  }
  71.43% {
    background-position: 0px -1882px;
  }
  78.57% {
    background-position: -697px -1882px;
  }
  85.71% {
    background-position: -1394px -1882px;
  }
  92.86% {
    background-position: -2091px -1882px;
  }
  100.00% {
    background-position: -2788px -1882px;
  }
}
@-ms-keyframes yinglingAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -697px 0px;
  }
  14.29% {
    background-position: -1394px 0px;
  }
  21.43% {
    background-position: -2091px 0px;
  }
  28.57% {
    background-position: -2788px 0px;
  }
  35.71% {
    background-position: 0px -941px;
  }
  42.86% {
    background-position: -697px -941px;
  }
  50.00% {
    background-position: -1394px -941px;
  }
  57.14% {
    background-position: -2091px -941px;
  }
  64.29% {
    background-position: -2788px -941px;
  }
  71.43% {
    background-position: 0px -1882px;
  }
  78.57% {
    background-position: -697px -1882px;
  }
  85.71% {
    background-position: -1394px -1882px;
  }
  92.86% {
    background-position: -2091px -1882px;
  }
  100.00% {
    background-position: -2788px -1882px;
  }
}
@keyframes yinglingAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -697px 0px;
  }
  14.29% {
    background-position: -1394px 0px;
  }
  21.43% {
    background-position: -2091px 0px;
  }
  28.57% {
    background-position: -2788px 0px;
  }
  35.71% {
    background-position: 0px -941px;
  }
  42.86% {
    background-position: -697px -941px;
  }
  50.00% {
    background-position: -1394px -941px;
  }
  57.14% {
    background-position: -2091px -941px;
  }
  64.29% {
    background-position: -2788px -941px;
  }
  71.43% {
    background-position: 0px -1882px;
  }
  78.57% {
    background-position: -697px -1882px;
  }
  85.71% {
    background-position: -1394px -1882px;
  }
  92.86% {
    background-position: -2091px -1882px;
  }
  100.00% {
    background-position: -2788px -1882px;
  }
}
@-webkit-keyframes diekeAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -681px 0px;
  }
  14.29% {
    background-position: -1362px 0px;
  }
  21.43% {
    background-position: -2043px 0px;
  }
  28.57% {
    background-position: -2724px 0px;
  }
  35.71% {
    background-position: 0px -994px;
  }
  42.86% {
    background-position: -681px -994px;
  }
  50.00% {
    background-position: -1362px -994px;
  }
  57.14% {
    background-position: -2043px -994px;
  }
  64.29% {
    background-position: -2724px -994px;
  }
  71.43% {
    background-position: 0px -1988px;
  }
  78.57% {
    background-position: -681px -1988px;
  }
  85.71% {
    background-position: -1362px -1988px;
  }
  92.86% {
    background-position: -2043px -1988px;
  }
  100.00% {
    background-position: -2724px -1988px;
  }
}
@-moz-keyframes diekeAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -681px 0px;
  }
  14.29% {
    background-position: -1362px 0px;
  }
  21.43% {
    background-position: -2043px 0px;
  }
  28.57% {
    background-position: -2724px 0px;
  }
  35.71% {
    background-position: 0px -994px;
  }
  42.86% {
    background-position: -681px -994px;
  }
  50.00% {
    background-position: -1362px -994px;
  }
  57.14% {
    background-position: -2043px -994px;
  }
  64.29% {
    background-position: -2724px -994px;
  }
  71.43% {
    background-position: 0px -1988px;
  }
  78.57% {
    background-position: -681px -1988px;
  }
  85.71% {
    background-position: -1362px -1988px;
  }
  92.86% {
    background-position: -2043px -1988px;
  }
  100.00% {
    background-position: -2724px -1988px;
  }
}
@-o-keyframes diekeAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -681px 0px;
  }
  14.29% {
    background-position: -1362px 0px;
  }
  21.43% {
    background-position: -2043px 0px;
  }
  28.57% {
    background-position: -2724px 0px;
  }
  35.71% {
    background-position: 0px -994px;
  }
  42.86% {
    background-position: -681px -994px;
  }
  50.00% {
    background-position: -1362px -994px;
  }
  57.14% {
    background-position: -2043px -994px;
  }
  64.29% {
    background-position: -2724px -994px;
  }
  71.43% {
    background-position: 0px -1988px;
  }
  78.57% {
    background-position: -681px -1988px;
  }
  85.71% {
    background-position: -1362px -1988px;
  }
  92.86% {
    background-position: -2043px -1988px;
  }
  100.00% {
    background-position: -2724px -1988px;
  }
}
@-ms-keyframes diekeAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -681px 0px;
  }
  14.29% {
    background-position: -1362px 0px;
  }
  21.43% {
    background-position: -2043px 0px;
  }
  28.57% {
    background-position: -2724px 0px;
  }
  35.71% {
    background-position: 0px -994px;
  }
  42.86% {
    background-position: -681px -994px;
  }
  50.00% {
    background-position: -1362px -994px;
  }
  57.14% {
    background-position: -2043px -994px;
  }
  64.29% {
    background-position: -2724px -994px;
  }
  71.43% {
    background-position: 0px -1988px;
  }
  78.57% {
    background-position: -681px -1988px;
  }
  85.71% {
    background-position: -1362px -1988px;
  }
  92.86% {
    background-position: -2043px -1988px;
  }
  100.00% {
    background-position: -2724px -1988px;
  }
}
@keyframes diekeAnimation {
  0% {
    background-position: 0px 0px;
  }
  7.14% {
    background-position: -681px 0px;
  }
  14.29% {
    background-position: -1362px 0px;
  }
  21.43% {
    background-position: -2043px 0px;
  }
  28.57% {
    background-position: -2724px 0px;
  }
  35.71% {
    background-position: 0px -994px;
  }
  42.86% {
    background-position: -681px -994px;
  }
  50.00% {
    background-position: -1362px -994px;
  }
  57.14% {
    background-position: -2043px -994px;
  }
  64.29% {
    background-position: -2724px -994px;
  }
  71.43% {
    background-position: 0px -1988px;
  }
  78.57% {
    background-position: -681px -1988px;
  }
  85.71% {
    background-position: -1362px -1988px;
  }
  92.86% {
    background-position: -2043px -1988px;
  }
  100.00% {
    background-position: -2724px -1988px;
  }
}
.clearfix:after {
  content: '';
  clear: both;
  height: 0;
  visibility: hidden;
}
.nav_jobs_container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1810px;
  height: 1080px;
  white-space: nowrap;
  z-index: 1;
}
#home {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/bg_0f48e738.jpg) no-repeat center top;
  height: 1080px;
  position: relative;
  z-index: 2;
}
#home .nav_jobs,
#home .cursor_mask {
  width: 1810px;
  position: relative;
  margin: 0 auto;
}
#home .nav_jobs li,
#home .cursor_mask li,
#home .nav_jobs div,
#home .cursor_mask div {
  width: 111px;
  margin-right: 19px;
  height: 1080px;
  float: left;
  position: relative;
}
#home .nav_jobs li:last-child,
#home .cursor_mask li:last-child,
#home .nav_jobs div:last-child,
#home .cursor_mask div:last-child {
  margin-right: 0;
}
#home .nav_jobs .cursor-item,
#home .cursor_mask .cursor-item {
  display: block;
  width: 111px;
  margin-right: 19px;
  height: 1080px;
  float: left;
  position: relative;
}
#home .nav_jobs .cursor-item.cursor-yingling,
#home .cursor_mask .cursor-item.cursor-yingling {
  position: absolute;
  right: 249px;
}
#home .nav_jobs .cursor-item.cursor-dieke,
#home .cursor_mask .cursor-item.cursor-dieke {
  display: block;
  position: absolute;
  right: 120px;
  margin-right: 0;
}
#home .nav_jobs .cursor-item.cursor-yanshi,
#home .cursor_mask .cursor-item.cursor-yanshi {
  position: absolute;
  right: 9px;
  margin-right: 0;
}
#home .nav_jobs li {
  transform-origin: center center;
}
#home .nav_jobs li i {
  position: absolute;
  width: 40px;
  height: 116px;
  left: 50%;
  margin-left: -20px;
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/name_c10b564a.png) no-repeat;
}
#home .nav_jobs li::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
}
#home .nav_jobs li.hover,
#home .nav_jobs li.enter {
  z-index: 2;
}
#home .nav_jobs li.nav_daoke i {
  background-position: -656px -121px;
  top: 785px;
}
#home .nav_jobs li.nav_daoke::before {
  width: 580px;
  height: 800px;
  top: 120px;
  margin-left: -245px;
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/first_51396d3f.png) no-repeat;
}
#home .nav_jobs li.nav_daoke.hover::before,
#home .nav_jobs li.nav_daoke.enter::before {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/sprite_3fbac28e.png) no-repeat;
  -webkit-animation: daokeAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -moz-animation: daokeAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -ms-animation: daokeAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  animation: daokeAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -moz-animation: daokeAnimation 0.85s steps(1) 0s forwards;
  -webkit-animation: daokeAnimation 0.85s steps(1) 0s forwards;
  -o-animation: daokeAnimation 0.85s steps(1) 0s forwards;
  -ms-animation: daokeAnimation 0.85s steps(1) 0s forwards;
  animation: daokeAnimation 0.85s steps(1) 0s forwards;
}
#home .nav_jobs li.nav_huahun i {
  background-position: 0px 0px;
  top: 662px;
}
#home .nav_jobs li.nav_huahun::before {
  width: 660px;
  height: 920px;
  top: -27px;
  margin-left: -258px;
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/first_5f6c4588.png) no-repeat;
}
#home .nav_jobs li.nav_huahun.hover::before,
#home .nav_jobs li.nav_huahun.enter::before {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/sprite_e1c8af05.png) no-repeat;
  -webkit-animation: huahunAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -moz-animation: huahunAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -ms-animation: huahunAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  animation: huahunAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -moz-animation: huahunAnimation 0.85s steps(1) 0s forwards;
  -webkit-animation: huahunAnimation 0.85s steps(1) 0s forwards;
  -o-animation: huahunAnimation 0.85s steps(1) 0s forwards;
  -ms-animation: huahunAnimation 0.85s steps(1) 0s forwards;
  animation: huahunAnimation 0.85s steps(1) 0s forwards;
}
#home .nav_jobs li.nav_meizhe i {
  background-position: -131px -21px;
  top: 685px;
}
#home .nav_jobs li.nav_meizhe::before {
  width: 620px;
  top: 75px;
  height: 820px;
  margin-left: -270px;
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/first_b058e561.png) no-repeat;
}
#home .nav_jobs li.nav_meizhe.hover::before,
#home .nav_jobs li.nav_meizhe.enter::before {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/sprite_a4503be2.png) no-repeat;
  -webkit-animation: meizheAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -moz-animation: meizheAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -ms-animation: meizheAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  animation: meizheAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -moz-animation: meizheAnimation 0.85s steps(1) 0s forwards;
  -webkit-animation: meizheAnimation 0.85s steps(1) 0s forwards;
  -o-animation: meizheAnimation 0.85s steps(1) 0s forwards;
  -ms-animation: meizheAnimation 0.85s steps(1) 0s forwards;
  animation: meizheAnimation 0.85s steps(1) 0s forwards;
}
#home .nav_jobs li.nav_yishi i {
  background-position: -262px -49px;
  top: 713px;
}
#home .nav_jobs li.nav_yishi::before {
  width: 580px;
  top: 85px;
  height: 800px;
  margin-left: -242px;
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/first_28b0b141.png) no-repeat;
}
#home .nav_jobs li.nav_yishi.hover::before,
#home .nav_jobs li.nav_yishi.enter::before {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/sprite_da9943eb.png) no-repeat;
  -webkit-animation: yishiAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -moz-animation: yishiAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -ms-animation: yishiAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  animation: yishiAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -moz-animation: yishiAnimation 0.85s steps(1) 0s forwards;
  -webkit-animation: yishiAnimation 0.85s steps(1) 0s forwards;
  -o-animation: yishiAnimation 0.85s steps(1) 0s forwards;
  -ms-animation: yishiAnimation 0.85s steps(1) 0s forwards;
  animation: yishiAnimation 0.85s steps(1) 0s forwards;
}
#home .nav_jobs li.nav_sheshou i {
  background-position: -525px -100px;
  top: 764px;
}
#home .nav_jobs li.nav_sheshou::before {
  width: 600px;
  top: 120px;
  height: 800px;
  margin-left: -268px;
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/first_7c251540.png) no-repeat;
}
#home .nav_jobs li.nav_sheshou.hover::before,
#home .nav_jobs li.nav_sheshou.enter::before {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/sprite_6b30e823.png) no-repeat;
  -webkit-animation: sheshouAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -moz-animation: sheshouAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -ms-animation: sheshouAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  animation: sheshouAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -moz-animation: sheshouAnimation 0.85s steps(1) 0s forwards;
  -webkit-animation: sheshouAnimation 0.85s steps(1) 0s forwards;
  -o-animation: sheshouAnimation 0.85s steps(1) 0s forwards;
  -ms-animation: sheshouAnimation 0.85s steps(1) 0s forwards;
  animation: sheshouAnimation 0.85s steps(1) 0s forwards;
}
#home .nav_jobs li.nav_yiren i {
  background-position: -393px -78px;
  top: 742px;
}
#home .nav_jobs li.nav_yiren::before {
  width: 620px;
  top: 100px;
  height: 800px;
  margin-left: -258px;
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/first_0726d7a3.png) no-repeat;
}
#home .nav_jobs li.nav_yiren.hover::before,
#home .nav_jobs li.nav_yiren.enter::before {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/sprite_75156258.png) no-repeat;
  -webkit-animation: yirenAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -moz-animation: yirenAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -ms-animation: yirenAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  animation: yirenAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -moz-animation: yirenAnimation 0.85s steps(1) 0s forwards;
  -webkit-animation: yirenAnimation 0.85s steps(1) 0s forwards;
  -o-animation: yirenAnimation 0.85s steps(1) 0s forwards;
  -ms-animation: yirenAnimation 0.85s steps(1) 0s forwards;
  animation: yirenAnimation 0.85s steps(1) 0s forwards;
}
#home .nav_jobs li.nav_yanshi i {
  background-position: -787px -132px;
  top: 662px;
}
#home .nav_jobs li.nav_yanshi::before {
  top: 20px;
  width: 640px;
  height: 760px;
  margin-left: -318px;
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/first_c63242a3.png) no-repeat;
}
#home .nav_jobs li.nav_yanshi.hover::before,
#home .nav_jobs li.nav_yanshi.enter::before {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/sprite_970edca4.png) no-repeat;
  -webkit-animation: yanshiAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -moz-animation: yanshiAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -ms-animation: yanshiAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  animation: yanshiAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -moz-animation: yanshiAnimation 0.85s steps(1) 0s forwards;
  -webkit-animation: yanshiAnimation 0.85s steps(1) 0s forwards;
  -o-animation: yanshiAnimation 0.85s steps(1) 0s forwards;
  -ms-animation: yanshiAnimation 0.85s steps(1) 0s forwards;
  animation: yanshiAnimation 0.85s steps(1) 0s forwards;
}
#home .nav_jobs li.nav_fangshi i {
  background-position: -918px -121px;
  top: 785px;
}
#home .nav_jobs li.nav_fangshi::before {
  top: 160px;
  width: 560px;
  height: 800px;
  margin-left: -306px;
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/first_5fb828db.png) no-repeat;
}
#home .nav_jobs li.nav_fangshi.hover::before,
#home .nav_jobs li.nav_fangshi.enter::before {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/sprite_db856cbf.png) no-repeat;
  -webkit-animation: fangshiAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -moz-animation: fangshiAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -ms-animation: fangshiAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  animation: fangshiAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -moz-animation: fangshiAnimation 0.85s steps(1) 0s forwards;
  -webkit-animation: fangshiAnimation 0.85s steps(1) 0s forwards;
  -o-animation: fangshiAnimation 0.85s steps(1) 0s forwards;
  -ms-animation: fangshiAnimation 0.85s steps(1) 0s forwards;
  animation: fangshiAnimation 0.85s steps(1) 0s forwards;
}
#home .nav_jobs li.nav_xiake i {
  background-position: -1048px -100px;
  top: 764px;
}
#home .nav_jobs li.nav_xiake::before {
  top: 130px;
  width: 580px;
  height: 820px;
  margin-left: -343px;
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/first_2cb03f91.png) no-repeat;
}
#home .nav_jobs li.nav_xiake.hover::before,
#home .nav_jobs li.nav_xiake.enter::before {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/sprite_ee8260e8.png) no-repeat;
  -webkit-animation: xiakeAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -moz-animation: xiakeAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -ms-animation: xiakeAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  animation: xiakeAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -moz-animation: xiakeAnimation 0.85s steps(1) 0s forwards;
  -webkit-animation: xiakeAnimation 0.85s steps(1) 0s forwards;
  -o-animation: xiakeAnimation 0.85s steps(1) 0s forwards;
  -ms-animation: xiakeAnimation 0.85s steps(1) 0s forwards;
  animation: xiakeAnimation 0.85s steps(1) 0s forwards;
}
#home .nav_jobs li.nav_jiashi i {
  background-position: -1181px -78px;
  top: 742px;
}
#home .nav_jobs li.nav_jiashi::before {
  top: 130px;
  width: 680px;
  height: 860px;
  margin-left: -408px;
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/first_7b9e2481.png) no-repeat;
}
#home .nav_jobs li.nav_jiashi.hover::before,
#home .nav_jobs li.nav_jiashi.enter::before {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/sprite_4ea6cd6e.png) no-repeat;
  -webkit-animation: jiashiAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -moz-animation: jiashiAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -ms-animation: jiashiAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  animation: jiashiAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -moz-animation: jiashiAnimation 0.85s steps(1) 0s forwards;
  -webkit-animation: jiashiAnimation 0.85s steps(1) 0s forwards;
  -o-animation: jiashiAnimation 0.85s steps(1) 0s forwards;
  -ms-animation: jiashiAnimation 0.85s steps(1) 0s forwards;
  animation: jiashiAnimation 0.85s steps(1) 0s forwards;
}
#home .nav_jobs li.nav_yingling i {
  background-position: -1312px -49px;
  top: 713px;
}
#home .nav_jobs li.nav_yingling::before {
  top: 80px;
  width: 697px;
  height: 941px;
  margin-left: -458px;
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/first_63caaced.png) no-repeat;
}
#home .nav_jobs li.nav_yingling.hover::before,
#home .nav_jobs li.nav_yingling.enter::before {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/sprite_0d978d04.png) no-repeat;
  -webkit-animation: yinglingAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -moz-animation: yinglingAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -ms-animation: yinglingAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  animation: yinglingAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -moz-animation: yinglingAnimation 0.85s steps(1) 0s forwards;
  -webkit-animation: yinglingAnimation 0.85s steps(1) 0s forwards;
  -o-animation: yinglingAnimation 0.85s steps(1) 0s forwards;
  -ms-animation: yinglingAnimation 0.85s steps(1) 0s forwards;
  animation: yinglingAnimation 0.85s steps(1) 0s forwards;
}
#home .nav_jobs li.nav_dieke i {
  background-position: -1443px -21px;
  top: 685px;
}
#home .nav_jobs li.nav_dieke::before {
  top: 60px;
  width: 697px;
  height: 994px;
  margin-left: -439px;
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/sprite_2945ce8c.png) no-repeat 0 0;
}
#home .nav_jobs li.nav_dieke.hover::before,
#home .nav_jobs li.nav_dieke.enter::before {
  width: 681px;
  height: 994px;
  -webkit-animation: diekeAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -moz-animation: diekeAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -ms-animation: diekeAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  animation: diekeAnimation 0.85s steps(1) 0s forwards 300ms 0 ease;
  -moz-animation: diekeAnimation 0.85s steps(1) 0s forwards;
  -webkit-animation: diekeAnimation 0.85s steps(1) 0s forwards;
  -o-animation: diekeAnimation 0.85s steps(1) 0s forwards;
  -ms-animation: diekeAnimation 0.85s steps(1) 0s forwards;
  animation: diekeAnimation 0.85s steps(1) 0s forwards;
}
#home .nav_jobs li.nav_zk i {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/name_zhankuang_2d91c74f.png) no-repeat;
  background-position: center center;
  background-size: 40px;
  top: 796px;
  width: 90px;
  height: 145px;
}
#home .nav_jobs li.nav_zk::before {
  top: 225px;
  width: 112px;
  height: 747px;
  margin-left: 0px;
  left: 0;
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/first_be5b678e.png) no-repeat 0 0;
}
#home .nav_jobs li.nav_zk .name {
  width: 40px;
}
#home .nav_jobs li.nav_zk.hover::before,
#home .nav_jobs li.nav_zk.enter::before {
  top: -65px;
  width: 942px;
  height: 995px;
  left: -430px;
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/sprite_8e31bdcb.png) no-repeat;
}
#home .nav_jobs li.nav_jx {
  position: relative;
  top: -30px;
}
#home .nav_jobs li.nav_jx i {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/name_jianxian_7356fb05.png) no-repeat;
  background-position: center center;
  background-size: 40px;
  top: 796px;
  width: 40px;
  height: 116px;
}
#home .nav_jobs li.nav_jx::before {
  top: 225px;
  width: 112px;
  height: 747px;
  margin-left: 0px;
  left: 0;
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/first_0cb478c6.png) no-repeat 0 0;
}
#home .nav_jobs li.nav_jx .name {
  top: 836px;
}
#home .nav_jobs li.nav_jx.hover::before,
#home .nav_jobs li.nav_jx.enter::before {
  top: 85px;
  width: 942px;
  height: 995px;
  left: -435px;
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/sprite_d8809883.png) no-repeat;
}
#home .cursor_mask {
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 0;
  z-index: 3;
  display: none;
}
#home .cursor_mask div {
  width: 141px;
  margin-right: 0;
  cursor: pointer;
}
#home .cursor_mask div:last-child {
  width: 125px;
}
#home .cursor_mask i {
  width: 43px;
  height: 43px;
  position: absolute;
  right: 0;
  top: 500px;
  cursor: pointer;
  display: none;
}
#home .cursor_mask i:hover:after {
  transform: rotate(180deg);
}
#home .cursor_mask i:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/btn-more2_fa77a4c5.png) no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#home .cursor_mask i:after {
  content: '';
  top: 0;
  left: 0;
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/btn-more_f4ffaf93.png) no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#home .cursor_mask .cursor-zk i {
  top: 376px;
}
#home .jobBtn {
  display: none;
}
#home .jobBtn div {
  width: 108px;
  height: 57px;
  position: absolute;
  top: 468px;
  cursor: pointer;
  z-index: 10;
}
#home .jobBtn div.jobBtn-left {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/leftBtn_3be276c6.png) no-repeat;
}
#home .jobBtn div.jobBtn-right {
  right: 0;
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/rightBtn_93da955c.png) no-repeat;
}
.bg-mask {
  width: 113%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: #fff;
  opacity: .7;
  display: none;
}
.topBar {
  position: relative;
  z-index: 5;
}
.topBar .logo {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/logo_8633ba71.png) no-repeat;
  width: 211px;
  height: 68px;
  position: absolute;
  left: 50px;
  top: 20px;
}
.topBar .btn-home {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/btn-back_1d0afb70.png) no-repeat;
  width: 105px;
  height: 30px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: 360px;
  cursor: pointer;
  display: none;
}
.topBar .btn-home:hover {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/btn-back2_14996b93.png) no-repeat;
}
.topBar .links {
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 30px;
  width: 160px;
  height: 35px;
}
.topBar .links .t-icon {
  position: relative;
  float: left;
  width: 35px;
  height: 35px;
  margin-left: 10px;
}
.topBar .links .t-icon.gw {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/links_6817ca73.png) no-repeat;
}
.topBar .links .t-icon.gw:hover {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/links_6817ca73.png) no-repeat left bottom;
}
.topBar .links .t-icon.dl {
  cursor: pointer;
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/links_6817ca73.png) no-repeat -40px 0;
}
.topBar .links .t-icon.dl a {
  display: block;
  width: 35px;
  height: 35px;
}
.topBar .links .t-icon.dl .qrcode {
  display: none;
  margin-left: -26px;
}
.topBar .links .t-icon.dl:hover {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/links_6817ca73.png) no-repeat -40px bottom;
}
.topBar .links .t-icon.dl:hover .qrcode {
  display: block;
}
.topBar .links .t-icon.share {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/links_6817ca73.png) no-repeat right 0;
}
.topBar .links .t-icon.share .share-wrap {
  display: none;
  margin-top: -10px;
}
.topBar .links .t-icon.share:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  bottom: -10px;
  left: 0;
}
.topBar .links .t-icon.share:hover {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/links_6817ca73.png) no-repeat right bottom;
}
.topBar .links .t-icon.share:hover .share-wrap {
  display: block;
  margin-top: -10px;
}
.topBar .links .t-icon .NIE-share-txt {
  display: none;
}
.topBar .links .t-icon #share {
  margin-left: 7px;
  margin-top: 53px;
}
.topBar .links .t-icon #share .NIE-share-txt {
  display: none;
}
.topBar .links .t-icon #share .NIE-share-iconBtn a {
  color: #5469d5;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 4px;
}
.topBar .links .t-icon #share .NIE-share-iconBtn a:hover {
  color: #777dca;
}
.topBar .links .t-icon #share .NIE-share-iconBtn a.morebtn {
  display: none;
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
  }
  50% {
    -webkit-opacity: 0.85;
    -moz-opacity: 0.85;
    opacity: 0.85;
    filter: alpha(opacity=85);
    transform: scale(1.1);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
  }
}
@-moz-keyframes zoomIn {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
  }
  50% {
    -webkit-opacity: 0.85;
    -moz-opacity: 0.85;
    opacity: 0.85;
    filter: alpha(opacity=85);
    transform: scale(1.1);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
  }
}
@-o-keyframes zoomIn {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
  }
  50% {
    -webkit-opacity: 0.85;
    -moz-opacity: 0.85;
    opacity: 0.85;
    filter: alpha(opacity=85);
    transform: scale(1.1);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
  }
}
@-ms-keyframes zoomIn {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
  }
  50% {
    -webkit-opacity: 0.85;
    -moz-opacity: 0.85;
    opacity: 0.85;
    filter: alpha(opacity=85);
    transform: scale(1.1);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
  }
  50% {
    -webkit-opacity: 0.85;
    -moz-opacity: 0.85;
    opacity: 0.85;
    filter: alpha(opacity=85);
    transform: scale(1.1);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
  }
}
#inner {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 1080px;
  top: 0;
  display: none;
}
#inner .swiper-slide {
  width: 100%;
  height: 1080px;
  position: relative;
  overflow: hidden;
}
#inner video {
  position: absolute;
  width: 1920px;
  height: 1080px;
  left: 50%;
  margin-left: -960px;
}
#inner .role {
  width: 1920px;
  height: 1080px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
#inner .role .person {
  width: 1920px;
  height: 1080px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  opacity: 0;
  -webkit-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  -o-transform: translateX(-200px);
  transform: translateX(-200px);
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
}
#inner .role .desc {
  width: 1920px;
  height: 1080px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  opacity: 0;
  -webkit-transform: translateX(180px);
  -moz-transform: translateX(180px);
  -ms-transform: translateX(180px);
  -o-transform: translateX(180px);
  transform: translateX(180px);
  -webkit-transition: all 1.1s ease;
  -moz-transition: all 1.1s ease;
  -ms-transition: all 1.1s ease;
  -o-transition: all 1.1s ease;
  transition: all 1.1s ease;
}
#inner .role .btn-skill {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/btn-skill_7df0c47e.png) no-repeat;
  width: 23px;
  height: 91px;
  position: absolute;
  left: 50%;
  margin-left: 420px;
  top: 405px;
  -webkit-transform: translateX(180px);
  -moz-transform: translateX(180px);
  -ms-transform: translateX(180px);
  -o-transform: translateX(180px);
  transform: translateX(180px);
  -webkit-transition: all 1.1s ease;
  -moz-transition: all 1.1s ease;
  -ms-transition: all 1.1s ease;
  -o-transition: all 1.1s ease;
  transition: all 1.1s ease;
}
#inner .role .btn-skill:hover {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/btn-skill-h_8a479872.png) no-repeat;
}
#inner .role .btn-video {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/btn-play_801d7429.png) no-repeat;
  width: 85px;
  height: 85px;
  position: absolute;
  left: 50%;
  margin-left: 495px;
  top: 405px;
  -webkit-animation: zoomIn 1.2s ease infinite 300ms 0 ease;
  -moz-animation: zoomIn 1.2s ease infinite 300ms 0 ease;
  -ms-animation: zoomIn 1.2s ease infinite 300ms 0 ease;
  animation: zoomIn 1.2s ease infinite 300ms 0 ease;
  -moz-animation: zoomIn 1.2s ease infinite;
  -webkit-animation: zoomIn 1.2s ease infinite;
  -o-animation: zoomIn 1.2s ease infinite;
  -ms-animation: zoomIn 1.2s ease infinite;
  animation: zoomIn 1.2s ease infinite;
}
#inner .role .sex-switch {
  position: absolute;
  top: 635px;
  left: 50%;
  margin-left: -635px;
  width: 89px;
  height: 160px;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#inner .role .sex-switch a {
  display: block;
  width: 89px;
  height: 89px;
}
#inner .role .sex-switch a.btn-male {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/sprite-1d6571_1d6571f0.png) no-repeat;background-size:328px 180px;
background-position:-0px -0px;
width:89px;
height:89px;

}
#inner .role .sex-switch a.btn-male:hover,
#inner .role .sex-switch a.btn-male.active {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/sprite-1d6571_1d6571f0.png) no-repeat;background-size:328px 180px;
background-position:-91px -0px;
width:89px;
height:89px;

}
#inner .role .sex-switch a.btn-female {
  margin-top: -15px;
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/sprite-1d6571_1d6571f0.png) no-repeat;background-size:328px 180px;
background-position:-0px -91px;
width:89px;
height:89px;

}
#inner .role .sex-switch a.btn-female:hover,
#inner .role .sex-switch a.btn-female.active {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/sprite-1d6571_1d6571f0.png) no-repeat;background-size:328px 180px;
background-position:-91px -91px;
width:89px;
height:89px;

}
#inner .role .name {
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: transform .5s ease, opacity 0.5s ease;
  -moz-transition: transform .5s ease, opacity 0.5s ease;
  transition: transform .5s ease, opacity 0.5s ease;
  opacity: 0;
}
#inner .role .name:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
#inner .role .attr {
  -webkit-transform: translateX(160px);
  -moz-transform: translateX(160px);
  -ms-transform: translateX(160px);
  -o-transform: translateX(160px);
  transform: translateX(160px);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
  width: 212px;
  height: 244px;
  left: 50%;
  margin-left: 5px;
  top: 540px;
}
#inner .role .title {
  -webkit-transform: translateX(160px);
  -moz-transform: translateX(160px);
  -ms-transform: translateX(160px);
  -o-transform: translateX(160px);
  transform: translateX(160px);
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#inner .role .icon {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#inner .role .title,
#inner .role .attr,
#inner .role .icon {
  position: absolute;
}
#inner .swiper-slide-active .person,
#inner .swiper-slide-active .attr,
#inner .swiper-slide-active .title,
#inner .swiper-slide-active .desc,
#inner .swiper-slide-active .name,
#inner .swiper-slide-active .sex-switch,
#inner .swiper-slide-active .icon,
#inner .swiper-slide-active .btn-skill {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.sz-wrap {
  position: absolute;
  right: 0;
  top: 600px;
  z-index: 5;
  height: 57px;
  width: 148px;
}
.sz-wrap .btn-sz {
  width: 0;
  padding: 0 6px;
  margin: 0 auto;
  height: 47px;
  display: block;
  font-size: 0;
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/sprite-1d6571_1d6571f0.png) no-repeat;background-size:328px 180px;
background-position:-182px -0px;
width:146px;

  transition: width 1s .5s ease;
  position: relative;
}
.sz-wrap .btn-sz:before,
.sz-wrap .btn-sz:after {
  content: '';
  display: block;
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/zhou_1111e197.png) no-repeat;
  width: 6px;
  height: 57px;
  position: absolute;
  top: -5px;
}
.sz-wrap .btn-sz:before {
  left: 0;
}
.sz-wrap .btn-sz:after {
  right: 0;
}
.sz-wrap .btn-sz.show {
  width: 135px;
}
.sz-wrap .btn-sz:hover {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/sprite-1d6571_1d6571f0.png) no-repeat;background-size:328px 180px;
background-position:-182px -49px;
width:146px;
height:47px;

}
.sz-wrap .btn-sz:hover:before,
.sz-wrap .btn-sz:hover:after {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/zhou2_3e3355ea.png) no-repeat;
}
.slide-daoke .role .person {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/role_149e8891.png) no-repeat center top;
}
.slide-daoke .role.female .person {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/role_f_459eb305.png) no-repeat center top;
}
.slide-daoke .role.female .desc {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/desc_f_c10ffe90.png) no-repeat center top;
}
.slide-daoke .role.female .name {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/name_f_5d111b28.png) no-repeat;
}
.slide-daoke .desc {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/desc_13b22641.png) no-repeat center top;
}
.slide-daoke .title {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/title_1632defc.png) no-repeat;
  width: 176px;
  height: 260px;
  top: 240px;
  left: 50%;
  margin-left: 26px;
}
.slide-daoke .attr {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/attr_81baf5fd.png) no-repeat;
}
.slide-daoke .icon {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/icon_5cb14f6a.png) no-repeat;
  width: 185px;
  height: 153px;
  left: 50%;
  margin-left: 448px;
  top: 242px;
}
.slide-daoke .name {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/name_6e6f658a.png) no-repeat;
  width: 52px;
  height: 98px;
  position: absolute;
  left: 50%;
  margin-left: -630px;
  top: 432px;
}
.slide-meizhe .role .person {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/role_a5f3f157.png) no-repeat center top;
}
.slide-meizhe .role.female .person {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/role_f_c8f2b569.png) no-repeat center top;
}
.slide-meizhe .role.female .desc {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/desc_f_43f4b458.png) no-repeat center top;
}
.slide-meizhe .role.female .name {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/name_f_43604c92.png) no-repeat;
}
.slide-meizhe .desc {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/desc_17c91525.png) no-repeat center top;
}
.slide-meizhe .title {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/title_9ba6f912.png) no-repeat;
  width: 199px;
  height: 304px;
  top: 225px;
  left: 50%;
  margin-left: 15px;
}
.slide-meizhe .attr {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/attr_4ba0a9fa.png) no-repeat;
}
.slide-meizhe .icon {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/icon_9242de4c.png) no-repeat;
  width: 153px;
  height: 165px;
  left: 50%;
  margin-left: 460px;
  top: 220px;
}
.slide-meizhe .name {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/name_f4af0c75.png) no-repeat;
  width: 52px;
  height: 98px;
  position: absolute;
  left: 50%;
  margin-left: -375px;
  top: 151px;
}
.slide-yishi .role .person {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/role_4c94a56d.png) no-repeat center top;
}
.slide-yishi .role.female .person {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/role_f_d6a6e0e3.png) no-repeat center top;
}
.slide-yishi .role.female .desc {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/desc_f_8ed2cd07.png) no-repeat center top;
}
.slide-yishi .role.female .name {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/name_f_a7c0a531.png) no-repeat;
}
.slide-yishi .desc {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/desc_05a4ea17.png) no-repeat center top;
}
.slide-yishi .title {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/title_7395357a.png) no-repeat;
  width: 171px;
  height: 319px;
  top: 226px;
  left: 50%;
  margin-left: 50px;
}
.slide-yishi .attr {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/attr_bc105295.png) no-repeat;
}
.slide-yishi .icon {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/icon_80482328.png) no-repeat;
  width: 167px;
  height: 162px;
  left: 50%;
  margin-left: 460px;
  top: 220px;
}
.slide-yishi .name {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/name_831003c5.png) no-repeat;
  width: 52px;
  height: 98px;
  position: absolute;
  left: 50%;
  margin-left: -590px;
  top: 202px;
}
.slide-yiren .role .person {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/role_184b31d5.png) no-repeat center top;
}
.slide-yiren .role.female .person {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/role_f_f190acc7.png) no-repeat center top;
}
.slide-yiren .role.female .desc {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/desc_f_a43bef47.png) no-repeat center top;
}
.slide-yiren .role.female .name {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/name_f_b1ccd2bc.png) no-repeat;
}
.slide-yiren .desc {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/desc_59d636f6.png) no-repeat center top;
}
.slide-yiren .title {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/title_82d459e1.png) no-repeat;
  width: 192px;
  height: 277px;
  top: 238px;
  left: 50%;
  margin-left: 50px;
}
.slide-yiren .attr {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/attr_073266b3.png) no-repeat;
}
.slide-yiren .icon {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/icon_13ab34c9.png) no-repeat;
  width: 165px;
  height: 153px;
  left: 50%;
  margin-left: 455px;
  top: 220px;
}
.slide-yiren .name {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/name_f2a74491.png) no-repeat;
  width: 52px;
  height: 98px;
  position: absolute;
  left: 50%;
  margin-left: -123px;
  top: 222px;
}
.slide-sheshou .role .person {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/role_412a05f9.png) no-repeat center top;
}
.slide-sheshou .role.female .person {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/role_f_e1b1e8f5.png) no-repeat center top;
}
.slide-sheshou .role.female .desc {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/desc_f_2cfb1d82.png) no-repeat center top;
}
.slide-sheshou .role.female .name {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/name_f_fb3c08b0.png) no-repeat;
}
.slide-sheshou .desc {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/desc_d5fb30c1.png) no-repeat center top;
}
.slide-sheshou .title {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/title_52439ba6.png) no-repeat;
  width: 173px;
  height: 308px;
  top: 225px;
  left: 50%;
  margin-left: 22px;
}
.slide-sheshou .attr {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/attr_c893126e.png) no-repeat;
}
.slide-sheshou .icon {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/icon_8ff69824.png) no-repeat;
  width: 174px;
  height: 153px;
  left: 50%;
  margin-left: 450px;
  top: 220px;
}
.slide-sheshou .name {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/name_120aafde.png) no-repeat;
  width: 52px;
  height: 98px;
  position: absolute;
  left: 50%;
  margin-left: -115px;
  top: 185px;
}
.slide-huahun .role .person {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/role_eaacd8ae.png) no-repeat center top;
}
.slide-huahun .role.female .person {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/role_f_ff735e93.png) no-repeat center top;
}
.slide-huahun .role.female .desc {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/desc_f_71567e8c.png) no-repeat center top;
}
.slide-huahun .role.female .name {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/name_f_7aab41ec.png) no-repeat;
}
.slide-huahun .desc {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/desc_33082cd4.png) no-repeat center top;
}
.slide-huahun .title {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/title_c55af974.png) no-repeat;
  width: 231px;
  height: 301px;
  top: 229px;
  left: 50%;
  margin-left: 20px;
}
.slide-huahun .attr {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/attr_6ff17fb9.png) no-repeat;
}
.slide-huahun .icon {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/icon_585489e9.png) no-repeat;
  width: 176px;
  height: 153px;
  left: 50%;
  margin-left: 450px;
  top: 220px;
}
.slide-huahun .name {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/name_2f4d455d.png) no-repeat;
  width: 52px;
  height: 98px;
  position: absolute;
  left: 50%;
  margin-left: -586px;
  top: 354px;
}
.slide-yanshi .role .person {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/role_50912024.png) no-repeat center top;
}
.slide-yanshi .role.female .person {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/role_f_f4d597e0.png) no-repeat center top;
}
.slide-yanshi .role.female .desc {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/desc_f_db7b6615.png) no-repeat center top;
}
.slide-yanshi .role.female .name {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/name_ba4443a5.png) no-repeat;
}
.slide-yanshi .desc {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/desc_baf6340a.png) no-repeat center top;
}
.slide-yanshi .title {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/title_0835528a.png) no-repeat;
  width: 197px;
  height: 295px;
  top: 229px;
  left: 50%;
  margin-left: 30px;
}
.slide-yanshi .attr {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/attr_9c60e6e5.png) no-repeat;
}
.slide-yanshi .icon {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/icon_917486eb.png) no-repeat;
  width: 170px;
  height: 153px;
  left: 50%;
  margin-left: 450px;
  top: 220px;
}
.slide-yanshi .name {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/name_f_5d17181d.png) no-repeat;
  width: 52px;
  height: 98px;
  position: absolute;
  left: 50%;
  margin-left: -90px;
  top: 442px;
}
.slide-zk .role .person {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/role_9ff5d252.png) no-repeat center top;
}
.slide-zk .role.female .person {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/role_f_e02c66d2.png) no-repeat center top;
}
.slide-zk .role.female .desc {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/desc_f_9b03670d.png) no-repeat center top;
}
.slide-zk .role.female .name {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/name_f_1ccb1ee3.png) no-repeat;
  margin-left: -456px;
  top: 178px;
}
.slide-zk .desc {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/desc_9645aec0.png) no-repeat center top;
}
.slide-zk .title {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/title_15ee7b17.png) no-repeat;
  width: 197px;
  height: 319px;
  top: 201px;
  left: 50%;
  margin-left: -10px;
}
.slide-zk .attr {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/attr_af31e127.png) no-repeat;
}
.slide-zk .icon {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/icon_fe756415.png) no-repeat;
  width: 153px;
  height: 153px;
  left: 50%;
  margin-left: 450px;
  top: 220px;
}
.slide-zk .name {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/name_38da1c5e.png) no-repeat;
  width: 53px;
  height: 98px;
  position: absolute;
  left: 50%;
  margin-left: -590px;
  top: 206px;
}
.slide-fangshi .role .person {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/role_96976b01.png) no-repeat center top;
}
.slide-fangshi .role.female .person {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/role_f_6692982f.png) no-repeat center top;
}
.slide-fangshi .role.female .desc {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/desc_f_150153fb.png) no-repeat center top;
}
.slide-fangshi .role.female .name {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/name_f_174d24cd.png) no-repeat;
  height: 124px;
}
.slide-fangshi .desc {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/desc_1960ed04.png) no-repeat center top;
}
.slide-fangshi .title {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/title_b8cee7e9.png) no-repeat;
  width: 172px;
  height: 289px;
  top: 225px;
  left: 50%;
  margin-left: 25px;
}
.slide-fangshi .attr {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/attr_8cf0ea70.png) no-repeat;
}
.slide-fangshi .icon {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/icon_a363d664.png) no-repeat;
  width: 178px;
  height: 153px;
  left: 50%;
  margin-left: 450px;
  top: 220px;
}
.slide-fangshi .name {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/name_dad2619f.png) no-repeat;
  width: 52px;
  height: 98px;
  position: absolute;
  left: 50%;
  margin-left: -555px;
  top: 145px;
}
.slide-xiake .role .person {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/role_20384c00.png) no-repeat center top;
}
.slide-xiake .role.female .person {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/role_f_ec5ed414.png) no-repeat center top;
}
.slide-xiake .role.female .desc {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/desc_f_77df95f1.png) no-repeat center top;
}
.slide-xiake .role.female .name {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/name_f_ff5adfc8.png) no-repeat;
}
.slide-xiake .desc {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/desc_9e2c1679.png) no-repeat center top;
}
.slide-xiake .title {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/title_36284367.png) no-repeat;
  width: 227px;
  height: 290px;
  top: 225px;
  left: 50%;
  margin-left: 15px;
}
.slide-xiake .attr {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/attr_5f866a98.png) no-repeat;
}
.slide-xiake .icon {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/icon_a192f18b.png) no-repeat;
  width: 153px;
  height: 153px;
  left: 50%;
  margin-left: 450px;
  top: 220px;
}
.slide-xiake .name {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/name_4e164c22.png) no-repeat;
  width: 52px;
  height: 98px;
  position: absolute;
  left: 50%;
  margin-left: -605px;
  top: 370px;
}
.slide-jiashi .role .person {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/role_1e61b995.png) no-repeat center top;
}
.slide-jiashi .role.female .person {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/role_f_6ddab605.png) no-repeat center top;
}
.slide-jiashi .role.female .desc {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/desc_f_9a4240fd.png) no-repeat center top;
}
.slide-jiashi .role.female .name {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/name_f_20f7ef34.png) no-repeat;
}
.slide-jiashi .desc {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/desc_4f2e4a0b.png) no-repeat center top;
}
.slide-jiashi .title {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/title_2232587f.png) no-repeat;
  width: 182px;
  height: 267px;
  top: 240px;
  left: 50%;
  margin-left: 20px;
}
.slide-jiashi .attr {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/attr_c86aadb2.png) no-repeat;
}
.slide-jiashi .icon {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/icon_62c076cf.png) no-repeat;
  width: 153px;
  height: 153px;
  left: 50%;
  margin-left: 450px;
  top: 220px;
}
.slide-jiashi .name {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/name_afe87f38.png) no-repeat;
  width: 52px;
  height: 98px;
  position: absolute;
  left: 50%;
  margin-left: -190px;
  top: 224px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: .85;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none;
}
.swiper-button-prev {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/btn-left_b55a0fbf.png) no-repeat;
  width: 77px;
  height: 39px;
  left: 0;
  margin-top: -50px;
}
.swiper-button-next {
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/btn-right_9c55566e.png) no-repeat;
  width: 73px;
  height: 39px;
  right: 0;
  margin-top: -50px;
}
#NIE-copyRight {
  background: #e2eaee;
}
#NIE-copyRight p,
#NIE-copyRight span,
#NIE-copyRight a {
  color: #000;
}
#home,
#inner {
  opacity: 0;
}
#load {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  background: rgba(255, 255, 255, 0.5);
}
#load p {
  position: absolute;
  top: 50%;
  color: #000;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 300px;
}
.close_pv {
  position: absolute;
  right: -48px;
  top: 0;
  width: 48px;
  height: 48px;
  text-indent: -9999em;
  outline: 0;
  background: url(https://qnm.res.netease.com/pc/zt/20190627094940/img/close-pv_ec9ad65d.jpg) 0 0 no-repeat;
}
.close_pv:hover {
  background-position: -48px 0;
}

