.gongsirongyu {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 30px;
  font-size: 20px;
  line-height: 1.6;
  background-color: #fff;
  color: #333;
}

.h-a {
  position: relative;
  background-color: transparent;
  padding: 5rem 0;
  overflow: hidden;
  user-select: none;
  font-size: 14px;
}
.h-top {
  height: 4rem;
  width: 100%;
  background:  center center no-repeat;
  background-color: transparent;
  background-size: 46px 46px;
}
.h-bottom {
  height: 4rem;
  width: 100%;
  background:  center center no-repeat;
  background-color: transparent;
  background-size: 46px 46px;
}
.h-list {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.h-list::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -webkit-calc(45%);
  left: -moz-calc(45%);
  left: calc(50% - 5px);
  width: 10px;
  background:  center repeat-y;
  -o-background-size: 100%;
  background-size: 100%;
}
.h-list .right {
  float: right;
  text-align: left;
}
.h-list .right .m-title::after {
  content: '';
  left: -10%;
  bottom: -1px;
  position: absolute;
  width: 10%;
  height: 2px;
  background-color: #4c2d82;
}
.h-list .right .m-title::before {
  content: '';
  left: -13%;
  bottom: -5px;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #4c2d82;
}
.h-list .left {
  float: left;
  text-align: left;
}
.h-list .left .m-title::after {
  content: '';
  right: -10%;
  bottom: -1px;
  position: absolute;
  width: 10%;
  height: 2px;
  background-color: #4c2d82;
}
.h-list .left .m-title::before {
  content: '';
  right: -13%;
  bottom: -5px;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #4c2d82;
}
.h-m {
  width: 42%;
  margin-bottom: 5rem;
  min-height: 300px;
}
.h-m .m-title {
  position: relative;
  line-height: 2.5rem;
  font-size: 22px;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ccc;
  color: #ffab48;
  transition: all 0.3s ease;
}
.h-m .m-cont {
  line-height: 2em;
  padding: 1em;
  font-size: 16px;
  color: #515151;
}

.h-m .m-cont p {
  position: relative;
}

.h-m .m-cont > p::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  left: -14px;
  top: 12px;
  background-color: #4c2d82;
  /* border: 2px solid #ffab48; */
  border-radius: 50%;
}

.h-m .m-f {
  width: 100%;
  height: 330px;
  overflow: hidden;
  border-radius: 0.5rem;
}
.h-m .m-f img {
  width: 100%;
  transition: transform 1s ease;
}
.h-m:nth-child(2) {
  margin-top: 10rem;
}
.h-m:hover .m-title {
  color: #775186;
}
.h-m:hover .m-f img {
  transform: scale(1.3);
}

.l-a {
  /* padding-bottom: 200px; */
  /* background-color: #fff; */
  overflow: hidden;
  /* padding: 20px; */
}

.l-title h3 {
  padding: 0 20px;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 2px;
}

.l-a .l-left {
  width: 55%;
  float: left;
  background: linear-gradient(to bottom right, rgb(251, 251, 251), #fff);
  border-top: 2px solid;
  border-image: linear-gradient(to right, #4c2d82, #fff) 1;
}

.l-a .l-right {
  width: 40%;
  float: right;
  margin-top: 40px;
  /* margin-right: 100px; */
  /* overflow: hidden; */
}
.l-right-img {
  width: 80%;
  margin-left: 15%;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}
.l-right-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lli-time {
  font-size: 28px;
  color: #333;
  font-weight: 600;
}
.lli-time p {
  margin: 10px 0;
}

.lli-time span {
  font-size: 16px;
}

.lli-content {
  position: relative;
  padding-left: 26px;
  line-height: 2em;
  font-size: 16px;
  color: #666;
}
.lli-content::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  left: 10px;
  top: 12px;
  background-color: transparent;
  border: 2px solid #4c2d82;
  border-radius: 50%;
}

.l-left-swiper {
  position: relative;
  width: 100%;
  padding: 20px;
}
.l-left-swiper .swiper-wrapper {
  padding-bottom: 100px;
}
.l-left-swiper_btn {
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 120px;
}
.l-left-swiper_btn .swiper-button-prev {
  position: absolute;
  top: 50px;
  left: -80px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #4c2d82;
  background-image: ;
  background-size: 24px 24px;
  box-sizing: border-box;
}
.l-left-swiper_btn .swiper-button-next {
  position: absolute;
  top: 50px;
  left: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #4c2d82;
  background-image: ;
  background-size: 24px 24px;
  box-sizing: border-box;
}

.l-left-items {
  /* padding: 20px; */
  box-sizing: border-box;
}
.l-left-item {
  margin-bottom: 20px;
}
.l-left-swiper .swiper-slide {
  /* background-color: #fff; */

  background: linear-gradient(to bottom right, rgb(251, 251, 251), #fff);
  height: auto;
}

.yuan-rotate {
  position: absolute;
  top: 26px;
  left: -2px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  z-index: 1;
}

.yuan-rotate-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  width: 62px;
  height: 62px;
  /* background-color: transparent; */
  /* border: 1px solid #4c2d82; */
  background-color: #fff;
  clip-path: rect(0 31px 62px 0);
}

.yuan-rotate-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #4c2d82;
  box-sizing: border-box;
  clip-path: rect(0 30px 60px 0);
  /* transform: rotatez(180deg); */
  /* animation: rotate_helf_round 2s linear 0s;
  animation-fill-mode: forwards; */
}
.yuan-rotate-right {
  position: relative;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #4c2d82;
  box-sizing: border-box;
  clip-path: rect(0 30px 60px 0);
  z-index: 10;
  /* transform: rotatez(180deg); */
  /* animation: rotate_round 4s linear 0s infinite; */
  /* display: none; */
}

.left-top {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
  -webkit-transform: translate(-100%, 50%);
  -moz-transform: translate(-100%, 50%);
  -o-transform: translate(-100%, 50%);
  transform: translate(-100%, 50%);
}
.right-top {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
  -webkit-transform: translate(100%, 50%);
  -moz-transform: translate(100%, 50%);
  -o-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
}

.is-visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

@keyframes rotate_round {
  from {
    transform: rotatez(0deg);
  }
  to {
    transform: rotatez(360deg);
  }
}

@keyframes rotate_helf_round {
  from {
    transform: rotatez(0deg);
  }
  to {
    transform: rotatez(180deg);
  }
}

@media (max-width: 600px) {
  .h-list {
    padding: 0;
  }
  .h-a {
    padding: 2rem 1rem;
  }
  .h-list::after {
    display: none;
  }
  .h-list .right,
  .h-list .left {
    float: none;
    text-align: left;
  }
  .h-list .h-m {
    width: 100%;
    min-height: 100px;
    margin-bottom: 20px;
  }
  .h-list .h-m:first-child,
  .h-list .h-m:nth-child(2) {
    margin-top: 0;
  }
  .h-top,
  .h-bottom {
    display: none;
  }

  .l-a .l-left {
    width: 100%;
  }
  .l-left-swiper {
    padding: 0;
  }
  .l-a .l-right {
    display: none;
  }
}
