.factory ,
.moulds{
	background-color: #FAFAFA;
}
.factory .box1 .box-c,
.moulds .box1 .box-c{
	display: flex;
	align-items: flex-start;
}
.factory .box1 .box-c .r,
.moulds .box1 .box-c .r{
	flex: 1;
	margin-left: 40px;
}
.moulds .box1 .box-c .r .navBox,
.factory .box1 .box-c .r .navBox{
	padding-top: 80px;
}
.moulds .box1 .box-c .r .navBox .list,
.factory .box1 .box-c .r .navBox .list{
	margin-top: 50px;
}
.leftNav{
	top: 160px;
	margin-top: 160px;
}
.factory .box1 .box-c .r .navBox .list{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 45px 20px;
}
.factory .box1 .box-c .r .navBox .list .pic{
	border-radius: 5px;
}
.factory .box1 .box-c .r .navBox .list .text{
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	margin-top: 10px;
	text-align: center;
}
.moulds .box1 .box-c .r .navBox .list{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 32px 20px;
}
.moulds .box1 .box-c .r .navBox .list .pic{
	display: block;
	width: 100%;
	border-radius: 5px;
}
.moulds .box1 .box-c .r .navBox .list li:hover .pic{
	box-shadow: 5px 9px 30px 0px rgba(23,72,150,0.15);
}
.moulds .box1 .box-c .r .navBox .list li .text{
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	margin-top: 25px;
	text-align: center;
	transition: all .6s;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.moulds .box1 .box-c .r .navBox .list li:hover .text{
	color: #174896;
	font-weight: bold;
}
.moulds .box1 .box-c .r .navBox .more{
	height: 36px;
	width: 86px;
	border-radius: 18px;
	border: 1px solid #DEDEDE;
	margin: 33px auto 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	padding: 0 14px;
	cursor: pointer;
	transition: all .6s;
}
.moulds .box1 .box-c .r .navBox .more:hover{
	background-color: #174896;
	color: #fff;
	border-color: #174896;
}
.moulds .box1 .box-c .r .navBox .more .iconfont{
	font-size: 12px;
	margin-left: 6px;
}
.contactBox{
	margin-top: 170px;
}
@media (max-width:1199px) {
	.factory .box1 .box-c .r, .moulds .box1 .box-c .r{
		flex: none;
		margin-left: 0;
		width: 100%;
	}
	.moulds .box1 .box-c .r .navBox, .factory .box1 .box-c .r .navBox{
		padding: 70px 0 0;
	}
	.contactBox{
		margin-top: 70px;
	}
	.moulds .box1 .box-c .r .navBox .list{
		margin-top: 45px;
	}
}
@media (max-width: 1024px) {
	.moulds .box1 .box-c .r .navBox, .factory .box1 .box-c .r .navBox{
		padding: 60px 0 0;
	}
	.factory .box1 .box-c .r .navBox .list{
		margin-top: 40px;
	}
	.contactBox{
		margin-top: 60px;
	}
	.moulds .box1 .box-c .r .navBox .list{
		grid-template-columns: repeat(3,1fr);
	}
	.moulds .box1 .box-c .r .navBox .list{
		margin-top: 40px;
	}
}
@media (max-width: 768px) {
	.moulds .box1 .box-c .r .navBox, .factory .box1 .box-c .r .navBox{
		padding: 50px 0 0;
	}
	.moulds .box1 .box-c .r .navBox .list,
	.factory .box1 .box-c .r .navBox .list{
		margin-top: 30px;
	}
	.factory .box1 .box-c .r .navBox .list{
		gap: 30px 20px;
	}
	.contactBox{
		margin-top: 50px;
	}
	.moulds .box1 .box-c .r .navBox .list{
		grid-template-columns: repeat(2,1fr);
	}
}
@media (max-width: 500px) {
	.factory .box1 .box-c .r .navBox .list .text{
		font-size: 16px;
	}
	.moulds .box1 .box-c .r .navBox, .factory .box1 .box-c .r .navBox{
		padding: 40px 0 0;
	}
	.moulds .box1 .box-c .r .navBox .list{
		margin-top: 25px;
	}
	.factory .box1 .box-c .r .navBox .list{
		margin-top: 25px;
		/* grid-template-columns: repeat(1,1fr); */
	}
	.contactBox{
		margin-top: 40px;
	}
}