/*@charset "utf-8";*/
/*!* CSS Document *!*/

/*#certify {*/
	/*position: relative;*/
	/*width: 1400px;*/
	/*margin: 4% auto*/
/*}*/

/*#certify .swiper-container {*/
	/*padding-bottom: 60px;*/
/*}*/

/*#certify  .swiper-slide {*/
	/*width: 285px;*/
	/*height: 438px;*/
	/*float: left;*/
	/*!*box-shadow: 0 8px 30px #070202;*!*/
/*}*/
/*#certify  .swiper-slide img{*/
	/*display:block;*/
	/*width: 100%;*/
	/*height: 100%;*/
/*}*/
/*#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: 1px solid #00316c;*/
	/*background-color: #dcedff;*/
	/*width: 10px;*/
	/*height: 10px;*/
	/*opacity: 1;*/
/*}*/

/*#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {*/
	/*border: 1px solid #00316c;*/
	/*background-color: #00316c;*/
/*}*/

/*#certify .swiper-button-prev {*/
	/*left: -30px;*/
	/*width: 45px;*/
	/*height: 45px;*/
	/*background: url(/BootStrapStyle/img/index/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(/BootStrapStyle/img/index/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%*/
/*}*/
/*@media screen and (max-width: 1441px) {*/
	/*#certify {*/
		/*position: relative;*/
		/*width: 1200px;*/
		/*margin: 4% auto*/
	/*}*/
	/*#certify  .swiper-slide {*/
		/*width: 265px;*/
		/*height: 400px;*/
		/*!*box-shadow: 0 8px 30px #070202;*!*/
	/*}*/
/*}*/
/*@media screen and (max-width: 1366px) {*/
	/*#certify {*/
		/*position: relative;*/
		/*width: 1000px;*/
		/*margin: 4% auto*/
	/*}*/
	/*#certify  .swiper-slide {*/
		/*width: 210px;*/
		/*height: 300px;*/
		/*!*box-shadow: 0 8px 30px #070202;*!*/
	/*}*/
	/*!*#certify  .swiper-slide {*!*/
		/*!*width: 100%;*!*/
		/*!*height: 100%;*!*/
	/*!*}*!*/

/*}*/
.footer{
	position: absolute;
	bottom: 1%;
	left: 38%;
	transform: translate(-50%, -50%);
	font-size: 13px;
	color: #565857;
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}