@charset "utf-8";
body {
  /* 填写默认字体 */
  font-family: "Montserrat", "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: 'Montserrat';
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Light'), local('Montserrat-Light'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  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: #A22099;
  --main-color2: #4BADE4;
  --flex-margin: -15px;
  --flex-padding: 15px;
  --chazhi: calc((100% - 1600px) / 2);
  --mod-padd60: 60px;
}
/* 翻译插件展位 */
.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);
  --height: 90px;
}
.header-logo {
  width: 184px;
  display: block;
  line-height: var(--height);
}
.header-logo img {
  width: 100%;
}
.hc_cont1600 {
  width: 1600px;
  margin: 0 auto;
  max-width: 100%;
}
.header-top {
  background-color: #000000;
  padding: 16px 0;
}
.header-top .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top .flex .welcome {
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  color: #FFFFFF;
}
.header-top .flex .right {
  display: flex;
}
.header-top .flex .right a {
  display: flex;
  align-items: center;
  margin-left: 6rem;
}
.header-top .flex .right a > span {
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
}
.header-top .flex .right a p {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  color: #FFFFFF;
  transition: all 0.5s;
}
.header-top .flex .right a p .active {
  color: var(--main-color2);
}
.header-top .flex .right a:first-child {
  margin-left: 0;
}
@media screen and (min-width: 1200px) {
  .header-top .flex .right a:hover span,
  .header-top .flex .right a:hover p {
    color: var(--main-color2);
  }
}
.header-language {
  display: flex;
  align-items: center;
  margin-left: 6rem;
}
.header-language .iconfont {
  font-size: 22px;
  color: #fff;
  margin-right: 4px;
}
.header-language p {
  display: flex;
  align-items: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  color: #FFFFFF;
}
.header-language p a {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  color: #FFFFFF;
  transition: all 0.5s;
  margin: 0 !important;
  display: inline-block;
  margin: 0 4px !important;
}
.header-language p a:hover {
  color: var(--main-color2);
}
.header-language p a.active {
  color: var(--main-color2);
}
.header-bottom {
  background-color: #fff;
}
.header-bottom .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  /* pc端导航代码 */
  .hd_list {
    display: flex;
  }
  .hd_item {
    margin-right: 4.4rem;
  }
  .hd_item:last-child {
    margin-right: 0;
  }
  .hd_link {
    display: flex;
    align-items: center;
    height: var(--height);
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0;
    color: #000000;
  }
  .hd_link span {
    font-size: 14px;
    color: #000000;
  }
  .hd_item:hover .hd_link {
    color: var(--main-color);
    font-weight: 600;

    /* text-shadow: 0 0 1px var(--main-color); */
  }
  .hd_item:hover .hd_link span {
    color: var(--main-color);
  }
  .hd_item.active .hd_link {
    color: var(--main-color);
    /* text-shadow: 0 0 1px var(--main-color); */

    font-weight: 600;
    }
  .hd_item.active .hd_link span {
    color: var(--main-color);
  }
}
.home_banner .swiper-container {
  width: 100%;
}
.home_banner .swiper-slide {
  overflow: hidden;
}
.home_banner .swiper-container {
  width: 100%;
}
.home_banner .swiper-slide {
  overflow: hidden;
}
.home_banner .slide-link {
  position: relative;
  display: block;
}
.home_banner .slide-link img {
  width: 100%;
}
.home_banner .slide-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home_banner .slide-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_banner .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  bottom: 24px;
  --wh: 12px;
  --interval: 12px;
}
.home_banner .swiper-pagination .swiper-pagination-bullet {
  width: var(--wh);
  height: var(--wh);
  background-color: #fff !important;
  opacity: 0.5 !important;
  margin: 0 var(--interval);
}
.home_banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.home_banner {
  position: relative;
}
.home_banner-infobox {
  width: 100%;
  left: 0;
  bottom: -100px;
  position: absolute;
}
.home_banner-info {
  padding-left: calc((100% - 1600px) / 2);
  padding-top: 67px;
  padding-bottom: 67px;
  padding-right: 7.70833333%;
  background-color: #000000;
  border-radius: 0 30px 30px 0;
  width: 91.666666%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 4;
}
.home_banner-info .left {
  width: 68.620689%;
}
.home_banner-info .left img {
  width: 130px;
  margin-bottom: 17px;
}
.home_banner-info .left p {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
  color: #FFFFFF;
}
.home_banner-info > span {
  display: block;
  width: 1px;
  height: 144px;
  background: rgba(216, 216, 216, 0.3);
}
.home_banner-link {
  width: 220px;
  height: 60px;
  border: 1px solid #A22099;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #FFFFFF;
}
.home_banner-link:hover {
  color: #fff;
  background-color: var(--main-color);
}
.home_banner-link {
  margin-bottom: 24px;
}
.home_banner-link:last-child {
  margin-bottom: 0;
}
.home-main {
  background: linear-gradient(to bottom, #454342 0%, #000000 100%);
  position: relative;
  margin-bottom: 0px;
}
.home-main::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: calc((100% - 1600px) / 2);
  height: 100%;
  background: linear-gradient(to bottom, #454342 0%, #000000 100%);
}
.home-product {
  padding-top: 29rem;
}
.home-product-hd {
  display: flex;
  justify-content: space-between;
}
.home-product-hd .text {
  width: 900px;
  padding-top: 5px;
}
.home-product-hd .text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #FFFFFF;
}
.home-product-nav {
  display: flex;
  flex-wrap: wrap;
  --y-margin1: -40px;
  --y-margin2: 40px;
  margin: 7rem -13px var(--y-margin1);
}
.home-product-bd {
  margin-top: 11rem;
}
.home-product-navitem {
  width: 25%;
  padding: 0 13px;
  margin-bottom: var(--y-margin2);
}
.home-product-navitem .contents {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 15px;
  cursor: pointer;
  height: 100%;
}
.home-product-navitem .contents::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: 0.6;
  transition: all 0.5s;
  top: 100%;
  left: 0;
}
.home-product-navitem .contents::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  background-color: var(--main-color2);
  transition: all 0.5s;
  opacity: 1;
  z-index: 2;
}
.home-product-navitem .contents span {
  color: #fff;
  font-size: 22px;
  margin-right: 13px;
  opacity: 0.6;
}
.home-product-navitem .contents p {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  color: #FFFFFF;
  opacity: 0.6;
}
@media screen and (min-width: 1200px) {
  .home-product-navitem .contents:hover::before {
    width: 100%;
  }
  .home-product-navitem .contents:hover::after {
    opacity: 0;
  }
  .home-product-navitem .contents:hover span {
    color: var(--main-color2);
    font-size: 22px;
    margin-right: 13px;
    opacity: 1;
  }
  .home-product-navitem .contents:hover p {
    color: var(--main-color2);
    opacity: 1;
  }
}
.home-product-navitem.active .contents::before {
  width: 100%;
}
.home-product-navitem.active .contents::after {
  opacity: 0;
}
.home-product-navitem.active .contents span {
  color: var(--main-color2);
  font-size: 22px;
  margin-right: 13px;
  opacity: 1;
}
.home-product-navitem.active .contents p {
  color: var(--main-color2);
  opacity: 1;
}
.home-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}
.home-product-list li {
  width: 25%;
  padding: 0 11px;
  margin-bottom: 24px;
}
.home-product-list .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.home-product-list .content .img_box {
  padding-top: 71.052631%;
  flex-shrink: 0;
}
.home-product-list .content .img_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, #000000 100%);
  z-index: 2;
  left: 0;
  top: 0;
  transition: all 0.5s;
}
.home-product-list .content .bottoms {
  padding: 25px 40px 46px;
  background-color: #000000;
  position: relative;
  flex-grow: 1;
}
.home-product-list .content .bottoms::after {
  content: "";
  position: absolute;
  width: 55.5263157%;
  height: 6px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: var(--main-color);
  transition: all 0.5s;
}
.home-product-list .content .bottoms .tit {
  font-size: 32px;
  font-weight: normal;
  line-height: normal;
  color: #FFFFFF;
  margin-bottom: 11px;
  transition: all 0.5s;
  transform: translateY(35px);
}
.home-product-list .content .bottoms .text {
  margin-bottom: 32px;
  transition: all 0.5s;
  transform: translateY(40px);
  opacity: 0;
}
.home-product-list .content .bottoms .text p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-product-list .content .bottoms .more {
  display: flex;
  align-items: center;
  transition: all 0.5s;
  transform: translateY(45px);
  opacity: 0;
}
.home-product-list .content .bottoms .more p {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: var(--main-color);
  margin-right: 10px;
}
.home-product-list .content .bottoms .more span {
  color: var(--main-color);
  font-size: 27px;
}
.home-product-list .content:hover .img_box img {
  transform: scale(1.06);
}
.home-product-list .content:hover .img_box::after {
  bottom: initial;
  opacity: 0;
}
.home-product-list .content:hover .bottoms::after {
  width: 100%;
  background-color: var(--main-color2);
}
.home-product-list .content:hover .bottoms .tit {
  transform: translateY(0);
  font-weight: 600;
}
.home-product-list .content:hover .bottoms .text {
  transform: translateY(0px);
  opacity: 1;
}
.home-product-list .content:hover .bottoms .more {
  transform: translateY(0);
  opacity: 1;
}
.home-product-item:not(:first-child) {
  display: none;
}
.home-solution {
  margin-top: 18rem;
  padding-bottom: 13rem;
  position: relative;
}
.home-solution .home-mod-hd {
  margin-bottom: 47px;
}
.home-mod-hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-mod-hd .arrow {
  display: flex;
}
.home-mod-hd .mod-prev {
  margin-right: 24px;
}
.home-solution-item:not(:first-child) {
  display: none;
}
.home-solution-item .img_box {
  padding-top: 44.444444%;
}
.home-solution-item .img_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 2;
  transition: all 0.5s;
}
.home-solution-list {
  width: 1320px;
}
.home-solution-list .slick-list {
  overflow: initial;
}
.home-solution {
  overflow: hidden;
}
.slick-current .home-solution-item .img_box::after {
  opacity: 0;
}
.home-solution-number {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  font-size: 24px;
  font-weight: 300;
  color: #FFFFFF;
  margin-top: 59px;
}
.home-solution-number .current {
  font-size: 88px;
  font-weight: bold;
  line-height: normal;
  color: #4BADE4;
  line-height: 68px;
  margin-right: 20px;
}
.home-solution-number .total {
  margin-left: 8px;
}
.home-solution-info {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 13rem;
  background-color: #fff;
  border-radius: 0 30px 30px 0;
  padding: 62px 0 52px;
  padding-left: calc((100% - 1600px) / 2);
  z-index: 3;
  width: 64.322916%;
}
.home-solution-info::after {
  content: "";
  position: absolute;
  width: calc((100vw - 1600px - 17px) / 2);
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
}
.home-solution-infoslick {
  width: 67.99628942%;
}
.home-solution-infolist {
  margin: 0 -44px;
}
.home-solution-infolist .slick-list {
  overflow: initial;
}
.home-solution-infoitem {
  padding: 0 44px;
  position: relative;
}
.home-solution-infoitem::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 190px;
  background-color: #D8D8D8;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home-solution-infocont {
  position: relative;
}
.home-solution-infocont .tits {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  color: #000000;
  margin-bottom: 17px;
  opacity: 0.3;
  transition: all 0.5s;
}
.home-solution-infocont .texts {
  margin-bottom: 38px;
}
.home-solution-infocont .texts p {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  opacity: 0.3;
  transition: all 0.5s;
}
.home-solution-infocont .mores {
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.5s;
}
.home-solution-infocont .mores p {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #A22099;
  margin-right: 10px;
}
.home-solution-infocont .mores span {
  color: var(--main-color);
  font-size: 26px;
}
.slick-current .home-solution-infocont .tits {
  opacity: 1;
}
.slick-current .home-solution-infocont .texts p {
  opacity: 1;
}
.slick-current .home-solution-infocont .mores {
  opacity: 1;
}
.home-number {
  padding-top: 8.85416667%;
  padding-bottom: 20.83333333%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.home-about {
  padding-left: var(--chazhi);
  margin-top: -11.45833333%;
  position: relative;
  z-index: 2;
}
.home-about-content {
  background-color: #000000;
  padding-left: 7.38636364%;
  padding-top: 11rem;
  padding-bottom: 10rem;
  border-radius: 30px 0 0 30px;
}
.home-about-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.3);
  padding-right: 10%;
}
.home-about-top .infos {
  width: 50.98280098%;
}
.home-about-top .infos .texts {
  margin-bottom: 33px;
}
.home-about-top .infos .texts p {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #FFFFFF;
}
.home-about-top .infos .mores {
  min-width: 258px;
  height: 62px;
  border: 1px solid var(--main-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}
.carter-hover {
  position: relative;
  z-index: 1;
}
.carter-hover::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  transition: all 0.5s;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: #A22099;
}
@media screen and (min-width: 1200px) {
  .carter-hover:hover::after {
    width: 100%;
    right: initial;
    left: 0;
  }
}
.home-about-swiper {
  width: 100%;
}
.swiper-slide {
  width: 1160px;
}
.home-about-items {
  width: 1055px;
  display: flex;
  overflow: hidden;
}

