
body {
  font-size: 14px;
  color: #303030;
}

.comp {
  margin: 0 auto;
  min-width: 1200px;
  height: 700px;
  position: relative;
  background-position: center 0;
  background-repeat: no-repeat;
  overflow: hidden;
}

.more {
  position: absolute;
  cursor: pointer;
  bottom: 130px;
  width: 20px;
  padding-bottom: 25px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.header-nav {
  position: absolute;
  top: 30px;
  left: 30px;
  background: #312d2d;
  padding: 10px;
  border-radius: 5px;
}

.header-nav a {
  color: #fff;
  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: 1158px;
  background: url("../images/bg.jpg")  center  no-repeat;
  background-size: cover;
}

.banner-box .btn-video {
  position: absolute;
  left: 52%;
  top: 550px;
  width: 120px;
  height: 120px;
  margin-left: 95px;
  cursor: pointer;
  background: url("../images/video_icon.png") 0 0 no-repeat;
}

.p1 {
  height: 745px;
  background-image: url("../images/p1-bg.jpg");
}

.p1 .slider {
  margin-left: -276px;
  top: 130px;
}

.p1 .more {
  left: 265px;
  color: #000;
  background-image: url("../images/more-b.png");
}

.p2 {
  height: 701px;
  background-image: url("../images/p2-bg.jpg");
}

.p2 .slider {
  margin-left: -593px;
  top: 109px;
}

.p2 .more {
  right: 270px;
  color: black;
  background-image: url("../images/more-b.png");
}

.p3 {
  background-image: url("../images/p3-bg.jpg");
}

.p3 .slider {
  margin-left: -275px;
  top: 110px;
}

.p3 .more {
  left: 260px;
  color: #000;
  background-image: url("../images/more-b.png");
}

.p4 {
  height: 701px;
  background-image: url("../images/p4-bg.jpg");
}

.p4 .slider {
  margin-left: -593px;
  top: 109px;
}

.p4 .more {
  right: 245px;
  color: #000;
  background-image: url("../images/more-b.png");
}

.p5 {
  height: 701px;
  background-image: url("../images/p5-bg.jpg");
}

.p5 .slider {
  margin-left: -276px;
  top: 117px;
}

.p5 .more {
  left: 234px;
  color: #000;
  background-image: url("../images/more-b.png");
}

.nav {
  position: fixed;
  z-index: 1;
  right: 30px;
  top: 249px;
  width: 86px;
  height: 348px;
}

.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;
  display: block;
  background: url("../images/navbar.png") 2px -305px no-repeat;
  bottom: 16px;
  width: 100%;
  height: 42px;
}

.nav .n1 {
  top: 0px;
  background-position: 0 0;
}

.nav .n2 {
  top: 100px;
}

.nav .n3 {
  top: 200px;
}

.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 -320px;
}

.nav .nav-cur4 {
  background-position: 0 -430px;
}

.nav .nav-cur5 {
  background-position: 0 -529px;
}

.nav .nav-cur6 {
  background-position: 0 -624px;
}

.popup-video .close {
  right: -60px;
  top: 0;
}

.popup-video .wrap {
  width: 720px;
  height: 400px;
  margin-left: -360px;
  margin-top: -200px;
}

.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;
}



.maskdiv {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  background-color: black \9;
  z-index: 100;
}

.popwrap .pop {
  display: none;
  position: fixed;
  left: 50%;
  top: 20%;
  width: 910px;
  height: 580px;
  background: #fff;
  /*text-align: center;*/
  z-index: 101;
  /*border-radius: 20px;*/
  margin-left: -455px;
}

.popwrap .pop-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;
}

.popwrap .pop-box p {
  padding-top: 18px;
  word-wrap: break-word;
  /*margin-top: 20px;
      line-height: 30px;*/
  font-size: 16px;
  display: block;
  width: 100%;
}

.popwrap .pop-box h2 {
  position: fixed;
  margin-top: -63px;
  left: 50%;
  color: #336699;
  text-align: center;
  padding-bottom: 30px;
  font: 30px/30px 微软雅黑;
  margin-left: -250px;
  width: 500px
}

.popwrap .pop .close {
  position: absolute;
  width: 49px;
  height: 49px;
  top: 30px;
  right: 43px;
  background: url(../images/close.png);
  cursor: pointer;
}

.popwrap .pop .close:hover {
  animation: rotateIn 1s ease 1;
}

/*swiper*/
.slider {
  width: 865px;
  height: 462px;
  background: #000;
  position: absolute;
  left: 50%;
}

.slider img {
  width: 100%;
  height: 100%;
}

.slider .btn-video {
  content: '';
  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 {
  height: 230px;
  position: relative;
  overflow: hidden;
  background: url("../images/bottom-bg.png") 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");
}


@keyframes moveIn {
  0% {
    -webkit-transform: translateY(-600px);
    -moz-transform: translateY(-600px);
    -ms-transform: translateY(-600px);
    -o-transform: translateY(-600px);
    transform: translateY(-600px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes down_moveIn {
  0% {
    -webkit-transform: translateY(600px);
    -moz-transform: translateY(600px);
    -ms-transform: translateY(600px);
    -o-transform: translateY(600px);
    transform: translateY(600px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes moveUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

/*# sourceMappingURL=index.css.map */