.self ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  
  margin: 0 auto;
}

.swiper-container .swiper-wrapper .swiper-slide {
  padding: 0 3rem;
  height: 18rem;
}

.swiper-prev,
.swiper-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  background-image: url('../image/prev.png');
  width: 42px;
  height: 42px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -1.07rem;
}

.swiper-prev,
.swiper-next:hover {
  cursor: pointer;
}

.swiper-next {
  right: 0;
}

.swiper-prev {
  transform: rotate(180deg);
}

.self .nav .active span {
  color: #0075C1;
  font-size: 1.875rem;
  font-weight: bold;
  height: 4.17rem;
  line-height: 4.17rem;
}

.self .nav .active span::after {
  background-color: #0075C1;
}

.time {
  width: 100%;
  text-align: center;
  font-size: 0.9375rem;
  display: inline-block;
  line-height: 5rem;
  position: relative;
}

.time::before {
  content: '';
  width: 100%;
  height: 2px;
  background: #BABABA;
  position: absolute;
  top: 3.65rem;
  left: 0;
}

.time::after {
  content: '';
  width: 0.365rem;
  height: 0.365rem;
  border-radius: 50%;
  background: #BABABA;
  position: absolute;
  top: 3.55rem;
  left: 50%;
  margin-left: -3.5px;
}

.self ul li {
  flex: 1;
}

.self ul li:hover {
  cursor: pointer;
}

