@charset "utf-8";
body {
  /* 填写默认字体 */
  font-family: "Inter Tight", "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 Tight';
  src: local('Inter Tight Bold'), local('InterTight-Bold'), url('../fonts/intertight/InterTight-Bold.woff2') format('woff2'), url('../fonts/intertight/InterTight-Bold.woff') format('woff'), url('../fonts/intertight/InterTight-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: local('Inter Tight Regular'), local('InterTight-Regular'), url('../fonts/intertight/InterTight-Regular.woff2') format('woff2'), url('../fonts/intertight/InterTight-Regular.woff') format('woff'), url('../fonts/intertight/InterTight-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: local('Inter Tight SemiBold'), local('InterTight-SemiBold'), url('../fonts/intertight/InterTight-SemiBold.woff2') format('woff2'), url('../fonts/intertight/InterTight-SemiBold.woff') format('woff'), url('../fonts/intertight/InterTight-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: local('Inter Tight Black'), local('InterTight-Black'), url('../fonts/intertight/InterTight-Black.woff2') format('woff2'), url('../fonts/intertight/InterTight-Black.woff') format('woff'), url('../fonts/intertight/InterTight-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: local('Inter Tight Medium'), local('InterTight-Medium'), url('../fonts/intertight/InterTight-Medium.woff2') format('woff2'), url('../fonts/intertight/InterTight-Medium.woff') format('woff'), url('../fonts/intertight/InterTight-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* 谷歌翻译后防止与sticky产生冲突 */
.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 {
  display: none;
}
/* 去除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;
  }
}
:root {
  font-size: 16px;
  --main-color: #153D94;
  --flex-margin: -15px;
  --flex-padding: 15px;
  scroll-behavior: initial;
}
/* 翻译插件展位 */
.google-translate {
  min-width: 108px;
}
.fancybox-content {
  height: 800px !important;
}
.c_pcbtn {
  display: none;
}
ul {
  padding: 0;
}
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  padding: 30px 4.0625rem 0;
  transition: all 0.5s;
}
.header-logo {
  width: 272px;
  display: block;
  line-height: var(--height);
}
.header-logo img {
  width: 100%;
}
.header-content {
  --height: 90px;
  background-color: #FFFFFF;
  border-radius: 25px;
  padding: 0 4.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .hd_list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hd_item {
    position: relative;
    margin-right: 3.5rem;
  }
  .hd_item:last-child {
    margin-right: 0;
  }
  .hd_link {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    height: var(--height);
    position: relative;
  }
  .hd_link::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 3px;
    transition: all 0.5s;
    background-color: var(--main-color);
    width: 0;
  }
  .hd_item.active .hd_link,
  .hd_item:hover .hd_link {
    color: var(--main-color);
  }
  .hd_item.active .hd_link::after,
  .hd_item:hover .hd_link::after {
    width: 100%;
  }
  .hd_second {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    padding: 20px 24px;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  }
  .hd_second_link {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    display: block;
    padding: 6px 0;
    white-space: nowrap;
  }
  .hd_second_link:hover {
    color: var(--main-color);
  }
  .hd_second_item.active .hd_second_link {
    color: var(--main-color);
  }
}
.hd_second {
  display: none;
}
.hd_three {
  display: none;
}
.header-controls {
  display: flex;
}
.header-language {
  display: flex;
  align-items: center;
}
.header-language a {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
}
.header-language a.current {
  color: var(--main-color);
}
.header-language .mask {
  position: relative;
  width: 32px;
  background-color: #EDEDED;
  display: flex;
  justify-content: flex-end;
  margin: 0 16px;
  border-radius: 16px;
}
.header-language .mask::after {
  content: '';
  display: block;
  width: 50%;
  height: 16px;
  border-radius: 50%;
  background-color: var(--main-color);
}
.ph-search {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  background-color: var(--main-color);
}
.header-search-form {
  margin-left: 36px;
}
.header-search-form form {
  display: flex;
  background: #F7F7F7;
  border-radius: 44px;
}
.header-search-form input {
  width: 210px;
  padding: 0 20px;
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
  text-transform: capitalize;
}
.header-search-form input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #333;
}
.header-search-form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
}
.header-search-form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
}
.header-search-form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333;
}
.header-search-form button {
  width: 50px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333333;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .header-search-form button:hover span {
    color: var(--main-color);
  }
}
.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;
  padding-top: 50%;
}
.home-banner .slide-link img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.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 {
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  bottom: 24px;
  --wh: 12px;
  --interval: 12px;
}
.home-banner .swiper-pagination .swiper-pagination-bullet {
  width: var(--wh);
  height: var(--wh);
  background-color: #fff !important;
  opacity: 0.5 !important;
  margin: 0 var(--interval);
}
.home-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.home-banner-arrow {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.home-banner-number {
  margin: 0 2.5rem;
  display: flex;
  align-items: center;
}
.home-banner-number .current,
.home-banner-number .mask,
.home-banner-number .sum {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 190%;
}
.home-banner-number .mask {
  margin: 0 10px;
}
.home-banner-prev,
.home-banner-next {
  padding: 10px;
  cursor: pointer;
}
.home-banner-prev span,
.home-banner-next span {
  font-size: 14px;
  color: #fff;
}
.home-banner-next {
  transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .home-banner-prev:hover span,
  .home-banner-next:hover span {
    color: var(--main-color);
  }
}
.mod-header {
  display: flex;
  justify-content: space-between;
}
.mod-tit48,
.mod-tit48 p {
  color: #333;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
.mod-tit48 span,
.mod-tit48 p span {
  color: var(--main-color);
}
.mod-arrow {
  display: flex;
}
.mod-prev,
.mod-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  transition: all 0.5s;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mod-prev span,
.mod-next span {
  font-size: 14px;
  color: #333333;
}
.mod-prev {
  transform: rotate(180deg);
  margin-right: 16px;
}
@media screen and (min-width: 1200px) {
  .mod-prev:hover,
  .mod-next:hover {
    background-color: var(--main-color) !important;
  }
  .mod-prev:hover span,
  .mod-next:hover span {
    color: #fff !important;
  }
}
.mod-right {
  width: 40.4255319%;
}
.mod-right .text {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.mod-right .mod-arrow {
  margin-top: 26px;
}
.home-product {
  padding: 7.5rem 0;
  background-color: #F5F5F5;
}
.home-about {
  padding: 7.5rem 0;
  overflow: hidden;
}
.home-about .flex {
  display: flex;
  align-items: flex-start;
}
.home-about .flex .left {
  width: 50%;
}
.home-about .flex .left .content {
  margin-right: -210px;
}
.home-about .flex .left .content .title,
.home-about .flex .left .content .title p {
  color: #333;
  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  text-transform: uppercase;
}
.home-about .flex .left .content .title span,
.home-about .flex .left .content .title p span {
  color: var(--main-color);
}
.home-about .flex .left .content .title {
  margin-bottom: 36px;
}
.home-about .flex .left .content .text {
  margin-bottom: 5.375rem;
  width: 570px;
  max-width: 100%;
}
.home-about .flex .left .content .text p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.home-about .flex .right {
  width: 50%;
  padding-left: 15px;
  position: relative;
}
.home-about .flex .right .img1 {
  width: 70.9219858%;
  margin-left: auto;
}
.home-about .flex .right .img1 .img_box {
  padding-top: 126%;
}
.home-about .flex .right .img2 {
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 93.6170212%;
  left: 15px;
}
.home-about .flex .right .img2 .img_box {
  padding-top: 43.333333%;
}
.mod-number {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5.375rem;
}
.mod-number-item {
  padding: 0 2.25rem;
  position: relative;
}
.mod-number-item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background: linear-gradient(to bottom, #ACC3DD 0%, #ACC3DD 30%, #fff 30%) repeat-y;
  background-size: 1px 6px;
}
.mod-number-item .number {
  display: flex;
  align-items: center;
}
.mod-number-item .number .val,
.mod-number-item .number .unit {
  color: #333;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}
.mod-number-item .number .unit {
  margin-left: 6px;
}
.mod-number-item .tits {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  text-transform: uppercase;
  margin-top: 12px;
}
.mod-number-item:first-child {
  padding-left: 0;
}
.mod-number-item:last-child {
  padding-right: 0;
}
.mod-number-item:last-child::after {
  display: none;
}
.home-about-btngroup {
  display: flex;
  align-items: center;
}
.home-about-btngroup .video {
  width: 160px;
  height: 48px;
  border-radius: 48px;
  border: 1px solid #ACC3DD;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  cursor: pointer;
}
.home-about-btngroup .video .iconfont {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  color: #fff;
  font-size: 12px;
  margin-right: 6px;
}
.home-about-btngroup .video p {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  transition: all 0.5s;
}
.home-about-btngroup .more {
  width: 160px;
  height: 48px;
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  margin-right: 16px;
}
.home-about-btngroup .more p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  margin-right: 6px;
}
.home-about-btngroup .more span {
  font-size: 18px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .home-about-btngroup .more:hover {
    background: #111;
  }
}
@media screen and (min-width: 1200px) {
  .home-about-btngroup .video:hover {
    border-color: var(--main-color);
    background-color: var(--main-color);
  }
  .home-about-btngroup .video:hover .iconfont {
    color: var(--main-color);
    background: #fff;
  }
  .home-about-btngroup .video:hover p {
    color: #fff;
  }
}
.home-feature-content {
  padding: 7.5rem 0;
  position: relative;
  z-index: 1;
}
.home-feature-content > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.home-feature-list {
  margin: 0 var(--flex-margin) -24px;
}
.home-feature-list .item {
  margin-bottom: 24px;
  padding: 0 var(--flex-padding);
}
.home-feature-conts {
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 40px 20px 35px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.home-feature-conts .iconfont {
  font-size: 40px;
  color: #fff;
}
.home-feature-conts .tits {
  margin-top: 2.875rem;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 16px;
  height: 52px;
}
.home-feature-conts .texts p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.home-feature-vr {
  display: block;
  position: relative;
}
.home-feature-vr .img_box {
  padding-top: 23.9583333%;
}
.home-feature-vr .icons {
  width: 46px;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.home-feature-vr .icons::after {
  content: "";
  position: absolute;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: rgba(255, 255, 255, 0.35);
  z-index: -1;
  transition: all 0.5s;
}
.home-feature-vr .icons::before {
  content: "";
  position: absolute;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: rgba(255, 255, 255, 0.15);
  z-index: -2;
  transition: all 0.5s;
}
.home-feature-vr .icons span {
  color: #fff;
  font-size: 24px;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .home-feature-vr:hover .img_box img {
    transform: scale(1.05);
  }
  .home-feature-vr:hover .icons::after {
    transform: translate(-50%, -50%) scale(1);
  }
  .home-feature-vr:hover .icons::before {
    transform: translate(-50%, -50%) scale(1);
  }
}
.home-case {
  padding: 7.5rem 0;
  background-color: #F5F5F5;
}
.home-case .title {
  margin-bottom: 4.375rem;
  text-align: center;
}
.home-case .carter_arrow {
  width: calc(100% + 170px);
}
.home-case-slick {
  position: relative;
}
.home-case-list {
  margin: 0 var(--flex-margin);
}
.home-case-item {
  padding: 0 var(--flex-padding);
}
.home-case-conts {
  cursor: pointer;
}
.home-case-conts .img_box {
  padding-top: 75.757575%;
  border-radius: 5px;
}
@media screen and (min-width: 1200px) {
  .home-case-conts:hover .img_box img {
    transform: scale(1.05);
  }
}
.home-eva {
  padding: 7.5rem 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.home-eva > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.home-eva .title {
  margin-bottom: 4.375rem;
  text-align: center;
}
.home-eva-slick {
  margin: 0 -36px;
}
.home-eva-list {
  margin: 0 var(--flex-margin);
}
.home-eva-item {
  padding: 0 var(--flex-padding);
}
.home-eva-conts {
  cursor: pointer;
}
.home-eva-conts .img_box {
  border-radius: 5px;
  padding-top: 146.153846%;
}
@media screen and (min-width: 1200px) {
  .home-eva-conts:hover .img_box img {
    transform: scale(1.05);
  }
}
.home-blog {
  padding: 7.5rem 0;
  background-color: #F5F5F5;
}
.home-blog .mod-header {
  margin-bottom: 4.375rem;
}
.home-blog-list {
  margin: 0 var(--flex-margin);
}
.home-blog-item {
  padding: 0 var(--flex-padding);
}
.mod-blog-link {
  padding: 30px 30px 40px;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 5px;
  transition: all 0.5s;
}
.mod-blog-link .number {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.mod-blog-link .number p {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.5s;
}
.mod-blog-link .number::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #ACC3DD;
  transition: all 0.5s;
}
.mod-blog-link .tits {
  margin-bottom: 20px;
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}
.mod-blog-link .time {
  color: #153D94;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.mod-blog-link .img_box {
  border-radius: 5px;
  padding-top: 61.53846153%;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.mod-blog-link .texts p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1200px) {
  .mod-blog-link:hover {
    background-color: var(--main-color);
  }
  .mod-blog-link:hover .number p {
    color: #fff;
  }
  .mod-blog-link:hover .number::after {
    background-color: #fff;
  }
  .mod-blog-link:hover .tits {
    color: #fff;
  }
  .mod-blog-link:hover .time {
    color: #fff;
  }
  .mod-blog-link:hover .img_box img {
    transform: scale(1.05);
  }
  .mod-blog-link:hover .texts p {
    color: #fff;
  }
}
.img_box {
  display: block;
}
.footer {
  background-color: #153D94;
}
.footer-top {
  padding: 5.625rem 0 8.125rem;
}
.footer-top .flex {
  display: flex;
  justify-content: space-between;
  gap: 0 50px;
}
.footer-top .flex .left {
  width: 360px;
}
.footer-top .flex .right {
  width: 260px;
}
.footer-title {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
.footer-list {
  display: grid;
  grid-template-columns: auto auto;
  gap: 22px 60px;
}
.footer-link {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (min-width: 1200px) {
  .footer-link:hover {
    text-decoration: underline;
    color: #fff;
  }
}
.footer-contact-item {
  margin-bottom: 22px;
}
.footer-contact-item .key {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 6px;
}
.footer-contact-item .val p,
.footer-contact-item .val a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
@media screen and (min-width: 1200px) {
  .footer-contact-item .val a:hover {
    text-decoration: underline;
  }
}
.footer-contact-item:last-child {
  margin-bottom: 0;
}
.footer-form {
  display: flex;
  padding: 5px;
  background-color: #fff;
  border-radius: 46px;
  margin-top: 2.5rem;
}
.footer-form input {
  width: calc(100% - 36px);
  padding: 0 20px;
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
  text-transform: capitalize;
}
.footer-form button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-form button span {
  color: #FFFFFF;
  font-size: 18px;
}
.footer-share {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
}
.footer-shares-item {
  margin-right: 12px;
}
.footer-shares-item:last-child {
  margin-right: 0;
}
.footer-shares-link {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-shares-link span {
  font-size: 18px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .footer-shares-link:hover {
    background-color: #ffffff;
  }
  .footer-shares-link:hover span {
    color: var(--main-color);
  }
}
.footer-bottom {
  padding: 20px 0;
}
.footer-bottom .flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.footer-bottom .left {
  display: flex;
  align-items: center;
}
.footer-bottom .left a {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
}
.footer-bottom .left a::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #fff;
  margin: 0 26px;
}
.footer-bottom .left a:last-child::after {
  display: none;
}
@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 p,
.footer-bottom .right a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}
.footer-bottom .right a {
  margin-left: 6px;
}
@media screen and (min-width: 1200px) {
  .footer-bottom .right a:hover {
    text-decoration: underline;
  }
}
/* bread */
.bread {
  width: 100%;
  --text-color: #333;
  --text-interval: 8px;
  --text-fontsize: 16px;
  --icon-fontsize: 20px;
  --hover-color: #153D94;
}
.mod_bread {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mod_bread_item {
  display: flex;
  align-items: center;
}
.mod_bread_link {
  display: flex;
  align-items: center;
}
.mod_bread_link span {
  color: var(--text-color);
  font-size: var(--icon-fontsize);
  margin-right: 6px;
}
.mod_bread_link .text {
  color: var(--text-color);
  font-size: var(--text-fontsize);
  transition: all 0.36s;
  text-transform: uppercase;
}
.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;
}
@media screen and (min-width: 1200px) {
  .mod_bread_link:hover .text {
    color: var(--hover-color) !important;
  }
  .mod_bread_link:hover span {
    color: var(--hover-color) !important;
  }
}
/* bread-end */
.product {
  background-color: #F5F5F5;
}
.product .bread {
  padding: 30px 0;
}
.product-describe {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 4.375rem;
  padding: 3.75rem 0;
}
.product-describe::after {
  content: "";
  height: 100%;
  width: 85.9375%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background-color: #FFFFFF;
  border-radius: 5px;
  position: absolute;
  z-index: -1;
}
.product-describe .title {
  color: #333;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  margin-bottom: 16px;
}
.product-describe .text p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.product-content > .hc_cont1410 > .flex {
  display: flex;
  justify-content: space-between;
  --leftWidth: 330px;
  --left-mr: 30px;
}
.product-content > .hc_cont1410 > .flex > .left {
  width: var(--leftWidth);
  margin-right: var(--left-mr);
  flex-shrink: 0;
}
.product-content > .hc_cont1410 > .flex > .right {
  width: calc(100% - var(--leftWidth) - var(--left-mr));
  --margin-x: -15px;
  /* list 负margin */
  --padding-x: 15px;
  /* item 左右间距 */
  --list-mb: -30px;
  /* list 下边距 */
  --margin-y: 30px;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--margin-x) var(--list-mb);
}
.product-item {
  width: 33.33333%;
  padding: 0 var(--padding-x);
  margin-bottom: var(--margin-y);
  border-radius: 5px;
}
.product-nav-conts {
  background-color: #333333;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 16px;
  transition: all 0.5s;
}
.product-nav-conts p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: capitalize;
}
.product-nav-conts .iconfont {
  font-size: 20px;
  color: #fff;
}
.product-nav-item {
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 5px;
}
.product-nav-item:last-child {
  margin-bottom: 0;
}
.product-nav-item.current .product-nav-conts {
  background-color: var(--main-color);
}
.product-nav-item.current .product-nav-conts .iconfont {
  transform: rotate(180deg);
}
.product-nav-item.current .product-second {
  display: block;
}
@media screen and (min-width: 1200px) {
  .product-nav-item:hover .product-nav-conts {
    background-color: var(--main-color);
  }
}
.product-second {
  padding: 0 16px;
  display: none;
}
.product-second a {
  display: block;
  padding: 20px 0;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
  .product-second a:hover {
    color: var(--main-color);
  }
}
.product-second .product-second-item.current a {
  color: var(--main-color);
}
.product-second li {
  border-bottom: 1px solid #E6E6E6;
}
.product-second li:last-child {
  border-bottom: none;
}
.product-link {
  display: block;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-link .number {
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
  color: #ACC3DD;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  z-index: 4;
}
.product-link .img_box {
  padding-top: 100%;
}
.product-link .tits {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-link .tits p {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.5s;
}
.product-link .tits::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ACC3DD;
  display: block;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .product-link:hover .img_box img {
    transform: scale(1.05);
  }
  .product-link:hover .tits p {
    color: var(--main-color);
  }
  .product-link:hover .tits::after {
    background-color: var(--main-color);
  }
}
/* 分页 */
.mod_page {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  --margin-x: 7px;
  --fs: 14px;
  --iconfs: 14px;
  --wh: 44px;
  --bg: #FFF;
  --page-color: #333333;
  margin-top: 4.375rem;
}
.mod_page_item {
  margin: 0 var(--margin-x);
}
.mod_page .prev,
.mod_page .next {
  margin: 0 var(--margin-x) !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);
  font-weight: 600;
}
.mod_page .prev a,
.mod_page .next a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--wh);
}
.mod_page .prev span {
  transform: rotate(180deg);
}
.mod_page .next span {
  transform: rotate(0deg);
}
.mod_page .prev span,
.mod_page .next span {
  font-size: var(--iconfs);
  font-weight: initial;
}
.mod_page_item.act a {
  background-color: var(--main-color);
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .mod_page_item a:hover {
    background-color: var(--main-color);
  }
  .mod_page_item.prev a:hover span,
  .mod_page_item.next a:hover span {
    color: #fff;
  }
  .mod_page_item:not(.prev, .next) a:hover {
    color: #fff;
  }
}
/* 分页-end */
.product {
  padding-bottom: 5.625rem;
}
.prodeta-info {
  padding: 5rem 0 4.375rem;
  margin-bottom: 4.375rem;
  background-color: #fff;
  overflow: hidden;
}
.prodeta-info .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.prodeta-info .left {
  width: 51.20567376%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prodeta-info .left .img_box {
  padding-top: 100%;
}
.prodeta-info .right {
  width: 42.553191%;
  padding-top: 20px;
}
.prodeta-info .right .title {
  margin-top: 2.5rem;
  color: #333;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
}
.prodeta-info .right > .text {
  margin-top: 16px;
}
.prodeta-info .right > .text p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.prodeta-info .right .prodeta-share {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
}
.prodeta-info .right .prodeta-share p {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  text-transform: uppercase;
}
.prodeta-info-bslick {
  width: 83.10249307%;
  position: relative;
}
.prodeta-info-bslick .carter_arrow {
  width: calc(100% - 22px);
  z-index: 2;
}
.prodeta-info-bslick .mod-prev,
.prodeta-info-bslick .mod-next {
  background-color: #999999;
}
.prodeta-info-bslick .mod-prev span,
.prodeta-info-bslick .mod-next span {
  color: #fff;
}
.prodeta-info-blist {
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  overflow: hidden;
}
.prodeta-info-slist {
  width: 15.25%;
}
.prodeta-info-slist {
  margin: -5px 0;
}
.prodeta-info-slist .slick-slide.slick-current .img_box {
  border-color: var(--main-color);
}
.prodeta-info-sitem {
  padding: 5px 0;
}
.prodeta-info-blist .slick-slide > div,
.prodeta-info-slist .slick-slide > div {
  font-size: 0;
}
.prodeta-info-sconts {
  cursor: pointer;
  position: relative;
}
.prodeta-info-sconts .video-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.prodeta-info-sconts .video-mask span {
  color: #fff;
  font-size: 20px;
}
.prodeta-info-sconts .img_box {
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .prodeta-info-sconts:hover .img_box {
    border: 1px solid var(--main-color);
  }
  .prodeta-info-sconts:hover .img_box img {
    transform: scale(1.05);
  }
}
.prodeta-inquire-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  border-radius: 48px;
  background-color: #333333;
  cursor: pointer;
  transition: all 0.5s;
  margin-top: 3.75rem;
}
.prodeta-inquire-btn span {
  color: #fff;
  font-size: 18px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}
.prodeta-inquire-btn p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .prodeta-inquire-btn:hover {
    background-color: var(--main-color);
  }
}
.prodeta-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  background-color: #F5F5F5;
  border-radius: 5px;
  margin-top: 2.5rem;
}
.prodeta-sub .conts {
  width: calc(100% - 160px);
  padding-right: 30px;
}
.prodeta-sub .conts .tits {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 16px;
}
.prodeta-sub .conts .texts p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.prodeta-sub .prodeta-sub-link {
  width: 160px;
  height: 48px;
  border-radius: 48px;
  border: 1px solid #ACC3DD;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.prodeta-sub .prodeta-sub-link .iconfont {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  margin-right: 6px;
  background-color: var(--main-color);
}
.prodeta-sub .prodeta-sub-link p {
  color: #333;
  transition: all 0.5s;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
  text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
  .prodeta-sub .prodeta-sub-link:hover {
    border-color: var(--main-color);
    background-color: var(--main-color);
  }
  .prodeta-sub .prodeta-sub-link:hover .iconfont {
    background-color: #fff;
    color: var(--main-color);
  }
  .prodeta-sub .prodeta-sub-link:hover p {
    color: #fff;
  }
}
.prodeta {
  background-color: #F5F5F5;
}
.prodeta-nav {
  position: sticky;
  left: 0;
  top: 110px;
  width: 100%;
  z-index: 2;
}
.prodeta-nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.prodeta-nav-item {
  min-width: 330px;
  height: 60px;
  border-radius: 60px;
  background-color: #333333;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: capitalize;
}
.prodeta-nav-item.active {
  background-color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .prodeta-nav-item:hover {
    background-color: var(--main-color);
  }
}
.prodeta-details {
  padding: 5.625rem 0;
}
.prodeta-details .edit p {
  margin-bottom: 0;
}
.prodeta-details .edit table {
  width: 100%;
}
.prodeta-details .edit tr {
  background-color: #fff;
}
.prodeta-details .edit tr:nth-child(even) {
  background-color: #F5F5F5;
}
.prodeta-details .edit td {
  border: 1px solid #CCC;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: capitalize;
  padding: 19px 20px;
}
.prodeta-details .edit td p {
  text-transform: capitalize;
  line-height: inherit;
  font-size: inherit;
  font-style: inherit;
}
.prodeta-tit {
  margin-bottom: 50px;
}
.prodeta-tit p {
  color: #333;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
.prodeta-tit p span {
  color: var(--main-color);
}
.prodeta-message {
  background-color: #fff;
  padding: 5.625rem 0;
}
.mod_form {
  --form-margin: -8px;
  --form-padding: 8px;
  --form-item-botton: 16px;
  --form-item-br: 5px;
  --form-item-width: 50%;
  --form-item-bg: #F5F5F5;
  --form-item-height: 50px;
  --form-item-padding: 20px;
  --form-label-size: 14px;
  --form-color: #555;
  --form-textarea-height: 260px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--form-margin);
}
.mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.mod_form .mod_form_item .conts {
  position: relative;
  background-color: var(--form-item-bg);
  border-radius: 5px;
}
.mod_form .mod_form_item .conts label {
  position: absolute;
  left: var(--form-item-padding);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.36s;
  font-size: var(--form-label-size);
  line-height: 1.2;
  color: var(--form-color);
}
.mod_form .mod_form_item .conts input {
  width: 100%;
  height: var(--form-item-height);
  padding: 0 var(--form-item-padding);
  font-size: var(--form-label-size);
  color: var(--form-color);
}
.mod_form .mod_form_item .conts textarea {
  height: var(--form-textarea-height);
  font-size: var(--form-label-size);
  padding: 22px var(--form-item-padding);
  width: 100%;
  color: var(--form-color);
}
.mod_form .mod_form_item .conts button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 48px;
  border-radius: 48px;
  padding: 0 20px;
  background-color: #333;
  margin-top: 24px;
  transition: all 0.5s;
}
.mod_form .mod_form_item .conts button p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  margin-right: 6px;
}
.mod_form .mod_form_item .conts button span {
  font-size: 18px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .mod_form .mod_form_item .conts button:hover {
    background-color: var(--main-color);
  }
}
.mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}
.mod_form .mod_form_item.button .conts {
  background-color: transparent;
  text-align: center;
  border: none;
}
.mod_form .mod_form_item.button {
  margin-bottom: 0;
}
.mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}
.mod_form .mod_form_item.proname .conts {
  display: flex;
  align-items: center;
  background-color: var(--main-color);
}
.mod_form .mod_form_item.proname .conts label {
  position: static;
  flex-shrink: 0;
  transform: none;
  padding-left: var(--form-item-padding);
  margin-bottom: 0;
  color: #fff;
}
.mod_form .mod_form_item.proname .conts input {
  width: 100%;
  padding-left: 5px;
  color: #fff;
}
.mod_form .mod_form_item.block {
  width: 100%;
}
.prodeta-related {
  padding: 5.625rem 0;
}
.prodeta-related-slick {
  position: relative;
}
.prodeta-related-slick .carter_arrow {
  width: calc(100% + 170px);
}
.prodeta-related-list {
  margin: 0 var(--flex-margin);
}
.prodeta-relate-item {
  padding: 0 var(--flex-padding);
}
.about .bread {
  padding: 34px 0;
  position: relative;
  z-index: 9;
}
.about-nav {
  position: sticky;
  left: 0;
  top: 110px;
  width: 100%;
  z-index: 10;
}
.about-nav-list {
  display: flex;
  margin: 0 -5px;
}
.about-nav-item {
  width: 20%;
  margin: 0 5px;
  height: 60px;
  border-radius: 60px;
  background-color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: capitalize;
  transition: all 0.5s;
  cursor: pointer;
}
.about-nav-item.active {
  background-color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .about-nav-item:hover {
    background-color: var(--main-color);
  }
}
.about-info {
  padding: 5.625rem 0;
  position: relative;
  z-index: 1;
}
.about-info > img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 160px);
  object-fit: cover;
}
.about-info hr {
  border-radius: 5px;
  background: #DBDBDB;
  margin: 5.625rem 0;
}
.about-info .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-info .left {
  width: 48.93617021%;
}
.about-info .right {
  width: 600px;
}
.about-info .right .img_box {
  padding-top: 68.33333333%;
  border-radius: 5px;
}
.about-info-section01 .text {
  margin-top: 50px;
}
.about-info-section01 .text p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.about-info-section01 .mod-number {
  margin-bottom: 0;
  margin-top: 4.375rem;
}
.about-info-section02 .text {
  margin-top: 3.125rem;
}
.about-info-section02 .text p {
  color: #153D94;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 45px */
}
.about-info-section02 .img_box {
  border-radius: 5px;
  padding-top: 29.07801418%;
  margin-top: 3.125rem;
}
.mod-tit30 p {
  color: #333;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
.mod-tit30 p span {
  color: var(--main-color);
}
.page-banner {
  position: relative;
  z-index: 2;
}
.about-vr {
  position: relative;
  cursor: pointer;
}
.about-vr .img_box {
  padding-top: 23.9583333%;
}
.about-vr:hover .img_box img {
  transform: scale(1.05);
}
.about-work-slick {
  position: relative;
  z-index: 1;
}
.about-work-slick .carter_arrow {
  z-index: 2;
  width: calc(100% + 170px);
}
.about-work-list {
  margin: 0 var(--flex-margin);
}
.about-work-item {
  padding: 0 var(--flex-padding);
}
.about-work-conts {
  cursor: pointer;
}
.about-work-conts .img_box {
  padding-top: 75.75757575%;
  border-radius: 5px;
}
@media screen and (min-width: 1200px) {
  .about-work-conts:hover .img_box img {
    transform: scale(1.05);
  }
}
.about-workcase {
  padding: 5.625rem 0;
  background-color: #F5F5F5;
}
.about-workcase .mod-tit30 {
  margin-bottom: 3.125rem;
}
.about-workcase .text {
  margin-bottom: 30px;
}
.about-workcase .text p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.about-workcase hr {
  margin: 5.625rem 0;
}
.about-honor {
  padding: 7.5rem 0 5.9375rem;
  position: relative;
  z-index: 1;
}
.about-honor > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.about-honor .mod-tit30 {
  margin-bottom: 2.5rem;
}
.about-honor-list {
  margin: 0 var(--flex-margin);
}
.about-honor-item {
  padding: 10px var(--flex-padding);
}
.about-honor-conts {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.about-honor-conts .img_box {
  padding-top: 146.153846%;
}
@media screen and (min-width: 1200px) {
  .about-honor-conts:hover .img_box img {
    transform: scale(1.05);
  }
}
.about-honor-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
}
.about-honor-controls .prev,
.about-honor-controls .next {
  cursor: pointer;
  padding: 4px;
}
.about-honor-controls .prev span,
.about-honor-controls .next span {
  color: #fff;
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .about-honor-controls .prev:hover span,
  .about-honor-controls .next:hover span {
    color: var(--main-color);
  }
}
.about-honor-controls .prev {
  transform: rotate(180deg);
}
.about-honor-controls .about-honor-dots {
  margin: 0 10px;
}
.about-honor-controls .about-honor-dots .slick-dots {
  margin-top: 0;
  font-size: 0;
}
.about-honor-controls .about-honor-dots .slick-dots li button {
  display: none;
}
.about-honor-controls .about-honor-dots .slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.5s;
  margin: 0 10px;
}
.about-honor-controls .about-honor-dots .slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
}
.news .mod_page {
  justify-content: center;
}
.news-content .text {
  margin-top: 20px;
}
.news-content .text p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.news-list {
  margin: 3.125rem var(--flex-margin) -30px;
}
.news-item {
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}
.news,
.download,
.faq,
.contact {
  padding-bottom: 5.625rem;
  overflow: hidden;
  background-color: #F5F5F5;
}
.news .bread,
.download .bread,
.faq .bread,
.contact .bread {
  margin-top: 32px;
  margin-bottom: 4.375rem;
}
.download-conts {
  border-radius: 5px;
  background-color: #fff;
  padding: 50px 40px;
  transition: all 0.5s;
}
.download-conts .icons {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F5;
  margin-bottom: 2.5rem;
  transition: all 0.5s;
}
.download-conts .icons span {
  font-size: 30px;
  color: #333333;
}
.download-conts .tit {
  display: block;
  transition: all 0.5s;
  color: #333;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.download-conts .texts {
  margin-bottom: 2.5rem;
}
.download-conts .texts p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  transition: all 0.5s;
}
.download-conts .btns {
  display: inline-flex;
  min-width: 160px;
  height: 48px;
  border-radius: 48px;
  align-items: center;
  justify-content: center;
  background: #333333;
  transition: all 0.5s;
}
.download-conts .btns p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  margin-left: 6px;
  transition: all 0.5s;
}
.download-conts .btns span {
  color: #fff;
  font-size: 18px;
}
@media screen and (min-width: 1200px) {
  .download-conts:hover {
    background-color: var(--main-color);
  }
  .download-conts:hover .icons {
    background-color: #fff;
  }
  .download-conts:hover .icons span {
    color: var(--main-color);
  }
  .download-conts:hover .tit {
    color: #fff;
  }
  .download-conts:hover .texts p {
    color: #fff;
  }
  .download-conts:hover .btns {
    background-color: #fff;
  }
  .download-conts:hover .btns p {
    color: var(--main-color);
  }
  .download-conts:hover .btns span {
    color: var(--main-color);
  }
}
.download-list {
  margin: 50px var(--flex-margin) -30px;
}
.download-item {
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}
.faq-content .flex {
  display: flex;
  justify-content: space-between;
}
.faq-content .left {
  width: 380px;
}
.faq-content .left .text {
  margin-top: 20px;
}
.faq-content .left .text p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.faq-content .right {
  width: 68.08510638%;
}
.faq-item {
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 5px;
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-header {
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-header .lefts {
  display: flex;
  align-items: center;
}
.faq-header .lefts span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--main-color);
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  color: #333333;
  font-size: 20px;
  margin-right: 10px;
  flex-shrink: 0;
}
.faq-header .lefts p {
  color: #333;
  font-family: "Inter Tight";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 20px */
}
.faq-header .icons {
  transition: all 0.5s;
}
.faq-header .icons span {
  font-size: 20px;
}
.faq-body {
  display: none;
  margin-top: -10px;
  padding-left: 80px;
  padding-right: 30px;
  padding-bottom: 23px;
}
.faq-body .edit p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.faq-item.active .faq-header .lefts span {
  background-color: var(--main-color);
  color: #fff;
}
.faq-item.active .faq-header .icons {
  transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .faq-item:hover .faq-header .lefts span {
    background-color: var(--main-color);
    color: #fff;
  }
}
.faq-item:nth-child(1) .faq-body {
  display: block;
}
.contact {
  padding-bottom: 0;
}
.contact-info {
  padding-bottom: 5.625rem;
}
.contact-info .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-info .left {
  width: 59.57446808%;
}
.contact-info .left .text {
  margin-top: 20px;
}
.contact-info .left .text p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.contact-info .right {
  width: 480px;
  position: relative;
  z-index: 1;
  padding: 4.375rem 30px 3.125rem;
  margin-top: -4.375rem;
}
.contact-info .right > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.contact-info .right .tits {
  color: #333;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 3.125rem;
}
.contact-info-list {
  margin-bottom: 3.125rem;
}
.contact-info-item {
  margin-bottom: 1.875rem;
  display: flex;
}
.contact-info-item .icons {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.contact-info-item .icons span {
  color: #fff;
  font-size: 20px;
}
.contact-info-item .conts .key {
  margin-top: 9px;
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.contact-info-item .conts .val {
  margin-top: 8px;
}
.contact-info-item .conts .val p,
.contact-info-item .conts .val a {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (min-width: 1200px) {
  .contact-info-item .conts .val a:hover {
    color: var(--main-color);
    text-decoration: underline;
  }
}
.contact-share {
  display: flex;
  align-items: center;
}
.contact-share p {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  text-transform: uppercase;
  margin-right: 6px;
}
.contact-form {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -20px 0;
}
.contact-form-item {
  display: block;
  width: 50%;
  padding: 0 20px;
  margin-bottom: 3.125rem;
}
.contact-form-item.block {
  width: 100%;
}
.contact-form-item:last-child {
  margin-bottom: 0;
}
.contact-form-item:last-child .contact-form-conts {
  border: none;
}
.contact-form-conts {
  border-bottom: 1px solid #DBDBDB;
}
.contact-form-conts .key {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 20px;
}
.contact-form-conts input,
.contact-form-conts textarea {
  width: 100%;
  padding: 10px 10px;
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.contact-form-conts textarea {
  width: 100%;
  height: 80px;
  padding: 10px 10px;
}
.contact-form-conts button {
  min-width: 160px;
  height: 48px;
  border-radius: 48px;
  background-color: #333333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.contact-form-conts button p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
  text-transform: capitalize;
  transition: all 0.5s;
  margin-right: 6px;
}
.contact-form-conts button span {
  color: #fff;
  font-size: 18px;
}
@media screen and (min-width: 1200px) {
  .contact-form-conts button:hover {
    background-color: var(--main-color);
    transform: translateX(10px);
  }
}
.contact-map .img_box {
  padding-top: 20.3125%;
}
/* sitemap */
.sitemap_cont {
  padding: 6.5rem 0;
}
.sitemap_cont_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.sitemap_cont_item {
  width: 24%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.sitemap_cont_link {
  display: block;
  text-align: center;
  line-height: 50px;
  background-color: var(--main-color);
  color: #fff;
  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_link {
    line-height: 45px;
  }
  .sitemap_second_item {
    margin-bottom: 8px;
  }
  .sitemap_cont {
    padding: 5.5rem 0;
  }
}
@media screen and (max-width: 1440px) {
  .sitemap_cont {
    padding: 5rem 0;
  }
  .sitemap_cont_item {
    padding: 0 8px;
  }
  .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: 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: 4.5rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sitemap_cont {
    padding: 7rem 0;
  }
  .sitemap_cont_list {
    flex-direction: column;
  }
  .sitemap_cont_item {
    width: 100%;
    margin-bottom: 10px;
  }
  .sitemap_second_list {
    margin-top: 10px;
  }
  .sitemap_cont {
    padding: 4rem 0;
  }
}
/* sitemap-end */
/* 搜索页 */
.pro_search {
  padding-top: 20px;
}
.pro_search .bread {
  margin-bottom: 20px;
}
.product_search {
  margin-bottom: 20px;
}
.product_search_tit {
  font-family: Redbold;
  font-size: 22px;
  color: #14151a;
  margin-bottom: 15px;
}
.product_search_text {
  background-color: #fff;
  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 */
}
@media screen and (max-width: 991px) {
  .pro_search {
    padding-top: 10px;
  }
  .pro_search .bread {
    margin-bottom: 10px;
  }
}
.privacy_cont {
  padding: 70px 0;
}
.privacy_cont .title {
  margin-bottom: 3rem;
  font-size: 32px;
  font-weight: bold;
}
.privacy_cont .edit p {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.footer-logo {
  display: block;
  width: 272px;
}
.footer-logo img {
  width: 100%;
}
.ct_aside1 {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 10;
  --wh: 36px;
  --fs: 20px;
}
.ct_aside1_list {
  margin-bottom: 15px;
  transition: all 0.36s;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  padding: 6px;
}
.ct_aside1_item {
  margin-bottom: 10px;
  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: transparent;
  transition: all 0.36s;
}
.ct_aside1_link span {
  color: #fff;
  font-size: var(--fs);
}
.ct_aside1_item.active .ct_aside1_link {
  background-color: var(--main-color);
}
.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: 50%;
}
.ct_aside1_switch {
  background-color: #000;
  position: relative;
  transition: all 0.36s;
  cursor: pointer;
  display: none;
  width: 48px;
  height: 48px;
}
.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(-135deg);
}
.ct_aside1_cont {
  position: absolute;
  right: calc(100% + 5px);
  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: 15px 20px;
  background-color: #fff;
  border-radius: 4px;
  color: #333;
  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: #031417;
  }
  .ct_aside1_item:hover .ct_aside1_cont {
    pointer-events: all;
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
.header.active {
  padding: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
}
.header.active .header-content {
  border-radius: 0;
}
.home-product-content {
  padding-left: calc((100% - 1410px) / 2);
  margin-top: 4.375rem;
}
.home-product-content .home-product-swiper {
  width: 100%;
}
.home-product-content .swiper-slide {
  width: 360px;
  height: 570px;
  margin-right: 20px;
  transition: all 0.5s;
}
.home-product-content .swiper-slide.swiper-slide-active {
  width: 510px;
}
.about-vr .btns {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: var(--main-color);
}
.about-vr .btns span {
  color: #fff;
  font-size: 20px;
}
.about-vr .btns .line1 {
  width: 56px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  max-width: initial;
}
.about-vr .btns .line2 {
  width: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  max-width: initial;
}
