@media only screen and (max-width: 600px) {
	.phoneBox{
		display: block;
	}
	.pcBox{
		display: none;
	}
	.floatNone{
		float: none; 
	}
	
	.ar1Phone{
		width: 90%;
	}
	.ar2Phone{
		width: 100%;
	}
	
	.maTop1{
		margin-top: 1rem;
	}
	
	.maTop2{
		margin-top: 0.5rem;
	}
	
	.box1{
		height: auto;
	}
	
	.box1 .swiper-slide1 p,
	.swiper-container3 p{
		font-size: 16px;
		height: auto;
		padding: 10px 0;
		color: #FFFFFF;
	}
	
	.box2{
		height: auto;
	}
	
	.box2 .a3{
		line-height: 20px;
		text-indent: 0;
		padding: 10px;
	}
	
	.box4{
		width: 100%;
		height: 12rem;
		margin-top: 1.2rem;
		margin-bottom: 0.5rem;
	}
	
	
	.box3{
		background-size: cover;
		padding: 0.5rem 0;
	}
	
	.swiper-container3{
		margin-top: 1.5rem;
	}
	
	.box5{
		height: 600px;
	}
}