.home-about-items a{
    color: var(--main-color);
}

.home-about-items .lefts {
  width: 343px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: all 0.8s;
}
.home-about-items .lefts::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  transition: all 0.8s;
  background-color: #000;
  z-index: 2;
}
.home-about-items .lefts .img_box {
  padding-top: 62.09912536%;
}
.home-about-items .lefts::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 100%;
  left: 100%;
  top: 0;
  background-color: var(--main-color);
  transition: all 0.8s;
  z-index: 3;
  transform: translateX(-343px);
}
.home-about-items .rights {
  transform: translateX(-343px);
  width: calc(100% - 343px);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  transition: all 0.8s;
}
.home-about-items .rights .numbers {
  flex-shrink: 0;
  margin-right: 60px;
  font-family: Montserrat;
  font-size: 88px;
  font-weight: bold;
  line-height: normal;
  color: #FFFFFF;
}
.home-about-items .rights .conts {
  width: 555px;
}
.home-about-items .rights .conts .tits {
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  color: #FFFFFF;
  margin-bottom: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home-about-items .rights .conts .texts {
  margin-bottom: 30px;
}
.home-about-items .rights .conts .texts p {
  font-size: 18px;
  font-weight: lighter;
  line-height: 24px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.home-about-items .rights .conts .mores {
  display: flex;
  align-items: center;
}
.home-about-items .rights .conts .mores p {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: var(--main-color);
  margin-right: 10px;
}
.home-about-items .rights .conts .mores span {
  color: var(--main-color);
  font-size: 27px;
}
.home-about-slick {
  padding-top: 8rem;
}
.home-about-swiper .swiper-pagination {
  position: static;
  text-align: left;
  margin-top: 7rem;
}
.home-about-swiper .swiper-pagination-bullet-active.swiper-pagination-bullet {
  border: 1px solid var(--main-color2);
  background-color: var(--main-color);
}
.home-about-swiper .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  transition: all 0.5s;
  border: 1px solid transparent;
  padding: 6px;
  background-color: #4C4C4C;
  background-clip: content-box;
  opacity: 1;
  margin-right: 11px;
}
.home-about-swiper .swiper-slide.swiper-slide-active .home-about-items .lefts::before,
.home-about-swiper .swiper-slide.swiper-slide-duplicate-active:not(.swiper-slide-duplicate ) .home-about-items .lefts::before {
  width: 0;
}
.home-about-swiper .swiper-slide.swiper-slide-active .home-about-items .lefts::after,
.home-about-swiper .swiper-slide.swiper-slide-duplicate-active:not(.swiper-slide-duplicate ) .home-about-items .lefts::after {
  transform: translateX(0);
}
.home-about-swiper .swiper-slide.swiper-slide-active .home-about-items .rights,
.home-about-swiper .swiper-slide.swiper-slide-duplicate-active:not(.swiper-slide-duplicate ) .home-about-items .rights {
  transform: translateX(0);
}
.home-about-swiper .swiper-slide.swiper-slide-duplicate.swiper-slide-duplicate-active .home-about-items .lefts::before,
.home-about-swiper .swiper-slide.swiper-slide-next .home-about-items .lefts::before,
.home-about-swiper .swiper-slide.swiper-slide-prev .home-about-items .lefts::before {
  width: 100%;
}
.home-about-swiper .swiper-slide.swiper-slide-duplicate.swiper-slide-duplicate-active .home-about-items .lefts::after,
.home-about-swiper .swiper-slide.swiper-slide-next .home-about-items .lefts::after,
.home-about-swiper .swiper-slide.swiper-slide-prev .home-about-items .lefts::after {
  transform: translateX(-343px);
}
.home-about-swiper .swiper-slide.swiper-slide-duplicate.swiper-slide-duplicate-active .home-about-items .rights,
.home-about-swiper .swiper-slide.swiper-slide-next .home-about-items .rights,
.home-about-swiper .swiper-slide.swiper-slide-prev .home-about-items .rights {
  transform: translateX(-343px);
}
.home-news {
  padding: 17rem 0 12rem;
  overflow: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.home-news .home-mod-hd {
  margin-bottom: 8rem;
}
.home-news .home-mod-hd .title {
  color: #000000;
}
.home-news-list {
  margin: 0 -13px;
}
.home-news-list .slick-list {
  overflow: initial;
}
.home-news-item {
  padding: 0 13px;
}
.home-news-content {
  display: block;
}
.home-news-content .img_box {
  padding-top: 61.04651162%;
}
.home-news-content .img_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 57%, #FFFFFF 100%);
  z-index: 2;
  opacity: 1;
  transition: all 0.5s;
}
.home-news-content .img_box .mod-time {
  position: absolute;
  left: 40px;
  top: 38px;
}
.home-news-content .bottoms {
  background-color: #fff;
  padding: 48px 40px 76px;
  position: relative;
}
.home-news-content .bottoms::after {
  content: "";
  position: absolute;
  width: 40.8914728%;
  height: 6px;
  background-color: var(--main-color);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.home-news-content .bottoms .tits {
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  color: #000000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 18px;
}
.home-news-content .bottoms .texts {
  min-height: 72px;
}
.home-news-content .bottoms .texts p {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.mod-time .days,
.mod-time .month {
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  color: #FFFFFF;
}
.mod-time img {
  width: 23px;
  position: static;
  margin-left: 24px;
  margin-top: -13px;
}
.mod-time .month {
  margin-left: 42px;
  margin-top: -8px;
}
.home-news-content:hover .img_box img {
  transform: scale(1.04);
}
.home-news-content:hover .bottoms::after {
  width: 100%;
  background-color: var(--main-color2);
}
main {
  background-color: #F9F8F7;
}
.slick-track {
  margin-left: initial;
  margin-right: initial;
}
.home-flogo-list {
  margin: 0 -10px;
}
.home-flogo-list:not(:last-child) {
  margin-bottom: 28px;
}
.home-flogo-item {
  padding: 0 10px;
}
.home-flogo {
  overflow: hidden;
}

.home-flogo-cont .img_box {
  padding-top: 36.36363636%;
}

/* .home-flogo-cont .img_box {
    padding-top: 50%;
  } */

.home-flogo-cont{
    filter: grayscale(100%);
}

.home-flogo-cont:hover{
    filter: grayscale(0%);
}

.home-network {
  padding-top: 20rem;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: -11rem;
  overflow: hidden;
}
.home-network > img {
  position: absolute;
  width: 1890px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home-network .left {
  padding-top: 8rem;
  padding-right: 7rem;
  background-color: #000;
  width: 47.1875%;
  border-radius: 0 30px 30px 0;
}
.home-network .left .imgs {
  width: 720px;
  margin-top: -10%;
}
.home-network .right {
  width: calc(100% - 47.1875%);
  padding-right: var(--chazhi);
  padding-left: 5.20833333%;
  padding-bottom: 6.5rem;
}
.home-network .right .title {
  color: #000;
  margin-bottom: 36px;
}
.home-network .right .text {
  margin-bottom: 10rem;
}
.home-network .right .text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
}
.home-network .right .nowtit {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  color: #000000;
  margin-bottom: 36px;
}
.home-network .right form {
  display: flex;
}
.home-network .right form input {
  width: calc(100% - 198px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
  font-size: 16px;
  transition: all 0.5s;
  padding: 0 28px;
}
.home-network .right form input:focus {
  border-color: var(--main-color2);
}
.home-network .right form input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #666;
}
.home-network .right form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
}
.home-network .right form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
}
.home-network .right form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
}
.home-network .right form button {
  height: 60px;
  width: 198px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
}
.home-network .right form button:hover {
  background-color: var(--main-color2);
}
.home-network-cont {
  width: 380px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.home-network-cont .number {
  font-size: 72px;
  font-weight: 600;
  line-height: normal;
  color: #FFFFFF;
}
.home-network-cont .texts p {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #FFFFFF;
}
.path1 {
  stroke-dashoffset: 30.83227539;
  stroke-dasharray: 30.83227539;
}
.footer {
  padding-top: 15rem;
  padding-bottom: 8rem;
}
.footer .flex {
  display: flex;
  justify-content: space-between;
}
.footer .flex .left {
  width: 37.5531914%;
  align-self: flex-end;
  padding-top: 10rem;
}
.footer .flex .right {
  width: 46.12765957%;
  align-self: flex-end;
}
.footer .flex > span {
  position: relative;
}
.footer .flex > span::after {
  content: "";
  position: absolute;
  height: calc(100% - 8rem);
  width: 1px;
  background: rgba(216, 216, 216, 0.2);
  display: inline-block;
  left: 0;
  bottom: 0;
}
.footer-logo {
  width: 585px;
  display: block;
  margin-bottom: 9.5rem;
}
.footer-logo img {
  width: 100%;
}
.footer {
  background: linear-gradient(180deg, #454342 0%, #000000 100%);
}
.footer-contect {
  margin-bottom: 36px;
}
.footer-contect .keys {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.65;
  color: #FFFFFF;
  margin-bottom: 18px;
}
.footer-contect .vals p,
.footer-contect .vals a {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .footer-contect .vals a:hover {
    color: var(--main-color);
  }
}
.footer-contect-list {
  margin-bottom: 45px;
}
.footer-contect:last-child {
  margin-bottom: 0;
}
.footer-share {
  display: flex;
  margin-bottom: 60px;
}
.footer-share-item {
  margin-right: 26px;
}
.footer-share-item a span {
  font-size: 24px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .footer-share-item a:hover span {
    color: var(--main-color);
  }
}
.footer-info p,
.footer-info a {
  font-weight: normal;
  line-height: 2.4;
  color: rgba(255, 255, 255, 0.5);
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
}
.footer-info .other {
  display: flex;
  flex-wrap: wrap;
}
.footer-info .other > div {
  display: flex;
}
.footer-info .other a {
  margin-right: 20px;
}
@media screen and (min-width: 1200px) {
  .footer-info .other a:hover {
    color: var(--main-color);
  }
}
.footer-item {
  margin-bottom: 45px;
}
.footer-item:last-child {
  margin-bottom: 0;
}
.footer-item-tit {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  color: #FFFFFF;
  margin-bottom: 17px;
}
.footer-item-content {
  display: flex;
}
.footer-item-content li {
  margin-right: 20px;
}
.footer-item-content li a {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  color: #FFFFFF;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .footer-item-content li a:hover {
    color: var(--main-color);
  }
}
.footer-item-content li:last-child {
  margin-right: 0;
}
.c_pcbtn {
  display: none;
}
/* 数字 */
.mod-number {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 var(--flex-margin) -110px;
}
.mod-number-item {
  padding: 0 var(--flex-padding);
  margin-bottom: 100px;
}
.mod-number-content {
  margin-bottom: 2px;
  display: flex;
  align-items: flex-start;
}
.mod-number-content .mod-number-val {
  font-size: 72px;
  font-weight: 600;
  line-height: normal;
  color: #FFFFFF;
}
.mod-number-content .mod-number-unit {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #FFFFFF;
  padding-top: 16px;
  margin-left: 15px;
}
.mod-number-text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333333;
  color: #FFFFFF;
}
.mod-prev,
.mod-next {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--main-color);
  transition: all 0.5s;
  cursor: pointer;
  pointer-events: all ;
}
.mod-prev span,
.mod-next span {
  color: var(--main-color);
  font-size: 34px;
}
.mod-prev span {
  transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .mod-prev:hover,
  .mod-next:hover {
    background-color: var(--main-color);
  }
  .mod-prev:hover span,
  .mod-next:hover span {
    color: #fff;
  }
}
main:not(.home) {
  background-color: #F9F8F7;
}
/* bread */
.bread {
  width: 100%;
  --text-color: #000000;
  --text-interval: 4px;
  --text-fontsize: 16px;
  --icon-fontsize: 18px;
  --hover-color: #4BADE4;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.mod_bread {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mod_bread_item {
  display: flex;
  align-items: center;
}
.mod_bread_link {
  display: flex;
  align-items: center;
}
.mod_bread_link span {
  color: var(--text-color);
}
.mod_bread_link .text {
  color: var(--text-color);
  font-size: var(--text-fontsize);
  transition: all 0.36s;
}
.mod_bread_item .iconfont {
  font-size: 20px;
  margin-right: 8px;
  color: #000;
  transform: translateY(-1px);
}
.mod_bread_item > span {
  margin: 0 var(--text-interval);
  display: inline-block;
  font-size: var(--text-fontsize);
  color: var(--text-color);
}
.mod_bread_item:last-child > span {
  display: none;
}
.mod_bread_link:hover .text {
  color: var(--hover-color) !important;
}
.mod_bread_link:hover span {
  color: var(--hover-color) !important;
}
/* bread-end */
.about-info {
  margin-bottom: -7.55208333%;
  position: relative;
  z-index: 2;
}
.mod-content1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 11rem;
}
.mod-content1 .title {
  margin-right: 40px;
  flex-shrink: 0;
  color: #000000;
}
.mod-content1 .mod-content1-text {
  width: 60.5625%;
}
.mod-content1 .mod-content1-text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
}
.about-info-list {
  margin: 0 -13px;
}
.about-info-item {
  padding: 0 13px;
}
.about-info-conts {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #fff;
  padding: 9rem 5rem 14rem;
  position: relative;
}
.about-info-conts::after {
  content: "";
  position: absolute;
  width: 55.12572534%;
  height: 6px;
  background-color: var(--main-color);
  transition: all 0.5s;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.about-info-conts .imgs {
  width: 145px;
  margin-bottom: 40px;
}
.about-info-conts .tits {
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  color: #000000;
  margin-bottom: 26px;
}
.about-info-conts .texts p {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  color: #666666;
}
@media screen and (min-width: 1200px) {
  .about-info-conts:hover .imgs {
    animation: carter_swing2 0.5s;
  }
  .about-info-conts:hover::after {
    background-color: var(--main-color2);
    width: 100%;
  }
}
.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);
  }
}
.about-media-number {
  padding-top: 28rem;
  padding-bottom: 16.8rem;
  position: relative;
  z-index: 1;
  position: sticky;
  left: 0;
  top: 90px;
}
.about-media-number > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.about-info-item:not(:first-child) {
  display: none;
}
.about-media-video {
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.about-media-video .img_box {
  padding-top: 47.70833333%;
}
@media screen and (min-width: 1200px) {
  .about-media-btns:hover {
    transform: translate(-50%, -50%) scale(1.08);
  }
}
.about-media-btns {
  width: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.5s;
}
.about-media {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.about-history {
  padding-left: var(--chazhi);
}
.about-honor {
  padding-bottom: 14rem;
  padding-top: 15rem;
}
.about-honor .home-mod-hd {
  margin-bottom: 5rem;
}
.about-honor .home-mod-hd .title {
  color: #000000 !important;
}
.about-honor-list {
  margin: 0 -30px;
}
.about-honor-item {
  padding: 0 30px;
}
.about-honor-item:not(:first-child) {
  display: none;
}
.about-honor-cont {
  cursor: pointer;
}
.about-honor-cont .img_box {
  padding-top: 147.4074%;
  margin-bottom: 24px;
}
.about-honor-cont .tits {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #000000;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .about-honor-cont:hover .tits {
    color: var(--main-color);
  }
}
.mod-mod-content2 .title {
  color: #000000;
  margin-bottom: 28px;
  text-align: center;
  text-transform: uppercase;
}
.mod-mod-content2 .text {
  width: 970px;
  margin: 0 auto;
}
.mod-mod-content2 .text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
.oem-content .mod-mod-content2 {
  margin-bottom: 13rem;
}
.oem-content-list {
  --padd-modx: 4.89583333%;
  --padd-mody: 60px;
}
.oem-content-cont {
  display: flex;
  justify-content: space-between;
}
.oem-content-cont .left {
  width: 50%;
  padding-top: var(--padd-mody);
  padding-bottom: var(--padd-mody);
}
.oem-content-cont .left .tit {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  color: #000000;
  margin-bottom: 4rem;
}
.oem-content-cont .left .text p {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  color: #666666;
}
.oem-content-cont .right {
  width: 50%;
  position: relative;
}
.oem-content-cont .right > img {
  position: absolute;
  width: 90px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.oem-content-cont .right .img_box {
  cursor: pointer;
  height: 100%;
  padding-top: 58.1632653%;
}
.oem-content-cont .right .img_box img {
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .oem-content-cont .right .img_box:hover img {
    transform: scale(1.04);
  }
}
.oem-content-item:nth-child(3n+1) {
  margin-bottom: -80px;
  position: relative;
  z-index: 2;
}
.oem-content-item:nth-child(3n+2) {
  background: linear-gradient(180deg, #454342 0%, #000000 100%);
  padding: 22rem 0;
}
.oem-content-item:nth-child(3n+2) .oem-content-cont {
  align-items: center;
}
.oem-content-item:nth-child(3n+2) .oem-content-cont .left .tit {
  color: #fff;
}
.oem-content-item:nth-child(3n+2) .oem-content-cont .left .text {
  opacity: 0.6;
}
.oem-content-item:nth-child(3n+2) .oem-content-cont .left .text p {
  color: #fff;
}
.oem-content-item:nth-child(3n+3) {
  margin-top: -80px;
  position: relative;
  z-index: 2;
  margin-bottom: 13rem;
}
.oem-content-item:nth-child(3n+3) .oem-content-cont .left {
  align-self: flex-end;
}
.oem-content-item:nth-child(odd) .oem-content-cont .left {
  padding-left: var(--chazhi);
  padding-right: var(--padd-modx);
}
.oem-content-item:nth-child(odd) .oem-content-cont .right .img_box {
  border-radius: 30px 0 0 30px;
}
.oem-content-item:nth-child(even) .oem-content-cont {
  flex-direction: row-reverse;
}
.oem-content-item:nth-child(even) .oem-content-cont .left {
  padding-right: var(--chazhi);
  padding-left: var(--padd-modx);
}
.oem-content-item:nth-child(even) .oem-content-cont .right .img_box {
  border-radius: 0 30px 30px 0;
}
#certify {
  position: relative;
  width: 1400px;
  margin: 0 auto;
}
#certify .swiper-slide {
  width: 594px;
  background: #fff;
}
.oem-review-conts {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding: 45px 50px;
  z-index: 1;
}
.oem-review-conts > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.oem-review-conts .texts {
  margin-bottom: 5rem;
}
.oem-review-conts .texts p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
}
.oem-review-conts .time {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
  margin-bottom: 34px;
  text-align: right;
}
.oem-review-conts .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.oem-review-conts .bottom img {
  flex-shrink: 0;
  margin-right: 20px;
  width: 128px;
}
.oem-review-conts .bottom p {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #3D3D3D;
}
.oem-review {
  padding-bottom: 15rem;
  padding-top: 14rem;
}
.oem-review .hc_cont1600 {
  position: relative;
}
.oem-review-arrow {
  position: absolute;
  pointer-events: none;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.oem-review-arrow .flex {
  display: flex;
  justify-content: space-between;
}
.oem-review-arrow .mod-prev,
.oem-review-arrow .mod-next {
  pointer-events: all;
}
.oem-review .mod-mod-content2 {
  margin-bottom: 8rem;
}
.oem-review-swipers {
  position: relative;
}
.oem-content-item:last-child {
  margin-bottom: 0;
}
.service-info .service-info-header {
  margin-bottom: 11rem;
}
.service-info-body {
  position: relative;
  z-index: 1;
  padding: 14rem 0;
  min-height: 796px;
}
.service-info-body::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(247deg, #000000 46%, rgba(0, 0, 0, 0) 180%);
}
.service-info-body > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -2;
}
.service-info-body .flex {
  display: flex;
  justify-content: space-between;
}
.service-info-body .flex .left .title {
  margin-bottom: 13rem;
}
.service-info-body .flex .left .group {
  display: flex;
  flex-direction: column;
}
.service-info-body .flex .left .group .service-info-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  min-width: 220px;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #FFFFFF;
  border: 1px solid var(--main-color);
  margin-bottom: 24px;
}
.service-info-body .flex .right {
  width: 64.1875%;
}
.service-info-item {
  border-bottom: 1px solid rgba(216, 216, 216, 0.3);
  cursor: pointer;
}
.service-info-item:first-child {
  border-top: 1px solid rgba(216, 216, 216, 0.3);
}
.service-info-headers {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
}
.service-info-headers .lefts {
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.service-info-headers .lefts .iconfont {
  font-size: 20px;
  color: #fff;
  margin-right: 26px;
}
.service-info-headers .lefts p {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #FFFFFF;
  line-height: 1.4;
}
.service-info-headers > span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid var(--main-color);
  position: relative;
}
.service-info-headers > span::after,
.service-info-headers > span::before {
  content: "";
  position: absolute;
  transition: all 0.5s;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.service-info-headers > span::after {
  width: 10px;
  height: 2px;
}
.service-info-headers > span::before {
  width: 2px;
  height: 10px;
}
.service-info-bodys {
  padding-top: 0;
  padding-left: 46px;
  padding-bottom: 28px;
  cursor: auto;
  display: none;
}
.service-info-bodys p {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
}

.service-info-bodys *{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.6);
}

