/* 杀灭原理 */
.theory-container {
	background-color: #F5F5F5;
}

.theory-content {
	max-width: 1200px;
	padding: 0 10px;
	margin: 0 auto;
}

.theory-content .introduce {
	color: #222222;
	text-align: center;
}

.theory-content .img {
	display: block;
	width: 100%;
	max-width: 100%;
}

@media screen and (max-width: 1023px) {
	.theory-content {
		padding: 40px 0 60px;
	}

	.theory-content .introduce {
		font-size: 18px;
		padding: 0 16px;
		margin-top: 40px;
	}
	
	.theory-content .img {
		margin-top: 20px;
	}
}

@media screen and (max-width: 500px) {
	.theory-content .introduce {
		font-size: 16px;
		margin-top: 30px;
	}
}

@media screen and (min-width: 1024px) {
	.theory-content {
		padding: 90px 0 96px;
	}

	.theory-content .introduce {
		font-size: 24px;
		padding: 0 26px;
		margin-top: 60px;
	}
	
	.theory-content .img {
		margin-top: 30px;
	}
}