/*about css*/
.about-1-text1{
   font-size: .90rem;
   font-family: "FZLT Regular";
}

.about-1-text2{
   font-size: .20rem;
   font-family: "FZLT Regular";
}
.kh{
  height: .3rem;
  /*width: 14.3rem;*/
  margin-left: .25rem;
  background: #fff;
}
.product-main-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 1920px;
    margin: auto;
    height: 100%;
}

.product-main-box-left{
  width: 15%;
  height: 100%;
  /*margin-right: .25rem;*/
}
.product-main-box-right{
  width: 85%;
  height: 100%;

}
.product-right-box{
  display: flex;
  align-items: center;
  padding-top: 1rem;
  height:100%;
}
.product-box-lm{
  background: #fff;
  display:flex;
  justify-content: flex-start;
  align-items:center;
  /*width: 14.3rem;*/
  margin-left: .25rem;
}
.product-box1{
  background: #fff;
  display:flex;
  justify-content: flex-start;
  align-items:center;
  margin-left: 0.25rem;
  /*width: 14.3rem;*/
}

.product-main-title {
  margin-left: 0.25rem;
  font-size: .5rem;
  font-family: "FZLT Extralight";
  
}

.product-title {
  font-family: "FZLT Regular";
  font-size: .12rem;
}
.product-p-title{
   margin-top: 0.15rem;
   
}
.product-p-title a{
  display: inline-block;
  width: 1rem;
  padding-left: .05rem;
  padding-right: .05rem; 
  background: #f5f4f4;
  
}
.product-images{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.product-images img{
  max-width: 1.9rem;

}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.product-col-md{
  padding-top:.25rem;
  padding-bottom:.1rem;
  margin-right: .08rem;
}
.procuct-main-img
{
  width: 2.38rem;
  height: 2.0rem;
  background: #fff;
/*  display: flex;
  justify-content:center;
  align-items: center; */
}
#section0,#section1,#section2,#section3,#section4,#section5,#section6{
  background: url("../../public/images/full-banner/product_main_bg.jpg") center no-repeat;
  background-size: cover;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 18px;
    width: 10px;
    /*margin: -6px 0 0 -6px;*/
    /*border-radius: 100%;*/
    background: url(../../public/images/main/left_nav_bg_000.png) center no-repeat; 
    opacity: 1;
    border-radius:0;
 }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {

    background: #000;
    opacity: 0.5;

}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #000;
    font-size: 12px;
    font-family: FZLT Medium;
    white-space: nowrap;
    max-width: 220px;
    overflow: visible;
    display: block;
    opacity: 0.5;
    width: 0;
    cursor: pointer;
    line-height: 24px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 40px;
}
#fp-nav .nav-dot-8,
#fp-nav .active .nav-dot-8 {
  opacity: 0;
  background:none;
}

.product-title-box{
  display: flex;
  justify-content: flex-start;
  /*margin-left: .6rem;*/
}


.pro-lanming{
  /*margin-left:.2rem;*/ 
  display: flex;
  align-self: flex-end;
  padding-bottom: .1rem; 

}

.swiper-container {
    width: 15rem;
    height: 6.5rem;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.swiper-pagination {
  position: static;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: none;
  background: none;
  opacity: 0.5;
}
.pro-lanming span{
    font-size: .2rem;
    font-family: FZLT Regular;
    margin-left: .2rem;
    width: auto;
    height: auto;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: none;
}

@media(max-width:1680px){
    .w1600{padding:0 4%;}

    .product-images img{
      max-width: 1.4rem;
      max-height: 1.4rem;
    }
    .procuct-main-img {
      width: 1.98rem;
      height: 1.4rem;
      background: #fff;

    }
    .swiper-container {
        width: 13.2rem;
        height: 5.8rem;
    }
    .product-main-title{
      font-size: 0.45rem;
    }
    
}

@media(max-width:1440px){
    .w1400{padding:0 4%;}
     
    .product-images img{
      max-width: 1.1rem;
      max-height: 1.1rem;
    }
    #section
    .procuct-main-img {
      width: 1.68rem;
      height: 1.2rem;
      background: #fff;

    }

    .swiper-container {
        width: 12.5rem;
        height: 5.3rem;
    }
    .product-main-title{
      font-size: 0.35rem;
    }

    .product-col-md {
    padding-top: 0.15rem;
    padding-bottom: 0.1rem;
    margin-right: 0.08rem;
}
}