.service-info-item:first-child .service-info-bodys {
  display: block;
}
.service-info-item.active .service-info-headers > span::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.service-download {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.service-download .title {
  text-align: center;
  color: #000000;
  margin-bottom: 7.5rem;
}
.service-download-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}
.service-download-list li {
  width: 25%;
  padding: 0 11px;
  margin-bottom: 28px;
}
.service-download-cont {
  display: block;
}
.service-download-cont .img_box {
  padding-top: 70.833333%;
}
.service-download-cont .bottoms {
  padding: 25px 40px 50px;
  background-color: #000000;
  position: relative;
}
.service-download-cont .bottoms::after {
  content: "";
  position: absolute;
  width: 55.235602%;
  height: 6px;
  background-color: var(--main-color);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.service-download-cont .bottoms .tits {
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  color: #FFFFFF;
  margin-bottom: 11px;
}
.service-download-cont .bottoms .texts {
  margin-bottom: 25px;
}
.service-download-cont .bottoms .texts p {
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.service-download-cont .bottoms .mores {
  display: flex;
  align-items: flex-end;
}
.service-download-cont .bottoms .mores p {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: var(--main-color);
  margin-right: 10px;
}
.service-download-cont .bottoms .mores span {
  font-size: 26px;
  color: var(--main-color);
}
.service-download-cont:hover .img_box img {
  transform: scale(1.06);
}
.service-download-cont:hover .bottoms::after {
  width: 100%;
  background-color: var(--main-color2);
}
.contact-info {
  padding-bottom: 15rem;
  overflow: hidden;
  padding-top: 2rem;
}
.contact-info .mod-mod-content2 {
  margin-bottom: 11.7rem;
}
.contact-info .flex {
  display: flex;
  justify-content: space-between;
}
.contact-info .flex .left {
  width: 40%;
}
.contact-info .flex .right {
  width: 54.375%;
}
.contact-info-list {
  margin-bottom: 6rem;
}
.contact-info-list .item:not(:last-child) {
  margin-bottom: 40px;
}
.contact-info-list .item .key {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #666666;
  margin-bottom: 20px;
}
.contact-info-list .item .val a {
  font-size: 26px;
  font-weight: normal;
  line-height: normal;
  color: #666666;
  font-weight: 600;
  display: inline-block;
}
.contact-info-list .item .val p {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: #000000;
}
.contact-info-list .item .val a:hover {
  color: var(--main-color);
}
.contact-share {
  display: flex;
}
.contact-share li {
  margin-right: 24px;
}
.contact-share li a span {
  font-size: 28px;
  color: #000000;
}
.contact-share li a:hover span {
  color: var(--main-color);
}
.contact-info .mod_form {
  --form-margin: -17px;
  --form-padding: 17px;
  --form-item-botton: 32px;
  --form-item-br: 12px;
  --form-item-width: 50%;
  --form-item-bg: transparent;
  --form-item-height: 60px;
  --form-item-padding: 28px;
  --form-label-size: 16px;
  --form-color: #000;
  --form-textarea-height: 160px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--form-margin);
}
.contact-info .mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.contact-info .mod_form .mod_form_item .conts {
  position: relative;
  background-color: var(--form-item-bg);
  border: 1px solid #AFAEAD;
}
.contact-info .mod_form .mod_form_item .conts label {
  position: absolute;
  left: calc(var(--form-item-padding) - 6px);
  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);
  background-color: #F9F8F7;
  padding: 0 6px;
}
.contact-info .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-info .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-info .mod_form .mod_form_item .conts button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 198px;
  height: 60px;
  padding: 0 18px;
  color: #fff;
  background-color: var(--main-color);
  transition: all 0.5s;
}
.contact-info .mod_form .mod_form_item .conts button span {
  margin-left: 15px;
  font-size: 16px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .contact-info .mod_form .mod_form_item .conts button:hover {
    background-color: var(--main-color2);
  }
}
.contact-info .mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}
.contact-info .mod_form .mod_form_item.button .conts {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.contact-info .mod_form .mod_form_item.button .conts p {
  padding: 0 var(--form-item-padding);
}
.contact-info .mod_form .mod_form_item.button {
  margin-bottom: 0;
}
.contact-info .mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}
.contact-info .mod_form .mod_form_item.proname .conts {
  display: flex;
  align-items: center;
  background-color: #F4F4F4;
}
.contact-info .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-info .mod_form .mod_form_item.proname .conts input {
  width: 100%;
  padding-left: 5px;
}
.contact-info .mod_form .mod_form_item.block {
  width: 100%;
}
.contact-network {
  width: calc(100% - (100% - 1600px) / 2);
  padding-left: var(--chazhi);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000000;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}
