@media screen and (max-width: 749px) {
	.container {
		width: 100%;
		overflow: hidden;
	}

	img {
		width: 100%;
		height: auto;
	}
	
	.control {
		height: auto;
		padding-bottom: 30px;
	}

	.control_btn {
		width: 60%;
		height: auto;
	}

	.tag {
		width: 5%;
		height: auto;
	}

	article {
		width: 95%;
		height: auto;
		margin: 0 auto;
		padding-bottom: 15px;
		box-sizing: border-box;
	}

	article h2 {
		font-family: 'title_font';
		font-size: 28px;
		letter-spacing: 5px;
		color: #fff;
		text-align: center;
		line-height: 60px;
		box-sizing: border-box;
	}

	article p {
		font-family: '黑体';
		font-size: 22px;
		letter-spacing: 4px;
		color: #221815;
		text-indent: 2em;
		width: 100%;
		font-weight: bold;
		line-height: 1.8;
		padding: 0 15px;
		box-sizing: border-box;
	}

	p+p {
		margin-top: 0;
	}

	.text_1,
	.text_2,
	.text_3,
	.text_4,
	.text_5 {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding-bottom: 20px;
		background-position: 0 0;
		background-size: cover;
	}

	.text_1 article {
		height: auto;
		background: url(../img/text_1.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}

	.text_2 article {
		height: auto;
		background: url(../img/text_2.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}

	.text_3 article {
		height: auto;
		background: url(../img/text_3.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}

	.text_4 article {
		height: auto;
		background: url(../img/text_4.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}

	.text_5 article {
		height: auto;
		background: url(../img/text_5.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}

}