/*** 

====================================================================
  Resources / Css Files
====================================================================

 ***/
@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animate.css');
@import url('jquery.fancybox.min.css');

/* reset css start */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: 微软雅黑, Arial, Tahoma, sans-serif;
  font-size: 16px;
  color: #262626;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
}

body::-webkit-scrollbar{
  display: none;
}

:root {
  --primary: #d6000f;
  --main:#262626;
}


*:focus {
  outline: none;
}

a{
  color: #262626;
}

a:hover{
  text-decoration: unset;
  cursor: pointer;
}

p{
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul{
  margin-left: -40px;
  margin-bottom: 0;
  list-style: none;
}

img{
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */      
  image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
  image-rendering: crisp-edges; 
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.page-wrapper{
  position: relative;
}

.container-fluid{
  max-width: 1700px;
  margin: auto;
  padding-left: 5%;
  padding-right: 5%;
}

/**
 * 头部
 */


.headermain{
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
  background-color: rgba(255,255,255,.2);
}

.headermain .d2{
  padding-left: 125px;
}

.headermain .d2 ul li{
  display: inline-block;
}

.headermain .d2.on{
  visibility: hidden;
}

.headermain ul li>a{
  display: block;
  padding: 0 15px;
  height: 105px;
  line-height: 105px;
  color: #000000;
  position: relative;
}

.headermain ul li>a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-transform: uppercase;
}

.headermain ul li>a.active{
  color: var(--primary);
}

.headermain ul li>a:hover, .headermain ul li>a:focus, .headermain ul li>a:active {
  color:var(--primary) ;
}



.headermain ul .sub-menu{
  position: absolute;
  min-width: 150px;
  background: #f5f5f5;
  opacity: 0;
  transition: all .6s;
  transform:translateY(15%);
  transition: all .3s;
  height: 0; 
  z-index: 999;
  overflow: hidden;
}

.headermain ul .sub-menu a{
  height: 40px;
  line-height: 40px;
  display: block;
}

.headermain ul .sub-menu a:hover{
  color: var(--primary);
}

.headermain ul li:hover .sub-menu{
  opacity: 1;
  height: unset;
  padding-bottom: 35px;
  transform:translateY(0);
}

.headermain ul li:hover .sub-menu a{
  line-height: 65px;
}

.headermain2{
  background: #fff;
  box-shadow:0 0 5px rgba(0, 0, 0, .2);
  position: fixed;
}


.headermain2 ul li>a {
  height: 105px;
  line-height: 105px;
  color: #262626;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: var(--primary);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;

}

.headermain2 ul li>a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.headermain2 ul li>a:hover:before, .headermain2 ul li>a:focus:before, .headermain2 ul li>a:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}


.headermain2 ul li>a:hover{
  color: #fff;
}

.swiper1 .banner-pagin{
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 15px;
}

.banner .swiper-container .swiper-pagination {
  position: relative;
  display: inline-block;
  color: #fff;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  background: none;
  opacity: 1;
  border-radius: 0;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet:before {
  content: '';
  width: 0;
  height: 4px;
  background: var(--primary);
  position: absolute;
  left: 70px;
  top: 10px;
  opacity: 0;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet:last-child {
  width: 40px !important;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet:last-child:before {
  display: none !important;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 110px;
  color: var(--primary);
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active:before {
  opacity: 1;
  width: 40px;
  transition: all 3s linear;
  -webkit-transition: all 3s linear;
  -moz-transition: all 3s linear;
  -ms-transition: all 3s linear;
}

@keyframes bounces {
  0%,
  15%,
  47%,
  73%,
  89%,
  100% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  30%,
  32% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -10px, 0);
  }
  60% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -8px, 0);
  }
  82% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -4px, 0);
  }
  94% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -2px, 0);
  }
}

.banner .mouse {
  position: absolute;
  width: 100px;
  bottom: 55px;
  left: 50%;
  z-index: 10;
}
.banner .mouse img {
  width: 1.5rem;
  animation-name: bounces;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  animation-fill-mode: both;
}



.sp{
  padding: 105px 0;
}

.sp1{
  padding: 45px 0;
}

.pcM{
  position: relative;
}

.pcM .d2{
  margin-right: 65px;
  color: #fff;
}

.pcM .d2 a{
  color: #fff;
}

.pcM .d2 a.active{
  color: var(--primary);
}

.pcM .d2 span{
  display: inline-block;
  margin:0 10px;
}


.pcM .headermain{
  background-color:unset;
  margin-top: 35px;
}

.maskMenu{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/banner-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 98;
  opacity: 0;
}

.maskMenu.on{
  opacity: 1;
}

.maskMenu .menuContent{
  position: absolute;
  width: 100%;
  height:100%;
}

.maskMenu .menuContent ul{
  margin-left: -40px;
  height: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
}

.maskMenu .menuContent ul li{
  padding-top: 15%;
  width: 20%;
  opacity: 0;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);  
}



.maskMenu .menuContent ul li strong{
  display: block;
  font-size: 46px;
  color: #333;
  font-weight: 500;
}

.maskMenu .menuContent ul li h2{
  font-size: 24px;
  color: #020202;
  margin-top: 25px;
  margin-bottom: 35px;
  font-weight: bold;
}

