.proPage {
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinfeng/cur/pro-back.png') no-repeat;
  background-size: cover;
}
.proPage .proPage-inner {
  width: 100%;
  padding-top: 70px;
  overflow: hidden;
}
.proPage .proMain {
  width: calc(100% - 120px);
  margin: 0 auto;
  max-width: 1500px;
}
.proPage .pro-type-first {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.proPage .pro-type-first .pro-desc {
  width: 50%;
  font-weight: 400;
  font-size: 48px;
  color: #2C2C2C;
  line-height: 60px;
  text-transform: uppercase;
  font-family: 'IdealistLevel';
}
.proPage .pro-type-first .pro-desc p {
  display: inline-block;
}
.proPage .pro-type-first .pro-desc .p1 {
  color: #F8B500;
}
.proPage .pro-type-first .pro-desc .p2 {
  color: #F8B500;
  transform: translateY(26px);
  font-size: 86px;
  font-family: 'Fonarto-Regular';
}
.proPage .pro-type-first .pro-desc .p3 {
  font-family: 'Fonarto-Regular';
}
.proPage .pro-type-first .pro-types {
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: flex-end;
}
.proPage .pro-type-first .pro-types .type-first-a {
  font-weight: 400;
  font-size: 24px;
  color: #2B2B2B;
  line-height: 30px;
  font-family: 'IdealistLevel';
  transition: 0.5s;
  position: relative;
  display: block;
  padding: 0 35px 0 25px;
  white-space: nowrap;
}
.proPage .pro-type-first .pro-types .type-first-a::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "/";
  color: #2B2B2B;
  font-size: 24px;
  line-height: 32px;
}
.proPage .pro-type-first .pro-types .type-first-a:hover {
  color: #F8B500;
}
.proPage .pro-type-first .pro-types .type-first-a:nth-last-of-type(1) {
  padding: 0 0 0 25px;
}
.proPage .pro-type-first .pro-types .type-first-a:nth-last-of-type(1)::after {
  display: none;
}
.proPage .pro-type-first .pro-types .type-first-a-active {
  color: #F8B500;
}
.proPage .pro-type-line {
  background: #EBE7DF;
  width: 100%;
  height: 1px;
  margin: 40px 0;
}
.proPage .pro-type-second-outer {
  width: 100%;
}
.proPage .pro-type-second {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px 0px rgba(255, 245, 218, 0.5);
  border-radius: 40px;
  padding: 0 15px;
}
.proPage .pro-type-second-show {
  display: flex;
}
.proPage .type-second-btn {
  width: 38px;
  height: 38px;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.5s;
  border: 1px solid #2C2C2C;
  position: relative;
}
.proPage .type-second-btn img {
  width: 50%;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.proPage .type-second-btn .default {
  opacity: 1;
}
.proPage .type-second-btn .active {
  opacity: 0;
}
.proPage .type-second-btn:hover {
  border: 1px solid #F8B500;
  background: #F8B500;
}
.proPage .type-second-btn:hover .default {
  opacity: 0;
}
.proPage .type-second-btn:hover .active {
  opacity: 1;
}
.proPage .type-second-btn-prev img {
  transform: translate(-50%, -50%) rotateZ(-135deg);
}
.proPage .type-second-btn-next img {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.proPage .type-second-swiper {
  width: calc(100% - 110px);
  height: 80px;
  overflow: hidden;
}
.proPage .type-second-slide {
  width: 200px;
  height: 100%;
  background: transparent;
  transition: 0.5s;
  border-radius: 40px;
  font-weight: 400;
  font-size: 16px;
  color: #2C2C2C;
  line-height: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}
.proPage .type-second-slide:hover {
  background: #F8B500;
  color: #FFFFFF;
}
.proPage .type-second-active {
  background: #F8B500;
  color: #FFFFFF;
}
.proPage .proMain .pro-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.proPage .proMain .pro-item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 20px 20px 50px;
  background: #FFFFFF;
  border-radius: 30px;
  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;
}
.proPage .proMain .pro-item .pro-tp .right-dot {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #2C2C2C;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 12;
  transform: rotateZ(0deg);
  transition: 0.5s;
  overflow: hidden;
}
.proPage .proMain .pro-item .pro-tp .right-dot .right-dot-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.proPage .proMain .pro-item .pro-tp .right-dot img {
  display: block;
  width: 60%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transition: 0.5s;
}
.proPage .proMain .pro-item .pro-tp .right-dot .default {
  opacity: 1;
  transform: translateY(-50%);
}
.proPage .proMain .pro-item .pro-tp .right-dot .active {
  opacity: 0;
  transition: 0.5s;
}
.proPage .proMain .pro-item .pro-tp .pro-dom {
  width: 100%;
  height: 100%;
  transform: scale(1);
  object-fit: scale-down;
  transition: 0.5s;
  display: block;
}
.proPage .proMain .pro-item .name {
  font-weight: 400;
  font-size: 32px;
  color: #2C2C2C;
  line-height: 38px;
  transition: 0.5s;
  margin-top: 35px;
  width: 100%;
  display: block;
}
.proPage .proMain .pro-item .name p {
  width: 100%;
}
.proPage .proMain .pro-item:hover {
  box-shadow: 0px 6px 30px 0px rgba(232, 219, 185, 0.5);
}
.proPage .proMain .pro-item:hover .pro-tp .pro-dom {
  transform: scale(1.15);
}
.proPage .proMain .pro-item:hover .pro-tp .right-dot {
  background: #F8B500;
  border: 1px solid #F8B500;
}
.proPage .proMain .pro-item:hover .pro-tp .right-dot .default {
  opacity: 0;
}
.proPage .proMain .pro-item:hover .pro-tp .right-dot .active {
  opacity: 1;
  transform: translateY(-50%) rotateZ(45deg);
}
.proPage .proMain .pro-item:nth-of-type(3n) {
  margin-right: 0;
}
.proPage .webPage {
  margin-top: 40px;
}
@media (max-width: 1800px) {
  .proPage .pro-type-first .pro-desc {
    font-size: 42px;
  }
  .proPage .proMain .pro-item .name {
    font-size: 25px;
  }
  .proPage .proPage-inner {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1600px) {
  .proPage .type-second-slide {
    width: 190px;
    font-size: 14px;
  }
  .proPage .pro-type-first .pro-desc {
    font-size: 35px;
  }
  .proPage .pro-type-first .pro-types .type-first-a {
    font-size: 20px;
  }
  .proPage .proMain .pro-item .name {
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1281px) {
  .proPage .type-second-slide {
    width: 172px;
  }
}
@media (max-width: 1250px) {
  .proPage .proMain .pro-item {
    padding: 20px 20px 32px;
  }
  .proPage .type-second-slide {
    width: 156px;
  }
  .proPage .webPage {
    margin-top: 30px;
  }
  .proPage .proMain .pro-item .pro-tp .right-dot {
    top: 15px;
    right: 15px;
  }
  .proPage .proMain .pro-item .name {
    font-size: 18px;
  }
  .proPage .proMain {
    width: 90%;
  }
  .proPage .pro-type-first .pro-desc .p2 {
    font-size: 68px;
  }
  .proPage .pro-type-first .pro-types .type-first-a {
    font-size: 18px;
  }
  .proPage .pro-type-first .pro-desc {
    font-size: 28px;
    line-height: 45px;
  }
}
@media (max-width: 1023px) {
  .proPage .pro-type-first .pro-types .type-first-a {
    font-size: 16px;
  }
  .proPage .proPage-inner {
    padding-top: 36px;
  }
  .proPage .webPage {
    margin-top: 20px;
  }
  .proPage .proMain .pro-item .name {
    font-size: 14px;
    line-height: 25px;
  }
  .proPage .proMain .pro-item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .proPage .proMain .pro-item .pro-tp .right-dot {
    top: 0;
    right: 0;
  }
  .proPage .pro-type-first {
    flex-wrap: wrap;
  }
  .proPage .pro-type-line {
    margin: 30px 0;
  }
  .proPage .pro-type-first .pro-desc {
    width: 100%;
  }
  .proPage .pro-type-first .pro-types {
    width: 100%;
    margin-top: 32px;
    justify-content: center;
  }
  .proPage .type-second-slide {
    width: 150px;
    max-width: 215px;
  }
}
@media (max-width: 767px) {
  .proPage .pro-type-first .pro-types .type-first-a {
    font-size: 14px;
  }
  .proPage .pro-type-first .pro-types .type-first-a::after {
    font-size: 20px;
  }
  .proPage .pro-type-first .pro-types .type-first-a {
    padding: 0 35px 0 25px;
  }
  .proPage .pro-type-first .pro-types .type-first-a:nth-last-of-type(1) {
    padding: 0 35px 0 25px;
  }
  .proPage .pro-type-first .pro-desc .p2 {
    font-size: 62px;
  }
  .proPage .pro-type-first .pro-desc {
    font-size: 22px;
    line-height: 36px;
    font-family: 'Fonarto-Regular';
  }
  .proPage .type-second-swiper {
    height: auto;
  }
  .proPage .type-second-slide {
    height: auto;
    width: auto;
    max-width: 140px;
    font-size: 12px;
  }
  .proPage .type-second-slide {
    padding: 14px 10px;
  }
  .proPage .proMain .pro-item {
    width: calc((100% - 14px) / 2);
    margin-right: 14px;
    border-radius: 12px;
  }
  .proPage .proMain .pro-item:nth-of-type(3n) {
    margin-right: 14px;
  }
  .proPage .proMain .pro-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .proPage .pro-type-second {
    margin-bottom: 32px;
  }
  .proPage .proMain .pro-item .pro-tp .right-dot {
    width: 30px;
    height: 30px;
  }
  .proPage .proMain .pro-item {
    padding: 12px 8px 15px;
    margin-bottom: 20px;
  }
  .proPage .pro-type-first .pro-desc .p3 {
    transform: translateY(-7px);
  }
  .proPage .pro-type-first .pro-desc .p2 {
    font-size: 52px;
    transform: translateY(13px);
  }
}
@media (max-width: 660px) {
  .proPage .pro-type-first .pro-types .type-first-a:nth-last-of-type(1) {
    padding: 0 25px 0 15px;
  }
  .proPage .pro-type-first .pro-types .type-first-a:nth-last-of-type(1) {
    padding: 0 25px 0 15px;
  }
  .proPage .pro-type-first .pro-desc {
    font-size: 20px;
    line-height: 40px;
  }
}
@media (max-width: 375px) {
  .proPage .proMain .pro-item .name {
    font-size: 12px;
  }
}
