.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;
}

.con_tit {
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
	overflow: hidden;
}

.con_tit li {
	float: left;
	margin-right: 22px;
	position: relative;
	text-align: center;
}

.con_tit li span {
	display: block;
	padding: 1px;
	font-size: 20px;
	line-height: 42px;
	font-weight: bold;
	color: #3b7dc8;
	padding: 0px 5px;
	border-bottom: 3px solid #e84d0e;
}

.con_tit .more,
.con_tit>span {
	float: right;
	margin-bottom: -3px;
}

.con_tit .more a,
.con_tit>span>a {
	font-size: 14px;
	color: #999999;
	line-height: 42px;
}

.zyzc,
.ywjj {
	margin-top: 20px;
}

.zyzc .list ul,
.ywjj .list ul {
	width: 48%;
}

.zyzc .list ul,
.ywjj .list ul {
	overflow: hidden;
}

.zyzc .list ul:nth-child(1),
.ywjj .list ul:nth-child(1) {
	float: left;
}

.zyzc .list ul:nth-child(2),
.ywjj .list ul:nth-child(2) {
	float: right;
}

.sthb_list {
	width: 100%;
	overflow: hidden;
	margin: 40px 0px 30px 0px;
}

.sthb_list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sthb_list li {
	width: calc(100% / 3 - 20px);
	margin-bottom: 20px;
	background: #f2f4f7;
	height: 160px;
	text-align: center;
	border-radius: 6px;
}

.sthb_list li a:hover {
	font-weight: bold;
	color: #42a2e5;
}

.sthb_list li a img {
	display: block;
	margin: 0 auto;
	margin-bottom: 12px;
	margin-top: 20px;
	width: 60px;
}

.sthb_list li a:hover img {
	transition: all .6s;
	-ms-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
}

.sthb_list li a span {
	font-size: 20px;
	margin-top: 25px;
	display: block;
}

/*老年版*/
.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 .con_tit li span {
	font-size: 36px;
	line-height: 72px;
}

.old_type .con_tit .more a,
.old_type .con_tit>span>a {
	font-size: 28px;
	line-height: 2;
}

.old_type .sthb_list {
	margin: 50px 0px;
}

.old_type .sthb_list li {
	margin-top: 30px;
	height: 200px;
	width: 32%;
}

.old_type .sthb_list li a span {
	font-size: 32px;
}

.old_type .sthb_list li:nth-child(1) {
	margin-top: unset;
}

.old_type .sthb_list li:nth-child(2) {
	margin-top: unset;
}

.old_type .sthb_list li:nth-child(3) {
	margin-top: unset;
}

.old_type .sthb_list li:nth-child(4) {
	margin-left: unset;
}

.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;
	}

	.zyzc .list ul,
	.ywjj .list ul {
		width: 100%;
	}

	.con_tit .more,
	.con_tit>span {
		display: none;
	}

	.sthb_list li {
		margin-top: 20px;
		width: 32%;
	}

	.sthb_list li:nth-child(1) {
		margin-top: unset;
	}

	.sthb_list li:nth-child(2) {
		margin-top: unset;
	}

	.sthb_list li:nth-child(3) {
		margin-top: unset;
	}

	.sthb_list li:nth-child(4) {
		margin-left: unset;
	}

	.list ul {
		width: 100%;
	}

	.list ul+ul {
		margin-left: unset;
	}

	.list> :nth-child(2) {
		display: none;
	}

	.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) {}