@charset "utf-8";

body {
  /* 填写默认字体 */
  font-family: "Lexend", "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: 'Lexend';
  src: local('Lexend Light'), local('Lexend-Light'), url('../fonts/lexend/Lexend-Light.woff2') format('woff2'), url('../fonts/lexend/Lexend-Light.woff') format('woff'), url('../fonts/lexend/Lexend-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: 'Lexend';
  src: local('Lexend Regular'), local('Lexend-Regular'), url('../fonts/lexend/Lexend-Regular.woff2') format('woff2'), url('../fonts/lexend/Lexend-Regular.woff') format('woff'), url('../fonts/lexend/Lexend-Regular.ttf') format('truetype');
  font-weight: normal;
  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: #004098;
  --flex-margin: -15px;
  --flex-padding: 15px;
  --space88: 5.5rem;
  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);
}

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

.header-logo {
  width: 160px;
  display: block;
  line-height: var(--height);
}

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

ul {
  padding: 0;
}

.header-top {
  background-color: #F5F5F5;
  padding: 14px 0;
}

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

.header-top .left,
.header-top .right {
  width: 300px;
  flex-shrink: 0;
}

.header-top .right {
  text-align: right;
}

.header-top .right a {
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  /* 16px */
}

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

.header-top .center p {
  color: #222;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}

.header-bottom {
  --height: 95px;
  background-color: #fff;
}

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

.header-bottom .left,
.header-bottom .right {
  width: 280px;
}

.header-bottom .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-search {
  cursor: pointer;
  margin-right: 1.875rem;
}

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

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

.header-cart {
  position: relative;
  margin-right: 1.875rem;
}

.header-cart span {
  color: #004098;
  font-size: 19px;
}

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

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

  .hd_item:not(:last-child) {
    margin-right: 3.5rem;
  }

  .hd_item {
    position: relative;
  }

  .hd_link {
    display: flex;
    align-items: center;
    height: var(--height);
  }

  .hd_link p {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
  }

  .hd_link .iconfont {
    font-size: 12px;
    color: #222;
    margin-left: 6px;
  }

  .hd_item:hover .hd_link p,
  .hd_item.active .hd_link p {
    color: var(--main-color);
  }

  .hd_item:hover .hd_link .iconfont,
  .hd_item.active .hd_link .iconfont {
    color: var(--main-color);
  }

  .hd_second {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    padding: 15px 26px;
  }

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

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

.hd_three {
  display: none;
}

.hd_second {
  display: none;
}

/* 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 {
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  bottom: 24px;
  --wh: 12px;
  --interval: 8px;
}

.home-banner .swiper-pagination .swiper-pagination-bullet {
  width: 48px;
  height: 4px;
  background-color: #fff !important;
  opacity: 1 !important;
  border-radius: 4px !important;
  margin: 0 var(--interval);
  transition: all 0.5s !important;
}

.home-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--main-color) !important;
}

.home-pclass {
  overflow: hidden;
  padding: 30px;
}

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

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

.home-pclass-content {
  margin: 0 var(--flex-margin);
}

.home-pclass-content .group {
  padding: 0 var(--flex-padding);
}

.main-pclass {
  padding: 0 var(--flex-padding);
}

.main-pclass-conts {
  position: relative;
  z-index: 1;
  background-color: #F0F2F5;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}

.main-pclass-conts .img_box {
  padding-top: 67.3913043%;
  height: 100%;
}

.main-pclass-conts .img_box img {
  height: auto;
  width: 100%;
  bottom: 0;
  top: initial;
  right: 0;
  left: initial;
  mix-blend-mode: multiply;
}

@media screen and (min-width: 1200px) {
  .main-pclass-conts:hover .mod-pclass .mores {
    opacity: 1;
    transform: translateY(0);
  }
}

.mod-pclass {
  position: absolute;
  left: 32px;
  top: 32px;
  z-index: 3;
}

.mod-pclass .tits {
  color: #222;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 30px */
}

.mod-pclass .texts {
  margin-top: 12px;
}

.mod-pclass .texts p {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
}

.mod-pclass .mores {
  display: flex;
  align-items: center;
  margin-top: 24px;
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(10px);
}

.mod-pclass .mores p {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
}

.mod-pclass .mores img {
  width: 20px;
  margin-left: 8px;
  flex-shrink: 0;
}

.home-product {
  padding: 4.375rem 0 6.25rem;
  overflow: hidden;
}

