.proPage .indexPage-outer {
  display: flex;
  justify-content: space-between;
}
.proPage .pro-second-side {
  width: 310px;
}
.proPage .proPage-inner {
  width: calc(90% - 310px);
}
.proPage .proType-btn {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  background: #FF6600;
  margin-bottom: 0;
  display: none;
  padding: 10px 12px;
  border-radius: 10px;
}
.proPage .proMain {
  width: 100%;
}
.proPage .proMain .pro-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.proPage .proMain .pro-item {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  transition: 0.5s;
}
.proPage .proMain .pro-item .pro-tp {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 20px;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/hengyun/hengyun/page-img/proi-cover.png') no-repeat;
  background-size: cover;
}
.proPage .proMain .pro-item .pro-tp .dom {
  width: 100%;
  height: 100%;
  transform: scale(1);
  object-fit: cover;
  transition: 0.5s;
  display: block;
}
.proPage .proMain .pro-item .name {
  transition: 0.5s;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  background: #F3F3F3;
  border-radius: 10px;
  margin-top: 20px;
  display: block;
  padding: 22px 12px;
  font-family: 'SourceHanSansSC-Medium';
  display: flex;
  align-items: center;
  justify-content: center;
}
.proPage .proMain .pro-item .name p {
  width: 100%;
  text-align: center;
  transition: 0.5s;
}
.proPage .proMain .pro-item:hover .pro-tp .dom {
  transform: scale(1.15) rotateZ(0deg);
}
.proPage .proMain .pro-item:hover .name {
  background: #FF6600;
  color: #fff;
}
.proPage .proMain .pro-item:nth-of-type(3n) {
  margin-right: 0;
}
.proPage .webPage {
  margin-top: 60px;
}
.pro-inner-nav {
  width: 100%;
  border-collapse: collapse;
}
.inner-nav-one .inner-nav-first {
  height: auto;
  min-height: 75px;
  background: #FF6600;
  width: 100%;
  padding: 20px 26px;
  display: flex;
  align-items: center;
}
.inner-nav-one .inner-nav-first .proi-type-inner {
  width: calc(100% - 35px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner-nav-one .inner-nav-first .proi-type-inner .proi-type-index {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-nav-one .inner-nav-first .proi-type-inner .proi-type-index img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.inner-nav-one .inner-nav-first .proi-type-inner .proi-type-title {
  font-weight: normal;
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  width: calc(100% - 46px);
}
.inner-nav-one .inner-nav-first .right-icon {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-nav-one .inner-nav-first .right-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: 0.5s;
}
.inner-nav-one .inner-nav-seconds {
  width: 100%;
  border-left: 1px solid #FF6600;
  padding: 0 8px;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.2s;
}
.inner-nav-one .inner-nav-seconds .proi-second-one {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  padding: 24px 12px 24px 50px;
  transition: 0.5s;
  border-radius: 4px;
  width: 100%;
  display: block;
}
.inner-nav-one .inner-nav-seconds .proi-second-one:hover {
  color: #FF6600;
  background: rgba(242, 242, 242, 0.5);
}
.inner-nav-one .inner-nav-seconds .proi-second-one-active {
  color: #FF6600;
  background: rgba(242, 242, 242, 0.5);
}
.inner-nav-one .inner-nav-seconds .proi-second-one:nth-of-type(1) {
  margin-top: 8px;
}
.inner-nav-one .inner-nav-seconds .proi-second-one:nth-last-of-type(1) {
  margin-bottom: 8px;
}
.inner-nav-one-active .right-icon img {
  transform: rotateZ(90deg);
}
.inner-nav-one-active .inner-nav-seconds {
  max-height: 3000px;
  transition: max-height 1.2s;
}
@media only screen and (max-width: 1918px) {
  .inner-nav-one .inner-nav-first .proi-type-inner .proi-type-title {
    font-size: 20px;
  }
  .inner-nav-one .inner-nav-seconds .proi-second-one {
    font-size: 20px;
    padding: 20px 10px 20px 40px;
  }
  .inner-nav-one .inner-nav-first {
    padding: 18px 22px;
  }
  .proPage .proPage-inner {
    width: calc(95% - 310px);
  }
}
@media only screen and (max-width: 1598px) {
  .proPage .proPage-inner {
    width: calc(100% - 350px);
  }
  .inner-nav-one .inner-nav-first .proi-type-inner .proi-type-title {
    font-size: 18px;
  }
  .inner-nav-one .inner-nav-seconds .proi-second-one {
    font-size: 18px;
    padding: 18px 10px 18px 35px;
  }
  .inner-nav-one .inner-nav-first {
    padding: 18px 20px;
    height: auto;
  }
  .proPage .proMain .pro-item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
  .proPage .proMain .pro-item .name {
    margin-top: 18px;
    padding: 18px 12px;
  }
  .proPage .proMain .pro-item .pro-tp {
    border-radius: 12px;
  }
  .proPage .webPage {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 1365px) {
  .proPage .pro-second-side {
    width: 280px;
  }
  .proPage .proPage-inner {
    width: calc(100% - 315px);
  }
  .inner-nav-one .inner-nav-first .proi-type-inner .proi-type-title {
    font-size: 16px;
  }
  .inner-nav-one .inner-nav-seconds .proi-second-one {
    font-size: 16px;
    padding: 16px 10px 16px 32px;
  }
  .inner-nav-one .inner-nav-first .proi-type-inner .proi-type-index {
    width: 30px;
    height: 30px;
  }
  .inner-nav-one .inner-nav-first .right-icon {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 1250px) {
  .proPage .proMain .pro-item {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
  }
  .proPage .proMain .pro-item:nth-of-type(3n) {
    margin-right: 30px;
  }
  .proPage .proMain .pro-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .proPage .webPage {
    margin-top: 36px;
  }
}
@media (max-width: 1023px) {
  .proPage .pro-second-side .pro-inner-nav-pc {
    display: none;
  }
  .proPage .pro-second-side .proType-btn {
    display: block;
  }
  .proPage .indexPage-outer {
    flex-wrap: wrap;
  }
  .proPage .pro-second-side {
    width: 100%;
    margin-bottom: 25px;
  }
  .proPage .proPage-inner {
    width: 100%;
  }
  .prosClassifyMActive {
    left: 20%;
  }
  .prosClassifyMMaskActive {
    display: block;
  }
}
@media (max-width: 767px) {
  .proPage .proMain .pro-item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .proPage .proMain .pro-item:nth-of-type(3n) {
    margin-right: 20px;
  }
  .proPage .proMain .pro-item .name {
    margin-top: 15px;
    padding: 14px 8px;
  }
  .proPage .proMain .pro-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .inner-nav-one .inner-nav-first .proi-type-inner .proi-type-title {
    font-size: 14px;
  }
  .inner-nav-one .inner-nav-first .right-icon {
    width: 23px;
    height: 23px;
  }
  .inner-nav-one .inner-nav-first .proi-type-inner .proi-type-index {
    width: 26px;
    height: 26px;
  }
  .inner-nav-one .inner-nav-first {
    padding: 12px 14px;
  }
  .inner-nav-one .inner-nav-seconds .proi-second-one {
    font-size: 14px;
    padding: 12px 4px 12px 10px;
  }
  .proPage .webPage {
    margin-top: 22px;
  }
}
@media (max-width: 386px) {
  .proPage .proMain .pro-item {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
  }
  .proPage .proMain .pro-item:nth-of-type(3n) {
    margin-right: 15px;
  }
  .proPage .proMain .pro-item .name {
    margin-top: 14px;
    font-size: 12px;
    padding: 12px 8px;
  }
  .proPage .proMain .pro-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
