@charset "utf-8";
/* CSS Document */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  line-height: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul,
li {
  /* list-style-type: none; */
}
html,
body {
  width: 100%;
  height: 100%;
}

#certify {
  position: relative;
  width: 1400px;
  margin: 0 auto;
  margin-top: 200px;
}

#certify .swiper-container {
  padding-bottom: 60px;
}

#certify .swiper-slide {
  width: 800px;
  height: auto;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 5px 5px 12px #ddd;
}
#certify .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

#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: -70px;
  width: 45px;
  height: 45px;
  background: url(../images/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: -70px;
  width: 45px;
  height: 45px;
  background: url(../images/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%;
}
#certify .swiper-button-prev::after,
#certify .swiper-button-next::after {
  content: "";
}
body {
	background: #101014;
	overflow-x: auto;
}
.main-wrapper {
  min-width: 1400px;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.main-wrapper .logo {
	width: 120px;
	height: atuo;
	position: absolute;
	left: 70px;
	top: 50px;
}
.icon-list {
	width: 100%;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.icon-item {
	width: 150px;
	height: 150px;
	margin: 0 50px;
		display: flex;
	flex-direction: column;
	align-items: center;
}
.icon-item img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 22px;

}
.icon-item span {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin-top: 10px;
}
