@charset "utf-8";
/* CSS Document */
body{
	margin:0;}
#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	height: 453px;
}

#certify .swiper-container {
	padding-bottom: 60px;
	position: absolute;
	width: 895px;
	left: 0;
	top: 0;
	z-index: 10;
}

#certify  .swiper-slide {
	width: 520px;
	height: 453px;
	position: relative;
}
#certify .swiper-slide img{
	display:block;
	width: 520px;
	height: 453px;
}
#certify .swiper-slide p {
	line-height: 45px;
	font-size: 18px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: #fff;
	text-indent: 20px;
}

#certify .swiper-pagination {
	width: 347px;
	height: 453px;
	background: url(../images/nqgk_img12.png) no-repeat;
	right: 0;
	z-index: 6;
	padding: 40px 0;
	box-sizing: border-box;
}

#certify .swiper-pagination::before{
	content: ' ';
	position: absolute;
	top: 0;
	left: 81px;
	height: 100%;
	border-left: 1px solid #7ca8f4;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	line-height: 32px;
    color: #fff;
    cursor: pointer;
	margin-left: 0px;
    display: block;
    width: 240px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: none;
    position: relative;
    border: 0px;
    border-radius: initial;
    padding-left: 104px;
	opacity: 1;
	text-align: left;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet a{
	color: #fff;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet::before{
	position: absolute;
    content: '';
    background: #b5e1fc;
    top: 10px;
    left: 75px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active::after{
	position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #04ddfd;
    left: 69px;
    top: 4px;
    border-radius: 50%;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #3f7fcd;
    font-size: 18px;
    color: #04ddfd;
    font-weight: bold;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active a{
	color: #04ddfd;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active::before {
	background: #04ddfd;
}

#certify .swiper-button-prev {
	left: -50px;
	width: 40px;
	height: 85px;
	background: url(../images/nqgk_img22.png) no-repeat;
	background-size: 100%;
	top: 50%;
	margin-top: -42px;
	position: absolute;
}

#certify .swiper-button-next {
	right: -50px;
	width: 40px;
	height: 85px;
	background: url(../images/nqgk_img22.png) no-repeat;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	background-size: 100%;
	top: 50%;
	margin-top: -42px;
	position: absolute;
}
