@charset "utf-8";
body {
  /* 填写默认字体 */
  font-family: "Lexend", "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: 'Lexend';
  src: local('Lexend Regular'), local('Lexend-Regular'), url('../fonts/lexend/Lexend-Regular.woff2') format('woff2'), url('../fonts/lexend/Lexend-Regular.woff') format('woff'), url('../fonts/lexend/Lexend-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: local('Lexend Bold'), local('Lexend-Bold'), url('../fonts/lexend/Lexend-Bold.woff2') format('woff2'), url('../fonts/lexend/Lexend-Bold.woff') format('woff'), url('../fonts/lexend/Lexend-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: local('Lexend SemiBold'), local('Lexend-SemiBold'), url('../fonts/lexend/Lexend-SemiBold.woff2') format('woff2'), url('../fonts/lexend/Lexend-SemiBold.woff') format('woff'), url('../fonts/lexend/Lexend-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anton';
  src: local('Anton Regular'), local('Anton-Regular'), url('../fonts/anton/Anton-Regular.woff2') format('woff2'), url('../fonts/anton/Anton-Regular.woff') format('woff'), url('../fonts/anton/Anton-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* 谷歌翻译后防止与sticky产生冲突 */
.iconfonts {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grahccale;
}
/* slick 懒加载图片去边框 */
.slick-loading {
  opacity: 0;
}
/* 去除翻译插件边框 */
.goog-te-gadget-simple {
  border: none !important;
}
/* h1隐藏 */
.fszero {
  display: none;
}
/* 去除input记忆填充底色 */
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
/* ph去除载入效果 */
@media screen and (max-width: 1200px) {
  .wow {
    animation: none;
  }
}
:root {
  font-size: 10px;
  --main-color: #1A7ABE;
  --main-hover: #2798e8;
  --flex-margin: -15px;
  --flex-padding: 15px;
  scroll-behavior: initial;
}
/* 翻译插件展位 */
.google-translate {
  min-width: 108px;
}
.fancybox-content {
  height: 800px !important;
}
.c_pcbtn {
  display: none;
}
.header {
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.translated-ltr .header,
.translated-rtl .header {
  top: 40px;
}
.header-logo {
  width: 200px;
  display: block;
  line-height: var(--height);
}
.header-logo img {
  width: 100%;
}
.page-banner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 40px;
  width: 100%;
}
.page-banner-content .title {
  text-align: center;
  margin-bottom: 5px;
  color: #FFF;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  font-family: Anton;
  font-size: 68px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
}
.page-banner-content .text {
  text-align: center;
}
.page-banner-content .text p {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
/* bread */
.bread {
  width: 100%;
  --text-color: #000000;
  --text-interval: 8px;
  --text-fontsize: 16px;
  --icon-fontsize: 20px;
  --hover-color: #1A7ABE;
  margin-top: 40px;
  margin-bottom: 30px;
}
.mod_bread {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.mod_bread_item {
  display: flex;
  align-items: center;
}
.mod_bread_link {
  display: flex;
  align-items: center;
}
.mod_bread_link span {
  color: var(--text-color);
  font-size: var(--icon-fontsize);
  margin-right: 20px;
  color: var(--main-color);
}
.mod_bread_link .text {
  color: var(--text-color);
  font-size: var(--text-fontsize);
  transition: all 0.36s;
  text-transform: uppercase;
  line-height: 1.75;
}
.mod_bread_item > span {
  margin: 0 var(--text-interval);
  display: inline-block;
  font-size: var(--text-fontsize);
  color: var(--text-color);
  line-height: 1.75;
}
.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 */
.project-content,
.news-content {
  padding-bottom: 10rem;
}
.project-content .title,
.news-content .title {
  margin-bottom: 4rem;
}
.mod-tit52,
.mod-tit52 p {
  color: #333;
  font-family: Anton;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.project-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--flex-margin) -30px;
}
.project-item {
  width: 50%;
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}
.project-link {
  display: block;
}
.project-link .img_box {
  padding-top: 47.826086%;
  margin-bottom: 20px;
}
.project-link .tits {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .project-link:hover .img_box img {
    transform: scale(1.05);
  }
  .project-link:hover .tits {
    color: var(--main-color);
  }
}
/* 分页 */
.mod_page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #E9F2F8;
  border-radius: 50px;
  padding: 0 10px;
  --margin-x: 6px;
  --fs: 17px;
  --iconfs: 15px;
  --wh: 50px;
  --bg: #e6e6e6;
  --page-color: #000;
}
.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: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: initial;
  height: var(--wh);
  line-height: initial !important;
  font-size: var(--fs);
  background-color: transparent !important;
  padding: 10px;
}
.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(0deg);
}
.mod_page .next span {
  transform: rotate(180deg);
}
.mod_page .prev span,
.mod_page .next span {
  font-size: var(--iconfs);
}
.mod_page_item.act a {
  background-color: var(--main-color);
  color: #1A7ABE;
}
@media screen and (min-width: 1200px) {
  .mod_page_item a:hover {
    background-color: var(--main-color);
  }
  .mod_page_item.prev a:hover span,
  .mod_page_item.next a:hover span {
    color: #1A7ABE;
  }
  .mod_page_item:not(.prev,.next) a:hover {
    color: #1A7ABE;
  }
}
/* 分页-end */
.mod_page-box {
  text-align: center;
  margin-top: 7rem;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--flex-margin) -30px;
  padding: 0;
}
.news-item {
  width: 50%;
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}
.news-link {
  display: flex;
  --leftw: 200px;
  align-items: center;
}
.news-link .left {
  width: var(--leftw);
  flex-shrink: 0;
}
.news-link .left .img_box {
  padding-top: 115%;
}
.news-link .right {
  width: calc(100% - var(--leftw));
  padding-left: 50px;
}
.news-link .right .time {
  color: #1A7ABE;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.news-link .right .text {
  margin-bottom: 4.8rem;
}
.news-link .right .text p {
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-link .right .more {
  color: #1A7ABE;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
  .news-link:hover .left .img_box img {
    transform: scale(1.05);
  }
}
.news .mod_page-box {
  text-align: right;
}
.contact-tit,
.contact-tits p {
  color: #333;
  font-family: Anton;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.contact-tit span,
.contact-tits p span {
  color: var(--main-color);
}
.contact-tit {
  margin-bottom: 55px;
}
.contact-content {
  overflow: hidden;
  padding-bottom: 15rem;
}
.contact-content .flex {
  display: flex;
  justify-content: space-between;
}
.contact-content .left {
  width: 44.680851%;
}
.contact-content .right {
  width: 48.9361702%;
}
.contact-item {
  margin-bottom: 50px;
  display: flex;
}
.contact-item .iconfont {
  font-size: 26px;
  color: #222222;
  margin-right: 5rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.contact-item .conts {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #DAE4E9;
}
.contact-item .conts .key {
  color: #1A7ABE;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.contact-item .conts .val p,
.contact-item .conts .val a {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1200px) {
  .contact-item .conts .val a:hover {
    color: var(--main-color);
    text-decoration: underline;
  }
}
body {
  background-color: #F5F8FA;
}
.contact-item:last-child {
  margin-bottom: 0;
}
.contact-item:last-child .conts {
  border-bottom: none;
}
.contact .mod_form {
  --form-margin: -7px;
  --form-padding: 7px;
  --form-item-botton: 12px;
  --form-item-br: 12px;
  --form-item-width: 50%;
  --form-item-bg: #fff;
  --form-item-height: 50px;
  --form-item-padding: 30px;
  --form-label-size: 15px;
  --form-color: #666;
  --form-textarea-height: 150px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--form-margin);
}
.contact .mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.contact .mod_form .mod_form_item .conts {
  position: relative;
  background-color: var(--form-item-bg);
}
.contact .mod_form .mod_form_item .conts label {
  position: absolute;
  left: var(--form-item-padding);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.36s;
  font-size: var(--form-label-size);
  text-transform: capitalize;
  line-height: 1.2;
  color: var(--form-color);
}
.contact .mod_form .mod_form_item .conts input {
  width: 100%;
  height: var(--form-item-height);
  padding: 0 var(--form-item-padding);
  font-size: var(--form-label-size);
  color: var(--form-color);
}
.contact .mod_form .mod_form_item .conts textarea {
  height: var(--form-textarea-height);
  font-size: var(--form-label-size);
  padding: 22px var(--form-item-padding);
  width: 100%;
  color: var(--form-color);
}
.contact .mod_form .mod_form_item .conts button {
  display: inline-flex;
  align-items: center;
  min-width: 200px;
  height: 50px;
  padding: 0 30px;
  background-color: transparent;
}
.contact .mod_form .mod_form_item .conts button p {
  color: #000;
  font-family: Lexend;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: uppercase;
  transition: all 0.5s;
}
.contact .mod_form .mod_form_item .conts button span {
  margin-left: 10px;
  font-size: 22px;
  color: #000;
}
@media screen and (min-width: 1200px) {
  .contact .mod_form .mod_form_item .conts button:hover p {
    color: var(--main-color);
  }
  .contact .mod_form .mod_form_item .conts button:hover span {
    color: var(--main-color);
  }
}
.contact .mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}
.contact .mod_form .mod_form_item.button .conts {
  background-color: transparent;
  text-align: left;
  border: none;
}
.contact .mod_form .mod_form_item.button {
  margin-bottom: 0;
}
.contact .mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}
.contact .mod_form .mod_form_item.proname .conts {
  display: flex;
  align-items: center;
  background-color: #F4F4F4;
}
.contact .mod_form .mod_form_item.proname .conts label {
  position: static;
  flex-shrink: 0;
  transform: none;
  padding-left: var(--form-item-padding);
  margin-bottom: 0;
}
.contact .mod_form .mod_form_item.proname .conts input {
  width: 100%;
  padding-left: 5px;
}
.contact .mod_form .mod_form_item.block {
  width: 100%;
}
.mod-tit52,
.mod-tit52 p {
  color: #333;
  font-family: Anton;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.mod-tit52 span,
.mod-tit52 p span {
  color: var(--main-color);
}
.product-flex {
  display: flex;
  padding-bottom: 10rem;
  --leftw: 340px;
}
.product-left {
  width: var(--leftw);
  flex-shrink: 0;
  padding-right: 44px;
}
.product-right {
  --padding-left: 40px;
  width: calc(100% - var(--leftw));
}
.product-right .text {
  margin-bottom: 6rem;
  padding-left: 60px;
  padding-top: 2rem;
}
.product-right .text p {
  color: #444;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 164.706%;
}
ul {
  padding-left: 0;
}
.product-nav-item {
  padding: 10px 0;
  border-bottom: 1px solid #DAE4E9;
}
.product-nav-link {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
}
.product-nav-link .iconfont {
  font-size: 14px;
  color: #A1A2A2;
  margin-right: 20px;
  transform: translateY(5px);
}
.product-nav-link p {
  color: #333;
  font-family: Lexend;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.product-second {
  padding-left: 32px;
  padding-bottom: 20px;
}
.product-second-item a {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  text-transform: capitalize;
  padding: 2px 0;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .product-second-item>a:hover {
    color: var(--main-color);
  }
}
.product-second-item.active>a {
  color: var(--main-color);
}
.product-second {
  display: none;
}
.product-nav {
  position: sticky;
  left: 0;
  top: 160px;
}
.product-nav-item.current .product-nav-link .iconfont {
  color: var(--main-color);
}
.product-nav-item.current .product-nav-link p {
  color: var(--main-color);
}
.product-nav-item.current .product-second {
  display: block;
}
.product-nav-item.active .product-nav-link .iconfont {
  transform: translateY(4px) rotate(90deg);
}
.product-list-box {
  position: relative;
  padding-left: var(--padding-left);
  margin-bottom: -30px;
}
.product-list-box::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 30px);
  left: 0;
  top: 0;
  background-color: #DAE4E9;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--flex-margin);
}
.product-item {
  width: 33.3333%;
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}
.product-link {
  display: block;
  --xpadding: 10px;
}
.product-link .imgs {
  position: relative;
  z-index: 1;
}
.product-link .product-link-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(26, 122, 190, 0.8);
  opacity: 0;
  transition: all 0.5s;
}
.product-link .product-link-hover .iconfont {
  color: #fff;
  font-size: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.product-link .img_box {
  padding-top: 66.6666666%;
  margin-bottom: 20px;
}
.product-link .tits {
  color: #333;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 14px;
  padding: 0 var(--xpadding);
  transition: all 0.5s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.product-link .texts {
  padding: 0 var(--xpadding);
}
.product-link .texts p {
  color: #777;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 146.667%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1200px) {
  .product-link:hover .product-link-hover {
    opacity: 1;
  }
  .product-link:hover .product-link-hover .iconfont {
    transform: translate(-50%, -50%) scale(1);
  }
  .product-link:hover .img_box img {
    transform: scale(1.05);
  }
  .product-link:hover .tits {
    color: var(--main-color);
  }
}
.download-nav {
  width: 1760px;
  padding: 0 60px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  margin: 60px auto;
  border-bottom: 1px solid #DAE4E9;
}
.download-nav-link {
  display: block;
  padding-bottom: 20px;
  position: relative;
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 45px;
}
.download-nav-link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background-color: var(--main-color);
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .download-nav-link:hover {
    color: var(--main-color);
  }
  .download-nav-link:hover::after {
    width: 100%;
  }
}
.download-nav-link.active {
  color: var(--main-color);
}
.download-nav-link.active::after {
  width: 100%;
}
.download-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--flex-margin) -30px;
  padding: 0;
}
.download-item {
  width: 50%;
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}
.download-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 5rem 7rem 6rem 5rem;
  height: 100%;
}
.download-link .left {
  width: 80%;
}
.download-link .left .tits {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: capitalize;
  padding-bottom: 16px;
  position: relative;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.download-link .left .tits::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #444;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
.download-link .left .texts {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -15px;
}
.download-link .left .texts p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  margin-bottom: 15px;
  transition: all 0.5s;
  margin-right: 26px;
}
.download-link .left .texts p:last-child {
  margin-right: 0;
}
.download-link .iconfont {
  font-size: 36px;
  color: #1A7ABE;
}
@media screen and (min-width: 1200px) {
  .download-link:hover {
    background-color: var(--main-color);
  }
  .download-link:hover .left .tits {
    color: #fff;
  }
  .download-link:hover .left .tits::after {
    background-color: #fff;
  }
  .download-link:hover .left .texts p {
    color: #fff;
  }
  .download-link:hover .iconfont {
    color: #fff;
  }
}
.about-info .title {
  margin-bottom: 20px;
}
.about-info .text {
  margin-bottom: 7rem;
}
.about-info .text p {
  color: #444;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 164.706% */
}
.about-info-bg {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.about-info-bg .img_box {
  padding-top: 26.04166666%;
}
.about-info-bg > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 45px;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .about-info-bg:hover .img_box img {
    transform: scale(1.02);
  }
  .about-info-bg:hover > img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.about-factory {
  padding-top: 8rem;
}
.about-hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
.about-arrow {
  display: flex;
}
.about-arrow-prev,
.about-arrow-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px dashed #999999;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-arrow-prev span,
.about-arrow-next span {
  color: #666666;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .about-arrow-prev:hover,
  .about-arrow-next:hover {
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
  }
  .about-arrow-prev:hover span,
  .about-arrow-next:hover span {
    color: #fff;
    font-size: 14px;
  }
}
.about-arrow-prev span {
  transform: rotate(180deg);
}
.about-arrow .about-arrow-prev {
  margin-right: 15px;
}
.about-factory-list {
  margin: 0 var(--flex-margin) -36px;
}
.about-factory-item {
  padding: 0 var(--flex-padding);
  margin-bottom: 36px;
}
.about-factory-conts {
  cursor: pointer;
}
.about-factory-conts .img_box {
  padding-top: 62.222222%;
}
.about-factory-conts .tits {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s;
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .about-factory-conts:hover .img_box img {
    transform: scale(1.05);
  }
  .about-factory-conts:hover .tits {
    color: var(--main-color);
  }
}
.about-honor {
  padding-top: 9rem;
  padding-bottom: 14rem;
}
.about-honor-list {
  margin: 0 var(--flex-margin);
}
.about-honor-item {
  padding: 0 var(--flex-padding);
}
.about-honor-conts {
  cursor: pointer;
}
.about-honor-conts .imgs {
  width: 100%;
  border: 5px solid #fff;
}
.about-honor-conts .imgs .img_box {
  padding-top: 142.30769%;
}
.about-honor-conts .tits {
  color: rgba(68, 68, 68, 0.87);
  font-family: Lexend;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s;
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .about-honor-conts:hover .imgs .img_box img {
    transform: scale(1.05);
  }
  .about-honor-conts:hover .tits {
    color: var(--main-color);
  }
}
.slick-track {
  margin-left: initial;
  margin-right: initial;
}
.prodeta-text {
  padding-bottom: 40px;
  margin-bottom: 50px;
  position: relative;
}
.prodeta-text::after {
  content: "";
  position: absolute;
  width: 91.66666667%;
  height: 1px;
  background-color: #DAE4E9;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.prodeta-text p {
  color: #444;
  font-family: Lexend;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 164.706% */
}
.prodeta-info {
  margin-bottom: 9rem;
  overflow: hidden;
}
.prodeta-info .flex {
  display: flex;
  justify-content: space-between;
}
.prodeta-info .flex .left {
  width: 58.15602836%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prodeta-info .flex .right {
  width: 39.00709219%;
  --x-padding: 40px;
}
.prodeta-info .flex .right .prodeta-name {
  padding: 18px var(--x-padding);
  background-color: var(--main-color);
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 111.111%;
  margin-bottom: 30px;
}
.prodeta-info .flex .right .text {
  padding-left: var(--x-padding);
  margin-bottom: 7rem;
  min-height: 16rem;
}
.prodeta-info .flex .right .text p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.prodeta-info-blist {
  width: 79.2682926%;
}
.prodeta-info-blist .img_box {
  padding-top: 66.6666666%;
}
.prodeta-info-slist {
  width: 100%;
}
.prodeta-info-slist .img_box {
  padding-top: 66.6666666%;
}
.prodeta-info-sslick {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18.29268292%;
}
.prodeta-info-prev,
.prodeta-info-next {
  padding: 10px 0;
  cursor: pointer;
  text-align: center;
}
.prodeta-info-prev span,
.prodeta-info-next span {
  font-size: 20px;
  color: #444444;
}
@media screen and (min-width: 1200px) {
  .prodeta-info-prev:hover span,
  .prodeta-info-next:hover span {
    color: var(--main-color);
  }
}
.prodeta-info-prev span {
  transform: rotate(-90deg);
}
.prodeta-info-next span {
  transform: rotate(90deg);
}
.prodeta-info-sitem {
  padding: 7px 0;
}
.prodeta-info-scont {
  cursor: pointer;
  position: relative;
}
.prodeta-info-scont .plays {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.prodeta-info-scont .plays > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
}
.prodeta-info-group {
  display: flex;
  padding-left: var(--x-padding);
  margin-bottom: 4.8rem;
}
.prodeta-info-group .item {
  display: flex;
  align-items: center;
  margin-right: 4.5rem;
  cursor: pointer;
}
.prodeta-info-group .item .iconfont {
  font-size: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 19px;
  background-color: #F16000;
  color: #fff;
}
.prodeta-info-group .item p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
  .prodeta-info-group .item:hover .iconfont {
    background-color: var(--main-color);
  }
  .prodeta-info-group .item:hover p {
    text-decoration: underline;
  }
}
.prodeta-share {
  display: flex;
  align-items: center;
  padding-left: var(--x-padding);
}
.prodeta-share p {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-right: 13px;
}
.prodeta-nav {
  background-color: #EAF0F4;
  position: sticky;
  left: 0;
  top: 150px;
  z-index: 3;
}
.prodeta-nav-list {
  display: flex;
  justify-content: space-between;
  margin: 0 -5px;
}
.prodeta-nav-list li {
  padding: 0 5px;
  height: 55px;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.5s;
}
.prodeta-nav-list li.active {
  color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .prodeta-nav-list li:hover {
    color: var(--main-color);
  }
}
.prodeta-hd {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DAE4E9;
}
.mod-tit34 {
  color: #1A7ABE;
  font-family: Anton;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.prodeta-edit {
  padding-top: 60px;
}
.mod-edit p {
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  margin-bottom: 0;
}
.edit_active p {
  margin-bottom: 0;
}
.prodeta-inquiry {
  padding-top: 7rem;
}
.prodeta-inquiry .mod_form {
  --form-margin: -12px;
  --form-padding: 12px;
  --form-item-botton: 20px;
  --form-item-br: 12px;
  --form-item-width: 25%;
  --form-item-bg: #fff;
  --form-item-height: 60px;
  --form-item-padding: 40px;
  --form-label-size: 16px;
  --form-color: #666;
  --form-textarea-height: 200px;
  display: flex;
  flex-wrap: wrap;
  margin: 25px var(--form-margin) 0;
}
.prodeta-inquiry .mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.prodeta-inquiry .mod_form .mod_form_item .conts {
  position: relative;
  background-color: var(--form-item-bg);
}
.prodeta-inquiry .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);
  text-transform: capitalize;
  line-height: 1.2;
  color: var(--form-color);
}
.prodeta-inquiry .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-inquiry .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-inquiry .mod_form .mod_form_item .conts button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 46px;
  padding: 0 18px;
  background-color: transparent;
}
.prodeta-inquiry .mod_form .mod_form_item .conts button p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  text-decoration-line: underline;
  text-transform: uppercase;
  transition: all 0.5s;
}
.prodeta-inquiry .mod_form .mod_form_item .conts button span {
  font-size: 22px;
  margin-left: 7px;
  color: #000;
}
@media screen and (min-width: 1200px) {
  .prodeta-inquiry .mod_form .mod_form_item .conts button:hover p {
    font-weight: 700;
  }
  .prodeta-inquiry .mod_form .mod_form_item .conts button:hover span {
    color: var(--main-color);
  }
}
.prodeta-inquiry .mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}
.prodeta-inquiry .mod_form .mod_form_item.button .conts {
  background-color: transparent;
  text-align: center;
  border: none;
}
.prodeta-inquiry .mod_form .mod_form_item.button {
  margin-bottom: 0;
}
.prodeta-inquiry .mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}
.prodeta-inquiry .mod_form .mod_form_item.proname .conts {
  display: flex;
  align-items: center;
  background-color: var(--main-color);
}
.prodeta-inquiry .mod_form .mod_form_item.proname .conts input {
  width: 100%;
  padding-left: var(--form-item-padding);
  color: #fff;
}
.prodeta-inquiry .mod_form .mod_form_item.block {
  width: 100%;
}
.prodeta-reviews {
  padding-top: 8rem;
}
.prodeta-hdflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prodeta-reviews .title {
  color: #222222;
}
.prodeta_review_list {
  margin-bottom: 4.5rem !important;
  margin-top: 25px !important;
}
.prodeta_review_item {
  padding: 0 var(--flex-padding);
}
.prodeta_review_list {
  margin: 0 var(--flex-margin);
}
.prodeta_review_conts {
  padding: 25px 30px 27px;
  background-color: #fff;
}
.prodeta_review_conts .hds {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #F3F3F3;
  margin-bottom: 10px;
}
.prodeta_review_conts .hds .left {
  display: flex;
  align-items: center;
}
.prodeta_review_conts .hds .left .tits {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.85;
}
.prodeta_review_conts .hds .left ul {
  display: flex;
  margin-left: 32px;
}
.prodeta_review_conts .hds .left ul li {
  margin-right: 5px;
}
.prodeta_review_conts .hds .left ul li span {
  color: #A41517;
  font-size: 14px;
}
.prodeta_review_conts .hds .time {
  display: flex;
  align-items: center;
}
.prodeta_review_conts .hds .time span {
  font-size: 18px;
  color: var(--main-color);
  margin-right: 10px;
}
.prodeta_review_conts .hds .time p {
  color: #666;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.85;
}
.prodeta_review_conts .texts p {
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.prodeta_reviewform .mod_form {
  --form-margin: -15px;
  --form-padding: 15px;
  --form-item-botton: 20px;
  --form-item-br: 12px;
  --form-item-width: 50%;
  --form-item-bg: #fff;
  --form-item-height: 50px;
  --form-item-padding: 30px;
  --form-label-size: 14px;
  --form-color: #666666;
  --form-textarea-height: 200px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--form-margin);
}
.prodeta_reviewform .mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.prodeta_reviewform .mod_form .mod_form_item .conts {
  position: relative;
  background-color: var(--form-item-bg);
}
.prodeta_reviewform .mod_form .mod_form_item .conts label {
  position: absolute;
  left: var(--form-item-padding);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.36s;
  font-size: var(--form-label-size);
  line-height: 1.2;
  color: var(--form-color);
}
.prodeta_reviewform .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_reviewform .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_reviewform .mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}
.prodeta_reviewform .mod_form .mod_form_item.button .conts {
  background-color: transparent;
  text-align: center;
}
.prodeta_reviewform .mod_form .mod_form_item.button {
  margin-bottom: 0;
}
.prodeta_reviewform .mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}
.prodeta_reviewform .mod_form .mod_form_item.block {
  width: 100%;
}
.prodeta_reviewform .mod_form .mod_form_item .conts button {
  display: inline-flex;
  align-items: center;
  height: 46px;
  padding: 0 var(--form-item-padding);
  color: #fff;
}
.prodeta_reviewform .mod_form .mod_form_item .conts button p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  text-decoration-line: underline;
  text-transform: uppercase;
}
.prodeta_reviewform .mod_form .mod_form_item .conts button span {
  margin-left: 9px;
  font-size: 22px;
  color: #000;
}
@media screen and (min-width: 1200px) {
  .prodeta_reviewform .mod_form .mod_form_item .conts button:hover p {
    font-weight: 700;
  }
  .prodeta_reviewform .mod_form .mod_form_item .conts button:hover span {
    color: var(--main-color);
  }
}
.prodeta_reviewform .mod_form .mod_form_item.button .conts {
  background-color: transparent;
}
.prodeta_reviewform .mod_form .mod_form_item.button .conts {
  text-align: center;
}
.prodeta_reviewform .tits {
  color: #000;
  font-family: Anton;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.prodeta_review_list .slick-track {
  display: flex;
  flex-wrap: wrap;
}
.prodeta_review_list .slick-track .slick-slide {
  height: initial !important;
}
.prodeta_review_list .slick-track .slick-slide > div {
  height: 100%;
}
.prodeta_review_list .slick-track .slick-slide > div .prodeta_review_item {
  height: 100%;
}
.prodeta_review_list .slick-track .slick-slide > div .prodeta_review_item .prodeta_review_conts {
  height: 100%;
}
.prodeta-recommended-list {
  margin: 30px var(--flex-margin) 0;
}
.prodeta-recommended-item {
  padding: 0 var(--flex-padding);
}
.prodeta-recommended {
  padding-bottom: 18rem;
  padding-top: 6rem;
}
.header {
  background-color: #F5F8FA;
}
.header-content {
  width: 91.6666666%;
  margin: 0 auto;
}
.header-top {
  padding: 20px 0;
  transition: all 0.4s;
}
.header-top .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top .left,
.header-top .right {
  width: 40%;
}
.header-top .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-share {
  display: flex;
  padding: 0;
}
.header-share a {
  width: 26px;
  border-radius: 50%;
  display: block;
}
.header-share a img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .header-share a:hover {
    transform: scale(1.1);
  }
}
.header-share-item:not(:last-child) {
  margin-right: 20px;
}
.phsearch {
  display: none;
}
.header-search-form {
  display: flex;
  border: 1px solid #DAE4E9;
}
.header-search-form input {
  width: 205px;
  height: 40px;
  padding-left: 25px;
  padding-right: 10px;
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header-search-form input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #444;
}
.header-search-form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #444;
}
.header-search-form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #444;
}
.header-search-form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #444;
}
.header-search-form button {
  width: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header-search-form button span {
  font-size: 22px;
  color: #444444;
}
.header-search-form button::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #DAE4E9;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1200px) {
  .header-search-form button:hover span {
    color: var(--main-color);
  }
}
.fadeInLeft,
.fadeInRight,
.fadeInUp {
  animation-duration: 1.2s;
}
.header-inquire {
  height: 40px;
  min-width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  background-color: var(--main-color);
  margin-left: 30px;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .header-inquire:hover {
    background-color: var(--main-hover);
  }
}
.header-bottom {
  --height: 54px;
  border-top: 1px solid #DAE4E9;
}
@media screen and (min-width: 1200px) {
  .hd_list {
    display: flex;
    justify-content: center;
  }
  .hd_item {
    margin: 0 45px;
    position: relative;
  }
  .hd_link {
    height: var(--height);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.1s;
  }
  .hd_link::after {
    content: attr(data-text);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--main-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.1s;
    opacity: 0;
    width: initial;
    white-space: nowrap;
  }
  .hd_second {
    position: absolute;
    width: 240px;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
    padding: 14px 24px;
  }
  .hd_second_link {
    display: inline-block;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    padding: 6px 0;
  }
  .hd_second_link:hover {
    color: var(--main-color);
  }
  .hd_second_item.active .hd_second_link {
    color: var(--main-color);
  }
  .hd_item.active .hd_link {
    color: transparent;
  }
  .hd_item.active .hd_link::after {
    opacity: 1;
  }
  .hd_item:hover .hd_link {
    color: transparent;
  }
  .hd_item:hover .hd_link::after {
    opacity: 1;
  }
}
.hd_three {
  display: none;
}
.hd_second {
  display: none;
}
.home-banner {
  overflow: hidden;
  position: relative;
}
.home-banner .swiper-container {
  width: 100%;
}
.home-banner .swiper-slide {
  overflow: hidden;
}
.home-banner .swiper-container {
  width: 100%;
}
.home-banner .swiper-slide {
  overflow: hidden;
}
.home-banner .slide-link {
  position: relative;
  display: block;
}
.home-banner .slide-link img {
  width: 100%;
}
.home-banner .slide-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home-banner .slide-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-banner .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  bottom: 30px;
  --wh: 10px;
  --interval: 10px;
}
.home-banner .swiper-pagination .swiper-pagination-bullet {
  width: var(--wh);
  height: var(--wh);
  background-color: #fff !important;
  opacity: 0.6 !important;
  margin: 0 var(--interval);
}
.home-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.mod-tit56,
.mod-tit56 p {
  color: #333;
  font-family: Anton;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
.mod-tit56 span,
.mod-tit56 p span {
  color: var(--main-color);
}
.home-choose {
  padding-top: 11rem;
}
.home-choose-list {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.home-choose-item {
  width: 33.3333333%;
  position: relative;
  z-index: 2;
  min-height: 280px;
  padding: 35px 80px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.home-choose-item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  background-color: #DAE4E9;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home-choose-item > .imgs {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.5s;
  opacity: 0;
}
.home-choose-item > .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-choose-item > .imgs::after {
  content: "";
  position: absolute;
  background-color: #1A7ABE;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.home-choose-item .tits {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.5s;
  margin-bottom: 20px;
}
.home-choose-item .texts p {
  color: #AAA;
  transition: all 0.5s;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 152.941%;
}
@media screen and (min-width: 1200px) {
  .home-choose-item:hover > .imgs {
    opacity: 1;
  }
  .home-choose-item:hover .tits {
    color: #fff;
  }
  .home-choose-item:hover .texts p {
    color: #fff;
  }
}
.hc_cont1760 {
  width: 91.66666%;
  margin: 0 auto;
  max-width: 100%;
}
.home-company {
  padding-top: 12rem;
}
.home-company .text {
  margin-top: 20px;
  padding: 0 80px;
}
.home-company .text p {
  color: #444;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 164.706%;
}
.home-company .more-box {
  text-align: center;
  margin-top: 5rem;
}
.home-company .more {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.home-company .more p {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.home-company .more span {
  font-size: 25px;
  color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .home-company .more:hover p {
    color: var(--main-color);
  }
  .home-company .more:hover span {
    color: var(--main-color);
  }
}
.home-company-download {
  padding: 5rem 0;
  border-top: 1px solid #DAE4E9;
  text-align: center;
  margin-top: 5rem;
}
.home-company-download .flex {
  display: inline-flex;
  align-items: center;
}
.home-company-download .flex img {
  width: 30px;
  margin-right: 35px;
}
.home-company-download .flex p {
  color: #1A7ABE;
  font-family: Anton;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.home-company-video {
  position: relative;
  cursor: pointer;
}
.home-company-video .img_box {
  padding-top: 31.25%;
}
.home-company-video > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}
@media screen and (min-width: 1200px) {
  .home-company-video:hover .img_box img {
    transform: scale(1.04);
  }
}
.home-company-box {
  padding-bottom: 12rem;
  padding-top: 10rem;
  border-bottom: 1px solid #DAE4E9;
}
.home-company-list {
  display: flex;
  margin: 0 -27px;
}
.home-company-list .item {
  width: 25%;
  padding: 0 27px;
}
.home-company-list .conts {
  text-align: center;
}
.home-company-list .conts .iconfont {
  font-size: 32px;
  color: #1A7ABE;
  margin-bottom: 20px;
}
.home-company-list .conts .tits {
  color: #111;
  text-align: center;
  font-family: Lexend;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.home-company-list .conts .texts p {
  color: #666;
  text-align: center;
  font-family: Lexend;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
}
.home-product {
  padding-top: 8rem;
}
.home-product .title {
  text-align: center;
}
.home-product-second {
  padding: 0;
}
.home-product-list {
  margin: 40px -10px 0;
}
.home-product-item {
  padding: 0 10px;
}
.home-product-cont .imgs {
  position: relative;
  z-index: 1;
}
.home-product-cont .imgs .img_box {
  padding-top: 120.9302325%;
}
.home-product-cont .imgs .home-product-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(26, 122, 190, 0.85);
  padding: 60px 36px;
  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
}
.home-product-cont .imgs .home-product-second li a {
  color: #FFF;
  font-family: Lexend;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 177.778%;
  text-transform: capitalize;
  padding-left: 16px;
  position: relative;
}
.home-product-cont .imgs .home-product-second li a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 11px;
}
.home-product-cont .tits {
  width: 100%;
  border-top: 1px solid #fff;
  transition: all 0.5s;
  min-height: 0px !important;
  display: block;
  color: #333;
  text-align: center;
  font-family: Lexend;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 144.444%;
  text-transform: capitalize;
  padding: 12px 20px;
  text-overflow: ellipsis;
  overflow: hidden;  		
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .home-product-cont:hover .imgs .img_box img {
    transform: scale(1.05);
  }
  .home-product-cont:hover .imgs .home-product-hover {
    opacity: 1;
    pointer-events: all;
  }
  .home-product-cont:hover .tits {
    border-top: 1px solid #fff;
    color: #fff;
    background-color: var(--main-color);
  }
}
.home-news {
  padding-top: 15rem;
  padding-bottom: 9rem;
}
.home-news-list {
  margin: 50px -10px 0;
}
.home-news-item {
  padding: 0 10px;
}
.home-news-link {
  display: block;
}
.home-news-link .img_box {
  padding-top: 115.294117%;
  margin-bottom: 30px;
}
.home-news-link .time {
  color: #1A7ABE;
  font-family: Lexend;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.home-news-link .texts p {
  color: #111;
  font-family: Lexend;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1200px) {
  .home-news-link:hover .img_box img {
    transform: scale(1.06);
  }
}
.footer-top .flex {
  padding-top: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #DAE4E9;
}
.footer-top .footer-logo {
  width: 260px;
  display: block;
}
.footer-top .footer-logo img {
  width: 100%;
}
.footer-top .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer-share {
  display: flex;
  margin-left: 5.5rem;
}
.footer-share-item {
  margin-right: 25px;
}
.footer-share-item:last-child {
  margin-right: 0;
}
.footer-share-link {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-share-link span {
  font-size: 18px;
  color: #111111;
}
@media screen and (min-width: 1200px) {
  .footer-share-link:hover {
    background-color: var(--main-color);
  }
  .footer-share-link:hover span {
    color: #fff;
  }
}
.footer-center {
  padding-top: 10rem;
  padding-bottom: 15rem;
}
.footer-center .flex {
  display: flex;
  justify-content: space-between;
}
.footer-center .left {
  width: 550px;
}
.footer-center .right {
  width: 550px;
}
.footer-tit {
  color: #333;
  font-family: Anton;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.footer-form {
  display: flex;
  flex-wrap: wrap;
  margin: 25px -5px 0;
}
.footer-form-item {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 14px;
}
.footer-form-item input {
  width: 100%;
  padding: 0 3px;
  height: 50px;
  border-bottom: 1;
  color: #666;
  font-family: Lexend;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-form-item textarea {
  padding: 15px 3px;
  color: #666;
  font-family: Lexend;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  height: 94px;
}
.footer-form-item button {
  display: flex;
  align-items: center;
}
.footer-form-item button p {
  color: #333;
  font-family: Lexend;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: uppercase;
  transition: all 0.5s;
}
.footer-form-item button span {
  font-size: 20px;
  color: #333;
  margin-left: 10px;
}
@media screen and (min-width: 1200px) {
  .footer-form-item button:hover p {
    color: var(--main-color);
  }
  .footer-form-item button:hover span {
    color: var(--main-color);
  }
}
.footer-form-item.block {
  width: 100%;
}
.footer-form-cont {
  border-bottom: 1px solid #DAE4E9;
}
.footer-form-item:last-child .footer-form-cont {
  border-bottom: none;
}
.footer-form-item.block {
  margin-bottom: 30px;
}
.footer-prolist {
  padding: 0;
  margin-top: 30px;
}
.footer-prolist li {
  margin-bottom: 4px;
}
.footer-prolist a {
  color: #222;
  font-family: Lexend;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  text-transform: capitalize;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .footer-prolist a:hover {
    text-decoration: underline;
    color: #1A7ABE;
  }
}
.footer-right-item {
  padding: 30px 0;
}
.footer-right-item:first-child {
  padding-top: 0 !important;
}
.footer-right-item:last-child {
  border-bottom: none;
}
.footer-right-item {
  border-bottom: 1px solid #DAE4E9;
}
.footer-right-item .key {
  color: #1A7ABE;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.footer-right-item .val p,
.footer-right-item .val a {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1200px) {
  .footer-right-item .val a:hover {
    text-decoration: underline;
    color: #1A7ABE;
  }
}
.footer-bottom {
  background-color: #1A7ABE;
  padding: 26px 0;
}
.footer-bottom .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom .left {
  display: flex;
  align-items: center;
}
.footer-bottom .left p,
.footer-bottom .left a {
  color: #FFF;
  font-size: 14px;
  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 {
    text-decoration: underline;
  }
}
.footer-bottom .right {
  display: flex;
  align-items: center;
}
.footer-bottom .right a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-right: 26px;
}
@media screen and (min-width: 1200px) {
  .footer-bottom .right a:hover {
    text-decoration: underline;
  }
}
.footer-bottom .right a:last-child {
  margin-right: 0;
}
.contact-list {
  padding: 0;
}
.download-contact {
  padding-bottom: 9rem;
}
.home-case {
  padding-top: 14rem;
  overflow: hidden;
}
.home-case .flex {
  display: flex;
  justify-content: space-between;
}
.home-case .left {
  width: 62.78409091%;
}
.home-case .right {
  width: 32.1590909%;
}
.home-case-link {
  position: relative;
  display: block;
}
.home-case-link .img_box {
  padding-top: 47.2727272%;
}
.home-case-link .tits {
  position: absolute;
  right: 40px;
  bottom: 20px;
  z-index: 3;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.home-case-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(26, 122, 190, 0) 84.1%, #0C3958 100%);
}
@media screen and (min-width: 1200px) {
  .home-case-link:hover {
    position: relative;
    display: block;
  }
  .home-case-link:hover .img_box img {
    transform: scale(1.05);
  }
}
.home-case .title {
  margin-bottom: 50px;
  margin-top: 20px;
  text-align: right;
}
.home-case .title p {
  text-align: right;
}
.home-case-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.home-case-flex .imgs {
  width: 67.84452296%;
  margin-top: 50px;
}
.home-case-flex .imgs .img_box {
  padding-top: 66.40625%;
}
.home-case-arrow {
  display: flex;
  position: relative;
}
.home-case-arrow::after {
  content: "";
  position: absolute;
  width: 55px;
  height: 1px;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #DDDDDD;
}
.home-case-prev,
.home-case-next {
  cursor: pointer;
}
.home-case-prev span,
.home-case-next span {
  font-size: 30px;
  color: #666666;
}
@media screen and (min-width: 1200px) {
  .home-case-prev:hover span,
  .home-case-next:hover span {
    color: var(--main-color);
  }
}
.home-case-prev {
  margin-right: 35px;
  margin-top: 58px;
}
.home-case-prev span {
  transform: rotate(180deg);
}
.case-more {
  text-align: right;
  margin-top: 12px;
}
.case-more a {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
  .case-more a:hover {
    color: var(--main-color);
  }
}
#tooltip {
  padding: 0;
  min-height: 150px;
  max-width: 80%;
}
.tooltip_con {
  padding: 7rem 9rem 10rem;
}
.fancybox-close-small {
  right: 50px;
  top: 50px;
  outline: none !important;
  border: none !important;
  background-color: transparent !important;
}
.fancybox-close-small:after {
  font: 42px / 30px Arial;
  background: transparent !important;
  outline: none !important;
}
.fancybox-close-small:hover:after {
  color: var(--main-color);
}
.tooltip_con {
  width: 1410px;
  background-color: #F5F8FA;
}
.tooltip_con .tits {
  color: #1A7ABE;
  font-family: Anton;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.tooltip_con .texts {
  margin-bottom: 30px;
}
.tooltip_con .texts p {
  color: #444;
  font-family: Lexend;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.tooltip_con .mod_form {
  --form-margin: -10px;
  --form-padding: 10px;
  --form-item-botton: 20px;
  --form-item-br: 12px;
  --form-item-width: 50%;
  --form-item-bg: #F5F8FA;
  --form-item-height: 50px;
  --form-item-padding: 30px;
  --form-label-size: 15px;
  --form-color: #000;
  --form-textarea-height: 230px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--form-margin);
}
.tooltip_con .mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.tooltip_con .mod_form .mod_form_item .conts {
  position: relative;
  background-color: var(--form-item-bg);
  border: 1px dashed #C5D8E1;
}
.tooltip_con .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);
  text-transform: capitalize;
  line-height: 1.2;
  color: var(--form-color);
}
.tooltip_con .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);
}
.tooltip_con .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);
}
.tooltip_con .mod_form .mod_form_item .conts button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 45px;
  padding: 0 18px;
  color: #fff;
  background-color: var(--main-color);
  transition: all 0.5s;
}
.tooltip_con .mod_form .mod_form_item .conts button p {
  color: #FFF;
  font-family: Lexend;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.tooltip_con .mod_form .mod_form_item .conts button span {
  margin-left: 12px;
  font-size: 24px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .tooltip_con .mod_form .mod_form_item .conts button:hover {
    background-color: #2798e8;
  }
  .tooltip_con .mod_form .mod_form_item .conts button:hover p {
    color: #FFF;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
  }
  .tooltip_con .mod_form .mod_form_item .conts button:hover span {
    margin-left: 12px;
    font-size: 24px;
    color: #fff;
  }
}
.tooltip_con .mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}
.tooltip_con .mod_form .mod_form_item.button .conts {
  background-color: transparent;
  text-align: left;
  border: none;
}
.tooltip_con .mod_form .mod_form_item.button {
  margin-bottom: 0;
}
.tooltip_con .mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}
.tooltip_con .mod_form .mod_form_item.textarea {
  margin-bottom: 30px;
}
.tooltip_con .mod_form .mod_form_item.proname .conts {
  display: flex;
  align-items: center;
  background-color: #F4F4F4;
}
.tooltip_con .mod_form .mod_form_item.proname .conts label {
  position: static;
  flex-shrink: 0;
  transform: none;
  padding-left: var(--form-item-padding);
  margin-bottom: 0;
}
.tooltip_con .mod_form .mod_form_item.proname .conts input {
  width: 100%;
  padding-left: 5px;
}
.tooltip_con .mod_form .mod_form_item.block {
  width: 100%;
}
/* sitemap */
.sitemap_cont {
  padding: 8rem 0 ;
}
.sitemap_cont_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.sitemap_cont_item {
  width: 33.33333%;
  padding: 0 10px;
}
.sitemap_cont_link {
  display: block;
  text-align: center;
  line-height: 50px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.sitemap_cont_link:hover {
  text-decoration: underline;
}
.sitemap_second_list {
  margin-top: 15px;
}
.sitemap_second_item {
  margin-bottom: 10px;
}
.sitemap_second_link {
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  transition: all 0.36s;
  display: block;
  color: #222;
  padding: 4px 0;
}
.sitemap_second_link:hover {
  color: var(--main-color);
  text-decoration: underline;
}
@media screen and (max-width: 1680px) {
  .sitemap_cont_link {
    line-height: 45px;
  }
  .sitemap_second_item {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1440px) {
  .sitemap_cont_item {
    padding: 0 8px;
  }
  .sitemap_cont_list {
    margin: 0 -8px;
  }
  .sitemap_cont_link {
    line-height: 40px;
    font-size: 16px;
  }
  .sitemap_second_link {
    padding: 4px 0;
    line-height: 26px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .sitemap_cont_item {
    padding: 0 5px;
  }
  .sitemap_cont_list {
    margin: 0 -5px;
    flex-wrap: wrap;
  }
  .sitemap_cont_item {
    width: 33.333333%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sitemap_cont {
    padding: 7rem 0 ;
  }
  .sitemap_cont_list {
    flex-direction: column;
  }
  .sitemap_cont_item {
    width: 100%;
    margin-bottom: 10px;
  }
  .sitemap_second_list {
    margin-top: 10px;
  }
}
/* sitemap-end */
.privacy_cont {
  padding: 7rem 0;
}
.privacy_cont .title {
  margin-bottom: 3rem;
  font-size: 32px;
  font-weight: bold;
}
.privacy_cont .edit p {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
/* 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 */
.newsdeta .prodeta-inquiry,
.shops .prodeta-inquiry {
  padding-top: 0rem;
  padding-bottom: 8rem;
}
/* shop */
.shop_cont {
  padding: 8rem 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 */
.ct_aside1 {
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 10;
  --wh: 70px;
  --fs: 26px;
}
.ct_aside1_list {
  margin-bottom: 15px;
  transition: all 0.36s;
}
.ct_aside1_item {
  margin-bottom: 1px;
  position: relative;
  transition: all 0.36s;
  cursor: pointer;
}
.ct_aside1_item:last-child {
  margin-bottom: 0;
}
.ct_aside1_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F6F6F6;
  transition: all 0.36s;
  position: relative;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
}
.ct_aside1_link .number {
  position: absolute;
  left: calc(50% + 8px);
  top: calc(50% - 8px);
  transform: translate(-50%, -50%);
  width: 19px;
  height: 19px;
  background-color: var(--main-color);
  border-radius: 50%;
  text-align: center;
  line-height: 19px;
  font-size: 14px;
  color: #fff;
}
.ct_aside1_link .iconfont {
  font-size: var(--fs);
  color: #AAAAAA;
  margin-bottom: 2px;
}
.ct_aside1_link p {
  color: #222;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
}
.ct_aside1_item.active .ct_aside1_link {
  background-color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .ct_aside1_item:hover .ct_aside1_link {
    background-color: var(--main-color);
  }
}
.ct_aside1_link,
.ct_aside1_switch {
  width: var(--wh);
  height: var(--wh);
  border-radius: 0;
}
.ct_aside1_switch {
  background-color: var(--main-hover);
  position: relative;
  transition: all 0.36s;
  cursor: pointer;
  display: none;
}
.ct_aside1_switch::after,
.ct_aside1_switch::before {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: all 0.36s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ct_aside1_switch::after {
  width: 2px;
  height: 15px;
}
.ct_aside1_switch::before {
  height: 2px;
  width: 15px;
}
.ct_aside1_switch.active {
  background-color: #031417;
  transform: rotate(-90deg);
}
.ct_aside1_cont {
  position: absolute;
  right: calc(100% + 5px);
  top: 50%;
  transform: translateY(-50%) translateX(100px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.36s;
  opacity: 0;
  pointer-events: none;
}
.ct_aside1_item.active .ct_aside1_cont {
  pointer-events: all;
  opacity: 1;
  transform: translateY(-50%) translateX(0px);
}
.ct_aside1_cont::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 100%;
}
.ct_aside1_cont .qr {
  width: 120px;
  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: 28px 25px;
  background-color: #fff;
  border-radius: 0px;
  color: #333;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  white-space: nowrap;
  font-size: 16px;
}
/* type-animatelist */
.ct_aside1_list.animatelist {
  transform: translateX(100px);
}
.ct_aside1_list.active {
  transform: translateX(0px);
}
/* type-animateitem */
.ct_aside1_list.animateitem .ct_aside1_item {
  transform: translateX(100px);
}
.ct_aside1_list.active .ct_aside1_item {
  transform: translateX(0px);
}
/* type-animateitem-rotate */
.ct_aside1_list.animateitem-rotate .ct_aside1_item {
  transform: translateX(80px) rotate(360deg);
}
.ct_aside1_list.active .ct_aside1_item {
  transform: translateX(0px) rotate(0deg);
}
@media screen and (max-width: 768px) {
  .ct_aside1_list {
    display: none;
  }
  .ct_aside1 {
    top: initial;
    right: 20px;
    bottom: 70px;
    transform: translateY(0);
  }
  .ct_aside1_switch {
    display: block;
  }
}
/* hover */
@media screen and (min-width: 1200px) {
  .ct_aside1_switch:hover {
    background-color: #031417;
  }
  .ct_aside1_item:hover .ct_aside1_cont {
    pointer-events: all;
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
  .ct_aside1_item:hover .ct_aside1_link .iconfont {
    color: #fff !important;
  }
  .ct_aside1_item:hover p {
    color: #fff;
  }
}
.header-inquire-ph {
  display: none;
}
.home-product-cont .imgs .home-product-second li a:hover {
  text-decoration: underline;
}
.prodeta-faq {
  margin-top: 60px;
}
.prodeta-faq .prodeta-hd {
  padding-bottom: 0 !important;
  border-bottom: none;
}
.prodeta-faq p {
  margin-bottom: 10px;
  font-size: 17px ;
}
.prodeta-faq hr {
  margin: 22px 0;
  border-top: 1px solid #DAE4E9 !important;
  opacity: 1 !important;
}

.header-share a{
    margin-right: 14px;
}

.header-share a:last-child{
    margin-right: 0;
}

.product-three{
    padding-left: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.product-three a{
    font-size: 15px;
    color: #666;
    line-height: 1.75;
    display: inline-block;
}

.product-three li.active a{
    color: var(--main-color);
}

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

.prodeta-info-bitem:not(:first-child){
    display: none;
}

.prodeta-info-sitem:not(:first-child){
    display: none;
}


/* 搜索页 */
.product_search{
    margin-bottom: 30px;
    margin-left: 60px;
}

.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: 18px;
        margin-bottom: 10px;
    }

    .product_search_text {
        padding: 10px 15px;
    }

    .product_search {
        margin-bottom: 15px;
    }
    /* 搜索页-end */
}

.slide-inner img{
    width: 100%;
}

.table-box{
    overflow: auto;
}

@media screen and (min-width:768px) {
    .edit_active table{
        width: 100% !important;
    }
}




.header-top .flex .left{
    display: flex;
    align-items: center;
}

.header-search{
    margin-left: 25px;
}


.header-contact{
    display: flex;
    align-items: center;
    padding: 0px 15px;
    height: 42px;
    border-radius: 42px;
    border: 1px solid #666;
    margin-left: 15px;
}

.header-contact:first-child{
    margin-left: 0;
}

.header-contact .iconfont{
    font-size: 22px;
    color: #666;
    margin-right: 10px;
}

.header-contact p{
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    white-space: nowrap;
}


@media screen and (max-width:1680px) {
    .header-contact p {
        font-size: 14px;
    }

    .header-contact{
        height: 40px;
    }

    .header-contact .iconfont {
        font-size: 20px;
        margin-right: 7px;
    }
}

.prodeta-info-contact{
    margin-bottom: 25px;
}

.prodeta-ic-item{
    padding: 20px var(--x-padding);
    padding-right: 0 !important;
    border-bottom: 1px solid #999;
    display: flex;
    align-items: center;
}

.prodeta-ic-item:first-child{
    border-top: 1px solid #999;
}

.prodeta-ic-item .iconfont{
    font-size: 26px;
    margin-right: 10px;
    color: #1A7ABE;
}

.prodeta-ic-item .conts .key{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.prodeta-ic-item .conts .val{
    font-size: 16px;
    color: #666;
}

.prodeta-info .flex .right .text {
    margin-bottom: 3rem;
    min-height: 11rem;
}
