@media screen and (max-height: 650px){
	.function-box .fun-list li .fun-icon{
		-webkit-transform: scale(0.8);
		-o-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}
	.function-box .fun-list li{
		margin-bottom: 1%;
	}
	.fun-list-box{
		margin-top: 1%;
	}
	.function-box .fun-list li h2{
		padding: 6px 0;
		margin-top: -10px;
	}
	.index-banner h2{
		padding-top: 4%;
	}
	.index-banner h1{
		font-size: 58px;
	}
}
@media screen and (max-height: 500px){
	.function-box .fun-list li .fun-icon{
		-webkit-transform: scale(0.6);
		-o-transform: scale(0.6);
		-moz-transform: scale(0.6);
		-ms-transform: scale(0.6);
		transform: scale(0.6);
	}
	.function-box .fun-list li h2{
		font-size: 24px;
		margin-top: -20px;
	}
}
@media screen and (min-width: 1600px){
	.fun-list-box{
		margin-top: 6%;
	}
}