.home-product .text {
  text-align: center;
  width: 930px;
  margin: 24px auto 0;
}

.home-product .text p {
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.home-product .slick-slide {
  transition: all 0.5s;
}

.home-product .slick-slide:not(.slick-active) {
  opacity: 0.2;
}

.home-tit.center {
  text-align: center;
}

.home-tit .subtit {
  margin-bottom: 8px;
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
  text-transform: uppercase;
}

.home-tit .title {
  color: #222;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.home-product-slick {
  position: relative;
  z-index: 1;
  margin-top: 2.5rem;
}

.home-product-arrow {
  position: absolute;
  width: calc(100% + 176px);
  top: 43%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 3;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mod-prevs,
.mod-nexts {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #999999;
  pointer-events: none;
  transition: all 0.5s;
  cursor: pointer;
  pointer-events: all;
}

.mod-prevs span,
.mod-nexts span {
  color: #444444;
  font-size: 14px;
}

.mod-prevs {
  transform: rotate(180deg);
}

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

  .mod-prevs:hover,
  .mod-nexts:hover {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
  }

  .mod-prevs:hover span,
  .mod-nexts:hover span {
    color: #fff;
  }
}

.home-product-list {
  margin: 0 -20px;
}

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

.home-product-item {
  padding: 0 20px;
}

.home-product-link {
  display: block;
}

.home-product-link .img_box {
  padding-top: 100%;
  border-radius: 8px;
}

.home-product-link .carts {
  position: absolute;
  min-width: 150px;
  height: 48px;
  border-radius: 48px;
  border: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  cursor: pointer;
  background-color: #fff;
  opacity: 0;
}

.home-product-link .carts span {
  font-size: 14px;
  color: #444444;
  margin-right: 8px;
}

.home-product-link .carts p {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
  transition: all 0.5s;
}

.home-product-link .tits {
  color: #222;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 27px */
  margin-top: 20px;
  transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
  .home-product-link .carts:hover {
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
  }

  .home-product-link .carts:hover span {
    color: #fff;
  }

  .home-product-link .carts:hover p {
    color: #fff;
  }
}

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

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

  .home-product-link:hover .carts {
    opacity: 1;
    pointer-events: all;
  }
}

.home-product-more {
  text-align: center;
  margin-top: 40px;
}