.maskMenu .menuContent ul li a{
  display: block;
  line-height: 34px;
}

.maskMenu .menuContent ul li:hover{
  background-color: unset!important;
  padding-top: 13%;
  color: #fff;
}

.maskMenu .menuContent ul li:hover strong,.maskMenu .menuContent ul li:hover h2{
  color: #fff;
}

.maskMenu .menuContent ul li:hover a{
  color: #fff;
}

.maskMenu .menuContent ul li a:hover{
  color: var(--primary);
}


.maskMenu .menuContent ul li:nth-child(odd){
    background-color: rgba(255,255,255,.8);
}

.maskMenu .menuContent ul li:nth-child(even){
    background-color: rgba(255,255,255,.9);
}

.maskMenu .menuContent ul li:nth-child(1).on{
  animation: lion .3s forwards .1s;
}

.maskMenu .menuContent ul li:nth-child(2).on{
  animation: lion .3s forwards .2s;
}

.maskMenu .menuContent ul li:nth-child(3).on{
  animation: lion .3s forwards .3s;
}

.maskMenu .menuContent ul li:nth-child(4).on{
  animation: lion .3s forwards .4s;
}

.maskMenu .menuContent ul li:nth-child(5).on{
  animation: lion .3s forwards .5s;
}

@keyframes lion{
    to{
      opacity: 1;
      -webkit-transform: translateY(0);
    }
}




.pcM .d3{
  position: relative;
  height: 65px;
  width: 48px;
}

.pcM .d3:after{
  position: absolute;
  content: "MENU";
  color: #fff;
  left:-7px;
  top: 60px;
}

.pcM .d3.on:after{
  color: #000;
}


.pcM .d3 .menuMask{
  position: absolute;
  top: 35px;
}

