@charset "UTF-8";

.page-more2 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-more2 a span {
  position: relative;
  z-index: 2;
}
.page-more2 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-more2 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;
}

/**************banner******************/
.swiper-banner {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.swiper-banner .bg_container { height: calc(100vh - 1.1rem); 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:0px; width: 100%;left: 0px; right:0px; bottom:0px;background: rgba(0,0,0,0.3); }
.swiper-banner h3 {
  padding-top: 0.1rem;
}
.swiper-banner .swiper-pagination { font-size: 0px;bottom: 0.62rem;  }
.swiper-banner .swiper-pagination .swiper-pagination-bullet { position: relative;border-radius:0px;background:#9a9695; opacity: 1; width:1.86rem; height:0.1rem; text-align: center; }
.swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  background:#ffb51f;
}
.swiper-banner .swiper-pagination i {
  position: relative;
  z-index: 2;
}

.swiper-banner .swiper-slide-active .page-con { -webkit-animation-name: bnFadeTop;
          animation-name: bnFadeTop; 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; }


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

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

@keyframes bnFadeLeft {
  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 .swiper-pagination {
    bottom: 0.3rem;
  }
  .swiper-banner .bg_container {
    padding-bottom: 75%;
    height: 0px;
  }
  .swiper-banner h2 {
    font-size: 0.5rem;
  }
  .swiper-banner h3 {
    font-size: 0.3rem;
  }
  .swiper-banner .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 0.05rem;
  }

}


/* page-in-product  */
.page-in-product {
  padding: 0.81rem 0px 1.1rem;
}
.page-in-product .pro-tab-nav {
  padding-top: 0.78rem;
}
.page-in-product .pro-tab-nav ul {
  border: 1px solid #817c7c;
  line-height: 3;
  border-radius:1.5em;
}
.page-in-product .pro-tab-nav li {
  padding: 0px 0.6rem;
  cursor: pointer;
}
.page-in-product .pro-tab-nav li.on {
  background: #ffb51f;
  border-radius: 1.5em;
}
.page-in-product .pro-tab-con {
  position: relative;
}
.page-in-product .product-swiper {
  margin-top: 0.82rem;
}
.page-in-product .product-swiper ul li {
  background: #f2f2f2;
  width: 32%;
}
.page-in-product .product-swiper .page-img {
  padding: 0.2rem 0.2rem 0px;
}
.page-in-product .product-swiper .page-tit {
  padding: 0.3rem;
}
.page-in-product .product-swiper .bg_container {
  padding-bottom: 70%;
  background-size:contain;
  background-color: #fff;
}
.page-in-product .product-swiper a {
  position: absolute;
  left: 0px;
  top:0px;
  right: 0px;
  bottom: 0px;
  background: rgba(51,44,43,0.59);
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
}
.page-in-product .product-swiper a .page-tit {
  position: absolute;
  left: 0px;
  bottom: 10%;
  right: 0px;
}
.page-in-product .product-swiper .page-view {
  position: absolute;
  left: 50%;
  top:50%;
  width: 0.98rem;
  height: 0.98rem;
  margin: -0.49rem 0px 0px -0.49rem;
  background: url(../images/view01.png) no-repeat center center/100% 100%;
}
.page-in-product .product-swiper ul li:hover .page-tit {
  opacity: 0;
  filter: alpha(opacity=0);
}
.page-in-product .product-swiper ul li:hover a .page-tit {
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-in-product .product-swiper ul li:hover a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-in-product .page-btn-next,
.page-in-product .page-btn-prev {
  width: 1.5em;
  height: 1.5em;
  background: #ffb51f;
  border-radius: 50%;
  position: absolute;
  opacity: 1;
  color: #fff;
  z-index: 10;
  top:50%;
  margin-top: -0.75em;
  display: flex;
  align-items:center;
  justify-content:center;
  cursor: pointer;
}
.page-in-product .page-btn-next:after,
.page-in-product .page-btn-prev:after{
  font-size:16px;
  font-family: "swiper-icons";
  text-transform: none!important;
  font-variant:inherit;
  letter-spacing:0;
}
.page-in-product .swiper-button-disabled {
  display: none;
}
.page-in-product .page-btn-next:after {
  content: "next";
}
.page-in-product .page-btn-prev:after {
  content: "prev";
}
.page-in-product .page-btn-prev {
  left: 10px;
  right: auto;
}
.page-in-product .page-btn-next {
  right: 10px;
  left: auto;
}

@media only screen and (max-width:767px){

  .page-in-product .pro-tab-nav ul {
    border: none;
    background: #f2f2f2;
    border-radius: 0px;
  }
  .page-in-product .pro-tab-nav ul li {
    width: 6em;
    padding:0.1rem 0.05rem;
    line-height: 1.25;
    text-align: center;
    margin: 0px 0.1rem;
  }
  .page-in-product .pro-tab-nav ul li.on {
    border-radius:0.05rem;
  }


}  


/* page-big-data */
.page-big-data .page-title {
  margin-bottom: 0.84rem;
}
/* data-swiper */
.data-swiper {
  position: relative;
  overflow: hidden;
}
.data-swiper .bg_container {
  padding-bottom:36.25%;
 }
 .data-swiper .page-text { 
  position:absolute;
  z-index:3; 
  top:0px; 
  width: 100%;
  left: 0px; 
  right:0px; 
  bottom:0px; 
}
.data-swiper .page-con {
  padding:0px 10.4167%; 
}
.data-swiper h3 {
  width: 40%;
  margin-top: 0.2rem;
}
.data-swiper .page-more2 {
  padding-top: 0.5rem;
}
.data-swiper .swiper-slide-active .page-con { 
  -webkit-animation-name: bnFadeLeft;
  animation-name: bnFadeLeft; 
  animation-delay:0.5s; 
  -webkit-animation-delay:0.5s; 
}
.data-swiper .swiper-slide.text-color-fff {
  color: #fff;
}

@media only screen and (max-width:1200px){
  .data-swiper h3 {
    width: 50%;
  }
}  
@media only screen and (max-width:980px){
  .data-swiper .bg_container {
    padding-bottom:46.25%;
  }
}

@media only screen and (max-width:767px){
  .data-swiper h3 {
    width:100%;
  }
  .data-swiper .bg_container {
    padding-bottom:100%;
  }
} 


/* page-advantages */
.page-advantages {
  padding: 0.95rem 0px;
}
.page-advantages .page-list {
  padding-top: 0.34rem;
}
.page-advantages .page-list ul {
  margin: 0px -0.25rem;
}
.page-advantages .page-list ul li {
  width: 25%;
  margin-top: 0.5rem;
}
.page-advantages .page-con {
  margin: 0px 0.25rem;
  height: 100%;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  padding: 0.4rem;
  border-radius: 0.05rem;
}
.page-advantages .page-ico img {
  height: 3em;
}
.page-advantages .page-tit {
  position: relative;
  padding: 0.15rem 0px;
}
.page-advantages .page-tit:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  height: 2px;
  width: 3em;
  background: #d8d8d8;
  margin-left: -1.5em;
}
.page-advantages .page-txt {
  margin-top: 0.1rem;
}
.page-advantages .page-con:hover {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

@media only screen and (max-width:980px){
  .page-advantages .page-list ul li {
    width: 33.33%;
  }
}
@media only screen and (max-width:767px){
  .page-advantages .page-list ul li {
    width:100%;
  }
  .page-advantages .page-tit {
    padding: 0.2rem 0px;
  }
}

/* page-capacity */
.page-capacity {
  background: #f2f2f2;
}
.page-capacity .page-list .page-con {
  background: #fff;
  padding: 0.5rem 0.3rem;
  position: relative;
  top:0px;
}
.page-capacity .page-list .page-con:hover {
  top:-5px;
}
@media only screen and (max-width:980px){
  .page-capacity .page-list ul li {
    width: 50%;
  }
}
@media only screen and (max-width:767px){
  .page-capacity .page-list ul li {
    width: 100%;
  }
}


/* page-in-news  */
.page-in-news {
  padding: 0.95rem 0px 1.13rem;
  background: #f2f2f2;
}
.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;
  background: #fff;
}
.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.24rem 0.07rem 0.3rem;
  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.24rem 0px 0.3rem;
  line-height: 1.38;
  margin-top: 0.13rem;
}
.page-in-news .page-txt {
  color: #676666;
  margin-top: 0.2rem;
  padding: 0px 0.24rem 0px 0.3rem;
}
.page-in-news .page-list ul li:hover .page-con {
  box-shadow:0.1rem 0.1rem 0.1rem #dddede;
  transform: translateY(-0.27rem);
}

