

/* 工厂展示 */
.factory-show-banner {
	overflow: hidden;
	height: 440px;
}
.factory-show-module {
padding:40px 0;
}
.factory-show-module .factory-module-title {
	font-size: 34px;
	color: #262626;
	text-align: center;
}
.factory-show-module .module-title-des {
	font-size: 16px;
	color: #000000;
	text-align: center;
	margin-top: 8px;
	line-height: 1.7;
}

.factory-office-container{ height: 965px; }
.factory-office-container .factory-office-body{ padding: 70px 0;}
.factory-office-container .factory-office-body .title{ position: relative; text-align: center; margin-bottom: 25px;}
.factory-office-container .factory-office-body .title h3{ position: relative; z-index: 2; font-size: 42px; font-weight: bold;}
.factory-office-container .factory-office-body .title em{ position: absolute; top: -50px; left: 0; right: 0; margin: auto; font-size: 72px; color: #f5f5f5; font-weight: bold;}
.factory-office-container .factory-office-body .title p{ font-size: 12px; color: #d6d6d6; margin-top: 10px;}
	.factory-office-container .factory-office-body .title i {
		display: block;
		width: 81px;
		height: 7px;
		margin: 0 auto;
		margin-top: 2px;
		border-radius: 10px;
		background-color: #323bff;
	}
.factory-office-container .factory-office-body .box{ }
.factory-office-container .factory-office-body .box .item{ overflow: hidden; float: left; border-radius: 12px; margin-bottom: 24px; transition:all 0.3s;}
.factory-office-container .factory-office-body .box .item img{ transition:all 0.3s;}
.factory-office-container .factory-office-body .box .item img:hover{ transform: scale(1.03);}
.factory-office-container .factory-office-body .box .item.imgBig{ position: relative; width: 829px; height: 550px; margin-right: 24px;}
.factory-office-container .factory-office-body .box .item.imgBig .name{ position: absolute; height: 78px; left: 0; right: 0; bottom: 0; line-height: 78px; padding: 0 30px; background-image: linear-gradient(to right, #56575b, #666769);}
.factory-office-container .factory-office-body .box .item.imgBig .name em{ display: inline-block; font-size: 24px; color: #fff;}
	.factory-office-container .factory-office-body .box .item.imgBig .name .more {
		float: right;
		width: 155px;
		height: 44px;
		line-height: 44px;
		font-size: 16px;
		font-weight: bold;
		margin: 15px 0 0 0;
		color: #fff;
		border-radius: 40px;
		background-image: linear-gradient(to right, #323bff, #5283e5);
	}
.factory-office-container .factory-office-body .box .item.imgBig .name .more i{ display: inline-block; vertical-align: middle; margin: 0 15px 0 10px; width: 31px; height: 31px; background: url(/images/factory-show-arrow@bg.png);}
		.factory-office-container .factory-office-body .box .item.imgBig .name .more:hover {
			background-image: linear-gradient(to right, #323bff, #323bff);
		}


.factory-show-container { background-color: #f5f5f5;}
	.factory-show-container .factory-module-title {
		font-size: 34px;
		color: #262626;
		text-align: center;
	}
	.factory-show-container .module-title-des {
		font-size: 16px;
		color: #000000;
		text-align: center;
		margin-top: 8px;
		line-height: 1.7;
	}
	.factory-show-container .factory-show-body {
		position: relative;
		padding: 40px 0 50px;
	}
	.factory-show-container .factory-show-body .factory-show-bg {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		z-index: 2;
		height: 680px;
		background-repeat: repeat-y;
		background-position: top center;
		background-attachment: fixed;
	}
.factory-show-container .factory-show-body .title{ position: relative; z-index: 2; text-align: center; margin-bottom: 20px;}
.factory-show-container .factory-show-body .title h3{ position: relative; z-index: 1; font-size: 42px; font-weight: bold;}
.factory-show-container .factory-show-body .title em{ position: absolute; top: -50px; left: 0; right: 0; margin: auto; font-size: 72px; color: #555; font-weight: bold; opacity: 0.6;}
.factory-show-container .factory-show-body .title p{ font-size: 12px; color: #5f5f5f; margin-top: 10px;}
	.factory-show-container .factory-show-body .title i {
		display: block;
		width: 81px;
		height: 7px;
		margin: 0 auto;
		margin-top: 5px;
		border-radius: 10px;
		background-color: #323bff;
	}
.factory-show-container .box{ position: relative; z-index: 3;}
.factory-show-container .box .item {overflow: hidden; padding: 20px 30px 15px 35px; background-color: #fff;  border-bottom: 1px solid #f2f2f2;}
.factory-show-container .box .item .side {width: 315px; margin-right: 12px;}
.factory-show-container .box .item .side .info {overflow: hidden;margin: 25px 0;}
.factory-show-container .box .item .side .info i {float: left;overflow: hidden;width: 58px;height: 58px;margin: 5px 10px 0 0;}
.factory-show-container .box .item .side .info i {width: 58px;}
.factory-show-container .box .item .side .info em {display: inline-block;}
.factory-show-container .box .item .side .info em .dt {font-size: 30px;}
.factory-show-container .box .item .side .info em .en {text-transform: uppercase;line-height: 1;}
.factory-show-container .box .item .list {width: 100%;padding: 25px 0 20px;}
.factory-show-container .box .item .list ul li {float: left;width:394px;text-align: center;}
	.factory-show-container .box .item .list ul {
		overflow: hidden;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
		.factory-show-container .box .item .list ul li:nth-child(n+4) {
		margin-top:30px;
		}
		.factory-show-container .box .item .list ul li .p-img {
			overflow: hidden;
			width: 100%;
			height: 280px;
			text-align: center;
			background-color: #999;
			border-top-left-radius: 6px;
			border-bottom-left-radius: 6px;
		}
	.factory-show-container .box .item .list ul li:nth-child(2n) .p-img {
		border-radius: 0;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
	}
		.factory-show-container .box .item .list ul li .p-img img {
			width: 100%;
		}
.factory-show-container .box .item .list ul li .p-name {margin-top: 8px;}

/*new2023-08-11*/
.factory-show-module .factory {
	padding: 30px 0 40px;
}
	.factory-show-module .factory .factory-l {
		height: 380px;
		width: 460px;
		background-color: #fff;
		box-sizing: border-box;
		padding: 30px;
	}
		.factory-show-module .factory .factory-l h3 {
			font-size: 24px;
			font-weight: 600;
			color: #3A3C40;
		}
		.factory-show-module .factory .factory-l p {
			font-size: 14px;
			color: #959BA6;
			line-height: 25px;
			margin-top: 12px;
			height: 250px;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 10;
			-webkit-box-orient: vertical;
		}
		.factory-show-module .factory .factory-l .see-more-div {
			text-align: right;
		}
			.factory-show-module .factory .factory-l .see-more-div a span {
				font-size: 12px;
				color: #0081D2;
			}
			.factory-show-module .factory .factory-l .see-more-div a i {
				height: 14px;
				width: 14px;
				background-color: #323bff;
				color: #fff;
				text-align: center;
				line-height: 14px;
				font-size: 12px;
			}
	.factory-show-module .factory .factory-r {
		width: 800px;
		margin-left: 10px;
	}
.clr:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.factory-show-module .factory .factory-r .item {
	position: relative;
	cursor: pointer;
	margin-left: 10px;
	margin-bottom: 10px;
}
	.factory-show-module .factory .factory-r .item img {
		width: 380px;
		height: 185px;
	}
	.factory-show-module .factory .factory-r .item .opacity {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 1;
		overflow: hidden;
	}
		.factory-show-module .factory .factory-r .item .opacity .text-div {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: -185px;
			transition: bottom linear 0.2s;
		}
			.factory-show-module .factory .factory-r .item .opacity .text-div .text {
				position: absolute;
				bottom: 0;
				left: 0;
				right: 0;
				color: #fff;
				padding: 15px 20px;
			}
				.factory-show-module .factory .factory-r .item .opacity .text-div .text h3 {
					font-size: 16px;
					font-weight: 600;
					padding-bottom: 10px;
					white-space: nowrap;
					overflow: hidden;
					text-overflow: ellipsis;
				}
				.factory-show-module .factory .factory-r .item .opacity .text-div .text p {
					font-size: 12px;
					max-height: 130px;
					overflow: hidden;
				}
		.factory-show-module .factory .factory-r .item .opacity:hover {
			background-color: rgba(40, 40, 40, 0.8);
		}
			.factory-show-module .factory .factory-r .item .opacity:hover .text-div {
				bottom: 0;
			}
			/**/
.factory-show-module .machine-box .swiper-slide {
	/*width: 270px;
	position: relative;
	cursor: pointer;
	overflow: hidden;*/
}
.factory-show-module .machine-box .factory-text {
	width: 270px;
	height: 270px;
	display: flex;
	justify-content: center;
	color: #404751;
	line-height: 24px;
	padding: 40px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	transition: all .3s linear;
}
.factory-show-module .name {
	font-weight: 600;
	font-size: 18px;
	color: #158F3B;
}
.factory-show-module .machine-box {
	margin-top: 30px;
	margin-bottom: 20px;
}
.factory-show-module .machine-box .swiper-slide .name {
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 1;
	color: #fff;
}
.factory-show-module .machine-box .swiper-slide img {
	transition: all .3s;
}
.factory-show-module .machine-box .swiper-slide:hover .factory-text {
	top: 0;
	color: #fff;
	background: rgba(0,0,0,0.5);
}
.factory-show-module .machine-box .swiper-slide:hover .name {
	opacity: 0;
	visibility: hidden;
}
.factory-show-module .machine-box .swiper-slide:hover img {
	transform: scale(1.02);
}
.machine-box .swiper-button-next {
	background: url(/layui/css/modules/layer/default/icon-ext.png);
	background-position: 52px 50px;
}
.zhiliang-box {
margin-top:30px;
}
.zhiliang-box .swiper-slide {
	border: 1px solid #e5e5e5;
	padding: 10px 9px;
	background: #fff;
}
	.zhiliang-box .swiper-slide img {
		display: block;
		width: 100%;
	}