.home-product-more a {
  color: #004098;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.home-about {
  display: flex;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.home-about::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(270deg, #F0F2F5 44.53%, rgba(240, 242, 245, 0) 86.72%);
}

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

.home-about .left .img_box {
  height: 100%;
  padding-top: 52.9680365%;
}

.home-about .left .img_box img {
  object-fit: cover;
}

.home-about .right {
  width: calc(100% - 57.03125%);
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
  padding-right: calc((100% - 1410px) / 2);
}

.home-about .right .text {
  margin-top: 40px;
}

.home-about .right .text p {
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.home-about .right .home-about-group {
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.home-about .right .mores {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004098;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  min-width: 160px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #004098;
  padding: 0 20px;
  margin-right: 40px;
}

@media screen and (min-width: 1200px) {
  .home-about .right .mores:hover {
    background-color: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
  }

  .home-about .right .videos:hover span {
    transform: scale(1.3);
  }
}

.home-about .right .videos {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.home-about .right .videos span {
  font-size: 12px;
  margin-right: 10px;
  color: #004098;
}

.home-about .right .videos p {
  color: #004098;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.home-choose {
  padding: 6.25rem 0 7.5rem;
  --xpadd-right: calc((100% - 1410px) / 2);
  overflow: hidden;
}

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

.home-choose .left {
  width: 50%;
  padding-right: 6.25rem;
  padding-left: var(--xpadd-right);
}

.home-choose .left .text {
  margin-top: 24px;
}

.home-choose .left .text p {
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.home-choose .right {
  width: 50%;
  padding-left: 15px;
  padding-right: var(--xpadd-right);
  position: relative;
  z-index: 1;
}

.home-choose .right::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #F0F2F5;
  left: 50px;
  top: 40px;
  border-radius: 8px;
  z-index: -1;
}

.home-choose .right .img_box {
  padding-top: 75.07246376%;
  border-radius: 8px;
}

.home-choose-list {
  margin-top: 40px;
}

.home-choose-list .item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.home-choose-list .item .imgs {
  width: 64px;
  flex-shrink: 0;
  margin-right: 24px;
}

.home-choose-list .item .imgs img {
  width: 100%;
  height: auto;
}

.home-choose-list .item .conts .tits {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
}

.home-choose-list .item .conts .texts {
  margin-top: 8px;
}

.home-choose-list .item .conts .texts p {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

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

.home-blogs {
  background-color: #F9FAFB;
  padding: 6.25rem 0;
}

.home-blogs-list {
  margin: 40px var(--flex-margin) 0;
}

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

.home-blogs-list .link {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.home-blogs-list .link::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 60%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.9;
}

.home-blogs-list .link .img_box {
  padding-top: 56.5217391%;
}

.home-blogs-list .link .conts {
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 30px;
  position: absolute;
  z-index: 3;
}

.home-blogs-list .link .conts .time {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
  margin-bottom: 16px;
}

.home-blogs-list .link .conts .texts p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

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

.footer {
  background-color: #F2F4F6;
}

.footer-top {
  padding: 48px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #CCC;
}

.footer-top .left .title {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 16px;
}

.footer-top .left .text {
  margin-top: 16px;
}

.footer-top .left .text p {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.footer-form {
  width: 570px;
  padding: 3px;
  display: flex;
  background-color: #fff;
  border-radius: 60px;
}

.footer-form input {
  width: calc(100% - 120px);
  padding: 0 20px;
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.footer-form input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #666;
}

.footer-form button {
  width: 120px;
  height: 44px;
  border-radius: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  color: #fff;
  color: #F0F2F5;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
  text-transform: uppercase;
}

.footer-center {
  padding: 48px 0;
  display: flex;
  justify-content: space-between;
}

.footer-center .left {
  width: 450px;
}

.footer-center .left .text {
  margin-bottom: 40px;
}

.footer-center .left .text p {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.footer-center .left .mod-media {
  --item-color: rgba(0, 64, 152, 0.5);
  --item-hoverColor: #004098;
}

.footer-logo {
  display: block;
  width: 160px;
  margin-bottom: 40px;
}

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

.page-banner {
  position: relative;
}

.page-banner-content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.page-banner-content .title {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-title {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
  margin-bottom: 24px;
}

.footer-list li {
  margin-bottom: 8px;
}

.footer-list a {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

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

.footer-contact li {
  display: flex;
  margin-bottom: 8px;
}

.footer-contact li .key {
  color: #444;
  font-family: Lexend;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  flex-shrink: 0;
  margin-right: 5px;
}

.footer-contact li .conts p,
.footer-contact li .conts a {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

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

.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #CCC;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.footer-bottom .left p,
.footer-bottom .left a {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  margin-right: 15px;
}

@media screen and (min-width: 1200px) {
  .footer-bottom .left a:hover {
    color: var(--main-color);
  }
}

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

.footer-bottom .right a {
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  align-items: center;
}

.footer-bottom .right a::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #444;
  margin: 0 12px;
}

@media screen and (min-width: 1200px) {
  .footer-bottom .right a:hover {
    color: var(--main-color);
  }
}

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

/* bread */
.bread {
  width: 100%;
  --text-color: #FFF;
  --text-interval: 8px;
  --text-fontsize: 16px;
  --icon-fontsize: 18px;
  --hover-color: #004098;
}

.mod_bread {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  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);
}

.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: var(--space88);
  overflow: hidden;
}

.about-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.75rem;
}

.about-header .left {
  width: 35.4609929%;
}

.about-header .left .subtit {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.about-header .text {
  width: 57.4468085%;
}

.about-header .text p {
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.about-title {
  color: #222;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}

.about-info-video {
  position: relative;
  cursor: pointer;
}

.about-info-video .img_box {
  padding-top: 24.4680851%;
  border-radius: 8px;
}

.about-info-video .img_box img {
  transition: all 0.6s;
}

.about-info-video .about-info-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 128px;
}

.about-info-video .about-info-btn img {
  width: 100%;
  animation: yuan 16s linear infinite;
}

.about-info-video .about-info-btn span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #fff;
}

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

@keyframes yuan {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.about-choose {
  padding: 11.25rem 0 var(--space88);
  background-color: #F0F2F5;
  margin-top: -5.5rem;
}

.about-choose .text {
  margin-top: 20px;
}

.about-choose .text p {
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  line-height: 1.75;
}

.about-choose-list {
  margin: 40px var(--flex-margin) -30px;
}

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

.about-choose-conts {
  background-color: #fff;
  padding: 1.875rem;
  transition: all 0.5s;
  border-radius: 8px;
  height: 100%;
}

.about-choose-conts .number {
  transition: all 0.5s;
  color: #E6E6E6;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 24px;
}

.about-choose-conts .tits {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 16px;
  transition: all 0.5s;
}

.about-choose-conts .texts p {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.5s;
}

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

  .about-choose-conts:hover .number {
    color: #FFF;
    opacity: 0.15;
  }

  .about-choose-conts:hover .tits {
    color: #FFF;
  }

  .about-choose-conts:hover .texts p {
    color: #FFF;
  }
}

.about-certificate {
  padding: var(--space88) 0;
}

.certificate-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.certificate-header .arrows {
  display: flex;
}

.certificate-header .arrows .mod-prevs {
  margin-right: 16px;
}

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

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

.certificate-conts {
  cursor: pointer;
}

.certificate-conts .img_box {
  padding-top: 141.472868%;
}

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

.about-factory {
  padding: var(--space88) 0;
  position: relative;
  z-index: 1;
}

.about-factory>img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}

.about-factory-list {
  margin: 40px var(--flex-margin) 0;
}

.about-factory-list .slick-dots li {
  background-color: #fff;
  transition: all 0.5s;
}

.slick-left .slick-track {
  margin-left: initial;
  margin-right: initial;
}

.slick-center .slick-track {
  margin-left: initial;
  margin-right: initial;
}

.about-factory-item {
  padding: 0 var(--flex-padding);
}

.about-factory-conts {
  cursor: pointer;
}

.about-factory-conts .img_box {
  border-radius: 8px;
  padding-top: 66.6666666%;
}

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

.product-content {
  padding: 5.625rem 0 6.25rem;
}

.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);
}

.product-title {
  color: #222;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 30px */
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}

.product-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #CCC;
}

.product-title::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #222;
  z-index: 2;
}

.product-conts {
  display: flex;
  padding: 10px 0;
}

.product-conts .carter-mask {
  margin-right: 8px;
  margin-top: 2px;
}

.product-conts .tits {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
}

.product-second {
  padding: 12px 20px;
  position: relative;
  z-index: 1;
  width: 100%;
  display: none;
}

.product-second::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #CCC;
}

.product-second-item {
  margin-bottom: 14px;
}

.product-second-item a {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  display: inline-block;
  width: 100%;
}

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

.product-second-item.active a {
  color: var(--main-color);
}

.product-second-item:last-child {
  margin-bottom: 0;
}

.product-nav {
  width: 100%;
}

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

.product-nav-item.current .carter-mask::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.product-nav-item {
  margin-bottom: 20px;
}

.product-nav-item:last-child {
  margin-bottom: 0;
}

.product-info {
  margin-bottom: 2.5rem;
}

.product-info .tits {
  background-color: #F0F2F5;
  padding: 17px 20px;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
}

.product-info .texts {
  border: 1px solid #F0F2F5;
  padding: 20px;
}

.product-info .texts p {
  color: #444;
  font-family: Lexend;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

/* 分页 */
.mod_page {
  display: flex;
  align-items: center;
  justify-content: center;
  --margin-x: 4px;
  --fs: 16px;
  --iconfs: 12px;
  --wh: 44px;
  --bg: #F0F2F5;
  --page-color: #222;
  margin-top: 3.125rem;
}

.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);
}

