.carousel-fade .carousel-inner .item {
	opacity: 1;
	transition: opacity 0s ease-in-out !important;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
	position: relative;
}

.carousel .item img {
	width: 100%;
	height: auto;
}

.carousel-control {
	display: none;
}

/* 多个进度条容器 */
.multi-progress-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: -37px;
}

.progress-item {
	width: 100px;
	height: 5px;
	background-color: #1d2081;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}

.progress-fill {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0%;
	background-color: #ca0264;
}

/* 轮播容器适应高度 */
.carousel,
.carousel-inner,
.carousel .item {
	height: auto;
}

.col-5ths {
	width: 20%;
	float: left;
	padding: 15px;
	box-sizing: border-box;
	border-left: 1px dotted #ccc;
	cursor: pointer;
	text-align: center;
	transition: background 0.3s, color 0.3s;
}

.col-5ths.active {
	background-color: #ca0264;
	color: #ffffff;
}

/* 第五个同时加右边框 */
.col-5ths:nth-child(5) {
	border-right: 2px dotted #ccc;
}

/* 中屏及以下，改为顶部边框，去掉左右边框 */
@media (max-width: 768px) {
	.col-5ths {
		width: 50%;
		border-left: none;
		border-right: none;
		border-top: 2px dotted #ccc;
	}

	/* 保证第五项不多出边框 */
	.col-5ths:nth-child(5) {
		border-right: none;
	}
}

/* 小屏，单列显示，边框样式同中屏，可调整 */
@media (max-width: 480px) {
	.col-5ths {
		width: 100%;
		border-left: none;
		border-right: none;
		border-top: 2px dotted #ccc;
	}
}

.es-mg-tp-bt-3 {
	margin-top: 3%;
	margin-bottom: 3%;
}

.section-content {
	display: none;
	opacity: 0;
	transition: opacity 0.6s ease;

	overflow: hidden;
}

.section-content.active {
	display: block;
	opacity: 1;
	
	overflow: hidden;
}
@media (min-width: 768px) {
  .section-content,
  .section-content.active {
    max-height: 426px !important;
  }
}

/* 移动端（宽度 < 768px）：高度自适应 */
@media (max-width: 767px) {
  .section-content,
  .section-content.active {
    max-height: none !important; /* 自动高度 */
  }
}

.left-text {
	margin-bottom: 20px;
}

.left-text h3 {
	font-weight: bold;
	text-transform: uppercase;
}

.btn-magenta {
	background-color: #ca0264;
	color: white;
	border: none;
	padding: 8px 20px;
	border-radius: 22px !important;
	margin-top: 20px;
}

.product-img {
	width: 100%;
	height: auto;
	background-color: #fff;
	transition: transform 0.4s ease;
}

/* 仅在桌面端启用放大效果 */

@media (min-width: 769px) {
	.product-img:hover {
		z-index: 2;
		position: relative;
	}

}

.right-grid .row {
	margin-bottom: 9px;
}

.main-product {
	position: relative;
}

.sheetleft-text {
	position: absolute;
	top: 0px;
	/* 距离顶部的距离，可根据需要调整 */
	left: 15px;
	/* 距离左侧的距离，可根据需要调整 */
	color: #000000;
	/* 可选：半透明背景增强可读性 */
	font-weight: bold !important;
	padding: 15px;
	border-radius: 8px;
	max-width: 90%;
	text-transform: uppercase;
}

.sheetleft-text>h3 {
	font-weight: bold !important;
}

.sheetleft-button {
	position: absolute;
	bottom: 0px;
	/* 距离顶部的距离，可根据需要调整 */
	left: 15px;
	/* 距离左侧的距离，可根据需要调整 */
	color: #ffffff;
	/* 可选：半透明背景增强可读性 */
	padding: 15px;
	border-radius: 22px;
	max-width: 90%;
	text-transform: uppercase;
}


/***********************************/
.esvideo>h2{
	text-transform: uppercase;
	font-weight: bold;
}
.esindexvideo{
	background-image: url(../img/index/index-vd-bg.jpg);
	background-size: 100%;
}
.esindexvideo>h3{
	text-transform: uppercase;
	color: white;
	text-align: center;
	
}
.es-pd-lr10{
	padding-left: 10%;
	padding-right: 10%;
}
.es-pd-b10{
	padding-bottom: 10%;
	
}
.escol-5ths {
	width: 20%;
	float: left;
	padding: 1px;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
}
.esvideo-con{
	border: #000000 2px solid;
	padding: 2% 3%;
}
.esvideo-con a{
	font-size: 1.6rem;
	color: #000000;
	text-decoration: none;
}
.esvideo-con:hover{
	border: #CA0264 2px solid;
	background-color: #CA0264;
	padding: 2% 3%;
	
}
.esvideo-con a:hover,.esvideo-con:hover a{
	font-size: 1rem;
	color: #ffffff;
	text-decoration: none;
}
.esvideo-liu{
	background-color: #CA0264;
	padding: 2% 3%;
}
.esvideo-liu a{
	font-size: 36px;
	color: #ffffff;
	text-decoration: none;
}
.esvideo-liu-img{
	margin-top: 10%;
}

/****************************************************/
    .esindexabout {
      background: url(../img/index/esindexabout-bg.jpg);
	  background-size: cover;
      color: #fff;
      padding: 6% 0%;
	  margin-top: 3%;
	  background-position: center;
	  background-repeat: no-repeat;
	  overflow-x: hidden;
    }

    .image-container {
      position: relative;
      text-align: center;
    }
    .image-container img {
      width: 100%;
      max-width: 500px;
    }
   
	.esindexabout-p{
		font-size: 25px;
		line-height: 1.5;
	}
	/***********************************************************/
	.testimonial-section {
		padding: 60px 0;
		text-align: center;
		position: relative;
	}
	
	.testimonial-section h2 {
		font-weight: bold;
		margin-bottom: 30px;
	}
	
	.carousel-container {
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		padding: 0 30px;
		max-width: 100%;
	}
	
	.testimonial-wrapper {
		display: flex;
		transition: transform 0.5s ease;
		gap: 20px;
	}
	
	.testimonial {
		background: #1c1c1c;
		color: white;
		border-radius: 10px;
		padding: 20px;
		box-sizing: border-box;
		flex: 0 0 auto;
		width: 100%;
		text-align: left;
	}
	
	.testimonial .user-info {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}
	
	.testimonial .user-info img {
		border-radius: 50%;
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}
	
	.testimonial .name {
		font-weight: bold;
	}
	.testimonial p {
		text-align: left;
		display: -webkit-box;
  -webkit-line-clamp: 4;       /* 限制最多显示4行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
	}
	.testimonial .date {
		font-size: 12px;
		color: #ccc;
	}
	
	.testimonial .stars {
		color: gold;
		margin: 5px 0;
	}
	
	.arrow-btn {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		font-size: 24px;
		color: white;
		background: rgba(0, 0, 0, 0.6);
		border: none;
		z-index: 10;
		padding: 10px;
		cursor: pointer;
		border-radius: 50%;
	}
	
	.arrow-left {
		left: 10px;
	}
	
	.arrow-right {
		right: 10px;
	}
	
	@media (min-width: 992px) {
		.carousel-container {
			max-width: 1100px;
		}
	
		.testimonial {
			width: calc((100% - 60px) / 4);
			/* 4卡片 + 3x20px 间隔 */
		}
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		.carousel-container {
			max-width: 600px;
		}
	
		.testimonial {
			width: calc((100% - 20px) / 2);
			/* 2卡片 + 1x20px 间隔 */
		}
	}
	
	@media (max-width: 767px) {
		.carousel-container {
			max-width: 100%;
		}
	
		.testimonial {
			width: 100%;
		}
	
		.arrow-btn {
			display: none;
		}
	}
	
	
