@charset "utf-8";
body {
  /* 填写默认字体 */
  font-family: "Inter", "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
  color: #1e1d28;
  min-height: initial !important;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont/iconfont.woff2') format('woff2'), url('../fonts/iconfont/iconfont.woff') format('woff'), url('../fonts/iconfont/iconfont.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  src: local('Inter Black'), local('Inter-Black'), url('../fonts/inter/Inter-Black.woff2') format('woff2'), url('../fonts/inter/Inter-Black.woff') format('woff'), url('../fonts/inter/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter Bold'), local('Inter-Bold'), url('../fonts/inter/Inter-Bold.woff2') format('woff2'), url('../fonts/inter/Inter-Bold.woff') format('woff'), url('../fonts/inter/Inter-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter Medium'), local('Inter-Medium'), url('../fonts/inter/Inter-Medium.woff2') format('woff2'), url('../fonts/inter/Inter-Medium.woff') format('woff'), url('../fonts/inter/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter Regular'), local('Inter-Regular'), url('../fonts/inter/Inter-Regular.woff2') format('woff2'), url('../fonts/inter/Inter-Regular.woff') format('woff'), url('../fonts/inter/Inter-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: local('Oswald SemiBold'), local('Oswald-SemiBold'), url('../fonts/oswald/Oswald-SemiBold.woff2') format('woff2'), url('../fonts/oswald/Oswald-SemiBold.woff') format('woff'), url('../fonts/oswald/Oswald-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.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 {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -100;
}
/* 去除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;
  }
}
ul {
  padding: 0;
}
:root {
  font-size: 16px;
  --main-color: #ecddc8;
  --flex-margin: -15px;
  --flex-padding: 15px;
  --padd100: 100px;
  --padd120: 120px;
  --padd110: 110px;
  scroll-behavior: initial;
}
/* 翻译插件展位 */
.google-translate {
  min-width: 108px;
}
.fancybox-content {
  height: 800px !important;
}
.c_pcbtn {
  display: none;
}
.header.active {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.header {
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: var(--main-color);
  --height: 110px;
}
.header .flex {
  display: flex;
  justify-content: space-between;
}
.header .left {
  width: 320px;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  background-color: #081A2A;
  border-radius: 0 30px 0 0 ;
  overflow: hidden;
}
.header .left p {
  margin-left: 10px;
  color: #FFF;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 108.333%;
}
.header .right {
  display: flex;
  align-items: center;
  padding-right: 40px;
}
.translated-ltr .header,
.translated-rtl .header {
  top: 40px;
}
.google-translate a {
  pointer-events: none;
}
.header-logo {
  width: 280px;
  display: block;
  line-height: var(--height);
}
.header-logo img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .hd_list {
    display: flex;
  }
  .hd_item {
    position: relative;
    margin-right: 40px;
  }
  .hd_item:last-child {
    margin-right: 0;
  }
  .hd_link {
    color: #081A2A !important;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: var(--height);
    display: flex;
    align-items: center;
    position: relative;
  }
  .hd_link::after {
    content: "";
    position: absolute;
    width: 0%;
    right: 0;
    bottom: 0;
    height: 3px;
    background-color: #081A2A;
    transition: all 0.5s;
  }
  .hd_item.active .hd_link::after,
  .hd_item:hover .hd_link::after {
    right: initial;
    left: 0;
    width: 100%;
  }
  .hd_second {
    position: absolute;
    background-color: #fff;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    padding: 16px 20px;
  }
  .hd_second_link {
    white-space: nowrap;
    font-size: 16px;
    color: #081A2A;
    line-height: 1.65;
    display: inline-block;
    padding: 5px 0;
  }
  .hd_second_item.active .hd_second_link {
    color: var(--main-color);
  }
  .hd_second_link:hover {
    color: var(--main-color);
  }
}
.hd_second {
  display: none;
}
.hd_three {
  display: none;
}
.header-controls {
  display: flex;
  align-items: center;
}
.header-controls::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1px;
  height: 14px;
  background-color: #081A2A;
  margin: 0 40px;
}
.header-search {
  cursor: pointer;
  margin-right: 40px;
}
.header-search span {
  color: #081A2A;
  font-size: 24px;
}
@media screen and (min-width: 1200px) {
  .header-language:hover .list {
    pointer-events: all;
    opacity: 1;
  }
  .header-language:hover > span {
    transform: scale(1.1);
  }
  .header-search:hover span {
    transform: scale(1.1);
  }
}
.header-language {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 0;
  position: relative;
  margin-right: 40px;
}
.header-language > span {
  color: #081A2A;
  font-size: 24px;
  margin-right: 8px;
}
.header-language .text {
  display: flex;
  align-items: center;
}
.header-language .text p {
  color: #081A2A;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 4px;
}
.header-language .text .iconfont {
  font-size: 8px;
  color: #081A2A;
}
.header-language .list {
  position: absolute;
  width: 70px;
  background-color: #fff;
  border-radius: 4px;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 10px 14px;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
.header-language .list a {
  color: #333;
  font-size: 16px;
  line-height: 1.7;
  display: inline-block;
  padding: 5px 0;
}
.header-language .list .item.active a {
  color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .header-language .list .item:hover a {
    color: var(--main-color);
  }
}
.header-cart {
  width: 60px;
  height: 60px;
  background-color: #081A2A;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.header-cart span {
  color: #fff;
  font-size: 24px;
}
@media screen and (min-width: 1200px) {
  .header-cart:hover span {
    color: var(--main-color);
  }
}
.home-banner {
  background-color: var(--main-color);
  padding-right: 68px;
  padding-left: 9.583333vw;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.home-banner > .iconfont {
  position: absolute;
  right: 18px;
  bottom: 50px;
  color: #081A2A;
  font-size: 32px;
  z-index: 10;
  cursor: pointer;
}
.home-banner::after {
  content: "";
  position: absolute;
  width: 10vw;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #081A2A;
  z-index: -1;
}
.home-banner .home-banner-conts {
  overflow: hidden;
  border-radius: 0 60px 60px 0;
}
.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);
  transition: all 0.5s;
}
.home-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.home-banner-content {
  position: absolute;
  left: 75px;
  bottom: 8.75vw;
  z-index: 2;
  width: 850px;
}
.home-banner-content .title {
  color: #FFF;
  font-size: 66px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.home-banner-content .text {
  margin-top: 30px;
  width: 485px;
  max-width: 100%;
}
.home-banner-content .text p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.mod-tit60,
.mod-tit60 p {
  color: #081A2A;
  font-family: Oswald;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.mod-text p {
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
}
.hc_cont1590 {
  width: 1590px;
  margin: 0 auto;
}
.home-product {
  padding: var(--padd100) 0 var(--padd120);
  background-color: #FFFFFF;
}
.home-product .hds {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
}
.home-product .hds .left {
  width: 61.5094339%;
}
.home-product .hds .text {
  margin-top: 20px;
}
.mod-arrow {
  display: flex;
}
.mod-arrow .mod-prev {
  margin-right: 10px;
}
.mod-prev {
  transform: rotate(180deg);
}
.mod-prev,
.mod-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  pointer-events: all;
  cursor: pointer;
}
.mod-prev > img,
.mod-next > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
  transition: all 0.5s;
}
.mod-prev span,
.mod-next span {
  color: #081A2A;
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .mod-prev:hover,
  .mod-next:hover {
    background-color: var(--main-color);
  }
  .mod-prev:hover > img,
  .mod-next:hover > img {
    opacity: 0;
  }
}
.home-product-list {
  margin: 0 var(--flex-margin);
}
.home-product-item {
  padding: 0 var(--flex-padding);
}
.product-content {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.product-content .img_box {
  padding-top: 70.5882352%;
  flex-shrink: 0;
}
.product-content .content {
  flex-grow: 1;
  background-color: #081A2A;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px 40px 40px;
}
.product-content .content .tits {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 40px;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 52px;
}
.product-content .content .controls {
  display: flex;
  justify-content: space-between;
}
.product-content .content .controls .mores {
  width: calc(100% - 45px - 10px);
  border-radius: 3px;
  border: 1px solid #ecddc8;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ecddc8;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.product-content .content .controls .procart-btn {
  cursor: pointer;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #ecddc8;
  background: #081A2A;
  width: 45px;
  height: 45px;
}
.product-content .content .controls .procart-btn span {
  font-size: 24px;
  color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .product-content:hover .img_box img {
    transform: scale(1.05);
  }
  .product-content:hover .content {
    background-color: var(--main-color);
  }
  .product-content:hover .content .tits {
    color: #081A2A;
    text-decoration: underline;
  }
  .product-content:hover .content .controls .mores {
    background-color: #081A2A;
    color: var(--main-color);
  }
  .product-content:hover .content .controls .procart-btn {
    border: 1px solid #081A2A;
    background-color: transparent;
  }
  .product-content:hover .content .controls .procart-btn span {
    color: #081A2A;
  }
  .product-content:hover .content .controls .procart-btn:hover {
    border: 1px solid #081A2A;
    background-color: #081A2A;
  }
  .product-content:hover .content .controls .procart-btn:hover span {
    color: var(--main-color);
  }
}
.home-about {
  padding: var(--padd110) 0 var(--padd120);
  background-color: #F5F5F5;
}
.home-about .hds {
  display: flex;
  justify-content: space-between;
  margin-bottom: 140px;
}
.home-about .hds .title {
  width: 42.4528301%;
  color: #081A2A;
  font-family: Oswald;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 112%;
}
.home-about .hds .right {
  width: 49.05660377%;
}
.home-about .hds .right .more {
  min-width: 210px;
  padding: 0 20px;
  height: 45px;
  border-radius: 3px;
  background: #ecddc8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #081A2A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 50px;
}
@media screen and (min-width: 1200px) {
  .home-about .hds .right .more:hover {
    background-color: #081A2A;
    color: #fff;
  }
}
.home-about-list {
  display: flex;
  margin: 0 var(--flex-margin);
  flex-wrap: wrap;
}
.home-about-item {
  padding: 0 var(--flex-padding);
  width: 33.333333%;
}
.home-about-content {
  padding-top: 26px;
  border-top: 1px solid #081A2A;
}
.home-about-content .type {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
  color: #081A2A;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.home-about-content .type::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #081A2A;
  margin-right: 15px;
}
.home-about-content .number {
  display: flex;
  align-items: center;
}
.home-about-content .number .val,
.home-about-content .number .unit {
  color: #081A2A;
  font-family: Oswald;
  font-size: 66px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.home-about-content .texts {
  margin-top: 25px;
  width: 430px;
  max-width: 100%;
}
.home-about-content .texts p {
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.home-about2 {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.home-about2 .left {
  width: 50%;
  position: relative;
}
.home-about2 .left .img_box {
  padding-top: 93.75%;
  height: 100%;
}
.home-about2 .left .img_box img {
  object-fit: cover;
}
.home-about2 .right {
  width: 50%;
  background-color: var(--main-color);
  padding: 120px 0;
  padding-left: 120px;
  padding-right: calc((100% - 1590px) / 2);
}
.home-about2 .right .tits {
  margin-top: 56px;
  color: #081A2A;
  font-family: Oswald;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 126.667%;
}
.home-about2 .right .text {
  margin-top: 36px;
}
.home-about2 .right .text p {
  color: #081A2A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  /*  */
}
.home-about2 .right .tels {
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.home-about2 .right .tels span {
  font-size: 32px;
  color: #081A2A;
  margin-right: 20px;
  transform: translateY(2px);
}
.home-about2 .right .tels p {
  color: #081A2A;
  font-family: Oswald;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 115.385%;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .home-about2 .right .tels:hover p {
    text-decoration: underline;
  }
}
.home-about2 .right .more {
  margin-top: 82px;
  display: inline-flex;
  min-width: 210px;
  padding: 0 18px;
  border-radius: 3px;
  background: #081A2A;
  height: 45px;
  align-items: center;
  justify-content: center;
  color: #ecddc8;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 1200px) {
  .home-about2 .right .more:hover {
    transform: translateY(4px);
  }
}
.home-information-img {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.home-information-img * {
  height: 100%;
}
.home-information-list .item.active .link::after {
  opacity: 1 !important;
}
.home-information-list .item.active .link .time {
  color: var(--main-color) !important;
}
.home-information {
  padding: var(--padd120) 0;
  background-color: #F5F5F5;
  overflow: hidden;
}
.home-information .flex {
  display: flex;
  justify-content: space-between;
}
.home-information .flex .left {
  width: 50.3144654%;
}
.home-information .flex .left .img_box {
  height: 100%;
  padding-top: 83.75%;
  border-radius: 10px;
}
.home-information .flex .right {
  width: 42.4528301%;
}
.home-information .flex .right .title {
  margin-bottom: 60px;
}
.home-information .flex .right .item {
  border-bottom: 1px solid #DEE0E1;
}
.home-information .flex .right .link {
  display: block;
  padding: 33px 0;
  padding-right: 36px;
  position: relative;
  z-index: 1;
}
.home-information .flex .right .link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(255, 184, 28, 0) 0%, #ecddc8 100%);
  transition: all 0.5s;
  opacity: 0;
}
.home-information .flex .right .link .time {
  color: #7F8890;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-transform: capitalize;
  transition: all 0.5s;
}
.home-information .flex .right .link .tits {
  margin-top: 18px;
  color: #081A2A;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1200px) {
  .home-information .flex .right .link:hover::after {
    opacity: 1;
  }
  .home-information .flex .right .link:hover .time {
    color: var(--main-color);
  }
}
.home-information .more {
  min-width: 210px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #ecddc8;
  display: inline-flex;
  color: #081A2A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  .home-information .more:hover {
    background-color: #031417;
    color: var(--main-color);
  }
}
.home-case {
  padding: var(--padd110) 0;
  position: relative;
}
.home-case::after {
  content: "";
  position: absolute;
  width: 1590px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  background: linear-gradient(to right, #ABB6C0 0%, #ABB6C0 50%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 100%;
}
.home-case .title {
  text-align: center;
}
.home-case .text {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-top: 20px;
}
.home-case .more-box {
  text-align: center;
  margin-top: 60px;
}
.home-case .mores {
  min-width: 210px;
  height: 45px;
  border-radius: 3px;
  background-color: #081A2A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ecddc8;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 1200px) {
  .home-case .mores:hover {
    background-color: var(--main-color);
    color: #081A2A;
  }
}
.home-case-list {
  margin: 80px -7px 0;
}
.home-case-item {
  padding: 0 7px;
}
.home-case-link {
  display: block;
}
.home-case-link .imgs {
  padding: 8px;
  transition: all 0.5s;
  border-radius: 6px;
  margin-bottom: 12px;
  background-color: var(--main-color);
  background: transparent;
}
.home-case-link .imgs .img_box {
  padding-top: 68.42105263%;
  border-radius: 6px;
}
.home-case-link .tits {
  padding: 0 10px;
  color: #081A2A;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 122.222%;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .home-case-link:hover .imgs {
    background-color: var(--main-color);
  }
  .home-case-link:hover .imgs .img_box img {
    transform: scale(1.05);
  }
  .home-case-link:hover .tits {
    color: var(--main-color);
  }
}
.home-media {
  padding: var(--padd110) 0;
}
.home-media .title {
  text-align: center;
}
.home-media .text {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
}
.home-media-list {
  display: flex;
  flex-wrap: wrap;
  margin: 70px var(--flex-margin) 0;
}
.home-media-item {
  width: 33.333333%;
  padding: 0 var(--flex-padding);
}
.home-media-conts .img_box {
  padding-top: 80.3921568%;
  margin-bottom: 20px;
}
.home-media-conts .tits {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-media-conts .tits span {
  font-size: 28px;
  color: #081A2A;
  margin-right: 14px;
  transform: translateY(-1px);
}
.home-media-conts .tits p {
  color: #081A2A;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  text-transform: uppercase;
}
.footer {
  background-color: #081A2A;
}
.footer-tits {
  color: #FFF;
  font-family: Oswald;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.footer-top {
  padding: var(--padd100) 0 var(--padd120);
}
.footer-top .flex {
  display: flex;
  justify-content: space-between;
}
.footer-form {
  width: 550px;
}
.footer-form .footer-tits {
  margin-bottom: 45px;
}
.footer-form form {
  display: flex;
  border: 1px solid var(--main-color);
  border-radius: 3px;
  overflow: hidden;
}
.footer-form form input {
  width: calc(100% - 120px);
  padding: 0 22px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-form form input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #7F8890;
}
.footer-form form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7F8890;
}
.footer-form form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #7F8890;
}
.footer-form form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #7F8890;
}
.footer-form form button {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  background-color: var(--main-color);
  transition: all 0.5s;
}
.footer-form form button span {
  font-size: 24px;
  color: #081A2A;
}
@media screen and (min-width: 1200px) {
  .footer-form form button:hover {
    background-color: #ffae00;
  }
  .footer-form form button:hover span {
    transform: rotate(45deg);
  }
}
.footer-media {
  margin-top: 90px;
  display: flex;
}
.footer-media li {
  margin-right: 16px;
}
.footer-media a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #092741;
  background: #081A2A;
  width: 40px;
  height: 40px;
}
.footer-media a span {
  color: var(--main-color);
  font-size: 20px;
}
@media screen and (min-width: 1200px) {
  .footer-media a:hover {
    border-color: var(--main-color);
    background-color: var(--main-color);
  }
  .footer-media a:hover span {
    color: #081A2A;
  }
}
.footer-product .footer-tits {
  margin-bottom: 32px;
}
.footer-product .item {
  margin-bottom: 10px;
}
.footer-product .item a {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
  .footer-product .item a:hover {
    color: var(--main-color);
    text-decoration: underline;
  }
}
.footer-product .item:last-child {
  margin-bottom: 0;
}
.contact {
  overflow: hidden;
}
.footer-contact {
  width: 350px;
}
.footer-contact .footer-tits {
  margin-bottom: 32px;
}
.footer-contact .list li {
  margin-bottom: 30px;
}
.footer-contact .list li .key {
  color: #415362;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 12px;
  transition: all 0.5s;
}
.footer-contact .list li .content p,
.footer-contact .list li .content a {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.222%;
}
@media screen and (min-width: 1200px) {
  .footer-contact .list li .content a:hover {
    color: var(--main-color);
    text-decoration: underline;
  }
}
@media screen and (min-width: 1200px) {
  .footer-contact .list li:hover .key {
    color: var(--main-color);
  }
  .footer-contact .list li:hover .content a {
    color: var(--main-color);
    text-decoration: underline;
  }
}
.footer-bottom {
  margin-top: 30px;
}
.footer-bottom .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid #092741;
}
.footer-bottom .left {
  display: flex;
  align-items: center;
}
.footer-bottom .left p,
.footer-bottom .left a {
  color: #415362;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-right: 14px;
}
@media screen and (min-width: 1200px) {
  .footer-bottom .left a:hover {
    color: var(--main-color);
  }
}
.footer-bottom .right {
  display: flex;
  align-items: center;
}
.footer-bottom .right a {
  display: flex;
  align-items: center;
  color: #415362;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.footer-bottom .right a::after {
  content: "";
  display: block;
  width: 1px;
  flex-shrink: 0;
  height: 12px;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 20px;
}
@media screen and (min-width: 1200px) {
  .footer-bottom .right a:hover {
    color: var(--main-color);
  }
}
.footer-bottom .right a:last-child::after {
  display: none;
}
.google-translate {
  margin-top: 30px;
}
.page-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #081A2A 0%, rgba(8, 26, 42, 0) 61.69%);
  z-index: 1;
}
.page-banner-content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.page-banner-content .title {
  color: #ecddc8;
  font-family: Oswald;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: capitalize;
  margin-bottom: 40px;
}
/* bread */
.bread {
  width: 100%;
  --text-color: #fff;
  --text-interval: 8px;
  --text-fontsize: 18px;
  --icon-fontsize: 18px;
  --hover-color: #ecddc8;
}
.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(--hover-color);
  font-size: var(--icon-fontsize);
  margin-right: 12px;
}
.mod_bread_link .text {
  color: var(--text-color);
  font-size: var(--text-fontsize);
  transition: all 0.36s;
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mod_bread_item:last-child .mod_bread_link .text {
  text-decoration: underline;
  color: var(--main-color);
}
.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 {
  padding: var(--padd100) 0 var(--padd120);
}
.product .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product .left {
  width: 375px;
  position: sticky;
  left: 0;
  top: 140px;
}
.product .left .titles {
  padding: 12px 20px;
  background-color: #081A2A;
  border-radius: 3px 3px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: Oswald;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.product .right {
  width: calc(100% - 375px);
  padding-left: 60px;
}
.product .right .title {
  color: #081A2A;
  font-family: Oswald;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.product .right .text {
  margin-top: 20px;
}
.product .right .text p {
  color: #344350;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
}
.product-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 82px;
  padding: 0 26px;
  background-color: var(--main-color);
}
.product-nav-link p {
  color: #081A2A;
  font-family: Oswald;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
}
.product-nav-link .iconfont {
  font-size: 16px;
  color: #081A2A;
}
.product-nav-item {
  margin-bottom: 1px;
}
.product-second {
  background-color: #081A2A;
  padding: 20px 26px;
  display: none;
}
.product-second-item {
  margin-bottom: 5px;
}
.product-second-item:last-child {
  margin-bottom: 0;
}
.product-second-link {
  display: flex;
  align-items: flex-start;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  text-transform: capitalize;
}
.product-second-link::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--main-color);
  flex-shrink: 0;
  margin-right: 12px;
  display: inline-block;
  transform: translateY(14px);
}
@media screen and (min-width: 1200px) {
  .product-second-link:hover {
    color: var(--main-color);
    text-decoration: underline;
  }
}
.product-second-item.active .product-second-link {
  color: var(--main-color);
  text-decoration: underline;
}
.product-nav-item.active .product-nav-link span {
  transform: rotate(90deg);
}
.product-nav-item.active .product-second {
  display: block;
}
.product-list {
  margin: 70px var(--flex-margin) -30px;
}
.product-item {
  margin-bottom: 30px;
}
.product-item {
  padding: 0 var(--flex-padding);
}
.product-item .product-content .content .tits {
  font-size: 18px;
}
.product-item .product-content .content {
  padding: 24px 30px 28px;
}
.product-item .product-content .content .tits {
  margin-bottom: 36px;
}
.product-item .product-content .content .controls .procart-btn span {
  font-size: 20px;
}
.product-item .product-content .content .controls .procart-btn {
  width: 38px;
  height: 38px;
}
.product-item .product-content .content .controls .mores {
  width: calc(100% - 38px - 8px);
  font-size: 14px;
}
/* 分页 */
.mod_page {
  display: flex;
  align-items: center;
  justify-content: center;
  --margin-x: 6px;
  --fs: 18px;
  --iconfs: 16px;
  --wh: 50px;
  --bg: rgba(255, 184, 28, 0);
  --page-color: #081A2A;
  margin-top: 80px;
}
.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);
  color: #081A2A !important;
  font-family: Oswald;
}
.mod_page .prev a,
.mod_page .next a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--wh);
}
.mod_page .prev span {
  transform: rotate(180deg);
}
.mod_page .next span {
  transform: rotate(0deg);
}
.mod_page .prev span,
.mod_page .next span {
  font-size: var(--iconfs);
}
.mod_page_item.act a {
  background-color: var(--main-color);
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .mod_page_item a:hover {
    background-color: var(--main-color);
  }
}
/* 分页-end */
.prodeta-info {
  padding: var(--padd100) 0 90px;
  overflow: hidden;
}
.prodeta-info .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prodeta-info .left {
  width: 49.0566037%;
}
.prodeta-info .right {
  width: 44.654088%;
}
.prodeta-info .right .title {
  color: #081A2A;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 129.412%;
  padding-bottom: 30px;
  border-bottom: 1px solid #081A2A;
  margin-bottom: 50px;
}
.prodeta-info .right .des {
  margin-bottom: 80px;
}
.prodeta-info .right .des .key {
  color: #ecddc8;
  font-family: Oswald;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.prodeta-info .right .des .text {
  margin-top: 20px;
}
.prodeta-info .right .des .text p {
  color: #344350;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
}
.prodeta-info .right .prodeta-share {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.prodeta-info .right .prodeta-share p {
  color: #081A2A;
  font-family: Oswald;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 20px;
}
.prodeta-info .right .groups {
  display: flex;
  justify-content: space-between;
}
.prodeta-info .right .groups .inquire-btn,
.prodeta-info .right .groups .cat-btn {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  cursor: pointer;
  transition: all 0.5s;
  border-radius: 3px;
}
.prodeta-info .right .groups .inquire-btn {
  background-color: var(--main-color);
  color: #081A2A;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.prodeta-info .right .groups .cat-btn {
  background-color: #081A2A;
}
.prodeta-info .right .groups .cat-btn span {
  color: #fff;
  font-size: 20px;
  margin-right: 12px;
}
.prodeta-info .right .groups .cat-btn p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .prodeta-info .right .groups .cat-btn:hover {
    background-color: var(--main-color);
  }
  .prodeta-info .right .groups .cat-btn:hover span {
    color: #081A2A;
  }
  .prodeta-info .right .groups .cat-btn:hover p {
    color: #081A2A;
  }
}
.prodeta-info-blist {
  margin-bottom: 17px;
  border-radius: 6px;
  overflow: hidden;
}
.prodeta-info-blist .img_box {
  padding-top: 72.2222222%;
  border-radius: 6px;
  overflow: hidden;
}
.prodeta-info-slist {
  margin: 0 -9px;
}
.prodeta-info-sitem {
  padding: 0 9px;
}
.prodeta-info-scont {
  position: relative;
  z-index: 1;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}
.prodeta-info-scont .img_box {
  padding-top: 72.2222222%;
}
.prodeta-info-scont .play {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(8, 26, 42, 0.7);
  z-index: 3;
}
.prodeta-info-scont .play img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  z-index: 4;
}
.prodeta-nav {
  background-color: #fff;
  position: sticky;
  z-index: 10;
  left: 0;
  top: 110px;
}
@media screen and (max-width: 1680px) {
  .prodeta-nav {
    top: 100px;
  }
}
@media screen and (max-width: 1440px) {
  .prodeta-nav {
    top: 90px;
  }
}
@media screen and (max-width: 1200px) {
  .prodeta-nav {
    top: 80px;
  }
}
.prodeta-nav-list {
  display: flex;
}
.prodeta-nav-item {
  margin-right: 90px;
  padding: 22px 0;
  color: #081A2A;
  font-family: Oswald;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}
