﻿.product_name {
	width: 100%;
	height: 120px;
	padding-top: 80px;
	background-color: #EB6120;
	color: #fff;
}

.product_name h6 {
	width: 1200px;
	line-height: 120px;
	margin: 0 auto;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 3px;
    text-align:center;
}


.product_banner_box {
	width: 100%;
	height: 600px;
	background-color: #f5f5f5;
}

.product_banner_box .product_banner {
	margin: 0 auto;
	position: relative;
}

.product_banner_box .product_banner,
.product_banner_box .product_banner .bx-wrapper,
.product_banner_box .product_banner .slider,
.product_banner_box .product_banner .slider .slide {
	display: block;
	width: 1200px;
	height: 600px;
	overflow: hidden;
}

.product_banner_box .product_banner .slider .slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product_banner_box .product_banner .slide img {
	width: auto;
	height: 65%;
}

.product_banner_box .product_banner .bx-controls {
	width: 100%;
	position: absolute;
	bottom: 36px;
	left: 0;
	z-index: 2;
}

.product_banner_box .product_banner .bx-pager {
	text-align: center;
}

.product_banner_box .product_banner .bx-pager-item {
	display: inline;
}

.product_banner_box .product_banner .bx-pager-item a {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 7px;
	border-radius: 12px;
	background-color: #999;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	cursor: pointer;
	font-size: 0;
}

.product_banner_box .product_banner .bx-pager-item a:hover,
.product_banner_box .product_banner .bx-pager-item a.active {
	width: 80px;
	background-color: #EB611E;

}

.product_banner_box .product_banner .bx-controls-direction {
	display: none;
}


.detail_type {
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #E2E2E2;
}

.detail_type div {
	width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.detail_type div span {
	width: 33.33%;
	line-height: 97px;
	font-size: 24px;
	color: #000;
	letter-spacing: 2px;
	cursor: pointer;
	border-bottom: 3px solid transparent;
}

.detail_type div span:hover,
.detail_type div span.active {
	border-bottom-color: #EB611E;
	color: #EB6012;
}

.detail_content {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 120px;
}

.detail_content img {
	max-width: 100% !important;
}

.introduce,
.realm {
	line-height: 1.6;
}

.realm .imgs {
	margin-top: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.realm .imgs img {
	width: 275px;
	height: 340px;
	margin-right: 33.33px;
	margin-bottom: 33.33px;
}

.realm .imgs img:nth-child(4n) {
	margin-right: 0;
}


.parameter .parameter_head {
	width: 1200px;
	height: 50px;
	background-color: #f5f5f5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.parameter li {
	width: 1200px;
	height: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.parameter span {
	width: 400px;
	line-height: 50px;
	font-size: 16px;
	color: #000;
}

.parameter li span {
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #f5f5f5;
}

.parameter,
.realm {
	display: none;
}

.parameter table {
	width: 100%;
	border: 1px solid #ddd;
}

.parameter table thead {
	height: 50px;
	background-color: #f5f5f5;

}

.parameter table thead th {
	font-size: 18px;
	font-weight: 100;
	letter-spacing: 4px;
	border-right: 1px solid #eee;
}

.parameter table tr td {
	height: 50px;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	font-size: 16px;
}

/* .parameter table tr td:last-child{
    border-right: none;
} */

/* .parameter table tr:last-child td {
    border: none;
} */


.contact {
	padding: 70px 0 60px;
	color: #000;
	letter-spacing: 3px;
	background-color: #F5F5F5;
}

.contact strong {
	display: block;
	font-size: 36px;
	margin-bottom: 35px;
	font-weight: 500;
}

.contact p {
	font-size: 24px;
}

.contact a {
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	background-color: #EB6120;
	margin: 50px auto 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.contact a:hover {
	background-color: #000;
}


/* 手机端 */
/* 产品图片 */

.slider-container-wap {
	height: 250px;
	background-color: #f5f5f5;
}

/* 卡片选择 */
.tabs-box {
	width: 95%;
	margin: 0 auto;
	position: relative;
	top: 20px;

}

#pane-second >div> p > img {
    width: 100% !important;  /* 固定宽度 */
    height: auto !important;  /* 高度自适应 */
    display: block !important;
    object-fit: contain !important;  /* 保持图片完整显示 */
}





table {
	width: 100%;
	border-collapse: collapse;
	font-family: Arial, sans-serif;
	margin: 20px 0;
	border: 1px solid #e0e0e0;
}

.firstRow-wap th {
	background-color: #f5f5f5;
	/* 灰色表头背景 */
	color: #333;
	font-weight: bold;
	padding: 12px 8px;
	border: 1px solid #ddd;
	text-align: center;
	vertical-align: middle;
	word-break: break-all;
}

tbody td {
	padding: 10px 8px;
	border: 1px solid #ddd;
	text-align: center;
	vertical-align: middle;
	word-break: break-all;
	
}

tbody tr:nth-child(even) {
	background-color: #f9f9f9;
}

tbody tr:hover {
	background-color: #f1f1f1;
}

.firstRow-wap {}

.tabs-text-box {
	margin: 20px 0px;
}

.tabs-item {
	margin: 10px 0px;
}

.tabs-img-box {
	width: 95%;
	position: relative;
	top: 20px;
	height: 100px;
}

.tabs-img {
	width: 100%;
	height: 100%;

}

.product-sale{
	margin-top: 20px;
	background-color: #F5F5F5;
}
.slide-image-wap{
	  width: 100%; 
	  height: 100%;
	   object-fit: cover
}

table {
  border-collapse: separate; /* 必须设置 */
  border-spacing: 0 4px;    /* 上下间距 10px，左右 0 */
}

<!-- .firstRow tr {
  margin: 0; /* 确保无冲突 */
} -->