/***********************************************************/
.testimonial-section {
	padding: 60px 0;
	text-align: center;
	position: relative;
}

.testimonial-section h2 {
	font-weight: bold;
	margin-bottom: 30px;
}

.carousel-container {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding: 0 30px;
	max-width: 100%;
}

.testimonial-wrapper {
	display: flex;
	transition: transform 0.5s ease;
	gap: 20px;
}

.testimonial {
	background: #1c1c1c;
	color: white;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	flex: 0 0 auto;
	width: 100%;
	text-align: left;
}

.testimonial .user-info {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.testimonial .user-info img {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.testimonial .name {
	font-weight: bold;
}

.testimonial .date {
	font-size: 12px;
	color: #ccc;
}

.testimonial .stars {
	color: gold;
	margin: 5px 0;
}

.arrow-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	color: white;
	background: rgba(0, 0, 0, 0.6);
	border: none;
	z-index: 10;
	padding: 10px;
	cursor: pointer;
	border-radius: 50%;
}

.arrow-left {
	left: 10px;
}

.arrow-right {
	right: 10px;
}

@media (min-width: 992px) {
	.carousel-container {
		max-width: 1100px;
	}

	.testimonial {
		width: calc((100% - 60px) / 4);
		/* 4卡片 + 3x20px 间隔 */
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.carousel-container {
		max-width: 600px;
	}

	.testimonial {
		width: calc((100% - 20px) / 2);
		/* 2卡片 + 1x20px 间隔 */
	}
}

@media (max-width: 767px) {
	.carousel-container {
		max-width: 100%;
	}

	.testimonial {
		width: 100%;
	}

	.arrow-btn {
		display: none;
	}
}

.es-pd-tp3 {
	padding-top: 3%;
	padding-bottom: 3%;
}
	

/*************************板材内容***************************/

.fa-thin, .fa-circle-chevron-right,.fa-circle-chevron-left{
    font-family:'FontAwesome';
    color: #ffffff;
    font-size: 16px;
}

.thumbnail-gallery {
	margin-top: 20px;
}

.main-image img {
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
	transition: opacity 0.3s ease;
}

.thumbnails img {
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
	cursor: pointer;
	transition: border-color 0.3s ease;
}

.thumbnails img:hover {
	border-color: #337ab7;
}

.description {
	padding: 20px;
}

.social-media {
	margin-top: 20px;
}

.social-media a {
	margin-right: 10px;
	color: #333;
	font-size: 24px;
}

.social-media a:hover {
	color: #337ab7;
}

.btn-custom {
	margin-top: 20px;
	background-color: #ca0264;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	cursor: pointer;
}

.btn-custom:hover {
	background-color: #1d2081;
	color: #ffffff !important;
}
.btn-primary {
    color: #fff;
    background-color: #ca0264 !important;
    border-color: #ca0264 !important;
}
/* 自定义样式 */
.image-box {
	position: relative;
	width: 100%;
	height: 330px;
	/* 设置图片高度 */
	background-size: cover;
	background-position: center;
	overflow: hidden;
	margin-bottom: 20px;
	/* 列间距 */
}

.image-box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	/* 默认透明 */
	transition: background-color 0.3s ease;
}

.image-box .content {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: black;
	/* 默认标题颜色为黑色 */
	z-index: 2;
	transition: all 0.3s ease;
}

.image-box .content h3 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}

