@charset "UTF-8";

.page-more a {
  position: relative;
  display: inline-block;
  color: #fff;
  background: #f7b228;
  min-width: 2.5rem;
  padding: 0px 0.2rem;
  line-height:2.3571;
  text-align: center;
  overflow: hidden;
  border-radius: 0.3571em;
}
.page-more a span {
  position: relative;
  z-index: 2;
}
.page-more a::before {
  position: absolute;
  left: 0px;
  top:0px;
  height: 100%;
  width: 0px;
  bottom: 0px;
  background: rgba(0,0,0,0.1);
  content: "";
  transition:0.5s all; 
  -webkit-transition:0.5s all; 
  -ms-transition:0.5s all; 
  -o-transition:0.5s all;
}
.page-more a:hover::before {
  width: 100%;
}

.page-title span {
  position: relative;
  padding: 0.2rem 0px;
}
.page-title span i {
  position: relative;
  z-index: 3;
  letter-spacing: 0.05em;
}
.page-title span:before {
  position: absolute;
  content: "";
  width: 2em;
  left: 50%;
  bottom: 0px;
  margin-left: -1em;
  height: 0.09615em;
  background: #f7b228;
}


.page-main { margin-top:0px; } 

#fullpage .section {
  overflow:hidden;
}

/**************banner******************/
.swiper-banner {
  position: relative;
  overflow: hidden;
}
.swiper-banner .bg_container {padding-bottom:56.25%;transform:scale(1.25,1.25); -webkit-transform:scale(1.25,1.25); transition:4s all; -webkit-transition:4s all; }
.swiper-banner .page-text { position:absolute;z-index:3; top:0.9rem; width: 100%;left: 0px; right:0px; bottom:0px; }
.swiper-banner .page-con {padding-right: 10.4167%; }
.swiper-banner h2 span {
  display: inline-block;
  color: #fff;
  background: #332c2b;
  line-height: 1.65;
  border-radius: 1.65em;
  letter-spacing: 0.1em;
  padding: 0px 0.9em;
}
.swiper-banner .page-txt {
  display: inline-block;
}
.swiper-banner a {
  position: absolute;
  left: 0px;
  top:0px;
  width: 100%;
  right: 0px;
  bottom: 0px;
  height: 100%;
  z-index: 3;
  background: transparent;
}


.swiper-banner h3 {
  text-transform: uppercase;
  line-height:1.4;
}
.swiper-banner h5 {
  color: #f7b228;
  line-height:1.05;
  letter-spacing: 0.05em;
}
.swiper-banner h6 {
  padding-top: 0.12rem;
  letter-spacing: 0.05em;
}
.swiper-banner .swiper-pagination { font-size: 0px;bottom: 0.62rem;  }
.swiper-banner .swiper-pagination .swiper-pagination-bullet { position: relative;border-radius:0px;background:#fff; opacity: 1; width:1.86rem; height:0.1rem; text-align: center; }
.swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  background:#c2c2c2;
}
.swiper-banner .swiper-pagination i {
  position: relative;
  z-index: 2;
}

.swiper-banner .swiper-slide-active .page-con { -webkit-animation-name: bnFadeRight;
          animation-name: bnFadeRight; animation-delay:0.5s; -webkit-animation-delay:0.5s; }
.swiper-banner .swiper-slide-active .bg_container { transform:scale(1,1); -webkit-transform:scale(1,1);}
.swiper-banner .page-img { overflow:hidden; }
.swiper-banner .page-more {
  padding-top:1.77rem;
}
.swiper-banner .swiper-slide video { position:absolute; z-index:1; left:0px; top:0px; width:100%; height:100%; bottom: 0px; object-fit: fill; }


@-webkit-keyframes bnFadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0px, 0);
            transform: translate3d(-100px, 0px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bnFadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0px, 0);
            transform: translate3d(-100px, 0px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}


