@charset "utf-8";
body {
  /* 填写默认字体 */
  font-family: "Roboto", "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: 'Roboto';
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/roboto/Roboto-Bold.woff2') format('woff2'), url('../fonts/roboto/Roboto-Bold.woff') format('woff'), url('../fonts/roboto/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto/Roboto-Regular.woff2') format('woff2'), url('../fonts/roboto/Roboto-Regular.woff') format('woff'), url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo';
  src: local('Archivo Black Regular'), local('ArchivoBlack-Regular'), url('../fonts/archivoblack/ArchivoBlack-Regular.woff2') format('woff2'), url('../fonts/archivoblack/ArchivoBlack-Regular.woff') format('woff'), url('../fonts/archivoblack/ArchivoBlack-Regular.ttf') format('truetype');
  font-weight: 900;
  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: 10px;
  --main-color: #10298D;
  --flex-margin: -15px;
  --flex-padding: 15px;
  --Gray-1: #2D2D2D;
  --Gray-2: #464646;
  --Gray-3: #666;
  --Gray-4: #E3E3E3;
  --White: #FFF;
  --padding120: 12rem;
  --padding64: 64px;
}
/* 翻译插件展位 */
.google-translate {
  min-width: 108px;
}
.fancybox-content {
  height: 800px !important;
}
.header {
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  --height: 84px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
}
.translated-ltr .header,
.translated-rtl .header {
  top: 40px;
}
.header-logo {
  width: 220px !important;
  display: block;
  line-height: var(--height);
}

@media screen and (max-width:1440px) {
    .header-logo {
        width: 70px !important;
    }
}

@media screen and (max-width:1200px) {
    .header-logo {
        width: 60px !important;
    }

    .header .flex .left .texts {
        font-size: 20px !important;
    }
}




