.proPage .proPage-type-first {
  width: 100%;
  display: flex;
  padding: 40px 0;
}
.proPage .proPage-type-first .proPage-type-one {
  margin-right: 128px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.proPage .proPage-type-first .proPage-type-one .proPage-type-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.proPage .proPage-type-first .proPage-type-one .proPage-type-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.proPage .proPage-type-first .proPage-type-one .proPage-type-text {
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  line-height: 34px;
  margin-top: 18px;
  transition: 0.5s;
}
.proPage .proPage-type-first .proPage-type-one:hover .proPage-type-icon img {
  transform: rotateY(360deg);
}
.proPage .proPage-type-first .proPage-type-one:hover .proPage-type-text {
  color: #47B92F;
}
.proPage .proPage-type-first .proPage-type-one-active .proPage-type-text {
  color: #47B92F;
}
.proPage .proPage-type-seconds {
  width: 100%;
  background: #47B92F;
  height: 100px;
  margin-bottom: 40px;
}
.proPage .type-seconds-swiper {
  width: 100%;
  height: 100%;
}
.proPage .type-seconds-one {
  width: 218px;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  height: 100%;
  padding: 0 15px;
}
.proPage .type-seconds-one::after {
  content: "";
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.proPage .type-seconds-one:hover {
  color: #ffffff;
}
.proPage .type-seconds-one-active {
  color: #ffffff;
}
.proPage .proPage-list {
  width: 100%;
}
.proPage .list-outer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.proPage .pro-item {
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
  margin-bottom: 40px;
  position: relative;
}
.proPage .pro-item .item-pro-cover {
  background: url('https://file.global86.cn/website_v3-guoneijiedian/weiyang/perforated-panel-cover-back.png') no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}
.proPage .pro-item .item-pro-cover img {
  display: block;
  width: 80%;
  height: 80%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.proPage .pro-item .item-pro-title {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
  border-bottom: 1px solid #EFEFEF;
}
.proPage .pro-item .item-pro-title .item-pro-name {
  font-weight: 500;
  font-size: 18px;
  color: #222222;
  line-height: 26px;
  max-width: calc(95% - 30px);
  transition: 0.5s;
}
.proPage .pro-item .item-pro-title .item-pro-right {
  width: 22px;
  height: 22px;
  position: relative;
}
.proPage .pro-item .item-pro-title .item-pro-right img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.proPage .pro-item .item-pro-title .item-pro-right .default {
  opacity: 1;
}
.proPage .pro-item .item-pro-title .item-pro-right .active {
  opacity: 0;
}
.proPage .pro-item::after {
  content: "";
  height: 1px;
  background: #47B92F;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  transition: 0.5s;
}
.proPage .pro-item:hover .item-pro-cover img {
  transform: scale(1.1);
}
.proPage .pro-item:hover .item-pro-title .item-pro-name {
  color: #47B92F;
}
.proPage .pro-item:hover .item-pro-title .item-pro-right .default {
  opacity: 0;
}
.proPage .pro-item:hover .item-pro-title .item-pro-right .active {
  opacity: 1;
}
.proPage .pro-item:hover::after {
  width: 100%;
}
.proPage .pro-item:nth-of-type(4n) {
  margin-right: 0;
}
.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;
  margin-bottom: 45px;
}
.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-size: cover;
}
.proPage .proMain .pro-item .pro-index {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  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: 1918px) {
  .proPage .type-seconds-one {
    font-size: 16px;
  }
  .proPage .pro-item .item-pro-title {
    margin-top: 25px;
  }
  .proPage .proPage-type-first .proPage-type-one .proPage-type-text {
    font-size: 20px;
    margin-top: 14px;
  }
  .proPage .proPage-type-first .proPage-type-one .proPage-type-icon {
    width: 46px;
    height: 46px;
  }
}
@media only screen and (max-width: 1598px) {
  .proPage .pro-item {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    margin-bottom: 32px;
  }
  .proPage .pro-item .item-pro-title {
    margin-top: 18px;
  }
  .proPage .type-seconds-one {
    width: auto;
    flex: 1;
  }
}
@media only screen and (max-width: 1365px) {
  .proPage .pro-item .item-pro-title .item-pro-name {
    font-size: 16px;
  }
  .proPage .pro-item .item-pro-title .item-pro-right {
    width: 20px;
    height: 20px;
  }
  .proPage .pro-item .item-pro-title {
    margin-top: 12px;
  }
  .proPage .pro-item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
  .proPage .pro-item:nth-of-type(4n) {
    margin-right: 30px;
  }
  .proPage .pro-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .proPage .proPage-type-first .proPage-type-one .proPage-type-text {
    font-size: 18px;
    margin-top: 12px;
  }
  .proPage .proPage-type-first .proPage-type-one {
    margin-right: 90px;
  }
}
@media (max-width: 1250px) {
  .proPage .pro-item .item-pro-title {
    padding: 15px 0;
    margin-top: 10px;
  }
  .proPage .proPage-type-first .proPage-type-one .proPage-type-text {
    font-size: 16px;
    margin-top: 11px;
  }
  .proPage .proPage-type-first .proPage-type-one .proPage-type-icon {
    width: 42px;
    height: 42px;
  }
  .proPage .pro-item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .proPage .proPage-type-first {
    padding: 32px 0;
  }
  .proPage .webPage {
    margin-top: 20px;
  }
  .proPage .pro-item:nth-of-type(4n) {
    margin-right: 20px;
  }
  .proPage .pro-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .proPage .type-seconds-one {
    width: 200px;
    flex: none;
  }
  .proPage .type-seconds-one {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .proPage .type-seconds-one {
    width: auto;
    padding: 0 30px;
  }
  .proPage .proPage-type-seconds {
    height: auto;
    padding: 20px 0;
  }
  .proPage .pro-item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .proPage .pro-item:nth-of-type(4n) {
    margin-right: 20px;
  }
  .proPage .pro-item:nth-of-type(3n) {
    margin-right: 20px;
  }
  .proPage .pro-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .proPage .webPage {
    margin-top: 12px;
  }
  .proPage .pro-item .item-pro-title .item-pro-name {
    font-size: 14px;
  }
}
@media (max-width: 486px) {
  .proPage .proPage-type-first .proPage-type-one {
    flex: 1;
    margin-right: 0;
  }
}
@media (max-width: 386px) {
  .proPage .proPage-type-first {
    padding: 26px 0;
  }
  .proPage .webPage {
    margin-top: 0;
  }
  .proPage .pro-item .item-pro-title .item-pro-right {
    width: 17px;
    height: 17px;
  }
  .proPage .pro-item .item-pro-title .item-pro-name {
    font-size: 12px;
  }
  .proPage .pro-item .item-pro-title {
    padding: 12px 0;
    margin-top: 7px;
  }
}