@-webkit-keyframes bnFadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 100px, 0);
            transform: translate3d(0px, 100px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bnFadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 100px, 0);
            transform: translate3d(0px, 100px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@media only screen and (max-width:767px){
  .swiper-banner .page-con {
    padding-right: 0.3rem;
  }
  .swiper-banner .swiper-pagination {
    bottom: 0.3rem;
  }
  .swiper-banner .bg_container {
    padding-bottom: 75%;
  }
  .swiper-banner h2 {
    font-size: 0.3rem;
  }
  .swiper-banner h3 {
    font-size: 0.4rem;
  }
  .swiper-banner h5 {
    font-size: 0.3rem;
  }
  .swiper-banner h6 {
    font-size: 0.2rem;
  }
  .swiper-banner .page-more {
    font-size: 0.2rem;
    padding-top: 0.4rem;
  }
  .swiper-banner .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 0.05rem;
  }

}
@media only screen and (max-width:380px){
  .swiper-banner .page-text {
    padding-left: 45%;
  }
}
@media only screen and (max-width:340px){
  .swiper-banner .page-text {
    padding-left: 42%;
  }
}
/* page-in-product  */
.page-in-product {
  padding: 0.81rem 0px 1.1rem;
}
.page-in-product .page-list {
  padding: 0.65rem 0px;
  overflow: hidden;
}
.page-in-product .page-item {
  position: relative;
  background: #f2f2f2;
  margin-top: 0.4rem;
  overflow: hidden;
  width:31.9496%
}
.page-in-product .pro-title {
  height: 100%;
  padding: 0.21rem 0rem 0.82rem;
  position: relative;
  cursor: pointer;
}
.page-in-product .page-img {
  height: 11.83em;
}
.page-in-product .page-img img {
  max-width: 100%;
  max-height: 100%;
} 
.page-in-product .page-tit {
  position: absolute;
  left: 0.55rem;
  right: 0.55rem;
  bottom: 0.29rem;
  padding-left: 1.1086em;
  background: url(../images/ico01.png) no-repeat left 56%/0.7826em auto;
} 
.page-in-product .page-item:hover .page-tit {
  color: #f7b228;
}
.page-in-product .pro-tc {
  position: absolute;
  top:0px;
  height:100%;
  bottom:0px;
  background: #f2f2f2;
  width: 312.9929%;
}
.page-in-product .pro-tc .page-tit {
  bottom: auto;
  top:0.35rem;
}
.page-in-product .pro-list {
  height: 100%;
  padding: 1.3rem 0.55rem 0px;
}
.page-in-product .pro-list ul {
  height: 100%;
}
.page-in-product .pro-list ul li {
  width:33.33%
}
.page-in-product .pro-list .page-img {
  height: 62%;
  padding: 0px 0.5rem;
}
.page-in-product .bg_container {
  height: 80%;
  width: 80%;
  margin: 10%;
  background-size: contain;
}
.page-in-product .pro-list .page-subtit {
  padding-top: 0.23rem;
}
.page-in-product .page-btn {
  position: absolute;
  top:0px;
  right: 0px;
  background: #ffb51f url(../images/jt02.png) no-repeat center center/1em auto;
  width: 2em;
  height: 2em;
  cursor: pointer;
}

.page-in-product .page-item .pro-tc {
  left: -352.02189%;
  right: auto;
}
.page-in-product .page-item:nth-child(3n) .pro-tc {
  left: auto;
  right: -352.02189%;
}

.page-in-product .open {
  z-index: 3;
  overflow:visible;
}
.page-in-product .open.page-item .pro-tc {
  left: 0px;
}
.page-in-product .open.page-item:nth-child(3n-1) .pro-tc {
  left:-106.9%;
}
.page-in-product .open.page-item:nth-child(3n) .pro-tc {
  right: 0px;
  left: auto;
}


.page-in-product .page-item .page-more {
  padding-bottom: 3.15em;
  background: url(../images/jt20.png) no-repeat center bottom/1.739em auto;
}
.page-in-product .page-item:hover .page-more {
  background-position: 55% bottom;
}

