@charset "UTF-8";
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
}


/**********************/

.ztContainer {
	width: 1200px;
	margin: 0 auto;
}

.ztHeader {
	padding-top: 48px;
	padding-bottom: 55px;
	background: url("bgHeader.jpg") no-repeat top center;
	position: relative;
}

.ztHeader .logo {
	display: flex;
	align-items: center;
	width: 50%;
}

.ztHeader .logo img {
	width: auto;
	height: 77px;
	margin-right: 18px;
}

.ztHeader .logo span {
	font-size: 45px;
	font-weight: bold;
	color: #fff;
}

.ztHeader .headerTitle {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.headerNews {
	width: 1270px;

	margin: 144px auto 0 auto;
	padding: 35px 50px 75px 50px;
	background: url(bgHeaderNews.png) no-repeat center;
	background-size: 100% 100%;
}

.ztColumnName {
	display: flex;
	align-items: center;
}

.ztColumnName a {
	height: 56px;
	line-height: 56px;
	padding: 0 50px;
	background: url("bgColumnName.png") no-repeat center center;
	background-size: 100% 100%;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}

.headerNewsCon {
	padding: 0 10px;
}

.headerNewsCon .headerNewsLeft {
	float: left;
	width: 570px;
}

.ztColumnList {
	padding: 5px 20px 0 20px;
}

.ztColumnList ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ztColumnList ul li {
	line-height: 70px;
	border-bottom: 1px dashed #bbc3dc;
	width: 530PX;
}

.ztColumnList ul li .date {
	font-size: 21px;
	color: #999;
	float: right;
}

.ztColumnList ul li a {
	font-size: 21px;
	color: #333;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 72%;
}

.ztColumnList ul li a:hover {
	color: #046ffd;
}

.headerNewsCon .headerNewsRight {
	float: right;
	width: 570px;
}

.developmentCase {
	padding: 35px 0 30px 0;
	background: url("bgRhfz.jpg") no-repeat center;
	background-size: cover;
}

.plateName {
	display: flex;
	align-items: center;
	justify-content: center;
}

.plateName a {
	width: 503px;
	font-size: 45px;
	height: 140px;
	line-height: 140px;
	color: #046ffd;
	font-weight: bold;
	text-align: center;
	background: url("bgPlateName.png") no-repeat center;
}

.plateContent {
	margin-top: 30px;
}

.developmentCaseContent {
	padding: 50px 20px 88px 20px;
	background: url(bgRhfz.png) no-repeat center;
	background-size: 100% 100%;
}

.developmentCaseContent .caseContentSub {
	float: left;
	width: 50%;
	height: 370px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}

.caseContentSub .imgShow {
	width: 468px;
	height: 288px;
	border: 9px solid #fff;
	box-shadow: 0 2px 12px rgba(30, 91, 183, 0.5);
	overflow: hidden;
}

.caseContentSub .imgShow img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.35s ease-in-out;
}

.caseContentSub .imgShow a:hover img {
	transform: scale(1.1);
}

.caseContentSub .textShow {
	width: 468px;
	margin-top: 10px;
}

.caseContentSub .textShow p {
	font-size: 20px;
	color: #333;
	line-height: 36px;
}

.ztBottom {
	padding-top: 54px;
	padding-bottom: 74px;
	background: url("bgBottom.png") no-repeat bottom center;
}

.ztBottom .plateContent {
	margin-top: 50px;
}

.technologicalInnovation .plateContent ul {
	margin-left: -50px;
	margin-top: -40px;
}

.technologicalInnovation .plateContent ul li {
	float: left;
	width: 560px;
	height: 188px;
	margin-left: 50px;
	margin-top: 40px;
	background: #fff;
	padding: 20px;
	border: 1px solid #e3e3e3;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.technologicalInnovation .plateContent ul li .title {}

.technologicalInnovation .plateContent ul li .title a {
	display: inline;
	line-height: 36px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding-left: 16px;
	position: relative;
}

.technologicalInnovation .plateContent ul li .title a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
	width: 6px;
	height: 6px;
	background: #333;
	border-radius: 50%;
}

.technologicalInnovation .plateContent ul li .title a:hover {
	color: #046ffd;
}

.technologicalInnovation .plateContent ul li .title a:hover:before {
	background: #046ffd;
}

