.inner-banner img {
  display: block;
  width: 100%;
}
.inner-title h2 {
  font-size: clamp(20px, 2.5vw, 48px);
  color: #333;
  font-family: "s-b";
}
.inner-title h3 {
  font-size: clamp(16px, 1.25vw, 24px);
  color: #333;
  font-family: "s-r";
  margin-bottom: 1.38888889%;
}
.inner-title h3 span {
  font-size: 1.25em;
}
.inner-title h4 {
  font-size: clamp(14px, 0.9375vw, 18px);
  font-family: "s-r";
  color: #e40316;
  line-height: 1.4;
}
.inner-title h4 span {
  font-size: clamp(30px, 6.25vw, 120px);
  font-family: "Arial Rounded MT";
}
.company-intro {
  background: url(../h-images/about-bg.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 6.0416667%;
  margin-top: -6.0416667%;
}
.company-intro .link {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2.08333333%;
}
.company-intro .link .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.company-intro .link .container a {
  position: relative;
  font-family: "s-r";
  font-size: clamp(14px, 1.0416667vw, 20px);
  color: #333;
}
.company-intro .link .container a::after {
  display: none;
  position: relative;
  content: "";
  width: 18px;
  height: 11px;
  background: url(../h-images/active-icon.png);
  background-size: contain;
  margin: 1.7em auto 0;
}
.company-intro .link .container .active {
  color: #e40316;
}
.company-intro .link .container .active::after {
  display: block;
}
.company-intro .intro {
  padding-bottom: 37.6041667%;
}
.company-intro .intro .brief {
  font-size: clamp(14px, 0.8333333vw, 16px);
  color: #333;
  font-family: "s-r";
}
.company-dev {
  background: url(../h-images/about-dev-bg.png) no-repeat;
  background-size: cover;
  padding: 12.8125% 0 20.9375%;
  margin-top: -26.0416667%;
}
.company-dev .inner-title h2 {
  color: #fff;
}
.company-dev .thumb {
  position: relative;
  padding: 0 7.63888889%;
}
.company-dev .thumb .swiper-button-prev,
.company-dev .thumb .swiper-button-next {
  font-size: clamp(16px, 1.30208333vw, 25px);
  font-weight: 700;
  color: #fff;
  width: 2em;
  height: 2em;
  background-color: #e40316;
  border-radius: 50%;
  transition: all 0.5s;
}
.company-dev .thumb .swiper-button-prev::after,
.company-dev .thumb .swiper-button-next::after {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.company-dev .thumb .swiper-button-disabled {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.company-dev .thumbSwiper {
  position: relative;
  height: 180px;
  display: flex;
  align-items: center;
}
.company-dev .thumbSwiper::after {
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.company-dev .thumbSwiper .swiper-slide {
  width: 16.66667%;
}
.company-dev .thumbSwiper .swiper-slide h4 {
  font-size: clamp(16px, 1.5625vw, 30px);
  text-align: center;
  font-family: "Arial Rounded MT";
  color: rgba(255, 255, 255, 0.5);
  line-height: 90px;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
.company-dev .thumbSwiper .swiper-slide h4::after {
  display: block;
  position: absolute;
  content: "";
  width: 18px;
  height: 11px;
  background: url(../h-images/active-icon.png);
  background-size: contain;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  filter: grayscale(1) brightness(350%);
  transition: all 0.5s;
}
.company-dev .thumbSwiper .swiper-slide-thumb-active h4 {
  font-size: clamp(20px, 2.5vw, 48px);
  color: #fff;
}
.company-dev .thumbSwiper .swiper-slide-thumb-active h4::after {
  filter: grayscale(0) brightness(100%);
}
.company-dev .textSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company-dev .textSwiper h2 {
  font-size: clamp(40px, 6.25vw, 120px);
  color: #fff;
  font-family: "Impact";
}
.company-dev .textSwiper .picture {
  width: 25%;
}
.company-dev .textSwiper .picture .pic {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  box-sizing: content-box;
  border: 10px solid #fff;
}
.company-dev .textSwiper .picture .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-dev .textSwiper .brief {
  width: 31.4444%;
  font-size: clamp(14px, 0.9375vw, 18px);
  color: #fff;
  font-family: "s-r";
}
.company-dev .textSwiper .brief p {
  color: #fff;
}
.company-dev .textSwiper .brief p::before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
  margin-right: 0.8889em;
}
.company-honor {
  background: url(../h-images/company-honor-bg.png) no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 12.5% 0 27.08333333%;
  margin-top: -14.5%;
}
.company-honor .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company-honor .wrapper .lt {
  width: 38.194444%;
}
.company-honor .wrapper .lt h5 {
  font-size: clamp(14px, 0.83333vw, 16px);
  color: #333;
  font-family: "s-r";
  margin-bottom: 14.814815%;
}
.company-honor .wrapper .lt a {
  color: #333;
  font-size: clamp(14px, 0.83333vw, 16px);
  font-family: "s-r";
  display: block;
  width: 11.875em;
  line-height: 2.4375;
  border: 3px solid #333;
  border-radius: 1.40625em;
  text-align: center;
  margin-bottom: 16.11111%;
}
.company-honor .wrapper .lt a img {
  transition: all 0.5s;
}
.company-honor .wrapper .lt a:hover img {
  transform: translateX(3px);
}
.company-honor .wrapper .rt {
  width: 58.680556%;
  padding-left: 5.86805558%;
  font-size: clamp(14px, 0.8333333vw, 16px);
  color: #333;
  font-family: "s-r";
  max-height: clamp(30em, 39.0625vw, 750px);
  overflow: auto;
  direction: rtl;
  text-align: left;
}
.company-honor .wrapper .rt .content {
  direction: ltr;
}
.company-honor .wrapper .rt::-webkit-scrollbar-track {
  border-radius: 2px;
}
.company-honor .wrapper .rt::-webkit-scrollbar {
  width: 3px;
  background-color: rgba(0, 0, 0, 0.1);
}
.company-honor .wrapper .rt::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}
.company-honor .wrapper .rt p {
  color: inherit;
}
.company-honor .wrapper .rt h5 {
  color: #e40316;
}
.company-honor .wrapper .rt h4 {
  color: inherit;
  font-size: 1.5em;
  font-weight: 700;
}
.company-culture {
  padding: 12.76041667% 0 23.95833%;
  background: url(../h-images/company-culture-bg.png) no-repeat;
  background-size: cover;
  background-position: top center;
  margin-top: -25%;
}
.company-culture .culture .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4.3055556%;
}
.company-culture .culture .wrapper .block {
  width: 18.3333333%;
  border: 4px solid #f5f5f5;
  border-radius: 10px;
  background-color: #f5f5f5;
}
.company-culture .culture .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 141.015625%;
  border-radius: 10px;
}
.company-culture .culture .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.company-culture .culture .wrapper2 .block {
  width: 22.9166667%;
}
.company-culture .culture .wrapper2 .block .pic {
  padding-bottom: 149.84615385%;
}
.company-culture .brand .inner-title {
  margin-bottom: 5.1388889%;
}
.company-culture .brand .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.company-culture .brand .wrapper .block {
  width: 16%;
  margin-bottom: 2%;
  text-align: center;
}
.company-culture .brand .wrapper .block img {
  filter: grayscale(1);
  opacity: 0.5;
  transition: all 0.5s;
}
.company-culture .brand .wrapper .block:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.my-sk {
  margin-top: -16%;
}
.prod-list {
  margin-top: -6%;
  padding: 6% 0 20%;
  background-color: #f6f8d9;
}
.prod-list .prod-show {
  border-bottom: 1px solid #838474;
  margin-bottom: 2.60416667%;
}
.prod-list .prod-show .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.prod-list .prod-show .block {
  width: 16.736111%;
  cursor: pointer;
}
.prod-list .prod-show .block::after {
  content: "";
  display: block;
  position: relative;
  width: 18px;
  height: 11px;
  background: url(../h-images/active-icon.png);
  background-size: contain;
  margin: 23px auto 0;
  opacity: 0;
  transition: all 0.5s;
}
.prod-list .prod-show .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 42.73859%;
}
.prod-list .prod-show .block .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.prod-list .prod-show .block:hover .pic img {
  scale: 0.95;
}
.prod-list .prod-show .active::after {
  opacity: 1;
}
.prod-list .tab {
  display: flex;
  flex-wrap: wrap;
  font-family: "s-r";
  font-size: clamp(14px, 1.25vw, 24px);
  margin-bottom: 5.2777778%;
  gap: 1em 0.5em;
}
.prod-list .tab a {
  display: block;
  color: #333;
  text-align: center;
  min-width: 7.5em;
  padding: 0 1em;
  line-height: 2.08333333;
  border-radius: 1.04166667em;
  transition: all 0.5s;
}
.prod-list .tab a:hover {
  color: #e40316;
}
.prod-list .tab .active a {
  color: #fff;
  background-color: #e40316;
}
.prod-list .wrapper {
  display: flex;
  flex-wrap: wrap;
}
.prod-list .wrapper .block {
  width: 25%;
  margin-bottom: 6.1111111%;
}
.prod-list .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  margin-bottom: 10.555556%;
}
.prod-list .wrapper .block .pic a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-list .wrapper .block .pic img {
  display: block;
  max-width: 90%;
  max-height: 100%;
  transition: all 0.5s;
}
.prod-list .wrapper .block .title {
  color: #333;
  text-align: center;
  font-size: clamp(14px, 0.9375vw, 18px);
  transition: all 0.5s;
  font-family: "s-r";
  padding: 0 1em;
}
.prod-list .wrapper .block .title a {
  color: inherit;
}
.prod-list .wrapper .block:hover .pic img {
  transform: scale(0.95);
  filter: brightness(80%);
}
.prod-list .wrapper .block:hover .title {
  color: #e40316;
}
.modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.modal-mask .container {
  position: absolute;
  width: 100%;
  margin: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal-mask .modal {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  height: 91vh;
  padding: 2.083333% 2.7777778% 4.861111%;
  display: none;
    background: url(../images/proxqbj.png) no-repeat center center;
    background-size: cover;
}
.modal-mask .modal .close {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  cursor: pointer;
  width: clamp(20px, 2.083333vw, 40px);
  transition: all 0.5s;
}
.modal-mask .modal .close:hover {
  transform: translate(50%, -50%) rotate(360deg);
}
.modal-mask .modal .modal-content {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-top: 4.41176471%;
}
.modal-mask .modal .modal-content::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #f5f5f5;
}
.modal-mask .modal .modal-content::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
}
.modal-mask .modal .modal-content::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #666;
}
.prod-intro {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.prod-intro .lt {
  width: 11.029412%;
  position: relative;
}
.prod-intro .lt .swiper {
  height: 300px;
}
.prod-intro .lt .swiper .swiper-slide {
  transition: all 0.5s;
  border: 1px solid transparent;
  height: auto !important;
  border-radius: 5px;
}
.prod-intro .lt .swiper .swiper-slide-thumb-active {
  border: 1px solid #f2f2f2;
}
.prod-intro .lt .pic {
  position: relative;
  width: 100%;
  height: 98px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-intro .lt .pic img {
  position: absolute;
  display: block;
  max-width: 90%;
  max-height: 90%;
}
.prod-intro .lt .swiper-button-prev,
.prod-intro .lt .swiper-button-next {
  margin: 0;
  left: 50%;
  top: auto;
  right: auto;
  font-size: clamp(16px, 1.5625vw, 30px);
  font-weight: 700;
  color: #e40316;
}
.prod-intro .lt .swiper-button-prev::after,
.prod-intro .lt .swiper-button-next::after {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
}
.prod-intro .lt .swiper-button-disabled {
  color: #eee;
  opacity: 1;
}
.prod-intro .lt .swiper-button-disabled::after {
  color: inherit;
}
.prod-intro .lt .swiper-button-prev {
  top: 0;
  transform: translate(-50%, -150%) rotate(90deg);
}
.prod-intro .lt .swiper-button-next {
  bottom: 0;
  transform: translate(-50%, 150%) rotate(90deg);
}
.prod-intro .picture {
  width: 32.8676471%;
}
.prod-intro .picture .swiper .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 64.20581655%;
}
.prod-intro .picture .swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prod-intro .intro {
  width: 41.176472%;
}
.prod-intro .intro .title {
  font-size: clamp(20px, 2.5vw, 48px);
  color: #333;
  font-family: "s-b";
  line-height: 1.5;
}
.prod-intro .intro .brief {
  font-size: clamp(14px, 0.8333333vw, 16px);
  color: #666;
  font-family: "s-r";
}
.prod-intro .intro .brief p {
  color: inherit;
}
.prod-intro .intro .link {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(14px, 0.833333vw, 16px);
  gap: 0.625em;
  margin-top: 8.5714286%;
}
.prod-intro .intro .link a {
  display: block;
  min-width: 7.5em;
  text-align: center;
  padding: 0 1em;
  font-size: inherit;
  font-family: "s-r";
  color: #333;
  line-height: 2.25;
  border: 2px solid #ccc;
  border-radius: 1.25em;
  transition: all 0.5s;
}
.prod-intro .intro .link a img {
  margin-right: 0.6875em;
  transition: all 0.5s;
}
.prod-intro .intro .link a:hover {
  background-color: #e60012;
  border-color: transparent;
  color: #fff;
}
.prod-intro .intro .link a:hover img {
  filter: contrast(0) brightness(200%);
}
.prod-intro .hot {
  width: 83.0882353%;
  margin: 7.8676471% auto 0;
}
.prod-intro .hot .title {
  font-size: clamp(16px, 1.25vw, 24px);
  color: #333;
  font-family: "s-r";
  margin-bottom: 2.9711375%;
}
.prod-intro .hot .content {
  position: relative;
}
.prod-intro .hot .content .swiper .swiper-slide {
  width: 9.4942325%;
  cursor: pointer;
}
.prod-intro .hot .content .swiper-button-next,
.prod-intro .hot .content .swiper-button-prev {
  font-size: clamp(12px, 1.25vw, 20px);
  font-weight: 700;
  color: #fff;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #e40316;
}
.prod-intro .hot .content .swiper-button-next::after,
.prod-intro .hot .content .swiper-button-prev::after {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
}
.prod-intro .hot .content .swiper-button-prev {
  left: -6%;
}
.prod-intro .hot .content .swiper-button-next {
  right: -6%;
}
.prod-intro .hot .content .swiper-button-disabled {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.1);
}
.blank {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}
@media (max-width: 1199px) {
  .prod-intro .lt .swiper {
    height: 210px;
  }
  .prod-intro .lt .pic {
    height: 68px;
  }
  .prod-intro .hot .content .swiper .swiper-slide {
    width: 13.5%;
  }
  .modal-mask .modal {
    height: 70vh;
  }
  .prod-intro .lt .swiper-button-prev {
    transform: translate(-50%, -100%) rotate(90deg);
  }
  .prod-intro .lt .swiper-button-next {
    transform: translate(-50%, 100%) rotate(90deg);
  }
}
@media (max-width: 990px) {
  .prod-intro .intro .link a {
    min-width: 6.5em;
  }
  .prod-intro .lt .swiper {
    height: 180px;
  }
  .prod-intro .lt .pic {
    height: 58px;
  }
}
@media (max-width: 767px) {
  .company-intro .link .container {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2em;
  }
  .company-intro .link .container .active::after {
    margin-top: 0.5em;
  }
  .company-dev .thumbSwiper .swiper-slide {
    width: 33.333333%;
  }
  .company-dev .thumb .swiper-button-prev {
    left: -3%;
  }
  .company-dev .thumb .swiper-button-next {
    right: -3%;
  }
  .company-dev .textSwiper .swiper-slide {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .company-dev .textSwiper .swiper-slide .picture {
    order: -1;
    width: 50%;
  }
  .company-dev .textSwiper .swiper-slide h2 {
    width: 100%;
    text-align: center;
  }
  .company-dev .textSwiper .swiper-slide .brief {
    width: 100%;
  }
  .company-honor {
    margin-top: -25%;
    padding-top: 25%;
  }
  .company-honor .wrapper .lt {
    width: 100%;
    margin-bottom: 3%;
  }
  .company-honor .wrapper .lt a {
    width: 9.875em;
  }
  .company-honor .wrapper .lt > img {
    display: block;
    width: 200px;
    margin: 0 auto;
  }
  .company-honor .wrapper .rt {
    width: 100%;
    padding-left: 3%;
  }
  .company-culture .culture .wrapper .block {
    width: 49%;
    margin-bottom: 2%;
  }
  .company-culture .brand .wrapper .block {
    width: 30%;
    margin-bottom: 3%;
  }
  .prod-list .prod-show .block {
    width: 30%;
    margin-bottom: 3%;
  }
  .prod-list .prod-show .block::after {
    margin-top: 10px;
  }
  .prod-list .tab a {
    min-width: 6.5em;
  }
  .prod-list .wrapper .block {
    width: 50%;
  }
  .prod-intro .lt {
    width: 30%;
  }
  .prod-intro .picture {
    width: 60%;
  }
  .prod-intro .lt .swiper-button-prev {
    transform: translate(-50%, -70%) rotate(90deg);
  }
  .prod-intro .lt .swiper-button-next {
    transform: translate(-50%, 70%) rotate(90deg);
  }
  .prod-intro .intro {
    width: 100%;
    margin-top: 10%;
  }
  .prod-intro .hot .content .swiper .swiper-slide {
    width: 47.5%;
  }
  .prod-intro .hot .content .swiper-button-next {
    right: -8%;
  }
  .prod-intro .hot .content .swiper-button-prev {
    left: -8%;
  }
}
