@media (max-width:991px) {
	.count-block { padding: 70px 0 30px; }
}
@font-face{
	font-family:hanyisz;
	src:url('../font/alishuzi.ttf');
}

.count-block .title h1 { color: #fff; }
.count-block .title h1 span { color: #4182bb; }
.count-block .title h1 span:before { background: #fff; }
.count-block .title p { color: #7cafdc; }
.count-block .title p a { text-decoration: underline; color: inherit; }
.count-block .title p a:hover { color: #fff; }
.count-block .count-item { overflow: hidden; margin: 0; padding: 0; list-style: none; }
.count-block .count-item li { display: inline-block; text-align: center; }
@media (max-width:991px) {
	.count-block .count-item li { margin-bottom: 4em; }
}
.count-block .count-item li span { display: block; height: 31px; }
.count-block .count-item li::before { display: block; width: 64px; height: 64px; margin: 0 auto; content: ''; text-align: center; background: url(../images/icon.png) no-repeat; background-position: -384px 0; }
.count-block .count-item li:nth-child(2)::before { background-position: -448px 0; }
.count-block .count-item li:nth-child(3)::before { background-position: -512px 0; }
.count-block .count-item li:nth-child(4)::before { background-position: -576px 0; }
.count-block .count-item li:nth-child(4) h2::after { display: none; }
.count-block .count-item li h2 {font-family: hanyisz; position: relative; }
/*.count-block .count-item li h2::after { font-size: 24px; position: absolute; top: 0; right: -20px; content: '+'; }*/
.count-block .count-item li h2, .count-block .count-item li h3 { font-size: 55px; font-weight: normal; display: inline-block; margin-top: 10px; margin-bottom: 25px; text-align: center; letter-spacing: 0; color: #fff; }
@media (max-width:480px) {
	.count-block .count-item li h2, .count-block .count-item li h3 { font-size: 40px; }
}
.count-block .count-item li h3 { font-size: 50px; margin: 0; }
@media (max-width:480px) {
	.count-block .count-item li h3 { font-size: 36px; }
}
.count-block .count-item li p { font-size: 17px; overflow: hidden; margin: 0; text-align: center; white-space: nowrap; text-overflow: ellipsis; color: #fff; }
.count-item li{width:19.2%;}


