html,
body,
.main {
  margin: 0;
  position: relative;
  background-color: #3e3d76;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
ul,
li {
  list-style: none;
}
ul {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.logo {
  position: absolute;
  top: 23px;
  left: 44px;
  z-index: 1;
  width: 161px;
  height: 107px;
  background: url('../img/logo.png') no-repeat;
}
.contwrap {
  position: relative;
  margin: 0 auto;
  width: 750px;
}
.comm-title {
  width: 750px;
  height: 150px;
  margin: 0 auto;
}
.side {
  position: fixed;
  z-index: 11;
  bottom: 0;
  left: 4px;
  width: 742px;
  height: 150px;
  background: url(../img/side-bg.png) no-repeat;
}
.side .side-cont {
  position: absolute;
  left: 69px;
  top: 75px;
  width: 610px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.side .side-cont a {
  position: relative;
  width: 107px;
  height: 33px;
  display: block;
  color: #000;
  background: url(../img/side.png) no-repeat;
}
.side .side-cont a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 107px;
  height: 33px;
  background: url(../img/side-h.png) no-repeat;
  opacity: 0;
  transition: all 0.6s;
}
.side .side-cont a.on::after {
  opacity: 1;
}
.side .side-cont a:nth-of-type(1) {
  background-position: 0px 0px;
}
.side .side-cont a:nth-of-type(1)::after {
  background-position: 0px 0px;
}
.side .side-cont a:nth-of-type(2) {
  background-position: -168px 0;
}
.side .side-cont a:nth-of-type(2)::after {
  background-position: -168px 0;
}
.side .side-cont a:nth-of-type(3) {
  background-position: -335px 0;
}
.side .side-cont a:nth-of-type(3)::after {
  background-position: -335px 0;
}
.side .side-cont a:nth-of-type(4) {
  background-position: -503px 0;
}
.side .side-cont a:nth-of-type(4)::after {
  background-position: -503px 0;
}
.vd-play {
  position: relative;
  width: 712px;
  height: 408px;
  background: url(../img/vd-border.png) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vd-play .vd-img {
  position: relative;
  width: 684px;
  height: 380px;
  overflow: hidden;
}
.vd-play .vd-img.vd-zq::before {
  background: url(../img/vd-img1.jpg) no-repeat;
}
.vd-play .vd-img.vd-zs::before {
  background: url(../img/vd-img2.jpg) no-repeat;
}
.vd-play .vd-img::before,
.vd-play .vd-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.6s;
}
.vd-play .vd-img::after {
  background: rgba(0, 0, 0, 0.6);
}
.vd-play .vd-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -49px 0 0 -49px;
  width: 98px;
  height: 98px;
}
.vd-play .vd-btn .vd-ani {
  display: block;
  position: relative;
  margin: 8px 0 0 9px;
  width: 79px;
  height: 82px;
  background: url(../img/vd-btn1.png) no-repeat;
  transform: scale(1);
  animation: scaleAin 1.8s ease-in-out infinite alternate;
}
.vd-play .vd-btn .vd-ani::after {
  z-index: 1;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -49px 0 0 -49px;
  width: 98px;
  height: 98px;
  background: url(../img/vd-round.png) no-repeat;
  animation: spin 3s infinite linear;
}
.vd-play:hover .vd-img::before {
  transform: scale(1.1);
}
.vd-play:hover .vd-img::after {
  background: rgba(0, 0, 0, 0);
}
.head {
  position: relative;
  background: url(../img/hd-bg.jpg) no-repeat 50% 0;
  height: 1210px;
  width: 100%;
}
.head .z-title {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 399px;
  height: 931px;
  background: url(../img/title.png) no-repeat;
}
.cont2 {
  background: url(../img/cont2-bg.jpg) no-repeat 50% 0;
  height: 1045px;
  width: 100%;
  overflow: hidden;
  margin-top: -1px;
}
.cont2 .title1 {
  position: relative;
  z-index: 2;
  background: url(../img/title1.png) no-repeat;
}
.cont2 .sh-group {
  z-index: 2;
  position: relative;
  width: 572px;
  height: 64px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  justify-items: center;
}
.cont2 .sh-group .btn {
  cursor: pointer;
  position: relative;
  width: 263px;
  height: 64px;
  background: url(../img/cont2-btn.png) no-repeat;
}
.cont2 .sh-group .btn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.6s;
  background: url(../img/cont2-btn-h.png) no-repeat;
}
.cont2 .sh-group .btn.btn1 {
  background-position: 0 0;
}
.cont2 .sh-group .btn.btn1::after {
  background-position: 0 0;
}
.cont2 .sh-group .btn.btn2 {
  background-position: -309px 0;
}
.cont2 .sh-group .btn.btn2::after {
  background-position: -309px 0;
}
.cont2 .sh-group .btn.act::after {
  opacity: 1;
}
.cont2 .zs-cont {
  z-index: 0;
  position: absolute;
  top: 296px;
  left: 20px;
  width: 602px;
  height: 600px;
}
.cont2 .zs-cont .lf-cont,
.cont2 .zs-cont .rg-cont {
  position: relative;
  width: 602px;
  height: 600px;
  display: none;
}
.cont2 .zs-cont .lf-cont.act,
.cont2 .zs-cont .rg-cont.act {
  display: block;
}
.cont2 .zs-cont-tab {
  z-index: 3;
  position: absolute;
  right: 12px;
  top: 322px;
  width: 96px;
  height: 544px;
}
.cont2 .zs-cont-tab ul {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: none;
  justify-content: space-around;
  flex-direction: column;
}
.cont2 .zs-cont-tab ul.act {
  display: flex;
}
.cont2 .zs-cont-tab ul li {
  position: relative;
  width: 96px;
  height: 98px;
  cursor: pointer;
}
.cont2 .zs-cont-tab ul li::after {
  position: absolute;
  content: '';
  top: -12px;
  left: -13px;
  width: 122px;
  height: 122px;
  opacity: 0;
  transition: all 0.5s 0s ease;
}
.cont2 .zs-cont-tab ul li.act::after {
  opacity: 1;
}
.cont2 .zs-cont-tab ul.ul1 li {
  background: url(../img/cont2/s-group.png) no-repeat;
}
.cont2 .zs-cont-tab ul.ul1 li:nth-of-type(1) {
  background-position: 0px 0px;
}
.cont2 .zs-cont-tab ul.ul1 li:nth-of-type(1)::after {
  background: url('../img/cont2/s1.png') no-repeat;
}
.cont2 .zs-cont-tab ul.ul1 li:nth-of-type(2) {
  background-position: 0 -111px;
}
.cont2 .zs-cont-tab ul.ul1 li:nth-of-type(2)::after {
  background: url('../img/cont2/s2.png') no-repeat;
}
.cont2 .zs-cont-tab ul.ul1 li:nth-of-type(3) {
  background-position: 0 -222px;
}
.cont2 .zs-cont-tab ul.ul1 li:nth-of-type(3)::after {
  background: url('../img/cont2/s3.png') no-repeat;
}
.cont2 .zs-cont-tab ul.ul1 li:nth-of-type(4) {
  background-position: 0 -333px;
}
.cont2 .zs-cont-tab ul.ul1 li:nth-of-type(4)::after {
  background: url('../img/cont2/s4.png') no-repeat;
}
.cont2 .zs-cont-tab ul.ul1 li:nth-of-type(5) {
  background-position: 0 -444px;
}
.cont2 .zs-cont-tab ul.ul1 li:nth-of-type(5)::after {
  background: url('../img/cont2/s5.png') no-repeat;
}
.cont2 .zs-cont-tab ul.ul2 li {
  background: url(../img/cont2/h-group.png) no-repeat;
}
.cont2 .zs-cont-tab ul.ul2 li:nth-of-type(1) {
  background-position: 0px 0px;
}
.cont2 .zs-cont-tab ul.ul2 li:nth-of-type(1)::after {
  background: url('../img/cont2/h1.png') no-repeat;
}
.cont2 .zs-cont-tab ul.ul2 li:nth-of-type(2) {
  background-position: 0 -111px;
}
.cont2 .zs-cont-tab ul.ul2 li:nth-of-type(2)::after {
  background: url('../img/cont2/h2.png') no-repeat;
}
.cont2 .zs-cont-tab ul.ul2 li:nth-of-type(3) {
  background-position: 0 -222px;
}
.cont2 .zs-cont-tab ul.ul2 li:nth-of-type(3)::after {
  background: url('../img/cont2/h3.png') no-repeat;
}
.cont2 .zs-cont-tab ul.ul2 li:nth-of-type(4) {
  background-position: 0 -333px;
}
.cont2 .zs-cont-tab ul.ul2 li:nth-of-type(4)::after {
  background: url('../img/cont2/h4.png') no-repeat;
}
.cont2 .zs-cont-tab ul.ul2 li:nth-of-type(5) {
  background-position: 0 -444px;
}
.cont2 .zs-cont-tab ul.ul2 li:nth-of-type(5)::after {
  background: url('../img/cont2/h5.png') no-repeat;
}
.cont2 .zs-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 602px;
  height: 600px;
}
.cont2 .zs-info ul {
  position: relative;
  width: 100%;
  height: 100%;
}
.cont2 .zs-info ul.s-ul li:nth-of-type(1) {
  background: url('../img/cont2/srole1.png') no-repeat;
}
.cont2 .zs-info ul.s-ul li:nth-of-type(2) {
  background: url('../img/cont2/srole2.png') no-repeat;
}
.cont2 .zs-info ul.s-ul li:nth-of-type(3) {
  background: url('../img/cont2/srole3.png') no-repeat;
}
.cont2 .zs-info ul.s-ul li:nth-of-type(4) {
  background: url('../img/cont2/srole4.png') no-repeat;
}
.cont2 .zs-info ul.s-ul li:nth-of-type(5) {
  background: url('../img/cont2/srole5.png') no-repeat;
}
.cont2 .zs-info ul.h-ul li:nth-of-type(1) {
  background: url('../img/cont2/hrole1.png') no-repeat;
}
.cont2 .zs-info ul.h-ul li:nth-of-type(2) {
  background: url('../img/cont2/hrole2.png') no-repeat;
}
.cont2 .zs-info ul.h-ul li:nth-of-type(3) {
  background: url('../img/cont2/hrole3.png') no-repeat;
}
.cont2 .zs-info ul.h-ul li:nth-of-type(4) {
  background: url('../img/cont2/hrole4.png') no-repeat;
}
.cont2 .zs-info ul.h-ul li:nth-of-type(5) {
  background: url('../img/cont2/hrole5.png') no-repeat;
}
.cont2 .zs-info li {
  position: absolute;
  top: -296px;
  left: -20px;
  width: 750px;
  height: 1044px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: all 1s 0s ease;
  opacity: 0;
  visibility: hidden;
}
.cont2 .zs-info li .vd-btn {
  position: relative;
  margin: 14px 0 0 -188px;
  width: 98px;
  height: 98px;
}
.cont2 .zs-info li .vd-btn::before,
.cont2 .zs-info li .vd-btn::after {
  z-index: 1;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
}
.cont2 .zs-info li .vd-btn::before {
  margin: 8px 0 0 9px;
  width: 79px;
  height: 82px;
  background: url(../img/vd-btn1.png) no-repeat;
  transform: scale(1);
  animation: scaleAin 1.8s ease-in-out infinite alternate;
}
.cont2 .zs-info li .vd-btn::after {
  z-index: 1;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 98px;
  height: 98px;
  background: url(../img/vd-round.png) no-repeat;
  animation: spin 3s infinite linear;
}
.cont2 .zs-info li .hs-name {
  position: absolute;
  z-index: 2;
  left: 40px;
  top: 290px;
  width: 67px;
  height: 179px;
}
.cont2 .zs-info li.act {
  opacity: 1;
  visibility: visible;
}
.cont3 {
  background: url(../img/cont3-bg.jpg) no-repeat 50% 0;
  height: 1454px;
  width: 100%;
}
.cont3 .title2 {
  background: url(../img/title2.png) no-repeat;
}
.cont3 .role-items {
  position: relative;
  perspective: 1000;
  -webkit-perspective: 1000;
}
.cont3 .role-items .role-list {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}
.cont3 .role-items .role-list .role-list-img {
  position: relative;
  margin: 0 auto;
  width: 644px;
  height: 648px;
}
.cont3 .role-items .role-list .role-list-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 644px;
  height: 648px;
  z-index: 2;
}
.cont3 .role-items .role-list.act {
  display: block;
}
.cont3 .role-tabs {
  margin: 30px auto;
  width: 730px;
  height: 126px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
}
.cont3 .role-tabs .btn {
  position: relative;
  margin: 0 3px;
  width: 139px;
  height: 51px;
  background: url(../img/role/rs-btn.png) no-repeat;
  cursor: pointer;
  transition: all 0.8s 0s ease;
}
.cont3 .role-tabs .btn::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/role/rs-btn-h.png) no-repeat;
  opacity: 0;
  transition: all 0.5s 0s ease;
}
.cont3 .role-tabs .btn.act::after {
  opacity: 1;
}
.cont3 .role-tabs .btn1 {
  background-position: 0px 0px;
}
.cont3 .role-tabs .btn1::after {
  background-position: 0px 0px;
}
.cont3 .role-tabs .btn2 {
  background-position: -148px 0;
}
.cont3 .role-tabs .btn2::after {
  background-position: -148px 0;
}
.cont3 .role-tabs .btn3 {
  background-position: -296px 0;
}
.cont3 .role-tabs .btn3::after {
  background-position: -296px 0;
}
.cont3 .role-tabs .btn4 {
  background-position: -443px 0;
}
.cont3 .role-tabs .btn4::after {
  background-position: -443px 0;
}
.cont3 .role-tabs .btn5 {
  background-position: -591px 0;
}
.cont3 .role-tabs .btn5::after {
  background-position: -591px 0;
}
.cont3 .role-tabs .btn6 {
  background-position: -74px -75px;
}
.cont3 .role-tabs .btn6::after {
  background-position: -74px -75px;
}
.cont3 .role-tabs .btn7 {
  background-position: -222px -75px;
}
.cont3 .role-tabs .btn7::after {
  background-position: -222px -75px;
}
.cont3 .role-tabs .btn8 {
  background-position: -369px -75px;
}
.cont3 .role-tabs .btn8::after {
  background-position: -369px -75px;
}
.cont3 .role-tabs .btn9 {
  background-position: -517px -75px;
}
.cont3 .role-tabs .btn9::after {
  background-position: -517px -75px;
}
.cont3 .role-vd {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  right: 78px;
  top: 548px;
  width: 55px;
  height: 56px;
}
.cont3 .role-vd .vd-btn {
  display: block;
  position: relative;
  margin: 4px 0 0 3px;
  width: 47px;
  height: 48px;
  background: url(../img/role/vd-btn1.png) no-repeat;
  transform: scale(1);
  animation: scaleAin2 1.8s ease-in-out infinite alternate;
}
.cont3 .role-vd .vd-btn::after {
  z-index: 1;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -27.5px 0 0 -27.5px;
  width: 55px;
  height: 55px;
  background: url(../img/role/vd-round.png) no-repeat;
  animation: spin 3s infinite linear;
}
.cont3 .decoration {
  position: absolute;
  width: 313px;
  height: 230px;
  bottom: -246px;
}
.cont3 .decoration.left {
  left: 38px;
}
.cont3 .decoration.right {
  right: 38px;
}
.cont3 .name {
  position: absolute;
  top: 326px;
  right: 8px;
  width: 135px;
  height: 409px;
}
.cont4 {
  background: url(../img/cont4-bg.jpg) no-repeat 50% 0;
  height: 1180px;
  width: 100%;
  overflow: hidden;
}
.cont4 .title3 {
  background: url(../img/title3.png) no-repeat;
}
.cont4 .cont4-item {
  position: relative;
  width: 750px;
  height: 944px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.cont4 .cont4-item .vd-cont {
  width: 712px;
  height: 452px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cont4 .cont4-item .vd-cont .vd-tip {
  width: 425px;
  height: 23px;
}
.cont4 .cont4-item .vd-board {
  width: 351px;
  height: 458px;
}
.cont5 {
  background: url(../img/cont5-bg.jpg) no-repeat 50% 0;
  height: 1538px;
  width: 100%;
  overflow: hidden;
}
.cont5 .title4 {
  background: url(../img/title4.png) no-repeat;
}
.cont5 .ani-tabs {
  margin: 30px auto 0;
  width: 730px;
  height: 126px;
}
.cont5 .ani-tabs ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
  width: 100%;
  height: 100%;
}
.cont5 .ani-tabs ul li {
  cursor: pointer;
  position: relative;
  margin: 0 3px;
  width: 139px;
  height: 51px;
  background: url(../img/ani-btns.png) no-repeat;
}
.cont5 .ani-tabs ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/ani-btns-h.png) no-repeat;
  opacity: 0;
  transition: all 0.5s 0s ease;
}
.cont5 .ani-tabs ul li:hover::after,
.cont5 .ani-tabs ul li.act::after {
  opacity: 1;
}
.cont5 .ani-tabs ul li:nth-of-type(1) {
  background-position: 0px 0px;
}
.cont5 .ani-tabs ul li:nth-of-type(1)::after {
  background-position: 0px 0px;
}
.cont5 .ani-tabs ul li:nth-of-type(2) {
  background-position: -148px 0;
}
.cont5 .ani-tabs ul li:nth-of-type(2)::after {
  background-position: -148px 0;
}
.cont5 .ani-tabs ul li:nth-of-type(3) {
  background-position: -296px 0;
}
.cont5 .ani-tabs ul li:nth-of-type(3)::after {
  background-position: -296px 0;
}
.cont5 .ani-tabs ul li:nth-of-type(4) {
  background-position: -443px 0;
}
.cont5 .ani-tabs ul li:nth-of-type(4)::after {
  background-position: -443px 0;
}
.cont5 .ani-tabs ul li:nth-of-type(5) {
  background-position: -591px 0;
}
.cont5 .ani-tabs ul li:nth-of-type(5)::after {
  background-position: -591px 0;
}
.cont5 .ani-tabs ul li:nth-of-type(6) {
  background-position: -74px -75px;
}
.cont5 .ani-tabs ul li:nth-of-type(6)::after {
  background-position: -74px -75px;
}
.cont5 .ani-tabs ul li:nth-of-type(7) {
  background-position: -222px -75px;
}
.cont5 .ani-tabs ul li:nth-of-type(7)::after {
  background-position: -222px -75px;
}
.cont5 .ani-tabs ul li:nth-of-type(8) {
  background-position: -369px -75px;
}
.cont5 .ani-tabs ul li:nth-of-type(8)::after {
  background-position: -369px -75px;
}
.cont5 .ani-tabs ul li:nth-of-type(9) {
  background-position: -517px -75px;
}
.cont5 .ani-tabs ul li:nth-of-type(9)::after {
  background-position: -517px -75px;
}
.cont5 .cont5-item {
  position: relative;
  width: 750px;
  height: 980px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.cont5 .cont5-item .vd-cont {
  width: 712px;
  height: 494px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cont5 .cont5-item .ani-index {
  position: relative;
  width: 351px;
  height: 458px;
  background: url(../img/cont5/animal-bg.png) no-repeat;
}
.cont5 .cont5-item .ani-index ul {
  position: relative;
  width: 100%;
  height: 100%;
}
.cont5 .cont5-item .ani-index ul li {
  position: absolute;
  left: 0;
  top: 104px;
  width: 506px;
  height: 382px;
  transition: all 0.6s;
  opacity: 0;
}
.cont5 .cont5-item .ani-index ul li.act {
  opacity: 1;
}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 620px;
  height: 397px;
  margin-left: -310px;
  margin-top: -198px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0s ease;
  -webkit-transition: all 0.5s 0s ease;
  display: none;
}
.popup.show {
  visibility: visible;
  opacity: 1;
  display: block;
}
.popup .close-btn {
  position: absolute;
  width: 69px;
  height: 69px;
  background: url(../img/close-btn.png) no-repeat;
  cursor: pointer;
  transition: all 0.5s 0s ease;
  -webkit-transition: all 0.5s 0s ease;
  top: -72px;
  right: -6px;
}
.popup .close-btn:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.popup.video-pop {
  width: 712px;
  height: 408px;
  margin: -204px 0 0 -356px;
  background: url(../img/pop-bg.png) no-repeat;
  padding: 14px 15px;
  box-sizing: border-box;
}
.popup.video-pop .close-btn {
  bottom: 0px;
}
.popup.role-pop {
  width: 727px;
  height: 1052px;
  margin: -526px 0 0 -363px;
  background: url(../img/pop-bg2.png) no-repeat;
  padding: 14px 15px;
  box-sizing: border-box;
}
.popup.role-pop .close-btn {
  bottom: 0px;
}
.popup .video-container {
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
}
@keyframes scaleAin {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes scaleAin2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
