@charset "utf-8";
@media (max-width: 768px) {
	dl .pull-right, dl .pull-left {
		float: none;
	}

	/* banner */
	.ban-box > .box-w {
		height: 100%;
	}
	.ban-box > div > h1 {
		font-size: 24px;
		line-height: 1.5;
		margin-top: 25px;
	}
	.ban-box > div > p.d-hide {
		margin: 10px 10px 0	;
		display: block;
	}
	.ban-box a.btn {
		height: 34px;
		line-height:  34px;
		font-size: 14px;
		font-weight: bold;
		padding: 0 14px;
		margin-top: 15px;
	}
	
	/* VS */
	.atom-vs {
		min-height: 1050px;
		margin-top: 25px;
	}
	.atom-vs > img.vs-img {
		width: 60px;
		top: 50%;
		margin-left: -30px;
		margin-top: -14px;
	}
	.atom-vs .vs-item {
		width: auto;
		padding: 15px 15px 30px;
	}
	.atom-vs .vs-item h3 {
		font-size: 20px;
	}
	.atom-vs .vs-item ul {
		margin-top: 15px;
	}
	.atom-vs .vs-item ul li {
		height: 140px;
		margin-bottom: 15px;
		padding: 10px 110px 0 10px;
	}
	.atom-vs .vs-item-atmom {
		padding-top: 40px;
		padding-bottom: 10px;
	}
	.atom-vs .vs-item-atmom ul li {
		padding-left: 110px;
		padding-right: 10px;
	}
	.atom-vs .vs-item ul li p {
		font-size: 14px;
		margin-top: 5px;
		line-height: 1.5;
		text-align: justify;
	}
	.atom-vs .vs-item ul li .item-sum {
		width: 100px;
		line-height: 140px;
	}

	/* 核心能力介绍 */
	.three-icon-ul {
		margin-top: 25px;
	}
	.three-icon-ul li {
		width: 44%;
		margin-left: 4%;
	}
	.three-icon-ul li a {
		width: 100%;
	}
	.three-icon-ul a img {
		width: 135px;
		margin: 0;
	}
	.three-icon-ul a h4 {
		font-size: 18px;
	}
	.three-icon-ul li:last-child {
		width: 92%;
		text-align: center;
		margin-top: 15px;
	}

	/* 介绍 */
	.skill-det > dl > dt {
		width: 92%;
		margin: 0 auto;
	}
	.skill-det > dl > dt > div > h4 {
		font-size: 24px;
		margin-top: 15px;
	}
	.skill-det > dl > dt > div > p {
		font-size: 14px;
		line-height: 1.5;
	}
	.skill-det > dl > dd {
		width: 350px;
		height: 245px;
		margin: 15px auto 0;
		background-size: 100% auto !important;
		background-repeat: no-repeat !important;
	}
	.skill-det > dl > dd  p {
		line-height: 28px;
	}
	.skill-det dl dd img {
		width: 95%;
	}
	.skill-det dl dd img.mr-px20 {
		width: 121px !important;
		margin-right: 15px;
	}

	/* 电话 */
	.tel-400 {
		min-height: 150px;
		padding-top: 50px;
		background-size: cover;
	}
	.tel-400 img {
		width: 50px;
		margin-right: 10px;
	}
	.tel-400 strong {
		font-size: 22px;
	}
	.tel-400 p {
		font-size: 14px;
	}
}