@charset "utf-8";
@media (max-width: 768px) {
	dl .pull-right, dl .pull-left, img.pull-left, img.pull-right {
		width: auto;
		float: none;
		margin: 0 15px;
	}

	/* banner */
	.ban-box > div {
		margin: 25px 15px 0 !important;
	}
	.ban-box > div > h2 {
		font-size: 24px;
		line-height: 1.5;
		margin: 0 20px;
	}
	.ban-box > div > p {
		height: auto;
		line-height: 1.5;
		font-size: 14px;
		margin: 10px 0 0	;
	}
	.ban-box > div > p br {
		display: none;
	}
	
	/* 介绍 */
	.bg-f9 dl dt {
		margin-bottom: 20px;
	}
	.content-tab {
		margin-top: 15px;
	}
	.content-tab, .content-tab p {
		font-size: 14px;
		line-height: 1.5;
		text-align: justify;
	}
	.content-tab div.mp-title .font-s36 {
		margin-top: 10px;
		text-align: center;
	}
	.content-tab h3.bold-false {
		font-size: 20px;
	}
	.content-tab p {
		margin-top: 10px;
	}
	.content-tab br {
		display: none;
	}
}