@charset "utf-8";
body {
  /* 填写默认字体 */
  font-family: "Montserrat", "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
  color: #1e1d28;
  min-height: initial !important;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont/iconfont.woff2?t=1681287520508') format('woff2'), url('../fonts/iconfont/iconfont.woff?t=1681287520508') format('woff'), url('../fonts/iconfont/iconfont.ttf?t=1681287520508') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fontsMontserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    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;
}
/* 去除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: #000;
  --flex-margin: -15px;
  --flex-padding: 15px;
  --padd120: 120px;
  --spacing: calc((100% - 1600px) / 2);
  scroll-behavior: initial;
}
@media screen and (max-width: 1680px) {
  :root {
    --padd120: 100px;
    --spacing: calc((100% - 1320px) / 2);
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --padd120: 80px;
    --spacing: calc((100% - 1120px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  :root {
    --padd120: 70px;
    --spacing: calc((100% - 940px) / 2);
  }
}
@media screen and (max-width: 991px) {
  :root {
    --spacing: 40px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --spacing: 20px;
  }
}
.home-title {
  font-size: 48px;
  line-height: 1.1666666;
  font-weight: bold;
  text-transform: capitalize;
}
@media screen and (max-width: 1680px) {
  .home-title {
    font-size: 44px;
  }
}
@media screen and (max-width: 1440px) {
  .home-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 1200px) {
  .home-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .home-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .home-title {
    font-size: 26px;
  }
}
.more-btn {
  min-width: 170px;
  padding: 10px 30px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: #707070 1px solid;
  font-size: 16px;
  line-height: 1.38888888;
  color: #000000;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .more-btn {
    min-width: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .more-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.more-btn::after {
  content: "";
  background-color: #000;
  width: 0%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  transition: all 0.5s;
  position: absolute;
}
.more-btn:hover {
  color: #fff;
}
.more-btn:hover::after {
  width: 100%;
  right: initial;
  left: 0;
}
.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);
  background-color: #fff;
  --height: 100px;
}
@media screen and (max-width: 1680px) {
  .header {
    --height: 100px;
  }
}
@media screen and (max-width: 1440px) {
  .header {
    --height: 90px;
  }
}
.header .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  width: 155px;
  display: block;
  line-height: var(--height);
}

@media screen and (max-width: 1440px) {
  .header-logo {
    width: 140px;
  }
}
.header-logo img {
  width: 100%;
}

/*.hd_list{*/
/*    transform: translateX(-80px);*/
/*}*/

/*@media screen and (max-width: 1680px) {*/
/*    .hd_list{*/
/*        transform: translateX(-60px);*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1440px) {*/
/*    .hd_list{*/
/*        transform: translateX(-40px);*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1200px) {*/
/*    .hd_list{*/
/*        transform: translateX(0px);*/
/*    }*/
/*}*/

