header {
    background: url(https://www.wuhan.gov.cn/material/2023yy/dy/img/sy-bg.jpg) no-repeat center center;
    background-size: auto 100%; 
    height: 453px;
}
section {
    margin-bottom: 40px !important;
}
.con2,.con4 {
    padding: 30px 0 35px;
    background-color: #F2F6F7;
}

.h2-tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
    margin-bottom: 20px;
	line-height: 48px;
}
.h2-tit .a-tit {
	font-size: 32px;
	color: #015294;
}
.h2-tit .a-more {
	color: #015294;
	font-size: 18px;
}
.con1__con {
	display: flex;
	justify-content: space-between;
}
.servicesItem {
	border: 1px solid #eee;
	width: 282px;

}
.servicesItem img {
	width: 100%;
	height: 157px;
	object-fit: cover;
}
.servicesItem__con {
	padding: 20px 22px 25px;
}
.servicesItem__con h3 {
	margin-bottom: 10px;
	font-size: 20px;
}
.servicesItem__con p {
	margin: 5px 0;
	line-height: 150%;
	font-size: 13px;
}
.con2__con {
	display: flex;
	justify-content: space-between;
}
.jdt {
	position: relative;
	width: 720px;
	height: 400px;
}
.jdt .bd li {
	position: relative;
	height: 400px;
}
.jdt .bd li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.jdt .bd li p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-image: linear-gradient(0deg,rgba(0,0,0,.8),transparent);
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	text-indent: 1em;
}
.jdt .bd li p a {
	color: #fff;
}
.jdt .hd {
	position: absolute;
	right: 10px;
	bottom: 20px;
	display: flex;
}
.jdt .hd li {
	margin-left: 5px;
	width: 17px;
	height: 5px;
	background: #fff;
	opacity: 0.35;
}
.jdt .hd li.on {
	opacity: 1;
}
.con2__con__Right {
	padding-top: 16px;
	width: 450px;
	border: 1px solid #ddd;
	background: #fff;
}
.con2__con__Right li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 16px;
	padding: 0 20px 16px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}
.con2__con__Right li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.con4 {
    padding-bottom: 50px;
    margin-bottom: 0 !important;
}
.con4__con {
	display: flex;
	justify-content: space-between;
}
.con4__con__Left,.con4__con__Center,.con4__con__Right {
	width: 386px;
}
.con4__con__Left,.con4__con__Right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.con4_con__Item {
	display: block;
	position: relative;
	height: 290px;
}
.con4_con__Item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.con4_con__Item__tit  {
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 18px;
	box-sizing: border-box;
	width: 100%;
	height: 166px;
	background: linear-gradient(360deg, rgba(1,82,148,0) 0%, #015294 100%);
	line-height: 26px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.con4__con__Center .con4_con__Item{
	height: 600px;
}
footer {
    margin-top: 0;
}

#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 30px;
}

#certify  .swiper-slide {
    position: relative;
	width: 590px;
	height: 369px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
    width: 100%;
    height: 100%;
	object-fit: cover;
}
#certify  .swiper-slide p {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
	line-height: 45px;
	padding-top: 0;
	text-align: center;
	color: #fff;
	font-size: 1.1em;
	margin: 0;
    background-image: linear-gradient(0deg,rgba(0,0,0,.8),transparent);
    display: none;
}
#certify .swiper-slide-active p {
	display: block;
}
#certify  .swiper-slide p a {
	color: #fff;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
    margin-top: -63px;
	left: -80px;
	width: 29px;
	height: 59px;
	background: url(https://www.wuhan.gov.cn/material/2023yy/dy/img/sy-lm-3-arrow-l.jpg) no-repeat;

	background-size: 100%;
}



#certify .swiper-button-next {
    margin-top: -63px;
	right: -80px;
	width: 29px;
	height: 59px;
	background: url(https://www.wuhan.gov.cn/material/2023yy/dy/img/sy-lm-3-arrow-r.jpg) no-repeat;

	background-size: 100%;
}

