@charset "utf-8";
body {
  /* 填写默认字体 */
  font-family: "Inter Tight", "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
  color: #1e1d28;
  min-height: initial !important;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont/iconfont.woff2?t=1681287520508') format('woff2'), url('../fonts/iconfont/iconfont.woff?t=1681287520508') format('woff'), url('../fonts/iconfont/iconfont.ttf?t=1681287520508') format('truetype');
}
@font-face {
  font-family: 'Inter Tight';
  src: local('Inter Tight Medium'), local('InterTight-Medium'), url('../fonts/intertight/InterTight-Medium.woff2') format('woff2'), url('../fonts/intertight/InterTight-Medium.woff') format('woff'), url('../fonts/intertight/InterTight-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: local('Inter Tight Regular'), local('InterTight-Regular'), url('../fonts/intertight/InterTight-Regular.woff2') format('woff2'), url('../fonts/intertight/InterTight-Regular.woff') format('woff'), url('../fonts/intertight/InterTight-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: local('Inter Tight SemiBold'), local('InterTight-SemiBold'), url('../fonts/intertight/InterTight-SemiBold.woff2') format('woff2'), url('../fonts/intertight/InterTight-SemiBold.woff') format('woff'), url('../fonts/intertight/InterTight-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: local('Oswald Bold'), local('Oswald-Bold'), url('../fonts/oswald/Oswald-Bold.woff2') format('woff2'), url('../fonts/oswald/Oswald-Bold.woff') format('woff'), url('../fonts/oswald/Oswald-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* 谷歌翻译后防止与sticky产生冲突 */
main {
  background-color: #F6F6F6;
}
.contact {
  background-color: #fff;
}
.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: #171C60;
  --main-color2: #FF9C15;
  --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;
}
ul {
  padding: 0;
}
.hc_cont1650 {
  width: 1650px;
  max-width: 100%;
  margin: 0 auto;
  max-width: 1920px;
}
.header-top {
  background-color: var(--main-color);
  padding: 12px 0;
}
.header-top .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top .flex::before {
  content: "";
  display: block;
  width: 180px;
  height: 0;
  opacity: 0;
}
.header-top .flex .text p {
  color: #DDDEF0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.header-top-list {
  display: flex;
}
.header-top-item {
  margin-right: 20px;
}
.header-top-item .iconfont {
  font-size: 20px;
  color: #DDDEF0;
}
@media screen and (min-width: 1200px) {
  .header-top-item:hover .iconfont {
    font-size: 20px;
    color: #fff;
  }
}
.header-top-item:last-child {
  margin-right: 0;
}
.header-bottom {
  --heigth: 90px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.header-bottom .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-bottom .left {
  display: flex;
  align-items: center;
  height: var(--heigth);
}
.header-bottom .left .logos {
  width: 106px;
  position: relative;
  z-index: 2;
  align-self: flex-end;
  margin-right: 40px;
}
.header-bottom .left .header-logo {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 2px;
}
@media screen and (min-width: 1200px) {
  .hd_list {
    display: flex;
  }
  .hd_item {
    margin: 0 34px;
    position: relative;
  }
  .hd_link {
    display: flex;
    height: var(--heigth);
    align-items: center;
    color: #191919;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    position: relative;
  }
  .hd_link::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: var(--main-color2);
    transition: all 0.5s;
    width: 0;
  }
  .hd_item:hover .hd_link,
  .hd_item.active .hd_link {
    color: var(--main-color2);
  }
  .hd_item:hover .hd_link::after,
  .hd_item.active .hd_link::after {
    width: 100%;
  }
  .hd_second {
    position: absolute;
    width: 220px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 15px 20px;
  }
  .hd_second_link {
    display: inline-block;
    font-size: 16px;
    padding: 6px 0;
    line-height: 1.65;
    color: #666;
  }
  .hd_second_link:hover {
    color: var(--main-color2);
  }
  .hd_second_item.active .hd_second_link {
    color: var(--main-color2);
  }
}
.hd_second {
  display: none;
}
.hd_three {
  display: none;
}
.header-search-form {
  display: flex;
  padding: 4px;
  border: 1px solid #E6E6E6;
  border-radius: 46px;
}
.header-search-form input {
  width: 200px;
  flex-shrink: 0;
  padding: 0 20px;
}
.header-search-form button {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--main-color2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.header-search-form button span {
  color: #fff;
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .header-search-form button:hover {
    background-color: var(--main-color);
  }
}
.ph-icons {
  display: none;
}
.home-banner {
  overflow: hidden;
  position: relative;
}
.home-banner .swiper-container {
  width: 100%;
}
.home-banner .swiper-slide {
  overflow: hidden;
}
.home-banner .swiper-container {
  width: 100%;
}
.home-banner .swiper-slide {
  overflow: hidden;
}
.home-banner .slide-link {
  position: relative;
  display: block;
}
.home-banner .slide-link img {
  width: 100%;
}
.home-banner .slide-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home-banner .slide-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-banner .swiper-pagination {
  background-color: #EEEEEE;
  padding: 5px 12px;
  border-radius: 20px;
  width: initial !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  bottom: 2.5rem;
  --wh: 10px;
  --interval: 5px;
}
.home-banner .swiper-pagination .swiper-pagination-bullet {
  width: var(--wh);
  height: var(--wh);
  background-color: #fff !important;
  opacity: 1 !important;
  margin: 0 var(--interval);
  transition: all 0.5s;
}
.home-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background-color: var(--main-color2) !important;
}
.home-class-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--flex-margin);
}
.home-class-item {
  width: 20%;
  padding: 0 var(--flex-padding);
}
.home-class-link {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 20px 0;
  height: 100%;
  position: relative;
  z-index: 1;
}
.home-class-link .tits {
  color: #191919;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.5s;
}
.home-class-link .texts {
  margin-top: 10px;
}
.home-class-link .texts p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.home-class-link .imgs {
  width: 190px;
  margin-top: 38px;
  margin-left: auto;
  flex-shrink: 0;
}
.home-class-link .img_box {
  padding-top: 100%;
}
.home-class-link .mores {
  position: absolute;
  width: 50px;
  height: 50px;
  transition: all 0.5s;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(50%);
  opacity: 0;
}
.home-class-link .mores .mores-box {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 7px solid #F6F6F6;
  background-color: #FF9C15;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-class-link .mores .mores-box span {
  color: #fff;
  font-size: 16px;
}
.home-class {
  padding: 5.625rem 0 0;
  position: relative;
  z-index: 6;
}
@media screen and (min-width: 1200px) {
  .home-class-link:hover .tits {
    color: var(--main-color2);
  }
  .home-class-link:hover .img_box img {
    transform: scale(1.05);
  }
  .home-class-link:hover .mores {
    opacity: 1;
  }
}
.home-about {
  padding-top: 9.375rem;
  padding-bottom: 7.5rem;
  position: relative;
  z-index: 1;
}
.home-about > img {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.home-about .flex {
  display: flex;
  justify-content: space-between;
}
.home-about .left {
  width: 43.63636363%;
}
.home-about .left .title {
  margin-bottom: 4.375rem;
}
.home-about .left .text {
  margin-bottom: 3.125rem;
}
.home-about .left .text p {
  color: #191919;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 42px */
}
.home-about .left .videos {
  display: flex;
  margin-bottom: 4.375rem;
}
.home-about .left .videos .lefts {
  width: 250px;
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  flex-shrink: 0;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.home-about .left .videos .lefts .img_box {
  height: 100%;
  border-radius: 2px;
  padding-top: 63.6363636%;
}
.home-about .left .videos .lefts .img_box img {
  height: 100%;
  object-fit: cover;
}
.home-about .left .videos .lefts > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1200px) {
  .home-about .left .videos .lefts:hover .img_box img {
    transform: scale(1.05);
  }
}
.home-about .left .videos .texts {
  width: calc(100% - 250px - 10px);
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
}
.home-about .left .videos .texts p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.home-about .right {
  width: 46.06060606%;
}
.home-about .right .img_box {
  padding-top: 80.9210526%;
  border-radius: 5px;
  clip-path: polygon(0 0, calc(100% - 90px) 0, 100% 80px, 100% 100%, 90px 100%, 0 calc(100% - 80px));
}
.mod-tit64,
.mod-tit64 p {
  font-family: Oswald;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  color: #171C60;
}
.mod-tit64 span,
.mod-tit64 p span {
  color: var(--main-color2);
}
.home-jumb .img_box {
  padding-top: 31.25%;
}
.home-jumb .texts {
  padding: 20px 20px;
  background: var(--main-color);
}
.home-jumb .texts p {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.home-hot {
  padding: 7.5rem 0 3.875rem;
}
.home-hot-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4.375rem;
}
.mod-arrow {
  display: flex;
}
.mod-prev,
.mod-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  transition: all 0.5s;
  cursor: pointer;
  pointer-events: all;
}
.mod-prev span,
.mod-next span {
  font-size: 20px;
  color: #555;
}
.mod-prev {
  transform: rotate(180deg);
  margin-right: 20px;
}
@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;
  }
}
.home-hot-list {
  margin: 0 var(--flex-margin);
}
.home-hot-item {
  padding: 4px var(--flex-padding) 10px;
}
.home-hot-link {
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
  display: block;
  padding: 20px;
  border-radius: 5px;
}
.home-hot-link .img_box {
  padding-top: 74.2857142%;
}
.home-hot-link .tits {
  margin-top: 30px;
  color: #191919;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.5s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.65;
}
.home-hot-link .texts {
  margin-top: 16px;
}
.home-hot-link .texts p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home-hot-link .mores {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.home-hot-link .mores span {
  font-size: 18px;
  color: var(--main-color);
  margin-right: 6px;
}
.home-hot-link .mores p {
  color: #171C60;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
  text-transform: uppercase;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .home-hot-link:hover .img_box img {
    transform: scale(1.05);
  }
  .home-hot-link:hover .tits {
    color: var(--main-color2);
  }
  .home-hot-link:hover .mores span {
    color: var(--main-color2);
  }
  .home-hot-link:hover .mores p {
    color: var(--main-color2);
  }
}
.home-choose {
  position: relative;
  z-index: 2;
  padding: 5.625rem 0;
}
.home-choose::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: calc(100% - 120px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.2) 75%);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
  z-index: -1;
}
.home-choose .flex {
  display: flex;
  justify-content: space-between;
}
.home-choose .flex .left {
  width: 34.5454545%;
}
.home-choose .flex .left .text {
  margin-top: 30px;
}
.home-choose .flex .left .text p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.home-choose .flex .left .mod-more {
  margin-top: 4.375rem;
}
.home-choose .flex .left .mod-more:hover {
  color: #fff;
}
.home-choose .flex .right {
  width: 49.090909%;
}
.mod-more {
  width: 190px;
  height: 56px;
  border-radius: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  color: #fff !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .mod-more:hover {
    background-color: var(--main-color2);
  }
}
.home-choose-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.home-choose-item {
  width: 33.33333%;
  border-right: 1px solid #E6E6E6;
  border-top: 1px solid #E6E6E6;
  padding: 50px 30px;
  text-align: center;
  position: relative;
}
.home-choose-item .iconfont {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  color: #191919;
  font-size: 32px;
  margin-bottom: 30px;
}
.home-choose-item .tits {
  color: #191919;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.5s;
}
.home-choose-item .masks1 {
  width: 9px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-55%) translateY(-60%);
  z-index: 2;
}
.home-choose-item .masks2 {
  position: absolute;
  width: 9px;
  left: 0;
  top: 0;
  transform: translateX(-20%) translateY(-62%);
  z-index: 2;
  display: none;
}
@media screen and (min-width: 1200px) {
  .home-choose-item:hover .iconfont {
    background-color: var(--main-color2);
    box-shadow: 0px 4px 4px 0 rgba(255, 156, 21, 0.25);
    color: #fff;
  }
  .home-choose-item:hover .tits {
    color: var(--main-color2);
  }
}
@media screen and (max-width: 768px) {
  .home-choose-item:nth-child(2n) {
    border-right: none;
  }
  .home-choose-item:nth-child(1),
  .home-choose-item:nth-child(2) {
    border-top: none;
  }
  .home-choose-item:nth-child(2n+1) .masks1 {
    display: none;
  }
  .home-choose-item:nth-child(2n+1) .masks2 {
    display: block;
  }
  .home-choose-item:nth-child(1) .masks1,
  .home-choose-item:nth-child(2) .masks1 {
    display: none;
  }
  .home-choose-item:nth-child(1) .masks2,
  .home-choose-item:nth-child(2) .masks2 {
    display: none !important;
  }
  .home-choose-item:nth-child(2n) .masks2 {
    left: initial;
    right: 0;
    top: 0;
    transform: translateX(20%) translateY(-45%) rotate(180deg);
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .home-choose-item:nth-child(3n) {
    border-right: none;
  }
  .home-choose-item:nth-child(1),
  .home-choose-item:nth-child(2),
  .home-choose-item:nth-child(3) {
    border-top: none;
  }
  .home-choose-item:nth-child(3n+1) .masks1 {
    display: none;
  }
  .home-choose-item:nth-child(3n+1) .masks2 {
    display: block;
  }
  .home-choose-item:nth-child(2) .masks1,
  .home-choose-item:nth-child(3) .masks1 {
    display: none;
  }
  .home-choose-item:nth-child(1) .masks2,
  .home-choose-item:nth-child(3) .masks2 {
    display: none !important;
  }
  .home-choose-item:nth-child(3n) .masks2 {
    left: initial;
    right: 0;
    top: 0;
    transform: translateX(20%) translateY(-45%) rotate(180deg);
    display: block;
  }
}
.home-news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4.375rem;
}
.home-news {
  position: relative;
  z-index: 1;
  padding-top: 8.125rem;
  padding-bottom: 7.5rem;
}
.home-news > img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.home-news-list {
  margin: 0 var(--flex-margin);
}
.home-news-item {
  padding: 0 var(--flex-padding);
}
.home-news-link {
  display: block;
  padding-bottom: 30px;
}
.home-news-link .imgs {
  position: relative;
  margin-bottom: 36px;
  cursor: pointer;
}
.home-news-link .imgs .videos-play {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.home-news-link .imgs .videos-play img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  z-index: 3;
}
.home-news-link .img_box {
  padding-top: 62.2641509%;
  border-radius: 5px;
  display: block;
}
.home-news-link .time {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.home-news-link .time .iconfont {
  font-size: 16px;
  color: #999999;
  margin-right: 10px;
}
.home-news-link .time p {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
  transition: all 0.5s;
}
.home-news-link .texts p {
  color: #191919;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-news-link .more {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.home-news-link .more .iconfont {
  font-size: 18px;
  margin-right: 10px;
  color: #999;
}
.home-news-link .more p {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
  text-transform: uppercase;
  transition: all 0.5s;
}
.home-news-link:hover .img_box img {
  transform: scale(1.05);
}
.home-news-link:hover .time .iconfont {
  color: var(--main-color2);
}
.home-news-link:hover .time p {
  color: var(--main-color2);
}
.home-news-link:hover .more .iconfont {
  color: var(--main-color2);
}
.home-news-link:hover .more p {
  color: var(--main-color2);
}
.home-news-slick {
  position: relative;
  z-index: 2;
}
.home-news-slick::after {
  content: "";
  position: absolute;
  width: calc(100% - 90px);
  height: 330px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 5px;
  z-index: -1;
}
.footer {
  padding: 6.25rem 0 0;
  position: relative;
  z-index: 1;
}
.footer > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.footer-top .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-top .left {
  width: 50.9090909%;
}
.footer-top .left p {
  font-family: Oswald;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
}
.footer-form {
  background-color: #333333;
  border-radius: 70px;
  padding: 7px;
  width: 530px;
  display: flex;
}
.footer-form .icons {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #191919;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 20px;
}
.footer-form input {
  width: calc(100% - 150px - 56px);
  padding: 0 10px;
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.footer-form button {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color2);
  border-radius: 56px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
  text-transform: uppercase;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .footer-form button:hover {
    background-color: #fff;
    color: var(--main-color);
  }
}
.footer-bottom {
  margin-top: 9.375rem;
  position: relative;
  z-index: 1;
}
.footer-bottom::after {
  content: "";
  position: absolute;
  width: calc(100% - 90px);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 100%;
  background-color: #171C60;
  z-index: -1;
}
.footer-center {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-logo {
  width: 94px;
}
.footer-logo a {
  display: block;
  width: 100%;
  transform: translateY(-30px);
}
.footer-logo a img {
  width: 100%;
}
.footer-list {
  display: flex;
}
.footer-item {
  margin-right: 4.375rem;
}
.footer-item a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 16px */
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .footer-item a:hover {
    text-decoration: underline;
  }
}
.footer-item:last-child {
  margin-right: 0;
}
.footer-contact {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-contact .tel {
  color: #FFF;
  font-family: Oswald;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 24px */
  margin-bottom: 10px;
}
.footer-contact .email {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
}
@media screen and (min-width: 1200px) {
  .footer-contact a:hover {
    text-decoration: underline;
  }
}
.footer-info {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-info .lefts {
  display: flex;
  align-items: center;
}
.footer-info .lefts p,
.footer-info .lefts a {
  margin-right: 20px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
@media screen and (min-width: 1200px) {
  .footer-info .lefts a:hover {
    text-decoration: underline;
  }
}
.footer-share {
  display: flex;
}
.footer-share-item {
  margin-right: 20px;
}
.footer-share-item .iconfont {
  font-size: 20px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .footer-share-item:hover .iconfont {
    color: var(--main-color2);
  }
}
.footer-share-item:last-child {
  margin-right: 0;
}
/* bread */
.bread {
  width: 100%;
  --text-color: #555555;
  --text-interval: 6px;
  --text-fontsize: 16px;
  --icon-fontsize: 20px;
  --hover-color: #FF9C15;
  padding-top: 3.125rem;
  margin-top: 0 !important;
}
.mod_bread {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mod_bread_item {
  display: flex;
  align-items: center;
}
.mod_bread_link {
  display: flex;
  align-items: center;
}
.mod_bread_link span {
  color: var(--text-color);
  font-size: var(--icon-fontsize);
  margin-right: 10px;
}
.mod_bread_link .text {
  color: var(--text-color);
  font-size: var(--text-fontsize);
  transition: all 0.36s;
}
.mod_bread_item > span {
  margin: 0 var(--text-interval);
  display: inline-block;
  font-size: var(--text-fontsize);
  color: var(--text-color);
}
.mod_bread_item:last-child > span {
  display: none;
}
.mod_bread_link:hover .text {
  color: var(--hover-color) !important;
}
.mod_bread_link:hover span {
  color: var(--hover-color) !important;
}
/* bread-end */
.product-content {
  padding-bottom: 5.625rem;
}
.product-content .title {
  margin-top: 30px;
  font-family: Oswald;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--main-color);
}
.product-content .texts {
  margin-top: 20px;
}
.product-content .texts p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.product-content .flex {
  display: flex;
  justify-content: space-between;
  --leftWidth: 330px;
  --left-mr: 30px;
}
.product-content .flex > .left {
  width: var(--leftWidth);
  margin-right: var(--left-mr);
  flex-shrink: 0;
}
.product-content .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-content .flex {
  margin-top: 3.125rem;
}
.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 {
  border: 1px solid #CCC;
  border-radius: 5px;
  transition: all 0.5s;
  margin-bottom: 10px;
}
.product-nav-item:last-child {
  margin-bottom: 0;
}
.product-nav-conts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  cursor: pointer;
  transition: all 0.5s;
}
.product-nav-conts a {
  display: flex;
  height: 58px;
  align-items: center;
  color: #191919;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.product-nav-conts .icons {
  height: 58px;
  width: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-nav-conts .icons span {
  color: #191919;
  font-size: 22px;
}
.product-second {
  padding: 10px 0;
}
.product-second-item {
  padding: 0 20px;
}
.product-second-item a {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #CCC;
  color: #191919;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
}
@media screen and (min-width: 1200px) {
  .product-second-item a:hover {
    color: var(--main-color2);
  }
}
.product-second-item.current a {
  color: var(--main-color2);
}
.product-second-item:last-child a {
  border-bottom: none;
}
.product-nav-item:hover {
  border: 1px solid var(--main-color2);
}
.product-nav-item:hover .product-nav-conts {
  background-color: var(--main-color2);
}
.product-nav-item:hover .product-nav-conts a {
  color: #fff;
}
.product-nav-item:hover .product-nav-conts span {
  color: #fff;
}
.product-nav-item.current .product-second {
  display: block;
}
.product-nav-item.open {
  border: 1px solid var(--main-color2);
}
.product-nav-item.open .product-nav-conts {
  background-color: var(--main-color2);
}
.product-nav-item.open .product-nav-conts a {
  color: #fff;
}
.product-nav-item.open .product-nav-conts span {
  color: #fff;
  transform: rotate(180deg);
}
.product-second {
  display: none;
}
.product-nav-item:not(.child) .product-nav-conts .icons {
  display: none;
}
.product-nav-item:not(.child) .product-nav-conts a {
  width: 100%;
}
.product .home-hot-link {
  padding-bottom: 3.75rem;
}
/* 分页 */
.mod_page {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  --margin-x: 5px;
  --fs: 14px;
  --iconfs: 16px;
  --wh: 50px;
  --bg: #FFF;
  --page-color: #555555;
  margin-top: 3.125rem;
}
.mod_page_item {
  margin: 0 var(--margin-x);
}
.mod_page .prev,
.mod_page .next {
  margin: 0 var(--margin-x) !important;
}
.mod_page_item a {
  color: var(--page-color);
  transition: all 0.36s;
  display: block;
  text-align: center;
  border-radius: 50%;
  width: var(--wh);
  line-height: var(--wh);
  font-size: var(--fs);
  background-color: var(--bg);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.mod_page .prev a,
.mod_page .next a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--wh);
}
.mod_page .prev span {
  transform: rotate(180deg);
}
.mod_page .next span {
  transform: rotate(0deg);
}
.mod_page .prev span,
.mod_page .next span {
  font-size: var(--iconfs);
}
.mod_page_item.act a {
  background-color: var(--main-color2);
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .mod_page_item a:hover {
    background-color: var(--main-color2);
  }
  .mod_page_item.prev a:hover span,
  .mod_page_item.next a:hover span {
    color: #fff;
  }
  .mod_page_item:not(.prev,.next) a:hover {
    color: #fff;
  }
}
/* 分页-end */
.prodeta-info {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  overflow: hidden;
}
.prodeta-info .left {
  width: 57.4468085%;
}
.prodeta-info .right {
  width: 40.42553191%;
  background-color: #fff;
  border-radius: 5px;
  padding: 3.125rem 2.5rem;
}
.prodeta-info-list {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 10px;
}
.prodeta-info-list .img_box {
  padding-top: 75.3086419%;
}
.prodeta-info-slist {
  margin: 0 -5px;
}
.prodeta-info-slist .item {
  padding: 0 5px;
  display: block !important;
}
.prodeta-info-slist .conts {
  position: relative;
  z-index: 1;
}
.prodeta-info-slist .conts > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
}
.prodeta-info-slist .img_box {
  padding-top: 75.3086419%;
  border: 1px solid transparent;
  transition: all 0.5s;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .prodeta-info-slist .img_box:hover {
    border-color: var(--main-color2);
  }
}
.prodeta-info-slist .slick-current .img_box {
  border-color: var(--main-color2);
}
.prodeta-info-hd {
  padding-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
}
.prodeta-info-hd .title {
  font-family: Oswald;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.prodeta-info-hd .text {
  margin-top: 30px;
}
.prodeta-info-hd .text p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.prodeta-share {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
}
.prodeta-share p {
  color: #191919;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 20px */
  text-transform: capitalize;
  margin-bottom: 20px;
}
.prodeta-attr {
  margin-top: 30px;
}
.prodeta-attr p {
  color: #191919;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 20px */
  text-transform: capitalize;
  margin-bottom: 24px;
}
.prodeta-attr .edit_active p {
  margin-bottom: 0;
}
.prodeta-attr .edit_active table {
  width: 100%;
}
.prodeta-attr .edit_active table td,
.prodeta-attr .edit_active table th {
  border-left: none;
  padding: 10px ;
}
.prodeta-attr .edit_active table td:nth-child(even),
.prodeta-attr .edit_active table th:nth-child(even) {
  border-right: none;
}
.prodeta-inquire {
  transition: all 0.5s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 56px;
  height: 56px;
  width: 100%;
  background-color: var(--main-color);
  margin-top: 3.125rem;
}
.prodeta-inquire span {
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
}
.prodeta-inquire p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .prodeta-inquire:hover {
    background-color: var(--main-color2);
  }
}
.prodeta-nav {
  background-color: #fff;
  padding: 0px 20px;
  margin-top: 3.125rem;
}
.prodeta-nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.prodeta-nav-item {
  padding: 20px 70px;
  position: relative;
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.5s;
}
.prodeta-nav-item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background-color: #CCC;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.prodeta-nav-item.active {
  color: var(--main-color2);
}
@media screen and (min-width: 1200px) {
  .prodeta-nav-item:hover {
    color: var(--main-color2);
  }
}
.prodeta-nav-item:last-child::after {
  display: none;
}
.prodeta-details {
  margin-top: 4.375rem;
}
.prodeta-details .prodeta-title {
  margin-bottom: 3.125rem;
}
.prodeta-details .edit p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 0;
}
.prodeta-title {
  font-family: Oswald;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.prodeta-other {
  margin-top: 4.375rem;
  padding-bottom: 5.625rem;
}
.prodeta-other .prodeta-title {
  margin-bottom: 3.125rem;
}
.prodeta-other-slick {
  position: relative;
  z-index: 1;
}
.prodeta-other-slick .carter_arrow {
  width: calc(100% + 180px);
}
.prodeta-other-list {
  margin: 0 var(--flex-margin);
}
.prodeta-other-item {
  padding: 0 var(--flex-padding);
}
.mod-tit48,
.mod-tit48 p {
  font-family: Oswald;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--main-color);
}
.service-info {
  padding: 5.625rem 0 4.375rem;
  overflow: hidden;
}
.service-info .flex {
  display: flex;
  justify-content: space-between;
}
.service-info .left {
  width: 42.55319148%;
  padding-top: 10px;
}
.service-info .left .text {
  margin-top: 20px;
}
.service-info .left .text p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.service-info .right {
  width: 48.9361702%;
}
.service-info .right .img_box {
  padding-top: 62.3188405%;
  border-radius: 5px;
}
.service-class {
  background-color: #FFFFFF;
}
.service-class-list {
  display: flex;
  margin: 0 -38px;
}
.service-class-item {
  padding: 0 38px;
  width: 25%;
  border-right: 1px solid #E6E6E6;
}
.service-class-item:last-child {
  border-right: none;
}
.service-class-conts {
  padding: 4.375rem 0 8.125rem;
  position: relative;
}
.service-class-conts .iconfont {
  font-size: 32px;
  color: #000000;
  margin-bottom: 3.125rem;
}
.service-class-conts .tits {
  color: #191919;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 20px */
  margin-bottom: 20px;
  line-height: 1.4;
  transition: all 0.5s;
}
.service-class-conts .texts p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.service-class-conts .number {
  position: absolute;
  font-family: Oswald;
  font-size: 128px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  bottom: 2px;
  right: 0;
  color: #FAFAFF;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .service-class-conts:hover .iconfont {
    color: var(--main-color2);
  }
  .service-class-conts:hover .tits {
    color: var(--main-color2);
  }
}
.news-content {
  padding: 5.625rem 0;
}
.news-content .title {
  margin-bottom: 3.125rem;
}
.news-link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
}
.news-link .imgs {
  width: 450px;
  flex-shrink: 0;
}
.news-link .imgs .img_box {
  padding-top: 62.26415094%;
  border-radius: 5px;
}
.news-link .right {
  width: calc(100% - 450px);
  padding-left: 40px !important;
  padding-right: 10px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
}
.news-link .right .time {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.news-link .right .time .iconfont {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
}
.news-link .right .time p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 16px */
  text-transform: capitalize;
  transition: all 0.5s;
}
.news-link .right .tits {
  transition: all 0.5s;
  color: #191919;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 18px */
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 20px;
}
.news-link .right .texts {
  margin-bottom: 40px;
}
.news-link .right .texts p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-link .right .more {
  display: flex;
  align-items: center;
}
.news-link .right .more p {
  transition: all 0.5s;
  color: #555;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
  text-transform: capitalize;
  margin-right: 10px;
}
.news-link .right .more span {
  color: #555;
  font-size: 18px;
}
@media screen and (min-width: 1200px) {
  .news-link:hover .imgs .img_box {
    border-radius: 5px;
  }
  .news-link:hover .imgs .img_box img {
    transform: scale(1.05);
  }
  .news-link:hover .right .time .iconfont {
    background-color: var(--main-color2);
  }
  .news-link:hover .right .time p {
    color: var(--main-color2);
  }
  .news-link:hover .right .tits {
    color: var(--main-color2);
  }
  .news-link:hover .right .more p {
    color: var(--main-color2);
  }
  .news-link:hover .right .more span {
    color: var(--main-color2);
    transform: translateX(4px);
  }
}
.news-item {
  margin-bottom: 30px;
}
.news-item:last-child {
  margin-bottom: 0;
}
.contact-info {
  padding: 5.625rem 0 0;
  position: relative;
  z-index: 3;
}
.contact-info .flex {
  display: flex;
  justify-content: space-between;
}
.contact-info .left {
  width: 26.9503546%;
  position: relative;
  z-index: 2;
  padding-bottom: 8.125rem;
}
.contact-info .left .title {
  margin-right: -210px;
  margin-bottom: 50px;
}
.contact-info .right {
  width: 65.9574468%;
  align-self: flex-end;
}
.contact-info .right .img_box {
  padding-top: 55.2083333%;
  border-radius: 5px;
}
.contact-info-item {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  border: 1px solid #CCC;
  transition: all 0.5s;
  cursor: pointer;
  min-height: 60px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.contact-info-item .iconfont {
  font-size: 20px;
  color: #555555;
  margin-right: 10px;
}
.contact-info-item .conts p,
.contact-info-item .conts a {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .contact-info-item:hover {
    border-color: var(--main-color2);
    background-color: var(--main-color2);
  }
  .contact-info-item:hover .iconfont {
    color: #fff;
  }
  .contact-info-item:hover .conts p,
  .contact-info-item:hover .conts a {
    color: #fff;
  }
}
.contact-inquire {
  padding: 9.25rem 0 5.625rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: -4.875rem;
  background-color: #F6F6F6;
}
.contact-inquire .flex {
  display: flex;
  justify-content: space-between;
}
.contact-inquire .right {
  width: 65.9574468%;
}
.mod_form {
  --form-margin: -5px;
  --form-padding: 5px;
  --form-item-botton: 12px;
  --form-item-br: 5px;
  --form-item-width: 50%;
  --form-item-bg: #FFFFFF;
  --form-item-height: 56px;
  --form-item-padding: 20px;
  --form-label-size: 14px;
  --form-color: #555555;
  --form-textarea-height: 250px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--form-margin);
}
.mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.mod_form .mod_form_item .conts {
  position: relative;
  background-color: var(--form-item-bg);
  border-radius: 5px;
}
.mod_form .mod_form_item .conts label {
  position: absolute;
  left: var(--form-item-padding);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.36s;
  font-size: var(--form-label-size);
  line-height: 1.2;
  color: var(--form-color);
}
.mod_form .mod_form_item .conts input {
  width: 100%;
  height: var(--form-item-height);
  padding: 0 var(--form-item-padding);
  font-size: var(--form-label-size);
  color: var(--form-color);
}
.mod_form .mod_form_item .conts textarea {
  height: var(--form-textarea-height);
  font-size: var(--form-label-size);
  padding: 22px var(--form-item-padding);
  width: 100%;
  color: var(--form-color);
}
.mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}
.mod_form .mod_form_item.button .conts {
  background-color: transparent;
  text-align: center;
  border: none;
}
.mod_form .mod_form_item.button {
  margin-bottom: 0;
}
.mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}
.mod_form .mod_form_item.proname .conts {
  display: flex;
  align-items: center;
  background-color: #F4F4F4;
}
.mod_form .mod_form_item.proname .conts label {
  position: static;
  flex-shrink: 0;
  transform: none;
  padding-left: var(--form-item-padding);
  margin-bottom: 0;
}
.mod_form .mod_form_item.proname .conts input {
  width: 100%;
  padding-left: 5px;
}
.mod_form .mod_form_item.uploads {
  margin-bottom: 0;
}
.mod_form .mod_form_item.block {
  width: 100%;
}
.contact {
  background-color: #fff;
}
.mod_form_group {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
.mod_form_group button {
  min-width: 190px;
  height: 56px;
  border-radius: 56px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  text-transform: uppercase;
  background-color: var(--main-color);
}
.mod_form_group button:hover {
  background-color: var(--main-color2);
}
.mod_form_upload {
  padding: 0 28px;
  height: 56px;
  border-radius: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color2);
  margin-right: 12px;
  cursor: pointer;
  transition: all 0.5s;
}
.mod_form_upload p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-right: 8px;
}
.mod_form_upload span {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .mod_form_upload:hover {
    background-color: var(--main-color);
  }
}
.file-input {
  display: none;
}
.file-input .btn-primary {
  background-color: var(--main-color);
}
.prodeta-inquires {
  margin-top: 4.375rem;
}
.prodeta-inquires .prodeta-title {
  margin-bottom: 2.8125rem;
}
.about .prodeta-nav {
  position: relative;
  z-index: 2;
  margin-top: 0;
}
.about-nav {
  margin-top: -63px;
}
.about-info {
  padding-top: 5.625rem;
  background-color: #fff;
  overflow: hidden;
}
.about-info .flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15.625rem;
}
.about-info .flex .title {
  padding-right: 30px;
}
.about-info .flex .right {
  width: 690px;
}
.about-info .flex .right .text1 {
  margin-bottom: 20px;
}
.about-info .flex .right .text1 p {
  color: #191919;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 42px */
}
.about-info .flex .right .text2 p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.about-info-other {
  background-color: #F6F6F6;
  padding-bottom: 4.375rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about-info-other .imgs {
  width: 100%;
  padding-left: calc((100% - 1410px) / 2);
  margin-top: -11.25rem;
}
.about-info-other .imgs .img_box {
  padding-top: 37.1257485%;
  border-radius: 5px;
  clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 100px, 100% 100%, 100px 100%, 0 calc(100% - 100px));
}
.about-info-other .edit {
  margin-top: 3.125rem;
}
.about-info-other .edit p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 0;
}
.about-info-bottom {
  padding: 4.375rem 0;
  overflow: hidden;
}
.about-info-bottom .flexs {
  display: flex;
  justify-content: space-between;
}
.about-info-bottom .flexs .lefts {
  width: 48.9361702%;
}
.about-info-bottom .flexs .lefts .img_box {
  padding-top: 73.91304347%;
  border-radius: 5px;
}
.about-info-bottom .flexs .rights {
  width: 48.9361702%;
  padding-top: 30px;
}
.about-info-bottom .flexs .rights .tits {
  color: #191919;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 42px */
  margin-bottom: 20px;
}
.about-info-bottom .flexs .rights .texts p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.about-content {
  position: relative;
  z-index: 1;
  padding: 4.375rem 0 5rem;
}
.about-content > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.about-factory-hd {
  margin-bottom: 3.125rem;
}
.about-factory-hd .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-factory-hd .flex .arrows {
  display: flex;
  align-items: center;
}
.about-factory-hd .flex .arrows .mod-prev {
  margin-right: 10px;
}
.about-factory-slick {
  width: 100%;
  padding: 0 54px;
}
.about-factory-list {
  margin: 0 -3px;
}
.about-factory-item {
  padding: 0 3px;
}
.about-factory-conts {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.about-factory-conts::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  background-color: #000;
  opacity: 0.1;
  transition: all 0.5s;
}
.about-factory-conts .img_box {
  padding-top: 62.2222222%;
  border-radius: 2px;
}
@media screen and (min-width: 1200px) {
  .about-factory-conts:hover::after {
    opacity: 0;
  }
  .about-factory-conts:hover .img_box img {
    transform: scale(1.05);
  }
}
.about-factory-list .slick-list {
  overflow: initial !important;
}
.about-factory-slick {
  overflow: hidden;
}
.about-honor {
  margin-top: 3.75rem;
}
.about-honor .title {
  margin-bottom: 3.75rem;
}
.about-honor-slick {
  display: flex;
  align-items: flex-end;
  --widthcenter: 350px;
  position: relative;
  z-index: 1;
}
.about-honor-slick .carter_arrow {
  top: calc(57% + 0px);
}
.about-honor-slick .about-honor-cslick {
  width: var(--widthcenter);
}
.about-honor-slick .about-honor-left,
.about-honor-slick .about-honor-right {
  width: 560px;
}
.about-honor-lcont,
.about-honor-ccont,
.about-honor-rcont {
  cursor: pointer;
}
.about-honor-lcont .img_box,
.about-honor-ccont .img_box,
.about-honor-rcont .img_box {
  padding-top: 140%;
}
.about-honor-lcont .tits,
.about-honor-ccont .tits,
.about-honor-rcont .tits {
  text-align: center;
  color: #191919;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 24px */
  margin-top: 16px;
  min-height: 48px;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .about-honor-lcont:hover .img_box img,
  .about-honor-ccont:hover .img_box img,
  .about-honor-rcont:hover .img_box img {
    transform: scale(1.05);
  }
}
.about-honor-cslick {
  padding: 0 30px;
}
.about-honor-litem,
.about-honor-ritem {
  padding: 0 var(--flex-padding);
}
.about-honor-left,
.about-honor-right {
  margin: 0 var(--flex-margin);
}
.about-honor-center {
  margin: 0 -10px;
}
.about-honor-citem {
  padding: 0 10px;
}
.prodeta .home-hot-link {
  padding-bottom: 4rem;
}
.prodeta {
  padding-top: 1px;
}
.home-news-item:not(:first-child) {
  display: none;
}
.about-honor-slick .carter_arrow {
  top: calc(49% + 0px);
}
/* sitemap */
.sitemap_cont {
  padding: 5.5rem 0 !important;
}
.sitemap_cont_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.sitemap_cont_item {
  width: 33.333333%;
  padding: 0 10px;
}
.sitemap_cont_link {
  display: block;
  text-align: center;
  line-height: 50px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.sitemap_cont_link:hover {
  text-decoration: underline;
}
.sitemap_second_list {
  margin-top: 15px;
}
.sitemap_second_item {
  margin-bottom: 10px;
}
.sitemap_second_link {
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  transition: all 0.36s;
  display: block;
  color: #222;
  padding: 4px 0;
}
.sitemap_second_link:hover {
  color: var(--main-color);
  text-decoration: underline;
}
@media screen and (max-width: 1680px) {
  .sitemap_cont_link {
    line-height: 45px;
  }
  .sitemap_second_item {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1440px) {
  .sitemap_cont_item {
    padding: 0 8px;
  }
  .sitemap_cont_list {
    margin: 0 -8px;
  }
  .sitemap_cont_link {
    line-height: 40px;
    font-size: 16px;
  }
  .sitemap_second_link {
    padding: 4px 0;
    line-height: 26px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .sitemap_cont {
    padding: 4.5rem 0 !important;
  }
  .sitemap_cont_list {
    margin: 0 -5px;
    flex-wrap: wrap;
  }
  .sitemap_cont_item {
    width: 33.333333%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sitemap_cont {
    padding: 7rem 0 ;
  }
  .sitemap_cont_list {
    flex-direction: column;
  }
  .sitemap_cont_item {
    width: 100%;
    margin-bottom: 10px;
  }
  .sitemap_second_list {
    margin-top: 10px;
  }
  .sitemap_cont {
    padding: 3.5rem 0 !important;
  }
}
/* sitemap-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: 20px !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;
  }
  .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;
  }
  .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;
  }
  .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: 0 !important;
  }
}
/* newdate-end */
.newsdeta .prodeta-inquires {
  padding-bottom: 5.5rem;
}
/* 搜索页 */
.product_search {
  margin-bottom: 20px;
}
.product_search_tit {
  font-family: Redbold;
  font-size: 22px;
  color: #14151a;
  margin-bottom: 15px;
}
.product_search_text {
  background-color: #fff;
  padding: 12px 20px;
  color: #999999;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  /* 搜索页 */
  .product_search_tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .product_search_text {
    padding: 10px 15px;
  }
  .product_search {
    margin-bottom: 15px;
  }
  /* 搜索页-end */
}
.privacy_cont {
  padding: 6rem 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;
}
.ct_aside1 {
  position: fixed;
  top: 55%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 10;
  --wh: 36px;
  --fs: 20px;
}
.ct_aside1_list {
  margin-bottom: 15px;
  transition: all 0.36s;
  background-color: 6px;
  border-radius: 100px;
  background: rgba(25, 25, 25, 0.7);
  backdrop-filter: blur(3px);
  padding: 6px;
}
.ct_aside1_item {
  margin-bottom: 10px;
  position: relative;
  transition: all 0.36s;
  cursor: pointer;
}
.ct_aside1_item:last-child {
  margin-bottom: 0;
}
.ct_aside1_link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: var(--fs);
  color: #fff !important;
  transition: all 0.36s;
}
.ct_aside1_item.active .ct_aside1_link {
  background-color: #FF9C15;
}
.ct_aside1_item:hover .ct_aside1_link {
  background-color: #FF9C15;
}
.ct_aside1_link,
.ct_aside1_switch {
  width: var(--wh);
  height: var(--wh);
  border-radius: 50%;
}
.ct_aside1_switch {
  background-color: var(--main-color);
  position: relative;
  transition: all 0.36s;
  cursor: pointer;
  display: none;
}
.ct_aside1_switch::after,
.ct_aside1_switch::before {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: all 0.36s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ct_aside1_switch::after {
  width: 2px;
  height: 15px;
}
.ct_aside1_switch::before {
  height: 2px;
  width: 15px;
}
.ct_aside1_switch.active {
  background-color: var(--main-color2);
  transform: rotate(-135deg);
}
.ct_aside1_cont {
  position: absolute;
  right: calc(100% + 5px);
  top: 50%;
  transform: translateY(-50%) translateX(100px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.36s;
  opacity: 0;
  pointer-events: none;
}
.ct_aside1_item.active .ct_aside1_cont {
  pointer-events: all;
  opacity: 1;
  transform: translateY(-50%) translateX(0px);
}
.ct_aside1_cont::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 100%;
}
.ct_aside1_cont .qr {
  width: 100px;
  padding: 2px;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.ct_aside1_cont .qr img {
  width: 100%;
}
.ct_aside1_cont a {
  display: inline-block;
  padding: 17px 22px;
  background-color: #fff;
  border-radius: 4px;
  color: #333;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  white-space: nowrap;
}
/* type-animatelist */
.ct_aside1_list.animatelist {
  transform: translateX(100px);
}
.ct_aside1_list.active {
  transform: translateX(0px);
}
/* type-animateitem */
.ct_aside1_list.animateitem .ct_aside1_item {
  transform: translateX(100px);
}
.ct_aside1_list.active .ct_aside1_item {
  transform: translateX(0px);
}
/* type-animateitem-rotate */
.ct_aside1_list.animateitem-rotate .ct_aside1_item {
  transform: translateX(80px) rotate(360deg);
}
.ct_aside1_list.active .ct_aside1_item {
  transform: translateX(0px) rotate(0deg);
}
@media screen and (max-width: 768px) {
  .ct_aside1_list {
    display: none;
  }
  .ct_aside1 {
    top: initial;
    right: 20px;
    bottom: 70px;
    transform: translateY(0);
  }
  .ct_aside1_switch {
    display: block;
  }
}
/* hover */
@media screen and (min-width: 1200px) {
  .ct_aside1_switch:hover {
    background-color: #031417;
  }
  .ct_aside1_item:hover .ct_aside1_cont {
    pointer-events: all;
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
.product-nav {
  position: sticky;
  top: 150px;
  left: 0;
}
.prodeta .prodeta-nav {
  position: sticky;
  top: 150px;
  left: 0;
  z-index: 10;
}