@media only screen and (max-width:1020px){
  .page-in-product .page-item {
    width: 48.75%;
  }
  .page-in-product .page-item .pro-tc {
    left: -206%;
  }
  .page-in-product .pro-tc {
    width: 205%;
  }
  .page-in-product .page-item:nth-child(3n) .pro-tc {
    left:-206%;
    right: auto;
  }
  .page-in-product .page-item:nth-child(2n) .pro-tc {
    left: -206%;
    right:auto;
  }
  .page-in-product .open.page-item:nth-child(2n) .pro-tc {
    right:auto;
    left: -105%;
  }
  .page-in-product .open.page-item:nth-child(2n-1) .pro-tc {
    left: 0px;
  }
}

@media only screen and (max-width:900px){
  .page-in-product .page-tit {
    left: 0.2rem;
    right: 0.2rem;
  }

}
@media only screen and (max-width:767px){
  .page-in-product {
    padding: 0.7rem 0px 0.5rem;
  }
  .page-in-product .page-item {
    width:100%;
  }
  .page-in-product .pro-tc {
    width: 100%;
  }
  .page-in-product .page-img {
    padding: 0px;
  }
  .page-in-product .pro-list .page-subtit {
    display: none;
  }
  .page-in-product .pro-list {
    padding: 1.3rem 0.2rem 0px;
  }
  .page-in-product .pro-list .page-img {
    padding: 0px 0.2rem;
    height: 80%;
  }
  .page-in-product .page-img img {
    max-width: 80%;
    max-height: 80%;
  }
  .page-in-product .page-img {
    height: 6em;
  }
  .page-in-product .open.page-item:nth-child(2n) .pro-tc {
    left: 0px;
  }
  .page-in-product .page-item .pro-tc {
    left: -100%;
  }
  .page-in-product .open.page-item:nth-child(3n-1) .pro-tc {
    left: 0px;
  }
  .page-in-product .page-item .page-more {
    padding-top: 2.15em;
    background: url(../images/jt20.png) no-repeat center 70%/1.739em auto;
    padding-bottom: 5em;
  }
  .page-in-product .page-item:hover .page-more {
    background-position: 55% 70%;
  }
}


/* page-in-solution */
.page-in-solution {
  padding: 0.91rem 0px 0.04rem;
  background: #332c2b;
}
.page-in-solution .page-title {
  color: #fff;
}
.page-in-solution .page-list {
  margin-top: 1.01rem;
  overflow: hidden;
}
.page-in-solution .page-list ul li {
  width: 16.6666%;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.page-in-solution .bg_container {
  height:44.5em;
  background-position: left center;
}
.page-in-solution .solu-title {
  cursor: pointer;
}
.page-in-solution .page-text {
  position: absolute;
  left: 0px;
  top:0px;
  right: 0px;
  bottom: 0px;
  background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.5));
}
.page-in-solution .page-text .page-con {
  position: absolute;
  left: 0px;
  bottom: 0.7rem;
  right: 0px;
  padding:0px 0.82rem;
}
.page-in-solution .page-ico {
  height: 2em;
  margin-top: 0.27rem;
}
.page-in-solution .page-ico img {
  max-height: 100%;
  max-width: 100%;
}
.page-in-solution .solu-tc {
  position: absolute;
  left:-350%;
  top:0px;
  width: 300%;
  right: 0px;
  height: 100%;
  background: #332c2b;
}
.page-in-solution .solu-tc .bg_container {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px); 
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
}
.page-in-solution .solu-tc .page-con {
  position: absolute;
  left: 0px;
  bottom:1.17rem;
  right: 0px;
  padding: 0px 1.8rem 0px 1.14rem;
}
.page-in-solution .page-more {
  padding-top:0.97rem;
}
.page-in-solution .page-more a {
  min-width: 1.84rem;
  line-height: 2.5;
}
.page-in-solution .page-txt {
  line-height: 1.667;
  height: 5.001em;
  max-height: 5.001em;
  margin-top: 0.46rem;
}
.page-in-solution .page-list ul li:hover {
  overflow: visible;
}
.page-in-solution .page-list ul li:hover .solu-tc {
  left: 0px;
}
.page-in-solution .page-list ul li.li01 {
  z-index: 14;
}
.page-in-solution .page-list ul li.li02 {
  z-index: 13;
}
.page-in-solution .page-list ul li.li03 {
  z-index: 12;
}
.page-in-solution .page-list ul li.li04 {
  z-index: 7;
}
.page-in-solution .page-list ul li.li05 {
  z-index: 8;
}
.page-in-solution .page-list ul li.li06 {
  z-index: 9;
}
.page-in-solution .page-list ul li.li05 .solu-tc,
.page-in-solution .page-list ul li.li06 .solu-tc {
  left: auto;
  right: -350%;
}
.page-in-solution .page-list ul li.li05:hover .solu-tc,
.page-in-solution .page-list ul li.li06:hover .solu-tc {
  left: auto;
  right: 0px;
}
.page-in-solution .page-list ul li.li04:hover {
  z-index: 10;
}
.page-in-solution .page-list ul li.li05:hover {
  z-index: 13;
}
.page-in-solution .page-list ul li.li05:hover +li {
  z-index: 14;
}