.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);
}

.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;
  }
}

.mod_page_item.omit {
  pointer-events: none;
}

.mod_page_item.omit a {
  background-color: transparent !important;
  color: #222 !important;
}

/* 分页-end */
.prodeta-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prodeta-info .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 53.3333333%;
}

.prodeta-info .right {
  width: 42.8571428%;
}

.prodeta-info .right .tits {
  color: #222;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 40px */
  margin-bottom: 2.5rem;
}

.prodeta-info .right .dec {
  margin-bottom: 4.25rem;
}

.prodeta-info .right .dec .dec-ttis {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 8px;
}

.prodeta-info .right .dec .texts p {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.prodeta-download {
  display: flex;
  margin-bottom: 40px;
}

.prodeta-download span {
  font-size: 14px;
  color: #666666;
  margin-right: 10px;
}

.prodeta-download p {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
}

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

  .prodeta-download:hover p {
    color: var(--main-color);
  }
}

.prodeta-group {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.prodeta-inquiry {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  min-width: 170px;
  padding: 0 20px;
  border-radius: 48px;
  background-color: var(--main-color);
  margin-right: 32px;
  cursor: pointer;
  transition: all 0.5s;
}

.prodeta-inquiry span {
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
}

.prodeta-inquiry p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

@media screen and (min-width: 1200px) {
  .prodeta-inquiry:hover {
    transform: scale(1.03);
  }
}

.prodeta-cart {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.prodeta-cart span {
  font-size: 14px;
  color: #444444;
  margin-right: 10px;
}

.prodeta-cart p {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  transition: all 0.5s;
}

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

  .prodeta-cart:hover p {
    color: var(--main-color);
  }
}

.prodeta-share {
  display: flex;
  align-items: center;
}

.prodeta-share p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  margin-right: 12px;
}

