@charset "utf-8";
@media (max-width: 768px) {
	.ml-8 {
		margin-left: 8px;
	}
	.ml--12 {
		margin-left: -12px;
	}
	.ml--20 {
		margin-left: -20px;
	}
	.pb-px100 {
		padding-bottom: 40px;
	}
	.mt-px100 {
		margin-top: 30px;
	}

	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 0 0 !important;
	}
	.ban-box > div > h2 {
		font-size: 20px;
		line-height: 1.5;
	}
	.ban-box > div > p {
		height: auto;
		line-height: 1.5;
		font-size: 13px;
		margin: 10px 15px 0;
		text-align: justify;
	}
	.ban-box > div > p br {
		display: none;
	}
	.ban-box a.btn {
		height: 34px;
		line-height:  34px;
		font-size: 14px;
		font-weight: bold;
		padding: 0 14px;
		margin-top: 15px;
	}
	
	/* 介绍 */
	.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 h3 {
		margin-top: 10px;
		font-size: 20px;
		text-align: center;
	}
	.content-tab h3.bold-false {
		font-size: 20px;
	}
	.content-tab p {
		margin-top: 10px;
	}
	.content-tab br {
		display: none;
	}
}