@charset "UTF-8";

body {
  font-size: 14px;
  color: #303030;
}

.comp {
  margin: 0 auto;
  min-width: 1200px;
  position: relative;
  background-position: center 0;
  background-repeat: no-repeat;
  overflow: hidden;
}

.more {
  position: absolute;
  width: 41px;
  height: 144px;
  cursor: pointer;
}

.header-nav {
  position: absolute;
  top: 30px;
  left: 30px;
}

.header-nav a {
  color: #000;
  padding-left: 28px;
  background-image: url("../images/nav.png");
  background-repeat: no-repeat;
}

.header-nav .home {
  background-position: 0 center;
  padding-right: 10px;
  border-right: 1px solid #333;
  margin-right: 10px;
}

.header-nav .bbs {
  background-position: -104px center;
}

.w {
  width: 1200px;
  position: relative;
  height: 100%;
  margin: 0 auto;
}

.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.popup .wrap {
  position: absolute;
  left: 50%;
  top: 50%;
}

.popup .close {
  position: absolute;
  width: 49px;
  height: 49px;
  top: 30px;
  right: 43px;
  background: url(../images/close.png);
  cursor: pointer;
}

.popup .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
}

.banner-box {
  position: relative;
  width: 100%;
  height: 960px;
  background: url(../images/bg.jpg) center 0 no-repeat;
}

.banner-box .slogan1,
.banner-box .slogan2 {
  position: absolute;
  left: 0;
}

.banner-box .slogan1 {
  top: 40px;
  margin-left: -30px;
  -webkit-animation: moveIn 0.5s ease both;
  animation: moveIn 0.5s ease both;
}

.banner-box .slogan2 {
  top: 350px;
  margin-left: -180px;
  -webkit-animation: down_moveIn 0.5s ease both;
  animation: down_moveIn 0.5s ease both;
}

.banner-box .play-video {
  position: absolute;
  top: 560px;
  left: 30%;
  width: 324px;
  height: 136px;
  cursor: pointer;
  -webkit-animation: fadeIn 0.5s ease 0.5s both;
  animation: fadeIn 0.5s ease 0.5s both;
  background: url("../images/btn-video.png") 0 0 no-repeat;
}

.banner-box .play-video .btn-video {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 71px;
  height: 71px;
  background: url("../images/btn-video.png") 0 0 no-repeat;
}

.banner-box .play-video .btn-video2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/btn-video1.png") 0 0 no-repeat;
  -webkit-animation: rotate linear 2s infinite;
  animation: rotate linear 2s infinite;
}

.banner-box ul {
  position: absolute;
  top: 36px;
  left: 39px;
}

.banner-box ul li {
  float: left;
  margin-left: 12px;
}

.banner-box ul li a {
  color: #fff;
  font-weight: bold;
  display: inline-block;
}

.banner-box ul li .home {
  float: left;
  background: url(../images/nav.png);
  width: 25px;
  height: 17px;
}

.banner-box ul li .bbs {
  float: left;
  background: url(../images/nav.png);
  width: 25px;
  height: 17px;
  background-position: -100px 0px;
}

.banner-box ul li .tip {
  border-right: 1px solid #fff;
  padding-right: 11px;
}

.banner-box ul li a:hover {
  opacity: 0.7;
}

.p1 {
  height: 722px;
  background-image: url("../images/p1-bg.jpg");
}

.p1 p {
  position: absolute;
  top: 350px;
  left: 16px;
  width: 610px;
  line-height: 2;
}

.p2 {
  height: 700px;
  background-image: url("../images/p2-bg.jpg");
}

.p2 ul {
  position: relative;
  overflow: hidden;
  top: 120px;
}

.p2 ul li {
  cursor: pointer;
  float: left;
  width: 295px;
  height: 414px;
  background: url("../images/p2-list.png") 0 0 no-repeat;
  text-align: center;
  margin-right: 20px;
  transition: all 0.3s;
  position: relative;
}