.prodeta-info-sslick {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 14.2857142%;
  margin: 14px 0;
}

.prodeta-info-sslick .mod-prevs,
.prodeta-info-sslick .mod-nexts {
  width: 32px;
  height: 32px;
}

.prodeta-info-sslick .mod-prevs span,
.prodeta-info-sslick .mod-nexts span {
  font-size: 12px;
}

.prodeta-info-sslick .mod-prevs {
  transform: rotate(-90deg);
}

.prodeta-info-sslick .mod-nexts {
  transform: rotate(90deg);
}

.prodeta-info-slist {
  width: 100%;
}

.prodeta-info-blist {
  width: 82.142857%;
  border-radius: 8px;
  overflow: hidden;
}

.prodeta-info-sconts,
.prodeta-info-bconts {
  border-radius: 8px;
  overflow: hidden;
}

.prodeta-info-sconts .img_box,
.prodeta-info-bconts .img_box {
  padding-top: 100%;
}

.prodeta-info-slist {
  margin: 6px 0;
}

.prodeta-info-sitem {
  padding: 6px 0;
}

.prodeta-info-sconts {
  position: relative;
  border: 1px solid #F4F4F4;
  transition: all 0.5s;
  cursor: pointer;
}

.prodeta-details {
  position: relative;
  z-index: 1;
  margin-top: 64px;
}

.prodeta-details::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: #E6E6E6 1px solid;
  border-radius: 8px;
  z-index: -1;
}

.prodeta-details-nav {
  border-radius: 8px;
  background-color: #F0F2F5;
  padding: 17px 24px;
  display: flex;
}

.prodeta-details-nav .item {
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  margin-right: 2.5rem;
  cursor: pointer;
}

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

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

.prodeta-details-item .edit {
  padding: 25px 24px;
}

.prodeta-details-item .edit p {
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 0;
}

.prodeta-inquirys {
  padding: 64px 0;
}

.prodeta-inquirys .mod_form {
  --form-margin: -10px;
  --form-padding: 10px;
  --form-item-botton: 20px;
  --form-item-br: 12px;
  --form-item-width: 50%;
  --form-item-bg: #F0F2F5;
  --form-item-height: 50px;
  --form-item-padding: 24px;
  --form-label-size: 14px;
  --form-color: #444;
  --form-textarea-height: 160px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--form-margin);
}

.prodeta-inquirys .mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}

.prodeta-inquirys .mod_form .mod_form_item .conts {
  position: relative;
  background-color: var(--form-item-bg);
  border-radius: 8px;
}

.prodeta-inquirys .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);
}

.prodeta-inquirys .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);
}

.prodeta-inquirys .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);
}

.prodeta-inquirys .mod_form .mod_form_item .conts button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 46px;
  border-radius: 46px;
  padding: 0 18px;
  color: #fff;
  background-color: var(--main-color);
}

.prodeta-inquirys .mod_form .mod_form_item .conts button p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.prodeta-inquirys .mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}

.prodeta-inquirys .mod_form .mod_form_item.button .conts {
  background-color: transparent;
  text-align: left;
  border: none;
}

.prodeta-inquirys .mod_form .mod_form_item.button {
  margin-bottom: 0;
}

.prodeta-inquirys .mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}

.prodeta-inquirys .mod_form .mod_form_item.proname .conts {
  display: flex;
  align-items: center;
  background-color: #004098;
}

.prodeta-inquirys .mod_form .mod_form_item.proname .conts label {
  position: static;
  flex-shrink: 0;
  transform: none;
  padding-left: var(--form-item-padding);
  margin-bottom: 0;
  font-weight: 700;
  color: #fff;
}

.prodeta-inquirys .mod_form .mod_form_item.proname .conts input {
  width: 100%;
  padding-left: 5px;
  color: #FFF;
}

