.aboutnav {
  width: 100%;
  height: auto;
  margin-top: -60px;
  background-color: #fff;
}

.aboutnav .top {
  display: flex;
  align-items: center;
  position: relative;
  width: 577px;
  height: 60px;
  padding: 0 20px;
  margin-left: auto;
}

.aboutnav .top .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.aboutnav .top .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutnav .top .tip {
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.aboutnav .top .tip img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.aboutnav .top .tip p {
  color: #fff;
  font-size: 14px;
}

.solutiondetails {
  width: 100%;
  height: auto;
}

.solutiondetails .topproduce {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
}

.solutiondetails .topproduce .left {
  width: auto;
  height: auto;
  max-width: 100%;
}

.solutiondetails .topproduce .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solutiondetails .topproduce .right {
  margin-left: 4.167vw;
}

.solutiondetails .topproduce .right .title {
  font-size: 1.563vw;
  font-weight: 400;
  color: #000000;
  margin-bottom: 30px;
}

.solutiondetails .topproduce .right .text {
  width: 33.646vw;
  height: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 28.96px;
  color: #212121;
  text-align: left;
  min-height: 100px;
}

.solutiondetails .topproduce .right .btns {
  display: flex;
  align-items: center;
  margin-top: 3.49vw;
}

.solutiondetails .topproduce .right .btns a {
  display: block;
  width: 130px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.solutiondetails .topproduce .right .btns a:nth-child(1) {
  margin-right: 20px;
  background-color: #000;
}

.solutiondetails .topproduce .right .btns a:nth-child(2) {
  background: #0d8ae4;
}

.solutiondetails .linebox {
  width: 66.667vw;
  height: 1px;
  margin: 0 auto;
  margin-bottom: 54px;
  border: 0.25px solid #919191;
}

.solutiondetails .content {
  width: 100%;
  height: auto;
}

.solutiondetails .content .navbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.solutiondetails .content .navbox .list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 213px;
  height: 48px;
  font-size: 16px;
  color: #000;
  background: #dedede;
  margin: 0 5px;
}

.solutiondetails .content .navbox .active {
  color: #fff;
  background: #0d8ae4;
}

.solutiondetails .content .navbox .list:hover {
  color: #fff;
  background: #0d8ae4;
}

.solutiondetails .content .count {
  width: 64.271vw;
  height: auto;
  margin: 0 auto;
}

.solutiondetails .content .count p {
  font-size: 16px;
  font-weight: 400;
  line-height: 34.75px;
  color: #333333;
  margin-bottom: 20px;
}

.solutiondetails .content .count img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 960px) {
  .aboutnav {
    width: 100%;
    height: auto;
    margin-top: -20px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .aboutnav .top {
    display: flex;
    align-items: center;
    position: relative;
    width: 95%;
    height: 30px;
    padding: 0 10px;
    margin-left: auto;
  }

  .aboutnav .top .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .aboutnav .top .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .aboutnav .top .tip {
    position: relative;
    z-index: 11;
    display: flex;
    align-items: center;
    margin-left: 10px;
  }

  .aboutnav .top .tip img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }

  .aboutnav .top .tip p {
    color: #fff;
    font-size: 14px;
  }

  .aboutnav .bot {
    display: none;
  }

  .solutiondetails {
    width: 100%;
    height: auto;
    padding: 15px;
  }

  .solutiondetails .topproduce {
    display: block;
    padding: 30px 0;
  }

  .solutiondetails .topproduce .left {
    width: 100%;
    height: 200px;
  }

  .solutiondetails .topproduce .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .solutiondetails .topproduce .right {
    margin-left: 0;
    margin-top: 30px;
  }

  .solutiondetails .topproduce .right .title {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
  }

  .solutiondetails .topproduce .right .text {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.96px;
    color: #212121;
    text-align: left;
    min-height: 100px;
  }

  .solutiondetails .topproduce .right .btns {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }

  .solutiondetails .topproduce .right .btns a {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
  }

  .solutiondetails .topproduce .right .btns a:nth-child(1) {
    margin-right: 10px;
    background-color: #000;
  }

  .solutiondetails .topproduce .right .btns a:nth-child(2) {
    background: #0d8ae4;
  }

  .solutiondetails .linebox {
    width: 100%;
    height: 1px;
    margin: 0 auto;
    margin-bottom: 54px;
    border: 0.25px solid #919191;
  }

  .solutiondetails .content {
    width: 100%;
    height: auto;
  }

  .solutiondetails .content .navbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  .solutiondetails .content .navbox .list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: auto;
    font-size: 16px;
    padding: 10px;
    color: #000;
    background: #dedede;
    margin: 0 5px;
  }

  .solutiondetails .content .navbox .active {
    color: #fff;
    background: #0d8ae4;
  }

  .solutiondetails .content .navbox .list:hover {
    color: #fff;
    background: #0d8ae4;
  }

  .solutiondetails .content .count {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .solutiondetails .content .count p {
    font-size: 16px;
    font-weight: 400;
    line-height: 34.75px;
    color: #333333;
    margin-bottom: 20px;
  }

  .solutiondetails .content .count img {
    width: 100%;
    height: auto;
  }
}