@media only screen and (max-width:1200px){
  .page-in-solution .page-text .page-con {
    padding: 0px 0.4rem;
  }
}
@media only screen and (max-width:767px){
  .page-in-solution .solu-tc {
    width: 600%;
    left: -700%;
  }
  .page-in-solution .bg_container {
    height: 26.5em;
  }
  .page-in-solution .page-list ul li.li01 {
    z-index: 1;
  }
  .page-in-solution .page-list ul li.li02 {
    z-index: 1;
  }
  .page-in-solution .page-list ul li.li03 {
    z-index: 1;
  }
  .page-in-solution .page-list ul li.li04 {
    z-index: 1;
  }
  .page-in-solution .page-list ul li.li05 {
    z-index: 1;
  }
  .page-in-solution .page-list ul li.li06 {
    z-index: 1;
  }
  .page-in-solution .page-list ul li:hover {
    z-index: 5;
  }
  .page-in-solution .page-list ul li.li02:hover .solu-tc {
    left:-100%;
  }
  .page-in-solution .page-list ul li.li03:hover .solu-tc {
    left:-200%;
  }
  .page-in-solution .page-list ul li.li04:hover .solu-tc {
    left:-300%;
  }
  .page-in-solution .page-list ul li.li05 .solu-tc,
  .page-in-solution .page-list ul li.li06 .solu-tc {
    left: auto;
    right: -700%;
  }
  .page-in-solution .page-list ul li.li05:hover +li {
    z-index: 1;
  }
  .page-in-solution .page-list ul li.li05:hover .solu-tc {
    right:-100%;
  }

}


/* page-in-news  */
.page-in-news {
  padding: 0.95rem 0px 1.13rem;
}
.page-in-news .page-list {
  padding-top: 0.84rem;
}
.page-in-news .page-list ul {
  margin: 0px -0.3rem;
}
.page-in-news .page-list ul li {
  width: 33.33%;
  position: relative;
}
.page-in-news .page-con {
  margin: 0.3rem;
  padding-bottom: 0.3rem;
}
.page-in-news .page-img {
  overflow: hidden;
}
.page-in-news .bg_container {
  padding-bottom:62.9%;
}
.page-in-news .page-date {
  padding: 0.07rem 0.14rem 0.07rem 0.2rem;
  color: #f7b228;
  position: relative;
}
.page-in-news .page-date:before {
  position: absolute;
  content: "";
  width: 0.68rem;
  height: 1px;
  background: #dcdcdc;
  right: 2px;
  top:62%;
}
.page-in-news .page-date span {
  display: inline-block;
  padding-left: 0.1rem;
}
.page-in-news .page-tit {
  padding: 0px 0.14rem 0px 0.2rem;
  line-height: 1.38;
  max-height: 2.76em;
  height: 2.76rem;
  margin-top: 0.13rem;
}
.page-in-news .page-txt {
  color: #676666;
  margin-top: 0.2rem;
  padding: 0px 0.14rem 0px 0.2rem;
}
.page-in-news .page-list ul li:hover .page-con {
  box-shadow:0.1rem 0.1rem 0.1rem #dddede;
  transform: translateY(-0.27rem);
}