.p2 ul li:nth-child(1) {
  z-index: 99;
}

.p2 ul li:nth-child(2) {
  margin-left: -180px;
  z-index: 97
}

.p2 ul li:nth-child(3) {
  margin-left: -180px;
  z-index: 96
}

.p2 ul li:nth-child(4) {
  margin-left: -180px;
  z-index: 95
}

.p2 ul li:nth-child(5) {
  margin-left: -180px;
  z-index: 94
}

.p2 ul li:nth-child(6) {
  margin-left: -180px;
  z-index: 93
}

.p2 ul h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 24px;
  writing-mode: vertical-rl;
  position: absolute;
  bottom: -10px;
  right: 22px;
}

.p2 ul h3 {
  height: 300px;
  line-height: 3;
  font-size: 28px;
  color: #000;
  writing-mode: vertical-rl;
  letter-spacing: 5px;
  position: absolute;
  right: 18px;
  text-align: center;
}

.p2 ul p {
  width: 128px;
  text-align: left;
  color: #ccc;
  margin: 0 auto;
  line-height: 1.7;
}

.p3 {
  height: 806px;
  background-image: url("../images/p3-bg.jpg");
}

.p3 .slider {
  top: 62px;
  margin-left: -274px;
}

.p3 .swiper-pagination {
  position: absolute;
  left: -463px;
  text-align: center;
  bottom: -160px;
  width: 1780px;
}

.p3 .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 190px;
  height: 102px;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 16px;
  cursor: pointer;
  border-radius: 0;
  opacity: 0.6;
  -webkit-border-radius: 0;
}

.p3 .swiper-pagination-bullet:hover {
  opacity: 1;
}

.p3 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.6);
}

.p3 .swiper-pagination-bullet:nth-child(1) {
  background: url(../images/p3/1.jpg);
  background-size: 100% auto;
}

.p3 .swiper-pagination-bullet:nth-child(1)::before {
  content: "蛇涂吟";
}

.p3 .swiper-pagination-bullet:nth-child(2) {
  background: url(../images/p3/2.png);
  background-size: 100% auto;
}

.p3 .swiper-pagination-bullet:nth-child(2)::before {
  content: "天姝咒";
}

.p3 .swiper-pagination-bullet:nth-child(3) {
  background: url(../images/p3/3.png);
  background-size: 100% auto;
}

.p3 .swiper-pagination-bullet:nth-child(3)::before {
  content: "九嶷冥罡";
}

.p3 .swiper-pagination-bullet:nth-child(4) {
  background: url(../images/p3/4.png);
  background-size: 100% auto;
}

.p3 .swiper-pagination-bullet:nth-child(4)::before {
  content: "九歌神降";
}

.p3 .swiper-pagination-bullet:nth-child(5) {
  background: url(../images/p3/5.png);
  background-size: 100% auto;
}

.p3 .swiper-pagination-bullet:nth-child(5)::before {
  content: "星罗诀";
}

.p3 .swiper-pagination .swiper-active-switch {
  opacity: 0.9;
}

.p3 .swiper-pagination .swiper-slide {
  position: relative;
}

.p3 .swiper-pagination .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.p3 .more {
  left: 189px;
  bottom: 314px;
  background: url("../images/checkmore.png");
}

.p4 {
  height: 702px;
  background-image: url("../images/p4-bg.jpg");
}

.p4 .slider {
  top: 142px;
  margin-left: -576px;
}

.p4 .more {
  right: 108px;
  bottom: 207px;
  background: url("../images/checkmore1.png");
}

.p5 {
  height: 800px;
  background-image: url("../images/p5-bg.jpg");
}

.p5 .slider {
  top: 146px;
  margin-left: -274px;
}

.p5 .more {
  left: 189px;
  bottom: 290px;
  background: url("../images/checkmore.png");
}

.nav {
  position: fixed;
  z-index: 1;
  left: 70px;
  top: 187px;
  width: 87px;
  height: 545px;
}

