﻿.wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
	padding-bottom: 30px;
}
.box10 .box-title {
  margin-bottom: 25px;
}

.box10 .teacher-swiper {
  padding-top: 40px;
  padding-bottom: 180px;
}

.box10 .teacher-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box10 .teacher-swiper .swiper-slide .picture {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 3px solid #dc8703;
}

.box10 .teacher-swiper .swiper-slide .info {
  padding-left: 80px;
  margin-bottom：35px;
}

.box10 .teacher-swiper .swiper-slide .info .name {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}

.box10 .teacher-swiper .swiper-slide .info .des-list {
  display: flex;
  flex-direction: column;
}

.box10 .teacher-swiper .swiper-slide .info .des-list .des {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  padding-left: 15px;
  font-weight: lighter;
  position: relative;
  padding-bottom: 5px;
}

.box10 .teacher-swiper .swiper-slide .info .des-list .des::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}

.box10 .teacher-swiper .swiper-slide .info .btn {
  width: 130px;
  height: 24px;
  border: 1px solid #6958b3;
  line-height: 22px;
  box-sizing: border-box;
  padding-left: 12px;
  font-size: 14px;
  color: #a3a3a3;
  margin-top: 15px;
  border-radius: 12px;
  background: url("../image/btn2.png") no-repeat 100px center/18px 11px;
  cursor: pointer;
}

.box10 .teacher-arrow {
  width: 44px;
  height: 44px;
  background: url("../image/box10-arrow.png") no-repeat center/44px;
  top: 160px;
}

.box10 .teacher-arrow.swiper-button-next {
  transform: rotate(180deg);
}

.box10 .teacher-arrow:hover {
  background-image: url("../image/box10-arrow-a.png");
}

.box10 .teacher-arrow::after {
  content: none;
}

.box10 .teacher-pagination {
  bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 0 40px;
}

.box10 .teacher-pagination .swiper-pagination-bullet {
  width: 98px;
  height: 98px;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid transparent;
  box-sizing: border-box;
  margin: 0;
  opacity: 1;
}
.box10 .teacher-pagination .swiper-pagination-bullet:hover { cursor:pointer}

.box10 .teacher-pagination .swiper-pagination-bullet-active {
  border-color: #dc8703;
}

.box10 .teacher-pagination .swiper-pagination-bullet:nth-child(1) {
  background: url("../image/box10-1.png") no-repeat center;
  background-size: contain;
}

.box10 .teacher-pagination .swiper-pagination-bullet:nth-child(2) {
  background: url("../image/box10-2.png") no-repeat center;
  background-size: contain;
}

.box10 .teacher-pagination .swiper-pagination-bullet:nth-child(3) {
  background: url("../image/box10-3.png") no-repeat center;
  background-size: contain;
}

.box10 .teacher-pagination .swiper-pagination-bullet:nth-child(4) {
  background: url("../image/box10-4.png") no-repeat center;
  background-size: contain;
}

.box10 .teacher-pagination .swiper-pagination-bullet:nth-child(5) {
  background: url("../image/box10-5.png") no-repeat center;
  background-size: contain;
}

.box10 .teacher-pagination .swiper-pagination-bullet:nth-child(6) {
  background: url("../image/box10-6.png") no-repeat center;
  background-size: contain;
}

.box10 .teacher-pagination .swiper-pagination-bullet:nth-child(7) {
  background: url("../image/box10-7.png") no-repeat center;
  background-size: contain;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    padding: 0 15%!important; 
    box-sizing: border-box!important;
}