@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: 30px;}
.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:20px; height: 100%;} 
.proLeft .pro-left{ left:0px; } 
.proLeft .pro-right{ right:0px; } 
.proLeft .proPic{flex-basis: 45%; 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: 28px;
	    margin: 0 0 10px;
	    font-weight: 400;
	    line-height: 44px;
}
.proRight .proItem h2{
	margin-bottom: 1.5rem;
	    font-size: 1rem;
	    line-height: 28px;
		font-weight: 400;
		color: #696969;
}
.ProContent{
	border-top: 1px solid #ededed;
	border-right: 1px solid #ededed;
}
.proList{
display: flex;
    border-bottom: 1px solid #ededed;
    color: #333;
    font-size: 14px;
}
.proList dt{
	width: 40%;
	    padding: 10px;
	    border-left: 1px solid #ededed;
}
.proList dd{
	width: 60%;
	padding: 10px;
	border-left: 1px solid #ededed;
}
.p-btn{
margin-top: 30px;	
}
.detial{
	    padding: 60px 0;
	    margin: 60px 0 0;
	    background: #fafafa;
	    font-size: 16px;
	    line-height: 32px;
	    color: #222;
}
.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{
	    width: 100%;
	    text-align: left;
	    border-collapse: collapse;
		margin: 10px 0;
		border: 1px solid #ccc;
		border-left: none;
}
.detialCon table tr{
	border-bottom:1px solid #ccc
}
.detialCon table tr:last-child{
	border-bottom: none;
}
.detialCon table td,.detialCon table th{
	border-left:1px solid #ccc;
	    padding: 4px;
	    vertical-align: middle;
}
.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: 23%;
        margin: 0 2% 40px 0;
        background: #fff;
        transition: all .5s ease;
		margin-bottom: 20px;
}
.relativePbox .proLi a {
    width: 100%;
    background-color: #fff;
    padding-bottom: 10px;
    border-radius: 20px;
}

.proLi .txtBox {
	padding: 15px;
}


.title {
	text-align: center;
  font-size: 40px;
      color: rgb(51, 51, 51);
      position: relative;
      text-align: center;
	      margin-bottom: 50px;
}

.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;
	font-size: 18px;
	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;
	margin: 0 auto;
	padding: 40px 0;
}

.faqlist {
	padding: 0 30px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0);
	margin-top: 30px;
}

.faqlist.active {
	border: 1px solid #ededed;
}

.toggle-container {
	border-bottom: 1px solid #ededed;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	box-sizing: border-box;
}

.faqlist.active .toggle-container {
	border-color: var(--Bcolor);
}

.toggle-title {
	font-size: 18px;
	padding: 32px 0;
	padding-left: 40px;
	position: relative;
}

.toggle-title::before {
	content: "Q";
	width: 24px;
	height: 24px;
	border-radius: 6px 6px 0 6px;
	background: #b9b9b9;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	margin-right: 20px;
	position: absolute;
	left: 0;
}

.faqlist.active .toggle-title::before {
	background: var(--Bcolor);
}

.toggle-button {
	width: 22px;
	height: 22px;
	position: relative;
	cursor: pointer;
	transition: transform 0.3s ease;
	display: inline-block;
	margin-left: 8px;
}

.toggle-button::before,
.toggle-button::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #d1d1d1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

.toggle-button::after {
	transform: translateY(-50%) rotate(90deg);
}

.toggle-content {
	display: none;
	padding: .9rem;
	font-size: 1rem;
	line-height: 1.8rem;
	padding: 30px 0;
	padding-left: 40px;
	position: relative;
}

.toggle-content::before {
	content: "A";
	color: var(--Bcolor);
	display: inline-block;
	position: absolute;
	left: 0;
	font-weight: bold;
	font-size: 18px;
}

.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;
}

.pd-detial{
	    margin-top: 20px;
	    color: #696969;
	    line-height: 1.6rem;
}
.pd-img {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
      justify-content: flex-start;
}

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

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

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

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

.img-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media only screen and (max-width: 1200px){
.detialTit {
    font-size: 45px;
}
.detialCon table {
	display: block;
    overflow-x: scroll;
}
}
@media only screen and (max-width: 768px){
	  .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% 20px;}
	  
	  .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);
		  		}
				.detialCon table {
					box-shadow: inset -2px 0px 2px #0000001c;
				}
				.p-btn .btn{
					width: 100%;
				}
				.title {
				    font-size: 30px;
				    margin-bottom: 30px;
				}
				.detial{
					padding: 40px 0;
				}
				.productdetaillist {
				    padding: 40px 0;
				}
				.faqbox {
				    padding: 0;
				}
				.faqlist {
				    padding: 0 10px;
				    margin-top: 20px;
				}
				.proMain {
				    padding-top: 0;
				}
	}