.image-box .content p {
	display: none;
	/* 默认隐藏段落 */
	margin: 10px 0 0;
	font-size: 14px;
	color: white;
	/* 描述文字颜色为白色 */
}

/* 鼠标悬浮效果 */
.image-box:hover .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	/* 50% 黑色遮罩 */
}

.image-box:hover .content {
	top: 9%;
	/* 居中 */
	left: 00%;
	/*transform: translate(-50%, 50%);*/
	/* 精确居中 */
	text-align: center;
	/* 文字居中 */
	color: white;
	/* 悬浮后标题颜色为白色 */
	padding: 0 6%;
}

.image-box:hover .content p {
	display: block;
	/* 显示段落 */
}

/* 手机端样式 */
@media (max-width: 767px) {
	.image-box {
		height: 150px;
		/* 手机端图片高度 */
	}

	.image-box .content h3 {
		font-size: 18px;
		/* 手机端标题字体大小 */
	}

	.image-box .content p {
		font-size: 12px;
		/* 手机端段落字体大小 */
	}
}

/* 自定义样式 */
.panel-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.panel-heading .arrow {
	transition: transform 0.3s ease;
	/* 箭头旋转动画 */
}

.panel-heading[aria-expanded="true"] .arrow {
	transform: rotate(90deg);
	/* 展开时箭头向下 */
}

