.proPage {
  position: relative;
}
.proPage .proPage-title {
  width: 100%;
  height: 200px;
}
.proPage .proPage-main {
  width: 100%;
  display: flex;
  padding: 23px 0;
}
.proPage .proPage-side {
  min-width: 440px;
  width: 23%;
  background: rgba(241, 241, 241, 0.5);
  border-radius: 0 30px 30px 0;
  position: relative;
}
.proPage .proPage-side .proPage-side-inner {
  position: relative;
  z-index: 12;
  padding: 100px 60px 60px 100px;
}
.proPage .proPage-side::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url('https://file.global86.cn/website_v3-guoneijiedian/guando/page-img(2)/pro-type-dot.png') no-repeat;
  background-size: auto 70%;
  background-position: left 45%;
}
.proPage .proPage-list {
  width: 77%;
}
.proPage .proPage-list-inner {
  width: 100%;
  padding: 0 54px 70px 30px;
}
.proPage .proPage-list-inner .pro-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.proPage .proPage-list-inner .pro-item {
  width: calc((100% - 84px) / 3);
  margin-right: 42px;
}
.proPage .proPage-list-inner .pro-item .pro-tp {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #39559D;
  padding: 13px;
  display: block;
}
.proPage .proPage-list-inner .pro-item .pro-tp .pro-tp-inner {
  width: 100%;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/guando/page-img(2)/pro-tp-back.png') no-repeat;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proPage .proPage-list-inner .pro-item .pro-tp .pro-tp-inner img {
  width: 80%;
  height: 80%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.proPage .proPage-list-inner .pro-item .name {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #676767;
  line-height: 30px;
  padding: 14px 0 18px;
  transition: 0.5s;
}
.proPage .proPage-list-inner .pro-item:hover .pro-tp .pro-tp-inner img {
  transform: scale(1.1);
}
.proPage .proPage-list-inner .pro-item:hover .name {
  color: #FF5E15;
}
.proPage .proPage-list-inner .pro-item:nth-of-type(3n) {
  margin-right: 0;
}
.proPage .proType-btn {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  background: #FF5E15;
  margin-bottom: 0;
  display: none;
  padding: 10px 12px;
  border-radius: 6px;
}
.proPage .webPage {
  margin-top: 30px;
}
.proPage .pro-nban-dot {
  position: absolute;
  width: 25%;
  max-width: 420px;
  top: 0;
  right: 4%;
  transform: translateY(-50%);
}
.pro-inner-nav {
  width: 100%;
  border-collapse: collapse;
}
.inner-nav-one {
  border-bottom: 1px solid #DFDFDF;
  padding: 28px 0;
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.5s;
  background: transparent;
  justify-content: space-between;
  margin-bottom: 40px;
}
.inner-nav-one .proi-type-dot {
  width: 16px;
  height: 16px;
  background: #A5A5A5;
  border-radius: 50%;
  transition: 0.5s;
}
.inner-nav-one .proi-type-title {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  transition: 0.5s;
  width: calc(100% - 72px);
}
.inner-nav-one .right {
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  line-height: 30px;
  transition: 0.5s;
}
.inner-nav-one::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 26px;
  height: 1px;
  background: #39559D;
  transition: 0.5s;
}
.inner-nav-one:hover .proi-type-dot {
  background: #FF5E15;
}
.inner-nav-one:hover .proi-type-title {
  color: #FF5E15;
}
.inner-nav-one:hover .right {
  color: #FF5E15;
  transform: rotateZ(180deg);
}
.inner-nav-one:hover::after {
  width: 36px;
  background: #FF5E15;
}
.inner-nav-one-active .proi-type-dot {
  background: #FF5E15;
}
.inner-nav-one-active .proi-type-title {
  color: #FF5E15;
}
.inner-nav-one-active .right {
  color: #FF5E15;
}
.inner-nav-one-active::after {
  background: #FF5E15;
}
@media only screen and (max-width: 1918px) {
  .proPage .proPage-side .proPage-side-inner {
    padding: 26px 50px;
  }
  .proPage .proPage-side {
    min-width: 360px;
  }
  .inner-nav-one {
    padding: 25px 0;
  }
  .proPage .proPage-list-inner .pro-item .name {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1598px) {
  .inner-nav-one .proi-type-title {
    font-size: 17px;
  }
  .proPage .proPage-side {
    width: 300px;
    min-width: 0;
  }
  .proPage .proPage-list {
    width: calc(100% - 300px);
  }
  .proPage .proPage-side .proPage-side-inner {
    padding: 24px 35px;
  }
  .inner-nav-one {
    padding: 22px 0;
    margin-bottom: 30px;
  }
  .proPage .proPage-list-inner .pro-item .name {
    font-size: 16px;
  }
  .proPage .proPage-list-inner .pro-item .pro-tp {
    padding: 10px;
  }
  .proPage .proPage-list-inner .pro-item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
  .proPage .proPage-list-inner {
    padding: 0 30px 50px 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .inner-nav-one .proi-type-title {
    font-size: 16px;
  }
  .inner-nav-one .proi-type-dot {
    width: 12px;
    height: 12px;
  }
  .inner-nav-one {
    padding: 18px 0;
    margin-bottom: 22px;
  }
  .proPage .proPage-side .proPage-side-inner {
    padding: 24px 30px;
  }
  .proPage .proPage-side {
    width: 275px;
  }
  .proPage .proPage-list {
    width: calc(100% - 275px);
  }
  .proPage .proPage-list-inner .pro-item {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
  }
  .proPage .proPage-list-inner .pro-item .name {
    font-size: 15px;
  }
  .inner-nav-one .proi-type-title {
    font-size: 15px;
    width: calc(100% - 60px);
  }
}
@media (max-width: 1250px) {
  .proPage .pro-nban-dot {
    display: none;
  }
  .proPage .proPage-title {
    display: none;
  }
  .proPage .proType-btn {
    margin-top: 20px;
  }
  .proPage .proPage-side {
    display: none;
  }
  .proPage .proType-btn {
    display: block;
    margin-bottom: 35px;
  }
  .proPage .proPage-list {
    width: 100%;
  }
  .prosClassifyMActive {
    left: 20%;
  }
  .prosClassifyMMaskActive {
    display: block;
  }
}
@media (max-width: 1023px) {
  .proPage .proPage-list-inner .pro-item .pro-tp {
    border-radius: 12px;
  }
  .proPage .proPage-list-inner .pro-item .pro-tp .pro-tp-inner {
    border-radius: 12px;
  }
  .proPage .proPage-list-inner .pro-item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .proPage .proPage-list-inner .pro-item .name {
    font-size: 14px;
    line-height: 26px;
    padding: 14px 0 14px;
  }
  .proPage .proPage-list-inner {
    padding: 0 30px 20px 30px;
  }
  .proPage .pro-nban-dot {
    display: none;
  }
}
@media (max-width: 767px) {
  .proPage .proType-btn {
    margin-top: 0;
  }
  .proPage .proPage-list-inner .pro-item {
    width: calc((100% - 18px) / 2);
    margin-right: 18px;
  }
  .inner-nav-one .proi-type-title {
    font-size: 14px;
    width: calc(100% - 54px);
  }
  .inner-nav-one {
    padding: 15px 0;
    margin-bottom: 20px;
  }
  .proPage .proType-btn {
    margin-bottom: 28px;
  }
  .proPage .proPage-list-inner .pro-item .name {
    font-size: 13px;
    line-height: 24px;
    padding: 12px 0 14px;
  }
  .proPage .proPage-list-inner .pro-item .pro-tp {
    padding: 4px;
    border-radius: 9px;
  }
  .proPage .proPage-list-inner .pro-item .pro-tp .pro-tp-inner {
    border-radius: 9px;
  }
  .proPage .proPage-list-inner {
    padding: 0 5% 20px;
  }
  .proPage .proPage-list-inner .pro-item:nth-of-type(3n) {
    margin-right: 18px;
  }
  .proPage .proPage-list-inner .pro-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
