.inner-banner {
  margin-top: 78px;
  position: relative;
  overflow: hidden;
}
.inner-banner img {
  width: 100%;
}
.inner-banner .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
}
.inner-banner .text p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
}
.inner-banner .text .mores {
  margin-top: 30px;
}
.inner-banner .text .mores a {
  width: 210px;
}
.inner-banner .bread {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30px;
}
.inner-banner .bread .con {
  display: flex;
  align-items: center;
  color: #fff;
}
.inner-banner .bread .con svg {
  margin-right: 8px;
  position: relative;
}
.inner-banner .bread .con svg path {
  fill: #fff;
  opacity: 0.5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.inner-banner .bread .con span {
  margin: 0 8px;
}
.inner-banner .bread .con a {
  display: flex;
  align-items: center;
  color: #fff;
}
.inner-banner .bread .con a:hover svg path {
  opacity: 1;
}
.inner-banner .bread .con h2{
    display: flex;
}
.inner-banner .bread .con h3 {
  max-width: 50%;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  max-height: 1.5em;
}
@media screen and (max-width: 1680px) {
  .inner-banner {
    margin-top: 68px;
  }
  .inner-banner .bread {
    top: 24px;
  }
}
@media screen and (max-width: 1440px) {
  .inner-banner .bread {
    top: 20px;
  }
  .inner-banner .text .mores {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .inner-banner {
    margin-top: 60px;
  }
  .inner-banner .text {
    top: 55%;
  }
  .inner-banner .bread {
    top: 14px;
  }
}
@media screen and (max-width: 768px) {
  .inner-banner {
    height: 180px;
  }
  .inner-banner img {
    height: 100%;
    width: auto;
    position: absolute;
    right: -60px;
    top: 0;
  }
  .inner-banner .bread {
    display: none;
  }
  .inner-banner .text {
    top: 50%;
  }
  .inner-banner .text p {
    font-size: 16px;
    margin-top: 4px;
  }
  .inner-banner .text .mores {
    margin-top: 14px;
  }
  .inner-banner .text .mores a {
    width: 190px;
  }
}