.page-in-news .page-more {
  padding-top: 0.35rem;
}
.page-in-news .page-more a {
  display: inline-block;
  border: 1px solid #f7b228;
  padding: 0px 0.23rem;
  color: #f7b228;
  line-height: 2.44;
}
.page-in-news .page-more a:hover {
  background: #f7b228;
  color: #fff;
}


@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-cooperative  */
.page-in-cooperative {
  padding: 0.95rem 0px 1.13rem;
}
.page-in-cooperative .page-list {
  padding-top: 0.84rem;
  overflow: hidden;
}
.page-in-cooperative .page-list ul {
  margin-right: -3px;
}
.page-in-cooperative .page-list ul li {
  width: 14.2857%;
  border-bottom: 2px solid #f2f2f2;
  border-right: 2px solid #f2f2f2;
  height: 2rem;
  position: relative;
  top:0px;
  background: #fff;
}
.page-in-cooperative .page-list ul li img {
  position: absolute;
  left: 0px;
  top:0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  max-width: 60%;
  max-height: 60%;
}
.page-in-cooperative .page-list ul li:hover {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  top:-5px;
}


@media only screen and (max-width:767px){

  .page-in-cooperative .page-list ul li {
    width: 33.33%;
  }
}  

/* page-in-contact */
.page-in-contact {
  padding:0.95rem 0px 1.13rem;
}
.page-in-contact .page-map {
  position: relative;
  padding-bottom: 34.84%;
  margin-top: 0.95rem;
}
.page-in-contact .page-map #map {
  position: absolute;
  left: 0px;
  top:0px;
  right: 0px;
  bottom: 0px;
}
.anchorBL{display:none;}
.BMap_omCtrl{
  display: none;
}
.page-in-contact .page-text {
  padding: 0.5rem 0.2rem;
}
.page-in-contact .page-tit {
  color: #f7b228;
}
.page-in-contact .page-txt {
  padding-top: 0.18rem;
}
.page-in-contact .page-more {
  padding-top: 0.35rem;
}
.page-in-contact .page-more a {
  display: inline-block;
  border: 1px solid #f7b228;
  padding: 0px 0.23rem;
  color: #f7b228;
  line-height: 2.44;
}
.page-in-contact .page-more a:hover {
  background: #f7b228;
  color: #fff;
}

@media only screen and (max-width:767px){

  .page-in-contact .page-map {
    padding-bottom:60%;
  }
} 














