@charset "utf-8";
/* CSS Document */

.statistics-learn{
	width:100%;
	height:1060px;
	background:url(../images/statistics-learn/bg.jpg) top center no-repeat;
	margin-top:-551px;
	padding-top: 620px !important;
	}
.statistics-l-mid{
	width:100%;
	height:auto;
	}
.statistics-l-set{
	width:100%;
	height:auto;
	margin-bottom:20px;
	}
.statistics-l-set .icons{
	width:100%;
	height:auto;
	text-align:center;
	}
.statistics-l-set .num{
	width:100%;
	height:auto;
	font-family:'lineseed';
	font-size:60px;
	text-align:center;
	color:#fff;
	}
.statistics-l-set .text{
	width:100%;
	height:auto;
	font-family:'lineseed';
	font-size:24px;
	text-align: center !important;
	color:#fff;
	}
@media (max-width: 374px) { 
.statistics-learn {
    margin-top: -575px;
}
.statistics-l-set .num {
    font-size: 45px;
}
.statistics-l-set .text {
    font-size: 20px;
}
}
@media (min-width: 375px) and (max-width: 419px) {
.statistics-learn {
    margin-top: -575px;
}
}	
@media (min-width: 420px) and (max-width: 575px) { 
.statistics-learn {
    margin-top: -575px;
}
}