.w1200 {
	width: 1200px;
	margin: 0 auto;
}

/* 当前位置开始 */
.current-position {
	line-height: 60px;
	font-size: 14px;
}

.current-position a {
	line-height: 60px;
	font-size: 14px;
}

.current-position>div {
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #e3e3e3;
}

/* 当前位置结束 */
.tit {
	text-align: center;
	font-size: 0px;
	padding: 20px 0px;
	border: none;
	margin-left: 0px;
	background: url(tit-bj.png) bottom no-repeat;
}

.tit h4 {
	font-size: 40px;
	font-weight: bold;
	margin-top: 30px;
	color: #477ab7;
	text-align: center;
}

.tit h4 a {
	color: #477ab7;
	text-decoration: none;
}

.tit em {
	width: 60px;
	height: 6px;
	background-color: #477ab7;
	display: inline-block;
	text-align: center;
	margin-top: 25px;
	border-radius: 5px;
}

.main {
	overflow: hidden;
	margin-top: 20px;
}
.xzzf_list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xzzf_list ul li{
	width: calc(100% / 5 - 20px);
	margin-bottom: 20px;
	float: left;
	text-align: center;
	height: 140px;
	border: 1px solid #e8e8e8;
	background: #f2f8ff;
	box-shadow: 0 4px 5px rgba(125,125,125,.1);
	border-radius: 6px;
	position: relative;
}
.xzzf_list ul li a{
	display: flex;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.xzzf_list ul li i{
	display: block;
	width: 60px;
	height: 60px;
}
.xzzf_list ul li:nth-child(1) i{
	background: url(xzzf_01.png) no-repeat center;
}
.xzzf_list ul li:nth-child(2) i{
	background: url(xzzf_02.png) no-repeat center;
}
.xzzf_list ul li:nth-child(3) i{
	background: url(xzzf_03.png) no-repeat center;
}
.xzzf_list ul li:nth-child(4) i{
	background: url(xzzf_04.png) no-repeat center;
}
.xzzf_list ul li:nth-child(5) i{
	background: url(xzzf_05.png) no-repeat center;
}
.xzzf_list ul li span{
	color: #666;
	font-weight: bold;
	display: block;
	margin-top: 10px;
	padding: 0px 10px;
}
.xzzf_list ul li:hover span{color:#1492ff;;}
.xzzf_list ul li::before,
.xzzf_list ul li::after,
.xzzf_list ul li a::before,
.xzzf_list ul li a::after{content: '';display: block;position: absolute;transition: all 0.3s;opacity: 0;z-index: 0;}
.xzzf_list ul li::before{border-top: 1px solid #1492ff;width: 0;left: 0px;top: 0;}
.xzzf_list ul li::after{border-left: 1px solid #1492ff;height: 0;left: 0;bottom: 0;}
.xzzf_list ul li a::before{border-bottom: 1px solid #1492ff;width: 0;right: 0;bottom: 0;}
.xzzf_list ul li a::after{border-right: 1px solid #1492ff;height: 0;right: 0;top: 0;}
.xzzf_list ul li:hover::before{ width:100%; opacity: 1; }
.xzzf_list ul li:hover::after{ height:100%; opacity: 1; }
.xzzf_list ul li:hover a::before{ width:100%; opacity: 1; }
.xzzf_list ul li:hover a::after{ height:100%; opacity: 1; }


/*老年版*/
.old_type .current-position {
	line-height: 60px;
	font-size: 28px;
}

.old_type .current-position a {
	line-height: 60px;
	font-size: 28px;
}

.old_type .current-position> :nth-child(1) {
	padding: 0 !important;
}

.old_type .current-position .outstanding> :nth-child(1)> :nth-child(1)> :nth-child(1)> :nth-child(1) {
	background-size: 30px !important;
	padding-left: 36px !important;
	padding-bottom: 5px;
}

.old_type .current-position div> :nth-child(1) {
	padding-left: 30px !important;
	padding-bottom: 5px;
	background-size: 30px !important;
}

.old_type .current-position div a {
	margin: 0 5px;
}

.old_type .tit h4 {
	font-size: 60px;
}

.old_type .list ul {
	width: 100%;
}

.old_type .list ul+ul {
	margin-left: unset;
}

.old_type .list li {
	padding-left: 25px;
	line-height: 64px;
}

.old_type .list li a {
	line-height: 64px;
	font-size: 32px;
	max-width: 85%;
}

.old_type .list li span {
	height: 64px;
	line-height: 64px;
	font-size: 28px;
}

.old_type .list li::before {
	height: 8px;
	width: 8px;
	margin-top: 32px;
}

/*手机版*/
@media screen and (max-width: 1024px) {
	.mobile_type .w1200 {
		width: 100%;
		padding: 0px 3%;
		box-sizing: border-box;
	}


	.list ul {
		width: 100%;
	}

	.list ul+ul {
		margin-left: unset;
	}


	.list li {
		line-height: 32px;
	}

	.list li a {
		white-space: unset;
		text-overflow: unset;
		overflow: unset;
		float: unset;
		max-width: none;
		display: inline;
		line-height: 32px;
	}

	.list li span {
		line-height: 32px;
		height: 32px;
	}

	.list li::before {
		margin-top: 16px;
	}

	.list li:hover a {
		padding-left: 0px;
	}

	.h-zw-more {
		display: inline-block;
		width: 100%;
		height: 44px;
		line-height: 44px;
		text-align: center;
		background-color: #f4f4f4;
		border-radius: 5px;
		color: #999;
		margin-top: 20px;
		font-size: 16px;

	}

	.h-zw-more a {
		color: #999;
	}
}

@media screen and (max-width: 833px) {}

@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width:750px) {}

@media screen and (max-width:600px) {}

@media screen and (max-width:480px) {}

@media screen and (max-width:320px) {}