.prodeta-nav-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: var(--main-color);
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  opacity: 0;
}
.prodeta-nav-item:last-child {
  margin-right: 0;
}
.prodeta-nav-item.active {
  color: var(--main-color);
}
.prodeta-nav-item.active::after {
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .prodeta-nav-item:hover {
    color: var(--main-color);
  }
  .prodeta-nav-item:hover::after {
    opacity: 1;
  }
}
.prodeta-tits {
  color: #ecddc8;
  font-family: Oswald;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.prodeta-details {
  padding: 80px 0 90px;
  margin-bottom: 80px;
  background-color: #f2f2f2;
}
.prodeta-details .prodeta-tits {
  margin-bottom: 26px;
}
.prodeta-details .edit p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.prodeta-technical {
  margin-bottom: 80px;
}
.prodeta-technical .prodeta-tits {
  margin-bottom: 30px;
}
.prodeta-inquire {
  margin-bottom: 80px;
}
.prodeta-inquire .prodeta-tits {
  margin-bottom: 30px;
}
.prodeta-inquire .mod_form {
  --form-margin: -10px;
  --form-padding: 10px;
  --form-item-botton: 20px;
  --form-item-br: 3px;
  --form-item-width: 50%;
  --form-item-bg: #F5F6F8;
  --form-item-height: 50px;
  --form-item-padding: 25px;
  --form-label-size: 16px;
  --form-color: #344350;
  --form-textarea-height: 250px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--form-margin);
}
.prodeta-inquire .mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
@media screen and (min-width: 1200px) {
  .prodeta-inquire .mod_form .mod_form_item .conts:hover {
    border: 1.2px solid var(--main-color);
  }
}
.prodeta-inquire .mod_form .mod_form_item .conts {
  position: relative;
  border-radius: var(--form-item-br);
  border-radius: 3px;
  border: 1px solid #081A2A;
  background: transparent;
  transition: all 0.5s;
}
.prodeta-inquire .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);
  background-color: #fff;
}
.prodeta-inquire .mod_form .mod_form_item .conts input {
  width: 100%;
  height: var(--form-item-height);
  padding: 0 var(--form-item-padding);
  font-size: var(--form-label-size);
  color: var(--form-color);
}
.prodeta-inquire .mod_form .mod_form_item .conts textarea {
  height: var(--form-textarea-height);
  font-size: var(--form-label-size);
  padding: 22px var(--form-item-padding);
  width: 100%;
  color: var(--form-color);
}
.prodeta-inquire .mod_form .mod_form_item .conts button {
  display: inline-block;
  min-width: 200px;
  height: 46px;
  padding: 0 18px;
  color: #fff;
  background-color: var(--main-color);
  color: #081A2A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
  border-radius: 3px;
}
.prodeta-inquire .mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}
.prodeta-inquire .mod_form .mod_form_item.selects.open .conts .selects-icon {
  transform: translateY(-50%) rotate(180deg);
}
.prodeta-inquire .mod_form .mod_form_item.selects .conts {
  cursor: pointer;
}
.prodeta-inquire .mod_form .mod_form_item.selects .conts input {
  pointer-events: none;
}
.prodeta-inquire .mod_form .mod_form_item.selects .conts .select-list {
  position: absolute;
  width: 100%;
  padding: 15px var(--form-item-padding);
  background-color: #e6e6e6;
  left: 0;
  top: calc(100% + 5px);
  z-index: 2;
  border-radius: var(---form-item-br);
  display: none;
}
.prodeta-inquire .mod_form .mod_form_item.selects .conts .select-list li {
  padding: 5px 0;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 15px;
  line-height: 1.75;
}
.prodeta-inquire .mod_form .mod_form_item.selects .conts .select-list li.active {
  color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .prodeta-inquire .mod_form .mod_form_item.selects .conts .select-list li:hover {
    color: var(--main-color);
  }
}
.prodeta-inquire .mod_form .mod_form_item.selects .conts .selects-icon {
  position: absolute;
  width: 10px;
  right: var(--form-item-padding);
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  cursor: pointer;
}
.prodeta-inquire .mod_form .mod_form_item.button .conts {
  background-color: transparent;
  text-align: center;
  border: none;
}
.prodeta-inquire .mod_form .mod_form_item.button {
  margin-bottom: 0;
}
.prodeta-inquire .mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}
.prodeta-inquire .mod_form .mod_form_item.proname .conts {
  display: flex;
  align-items: center;
  background-color: #081A2A;
}
.prodeta-inquire .mod_form .mod_form_item.proname .conts label {
  position: static;
  flex-shrink: 0;
  transform: none;
  padding-left: var(--form-item-padding);
  margin-bottom: 0;
  color: var(--main-color);
  color: #ecddc8;
  font-family: Oswald;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: transparent !important;
}
.prodeta-inquire .mod_form .mod_form_item.proname .conts input {
  width: 100%;
  padding-left: 5px;
  color: var(--main-color);
  color: #ecddc8 !important;
  font-family: Oswald;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.prodeta-inquire .mod_form .mod_form_item.block {
  width: 100%;
}
.prodeta-related-list {
  margin: 0 var(--flex-margin);
}
.prodeta-related {
  padding-bottom: 80px;
}
.prodeta-related .hds {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.prodeta-related-item {
  padding: 0 var(--flex-padding);
}
.case {
  padding: 80px 0 var(--padd110);
}
.case-item {
  margin-bottom: 30px;
}
.case-item:last-child {
  margin-bottom: 0;
}
.case-link {
  display: flex;
}
.case-link .imgs {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 540px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.case-link .imgs .img_box {
  padding-top: 68.5185185%;
  border-radius: 6px;
}
.case-link .right {
  width: calc(100% - 540px);
}
.case-link .content {
  margin-left: -270px;
  height: 100%;
  background-color: #F2F3F4;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: calc(270px + 100px);
  padding-right: 100px;
  transition: all 0.5s;
  border-radius: 8px;
}
.case-link .content .tits {
  color: #081A2A;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.case-link .content .texts p {
  color: #344350;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.case-link .content .more {
  display: inline-flex;
  min-width: 210px;
  height: 45px;
  border-radius: 3px;
  background-color: var(--main-color);
  align-items: center;
  justify-content: center;
  color: #081A2A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 80px;
  transition: all 0.5s;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .case-link:hover .imgs .img_box img {
    transform: scale(1.05);
  }
  .case-link:hover .content {
    background-color: var(--main-color);
  }
  .case-link:hover .content .more {
    background-color: #081A2A;
    color: var(--main-color);
  }
}
.download {
  padding: var(--padd100) 0 var(--padd110);
}
.download-list {
  margin: 0 var(--flex-margin) -30px;
}
.download-item {
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}
.download-link {
  position: relative;
  z-index: 1;
  display: block;
}
.download-link .img_box {
  padding-top: 126.53061%;
  border-radius: 6px;
}
.download-link .img_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(8, 26, 42, 0) 34.84%, rgba(8, 26, 42, 0.9) 100%);
  transition: all 0.5s;
}
.download-link .img_box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(255, 184, 28, 0) 34.84%, #ecddc8 100%);
  z-index: 3;
  transition: all 0.5s;
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  .download-link:hover .img_box img {
    transform: scale(1.05);
  }
  .download-link:hover .img_box::after {
    opacity: 0;
  }
  .download-link:hover .img_box::before {
    opacity: 1;
  }
  .download-link:hover .download-content .tits {
    text-decoration: underline;
  }
  .download-link:hover .icons {
    border-color: rgba(8, 26, 42, 0.3);
    background-color: #081A2A;
  }
  .download-link:hover .icons span {
    color: var(--main-color);
  }
}
.download-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 45px 45px;
  z-index: 2;
  padding-right: 85px;
  z-index: 6;
}
.download-content .tits {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.download-content .info {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
.download .icons {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid rgba(255, 184, 28, 0.3);
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  right: 30px;
  top: 30px;
  z-index: 3;
  transition: all 0.5s;
  background-clip: content-box;
}
.download .icons span {
  color: #081A2A;
  font-size: 26px;
}
.news {
  padding: var(--padd100) 0 var(--padd120);
}
.news-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-link .img_box {
  padding-top: 85.7142857%;
  border-radius: 6px;
  margin-bottom: 30px;
}
.news-link .time {
  color: #7F8890;
  font-family: Oswald;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 111.111%;
  text-transform: capitalize;
  transition: all 0.5s;
  margin-bottom: 20px;
}
.news-link .tits {
  color: #081A2A;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .news-link:hover .img_box img {
    transform: scale(1.05);
  }
  .news-link:hover .time {
    color: var(--main-color);
  }
  .news-link:hover .tits {
    text-decoration: underline;
  }
  .news-link:hover .mod-next {
    background-color: var(--main-color);
  }
  .news-link:hover .mod-next img {
    opacity: 0;
  }
}
.news-list {
  margin: 0 -30px -60px;
}
.news-item {
  padding: 0 30px;
  margin-bottom: 60px;
}
.contact-tops {
  padding-top: var(--padd100);
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--padd120);
}
.contact-tops .title {
  width: 35.22012579%;
  color: #081A2A;
  font-family: Oswald;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 146.667%;
  text-transform: capitalize;
}
.contact-tops .right {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 55.97484276%;
  padding-bottom: 10px;
}
.contact-tops .right img {
  width: 270px;
  margin-bottom: 10px;
}
.contact-tops .right .text {
  width: 510px;
}
.contact-tops .right .text p {
  color: #081A2A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
}
.contact-bottoms {
  display: flex;
  justify-content: space-between;
}
.contact-bottoms .right {
  width: 55.97484276%;
  border-radius: 10px;
  background: #081A2A;
  padding: 70px 80px;
}
.contact-bottoms .right .tits {
  color: #FFF;
  font-family: Oswald;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.contact-bottoms .right .mod_form {
  --form-margin: -10px;
  --form-padding: 10px;
  --form-item-botton: 20px;
  --form-item-br: 3px;
  --form-item-width: 50%;
  --form-item-bg: #F5F6F8;
  --form-item-height: 50px;
  --form-item-padding: 25px;
  --form-label-size: 16px;
  --form-color: #344350;
  --form-textarea-height: 250px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--form-margin);
}
.contact-bottoms .right .mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.contact-bottoms .right .mod_form .mod_form_item .conts {
  position: relative;
  border-radius: var(--form-item-br);
  border: 1px solid #081A2A;
  background: transparent;
  transition: all 0.5s;
  border-radius: 3px;
  border: 1px solid #ecddc8;
}
.contact-bottoms .right .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: #fff;
  background-color: #081A2A;
  padding: 0 5px;
}
.contact-bottoms .right .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: #fff;
}
.contact-bottoms .right .mod_form .mod_form_item .conts input::-webkit-input-placeholder textarea::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #fff;
}
.contact-bottoms .right .mod_form .mod_form_item .conts input:-moz-placeholder,
.contact-bottoms .right .mod_form .mod_form_item .conts textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.contact-bottoms .right .mod_form .mod_form_item .conts input::-moz-placeholder,
.contact-bottoms .right .mod_form .mod_form_item .conts textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.contact-bottoms .right .mod_form .mod_form_item .conts input:-ms-input-placeholder,
.contact-bottoms .right .mod_form .mod_form_item .conts textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.contact-bottoms .right .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);
  color: #fff;
}
.contact-bottoms .right .mod_form .mod_form_item .conts button {
  display: inline-block;
  min-width: 200px;
  height: 46px;
  padding: 0 18px;
  color: #fff;
  background-color: var(--main-color);
  color: #081A2A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
  width: 100%;
  border-radius: 3px;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .contact-bottoms .right .mod_form .mod_form_item .conts button:hover {
    background-color: #ffae00;
  }
}
.contact-bottoms .right .mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}
.contact-bottoms .right .mod_form .mod_form_item.selects.open .conts .selects-icon {
  transform: translateY(-50%) rotate(180deg);
}
.contact-bottoms .right .mod_form .mod_form_item.selects .conts {
  cursor: pointer;
}
.contact-bottoms .right .mod_form .mod_form_item.selects .conts input {
  pointer-events: none;
}
.contact-bottoms .right .mod_form .mod_form_item.selects .conts .select-list {
  position: absolute;
  width: 100%;
  padding: 15px var(--form-item-padding);
  background-color: #e6e6e6;
  left: 0;
  top: calc(100% + 5px);
  z-index: 2;
  border-radius: var(---form-item-br);
  display: none;
}
.contact-bottoms .right .mod_form .mod_form_item.selects .conts .select-list li {
  padding: 5px 0;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 15px;
  line-height: 1.75;
}
.contact-bottoms .right .mod_form .mod_form_item.selects .conts .select-list li.active {
  color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .contact-bottoms .right .mod_form .mod_form_item.selects .conts .select-list li:hover {
    color: var(--main-color);
  }
}
.contact-bottoms .right .mod_form .mod_form_item.selects .conts .selects-icon {
  position: absolute;
  width: 10px;
  right: var(--form-item-padding);
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  cursor: pointer;
}
.contact-bottoms .right .mod_form .mod_form_item.button .conts {
  background-color: transparent;
  text-align: center;
  border: none;
}
.contact-bottoms .right .mod_form .mod_form_item.button {
  margin-bottom: 0;
}
.contact-bottoms .right .mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}
.contact-bottoms .right .mod_form .mod_form_item.proname .conts {
  display: flex;
  align-items: center;
  background-color: #081A2A;
}
.contact-bottoms .right .mod_form .mod_form_item.proname .conts label {
  position: static;
  flex-shrink: 0;
  transform: none;
  padding-left: var(--form-item-padding);
  margin-bottom: 0;
  color: var(--main-color);
  color: #ecddc8;
  font-family: Oswald;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: transparent !important;
}
.contact-bottoms .right .mod_form .mod_form_item.proname .conts input {
  width: 100%;
  padding-left: 5px;
  color: var(--main-color);
  color: #ecddc8 !important;
  font-family: Oswald;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-bottoms .right .mod_form .mod_form_item.block {
  width: 100%;
}
.contact-bottoms {
  display: flex;
  justify-content: space-between;
}
.contact-bottoms .left {
  width: 33.962264%;
}
.contact-bottoms .left .tits {
  color: #081A2A;
  font-family: Oswald;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 60px;
}
.contact-bottoms .right {
  width: 55.97484276%;
}
.contact-list {
  margin-bottom: 6.51041666vw;
}
.contact-item {
  margin-bottom: 28px;
}
.contact-item .key {
  color: #7F8890;
  font-family: Oswald;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s;
  margin-bottom: 15px;
}
.contact-item .conts a,
.contact-item .conts p {
  color: #081A2A;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}
@media screen and (min-width: 1200px) {
  .contact-item .conts a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1200px) {
  .contact-item:hover .key {
    color: var(--main-color);
  }
}
.contact-item:last-child {
  margin-bottom: 0;
}
.contact-media {
  padding-top: 30px;
  border-top: 1px solid rgba(8, 26, 42, 0.1);
  display: flex;
}
.contact-media-item {
  margin-right: 20px;
}
.contact-media-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background: #081A2A;
}
.contact-media-item a span {
  color: var(--main-color);
  font-size: 20px;
}
@media screen and (min-width: 1200px) {
  .contact-media-item a:hover {
    background: var(--main-color);
  }
  .contact-media-item a:hover span {
    color: #081A2A;
  }
}
.contact-media-item:last-child {
  margin-right: 0;
}
.about-info {
  padding: var(--padd110) 0 0px;
}
.about-info .subtit {
  margin-top: 50px;
  color: #081A2A;
  font-family: Oswald;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 126.667%;
}
.about-info .text {
  margin-top: 30px;
}
.about-info .text p {
  color: #344350;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
}
.about-info-item {
  padding: 70px 0;
}
.about-info-item .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-info-item .left {
  width: 40.56603773%;
}
.about-info-item .left .img_box {
  padding-top: 61.53846153%;
  border-radius: 6px;
}
.about-info-item .right {
  width: 53.7735849%;
}
.about-info-item .right .tits {
  color: #081A2A;
  font-family: Oswald;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.about-info-item .right .texts {
  margin-top: 20px;
}
.about-info-item .right .texts p {
  color: #344350;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
}
.about-info-item:nth-child(even) {
  background-color: #F5F5F5;
}
.about-info-item:nth-child(even) .flex {
  flex-direction: row-reverse;
}
.about-video {
  position: relative;
  cursor: pointer;
}
.about-video .img_box {
  padding-top: 29.1666666%;
}
@media screen and (min-width: 1200px) {
  .about-video:hover .img_box img {
    transform: scale(1.05);
  }
}
.about-honor {
  padding: var(--padd100) 0 80px;
  background-color: var(--main-color);
}
.about-honor .hds {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 70px;
}
.about-honor .hds .left {
  width: 61.63522012%;
}
.about-honor .hds .left .text {
  margin-top: 20px;
}
.about-honor .hds .left .text p {
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
}
.about-honor .hds .mod-prev:hover,
.about-honor .hds .mod-next:hover {
  background-color: #081A2A !important;
}
.about-honor .hds .mod-prev:hover span,
.about-honor .hds .mod-next:hover span {
  color: var(--main-color);
}
.about-honor-content {
  position: relative;
  cursor: pointer;
  padding: 22px;
}
.about-honor-content::after {
  content: "";
  position: absolute;
  border-radius: 3px;
  border: 16px solid #081A2A;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s;
}
.about-honor-content .img_box {
  padding-top: 140%;
}
.about-honor-content .img_box .iconfont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  font-size: 32px;
  color: var(--main-color);
  transition: all 0.5s;
  opacity: 0;
  z-index: 4;
}
.about-honor-content .img_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #081A2A;
  opacity: 0.6;
  opacity: 0;
  transition: all 0.5s;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .about-honor-content:hover::after {
    border: 6px solid #081A2A;
  }
  .about-honor-content:hover .img_box {
    padding-top: 140%;
  }
  .about-honor-content:hover .img_box .iconfont {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  .about-honor-content:hover .img_box::after {
    opacity: 0.6;
  }
}
.about-factory {
  overflow: hidden;
}
.about-factory .text {
  margin-top: 20px;
}
.about-factory .text p {
  color: #444;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  /**/
}
.about-honor-list {
  margin: 0 var(--flex-margin);
}
.about-honor-item {
  padding: 0 var(--flex-padding);
}
.about-factory {
  padding: var(--padd100) 0 15px;
}
.about-factory-list1 {
  margin-top: 70px !important;
}
.about-factory-list2 {
  margin-top: 15px !important;
}
.about-factory-list1,
.about-factory-list2 {
  margin: 0 -8px;
}
.about-factory-list1 .items,
.about-factory-list2 .items {
  padding: 0 8px;
}
.about-factory-list1 .content,
.about-factory-list2 .content {
  cursor: pointer;
}
.about-factory-list1 .img_box,
.about-factory-list2 .img_box {
  padding-top: 67.9245283%;
  border-radius: 3px;
}
.about-factory-list1 .slick-list,
.about-factory-list2 .slick-list {
  overflow: initial !important;
}
.home-success {
  background-color: #081A2A;
  padding: var(--padd120) 0;
}
.home-success .title {
  line-height: 1;
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
}
.home-success-item:last-child .home-success-link {
  border-bottom: #172737 solid 1px;
}
.home-success-link {
  border-top: #172737 solid 1px;
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.home-success-link .imgs {
  width: 220px;
  top: 50%;
  position: absolute;
  right: 9.58333333vw;
  border-radius: 3px;
  transform: translateY(-50%) rotate(0deg);
  background-color: #ecddc8;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s;
}
.home-success-link .imgs .img_box {
  padding-top: 126.086956%;
  border: 3px solid #081A2A;
  transform: translate(0px, 0px);
  transition: all 0.5s;
}
.home-success-link .left {
  width: 66.6666666%;
  display: flex;
  justify-content: space-between;
}
.home-success-link .left .number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ecddc8;
  font-family: Oswald;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  color: transparent !important;
  line-height: normal;
  width: 46px;
  flex-shrink: 0;
  transition: all 0.5s;
}
.home-success-link .left .content {
  width: calc(100% - 46px - 60px);
}
.home-success-link .left .content .tits {
  color: #FFF;
  font-family: Oswald;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.5s;
}
.home-success-link .left .content .texts {
  margin-top: 16px;
}
.home-success-link .left .content .texts p {
  color: #CED1D4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}
.home-success-link .mores {
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: all 0.5s;
}
.home-success-link .mores img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
  transition: all 0.5s;
}
.home-success-link .mores span {
  color: var(--main-color);
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .home-success-link:hover .imgs {
    transform: translateY(-50%) rotate(5.5deg);
    opacity: 1;
  }
  .home-success-link:hover .imgs .img_box {
    transform: translate(-5px, -5px);
  }
  .home-success-link:hover .left .number {
    color: #ecddc8 !important;
  }
  .home-success-link:hover .left .content .tits {
    color: #ecddc8;
  }
  .home-success-link:hover .mores {
    background-color: var(--main-color);
  }
  .home-success-link:hover .mores img {
    opacity: 0;
  }
  .home-success-link:hover .mores span {
    color: #081A2A;
  }
}
.about-choose {
  padding: var(--padd100) 0;
  background-color: #081A2A;
}
.about-choose .title {
  color: #fff;
}
.about-choose-list {
  margin-top: 50px;
}
.about-choose-item {
  padding: 50px 0;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}
.about-choose-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #172737 0%, rgba(23, 39, 55, 0) 100%);
  z-index: -1;
  transition: all 0.5s;
  opacity: 0;
}
.about-choose-item .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-choose-item .left {
  width: 75.47169811%;
}
.about-choose-item .left .icons {
  width: 70px;
  height: 70px;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
  transition: all 0.5s;
}
.about-choose-item .left .icons span {
  font-size: 30px;
  color: var(--main-color);
}
.about-choose-item .left .icons > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
  transition: all 0.5s;
}
.about-choose-item .left .tits {
  color: #FFF;
  font-family: Oswald;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.5s;
}
.about-choose-item .left .texts {
  margin-top: 14px;
}
.about-choose-item .left .texts p {
  color: #CED1D4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
}
.about-choose-item .right {
  width: 220px;
  background-color: var(--main-color);
  border-radius: 3px;
  transition: all 0.5s;
  transform: rotate(0deg);
  opacity: 0;
}
.about-choose-item .right .img_box {
  border-radius: 3px;
  transition: all 0.5s;
  padding-top: 127.272727%;
  transform: translate(0px, 0px);
}
@media screen and (min-width: 1200px) {
  .about-choose-item:hover::after {
    opacity: 1;
  }
  .about-choose-item:hover .left .icons {
    background-color: var(--main-color);
  }
  .about-choose-item:hover .left .icons span {
    color: #081A2A;
  }
  .about-choose-item:hover .left .icons > img {
    opacity: 0;
  }
  .about-choose-item:hover .left .tits {
    color: var(--main-color);
  }
  .about-choose-item:hover .right {
    transform: rotate(5.5deg);
    opacity: 1;
  }
  .about-choose-item:hover .right .img_box {
    transform: translate(-5px, -5px);
  }
}
/* search */
.search_view {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  display: none;
}
.search_view form {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  animation: searchtit 1.3s ease both;
}
.search_view_tit {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
.search_close {
  position: absolute;
  width: 34px;
  transition: all 0.36s;
  z-index: 1;
  right: 200px;
  top: 100px;
  cursor: pointer;
}
.search_close:hover {
  transform: rotate(-90deg);
}
body.search_open {
  overflow: hidden;
}
@keyframes searchtit {
  from {
    transform: translateY(-80px) scale(0.5);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.search_view_cont {
  position: relative;
  width: 1200px;
}
.search_view_cont input {
  width: 100%;
  height: 50px;
  color: #fff;
  padding-left: 10px;
  padding-right: 40px;
  border-bottom: 1px solid #999;
  transition: all 0.36s;
}
.search_view_cont input:focus {
  border-bottom: 1px solid #fff;
}
.search_view_cont button {
  padding: 4px;
  font-size: 26px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1680px) {
  .search_view_tit {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .search_view_cont button {
    font-size: 24px;
  }
  .search_close {
    width: 28px;
  }
}
@media screen and (max-width: 1440px) {
  .search_view_cont {
    width: 82.5%;
  }
  .search_view_tit {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .search_view_cont button {
    font-size: 22px;
  }
  .search_close {
    right: 140px;
    top: 100px;
    width: 24px;
  }
  .search_view_cont input {
    height: 45px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .search_close {
    right: 90px;
    top: 100px;
    width: 24px;
  }
  .search_view_tit {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .search_close {
    right: 40px;
    top: 80px;
    width: 20px;
  }
  .search_view_tit {
    font-size: 20px;
  }
  .search_view_cont button {
    font-size: 18px;
  }
  .search_view_cont input {
    height: 40px;
  }
}
/* search-end */
.mod-play {
  position: absolute;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  border: 1.2px solid rgba(255, 255, 255, 0.5);
  background-color: var(--main-color);
  background-clip: padding-box;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mod-play .icons {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #081A2A;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mod-play .icons span {
  font-size: 24px;
  color: var(--main-color);
}
.mod-play::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: var(--main-color);
  border: 1px solid #fff;
  border-radius: 50%;
  background-clip: padding-box;
  animation: play 2s linear infinite;
}
.mod-play::before {
  background-clip: padding-box;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  background-color: var(--main-color);
  border: 1px solid #fff;
  border-radius: 50%;
  animation: play 2s 1s linear infinite;
}
@keyframes play {
  from {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(0.8);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
  }
}
.contact {
  padding-bottom: var(--padd100);
}
/* sitemap */
.sitemap_cont {
  padding: 100px 0 ;
}
.sitemap_cont_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.sitemap_cont_item {
  width: 25%;
  padding: 0 10px;
}
.sitemap_cont_link {
  display: block;
  text-align: center;
  line-height: 50px;
  background-color: var(--main-color);
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.sitemap_cont_link:hover {
  text-decoration: underline;
}
.sitemap_second_list {
  margin-top: 15px;
}
.sitemap_second_item {
  margin-bottom: 10px;
}
.sitemap_second_link {
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  transition: all 0.36s;
  display: block;
  color: #222;
  padding: 4px 0;
}
.sitemap_second_link:hover {
  color: var(--main-color);
  text-decoration: underline;
}
@media screen and (max-width: 1680px) {
  .sitemap_cont {
    padding: 90px 0 ;
  }
  .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 {
    padding: 80px 0 ;
  }
  .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: 1200px) {
  .sitemap_cont {
    padding: 70px 0 ;
  }
}
@media screen and (max-width: 991px) {
  .sitemap_cont_item {
    padding: 0 5px;
  }
  .sitemap_cont_list {
    margin: 0 -5px;
    flex-wrap: wrap;
  }
  .sitemap_cont_item {
    width: 33.333333%;
    margin-bottom: 20px;
  }
  .sitemap_cont {
    padding: 60px 0 ;
  }
}
@media screen and (max-width: 768px) {
  .sitemap_cont {
    padding: 50px 0 ;
  }
  .sitemap_cont_list {
    flex-direction: column;
  }
  .sitemap_cont_item {
    width: 100%;
    margin-bottom: 10px;
  }
  .sitemap_second_list {
    margin-top: 10px;
  }
}
/* sitemap-end */
.privacy_cont {
  padding: 100px 0;
}
.privacy_cont .title {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold;
}
.privacy_cont .edit p {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
@media screen and (max-width: 1680px) {
  .privacy_cont {
    padding: 90px 0;
  }
  .privacy_cont .title {
    margin-bottom: 35px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .privacy_cont {
    padding: 80px 0;
  }
  .privacy_cont .title {
    margin-bottom: 35px;
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .privacy_cont {
    padding: 70px 0;
  }
  .privacy_cont .title {
    margin-bottom: 30px;
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .privacy_cont {
    padding: 60px 0;
  }
  .privacy_cont .title {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .privacy_cont {
    padding: 55px 0;
  }
  .privacy_cont .title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
/* newdate */
.newdate_info_tit {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: bold;
}
.newdate_info_date {
  font-size: 16px;
  line-height: 1.5;
}
.newdate_info {
  padding: 60px 0 20px;
  border-bottom: 1px solid #ccc;
}
.news_info {
  margin-bottom: 50px;
}
.news_info li {
  list-style: inherit;
}
.news_info ol,
.news_info ul {
  padding-left: 1rem;
}
.news_primary {
  padding-top: 50px !important;
  padding-bottom: 100px !important;
}
.news_info h2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  color: #222222;
  margin-bottom: 20px;
}
.news_info p {
  font-size: 16px;
  line-height: 1.6;
  color: #444444;
  margin-bottom: 20px;
}
.news_info img {
  height: auto !important;
}
.newdate_main .pdrf_shares {
  margin-top: 50px;
}
.newdate_page {
  margin-top: 40px;
}
.newdate_page a:hover {
  color: var(--main-color);
}
.newdate_prev {
  margin-bottom: 20px;
}
.pdrf_shares_text {
  flex-shrink: 0;
  font-size: 22px;
  line-height: 1.2;
  margin-right: 5px;
}
.pdrf_shares {
  display: flex;
  align-items: center;
}
.newdate_page a {
  color: #666;
  font-size: 16px;
  line-height: 1.4;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media screen and (max-width: 1680px) {
  .newdate_info_tit {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .newdate_info {
    padding: 55px 0 20px;
  }
  .news_info h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .news_primary {
    padding-top: 40px !important;
    padding-bottom: 80px !important;
  }
  .pdrf_shares_text {
    font-size: 20px;
  }
  .news_info {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .newdate_info_tit {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .newdate_info {
    padding: 50px 0 15px;
  }
  .news_primary {
    padding-top: 35px !important;
    padding-bottom: 60px !important;
  }
  .newdate_info_date {
    font-size: 14px;
  }
  .news_info h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .news_info p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
  }
  .news_info {
    margin-bottom: 30px;
  }
  .pdrf_shares_text {
    font-size: 18px;
  }
  .newdate_page {
    margin-top: 30px;
  }
  .newdate_page a {
    font-size: 14px;
    line-height: 1.4;
  }
  .newdate_prev {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .newdate_info_tit {
    font-size: 22px;
  }
  .newdate_info {
    padding: 40px 0 12px;
  }
  .news_primary {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
  }
  .pdrf_shares_text {
    font-size: 16px;
  }
  .news_info h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .newdate_info {
    padding: 35px 0 12px;
  }
  .newdate_info_tit {
    margin-bottom: 13px;
    font-size: 22px;
    line-height: 1.4;
  }
  .news_primary {
    padding-top: 25px !important;
    padding-bottom: 40px !important;
  }
}
/* newdate-end */
/* shop */
.shop_cont {
  padding: var(--padd100) 0px;
}
.shop_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop_cheack {
  display: flex;
  align-items: center;
  width: 120px;
  min-width: 70px;
  margin-right: 10px;
}
.shop_photo {
  width: 200px;
  flex-shrink: 0;
}
.shop_photo_img {
  padding-top: 100%;
  border: 1px solid #ecebeb;
  transition: all 0.36s;
  display: block;
  overflow: hidden;
}
.shop_photo_img img {
  transform: scale(0.9);
}
.shop_photo_img:hover img {
  transform: scale(1);
}
.shop_photo_img:hover {
  border: 1px solid var(--main-color);
}
.shop_name {
  width: 30%;
  min-width: 200px;
  padding-right: 20px;
  padding-left: 20px;
}
.shop_list .shop_text {
  transition: all 0.36s;
}
.shop_number {
  width: 180px;
  flex-shrink: 0;
}
.shop_number_text,
.shop_operation_text,
.shop_text,
.shop_photo_text,
.shop_cheack_text {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}
.shop_list .shop_number_text,
.shop_list .shop_operation_text,
.shop_list .shop_text,
.shop_list .shop_photo_text,
.shop_list .shop_cheack_text {
  color: #222;
}
.shop_operation {
  width: 140px;
  flex-shrink: 0;
}
.shop_header {
  padding: 20px 0;
  background-color: var(--main-color);
}
.shop_row {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.shop_cont input[type=checkbox] {
  -webkit-appearance: auto;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 10px;
}
.shop_item .shop_row {
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
}
.shop_operation_btn {
  cursor: pointer;
  padding: 15px;
  box-sizing: content-box;
  display: inline-block;
}
.shop_operation_btn span {
  font-size: 20px;
}
.shop_operation_btn:hover span {
  color: var(--main-color);
}
.shop_operation {
  text-align: center;
}
.shop_number_control {
  display: flex;
  align-items: center;
}
.shop_number_control > div {
  cursor: pointer;
  width: 34px;
  line-height: 32px;
  border: 1px solid #e6e6e6;
  flex-shrink: 0;
  text-align: center;
  font-size: 18px;
  transition: all 0.36s;
}
.shop_number_control > div:hover {
  color: #fff;
  background-color: var(--main-color);
}
.shop_number_control input {
  display: inline-block;
  width: 60px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 1680px) {
  .shop_cheack {
    width: 70px;
    min-width: 70px;
  }
  .shop_main {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1560px) {
  .shop_cheack {
    width: 50px;
    min-width: 50px;
  }
  .shop_number {
    width: 160px;
  }
  .shop_photo {
    width: 190px;
  }
}
@media screen and (max-width: 1440px) {
  .shop_cont input[type=checkbox] {
    width: 15px;
    height: 15px;
  }
  .shop_photo {
    width: 180px;
  }
  .shop_number_text,
  .shop_operation_text,
  .shop_text,
  .shop_photo_text,
  .shop_cheack_text {
    font-size: 15px;
  }
  .shop_number_control > div {
    width: 30px;
    line-height: 28px;
    font-size: 16px;
  }
  .shop_number_control input {
    width: 45px;
    font-size: 14px;
  }
  .shop_operation_btn {
    padding: 12px;
  }
  .shop_operation_btn span {
    font-size: 18px;
  }
  .shop_number {
    width: 125px;
  }
  .shop_header {
    padding: 15px 0;
  }
  .shop_main {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .shop_photo {
    width: 170px;
  }
  .shop_main {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .shop_photo {
    width: 150px;
  }
  .shop_operation {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .shop_header .shop_photo,
  .shop_header .shop_name,
  .shop_header .shop_number,
  .shop_header .shop_operation {
    display: none;
  }
  .shop_header {
    padding: 10px 0;
  }
  .shop_item .shop_row {
    padding: 16px 17px;
  }
  .shop_cont input[type=checkbox] {
    width: 14px;
    height: 14px;
  }
  .shop_row {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  .shop_item .shop_row {
    padding-bottom: 60px !important;
    padding: 16px 15px;
  }
  .shop_item {
    margin-bottom: 10px;
  }
  .shop_row > div {
    width: 100%;
  }
  .shop_number_control {
    justify-content: center;
  }
  .shop_name {
    width: 100%;
    text-align: center;
    padding: 15px 0 12px;
  }
  .shop_item .shop_cheack input {
    position: absolute;
    left: 0;
    bottom: 5px;
    margin: 12px !important;
    box-sizing: content-box;
  }
  .shop_item .shop_operation_btn {
    position: absolute;
    right: 0;
    bottom: 5px;
  }
  .shop_main {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
/* shop */
.home-swiper-dots {
  position: absolute;
  width: 100%;
  left: 0;
  padding-left: 75px;
  bottom: 60px;
  z-index: 3;
  display: flex;
}
.home-swiper-dots .items {
  margin-right: 18px;
}
.home-swiper-dots svg {
  width: 56px;
}
.prodeta-reviews .mod_form {
  --form-margin: 0px;
  --form-padding: 0px;
  --form-item-botton: 17px;
  --form-item-br: 0px;
  --form-item-width: 100%;
  --form-item-bg: #F0F0F0;
  --form-item-height: 50px;
  --form-item-padding: 23px;
  --form-label-size: 16px;
  --form-color: #081A2A;
  --form-textarea-height: 170px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--form-margin) 0;
}
.prodeta-reviews .mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.prodeta-reviews .mod_form .mod_form_item .conts {
  position: relative;
  background-color: transparent;
  border: 1px solid #081A2A;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--form-item-padding);
  border-radius: 3px;
}
.prodeta-reviews .mod_form .mod_form_item .conts label {
  position: relative;
  font-size: var(--form-label-size);
  text-transform: capitalize;
  line-height: 1.2;
  color: #081A2A;
  flex-shrink: 0;
  margin-right: 25px;
  margin-bottom: 0;
}
.prodeta-reviews .mod_form .mod_form_item .conts .inputs {
  position: relative;
  width: 100%;
}
.prodeta-reviews .mod_form .mod_form_item .conts input {
  width: 100%;
  height: var(--form-item-height);
  font-size: var(--form-label-size);
  color: var(--form-color);
}
.prodeta-reviews .mod_form .mod_form_item .conts textarea {
  height: var(--form-textarea-height);
  font-size: var(--form-label-size);
  padding: 12px 0;
  width: 100%;
  color: var(--form-color);
}
.prodeta-reviews .mod_form .mod_form_item .conts button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  height: 45px;
  border-radius: 34px;
  padding: 0 16px;
  color: #fff;
  background-color: #000 !important;
  transition: all 0.5s;
  border-radius: 8px;
}
.prodeta-reviews .mod_form .mod_form_item .conts button p {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.prodeta-reviews .mod_form .mod_form_item .conts button span {
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
}
.prodeta-reviews .mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}
.prodeta-reviews .mod_form .mod_form_item.button {
  margin-bottom: 0;
}
.prodeta-reviews .mod_form .mod_form_item.button .conts {
  background-color: transparent;
  text-align: center;
  padding-left: 0 !important;
  border: none !important;
  justify-content: center;
}
.prodeta-reviews .mod_form .mod_form_item.button .conts button:hover {
  background-color: var(--main-color);
}
.prodeta-reviews .mod_form .mod_form_item.textarea {
  margin-bottom: 28px !important;
}
.prodeta-reviews .mod_form .mod_form_item.textarea .conts {
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
}
.prodeta-reviews .mod_form .mod_form_item.block {
  width: 100%;
}
.prodeta-reviews .mod_form .metal_mark {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.prodeta-reviews .mod_form .metal_mark .items {
  width: 14px;
  margin-right: 6px;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.prodeta-reviews .mod_form .metal_mark .items img {
  width: 100%;
}
.prodeta-reviews .mod_form .metal_mark .items .hovers {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.36s;
}
.prodeta-reviews .mod_form .metal_mark .items.active .hovers {
  opacity: 1;
}
.prodeta-reviews .mod_form .metal_mark .items.act .hovers {
  opacity: 1;
}
.prodeta-reviews {
  padding-top: 80px ;
  padding-bottom: 80px;
}
.prodeta-reviews .hds {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prodeta-reviews .hds .open-btn {
  cursor: pointer;
  color: #081A2A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}
.prodeta-reviews .item:last-child {
  margin-bottom: 0px;
}
.prodeta-reviews .list {
  margin-top: 60px;
}
.prodeta-reviews .item {
  margin-bottom: 40px;
}
.prodeta-reviews .item .tits {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 11px;
}
.prodeta-reviews .item .score {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.prodeta-reviews .item .score p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-right: 15px;
}
.prodeta-reviews .item .score .xing {
  display: flex;
}
.prodeta-reviews .item .score .xing img {
  width: 15px;
  margin-right: 5px;
}
.prodeta-reviews .item .texts p {
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
}
.prodeta-reviews-formboc {
  padding-top: 30px;
  display: none;
}
.prodeta-reviews {
  background-color: var(--main-color);
}
.prodeta-reviews .prodeta-tits {
  color: #081A2A;
}
.ct_aside1 {
  position: fixed;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  z-index: 10;
  --wh: 46px;
  --fs: 24px;
}
.ct_aside1_list {
  margin-bottom: 15px;
  transition: all 0.36s;
  background-color: #081A2A;
  padding: 14px 14px 18px;
  border-radius: 50px;
}
.ct_aside1_item {
  margin-bottom: 28px;
  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 !important;
  transition: all 0.36s;
  width: initial !important;
  height: initial !important;
}
.ct_aside1_link span {
  font-size: var(--fs);
  color: #fff;
}
.ct_aside1_item.active .ct_aside1_link {
  background-color: #031417;
}
.ct_aside1_item:hover .ct_aside1_link {
  background-color: #031417;
}
.ct_aside1_link,
.ct_aside1_switch {
  width: var(--wh);
  height: var(--wh);
  border-radius: 0%;
}
.ct_aside1_switch {
  background-color: var(--main-color);
  position: relative;
  transition: all 0.36s;
  cursor: pointer;
  display: none;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
}
.ct_aside1_switch::after,
.ct_aside1_switch::before {
  content: "";
  position: absolute;
  background-color: #081A2A;
  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 {
  transform: rotate(-90deg);
}
.ct_aside1_cont {
  position: absolute;
  right: calc(100% + 5px);
  top: 50%;
  transform: translateY(-50%) translateX(100px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.36s;
  opacity: 0;
  pointer-events: none;
}
.ct_aside1_item.active .ct_aside1_cont {
  pointer-events: all;
  opacity: 1;
  transform: translateY(-50%) translateX(0px);
}
.ct_aside1_cont::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 100%;
}
.ct_aside1_cont .qr {
  width: 100px;
  padding: 2px;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.ct_aside1_cont .qr img {
  width: 100%;
}
.ct_aside1_cont a {
  display: inline-block;
  padding: 17px 22px;
  background-color: #fff;
  border-radius: 4px;
  color: #333;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  white-space: nowrap;
}
/* type-animatelist */
.ct_aside1_list.animatelist {
  transform: translateX(100px);
}
.ct_aside1_list.active {
  transform: translateX(0px);
}
/* type-animateitem */
.ct_aside1_list.animateitem .ct_aside1_item {
  transform: translateX(100px);
}
.ct_aside1_list.active .ct_aside1_item {
  transform: translateX(0px);
}
/* type-animateitem-rotate */
.ct_aside1_list.animateitem-rotate .ct_aside1_item {
  transform: translateX(80px) rotate(360deg);
}
.ct_aside1_list.active .ct_aside1_item {
  transform: translateX(0px) rotate(0deg);
}
@media screen and (max-width: 768px) {
  .ct_aside1_list {
    display: none;
  }
  .ct_aside1 {
    top: initial;
    right: 6px;
    bottom: 80px;
    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_search {
  margin-bottom: -20px !important;
}
.product_search_tit {
  font-family: Redbold;
  font-size: 22px;
  color: #14151a;
  margin-bottom: 15px;
}
.product_search_text {
  background-color: #f3f5f8;
  padding: 12px 20px;
  color: #999999;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  /* 搜索页 */
  .product_search_tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .product_search_text {
    padding: 10px 15px;
  }
  .product_search {
    margin-bottom: 15px;
  }
  /* 搜索页-end */
}