.manufacture .title {
	margin-bottom: .2rem;
	font-size: .256rem;
	color: var(--mainColor);
}
.manufacture .manufacture-content {
	margin-bottom: .5rem;
}
.manufacture .manufacture-content img {
	max-width: 100%;
}
.manufacture .production li {
	margin-right: .2rem;
	font-size: .16rem;
	width: .75rem; height: .36rem;
	text-align: center;
	line-height: .36rem;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #757474;
	position: relative;
}
.manufacture .production li:not(:last-child)::after {
	content: '';
	width: .23rem; height: 2px;
	background-color: #757474;
	position: absolute;
	left: 100%; top: 50%;
	transform: translateY(-50%);
}
.manufacture p {
	margin-bottom: .25rem;
	font-size: .16rem;
	color: #767575;
	line-height: 1.6;
}

.core-desc-n2 {
	margin-bottom: .5rem;
	color: var(--mainColor);
	font-size: .32rem;
	line-height: 1.5;
	letter-spacing: -1px;
}
.core .spaceBetweenParagraph {
	margin-bottom: .08rem;
	display: block;
}
.core .two-img {
	display: flex;
	justify-content: space-between;
}
.core .two-img .name {
	margin: .2rem 0 -.1rem;
	font-size: .208rem;
	line-height: 1;
	color: #717071;
	text-align: center;
	letter-spacing: 1px;
}
.core .justify {
	text-align: justify;
}
.core-justify-1 {
	text-align: justify;
	text-align-last: justify;
}
.manufacture .withoutImg {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
.top-nav ul	{
	justify-content: center;
}
.top-nav ul	a {
	padding: 0 .15rem;
}
.manufacture .title {
	margin-bottom: .15rem;
	font-size: .2rem;
}
.manufacture .production li {
	margin: 0 5% 10% 0;
	width: 30%;
	box-sizing: border-box;
	background-color: #fff;
	font-size: .18rem;
}
.manufacture .production li:nth-of-type(3n) {
	margin-right: 0;
}
.manufacture .production li:not(:last-child)::after {
	width: 20%;
}
.manufacture .production li:nth-of-type(3n)::after {
	width: 2px; height: 60%;
	left: 50%; top: 100%;
	transform: translateY(0);
}
.manufacture .production li:not(:last-child):nth-of-type(3n)::before {
	content: '';
	width: 243%; height: 2px;
	position: absolute;
	right: 50%; top: 100%;
	transform: translateY(.18rem);
	background-color: #757474;
}
/*不是第一个的其余3n-2项的before 4,7项*/
.manufacture .production li:not(:first-child):nth-of-type(3n-2)::before {
	content: '';
	position: absolute;
	width: 2px; height: 60%;
	background-color: #757474;
	left: 50%; bottom: 100%;
}
.manufacture .production li:last-child::after {
	content: unset;
}
.manufacture .manufacture-content {
	margin-bottom: .3rem;
}
.content .right-content .manufacture p {
	margin-bottom: .3rem;
	line-height: 1.4;
	font-size: .18rem;
	text-align: justify;
}
.content .right-content .manufacture p br {
	display: none;
}
.manufacture .manufacture-content img {
	height: 1.6rem;
	object-fit: cover;
	object-position: left;
}
.core-desc-n2 {
	padding-top: .8rem;
	margin-bottom: .3rem;
	font-size: .18rem;
}
.content .main {
	position: relative;
}
.content .left-series {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
}
.content .left-series ul {
	justify-content: center;
}
.content .left-series ul li.n3 {
	display: none;
}
.content .left-series ul li {
	margin-bottom: 0!important;
	padding: 0 .1rem;
	width: .8rem;
}
.content .left-series ul li a {
	font-size: .2rem;
}
.content .right-content {
	margin-top: 0;
}
.core .two-img .name {
	margin-top: .2rem;
	font-size: .18rem;
}










}
