.proPage {
  display: flex;
}
.proPage .pro-second-side {
  width: 21%;
  min-width: 400px;
  background: rgba(219, 230, 247, 0.6);
  padding-right: 3.2%;
  padding-left: 3.2%;
}
.proPage .pro-second-side .pro-second-side-title {
  font-weight: 400;
  font-size: 85px;
  color: #1356D1;
  line-height: 90px;
  font-family: 'BebasNeue';
  margin-bottom: 45px;
}
.proPage .pro-second-side .pro-second-side-title-other {
  font-size: 70px;
}
.proPage .proPage-inner {
  background: #F3F7FF;
  width: 79%;
  max-width: calc(100% - 400px);
}
.proPage .proType-btn {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  background: #1A5ED4;
  margin-bottom: 0;
  display: none;
  padding: 10px 12px;
  border-radius: 6px;
}
.proPage .proMain {
  width: 100%;
}
.proPage .proMain .proMain-inner {
  padding: 0 60px 0 95px;
}
.proPage .proMain .pro-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.proPage .proMain .pro-item {
  width: calc((100% - 100px) / 3);
  margin-right: 50px;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
  transition: 0.5s;
  border-radius: 20px;
  border: 2px solid #FFFFFF;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/yongjia/imgs/pro-cover.png') no-repeat;
  background-size: cover;
}
.proPage .proMain .pro-item .pro-index {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  font-family: 'Roboto-Regular';
  padding: 30px 30px 0;
}
.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;
}
.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 {
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  transition: 0.5s;
  width: 100%;
  display: block;
  border-top: 1px solid #F8F8F8;
  padding: 22px 12px;
}
.proPage .proMain .pro-item .name p {
  width: 100%;
  text-align: center;
  transition: 0.5s;
}
.proPage .proMain .pro-item:hover {
  border: 2px solid #FFFFFF;
  box-shadow: 0px 17px 21px 2px rgba(188, 207, 245, 0.41);
}
.proPage .proMain .pro-item:hover .pro-tp .dom {
  transform: scale(1.15) rotateZ(0deg);
}
.proPage .proMain .pro-item:nth-of-type(3n) {
  margin-right: 0;
}
.proPage .webPage {
  margin-top: 30px;
}
.pro-inner-nav {
  width: 100%;
  border-collapse: collapse;
}
.inner-nav-one {
  border: 1px solid #CEDAF4;
  padding: 10px 20px;
  min-height: 50px;
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.5s;
  background: transparent;
}
.inner-nav-one .proi-type-inner {
  width: calc(100% - 15px);
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.inner-nav-one .proi-type-inner .proi-type-index {
  width: 25px;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 25px;
  transition: 0.5s;
}
.inner-nav-one .proi-type-inner .proi-type-title {
  width: calc(100% - 25px);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 25px;
  transition: 0.5s;
}
.inner-nav-one .right {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-nav-one .right img {
  width: 12px;
  display: block;
}
.inner-nav-one:hover {
  background: #1356D1;
}
.inner-nav-one:hover .proi-type-inner {
  transform: translateX(15px);
}
.inner-nav-one:hover .proi-type-inner .proi-type-index {
  color: #fff;
}
.inner-nav-one:hover .proi-type-inner .proi-type-title {
  color: #fff;
}
.inner-nav-one:hover .right {
  opacity: 1;
}
.inner-nav-one-active {
  background: #1356D1;
}
.inner-nav-one-active .proi-type-inner {
  transform: translateX(15px);
}
.inner-nav-one-active .proi-type-inner .proi-type-index {
  color: #fff;
}
.inner-nav-one-active .proi-type-inner .proi-type-title {
  color: #fff;
}
.inner-nav-one-active .right {
  opacity: 1;
}
@media only screen and (max-width: 1850px) {
  .proPage .proMain .proMain-inner {
    padding: 0 5% 0 5%;
  }
  .proPage .proMain .pro-item {
    width: calc((100% - 90px) / 3);
    margin-right: 45px;
    margin-bottom: 45px;
  }
  .proPage .pro-second-side .pro-second-side-title {
    margin-bottom: 38px;
    font-size: 66px;
  }
  .proPage .webPage {
    margin-top: 20px;
  }
  .proPage .proMain .pro-item .name {
    padding: 20px 7px;
  }
}
@media only screen and (max-width: 1598px) {
  .proPage .proMain .pro-item {
    width: calc((100% - 64px) / 3);
    margin-right: 32px;
    margin-bottom: 32px;
    border-radius: 12px;
  }
  .proPage .proMain .pro-item .name {
    font-size: 16px;
  }
  .proPage .proMain .pro-item .pro-index {
    padding: 22px 22px 0;
  }
  .webPage .pageBtn {
    width: auto;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1365px) {
  .webPage .pageBtn .text {
    display: none;
  }
  .webPage .pageBtn .icon {
    margin: 0 0;
  }
  .proPage .pro-second-side {
    width: 350px;
    min-width: 0;
  }
  .proPage .proPage-inner {
    width: calc(100% - 350px);
    max-width: calc(100% - 350px);
  }
  .proPage .pro-second-side .pro-second-side-title {
    margin-bottom: 28px;
    font-size: 64px;
    line-height: 82px;
  }
  .proPage .proMain .pro-item .pro-index {
    padding: 16px 16px 0;
  }
  .proPage .proMain .pro-item .name {
    font-size: 14px;
    padding: 18px 7px;
  }
}
@media (max-width: 1250px) {
  .inner-nav-one .proi-type-inner .proi-type-title {
    font-size: 14px;
  }
  .inner-nav-one .proi-type-inner .proi-type-index {
    font-size: 14px;
  }
  .proPage .pro-second-side .pro-second-side-title {
    margin-bottom: 16px;
    font-size: 60px;
    line-height: 76px;
  }
  .proPage .proMain .pro-item {
    width: calc((100% - 35px) / 2);
    margin-right: 35px;
    margin-bottom: 35px;
  }
  .proPage .proMain .pro-item:nth-of-type(3n) {
    margin-right: 35px;
  }
  .proPage .proMain .pro-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .proPage {
    flex-wrap: wrap;
  }
  .proPage .pro-second-side {
    width: 100%;
  }
  .proPage .proPage-inner {
    width: 100%;
    max-width: 100%;
  }
  .pro-inner-nav-pc {
    display: none;
  }
  .proPage .proType-btn {
    display: block;
  }
  .prosClassifyMActive {
    left: 20%;
  }
  .prosClassifyMMaskActive {
    display: block;
  }
  .proPage .proMain .pro-item {
    width: calc((100% - 44px) / 3);
    margin-right: 22px;
    margin-bottom: 22px;
  }
  .proPage .proMain .pro-item .pro-index {
    padding: 14px 16px 0;
    font-size: 12px;
  }
  .proPage .proMain .pro-item .name {
    padding: 14px 6px;
  }
  .proPage .proMain .pro-item:nth-of-type(2n) {
    margin-right: 22px;
  }
  .proPage .proMain .pro-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .proPage .pro-second-side .pro-second-side-title {
    font-size: 50px;
    line-height: 50px;
  }
  .proPage .proMain .pro-item {
    width: calc((100% - 18px) / 2);
    margin-right: 18px;
    margin-bottom: 20px;
    border-radius: 9px;
  }
  .proPage .proMain .pro-item:nth-of-type(3n) {
    margin-right: 18px;
  }
  .proPage .proMain .pro-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .webPage .pageBtn {
    padding: 0 10px;
  }
  .webPage .pageBtn .icon {
    width: 16px;
  }
}
@media (max-width: 386px) {
  .proPage .proMain .pro-item {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 15px;
    border-radius: 6px;
  }
  .proPage .proMain .pro-item:nth-of-type(3n) {
    margin-right: 10px;
  }
  .proPage .proMain .pro-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .proPage .proMain .pro-item .name {
    padding: 12px 4px;
    font-size: 12px;
  }
}
