@charset "utf-8";

#persons {
  position: relative;
  width: 1200px;
  margin: 0 auto
}

#persons .swiper-container {
  padding-bottom: 90px;
}

#persons .swiper-slide {
  width: 540px;
  height: 340px;
}

#persons .swiper-slide .text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 317px;
    height: 400px;
    margin: 0 auto;
    clear: both;
    background: pink;
    background: #FFFFFF;
    border: 1px solid #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(153, 153, 153, 0.59);
    text-align: center;
    padding: 60px 30px;
    box-sizing: border-box;
    text-align: center;
}


#persons .swiper-slide .text h2 {
	font-size: 22px;
	color: #373737;
	padding: 30px 10px;
}

#persons .swiper-slide .text h3 {
	font-size: 16px;
	color: #585858;
	letter-spacing: 1px;
	line-height: 30px;
}

#persons .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#persons .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#persons .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

#persons .swiper-button-prev {
  left: 0px;
  top: 50%;
  width: 45px;
  height: 45px;
}

#persons .swiper-button-next {
  right: 0px;
  top: 50%;
  width: 45px;
  height: 45px;
}

/*22222*/

#persons1 {
  position: relative;
  width: 1200px;
  margin: 0 auto
}

#persons1 .swiper-container {
  padding-bottom: 90px;
}

#persons1 .swiper-slide {
  width: 540px;
  height: 340px;
}

#persons1 .swiper-slide .text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 330px;
    height: 420px;
    margin: 0 auto;
    clear: both;
    background: pink;
    background: #FFFFFF;
    border: 1px solid #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(153, 153, 153, 0.59);
    text-align: center;
    padding: 45px 30px;
    box-sizing: border-box;
    text-align: center;
}


#persons1 .swiper-slide .text h2 {
	font-size: 22px;
	color: #373737;
	padding: 30px 10px;
}

#persons1 .swiper-slide .text h3 {
	font-size: 16px;
	color: #585858;
	letter-spacing: 1px;
	line-height: 30px;
}

#persons1 .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#persons1 .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#persons1 .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

#persons1 .swiper-button-prev {
  left: 0px;
  top: 58%;
  width: 45px;
  height: 45px;
}

#persons1 .swiper-button-next {
  right: 0px;
  top: 58%;
  width: 45px;
  height: 45px;
}