@media only screen and (max-width: 600px) {
	.floatNone{
		float: none;
	}
	
	.phoneArea1{
		width:100%
	}
	
	.phoneArea2{
		width: 90%;
	}
	
	.slideBox .bd li .word {
		height: 20%;
	}
	
	.slideBox .bd li .pic a img {
		width: 100%;
		height: 100%;
	}
	
	.slideBox .bd li .word a {
		font-size: 16px;
		line-height: 1.107142rem;
		margin-top: 0.714285rem;
		text-align: center;
		text-indent: 0;
		overflow: hidden;
		white-space:nowrap; 
		text-overflow:ellipsis;
	}
	
	.slideBox .bd li .word p {
		font-size: 16px;
		line-height: 0.892857rem;
		margin-top: 0.535714rem;
		overflow: hidden;
		white-space: nowrap;
		width: 95%;
	}
	
	.slideBox .hd ul li {
		width: 0.607142rem;
		height: 0.178571rem;
		border-radius: 0.107142rem;
		margin-left: 0.535714rem;
	}
	
	.slideBox {
		width: 100%;
		height: 15.071428rem;
	}
	
	.fotPhone{
		font-size: 16px;
		line-height: 29px;
		text-align: justify !important;
		text-indent: 0 !important;
		color: #414141;
	}
	
	.maTop20{
		margin-top: 0.714285rem;
	}
	
	.titlePhone{
		text-align: center;
	}
	
	.titlePhone img{
		width: 60%;
		margin-bottom: 0.714285rem;
	}
	
	.PCBox{
		display: none;
	}
}