.carousel-inner img {
	width: 100%;
	/* 图片宽度占满容器 */
	height: auto;
	/* 高度自适应 */
}

.carousel-caption {
	background-color: rgba(0, 0, 0, 0.5);
	/* 半透明背景 */
	padding: 10px;
	border-radius: 5px;
}

.carousel-caption h3 {
	margin-top: 0;
}

.carousel-caption p {
	margin-bottom: 0;
}

#rating-container {
	font-size: 24px;
	/* 调整整体大小 */
	display: flex;
	align-items: center;
	gap: 8px;
}

#rating i {
	color: gold;
	/* 设置星星颜色为金黄色 */
}

#rating-score {
	font-weight: bold;
	color: #333;
}

#total-reviews {
	color: gray;
	font-size: 18px;
}

table {
	border-collapse: separate;
	border-spacing: 10px;
	/* 单元格之间间距 */
	border: none !important;
}

.product-table,
.product-table tr td {

	border: none !important;
text-align: center;
}
.product-table tr{
    border: #ffffff solid 2px !important;
    text-align: center;
}
.product-table tr:first-child {
	font-weight: bold;
	text-decoration: underline 2px #1d2081;
}
.es-mg-top20{
    margin-top: 20px;
}
.product-table tbody tr:nth-child(3),
.product-table tbody tr:nth-child(4),
.product-table tbody tr:nth-child(5),
.product-table tbody tr:nth-child(6),
.product-table tbody tr:nth-child(7),
.product-table tbody tr:nth-child(8) {
	background: linear-gradient(to right, #ffffff 0%, #e2e9fc 50%, #ffffff 100%) !important;
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}

.es-bg {
	background-color: #ca0264;
}
.esshipin-liu {
    background-color: #CA0264;
    padding: 2% 3%;
}
.esshipin-liu a {
    font-size: 21px;
    color: #ffffff;
    text-decoration: none;
}
.es-bg-bai {
	background-color: white;
}

.es-pd-tb3 {
	padding-top: 1%;
	padding-bottom: 1%;
}

@media (min-width: 992px) {

	/* 1. 整行变为 flex 行 */
	.es-video-row {
		display: flex;
		align-items: stretch;
		/* 保证左右高度一致 */
	}

	/* 2. 左侧列也设为 flex 容器，子内容垂直居中 */
	.vcenter-wrapper {
		display: flex;
		align-items: center;
	}

	.vcenter-content {
		width: 100%;
	}
}

@media (max-width: 991px) {

	.es-video-row,
	.vcenter-wrapper {
		display: block;
	}
}

.esbed {
	background: url(/../../img/product/esbed-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.esxitong {
	background: url(/../../img/product/esxitong-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.eshead {
	background: url(/../../img/product/eshead-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.es-bg-blue {
	background: #1d2081;

}

.font-bai {
	color: #ffffff;
}

/* 模块一：切割样品 */
.esyangpin {
	background-image: url(/../../img/product/yangpin-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	color: white;
}
.esyangpin img{
    width:100%;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-left{
    font-family: 'Glyphicons Halflings';
    font-size:16px;
}
.swiper-container {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

.swiper-slide {
	background: none;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}



/* 模块二：行业应用 */
.custom-carousel {
	position: relative;
	color: #fff;
	overflow: hidden;
}

.carousel-slide {
	display: none;
	width: 100%;
	position: relative;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.carousel-slide.active {
	display: flex;
	opacity: 1;
}

.slide-image {
	flex: 1;
	padding: 15px;
}

.slide-image img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.slide-text {
	flex: 1;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.slide-text h3 {
	margin-top: 0;
	color: #FFD700;
}

/* 圆形控制按钮样式 */
.carousel-btn {
	position: absolute;
	bottom: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.2);
	border: 2px solid #fff;
	opacity: 0.8;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	cursor: pointer;
	z-index: 10;
}

.carousel-btn:hover {
	background-color: rgba(255, 255, 255, 0.4);
	opacity: 1;
}

.btn-prev {
	left: 50%;
	transform: translateX(-60px);
}

.btn-next {
	right: 50%;
	transform: translateX(60px);
}

/* 响应式调整 */
@media (max-width: 768px) {
	.carousel-slide.active {
		flex-direction: column;
	}

	.slide-text {
		text-align: center;
	}

	.carousel-btn {
		bottom: 10px;
		width: 30px;
		height: 30px;
	}

	.btn-prev {
		transform: translateX(-45px);
	}

	.btn-next {
		transform: translateX(45px);
	}
}

/* 模块三：产品推荐 */
.swiper-pagination-bullet{
    width: 100px !important;
    border-radius: 0 !important;
    height: 7px !important;
    
   
    opacity: 1;
}


.producto-section {
	max-width: 600px;
	margin: 40px auto;
	text-align: center;
}

.producto-section h2 {
	margin-bottom: 10px;
}

.carousel-inner {
	position: relative;
	height: auto;
	overflow: hidden;
}

.producto-viewport {
	white-space: nowrap;
	font-size: 0;
	/* 去掉间隙 */
	transition: transform 0.5s ease;
	will-change: transform;
}

.producto-item {
	display: inline-block;
	width: 33.3333%;
	padding: 0 5px;
	box-sizing: border-box;
	vertical-align: top;
	opacity: 0.5;
	filter: blur(1.5px);
	transition: all 0.5s ease;
}

.producto-item img {
	width: 100%;
	border-radius: 8px;
	display: block;
	transition: transform 0.5s ease;
}

/* 中间图片放大不模糊 */
.producto-item.center {
	opacity: 1;
	filter: none;
}

.producto-item.center img {
	transform: scale(1.2);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	border: 2px solid #007bff;
}

/* 左右箭头 */
.carousel-control.left,
.carousel-control.right {
	width: 40px;
	top: 50%;
	transform: translateY(-50%);
	color: #007bff;
	text-shadow: none;
	opacity: 0.8;
	font-size: 30px;
	background: none;
}

.carousel-control.left:hover,
.carousel-control.right:hover {
	opacity: 1;
	color: #0056b3;
}

/* 指示条 */
.carousel-indicators-line {
	margin-top: 20px;
	list-style: none;
	padding-left: 0;
	text-align: center;
}

.carousel-indicators-line li {
	display: inline-block;
	width: 30px;
	height: 4px;
	background: #ccc;
	margin: 0 6px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	border-radius: 2px;
}

.carousel-indicators-line li.active {
	background: #007bff;
}
.es-tuijian {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}
.swiper-slide-active{
    transform: scale(1.3) !important;
  transition: transform 0.3s ease;
}
.es-pd1{
    padding: 2%;
}
.es-pd-yangpin{
    padding: 2% 0;
    
}
.swiper-slide{
   cursor: pointer; 
}
.swiper-corte .swiper-slide-active {
    /* 让 active 状态没有任何特殊样式 */
    transform: none !important;
    z-index: auto !important;
}
.swiper-pagination-bullet {
    margin:0 0.5% ;
}

/********************产品列表***********************/
.sub-menu li a{
    color: #000000;
}
.sub-menu li a:hover{
    text-decoration: none;
}
.es-pro-title {
			    display: inline-block;
				padding: 15px 15px;
			}
			.line-with-dot {
			    position: relative;
			    height: 2px;
			    background-color: #ca0264;
			    width: 100%; /* 或 100% 让它自动适配标题宽度 */
			}
			
			.line-with-dot::after {
			    content: "";
			    position: absolute;
			    right: 0;
			    top: -3px; /* 圆圈半径的一半，8px / 2 = 4px */
			    transform: translateX(100%); /* 圆心对齐横线右端 */
			    width: 8px;
			    height: 8px;
			    border: 1px solid #ca0264;
			    border-radius: 50%;
			    background-color: transparent;
			}

			.es-pro-bghui{
				background-color: #f6f7f9;
				border-radius: 5px;
			}
			.es-pro-bghui a{
			    color:#000000;
			    text-decoration: none;
			}
			.es-pro-hengxian{
				border: 1px solid #e9eaec;
			}
			.es-pro-button{
				background-color: #ca0264;
				border-radius: 20px;
				color: #ffffff;
				border: none;
			}
			.es-pro-pd{
				padding-left: 4%;
				padding-right: 4%;
				padding-bottom: 4%;
			}