body {
	background-color: #f8f8f8;
}

.our-introduce {
	width: 100%;
	background-color: #ffffff;
	padding-top: 5rem;
}

.our-introduce .info {
	position: relative;
	margin-bottom: 3.65rem;
}

.our-introduce .info div {
	width: 36.8rem;
	font-family: Arial, Arial;
	font-size: 16px;
	color: #121418;
	line-height: 28px;
	/* 	display: -webkit-box;
	-webkit-box-orient: vertical; 
	overflow: hidden; 
	-webkit-line-clamp: 4; */

}

.our-introduce .info div::first-letter{
	font-weight: bold;
	font-size: 24px;
}

.our-introduce .info img {
	width: 51.8rem;
	height: 18.1rem;
	position: absolute;
	top: 23px;
	right: 0;
}

.our-introduce .bg {
	width: 100%;
	height: 15rem;
	background-color: #143A94;
}

.partner .partner-box {
	display: flex;
	flex-wrap: wrap;

}

.partner .partner-box a {
	display: block;
	width: calc((100% - 60px) / 4);
	height: 12.1rem;
	margin-bottom: 20px;
	margin-right: 20px;
	background-color: #ffffff;

	overflow: hidden;
	cursor: default;
}


.partner .partner-box a:nth-child(4n) {
	margin-right: 0;
}

.partner .partner-box a img {
	max-width: 100%;
	height: auto;
	transition: transform 0.5s ease;
	object-fit: contain;
}


.partner .partner-box a:hover img {
	transform: scale(1.1);
}

@media (max-width: 1460px) {
	.our-introduce {
		padding-top: 40px;
	}

	.our-introduce .info div {
		width: 46.8rem;
	}

	.our-introduce .info {
		margin-bottom: 20px;
	}
}

@media (max-width: 1152px) {
	.our-introduce .info div {
		width: 53.8rem;
		font-family: Arial, Arial;
		font-size: 14px;
		color: #121418;
		line-height: 22px;
	}
	
}


@media (max-width: 750px) {
	.our-introduce {
		padding: 20px 0;
	}
	
	.our-introduce .info{
		margin-bottom: 0;
	}

	.our-introduce .bg{
		display: none;
	}

	.partner .partner-box {
		justify-content: space-between;
	}

	.partner .partner-box a {
		width: calc((100% - 20px) / 2);
		height: 33.1rem;
		margin-right: 0;
	}

	.our-introduce .info div {
		width: 100%;
	}

	.our-introduce .info img {
		display: none;
	}
	
	.our-introduce .info div::first-letter{
	font-size: 22px;	
	}
}