.nav a {
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 86px;
  height: 88px;
  display: block;
  background: url(../images/navbar.png) center top no-repeat;
}

.nav .scroll-tip {
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 86px;
  height: 88px;
  display: block;
  background: url(../images/navbar.png) center top no-repeat;
  bottom: 16px;
  width: 100%;
  height: 28px;
  background-position: 2px -530px;
}

.nav .n1 {
  top: 0px;
  background-position: 0 0;
}

.nav .n2 {
  top: 100px;
}

.nav .n3 {
  top: 200px;
}

.nav .n4 {
  top: 300px;
}

.nav .n5 {
  top: 400px;
}

.nav .nav-cur {
  background: url(../images/navbar_hover.png) center top;
}

.nav .nav-cur0 {
  background-position: 0 0;
}

.nav .nav-cur1 {
  background-position: 0 -106px;
}

.nav .nav-cur2 {
  background-position: 0 -212px;
}

.nav .nav-cur3 {
  background-position: 0 -317px;
}

.nav .nav-cur4 {
  background-position: 0 -424px;
}

.nav .nav-cur5 {
  background-position: 0 -529px;
}

.popup-video .close {
  right: -60px;
  top: 0;
}

.popup-video .wrap {
  width: 720px;
  height: 400px;
  margin-left: -360px;
  margin-top: -200px;
}

.popup-video video {
  display: block;
  width: 100%;
  height: 100%;
}

.popup-text .wrap {
  background-color: #fff;
  width: 920px;
  height: 600px;
  margin-left: -460px;
  margin-top: -300px;
}

.popup-text .box {
  border-top: 1px solid #ccc;
  position: relative;
  word-wrap: break-word;
  width: 800px;
  height: 439px;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: auto;
  font-size: 20px;
  color: #000;
  margin-top: 100px;
}

.popup-text .box p {
  padding-top: 18px;
  font-size: 16px;
  display: block;
  width: 100%;
}

.popup-text .box h2 {
  position: fixed;
  margin-top: -63px;
  left: 50%;
  color: #336699;
  text-align: center;
  padding-bottom: 30px;
  font-size: 30px;
  line-height: 1;
  margin-left: -250px;
  width: 500px;
}

/*swiper*/
.slider {
  width: 865px;
  height: 462px;
  background: #000;
  position: absolute;
  left: 50%;
}

.slider img {
  width: 100%;
}

.slider .btn-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) url(../images/btn.png) center center no-repeat;
  cursor: pointer;
}

.swiper-container {
  width: 868px;
  height: 464px;
}

.swiper-pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: -50px;
  width: 100%;
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 60px;
  height: 8px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 16px;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1 !important;
}

/* bottom */
.bottom {
  position: relative;
  height: 370px;
  width: 100%;
  background: url(../images/bottom.jpg) center no-repeat;
  margin-top: -1px;
}

.bottom .btn-group {
  position: absolute;
  width: 1200px;
  height: 160px;
  left: 50%;
  top: 40%;
  margin-left: -600px;
}

.bottom .btn-group a {
  float: left;
  width: 343px;
  height: 83px;
  margin-left: 50px;
}

.bottom .btn-group .d1 {
  background: url(../images/d-btn1.png) no-repeat;
}

.bottom .btn-group .d2 {
  background: url(../images/d-btn2.png) no-repeat;
}

.bottom .btn-group .d3 {
  background: url(../images/d-btn3.png) no-repeat;
}

.bottom .btn-group a span {
  font: 27px å¾®è½¯é›…é»‘;
  color: #fcfcfc;
  display: block;
  margin-top: 33px;
  margin-left: 143px;
}

.bottom .btn-group .d3 span {
  margin-top: 30px;
}

@-webkit-keyframes moveIn {
  0% {
    transform: translateY(-600px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes moveIn {
  0% {
    transform: translateY(-600px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes down_moveIn {
  0% {
    transform: translateY(600px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes down_moveIn {
  0% {
    transform: translateY(600px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=index.css.map */