@import url(besscolor.css);
.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform,-webkit-transform; -webkit-box-sizing: content-box; box-sizing: content-box;}

.mySwiper .swiper-wrapper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    transition-property: transform;
    overflow: hidden;
	background: #fff;
}

.mySwiper .swiper-wrapper .img { 
	 position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    object-fit: contain; /* 图片完整显示，保持比例 */
	    object-position: center; /* 图片居中 */
}
.swiper-wrapper .img { 
	width: 100%;
}
.hide {  display: none!important;}
.proMain{display: flex; padding-top: 20px;}
.proMain .proLeft{position: relative; width: 100%;  overflow: hidden; display: flex;}
.proLeft .left{ flex-basis:40%; overflow:hidden;} 
.proLeft .picT{ position:relative; } 
.proLeft .pic{ position:absolute; left:0px; top:0px; display:block; width:150px; height:150px; background:rgb(255, 255, 255,0.7); z-index: 1;} 
.proLeft .right{ flex-basis:60%; overflow:hidden; padding-left:100px; } 
.proLeft .thuilm{ position:relative; margin:12px 0; padding:0 54px; max-height: 80px; overflow: hidden; } 
.proLeft .thuilm .img{max-height: 64px; max-width: 64px;}
.proLeft .thuilm .swiper-wrapper{
	    display: flex;
	    align-items: center;
}
.proLeft .swiper-button{ position:absolute; top:0px; bottom:0px; width:44px; max-height: 64px; color:#000; outline: none;z-index: 0;cursor: pointer; } 
.proLeft .swiper-button i{ display:flex; justify-content:center; align-items:center; font-size:14px; height: 100%;} 
.proLeft .pro-left{ left:0px; } 
.proLeft .pro-right{ right:0px; } 
.proLeft .proPic{flex-basis: 50%; overflow: hidden; margin-right: 5%;}
.proLeft .bigBox{ position:absolute; left:40%; top:0px; width:400px; height:400px; background:#fff; overflow:hidden; cursor:move;} 
.proLeft .bigBox2{ position:relative; width:100%; height:100%; } 
.proLeft .bigpicA{ position:absolute; max-width:none; width:300%; height:300%; }
.proMain .proRight{flex-basis: 60%; }
.wyz-thumbs{overflow: hidden;}
.proRight .p-title{
	color: #222;
	font-size: 1.5rem;
	    margin: 0 0 10px;
	    font-weight: 400;
	    line-height: 2.1rem;
		font-family: 'CustomFontBold', sans-serif;
}
.proRight .proItem h2{
	margin-bottom: 1.5rem;
	    font-size: 1rem;
	    line-height: 1.5rem;
		font-weight: 400;
}
.ProContent{
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
.proList{
display: flex;
    border-bottom: 1px solid #dddddd;
    color: #333;
    font-size: 14px;
}
.proList dt{
	width: 40%;
	    padding: 10px;
	    border-left: 1px solid #dddddd;
}
.proList dd{
	width: 60%;
	padding: 10px;
	border-left: 1px solid #dddddd;
}
.p-btn{
margin-top: 30px;	
}
.detial{    padding: 60px 0;
    background: #fff;}
.detial .smalltit{margin-bottom: 1rem;}
.detialTit{font-size: 2.6rem;
    color: #151515;
    margin: 48px 0;
    font-weight: 400;}
.detialCon{
	font-size: 15px;
	    color: #4c4c4c;
	    line-height: 26px;
}
.detialCon .smalltit{border: none;}
.detialCon table{
	background: #fff;
	    border-radius: 12px;
	    width: 100%;
	    max-width: 760px;
	    text-align: left;
	    border-collapse: collapse;
	    margin: 10px 0;
	    border: 1px solid #f2f2f2;
}
.detialCon table tr{
	border-bottom: 1px solid #f2f2f2;
}
.detialCon table tr:last-child{
	border-bottom: none;
}
.detialCon table tr th,.detialTable tr td{
	padding: 8px;
	    font-weight: 400;
	    width: 50%;
}
.detialCon img{max-width: 100%;}
.relativeP {margin-bottom: 60px;}
.relativeP h4{min-width: 245px; height: 60px; line-height: 60px; margin-bottom: 30px; display: inline-block; padding: 0 30px; background-color: var(--Bcolor); color: #fff; font-size: 24px;}
.relativePbox{display: flex;justify-content: flex-start; flex-wrap: wrap;margin-bottom: 60px;    margin-top: 30px;}
.relativePbox .proLi {
        width: 18%;
        margin: 0 2% 40px 0;
        background: #fff;
        transition: all .5s ease;
		margin-bottom: 20px;
		border-radius: 10px;
		overflow: hidden;
}
.relativePbox .proLi a {
    width: 100%;
    background-color: #fff;
    padding:14px;
}
.relativePbox .proLi a span{
	width: 100%;
}
.proLi .txtBox {
	padding: 0 12px;
	    margin: 20px 0;
	    font-size: 14px;
	    overflow: hidden;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
		
}

.title {
  font-size: 2.25rem;
      color: #222222;
      position: relative;
      font-weight: 600;
      font-family: 'CustomFontBold', sans-serif;
      margin-bottom:30px;
      width: 100%;
	  display: flex;
	      align-items: center;
}
.title::before{
	    content: "";
	    width: 4px;
	    height: 36px;
	    display: inline-block;
	    background: var(--Bcolor);
	    margin-right: 10px;
}
.ImgBox {
	overflow: hidden;
	display: flex;
}

.ImgBox picture {
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}

.proLi .ImgBox picture img {
	height: 100%;
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
}

.proLi .txtBox .proTitle {
	width: 100%;
	text-align: left;
	color: #151515;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .5s ease;
	font-weight: 600;
	margin-bottom: 10px;
}

.proLi .txtBox .proSummry {
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #8E8E8E;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.faqbox {
	width: 100%;
	max-width: 1200px;
}

.faqlist {
	    overflow: hidden;
	    transition: all .5s ease;
	    background: #fff;
	    border-radius: 12px;
	    margin: 10px 0;
	    padding: 0 20px;
}

.faqlist.active {
}

.toggle-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding: 20px 0;
}

.toggle-title {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding-right: 16px;
	font-family: 'CustomFontBold', sans-serif;
}

.toggle-button {
	width: 30px;
	height: 30px;
	position: relative;
	cursor: pointer;
	transition: transform 0.3s ease;
	display: inline-block;
	margin-right: 10px;
	background: #fff;
	border-radius: 20px;
}

.toggle-button::before,
.toggle-button::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 2px;
	background-color: #000;
	top: 50%;
	left: 7px;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

.toggle-button::after {
	transform: translateY(-50%) rotate(90deg);
}

.toggle-content {
	display: none;
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 22px;
	color: #999;
}

.faqlist.active .toggle-title {
	color: var(--Bcolor);
}

.expanded.toggle-button::after {
	transform: translateY(-50%) rotate(0deg);
}

#video-container {
    width: 640px;
    height: 360px;
    margin-top: 10px;
    max-width: 100%;
    margin: 20px 0;
}
.productdetaillist{
	padding: 60px 0;
}
.productdetaillist:nth-child(even) {
  background-color: #fff;
}
.pd-detial{
	    margin-top: 20px;
	    color: #696969;
	    line-height: 1.6rem;
}
.pd-img {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
}

.pd-img .img-box {
  flex: 0 0 100%;
  border: 1px solid #e3e3e3;
      overflow: hidden;
	  border-radius: 10px;
}

.pd-img.two .img-box {
  flex: 0 0 calc(50% - 8px);
}

.pd-img.three .img-box {
  flex: 0 0 calc(33.333% - 10.66px);
}

.pd-img.four .img-box,
.pd-img.more .img-box {
  flex: 0 0 calc(25% - 12px);
}

.img-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media only screen and (max-width: 1200px){
.detialTit {
    font-size: 45px;
}
}
@media only screen and (max-width: 768px){
	.detial {
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	.productdetaillist {
	    padding: 20px 0;
	}
	  .proLeft .topBox { flex-wrap:wrap; } 
	  .proLeft .left{ flex-basis:100%; } 
	  .proLeft .right{ flex-basis:100%; padding:20px 8px; } 
	  .proLeft .pic{ display:none; } 
	  .proMain .proLeft{display: block;}
	  .proLeft .proPic{flex-basis: 100%; overflow: hidden; margin-right: 0;}
	  .bigPic .swiper-slide .img{width: 100%; height: 100%;}
	  .detialTit::after{display: none;}
	  .relativePbox .proLi{width: 48%;margin: 0 1% 10px;}
	  
	  .detialTit {
	     font-size: 32px;
	     margin: 30px 0;
	  }
	  .proLi .txtBox {
	          padding: 12px 12px 20px;
	      }
	  .proLi .txtBox .proTitle {
	          font-size: 0.8rem;
	          padding: 0;
	      }
		  .relativePbox {
		      margin-bottom: 0px;
		  }
		  #video-container{
		  			height: 200px;
		  		}
		  		.pd-img .img-box {
		  		    flex: 0 0 100%;
		  		}
		  		.pd-img.three .img-box, .pd-img.four .img-box, .pd-img.more .img-box {
		  		    flex: 0 0 calc(50% - 8px);
		  		}
	}






