@import url(./header.css);
.tipDiv {
  overflow: hidden;
  border-bottom: 0.1rem solid #eee;
}

.tipDiv .maxDiv {
  height: 5rem;
  overflow: hidden;
}

.tipDiv .maxDiv .btns {
  height: 100%;
  overflow: hidden;
}

.tipDiv .maxDiv .btns > div {
  height: 100%;
  overflow: hidden;
  padding: 0 2rem;
  margin: 0 0 0 0.1rem;
  position: relative;
  cursor: pointer;
}

.tipDiv .maxDiv .btns > div:hover {
  color: var(--color);
}

.tipDiv .maxDiv .btns > div.active {
  background-color: var(--color);
}

.tipDiv .maxDiv .btns > div.active > span {
  color: var(--background-color);
}

.aDiv {
  overflow: hidden;
  background-color: #f8f8f8;
}

.aDiv .maxDivDiv {
  height: 60rem;
  overflow: hidden;
  margin: 10rem 0;
  background: url("../img/aboutImg.png") no-repeat top right;
  background-size: auto 100%;
}

.aDiv .maxDivDiv .texts {
  overflow: hidden;
  padding: 0 6rem 0 0;
}

.aDiv .maxDivDiv .texts > h2 {
  overflow: hidden;
}

.aDiv .maxDivDiv .texts > h2 > span {
  overflow: hidden;
}

.aDiv .maxDivDiv .texts > h3 {
  overflow: hidden;
  padding: 9rem 0 2rem 0;
}

.aDiv .maxDivDiv .texts > div.p {
  width: 70rem;
  overflow: hidden;
  padding: 2rem 0 0 0;
}

.bDiv {
  overflow: hidden;
  position: relative;
}

.bDiv .swiper-slide {
  overflow: hidden;
  position: relative;
}

.bDiv .swiper-slide > img {
  width: 100%;
  overflow: hidden;
}

.bDiv .swiper-slide .texts {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.bDiv .swiper-slide .texts > h2 {
  overflow: hidden;
}

.bDiv .swiper-slide .texts > div.p{
  width: 60rem;
  overflow: hidden;
  padding-top: 4rem;
  color:#fff;
  text-align: center;
}
.bDiv .swiper-slide .texts > div.p p{
	color:#fff!important;
}
	
.bDiv .pagination {
  width: 100%;
  height: 8rem;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}

.bDiv .pagination .leftDiv,
.bDiv .pagination .rightDiv {
  overflow: hidden;
  padding: 1rem;
  transform: scale(2);
  transition: all ease 1s;
  cursor: pointer;
}

.bDiv .pagination .leftDiv:hover,
.bDiv .pagination .rightDiv:hover {
  transform: scale(2.5);
}

.bDiv .pagination .leftDiv > i,
.bDiv .pagination .rightDiv > i {
  font-size: 2rem;
  color: var(--background-color);
}

.bDiv .pagination .swiper-pagination {
  width: auto;
  overflow: hidden;
  position: unset;
}

.bDiv .pagination .swiper-pagination > span {
  height: 8rem;
  overflow: hidden;
  line-height: 8rem;
  margin: 0 4rem;
  position: relative;
}

.bDiv .pagination .swiper-pagination > span::after {
  content: "";
  width: 0;
  height: 0.3rem;
  overflow: hidden;
  display: block;
  background-color: var(--background-color);
  position: absolute;
  top: 0;
  left: calc(50% - 1.5rem);
  z-index: 10;
}

.bDiv .pagination .swiper-pagination > span.active::after {
  width: 3rem;
}

.bDiv .titleDiv {
  width: 100%;
  position: absolute;
  top: 8rem;
  left: 0;
  z-index: 10;
}

.bDiv .titleDiv > h2 {
  position: relative;
}

.bDiv .titleDiv > h2 > span {
  overflow: hidden;
}

.cDiv {
  height: auto;
  padding: 10rem 0;
}

.cDiv > h2 {
  overflow: hidden;
}

.cDiv > h2 > span {
  overflow: hidden;
}

.cDiv .imgsDiv {
  height: auto;
  padding: 5rem 0 0 0;
  position: relative;
}

.cDiv .imgsDiv .swiper-slide > img {
  width: 28rem;
  height: 39rem;
  overflow: hidden;
  border: 0.2rem solid var(--color);
}

.cDiv .imgsDiv .leftIcon,
.cDiv .imgsDiv .rightIcon {
  width: 8rem;
  height: 8rem;
  overflow: hidden;
  background-color: var(--color);
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 1.5rem);
  left: -13rem;
  z-index: 100;
  cursor: pointer;
}

.cDiv .imgsDiv .leftIcon:hover,
.cDiv .imgsDiv .rightIcon:hover {
  background-color: transparent;
}

.cDiv .imgsDiv .leftIcon:hover > span > i,
.cDiv .imgsDiv .rightIcon:hover > span > i {
  color: var(--background-color);
}

.cDiv .imgsDiv .leftIcon > span > i,
.cDiv .imgsDiv .rightIcon > span > i {
  overflow: hidden;
  font-size: 3rem;
  color: var(--background-color);
}

.cDiv .imgsDiv .rightIcon {
  left: auto;
  right: -11rem;
}

@media screen and (max-width: 980px) {
  .tipDiv .maxDiv {
    padding: 0 1rem;
  }
  .tipDiv .maxDiv .btns {
    display: none;
  }
  .aDiv .maxDivDiv {
    height: auto;
    margin: 0;
  }
  .aDiv .maxDivDiv .texts {
    padding: 2rem 1rem;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .aDiv .maxDivDiv .texts > h3 {
    padding: 3rem 0 1rem 0;
  }
  .aDiv .maxDivDiv .texts > div.p {
    width: 100%;
    color: #333;
  }
  .bDiv .swiper-slide > img {
    height: 30rem;
  }
  .bDiv .swiper-slide .texts > h2 {
    padding-top: 3rem;
  }
  .bDiv .swiper-slide .texts > div.p {
    width: 100%;
    padding: 2rem 1rem 0 1rem;
  }
  .bDiv .pagination {
    display: none;
  }
  .bDiv .titleDiv {
    top: 2rem;
    left: 1rem;
  }
  .cDiv {
    padding: 2rem;
  }
  .cDiv > h2 > span {
    display: block;
  }
  .cDiv .imgsDiv {
    padding: 3rem 0 0 0;
  }
  .cDiv .imgsDiv .swiper-slide > img {
    width: 28rem;
    height: 39rem;
    margin: 0 auto;
  }
  .cDiv .imgsDiv .leftIcon,
  .cDiv .imgsDiv .rightIcon {
    display: none;
  }
}
