@media screen and (max-width:768px) {
  .web-path {
    display: none;
  }
}

@media screen and (min-width:768px) {
  .mobile-path {
    display: none;
  }
}

.web-path .head-title {
  margin-top: 80px;
  font-size: 48px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
  font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.web-path .head-sub-title {
  font-size: 23px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #A6A6A6;
  margin: 15px 0 59px;
  text-align: center;
}

.web-path .first {
  position: relative;
  width: 1400px;
  margin: 0 auto;
}

.web-path .first .swiper-slide {
  height: 410px;width: 101%;
}

.web-path .first .pic img {
  width: 700px;
  height: 410px;
}

.web-path .first .content {
  width: 700px;
  padding: 71px 84px;
}

.web-path .first .content .title {
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #292929;
}

.web-path .first .content .discribe {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  margin-top: 33px;
  font-size: 20px;
}

.web-path .first .swiper-button-next {
  right: 458px;
}

.web-path .first .swiper-button-prev {
  left: 792px;
}

.web-path .first .swiper-button-next,
.web-path .first .swiper-button-prev {
  position: absolute;
  top: 83%;
  cursor: pointer;
  width: 53px;
  height: 55px;
  background: #FDFDFD;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
}

.web-path .first .swiper-button-next:after,
.web-path .first .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 27px;
  color: #F7B267;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.web-path .second {
  position: relative;
  width: 1400px;
  margin: 0 auto 100px;
}

.web-path .second .swiper-slide {
  height: 410px;
  
}

.web-path .second .pic img {
  width: 700px;
  height: 410px;
}

.web-path .second .content {
      width: 700px;
    /* padding: 71px 180px; */
    height: 100%;
    text-align: center;
    line-height: 410px;
}

.web-path .second .content .title {
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #292929;
  text-align: center;
}

.web-path .second .content .discribe {
      font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
   
}

.web-path .second .swiper-button-next1 {
  right: 804px;
}

.web-path .second .swiper-button-prev1 {
  left: 100px;
}

.swiper-button-next1:after,
.swiper-container-rtl .swiper-button-prev1:after {
  content: 'next';
}

.swiper-button-prev1:after,
.swiper-container-rtl .swiper-button-next1:after {
  content: 'prev';
}

.web-path .second .swiper-button-next1,
.web-path .second .swiper-button-prev1 {
  position: absolute;
  top: 45%;
  z-index: 10;
  cursor: pointer;
  width: 53px;
  height: 55px;
  background: #00AEEF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
}

.web-path .second .swiper-button-next1:after,
.web-path .second .swiper-button-prev1:after {
  font-family: swiper-icons;
  font-size: 27px;
  color: #fff;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.mobile-path .head-title {
  margin-top: .48rem;
}

.mobile-path .head-title .tit {
  font-size: .33rem;
  font-weight: bold;
  color: #4F5354;
  text-align: center;
}

.mobile-path .head-title .sub-tit {
  position: relative;
  font-size: .28rem;
  color: #CDCDCD;
  text-align: center;
}

.mobile-path .head-title .sub-tit::after {
  content: '';
  position: absolute;
  bottom: -0.2rem;
  left: 40%;
  width: 20%;
  height: 1px;
  background: #F18B5B;
}

.mobile-path .story-path {
  margin-top: .6rem;
}

.mobile-path .story-path .swiper-slide .tit {
  font-size: .29rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #4F5354;
  padding: .19rem 0;
}

.mobile-path .story-path .swiper-slide .content {
  font-size: .25rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #595968;
}

.mobile-path .s-title {
      position: relative;
    font-size: .25rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0E161D;
    margin: .59rem 0 .29rem;
    padding-left: 1.1rem;
    height: 0.55rem;
    line-height: 0.6rem;
}

.mobile-path .s-title::before {
     content: '';
    position: absolute;
    top: .03rem;
    left: .7rem;
    width: .04rem;
    height: 0.55rem;
    background-color: #F18B5B;
    margin-bottom: 20px;
}

.mobile-path .vedio-path {
  margin-bottom: .5rem;
}