@media screen and (min-width: 1200px) {
  .hd_list {
      
    display: flex;
  }
  .hd_item {
    position: relative;
    margin-right: 68px;
  }
  .hd_item::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 3px;
    background-color: var(--main-color);
    transition: all 0.5s;
    width: 0;
  }
  .hd_item.active::after,
  .hd_item:hover::after {
    width: 100%;
  }
  .hd_item.active .hd_link:hover,
  .hd_item:hover .hd_link:hover {
    color: var(--main-color);
  }
  .hd_item:last-child {
    margin-right: 0;
  }
  .hd_link {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    height: var(--height);
    align-items: center;
    justify-content: center;
    display: flex;
    text-transform: uppercase;
  }
  .hd_second_item {
    position: relative;
    z-index: 1;
  }
  .hd_second {
    position: absolute;
    padding: 12px 0;
    background-color: #fff;
    left: 0%;
    top: 100%;
    transform: translateX(0%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
    min-width: 180px;
    text-align: center;
  }
  .hd_second_link {
    white-space: nowrap;
    font-size: 18px;
    color: #333;
    line-height: 1.65;
    display: block;
    padding: 10px 24px;
    text-align: left;
  }
  .hd_second_item.active .hd_second_link {
    color: var(--main-color);
    text-decoration: underline;
  }
  .hd_second_link:hover {
    color: var(--main-color);
    text-decoration: underline;
  }
  .hd_three {
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.08);
    padding: 12px 24px;
    min-width: 160px;
  }
  .hd_three_link {
    font-size: 16px;
    color: #444;
    line-height: 1.65;
    display: inline-block;
    white-space: nowrap;
    padding: 6px 0;
  }
  .hd_three_item.active .hd_three_link {
    color: var(--main-color);
    text-decoration: underline;
  }
  .hd_three_link:hover {
    color: var(--main-color);
    text-decoration: underline;
  }
}
.hd_second {
  display: none;
}
.hd_three {
  display: none;
}
.content-center {
  width: 1600px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.header-controls {
  display: flex;
  align-items: center;
}
.header-search-phbtn {
  display: none;
  width: 24px;
}
@media screen and (max-width: 768px) {
  .header-search-phbtn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header-search-form {
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
    display: none;
  }
}
.header-search-form .flexs {
  display: flex;
  border-radius: 50px;
  border: 1px solid #333333;
}
.header-search-form input {
  width: calc(100% - 44px);
  height: 44px;
  padding: 0 20px;
  font-size: 16px;
  color: #222;
}
.header-search-form button {
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-search-form button svg {
  width: 20px;
  transition: all 0.5s;
}
.header-search-form button svg path {
  fill: #999999;
  transition: all 0.5s;
}
.header-search-form button:hover svg {
  transform: scale(1.1);
}
.header-search-form button:hover svg path {
  fill: var(--main-color);
}
.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%;
  height: auto;
}
.home-banner .slide-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .home-banner .slide-video {
    pointer-events: all;
  }
}
.home-banner .slide-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .home-banner .slide-video video {
    display: none;
  }
}
.home-banner .slide-video .iconfont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 1200px) {
  .home-banner .slide-video .iconfont {
    display: block;
  }
}
.home-banner .slide-video > img {
  width: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 1200px) {
  .home-banner .slide-video > img {
    display: block;
  }
}
.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-product {
  padding: var(--padd120) 0;
  overflow: hidden;
}
.home-product .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.home-product .flex .left {
  width: 38.3125%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .home-product .flex .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.home-product .flex .left .tops {
  width: 100%;
}
.home-product .flex .left .dots-number {
  margin-top: 40px;
  display: flex;
  align-items: flex-end;
  font-size: 0;
}
@media screen and (max-width: 1680px) {
  .home-product .flex .left .dots-number {
    margin-top: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .home-product .flex .left .dots-number {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .home-product .flex .left .dots-number {
    margin-top: 30px;
  }
}
.home-product .flex .left .dots-number .current-number {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .home-product .flex .left .dots-number .current-number {
    font-size: 20px;
  }
}
.home-product .flex .left .dots-number span,
.home-product .flex .left .dots-number .sum-number {
  font-size: 16px;
  line-height: 1.5;
  color: #444;
  display: inline-block;
}
.home-product .flex .left .dots-number span {
  margin: 0 6px;
}
.home-product .flex .right {
  width: 56.25%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .home-product .flex .right {
    width: 100%;
  }
}
.home-product .flex .right .lefts {
  width: 64.444444%;
}
.home-product .flex .right .rights {
  width: 32.888888%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.home-product .flex .right .home-product-blist {
  width: 100%;
}
.home-product .flex .right .home-product-slist {
  width: 100%;
}
.home-product .flex .right .logo-img {
  width: 214px;
  margin-left: auto;
}
@media screen and (max-width: 1680px) {
  .home-product .flex .right .logo-img {
    width: 180px;
  }
}
@media screen and (max-width: 1440px) {
  .home-product .flex .right .logo-img {
    width: 160px;
  }
}
@media screen and (max-width: 991px) {
  .home-product .flex .right .logo-img {
    display: none;
  }
}
.home-product .flex .right .logo-img img {
  width: 100%;
}
.home-product-list {
  margin: 15px -15px 35px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .home-product-list {
    margin: 15px -15px 40px;
  }
}
.home-product-list .slick-dots {
  text-align: left;
  padding-left: 10px;
  margin-top: 20px;
  --wh: 10px;
  --margin-x: 6px;
  --bg: #E3D6C7;
}
.home-product-list .slick-dots li {
  border: 1px solid #000;
  transition: all 0.5s;
}
.home-product-list .slick-dots li.slick-active {
  background-color: #000;
}
.home-product-list .item {
  padding: 0 15px;
}
.home-product-list .tits,
.home-product-list .tits a {
  font-size: 26px;
  color: #000000;
  line-height: 1.3888888;
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .home-product-list .tits,
  .home-product-list .tits a {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .home-product-list .tits,
  .home-product-list .tits a {
    font-size: 20px;
  }
}
.home-product-list .texts {
  margin-top: 10px;
  font-size: 16px;
  color: #000000;
  line-height: 1.5555555;
}
@media screen and (max-width: 1200px) {
  .home-product-list .texts {
    font-size: 16px;
    line-height: 1.85;
  }
}
.home-product-blist .img_box,
.home-product-slist .img_box {
  padding-top: 100%;
}
.home-about {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .home-about {
    flex-direction: column;
  }
}
.home-about .left {
  width: 46.875%;
}
@media screen and (max-width: 768px) {
  .home-about .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.home-about .left .img_box {
  padding-top: 100%;
  height: 100%;
}
.home-about .right {
  width: calc(100% - 46.875%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px var(--spacing) 40px 60px;
}
@media screen and (max-width: 1440px) {
  .home-about .right {
    padding: 20px var(--spacing) 0px 20px;
  }
}
@media screen and (max-width: 768px) {
  .home-about .right {
    width: 100%;
  }
}
.home-about .right .subtit {
  margin-top: 15px;
  font-size: 22px;
  color: #333;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 1680px) {
  .home-about .right .subtit {
    font-size: 22px;
  }
}
@media screen and (max-width: 1440px) {
  .home-about .right .subtit {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .home-about .right .subtit {
    font-size: 18px;
    margin-top: 20px;
  }
}
.home-about .right .text {
  margin-top: 26px;
  line-height: 1.6666666;
  color: #555;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .home-about .right .text {
    font-size: 16px;
    line-height: 1.85;
    margin-top: 20px;
  }
}
.home-about .right .more-btn {
  margin-top: 40px;
}
@media screen and (max-width: 1440px) {
  .home-about .right .more-btn {
    margin-top: 30px;
  }
}
.home-about-list {
  display: flex;
  margin: 100px -5px 0;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .home-about-list {
    margin: 70px -5px 0;
  }
}
@media screen and (max-width: 768px) {
  .home-about-list {
    margin: 50px -5px -10px;
    flex-wrap: wrap;
  }
}
.home-about-item {
  padding: 0 5px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .home-about-item {
    width: 50%;
    margin-bottom: 10px;
  }
}
.home-about-item .img_box {
  padding-top: 131.5789%;
}
.footer {
  background-color: #fff;
  padding-top: 130px;
}
@media screen and (max-width: 1680px) {
  .footer {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1440px) {
  .footer {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1200px) {
  .footer {
    padding-top: 80px;
  }
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 2px solid #DCDCDC;
}
@media screen and (max-width: 1200px) {
  .footer-top {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-logo {
  width: 190px;
  display: block;
}
@media screen and (max-width: 1680px) {
  .footer-logo {
    width: 160px;
  }
}
@media screen and (max-width: 1440px) {
  .footer-logo {
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .footer-logo {
    margin-bottom: 25px;
  }
}
.footer-logo img {
  width: 100%;
}
.footer-media {
  display: flex;
}
.footer-media li {
  margin-right: 10px;
}
.footer-media li:last-child {
  margin-right: 0;
}
.footer-media a {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #EDEDED;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-media a img {
  width: 20px;
  transition: all 0.5s;
}
.footer-media a:hover {
  background-color: var(--main-color);
}
.footer-media a:hover img {
  filter: brightness(0) invert(1);
}
.footer-center {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1680px) {
  .footer-center {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1440px) {
  .footer-center {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1200px) {
  .footer-center {
    padding-bottom: 60px;
    flex-direction: column;
  }
}
.footer-center .footer-tits {
  font-size: 22px;
  line-height: 1.272727;
  color: #333333;
  font-weight: 600;
  margin-bottom: 22px;
}
.footer-center .left {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .footer-center .left {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .footer-center .left {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }
}
.footer-center .left .sections {
  margin-right: 130px;
}
@media screen and (max-width: 1680px) {
  .footer-center .left .sections {
    margin-right: 100px;
  }
}
@media screen and (max-width: 1440px) {
  .footer-center .left .sections {
    margin-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .footer-center .left .sections {
    margin-right: 0;
    width: 48%;
    margin-bottom: 40px;
  }
}
.footer-center .left .sections:last-child {
  margin-right: 0;
}
.footer-center .left .footer-link-list li {
  margin-bottom: 16px;
}
.footer-center .left .footer-link-list li a {
  color: #444;
  line-height: 1.5;
  font-size: 16px;
  display: inline-block;
  text-transform: capitalize;
}
.footer-center .left .footer-link-list li a:hover {
  color: #000;
  text-decoration: underline;
}
.footer-center .left .footer-link-list li:last-child {
  margin-bottom: 0;
}
.footer-center .left .footer-contact {
  width: 330px;
}
.footer-center .left .footer-contact li {
  display: flex;
  margin-bottom: 16px;
}
.footer-center .left .footer-contact li .key {
  flex-shrink: 0;
  margin-right: 8px;
}
.footer-center .left .footer-contact li .key,
.footer-center .left .footer-contact li .val p,
.footer-center .left .footer-contact li .val p a {
  color: #444;
  line-height: 1.5;
  font-size: 16px;
  display: inline-block;
}
.footer-center .left .footer-contact li .val p a:hover {
  color: #000;
  text-decoration: underline;
}
.footer-center .left .footer-contact li:last-child {
  margin-bottom: 0;
}
.footer-center .right {
  width: 41.25%;
}
@media screen and (max-width: 1680px) {
  .footer-center .right {
    width: 39%;
  }
}
@media screen and (max-width: 1200px) {
  .footer-center .right {
    width: 100%;
    margin-top: 40px;
  }
}
.footer-center .right .footer-form {
  display: flex;
  border: 1px solid #707070;
}
.footer-center .right .footer-form input {
  width: calc(100% - 190px);
  padding: 0 20px;
  font-size: 16px;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .footer-center .right .footer-form input {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 768px) {
  .footer-center .right .footer-form input {
    width: calc(100% - 125px);
  }
}
.footer-center .right .footer-form button {
  width: 190px;
  height: 42px;
  background-color: #333333;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
@media screen and (max-width: 1440px) {
  .footer-center .right .footer-form button {
    font-size: 16px;
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .footer-center .right .footer-form button {
    width: 125px;
  }
}
.footer-center .right .footer-form button:hover {
  background-color: var(--main-color);
}
.footer-bottom {
  padding: 12px 0px;
  text-align: center;
  background-color: #EDEDED;
}
.footer-bottom p,
.footer-bottom p a{
  color: #333333;
  font-size: 15px;
  line-height: 1.86666666;
  margin: 0 5px;
}

.footer-bottom p a:hover{
    text-decoration: underline;
}

.page-banner {
  position: relative;
  z-index: 1;
}
.page-banner img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
  }
}
.page-banner .page-banner-content {
  width: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .page-banner .page-banner-content {
    position: static;
    transform: none;
    padding: 50px 0;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.page-banner .page-banner-content .titles {
  font-size: 46px;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 1680px) {
  .page-banner .page-banner-content .titles {
    font-size: 44px;
  }
}
@media screen and (max-width: 1440px) {
  .page-banner .page-banner-content .titles {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .page-banner .page-banner-content .titles {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .page-banner .page-banner-content .titles {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .page-banner .page-banner-content .titles {
    font-size: 26px;
  }
}
/* bread */
.bread {
  width: 100%;
  margin-top: 30px;
  --text-color: #444;
  --text-interval: 10px;
  --text-fontsize: 18px;
  --icon-fontsize: 18px;
  --hover-color: #000;
}
.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);
  font-weight: 500;
}
.mod_bread_link .text {
  color: var(--text-color);
  font-size: var(--text-fontsize);
  transition: all 0.36s;
  font-weight: 600;
}
.mod_bread_item > span {
  margin: 0 var(--text-interval);
  display: inline-block;
  font-size: var(--text-fontsize);
  color: var(--text-color);
}
.mod_bread_item:last-child > span {
  display: none;
}
.mod_bread_link:hover .text {
  color: var(--hover-color) !important;
}
.mod_bread_link:hover span {
  color: var(--hover-color) !important;
}
/* bread-end */
.about-info {
  overflow: hidden;
}
.about-info .flex {
  padding: 80px 0 var(--padd120);
}
@media screen and (max-width: 1200px) {
  .about-info .flex {
    padding: 50px 0 var(--padd120);
  }
}
.about-info .imgs .img_box {
  padding-top: 33.8541666%;
}
.about-info .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .about-info .flex {
    flex-direction: column;
  }
}
.about-info .flex .left {
  width: 31%;
  padding-top: 20px;
}
@media screen and (max-width: 991px) {
  .about-info .flex .left {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about-info .flex .left {
    padding-top: 0;
  }
}
.about-info .flex .left .subtits {
  margin-top: 14px;
  color: #000000;
  line-height: 1.41666666;
  font-weight: 600;
  font-size: 22px;
}
@media screen and (max-width: 1680px) {
  .about-info .flex .left .subtits {
    font-size: 22px;
  }
}
@media screen and (max-width: 1440px) {
  .about-info .flex .left .subtits {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .about-info .flex .left .subtits {
    font-size: 18px;
  }
}
.about-info .flex .left .more-btn {
  margin-top: 40px;
  background-color: #E3D6C7;
}
@media screen and (max-width: 991px) {
  .about-info .flex .left .more-btn {
    margin-top: 30px;
  }
}
.about-info .flex .right {
  width: calc(100% - 31%);
  padding-left: 40px;
}
@media screen and (max-width: 991px) {
  .about-info .flex .right {
    width: 100%;
    padding-left: 0px;
    margin-top: 30px;
  }
}
.about-info .flex .right .edit-active p {
  font-size: 16px;
  line-height: 30px;
  color: #444;
  margin-bottom: 25px;
}
@media screen and (max-width: 1440px) {
  .about-info .flex .right .edit-active p {
    margin-bottom: 20px;
  }
}
.about-info .flex .right .edit-active p:last-child {
  margin-bottom: 0;
}
.about-other {
  padding: var(--padd120) 0;
  overflow: hidden;
}
.about-other .flexs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .about-other .flexs {
    flex-direction: column;
  }
}
.about-other .flexs .left {
  width: calc(100% - 60% - 45px);
  position: relative;
  z-index: 1;
  --mask-width: 46px;
}
@media screen and (max-width: 1680px) {
  .about-other .flexs .left {
    --mask-width: 45px;
  }
}
@media screen and (max-width: 1440px) {
  .about-other .flexs .left {
    --mask-width: 30px;
  }
}
@media screen and (max-width: 991px) {
  .about-other .flexs .left {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about-other .flexs .left {
    padding-bottom: 30px;
    --mask-width: 20px;
  }
}
.about-other .flexs .left .mask1 {
  position: absolute;
  width: var(--mask-width);
  left: 0;
  bottom: calc(100% + 20px);
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .about-other .flexs .left .mask1 {
    bottom: calc(100% + 10px);
  }
}
.about-other .flexs .left .mask2 {
  position: absolute;
  width: var(--mask-width);
  right: 0;
  top: calc(100%);
  z-index: 2;
  transform: rotate(-180deg);
}
@media screen and (max-width: 991px) {
  .about-other .flexs .left .mask2 {
    top: calc(100% - 20px);
  }
}
.about-other .flexs .left .texts {
  font-size: 20px;
  line-height: 2;
  color: #222;
  font-style: italic;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .about-other .flexs .left .texts {
    font-size: 18px;
  }
}
.about-other .flexs .left .bottoms {
  margin-top: 64px;
}
@media screen and (max-width: 1680px) {
  .about-other .flexs .left .bottoms {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1440px) {
  .about-other .flexs .left .bottoms {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .about-other .flexs .left .bottoms {
    margin-top: 30px;
  }
}
.about-other .flexs .left .bottoms img {
  width: 98px;
  margin-bottom: 10px;
}
.about-other .flexs .left .bottoms p {
  font-size: 16px;
  line-height: 2;
  color: #444;
}
.about-other .flexs .right {
  width: 60%;
}
@media screen and (max-width: 991px) {
  .about-other .flexs .right {
    width: 100%;
    margin-top: 30px;
  }
}
.about-other .flexs .right .img_box {
  padding-top: 58.9473684%;
}
.about-oem {
  padding: var(--padd120) 0;
  min-height: 36.45833333%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-oem > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.about-oem .content {
  width: 570px;
  padding: 50px 40px;
  background-color: #464646;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .about-oem .content {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .about-oem .content {
    width: 90%;
  }
}
.about-oem .content .titles {
  font-size: 48px;
  color: #fff;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 1680px) {
  .about-oem .content .titles {
    font-size: 44px;
  }
}
@media screen and (max-width: 1440px) {
  .about-oem .content .titles {
    font-size: 38px;
  }
}
@media screen and (max-width: 1200px) {
  .about-oem .content .titles {
    font-size: 34px;
  }
}
@media screen and (max-width: 991px) {
  .about-oem .content .titles {
    font-size: 30px;
  }
}
.about-oem .content .text {
  margin-top: 10px;
  color: #fff;
  line-height: 1.55;
  font-weight: 600;
  font-size: 18px;
  width: 365px;
  max-width: 100%;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1680px) {
  .about-oem .content .text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .about-oem .content .text {
    font-size: 16px;
  }
}
.about-oem .content .links {
  min-width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  background-color: #fff;
  color: #000000;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .about-oem .content .links {
    min-width: 150px;
    font-size: 16px;
    padding: 13px 26px;
  }
}
.about-oem .content .links:hover {
  color: #fff;
  background-color: var(--main-color);
}
.factory-main {
  padding: 0px 0 60px;
}
.factory-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px -32px;
}
.factory-item {
  width: 33.33333%;
  padding: 0 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .factory-item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .factory-item {
    width: 100%;
  }
}
.factory-item .img_box {
  padding-top: 100%;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}
@media screen and (max-width: 1440px) {
  .pagination {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .pagination {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .pagination {
    margin-top: 40px;
  }
}
.page-item {
  margin: 0 10px;
  background-color: transparent;
}
.page-link {
  display: block;
  color: #666;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s;
  border: none;
  padding: 0;
  background-color: transparent !important;
  cursor: pointer !important;
  font-weight: 500;
}
.page-link:hover {
  color: #000;
  text-decoration: underline;
  cursor: pointer !important;
}
.page-item.active .page-link {
  color: #000;
  text-decoration: underline;
}
.page-item.disabled .page-link {
  color: #bbb;
  pointer-events: none;
}
.search-main {
  padding: 100px 0;
}
@media screen and (max-width: 1680px) {
  .search-main {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1440px) {
  .search-main {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1200px) {
  .search-main {
    padding: 70px 0;
  }
}
@media screen and (max-width: 768px) {
  .search-main {
    padding: 60px 0;
  }
}
.search-list {
  flex-wrap: wrap;
  display: flex;
  margin: 0 -15px -50px;
}
@media screen and (max-width: 1440px) {
  .search-list {
    margin: 0 -15px -40px;
  }
}
@media screen and (max-width: 768px) {
  .search-list {
    margin: 0 -15px -35px;
  }
}
.search-item {
  width: 33.33333%;
  padding: 0 18px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .search-item {
    margin-bottom: 40px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .search-item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .search-item {
    width: 100%;
    margin-bottom: 35px;
  }
}
.search-item .content .img_box {
  padding-top: 80.3921568%;
}
.search-item .content .img_box:hover img {
  transform: scale(1.05);
}
.search-item .content .titles {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .search-item .content .titles {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .search-item .content .titles {
    margin-top: 15px;
  }
}
.search-item .content .titles a {
  color: #000;
  line-height: 1.6666666;
  font-size: 18px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .search-item .content .titles a {
    font-size: 16px;
  }
}
.search-item .content .titles a:hover {
  text-decoration: underline;
  color: var(--main-color);
}
.page-banner-search {
  width: 730px;
  display: flex;
  margin-top: 30px;
  border: 1px solid #707070;
  border-radius: 70px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 1680px) {
  .page-banner-search {
    width: 650px;
  }
}
@media screen and (max-width: 1440px) {
  .page-banner-search {
    width: 600px;
  }
}
@media screen and (max-width: 991px) {
  .page-banner-search {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .page-banner-search {
    width: 100%;
  }
}
.page-banner-search input {
  width: calc(100% - 160px);
  padding: 0 20px;
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  .page-banner-search input {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 991px) {
  .page-banner-search input {
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 768px) {
  .page-banner-search input {
    width: calc(100% - 120px);
  }
}
.page-banner-search button {
  width: 160px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #fff;
  font-size: 18px;
  border-radius: 70px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .page-banner-search button {
    height: 58px;
    width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .page-banner-search button {
    height: 54px;
    width: 130px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .page-banner-search button {
    width: 120px;
    height: 48px;
  }
}
.contact-main {
  padding: 90px 0 10px;
}

@media screen and (max-width: 1440px) {
    .contact-main {
      padding: 80px 0 10px;
    }
}

@media screen and (max-width: 1200px) {
    .contact-main {
      padding: 70px 0 10px;
    }
}

@media screen and (max-width: 768px) {
    .contact-main {
      padding: 60px 0 10px;
    }
}


.contact-main .flexs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-main .lefts {
  width: 39.6875%;
  margin-top: -9vw;
  position: relative;
  z-index: 2;
  background: #FDFCF8;
}
@media screen and (max-width: 1680px) {
  .contact-main .lefts {
    margin-top: -11vw;
  }
}
@media screen and (max-width: 1200px) {
  .contact-main .lefts {
    width: 42%;
  }
}
@media screen and (max-width: 991px) {
  .contact-main .lefts {
    width: 100%;
    margin-top: 0vw;
  }
}
.contact-main .rights {
  width: 54.9375%;
}
@media screen and (max-width: 1200px) {
  .contact-main .rights {
    width: 52%;
  }
}
@media screen and (max-width: 991px) {
  .contact-main .rights {
    width: 100%;
    margin-top: 60px;
  }
}
.contact-content {
  border-radius: 2px 2px 2px 2px;
  background: #FDFCF8;
  padding: 90px 47px 65px;
}
@media screen and (max-width: 1680px) {
  .contact-content {
    padding: 80px 40px 60px;
  }
}
@media screen and (max-width: 1200px) {
  .contact-content {
    padding: 60px 40px 60px;
  }
}
@media screen and (max-width: 768px) {
  .contact-content {
    padding: 60px 30px 60px;
  }
}
.contact-content .imgs {
  width: 215px;
  display: block;
}
@media screen and (max-width: 1440px) {
  .contact-content .imgs {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .contact-content .imgs {
    width: 140px;
  }
}
.contact-content .imgs img {
  width: 100%;
}
.contact-content .texts {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.41666666;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .contact-content .texts {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contact-content .texts {
    font-size: 18px;
  }
}
.contact-list {
  margin-top: 70px;
}
@media screen and (max-width: 1440px) {
  .contact-list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .contact-list {
    margin-top: 40px;
  }
}
.contact-items {
  margin-bottom: 50px;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .contact-items {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .contact-items {
    margin-bottom: 32px;
  }
}
.contact-items .icons{
  width: 42px;
  flex-shrink: 0;
  margin-right: 24px;
  margin-top: 11px;
}

@media screen and (max-width: 1200px) {
  .contact-items .icons {
    width: 40px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contact-items .icons {
    width: 36px;
    display: none;
  }
}
.contact-items .icons img {
  width: 100%;
}
.contact-items .conts {
  --fontsize: 18px;
}

.contact-items .conts .keys {
  font-size: var(--fontsize);
  color: #666;
  line-height: 1.65;
  margin-bottom: 4px;
}
.contact-items .conts .vals p,
.contact-items .conts .vals a{
  font-size: var(--fontsize);
  color: #444;
  font-weight: 600;
  line-height: 1.65;
}
.contact-items .conts .vals a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.contact-items:last-child {
  margin-bottom: 0;
}
.mod-formbox {
  width: 100%;
}
.mod-formbox .titles {
  font-size: 48px;
  color: #000;
  line-height: 1.1;
  font-weight: 600;
}
@media screen and (max-width: 1680px) {
  .mod-formbox .titles {
    font-size: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .mod-formbox .titles {
    font-size: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .mod-formbox .titles {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .mod-formbox .titles {
    font-size: 28px;
  }
}
.mod-formbox .texts {
  margin-top: 18px;
  font-size: 20px;
  color: #000;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .mod-formbox .texts {
    font-size: 18px;
  }
}

.mod-formbox .wpcf7-form>p{
  display: none;
}

.mod-formbox .mod-form,
.mod-formbox .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  margin: 45px -15px -20px;
}
@media screen and (max-width: 1440px) {
  .mod-formbox .mod-form,
  .mod-formbox .wpcf7-form {
    margin: 35px -10px -20px;
  }
}
.mod-formbox .mod-form .label,
.mod-formbox .wpcf7-form .label{
  display: block;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .mod-formbox .mod-form .label,
  .mod-formbox .wpcf7-form .label {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .mod-formbox .mod-form .label,
  .mod-formbox .wpcf7-form .label {
    width: 100%;
  }
}
.mod-formbox .mod-form .label.block-item,
.mod-formbox .wpcf7-form .label.block-item {
  width: 100%;
}
.mod-formbox .mod-form .label:last-child,
.mod-formbox .wpcf7-form .label:last-child {
  margin-top: 18px;
}
@media screen and (max-width: 1440px) {
  .mod-formbox .mod-form .label:last-child,
  .mod-formbox .wpcf7-form .label:last-child {
    margin-top: 8px;
  }
}
.mod-formbox .mod-form input,
.mod-formbox .wpcf7-form input {
  height: 42px;
  padding: 0 15px;
  width: 100%;
}
.mod-formbox .mod-form textarea,
.mod-formbox .wpcf7-form textarea,
.mod-formbox .wpcf7-form .label.textarea input {
  height: 150px;
  width: 100%;
  padding: 15px 15px;
}


/* [text* yourspecificneeds id:yourspecificneeds placeholder "Describe your specific needs*"]  */
.mod-formbox .mod-form input,
.mod-formbox .mod-form textarea,
.mod-formbox .wpcf7-form input,
.mod-formbox .wpcf7-form textarea {
  border: 1px solid #707070;
  color: #333;
  font-size: 14px;
}
.mod-formbox .mod-form button,
.mod-formbox .wpcf7-form button,
.mod-formbox .wpcf7-form .label.subbutton input {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  transition: all 0.5s;
}
@media screen and (max-width: 1440px) {
  .mod-formbox .mod-form button,
  .mod-formbox .wpcf7-form button,
  .mod-formbox .wpcf7-form .label.subbutton input {
    height: 56px;
  }
}
@media screen and (max-width: 1200px) {
  .mod-formbox .mod-form button,
  .mod-formbox .wpcf7-form button,
  .mod-formbox .wpcf7-form .label.subbutton input {
    font-size: 16px;
    height: 52px;
  }
}
.mod-formbox .mod-form button:hover,
.mod-formbox .wpcf7-form button:hover,
.mod-formbox .wpcf7-form .label.subbutton input:hover {
  background-color: var(--main-color);
}
.content-404 {
  background-color: #F8F8F8;
  overflow: hidden;
}
.content-404 .content-404-center {
  width: 1250px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1440px) {
  .content-404 .content-404-center {
    width: 1120px;
  }
}
@media screen and (max-width: 1200px) {
  .content-404 .content-404-center {
    width: 940px;
  }
}
@media screen and (max-width: 991px) {
  .content-404 .content-404-center {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .content-404 .content-404-center {
    padding: 0 20px;
  }
}
.content-404 .flexs {
  min-height: 41.6666666vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 80px 0;
}
@media screen and (max-width: 1440px) {
  .content-404 .flexs {
    padding: 70px 0;
  }
}
@media screen and (max-width: 1200px) {
  .content-404 .flexs {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .content-404 .flexs {
    padding: 55px 0;
  }
}
.content-404 .lefts {
  width: 470px;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .content-404 .lefts {
    width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .content-404 .lefts {
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .content-404 .lefts {
    padding-right: 0;
    width: 100%;
  }
}
.content-404 .lefts .titles {
  font-size: 50px;
  color: #000000;
  line-height: 1.2;
  font-weight: bold;
  text-transform: capitalize;
}
@media screen and (max-width: 1680px) {
  .content-404 .lefts .titles {
    font-size: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .content-404 .lefts .titles {
    font-size: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .content-404 .lefts .titles {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .content-404 .lefts .titles {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .content-404 .lefts .titles {
    font-size: 26px;
  }
}
.content-404 .lefts .texts {
  margin-top: 25px;
  font-size: 20px;
  color: #333;
  line-height: 1.7;
  text-transform: capitalize;
}
@media screen and (max-width: 1680px) {
  .content-404 .lefts .texts {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .content-404 .lefts .texts {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .content-404 .lefts .texts {
    margin-top: 20px;
  }
}
.content-404 .lefts .links {
  display: inline-flex;
  min-width: 210px;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  padding: 9px 25px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 45px;
  border-radius: 50px;
  transition: all 0.5s;
}
@media screen and (max-width: 1680px) {
  .content-404 .lefts .links {
    min-width: 180px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 991px) {
  .content-404 .lefts .links {
    margin-top: 25px;
    padding: 8px 25px;
    min-width: 150px;
  }
}
.content-404 .lefts .links:hover {
  background-color: var(--main-color);
  transform: scale(1.1);
}
.content-404 .rights {
  width: 47.2%;
}
@media screen and (max-width: 768px) {
  .content-404 .rights {
    width: 100%;
    margin-top: 35px;
  }
}
.content-404 .rights .img_box {
  padding-top: 64.406779%;
}
.news-primary {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1680px) {
  .news-primary {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1440px) {
  .news-primary {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1200px) {
  .news-primary {
    padding: 70px 0;
  }
}
@media screen and (max-width: 768px) {
  .news-primary {
    padding: 60px 0;
  }
}
.news-primary-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -40px;
}
@media screen and (max-width: 1200px) {
  .news-primary-list {
    margin: 0 -15px -35px;
  }
}
.news-primary-item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .news-primary-item {
    padding: 0 15px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .news-primary-item {
    width: 100%;
  }
}
.news-primary-item .img_box {
  padding-top: 53.2051282%;
}
.news-primary-item .img_box:hover img {
  transform: scale(1.05);
}
.news-primary-item .titles {
  margin-top: 30px;
  padding: 0 15px;
}
@media screen and (max-width: 1680px) {
  .news-primary-item .titles {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1440px) {
  .news-primary-item .titles {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .news-primary-item .titles {
    margin-top: 16px;
  }
}
@media screen and (max-width: 991px) {
  .news-primary-item .titles {
    padding: 0 10px;
  }
}
.news-primary-item .titles,
.news-primary-item .titles a {
  color: #000000;
  font-size: 20px;
  line-height: 1.75;
  font-weight: 600;
}
@media screen and (max-width: 1680px) {
  .news-primary-item .titles,
  .news-primary-item .titles a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .news-primary-item .titles,
  .news-primary-item .titles a {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .news-primary-item .titles,
  .news-primary-item .titles a {
    font-size: 16px;
  }
}
.news-primary-item .titles a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.news-main {
  padding-bottom: 50px;
}
.news-main-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px -50px;
}
@media screen and (max-width: 1680px) {
  .news-main-list {
    margin: 0 -18px -40px;
  }
}
@media screen and (max-width: 1200px) {
  .news-main-list {
    margin: 0 -15px -40px;
  }
}
@media screen and (max-width: 768px) {
  .news-main-list {
    margin: 0 -15px -35px;
  }
}
.news-main-item {
  width: 33.333333%;
  padding: 0 18px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1680px) {
  .news-main-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .news-main-item {
    padding: 0 15px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .news-main-item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .news-main-item {
    width: 100%;
    margin-bottom: 35px;
  }
}
.news-main-item .img_box {
  padding-top: 80.3921568%;
}
.news-main-item .img_box:hover img {
  transform: scale(1.05);
}
.news-main-item .titles {
  margin-top: 25px;
  padding: 0 20px;
}
@media screen and (max-width: 1440px) {
  .news-main-item .titles {
    margin-top: 20px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1200px) {
  .news-main-item .titles {
    margin-top: 16px;
    padding: 0 10px;
  }
}
.news-main-item .titles,
.news-main-item .titles a {
  color: #333;
  font-size: 18px;
  line-height: 1.6666666;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .news-main-item .titles,
  .news-main-item .titles a {
    font-size: 16px;
  }
}
.news-main-item .titles a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.news-details {
  padding-top: 100px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1680px) {
  .news-details {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1440px) {
  .news-details {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1200px) {
  .news-details {
    padding: 70px 0;
  }
}
@media screen and (max-width: 768px) {
  .news-details {
    padding: 60px 0;
  }
}
.news-details .titles {
  text-align: center;
  font-size: 24px;
  line-height: 1.3076923;
  color: #333333;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .news-details .titles {
    font-size: 24px;
    text-align: left;
  }
}
.news-details .news-data {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 1680px) {
  .news-details .news-data {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1440px) {
  .news-details .news-data {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .news-details .news-data {
    margin-top: 30px;
  }
}
.news-details .news-data .icons {
  width: 22px;
  flex-shrink: 0;
  margin-right: 12px;
}
@media screen and (max-width: 991px) {
  .news-details .news-data .icons {
    width: 22px;
  }
}
.news-details .news-data .icons img {
  width: 100%;
}
.news-details .news-data p {
  font-size: 18px;
  color: #414141;
  line-height: 2.22222;
}
@media screen and (max-width: 768px) {
  .news-details .news-data p {
    font-size: 16px;
  }
}
.news-details .edit-active {
  margin-top: 50px;
  padding-bottom: 60px;
  border-bottom: 2px solid #C5C5C5;
}
@media screen and (max-width: 1680px) {
  .news-details .edit-active {
    margin-top: 40px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1440px) {
  .news-details .edit-active {
    margin-top: 30px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .news-details .edit-active {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .news-details .edit-active {
    padding-bottom: 40px;
  }
}
.news-details .edit-active p {
  font-size: 16px;
  line-height: 2.22222;
  color: #231910;
}
@media screen and (max-width: 1200px) {
  .news-details .edit-active p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .news-details .edit-active p {
    line-height: 2;
  }
}
.news-details-arrow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .news-details-arrow {
    flex-direction: column;
    padding: 16px 0;
  }
}
.news-details-arrow .items {
  width: 48%;
  display: flex;
  align-items: center;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .news-details-arrow .items {
    width: 100%;
    margin: 10px 0;
  }
}
.news-details-arrow .items .keys {
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: normal;
  margin-right: 8px;
}

@media screen and (max-width: 991px) {
  .news-details-arrow .items .keys {
    font-size: 20px;
  }
}
.news-details-arrow .items a {
  width: 360px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #555;
  line-height: normal;
  transform: translateY(1px);
}

.news-details-arrow .items a:hover {
  text-decoration: underline;
}
.news-details-arrow .items:last-child {
  justify-content: flex-end;
}
.news-related {
  padding: 0 0 var(--padd120);
}
.news-related .titles {
  text-align: center;
  font-size: 48px;
  color: #000;
  font-weight: 600;
  line-height: 1.1;
}
@media screen and (max-width: 1680px) {
  .news-related .titles {
    font-size: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .news-related .titles {
    font-size: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .news-related .titles {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .news-related .titles {
    font-size: 28px;
  }
}
.news-related-list {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -18px -50px;
}
@media screen and (max-width: 1200px) {
  .news-related-list {
    margin: 45px -15px -40px;
  }
}
.news-related-item {
  width: 25%;
  padding: 0 18px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .news-related-item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .news-related-item {
    width: 100%;
  }
}
.news-related-item .img_box {
  padding-top: 87.1794871%;
}
.news-related-item .img_box:hover img {
  transform: scale(1.05);
}
.news-related-item .tits {
  margin-top: 20px;
  padding: 0 15px;
}
@media screen and (max-width: 1440px) {
  .news-related-item .tits {
    margin-top: 15px;
    padding: 0 0px;
  }
}
.news-related-item .tits,
.news-related-item .tits a {
  color: #333;
  font-size: 18px;
  line-height: 1.6666666;
}
@media screen and (max-width: 1440px) {
  .news-related-item .tits,
  .news-related-item .tits a {
    font-size: 16px;
  }
}
.news-related-item .tits a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.mod-contact {
  padding: var(--padd120) 0;
  background-color: #FDFCF8;
}
.mod-contact .flexs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mod-contact .lefts {
  width: 44.375%;
}
@media screen and (max-width: 991px) {
  .mod-contact .lefts {
    width: 100%;
  }
}
.mod-contact .rights {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .mod-contact .rights {
    display: none;
  }
}
.mod-contact .rights .img_box {
  padding-top: 92.5%;
  height: 100%;
}
.product-details {
  padding: 60px 0 100px;
}

@media screen and (max-width:1200px) {
    .product-details {
      padding: 60px 0 80px;
    }
}

@media screen and (max-width:991px) {
    .product-details {
      padding: 60px 0 60px;
    }
}

.product-details .flexs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.product-details .flexs .lefts {
  width: 50%;
}
.product-details .flexs .rights {
  width: 43.75%;
}

@media screen and (max-width:768px) {
    .product-details .flexs {
        flex-direction: column;
    }
    
    .product-details .flexs .lefts {
      width: 100%;
      margin-bottom: 30px;
    }
    .product-details .flexs .rights {
      width: 100%;
    }
}

.product-details .flexs .rights .subtits {
  font-size: 18px;
  line-height: 1.416666;
  color: #000000;
  font-weight: 500;
}

@media screen and (max-width:1200px) {
    .product-details .flexs .rights .subtits {
        font-size: 15px;
    }
}

.product-details .flexs .rights .titles {
  font-size: 38px;
  line-height: 1.166666;
  color: #000000;
  font-weight: bold;
  margin-top: 10px;
}

@media screen and (max-width:1440px) {
    .product-details .flexs .rights .titles {
      font-size: 34px;
    }
}

@media screen and (max-width:1200px) {
    .product-details .flexs .rights .titles {
      font-size: 30px;
    }
}

.prodeta-media {
  display: flex;
  margin-top: 20px;
}
.prodeta-media .items {
  margin-right: 10px;
}
.prodeta-media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-color: #EDEDED;
}
.prodeta-media a img {
  width: 18px;
  transition: all 0.5s;
}
.prodeta-media a:hover {
  background-color: var(--main-color);
}
.prodeta-media a:hover img {
  filter: brightness(0) invert(1);
}
.prodeta-des {
  margin-top: 38px;
}

@media screen and (max-width:1200px) {
    .prodeta-des {
      margin-top: 30px;
    }
}

.prodeta-des .texts {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.75;
  color: #555;
}
.prodeta-colors {
  margin-top: 38px;
}

@media screen and (max-width:1200px) {
    .prodeta-colors {
      margin-top: 30px;
    }
}

.prodeta-colors .colors-list {
  padding-bottom: 25px;
  margin-top: 20px;
  display: flex;
  border-bottom: 2px solid #F1EAE3;
}
.prodeta-colors .colors-list .colors-item {
  margin-right: 15px;
}
.prodeta-colors .colors-list .btns {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
}
.prodeta-colors .colors-list .btns img {
  width: 100%;
  height: 100%;
}
.prodeta-colors .colors-list .btns:hover {
  transform: scale(1.1);
}
.prodeta-list-group {
  display: flex;
  flex-wrap: wrap;
  margin: 35px -12px -24px;
}
.prodeta-list-group li {
  width: 33.333333%;
  padding: 0 12px;
  margin-bottom: 24px;
}
.prodeta-list-group a {
  width: 100%;
  height: 42px;
  border: 1px solid #707070;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FDFCF8;
  color: #222;
  font-size: 15px;
}
.prodeta-list-group a:hover {
  background-color: #E3D6C7;
}
.prodeta-colors-popup.active {
  opacity: 1;
  pointer-events: all;
}
.prodeta-colors-popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.6);
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
.prodeta-colors-popup .contents {
  width: 730px;
  height: 310px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: red;
}
.prodeta-colors-popup .contents > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.prodeta-colors-popup .contents .tits {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 60px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.prodeta-colors-popup .contents .close-btns {
  position: absolute;
  width: 26px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 2;
  cursor: pointer;
}
.prodeta-colors-popup .contents .close-btns img {
  width: 100%;
}
.product-adv {
  padding-bottom: var(--padd120);
}
.product-adv .titles {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
  color: #000000;
}

@media screen and (max-width:1440px) {
    .product-adv .titles {
      font-size: 30px;
    }
}

@media screen and (max-width:1440px) {
    .product-adv .titles {
      font-size: 28px;
    }
}

@media screen and (max-width:768px) {
    .product-adv .titles {
      font-size: 24px;
    }
}

.product-adv-list {
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  margin: 45px 0px 0px;
}

@media screen and (max-width:1440px) {
    .product-adv-list {
      margin: 40px 0px 0px;
    }
}

@media screen and (max-width:1200px) {
    .product-adv-list {
      margin: 35px 0px 0px;
    }
}

@media screen and (max-width:768px) {
    .product-adv-list {
      margin: 30px 0px 0px;
    }
}

/*.product-adv-list img {*/
/*  width: 100%;*/
/*}*/

.product-adv-item.block {
  width: 100%;
}
.product-adv-item {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.product-adv-item .content {
  height: 100%;
}
.product-adv-item img {
  width: 100%;
  margin-bottom: 30px;
}
.product-adv-item img:last-child {
  margin-bottom: 0;
}
.prodeta-tits {
  font-size: 20px;
  color: #000000;
  line-height: 1.4545454;
  font-weight: 600;
}

@media screen and (max-width:1200px) {
    .prodeta-tits {
        font-size: 18px;
    }
}

.product-details-slick {
  padding: 0 40px;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.product-details-slick .prev-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-details-slick .next-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-details-slick .prev-arrow,
.product-details-slick .next-arrow {
  padding: 6px;
  cursor: pointer;
}
.product-details-slick .prev-arrow svg,
.product-details-slick .next-arrow svg {
  width: 26px;
}
.product-details-bimg {
  border: 1px solid #999999;
  overflow: hidden;
  border-radius: 14px;
}
.product-details-bimg .bitem {
  display: block !important;
}
.product-details-bimg .img_box {
  padding-top: 87.5%;
}
.product-details-simg {
  margin: 0 -10px;
}
.product-details-simg .img_box {
  padding-top: 87.5%;
  border: 1px solid #999999;
  border-radius: 14px;
}
.product-details-simg .sitem {
  padding: 0 10px;
}
.product-main {
  padding: var(--padd120) 0;
}
.product-main .flexs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .product-main .flexs {
    flex-direction: column;
  }
}
.product-main .lefts {
  width: 20%;
  padding-right: 30px;
}
@media screen and (max-width: 1200px) {
  .product-main .lefts {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .product-main .lefts {
    width: 28%;
  }
}
@media screen and (max-width: 768px) {
  .product-main .lefts {
    width: 100%;
    margin-bottom: 30px;
  }
}
.product-main .lefts .groups {
  margin-bottom: 40px;
}
.product-main .lefts .groups:last-child {
  margin-bottom: 0;
}
.product-main .lefts .tits {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 1.3636363;
  padding-bottom: 14px;
  position: relative;
  z-index: 1;
  margin-bottom: 26px;
}
@media screen and (max-width: 991px) {
  .product-main .lefts .tits {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .product-main .lefts .tits {
    font-size: 20px;
  }
}
.product-main .lefts .tits::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 47px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .product-main .lefts .tits::after {
    height: 2px;
    width: 42px;
  }
}
.product-main .rights {
  width: 80%;
}
@media screen and (max-width: 1200px) {
  .product-main .rights {
    width: 75%;
  }
}
@media screen and (max-width: 991px) {
  .product-main .rights {
    width: 72%;
  }
}
@media screen and (max-width: 768px) {
  .product-main .rights {
    width: 100%;
  }
}
.product-classify-item {
  margin-bottom: 18px;
  color: #666666;
  font-size: 18px;
  line-height: 1.56;
  font-weight: 600;
  transition: all 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .product-classify-item {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .product-classify-item {
    font-size: 16px;
  }
}
.product-classify-item:last-child {
  margin-bottom: 0;
}
.product-classify-item.active,
.product-classify-item:hover {
  color: #000;
}
.product-color ul {
  display: flex;
  flex-wrap: wrap;
}
.product-color .product-color-item {
  margin-right: 20px;
  margin-bottom: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color);
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  border: 1px solid #C4C4C4;
}
@media screen and (max-width: 1440px) {
  .product-color .product-color-item {
    margin-right: 18px;
  }
}
.product-color .product-color-item::after {
  content: "✔";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-text);
  font-size: 14px;
  font-weight: bold;
  transition: all 0.5s;
  opacity: 0;
}
.product-color .product-color-item:hover::after,
.product-color .product-color-item.active::after {
  opacity: 1;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}
.product-item {
  width: 33.333333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .product-item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .product-item {
    width: 100%;
  }
}
.product-link {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(232, 232, 232, 0.83);
  box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.06);
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
}
.product-link .img_box {
  padding-top: 95.1219512%;
  width: 100%;
}
.product-link .tit {
  width: 100%;
  position: relative;
  padding: 28px 20px;
  z-index: 1;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  line-height: 1.45454545;
  text-align: center;
  transition: all 0.5s;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .product-link .tit {
    font-size: 20px;
    padding: 24px 18px;
  }
}
@media screen and (max-width: 991px) {
  .product-link .tit {
    padding: 20px 20px;
    font-size: 18px;
  }
}
.product-link .tit::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: calc(100% - 60px);
  height: 2px;
  background-color: #E8E8E8;
  opacity: 0.83;
}
@media screen and (max-width: 1200px) {
  .product-link .tit::after {
    width: calc(100% - 40px);
  }
}
.product-link:hover .img_box img {
  transform: scale(1.1);
}
.product-link:hover .tit {
  color: var(--main-color);
}

.page-item.disabled{
  display: none !important;
}


.footer .wpcf7-form>p{
  display: flex;
  border: 1px solid #707070;
}

.footer .wpcf7-form>p>.wpcf7-form-control-wrap{
  width: calc(100% - 190px);
}

.footer .wpcf7-form>p>.wpcf7-form-control-wrap input{
  padding: 0 20px;
  font-size: 16px;
  color: #222;
  width: 100%;
  height: 100%;
}

.footer .wpcf7-form>p>.wpcf7-form-control{
    width: 190px;
    height: 42px;
    background-color: #333333;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.footer .wpcf7-form .wpcf7-spinner{
  display: none;
}

@media screen and (max-width: 768px){
  .footer .wpcf7-form>p>.wpcf7-form-control {
    width: 125px;
    font-size: 16px;
  }

  .footer .wpcf7-form>p>.wpcf7-form-control-wrap{
    width: calc(100% - 125px);
  }
}

.privacy-main{
    padding: var(--padd120) 0 calc(var(--padd120) - 60px);
}

.carter-edit p{
    font-size: 16px;
    line-height: 1.75;
}

.carter-edit h2,
.carter-edit h3,
.carter-edit h4,
.carter-edit h5,
.carter-edit h6 {
  font-weight: bold;
  color: #333;
  margin-bottom: 14px;
}
.carter-edit h2 {
  font-size: 32px;
  line-height: 1.35;
}
.carter-edit h3 {
  font-size: 28px;
  line-height: 1.45;
}
.carter-edit h4 {
  font-size: 24px;
  line-height: 1.45;
}
.carter-edit h5 {
  font-size: 22px;
  line-height: 1.65;
}
.carter-edit h6 {
  font-size: 20px;
  line-height: 1.65;
}
@media screen and (max-width: 1440px) {
  .carter-edit h2 {
    font-size: 30px;
    line-height: 1.35;
  }
  .carter-edit h3 {
    font-size: 26px;
    line-height: 1.45;
  }
  .carter-edit h4 {
    font-size: 22px;
    line-height: 1.45;
  }
  .carter-edit h5 {
    font-size: 18px;
    line-height: 1.65;
  }
  .carter-edit h6 {
    font-size: 18px;
    line-height: 1.65;
  }
}
@media screen and (max-width: 1200px) {
  .carter-edit p {
    font-size: 16px;
  }
  .carter-edit h2 {
    font-size: 28px;
    line-height: 1.35;
  }
  .carter-edit h3 {
    font-size: 24px;
    line-height: 1.45;
  }
  .carter-edit h4 {
    font-size: 20px;
    line-height: 1.45;
  }
  .carter-edit h5 {
    font-size: 18px;
    line-height: 1.65;
  }
  .carter-edit h6 {
    font-size: 16px;
    line-height: 1.65;
  }
}
@media screen and (max-width: 768px) {
  .carter-edit h2 {
    font-size: 24px;
    line-height: 1.35;
  }
  .carter-edit h3 {
    font-size: 20px;
    line-height: 1.45;
  }
  .carter-edit h4 {
    font-size: 18px;
    line-height: 1.45;
  }
  .carter-edit h5 {
    font-size: 16px;
    line-height: 1.65;
  }
  .carter-edit h6 {
    font-size: 16px;
    line-height: 1.65;
  }
}

.mod-formbox .wpcf7-form .label.block-item.subbutton{
    margin-bottom: 0;
}

.product-adv-list img{
	height:auto;
}
