.founder-index-one .swiper .swiper-slide {
  position: relative;
}

.founder-index-one .swiper .banner-text-01 {
  color: #fff;
  font-size: 40px;
  letter-spacing: 5px;
  line-height: 1.5;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 230px;
  width: 630px;
  height: auto;
}

.founder-index-one .swiper {
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.founder-index-one .swiper .text-01 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 309px;
  font-size: 18px;
  font-weight: 400;
  color: #fefefe;
  line-height: 32px;
  opacity: 0.8;
  font-family: Microsoft YaHei;
  letter-spacing: 1.5px;
}

.founder-index-one .swiper .text-01 span {
  margin: 0 15px;
}

.founder-index-one .swiper .swiper-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 409px;
  width: 160px;
  height: 40px;
  background: #5c85e3;
  border-radius: 3px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  transition: all 0.3s;
}

.founder-index-one .swiper .swiper-btn:hover {
  opacity: 0.8;
}

.founder-index-one .swiper .swiper-pagination1 {
  bottom: 100px;
}

.founder-index-one .swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
}

.founder-index-one .swiper .swiper-pagination-bullet-active {
  width: 18px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
}


.founder-index-one .introduce .intr-l {
  width: 418px;
}

.founder-index-one .introduce .intr-r {
  width: calc(100% - 418px - 50px);
}

.founder-index-one .introduce .intr-r h1 {
  font-size: 32px;
  font-weight: bold;
  color: #595959;
  margin-bottom: 34px;
  margin-top: 10px;
  line-height: 1;
  letter-spacing: 2px;
}

.founder-index-one .introduce .intr-r p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  text-indent: 2em;
  /* margin-bottom: 17px; */
  letter-spacing: 2px;
  text-align: justify;
}

.founder-index-one .introduce .intr-r p:last-child {
  margin-bottom: 0;
}

.founder-index-one .product {
  margin-top: 110px;
  z-index: 2;
}

.founder-index-one .product h2 {
  font-size: 32px;
  font-weight: bold;
  color: #595959;
  line-height: 1;
  text-align: center;
  margin-bottom: 29px;
}

.founder-index-one .product .init {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 91px;
  line-height: 36px;
  text-align: center;
}
.founder-index-one .product .clearfix{
  margin-bottom: 40px;
}
.founder-index-one .product .clearfix:last-child{
  margin-bottom: 0px;
}
.founder-index-one .product .product-text {
  width: 400px;
}

.founder-index-one .product .product-text h1 {
  font-size: 32px;
  color: #595959;
  padding-left: 60px;
  background: url("./imgs/product-icon-01.png") no-repeat left center;
  background-size: 40px;
  line-height: 40px;
  margin-bottom: 30px;
  margin-top: 80px;
}

.founder-index-one .product .product-text h1.h1-02 {
  background: url("./imgs/product-icon-02.png") no-repeat left center;
  background-size: 40px;
}

.founder-index-one .product .product-text h1.h1-03 {
  background: url("./imgs/product-icon-03.png") no-repeat left center;
  background-size: 40px;
}

.founder-index-one .product .product-text h1.h1-04 {
  background: url("./imgs/product-icon-04.png") no-repeat left center;
  background-size: 40px;
}

.founder-index-one .product .product-text p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  letter-spacing: 2px;
  margin-bottom: 28px;
  text-align: justify;
}

.founder-index-one .product .link-a a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #5c85e3;
  margin-right: 30px;
  background: url("./imgs/product-06.png") no-repeat 63px center;
  background-size: 8px;
  padding-right: 25px;
  transition: all 0.3s;
}

.founder-index-one .product .link-a a:hover {
  background-position-x: right;
}

.founder-index-one .product .product-img {
  width: 740px;
}

.founder-index-one .product .img-r {
  margin-left: 60px;
}

.founder-index-one .product .img-l .product-text {
  position: relative;
  right: 60px;
}

/* 师恩 */
.successful-case {
  width: 1200px;
  margin: 104px auto 0;
}

.successful-case .swiper-box {
  margin: 15px auto 0;
}

.successful-case .swiper-wrapper {
  padding-top: 40px;
}

.successful-case .swiper-container {
  width: 1140px;
  height: 420px;
  padding: 0 30px;
}

.successful-case .case-title,
.solution .solution-title {
  color: #595959;
  font-size: 32px;
  text-align: center;
}

.successful-case .swiper-img {
  width: 225px;
  height: 315px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}

.successful-case .swiper-img:hover {
  margin-top: -10px;
}

.successful-case .swiper-title {
  text-align: center;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  margin-top: 5px;
}

.successful-case .swiper-title a {
  transition: all 0.3s;
}

.successful-case .swiper-title a:hover {
  color: #5c85e3;
}
.successful-case .swiper-pagination2{
  text-align: center;
  transform: translateY(-60px);
}
.successful-case .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #cccccc;
  opacity: 0.8;
  border-radius: 3px;
  transition: all 0.3s;
}

.successful-case .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 18px;
  height: 6px;
  background: #5c85e3;
  border-radius: 3px;
  transition: all 0.3s;
}


/* 师恩2 */

.register-swiper {
  width: 1200px;
  margin: 50px auto 0;
  text-align: center;
}

.register-swiper .swiper-container3 {
  width: 1140px;
  height: 370px;
  padding: 50px 30px 0;
}

.register-swiper .swiper-slide {
  height: 70px;
  margin-bottom: 40px;
  margin-top: 0 !important;
}

.register-swiper .swiper-pagination3 {
  bottom: -5px;
}

.register-swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #cccccc;
  opacity: 0.8;
  border-radius: 3px;
  transition: all 0.3s;
}

.register-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 18px;
  height: 6px;
  background: #5c85e3;
  border-radius: 3px;
  transition: all 0.3s;
}

.register-swiper .title {
  font-size: 32px;
  color: #595959;
  line-height: 64px;
}

.register-swiper .title span {
  font-size: 42px;
  color: #5c85e3;
}

.register-swiper .img-box {
  width: 240px;
  height: 70px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  transition: all 0.3s;
  padding: 5px 10px;
  box-sizing: border-box;
}
.register-swiper .img-box img{
  max-width: 100%;
}
.register-swiper .img-box:hover {
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);
}

.register-swiper .swiper-img {
  max-height: 46px;
}
