
.indextitlebox{height:130px;display:flex;flex-direction:row;justify-content:center;align-items:center}
.indextitle{ width:120px;height:50px; color:#1e1b1e; border-bottom:4px solid #c9a370; text-align:center; font-size:30px; font-weight:500; font-family:"微软雅黑"}
.more{ width:106px; height:28px; line-height:28px; border:1px solid #c9a370; text-align:center; color:#996600}
.more:link,.more:active,.more:visited,.more:hover { background:#bd9969; color:#FFFFFF}


.w333{ width:333px;}

.indexcpzx{width:100%; height:700px; background:#efefef; padding:30px 0;}

.indexcpzx ul{ width:1400px;margin:0 auto;}
.indexcpzx ul li{ float:left;display:inline; border-right:1px solid #1e1b1e; height:20px; padding:0 20px; margin:0px 0px 15px 0; width:175px; overflow:hidden ; text-align:center}



        
.canpinpicbox {
	width: 1400px;
	max-width: 100%;
    margin:0 auto;
	padding: 20px;
	position: relative;
	overflow: hidden;
}

.canpinpicbox::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;

}

.image-gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
}

.image-item {
	background-color: #3e3e3e;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.4s ease;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.image-item:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4);
	background-color: #c9a370;
}

.image-item img {
	width: 323px;
	height: 283px;
	object-fit: cover;
	display: block;
	transition: all 0.4s ease;
}

.image-item:hover img {
	transform: scale(1.05);
}

.image-caption {
	padding: 15px;
	text-align: center;
	color: white;
	font-weight: 600;
	font-size: 16px;
	transition: all 0.3s ease;
}

.image-item:hover .image-caption {
	color: #fff;
	background-color: #c9a370;
}

.footer {
	text-align: center;
	margin-top: 50px;
	color: #aaa;
	font-size: 0.9rem;
}



/* 图片加载动画 */
@keyframes fadeIn {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}

.image-item {
	animation: fadeIn 0.6s ease forwards;
	opacity: 0;
}

.image-item:nth-child(1) { animation-delay: 0.1s; }
.image-item:nth-child(2) { animation-delay: 0.2s; }
.image-item:nth-child(3) { animation-delay: 0.3s; }
.image-item:nth-child(4) { animation-delay: 0.4s; }



.rongyubox {
	width: 1400px;
	max-width: 100%;
	background: white;
	position: relative;
}

.features-container {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.feature-item {
	background-color: #f9f9f9;
	border-radius: 10px;
	padding: 50px 25px;
	flex: 1;
	text-align: center;
	transition: all 0.3s ease;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.feature-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.feature-img {

	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.feature-img img {
	max-width: 100%;
	max-height: 100%;
}

.feature-title {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin-bottom: 15px;
}

.feature-desc {
	font-size: 15px;
	color: #666;
	line-height: 1.5;
}





.xianjinbox {
	width: 100%;
	display: flex;
	height: 409px;
	overflow: hidden;
}

.left-block {
	width: 50%;
	height: 100%;
	background-image: url('../img/botbg2/1.jpg');
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}

.right-block {
	width: 50%;
	height: 100%;
	background-color: #c9a370;
	color: white;
	padding: 70px 80px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.content-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;

}

.product-title {
	font-size: 28px;
	font-weight: bold;
}

.product-description {
	font-size: 16px;
	line-height: 38px;
	text-align: justify;
}

.product-image {
	text-align:left;
}

.product-image img {
	max-width: 100%;
	max-height: 80px;
}




.newsbox {
	width: 100%;
	height: 800px;
	background-image: url('../img/botbg/newsbg.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;

}

.news-container {
	position: relative;
	width: 100%;
	height: 100%; margin-top:30px;
	
}

.newsxiaobox {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.8s ease;
}

.newsxiaobox.active {
	opacity: 1;
}

.news-content {
	position: relative;
	width: 90%;
	max-width: 1400px;
	height: 545px;
}

.news-image {
	position: absolute;
	width: 788px;
	height: 545px;
	left: calc(50% - 90px); /* 图片中线在容器中线位置再往左90像素 */
	z-index: 1;
}

.news-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.news-text {
	position: absolute;
	width: 535px;
	height: 443px;
	background-color: #c9a370;
	color: white;
	padding: 60px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	right: calc(50% - 40px); /* 文字区域右边距离中线40像素 */
	margin-top:50px;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	z-index: 2; /* 确保在图片上方 */
}

.news-title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
}

.news-date {
	font-size: 16px;
	margin-bottom: 20px;
	color: #f0f0f0;
}

.news-desc {
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
}

.dots-container {
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 15px;
	z-index: 3;
}

.dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.dot.active {
	background-color: white;
}
   
   
   
.image-container {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.4s ease;
}

.w333 {
	width: 333px;
	height: 530px;
	object-fit: cover;
	transition: all 0.5s ease;
	display: block;
}

/* 左上角标签 */
.success-label {
	position: absolute;
	top: 20px;
	left: 20px;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
	z-index: 3;
	transition: all 0.4s ease;
	line-height: 1.3;
}

/* 图片悬停效果 */
.image-container:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.image-container:hover .w333 {
	transform: scale(1.05);
}

.image-container:hover .success-label {
	opacity: 0;
}

/* 添加覆盖层效果 */
.image-container::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(201, 163, 112, 0.3);
	opacity: 0;
	transition: opacity 0.4s ease;
	border-radius: 8px;
}

.image-container:hover::after {
	opacity: 1;
}

/* 添加标题效果 */
.image-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 15px;
	text-align: center;
	transform: translateY(100%);
	transition: transform 0.4s ease;
	z-index: 2;
}

.image-container:hover .image-title {
	transform: translateY(0);
}     