.prodeta-inquirys .mod_form .mod_form_item.block {
  width: 100%;
}

.prodeta-tit {
  color: #222;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 32px */
  margin-bottom: 24px;
}

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

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

.news {
  padding: 5rem 0 6.25rem;
}

.news-item {
  padding: 30px 0;
  border-top: 1px solid #CCC;
  transition: all 0.5s;
}

.news-item:last-child {
  border-bottom: 1px solid #CCC;
}

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

.news-conts .left {
  width: 480px;
}

.news-conts .left .img_box {
  padding-top: 56.25%;
  border-radius: 8px;
}

.news-conts .right {
  width: calc(100% - 480px);
  padding: 16px 30px;
  padding-right: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-conts .right .tits {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-conts .right .texts {
  margin-bottom: 30px;
}

.news-conts .right .texts p {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-conts .right .bottoms {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-conts .right .bottoms .mores {
  min-width: 150px;
  height: 48px;
  border-radius: 48px;
  border: 1px solid #999;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

@media screen and (min-width: 1200px) {
  .news-conts .right .bottoms .mores:hover {
    border: 1px solid #004098;
    color: #fff;
    background-color: #004098;
  }
}

.news-conts .right .bottoms .time {
  display: flex;
  align-items: center;
}

.news-conts .right .bottoms .time span {
  font-size: 14px;
  color: #444444;
  margin-right: 8px;
}

.news-conts .right .bottoms .time p {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.img_box {
  display: block;
}

@media screen and (min-width: 1200px) {
  .news-item:hover {
    background-color: #F5F7FA;
  }

  .news-item:hover .news-conts .left .img_box img {
    transform: scale(1.05);
  }
}

.contact-list {
  display: flex;
  flex-wrap: wrap;
  margin: 80px var(--flex-margin) -30px;
}

.contact-item {
  width: 33.3333333%;
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}

.contact-conts {
  height: 100%;
  background-color: #F0F2F5;
  padding: 30px 30px 30px;
  display: flex;
  border-radius: 8px;
}

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

.contact-conts .tits {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
  margin-bottom: 12px;
}

.contact-conts .texts p,
.contact-conts .texts a {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

@media screen and (min-width: 1200px) {
  .contact-conts .texts a:hover {
    color: var(--main-color);
  }
}

.contact-formbox {
  margin-top: 40px;
  padding: 30px;
  background-color: #F0F2F5;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--flex-margin) -30px;
}

.contact-form-item.block {
  width: 100%;
}

.contact-form-item {
  width: 50%;
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}

.contact-form-item .key {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  margin-bottom: 12px;
}

.contact-form-item input {
  width: 100%;
  height: 50px;
  padding: 0 24px;
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
  background-color: #fff;
  border-radius: 8px;
}

.contact-form-item input::-webkit-input-placeholder,
.contact-form-item textarea::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #444;
}

.contact-form-item input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #444;
}

.contact-form-item input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #444;
}

.contact-form-item input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #444;
}

.contact-form-item textarea {
  width: 100%;
  height: 160px;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  color: #444;
  font-size: 14px;
  font-style: normal;
}

.contact-form-item button {
  min-width: 150px;
  height: 52px;
  border-radius: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
  .contact-form-item button:hover {
    transform: translateY(6px);
  }
}

.contact-form-item.button {
  text-align: center;
}

.contact {
  padding-bottom: 6.25rem;
}

.ct_aside1 {
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 10;
  --wh: 44px;
  --fs: 16px;
}

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

.ct_aside1_item {
  margin-bottom: 4px;
  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.25);
  transition: all 0.36s;
}

.ct_aside1_link .iconfont {
  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: 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(-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: 17px 22px;
  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);
  }
}

/* sitemap */
.sitemap_cont {
  padding: 6rem 0 !important;
}

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

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

.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;
  }
}

@media screen and (max-width: 1440px) {
  .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;
  }
}

@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-end */
.privacy_cont {
  padding: 6rem 0;
}

.privacy_cont .title {
  margin-bottom: 3rem;
  font-size: 30px;
  font-weight: bold;
}

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

/* 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: 60px !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;
  }
}

.prodeta-inquirys.page-inquirys {
  padding-top: 0 !important;
}

/* newdate-end */
/* 搜索页 */
.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 */
}

/* shop */
.shop_cont {
  padding: 6rem 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 */
.firstRow td {
  width: 50% !important;
}