/* .solution .headers .fixed .header-title ul li:nth-child(2) a {
  color: #2e99c0;
} */
.solution .banner {
  position: relative;
}
.solution .banner img {
  width: 100%;
  height: 100%;
}
.solution .banner h1 {
  color: #fff;
  font-size: 0.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* font-weight: 100; */
}
.solution .exhibitList {
  width: 100%;
  padding-top: 199px;
}
.solution .exhibitList .exhibit {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
  margin-top: 75px;
}
@media (max-width: 1000px) {
  .solution .exhibitList .exhibit {
    width: 80%;
  }
}
@media (max-width: 750px) {
  .exhibitList >h2{
    font-size: 0.6rem!important;
  }
  .solution .exhibitList .exhibit {
    width: 90%;
  }
  .solution .exhibitList {
    padding-top: 0.5rem;
  }
  .solution .exhibitList .exhibit .item{
    height: auto!important;
  }

  .solution .exhibitList .exhibit{
    margin-top: 0.5rem;
  }
}
.solution .exhibitList .exhibit .item {
  box-sizing: content-box;
  width: 100%;
  display: flex;
  margin-bottom: 56px;
  overflow: hidden;
  border-radius: 10px;
  height: 500px;
}
.solution .exhibitList .exhibit .item .img {
  /* width: 4.4rem; */
  /* flex: 1; */
  /* height: 2.9167rem; */
  cursor: pointer;
  overflow: hidden;
}
.solution .exhibitList .exhibit .item .img:hover img {
  transform: scale(1.05);
}
@media (max-width: 1000px) {
  .solution .exhibitList .exhibit .item .img {
    width: 5.0583rem;
  }
}
@media (max-width: 750px) {
  .solution .exhibitList .exhibit .item .img {
    width: 100%;
    height: 230px;
  }
}
.solution .exhibitList .exhibit .item .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  vertical-align: bottom;
}
.solution .exhibitList .exhibit .item-right {
  background-color: #f0f4f6;
  width: 642px;
}
.solution .exhibitList .exhibit .item-right .title {
  text-align: center;
  padding: 110px 0.2604rem 0;
}
.solution .exhibitList .exhibit .item-right .title h3 {
  padding-bottom: 0.1823rem;
  font-size: 0.1875rem;
  color: #010622;
}
.solution .exhibitList .exhibit .item-right .title p {
  font-size: 0.0938rem;
  color: #010622;
  /* height: 1.25rem; */
  line-height: 0.1563rem;
  text-align: left;
  text-indent: 2em;
}
.solution .exhibitList .exhibit .item-right .title a {
  margin-top: 80px;
  /* background-color: #fff; */
  color: #2A66FE;
  /* width: 1.0417rem; */
  height: 1rem;
  /* line-height: 32px; */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .solution .exhibitList .exhibit .item-right .title a:hover {
  color: #fff;
  background: url('../../images/brand-back.png') no-repeat center / 100%;
  background-size: cover;
} */
@media (max-width: 1000px) {
  .solution .exhibitList .exhibit .item-right .title a {
    /* width: 1.5rem; */
    height: 0.4rem;
    line-height: 0.4rem;
  }
}
@media (max-width: 750px) {
  .solution .exhibitList .exhibit .item-right .title a {
    /* width: 2.2rem; */
    height: 0.55rem;
    line-height: 0.55rem;
  }
}
.solution .exhibitList .exhibit .item-right .title a span {
  /* font-size: 0.083333rem; */
}
.solution .exhibitList .exhibit .item-right .title a span:nth-child(1) {
  /* margin-left: -0.3604rem; */
}
.solution .exhibitList .exhibit .item-right .title a span:nth-child(2) {
  position: absolute;
  left: 0.8594rem;
}
.solution .exhibitList .exhibit .item:nth-child(even) .item-right {
  order: -1;
}
.solution .exhibitList .exhibit:last-child {
  margin-bottom: 0.7031rem;
}

@media screen and (max-width: 1200px) {
  .solution .exhibitList .exhibit .item-right .title p {
    font-size: 0.125rem;
    line-height: 0.260417rem;
  }
  .solution .exhibitList .exhibit .item-right .title a {
    /* width: 1.5rem; */
    height: 0.5rem;
    padding: 0 20px;
    line-height: 0.5rem;
    /* display: flex;
    justify-content: space-between; */
    margin: 0.2604rem auto 0;
  }
  .solution .exhibitList .exhibit .item-right .title a span {
    font-size: 0.125rem;
  }
  .solution .exhibitList .exhibit .item-right .title a span:nth-child(2) {
    position: initial;
    left: 0;
    display: inline-block;
  }
  .solution .exhibitList .exhibit .item-right .title a span:nth-child(1) {
    margin-left: 0;
  }
  .solution .exhibitList .exhibit .item-right .title a span:nth-child(1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 750px) {
  .solution .exhibitList .exhibit .item .img {
    width: 100%;
    height: auto;
  }
  .solution .exhibitList .exhibit .item-right {
    flex: 1;
    width: 100%;
    padding: 0.3rem;
  }
  .solution .exhibitList .exhibit .item {
    /* flex-wrap: wrap; */
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;
  }
  .solution .exhibitList .exhibit .item-right .title h3 {
    font-size: 0.4rem;
  }
  .solution .exhibitList .exhibit .item-right .title {
    text-align: center;
    padding: 0;
  }
  .solution .exhibitList .exhibit .item-right .title p {
    font-size: 0.36rem;
    line-height: 0.6rem;
    margin: 0.2rem 0 0.6rem;
  }
  .solution .exhibitList .exhibit .item-right .title a {
    /* width: 2.8rem; */
    height: 1rem;
    line-height: 1rem;
    margin: 0 auto 0;
  }
  .solution .exhibitList .exhibit .item-right .title a span {
    font-size: 0.35rem;
  }
  .solution .exhibitList .exhibit .item:nth-child(even) .item-right {
    order: 0;
  }
}
