﻿@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: 400px;
	height: 530px;
	/* background: #fff; */
	/* box-shadow: 0 20px 10px #d2d3d3; */
	text-align: center;
	line-height: 525px;
}
#certify  .swiper-slide img{
	/* display:block; */
	width: 100%;
	max-height: 100%;
	margin: 0 auto;
	box-shadow: 0px 0px 20px 2px #d2d3d3;
	vertical-align: middle;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	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;
}

.classInfo .swiper-button-prev {
	left: -100px;
	width: 90px;
	height: 90px;
	background: url(../images/icon-left.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	top: 50%;
	margin-top: -45px;
	outline: unset;
}



.classInfo .swiper-button-next {
	right: -100px;
	width: 90px;
	height: 90px;
	background: url(../images/icon-right.png) no-repeat;
	background-position: 0 0px;
	background-size: 100%;
	top: 50%;
	margin-top: -45px;
	z-index: 99999999999;
	outline: unset;
}

@media(max-width:1360px){
	.classInfo .swiper-button-next{right: -65px;}
    .classInfo .swiper-button-prev{left: -65px;}
}
@media(max-width:1300px){
	.classInfo .swiper-button-next{right: -35px;}
    .classInfo .swiper-button-prev{left: -35px;}
}

@media(max-width:1250px){
	.classInfo .swiper-button-next{right: -20px;}
    .classInfo .swiper-button-prev{left: -20px;}
}

@media(max-width:880px){
	/*荣誉资质*/
    #certify{width: 400px;margin-left: -200px;left: 50%;}
    #certify .swiper-container{padding:0px 0px 20px 0px;}
	#certify .swiper-slide{width: 35%;height: 50vw;line-height: 50vw;}
	.classInfo .swiper-button-next{right: 0px;width: 60px;height: 60px;margin-top: -35px;}
    .classInfo .swiper-button-prev{left: 0px;width: 60px;height: 60px;margin-top: -35px;}

}


@media(min-width:340px) and (max-width:380px){
	.classInfo .swiper-button-next{right: 5px;}
    .classInfo .swiper-button-prev{left: 5px;}

}

@media(min-width:320px) and (max-width:340px){
	#certify{width: 370px;margin-left: -185px;left: 50%;}
	.classInfo .swiper-button-next{right: 15px;}
    .classInfo .swiper-button-prev{left: 15px;}

}