.technologicalInnovation .plateContent ul li .abstract {
	margin-top: 4px;
}

.technologicalInnovation .plateContent ul li .abstract p {
	font-size: 18px;
	line-height: 36px;
	color: #999;
}

.publicParticipation {
	margin-top: 50px;
}

.publicParticipationLeft {
	float: left;
	width: 575px;
}

.publicParticipationRight {
	float: right;
	width: 575px;
}

.ztHeader .headerTitle img:last-child {
	display: none;
}


/* 移动端样式 */

@media screen and (max-width: 769px) {
	.ztHeader {
		padding-top: 0.4rem;
	}
	.ztContainer,
	.headerNews {
		width: 96%;
	}
	.ztHeader .logo,
	.ztHeader .headerTitle img:last-child {
		display: block;
	}
	.ztHeader .logo img {
		margin: auto;
		display: block;
		width: 0.92rem;
		height: auto;
	}
	.ztHeader .logo span {
		display: block;
		text-align: center;
		font-size: 0.45rem;
		margin-top: 0.2rem;
	}
	.ztHeader .headerTitle {
		width: 90%;
		margin: 0 auto;
		margin-top: 0.55rem;
	}
	.ztHeader .headerTitle img:first-child {
		display: none;
	}
	.ztHeader .logo,
	.ztHeader .headerTitle img:last-child {
		width: 100%;
	}
	.headerNews {
		
		margin: 0.47rem auto 0 auto;
		width: 96%;
		padding: 0.3rem 0.44rem 1rem 0.44rem;
	}
	.headerNewsCon {
		padding: 0 0;
	}
	.headerNewsCon .headerNewsLeft {
		width: auto;
		float: none;
	}
	.headerNewsCon .headerNewsLeft .ztColumnName {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		justify-content: center;
	}
	.ztColumnName a {
		height: 0.66rem;
		line-height: 0.66rem;
		padding: 0 0.36rem;
		font-size: 0.36rem;
		font-weight: bold;
		color: #fff;
	}
	.ztColumnList {
		padding: 0 0 0 0;
	}
	.ztColumnList ul li {
		width: 100%;
		line-height: 0.7rem;
	}
	.ztColumnList ul li a {
		font-size: 0.3rem;
	}
	.ztColumnList ul li .date {
		font-size: 0.3rem;
	}
	.headerNewsCon .headerNewsRight {
		float: none;
		width: 100%;
		margin-top: 0.96rem;
	}
	.developmentCase {
		
		padding: 0.61rem 0 0.7rem 0;
	}
	.plateName a {
		width: 7.03rem;
		font-size: 0.45rem;
		height: 1.41rem;
		line-height: 1.41rem;
		background-size: 100% 100%;
	}
	.plateContent {
		margin-top: 0.4rem;
	}
	.developmentCaseContent {
		padding: 0.5rem 0.2rem 0.88rem 0.2rem;
	}
	.caseContentSub .imgShow {
		width: 3.09em;
		height: 2.15rem;
	}
	.caseContentSub .textShow {
		width: 3.09em;
		margin-top: 0.28rem;
	}
	.caseContentSub .textShow p {
		font-size: 0.3rem;
		line-height: 0.42rem;
	}
	.ztBottom {
		padding-top: 0.6rem;
		padding-bottom: 0.68rem;
	}
	.developmentCaseContent .caseContentSub {
		height: auto;
	}
	.ztBottom .plateContent {
		margin-top: 0.5rem;
	}
	.technologicalInnovation .plateContent ul {
		margin-left: 0;
		margin-top: 0;
	}
	.technologicalInnovation .plateContent ul li {
		float: none;
		width: 100%;
		height: auto;
		margin-left: 0;
		margin-top: 0.36rem;
		padding: 0.24rem;
	}
	.technologicalInnovation .plateContent ul li .title {
		line-height: 0.30rem;
	}
	.technologicalInnovation .plateContent ul li .title a {
		line-height: 0.2rem;
		font-size: 0.3rem;
		padding-left: 0.16rem;
	}
	.technologicalInnovation .plateContent ul li .abstract {
		margin-top: 0.25rem;
	}
	.technologicalInnovation .plateContent ul li .abstract p {
		font-size: 0.24rem;
		line-height: 0.36rem;
	}
	.publicParticipation {
		margin-top: 0.5rem;
	}
	.publicParticipationLeft {
		float: none;
		width: 100%;
	}
	.publicParticipationRight {
		float: none;
		width: 100%;
		margin-top: 0.39rem;
	}
	.ztColumnName {
		justify-content: center;
	}
}