.pcM .d3:hover{
  cursor: pointer;
}
.menuMask i{
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;}
.menuMask:after{display: block;content: '';position: absolute;width:48px;height: 3px;background: #fff;top: 50%;right: 0;margin: 0 auto;-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);margin-top: 12px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;}
.menuMask:before{display: block;content: '';position: absolute;width: 48px;height:3px;background: #fff;top: 50%;right: 0;margin: 0 auto;-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);margin-top: -12px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;}
.menuMask.on{}
.menuMask.on i{
  opacity: 0;
}
.menuMask.on:after{
  transform: rotateZ(-45deg);
  margin-top: 0;
  background: #000;
}
.menuMask.on:before{
  transform: rotateZ(45deg);
  margin-top: 0;
  background: #000;
}

.headermain3{
  position: unset;
  background-color: #fff;
}

.headermain3 ul .sub-menu{
  min-width: unset;
  padding: 0 25px;
}

/**
 * banner
 */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-container{
  height: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
  height: 100%;
  position: relative;
}

.banner .swiper-container .swiper-wrapper .slider-img{
  height: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide img {
  min-width: 100%;
  height: 100%;
}

.banner .swiper-pagination-bullet-active{
  background: var(--primary);
}

.banner .slider-text{
  position: absolute;
  bottom: 10%;
  width: 100%;
}

.banner .slider-text .red-hr{
  width: 6px;
  background: var(--primary);
  margin-right: 15px;
}

.banner .slider-text h2.title{
  font-size: 36px;
  font-weight: bolder;
  color: #000;
  text-transform: uppercase;
}

.banner .slider-text p.des{
  font-size: 20px;
  text-transform: uppercase;
  max-width: 800px;
}



/**
 * 关于我们
 */
.aboutSection{
  background-image: url(../images/about-bg.jpg);
  background-size: cover;

}

.aboutSection .item{
  padding: 125px 45px;
  background-size: cover;
  width: 100%;
  height: 550px;
  overflow: hidden;
}

.aboutSection .item:hover{
  cursor: pointer;
}

.aboutSection .item h3.title{
  font-size: 24px;
  font-weight: bolder;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.aboutSection .item p.des{
  line-height: 30px;
  margin-top: 35px;
  opacity: 0;
}

.aboutSection .item .readMore{
  margin-top: 45px;
  opacity: 0;
}

.readMore a,.readMore span{
  font-size: 18px;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: var(--primary);
}

.readMore a img,.readMore span img{
  transition: margin-left .3s;
}

.readMore a:hover img,.readMore span:hover img{
  margin-left: 20px;
}

.aboutSection .item.active h3.title{
  -webkit-line-clamp: 3;
}

.aboutSection .item.active{
  animation: changeW .5s linear forwards;
}

.aboutSection .item.active p.des{
  animation: changeY .3s linear .3s forwards;
}

.aboutSection .item.active .readMore{
  animation: changeY .2s linear 1s forwards;
}

@keyframes changeW{
  from{
    width: 100%;
  }
  to{
    width: 150%;
  }
}

@keyframes changeY{
  from{
    opacity: 1;
    transform: translateY(100%);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

.common-title{
  margin-bottom: 25px;
}

.common-title p.bigTitle{
  font-size: 32px;
  font-weight: bolder;
  color: #000;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.common-title p.sTitle{
  font-size: 18px;
  text-transform: uppercase;
  color: var(--primary);
}

.common-title p.subTitlte{
  font-size: 14px;
}

/**
 * video
 */
.videoSection{
  background-image: url(../images/video-bg.jpg);
  background-size: cover;
}

.videoSection .video-btn{
  margin-top: 65px;
  margin-bottom: 85px;
}

.videoSection .common-title p.bigTitle,.videoSection .common-title p.sTitle{
  color: #fff;
}

.videoSection .video-btn a{
  display: inline-block;
  position: relative;
  text-align: center;
}

.videoSection .video-btn a:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border:10px solid rgba(255,255,255,.2);
  animation: shackB 1.2s linear infinite alternate;
  
}

@keyframes shackB{
  from{
    opacity: 0;
    transform: scale(1.1);
  }

  to{
    opacity: 1;
    transform: scale(1.2);
  }
}


.fancybox-slide>video{
  max-width: 80%;
  overflow-y: hidden;
}

.compensate-for-scrollbar{
  margin-right: 0!important;
}

.fancybox-slide{
  overflow: hidden;
}

/**
 * 产品中心
 */
.proSection{
  background-image: url(../images/about-bg.jpg);
  background-size: cover;
}

.proSection .pRight{
  overflow: hidden;
}

.proSection .pRight .swiper-slide img{
  width: 100%;
}

.proSection .btns{
  margin-top: 15px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.proSection .pnext span{
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 42px;
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    border:2px solid #d8d8d8;
    border-radius: 50%;
    color: var(--primary);
    margin-right: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.proSection .pnext span:hover{
  color: #fff;
}
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary);
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: #fff;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}


.proSection p.des{
  color: #000;
  line-height: 24px;
}


.proSection  .pagin-btn span{
  width: 10px;
  height: 10px;
}

.proSection .swiper-pagination-bullet-active{
  background: var(--primary);
}

.proSection .pmore{
  margin-top: 45px;
  text-align: right;
}

.proSection .pmore a{
  display: inline-block;
}

.proSection .pmore span{
  color: var(--primary);
  line-height: 28px;
  display: inline-block;
  padding-bottom: 0px;
  margin-right: 15px;
  padding: 0 10px;
  border-bottom: 1px solid var(--primary);
  position: relative;
  z-index: 1;
}

.proSection .pmore span:after{
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: var(--primary);
  left: 0;
  top: 0;
  transition: all .6s;
  z-index: -1;

}

.proSection .pmore span:hover{
  color: #fff;
}

.proSection .pmore span:hover:after{
  width: 100%;
}

.swiperP .swiper-slide{
  position: relative;
}

.swiperP .swiper-slide a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.swiperP .swiper-slide .div-text{
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgb(0,0,0,.3);
  opacity: 0;
  z-index: 1;
  transition: all .6s; 
}

.swiperP .swiper-slide .div-text span{
  display: inline-block;
  min-width: 110px;
  text-align: center;
  position: absolute;
  left: calc(50% - 55px);
  top: 50%;
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
}

.swiperP .swiper-slide img{
  width: 100%;
  transition: transform .6s;
}

.swiperP .swiper-slide a:hover .div-text{
  width: 100%;
  left: 0;
  opacity: 1;
}

.swiperP .swiper-slide a:hover img{
  transform: scale(1.2);
}

.swiperP .swiper-slide .title a{
  display: block;
  padding: 15px 25px;
  text-align: center;
  font-size: 18px;
  font-weight: bolder;
  color: #000;
  background: rgba(0,0,0,.1);
  position: relative;
}

.swiperP .swiper-slide .title a:hover{
  color: var(--primary);
}

.swiperP .swiper-slide:after{
  position: absolute;
  content: "";
  width: 24%;
  height: 8px;
  bottom: 53px;
  left: 38%;
  background: var(--primary);
  z-index: 999;
}


/**
 *发展历史
 */
.hisSection{
  background-image: url(../images/his-bg.jpg);
  background-size: cover;
  color: #fff;
  padding-top: 5%;
}

.hisSection .common-title p.bigTitle,.hisSection .common-title p.sTitle{
  color: #fff;
}

.hisSection .common-title p.sTitle{
  line-height: 36px;
}

/* company_history */
.chistory {
  padding-top: 3%;
  padding-bottom: 18%;
  position: relative;
}

.chistory .history_main {
  position: relative;
}


.chistory .swiper-button-next,.chistory .swiper-button-prev {
  width: 50px;
  height: 60px;
  color: #fff;
  font-size: 55px;
  top: 30%;
 /* opacity: 0;*/
 display: none;
}

.chistory .swiper-button-next:before,.chistory .swiper-button-prev:before {
  content: '';
}

.chistory .history_slider {
  width: 75%;
  max-width: 750px;
  margin: auto;
}

.chistory .hlists{
  margin-left: 0;
}

.chistory .item .item-text {
  padding: 35px 45px  35px;
  position: relative;
  background-color:rgba(255,255,255,.2);
  margin: 15px;
  opacity: 0;
  -webkit-transform: scale(.6);
  -ms-transform: scale(.6);
  -o-transform: scale(.6);
  transform: scale(.6);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border:1px solid #fff;
}

.chistory .item-text .title a{
  color: #fff;
}

.chistory .item .time{
  font-size: 24px;
}

.chistory .item .time font{
  font-size: 46px;
  color: var(--primary);
  font-weight: bolder;
  display: inline-block;
  padding-left: 15px;
}
.chistory .item .time {
  display: block;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out-webkit-transform:scale(.8) rotate(45deg);
  -ms-transform: scale(.8) rotate(45deg);
  -o-transform: scale(.8) rotate(45deg);
  transform: scale(.8) rotate(45deg);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.chistory .swiper-slide-active .item-text {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}


.chistory .swiper-slide-active .item-text .title a{
  font-size: 18px;
  margin-top: 25px;
  color: #fff;
}

.chistory .swiper-slide-active .time {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  border-radius: 0;
}

.chistory .xs{
  width: 100%;
  position: absolute;
  bottom: 0;
}

.chistory .xs img{
  width: 100%;
}

.hcontrols .control_dot {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  position: absolute;
  cursor: pointer;
}

.hcontrols .control_dot span{
  display: block;
  width: 55px;
  height: 85px;
  color: #fff;
  margin-left: 15px;
  position: absolute;
  left: -30px;
  z-index: 2;
  font-size: 20px;
  font-weight: bolder;
}

.hcontrols .control_dot:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  background: #fff;
  border-radius: 50%;
}

.hcontrols .control_dot:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
  background: rgba(255,255,255,.4);
  border-radius: 50%;
  left: -5px;
  top: 21px;
}

.hcontrols .control_dot.t span {
  top: -25px;
}

.hcontrols .control_dot.b span {
  bottom: -38px
}

.hcontrols .control_dot.active span {
  color: var(--primary);
}

.hcontrols .control_dot.active:after{
  background: var(--primary);
}

.hcontrols .control_dot.active:before{
  background: rgba(214,0,15,.3);
  animation: shackB .8s linear infinite alternate;
}

.hcontrols .control_dot.dot_1 {
  left: 7%;
  bottom: 26%;
}

.hcontrols .control_dot.dot_2 {
  left: 17%;
  top: 68%;
}

.hcontrols .control_dot.dot_3 {
  left: 31.5%;
  top: 61%;
}

.hcontrols .control_dot.dot_4 {
  left: 37%;
  top: 59%;
}

.hcontrols .control_dot.dot_5 {
  left: 41%;
  top: 50%;
}

.hcontrols .control_dot.dot_6 {
  left: 46.2%;
  top: 39%;
}

.hcontrols .control_dot.dot_7 {
    left: 62.8%;
    top: 34.5%;
}

.hcontrols .control_dot.dot_8 {
  left: 75%;
  top: 32%;
}

.hcontrols .control_dot.dot_9 {
  left: 78.5%;
  top: 28%;
}

.hcontrols .control_dot.dot_10 {
  left: 93%;
  top: 9%;
}



.hcontrols .control_dot.active {
  -webkit-animation: .3s fadeInUpA ease;
  -o-animation: .3s fadeInUpA ease;
  animation: .3s fadeInUpA ease;
}

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

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

@keyframes fadeInUpA {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
    -ms-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0);
  }

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




/**
 * 联系我们
 */
.conSection{
  background-image: url(../images/con-bg.jpg);
  background-size: cover;
}

.conSection button{
    border: none;
}

.conSection .main{
  max-width: 950px;
  margin: auto;
}

.conSection .main h4{
  font-weight: bolder;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 45px;
  margin-bottom: 65px;
  line-height: 35px;
}

.conSection .main input{
  width: 100%;
  height: 45px;
  line-height: 45px;
  border:none;
  margin-bottom: 25px;
  padding: 5px 15px;
}

.conSection .main textarea{
  width: 100%;
  border:none;
  margin-bottom: 25px;
  padding: 5px 15px;
}

.conSection .main input::placeholder,
.conSection .main textarea::placeholder
{
  color: #cecece;
  font-weight: lighter;
}


/**
 * 底部
 */
.main-footer{
  background: #262626;
  color: #fff;
  padding: 35px 0;
}

.main-footer a{
  color: #fff;
}

.main-footer a:hover{
  color: var(--primary);
}

.main-footer .d1{
  max-width: 300px;
}

.main-footer .d2 a{
  display: inline-block;

  max-width: 35px;
} 

.main-footer .d2 a+a{
  margin-left: 10px;
}

.main-footer .top{
  padding-bottom: 25px;
  border-bottom: 1px solid #606060;
}

.main-footer .main{
  margin-top: 25px;
}

.main-footer .main>div>div{
  margin-right: 25px;
}

.main-footer .main .menus a{
  font-size: 18px;
  font-weight: bold;
  display: block;
  position: relative;
  margin-bottom: 25px;
}

.main-footer .main .menus a:after{
  position: absolute;
  content: "";
  width: 25px;
  height: 4px;
  background-color: var(--primary);
  left: 0;
  bottom: -4px;
  transition: all .6s;
}

.main-footer .main .menus a:hover:after{
  width: 100%;
}

.main-footer .d3 p{
  margin-bottom: 15px;
}

.main-footer .d4 p.title{
  margin-bottom: 15px;
  text-transform: uppercase;
}

.main-footer .d4 ul li{
  margin-bottom: 15px;
  font-size: 14px;
}

.main-footer .d4{
  max-width: 650px;
  margin-left: auto;
  padding-left: 25px;
}

/**
 * *关于我们
 */
.pagetitle{
  position: relative;
}

.pagetitle .div-text{
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
}

.pagetitle .div-text h2{
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bolder;
  margin-bottom: 10%;
  line-height: 36px;
  position: relative;
}

.pagetitle .div-text h2:after{
  position: absolute;
  content: "";
  width: 55px;
  height: 6px;
  background: var(--primary);
  bottom: -8px;
  left: 0;
}

.pagetitle .div-text p a{
  display: inline-block;
  margin: 0 5px;
  /*text-transform: uppercase;*/
}

.catesMenu{
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid #bbbbbb;
}

.catesMenu ul li a{
  display: block;
  padding: 0 35px;
  border-left: 1px solid #ddd;
  border-right:1px solid #ddd;
  margin-left: -1px;
  font-weight: bolder;
  position: relative;
  margin-bottom: 5px;
}

.catesMenu ul li a:hover{
  color: var(--primary);
}

.catesMenu ul li.active a{
  color: var(--primary);
}

.catesMenu ul li.active a:after{
  position:absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: var(--primary);
  left: 0;
  top: -18px;
}

.aboutBlock1 .sTitle{
  font-weight: bolder;
}

.aboutBlock1 .main .d1 p{
  line-height: 30px;
  font-size: 14px;
}

.aboutBlock1 .main .d2{
  min-width: 550px;
  padding-left: 35px;
  margin-top: 15px;
}

.aboutBlock1 .main .d2 .item{
  border:2px solid var(--primary);
  transform: skewX(-25deg);
  padding: 10px 25px;
}

.aboutBlock1 .main .d2 strong{
  display: block;
  text-align: center;
  font-size: 40px;
  font-weight: bolder;
  color: var(--primary);
}

.aboutBlock1 .main .d2 .item+.item{
  margin-left: 15px;
}

.aboutBlock1 .main .d2 .item p,.aboutBlock1 .main .d2 .item strong{
  transform: skewX(25deg);
  margin: auto;
}

.aboutBlock1 .main .d2 .item p{
  text-align: center;
}

/**
 * aboutblock2
 */

.aboutBlock2{
  background-image: url(../images/about/block2-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding: 45px 0;
}

.aboutBlock2 p.bigTitle{
  color: #fff;
  text-align: center;
  word-spacing: 10px;
}

.aboutBlock2 .main {
  padding: 0 25px 25px 25px;
}

.aboutBlock2 .main .item{
  width: 30%;
  margin-bottom: 25px; 
  min-height: 100%; 
  
  
}

.aboutBlock2 .main .item .div-text{
  background: rgba(255,255,255,.2);
  padding: 25px 15px;
  height: 100%;
  transition: all .6s;
}

.aboutBlock2 .main .item strong{
  display: block;
  font-size: 30px;
  color: var(--primary);
}

.aboutBlock2 .main .item p{
  line-height: 24px;
  color: #262626;
  font-size: 14px;
}

.aboutBlock2 .main .item .text{
  min-height: 85px;
}

.aboutBlock2 .main .item img{
  transition: transform 1s;
}

.aboutBlock2 .main .item:hover{
  cursor: pointer;
}

.aboutBlock2 .main .item:hover .div-text{
  background: rgba(255,255,255,1);
}

.aboutBlock2 .main .item:hover img{
  transform: rotateY(360deg);
}


/**
 * block3
 */
.common-title .subTitle{
  font-size: 14px;
  line-height: 24px;
}

.aboutBlock3 .item a{
  display: block;
  border-radius: 35px;
  overflow: hidden;
}

.aboutBlock3 .item.itemH a{
border-radius: 0;
}

.aboutBlock3 .item p{
  padding: 10px 15px;
}

.aboutBlock3 .item .div-img{
  overflow: hidden;
  border-radius: 35px;
}

.aboutBlock3 .item .div-img img{
  transition: transform .6s;
}

.aboutBlock3 .item:hover .div-img img{
  transform: scale(1.2);
}

.aboutBlock3 .item:hover a{
  color: var(--primary);
}

/**
 * aboutBlock
 */
.aboutBlock4{
  background-image: url(../images/about/aboutBlock4-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.aboutBlock4 p.bigTitle{
  color: #fff;
  text-align: center;
}

.aboutBlock4 .main{
  margin-top: 85px;
}

.aboutBlock4 .item{
  text-align: center;
  margin-bottom: 45px;
  max-width: 270px;
}

.aboutBlock4 .item strong{
  display: inline-block;
  background: #fff;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  font-size: 30px;
  color: var(--primary);
  position: relative;
  z-index: 1;
}

.aboutBlock4 .item strong:after{
  position: absolute;
  content: "";
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  border-radius: 50%;
  left: -12px;
  top: -12px;
  background: rgb(255,255,255,.3);
  z-index: -1;
  transition: transform .6s;
}

.aboutBlock4 .item p{
  margin-top: 20px;
  color: #fff;
  max-width: 270px;
}

.aboutBlock4 .item strong:hover{
  cursor: pointer;
}

.aboutBlock4 .item strong:hover:after{
  animation: shackB .6s linear infinite alternate;
}

/**
 * *aboutBlock5
 */
.aboutBlock5{
  
}

.aboutBlock5 .item{
   width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.aboutBlock5 .item a{
  width: 100%;
  height: 100%;
}



.aboutBlock5 .item:after{
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  z-index: 2;
  left: 50%;
  top: 0;
  background-color: rgba(0,0,0,.3);
  transition: all .6s;
  opacity: 0;
}

.aboutBlock5 .item img{
  width: 100%;
}

.aboutBlock5 .item .div-view{
  width: 100%;
  height: 100%;
  background-image: url(../images/eye.png);
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  transition: all .3s;
}

.aboutBlock5 .item:hover:after{
    width: 100%;
    left: 0;
    opacity: 1;
}

.aboutBlock5 .item:hover .div-view{
  opacity: 1;
}

.aboutBlock5 .main{
  margin-top: 45px;
}

.aboutBlock5 .main>div>div{
  margin-bottom: 25px;
}

.mainHonor .title{
  font-size: 24px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}

.mainHonor .title:after{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--primary);
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

}

.mainHonor .row{
  margin-bottom: 15px;
}

.mainHonor .row .list{
  overflow: hidden;
  margin-bottom: 25px;
}

.mainHonor  .itemS{
 
  background-color: #f7f7f7;
  padding: 15px;
  height: 100%;
  position: relative;
}

.mainHonor .itemS  a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.mainHonor .itemS  a .div-img{
  position: relative;
  overflow: hidden;

}

.mainHonor .itemS  a .div-img img{
  transition: transform .6s;
}

.mainHonor .itemS  a:hover .div-img img{
  transform: scale(1.1);
}





/**
 * *aboutBlock7
 */
.aboutBlock7{
 /* background-image: url(../images/about/parter-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  margin-top: 125px;*/
}

.aboutBlock7 p.bigTitle{
  /*color: #fff;*/
}

.aboutBlock7 .main{
  margin-top: 25px;
}

.aboutBlock7 p.title{
  margin-top: 45px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--primary);
  /*color: #fff;*/
}

.aboutBlock7 .swiperC{
  overflow: hidden;
}

/**
 * rd
 */
.rdSection1 .item{
  margin-bottom: 45px;
}

.rdSection1 .item strong{
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
}

.rdSection1 .item p{
  line-height: 24px;
  font-size: 14px;
}

.rdSection1 .item p number{
  color: var(--primary);
  font-weight: bolder;
  font-size: 16px;
}

.rdSection2{
  background-image: url(../images/rd/rd-bg2.jpg);
  background-size: cover;
  background-attachment:fixed; 
}

.rdSection2 .common-title .subTitlte{
  max-width: 800px;
  margin: auto;
}

.rdSection2 .main .item{
  max-height: 100%;
  overflow: hidden;
  margin-bottom: 25px;
}

.rdSection2 .main .item>div{
  padding: 30px 25px;
  background: rgba(255,255,255,.6);
  height: 100%;
}

.rdSection2 .main .item strong{
  font-size: 20px;
  font-weight: bolder;
  display: block;
  margin-bottom: 5px;
  color: var(--primary);
}

.rdSection2 .main .item p{
  line-height: 26px;
  font-size: 14px;
}


.rdSection2 .jq .jqI{
  margin-top: 25px;
}

.rdSection2 .jq .jqI p.p1{
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}

/**
 * *rdSection3
 */

.rdSection3 .main{
  overflow: hidden;
  margin-top: 65px;
  position: relative;
}

.rdSection3 .main:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #929292;
  left: 0;
  top: 9px;
  z-index: -1;
}

.rdSection3 .swiperR {
  overflow: hidden;
}

.rdSection3 .swiperR .item{
  position: relative;
  padding-top: 45px;
}

.rdSection3 .swiperR .item:after{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color:var(--primary);
  left: 4px;
  top: 4px;
}

.rdSection3 .swiperR .item:before{
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border:2px solid var(--primary);
  left: 0;
  top: 0;
}

.rdSection3 .swiperR .item strong{
  display: block;
  font-size: 26px;
  margin-bottom: 10px;
  color: var(--primary);
}

.rdSection3 .swiperR .item div.d1{
  min-height: 65px;
  margin-bottom: 15px;
  font-size: 14px;
}

.rdSection3 .swiperR .item .div-img{
  margin-bottom: 25px;
}

.rdSection3 .swiperR .item p.des{
  font-size: 14px;
}

.rdSection3 .main2{
  max-width: 1300px;
  margin: auto;
  margin-top: 25px;
}

.rdSection3 .main2 .item{
  width: 30%;
  max-width: 420px;
  padding: 15px 25px;
}

.rdSection3 .main2 img{
  width: 100%;
  margin-bottom: 15px;
}


/**
 * rdSection4
 */
.rdSection4{
  background-color: #f6fafe;
}

.rdSection4 .common-title strong{
  display: block;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}

.common-title .subTitlte{
  margin:15px 0;
  font-size: 14px;
  line-height: 24px;
}

.rdSection4 .item{
  margin-bottom: 35px;
}


.rdSection4 .item a{
  color: #262626;
}

.rdSection4 .item .title{
  font-weight: bolder;
  font-size: 18px;
  margin-top: 25px;
}

.rdSection4 .item .div-img{
  overflow: hidden;
}

.rdSection4 .item .div-img img{
  width: 100%;
  height: 100%;
  transition: transform .6s
}

.rdSection4 .item p.p1{
  margin-top: 15px;
}

.rdSection4 .item:hover .div-img img{
  transform: scale(1.2);
}


/**
 * 厂区风貌
 */
.fsSection{
  padding-top: 45px;
  padding-bottom: 125px;
}

.fsSection .nav-tabs{
  border-bottom: none;
  margin-left: 0px;
 
}

.fsSection .nav-tabs .nav-item a{
  background: #f7f7f7;
  font-size: 18px;
  font-weight: bolder;
  padding: 15px 15px;
  border:none;
  display: block;
  width: 100%;
  text-align: center;
}

.fsSection .nav-tabs .nav-item a.active{
  border: none;
  background: var(--primary);
  color: #fff;
}

.fsSection .tab-content{
  padding-top: 85px;
}

.fsSection .subTitlte{
  max-width: 850px;
  margin: auto;
}

/**
 * 企业视频
 */
.vSection{

}

.vSection .item{
  position: relative;
  margin-bottom: 25px;
}

.vSection .item .div-view{
  width: 100%;
  height: 100%;
  background-image: url(../images/about/video-w.png);
  background-color: rgba(0,0,0,.3);
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all .3s;
}

.vSection .item:hover .div-view{
  background-color: rgba(0,0,0,0);
  background-image: url(../images/about/video.png);
}

/**
 * FAQ
 */

.faqSection .top{
  position: relative;
}

.faqSection .top .div-text{
  position: absolute;
  top: 35px;
  left: 25px;
  color: #fff;
  font-size: 30px;
  font-weight: bolder;
}

.faqSection .items{
  margin-top: 45px;
}

.faqSection .items .card{
  margin-bottom: 15px;
  border:1px solid #ccc;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.faqSection .items button{
  display: block;
  width: 100%;
  border:none;
  text-align: left;
  background-color: unset;
  font-size: 18px;
  font-weight: bolder;
  color: #262626;
  background-image: url(../images/jian.png);
  background-position: center right; 
  background-repeat: no-repeat;
}

.faqSection .items button.collapsed{
  background-image: url(../images/jia.png);
  background-position: center right; 
  background-repeat: no-repeat;
}


.faqSection .accordion>.card>.card-header{
  background-color: unset;
  
}

.faqSection .card-header{
  border-bottom: none;
}

/**
 * 产品中心
 */
.pblockSection .main a{
  display: block;
  width: 100%;
  height: 100%;
  color: #262626
}

.pblockSection .item{
  margin-bottom: 35px;
}

.pblockSection .item .div-img{
  overflow: hidden;
}

.pblockSection .item .div-img img{
  width: 100%;
  transition: transform .6s;
}

.pblockSection .item .div-text{
  padding: 15px;
  background-color: #eeeeee;
  position: relative;
}

.pblockSection .item .div-text font{
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 26px;
  font-weight: bolder;
  background:#bebebe;
  color: #fff;
  text-align: center;
  transition: transform .6s;
}

.pblockSection .item .div-text p.title{
  font-size: 24px;
}

.pblockSection .item:hover .div-img img{
  transform: scale(1.2);
}

.pblockSection .item:hover .div-text{
  background-color: var(--primary);
  color: #fff;
}

.pblockSection .item:hover font{
  transform: translateY(-20px);
  background-color: var(--primary);
}

/**
 * 分页
 */

.div-page{
  text-align: center;
  margin-top: 45px;
}

.div-page a{
  display: inline-block;
  background-color: #bebebe;
  color: #fff;
  font-size: 22px;

}

.div-page a+a{
  margin-left: 10px;
}

.div-page a.page-num{
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
}

.div-page a.pn{
  height: 45px;
  line-height: 45px;
  padding: 0 35px;
  border-radius: 25px;
}

.div-page a:hover,.div-page a.page-num-current{
  background: var(--primary);
}

.pblockSection div.bigTitle{
  font-size: 30px;
  font-weight: bolder;
  margin-top: 65px;
  margin-bottom: 65px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}

.pblockSection div.bigTitle:after{
  position: absolute;
  content: "";
  width: 46px;
  height: 6px;
  background-color: var(--primary);
  bottom: -15px;
  left: calc(50% - 23px);
}

.conSection2{
  background-image: unset;
}
.conSection2 div.bigTitle{
  font-size: 30px;
  font-weight: bolder;
  margin-top: 65px;
  margin-bottom: 65px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}

.conSection2 div.bigTitle:after{
  position: absolute;
  content: "";
  width: 46px;
  height: 6px;
  background-color: var(--primary);
  bottom: -15px;
  left: calc(50% - 23px);
}

.conSection2 .main input,.conSection2 .main textarea{
  background:#f2f2f2;
} 

.conSection2 .main button{
  background:none;
}

/**
 * 新闻中心
 */
.nblockSection{
  padding-top: 65px;
  padding-bottom: 125px;
}
.nblockSection .newsLists{
  border-top: 1px solid #262626;
}

.nblockSection .item a{
  display: block;
  padding: 25px 0;
  border-bottom: 1px solid #262626;
  color: #262626;
}

.nblockSection .item .div-img{
  width: 450px;
  min-width: 450px;
  max-height: 300px;
  overflow: hidden;
  padding-left: 25px;
}

.nblockSection .item .div-img img{
  transition: transform .6s;
  width: 100%;
}

.nblockSection .item p.title{
  font-size: 20px;
  font-weight: bolder;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}

.nblockSection .item p.des{
  line-height: 26px;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.nblockSection .item div.meta{
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
}

.nblockSection .item div.more span{
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  margin-left: 10px;
  background: #bebebe;
  color: #fff;
  border-radius: 50%;
}

.nblockSection .item:hover img{
  transform: scale(1.2);
}

.nblockSection .item:hover p.title{
  color: var(--primary);
}

.nblockSection .item:hover div.more{
  color: var(--primary);
}

.nblockSection .item:hover div.more span{
  background: var(--primary);
}

/**
 * 新闻详情
 */
.nDetail h2.title{
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bolder;
  text-align: center;
}

.nDetail div.meta{
  font-size: 14px;
  padding-bottom: 15px;
}

.nDetail div.meta a:hover{
  color: var(--primary);
}

.nDetail div.main-content{
  padding: 25px 0;
  min-height: 350px;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
} 


/**
 * 产品详情
 */
.pDetail .dtop{
  background: #fafafa;
}

.pDetail .dtop .div-img{
  padding-right: 25px;
}

.pDetail .dtop .div-text{
  padding: 15px;
}

.pDetail .dtop p.title{
  font-size: 20px;
  font-weight: bolder;
  border-bottom: 2px solid #d2d2d2;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.pDetail .dtop .des{
  font-size: 14px;
}

.pDetail .dtop>div.row{
  align-items: center;
}

.pDetail .dtop .contact{
  margin-top: 35px;
}

.pDetail .dtop .contact .readMore{
  margin-right: 25px;
}

.pDetail .dtop .contact .readMore2 a{
  background: #bdbdbd;
}

.pDetail .dtop .contact .readMore2 a:hover{
  background: var(--primary);
}

.pContent{
  margin-top: 35px;
  padding: 25px 25px 45px 25px;
  background: #fafafa;
  min-height: 450px;
}

.pContent .title{
  font-size: 30px;
  font-weight: bolder;
  color: var(--primary);
  padding-bottom: 5px;
  border-bottom:2px solid #d2d2d2;
  margin-bottom: 25px;
}

.pContent ul{
  margin-left: 0;
}

.pContent table td{
  padding: 10px 15px;
}

/**
 * 联系我们
 */
.nconSection .item{
  padding: 35px 15px;
  border:1px solid #262626;
  margin-bottom: 25px;
  height: 90%;
}

.nconSection .item p.title{
  font-size: 20px;
  font-weight: bolder;
  margin-top: 15px;
  margin-bottom: 25px;
}

.nconSection .item  p.des{
  min-height: 65px;
  line-height: 30px;
  word-break: break-all;
}

/**
 * 侧边
 */
.mainSlider h3.title{
  font-size: 24px;
  color: var(--primary);
}

.mainSlider ul li a{
  display: block;
  padding: 15px 0;
  border-bottom: 1px dashed #eee;
  font-size: 14px;
}

.mainSlider ul li a:hover{
  color: var(--primary);
}

.mainSlider ul li.active a{
  font-weight: bolder;
}

.mainSlider.fix-slider{
  position: fixed;
  top: 0;
  min-width: 200px;
  width: 10%;
  background-color: #f7f7f7;
  z-index: 999;
}
.mainSlider.fix-slider h3.title{
  padding-left: 15px;
  padding-top: 25px;
}

.mainSlider.fix-slider li a{
  padding: 15px 20px;
}


/**
 * section
 */
.section.active .bigTitle{
  animation: zoomIn .6s;
}

.section.active .sTitle{
  animation: zoomIn 1s ;
}

/*
.section.active .conTitle{
  animation: fadeInLeftBig 1s;
}

.section.active .conform{
  animation: fadeInRightBig 1s;
}*/

.search{
  margin-bottom: 25px;
}

.search a{
  display: inline-block;
  font-size: 18px;
  margin-right: 2px;
  border: 1px solid #eee;
  padding: 3px 15px;
  margin-bottom: 5px;

}

.search a:hover{
  color: #fff;
  background-color: var(--primary);
}

.plists{
  overflow: auto;
}

.plists .item {
  background-color: #ececec;
  padding: 20px 15px;
}

.plists .item p.title{
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.plists .item p.des{
  font-size: 14px;
  margin-bottom: 10px;
}

.plists .item .more{
  font-size: 14px;
  color: #959595;
}

.plists .item .more span{
  padding: 5px 15px;
  border-radius: 3px;
  color: #fff;
  background-color: var(--primary);
}

.plists .item:hover p.title{
  color: var(--primary);
}

.pblockSection .table{
  /*margin-bottom: 65px;*/
}

.pblockSection .table td a{
  display: block;
  text-align: center;
}

.pblockSection .table .thead-dark th{
    background-color: var(--primary);
    border-color: var(--primary);
}

.pblockSection .table-striped tbody tr{
    background-color: #e9eef18f;
    border-bottom: 3px solid #fff;
}

.pblockSection .table-striped tbody tr:hover{
  background-color: #d6000f0d;
}

.pblockSection .table th,.pblockSection .table td{
  border-top: 1px solid #f5f3f3;
}

.pblockSection .table th{
 padding-left: 15px;
}



































































