body {
	background-color: #f8f8f8;
}

.our-introduce {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.our-introduce .lf {
	width: 38.25rem;
}

.our-introduce .lf .tit {
	font-family: D-DIN-PRO, D-DIN-PRO;
	font-weight: bold;
	font-size: 2.8rem;
	color: #121418;
	margin-bottom: 1rem;
	/* animation: slideInUp 1s forwards; */
}



.our-introduce .lf .line {
	width: 80px;
	height: 10px;
	border-top: 10px solid #143A94;
	margin-bottom: 2rem;
	/* animation: slideInUp 1.5s forwards; */
}

.our-introduce .lf .info {
	font-family: Arial, Arial;
	font-weight: 400;
	font-size: 16px;
	color: #121418;
	line-height: 22px;
	/* animation: slideInUp 2s forwards; */
}

.our-introduce .rt {
	width: 28rem;
	height: 15.75rem;
	overflow: hidden;
}

.our-introduce .rt:hover img {
	transform: scale(1.1);
}

.our-introduce .rt img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	transition: transform 0.5s ease;
	animation: fadeIn 2s forwards;
}


.our-story .lf {
	width: 34.7rem;

}

.our-story .lf .story-info {
	font-family: Arial, Arial;
	font-weight: 400;
	font-size: 16px;
	color: #121418;
	line-height: 22px;
	margin-bottom: 1rem;
	animation: slideInUp 0s forwards !important;
}
.our-story .lf  p{

	animation: slideInUp 0s forwards !important;
}
.our-story .lf .story-info:last-child {
	margin-bottom: 0;
}


.our-story .lf .story-info p {
	text-indent: 5px;
}

.our-story .rt {
	width: 33.35rem;
	height: 23.7rem;
}

@media (max-width: 1680px) {
	.our-introduce .lf .tit {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.our-introduce .lf .line {
		height: auto;
		margin-bottom: 20px;
		border-top: 6px solid #143A94;
	}
}

@media (max-width: 1460px) {
	.our-introduce .lf .tit {
		font-size: 28px;
	}
	
	.our-introduce .lf {
		width: 50.25rem;
	}

	.our-introduce .rt {
		width: 31rem;
		height: 17.75rem;
	}
	
	.our-story .lf {
	    width: 45.25rem;
	}

	.our-story .rt {
		width: 37rem;
		height: 26.75rem;
	}
	
}

@media (max-width: 1152px) {
	.our-introduce .lf .tit {
		font-size: 20px;
	}

	.our-introduce .rt {
		width: 37rem;
		height: 20.75rem;
	}
	
	.our-story .rt {
		width: 42rem;
		height: 29.75rem;
	}
	.our-introduce .lf .info{
		font-size: 14px;
	}
	.our-story .lf .story-info{
		font-size: 14px;
	}
	
}

@media (max-width: 900px) {
	.our-introduce {
		flex-wrap: wrap;
	}

	.our-introduce .lf,
	.our-introduce .rt {
		width: 100%;
	}

	.our-introduce .lf {
		margin-bottom: 20px;
	}

	.our-introduce .rt {
		height: auto;

	}

	.our-introduce .lf .info {
		font-family: Arial, Arial;
		font-weight: 400;
		font-size: 16px;
		color: #121418;
		line-height: 22px;
		animation: fadeIn 2s forwards;
	}

	.our-introduce .rt img {
		animation: fadeIn 2s forwards;
	}
}

@media (max-width: 500px) {
	.our-introduce .lf .tit {
		font-size: 20px;
	}

	.our-introduce .lf .info {
		font-size: 14px;
		line-height: 20px;
	}

	.our-introduce .lf .line {
		width: 60px;
		border-top: 4px solid #143A94;
	}
}