@media only screen and (max-width:767px){
  .page-in-news .page-tit {
    font-weight: bold;
  }
  .page-in-news {
    padding: 0.7rem 0px 0.5rem;
  }
  .page-in-news .page-list ul li {
    width: 100%;
  }
}  

/* page-in-about  */
.page-in-about {
  background:#f2f2f2;
  padding: 0.87rem 0px 1.18rem;
  width: 100%;
}
.page-in-about .page-wrap {
  max-width: 1726px;
}
.page-in-about .page-text {
  width: 55.04%;
  padding-left:0.71rem;
  padding-top: 0.64rem;
}
.page-in-about .page-text .page-tit {
  background: url(../images/jt03.png) no-repeat left top/0.72727em auto;
  padding:0.3em 0px 0.3em 1.2727em;
}
.page-in-about .page-text .page-list {
  padding: 0.15rem 0.21rem;
}
.page-in-about .page-text .page-list ul li {
  position: relative;
  padding: 0.15rem 0px 0.15rem 1.5em;
}
.page-in-about .page-text .page-list ul li:before {
  position: absolute;
  content: "";
  left: 0px;
  top:50%;
  margin-top: -0.29375em;
  width: 0.6875em;
  height: 0.6875em;
  border:0.125em solid #ffb51f;
  border-radius: 50%;
  box-sizing: border-box;
}
.page-in-about .page-text .page-more a {
  border: 2px solid #f7b228;
  background:none;
  width: 3rem;
  min-width: 10em;
  margin-right: 0.07rem;
  color: #f7b228;
  line-height:2.6;
}
.page-in-about .page-text .page-more a:hover {
  color: #fff;
}
.page-in-about .page-text .page-more a:hover:before {
  background: #f7b228;
}
.page-in-about .page-text .page-more {
  padding-top: 0.81rem;
}
.page-in-about .page-text .page-more img {
  vertical-align: middle;
  margin-right: 0.24rem;
  position: relative;
  top:-0.1em;
  height: 1.25em;
  display: none;
}
.page-in-about .page-text .page-more .img01 {
  display: inline-block;
}
.page-in-about .page-text .page-more a:hover .img01 {
  display: none;
}
.page-in-about .page-text .page-more a:hover .img02 {
  display: inline-block;
}