/* 适老化样式 */

.jnpageold .ztHeader {
	padding-top: 40px;
}

.jnpageold .ztContainer,
.jnpageold .headerNews {
	width: 1200px;
	margin: 0 auto;
}

.jnpageold .ztHeader .logo,
.jnpageold .ztHeader .headerTitle img:last-child {
	display: block;
}

.jnpageold .ztHeader .logo img {
	margin: auto;
	display: block;
	width: 92px;
	height: auto;
}

.jnpageold .ztHeader .logo span {
	display: block;
	text-align: center;
	font-size: 45px;
	margin-top: 20px;
}

.jnpageold .ztHeader .headerTitle {
	width: 90%;
	margin: 0 auto;
	margin-top: 55px;
}

.jnpageold .ztHeader .headerTitle img:first-child {
	display: none;
}

.jnpageold .ztHeader .logo,
.jnpageold .ztHeader .headerTitle img:last-child {
	width: 100%;
}

.jnpageold .headerNews {
	
	margin: 47px auto 0 auto;
	width: 1200px;
	padding: 35px 69px 75px 69px;
}

.jnpageold .headerNewsCon {
	padding: 0 0;
}

.jnpageold .headerNewsCon .headerNewsLeft {
	width: auto;
	float: none;
}

.jnpageold .headerNewsCon .headerNewsLeft .ztColumnName {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
}

.jnpageold .ztColumnName {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
}

.jnpageold .ztColumnName a {
	height: 66px;
	line-height: 66px;
	padding: 0 36px;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}

.jnpageold .ztColumnList {
	padding: 0 0 0 0;
}

.jnpageold .ztColumnList ul li {
	line-height: 70px;
	width: 100%;
}

.jnpageold .ztColumnList ul li a {
	font-size: 30px;
}

.jnpageold .ztColumnList ul li .date {
	font-size: 30px;
}

.jnpageold .headerNewsCon .headerNewsRight {
	float: none;
	width: 100%;
	margin-top: 96px;
}

.jnpageold .developmentCase {
	
	padding: 61px 0 70px 0;
}

.jnpageold .plateName a {
	width: 703px;
	font-size: 45px;
	height: 141px;
	line-height: 141px;
	background-size: 100% 100%;
}

.jnpageold .plateContent {
	margin-top: 4px;
}

.jnpageold .developmentCaseContent {
	padding: 50px 20px 88px 20px;
}

.jnpageold .caseContentSub .imgShow {
	width: 470px;
	height: 270px;
}

.jnpageold .caseContentSub .textShow {
	width: 309px;
	margin-top: 28px;
}

.jnpageold .caseContentSub .textShow p {
	font-size: 30px;
	line-height: 42px;
}

.jnpageold .ztBottom {
	padding-top: 6px;
	padding-bottom: 68px;
}

.jnpageold .developmentCaseContent .caseContentSub {
	height: auto;
}

.jnpageold .ztBottom .plateContent {
	margin-top: 5px;
}

.jnpageold .technologicalInnovation .plateContent ul {
	margin-left: 0;
	margin-top: 0;
}

.jnpageold .technologicalInnovation .plateContent ul li {
	float: none;
	width: 100%;
	height: auto;
	margin-left: 0;
	margin-top: 36px;
	padding: 24px;
}

.jnpageold .technologicalInnovation .plateContent ul li .title {
	line-height: 30px;
}

.jnpageold .technologicalInnovation .plateContent ul li .title a {
	line-height: 20px;
	font-size: 30px;
	padding-left: 16px;
}

.jnpageold .technologicalInnovation .plateContent ul li .abstract {
	margin-top: 25px;
}

.jnpageold .technologicalInnovation .plateContent ul li .abstract p {
	font-size: 24px;
	line-height: 36px;
}

.jnpageold .publicParticipation {
	margin-top: 5px;
}

.jnpageold .publicParticipationLeft {
	float: none;
	width: 100%;
}

.jnpageold .publicParticipationRight {
	float: none;
	width: 100%;
	margin-top: 39px;
}