.contact-network .left {
  padding: 8rem 0;
  margin-right: 20px;
  position: relative;
}
.contact-network .left > img {
  width: 1156px;
  max-width: initial;
  position: absolute;
  width: 1136px;
  left: 0;
  bottom: calc(8rem + 13rem);
}
.contact-network .left .title {
  margin-bottom: 36px;
}
.contact-network .left .text {
  margin-bottom: 25rem;
}
.contact-network .left .text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #FFFFFF;
}
.contact-network .left .number,
.contact-network .left .number span {
  font-size: 72px;
  font-weight: 600;
  line-height: normal;
  color: #FFFFFF;
}
.contact-network .left .text2 p {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #FFFFFF;
}
.contact-network .right {
  width: 57.125%;
  flex-shrink: 0;
  align-self: flex-end;
  position: relative;
  z-index: 2;
}
.contact-network .right img {
  width: 100%;
}
.contact-logo {
  padding: 14rem 0 12rem;
}
.contact-logo .title {
  text-align: center;
  margin-bottom: 6rem;
  color: #000000;
  text-transform: uppercase;
}
.contact-logo {
  overflow: hidden;
}
.product-content-header {
  margin-bottom: 12.3rem;
}
.product-body {
  background: linear-gradient(180deg, #454342 64%, #000000 100%);
  padding: 16.5rem 0 15rem;
}
.product-body .flex {
  display: flex;
  justify-content: space-between;
}
.product-body .flex .left {
  width: 346px;
  flex-shrink: 0;
  margin-right: 54px;
}
.product-body .flex .right {
  width: 100%;
}
.product-nav-cont {
  cursor: pointer;
  padding: 14px 0;
  border-bottom: 1px solid rgba(216, 216, 216, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-nav-cont span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid var(--main-color);
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.product-nav-cont span::after,
.product-nav-cont span::before {
  content: "";
  position: absolute;
  transition: all 0.5s;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.product-nav-cont span::after {
  width: 10px;
  height: 2px;
}
.product-nav-cont span::before {
  width: 2px;
  height: 10px;
}
.product-nav-link {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  color: #FFFFFF;
  margin-right: 4rem;
  display: inline-block;
}

.product-second-link{
  display: block;
  padding: 23px 0;
  border-bottom: 1px rgba(216, 216, 216, 0.3) solid;
  position: relative;
}

.product-second-link span{
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid var(--main-color);
    border-radius: 50%; 
    position: absolute;
    flex-shrink: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%); 
    cursor: pointer;
}

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

.product-second-link span::before {
    width: 2px;
    height: 10px;
}

.product-second-link span::after {
    width: 10px;
    height: 2px;
}

.product-second-item.active .product-second-link span::before{
    transform: translate(-50%, -50%) rotate(-90deg);
}

.product-second-item:not(.child) .product-second-link span{
    display: none;
}

.product-second-link a{
    /* display: block;
    padding: 23px 0;
    border-bottom: 1px rgba(216, 216, 216, 0.3) solid;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    color: #FFFFFF;
    position: relative; */
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    color: #FFFFFF;
    width: 80%;
    display: block;
}

.product-second-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #00A0E9;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  opacity: 0;
}

.product-three{
    display: none;
}



/* .product-second-item:last-child .product-second-link {
  border: none !important;
} */
.product-second-item:last-child .product-second-link::after {
  display: none;
}
@media screen and (min-width: 1200px) {
  .product-second-link:hover {
    color: var(--main-color2);
  }
  .product-second-link:hover::after {
    opacity: 1;
  }
}
.product-second-item.active .product-second-link {
  color: var(--main-color2);
}
.product-second-item.active .product-second-link::after {
  opacity: 1;
}
.product-second {
  display: none;
}
.product-nav-item.current .product-second {
  display: block;
}
.product-nav-item.active .product-nav-cont span::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.product-link .mores {
  align-items: center !important;
  transition: all 0.5s;
  opacity: 0;
}
.product-link .mores span {
  font-size: 27px;
}
@media screen and (min-width: 1200px) {
  .product-link:hover .mores {
    opacity: 1;
  }
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px 8.5rem;
}
.product-item {
  width: 33.333333%;
  padding: 0 13px;
  margin-bottom: 24px;
}
/* 分页 */
.mod_page {
  display: flex;
  align-items: center;
  justify-content: center;
  --item-interval: 2px;
  --item-font: 22px;
  --ietm-color: #fff;
  --item-wh: 60px;
  --item-bg: transparent;
  --icon-font: 30px;
}
.mod_page_item {
  margin: 0 var(--item-interval);
}
.mod_page .prev {
  margin-right: 32px !important;
}
.mod_page .next {
  margin-left: 32px !important;
}
.mod_page_item a {
  color: var(--ietm-color);
  transition: all 0.36s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  width: var(--item-wh);
  height: var(--item-wh);
  font-size: var(--item-font);
  background-color: var(--item-bg);
}
.mod_page .prev a,
.mod_page .next a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--item-wh);
  border: 1px solid #A22099;
  background-color: transparent !important;
}
@media screen and (min-width: 1200px) {
  .mod_page .prev a:hover,
  .mod_page .next a:hover {
    background-color: #A22099 !important;
  }
  .mod_page .prev a:hover span,
  .mod_page .next a:hover span {
    color: #fff !important;
  }
}
.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(--icon-font);
  color: #A22099;
}
/* 高亮 */
.mod_page_item.active a {
  background-color: var(--main-color);
  color: #fff;
}
/* hover */
@media screen and (min-width: 1200px) {
  .mod_page_item a:hover {
    background-color: var(--main-color);
  }
  .mod_page_item:not(.prev,.next) a:hover {
    color: #fff;
  }
  .mod_page_item.prev a:hover span,
  .mod_page_item.next a:hover span {
    color: #fff;
  }
}
/* 分页-end */
.solution-info-body {
  padding: 13rem 0 14rem;
  background: linear-gradient(180deg, #454342 64%, #000000 100%);
}
.solution-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}
.solution-item {
  width: 50%;
  padding: 0 18px;
  margin-bottom: 132px;
}
.solution-list {
  margin-bottom: -132px;
}
.solution-link {
  display: block;
}
.solution-link .img_box {
  padding-top: 51.92307692%;
}
.solution-link .bottoms {
  padding: 50px;
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  width: 91.53846153%;
  margin-top: -60px;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
}
.solution-link .bottoms .tits {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
}
.solution-link .bottoms .texts p {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  color: rgba(102, 102, 102, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1200px) {
  .solution-link:hover .img_box img {
    transform: scale(1.04);
  }
  .solution-link:hover .bottoms {
    background-color: #000000;
  }
  .solution-link:hover .bottoms .tits {
    color: #fff;
  }
  .solution-link:hover .bottoms .texts p {
    color: #fff;
  }
}
.solution-main .service-info-header {
  margin-bottom: 12.3rem;
}
.solution-info-body .mod_page {
  margin-top: 11rem;
}
.solution-control {
  display: flex;
  margin: 0 -18px;
}
.solution-control .item {
  width: 50%;
  padding: 0 18px;
}
.solution-select {
  position: relative;
  height: 100%;
}
.solution-select-header {
  background-color: #fff;
  border-radius: 10px;
  padding: 14px 27px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.solution-select-header .val {
  font-family: Montserrat;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  color: #000000;
}
.solution-select-header span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid var(--main-color);
  position: relative;
}
.solution-select-header span::after,
.solution-select-header span::before {
  content: "";
  position: absolute;
  transition: all 0.5s;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
}
.solution-select-header span::after {
  width: 10px;
  height: 2px;
}
.solution-select-header span::before {
  width: 2px;
  height: 10px;
}
.solution-select-body {
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 27px;
  z-index: 1;
  display: block;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  display: none;
}
.solution-control {
  margin-bottom: 7rem;
}
.solution-select-item a {
  font-size: 20px;
  line-height: 1.75;
  color: #666;
  padding: 4px 0;
  display: block;
}
@media screen and (min-width: 1200px) {
  .solution-select-item a:hover {
    color: var(--main-color);
  }
}
.solution-select-header.active span::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.solution-search {
  background-color: #fff;
  height: 60px;
  border-radius: 10px;
  display: flex;
  padding-right: 28px;
}
.solution-search input {
  width: 100%;
  padding: 0 28px;
  font-size: 26px;
  font-weight: 600;
}
.solution-search input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: rgba(0, 0, 0, 0.2);
}
.solution-search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.2);
}
.solution-search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.2);
}
.solution-search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(0, 0, 0, 0.2);
}
.solution-search button {
  width: 34px;
  flex-shrink: 0;
}
.solution-search button span {
  color: var(--main-color);
  font-size: 18px;
}
.soludeta-info {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.soludeta-info .mod-content1 .title {
  width: 26.6875%;
  width: 427px;
}
.soludeta-info .mod-content1 .mod-content1-text {
  width: 65.6875%;
}
.fadeInRight,
.fadeInLeft,
.fadeInUp {
  animation-duration: 1.2s;
}
.news {
  overflow: hidden;
}
.soludeta-info-header {
  margin-bottom: 12rem;
}
.soludeta-info-header .mod-content1 {
  margin-bottom: 0 !important;
}
.soludeta-info-item .img_box {
  padding-top: 43.229166%;
}
.soludeta-info-titem:not(:first-child) {
  display: none;
}
.soludeta-info-item:not(:first-child) {
  display: none;
}
.soludeta-info-body {
  position: relative;
}
.soludeta-info-tslick {
  position: absolute;
  width: 64.3229166%;
  padding-left: var(--chazhi);
  padding-right: 6.7708333%;
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  bottom: -10rem;
  left: 0;
  overflow: hidden;
}
.soludeta-info-tlist {
  margin: 0 -180px;
}
.soludeta-info-titem {
  padding: 0 180px;
}
.soludeta-info-tcont {
  padding: 70px 0;
}
.soludeta-info-tcont .texts {
  margin-bottom: 40px;
}
.soludeta-info-tcont .texts p {
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  color: #000000;
}
.soludeta-info-tcont .list {
  display: flex;
  justify-content: space-between;
  width: 755px;
}
.soludeta-info-tcont .list .item {
  margin-right: 4rem;
  max-width: 260px;
}
.soludeta-info-tcont .list .item .key {
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  color: #666666;
  margin-bottom: 16px;
}
.soludeta-info-tcont .list .item .val {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: #000000;
}
.soludeta-info-tcont .list .item:last-child {
  margin-right: 0;
}
.soludeta-info-mains {
  position: relative;
}
.soludeta-info-body .arrow {
  display: flex;
  justify-content: flex-end;
  margin-top: 42px;
}
.soludeta-info-body .arrow .mod-prev {
  margin-right: 24px;
}
.soludeta-info-arrow {
  position: absolute;
  bottom: -10rem;
  pointer-events: none;
}
.soludeta-customized {
  padding-top: 24rem;
  padding-bottom: 14rem;
  background: linear-gradient(180deg, #454342 64%, #000000 100%);
}
.soludeta-customized-header {
  margin-bottom: 9.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.soludeta-customized-header .soludeta-customized-link {
  min-width: 220px;
  height: 60px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #FFFFFF;
  background-color: #A22099;
}
.soludeta-title {
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
  color: #FFFFFF;
}
.soludeta-cus-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px -32px;
}
.soludeta-cus-list li {
  width: 25%;
  padding: 0 13px;
  margin-bottom: 32px;
}
.soludeta-other-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8rem;
}
.soludeta-other-header .arrow {
  display: flex;
}
.soludeta-other-header .arrow .mod-prev {
  margin-right: 25px;
}
.soludeta-other-header .soludeta-title {
  color: #000000;
}
.soludeta-other {
  padding: 15rem 0;
  background-color: #F9F8F7;
}
.soludeta-other-list {
  margin: 0 -13px;
}
.soludeta-other-item {
  padding: 0 13px;
}
.news .soludeta-info .mod-content1 .title {
  width: 100%;
}
.news .soludeta-info-item .img_box {
  padding-top: 30.20833333%;
}
.news .soludeta-info-tslick {
  background-color: #000;
}
.news-info-conts {
  padding: 7rem 0;
  display: flex;
  justify-content: space-between;
}
.news-info-conts .lefts {
  width: 767px;
  margin-right: 20px;
}
.news-info-conts .lefts .tits {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  color: #FFFFFF;
  margin-bottom: 28px;
}
.news-info-conts .lefts .texts p {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  color: #666666;
  width: 610px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-info-conts .rights {
  flex-shrink: 0;
}
.news-content {
  padding: 24rem 0 15rem;
}
.news-content .title {
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  margin-bottom: 42px;
}
.news-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8rem;
}
.news-nav-item {
  display: flex;
  justify-content: center;
  margin: 0 20px;
}
.news-nav-link {
  border: 1px solid #A22099;
  min-width: 220px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
}
@media screen and (min-width: 1200px) {
  .news-nav-link:hover {
    background-color: #A22099;
    color: #fff;
  }
}
.news-nav-item.active .news-nav-link {
  background-color: #A22099;
  color: #fff;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px -48px;
}
.news-item {
  width: 33.333333%;
  padding: 0 13px;
  margin-bottom: 48px;
}
.news-content .mod_page {
  margin-top: 11rem;
}
.news-content .mod_page .mod_page_item a {
  color: #000000;
}
.news-content .mod_page .mod_page_item:not(.prev,.next) a:hover {
  color: #fff;
}
.news-content .mod_page .mod_page_item.active a {
  color: #fff;
}
.prodeta-info {
  background-color: #454342;
  padding-bottom: 146px;
}
.prodeta-info .bread {
  --text-color: #fff;
  --text-interval: 4px;
  --text-fontsize: 16px;
  --icon-fontsize: 18px;
  --hover-color: #4BADE4;
  padding-bottom: 11rem;
}
.prodeta-info .mod_bread_item .iconfont {
  color: #fff;
}
.prodeta-info-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.prodeta-info-flex .left {
  width: 46.25%;
  position: sticky;
  left: 0;
  top: 110px;
}
.prodeta-info-flex .right {
  width: 46.25%;
}
.prodeta-info-flex .right .title {
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.prodeta-info-bitem .img_box,
.prodeta-info-sitem .img_box {
  padding-top: 77.792732%;
}
.prodeta-info-blist {
  margin-bottom: 9px;
}
.prodeta-info-slist {
  margin: 0 -5px;
}
.prodeta-info-sitem {
  padding: 0 5px;
}
.prodeta-info-sitem .conts {
  cursor: pointer;
}
.prodeta-info-sitem .conts .img_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
  z-index: 3;
  background-color: #4BADE4;
  transition: all 0.5s;
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  .prodeta-info-sitem .conts:hover .img_box::after {
    opacity: 1;
  }
}
.slick-current .prodeta-info-sitem .conts .img_box::after {
  opacity: 1;
}
.prodeta-info-item .hds {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  cursor: pointer;
}
.prodeta-info-item .bds {
  padding: 28px 0 50px;
}
.prodeta-info-item .bds p {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
}
.prodeta-info-item .hds {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid rgba(216, 216, 216, 0.3);
}
.prodeta-info-item .hds p {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  color: #FFFFFF;
}
.prodeta-info-item .bds {
  display: none;
  padding: 28px 0 50px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.3);
}
.prodeta-info-item .bds p {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
}
.prodeta-info-item:first-child .bds {
  display: block;
}
.prodeta-info-item.active .hds .mod-icon::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.mod-icon {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #A22099;
  position: relative;
}
.mod-icon::after,
.mod-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  background-color: #fff;
}
.mod-icon::after {
  width: 10px;
  height: 2px;
}
.mod-icon::before {
  width: 2px;
  height: 10px;
}
.prodeta-info-list {
  margin-bottom: 7rem;
}
.prodeta-info-group {
  display: flex;
  margin-bottom: 7rem;
  flex-wrap: wrap;
}
.prodeta-info-btn {
  min-width: 220px;
  height: 60px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #FFFFFF;
  border: 1px solid #920783;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  margin-right: 45px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .prodeta-info-btn:hover {
    background-color: var(--main-color);
  }
}
.prodeta-info-video {
  position: relative;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(96, 96, 96, 0.6) 69%, rgba(0, 0, 0, 0.36) 100%);
  cursor: pointer;
}
.prodeta-info-video .imgs {
  width: 500px;
  margin: 0 auto;
  position: relative;
}
.prodeta-info-video .imgs .img_box {
  padding-top: 77.792732%;
}
.prodeta-info-video .imgs > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 67px;
}
.prodeta-info-video .tits {
  position: absolute;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  color: #FFFFFF;
  left: 27px;
  top: 42px;
}
@media screen and (min-width: 1200px) {
  .prodeta-info-video:hover .imgs .img_box img {
    transform: scale(1.04);
  }
}
.prodeta-tech {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.prodeta-tech {
  position: relative;
}
.prodeta-tech .img_box {
  padding-top: 44.6875%;
  overflow: initial;
}
.prodeta-tech .img_box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, #000000 100%);
  z-index: 2;
}
.prodeta-tech-content {
  width: calc(100% - (100% - 1600px) / 2);
  padding-right: var(--chazhi);
  padding-left: 9.27083333%;
  margin-left: auto;
  background-color: #fff;
  border-radius: 30px 0 0 30px;
  padding-top: 64px;
  padding-bottom: 8rem;
  display: flex;
  justify-content: space-between;
}
.prodeta-tech-content .left {
  width: 59.76207138%;
}
.prodeta-tech-content .right {
  align-self: flex-end;
}
.prodeta-tech-content .right img {
  width: 228px;
  margin-right: 40px;
  position: static;
  height: initial;
}
.prodeta-tech-content .right img:last-child {
  margin-right: 0px;
}
.prodeta-tech-bottom {
  z-index: 6;
  width: 100%;
  margin-top: -40rem;
  position: relative;
}
.prodeta-tech {
  padding-bottom: 15rem;
  background-color: #020202;
}
.prodeta-tech-tit {
  width: 598px;
  padding-bottom: 17px;
  border-bottom: 1px solid #D8D8D8;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  color: #000000;
  margin-bottom: 5.7rem;
}
.prodeta-tech-list {
  flex-wrap: wrap;
  display: flex;
  margin-bottom: -45px;
}
.prodeta-tech-item {
  width: 280px;
  margin-right: 30px;
  margin-bottom: 45px;
}
.prodeta-tech-item .keys {
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  color: #666666;
  margin-bottom: 16px;
}
.prodeta-tech-item .vals {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: #000000;
}
.prodeta-tech {
  margin-bottom: 15rem;
}
.prodeta-other {
  margin-bottom: 14rem;
}
.prodeta-other-list {
  margin: 0 -13px;
}
.prodeta-other-item {
  padding: 0 13px;
}
.about-info-list .slick-track {
  display: flex;
  flex-wrap: wrap;
}
.about-info-list .slick-track .slick-slide {
  height: initial !important;
}
.about-info-list .slick-track .slick-slide > div,
.about-info-list .slick-track .slick-slide .about-info-item,
.about-info-list .slick-track .slick-slide .about-info-conts {
  height: 100%;
}
.mod-prev.slick-disabled,
.mod-next.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.oem-review-swipers .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  display: none;
}
.prodeta-info-video .tits {
  z-index: 2;
}
.mod_bread_link .text {
  line-height: 1.75;
}
.service-info-headers > span {
  flex-shrink: 0;
}
.soludeta-info-list .slick-track {
  font-size: 0;
}
.news-contant {
  padding-bottom: 11rem;
}
.news-contant .goback {
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 7rem;
  cursor: pointer;
}
.news-contant .goback .icons {
  width: 20px;
  margin-right: 10px;
  flex-shrink: 0;
}
.news-contant .goback .icons svg {
  width: 100%;
}
.news-contant .goback p {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #000000;
}
.news-contant .flex {
  display: flex;
  justify-content: space-between;
}
.news-contant .flex .left {
  width: 61.4285714%;
}
.news-contant .flex .left h1 {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: #000000;
}
.news-contant .flex .left .info {
  display: flex;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 43px;
  flex-wrap: wrap;
}
.news-contant .flex .left .info .icons {
  width: 16px;
  margin-right: 8px;
  flex-shrink: 0;
}
.news-contant .flex .left .info .icons img {
  width: 100%;
}
.news-contant .flex .left .info .text {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #666666;
}
.news-contant .flex .left .info .item {
  display: flex;
  align-items: center;
  margin-right: 33px;
}
.news-contant .flex .left .edit {
  padding-bottom: 6.4rem;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 35px;
}
.news-contant .flex .left .edit p {
  margin-bottom: 0;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #000000;
}
.news-contant .flex .left .switch-link {
  display: flex;
  align-items: center;
  margin: 0 -15px;
  position: relative;
}

