@charset "utf-8";
/* CSS Document */
body{
	margin:0;}
#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

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

#certify  .swiper-slide {
	width: 520px;
	height: 358px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
    position: absolute;
	top: 30%;
    left: 9%;
    width: 200px;
    border: 3px solid #cbcbcb;
}
#certify  .swiper-slide p {
	line-height: 60px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 18px;
	margin: 0;
}

#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 {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../img/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../img/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
.swiper_img_bg{
	background: url(../img/bg.png) no-repeat;
	background-size: cover;
	height: calc(100% - 0px);width: 100%;
}
.swiper_img_name{
    position: absolute;
	top: 40%;
    left: 50%;
    right: 1%;
}
.swiper_img_name h3{
	text-align: center;
	margin-bottom: 8px;
	font-family: '宋体';
	font-size: 22px;
	letter-spacing: 3px;
	background-image:-webkit-linear-gradient(left,#c4902b,#594210); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}
.swiper_img_name h2{	text-align: center;
	font-family: '方正华隶简体';
	font-size: 36px;
	letter-spacing: 3px;
	background-image:-webkit-linear-gradient(left,#c4902b,#594210); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}

@media screen and (max-width: 1369px) {
#certify {
	width: 1000px;
}
#certify .swiper-slide {
    height: 258px;
}
.swiper_img_name h3 {

    font-size: 18px;

}
.swiper_img_name h2 {

    font-size: 26px;
}
#certify .swiper-slide img {
    top: 22%;
}
#certify .swiper-button-prev {
	left: -50px;
    width: 35px;
    height: 35px;
}
#certify .swiper-button-next {
	right:  -50px;
    width: 35px;
    height:35px;
	background-position: 0 -72px;
}
#certify .swiper-button-next:hover {
    background-position: 0 -108px;
}
#certify .swiper-button-prev:hover {
    background-position: 0 -36px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    border: 2px solid #fff;
    width: 7px;
    height: 7px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 2px solid #00aadc;
}
}
@media screen and (max-width: 1030px) {
	#certify .swiper-button-prev {
		left: 0px;
	}
	#certify .swiper-button-next {
		right:  0px;
	}
}