@charset "utf-8";
body {
  /* 填写默认字体 */
  font-family: "Inter", "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
  color: #1e1d28;
  min-height: initial !important;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont/iconfont.woff2?t=1681287520508') format('woff2'), url('../fonts/iconfont/iconfont.woff?t=1681287520508') format('woff'), url('../fonts/iconfont/iconfont.ttf?t=1681287520508') format('truetype');
}
@font-face {
  font-family: 'Inter';
  src: local('Inter Black'), local('Inter-Black'), url('../fonts/inter/Inter-Black.woff2') format('woff2'), url('../fonts/inter/Inter-Black.woff') format('woff'), url('../fonts/inter/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter Bold'), local('Inter-Bold'), url('../fonts/inter/Inter-Bold.woff2') format('woff2'), url('../fonts/inter/Inter-Bold.woff') format('woff'), url('../fonts/inter/Inter-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter Regular'), local('Inter-Regular'), url('../fonts/inter/Inter-Regular.woff2') format('woff2'), url('../fonts/inter/Inter-Regular.woff') format('woff'), url('../fonts/inter/Inter-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter Medium'), local('Inter-Medium'), url('../fonts/inter/Inter-Medium.woff2') format('woff2'), url('../fonts/inter/Inter-Medium.woff') format('woff'), url('../fonts/inter/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* 谷歌翻译后防止与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: #0E3CAC;
  --flex-margin: -15px;
  --flex-padding: 15px;
  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: 224px;
  display: block;
  line-height: var(--height);
  position: relative;
  z-index: 1;
}
.header-logo::after {
  content: "";
  position: absolute;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: #fff;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.header-logo img {
  width: 100%;
}
ul {
  padding: 0;
}
.header-top {
  background-color: #0C3CA9;
  --height: 40px;
}
.header-media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: var(--height);
}
.header-media li {
  margin-left: 16px;
}
.header-media a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  transition: all 0.45s;
}
.header-media span {
  font-size: 16px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .header-media a:hover {
    border: 1px solid #fff;
  }
}
.header-bottom {
  --height: 100px;
  background-color: #fff;
}
.header-bottom .flex {
  display: flex;
  justify-content: space-between;
}
.header-bottom .right {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .hd_list {
    display: flex;
  }
  .hd_item {
    position: relative;
    margin-right: 3.75rem;
  }
  .hd_item:last-child {
    margin-right: 0;
  }
  .hd_link {
    display: flex;
    align-items: center;
    height: var(--height);
  }
  .hd_link p {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
  }
  .hd_link p::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1.5px;
    background-color: var(--main-color);
    transition: all 0.5s;
    opacity: 0;
    left: 0;
    bottom: -4px;
  }
  .hd_item:hover .hd_link p {
    color: var(--main-color);
  }
  .hd_item:hover .hd_link p::after {
    opacity: 1;
  }
  .hd_item.active .hd_link p {
    color: var(--main-color);
  }
  .hd_item.active .hd_link p::after {
    opacity: 1;
  }
  .hd_second {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
    padding: 15px 22px;
  }
  .hd_second_link {
    font-size: 16px;
    color: #444;
    line-height: 1.65;
    padding: 4px 0;
    display: inline-block;
    white-space: nowrap;
  }
  .hd_second_item.active .hd_second_link {
    color: var(--main-color);
  }
  .hd_second_item:hover .hd_second_link {
    color: var(--main-color);
  }
}
.hd_second {
  display: none;
}
.header-controls {
  margin-left: 3.125rem;
  display: flex;
  align-items: center;
}
.header-controls > span {
  display: block;
  width: 1px;
  height: 13px;
  background: #D9D9D9;
  margin: 0 30px;
}
.header-search {
  cursor: pointer;
}
.header-search .iconfont {
  font-size: 18px;
  color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .header-search:hover .iconfont {
    transform: scale(1.1);
  }
}
.header-language {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  color: #FFF !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .header-language:hover {
    transform: scale(1.1);
  }
}
.home-banner {
  overflow: hidden;
  position: relative;
}
.home-banner .swiper-container {
  width: 100%;
}
.home-banner .swiper-slide {
  overflow: hidden;
}
.home-banner .swiper-container {
  width: 100%;
}
.home-banner .swiper-slide {
  overflow: hidden;
}
.home-banner .slide-link {
  position: relative;
  display: block;
  padding-top: 42.708333%;
}
.home-banner .slide-link img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home-banner .slide-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home-banner .slide-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-banner .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  bottom: 24px;
  --wh: 12px;
  --interval: 12px;
}
.home-banner .swiper-pagination .swiper-pagination-bullet {
  width: var(--wh);
  height: var(--wh);
  background-color: #fff !important;
  opacity: 0.5 !important;
  margin: 0 var(--interval);
}
.home-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.home-module1 .mod-subtit {
  margin-bottom: 14px;
}
.home-module1 .mod-text {
  margin-top: 25px;
}
.mod-subtit {
  display: flex;
  align-items: center;
}
.mod-subtit span {
  width: 15px;
  display: flex;
}
.mod-subtit span::before,
.mod-subtit span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.mod-subtit span::before {
  background-color: #0E3CAC;
}
.mod-subtit span::after {
  background-color: #75C532;
  margin-left: -5px;
}
.mod-subtit p {
  margin-left: 8px;
  color: #0E3CAC;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.mod-title,
.mod-title p {
  color: #222;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 133.333%;
  text-transform: capitalize;
  user-select: text;
}
.mod-text p {
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
}
.home-about {
  overflow: hidden;
}
.home-about .flex {
  padding: 5.625rem 0 5rem;
  display: flex;
  justify-content: space-between;
  /* align-items: flex-start; */
  align-items: center;
}
.home-about .left {
  width: 51.06382978%;
  padding-top: 24px;
}
.home-about .left .home-module1 {
  margin-bottom: 5.3125rem;
}
.home-about .right {
  width: 480px;
  height: 480px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.home-about .right::before {
  content: "";
  position: absolute;
  width: 68px;
  height: 68px;
  border: 1px solid #666666;
  right: 100%;
  bottom: 50%;


  display: none;
}
.home-about-item {
  width: 50%;
  height: 50%;
  border: 1px solid #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 38px;
}
.home-about-item .number {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.home-about-item .number .val {
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.home-about-item .number .unit {
  position: absolute;
  z-index: 1;
  left: calc(100% + 2px);
  top: -12px;
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.home-about-item .texts {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
}
.home-about-item:nth-child(1) {
  align-self: flex-end;
}
.mod-btns {
  min-width: 170px;
  height: 46px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  color: #FFF !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
}
@media screen and (min-width: 1200px) {
  .mod-btns:hover {
    transform: translateY(6px);
  }
}
.home-about-video {
  width: 91.4583333%;
  margin: 0 auto;
}
.home-about-video .content {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.home-about-video .content .img_box {
  padding-top: 30.6818181%;
  /* padding-top: 100%; */
}
.home-about-video .content1 .img_box {
  /* padding-top: 30.6818181%; */
  padding-top: 100%;
}
.home-about-video .content .img_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 3;
  background: #000000;
  opacity: 0.36;

}
@media screen and (min-width: 1200px) {
  .home-about-video .content:hover .img_box img {
    transform: scale(1.04);
  }
}
.home-about-play {
  width: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.home-about-play img {
  width: 100%;
}
.home-series {
  padding: 6.875rem 0;
  overflow: hidden;
}
.home-series .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-series .left {
  width: 53.1914893%;
}
.home-series .right {
  width: 40.42553191%;
}
.home-series-mcont .img_box {
  padding-top: 100%;
}
.home-series-tcont .mod-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  user-select: text;
}
.home-series-tcont .more {
  color: #0E3CAC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185%;
  position: relative;
  margin-top: 35px;
  display: inline-block;
}
.home-series-tcont .more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1.2px;
  background-color: var(--main-color);
  transition: all 0.5s;
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  .home-series-tcont .more:hover::after {
    opacity: 1;
  }
}
.home-series-bottom {
  margin-top: 5rem;
}
.home-series-bottom .hds {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-series-bottom .hds p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.home-series-bottom .hds .controls {
  display: flex;
  align-items: center;
}
.home-series-bottom .hds .controls span {
  display: inline-block;
}
.home-series-bottom .hds .current,
.home-series-bottom .hds .tolal {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.home-series-bottom .hds .mask {
  width: 18px;
  height: 1px;
  margin: 0 10px;
  background: #666;
}
.home-series-list {
  margin-top: 20px;
}
.home-series-item {
  padding: 22px 40px;
  position: relative;
  border: 1px solid #D9D9D9;
  display: flex;
  cursor: pointer;
  align-items: center;
  transition: all 0.5s;
  margin-bottom: 20px;
}
.home-series-item::before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #666;
  flex-shrink: 0;
  margin-right: 16px;
  transition: all 0.5s;
}
.home-series-item::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #666666;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.home-series-item p {
  color: #666;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.5s;
  text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
  .home-series-item:hover {
    background-color: var(--main-color);
  }
  .home-series-item:hover::before {
    background-color: #fff;
  }
  .home-series-item:hover::after {
    background-color: #fff;
  }
  .home-series-item:hover p {
    color: #fff;
  }
}
.home-series-item.active {
  background-color: var(--main-color);
}
.home-series-item.active::before {
  background-color: #fff;
}
.home-series-item.active::after {
  background-color: #fff;
}
.home-series-item.active p {
  color: #fff;
}
.home-series-item:last-child {
  margin-bottom: 0;
}
.home-product-hd {
  display: flex;
  justify-content: space-between;
}
.home-product-hd .left {
  width: 62.411347%;
}
.home-product-hd .mod-btns {
  align-self: flex-end;
  margin-bottom: 22px;
}
.home-product {
  padding-top: 5.9375rem;
  padding-bottom: 5.625rem;
  background: #F4F6FA;
}
.home-product-control {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-product-control .prev,
.home-product-control .next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 1px 1px 4px 0 rgba(10, 31, 87, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.5s;
}
.home-product-control .prev span,
.home-product-control .next span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.home-product-control .prev {
  transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .home-product-control .prev:hover,
  .home-product-control .next:hover {
    background-color: var(--main-color);
  }
  .home-product-control .prev:hover span,
  .home-product-control .next:hover span {
    color: #fff;
  }
}
.home-product-progress {
  width: 88.9361702%;
  height: 2px;
  background-color: #d9d9D9;
  position: relative;
}
.home-product-progress span {
  position: absolute;
  width: 10%;
  transition: all 0.5s;
  height: 100%;
  background-color: var(--main-color);
}
.home-product-list {
  margin: 35px var(--flex-margin) 0;
}
.home-product-list .item {
  padding: 16px var(--flex-padding);
}
.mod-product {
  background-color: #fff;
  box-shadow: 0px 1px 8px 2px rgba(4, 24, 95, 0.05);
  display: block;
}
.mod-product .imgs {
  padding: 14px;
}
.mod-product .img_box {
  padding-top: 100%;
}
.mod-product .bottoms {
  padding: 0 25px;
}
.mod-product .bottoms .flexs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0 23px;
  border-top: 1px solid #D9D9D9;
}
.mod-product .bottoms .flexs p {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  transition: all 0.5s;
}
.mod-product .bottoms .flexs span {
  font-size: 22px;
  color: #222222;
}
@media screen and (min-width: 1200px) {
  .mod-product:hover .img_box img {
    transform: scale(1.05);
  }
  .mod-product:hover .bottoms .flexs p {
    color: var(--main-color);
  }
  .mod-product:hover .bottoms .flexs span {
    color: var(--main-color);
  }
}
.home-choose {
  padding: 6.875rem 0;
}
.home-choose-hd {
  margin: 0 var(--flex-margin);
  margin-bottom: 40px;
}
.home-choose-hd .left,
.home-choose-hd .right {
  padding: 0 var(--flex-padding);
}
.home-choose-hd .mod-text {
  width: 840px;
  max-width: 100%;
}
.home-choose-mod {
  display: flex;
  flex-direction: column;
  padding: 2.875rem 38px 3.75rem;
  align-items: center;
  background: #F4F6FA;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.home-choose-mod::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  background-color: #75C532;
  transition: all 0.5s;
}
.home-choose-mod .iconfont {
  font-size: 42px;
  color: var(--main-color);
  margin-bottom: 20px;
}
.home-choose-mod .texts p {
  color: #0E3CAC;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .home-choose-mod:hover {
    background-color: var(--main-color);
  }
  .home-choose-mod:hover .iconfont {
    color: #fff;
  }
  .home-choose-mod:hover .texts p {
    color: #fff;
  }
  .home-choose-mod:hover::after {
    transform: translate(-50%, 50%);
  }
}
.home-news {
  padding: 6.25rem 0 6.875rem;
  background: #F4F6FA;
  overflow: hidden;
}
.home-news .flex {
  margin-top: 38px;
  display: flex;
  justify-content: space-between;
}
.home-news .left {
  width: 48.9361702%;
}
.home-news .right {
  width: 45.3900709%;
}
.home-news-linkleft {
  display: block;
}
.home-news-linkleft .img_box {
  padding-top: 55.0724637%;
  margin-bottom: 26px;
}
.home-news-mod .tits {
  color: #222;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.5s;
}
.home-news-mod .texts {
  margin-top: 15px;
}
.home-news-mod .texts p {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.home-news-mod .time {
  color: #0E3CAC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .home-news-linkleft:hover .img_box img {
    transform: scale(1.05);
  }
  .home-news-linkleft:hover .home-news-mod .tits {
    color: var(--main-color);
  }
}
.hone-bnew-list li {
  padding: 50px 0;
  border-bottom: 1px solid #D9D9D9;
}
.hone-bnew-list li:first-child {
  border-top: 1px solid #D9D9D9;
}
@media screen and (min-width: 1200px) {
  .hone-bnew-list a:hover .home-news-mod .tits {
    color: var(--main-color);
  }
}
.footer {
  background: #011545;
}
.footer-top {
  padding-top: 5.625rem;
  padding-bottom: 5rem;
}
.footer-top .flex {
  display: flex;
  justify-content: space-between;
}
.footer-top .left {
  width: 30%;
}
.footer-top .left .footer-title {
  margin-bottom: 27px;
}
.footer-top .left li {
  margin-bottom: 27px;
}
.footer-top .left li:last-child {
  margin-bottom: 0;
}
.footer-top .left .key {
  color: #747F99;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 214.286%;
  margin-bottom: 3px;
}
.footer-top .left .val p,
.footer-top .left .val a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
}
@media screen and (min-width: 1200px) {
  .footer-top .left .val a:hover {
    text-decoration: underline;
  }
}
.footer-top .center {
  width: 31.91489361%;
}
.footer-top .center .text {
  margin-top: 26px;
  margin-bottom: 22px;
}
.footer-top .center .text p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 214.286%;
}
.footer-top .right .footer-title {
  margin-bottom: 28px;
}
.footer-title {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 100% */
  text-transform: capitalize;
}
.footer-form input {
  width: 100%;
  height: 46px;
  background: rgba(255, 255, 255, 0.12);
  padding: 20px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 214.286% */
  margin-bottom: 10px;
}
.footer-form input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #616D8B;
}
.footer-form button {
  min-width: 137px;
  height: 46px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
}
.footer-form button p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
  margin-right: 8px;
}
.footer-form button .iconfont {
  color: #fff;
  font-size: 15px;
}
.footer-meida li {
  margin-bottom: 10px;
}
.footer-meida li:last-child {
  margin-bottom: 0;
}
.footer-meida a {
  display: flex;
  align-items: center;
}
.footer-meida a .iconfont {
  width: 36px;
  height: 36px;
  background-color: #20315C;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  margin-right: 7px;
}
.footer-meida a p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1200px) {
  .footer-meida a:hover .iconfont {
    background-color: var(--main-color);
  }
}
.footer-bottom {
  border-top: 1px solid #39486E;
  padding: 20px 0;
}
.footer-bottom .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom .flex .left {
  display: flex;
}
.footer-bottom .flex .left p,
.footer-bottom .flex .left a {
  color: #7F848E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 20px;
}
@media screen and (min-width: 1200px) {
  .footer-bottom .flex .left a:hover {
    color: #fff;
  }
}
.footer-bottom .flex .right {
  display: flex;
}
.footer-bottom .flex .right a {
  display: flex;
  align-items: center;
  color: #7F848E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-bottom .flex .right a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  background: #7F848E;
  margin: 0 20px;
}
.footer-bottom .flex .right a:last-child {
  margin-right: 0;
}
.footer-bottom .flex .right a:last-child::after {
  display: none;
}
@media screen and (min-width: 1200px) {
  .footer-bottom .flex .right a:hover {
    color: #fff;
  }
}
.about-banner.home-about-video {
  width: 100%;
}
.about-info {
  padding: 50px 0 6.875rem;
}
.about-info .mod-text p {
  margin-bottom: 12px;
}
.about-info .mod-text p:last-child {
  margin-bottom: 0;
}
.about-factory {
  overflow: hidden;
  margin-bottom: 10px;
}
.about-factory .mod-subtit {
  justify-content: center;
  margin-bottom: 10px;
}
.about-factory .mod-title {
  text-align: center;
}
.about-factory-slick {
  margin: 30px auto 0;
  width: 89.36170212%;
}
.about-factory-conts {
  cursor: pointer;
}
.about-factory-conts .img_box {
  padding-top: 56.25%;
}
@media screen and (min-width: 1200px) {
  .about-factory-conts:hover .img_box img {
    transform: scale(1.05);
  }
}
.about-factory-list {
  margin: 0 var(--flex-margin);
}
.about-factory-list .slick-list {
  overflow: initial !important;
}
.about-factory-item {
  padding: 0 var(--flex-padding);
}
.page-banner {
  position: relative;
  z-index: 1;
}
.page-banner .page-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 133.333%;
  /*  */
}
/* bread */
.bread {
  width: 100%;
  --text-color: #fff;
  --text-interval: 8px;
  --text-fontsize: 14px;
  --icon-fontsize: 18px;
  --hover-color: #000;
  margin-top: -22px;
  position: relative;
  z-index: 2;
}
.mod_bread {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: var(--main-color);
  padding: 12px 24px;
}
.mod_bread_item {
  display: flex;
  align-items: center;
}
.mod_bread_link {
  display: flex;
  align-items: center;
}
.mod_bread_link .text {
  color: var(--text-color);
  font-size: var(--text-fontsize);
  transition: all 0.36s;
  line-height: 145%;
}
.mod_bread_item > span {
  margin: 0 var(--text-interval);
  display: inline-block;
  font-size: var(--text-fontsize);
  color: var(--text-color);
  line-height: 145%;
}
.mod_bread_item:last-child > span {
  display: none;
}
.mod_bread_link:hover .text {
  color: #fff !important;
}
.mod_bread_link:hover span {
  color: #fff !important;
}
/* bread-end */
.product-info {
  padding: 64px 0 0;
}
.product-content {
  padding-bottom: 6.875rem;
}
.product-content > .hc_cont1410 > .flex {
  display: flex;
  justify-content: space-between;
  --leftWidth: 330px;
  --left-mr: 50px;
}
.product-content > .hc_cont1410 > .flex > .left {
  width: var(--leftWidth);
  margin-right: var(--left-mr);
  flex-shrink: 0;
}
.product-content > .hc_cont1410 > .flex > .left .tits {
  color: #222;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 128.571%;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.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-nav-item {
  margin-bottom: 20px;
}
.product-nav-item:last-child {
  margin-bottom: 0;
}
.product-nav-link {
  display: flex;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid #D9D9D9;
  transition: all 0.5s;
}
.product-nav-link::before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #666;
  margin-right: 12px;
  transition: all 0.5s;
}
.product-nav-link p {
  color: #666;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .product-nav-link:hover {
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
  }
  .product-nav-link:hover::before {
    background-color: #fff;
  }
  .product-nav-link:hover p {
    color: #fff;
  }
}
.product-nav-item.active .product-nav-link {
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
}
.product-nav-item.active .product-nav-link::before {
  background-color: #fff;
}
.product-nav-item.active .product-nav-link p {
  color: #fff;
}
.news .mod_page {
  justify-content: flex-start;
}
/* 分页 */
.mod_page {
  display: flex;
  align-items: center;
  justify-content: center;
  --margin-x: 10px;
  --fs: 16px;
  --iconfs: 22px;
  --wh: 50px;
  --bg: #e6e6e6;
  --page-color: #222;
  margin-top: 50px;
}
.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: initial;
  line-height: initial;
  font-size: var(--fs);
  background-color: transparent;
  position: relative;
}
.mod_page_item a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  background-color: var(--main-color);
  opacity: 0;
  transition: all 0.5s;
}
.mod_page .prev a,
.mod_page .next a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: initial;
}
.mod_page .prev a::after,
.mod_page .next a::after {
  display: none;
}
.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: transparent;
  color: var(--main-color);
}
.mod_page_item.act a::after {
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .mod_page_item a:hover {
    background-color: transparent;
  }
  .mod_page_item a:hover::after {
    opacity: 1;
  }
  .mod_page_item.prev a:hover span,
  .mod_page_item.next a:hover span {
    color: var(--main-color);
  }
  .mod_page_item:not(.prev,.next) a:hover {
    color: var(--main-color);
  }
}
/* 分页-end */
.news {
  padding: 64px 0 6.875rem;
}
.news .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news .left {
  width: 72.056737%;
}
.news .right {
  width: 330px;
  position: sticky;
  left: 0;
  top: 170px;
}
.news-link {
  display: flex;
  justify-content: space-between;
}
.news-link .imgs {
  width: 47.24409448%;
}
.news-link .img_box {
  padding-top: 56.25%;
}
.news-link .conts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50.39370079%;
}
.news-link .conts .time {
  color: #0E3CAC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  margin-bottom: 12px;
}
.news-link .conts .tits {
  color: #222;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 24px;
}
.news-link .conts .texts p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #222222;
}
.news-link .conts .more {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.news-link .conts .more p {
  color: #0E3CAC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  text-transform: capitalize;
  margin-right: 12px;
}
.news-link .conts .more span {
  font-size: 24px;
  color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .news-link:hover .img_box img {
    transform: scale(1.05);
  }
  .news-link:hover .conts .tits {
    color: var(--main-color);
  }
  .news-link:hover .conts .more span {
    transform: translateX(6px);
  }
}
.news-from {
  display: flex;
}
.news-from input {
  flex-grow: 1;
  background-color: #F9F9F9;
  padding: 0 16px;
  color: #6B6B6B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  text-transform: capitalize;
}
.news-from input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #6B6B6B;
}
.news-from button {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
}
.news-from button span {
  font-size: 17px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .news-from button:hover span {
    transform: scale(1.1);
  }
}
.news-rigth-content {
  margin-top: 36px;
}
.news-rigth-content .ttis {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.news-rigth-list li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}
.news-rigth-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.news-rigth-link {
  display: block;
}
.news-rigth-link .img_box {
  padding-top: 57.575757%;
  margin-bottom: 12px;
}
.news-rigth-link .tits {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 137.5%;
  /*  */
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  transition: all 0.5s;
}
.news-rigth-link .time {
  color: #0E3CAC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
}
@media screen and (min-width: 1200px) {
  .news-rigth-link:hover .img_box img {
    transform: scale(1.05);
  }
  .news-rigth-link:hover .tits {
    color: var(--main-color);
  }
}
.news-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}
.news-item:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.download-conrtent {
  padding: 64px 0 6.25rem;
}
.download-list {
  margin: 0 var(--flex-margin) -30px;
}
.download-item {
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}
.download-link {
  padding: 24px;
  background-color: #F4F6FA;
  display: flex;
}
.download-link .imgs {
  width: 250px;
  flex-shrink: 0;
}
.download-link .imgs .img_box {
  padding-top: 100%;
}
.download-link .conts {
  width: calc(100% - 250px);
  padding-left: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.download-link .conts .tits {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 137.5%;
  text-transform: capitalize;
  margin-bottom: 24px;
  transition: all 0.5s;
}
.download-link .conts .text {
  display: flex;
  flex-wrap: wrap;
}
.download-link .conts .text p {
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
}
.download-link .conts .btns {
  min-width: 200px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0E3CAC;
  transition: all 0.5s;
  margin-top: 30px;
}
.download-link .conts .btns span {
  font-size: 24px;
  color: var(--main-color);
  margin-right: 10px;
}
.download-link .conts .btns p {
  color: #0E3CAC;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .download-link:hover .imgs .img_box img {
    transform: scale(1.05);
  }
  .download-link:hover .conts .tits {
    color: var(--main-color);
  }
  .download-link:hover .conts .btns {
    background-color: var(--main-color);
    border: 1px solid #0E3CAC;
  }
  .download-link:hover .conts .btns span {
    color: #fff;
  }
  .download-link:hover .conts .btns p {
    color: #fff;
  }
}
.contact-info {
  padding-top: 4rem;
}
.contact-info-conts {
  padding: 36px;
  background-color: #fff;
  cursor: pointer;
  height: 100%;
  transition: all 0.5s;
}
.contact-info-conts .iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: var(--main-color);
  margin-bottom: 30px;
  font-size: 22px;
}
.contact-info-conts .tits {
  color: #222;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 30px;
  transition: all 0.5s;
}
.contact-info-conts .conts p,
.contact-info-conts .conts a {
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .contact-info-conts .conts a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1200px) {
  .contact-info-conts:hover {
    background-color: var(--main-color);
  }
  .contact-info-conts:hover .iconfont {
    background: #fff;
    color: var(--main-color);
  }
  .contact-info-conts:hover .tits {
    color: #fff;
  }
  .contact-info-conts:hover .conts p,
  .contact-info-conts:hover .conts a {
    color: #fff;
  }
}
.contact-form {
  padding-top: 13.125rem;
  padding-bottom: 6.875rem;
  background-color: #F4F6FA;
  margin-top: -6.25rem;
}
.contact-form .mod-subtit {
  justify-content: center;
}
.contact-form .mod-title p {
  text-align: center;
}
.contact .mod_form {
  --form-margin: -12px;
  --form-padding: 12px;
  --form-item-botton: 30px;
  --form-item-br: 12px;
  --form-item-width: 50%;
  --form-item-bg: #fff;
  --form-item-height: 44px;
  --form-item-padding: 20px;
  --form-label-size: 14px;
  --form-color: #222222;
  --form-textarea-height: 124px;
  display: flex;
  flex-wrap: wrap;
  margin: 48px var(--form-margin) 0;
}
.contact .mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.contact .mod_form .mod_form_item .conts {
  position: relative;
  background-color: var(--form-item-bg);
}
.contact .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);
}
.contact .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);
}
.contact .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);
}
.contact .mod_form .mod_form_item .conts button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 46px;
  padding: 0 18px;
  background-color: var(--main-color);
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .contact .mod_form .mod_form_item .conts button:hover {
    transform: translateY(4px);
  }
}
.contact .mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}
.contact .mod_form .mod_form_item.button .conts {
  background-color: transparent;
  text-align: center;
  border: none;
}
.contact .mod_form .mod_form_item.button {
  margin-bottom: 0;
}
.contact .mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}
.contact .mod_form .mod_form_item.proname .conts {
  display: flex;
  align-items: center;
  background-color: #F4F4F4;
}
.contact .mod_form .mod_form_item.proname .conts label {
  position: static;
  flex-shrink: 0;
  transform: none;
  padding-left: var(--form-item-padding);
  margin-bottom: 0;
}
.contact .mod_form .mod_form_item.proname .conts input {
  width: 100%;
  padding-left: 5px;
}
.contact .mod_form .mod_form_item.block {
  width: 100%;
}
.product-content {
  padding-top: 64px;
}
.prodeta-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
.prodeta-info .left {
  width: 43.68932039%;
}
.prodeta-info .right {
  width: 52.4271844%;
}
.prodeta-blist {
  border: 1px solid #F0F0F0;
  margin-bottom: 16px;
}
.prodeta-blist .img_box {
  padding-top: 100%;
}
.prodeta-sconts {
  border: 1px solid #F0F0F0;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
}
.prodeta-sconts .img_box {
  padding-top: 100%;
}
@media screen and (min-width: 1200px) {
  .prodeta-sconts:hover {
    border: 1px solid var(--main-color);
  }
}
.slick-current .prodeta-sconts {
  border: 1px solid var(--main-color);
}
.prodeta-play {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}
.prodeta-play img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
}
.prodeta-sitem {
  padding: 0 8px;
}
.prodeta-slist {
  margin: 0 -8px;
}
.prodeta-info .mod-subtit {
  margin-bottom: 36px;
}
.prodeta-info .mod-subtit span {
  width: 36px;
}
.prodeta-info .mod-subtit p {
  color: #222;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 128.571%;
  /*  */
  margin-left: 12px;
}
.prodeta-info .mod-subtit span::before,
.prodeta-info .mod-subtit span::after {
  width: 24px;
  height: 24px;
}
.prodeta-info .mod-subtit span::after {
  margin-left: -10px;
}
.prodeta-des {
  margin-bottom: 48px;
}
.prodeta-des p {
  color: #666;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.prodeta-des table td {
  color: #343434;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-transform: capitalize;
  padding: 10px 12px;
  border: 1px solid #F0F0F0;
}
.prodeta-des table td:first-child {
  background-color: #F4F6FA;
  min-width: 200px;
}
.prodet-info-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inquiry-btn {
  cursor: pointer;
  min-width: 200px;
  height: 46px;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .inquiry-btn:hover {
    transform: translateY(4px);
  }
}
.prodet-share {
  display: flex;
  align-items: center;
}
.prodet-share p {
  color: #414141;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  margin-right: 12px;
}
.prodeta-nav {
  position: sticky;
  width: 100%;
  display: flex;
  padding: 0 24px;
  background-color: #F4F6FA;
  margin-bottom: 36px;
  left: 0;
  top: 150px;
  z-index: 10;
}
.prodeta-nav-list {
  display: flex;
}
.prodeta-nav-item {
  margin-right: 48px;
  color: #4C4C4C;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 10px 0;
}
.prodeta-nav-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--main-color);
  transition: all 0.5s;
  left: 0;
  bottom: 0;
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  .prodeta-nav-item:hover {
    color: var(--main-color);
  }
  .prodeta-nav-item:hover::after {
    opacity: 1;
  }
}
.prodeta-nav-item:last-child {
  margin-right: 0;
}
.prodeta-nav-item.active {
  color: var(--main-color);
}
.prodeta-nav-item.active::after {
  opacity: 1;
}
.prodeta-tit {
  color: #222;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 128.571%;
}
.prodeta-dessc {
  margin-bottom: 45px;
}
.prodeta-dessc .prodeta-tit {
  margin-bottom: 24px;
}
.prodeta-dessc .edit td,
.prodeta-dessc .edit p {
  color: var(--Gray-2, #343434);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140% ;
  /* */
  text-transform: capitalize;
}
.prodeta-dessc .edit table {
  width: 100%;
}
.prodeta-dessc .edit table td {
  border: 1px solid #F0F0F0;
  padding: 10px 12px;
}
.prodeta-dessc .edit table td:first-child {
  background-color: #F4F6FA;
  min-width: 300px;
}
.prodeta-dessc .edit h3 {
  color: #666;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.prodeta-inquiry {
  margin-bottom: 45px;
}
.prodeta-inquiry .prodeta-tit {
  margin-bottom: 24px;
}
.prodeta-form {
  background-color: #F4F6FA;
  padding: 24px;
}
.prodeta-form .mod_form {
  --form-margin: -12px;
  --form-padding: 12px;
  --form-item-botton: 30px;
  --form-item-br: 12px;
  --form-item-width: 50%;
  --form-item-bg: #fff;
  --form-item-height: 44px;
  --form-item-padding: 12px;
  --form-label-size: 14px;
  --form-color: #222;
  --form-textarea-height: 124px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--form-margin);
}
.prodeta-form .mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.prodeta-form .mod_form .mod_form_item .conts {
  position: relative;
  background-color: var(--form-item-bg);
}
.prodeta-form .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-form .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-form .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-form .mod_form .mod_form_item .conts button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 46px;
  padding: 0 18px;
  color: #fff;
  background-color: var(--main-color);
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .prodeta-form .mod_form .mod_form_item .conts button:hover {
    transform: translateX(4px);
  }
}
.prodeta-form .mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}
.prodeta-form .mod_form .mod_form_item.button .conts {
  background-color: transparent;
  text-align: left;
  border: none;
}
.prodeta-form .mod_form .mod_form_item.button {
  margin-bottom: 0;
}
.prodeta-form .mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}
.prodeta-form .mod_form .mod_form_item.proname .conts {
  display: flex;
  align-items: center;
  background-color: #fff;
}
.prodeta-form .mod_form .mod_form_item.proname .conts label {
  position: static;
  flex-shrink: 0;
  transform: none;
  padding-left: var(--form-item-padding);
  margin-bottom: 0;
  margin-right: 5px;
}
.prodeta-form .mod_form .mod_form_item.proname .conts input {
  width: 100%;
  padding-left: 5px;
}
.prodeta-form .mod_form .mod_form_item.block {
  width: 100%;
}
.prodeta-related .prodeta-tit {
  margin-bottom: 14px;
}
.prodeta-related-list {
  margin: 0 -10px;
}
.prodeta-related-item {
  padding: 0 10px;
}
.prodeta-related-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.prodeta-related .home-product-progress {
  margin-top: 26px;
  width: 100%;
}
.about-map {
  padding-bottom: 6.875rem;
}
.about-map .home-module1 {
  margin-bottom: 48px;
}
.about-map .home-module1 .mod-subtit {
  justify-content: center;
}
.about-map .home-module1 .mod-title {
  text-align: center;
}
.about-map-content {
  position: relative;
  z-index: 1;
}
.about-map-content svg {
  width: 64.964539%;
  position: absolute;
  left: 18%;
  top: 8%;
}
.contact-info-list {
  margin: 0 -15px -24px;
}
.contact-info-item {
  padding: 0 15px;
  margin-bottom: 24px;
}
.page-banner .page-title {
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
.home-about-play span {
  position: absolute;
  width: 100%;
  height: calc(100% - 2px);
  border: 1px solid #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.3);
}
.home-about-play span:nth-child(1) {
  animation: playbtn 4s linear infinite;
}
.home-about-play span:nth-child(2) {
  animation: playbtn 4s 1.33333333s linear infinite;
}
.home-about-play span:nth-child(3) {
  animation: playbtn 4s 2.66666666s linear infinite;
}
@keyframes playbtn {
  from {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(0.3);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.6);
  }
}
.about-map-number .item {
  position: absolute;
  z-index: 3;
  width: 164px;
}
.about-map-number .item .number {
  margin-bottom: 10px;
}
.about-map-number .item .number .val {
  color: #0E3CAC;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.about-map-number .item .texts p {
  color: #0E3CAC;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
}
.about-map-number .item:nth-child(1) {
  left: 9%;
  bottom: 13%;
}
.about-map-number .item:nth-child(2) {
  right: 3%;
  top: 23%;
}
.about-map-conts {
  position: relative;
}
.ct_aside1 {
  position: fixed;
  top: 70%;
  right: 0px !important;
  transform: translateY(-50%);
  z-index: 10;
  --wh: 50px;
  --fs: 28px;
}
.ct_aside1_list {
  margin-bottom: 15px;
  transition: all 0.36s;
}
.ct_aside1_item {
  margin-bottom: 10px;
  position: relative;
  transition: all 0.36s;
  cursor: pointer;
  z-index: 1;
}
.ct_aside1_item:last-child {
  margin-bottom: 0;
}
.ct_aside1_link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E0DEDD;
  font-size: var(--fs);
  transition: all 0.36s;
  border-radius: 5px;
}
.ct_aside1_link .iconfont {
  color: #222222;
}
.ct_aside1_item.active .ct_aside1_link {
  background-color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .ct_aside1_item:hover .ct_aside1_link {
    background-color: var(--main-color);
  }
  .ct_aside1_item:hover .ct_aside1_link .iconfont {
    color: #fff;
  }
}
.ct_aside1_link,
.ct_aside1_switch {
  width: var(--wh);
  height: var(--wh);
  border-radius: 5px;
}
.ct_aside1_switch {
  background-color: var(--main-color);
  position: relative;
  transition: all 0.36s;
  cursor: pointer;
  display: none;
}
.ct_aside1_switch::after,
.ct_aside1_switch::before {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: all 0.36s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ct_aside1_switch::after {
  width: 2px;
  height: 15px;
}
.ct_aside1_switch::before {
  height: 2px;
  width: 15px;
}
.ct_aside1_switch.active {
  background-color: #031417;
  transform: rotate(-90deg);
}
.ct_aside1_cont {
  position: absolute;
  right: calc(100% + 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);
  }
}
/* 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 */
/* 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: 90px !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: 50px !important;
  }
}
/* newdate-end */
.newsdeta .prodeta-inquiry {
  margin-bottom: 5.5rem;
}
/* sitemap */
.sitemap_cont {
  padding: 5.5rem 0 !important;
}
.sitemap_cont_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.sitemap_cont_item {
  width: 16.666666%;
  padding: 0 10px;
}
.sitemap_cont_link {
  display: block;
  text-align: center;
  line-height: 50px;
  background-color: var(--main-color);
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.sitemap_cont_link:hover {
  text-decoration: underline;
}
.sitemap_second_list {
  margin-top: 15px;
}
.sitemap_second_item {
  margin-bottom: 10px;
}
.sitemap_second_link {
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  transition: all 0.36s;
  display: block;
  color: #222;
  padding: 4px 0;
}
.sitemap_second_link:hover {
  color: var(--main-color);
  text-decoration: underline;
}
@media screen and (max-width: 1680px) {
  .sitemap_cont_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;
  }
}
@media screen and (max-width: 768px) {
  .sitemap_cont {
    padding: 5rem 0 !important;
  }
}
/* sitemap-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 */
}
.privacy_cont {
  padding: 5.5rem 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;
}
@media screen and (max-width: 768px) {
  .privacy_cont .title {
    margin-bottom: 2rem;
    font-size: 24px;
    font-weight: bold;
  }
}
.footer-form button {
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .footer-form button:hover {
    transform: translateX(4px);
  }
  .home-about .mod-btns:hover {
    transform: translateX(4px) !important;
  }
}
.mod-btns {
  transition: all 0.5s;
}

.prodeta-bslick{
    position: relative;
    z-index: 1;
}

.prodeta-bslick .carter_arrow{
    width: 92%;
    z-index: 5;
}

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

.prodeta-bslick .prev span,
.prodeta-bslick .next span{
    color: #fff;
    font-size: 16px;
}

.prodeta-bslick .prev{
    transform: rotate(180deg);
}

@media screen and (min-width:1200px) {
    .prodeta-bslick .prev:hover,
    .prodeta-bslick .next:hover{
        transform: scale(1.1);
    }

    .prodeta-bslick .prev:hover{
        transform:scale(1.1) rotate(180deg);
    }
}