.self ul li:first-child .time::before {
  background: linear-gradient(244deg, #BABABA 50%, rgba(255, 255, 255, 0) 100%);
}

.self ul li:last-child .time::before {
  background: linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, #BABABA 50%);
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #F8F9FD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}

.swiper-slide img {
  width: 25%;
  height: auto;
  margin-right: 5%;
  border-radius: 6px;
}

.swiper-slide p {
  line-height: 35px;
  width: 60%;
  font-size: 16px;
  text-align: left;
}

.chiYuanProfile {
  display: flex;
  flex-direction: column;
}

.chiYuanProfile .top {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 2.08rem;
  
}

.chiYuanProfile .top img {
  width: 47%;
  min-width: 335px;
  height: 100%;
  object-fit: cover;
  
}

.chiYuanProfile .top .rightDetal {
  position: relative;
  
  width: 48%;
}

.chiYuanProfile .top .rightDetal hr {
  width: 100%;
  border-bottom: 2px solid #0075C1;
  margin-bottom: 0;
}

.chiYuanProfile .top .rightDetal hr::before {
  
}

.chiYuanProfile .top .rightDetal .line {
  width: 128px;
  height: 4px;
  background-color: #0075C1;
  position: absolute;
  margin-top: -4px;
  left: 50%;
  margin-left: -64px;
}

.chiYuanProfile .top .rightDetal p {
  text-indent: 2rem;
  font-size: 22px;
  color: #323232;
  line-height: 40px;
  letter-spacing: 1.5px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  
  -webkit-box-orient: vertical;
  text-align: justify;
  text-justify: newspaper;
  word-break: break-all;
}

.chiYuanProfile .top .rightDetal h1 {
  text-align: center;
  font-size: 25px;
  margin-top: 16px;
  margin-bottom: 10px;
}




.telMemory ul {
  padding: 0 2rem 0 4.2rem;
}

.telMemory ul li {
  display: flex;
  flex-direction: row;
  width: 100%;
  
  
  align-items: center;
  position: relative;
}

.telMemory ul li:not(:last-of-type) {
  padding-bottom: 3rem;
}

.telMemory ul li span {
  width: 3.9rem;
  height: 3.9rem;
  min-width: 3.9rem;
  line-height: 3.9rem;
  margin-left: -1.9rem;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  border-radius: 50%;
  background: #0075C1;
  position: relative;
  
  z-index: 1;
}

.telMemory ul li span::after,
.telMemory ul li span::before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
  content: "";
  border-color: rgba(136, 183, 213, 0);
}

.telMemory ul li span::before {
  border-left-color: #0075C1;
  border-width: 0.5rem;
  top: 1.4rem;
  left: 98%;
}

.telMemory ul li span::after {}

.telMemory ul li p {
  width: 19.2rem;
  padding-left: 2rem;
  margin-right: 2rem;
  height: auto;
  font-size: 13px;
  color: #7F7F7F;
}

.telMemory ul li img {
  width: 7.5rem;
  height: 4.75rem;
}

.pcMemory {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}

.telMemory {
  display: none;
}




.mainProduct .moduleBody ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.mainProduct .moduleBody ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mainProduct .moduleBody ul li div {
  background-color: #F8F9FD;
  width: 6.04rem;
  height: 6.04rem;
  text-align: center;
  line-height: 6.04rem;
  border-radius: 50%;
  margin-bottom: 1.5625rem;
}

.mainProduct .moduleBody ul li img {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  
}

.mainProduct .moduleBody ul li span:nth-of-type(1) {
  font-weight: bold;
  color: #323232;
  font-size: 16px;
  margin-bottom: 8px;
}

.mainProduct .moduleBody ul li span:nth-of-type(2) {
  font-weight: 400;
  color: #323232;
  font-size: 16px;
}

.mainProduct .moduleBody {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 3.65rem;
}

.mainProduct .moduleBody ul li {
  flex: 0.25;
}

.businessleft {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #F8F9FD;
}

.businessleft .bleft,
.businessleft .bright {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.businessleft span {
  font-size: 16px;
}

.businessleft .bleft img {
  margin-bottom: 1.51rem;
  width: 4rem;
}

.businessleft .bright img {
  width: 4.47rem;
  margin-bottom: 1.875rem;
}

.businessleft .bright {
  padding-right: 15%;
}

.businessleft .bleft {
  padding-left: 15%;
}

.businessright,
.businessleft {
  width: 600px;
  height: 312px;
}

.businessright {
  background: url('../image/business.png') no-repeat;
  text-align: center;
  padding-top: 73px;
  background-size: 100% 100%;
}

.businessright span {
  display: inline-block;
  font-size: 39px;
  color: #fff;
  margin-bottom: 30px;
}

.businessright p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  text-align: center;
}

.chiYuanMemory {
  background: #F8F9FD;
}




.mainBusiness .moduleBody {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media only screen and (max-width: 1300px) {
  .chiYuanProfile .top {
    padding: 0 6%;
  }
  .chiYuanProfile .top .rightDetal p {
    -webkit-line-clamp: 9;
  }
}

@media only screen and (max-width:768px) {
  .leftline {
    height: 96%;
    border-left: 1px dashed #ECE7E6;
    position: absolute;
    margin-left: 4.2rem;
    margin-top: 2rem;
  }
  .chiYuanMemory {
    background: #fff;
  }
  .businessright,
  .businessleft {
    width: 100%;
    height: 190px;
  }
  .businessright {
    padding-top: 30px;
  }
  .businessright span {
    font-size: 22px;
  }
  .businessright p {
    font-size: 12px;
  }
  .businessleft span {
    font-size: 1.3rem;
  }
  .mainProduct .moduleBody ul li span:nth-of-type(1) {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .mainProduct .moduleBody ul li span:nth-of-type(2) {
    font-size: 14px;
  }
  .pcMemory {
    display: none;
  }
  .telMemory {
    position: relative;
    display: block;
  }
  
  .chiYuanProfile .top {
    flex-direction: column;
    padding: 0 6%;
  }
  .chiYuanProfile .top img {
    width: 100%;
    margin-right: 0;
    min-width: 100%;
    margin-bottom: 40px;
  }
  .chiYuanProfile .top .rightDetal {
    width: 100%;
  }
  .chiYuanProfile .top .rightDetal p {
    -webkit-line-clamp: 14;
    font-size: 14px;
    text-indent: 3rem;
    line-height: 2.5rem;
  }
  .chiYuanProfile .top .rightDetal h1 {
    font-size: 18px;
    text-align: center;
  }
  .mainBusiness .moduleBody {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 6%;
  }
  .businessleft {
    width: 100%;
    order: 2;
  }
  .businessleft .bleft {
    flex: 1;
    padding: 0;
  }
  .businessleft .bright {
    flex: 1;
    padding: 0;
  }
  .mainProduct .moduleBody ul li {
    flex: 1
  }
}