.news-contant .flex .left .switch-link a:nth-child(2){
    color: #666666;
    font-size: 20px;
}

.news-contant .flex .left .switch-link a:nth-child(2):hover{
    color: var(--main-color);
}

.news-contant .flex .left .switch-link > .list span {
  font-size: 20px;
  color: #666666;
}
.news-contant .flex .left .switch-link > .list:hover span {
  color: var(--main-color);
}
.news-contant .flex .left .switch-link .prev-link,
.news-contant .flex .left .switch-link .next-link {
  padding: 0 15px;
  display: flex;
  align-items: center;
  width: 50%;
}
.news-contant .flex .left .switch-link .prev-link .icons,
.news-contant .flex .left .switch-link .next-link .icons {
  flex-shrink: 0;
}
.news-contant .flex .left .switch-link .prev-link .icons img,
.news-contant .flex .left .switch-link .next-link .icons img {
  width: 100%;
}
.news-contant .flex .left .switch-link .prev-link p,
.news-contant .flex .left .switch-link .next-link p {
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.05em;
  color: #000000;
  transition: all 0.5s;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-contant .flex .left .switch-link .prev-link:hover p,
.news-contant .flex .left .switch-link .next-link:hover p {
  color: var(--main-color);
}
.news-contant .flex .left .switch-link .prev-link {
  justify-content: flex-start;
}
.news-contant .flex .left .switch-link .prev-link .icons {
  margin-right: 16px;
  transform: rotate(180deg);
}
.news-contant .flex .left .switch-link .prev-link .icons span {
  color: #A22099;
  font-size: 26px;
}
.news-contant .flex .left .switch-link .next-link {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.news-contant .flex .left .switch-link .next-link .icons {
  margin-left: 16px;
}
.news-contant .flex .left .switch-link .next-link .icons span {
  color: #A22099;
  font-size: 26px;
}
.news-contant .flex .left .switch-link .next-link p {
  text-align: right;
}
.news-contant .flex .right {
  width: 31.81818181%;
}
.news-contant .flex .right .title {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #000000;
}
.news-contant .flex .right .home-news-content {
  margin-bottom: 24px;
}
.header-bottom {
  position: relative;
}
.pc-second {
  background-color: #fff;
  position: absolute;
  padding: 10rem 0;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 2;
}
.pc-second > img {
  width: 49.11458333%;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 23px;
}
.pc-second {
  box-shadow: 0 4 5px rgba(0, 0, 0, 0.08);
}
.pc-second .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-second .flex .rights {
  width: 63.125%;
}
.pc-second .pc_second-tit {
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  color: #000000;
}
.pc-second-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px -30px;
}
.pc-second-item {
  padding: 0 30px;
  width: 50%;
  margin-bottom: 30px;
}
.pc-second-link {
  display: block;
  position: relative;
  padding-right: 40px !important;
  padding-left: 20px !important;
  padding: 18px 0;
  background-color: #000000;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 10px 0 0 10px;
}
.pc-second-link::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  background-color: var(--main-color);
  right: 0;
  top: 0;
  transition: all 0.5s;
}
.pc-second-item.active .pc-second-link {
  background-color: var(--main-color);
}
.pc-second-item.active .pc-second-link::after {
  background-color: #000;
}
.pc-second-link:hover {
  background-color: var(--main-color);
}
.pc-second-link:hover::after {
  background-color: #000;
}
.pc-second {
  display: none;
}
.hd_second,
.hd_three {
  display: none;
}
.about-history {
  width: calc(100% - (100% - 1600px) / 2);
  background-color: #000000;
  padding: 12rem 12rem;
  padding-right: var(--chazhi);
  border-radius: 30px 0 0 30px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  margin-top: -15rem;
  z-index: 20;
}
.about-history::after {
  content: "";
  position: absolute;
  width: 12rem;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}
