@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 1240px;
	padding-top: 70px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 65px;
}

#certify  .swiper-slide {
	width:584px;
	height:340px;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
}
#certify  .swiper-slide .txt{
	position: relative;
	width: 415px;
	height: 274px;
	box-sizing: border-box;
	padding: 17px 60px 20px 26px;
	background: #0c3f79;
	background: -moz-linear-gradient( 15deg, rgb(11,63,121) 0%, rgb(66,86,145) 100%);
	background: -webkit-linear-gradient( 15deg, rgb(11,63,121) 0%, rgb(66,86,145) 100%);
	background: -ms-linear-gradient( 15deg, rgb(11,63,121) 0%, rgb(66,86,145) 100%);
	box-shadow: 0px 1px 8.37px 0.63px rgba(201, 199, 204, 0.4);
}
#certify  .swiper-slide .txt h2{
	line-height: 32px;
	font-size: 24px;
	color: #ffc658;
	font-weight: bold;
	padding-bottom: 4px;
}
#certify  .swiper-slide .txt h2 span{
	display: inline-block;
	vertical-align: top;
	margin-left: 14px;
	padding: 0 10px;
	background: #448aca;
	border-radius: 10px;
	line-height: 32px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
#certify  .swiper-slide .txt h3{
	padding-top: 7px;
	line-height: 22px;
	font-size: 16px;
	color: #f5f8ff;
	font-weight: bold;
}
#certify  .swiper-slide .txt p{
	line-height: 22px;
	font-size: 16px;
	color: #f5f8ff;
	font-weight: 300;
}
#certify  .swiper-slide .txt .btnCon{
	position: absolute;
	left: 26px;
	bottom: -24px;
	width: 222px;
	height: 46px;
	z-index: 3;
}
#certify  .swiper-slide .txt button{
	display: block;
	width: 222px;
	height: 46px;
	background: #fdc152;
	text-align: center;
	line-height: 46px;
	font-size: 20px;
	color: #433062;
	font-weight: bold;
	border:none;
	outline: 0;
	cursor: pointer;
}
#certify  .swiper-slide .img{
	position: absolute;
	top:42px;
	right:18px;
	width: 180px;
	height: 186px;
	z-index: 3;
}
#certify  .swiper-slide .img img{
	display: block;
	width: 180px;
	height: 186px;
}
#certify  .swiper-slide .txt .txtbg{
	position: absolute;
	left: -1px;
	top: -1px;
	width: 417px;
	height: 276px;
	background: rgba(255,255,255,0.9);
	z-index: 2;
}
#certify  .swiper-slide .img .imgbg{
	position: absolute;
	top:0;
	right:0;
	width: 180px;
	height: 186px;
	z-index: 2;
	background: rgba(255,255,255,0.9);
}

#certify  .swiper-slide .txt .btnCon .btnbg{
	position: absolute;
	left: 0;
	top: 0;
	width: 222px;
	height: 46px;
	background: rgba(255,255,255,0.9);
	z-index: 4;
}
#certify  .swiper-slide .txt .imgbg{
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
	height: 186px;
	background: rgba(255,255,255,0.9);
	z-index: 4;
}

#certify  .swiper-slide-active .imgbg,
#certify  .swiper-slide-active .txtbg,
#certify  .swiper-slide-active .btnbg
{
	display: none;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: -20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
	border: 3px solid #8057df;
	background-color: #fff;
	width: 12px;
	height: 12px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #8057df;
	background-color: #8057df;
}

#certify .swiper-button-prev {
	margin-top: -62px;
	left:150px;
	width: 63px;
	height: 63px;
	background: url(../images/arrow_icon01.png) center no-repeat;
}

#certify .swiper-button-next {
	margin-top: -62px;
	right:150px;
	width: 63px;
	height: 63px;
	background: url(../images/arrow_icon02.png) center no-repeat;
}