h2.title-h2 {
	font-size: 40px;
	color: #008CD6;
	padding-bottom: 60px;
}

.more {
	text-align: center;
}

.more a {
	padding: 10px 35px;
	border-radius: 50px;
	border: 2.5px solid #008cd6;
	width: auto;
	display: inline-block;
}

.more a span.icon-arrowRight {
	display: inline-block;
	color: #008cd6;
	font-size: 24px;
}

.more a:hover {
	background-color: #008CD6;
}

.more a:hover span.icon-arrowRight {
	color: #ffffff;
}

@media (max-width:1360px) {
	h2.title-h2 {
		font-size: 36px;
		padding-bottom: 50px;
	}
}

@media (max-width:1080px) {
	h2.title-h2 {
		font-size: 32px;
		padding-bottom: 40px;
	}
}

@media (max-width:768px) {
	h2.title-h2 {
		font-size: 28px;
		padding-bottom: 30px;
	}
}

@media (max-width:500px) {
	h2.title-h2 {
		font-size: 24px;
		padding-bottom: 20px;
	}
}

.banner-article {
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	height: 700px;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	padding-top: 120px;
	position: relative;
}
.banner-article:after{
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.25);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.banner-article .text {
	text-align: center;
	position: relative;
	z-index: 2;
}

.banner-article .text h2 {
	font-size: 48px;
	padding-bottom: 5px;
	line-height: 1.5;
}

.banner-article .text h6 {
	font-size: 20px;
}

.banner-article .text h2.white {
	color: white;
}

.banner-article .text h6.white {
	color: white;
}

.banner-article.banner-about {
	background-image: url(/wp-content/themes/zhongjia/images/banner-baout.jpg);
}

.banner-article.banner-development {
	background-image: url(/wp-content/themes/zhongjia/images/banner-development.jpg);
}

.banner-article.banner-partner {
	background-image: url(/wp-content/themes/zhongjia/images/banner-partner.jpg);
}

.banner-article.banner-honor {
	background-image: url(/wp-content/themes/zhongjia/images/banner-honor.jpg);
}

.banner-article.banner-equipment {
	background-image: url(/wp-content/themes/zhongjia/images/banner-equipment.jpg);
}

.banner-article.banner-testing {
	background-image: url(/wp-content/themes/zhongjia/images/banner-testing.jpg);
}

.banner-article.banner-product {
	background-image: url(/wp-content/themes/zhongjia/images/banner-product.jpg);
}

.banner-article.banner-new {
	background-image: url(/wp-content/themes/zhongjia/images/banner-new.jpg);
}

.banner-article.banner-contact {
	background-image: url(/wp-content/themes/zhongjia/images/banner-contact.jpg);
}

@media (max-width:1360px) {
	.banner-article {
		height: 600px;
	}
	.banner-article .text h2 {
		font-size: 40px;
	}
}

@media (max-width:1080px) {
	.banner-article {
		height: 500px;
		padding-top: 60px;
	}
	.banner-article .text h2 {
		font-size: 32px;
	}
}

@media (max-width:768px) {
	.banner-article {
		height: 400px;
	}
	.banner-article .text h2 {
		font-size: 28px;
	}
	.banner-article .text h6 {
		font-size: 18px;
	}
}

@media (max-width:500px) {
	.banner-article {
		height: 250px;
		padding-top: 50px;
	}
	.banner-article .text h2 {
		font-size: 24px;
		padding-bottom: 10px;
	}
	.banner-article .text h6 {
		font-size: 14px;
	}
}

.page {
	padding-top: 60px;
	text-align: center;
}

.screen-reader-text {
	display: none;
}

.page .nav-links {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	column-gap: 6px;
	text-align: center;
}

.page .nav-links * {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	height: 45px;
	min-width: 45px;
	border: 1px solid #dddddd;
}

.page .nav-links .current,
.page .nav-links *:hover {
	background-color: #008cd6;
	color: #ffffff;
}

@media (max-width:1360px) {
	.page {
		padding-top: 40px;
	}
}

@media (max-width:980px) {
	.page {
		padding-top: 20px;
	}
	.page .nav-links * {
		height: 40px;
		min-width: 40px;
	}
}

@media (max-width:768px) {
	.page {
		padding-top: 12px;
	}
	.page .nav-links * {
		height: 36px;
		min-width: 36px;
	}
}