@charset "utf-8";
html,
body {
  height: 100%;

}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.main-page {
  height: 100%;
}
.main-page > .swiper-container {
  height: 100%;
}
.main-page > .swiper-container > .swiper-wrapper {
  height: 100%;
}
.main-page > .swiper-container > .swiper-wrapper > .swiper-slide {
  width: 100%;
  height: 100%;
  padding-top: 2.12rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.main-page > .swiper-container > .swiper-wrapper > .swiper-slide .item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transition: -webkit-transform 2s .4s;
  transition: -webkit-transform 2s .4s;
  transition: transform 2s .4s;
  transition: transform 2s .4s, -webkit-transform 2s .4s;
}
.main-page > .swiper-container > .swiper-wrapper > .swiper-slide .center-box {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-top: 2.2rem;
}
.main-page > .swiper-container > .swiper-wrapper > .swiper-slide.swiper-slide-active .item-bg {
  -webkit-transform: scale(1);
          transform: scale(1);
}
/*************************************************
                     加载 
**************************************************/
#load {
  width: 100%;
  height: 100%;
  background-color: #040000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  padding-top: 2.2rem;
}
#load .logo {
  width: 4rem;
  margin: 0 auto;
}
#load .load-box {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-top: -40px;
}
#load .load-txt {
  color: #efd178;
  font-size: 20px;
  line-height: 62px;
}
#load .pacman {
  position: relative;
  padding: 0 20px;
  width: 150px;
  margin: 0 auto;
}
#load .pacman div:nth-child(1) {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #eda627;
  border-left: 25px solid #eda627;
  border-bottom: 25px solid #eda627;
  border-radius: 25px;
  -webkit-animation: loadRotate 0.5s 0s infinite;
          animation: loadRotate 0.5s 0s infinite;
}
#load .pacman div:nth-child(2) {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #eda627;
  border-left: 25px solid #eda627;
  border-bottom: 25px solid #eda627;
  border-radius: 25px;
  position: absolute;
  bottom: 0;
  left: -20;
  -webkit-animation: loadRotate2 0.5s 0s infinite;
          animation: loadRotate2 0.5s 0s infinite;
}
#load .pacman div:nth-child(n+3) {
  background-color: #efd178;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-transform: translate(0, -6.25px);
  transform: translate(0, -6.25px);
  top: 25px;
  left: 160px;
  -webkit-animation: pacman-balls 1s 0s infinite both linear;
  animation: pacman-balls 1s 0s both infinite linear;
}
#load .pacman div:nth-child(4) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
#load .pacman div:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#load .pacman div:nth-child(6) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
#load .pacman div:nth-child(7) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#load .pacman div:nth-child(8) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-140px, -6.25px);
            transform: translate(-140px, -6.25px);
  }
}
@keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-140px, -6.25px);
            transform: translate(-140px, -6.25px);
  }
}
@-webkit-keyframes loadRotate {
  0%,
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes loadRotate {
  0%,
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes loadRotate2 {
  0%,
  100% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes loadRotate2 {
  0%,
  100% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/*************************************************
                     page1 
**************************************************/
.page1 .page1-box {
  position: relative;
}
.page1 .page1-img-box {
  position: relative;
  padding-top: 4rem;
  width: 100%;
}
.page1 .page1-img1 {
  max-width: none;
  width: 124%;
  margin-left: 13%;
  margin-top: 14%;
}
.page1 .page1-img2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 58%;
}
.page1 .page1-txt-img {
  position: absolute;
  top: 1rem;
  left: 2%;
  z-index: 4;
  width: 5rem;
}
.page1 .page1-txt-img .img-txt {
  position: absolute;
}
.page1 .page1-txt-img .img-txt1 {
  width: 46%;
  top: 6%;
  left: 25%;
}
.page1 .page1-txt-img .img-txt2 {
  width: 28%;
  top: 46%;
  left: 32%;
}
.page1 .page1-txt-img .img-txt3 {
  width: 28%;
  top: 72%;
  left: 44%;
}
.page1 .page1-txt-img .img-txt4 {
  width: 28%;
  top: 98%;
  left: 30%;
}
/*************************************************
                     page2 
**************************************************/
.page2 .page2-img-top {
  position: absolute;
  right: 0;
  bottom: 50%;
  width: 100%;
  text-align: right;
}
.page2 .page2-img-top .page2-img2 {
  width: 100%;
  margin-left: 24%;
}
.page2 .page2-img-top .page2-name2 {
  width: 12%;
  position: absolute;
  bottom: 5%;
  left: 6%;
}
.page2 .page2-img-bottom {
  position: absolute;
  left: 0;
  top: 62%;
  width: 100%;
  text-align: left;
}
.page2 .page2-img-bottom .page2-img1 {
  width: 100%;
  margin-left: -18%;
}
.page2 .page2-img-bottom .page2-name1 {
  position: absolute;
  top: 0;
  right: 4%;
  width: 14%;
}
/*************************************************
                     page3 
**************************************************/
.page3 .page3-txt-box {
  width: 90%;
  margin: 0 auto;
  margin-top: 12%;
  position: relative;
  z-index: 2;
}
.page3 .page3-txt-box .page3-txt-img {
  width: 74%;
}
.page3 .page3-txt-box .page3-txt {
  text-indent: 2em;
  color: #fff;
  font-size: .4rem;
  line-height: 1.6;
  margin-bottom: 3.6rem;
  margin-top: .6rem;
}
.page3 .page3-img-box {
  width: 86%;
  margin: 0 auto;
  bottom: 0;
  position: relative;
}
.page3 .page3-img-box .page4-img2 {
  width: 58%;
  position: relative;
  z-index: 2;
}
.page3 .page3-img-box .page4-img1 {
  position: absolute;
  right: 0;
  bottom: 28%;
  width: 60%;
}
/*************************************************
                     page4 
**************************************************/
.page5 .page5-top {
  position: relative;
  z-index: 2;
}
.page5 .page5-top .page4-tit {
  padding-bottom: .6rem;
  /*background: url("../image/tit-bottom.png") center bottom no-repeat;*/
  background-size: 9rem;
}
.page5 .page5-top .page4-tit img {
  width: 36%;
  margin: 0 auto;
}
.page5 .page5-top .product-nav {
  text-align: center;
  font-size: 0;
}
.page5 .page5-top .product-nav li {
  display: inline-block;
  width: 50%;
}
.page5 .page5-top .product-nav li a {
  color: #fff;
  font-size: .44rem;
  line-height: 1rem;
}
.page5 .product-banner {
  width: 9.6rem;
  margin: 0 auto;
}
.page5 .product-banner .swiper-slide {
  line-height: 7.6rem;
}
.page5 .product-banner .swiper-slide img {
  display: inline-block;
  max-width: 100%;
  max-height: 4.6rem;
  vertical-align: middle;
}
.page5 .product-banner .swiper-button-prev,
.page5 .product-banner .swiper-button-next {
  /*background-image: url("../image/p-banner-btn2.png");*/
  background-size: cover;
  width: .8rem;
  height: .8rem;
  margin-top: -0.4rem;
}
/*************************************************
                     page5 
**************************************************/
.page6 .page6-tit {
  margin-top: -40%;
  margin-bottom: 6%;
  padding-bottom: .6rem;
  background: url("../image/tit-bottom.png") center bottom no-repeat;
  background-size: 9rem;
}
.page6 .page5-tit img {
  width: 36%;
  margin: 0 auto;
}
.page6 .contact-menu {
  color: #efd178;
  width: 9rem;
  margin: 0 auto;
}
.page6 .contact-menu p {
  font-size: 0.54rem;
  line-height: 1rem;
}
.page6 .contact-menu p img {
  width: .72rem;
  margin-right: .2rem;
  display: inline;
  vertical-align: middle;
}
.page6 .contact-menu p span {
  vertical-align: middle;
}
.page6 .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
/*************************************************
                     动画 
**************************************************/
.swiper-slide-active.page1 .page1-img1 {
  -webkit-animation: fadeInRight 1.4s;
          animation: fadeInRight 1.4s;
}
.swiper-slide-active.page1 .page1-img2 {
  -webkit-animation: fadeInRight 1.4s .8s both;
          animation: fadeInRight 1.4s .8s both;
}
.swiper-slide-active.page1 .page1-txt-img {
  -webkit-animation: fadeInLeft 1s both;
          animation: fadeInLeft 1s both;
}
.swiper-slide-active.page1 .page1-txt-img .img-txt {
  -webkit-animation: fadeInUp 1s both .8s;
          animation: fadeInUp 1s both .8s;
}
.swiper-slide-active.page1 .page1-txt-img .img-txt:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.swiper-slide-active.page1 .page1-txt-img .img-txt:nth-child(3) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.swiper-slide-active.page1 .page1-txt-img .img-txt:nth-child(4) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.swiper-slide-active.page1 .page1-txt-img .img-txt:nth-child(5) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.swiper-slide-active.page2 .page2-img2 {
  -webkit-animation: fadeInRight 1.4s .8s both;
          animation: fadeInRight 1.4s .8s both;
}
.swiper-slide-active.page2 .page2-img1 {
  -webkit-animation: fadeInLeft 1.4s .8s both;
          animation: fadeInLeft 1.4s .8s both;
}
.swiper-slide-active.page2 .page2-name1,
.swiper-slide-active.page2 .page2-name2 {
  -webkit-animation: fadeInUp 1.4s 1.4s both;
          animation: fadeInUp 1.4s 1.4s both;
}
.swiper-slide-active.page3 .page3-txt-img {
  -webkit-animation: fadeInLeft 1.4s .8s both;
          animation: fadeInLeft 1.4s .8s both;
}
.swiper-slide-active.page3 .page3-txt {
  -webkit-animation: fadeInRight 1.4s .8s both;
          animation: fadeInRight 1.4s .8s both;
}
.swiper-slide-active.page3 .page3-img-box {
  -webkit-animation: fadeInUp 1.4s 1s both;
          animation: fadeInUp 1.4s 1s both;
}
.swiper-slide-active.page4 .page4-top {
  -webkit-animation: fadeInDown 1.2s .8s both;
          animation: fadeInDown 1.2s .8s both;
}
.swiper-slide-active.page4 .product-banner {
  -webkit-animation: bounceIn 2s 1s both;
          animation: bounceIn 2s 1s both;
}
.swiper-slide-active.page5 .page5-tit {
  -webkit-animation: fadeInUp 1.2s .4s both;
          animation: fadeInUp 1.2s .4s both;
}
.swiper-slide-active.page5 .contact-menu p {
  -webkit-animation: fadeInUp 1s .6s both;
          animation: fadeInUp 1s .6s both;
}
.swiper-slide-active.page5 .contact-menu p:nth-child(2) {
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}
.swiper-slide-active.page5 .contact-menu p:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.swiper-slide-active.page5 .contact-menu p:nth-child(4) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
