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

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

.web-path .title-box {
  text-align: center;
}

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

.web-path .title-box .sub-title {
  font-size: 23px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #A6A6A6;
}

.web-path .pic-box {
  position: relative;
  width: 1200px;
  height: 720px;
  margin: 59px auto;
}

.web-path .pic-box img {
  position: absolute;
  cursor: pointer;
  box-shadow: 0px 14px 25px 0px rgba(123, 123, 123, 0.3);
  border-radius: 23px;
  -webkit-transition: .6s all;
  -moz-transition: .6s all;
  transition: .6s all;
  
}

.web-path .pic-box img:hover {
  z-index: 999 !important;
  transform: scale(1.02);
  
}

.web-path .pic-box img:nth-child(1) {
  top: 59px;
  left: 119px;
  z-index: 1;
  width: 356px;
}

.web-path .pic-box img:nth-child(2) {
  top: 235px;
  left: 0;
  z-index: 5;
  width: 355px;
}

.web-path .pic-box img:nth-child(3) {
  top: 442px;
  left: 250px;
  z-index: 25;
  width: 330px;
}

.web-path .pic-box img:nth-child(4) {
  top: 0;
  left: 597px;
  z-index: 15;
  width: 352px;
}

.web-path .pic-box img:nth-child(5) {
  top: 139px;
  left: 341px;
  z-index: 25;
  width: 498px;
}

.web-path .pic-box img:nth-child(6) {
  top: 351px;
  left: 557px;
  z-index: 10;
  width: 328px;
}

.web-path .pic-box img:nth-child(7) {
  top: 115px;
  right: 34px;
  z-index: 24;
  width: 356px;
}

.web-path .pic-box img:nth-child(8) {
  top: 417px;
  right: 57px;
  z-index: 9;
  width: 353px;
}

.web-path .second-box img:nth-child(1) {
  top: 59px;
  left: 119px;
  z-index: 1;
  width: 356px;
}

.web-path .second-box img:nth-child(2) {
  top: 235px;
  left: 0;
  z-index: 5;
  width: 355px;
}

.web-path .second-box img:nth-child(3) {
  top: 442px;
  left: 250px;
  z-index: 25;
  width: 330px;
}

.web-path .second-box img:nth-child(4) {
  top: 0;
  left: 597px;
  z-index: 15;
  width: 352px;
}

.web-path .second-box img:nth-child(5) {
  top: 194px;
  left: 397px;
  z-index: 25;
  width: 374px;
}

.web-path .second-box img:nth-child(6) {
  top: 351px;
  left: 557px;
  z-index: 10;
  width: 328px;
}

.web-path .second-box img:nth-child(7) {
  top: 115px;
  right: 34px;
  z-index: 24;
  width: 356px;
}

.web-path .second-box img:nth-child(8) {
  top: 417px;
  right: 57px;
  z-index: 9;
  width: 353px;
}

.mobile-path .title-box {
  text-align: center;
}

.mobile-path .title-box .title {
  position: relative;
  font-size: .42rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #4F5354;
  margin: .59rem 0 .73rem;
}

.mobile-path .title-box .title::after {
  content: '';
  position: absolute;
  left: 38%;
  bottom: -.18rem;
  width: 24%;
  height: 1px;
  background-color: #F18B5B;
}

.mobile-path .speak-box .list {
  position: relative;
  padding: .39rem .42rem;
}

.mobile-path .speak-box .list::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  background-color: #EDEDED;
}

.mobile-path .speak-box .list .content {
  text-indent: 2em;
  font-size: .29rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #595968;
  text-align: left;
}

.mobile-path .speak-box .list .name {
  font-size: .29rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #595968;
  margin-top: .76rem;
  text-align: right;
}