
/**聚焦**/
#certify {
	position: relative;
	width: 100%;
	margin: 0 auto;
    height: 370px;
    overflow: hidden;
}

#certify .swiper-container {
	/* padding-bottom: 60px; */
}

#certify  .swiper-slide {
	width: 480px;
	height: 342px;
	/* background: #fff;
	box-shadow: 0 8px 30px #ddd;
	overflow:hidden; */
}
#certify  .swiper-slide-active:before{
	content:'';
	position:absolute;
	background: url(../202509images/bg_journalis-box003@2x.png) left no-repeat;
	background-size: auto 289px;
	width: 100%;
	height: 100%;
	left: -20px;
	bottom: -30px;
	z-index: -1;
}

#certify  .swiper-slide div{
	display: none;
	width: 480px;
	height: 60px;
	position: absolute;
	left: 0px;
	padding: 0px 0;
	text-align: left;
	background-image: linear-gradient(180deg, #00000000 0%, #041b3cf0 100%);
	margin-top: -60px;
	color: #fff;
}
#certify  .swiper-slide div:after{
	content:'';
	position:absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #E9F3FF;
	top: -15px;
	left: 50%;
	margin-left: -12.5px;
}
#certify  .swiper-slide img{
	display:block;
	width: 100%;
    height: 326px;
    opacity: 0.13;
}
#certify .swiper-slide-prev img, #certify .swiper-slide-next img{
    opacity: 0.4;
}
#certify  .swiper-slide-active img{
    opacity: 1;
    filter: none;
}
#certify  .swiper-slide p {
    line-height: 1.5;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
    padding: 0 30px;
}
#certify .swiper-slide-active div{
	display:block;
}
#certify .swiper-slide-active div h2{
	font-weight: 900;
	font-size: 18px;
	color: #004EB3;
    line-height: 24px;
    text-align: center;
    margin: 14px auto;
}
#certify .swiper-slide-active div h2 a{color: #fff;text-decoration: none;}
#certify .swiper-slide-active div p{
	font-weight: 500;
	font-size: 14px;
	color: #000121;
	text-align: justify;
	line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
#certify .swiper-slide-active div i{
	font-style:normal;font-weight: 700;
	font-size: 24px;
	color: #D8D8D8;
	line-height: 24px;
    margin: 24px;
    float: left;
}

#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 {
    top: 50%;
    left: 100px;
    width: 45px;
    height: 45px;
    background: url(../202509images/icon_higher_school_arrow_up@2x.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
    transform: rotate(-90deg);
}

#certify .swiper-button-prev:hover {
	background-size: 100%
}

#certify .swiper-button-next {
    top: 50%;
    right: 100px;
    width: 45px;
    height: 45px;
    background: url(../202509images/icon_higher_school_arrow_up@2x.png) no-repeat;
    background-size: 100%;
    transform: rotate(90deg);
}

#certify .swiper-button-next:hover {
	background-size: 100%
}