.Warp {
	border-top: 8px #4174b3 solid;
}

.banner {
	background-color: unset;
	text-align: center;
	overflow: hidden;
	margin-bottom: 20px;
}

.banner img {
	max-width: 100%;
}


.banner .banner-wap {
	display: none;
}
.Part{
	display: flex;
	justify-content: space-between;	
}
.Part+.Part{
	margin-top: 20px;
}
.Part_box{
	width: 48%;
}
.com {
	width: 100%;
	line-height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #dadada;
}

.com h4 {
	font-size: 24px;
	font-weight: normal;
	float: left;
	border-bottom: 2px solid #1492ff;
	padding-bottom: 2px;
	font-weight: bold;
	color: #333;
}

.com a {
	float: right;
	font-size: 14px;
	color: #999999;
	margin-top: 3px;
}
.zcykt{
	padding: 40px 0px;
}
#certify {
    position: relative;
    width: 1300px;
    margin: 0 auto;
	margin-bottom: 20px;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
}
#certify .swiper-slide {
    width: 590px;
    height: 348px;
	overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}
#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url("wm_button_icon.png") no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}
#certify .swiper-button-next{
	right: -30px;
	width: 45px;
	height: 45px;
	background: url("wm_button_icon.png") no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}
#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
.swiper-slide img{
    width: 100%;
    min-height: 225px;
}
/*老年版*/
.old_type .list ul {
	width: 100%;
}

.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;
	}

	.w1200 {
		width: 100%;
		padding: 0px 3%;
		box-sizing: border-box;
	}

	.banner {
		padding: 40px 3% !important;
	}

	.banner img {
		max-width: 80%;
	}

	.com a {
		display: none;
	}

	.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;
	}
}

@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) {}