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

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

.img-wrapper{
  width: 1200px;
  margin: 0 auto;
}
.introduction{
  margin: 60px 0;
}
.introduction .item{
  display: flex;
  border-bottom: 1px solid #E6E6E6;
  padding: 20px 0;
}
.introduction .item:last-child{
  border-bottom: none;
}
.introduction .item .left{
  margin-right: 20px;
}
.introduction .item img{
  width: 50px;
}
.introduction .item:nth-child(3) img{
  margin-top: 7px;
}
.introduction .item .title{
  font-size: 22px;
  color: #F18B5B;
  margin-bottom: 5px;
}
.introduction .item .content{
  font-size: 18px;
}
.img-wrapper .img-box{
  display: inline-block;
  box-shadow: -20px 20px 6px rgb(0 166 111 / 0.1);
}
.img-wrapper .img-box img{
  box-shadow: 0 0 10px 7px rgba(0, 0, 0, 0.1);
  width:1200px;
  padding: 100px 125px;
}
.mobile-path .img-wrapper{
  width: 100%;
}
.mobile-path .introduction{
  margin: 0;
}
.mobile-path .introduction .item{
  padding: 10px;
  margin: 0 10px;
}
.mobile-path .introduction .item:first-child{
  padding: 0 10px 10px;
}
.mobile-path .introduction .item img{
  width: 30px;
}
.mobile-path .introduction .item .title{
  font-size: 16px;
}
.mobile-path .introduction .item .content{
  font-size: 12px;
  padding: 0;
}
.mobile-path .img-box{
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.mobile-path .img-box img{
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
  width:320px;
  padding: 25px 35px;
}

.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 .main-box {
  width: 1200px;
  margin: 72px auto 30px;
}

.web-path .main-box .lt-box {
  position: relative;
  width: 518px;
}

.web-path .main-box .lt-box img {
  box-shadow: -12px 12px 6px rgb(0 166 111 / 0.1);
}

.web-path .main-box .rt-box {
  width: 612px;
}

.web-path .main-box .rt-box .top-box {
  width: 532px;
  padding-top: 12px;
}

.web-path .main-box .rt-box .top-box p {
  text-indent: 2em;
  font-size: 18px;
  color: #222;
}

.web-path .main-box .rt-box .bottom-box {
  width: 612px;
  margin-top: 55px;
}

.web-path .main-box .rt-box .bottom-box img {
  box-shadow: -12px 12px 6px rgb(0 166 111 / 0.1);
}

.mobile-path .title-path {
  text-align: center;
  padding: .6rem 0 .8rem;
}

.mobile-path .title-path .title {
  font-size: .33rem;
  font-weight: bold;
  color: #4F5354; position: relative;
}
.mobile-path .title-path .title:after{content: '';
    position: absolute;
    bottom: -0.2rem;
    left: 40%;
    width: 20%;
    height: 1px;
    background: #F18B5B;}
.mobile-path .title-path .sub-title {
  position: relative;
  font-size: .28rem;
  color: #CDCDCD;
}

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

.mobile-path .pic-box {
  padding: 0 .45rem;
}

.mobile-path .content {
  font-size: .21rem;
  color: #707070;
  padding: .15rem 1.04rem;
}