.page-in-about .page-img { width:44.96%; position: relative;}
.page-in-about .page-img img { width:100%;}
.page-in-about .page-img ul li { position:absolute;width:0.37rem;height:0.37rem;  margin:-0.185rem 0px 0px -0.185rem;  }
.page-in-about .page-img ul li .page-circle { 
  width:100%; 
  height:100%;  
  position:relative; 
  border-radius:50%; 
  cursor: pointer;
}
.page-in-about .page-img ul li .page-circle:before { position:absolute;box-sizing: border-box; left:50%; top:50%; margin: -0.075rem 0px 0px -0.075rem; content:""; width:0.15rem; height:0.15rem;background: #fff; border-radius:50%; }
.page-in-about .page-img ul li .page-circle b { position:absolute; left:0px; top:0px; right:0px; width:100%; height:100%; opacity:1;animation:line2 2s linear infinite;background:#fff; bottom:0px; border-radius:50%; }
.page-in-about .page-img ul li .page-circle b:before { position:absolute; left:0px; top:0px; right:0px; content:""; width:100%; height:100%; opacity:1;animation:line1 2s linear infinite;background:#fff; bottom:0px; border-radius:50%; }

.page-in-about .page-img ul li .page-circle span { position:absolute;box-sizing: border-box; left: 50%; top:-50%;  width:0.07rem; height:0.07rem; background:#f7b228;   border-radius:50%; left:50%; top:50%; margin:-0.035rem 0px 0px -0.035rem;transition:0.5s all; -webkit-transition:0.5s all; -ms-transition:0.5s all; -o-transition:0.5s all; }
.page-in-about .page-img ul li.on .page-circle span { width:0.25rem; height:0.25rem; margin:-0.125rem 0px 0px -0.125rem; }
.page-in-about .page-img ul li.on {width: 0.5rem; height: 0.5rem; margin: -0.25rem 0px 0px -0.25rem;}
.page-in-about .page-img ul li.on .page-circle b,
.page-in-about .page-img ul li.on .page-circle b:before  {
  background:#f7b228;
}
.page-in-about .page-img ul li.on .page-address {
  display: block;
  right: 99%;
  left: auto;
  padding-bottom: 0.1rem;
}

.page-in-about .page-img .page-address { 
  position:absolute; 
  left:99%; 
  bottom:0.32rem; 
  display: block;
}
.page-in-about .page-img .page-address.add-lf {
  right: 99%;
  left: auto;
}
.page-in-about .page-img .page-address.add-lb {
  right: 99%;
  left: auto;
  bottom: auto;
}
.page-in-about .page-img .page-address dl dt { color:#332c2b; white-space:nowrap;padding:0.25em 0.17rem; line-height: 1.25; text-align: center; background: #fff;box-shadow: 0px 0px 5px rgba(0,0,0,0.2); border-radius:0.5em; }
.page-in-about .page-img ul li:hover {
  z-index: 5;
}
.page-in-about .page-img ul li:hover .page-address { 
  display: block;
}
.page-in-about .page-img ul li:hover .page-circle span {
  width:0.12rem;
  height: 0.12rem;
  margin: -0.06rem 0px 0px -0.06rem;
}
.page-in-about .page-img ul li:hover .page-circle:before {
  width: 0.18rem;
  height: 0.18rem;
  margin: -0.09rem 0px 0px -0.09rem;
}
.page-in-about .page-img ul li.on:hover .page-circle span {
  width:0.35rem;
  height: 0.35rem;
  margin: -0.175rem 0px 0px -0.175rem;
}

-webkit-@keyframes line2{
	0%{opacity:1;transform:scale(0)}
	50%{opacity:0.5;transform:scale(0.75)}
	100%{opacity:0;transform:scale(1.5)}
}


@keyframes line2{
	0%{opacity:1;transform:scale(0)}
	50%{opacity:0.5;transform:scale(0.75)}
	100%{opacity:0;transform:scale(1.5)}
}

-webkit-@keyframes line1{
	0%{opacity:1;transform:scale(0)}
	30%{opacity:0.5;transform:scale(0.3)}
	100%{opacity:0;transform:scale(0.6)}
}

@keyframes line1{
	0%{opacity:1;transform:scale(0)}
	30%{opacity:0.5;transform:scale(0.3)}
	100%{opacity:0;transform:scale(0.6)}
}


@media only screen and (max-width:1600px){
  .page-in-about .page-text {
    padding-left: 0px;
  }
}
@media only screen and (max-width:767px){
  .page-in-about {
    padding: 0.7rem 0px 0px;
  }
  .page-in-about .page-text {
    width: 100%;
  }
  .page-in-about .page-text .page-more {
    display: block;
    padding-top: 0.5rem;
  }
  .page-in-about .page-img{
    width: 100%;
  }
  .page-in-about .page-text .page-list {
    padding: 0.15rem 0.1rem;
  }
}  
@media only screen and (max-width:340px){
  .page-in-about .page-text .page-more a {
    min-width: 9.3em;
  }
}