.banner {
	width: 100%;
}
.banner img {
	display: block;
	width: 100%;
	height: 20.78vw;
}
/*主营业务导航路径*/
.box-plan {
    margin: 0 auto 4.64vw;
    font-size: 0.16rem;
}
.box-plan .nav-route {
	/*height: 0.78rem;*/
	/*line-height: 0.78rem;*/
	line-height: 0.48rem;
	color: #666;
}
.box-plan h2 {
	/*line-height: 0.68rem;*/
	line-height: 0.58rem;
	font-weight: bold;
	text-align: center;
	font-size: 0.24rem;
	/*color: #f00;*/
	color: #5282e5;
}

.box-plan .planImages-pc {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 3.33vw 0 8.65vw;
}
.box-plan .planImages-pc img {
	display: block;
	/*width: 18.33%;*/
	height: 11.46vw;
	transition: all 0.3s linear;
}
.box-plan .planImages-pc img:hover {
	transform: scale(1.1, 1.1);
}
.box-plan .planImages-mobile {
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin-top: 6.66vw;
}
.box-plan .planImages-mobile:last-child {
	margin-bottom: 17.3vw;
}
.box-plan .planImages-mobile img {
	display: block;
	height: 23vw;
	transition: all 0.3s linear;
}
.box-plan .planImages-mobile img:hover {
	transform: scale(1.1, 1.1);
}


@media screen and (min-width: 1024px) {
	.box-plan {
		width: 62.5%;
	}
	.box-plan .planImages-mobile {
		display: none;
	}
	.box-plan .content p {
		line-height: 0.32rem;
		/*font-size: 0.18rem;*/
		color: #525252;
	}
}
@media screen and (max-width: 1024px) {
	.box-plan {
		width: 80%;
	}
	.box-plan .planImages-pc {
		display: none;	
	}
	.box-plan .content p {
		line-height: 0.48rem;
		font-size: 0.18rem;
		color: #525252;
	}
}