.page-content{
   padding:40px 20px;
}
.recent-work-wrap img{
   height:auto;
   min-height: 300px;
   object-fit: cover;
}
.recent-work-inner p{
   white-space: pre-line;
}
.recent-work-wrap {
   box-shadow: 8px 12px 12px #cac9c9;
}
.recent-work-wrap .title{
   text-align: center;
   padding:10px;
}

.team-list{
   overflow: hidden;
   margin-bottom:30px;
}
.team-list >img{
   height: 220px;
   object-fit: cover;
}
.team-list .name{
   font-size: 24px;
   color:#333;
}
.team-list .level{
   font-size: 16px;
   color:#999;
}
.team-list .detail{
   font-size: 14px;
   color:#666;
   flex:1;
   /* overflow-y: auto; */
}
.team-right{
   padding:20px;
   height:220px;
   display: flex;
   flex-direction: column;
}



#certify {
	position: relative;
	/* width: 1200px; */
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
   overflow: hidden;
}

#certify  .swiper-slide {
	width: 520px;
	/* height: 408px; */
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
   width:100%;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
   background:#fff;
}
.swiper-button-next:after, .swiper-button-prev:after{
   color:var(--theme);
}
.swiper-pagination-bullet-active{
   background:var(--theme)
}
