@charset "utf-8";

body {
  /* 填写默认字体 */
  font-family: "Inter", "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
  color: #1e1d28;
  min-height: initial !important;
}

@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont/iconfont.woff2?t=1681287520508') format('woff2'), url('../fonts/iconfont/iconfont.woff?t=1681287520508') format('woff'), url('../fonts/iconfont/iconfont.ttf?t=1681287520508') format('truetype');
}

@font-face {
  font-family: 'Inter';
  src: local('Inter Black'), local('Inter-Black'), url('../fonts/inter/Inter-Black.woff2') format('woff2'), url('../fonts/inter/Inter-Black.woff') format('woff'), url('../fonts/inter/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: local('Inter Bold'), local('Inter-Bold'), url('../fonts/inter/Inter-Bold.woff2') format('woff2'), url('../fonts/inter/Inter-Bold.woff') format('woff'), url('../fonts/inter/Inter-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: local('Inter Medium'), local('Inter-Medium'), url('../fonts/inter/Inter-Medium.woff2') format('woff2'), url('../fonts/inter/Inter-Medium.woff') format('woff'), url('../fonts/inter/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: local('Inter Regular'), local('Inter-Regular'), url('../fonts/inter/Inter-Regular.woff2') format('woff2'), url('../fonts/inter/Inter-Regular.woff') format('woff'), url('../fonts/inter/Inter-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: local('Raleway Bold'), local('Raleway-Bold'), url('../fonts/Raleway/Raleway-Bold.woff2') format('woff2'), url('../fonts/Raleway/Raleway-Bold.woff') format('woff'), url('../fonts/Raleway/Raleway-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.iconfonts {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grahccale;
}

/* slick 懒加载图片去边框 */
.slick-loading {
  opacity: 0;
}

/* 去除翻译插件边框 */
.goog-te-gadget-simple {
  border: none !important;
}

/* h1隐藏 */
.fszero {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -100;
}

/* 去除input记忆填充底色 */
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

/* ph去除载入效果 */
@media screen and (max-width: 1200px) {
  .wow {
    animation: none;
  }
}

ul {
  padding: 0;
}

:root {
  font-size: 16px;
  --main-color: #1C74BB;
  --main-hover: #165D96;
  --flex-margin: -15px;
  --flex-padding: 15px;
  --Gray-1: #222;
  --padd100: 100px;
  --White: #fff;
  scroll-behavior: initial;
}

/* 翻译插件展位 */
.google-translate {
  min-width: 108px;
}

.fancybox-content {
  height: 800px !important;
}

.c_pcbtn {
  display: none;
}

.header {
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.translated-ltr .header,
.translated-rtl .header {
  top: 40px;
}

.google-translate a {
  pointer-events: none;
}

.header-logo {
  width: 87px;
  display: flex;
  align-items: center;
  height: var(--height);
}

.header-logo img {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .hd_list {
    display: flex;
  }

  .hd_item {
    position: relative;
    padding: 0 24px;
  }

  .hd_item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--main-color);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all 0.5s;
    width: 0;
  }

  .hd_item:last-child {
    margin-right: 0;
  }

  .hd_link {
    display: flex;
    align-items: center;
    height: var(--height);
    color: var(--Gray-1, #222);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 122.222%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
  }

  .hd_item.active::after,
  .hd_item:hover::after {
    width: 100%;
  }

  .hd_second {
    position: absolute;
    background-color: #7ed0f5;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    padding: 16px 24px;
    min-width: 600px;
    display: flex;
  }

  .hd_second_link {
    /* white-space: nowrap; */
    font-size: 16px;
    /* color: #444; */
    color: #fff;
    line-height: 1.65;
    padding: 6px 0;
    display: inline-block;
  }

  .hd_second_item.active .hd_second_link {
    color: var(--main-color);
  }

  .hd_second_link:hover {
    color: var(--main-color); 
  }
}

.hd_second {
  display: none;
}

.hd_three {
  display: none;
}

.header-touch {
  padding: 12px 24px;
  background-color: var(--main-color);
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 1.22;
  font-style: normal;
  cursor: pointer;
  transition: all 0.5s;
  text-transform: uppercase;
}

.header-touch:hover {
  background-color: var(--main-hover);
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 94px;
  padding-right: 135px;
  --height: 120px;
}

.header-right {
  width: 89.34911243%;
}

.header-right .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 0;
  border-bottom: 1px solid #F0F0F0;
}

.header-right .top .group {
  display: flex;
}

.header-right .top .group a {
  margin-right: 26px;
  color: var(--main-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.header-right .top .group a span {
  margin-left: 4px;
  display: inline-block;
}

@media screen and (min-width: 1200px) {
  .header-right .top .group a:hover span {
    text-decoration: underline;
  }
}

.header-right .top .controls {
  display: flex;
  align-items: center;
}

.header-right .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  --height: 72px;
}

.header-search {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header-search::after {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background-color: #D9D9D9;
  margin: 0 24px;
  flex-shrink: 0;
}

.header-search span {
  color: #222222;
  font-size: 24px;
}

@media screen and (min-width: 1200px) {
  .header-search:hover span {
    color: var(--main-color);
  }
}

.header-language {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 0;
  cursor: pointer;
  z-index: 1;
}

.header-language p {
  color: var(--Gray-1, #222);
  /* 16-20 */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.header-language span {
  font-size: 24px;
  color: #222222;
}

.header-language ul {
  position: absolute;
  padding: 14px 18px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  display: none;
}

.header-language ul a {
  font-size: 16px;
  line-height: 1.65;
  display: inline-block;
  padding: 5px 0;
  color: #333;
}

@media screen and (min-width: 1200px) {
  .header-language ul a:hover {
    color: var(--main-color);
  }
}

/* search */
.search_view {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  display: none;
}

.search_view form {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  animation: searchtit 1.3s ease both;
}

.search_view_tit {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

.search_close {
  position: absolute;
  width: 34px;
  transition: all 0.36s;
  z-index: 1;
  right: 200px;
  top: 100px;
  cursor: pointer;
}

.search_close:hover {
  transform: rotate(-90deg);
}

body.search_open {
  overflow: hidden;
}

@keyframes searchtit {
  from {
    transform: translateY(-80px) scale(0.5);
    opacity: 0;
  }

  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.search_view_cont {
  position: relative;
  width: 1200px;
}

.search_view_cont input {
  width: 100%;
  height: 50px;
  color: #fff;
  padding-left: 10px;
  padding-right: 40px;
  border-bottom: 1px solid #999;
  transition: all 0.36s;
}

.search_view_cont input:focus {
  border-bottom: 1px solid #fff;
}

.search_view_cont button {
  padding: 4px;
  font-size: 26px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1680px) {
  .search_view_tit {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .search_view_cont button {
    font-size: 24px;
  }

  .search_close {
    width: 28px;
  }
}

@media screen and (max-width: 1440px) {
  .search_view_cont {
    width: 82.5%;
  }

  .search_view_tit {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .search_view_cont button {
    font-size: 22px;
  }

  .search_close {
    right: 140px;
    top: 100px;
    width: 24px;
  }

  .search_view_cont input {
    height: 45px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 991px) {
  .search_close {
    right: 90px;
    top: 100px;
    width: 24px;
  }

  .search_view_tit {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .search_close {
    right: 40px;
    top: 80px;
    width: 20px;
  }

  .search_view_tit {
    font-size: 20px;
  }

  .search_view_cont button {
    font-size: 18px;
  }

  .search_view_cont input {
    height: 40px;
  }
}

/* search-end */
.home-banner {
  overflow: hidden;
  position: relative;
}

.home-banner .swiper-container {
  width: 100%;
}

.home-banner .swiper-slide {
  overflow: hidden;
}

.home-banner .swiper-container {
  width: 100%;
}

.home-banner .swiper-slide {
  overflow: hidden;
}

.home-banner .slide-link {
  position: relative;
  display: block;
}

.home-banner .slide-link img {
  width: 100%;
}

.home-banner .slide-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.home-banner .slide-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-banner .swiper-pagination {
  transform: none;
  z-index: 10;
  bottom: 94px;
  width: initial;
  left: 80px;
  --wh: 12px;
  --interval: 4px;
}

.home-banner .swiper-pagination .swiper-pagination-bullet {
  width: 38px;
  height: auto;
  background-color: transparent !important;
  opacity: 0.3 !important;
  margin: 0 var(--interval);
  transition: all 0.5s;
  padding-bottom: 6px;
  border-bottom: 2px solid #fff;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  text-transform: capitalize;
  border-radius: 0 !important;
}

.home-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.hc_cont1650 {
  width: 1650px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.home-about {
  padding-top: var(--padd100);
  overflow: hidden;
}

.home-about .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-about .left {
  width: 36.3636363%;
}

.home-about .left .mod-hds {
  margin-bottom: 36px;
}

.home-about .left .text {
  margin-bottom: 64px;
}

.home-about .left .text p {
  color: #4C4C4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  letter-spacing: -0.32px;
}

.home-about .left .contols {
  display: flex;
  align-items: center;
}

.home-about .left .contols .mod-btn {
  margin-right: 64px;
}

.home-about .right {
  width: 57.5757575%;
  position: relative;
  cursor: pointer;
}

.home-about .right .img_box {
  border-radius: 10px;
  padding-top: 56.84210526%;
}

.home-about .right .play {
  width: 120px;
  height: 120px;
  transition: all 0.5s;
  z-index: 3;
  backdrop-filter: blur(1.71223021px);
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.home-about .right .play img {
  width: 84px;
  height: 84px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1200px) {
  .home-about .right:hover .img_box img {
    transform: scale(1.05);
  }

  .home-about .right:hover .play {
    transform: translate(-50%, -50%) scale(1.1);
  }
}

.mod-hds .subtit {
  margin-bottom: 4px;
  color: var(--main-color, #1C74BB);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
}

.mod-tit40 {
  color: var(--Gray-1, #222);
  font-family: Raleway;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
}

.mod-btn {
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  display: inline-flex;
  background: var(--main-color);
  border-radius: 10px;
  min-width: 196px;
  cursor: pointer;
  transition: all 0.5s;
}

.mod-btn p {
  color: var(--White, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.222%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.mod-btn p::after {
  content: '';
  display: block;
  width: 1px;
  height: 18px;
  background-color: #FFFFFF;
  opacity: 0.5;
  flex-shrink: 0;
  margin-right: 12px;
  margin-left: 12px;
}

.mod-btn .iconfont {
  font-size: 24px;
  color: #FFF;
}

@media screen and (min-width: 1200px) {
  .mod-btn:hover {
    background-color: var(--main-hover);
  }

  .mod-btn:hover .iconfont {
    transform: translateX(5px);
  }
}

.mod-vr {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.mod-vr span {
  font-size: 48px;
  color: #7ED0F5;
  margin-right: 12px;
}

.mod-vr p {
  color: var(--Gray-1, #222);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.222%;
  text-transform: uppercase;
  transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
  .mod-vr:hover p {
    color: var(--main-color);
  }
}

.home-product {
  padding: var(--padd100) 0;
}

.home-product .hds {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}

.mod-arrow {
  display: flex;
  align-content: center;
}

.mod-arrow .mod-prev {
  margin-right: 48px;
}

.mod-prev,
.mod-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--main-color);
  transition: all 0.5s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
}

.mod-prev .iconfont,
.mod-next .iconfont {
  font-size: 36px;
  color: var(--main-color);
}

.mod-prev:hover,
.mod-next:hover {
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.mod-prev:hover .iconfont,
.mod-next:hover .iconfont {
  color: #222;
}

.mod-prev span {
  transform: translateX(18px) rotateY(180deg);
}

.mod-next span {
  transform: translateX(-18px);
}

.home-product-list {
  margin: 0 var(--flex-margin);
}

.home-product-list .item {
  padding: 0 var(--flex-padding);
}

.home-product-list .link {
  display: block;
  position: relative;
  z-index: 1;
}

.home-product-list .link .img_box {
  padding-top: 115.3846153%;
}

.home-product-list .link .tits {
  /* position: absolute; */
  width: 100%;
  /* width: 264px; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  background-color: var(--main-color);
  left: 0;
  bottom: 0;
}

.home-product-list .link .tits p {
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-transform: capitalize;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.home-product-list .link .tits span {
  font-size: 24px;
  color: #fff;
  margin-left: 24px;
}

@media screen and (min-width: 1200px) {
  .home-product-list .link:hover .img_box img {
    transform: scale(1.05);
  }

  .home-product-list .link:hover .tits span {
    transform: translateX(4px);
  }
}

.home-choose {
  padding: var(--padd100) 0;
  border-radius: 30px 30px 0px 0px;
  background: linear-gradient(180deg, #F3F8FB 0%, rgba(243, 248, 251, 0) 100%);
}

.home-choose .mod-hds {
  text-align: center;
  margin-bottom: 40px;
}

.home-choose-list {
  margin: 0 var(--flex-margin) -30px;
}

.home-choose-list .item {
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}

.home-choose-list .content {
  padding: 36px;
  border-radius: 10px;
  transition: all 0.5s;
  height: 100%;
  background-color: #F9F9F9;
}

.home-choose-list .content .iconfont {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: var(--main-color);
  margin-bottom: 24px;
}

.home-choose-list .content .tits {
  color: var(--Gray-1, #222);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 12px;
  transition: all 0.5s;
}

.home-choose-list .content .text p {
  color: #343434;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
  .home-choose-list .content:hover {
    background-color: var(--main-color) !important;
  }

  .home-choose-list .content:hover .iconfont {
    background-color: #fff;
    color: var(--main-color);
  }

  .home-choose-list .content:hover .tits {
    color: #fff;
  }

  .home-choose-list .content:hover .text p {
    color: #fff;
  }
}

.home-cases {
  overflow: hidden;
}

.home-cases .hds {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.home-cases-slick {
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
}

.home-cases-list {
  margin: 0 -10px;
}

.home-cases-item {
  padding: 0 10px;
}

.home-cases-link {
  display: block;
  position: relative;
  z-index: 1;
}

.home-cases-link .img_box {
  padding-top: 56.25%;
}

.home-cases-link .content {
  position: absolute;
  padding: 30px 24px;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  border-radius: 0px 0px 0px 10px;
}

.home-cases-link .content p {
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-transform: capitalize;
}

.home-cases-link .content span {
  color: #fff;
  font-size: 24px;
  margin-left: 24px;
}

@media screen and (min-width: 1200px) {
  .home-cases-link:hover .img_box img {
    transform: scale(1.05);
  }

  .home-cases-link:hover .content {
    background: var(--Gray-1, #222);
  }
}

.home-cases-list .slick-list {
  overflow: initial !important;
}

.home-faq {
  padding: var(--padd100) 0;
  overflow: hidden;
}

.home-faq .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-faq .flex .left {
  width: 530px;
}

.home-faq .flex .left .mod-hds {
  margin-bottom: 48px;
}

.home-faq .flex .right {
  width: 57.57575757%;
}

.home-faq-list .item:last-child {
  margin-bottom: 0;
}

.home-faq-list .item {
  --paddx: 24px;
  border-bottom: 1px solid #F0F0F0;
  border-radius: 20px;
  margin-bottom: 12px;
}

.home-faq-list .item .hds {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px var(--paddx);
  cursor: pointer;
}

.home-faq-list .item .hds p {
  color: var(--Gray-1, #222);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  transition: all 0.5s;
}

.home-faq-list .item .hds span {
  font-size: 24px;
  color: #4C4C4C;
  transform: rotate(180deg);
}

.home-faq-list .item .bds {
  padding: 0 var(--paddx) 24px;
  display: none;
}

.home-faq-list .item .bds p {
  color: var(--Gray-2, #343434);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
}

.home-faq-list .item:nth-child(1) .bds {
  display: block;
}

.home-faq-list .item.active .hds p {
  color: var(--main-color);
}

.home-faq-list .item.active .hds span {
  transform: rotate(0);
}

@media screen and (min-width: 1200px) {
  .home-faq-list .item:hover .hds p {
    color: var(--main-color);
  }
}

.home-news {
  padding: var(--padd100) 0 calc(var(--padd100) + 30px);
  background-color: var(--main-color);
  border-radius: 30px 30px 0px 0px;
}

.home-news .mod-hds {
  text-align: center;
  margin-bottom: 36px;
}

.home-news .mod-hds .subtit {
  color: #7ED0F5;
}

.home-news .mod-hds .title {
  color: #fff;
}

.home-news-list {
  margin: 0 var(--flex-margin);
}

.home-news-item {
  padding: 0 var(--flex-padding);
}

.mod-news {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  --paddx: 24px;
}

.mod-news .img_box {
  padding-top: 56.410256%;
  margin-bottom: 24px;
}

.mod-news .controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--paddx);
  margin-bottom: 24px;
}

.mod-news .time {
  display: flex;
  align-items: center;
}

.mod-news .time span {
  font-size: 20px;
  color: var(--main-color);
  margin-right: 4px;
}

.mod-news .time p {
  color: var(--main-color, #1C74BB);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
}

.mod-news .type {
  padding: 4px 16px;
  border: 1px solid #4C4C4C;
  border-radius: 28px;
  color: #4C4C4C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}

.mod-news .tits {
  color: var(--Gray-1, #222);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 var(--paddx);
}

.mod-news .text {
  padding: 0 var(--paddx);
}

.mod-news .text p {
  color: #343434;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mod-news .bottoms {
  padding: 0 var(--paddx);
}

.mod-news .more {
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-top: 1px solid rgba(28, 116, 187, 0.1);
  margin-top: 36px;
}

.mod-news .more p {
  display: flex;
  align-items: center;
  color: #4C4C4C;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.222%;
  text-transform: uppercase;
  transition: all 0.5s;
}

.mod-news .more p::after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background-color: #4C4C4C;
  margin: 0 14px;
  opacity: 0.5;
  flex-shrink: 0;
}

.mod-news .more span {
  font-size: 24px;
  color: #4C4C4C;
}

@media screen and (min-width: 1200px) {
  .mod-news:hover .img_box img {
    transform: scale(1.05);
  }

  .mod-news:hover .more p {
    color: var(--main-color);
  }

  .mod-news:hover .more span {
    color: var(--main-color);
  }
}

.footer {
  background-color: #FFF;
  border-radius: 30px 30px 0px 0px;
  border-top: 1px solid #F0F0F0;
  margin-top: -30px;
  position: relative;
  z-index: 4;
}

.footer-logo {
  width: 108px;
  display: block;
}

.footer-logo img {
  width: 100%;
}

.footer-top {
  padding: 64px 0;
}

.footer-top .flex {
  display: flex;
  justify-content: space-between;
}

.footer-title {
  color: var(--main-color, #1C74BB);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.footer-contact {
  width: 390px;
}

.footer-contact .footer-title {
  margin-bottom: 36px;
}

.footer-contact .item:last-child {
  margin-bottom: 0;
}

.footer-contact .item {
  display: flex;
  margin-bottom: 24px;
}

.footer-contact .item .key {
  color: var(--main-color, #1C74BB);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 137.5%;
  margin-right: 4px;
  transform: translateY(1px);
}

.footer-contact .item .val p,
.footer-contact .item .val a {
  color: #4C4C4C;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}

@media screen and (min-width: 1200px) {
  .footer-contact .item .val a:hover {
    color: var(--main-color);
    text-decoration: underline;
  }
}

.footer-prodcut .footer-title,
.footer-quick .footer-title,
.footer-follow .footer-title {
  margin-bottom: 24px;
}

.footer-prodcut .item,
.footer-quick .item,
.footer-follow .item {
  margin-bottom: 16px;
}

.footer-prodcut .item:last-child,
.footer-quick .item:last-child,
.footer-follow .item:last-child {
  margin-bottom: 0;
}

.footer-prodcut a,
.footer-quick a,
.footer-follow a {
  color: #4C4C4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

@media screen and (min-width: 1200px) {

  .footer-prodcut a:hover,
  .footer-quick a:hover,
  .footer-follow a:hover {
    text-decoration: underline;
  }
}

.footer-bottom .flex {
  display: flex;
  padding: 24px 30px;
  background-color: #222;
  border-radius: 16px;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom .left {
  display: flex;
  align-items: center;
}

.footer-bottom .left p,
.footer-bottom .left a {
  color: var(--White, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  margin-right: 10px;
}

@media screen and (min-width: 1200px) {
  .footer-bottom .left a:hover {
    text-decoration: underline;
  }
}

.footer-bottom .right {
  display: flex;
  align-items: center;
}

.footer-bottom .right a {
  display: flex;
  align-items: center;
  color: var(--White, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
}

.footer-bottom .right a::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #343434;
  margin: 0 16px;
  flex-shrink: 0;
}

@media screen and (min-width: 1200px) {
  .footer-bottom .right a:hover {
    text-decoration: underline;
  }
}

.footer-bottom .right a:last-child::after {
  display: none;
}

.footer {
  padding-bottom: 22px;
}

.page-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #000000;
  opacity: 0.45;
}

.page-banner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
}

.page-banner-content .title {
  text-align: center;
  color: var(--White, #FFF);
  font-family: Raleway;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
  margin-top: 12px;
}

/* bread */
.bread {
  width: 100%;
  --text-color: #7ED0F5;
  --text-interval: 8px;
  --text-fontsize: 16px;
  --hover-color: #fff;
}

.mod_bread {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.mod_bread_item {
  display: flex;
  align-items: center;
}

.mod_bread_link {
  display: flex;
  align-items: center;
}

.mod_bread_link .text {
  color: var(--text-color);
  font-size: var(--text-fontsize);
  transition: all 0.36s;
}

.mod_bread_item>span {
  margin: 0 var(--text-interval);
  display: inline-block;
  font-size: var(--text-fontsize);
  color: var(--text-color);
}

.mod_bread_item:last-child>span {
  display: none;
}

.mod_bread_link:hover .text {
  color: var(--hover-color) !important;
}

.mod_bread_link:hover span {
  color: var(--hover-color) !important;
}

/* bread-end */
.about-info {
  padding-top: 64px;
  padding-bottom: 48px;
  overflow: hidden;
}

.about-info .mod-hds {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid #F0F0F0;
}

.about-info .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}

.about-info .flex .left {
  width: 48.4848484%;
  position: relative;
  cursor: pointer;
}

.about-info .flex .left .img_box {
  border-radius: 10px;
  padding-top: 56.84210526%;
}

.about-info .flex .left .play {
  width: 120px;
  height: 120px;
  transition: all 0.5s;
  z-index: 3;
  backdrop-filter: blur(1.71223021px);
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.about-info .flex .left .play img {
  width: 84px;
  height: 84px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1200px) {
  .about-info .flex .left:hover .img_box img {
    transform: scale(1.05);
  }

  .about-info .flex .left:hover .play {
    transform: translate(-50%, -50%) scale(1.1);
  }
}

.about-info .flex .right {
  width: 49.090909%;
}

.about-info .flex .right .text p {
  color: #4C4C4C;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  letter-spacing: -0.36px;
}

.about-info .flex .right .mod-vr {
  margin-top: 48px;
}


.gjnumber {
  padding-top: var(--padd100);
}

.gjnumber .txt{

  margin-top: 10px;

  color: #4C4C4C;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  letter-spacing: -0.32px;
}
.gjnumber .txt p{
  text-align: center;
  color: #4C4C4C;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  letter-spacing: -0.32px;
}
@media(max-width:1440px){
  .gjnumber .txt p{
    font-size: 16px;
  }
}
@media(max-width:767px){
  .gjnumber .txt p{
    font-size: 14px;
  }
}
.about-number {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gj */
  margin-top: 48px;
}

.about-number .item {
  width: 260px;
  padding: 32px 24px;
}

.about-number>span {
  width: 1px;
  height: 154px;
  background-color: #F0F0F0;
}

.about-number .number {
  display: flex;
  align-items: center;
}

.about-number .number .val,
.about-number .number .unit {
  color: #222;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 116.667%;
}

.about-number .texts {
  margin-top: 12px;
}

.about-number .texts p {
  color: #4C4C4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
}

.about-choose {
  border-radius: 30px 30px 0px 0px;
  background: #F8FAFD;
}

.about-choose .home-choose-list .item .content {
  background-color: #FFF;
}

.product {
  background-color: #F9F9F9;
}

.product-content .product-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px !important;
}

.product-content .product-flex>.left {
  width: 390px;
  /* padding-top: 30px; */
  position: sticky;
  left: 0;
  top: 140px;
  z-index: 20;
}

.product-content .product-flex>.left .title {
  color: #222;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 126.667%;
  text-transform: capitalize;
  margin-bottom: 36px;
}

.product-content .product-flex>.right {
  width: calc(100% - 390px);
  padding-left: 30px;
}

.product-nav-item {
  background-color: #FFFFFF;
  transition: all 0.5s;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 8px;
}

.product-nav-link {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px;
}

.product-nav-link p {
  color: var(--Gray-1, #222);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  transition: all 0.5s;
}

.product-nav-link .iconfont {
  font-size: 24px;
  color: #4C4C4C;
  transform: rotate(180deg);
}

.product-second-link {
  padding: 12px 12px;
  color: #222;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  display: inline-block;
}

@media screen and (min-width: 1200px) {
  .product-second-link:hover {
    color: var(--main-color);
  }
}

.product-second {
  display: none;
}

.product-nav-item.active {
  background-color: #F3F8FB;
}

.product-nav-item.active .product-nav-link {
  background-color: var(--main-color);
}

.product-nav-item.active .product-nav-link p {
  color: #fff;
}

.product-nav-item.active .product-nav-link span {
  color: #fff;
  transform: rotate(0);
}

.product-nav-item.active .product-second {
  display: block;
}

@media screen and (min-width: 1200px) {
  .product-nav-item:hover .product-nav-link {
    background-color: var(--main-color);
  }

  .product-nav-item:hover .product-nav-link p {
    color: #fff;
  }

  .product-nav-item:hover .product-nav-link span {
    color: #fff;
  }
}

.img_box {
  display: block;
}

.product-conts {
  display: flex;
  height: 100%;
  flex-direction: column;
  --paddx: 12px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s;
}

.product-conts .img_box {
  padding-top: 100%;
  margin-bottom: 12px;
  border-radius: 10px;
}

.product-conts .tits {
  transition: all 0.5s;
  color: var(--Gray-1, #222);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  padding: 0 var(--paddx);
  margin-bottom: 12px;
  display: block;
}

.product-conts .texts {
  padding: 0 var(--paddx);
}

.product-conts .texts p {
  color: #343434;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-conts .bottoms {
  padding: 0 var(--paddx) 12px;
}

.product-conts .flexs {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #D9D9D9;
}

.product-conts .flexs .mores {
  width: calc(100% - 72px - 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid var(--main-color, #1C74BB);
  transition: all 0.5s;
}

.product-conts .flexs .mores p {
  display: flex;
  align-items: center;
  color: var(--main-color, #1C74BB);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.222%;
  text-transform: uppercase;
  transition: all 0.5s;
}

.product-conts .flexs .mores p::after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background-color: #1C74BB;
  margin: 0 12px;
  opacity: 0.5;
  flex-shrink: 0;
  transition: all 0.5s;
}

.product-conts .flexs .mores span {
  font-size: 24px;
  color: var(--main-color);
}

.product-conts .flexs .product-cart {
  width: 72px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--main-color);
  transition: all 0.5s;
  cursor: pointer;
}

.product-conts .flexs .product-cart span {
  color: #fff;
  font-size: 24px;
}

@media screen and (min-width: 1200px) {
  .product-conts .flexs .product-cart:hover {
    background-color: var(--main-hover);
  }

  .product-conts .flexs .mores:hover {
    background-color: var(--main-color);
  }

  .product-conts .flexs .mores:hover p::after {
    background-color: #fff;
  }

  .product-conts .flexs .mores:hover p,
  .product-conts .flexs .mores:hover span {
    color: #fff;
  }
}

@media screen and (min-width: 1200px) {
  .product-conts:hover {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  }

  .product-conts:hover .img_box img {
    transform: scale(1.05);
  }

  .product-conts:hover .tits {
    color: var(--main-color);
  }
}

.product {
  padding: 70px 0 calc(var(--padd100) + 30px);
}

.prodeta {
  padding-top: var(--padd100);
  padding-bottom: calc(var(--padd100) + 30px);
}

.product-list {
  margin: 0 var(--flex-margin) -30px;
}

.product-item {
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}

/* 分页 */
.mod_page {
  display: flex;
  align-items: center;
  justify-content: center;
  --margin-x: 0px;
  --fs: 16px;
  --iconfs: 20px;
  --wh: 48px;
  --bg: transparent;
  --page-color: #222;
  margin-top: 72px;
}

.mod_page_item {
  margin: 0 var(--margin-x);
}

.mod_page .prev,
.mod_page .next {
  margin: 0 24px !important;
}

.mod_page_item a {
  color: var(--page-color);
  transition: all 0.36s;
  display: block;
  text-align: center;
  border-radius: 50%;
  width: var(--wh);
  line-height: var(--wh);
  font-size: var(--fs);
  background-color: var(--bg);
}

.mod_page .prev a,
.mod_page .next a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: initial;
  height: initial;
  background-color: transparent;
}

.mod_page_item.act a {
  color: var(--main-color);
  background-color: transparent;
}

@media screen and (min-width: 1200px) {
  .mod_page_item:not(.prev, .next) a:hover {
    color: var(--main-color);
  }
}

/* 分页-end */
.prodeta-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}

.prodeta-info .left {
  width: 43.08943089%;
}

.prodeta-info .right {
  width: 52.84552845%;
  padding-top: var(--padd100);
}

.prodeta-info .right .title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 116.667%;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 4px solid var(--main-color);
  margin-bottom: 34px;
}

.prodeta-info .right .des {
  margin-bottom: 64px;
  padding: 10px;
}

.prodeta-info .right .des .key {
  color: var(--Gray-1, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 137.5%;
  text-transform: capitalize;
}

.prodeta-info .right .des .texts {
  margin-top: 12px;
}

.prodeta-info .right .des .texts p {
  color: var(--Gray-1, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  text-transform: capitalize;
}

.prodeta-info .right .controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prodeta-info .right .controls .lefts {
  display: flex;
}

.prodeta-info .right .controls .lefts .inquiry-btn {
  width: 262px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid var(--main-color);
  color: var(--main-color, #1C74BB);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.222%;
  text-transform: uppercase;
  transition: all 0.5s;
  cursor: pointer;
  margin-right: 16px;
}

@media screen and (min-width: 1200px) {
  .prodeta-info .right .controls .lefts .inquiry-btn:hover {
    color: #fff;
    background-color: var(--main-color);
  }
}

.prodeta-info .right .controls .lefts .cart-btn {
  width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.5s;
}

.prodeta-info .right .controls .lefts .cart-btn span {
  color: #fff;
  font-size: 24px;
}

@media screen and (min-width: 1200px) {
  .prodeta-info .right .controls .lefts .cart-btn:hover {
    background-color: var(--main-hover);
  }
}

.prodeta-blist {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 14px;
}

.prodeta-blist .img_box {
  padding-top: 100%;
}

.prodeta-slist {
  margin: 0 -7px;
}

.prodeta-sitem {
  padding: 0 7px;
}

.prodeta-sconts {
  cursor: pointer;
  position: relative;
}

.prodeta-sconts .img_box {
  padding-top: 100%;
  border-radius: 10px;
}

.prodeta-sconts::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.5s;
  border: 1px solid var(--main-color);
  border-radius: 10px;
  opacity: 0;
}

.slick-current .prodeta-sconts::after {
  opacity: 1;
}

@media screen and (min-width: 1200px) {
  .prodeta-sconts:hover .img_box img {
    transform: scale(1.05);
  }

  .prodeta-sconts:hover::after {
    opacity: 1;
  }
}

.prodeta {
  background-color: #F9F9F9;
}

.prodeta-nav {
  background-color: #F9F9F9;
  position: sticky;
  left: 0;
  top: 120px;
  z-index: 10;
}

@media screen and (max-width: 1680px) {
  .prodeta-nav {
    top: 114px;
  }
}

@media screen and (max-width: 1440px) {
  .prodeta-nav {
    top: 104px;
  }
}

.prodeta-nav .prodeta-nav-list {
  border-bottom: 2px solid #D9D9D9;
  display: flex;
}

.prodeta-nav .prodeta-nav-item {
  margin-right: 36px;
  padding: 12px 0;
  position: relative;
  z-index: 1;
  color: #4C4C4C;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-transform: capitalize;
  transition: all 0.5s;
  cursor: pointer;
}

.prodeta-nav .prodeta-nav-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: var(--main-color);
  opacity: 0;
  transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
  .prodeta-nav .prodeta-nav-item:hover {
    color: var(--main-color);
  }

  .prodeta-nav .prodeta-nav-item:hover::after {
    opacity: 1;
  }
}

.prodeta-nav .prodeta-nav-item.active {
  color: var(--main-color);
}

.prodeta-nav .prodeta-nav-item.active::after {
  opacity: 1;
}

.prodeta-description {
  padding: 24px;
  background-color: #fff;
  margin-top: 36px;
  margin-bottom: 24px;
}

.prodeta-description h1 {
  color: #fff;
  background: none;
  width: 100%;
  padding: 15px 0 10px 10px;
  background-image: linear-gradient(127deg, #0c55ae 0%, #219ad8 71%);
}
.prodeta-description p b,.prodeta-description p strong {
  color: #fff;
  display: block;
  background: none;
  font-size: 36px;

  width: 100%;
  padding: 15px 0 10px 10px;
  background-image: linear-gradient(127deg, #0c55ae 0%, #219ad8 71%);
}

.prodeta-description .tits {
  color: var(--main-color, #1C74BB);
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 126.667%;
  text-transform: capitalize;
  margin-bottom: 24px;
}

.prodeta-description .edit p {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  text-transform: capitalize;
}

.prodeta-inquiry {
  padding: 24px;
  background-color: #fff;
  margin-bottom: 48px;
}

.prodeta-inquiry .tits {
  color: var(--main-color, #1C74BB);
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 126.667%;
  text-transform: capitalize;
  margin-bottom: 24px;
}

.prodeta-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px 0px;
}

.prodeta-form .item {
  width: 25%;
  padding: 0 12px;
  margin-bottom: 20px;
}

.prodeta-form .item.block {
  width: 100% !important;
}

.prodeta-form .item:last-child {
  margin-bottom: 0;
}

.prodeta-form .item.proname .content {
  display: flex;
  align-items: center;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
}

.prodeta-form .item.proname .content .tits {
  color: var(--Gray-1, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 137.5%;
  margin-bottom: 0;
  font-family: Inter;
  padding-left: 16px;
  transform: translateY(0px);
  margin-right: 4px;
}

.prodeta-form .item.proname .content input {
  width: initial;
  flex-grow: 1;
  border: none;
  padding-left: 0;
  color: #222 !important;
  font-size: 16px;
}

.prodeta-form .content .tits {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 137.5%;
  margin-bottom: 10px;
}

.prodeta-form .content input,
.prodeta-form .content textarea {
  width: 100%;
}

.prodeta-form .content input {
  width: 100%;
  padding: 0 16px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  color: #989898;
  font-size: 16px;
  font-weight: 400;
  line-height: 137.5%;
  height: 54px;
}

.prodeta-form .content textarea {
  width: 100%;
  height: 210px;
  padding: 16px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  color: #989898;
  font-size: 16px;
  font-weight: 400;
  line-height: 137.5%;
}

.prodeta-form .content button {
  min-width: 117px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--main-color, #1C74BB);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 4px;
  transition: all 0.5s;
  padding: 0 24px;
}

@media screen and (min-width: 1200px) {
  .prodeta-form .content button:hover {
    background-color: var(--main-hover);
  }
}

.prodeta-recommend .hds {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.prodeta-recommend .hds .tits {
  color: var(--main-color, #1C74BB);
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 126.667%;
  text-transform: capitalize;
}

.prodeta-recommend-list {
  margin: 0 var(--flex-margin);
}

.prodeta-recommend-list .item {
  padding: 0 var(--flex-padding);
}

.project {
  padding: 60px 0 calc(var(--padd100) + 30px);
}

.project-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #F0F0F0;
}

.project-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.project-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.project-link .left {
  width: 530px;
}

.project-link .left .img_box {
  padding-top: 56.6037735%;
  border-radius: 10px;
}

.project-link .right {
  width: calc(100% - 530px);
  padding-left: 30px;
}

.project-link .right .time {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.project-link .right .time span {
  font-size: 20px;
  color: var(--main-color);
  margin-right: 4px;
}

.project-link .right .time p {
  color: var(--main-color, #1C74BB);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
}

.project-link .right .tits {
  color: var(--Gray-1, #222);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 12px;
  transition: all 0.5s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.project-link .right .texts {
  margin-bottom: 48px;
}

.project-link .right .texts p {
  color: #343434;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 1200px) {
  .project-link:hover .left .img_box img {
    transform: scale(1.05);
  }

  .project-link:hover .right .tits {
    color: var(--main-color);
  }
}

.faq {
  padding: 84px 0 calc(var(--padd100) + 30px);
  background-color: #F9F9F9;
}

.faq .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.faq .flex .left {
  width: 33.9393939%;
  position: sticky;
  left: 0;
  top: 150px;
}

.faq .flex .left .text {
  margin-top: 24px;
}

.faq .flex .left .text p {
  color: #343434;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
}

.faq .flex .left .question {
  margin-top: 48px;
  padding: 35px 35px;
  background-color: #fff;
}

.faq .flex .left .question .content {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.faq .flex .left .question .content .iconfont {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  color: #fff;
  font-size: 48px;
  flex-shrink: 0;
  margin-right: 20px;
}

.faq .flex .left .question .content .val .tits {
  color: var(--Gray-1, #222);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}

.faq .flex .left .question .content .val .texts {
  margin-top: 8px;
}

.faq .flex .left .question .content .val .texts p {
  color: #343434;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
}

.faq .flex .left .question .btn-touch {
  width: 100%;
  height: 46px;
  border-radius: 10px;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--White, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.222%;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
  .faq .flex .left .question .btn-touch:hover {
    background: var(--main-hover);
  }
}

.faq .flex .right {
  width: 62.18181818%;
}

.faq .home-faq-list .item .hds p {
  font-weight: 700;
}

.news {
  padding: 64px 0 calc(var(--padd100) + 30px);
  background-color: #F9F9F9;
}

.news .control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
}

.news .control form {
  display: flex;
  background-color: #fff;
  width: 390px;
}

.news .control form input {
  width: calc(100% - 44px);
  padding: 0 16px;
  color: #4C4C4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.news .control form button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news .control form button span {
  color: #222222;
  font-size: 24px;
}

.news .control .navs {
  display: flex;
  background-color: #fff;
}

.news .control .navs a {
  display: flex;
  height: 44px;
  position: relative;
  align-items: center;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  padding: 0 24px;
}

.news .control .navs a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 17px;
  background-color: #D9D9D9;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.news .control .navs a.active {
  color: var(--main-color);
  font-weight: 700;
}

@media screen and (min-width: 1200px) {
  .news .control .navs a:hover {
    color: var(--main-color);
  }
}

.news .control .navs a:last-child::after {
  display: none;
}

.news-list {
  margin: 0 var(--flex-margin) -30px;
}

.news-item {
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}

.contact {
  padding: 64px 0 calc(var(--padd100) + 30px);
  background-color: #F9F9F9;
  overflow: hidden;
}

.contact .flex {
  display: flex;
  justify-content: space-between;
}

.contact .flex .left {
  width: 33.93939393%;
}

.contact .flex .left .title {
  color: var(--main-color);
}

.contact .flex .left .text {
  margin-top: 24px;
}

.contact .flex .left .text p {
  color: #656565;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.contact .flex .left .info {
  margin-top: 60px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.contact .flex .left .info .img_box {
  padding-top: 69.642857%;
}

.contact .flex .left .conts {
  position: absolute;
  width: calc(100% - 24px);
  padding: 24px 24px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
}

.contact .flex .left .conts .items {
  margin-bottom: 12px;
  display: flex;
}

.contact .flex .left .conts .items .keys {
  width: 80px;
  flex-shrink: 0;
  margin-right: 4px;
  color: var(--main-color, #1C74BB);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 137.5%;
}

.contact .flex .left .conts .items .val p,
.contact .flex .left .conts .items .val a {
  color: #4C4C4C;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}

@media screen and (min-width: 1200px) {
  .contact .flex .left .conts .items .val a:hover {
    color: var(--main-color);
    text-decoration: underline;
  }
}

.contact .flex .left .conts .items:last-child {
  margin-bottom: 0;
}

.contact .flex .right {
  width: 59.3939393%;
  background-color: #fff;
  padding: 24px;
  border-radius: 10px;
}

.contact .flex .right .prodeta-form .item {
  width: 50%;
}

.contact .flex .right .prodeta-form .item.button {
  text-align: right;
}

.prodeta .product-content .product-flex>.left {
  padding-top: 0;
}

/* sitemap */
.sitemap_cont {
  padding: 100px 0;
}

.sitemap_cont_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.sitemap_cont_item {
  width: 25%;
  padding: 0 10px;
}

.sitemap_cont_link {
  display: block;
  text-align: center;
  line-height: 50px;
  background-color: var(--main-color);
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.sitemap_cont_link:hover {
  text-decoration: underline;
}

.sitemap_second_list {
  margin-top: 15px;
}

.sitemap_second_item {
  margin-bottom: 10px;
}

.sitemap_second_link {
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  transition: all 0.36s;
  display: block;
  color: #222;
  padding: 4px 0;
}

.sitemap_second_link:hover {
  color: var(--main-color);
  text-decoration: underline;
}

@media screen and (max-width: 1680px) {
  .sitemap_cont {
    padding: 90px 0;
  }

  .sitemap_cont_link {
    line-height: 45px;
  }

  .sitemap_second_item {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 1440px) {
  .sitemap_cont_item {
    padding: 0 8px;
  }

  .sitemap_cont {
    padding: 80px 0;
  }

  .sitemap_cont_list {
    margin: 0 -8px;
  }

  .sitemap_cont_link {
    line-height: 40px;
    font-size: 16px;
  }

  .sitemap_second_link {
    padding: 4px 0;
    line-height: 26px;
    font-size: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .sitemap_cont {
    padding: 70px 0;
  }
}

@media screen and (max-width: 991px) {
  .sitemap_cont_item {
    padding: 0 5px;
  }

  .sitemap_cont_list {
    margin: 0 -5px;
    flex-wrap: wrap;
  }

  .sitemap_cont_item {
    width: 33.333333%;
    margin-bottom: 20px;
  }

  .sitemap_cont {
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .sitemap_cont {
    padding: 55px 0;
  }

  .sitemap_cont_list {
    flex-direction: column;
  }

  .sitemap_cont_item {
    width: 100%;
    margin-bottom: 10px;
  }

  .sitemap_second_list {
    margin-top: 10px;
  }
}

/* sitemap-end */
.privacy_cont {
  padding: 100px 0;
}

.privacy_cont .title {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold;
}

.privacy_cont .edit p {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}

@media screen and (max-width: 1680px) {
  .privacy_cont {
    padding: 90px 0;
  }

  .privacy_cont .title {
    margin-bottom: 35px;
    font-size: 30px;
  }
}

@media screen and (max-width: 1440px) {
  .privacy_cont {
    padding: 80px 0;
  }

  .privacy_cont .title {
    margin-bottom: 35px;
    font-size: 28px;
  }
}

@media screen and (max-width: 1200px) {
  .privacy_cont {
    padding: 70px 0;
  }

  .privacy_cont .title {
    margin-bottom: 30px;
    font-size: 26px;
  }
}

@media screen and (max-width: 991px) {
  .privacy_cont {
    padding: 60px 0;
  }

  .privacy_cont .title {
    margin-bottom: 25px;
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .privacy_cont {
    padding: 55px 0;
  }

  .privacy_cont .title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

/* newdate */
.newdate_info_tit {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: bold;
}

.newdate_info_date {
  font-size: 16px;
  line-height: 1.5;
}

.newdate_info {
  padding: 60px 0 20px;
  border-bottom: 1px solid #ccc;
}

.news_info {
  margin-bottom: 50px;
}

.news_info li {
  list-style: inherit;
}

.news_info ol,
.news_info ul {
  padding-left: 1rem;
}

.news_primary {
  padding-top: 50px !important;
  padding-bottom: 100px !important;
}

.news_info h2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  color: #222222;
  margin-bottom: 20px;
}

.news_info p {
  font-size: 16px;
  line-height: 1.6;
  color: #444444;
  margin-bottom: 20px;
}

.news_info img {
  height: auto !important;
}

.newdate_main .pdrf_shares {
  margin-top: 50px;
}

.newdate_page {
  margin-top: 40px;
}

.newdate_page a:hover {
  color: var(--main-color);
}

.newdate_prev {
  margin-bottom: 20px;
}

.pdrf_shares_text {
  flex-shrink: 0;
  font-size: 22px;
  line-height: 1.2;
  margin-right: 5px;
}

.pdrf_shares {
  display: flex;
  align-items: center;
}

.newdate_page a {
  color: #666;
  font-size: 16px;
  line-height: 1.4;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

@media screen and (max-width: 1680px) {
  .newdate_info_tit {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .newdate_info {
    padding: 55px 0 20px;
  }

  .news_info h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .news_primary {
    padding-top: 40px !important;
    padding-bottom: 80px !important;
  }

  .pdrf_shares_text {
    font-size: 20px;
  }

  .news_info {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1440px) {
  .newdate_info_tit {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .newdate_info {
    padding: 50px 0 15px;
  }

  .news_primary {
    padding-top: 35px !important;
    padding-bottom: 60px !important;
  }

  .newdate_info_date {
    font-size: 14px;
  }

  .news_info h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .news_info p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
  }

  .news_info {
    margin-bottom: 30px;
  }

  .pdrf_shares_text {
    font-size: 18px;
  }

  .newdate_page {
    margin-top: 30px;
  }

  .newdate_page a {
    font-size: 14px;
    line-height: 1.4;
  }

  .newdate_prev {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .newdate_info_tit {
    font-size: 22px;
  }

  .newdate_info {
    padding: 40px 0 12px;
  }

  .news_primary {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
  }

  .pdrf_shares_text {
    font-size: 16px;
  }

  .news_info h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .newdate_info {
    padding: 35px 0 12px;
  }

  .newdate_info_tit {
    margin-bottom: 13px;
    font-size: 22px;
    line-height: 1.4;
  }

  .news_primary {
    padding-top: 25px !important;
    padding-bottom: 40px !important;
  }
}

/* newdate-end */
/* shop */
.shop_cont {
  padding: var(--padd100) 0px;
}

.shop_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop_cheack {
  display: flex;
  align-items: center;
  width: 120px;
  min-width: 70px;
  margin-right: 10px;
}

.shop_photo {
  width: 200px;
  flex-shrink: 0;
}

.shop_photo_img {
  padding-top: 100%;
  border: 1px solid #ecebeb;
  transition: all 0.36s;
  display: block;
  overflow: hidden;
}

.shop_photo_img img {
  transform: scale(0.9);
}

.shop_photo_img:hover img {
  transform: scale(1);
}

.shop_photo_img:hover {
  border: 1px solid var(--main-color);
}

.shop_name {
  width: 30%;
  min-width: 200px;
  padding-right: 20px;
  padding-left: 20px;
}

.shop_list .shop_text {
  transition: all 0.36s;
}

.shop_number {
  width: 180px;
  flex-shrink: 0;
}

.shop_number_text,
.shop_operation_text,
.shop_text,
.shop_photo_text,
.shop_cheack_text {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}

.shop_list .shop_number_text,
.shop_list .shop_operation_text,
.shop_list .shop_text,
.shop_list .shop_photo_text,
.shop_list .shop_cheack_text {
  color: #222;
}

.shop_operation {
  width: 140px;
  flex-shrink: 0;
}

.shop_header {
  padding: 20px 0;
  background-color: var(--main-color);
}

.shop_row {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.shop_cont input[type=checkbox] {
  -webkit-appearance: auto;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 10px;
}

.shop_item .shop_row {
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
}

.shop_operation_btn {
  cursor: pointer;
  padding: 15px;
  box-sizing: content-box;
  display: inline-block;
}

.shop_operation_btn span {
  font-size: 20px;
}

.shop_operation_btn:hover span {
  color: var(--main-color);
}

.shop_operation {
  text-align: center;
}

.shop_number_control {
  display: flex;
  align-items: center;
}

.shop_number_control>div {
  cursor: pointer;
  width: 34px;
  line-height: 32px;
  border: 1px solid #e6e6e6;
  flex-shrink: 0;
  text-align: center;
  font-size: 18px;
  transition: all 0.36s;
}

.shop_number_control>div:hover {
  color: #fff;
  background-color: var(--main-color);
}

.shop_number_control input {
  display: inline-block;
  width: 60px;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 1680px) {
  .shop_cheack {
    width: 70px;
    min-width: 70px;
  }

  .shop_main {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 1560px) {
  .shop_cheack {
    width: 50px;
    min-width: 50px;
  }

  .shop_number {
    width: 160px;
  }

  .shop_photo {
    width: 190px;
  }
}

@media screen and (max-width: 1440px) {
  .shop_cont input[type=checkbox] {
    width: 15px;
    height: 15px;
  }

  .shop_photo {
    width: 180px;
  }

  .shop_number_text,
  .shop_operation_text,
  .shop_text,
  .shop_photo_text,
  .shop_cheack_text {
    font-size: 15px;
  }

  .shop_number_control>div {
    width: 30px;
    line-height: 28px;
    font-size: 16px;
  }

  .shop_number_control input {
    width: 45px;
    font-size: 14px;
  }

  .shop_operation_btn {
    padding: 12px;
  }

  .shop_operation_btn span {
    font-size: 18px;
  }

  .shop_number {
    width: 125px;
  }

  .shop_header {
    padding: 15px 0;
  }

  .shop_main {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .shop_photo {
    width: 170px;
  }

  .shop_main {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .shop_photo {
    width: 150px;
  }

  .shop_operation {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {

  .shop_header .shop_photo,
  .shop_header .shop_name,
  .shop_header .shop_number,
  .shop_header .shop_operation {
    display: none;
  }

  .shop_header {
    padding: 10px 0;
  }

  .shop_item .shop_row {
    padding: 16px 17px;
  }

  .shop_cont input[type=checkbox] {
    width: 14px;
    height: 14px;
  }

  .shop_row {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }

  .shop_item .shop_row {
    padding-bottom: 60px !important;
    padding: 16px 15px;
  }

  .shop_item {
    margin-bottom: 10px;
  }

  .shop_row>div {
    width: 100%;
  }

  .shop_number_control {
    justify-content: center;
  }

  .shop_name {
    width: 100%;
    text-align: center;
    padding: 15px 0 12px;
  }

  .shop_item .shop_cheack input {
    position: absolute;
    left: 0;
    bottom: 5px;
    margin: 12px !important;
    box-sizing: content-box;
  }

  .shop_item .shop_operation_btn {
    position: absolute;
    right: 0;
    bottom: 5px;
  }

  .shop_main {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

/* shop */
.page-inquiry {
  padding: 0 !important;
  padding-bottom: calc(var(--padd100) + 30px) !important;
  margin-bottom: 0 !important;
}

.page-inquiry>.tits {
  margin-bottom: 34px !important;
}

.about-honoe {
  padding: var(--padd100) 0;
}

.about-honoe .mod-hds {
  text-align: center;
  margin-bottom: 36px;
}

.about-honoe .mod-arrow {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  margin-top: 40px;
}

#certify {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

#certify .swiper-slide {
  width: 340px;
  background: #fff;
  box-shadow: 0 4px 10px 0 #ddd;
}

#certify .img_box {
  padding-top: 138.88888%;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

.newsdeta .prodeta-inquiry {
  margin-bottom: 80px;
}

@media screen and (max-width: 1200px) {
  .newsdeta .prodeta-inquiry {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 991px) {
  .newsdeta .prodeta-inquiry {
    margin-bottom: 60px;
  }
}

.about-case {
  padding-top: var(--padd100);
  padding-bottom: calc(var(--padd100) + 30px);
  border-radius: 30px 30px 0px 0px;
  background: linear-gradient(180deg, #F3F8FB 0%, rgba(243, 248, 251, 0) 100%);
}

.about-case .hds {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 36px;
}

.about-case .groups {
  margin: 0 -8px;
}

.about-case .groups .content {
  height: 100%;
  position: relative;
}

.about-case .left,
.about-case .right,
.about-case .center {
  padding: 0 8px;
}

.about-case .left .items,
.about-case .right .items {
  margin-bottom: 14px;
  cursor: pointer;
}

.about-case .left .items:last-child,
.about-case .right .items:last-child {
  margin-bottom: 0;
}

.about-case .left .img_box,
.about-case .right .img_box {
  padding-top: 56.09756097%;
  border-radius: 10px;
}

@media screen and (min-width: 1200px) {

  .about-case .left .img_box:hover img,
  .about-case .right .img_box:hover img {
    transform: scale(1.05);
  }
}

.about-case .center .img_box {
  padding-top: 55.4216867%;
  height: 100%;
  border-radius: 10px;
  cursor: pointer;
}

.about-case .center .img_box img {
  object-fit: cover;
}

@media screen and (min-width: 1200px) {
  .about-case .center .content:hover .img_box img {
    transform: scale(1.05);
  }

  .about-case .center .content:hover .play {
    transform: translate(-50%, -50%) scale(1.05);
  }
}

.about-case .center .play {
  width: 120px;
  height: 120px;
  transition: all 0.5s;
  z-index: 3;
  backdrop-filter: blur(1.71223021px);
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.about-case .center .play img {
  width: 84px;
  height: 84px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ct_aside1 {
  position: fixed;
  top: 60%;
  right: 0px !important;
  transform: translateY(-50%);
  z-index: 10;
  --wh: 48px;
  --fs: 24px;
}

.ct_aside1_list {
  margin-bottom: 15px;
  transition: all 0.36s;
}

.ct_aside1_item {
  margin-bottom: 0px;
  position: relative;
  transition: all 0.36s;
  cursor: pointer;
}

.ct_aside1_item:last-child {
  margin-bottom: 0;
}

.ct_aside1_link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.15);
  font-size: var(--fs);
  transition: all 0.36s;
  position: relative;
}

.ct_aside1_link span {
  color: #fff;
}

.ct_aside1_link p {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 4px;
  right: 4px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 10px;
}

.ct_aside1_item.active .ct_aside1_link {
  background-color: var(--main-color);
}

@media screen and (min-width: 1200px) {
  .ct_aside1_item:hover .ct_aside1_link {
    background-color: var(--main-color);
  }
}

.ct_aside1_link,
.ct_aside1_switch {
  width: var(--wh);
  height: var(--wh);
  border-radius: 0%;
}

.ct_aside1_switch {
  background-color: var(--main-color);
  position: relative;
  transition: all 0.36s;
  cursor: pointer;
  display: none;
}

.ct_aside1_switch::after,
.ct_aside1_switch::before {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: all 0.36s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ct_aside1_switch::after {
  width: 2px;
  height: 15px;
}

.ct_aside1_switch::before {
  height: 2px;
  width: 15px;
}

.ct_aside1_switch.active {
  background-color: #031417;
  transform: rotate(-90deg);
}

.ct_aside1_cont {
  position: absolute;
  right: calc(100%);
  top: 50%;
  transform: translateY(-50%) translateX(100px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.36s;
  opacity: 0;
  pointer-events: none;
}

.ct_aside1_item.active .ct_aside1_cont {
  pointer-events: all;
  opacity: 1;
  transform: translateY(-50%) translateX(0px);
}

.ct_aside1_cont::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 100%;
}

.ct_aside1_cont .qr {
  width: 100px;
  padding: 2px;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
}

.ct_aside1_cont .qr img {
  width: 100%;
}

.ct_aside1_cont a {
  display: inline-block;
  padding: 17px 22px;
  background-color: #222;
  color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  white-space: nowrap;
}

/* type-animatelist */
.ct_aside1_list.animatelist {
  transform: translateX(100px);
}

.ct_aside1_list.active {
  transform: translateX(0px);
}

/* type-animateitem */
.ct_aside1_list.animateitem .ct_aside1_item {
  transform: translateX(100px);
}

.ct_aside1_list.active .ct_aside1_item {
  transform: translateX(0px);
}

/* type-animateitem-rotate */
.ct_aside1_list.animateitem-rotate .ct_aside1_item {
  transform: translateX(80px) rotate(360deg);
}

.ct_aside1_list.active .ct_aside1_item {
  transform: translateX(0px) rotate(0deg);
}

@media screen and (max-width: 768px) {
  .ct_aside1_list {
    display: none;
  }

  .ct_aside1 {
    top: initial;
    right: 20px;
    bottom: 70px;
    transform: translateY(0);
  }

  .ct_aside1_switch {
    display: block;
  }
}

/* hover */
@media screen and (min-width: 1200px) {
  .ct_aside1_switch:hover {
    background-color: var(--main-color);
  }

  .ct_aside1_item:hover .ct_aside1_cont {
    pointer-events: all;
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}

.mod-popup.active {
  pointer-events: all;
  opacity: 1;
}

.mod-popup {
  transition: all 0.5s;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mod-popup-content {
  width: 980px;
  background-color: #FFFFFF;
  padding: 12px;
  padding-right: 24px !important;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.mod-popup-content .left {
  width: 400px;
}

.mod-popup-content .left .img_box {
  padding-top: 150%;
  height: 100%;
}

.mod-popup-content .left .img_box img {
  object-fit: cover;
}

.mod-popup-content .right {
  width: 520px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px 0;
}

.mod-popup-content .right .title {
  color: var(--main-color, #1C74BB);
  font-family: Raleway;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.mod-popup .prodeta-form .item {
  width: 50%;
}

.mod-popup .prodeta-form .item textarea {
  height: 100px;
}

.mod-popup .prodeta-form {
  margin-bottom: 0;
}

.pop-close {
  cursor: pointer;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 2;
  transition: all 0.5s;
}

.pop-close span {
  color: #4C4C4C;
  font-size: 24px;
}

@media screen and (min-width: 1200px) {
  .pop-close:hover span {
    transform: rotate(180deg);
  }
}

/* 搜索页 */
.product_search {
  margin-bottom: 20px;
}

.product_search_tit {
  font-family: Redbold;
  font-size: 22px;
  color: #14151a;
  margin-bottom: 15px;
}

.product_search_text {
  background-color: #f3f5f8;
  padding: 12px 20px;
  color: #999999;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1440px) {

  /* 搜索页 */
  .product_search_tit {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .product_search_text {
    padding: 10px 15px;
  }

  .product_search {
    margin-bottom: 15px;
  }

  /* 搜索页-end */
}

.home-choose-list .content .iconfont {
  background-color: #F3F8FB;
}

.adaptiveheight .slick-track {
  display: flex;
  flex-wrap: wrap;
}

.adaptiveheight .slick-slide {
  height: initial !important;
}

.adaptiveheight .slick-slide>div {
  height: 100%;
}

.adaptiveheight .slick-slide>div>div {
  height: 100%;
}

.home-prodeta-form {
  padding: 80px 0 100px;
}

.home-prodeta-form .prodeta-form .item {
  width: 33.3333%;
}

.home-about .left .text p {
  font-size: 19px;
}

.mod-hds .subtit {
  font-size: 18px;
}

@media screen and (max-width:768px) {
  .mod-hds .subtit {
    font-size: 16px;
  }

  .home-about .left .text p {
    font-size: 16px;
  }
}

.home-about .left,
.home-about .right {
  width: 48%;
}

.footer-contact>img {
  width: 140px;
  margin-top: 20px;
}

.ct_aside1_link span {
  font-size: 28px;
}

.ct_aside1_item:hover span {
  color: #fff !important;
}

.header-right .top .group p {
  font-size: 16px;
}

@media screen and (max-width:1200px) {
  .header-right .top .group p {
    display: none;
  }
}


/**
* Date : 2025-05-09
* @author HSM
* @toDo 删除购物车功能
*/
.cart-btn {
  display: none !important;
}

.product-conts .flexs .mores {
  height: 48px;
  width: 100% !important;
}

.edit_active img {
  width: 48% !important;
}


tbody,
td,
tfoot,
th,
thead,
tr {
  border-width: 1px;
}

@media (max-width: 1536px) {
  .product-content .product-flex {
    margin-top: 40px !important;
  }
}

@media (max-width: 499px) {
  .product-content .product-flex {
    margin-top: 30px !important;
  }
}








.gjnewbox1 {
  overflow: hidden;
  padding: 4rem 0;
  background-image: url(../img/gj-bg1.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.gjnewbox1 .box {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
}

.gjnewbox1 .box .gjtit {
  line-height: normal;
  font-size: 60px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .gjnewbox1 .box .gjtit {
    font-size: 30px;
    line-height: 1.2;
    padding-bottom: 0;
  }
}

.gjnewbox1 .box .gj-contbox .gj-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.gjnewbox1 .box .gj-contbox .gj-list .gj-lsi-item {
  flex: 0 0 33.3%;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
  .gjnewbox1 .box .gj-contbox .gj-list .gj-lsi-item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1);
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0;
  }
}

.gjnewbox1 .box .gj-contbox .gj-list .gj-lsi-item:last-child {
  border-right: none;
}

.gjnewbox1 .box .gj-contbox .gj-list .gj-lsi-item .icon {
  width: 70px;
  margin: 0 auto;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .gjnewbox1 .box .gj-contbox .gj-list .gj-lsi-item .icon {
    width: 50px;
  }
}

.gjnewbox1 .box .gj-contbox .gj-list .gj-lsi-item .icon img {
  width: 100%;
  height: auto;
}

.gjnewbox1 .box .gj-contbox .gj-list .gj-lsi-item .gj-txt {
  font-size: clamp(1rem, 1.36rem, 1.5rem);
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
}

.gjnewbox1 .box .gj-contbox .gj-list .gj-lsi-item .gj-txt a {
  color: #ffffff;
}

@media(max-width: 992px){
  .product-content .product-flex > .left{
    position: static !important;
    z-index: auto;
  }
}

/*  */
/* .prodeta-description p strong,
.prodeta-description p span,
.prodeta-description p span strong,
.prodeta-description h1 strong,
.prodeta-description h1 span,
.prodeta-description h1 span strong,
.prodeta-description h2 span,
.prodeta-description h2 strong,
.prodeta-description h2 span strong {
  color: #fff !important;
  background: none !important;
  width: 100% !important;
  padding: 15px 0 10px 10px;
  background-image: linear-gradient(127deg, #0c55ae 0%, #219ad8 71%) !important;
  font-family: "Inter", "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial !important;
} */