.about-history .home-mod-hd {
  margin-bottom: 6rem;
}
.about-history-slick {
  width: 89.37034529%;
  margin-bottom: 15rem;
}
.about-history-list {
  margin: 0 -25px;
}
.about-history-list .slick-list {
  overflow: initial;
}
.about-history-item {
  padding: 0 25px;
}
.about-history-conts {
  display: flex;
  align-items: center;
}
.about-history-conts .left {
  position: relative;
  flex-shrink: 0;
  width: 500px;
  z-index: 1;
}
.about-history-conts .left::after {
  content: "";
  position: absolute;
  width: 44px;
  height: 100%;
  background-color: var(--main-color);
  left: 100%;
  top: 0;
  z-index: -1;
}
.about-history-conts .left .img_box {
  padding-top: 56%;
}
.about-history-conts .right {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 22px;
  display: flex;
  align-items: center;
}
.about-history-conts .right .years {
  font-size: 88px;
  font-weight: bold;
  line-height: normal;
  color: #FFFFFF;
  margin-right: 6rem;
  flex-shrink: 0;
}
.about-history-conts .right .conts {
  width: 100%;
}
.about-history-conts .right .conts .tits {
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  color: #FFFFFF;
  margin-bottom: 18px;
}
.about-history-conts .right .conts .texts p {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #FFFFFF;
}
.about-history-ycont {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  padding-top: 40px;
  position: relative;
  text-align: center;
}
.about-history-ycont::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(216, 216, 216, 0.3);
  top: 22px;
  left: 0;
}
.about-history-ycont::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.5s;
  padding: 6px;
  background-clip: content-box;
  background-color: #767676;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
}
.slick-current .about-history-ycont::before {
  border: 1px solid var(--main-color2);
  background-color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .about-history-ycont:hover::before {
    border: 1px solid var(--main-color2);
    background-color: var(--main-color);
  }
}
.header.downs {
  top: -54px;
}
.header {
  transition: all 0.5s;
}
.footer .hiddens {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
/* hover */


.home-flogo-list .slick-track{
    margin-left: auto;
    margin-right: auto;
}



 .contact-info-list .item .val a,
 .contact-info-list .item .val p{
    color: #000000;
}

 .contact-info-list .item .key{
    color: #666666;
}

.prodetas .contact-info .soludeta-title{
    color: #000;
    margin-bottom: 5rem;
}


.burger span{
    border-radius: 0 !important;
}

.burger{
    transform: scaleX(1.1) scaleY(1.05);
}


.home-product-item .content{
    position: relative;

}

.new-icons{
    position: absolute;
    width: 66px;
    left: 0;
    top: 0;
    z-index: 4;
}

.new-icons p{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    color: #FFFFFF;
    transform: rotate(-45deg);
    position: absolute;
    left: 3px;
    top: 14px;
    z-index: 2;
    text-transform: uppercase;
} 











.service-download-cont{
    position: relative;
}

.about-honor-cont .img_box img{
    width: 100%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}

body,html{
    scroll-padding-top: 24vh;
}




/* 版本1 */
/* .product-name {
    font-size: 48px;
    font-family: 'Microsoft Yahei';
    color: #fff;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 2rem;
    text-transform: capitalize;
} */


/* 版本2 */
.product-name {
    font-size: 44px;
    font-family: 'Microsoft Yahei';
    color: #fff;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 2rem;
    text-transform: capitalize;
}

.prodeta-info-flex .right .title{
    font-size: 32px;
}

.product-three{
    padding: 15px 20px;
}

.product-three a{
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
    padding: 5px 0;
    display: block;
}

.product-three a:hover{
    color: var(--main-color2);
}


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


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

.contact-wechat{
    cursor: pointer;
    position: relative;
}

.contact-wechat .iconfont {
    font-size: 28px;
    color: #000000;
}

.contact-wechat .imgs{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px);
    z-index: 2;
    width: 120px;
    padding: 4px;
    border-radius: 8px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
}

.contact-wechat .imgs img{
    width: 100%;
}

.contact-wechat:hover .iconfont {
    color: var(--main-color);
}

.contact-wechat:hover .imgs{
    opacity: 1;
    pointer-events: all;
}






