@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;
  color: #fff;
  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 .btn-video {
  position: absolute;
  left: 50%;
  top: 550px;
  width: 115px;
  height: 120px;
  margin-left: -365px;
  cursor: pointer;
  background: url("../images/btn-video.png") 0 0 no-repeat;
}

.p1 {
  height: 722px;
  background-image: url("../images/p1-bg.jpg");
}
.p1 p {
  position: absolute;
  top: 380px;
  left: 0;
  width: 610px;
  line-height: 2;
}

.p2 {
  height: 700px;
  background-image: url("../images/p2-bg.jpg");
}
.p2 ul {
  position: relative;
  overflow: hidden;
}
.p2 ul li {
  cursor: pointer;
  float: left;
  width: 152px;
  height: 412px;
  background: url("../images/p2-list.png") 0 0 no-repeat;
  text-align: center;
  margin-right: 20px;
  transition: all 0.3s;
}
.p2 ul li:hover {
  -webkit-transform: translateY(-20px);
}
.p2 ul li:nth-child(2n-1) {
  margin-top: 112px;
}
.p2 ul li:nth-child(2n) {
  margin-top: 180px;
}
.p2 ul h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 24px;
}
.p2 ul h3 {
  width: 114px;
  margin: 0 auto 10px auto;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #212f3e;
  font-size: 24px;
  color: #7eb8e4;
}
.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: 114px;
  margin-left: -323px;
}
.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.jpg);
  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.jpg);
  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.jpg);
  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.jpg);
  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: 39px;
  bottom: 314px;
}

.p4 {
  height: 786px;
  background-image: url("../images/p4-bg.jpg");
}
.p4 .slider {
  top: 162px;
  margin-left: -583px;
}
.p4 .more {
  right: 138px;
  bottom: 287px;
}

.p5 {
  height: 786px;
  background-image: url("../images/p5-bg.jpg");
}
.p5 .slider {
  top: 146px;
  margin-left: -434px;
}
.p5 .more {
  left: 39px;
  bottom: 290px;
}

.nav {
  position: fixed;
  z-index: 1;
  right: 30px;
  top: 87px;
  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 -518px;
}
.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-video.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 {
  height: 230px;
  position: relative;
  overflow: hidden;
  background: url("../images/bottom.jpg") center 0 no-repeat;
  font-size: 0;
  padding-top: 107px;
  text-align: center;
}
.bottom a {
  display: inline-block;
  width: 343px;
  height: 84px;
  margin: 0 40px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.bottom .d1 {
  background-image: url("../images/d-btn1.png");
}
.bottom .d2 {
  background-image: url("../images/d-btn2.png");
}
.bottom .d3 {
  background-image: url("../images/d-btn3.png");
}

@-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 */