.page-about{
	
}
.about-main{
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about-l{
	width: 40%;
}
.about-title{
	font-size: 25px;
	margin-bottom: 65px;
	line-height: 1.5;
}
.about-title span{
	color: #009d9e;
}
.about-r{
	width: 55%;
	line-height: 2;
	color: #666;
	margin-bottom: 20px;
}
.about-r p{
	/* margin-bottom: 20px; */
}
.about-ts{
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
}
.about-ts-item{
	padding-right: 40px;
}
.about-ts-font{
	display: flex;
	align-items: flex-start;
	margin-bottom: 3px;
}
.about-ts-big{
	font-size: 38px;
	color: #009d9e;
	line-height: 1;
	margin-right: 4px;
}
.about-ts-small{
	font-size: 13px;
	color: #009d9e;
}
.about-ts-name{
	font-size: 13px;
	color: #666;
}
.about-img img{
	border-radius: 10px;
	overflow: hidden;
	margin: 10px auto 30px auto;
}

/*企业文化*/
.about-culture-box{
	background: #f7f7f7;
	padding: 50px 0 50px 0;
}
.about-culture-title{
	font-size: 28px;
	margin-bottom: 20px;
}
.about-culture-main{
	display: flex;
	justify-content: space-between;
	height: 400px;
}
/* .about-culture-left{
	width: 65.7333333333%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.about-culture-left .g{
	display: flex;
	height: 47.5%;
	border-radius: 10px;
	overflow: hidden;
}
.about-culture-left .imgbox{
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.about-culture-left .imgbox img{
	transition: 0.5s;
	width: 100%;
}
.about-culture-left .text{
	width: 50%;
	position: relative;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 5%;
} */
.about-culture-main .text h4{
	font-size: 22px;
	line-height: 1;
	color: #009d9e;
	margin-bottom: 20px;
	font-weight: normal;
}
.about-culture-main .text p{
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.about-culture-right{
	width: 100%;
	height: 100%;
}
.about-culture-right .g{
	width: 23.45%;
	height: 100%;
	overflow: hidden;
	border-radius: 5px;
	display: inline-block;
	margin-right: 1.6%;
}
.about-culture-right .g:last-child{
	margin-right: 0;
}
.about-culture-right .imgbox{
	overflow: hidden;
	position: relative;
	height: 55%;
}
.about-culture-right .imgbox img{
	height: 100%;
	width: 100%;
	transition: 0.5s;
}
.about-culture-right .text{
	height: 40%;
	padding: 0 8%;
	position: relative;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.g:hover img{
	transform: scale(1.05);
}

/*精益生产*/
.about-factory-box{
	background: #fff;
	padding: 50px 0 70px 0;
}
.about-factory-title{
	font-size: 28px;
	margin-bottom: 25px;
}
.about-factory-main img{
	border-radius: 5px;
}


@media screen and (max-width:900px) {
	
	.page-about{
		
	}
	.about-main{
		padding-top: 0px;
		display: flex;
		justify-content: space-between;
	}
	.about-l{
		width: 100%;
	}
	.about-title{
		font-size: 14px;
		margin-bottom: 15px;
		line-height: 1.5;
	}
	.about-title span{
		color: #009d9e;
	}
	.about-r{
		width: 100%;
		line-height: 1.8;
		color: #666;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.about-r p{
		/* margin-bottom: 15px; */
	}
	.about-ts{
		display: flex;
		align-items: center;
		/* justify-content: space-between; */
	}
	.about-ts-item{
		padding-right: 40px;
	}
	.about-ts-font{
		display: flex;
		align-items: flex-start;
		margin-bottom: 0px;
	}
	.about-ts-big{
		font-size: 28px;
		color: #009d9e;
		line-height: 1;
		margin-right: 4px;
	}
	.about-ts-small{
		font-size: 12px;
		color: #009d9e;
	}
	.about-ts-name{
		font-size: 12px;
		color: #666;
	}
	.about-img{
		border-radius: 10px;
		overflow: hidden;
		margin: 10px auto 20px auto;
	}
	.about-img img{
		object-fit: cover;
		height: 180px;
	}
	
	/*企业文化*/
	.about-culture-box{
		background: #f7f7f7;
		padding: 30px 0 30px 0;
	}
	.about-culture-title{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.about-culture-main{
		display: flex;
		justify-content: space-between;
		height: auto;
		flex-flow: wrap;
		/* align-items: center;
		flex-direction: column; */
	}
	/* .about-culture-left{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		flex-flow: wrap;
	}
	.about-culture-left .g{
		display: flex;
		height: auto;
		border-radius: 10px;
		overflow: hidden;
		flex-flow: wrap;
		margin-bottom: 15px;
		width: 100%;
	}
	.about-culture-left .imgbox{
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
	}
	.about-culture-left .imgbox img{
		transition: 0.5s;
		width: 100%;
		object-fit: cover;
		height: 150px;
	}
	.about-culture-left .text{
		width: 100%;
		position: relative;
		background-color: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 25px 20px;
	} */
	.about-culture-main .text h4{
		font-size: 18px;
		line-height: 1;
		color: #009d9e;
		margin-bottom: 10px;
		font-weight: normal;
	}
	.about-culture-main .text p{
		font-size: 14px;
		line-height: 22px;
		color: #666;
	}
	.about-culture-right{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		flex-flow: wrap;
	}
	.about-culture-right .g{
		display: flex;
		height: auto;
		border-radius: 10px;
		overflow: hidden;
		flex-flow: wrap;
		margin-bottom: 15px;
		width: 100%;
	}
	.about-culture-right .imgbox{
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
	}
	.about-culture-right .imgbox img{
		transition: 0.5s;
		width: 100%;
		object-fit: cover;
		height: 150px;
	}
	.about-culture-right .text{
		width: 100%;
		position: relative;
		background-color: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 10px 20px 25px 20px;
	}
	.g:hover img{
		transform: scale(1.05);
	}
	
	/*精益生产*/
	.about-factory-box{
		background: #fff;
		padding: 30px 0 40px 0;
	}
	.about-factory-title{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.about-factory-main img{
		border-radius: 5px;
	}
	
	
	/* .about-culture-right{
		width: 100%;
		height: 100%;
	}
	.about-culture-right .g{
		width: 23.5%;
		height: 100%;
		overflow: hidden;
		border-radius: 5px;
		display: inline-block;
		margin-right: 1.6%;
	}
	.about-culture-right .g:last-child{
		margin-right: 0;
	}
	.about-culture-right .imgbox{
		overflow: hidden;
		position: relative;
		height: 50%;
	}
	.about-culture-right .imgbox img{
		height: 100%;
		width: 100%;
		transition: 0.5s;
	}
	.about-culture-right .text{
		height: 45%;
		padding: 0 12%;
		position: relative;
		background-color: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.g:hover img{
		transform: scale(1.05);
	} */
	
}



















