.hidden {
  display: none;
}
.header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header-box .headerSwiper {
  width: 100%;
}
.header-box .headerSwiper .swiper-slide .swiper-slide-banner {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}
.header-box .headerSwiper .swiper-slide .pc {
  display: block;
}
.header-box .headerSwiper .swiper-slide .wap {
  display: none;
}
.header-box .headerSwiper .swiper-slide-active .swiper-slide-banner,
.header-box .headerSwiper .swiper-slide-duplicate-active .swiper-slide-banner {
  transition: 6s linear;
  transform: scale(1, 1);
}
.header-box .swiper-text {
  position: absolute;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}
.header-box .swiper-text .text-box {
  color: #ffffffab;
  transition: all 0.5s;
  font-size: clamp(14px, 1.0416vw, 26px);
}
.header-box .swiper-text .text-box .text {
  padding: clamp(10px, 1.0416vw, 22px) 0;
  border-bottom: 1px solid #ffffff80;
}
.header-box .swiper-text .text-box .text.active {
  color: #fff;
}
@media (max-width: 1400px) {
  .header-box .header-text-box {
    gap: 3.2vw;
  }
  .header-box .header-text-box .nav-phone {
    padding-right: 0;
  }
  .header-box .header-text-box .header-ul {
    gap: 2.6vw;
  }
}
@media (max-width: 1200px) {
  .header-box .header-text-box {
    gap: 3.2vw;
  }
  .header-box .header-text-box .nav-phone {
    display: none;
  }
  .header-box .header-text-box .header-ul {
    gap: 1.6vw;
  }
}
@media (max-width: 767px) {
  .header-box .header-text-box .header-ul {
    display: none;
  }
  .header-box .headerSwiper {
    width: 100%;
  }
  .header-box .headerSwiper .swiper-slide .swiper-slide-banner {
    width: 100%;
  }
  .header-box .headerSwiper .swiper-slide .pc {
    display: none;
  }
  .header-box .headerSwiper .swiper-slide .wap {
    display: block;
  }
}
.application-area {
  background-image: url(../static/area-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.application-area .swiper-box {
  padding: clamp(50px, 4.9479vw, 100px) 0 0 calc(20px + var(--section-x-pc));
}
.application-area .swiper-box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #CC0000;
}
.application-area .swiper-box .swiper-slide {
  height: clamp(300px, 27.34vw, 600px);
  margin-bottom: clamp(40px, 4.42vw, 90px);
  transition: all 1s;
}
.application-area .swiper-box .swiper-slide .area-box {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.application-area .swiper-box .swiper-slide .area-box .bg-img {
  width: clamp(400px, 44.9479vw, 920px);
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.application-area .swiper-box .swiper-slide .area-box .area-text-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(40px, 4.166vw, 90px) clamp(20px, 2.08vw, 45px) clamp(30px, 3.33vw, 70px) clamp(20px, 2.08vw, 45px);
}
.application-area .swiper-box .swiper-slide .area-box .area-text-box .title {
  color: #fff;
  font-size: clamp(18px, 1.666vw, 38px);
}
.application-area .swiper-box .swiper-slide .area-box .area-text-box .arrow-area {
  display: none;
}

.application-area .swiper-box .swiper-slide:hover .area-box .area-text-box .arrow-area {
  display: block;
}

.application-area .swiper-box .swiper-slide .area-box .area-text-box .arrow-area .arrow-box-right {
  background-color: #cc0000;
}
.application-area .swiper-box .swiper-slide .area-box .area-text-box .area-content {
  color: #fff;
  opacity: 0.74;
  padding-top: 10%;
  font-size: clamp(16px, 1.1458vw, 26px);
  display: none;
}
.application-area .swiper-box .swiper-slide:hover .area-box .area-text-box .area-content {
  color: #fff;
  opacity: 0.74;
  padding-top: 10%;
  font-size: clamp(16px, 1.1458vw, 26px);
  display: block;
}
.application-area .swiper-box .swiper-slide .area-box .area-text-box .more-text {
  text-transform: uppercase;
  font-size: clamp(14px, 0.9375vw, 22px);
  color: #fff;
  opacity: 0.74;
}
/* .application-area .swiper-box .swiper-slide.swiper-slide-active {
  width: clamp(400px, 44.9479vw, 920px) !important;
  transition: all 0.3s;
} */
.application-area .swiper-box .swiper-slide:hover {
  width: clamp(400px, 44.9479vw, 920px) !important;

}
.application-area .swiper-box .swiper-slide.swiper-slide-active .area-box .bg-img {
  transform: translateX(0%);
}
/* .application-area .swiper-box .swiper-slide.swiper-slide-active .area-box .arrow-area {
  display: block;
} */
/* .application-area .swiper-box .swiper-slide.swiper-slide-active .area-box .area-text-box .area-content {
  display: block;
} */
@media (max-width: 768px) {
  .application-area .swiper-box {
    padding: 40px 20px 0 20px;
  }
  .application-area .swiper-box .swiper-slide {
    width: 100%;
  }
  .application-area .swiper-box .swiper-slide.swiper-slide-active {
    width: 100% !important;
  }
}
.business-scope {
  background-image: url(../static/scope-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.business-scope .btn-box {
  padding-top: clamp(26px, 1.979vw, 42px);
}
.business-scope .btn-box .change-btn {
  font-size: clamp(18px, 1.25vw, 28px);
  background: #034FA0;
  color: #fff;
  border-radius: 4px;
  padding: clamp(8px, 0.625vw, 14px) clamp(22px, 1.4583vw, 32px);
  margin-right: clamp(15px, 1.1vw, 24px);
}
.business-scope .btn-box .active {
  font-size: clamp(18px, 1.25vw, 28px);
  background: #CC0000 !important;
  color: #fff;
  padding: clamp(8px, 0.625vw, 14px) clamp(22px, 1.4583vw, 32px);
  border-radius: 4px;
}
.business-scope .descrebtion {
  width: 66%;
  color: #333;
  padding-top: clamp(22px, 1.666vw, 36px);
  font-size: clamp(14px, 1.1458vw, 24px);
}
.business-scope .swiper-box {
  padding-top: clamp(60px, 5.2vw, 110px);
  height: clamp(400px, 31.25vw, 700px);
}
.business-scope .swiper-box .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.business-scope .swiper-box .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0px 3px 12px 0px rgba(0, 78, 161, 0.21);
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-scope .swiper-box .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business-scope .swiper-box .swiper-slide .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
  background: linear-gradient(to bottom, transparent, #0571cc);
}
.business-scope .swiper-box .swiper-slide .mask .mask-text {
  font-size: clamp(12px, 0.833vw, 18px);
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: clamp(14px, 1.1458vw, 26px);
  padding-left: clamp(14px, 1.1458vw, 26px);
}
.business-scope .swiper-box .swiper-slide:hover .mask {
  opacity: 1;
}
@media (max-width: 768px) {
  .business-scope .descrebtion {
    width: 100%;
  }
  .business-scope .scopeSwiper-arrow {
    display: none;
  }
}
.product-box {
  background-image: url(../static/scope-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.product-box .btn-box {
  padding-top: clamp(26px, 1.979vw, 42px);
  flex-wrap: wrap;
  row-gap: 15px;
}
.product-box .btn-box .change-btn {
  font-size: clamp(14px, 1.25vw, 28px);
  background: #034FA0;
  color: #fff;
  border-radius: 4px;
  padding: clamp(8px, 0.625vw, 14px) clamp(22px, 1.4583vw, 32px);
  margin-right: clamp(15px, 1.1vw, 24px);
}
.product-box .btn-box .active {
  background: #CC0000 !important;
  color: #fff;
  padding: clamp(8px, 0.625vw, 14px) clamp(22px, 1.4583vw, 32px);
  border-radius: 4px;
}
.product-box .descrebtion {
  width: 66%;
  color: #333;
  padding-top: clamp(22px, 1.666vw, 36px);
  font-size: clamp(14px, 1.1458vw, 24px);
}
.product-box .content-box {
  padding-top: clamp(60px, 5.2vw, 110px);
}
.product-box .content-box .product-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.product-box .content-box .swiper-product {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.product-box .content-box .slide-product {
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0px 3px 12px 0px rgba(0, 78, 161, 0.21);
  text-align: center;
  font-size: 18px;
  background: #fff;
  position: relative;
  /* Center slide text vertically */
  justify-content: center;
  align-items: center;
  height: clamp(220px, 22.54vw, 360px);
}
.product-box .content-box .slide-product img {
  width: 100%;
  height: 80%;
  object-fit: cover;
}
.product-box .content-box .slide-product .mask {
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
  background: linear-gradient(to bottom, transparent, #0571cc);
}
.product-box .content-box .slide-product .mask .mask-text {
  font-size: clamp(12px, 0.833vw, 18px);
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: clamp(14px, 1.1458vw, 26px);
  padding-left: clamp(14px, 1.1458vw, 26px);
}
.product-box .content-box .slide-product .mask-text {
  padding-top: 4%;
  color: #000;
  font-size: clamp(14px, 1.5458vw, 18px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}
.product-box .content-box .slide-product:hover .mask {
  opacity: 1;
}
.pictureList-pgae {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .product-box .content-box .product-content {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .product-box .descrebtion {
    width: 100%;
  }
  .product-box .content-box .product-content {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.quality-control {
  background-image: url(../static/quality-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.quality-control .type-box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(20px, 2vw, 60px);
  padding-top: clamp(40px, 4.166vw, 90px);
}
.quality-control .type-box .type {
  width: 100%;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  font-size: clamp(16px, 1vw, 24px);
  padding: clamp(22px, 0.75vw, 42px) clamp(30px, 2.5vw, 52px);
  background: linear-gradient(to bottom, #7faafb, #005dc4);
}
.quality-control .type-box .type img {
  height: clamp(80px, 5.52vw, 115px);
  margin-bottom: clamp(22px, 1.9791vw, 42px);
  width: 90px;
  margin: 0 auto;
  margin-bottom: 8px;
}
.quality-control .example-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: clamp(50px, 3.75vw, 80px);
  gap: clamp(30px, 2.5vw, 54px);
}
.quality-control .example-box .example {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(20px, 1.5625vw, 40px);
  box-shadow: 0px 3px 1px 0px #ccdbe8;
  border: 1px solid #ccdbe8;
  padding: clamp(30px, 2.5vw, 52px) clamp(22px, 1.5vw, 42px);
  background: linear-gradient(to bottom, #f4f9fe, #edf6fe);
  border-radius: 8px;
}
.quality-control .example-box .example .title {
  font-weight: bold;
  color: #333;
  font-size: clamp(22px, 1.77vw, 38px);
  padding-bottom: clamp(10px, 1.1625vw, 36px);
}
.quality-control .example-box .example .describtion {
  color: #666;
  font-size: clamp(14px, 1.1458vw, 26px);
}
.quality-control .example-box .example img {
  width: clamp(180px, 11.979vw, 245px);
  height: clamp(140px, 10.416vw, 210px);
}
@media (max-width: 1350px) {
  .quality-control .type-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1080px) {
  .quality-control .example-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .quality-control .example-box .example img {
    width: 90px;
    height: 70px;
  }
}
@media (max-width: 768px) {
  .quality-control .type-box {
    grid-template-columns: repeat(2, 1fr);
  }
  .quality-control .type-box .type img {
    height: 60px;
    width: 57px;
  }
}
.about-us {
  background-image: url(../static/about-us.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.about-us .about-us-box {
  padding-top: clamp(50px, 4.375vw, 90px);
}
.about-us .about-us-box .about-us-title {
  font-size: clamp(24px, 1.66vw, 36px);
}
.about-us .about-us-box .about-us-content {
  line-height: 1.7;
  font-size: clamp(16px, 1.1458vw, 26px);
  color: #666;
  padding-top: clamp(20px, 1.5625vw, 36px);
}
.about-us .about-us-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: clamp(80px, 5.9375vw, 130px);
}
.about-us .about-us-list .about-us-list-num {
  font-size: clamp(50px, 4.1666vw, 90px);
  font-weight: bold;
  color: #004A9C;
  border-bottom: 2px solid #CC0000;
}
.about-us .about-us-list .about-us-list-text {
  font-size: var(--text-font-size-24);
}
.about-us .about-us-list .about-us-list-title {
  font-size: clamp(20px, 1.25vw, 28px);
  padding-bottom: 2vw;
}
@media (max-width: 768px) {
  .about-us {
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.6)), url(../static/about-us.jpg);
  }
  .about-us .about-us-list {
    padding-top: 25px;
  }
  .about-us .about-us-list .about-us-list-num {
    font-size: 24px;
  }
  .about-us .about-us-list .about-us-list-title {
    font-size: 14px;
  }
}
.cooperative-partner {
  background-image: url(../static/partner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.cooperative-partner .swiper-box {
  padding-top: clamp(50px, 4.375vw, 95px);
}
.cooperative-partner .swiper-box .swiper {
  width: 100%;
  height: clamp(300px, 16.1458vw, 360px);
}
.cooperative-partner .swiper-box .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  height: calc((100% - 40px) / 2) !important;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #B6D0E2;
}
.cooperative-partner .swiper-box .swiper-slide .partner-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cooperative-partner .swiper-box .swiper-slide .partner-box img {
  max-width: 80%;
}
@media (max-width: 768px) {
  .cooperative-partner .swiper-box .swiper-slide {
    height: calc((100% - 40px) / 2) !important;
  }
}
.product-page-box {
  padding-top: clamp(140px, 9.895vw, 230px);
  padding-bottom: clamp(90px, 7.291vw, 160px);
  color: #fff;
  font-size: clamp(24px, 2.5vw, 54px);
  font-weight: bold;
  position: relative;
}
.product-page-box-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .product-page-box {
    padding-top: 100px;
    padding-bottom: 60px;
    font-size: 20px;
  }
}
.qualification-certificate {
  background-image: url(../static/qualification-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.qualification-certificate .qualification-content {
  margin-top: clamp(30px, 4.375vw, 95px);
  position: relative;
}
.qualification-certificate .qualification-content .swiper {
  padding-top: 10px;
  padding-bottom: 10px;
  height: clamp(210px, 14.062vw, 320px);
}
.qualification-certificate .qualification-content .swiper .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0px 3px 12px 0px rgba(0, 78, 161, 0.21);
  background: #fff;
}
.qualification-certificate .qualification-content .swiper .swiper-slide .qualification-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.qualification-certificate .qualification-content .swiper .swiper-slide .qualification-box img {
  width: 100%;
}
.qualification-certificate .qualification-content .qualification-left {
  position: absolute;
  left: 10px;
  top: calc(50% - 27.5px);
  z-index: 2;
  background: #034FA0;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qualification-certificate .qualification-content .qualification-left .arrow-left {
  transition: all 0.5s;
  transform: rotate(180deg) translateX(-50%);
}
.qualification-certificate .qualification-content .qualification-left:hover .arrow-left {
  transform: translateX(0) rotate(180deg);
}
.qualification-certificate .qualification-content .qualification-right {
  position: absolute;
  right: 10px;
  top: calc(50% - 27.5px);
  z-index: 2;
}
@media (max-width: 768px) {
  .qualification-certificate .qualification-content .swiper {
    height: 260px;
  }
  .qualification-certificate .qualification-content {
    padding-bottom: 60px;
  }
  .qualification-certificate .qualification-content .qualification-left {
    bottom: 0px;
    top: unset;
    width: 45px;
    height: 45px;
    left: calc(50% - 45px - 10px);
  }
  .qualification-certificate .qualification-content .qualification-right {
    bottom: 0px;
    top: unset;
    right: calc(50% - 45px - 10px);
  }
}
.renovation-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: calc(40px + 2vw);
  column-gap: 2vw;
  row-gap: 3vw;
}
.renovation-box .renovation-slide {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.renovation-box .renovation-slide img {
  width: 100%;
  height: clamp(250px, 16vw, 400px);
  object-fit: cover;
  transition: all 0.4s;
}
.renovation-box .renovation-slide .renovation-content .date {
  padding-top: 2vw;
  font-size: var(--text-font-size-16);
  color: var(--secondary-minor-color);
}
.renovation-box .renovation-slide .renovation-content .question {
  padding-top: 0.6vw;
  font-size: var(--text-font-size-20);
  color: #333;
  font-weight: bold;
}
.renovation-box .renovation-slide .renovation-content .details {
  padding-top: 1.2vw;
  font-size: var(--text-font-size-16);
  color: var(--minor-color);
  opacity: 0;
  transition: all 0.4s;
}
.renovation-box .renovation-slide:hover img {
  width: 100%;
  height: clamp(200px, 14vw, 350px);
}
.renovation-box .renovation-slide:hover .renovation-content .details {
  opacity: 1;
}
@media (max-width: 1280px) {
  .renovation-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .renovation-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .renovation-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.program {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ededed;
  margin-bottom: 0.4rem;
}
.program .program-item {
  font-size: 0.18rem;
  color: #999;
}
.program .program-item.active {
  color: #000;
}
.program .program-item:hover {
  color: #000;
}
@media (max-width: 767px) {
  .program {
    display: flex;
    margin-bottom: 0.6rem;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  .program .program-item {
    font-size: 14px;
  }
}
.second-screen {
  padding: 0.6rem var(--section-x-pc) 0.6rem var(--section-x-pc);
}
.second-screen .details-container {
  display: flex;
  gap: 0.32rem;
}
.second-screen .details-container .sidebar1 {
  width: 22vw;
  height: fit-content;
  font-size: 0.2rem;
  position: sticky;
  top: 120px;
  right: 0px;
  margin-top: 0.17rem;
  padding: 0.2rem 0.2rem;
  box-shadow: 0px 0px 7px 2px rgba(190, 190, 190, 0.25);
}
.second-screen .details-container .sidebar1 .sidebar-title {
  font-size: 0.3rem;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #e5e4e4;
  padding-bottom: 0.15rem;
  position: relative;
}
.second-screen .details-container .sidebar1 .sidebar-title::before {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 2px;
  width: 13%;
  background: #30c6d1;
}
.second-screen .details-container .sidebar1 .news-list .news-box {
  display: block;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e5e4e4;
  position: relative;
  padding-top: 0.3rem;
}
.second-screen .details-container .sidebar1 .news-list .news-box:nth-last-child(1) {
  border-bottom: unset;
}
.second-screen .details-container .sidebar1 .news-list .news-box::before {
  position: absolute;
  bottom: -1px;
  height: 1px;
  width: 0%;
  background: #30c6d1;
  transition: width 0.5s;
  content: "";
}
.second-screen .details-container .sidebar1 .news-list .news-box:hover::before {
  width: 100%;
}
.second-screen .details-container .sidebar1 .news-list .news-box .news-img {
  width: 100%;
  display: none;
  height: 12vw;
}
.second-screen .details-container .sidebar1 .news-list .news-box .news-img img {
  height: 12vw;
  width: 100%;
  object-fit: cover;
}
.second-screen .details-container .sidebar1 .news-list .news-box .news-title {
  font-size: 0.14rem;
  padding-top: 0.2rem;
  margin-bottom: 0.12rem;
  transition: all 0.2s;
}
.second-screen .details-container .sidebar1 .news-list .news-box .news-date {
  font-size: 0.12rem;
  line-height: 1;
  color: #999;
  transition: all 0.2s;
}
.second-screen .details-container .sidebar1 .news-list .news-box:hover .news-title {
  font-size: 0.16rem;
}
.second-screen .details-container .sidebar1 .news-list .news-box:hover .news-date {
  font-size: 0.14rem;
  line-height: 1;
  color: #999;
}
.second-screen .details-container .content {
  flex: 1;
  font-size: 0.16rem;
  color: #333333;
}
.second-screen .details-container .content .content-text {
  padding-top: calc(20px + 1vw);
}
.second-screen .details-container .content .title {
  font-size: 0.3rem;
  color: #000;
  padding-bottom: 0.1rem;
  text-align: center;
}
.second-screen .details-container .content .date {
  font-size: 0.14rem;
  color: #999;
  text-align: center;
}
.second-screen .details-container .content img {
  width: 100%;
  margin: 0.3rem 0;
}
.second-screen .details-container .content p {
  padding: 0.13rem 0;
  line-height: 0.35rem;
}
.second-screen .details-container .content .key-words {
  display: flex;
  gap: 0.1rem;
  align-items: center;
  padding-top: 0.4rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ededed;
}
.second-screen .details-container .content .key-words .key-name {
  padding: 0.1rem 0.11rem;
  border: 1px solid #ccc;
  color: #333;
  background: #fff;
  cursor: pointer;
}
.second-screen .details-container .content .key-words .key-name:hover {
  color: #fff;
  background-color: #000;
}
.second-screen .details-container .content .page-box {
  padding-top: 0.6rem;
  display: flex;
  justify-content: space-between;
}
.second-screen .details-container .content .page-box .page-content {
  padding: 0.1rem 0;
}
.second-screen .details-container .content .page-box .page-content .page-name {
  color: #333;
}
.second-screen .details-container .content .page-box .page-content .page-name:hover {
  color: #034FA0;
}
@media (max-width: 1200px) {
  .second-screen .details-container {
    display: block;
  }
  .second-screen .details-container .sidebar1 {
    position: static;
    width: 100%;
    margin-top: 0.6rem;
  }
  .second-screen .details-container .sidebar1 .news-list {
    display: flex;
    flex-direction: column;
  }
  .second-screen .details-container .sidebar1 .news-list .news-box {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .second-screen .details-container .sidebar1 .news-list .news-box .news-img {
    display: block;
    width: 30%;
    margin-right: 0.3rem;
  }
  .second-screen .details-container .sidebar1 .news-list .news-box div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .second-screen {
    padding-top: 30px;
  }
  .second-screen .details-container .content {
    font-size: 13px;
  }
  .second-screen .details-container .content p {
    padding: 10px 0;
    line-height: 26px;
  }
  .second-screen .details-container .content .title {
    font-size: 18px;
    line-height: 24px;
  }
  .second-screen .details-container .content .date {
    font-size: 12px;
  }
  .second-screen .details-container .content .key-words {
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .second-screen .details-container .content .page-box {
    padding-top: 30px;
  }
  .second-screen .details-container .content .page-box .page-content {
    display: flex;
    padding: 7px 0;
  }
  .second-screen .details-container .content .page-box .page-content span {
    text-wrap: nowrap;
  }
  .second-screen .details-container .sidebar1 {
    padding: 15px 15px;
    margin-top: 30px;
  }
  .second-screen .details-container .sidebar1 .sidebar-title {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .second-screen .details-container .sidebar1 .news-list .news-box .news-img {
    height: 70px;
    width: 35%;
    margin-right: 0.3rem;
  }
  .second-screen .details-container .sidebar1 .news-list .news-box .news-img img {
    width: 100%;
    height: 100%;
  }
  .second-screen .details-container .sidebar1 .news-list .news-box .news-title {
    font-size: 14px;
  }
  .second-screen .details-container .sidebar1 .news-list .news-box .news-date {
    font-size: 12px;
  }
  .second-screen .details-container .sidebar1 .news-list .news-box:hover .news-title {
    font-size: 14px;
  }
  .second-screen .details-container .sidebar1 .news-list .news-box:hover .news-date {
    font-size: 12px;
  }
  .second-screen .details-container .sidebar1 .news-list .news-box .news-text {
    flex: 1;
  }
}
.contactInformation .contactInformation-top {
  text-align: center;
}
.contactInformation .contactInformation-top p:first-child {
  font-size: 0.42rem;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  line-height: 0.48rem;
}
.contactInformation .contactInformation-top p {
  font-size: 0.3rem;
  color: #666666;
  margin-top: 0.1rem;
}
.contactInformation .contactInformation-two {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.contactInformation .contactInformation-two .contactInformation-two-box {
  width: 32%;
  background: #f0f8fe;
  padding: 0.6rem 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border-radius: 10px;
}
.contactInformation .contactInformation-two .contactInformation-two-box img {
  width: 0.47rem;
  height: 0.62rem;
  object-fit: contain;
}
.contactInformation .contactInformation-two .contactInformation-two-box span {
  font-size: clamp(20px, 1.3541vw, 30px);
  color: #333333;
  margin-top: 0.37rem;
}
.contactInformation .contactInformation-two .contactInformation-two-box .lines {
  width: 0.57rem;
  height: 3px;
  background: #034FA0;
  margin-top: 0.25rem;
}
.contactInformation .contactInformation-two .contactInformation-two-box p {
  font-size: clamp(18px, 1.25vw, 28px);
  color: #666666;
  margin-top: 0.46rem;
}
.contactInformation .contactInformation-two .formation-two-box:hover {
  box-shadow: 0px 0px 2px 2px #f0f8fe;
}
@media screen and (max-width: 1100px) {
  .contactInformation .contactInformation-top p:first-child {
    font-size: 30px;
  }
  .contactInformation .contactInformation-top p {
    font-size: 24px;
  }
  .contactInformation .contactInformation-concatus {
    flex-direction: column;
  }
  .contactInformation .contactInformation-concatus .contactInformation-two-box {
    width: 100%;
    margin-bottom: 20px;
    padding: 30px 30px;
  }
  .contactInformation .contactInformation-two .contactInformation-two-box img {
    width: 34px;
    height: 40px;
  }
  .contactInformation .contactInformation-two .contactInformation-two-box span {
    font-size: 18px;
  }
  .contactInformation .contactInformation-two .contactInformation-two-box p {
    font-size: 16px;
  }
}
.product-details.title-top {
  padding-top: clamp(30px, 5.333vw, 70px);
}
.product-details .qualification-certificate .qualification-content {
  padding-top: 0;
}
.product-details .qualification-certificate .qualification-content .swiper {
  height: clamp(280px, 35vw, 750px);
}
.product-details .details-title {
  font-size: clamp(24px, 1.5625vw, 34px);
  color: #333;
  font-weight: 700;
  padding: clamp(24px, 1.5625vw, 34px) 0;
}
.product-details .details-content {
  text-indent: 2em;
  color: #666;
  font-size: clamp(14px, 1.0416vw, 24px);
}
@media screen and (max-width: 768px) {
  .product-details .qualification-certificate .qualification-content .swiper {
    height: 240px;
  }
}
