@charset "UTF-8";


@media only all and (min-width: 768px) { }

@media only all and (min-width: 992px) {  }

@media only all and (min-width: 1200px) { }

@media only all and (min-width: 1441px) {  }

@media only all and (min-width: 1900px) {  }

.swiper-container-wrapper{
  /* display: none; */
  position: relative;
  padding: 22px 0 20px;
}

.pages-title{
  padding: 16px 0 0;
}
.noSwiper{
  margin-top: 40px;
}
.pages-details{
  margin: 10px 0 20px;
}

.swiper-container-wrapper .swiper-container{
  position: relative;
}
.swiper-container-wrapper .swiper-slide{
  position: relative;
}

.swiper-container-wrapper .swiper-slide .ft-desc{
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  min-width: 450px;
  height: 100%;
  padding: 0 2%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.swiper-container-wrapper .ft-desc .title{
  font-weight: bold;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 1.5;
}

.swiper-container-wrapper .ft-desc p{
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 1.7;
  margin-top: 36px;
}

.swiper-container-wrapper .swiper-container .swiper-pagination{
  position: absolute;
  padding-left: 22px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.swiper-container-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet{
  width: 22px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.9);
}

.swiper-container-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
  background: #E50012;
}


.prod-list{
  display: flex;
}


.prod-list .left-box{
  margin-right: 36px;
  flex: 1;
  overflow: hidden;
}


.pages-title{
  font-weight: bold;
  font-size: 29px;
  color: #333333;
  line-height: 1.6;
}


.pages-details{
  color: #333333;
  line-height: 1.7;
  width: 90%;
  font-weight: 400;
  font-size: 15px;
}


.left-box .items{
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 40px 2px 40px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: stretch;
}

.left-box .items:last-child{
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}


.left-box .items .prod-desc{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  margin-right: 40px;
  overflow: hidden;
}



.left-box .items .prod-desc .prod-brief{
  height: 100%;
  margin-right: 20px;
  overflow: hidden;
  width: 100%;
}

.left-box .items .prod-desc .prod-brief .title{
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  width: 100%;
  overflow: hidden;
}


.left-box .items .prod-desc .prod-brief .details{
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 1.3;
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
} 


.left-box .items .prod-desc  .more{
  font-weight: bold;
  font-size: 14px;
  color: #E71229;
}

.left-box .items .prod-img-box{
  width: 259px;
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.left-box .items .prod-img-box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.prod-list .right-box{
  width: 25%;
  flex-shrink: 0;
  min-width: 150px;
  border-top: 5px solid #E4000D;
  padding:0 28px;
  background-color: #f7f7f7;
}

.prod-list .right-box .link-items{
  position: relative;
  padding: 28px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.prod-list .right-box .link-items::after{
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100px;
  background-color: #E4000D;
}


.prod-list .right-box .link-items .title{
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin-bottom: 15px;
}

.prod-list .right-box .link-items .desc{
  font-weight: bold;
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
}

.prod-list .right-box .link-items .link-box{
  font-weight: bold;
  font-size: 14px;
  color: #E71229;
  line-height: 1.6;
  margin-top: 22px;
}

.prod-list .right-box .link-items .link-img{
  margin-bottom: 20px;
}

.prod-list .right-box .link-box .more{
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #E71229;
  line-height: 1.5;
}

.Documents{
  margin: 36px 0 20px;
}
.Documents .title{
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 29px;
}

.Documents .doc-items{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  cursor: pointer;
} 

.Documents .doc-items span{
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}


.Documents .doc-items .downloads{
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 1px solid #5A5A5A;
}

.Documents .doc-items .downloads img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 6px;
  height: auto;
  transition: all .2s;
}


.Documents .doc-items .downloads .himg{
  opacity: 0;
}

.Documents .doc-items .downloads .default{
  opacity: 1;
}
.doc-items:hover .downloads{
 
  background-color: #E4000D;
  border: 1px solid #E4000D!important;
}
.doc-items:hover .himg{
  opacity: 1!important;
}
.doc-items:hover .default{
  opacity: 0!important;
}

.showPc{
  display: block;
}
.showmobile{
  display: none;
}
@media only all and (max-width: 991px) {
  .showPc{
    display: none!important;
  }
  .showmobile{
    display: block!important;
  }
  .product-page{
    padding-bottom: 20px;
  }
  .left-box .items .prod-desc .prod-brief{
    height: auto!important;
  }
  .swiper-container-wrapper .swiper-slide{
    height: 100%;
  }
  
  .swiper-container-wrapper .swiper-slide .ft-desc{
    position: absolute;
    width: 100%;
    min-width: 100%;
    height: fit-content;
    top: auto;
    bottom: 0;
    padding: 10px 4px 15px 4px;
  }
  .Documents .title{
    margin-bottom: 15px;
  }
  .prod-list .right-box .link-box .more{
    font-size: 14px;
  }

  .left-box .items{
    flex-direction: column;
  }
  .left-box .items .prod-desc{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .left-box .items .prod-img-box{
    width: 100%;
    height: auto;
  }
  .left-box .items .prod-img-box img{
    display: block;
    width: 100%;
    height: auto;
  }

  .left-box .items .prod-desc .prod-brief .title{
    font-size: 18px;
  }
  .swiper-container-wrapper .ft-desc .title{
      font-size: 16px;
  }
  .left-box .items .prod-desc .prod-brief .details{
    font-size: 12px;
  }
.prod-list .right-box .link-items .title{
  font-size: 18px;
}
.prod-list .right-box .link-items .desc{
  font-size: 14px;
}
  .swiper-container-wrapper .ft-desc p{
    margin-top: 10px;
    font-size: 16px;
  }
  .prod-list{
    flex-direction: column;
  }
  .prod-list .left-box{
    margin-right: 0;
  }
  .prod-list .right-box{
    width: 100%;
    min-width: 100%;
    border-top: 3px solid #E4000D;
    padding: 0 18px;
    background-color: #f7f7f7;
  }

  .left-box .items .prod-desc  .more{
    margin: 30px 0 20px;
  }
}