.header-logo img {
  width: 100%;
}
.c_pcbtn {
  display: none;
}
.header .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .flex .right {
  display: flex;
  align-items: center;
  --right: 36px;
}
.hd_list {
  display: flex;
}
.hd_second {
  display: none;
}
.hd_item {
  position: relative;
  margin-right: 48px;
}
.hd_item:last-child {
  margin-right: 0;
}
.hd_link {
  display: flex;
  height: var(--height);
  align-items: center;
  justify-content: center;
  color: var(--Gray-1, #2D2D2D);
  /* 18 Regular */
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
  position: relative;
}
.hd_link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: var(--main-color);
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  transition: all 0.5s;
  width: 0;
}
@media screen and (min-width: 1200px) {
  .hd_item:hover .hd_link {
    color: var(--main-color);
  }
  .hd_item:hover .hd_link::after {
    width: 100%;
  }
  .hd_list:not(:hover) .hd_item.active .hd_link {
    color: var(--main-color);
  }
  .hd_list:not(:hover) .hd_item.active .hd_link::after {
    width: 100%;
  }
}
.header-cart {
  display: block;
  position: relative;
  margin-right: var(--right);
}
.header-cart span {
  color: #2D2D2D;
  font-size: 22px;
}
.header-cart p {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #D90000;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  top: -4px;
  right: -4px;
  text-align: center;
}
.header-search {
  cursor: pointer;
  margin-right: var(--right);
}
.header-search span {
  font-size: 24px;
  color: #2D2D2D;
}
.header-language {
  position: relative;
}
.header-language .conts {
  cursor: pointer;
  border: 1px solid #E3E3E3;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-language .conts svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.header-language .conts .guojia {
  font-size: 24px;
  margin-right: 12px;
}
.header-language .conts p {
  color: var(--Gray-2, #464646);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
  margin-right: 4px;
  transform: translateY(2px);
}
.header-language .conts .xiala {
  font-size: 12px;
  color: #464646;
}
.header-language.open .conts .xiala {
  transform: rotate(180deg);
}
.header-language .header-language-list {
  position: absolute;
  min-width: 100%;
  left: 0;
  top: 100%;
  background-color: #fff;
  border: 1px solid #E3E3E3;
  padding: 8px 15px;
  display: none;
}
.header-language .header-language-list .item {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.header-language .header-language-list .item svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.header-language .header-language-list .item span {
  font-size: 24px;
  margin-right: 10px;
}
.header-language .header-language-list .item p {
  font-size: 16px;
  color: #464646;
  transition: all 0.5s;
  line-height: 1.65;
  transform: translateY(2px);
}
@media screen and (min-width: 1200px) {
  .header-language .header-language-list .item:hover p {
    color: var(--main-color);
  }
}
/* search */
.search_view {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  display: none;
}
.search_view form {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  animation: searchtit 1.3s ease both;
}
.search_view_tit {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
.search_close {
  position: absolute;
  width: 34px;
  transition: all 0.36s;
  z-index: 1;
  right: 200px;
  top: 100px;
  cursor: pointer;
}
.search_close:hover {
  transform: rotate(-90deg);
}
body.search_open {
  overflow: hidden;
}
@keyframes searchtit {
  from {
    transform: translateY(-80px) scale(0.5);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.search_view_cont {
  position: relative;
  width: 1200px;
}
.search_view_cont input {
  width: 100%;
  height: 50px;
  color: #fff;
  padding-left: 10px;
  padding-right: 40px;
  border-bottom: 1px solid #999;
  transition: all 0.36s;
}
.search_view_cont input:focus {
  border-bottom: 1px solid #fff;
}
.search_view_cont button {
  padding: 4px;
  font-size: 26px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1680px) {
  .search_view_tit {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .search_view_cont button {
    font-size: 24px;
  }
  .search_close {
    width: 28px;
  }
}
@media screen and (max-width: 1440px) {
  .search_view_cont {
    width: 82.5%;
  }
  .search_view_tit {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .search_view_cont button {
    font-size: 22px;
  }
  .search_close {
    right: 140px;
    top: 100px;
    width: 24px;
  }
  .search_view_cont input {
    height: 45px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .search_close {
    right: 90px;
    top: 100px;
    width: 24px;
  }
  .search_view_tit {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .search_close {
    right: 40px;
    top: 80px;
    width: 20px;
  }
  .search_view_tit {
    font-size: 20px;
  }
  .search_view_cont button {
    font-size: 18px;
  }
  .search_view_cont input {
    height: 40px;
  }
}
/* search-end */
.home_banner .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-link .img_box {
  padding-top: 45.625%;
}
.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: 36px;
  --wh: 14px;
  --interval: 6px;
}
.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);
  border-radius: 0;
}
.home_banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.mod-tit48 {
  color: var(--Gray-1, #2D2D2D);
  font-family: Roboto;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}
.home-product {
  padding: 7rem 0 5rem;
}
.home-product .title {
  text-align: center;
  margin-bottom: 36px;
}
.home-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--flex-margin);
}
.home-product-item {
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}
.home-product-item.w50 {
  width: 50%;
}
.home-product-item.w50 .img_box {
  padding-top: 50.7246376%;
}
.home-product-item.w30 {
  width: 33.33333333%;
}
.home-product-item.w30 .img_box {
  padding-top: 77.777777%;
}
.home-product-link {
  position: relative;
  overflow: hidden;
  display: block;
}
.home-product-link .tits {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  padding: 24px 0;
  color: var(--White, #FFF);
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.home-product-link .hovers {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  transform: translateY(100%);
  opacity: 0;
}
.home-product-link .hovers .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.home-product-link .hovers .flex .hovers-tit {
  color: var(--White, #FFF);
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  margin-bottom: 24px;
}
.home-product-link .hovers .flex .more {
  min-width: 125px;
  padding: 12px 20px;
  border: 1px solid #FFF;
  color: var(--White, #FFF);
  /* 16 Regular */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  transition: all 0.5s;
  text-align: center;
}
.home-product-link .hovers .flex .more:hover {
  border: 1px solid var(--main-color);
  background: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .home-product-link:hover .img_box img {
    transform: scale(1.06);
  }
  .home-product-link:hover .tits {
    transform: translateY(100%);
    opacity: 0;
  }
  .home-product-link:hover .hovers {
    opacity: 1;
    transform: translateY(0%);
  }
}
.home_choose {
  padding: 14rem 0 6.5rem;
}
.home_choose .title {
  text-align: center;
}
.home_choose .text {
  width: 1000px;
  margin: 0 auto;
  margin-top: 12px;
}
.home_choose .text p {
  color: var(--Gray-3, #666);
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}
.home_choose-list {
  display: flex;
  flex-wrap: wrap;
  margin: 4.6rem var(--flex-margin) 0;
}
.home_choose-item {
  width: 25%;
  padding: 0 var(--flex-padding);
}
.home_choose-item .conts {
  background-color: #FBFBFB;
  padding: 24px;
  height: 100%;
}
.home_choose-item .conts .iconfont {
  font-size: 34px;
  padding-bottom: 19px;
  margin-bottom: 19px;
  position: relative;
  color: var(--main-color);
}
.home_choose-item .conts .iconfont::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: var(--main-color);
  left: 0;
  bottom: 0;
}
.home_choose-item .conts .tits {
  color: var(--Gray-1, #2D2D2D);
  /* 24 Bold */
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  margin-bottom: 12px;
}
.home_choose-item .conts .texts p {
  color: var(--Gray-2, #464646);
  /* 16 Regular */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.home_logo {
  position: relative;
  overflow: hidden;
}
.home_logo-slick {
  width: 1920px;
}
.home_logo-list {
  max-width: initial !important;
  flex-shrink: 0;
}
.home_logo-list {
  margin: 0 -30px;
}
.home_logo-item {
  padding: 0 30px;
}
.home_logo-item .img_box {
  padding-top: 100%;
}
.home_blog {
  margin-top: 19rem;
  padding-bottom: 11.5rem;
}
.home_blog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.6rem;
}
.home_blog-header .arrow {
  display: flex;
}
.home_blog-header .arrow .mod-prevs {
  margin-right: 36px;
}
.mod-prevs,
.mod-nexts {
  width: 48px;
  height: 48px;
  border: 1px solid #666666;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  cursor: pointer;
}
.mod-prevs span,
.mod-nexts span {
  font-size: 22px;
  color: #666666;
}
.mod-prevs:hover,
.mod-nexts:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.mod-prevs:hover span,
.mod-nexts:hover span {
  color: #fff;
}
.mod-prevs span {
  transform: rotate(180deg);
}
.home_blog-list {
  margin: 0 var(--flex-margin);
}
.home_blog-item {
  padding: 0 var(--flex-padding) 15px;
}
.home_blog-conts {
  display: block;
}
.home_blog-conts .img_box {
  padding-top: 75.111111%;
}
.home_blog-conts .botttom {
  background-color: #fff;
  transition: all 0.5s;
  padding: 24px;
}
.home_blog-conts .botttom .time {
  min-width: 130px;
  padding: 8px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 4px;
  margin-bottom: 12px;
}
.home_blog-conts .botttom .tits {
  height: 48px;
  color: var(--Gray-1, #2D2D2D);
  /* 18 Bold */
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
}
.home_blog-conts .botttom .texts {
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.home_blog-conts .botttom .texts p {
  color: var(--Gray-2, #464646);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}
.home_blog-conts:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.home_blog-conts:hover .img_box img {
  transform: scale(1.06);
}
.home_blog-conts:hover .botttom .time {
  min-width: 130px;
  padding: 8px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 4px;
  margin-bottom: 12px;
}
.home_blog-conts:hover .botttom .tits {
  height: 48px;
  color: var(--Gray-1, #2D2D2D);
  /* 18 Bold */
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
}
.home_blog-conts:hover .botttom .texts {
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.home_blog-conts:hover .botttom .texts p {
  color: var(--Gray-2, #464646);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}
.footer-top {
  margin-bottom: -60px;
  position: relative;
  z-index: 1;
}
.footer-top .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 36px;
  border-radius: 20px;
  background-color: #fff;
}
.footer-top .flex .left {
  width: 50%;
  padding-right: var(--flex-padding);
}
.footer-top .flex .left .title {
  color: var(--Gray-1, #2D2D2D);
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 10px;
}
.footer-top .flex .left .text p {
  color: var(--Gray-3, #666);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}
.footer-top .flex .right {
  width: 50%;
  padding-left: var(--flex-padding);
  display: flex;
  justify-content: flex-end;
  --height: 40px;
}
.footer-top .flex .right form {
  width: 500px;
  display: flex;
  align-items: center;
  padding: 6px;
  border: 1px solid var(--Blue-1, #10298D);
  background-color: #fff;
  border-radius: 52px;
}
.footer-top .flex .right form input {
  width: 100%;
  padding: 0 16px;
  color: #333;
  font-size: 14px;
}
.footer-top .flex .right form input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #666;
}
.footer-top .flex .right form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
}
.footer-top .flex .right form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
}
.footer-top .flex .right form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
}
.footer-top .flex .right form button {
  min-width: 102px;
  flex-shrink: 0;
  padding: 0 18px;
  height: var(--height);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 40px;
}
.footer-content {
  background-color: var(--main-color);
  padding: 11rem 0 5rem;
}
.footer-content .flex {
  display: flex;
  justify-content: space-between;
}
.footer-content .flex .left {
  width: 450px;
}
.footer-content .flex .left .footer-title {
  margin-bottom: 36px;
}
.footer-content .flex .left .footer-address {
  margin-bottom: 24px;
}
.footer-content .flex .right {
  width: 56.59574468%;
}
.footer-content .flex .right .footer-title {
  margin-bottom: 36px;
}
.footer-title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
}
.footer-contact-tits {
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 12px;
}
.footer-contact-texts p,
.footer-contact-texts a {
  display: inline-block;
  color: var(--Gray-4, #E3E3E3);
  /* 14 Regular */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
@media screen and (min-width: 1200px) {
  .footer-contact-texts a:hover {
    text-decoration: underline;
  }
}
.footer-contact {
  display: flex;
}
.footer-phone {
  position: relative;
  margin-right: 49px;
}
.footer-phone::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  top: 50%;
  background: rgba(255, 255, 255, 0.2);
  right: -24px;
  transform: translateY(-50%);
}
.footer-share {
  display: flex;
  margin-top: 3.6rem;
  margin-bottom: 3.6rem;
}
.footer-share li {
  margin-right: 24px;
}
.footer-share li a {
  display: flex;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  transform: translateZ(0);
}
.footer-share li a span {
  font-size: 20px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .footer-share li a:hover {
    border: 1px solid #fff;
    background-color: #fff;
  }
  .footer-share li a:hover span {
    color: var(--main-color);
  }
}
.footer-share li:last-child {
  margin-right: 0;
}
.footer .mod_form {
  --form-margin: -12px;
  --form-padding: 12px;
  --form-item-botton: 24px;
  --form-item-br: 12px;
  --form-item-width: 33.333333%;
  --form-item-bg: transparent;
  --form-item-height: 44px;
  --form-item-padding: 16px;
  --form-label-size: 14px;
  --form-color: #fff;
  --form-textarea-height: 130px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--form-margin);
}
.footer .mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.footer .mod_form .mod_form_item .conts {
  position: relative;
  background-color: var(--form-item-bg);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.footer .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);
}
.footer .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);
}
.footer .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);
}
.footer .mod_form .mod_form_item .conts button {
  display: inline-flex;
  min-width: 60px;
  height: 32px;
  padding: 0 0;
  padding-right: 4px;
  background-color: transparent;
  align-items: center;
  margin-top: -4px;
}
.footer .mod_form .mod_form_item .conts button span {
  margin-left: 12px;
  font-size: 20px;
  color: #fff;
}
.footer .mod_form .mod_form_item .conts button p {
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (min-width: 1200px) {
  .footer .mod_form .mod_form_item .conts button:hover span {
    transform: translateY(-2px) rotate(40deg);
  }
}
.footer .mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}
.footer .mod_form .mod_form_item.button .conts {
  background-color: transparent;
  text-align: left;
  border: none;
}
.footer .mod_form .mod_form_item.button {
  margin-bottom: 0;
}
.footer .mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}
.footer .mod_form .mod_form_item.block {
  width: 100%;
}
.footer-bottom {
  background-color: var(--main-color);
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-bottom .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-bottom .flex p,
.footer-bottom .flex a {
  color: var(--white, #FFF);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  margin-right: 24px;
}
@media screen and (min-width: 1200px) {
  .footer-bottom .flex a:hover {
    text-decoration: underline;
  }
}
.footer-bottom .flex img {
  width: 50px;
}
.sitemap-link {
  position: relative;
}
.sitemap-link::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.2);
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
}
.home-about {
  position: relative;
  padding: 10rem 0;
  overflow: hidden;
}
.home-about > img {
  position: absolute;
  width: 71.875%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.home-about .flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.home-about .flex .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
  width: calc(100% - 40.42553191%);
}
.home-about .flex .left .tops {
  width: 690px;
  margin-bottom: 4.5rem;
}
.home-about .flex .left .tops .title {
  margin-bottom: 24px;
}
.home-about .flex .left .tops .text {
  margin-bottom: 48px;
}
.home-about .flex .left .tops .text p {
  color: var(--Gray-1, #2D2D2D);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
}
.home-about .flex .left .tops .more {
  min-width: 125px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.home-about .flex .left .tops .more:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.home-about .bottoms {
  margin-right: 0px !important;
  position: relative;
  z-index: 2;
  transition: all 1.1s;
}

.home-about .bottoms{
    margin-top: 5rem;
}

.home-about .bottoms .home-about-numebr {
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  padding: 36px;
}

.home-about .flex .right {
  transition: all 1.2s;
  width: 40.42553191%;
}
.home-about .flex .right .video {
  position: relative;
  cursor: pointer;
  height: 100%;
}
.home-about .flex .right .video .img_box {
  height: 100%;
  padding-top: 133.33333%;
}
.home-about .flex .right .video .img_box img {
  object-fit: cover;
}
.home-about .flex .right .video .plays {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 128px;
}
.home-about .flex .right .video .plays img {
  width: 100%;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .home-about .flex .right .video:hover .img_box img {
    transform: scale(1.04);
  }
  .home-about .flex .right .video:hover .plays img {
    transform: scale(1.06);
  }
}
.home-about-conts .val {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.home-about-conts .val .number,
.home-about-conts .val .unit {
  font-family: "Archivo";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  color: var(--main-color);
}
.home-about-conts .val .texts {
  color: var(--Gray-3, #666);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
}
.ct_aside1 {
  position: fixed;
  top: 59%;
  right: 36px;
  transform: translateY(-50%);
  z-index: 10;
  --wh: 46px;
  --fs: 24px;
}
.ct_aside1_list {
  margin-bottom: 15px;
  transition: all 0.36s;
}
.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: #10298D;
  font-size: var(--fs);
  color: #fff;
  transition: all 0.36s;
}
.ct_aside1_item.active .ct_aside1_link {
  background-color: #10298D;
}
.ct_aside1_item:hover .ct_aside1_link {
  background-color: #10298D;
}
.ct_aside1_item.gotop {
  opacity: 0;
  pointer-events: none;
}
.ct_aside1_link,
.ct_aside1_switch {
  width: var(--wh);
  height: var(--wh);
  border-radius: 0px;
}
.ct_aside1_switch {
  background-color: #10298D;
  position: relative;
  transition: all 0.36s;
  cursor: pointer;
  display: none;
}
.ct_aside1_switch::after,
.ct_aside1_switch::before {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: all 0.36s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ct_aside1_switch::after {
  width: 2px;
  height: 15px;
}
.ct_aside1_switch::before {
  height: 2px;
  width: 15px;
}
.ct_aside1_switch.active {
  background-color: #031417;
  transform: rotate(-90deg);
}
.ct_aside1_cont {
  position: absolute;
  right: calc(100% + 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);
  }
}
@media screen and (min-width: 1200px) {
  .hd_item.products {
    position: static;
  }
  .hd_item > .hd-boxs {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    width: 100%;
    padding: 36px calc((100% - 1410px) / 2) 4rem;
    z-index: -1;
    display: none;
  }
  .hd_item > .hd-boxs::after {
    content: "";
    position: absolute;
    width: 100%;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.03);
    top: 0;
    left: 0;
    display: block;
    height: 20px;
    top: -18px;
  }
  .hd_second_item > .hd-boxs {
    display: block !important;
  }
  .hd_second {
    display: flex;
    justify-content: space-between;
  }
  .hd_second_link {
    color: var(--Gray-1, #2D2D2D);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 144.444%;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
    display: block;
  }
  .hd_second_link::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: var(--main-color);
    bottom: 0;
    left: 0;
  }
  .hd_three_link {
    color: var(--Gray-2, #464646);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 142.857%;
    display: block;
  }
  .hd_three_link:hover {
    transform: translateX(4px);
    color: var(--main-color);
  }
  .hd_three_item {
    margin-bottom: 12px;
  }
}
.c_text3 span {
  display: inline-block !important;
}
.c_text3.animate span {
  animation-name: var(--animateName);
  animation-delay: var(--delay);
  animation-duration: 0.32s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}
@keyframes jump-left {
  0% {
    transform: translateX(50px) scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
@keyframes pop {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    opacity: 1;
  }
}
@keyframes flip {
  0% {
    transform: rotateY(0);
    opacity: 0;
  }
  50% {
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0%,
  100% {
    color: inherit;
  }
  50% {
    color: rebeccapurple;
  }
}
/* bread */
.bread {
  width: 100%;
}
.mod_bread {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mod_bread_item {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  height: 30px;
}
.mod_bread_link {
  display: flex;
  align-items: center;
}
.mod_bread_link span {
  color: #FFFFFF;
}
.mod_bread_link .text {
  color: #FFFFFF;
  font-size: 18px;
  transition: all 0.36s;
  line-height: 144.444%;
  text-transform: capitalize;
}
.mod_bread_item > span {
  margin: 0 6px;
  display: inline-block;
  font-size: 14px;
  line-height: 144.444%;
  transform: translateY(-1px) rotate(180deg);
}
.mod_bread_item:last-child > span {
  display: none;
}
/* bread-end */
.page_banner_cont {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.page_banner_cont .titls {
  color: var(--White, #FFF);
  /* 36 Bold */
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 24px;
}
.product-content {
  padding: var(--padding64) 0 var(--padding120);
}
.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: 6px;
  /* list 下边距 */
}
.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: 30px;
}
.product-nav {
  position: sticky;
  left: 0;
  top: 130px;
  /* 一级 */
  --item-bg: #CCCCCC;
  --item-hover-bg: transparent;
  --text-color: #2D2D2D;
  --text-hover-color: #10298D;
  --text-font: 18px;
}
.product-nav-item {
  margin-bottom: 10px;
}
.product-nav-item.current .product-nav-second {
  display: block;
}
.product-nav-item.current .product-nav-header {
  background-color: var(--item-hover-bg);
  border: 1px solid #10298D;
}
.product-nav-item.current .product-nav-header > .iconfont {
  color: var(--text-hover-color);
}
.product-nav-item.current .product-nav-header .product-nav-link .iconfont {
  color: var(--text-hover-color);
}
.product-nav-item.current .product-nav-header .product-nav-link p {
  color: var(--text-hover-color);
}
.product-nav-item.active .product-nav-header {
  border: 1px solid #666;
}
.product-nav-item.active .product-nav-header > .iconfont {
  transform: rotate(90deg);
}
@media screen and (min-width: 1200px) {
  .product-nav-item:hover .product-nav-header {
    background-color: var(--item-hover-bg);
  }
  .product-nav-item:hover .product-nav-header > .iconfont {
    color: var(--text-hover-color);
  }
  .product-nav-item:hover .product-nav-link .iconfont {
    color: var(--text-hover-color);
  }
  .product-nav-item:hover .product-nav-link p {
    color: var(--text-hover-color);
  }
}
.product-nav-header {
  cursor: pointer;
  position: relative;
  display: flex;
  padding: 12px;
  padding-right: 45px;
  transition: all 0.5s;
  border-radius: 4px;
  border: 1px solid transparent;
}
.product-nav-header .product-nav-link .iconfont {
  display: inline-block;
  font-size: 18px;
  color: var(--text-color);
  margin-right: 10px;
  transform: translateY(6px);
  transition: all 0.5s;
}
.product-nav-header .product-nav-link p {
  font-size: var(--text-font);
  color: var(--text-color);
  transition: all 0.5s;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
}
.product-nav-header > .iconfont {
  position: absolute;
  font-size: 14px;
  color: var(--text-color);
  right: 15px;
  top: 18px;
  display: inline-block;
}
.product-nav-second {
  padding-top: 8px;
  padding-bottom: 8px;
  display: none;
}
.product-nav-second li {
  margin-bottom: 5px;
}
.product-nav-second li a {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  display: block;
  padding: 10px;
}
.product-nav-second li a:hover {
  color: var(--main-color);
}
.product-nav-second li.active a {
  color: var(--main-color);
}
.product-nav-second li:last-child {
  margin-bottom: 0;
}
.product-left-cont {
  background-color: #FBFBFB;
  padding: 24px 12px;
  border-radius: 4px;
  position: sticky;
  left: 0;
  top: 110px;
}
.product-left-cont .title {
  color: var(--Gray-1, #2D2D2D);
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 36px;
  padding: 0 12px;
}
.product-links {
  border: 1px solid #F4F4F4;
  display: block;
}
.product-links .img_box {
  padding-top: 100%;
}
.product-links .tits {
  color: var(--Gray-1, #2D2D2D);
  text-align: center;
  /* 18 Bold */
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 12px;
  background-color: #FBFBFB;
}
.product-links .hovers {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(16, 41, 141, 0.8);
  transition: all 0.5s;
  opacity: 0;
}
.product-links .hovers .flexs {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.product-links .hovers .flexs > div {
  width: 48px;
  height: 48px;
  border: 2px solid #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 18px;
  transition: opacity 0.5s 0.25s, transform 0.5s 0.25s, background-color 0.5s;
}
.product-links .hovers .flexs > div span {
  font-size: 20px;
  color: #fff;
}
.product-links .hovers .flexs > div:hover {
  background-color: #fff;
}
.product-links .hovers .flexs > div:hover span {
  color: var(--main-color);
}
.product-links .hovers .flexs .product-cart {
  transform: translateX(-20px);
  opacity: 0;
  transition: all 0.5s;
}
.product-links .hovers .flexs .product-go {
  transform: translateX(20px);
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .product-links:hover .img_box img {
    transform: scale(1.07);
  }
  .product-links:hover .hovers {
    opacity: 1;
    transition: all 0.5s;
  }
  .product-links:hover .hovers .flexs .product-cart {
    transform: translateX(0);
    opacity: 1;
    transition: opacity 0.5s 0.25s, transform 0.5s 0.25s, background-color 0.5s;
  }
  .product-links:hover .hovers .flexs .product-go {
    transform: translateX(0);
    opacity: 1;
    transition: opacity 0.5s 0.25s, transform 0.5s 0.25s, background-color 0.5s;
  }
}
/* 分页 */
.mod_page {
  display: flex;
  align-items: center;
  justify-content: center;
  --margin-x: 7px;
  --fs: 16px;
  --iconfs: 14px;
  --wh: 44px;
  --bg: transparent;
  --page-color: #222;
}
.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: 0;
  width: var(--wh);
  line-height: calc(var(--wh) - 2px);
  font-size: var(--fs);
  background-color: var(--bg);
  border: 1px solid #E3E3E3;
}
.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;
  border-color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .mod_page_item a:hover {
    background-color: var(--main-color);
    border-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 */
.page-bread {
  padding: 12px 0;
}
.page-bread .mod_bread_link .text {
  color: #666;
}
.page-bread .mod_bread_item > span {
  color: #666;
}
.page-bread .mod_bread_item:last-child .text {
  color: var(--main-color);
}
.prodeta .product-content {
  padding-top: 0;
}
.prodeta-info {
  padding-top: 36px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10rem;
}
.prodeta-info .left {
  width: 55.14563106%;
}
.prodeta-info .right {
  width: 41.553398%;
}
.prodeta-info .right .prodeta-info-tits {
  color: #10298D;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 138.889%;
  margin-bottom: 24px;
}
.prodeta-info .right .group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}
.prodeta-info .right .group .btn-item {
  width: 200px;
  height: 48px;
  border: 1px solid #10298D;
  padding: 12px 24px;
  transition: all 0.5s;
  cursor: pointer;
  color: #10298D;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  text-transform: capitalize;
}
.prodeta-info .right .group .btn-item.inquire {
  border: 1px solid #10298D;
  color: #fff;
  background-color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .prodeta-info .right .group .btn-item:hover {
    border: 1px solid #10298D;
    color: #fff;
    background-color: var(--main-color);
  }
}
.prodeta-info-description {
  margin-bottom: 12px;
}
.prodeta-info-description .tits {
  color: #464646;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  margin-bottom: 24px;
}
.prodeta-info-description .texts {
  margin-bottom: 12px;
}
.prodeta-info-description .texts p {
  color: #464646;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 185%;
}
.prodeta-info-blist {
  border: 1px solid #E3E3E3;
  margin-bottom: 24px;
}
.prodeta-info-blist .img_box {
  padding-top: 100%;
}
.prodeta-info-slist {
  margin: 0 -8px;
}
.prodeta-info-slist .img_box {
  padding-top: 100%;
}
.prodeta-info-sitem {
  padding: 0 8px;
}
.prodeta-info-sitem .conts {
  border: 1px solid #E3E3E3;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
}
.prodeta-info-sitem .conts > img {
  position: absolute;
  width: 48px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .prodeta-info-sitem .conts:hover {
    border: 1px solid var(--main-color);
  }
  .prodeta-info-sitem .conts:hover .img_box img {
    transform: scale(1.06);
  }
}
.slick-current .prodeta-info-sitem .conts {
  border: 1px solid var(--main-color);
}
.slick-current .prodeta-info-sitem .conts .img_box img {
  transform: scale(1.06);
}
.prodeta-info-bitem {
  display: block !important;
}
.prodeta-info-text {
  margin-bottom: 36px;
}
.prodeta-info-text p {
  color: #464646;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 12px;
}
.prodeta-info-text p:last-child {
  margin-bottom: 0;
}
.prodeta-share {
  display: flex;
  align-items: center;
}
.prodeta-share p {
  color: var(--Gray-1, #2D2D2D);
  /* 16 Regular */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-right: 8px;
}
.prodeta-details {
  margin-bottom: 10rem;
}
.prodeta-details-header {
  display: flex;
  position: relative;
  margin-bottom: 36px;
}
.prodeta-details-header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  opacity: 0.2;
  background: #10298D;
  left: 0;
  bottom: 0;
}
.prodeta-details-header .items {
  min-width: 180px;
  padding: 20px;
  background-color: transparent;
  transition: all 0.5s;
  text-align: center;
  color: var(--Gray-1, #2D2D2D);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
}
.prodeta-details-header .items.active {
  color: #fff;
  background-color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .prodeta-details-header .items:hover {
    color: #fff;
    background-color: var(--main-color);
  }
}
.prodeta-information .tits {
  color: #10298D;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 24px;
}
.prodeta-information .list {
  margin-bottom: 36px;
}
.prodeta-information .list li {
  margin-bottom: 14px;
  display: flex;
}
.prodeta-information .list li .key,
.prodeta-information .list li .val,
.prodeta-information .list li .val p {
  color: #2D2D2D;
  /* 16 Regular */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.prodeta-information .list li .key {
  font-weight: bold;
  margin-right: 12px;
  flex-shrink: 0;
  font-size: 18px;
}
.prodeta-information .list li:last-child {
  margin-bottom: 0;
}
.prodeta-information .edits .edits-tit {
  color:#10298D;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
  margin-bottom: 24px;
}
.prodeta-information .edits .texts p {
  /* color: var(--Gray-1, #2D2D2D); */
  /* 16 Regular */
  /* font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0; */
}
.about-info {
  padding-top: 8.6rem;
  padding-bottom: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-info .left {
  padding-left: calc((100% - 1410px) / 2);
  width: 55.20833333%;
}
.about-info .left .tit {
  color: #2D2D2D;
  font-family: Roboto;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 36px;
}
.about-info .left .text p {
  color: var(--Gray-1, #2D2D2D);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
  margin-bottom: 24px;
}
.about-info .left .text p:last-child {
  margin-bottom: 0;
}
.about-info .right {
  width: 41.66666666%;
  position: relative;
  cursor: pointer;
}
.about-info .right .img_box {
  padding-top: 75%;
}
.about-info .right .plays {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 128px;
  transition: all 0.5s;
  width: 16.20253164%;
}
.about-info .right:hover .img_box img {
  transform: scale(1.06);
}
.about-info .right:hover .plays {
  transform: translate(-50%, -50%) scale(1.1);
}
.about-number {
  padding: 36px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-image: url(../images/about_number_bg.png);
}
.about-number-list {
  display: flex;
  justify-content: space-between;
}
.about-number-item .number {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.about-number-item .number .val,
.about-number-item .number .unit {
  color: var(--Blue-1, #10298D);
  font-family: "Archivo";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 100% */
}
.about-number-item .tits {
  color: #666;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
}
.about .home_logo {
  padding-bottom: var(--padding120);
}
.service-nav-list {
  display: flex;
}
.service-nav-item {
  width: 25%;
  padding: 4.2rem 4rem;
  text-align: center;
  border: 1px solid #F4F4F4;
  position: relative;
  cursor: pointer;
}
.service-nav-item .iconfont {
  font-size: 36px;
  color: var(--main-color);
  margin-bottom: 16px;
}
.service-nav-item .texts {
  color: var(--Gray-1, #2D2D2D);
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}
.service-nav-item::after {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--main-color);
  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
}
.service-nav-item:nth-child(even) {
  background-color: #FBFBFB;
}
.service-nav-list:not(:hover) .service-nav-item.active::after {
  opacity: 1;
}
.service-nav-item:hover::after {
  opacity: 1;
}
.service-nav {
  padding: 6.4rem 0;
  overflow: hidden;
}
.service-content-item .title {
  color: var(--Gray-1, #2D2D2D);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 15px;
  border-bottom: 1px solid #E3E3E3;
  position: relative;
  margin-bottom: 24px;
}
.service-content-item .title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: var(--main-color);
  left: 0;
  bottom: 0;
}
.service-content-item .title span {
  animation-duration: 0.25s;
}
.service-content-item .flex {
  display: flex;
  justify-content: space-between;
}
.service-content-item .flex .left {
  width: 45.39007%;
}
.service-content-item .flex .left .img_box {
  padding-top: 56.25%;
}
.service-content-item .flex .right {
  width: 51.06382978%;
}
.service-content-item .flex .right .text {
  width: 600px;
  max-width: 100%;
}
.service-content-item .flex .right .text p {
  color: var(--Gray-1, #2D2D2D);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
}
.service-content {
  padding-bottom: var(--padding120);
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--flex-margin) 6px;
}
.news-item {
  width: 33.333333%;
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
  opacity: 0;
}
.news-link {
  display: block;
}
.news-link .img_box {
  padding-bottom: 75.1111111%;
}
.news-link .bottom {
  padding: 24px;
  background-color: #fff;
}
.news-link .bottom .time {
  padding: 8px 16px;
  background-color: var(--main-color);
  text-align: center;
  color: var(--White, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  border-radius: 4px;
  margin-bottom: 12px;
  display: inline-block;
}
.news-link .bottom .tits {
  color: var(--Gray-1, #2D2D2D);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  margin-bottom: 16px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-link .bottom .texts p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  color: var(--Gray-2, #464646);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1200px) {
  .news-link:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .news-link:hover .img_box img {
    transform: scale(1.06);
  }
}
.animatenews0 {
  animation: animatenews0 1s 0.2s both;
}
.animatenews1 {
  animation: animatenews1 1s 0.2s both;
}
.animatenews2 {
  animation: animatenews2 1s 0.2s both;
}
@keyframes animatenews0 {
  from {
    transform: translate(-22%, 25%);
    opacity: 0;
  }
  to {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes animatenews1 {
  from {
    transform: translate(0%, 25%);
    opacity: 0;
  }
  to {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes animatenews2 {
  from {
    transform: translate(22%, 25%);
    opacity: 0;
  }
  to {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
.news-content {
  padding: var(--padding64) 0 var(--padding120);
}
/* newdate */
.newdate_info_tit {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: bold;
}
.newdate_info_date {
  font-size: 16px;
  line-height: 1.5;
}
.newdate_info {
  padding: 60px 0 20px;
  border-bottom: 1px solid #ccc;
}
.news_info {
  margin-bottom: 50px;
}
.news_info li {
  list-style: inherit;
}
.news_info ol,
.news_info ul {
  padding-left: 1rem;
}
.news_primary {
  padding-top: 50px !important;
  padding-bottom: 100px !important;
}
.news_info h2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  color: #222222;
  margin-bottom: 20px;
}
.news_info p {
  font-size: 16px;
  line-height: 1.6;
  color: #444444;
  margin-bottom: 20px;
}
.news_info img {
  height: auto !important;
}
.newdate_main .pdrf_shares {
  margin-top: 50px;
}
.newdate_page {
  margin-top: 40px;
}
.newdate_page a:hover {
  color: var(--main-color);
}
.newdate_prev {
  margin-bottom: 20px;
}
.pdrf_shares_text {
  flex-shrink: 0;
  font-size: 22px;
  line-height: 1.2;
  margin-right: 5px;
}
.pdrf_shares {
  display: flex;
  align-items: center;
}
.newdate_page a {
  color: #666;
  font-size: 16px;
  line-height: 1.4;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media screen and (max-width: 1680px) {
  .newdate_info_tit {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .newdate_info {
    padding: 55px 0 20px;
  }
  .news_info h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .news_primary {
    padding-top: 40px !important;
    padding-bottom: 80px !important;
  }
  .pdrf_shares_text {
    font-size: 20px;
  }
  .news_info {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .newdate_info_tit {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .newdate_info {
    padding: 50px 0 15px;
  }
  .news_primary {
    padding-top: 35px !important;
    padding-bottom: 60px !important;
  }
  .newdate_info_date {
    font-size: 14px;
  }
  .news_info h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .news_info p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
  }
  .news_info {
    margin-bottom: 30px;
  }
  .pdrf_shares_text {
    font-size: 18px;
  }
  .newdate_page {
    margin-top: 30px;
  }
  .newdate_page a {
    font-size: 14px;
    line-height: 1.4;
  }
  .newdate_prev {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .newdate_info_tit {
    font-size: 22px;
  }
  .newdate_info {
    padding: 40px 0 12px;
  }
  .news_primary {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
  }
  .pdrf_shares_text {
    font-size: 16px;
  }
  .news_info h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .newdate_info {
    padding: 35px 0 12px;
  }
  .newdate_info_tit {
    margin-bottom: 13px;
    font-size: 22px;
    line-height: 1.4;
  }
  .news_primary {
    padding-top: 25px !important;
    padding-bottom: 40px !important;
  }
}
/* newdate-end */
.contact-info {
  overflow: hidden;
  padding-top: var(--padding64);
  padding-bottom: 10rem;
}
.contact-info .map-content {
  height: 40rem;
  margin-top: var(--padding64);
}
.contact-info-list {
  margin: 0 var(--flex-margin);
  display: flex;
}
.contact-info-item {
  width: 33.33333%;
  padding: 0 var(--flex-padding);
  animation-duration: 1s;
}
.contact-info-conts {
  padding: 24px;
  height: 100%;
  border-radius: 4px;
  border-bottom: 1px solid var(--main-color);
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
}
.contact-info-conts .iconfont {
  width: 56px;
  height: 56px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 12px;
  background-color: var(--main-color);
}
.contact-info-conts .title {
  color: #2D2D2D;
  /* 24 Bold */
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  margin-bottom: 12px;
}
.contact-info-conts .text p,
.contact-info-conts .text a {
  color: var(--Gray-2, #464646);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.contact-info-conts .text a {
  position: relative;
}
.contact-info-conts .text a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: var(--main-color);
  transition: all 0.5s;
  right: 0;
}
@media screen and (min-width: 1200px) {
  .contact-info-conts .text a:hover {
    color: var(--main-color);
  }
  .contact-info-conts .text a:hover::after {
    width: 100%;
    left: 0;
    right: initial;
  }
}
.contact-message {
  overflow: hidden;
  padding-bottom: var(--padding120);
}
.contact-message .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-message .flex .left {
  width: 49.64539%;
}
.contact-message .flex .left .title {
  color: var(--Gray-1, #2D2D2D);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 30px;
}
.contact-message .flex .right {
  margin-top: 10px;
  width: 46.0992907%;
  position: relative;
  z-index: 1;
}
.contact-message .flex .right .img_box {
  padding-top: 61.5384615%;
}
.contact-message .flex .right > img {
  position: absolute;
  width: 25.230769%;
  bottom: -2.4rem;
  left: -2.4rem;
  z-index: -1;
}
.mod_form.liuyan {
  --form-margin: -15px;
  --form-padding: 15px;
  --form-item-botton: 25px;
  --form-item-br: 12px;
  --form-item-width: 33.333333%;
  --form-item-bg: #FBFBFB;
  --form-item-height: 46px;
  --form-item-padding: 12px;
  --form-label-size: 14px;
  --form-color: #2D2D2D;
  --form-textarea-height: 220px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--form-margin);
}
.mod_form.liuyan .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.mod_form.liuyan .mod_form_item .conts {
  position: relative;
  background-color: var(--form-item-bg);
  border: 1px solid #F4F4F4;
}
.mod_form.liuyan .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);
  text-transform: capitalize;
  line-height: 1.2;
  color: var(--form-color);
}
.mod_form.liuyan .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.liuyan .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.liuyan .mod_form_item .conts button {
  display: inline-block;
  min-width: 150px;
  height: 48px;
  padding: 0 18px;
  background-color: var(--main-color);
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
.mod_form.liuyan .mod_form_item .conts button p {
  font-size: 16px;
  color: #fff;
  transition: all 0.5s;
}
.mod_form.liuyan .mod_form_item .conts button .icons {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
  text-align: center;
  transition: all 0.5s 0.1s;
}
.mod_form.liuyan .mod_form_item .conts button span {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.mod_form.liuyan .mod_form_item .conts button:hover .icons {
  transform: translateY(-50%) translateX(0%);
}
.mod_form.liuyan .mod_form_item .conts button:hover span {
  animation: fly-1 0.6s ease-in-out infinite alternate;
}
.mod_form.liuyan .mod_form_item .conts button:hover p {
  transform: translateX(100%);
}
.mod_form.liuyan .mod_form_item .conts.active label {
  top: 0 !important;
}
.mod_form.liuyan .mod_form_item.button .conts {
  background-color: transparent;
  text-align: left;
  border: none;
}
.mod_form.liuyan .mod_form_item.button {
  margin-bottom: 0;
}
.mod_form.liuyan .mod_form_item.textarea .conts label {
  top: 30px;
}
.mod_form.liuyan .mod_form_item.proname .conts {
  display: flex;
  align-items: center;
  background-color: #F4F4F4;
}
.mod_form.liuyan .mod_form_item.proname .conts label {
  position: static;
  flex-shrink: 0;
  transform: none;
  padding-left: var(--form-item-padding);
  margin-bottom: 0;
}
.mod_form.liuyan .mod_form_item.proname .conts input {
  width: 100%;
  padding-left: 5px;
}
.mod_form.liuyan .mod_form_item.block {
  width: 100%;
}
@keyframes fly-1 {
  from {
    transform: translateY(0.1em);
  }
  to {
    transform: translateY(-0.1em);
  }
}
.prodeta-details-review .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.prodeta-details-review .title p {
  color: var(--main-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
}
.prodeta-details-review .title .arrow {
  display: flex;
}
.prodeta-details-review .title .arrow .prev,
.prodeta-details-review .title .arrow .next {
  padding: 8px;
  cursor: pointer;
}
.prodeta-details-review .title .arrow .prev span,
.prodeta-details-review .title .arrow .next span {
  color: #666666;
  font-size: 20px;
}
.prodeta-details-review .title .arrow .prev {
  transform: rotate(180deg);
  margin-right: 6px;
}
.prodeta-review-list {
  margin-bottom: 3.6rem;
}
.prodeta-review-item {
  margin-bottom: 12px;
}
.prodeta-review-conts {
  background-color: #FBFBFB;
  padding: 24px;
}
.prodeta-review-conts .tops {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.prodeta-review-conts .tops .tits {
  color: var(--Gray-2, #464646);
  /* 16 Regular */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.prodeta-review-conts .tops .time {
  color: var(--Gray-2, #464646);
  /* 16 Regular */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.prodeta-review-conts .prodeta-review-texts p {
  color: var(--Black-1, #1C1C1C);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}
.prodeta-review-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.prodeta-review-form label {
  width: 50%;
  margin-bottom: 24px;
  padding: 0 12px;
}
.prodeta-review-form label p {
  color: var(--Gray-1, #2D2D2D);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  margin-bottom: 12px;
}
.prodeta-review-form label input {
  height: 48px;
  border: 1px solid #DADADA;
  border-radius: 4px;
  width: 100%;
  padding: 12px;
}
.prodeta-review-form label textarea {
  height: 96px;
  width: 100%;
  padding: 12px;
  border: 1px solid #DADADA;
  border-radius: 4px;
}
.prodeta-review-form label button {
  width: 150px;
  height: 48px;
  padding: 0 20px;
  background-color: var(--main-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  /* 16 Regular */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.prodeta-review-form label.block {
  width: 100%;
}
.prodeta-inquire {
  padding-bottom: 8rem;
}
.prodeta-inquire .title {
  margin-bottom: 22px;
  color: #2D2D2D;
  /* 36 Bold */
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 1200px) {
  .contact-info-conts:hover .iconfont {
    animation: carter_swing2 1s;
  }
}
.carter_swing2 {
  animation: carter_swing2 1s;
}
@keyframes carter_swing2 {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* 搜索页 */
.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 */
}
/* sitemap */
.sitemap_cont {
  padding: 8rem 0 ;
}
.sitemap_cont_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.sitemap_cont_item {
  width: 33.333333%;
  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;
  }
}
@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: 7rem 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;
}
/* shop */
.shop_cont {
  padding: 8rem 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 */
.ct_aside1.actives .ct_aside1_item.gotop {
  opacity: 1;
  pointer-events: all;
}


.home_logo .title{
    margin-bottom: 4rem;
    padding-top: 1rem;
    text-align: center;
}



.home-about .flex .right .video .img_box {
    padding-top: 99%;
}

.home-about .flex .right .video .plays {
    width: 100px;
}

@media screen and (max-width:991px) {
    .home-about .bottoms .home-about-numebr {
        padding: 20px 26px;
    }
}   

@media screen and (max-width:768px) {   
    .home-about .bottoms .home-about-numebr {
        padding: 30px 0 15px;
    }

    .home-about .bottoms {
        margin-top: 4rem;
    }

    .home-about .bottoms .home-about-numebr{
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.video_box{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100px;
    text-align: center;
}

.play_btn{
    min-width: 140px;
    height: 48px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    cursor: pointer;
    transition: all 0.5s;
}

.play_btn:hover{
    border: 1px solid #132f9cb0;
    background-color: #132f9cb0;
}


.play_btn p{
    color: #fff;
    font-size: 18px;
    transition: all 0.5s;
}

.play_btn span{
    color: #fff;
    font-size: 16px;
    margin-left: 8px;
}



.slide-video{
    position: relative;
}




@media screen and (max-width:1440px) {
    .play_btn {
        min-width: 120px;
        height: 44px;
        padding: 0 20px;
    }

    .play_btn span {
        color: #fff;
        font-size: 14px;
        margin-left: 6px;
    }

    .video_box {
        bottom: 120px;
    }

    .video_box{
        bottom: 80px;
    }
}


@media screen and (max-width:768px) {
    .video_box{
        bottom: 50%;
        transform: translateY(50%);
    }

    .play_btn {
        min-width: 110px;
        height: 42px;
        padding: 0 20px;
        background-color: #132f9cb0;
        border: none;
    }
}



.prodeta-information .edit_active p {
    margin-bottom: 0;
    color: rgb(127, 127, 127) ;
    font-size: initial;
    font-size: 18px;
    line-height: 2.2;
}

.prodeta-information .edit_active01.edit_active p,
.prodeta-information .edit_active03.edit_active p{
    color: #333;
}


/* .prodeta-information .edit_active p span{
    line-height: inherit;
} */

.prodeta-information .edits{
    margin-top: 40px;
}   


.header .flex .left{
  display: flex;
  align-items: flex-end;
}

.header .flex .left .texts {
  font-size: 24px;
  color: #333;
  line-height: 1.65;
  padding-bottom: 8px;
  margin-left: 10px;
}

.product-des{
    margin-bottom: 20px;
}

.product-des p{
    font-size: 16px;
    line-height: 1.75;
    color: #666;
}


