@charset "utf-8";
@media (max-width: 768px) {
	dl .pull-right, dl .pull-left {
		width: auto !important;
		float: none;
		margin: 0 15px;
	}

	/* banner */
	.ban-box > div > h1 {
		width: 75%;
		font-size: 22px;
		margin: 10px auto;
		line-height: 1.5;
	}
	.ban-box > div > p.d-hide {
		line-height: 1.5;
		margin: 10px 10px 0	;
		display: block;
	}
	.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;
	}

	.skill-det > dl > dt > div > h2 {
		font-size: 24px;
		margin-top: 0;
	}
	.skill-det > dl > dt > div > div {
		font-size: 14px;
		margin-top: 5px;
	}
	.skill-det > dl > dt > div > h4 {
		font-size: 20px;
		font-weight: bold;
	}
	.skill-det > dl > dt > div > p {
		margin-top: 10px;
		font-size: 14px !important;
		line-height: 1.5;
		text-align: justify;
	}
	.skill-det > dl > dt > div > p br:first-child {
		display: none;
	}
	.skill-det > dl > dd {
		height: auto !important;
		margin-top: 20px;
	}
	.bg-f9 .skill-det > dl > dd {
		margin-bottom: 20px;
	}
	.skill-det > dl > dd img {
		width: 100%;
	}

	/* 电话 */
	.tel-400 {
		min-height: 150px;
		padding-top: 50px;
		background-size: cover;
	}
	.tel-400 img {
		width: 50px;
	}
	.tel-400 strong {
		font-size: 22px;
	}
	.tel-400 p {
		font-size: 14px;
	}
}