@charset "utf-8";
body {
  /* 填写默认字体 */
  font-family: "Work Sans", "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: 'Work Sans';
  src: url('../fonts/WorkSans-Regular.eot');
  src: local('Work Sans Regular'), local('WorkSans-Regular'), url('../fonts/WorkSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/WorkSans-Regular.woff2') format('woff2'), url('../fonts/WorkSans-Regular.woff') format('woff'), url('../fonts/WorkSans-Regular.ttf') format('truetype'), url('../fonts/WorkSans-Regular.svg#WorkSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lobster';
  src: url('../fonts/Lobster-Regular.eot');
  src: local('Lobster Regular'), local('Lobster-Regular'), url('../fonts/Lobster-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lobster-Regular.woff2') format('woff2'), url('../fonts/Lobster-Regular.woff') format('woff'), url('../fonts/Lobster-Regular.ttf') format('truetype'), url('../fonts/Lobster-Regular.svg#Lobster-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-Bold.eot');
  src: local('Work Sans Bold'), local('WorkSans-Bold'), url('../fonts/WorkSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/WorkSans-Bold.woff2') format('woff2'), url('../fonts/WorkSans-Bold.woff') format('woff'), url('../fonts/WorkSans-Bold.ttf') format('truetype'), url('../fonts/WorkSans-Bold.svg#WorkSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.eot');
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* 谷歌翻译后防止与sticky产生冲突 */
.translated-ltr body,
.translated-rtl body {
  margin-top: 40px !important;
}
.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 {
  --main-color: #004687;
  --flex-margin: -15px;
  --flex-padding: 15px;
  font-size: 10px;
}
/* 翻译插件展位 */
.google-translate {
  min-width: 108px;
}
.hd {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.hd_top {
  background-color: #fff;
}
.hd_top_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hd_logo {
  display: block;
  width: 83px;
  line-height: 90px;
}
.hd_top_cont {
  display: flex;
  align-items: center;
}
.hd_email {
  display: flex;
  align-items: center;
}
.hd_email .text {
  margin-right: 7px;
  flex-shrink: 0;
}
.hd_email .text,
.hd_email .val a {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.hd_email .val a:last-child {
  margin-right: 0px;
}
.hd_email .val a {
  margin-right: 14px;
  position: relative;
}
.hd_email .val a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background: var(--main-color);
  right: 0;
  bottom: 0;
  transition: all 0.36s;
}
@media screen and (min-width: 1200px) {
  .hd_email .val a:hover::after {
    left: 0;
    width: 100%;
  }
}
.hd_share {
  display: flex;
  align-items: center;
  margin-left: 48px;
}
.hd_share li:not(:last-child) {
  margin-right: 20px;
}
.hd_share li a {
  display: inline-block;
}
.hd_share li span {
  font-size: 20px;
  color: #000;
}
.hd_control {
  display: flex;
  align-items: center;
  margin-left: 50px;
}
.hd_search {
  cursor: pointer;
  margin-right: 25px;
  position: relative;
}
.hd_search span {
  font-size: 22px;
}
.hd_search::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #E3E3E3;
}
.hd_cart {
  display: flex;
  align-items: center;
}
.hd_cart span {
  font-size: 22px;
  margin-right: 7px;
  color: #000;
}

.hd_cart .val var {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.hd_cart .val {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.hd_tran {
  margin-left: 55px;
}
.hd_second {
  display: none;
}
.hd_three {
  display: none;
}
.hd_bot {
  background-color: rgba(0, 34, 85, 0.4);
  transition: all 0.36s;
  padding: 0 60px;
}
.hd_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hd_item {
  position: relative;
  margin: 0 5rem;
}
.hd_conts {
  position: relative;
}
.hd_link {
  display: block;
  line-height: 60px;
  color: var(--linkcolor);
  font-size: 15px;
  text-transform: uppercase;
}
.hd_second {
  position: absolute;
  min-width: 100px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 25px;
  overflow: hidden;
  z-index: 1;
}
.hd_second::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: var(--hb);
  transition: all 0.36s;
}
.hd_second_link {
  color: #fff;
  font-size: 15px;
  line-height: 1.75;
  padding: 5px 0;
  white-space: nowrap;
  display: block;
}
.hd_item::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  bottom: 0;
  left: 50%;
  transition: all 0.36s;
  background-color: #fff;
  transform: translateX(-50%);
}
.hd_list {
  --linkcolor: #fff;
  --hb: rgba(0, 34, 85, 0.4);
}
.home_ban .swiper-container {
  width: 100%;
}
.home_ban .swiper-slide {
  overflow: hidden;
}
.home_arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 5.72916%;
  z-index: 10;
}
.home_arrow .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_arrow .flex .prev,
.home_arrow .flex .next {
  cursor: pointer;
  font-size: 54px;
  color: #fff;
  opacity: 0.5;
}
.home_arrow .flex .next {
  transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .home_arrow .flex span:hover {
    opacity: 1 !important;
  }
}
.home_ban .swiper-pagination {
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
}
.home_ban .swiper-pagination span {
  background-color: #fff;
  opacity: 0.5;
  width: 13px;
  height: 13px;
  margin: 0 7px;
}
.home_ban .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}
.home_ban_link {
  position: relative;
  display: block;
}
.home_ban_link img {
  width: 100%;
}
.slide-inner {
  position: relative;
}
.home_ban_video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.home_ban_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .home_ban_video {
    pointer-events: all;
  }
}
.home_product {
  padding-top: 55px;
  padding-bottom: 11rem;
}
.home_protit {
  color: #004687;
  font-family: Work Sans;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}
.home_protext {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #CCCCCC;
}
.home_protext p {
  color: #666;
  text-align: center;
  font-family: Work Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
}
.home_product_list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  margin: 0 var(--flex-margin);
}
.home_product_list li {
  width: 25%;
  padding: 0 var(--flex-padding);
  margin-bottom: 20px;
}
.mod_pro .img_box {
  padding-top: 100%;
}
.mod_pro .tit {
  padding: 14px 14px;
  background-color: #004687;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.mod_pro .tit::after {
  content: "";
  position: absolute;
  width: 130%;
  height: 100%;
  right: 50%;
  transform: translateX(50%);
  top: 0;
  transform-origin: bottom right;
  background-color: #AA0000;
  transition: all 0.3s ease-in-out;
  transform: translateX(50%) rotate(-90deg);
  z-index: -1;
}
.mod_pro:hover .img_box img {
  transform: scale(1.06);
}
.mod_pro:hover .tit::after {
  transform: translateX(50%) rotate(0deg);
}
.home_about {
  padding: 11.5rem 0 9.3rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.home_about::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: var(--main-color);
  z-index: -2;
}
.home_about > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
  object-fit: cover;
}
.home_about_flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.home_about_flex .left {
  width: 51.0638297%;
}
.home_about_flex .right {
  width: 42.553191%;
}
.home_about_flex .right .img_box {
  padding-top: 53.33333%;
  margin-bottom: 30px;
}
.home_about_flex .right .img_box:last-child {
  margin-bottom: 0px;
}
.home_about_subtit {
  color: #B22000;
  font-family: Lobster;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 30px */
  margin-bottom: 6px;
}
.home_about_tit {
  color: #004687;
  font-family: Work Sans;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 37.5px */
  text-transform: capitalize;
  padding-bottom: 13px;
  position: relative;
  margin-bottom: 20px;
}
.home_about_tit::after {
  content: "";
  width: 30px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--main-color);
}
.home_about_text {
  margin-bottom: 30px;
}
.home_about_text p {
  color: #555;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 24.5px */
}
.mod_more {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.mod_more .text {
  color: #004687;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
  margin-right: 2px;
}
.mod_more span {
  font-size: 18px;
  color: var(--main-color);
  display: inline-block;
}
.mod_more:hover span {
  transform: translateX(4px);
}
.home_about_data {
  display: flex;
  flex-wrap: wrap;
  padding: 6.5rem var(--flex-margin);
}
.home_about_data li {
  padding: 0 var(--flex-padding);
  width: 50%;
  margin-bottom: 5rem;
}
.mod_data .top {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.mod_data .top span {
  color: #004687;
  font-size: 30px;
  margin-right: 25px;
}
.mod_data .top .val {
  color: #222;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  /* 40px */
  text-transform: capitalize;
}
.mod_data .text {
  color: #555;
  font-size: 15px;
  font-weight: 400;
  line-height: 125%;
  text-transform: capitalize;
}
.home_about_flex::after {
  content: "“";
  position: absolute;
  color: #004687;
  font-family: 'Open Sans';
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 80px */
  text-transform: capitalize;
  right: calc(100% + 54px);
  top: -60px;
}
.home_industry_list {
  display: flex;
  flex-wrap: wrap;
}
.home_industry_list li {
  width: 16.66666667%;
}
.home_industry_cont {
  display: block;
  position: relative;
  cursor: pointer;
  background-color: #000;
}
.home_industry_cont .img_box {
  padding-top: 118.75%;
}
.home_industry_cont .tit {
  position: absolute;
  width: 100%;
  left: 0;
  top: 4rem;
  padding: 0 30px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  text-transform: capitalize;
  padding-bottom: 14px;
}
.home_industry_cont .tit::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 20px;
  background-color: #fff;
  left: 30px;
  bottom: 0;
}
.home_industry_cont:hover .img_box img {
  transform: scale(1.06);
}
.home_know {
  padding: 9rem 0 14rem;
  position: relative;
  z-index: 1;
}
.home_know > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.home_know_sub {
  margin-bottom: 6px;
  color: #B22000;
  font-family: Lobster;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 30px */
}
.home_know_tit {
  color: #004687;
  font-family: Work Sans;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 56.25px */
  text-transform: capitalize;
}
.home_know_hd {
  margin-bottom: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home_know_list {
  margin: 0 var(--flex-margin);
}
.home_know_item {
  padding: 0 var(--flex-padding);
}
.home_know_item:not(:first-child) {
  display: none;
}
.home_know_cont {
  display: flex;
  align-items: flex-end;
}
.home_know_cont .left {
  width: 330px;
  flex-shrink: 0;
}
.home_know_cont .left .img_box {
  padding-top: 112.12121%;
}
.home_know_cont .right {
  width: 100%;
  margin-bottom: 30px;
}
.home_know_primary {
  position: relative;
  z-index: 2;
  margin-left: -90px;
  padding: 25px;
  padding-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.97);
}
.home_know_primary .tit {
  color: #000;
  font-family: Work Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  text-transform: capitalize;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 54px;
}
.home_know_primary > .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 40px;
}
.home_know_primary > .text p {
  color: #000;
  font-family: Work Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  text-transform: capitalize;
}
.home_know_primary .other {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home_know_primary .other .time {
  color: #B22000;
  font-family: Work Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  text-transform: capitalize;
  margin-right: 20px;
}
.home_know_cont:hover .other .mod_more span {
  transform: translateX(4px);
}
.arrows {
  width: 115px;
  display: flex;
  justify-content: space-between;
}
.mod_prev,
.mod_next {
  border-radius: 50%;
  transition: all 0.36s;
  width: 50px;
  cursor: pointer;
  pointer-events: all;
}
.mod_prev svg,
.mod_next svg {
  width: 100%;
}
.mod_prev svg circle,
.mod_next svg circle {
  transition: all 0.36s;
  display: inline-block;
}
.mod_prev svg path,
.mod_next svg path {
  display: inline-block;
  transition: all 0.36s;
}
.mod_prev:hover,
.mod_next:hover {
  background-color: var(--main-color);
}
.mod_prev:hover svg,
.mod_next:hover svg {
  width: 100%;
}
.mod_prev:hover svg circle,
.mod_next:hover svg circle {
  stroke: var(--main-color);
  stroke-dasharray: 2 0;
}
.mod_prev:hover svg path,
.mod_next:hover svg path {
  fill: #fff;
}
.mod_next {
  transform: rotate(180deg);
}
.home_tell {
  position: relative;
  z-index: 1;
  padding: 8rem 0 6.5rem;
}
.home_tell img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.home_tell_hd {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.8rem;
}
.home_tell_hd span {
  color: #fff;
  font-size: 50px;
  margin-right: 3.2rem;
}
.home_tell_hd .tit {
  color: #FFF;
  font-family: Work Sans;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 50px */
  text-transform: capitalize;
}
.home_tell .mod_form {
  --form-margin: -23px;
  --form-padding: 23px;
  --form-item-botton: 34px;
  --form-item-br: 12px;
  --form-item-width: 33.33333%;
  --form-item-bg: transparent;
  --form-item-height: 50px;
  --form-item-padding: 20px;
  --form-label-size: 15px;
  --form-color: #fff;
  --form-textarea-height: 330px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--form-margin);
}
.home_tell .mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.home_tell .mod_form .mod_form_item .conts {
  position: relative;
  background-color: var(--form-item-bg);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.home_tell .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);
}
.home_tell .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);
}
.home_tell .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);
}
.home_tell .mod_form .mod_form_item .conts button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  height: 40px;
  padding: 0 18px;
  color: #fff;
}
.home_tell .mod_form .mod_form_item .conts button .text {
  color: #FFF;
  font-family: Work Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 20px */
  text-transform: uppercase;
}
.home_tell .mod_form .mod_form_item .conts button span {
  font-size: 23px;
  color: #fff;
  margin-left: 10px;
  display: inline-block;
}
.home_tell .mod_form .mod_form_item .conts button:hover span {
  transform: translateX(4px);
}
.home_tell .mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}
.home_tell .mod_form .mod_form_item.button .conts {
  background-color: transparent;
  text-align: center;
  border-bottom: none;
}
.home_tell .mod_form .mod_form_item.button {
  margin-bottom: 0;
  margin-top: 20px;
}
.home_tell .mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}
.home_tell .mod_form .mod_form_item.block {
  width: 100%;
}
.home_tell_cen {
  width: 1170px;
  margin: 0 auto;
}
.ft {
  background-color: #000000;
  z-index: 1;
}
.ft_top_flex {
  display: flex;
  padding: 9rem 0 11rem;
  justify-content: space-between;
}
.ft_top_item.contacts {
  width: 625px;
  flex-shrink: 0;
}
.ft_top_address:not(:last-child) {
  margin-bottom: 20px;
}
.ft_top_address {
  display: flex;
}
.ft_icon {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  position: relative;
  z-index: 1;
}
.ft_icon span {
  color: #fff;
  font-size: 22px;
}
.ft_icon::after,
.ft_icon::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  transition: all 0.36s;
  z-index: -1;
}
.ft_icon::after {
  right: 0;
}
.ft_icon::before {
  left: 0;
}
.ft_address_info .tit {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 4px;
}
.ft_address_info .text p {
  font-size: 14px;
  line-height: 1.95;
  color: #fff;
}
.ft_top_itemcont {
  display: flex;
}
.ft_top_c .tit {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  color: #fff;
  margin-bottom: 4px;
}
.ft_top_c .val {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ft_top_c .val a {
  color: #FFF;
  font-family: Work Sans;
  font-size: 16px;
  font-style: normal;
  line-height: 32px;
  display: inline-block;
}
.ft_top_c .val a:hover {
  transform: translateX(4px);
  text-decoration: underline;
}
.ft_top_item.tels .ft_top_c .val {
  margin-bottom: 33px;
}
.ft_top_item.tels .hd_share span {
  color: #fff;
  display: inline-block;
}
.ft_top_item.tels .hd_share a:hover span {
  transform: translateY(-4px);
}
.ft_top_item.tels .hd_share {
  margin-left: 0px;
}
.ft_top_item.tels {
  margin: 0 20px;
}
.ft_bot_flex {
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
  padding: 23px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ft_bot_flex .left {
  display: flex;
  align-items: center;
}
.ft_bot_flex .left p,
.ft_bot_flex .left a {
  color: #FFF;
  font-size: 14px;
  line-height: 2.28571;
  margin-right: 15px;
  display: inline-block;
  text-align: center;
}
.ft_bot_flex .left a:hover {
  transform: translateY(-2px);
  text-decoration: underline;
}
.sitemap {
  display: inline-block;
  color: #FFF;
  font-family: Work Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 228.571% */
  text-decoration-line: underline !important;
}
.sitemap:hover {
  transform: translateY(-2px);
}
.page_ban {
  overflow: hidden;
}
.page_ban img {
  width: 100%;
}
/* bread */
.bread {
  width: 100%;
  margin-top: 30px;
}
.mod_bread {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.mod_bread_item {
  color: #000000;
  display: flex;
  align-items: center;
  height: 30px;
}
.mod_bread_item.active .mod_bread_link {
  color: var(--main-color);
}
.mod_bread_link {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 14px;
}
.mod_bread_item .iconfont {
  font-size: 18px;
}
.mod_bread_item > span {
  margin: 0 8px;
  display: inline-block;
  font-size: 14px;
}
.mod_bread_item:last-child > span {
  display: none;
}
.mod_bread_link:hover {
  color: #004483 !important;
}
.mod_bread_link span {
  font-size: 20px;
  margin-right: 20px;
  color: #004483;
}
.mod_bread_link:hover span {
  color: #004483;
}
/* bread-end */
.about_info {
  padding-top: 7rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
.about_info_primary {
  display: flex;
  align-items: center;
  margin-bottom: 5.4rem;
}
.about_info_primary .left {
  width: 550px;
  flex-shrink: 0;
}
.about_info_primary .left .img {
  position: relative;
}
.about_info_primary .left .img .img_box {
  padding-top: 69.090909%;
  cursor: pointer;
}
.about_info_primary .left .img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -12px;
  left: -12px;
  background-color: var(--main-color);
  z-index: -1;
}
.about_info_primary .right {
  width: 100%;
  padding-left: 50px;
}
.about_info_primary .right .subtit {
  color: #B22000;
  font-family: Lobster;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 2px;
}
.about_info_primary .right .tit {
  color: #004687;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
  text-transform: capitalize;
  padding-bottom: 19px;
  position: relative;
  margin-bottom: 18px;
}
.about_info_primary .right .tit::after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: var(--main-color);
  left: 0;
  bottom: 0;
  position: absolute;
}
.about_info_primary .right .text p {
  color: #555;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
}
.about_info_primary .left .img .img_box:hover img {
  transform: scale(1.04);
}
.videoplay {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.about_info_list {
  margin: 0 var(--flex-margin);
}
.about_info_item {
  padding: 0 var(--flex-padding);
}
.about_info_link {
  display: block;
  cursor: pointer;
}
.about_info_link .img_box {
  padding-top: 60.6060606%;
  margin-bottom: 10px;
}
.about_info_link .tit {
  color: #000;
  font-size: 16px;
  line-height: 175%;
  /* 28px */
  text-transform: capitalize;
  transition: all 0.36s;
}
.about_info_slick {
  position: relative;
}
.about_info_slick .carter_arrow {
  width: calc(100% + 160px);
  top: calc(50% - 19px);
}
.about_info_link:hover .img_box img {
  transform: scale(1.06);
}
.about_info_link:hover .tit {
  color: var(--main-color);
}
.about_data {
  position: relative;
  z-index: 1;
  padding: 6.8rem 0 5.7rem;
}
.about_data > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about_data_cont {
  display: flex;
  justify-content: center;
}
.about_data_cont .mod_data {
  width: 184px;
}
.about_data_list {
  display: flex;
  justify-content: space-between;
}
.about_data_list li {
  width: 25%;
  position: relative;
  padding: 0 10px;
}
.about_data_list .mod_data .top span {
  color: #fff;
}
.about_data_list .mod_data .top .val {
  color: #fff;
}
.about_data_list .mod_data .text {
  color: #fff;
}
.about_data_list {
  margin: 0 -100px;
}
.about_data_list li::after {
  content: "";
  height: 40px;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 20px;
  border-right: 1px dashed #fff;
}
.about_data_list li:last-child:after {
  display: none;
}
.about_history {
  padding-top: 6rem;
  padding-bottom: 12.3rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about_history > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.about_factory_cont .img_box {
  padding-top: 60.60606%;
}

.about_factory_cont:hover .img_box img{
  transform: scale(1.04);
}

.about_factory_list {
  margin: 0 var(--flex-margin);
}
.about_factory_itme {
  padding: 0 var(--flex-padding);
}
.about_factory_itme :not(:first-child) {
  display: none;
}
.about_factory .home_know_hd {
  margin-bottom: 30px;
}
.about_factory {
  padding: 11.7rem 0 9.3rem;
}
.mod_tit24 {
  color: #B22000;
  font-family: Lobster;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 6px;
}
.about_history_list {
  margin: 0 var(--flex-margin);
}
.about_history_item {
  padding: 0 var(--flex-padding);
}
.about_history_conts {
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}
.about_history_conts::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  background-color: #FF9600;
  border: 4px solid #fff;
  border-radius: 50%;
}
.about_history_conts .top,
.about_history_conts .bot {
  flex-shrink: 0;
}
.about_history_conts .top .img_box,
.about_history_conts .bot .img_box {
  border-radius: 5px;
  padding-top: 60.60606%;
}
.about_history_conts .top {
  margin-bottom: 50px;
}
.about_history_conts .bot_cont {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.about_history_conts .bot_cont .flex {
  display: flex;
  flex-direction: column;
}
.about_history_conts .bot_cont .tit {
  color: #004483;
  font-family: Work Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.about_history_conts .bot_cont .text p {
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 146.667%;
}
.about_history_conts:hover .img_box img {
  transform: scale(1.04);
}
.about_history_item:nth-child(even) .about_history_conts {
  flex-direction: column-reverse;
}
.about_history_item:nth-child(even) .about_history_conts .tit {
  margin-top: 10px;
  margin-bottom: 0;
}
.about_history_item:nth-child(even) .about_history_conts .top {
  margin-top: 50px;
  margin-bottom: 0;
}
.about_history_item:nth-child(even) .about_history_conts .bot_cont {
  top: initial;
  bottom: 0;
}
.about_history_item:nth-child(even) .about_history_conts .bot_cont .flex {
  flex-direction: column-reverse;
}
.about_history_list {
  position: relative;
}
.about_history_list::after {
  content: "";
  position: absolute;
  width: calc(100% + 80px);
  height: 1px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to right, #E0E1E4 2px, transparent 2px);
  background-size: 4px 100%;
  z-index: -1;
}
.product_flex {
  margin: 0 var(--flex-margin);
}
.product_flex .left {
  width: 350px;
  flex-shrink: 0;
  padding: 0 var(--flex-padding);
  position: sticky;
  left: 0;
  top: 90px;
}
.product_flex .right {
  width: calc(100% - 350px);
  padding-left: 10px;
  padding: 0 var(--flex-padding);
}
.product_left_tit {
  color: #004687;
  font-family: Work Sans;
  font-size: 54px;
  font-weight: 700;
  line-height: 125%;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.product_left_item {
  position: relative;
}
.product_left_item::after {
  content: "";
  width: calc(100% - 32px);
  right: 0;
  bottom: 0;
  height: 1px;
  position: absolute;
  background-color: #dddddd;
}
.product_left_cont {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.product_left_cont .inter {
  flex-shrink: 0;
  margin-right: 15px;
  margin-left: -10px;
}
.product_left_cont .inter span {
  font-size: 28px;
  color: #2D2D2D;
}
.product_left_cont .tits {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_left_cont .tits a {
  color: #000;
  font-family: Work Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 186.667% */
  text-transform: capitalize;
}
.product_left_cont .tits a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.product_left_cont .tits .switchs {
  width: 8px;
  height: 8px;
  position: relative;
}
.product_left_cont .tits .switchs::after,
.product_left_cont .tits .switchs::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.36s;
  background-color: #000;
}
.product_left_cont .tits .switchs::before {
  width: 1px;
  height: 100%;
}
.product_left_cont .tits .switchs::after {
  width: 100%;
  height: 1px;
}
.product_left_item:hover .product_left_cont .inter span {
  color: var(--main-color);
}
.product_left_item:hover .product_left_cont .tits a {
  color: var(--main-color);
}
.product_left_item:hover .product_left_cont .tits .switchs::after,
.product_left_item:hover .product_left_cont .tits .switchs::before {
  background-color: var(--main-color);
}
.product_left_item.active .product_left_cont .inter span {
  color: var(--main-color);
}
.product_left_item.active .product_left_cont .tits a {
  color: var(--main-color);
}
.product_left_item.active .product_left_cont .tits .switchs::after,
.product_left_item.active .product_left_cont .tits .switchs::before {
  background-color: var(--main-color);
}
.product_left_item.active .product_left_cont .tits .switchs::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.product_left_second {
  padding-left: 35px;
  margin-top: -10px;
  padding-bottom: 20px;
}
.product_left_second a {
  font-size: 15px;
  line-height: 34px;
  color: #666666;
  font-weight: bold;
  display: inline-block;
}
.product_left_second a:hover {
  text-decoration: underline;
  color: var(--main-color);
}
.product_left_item:not(:first-child) .product_left_second {
  display: none;
}
.pls_item.active .pls_link {
  color: var(--main-color);
  text-decoration: underline;
}
.product_left_list {
  margin-bottom: 20px;
}
.plf_tit {
  color: #B22000;
  font-family: Work Sans;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 118.182% */
  margin-bottom: 11px;
}
.product_left_form .product_left_cont .iconfont {
  color: #B22000;
}
.product_left_form .product_left_cont {
  align-items: flex-start;
}
.product_left_form .product_left_cont .tits {
  flex-direction: column;
  align-items: flex-start;
}
.plf_text {
  margin-bottom: 24px;
}
.plf_text p {
  color: #000;
  font-family: Work Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
}
.plf_form {
  width: 100%;
}
.plf_form input,
.plf_form textarea,
.plf_form button {
  border: 1px dashed #DDDDDD;
  padding: 0 25px;
  width: 100%;
  margin-bottom: 10px;
  transition: all 0.36s;
}
.plf_form input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #000;
}
.plf_form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
}
.plf_form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}
.plf_form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
}
.plf_form textarea::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #000;
}
.plf_form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
}
.plf_form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}
.plf_form textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
}
.plf_form input,
.plf_form textarea {
  color: #000;
}
.plf_form input:focus,
.plf_form textarea:focus {
  border: 1px solid var(--main-color);
}
.plf_form input,
.plf_form button,
.plf_form a {
  display: flex;
  width: 100%;
  height: 45px;
}
.plf_form textarea {
  height: 130px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.plf_form button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family: Work Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  text-transform: uppercase;
  transition: all 0.36s;
}
.plf_form button:hover {
  background-color: var(--main-color);
  color: #fff;
  border: 1px darkblue solid;
}
.plf_form a {
  color: #FFF !important;
  font-family: Work Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  text-transform: uppercase;
  background-color: var(--main-color);
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.product_right_text {
  margin-bottom: 24px;
}
.product_right_text p {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 162.5%;
}
.product_right_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--flex-margin) 40px;
}
.product_right_item {
  width: 33.33333%;
  padding: 0 var(--flex-padding);
  margin-bottom: 20px;
}
.mod_page_item a {
  color: #999;
  width: 45px;
  line-height: 45px;
  border: none;
  background-color: #EEE;
}
.mod_page_item {
  margin: 0 5px;
}
.mod_page .prev a,
.mod_page .next a {
  font-size: 14px;
}
.mod_page .prev:hover span,
.mod_page .next:hover span {
  color: #fff;
}
.mod_page_item.act a {
  background-color: #B22000;
}
.mod_page_item:hover a {
  background-color: #B22000;
}
.mod_page .prev,
.mod_page .next {
  margin: 0 5px !important;
}
.mod_page {
  justify-content: flex-end;
}
.product_cont {
  padding: 45px 0 8rem;
}
.prodeta_info {
  padding: 32px 0 0;
  margin-bottom: 45px;
  overflow: hidden;
}
.prodeta_info_flex {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #DDDDDD;
  padding-bottom: 42px;
}
.prodeta_info_flex .left {
  width: 500px;
  flex-shrink: 0;
}
.prodeta_info_flex .right {
  width: 100%;
  padding-left: 5rem;
  --paddleft: 40px;
}
.prodeta_info_bslick {
  position: relative;
  border: 1px solid #F6F6F6;
  margin-bottom: 20px;
}
.prodeta_info_bitem:not(:first-child),
.prodeta_info_sitem:not(:first-child) {
  display: none;
}
.prodeta_info_bitem .cont .img_box,
.prodeta_info_sitem .cont .img_box {
  padding-top: 100%;
}
.prodeta_info_bslick .arrows {
  position: absolute;
  width: 100px;
  right: 30px;
  bottom: 20px;
  z-index: 2;
  justify-content: space-between;
}
.prodeta_info_bslick .arrows .mod_prev {
  transform: rotate(180deg);
}
.prodeta_info_bslick .arrows .mod_next {
  transform: rotate(0deg);
}
.prodeta_info_bslick .arrows .mod_prev,
.prodeta_info_bslick .arrows .mod_next {
  width: initial !important;
  background-color: transparent !important;
}
.prodeta_info_bslick .arrows .mod_prev span,
.prodeta_info_bslick .arrows .mod_next span {
  display: inline-flex;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #EEEEEE;
  color: #777777;
  align-items: center;
  justify-content: center;
  transition: all 0.36s;
}
@media screen and (min-width: 1200px) {
  .prodeta_info_bslick .arrows .mod_prev:hover span,
  .prodeta_info_bslick .arrows .mod_next:hover span {
    background-color: #B22000;
    color: #fff;
  }
}
.prodeta_info_sitem .cont {
  cursor: pointer;
  border: 1px solid #F6F6F6;
  transition: all 0.36s;
}
.prodeta_info_sitem.slick-current .cont {
  border: 1px solid var(--main-color);
}
.prodeta_info_slist {
  margin: 0 -16px;
}
.prodeta_info_sitem {
  padding: 0 16px;
}
.prodeta_info_tit {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 155.556%;
  text-transform: capitalize;
  padding: 16px var(--paddleft);
  background-color: var(--main-color);
  margin-bottom: 34px;
}
.prodeta_info_texy {
  margin-bottom: 23px;
  padding-left: var(--paddleft);
}
.prodeta_info_texy p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
}
.prodeta_download {
  margin-left: var(--paddleft);
  display: flex;
  align-items: center;
  margin-bottom: 6.5rem;
}
.prodeta_download span {
  font-size: 20px;
  color: #B22000;
  margin-right: 9px;
}
.prodeta_download .text {
  color: #000;
  font-family: Work Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: capitalize;
  transition: all 0.36s;
}
.prodeta_download:hover .text {
  color: #B22000;
}
.prodeta_info_other {
  margin-left: var(--paddleft);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prodeta_info_share {
  display: flex;
  align-items: center;
}
.prodeta_info_share .text {
  color: #000;
  font-family: Work Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-right: 30px;
}
.prodeta_info_gbtn {
  display: flex;
  align-items: center;
}
.prodeta_info_gbtn .btns {
  cursor: pointer;
  min-width: 150px;
  height: 45px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  background: #222;
  color: #fff;
  font-size: 14px;
  margin-right: 30px;
  transition: all 0.36s;
  text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
  .prodeta_info_gbtn .btns:hover {
    background: #B22000;
  }
}
.prodeta_info_videos {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.prodeta_info_videos span {
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.prodeta_other_sub {
  color: #B22000;
  font-size: 18px;
  font-weight: 400;
  line-height: 125%;
  font-family: 'Lobster';
}
.prodeta_other_tit {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
}
.prodeta_other .home_know_hd {
  margin-bottom: 25px;
}
.prodeta_other_list {
  margin: 0 var(--flex-margin);
}
.prodeta_other_item {
  padding: 0 var(--flex-padding);
}
.prodeta_other_item:not(:first-child),
.prodeta_tabcont_item:not(:first-child) {
  display: none;
}
.prodeta_other_link .img_box {
  padding-top: 100%;
  margin-bottom: 15px;
}
.prodeta_other_link .tit {
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  transition: all 0.36s;
}
.prodeta_other_link:hover .img_box img {
  transform: scale(1.03);
}
.prodeta_other_link:hover .tit {
  color: #AA0000;
}
.prodeta_other {
  margin-bottom: 8.8rem;
}
.prodeta_tab {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px dashed #DDDDDD;
  border-top: 1px dashed #DDDDDD;
}
.prodeta_tab_item {
  display: flex;
  align-items: center;
  height: 60px;
  margin-right: 5rem;
  cursor: pointer;
}
.prodeta_tab_item span {
  font-size: 20px;
  flex-shrink: 0;
  margin-right: 5px;
}
.prodeta_tab_item .text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  transition: all 0.36s;
}
.prodeta_tab_item:last-child {
  margin-right: 0;
}
.prodeta_tab_item.active span {
  color: #b22000;
}
.prodeta_tab_item.active .text {
  font-weight: bold;
}
.prodeta_tabcont_item:not(:first-child) {
  display: none;
}
.prodeta_tabboc {
  margin-bottom: 40px;
}
.prodeta_inquiry {
  padding-bottom: 60px;
}
.prodeta_inquiry .prodeta_other_tit {
  margin-bottom: 20px;
}
.prodeta_inquiry .mod_form {
  --form-margin: -9px;
  --form-padding: 9px;
  --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: #666666;
  --form-textarea-height: 240px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--form-margin);
}
.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);
  border: 1px dashed #DDDDDD;
}
.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.active label {
  top: 0 !important;
}
.prodeta_inquiry .mod_form .mod_form_item.button {
  margin-bottom: 0;
}
.prodeta_inquiry .mod_form .mod_form_item.button .conts {
  background-color: transparent;
  border: none;
  text-align: center;
}
.prodeta_inquiry .mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}
.prodeta_inquiry .mod_form .mod_form_item.textarea {
  margin-bottom: 26px;
}
.prodeta_inquiry .mod_form .mod_form_item.proname .conts {
  border: none;
  background-color: var(--main-color);
}
.prodeta_inquiry .mod_form .mod_form_item.proname .conts input {
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  height: 70px;
}
.prodeta_inquiry .mod_form .mod_form_item.block {
  width: 100%;
}
.service {
  --lefts: 35px;
}
.service_nav_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px dashed #DDDDDD;
}
.service_nav_list {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.service_nav_item {
  margin-right: 90px;
}
.service_nav_link {
  display: flex;
  align-items: center;
}
.service_nav_link span {
  transition: all 0.36s;
  font-size: 20px;
  margin-right: 10px;
  color: #b22000;
}
.service_nav_link .text {
  color: #000;
  font-family: Work Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  text-transform: uppercase;
  transition: all 0.36s;
  flex-shrink: 0;
}
.service_nav_link:hover .text {
  color: #b22000;
  font-weight: bold;
}
.service_nav .bread {
  margin-top: 0;
}
.service_s1 {
  padding-top: 46px;
}
.service_s1 .hc_cont1410 {
  border-bottom: 1px dashed #DDD;
  padding-bottom: 30px !important;
}
.service_s1 .edits {
  padding-left: var(--lefts);
}
.service_s1 .edits p {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}
.service_s1_hd {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.service_s1_hd span {
  font-size: 20px;
  margin-right: 15px;
  color: #000000;
}
.service_s1_hd .tit {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-transform: capitalize;
}
.service_s2_cont {
  display: flex;
  justify-content: space-between;
}
.service_s2_cont .left {
  width: 50%;
  flex-shrink: 0;
}
.service_s2_cont .left .items {
  margin-bottom: 45px;
}
.service_s2_cont .left .items .service_s1_hd {
  margin-bottom: 6px;
}
.service_s2_cont .left .items .service_s1_hd .tit {
  font-size: 18px;
}
.service_s2_cont .left .items .text {
  padding-left: var(--lefts);
}
.service_s2_cont .left .items .text p {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.service_s2_cont .left .items:last-child {
  margin-bottom: 0;
}
.service_s2_cont .right {
  width: 100%;
  padding-left: 30px;
}
.service_s3 {
  padding: 4.3rem 0 10rem;
}
.service_s3 .tit {
  color: #004687;
  font-size: 18px;
  font-weight: 700;
  line-height: 155.556%;
}
.service_s3 .text p {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}
.service_s2 {
  padding-top: 32px;
}
.service_s2 .hc_cont1410 {
  padding-bottom: 7.4rem !important;
  border-bottom: 1px dashed #DDD;
}
.mod_bread_link {
  text-transform: uppercase;
}
.service_nav_item.active .service_nav_link .text {
  color: #B22000;
  font-weight: bold;
}
.guidance_edit {
  padding-top: 4.6rem;
  padding-bottom: 6.2rem;
}
.guidance_form .service_s1_hd {
  margin-bottom: 11px;
}
.guidance_form .service_s1_hd .tit {
  font-size: 30px;
}
.guidance_form {
  padding: 6rem 0 8rem;
  background-color: #FAFCFF;
}
.guidance_form .hc_cont1410 > .text {
  margin-bottom: 20px;
  padding-left: 35px;
}
.guidance_form .hc_cont1410 > .text p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}
.guidance_form .mod_form {
  --form-margin: -15px;
  --form-padding: 15px;
  --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: 240px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--form-margin);
}
.guidance_form .mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.guidance_form .mod_form .mod_form_item .conts {
  position: relative;
  background-color: var(--form-item-bg);
}
.guidance_form .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);
}
.guidance_form .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);
}
.guidance_form .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);
}
.guidance_form .mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}
.guidance_form .mod_form .mod_form_item.button .conts {
  text-align: center;
  background-color: transparent;
}
.guidance_form .mod_form .mod_form_item.button {
  margin-bottom: 0;
}
.guidance_form .mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}
.guidance_form .mod_form .mod_form_item.textarea {
  margin-bottom: 26px;
}
.guidance_form .mod_form .mod_form_item.upload .upload_btn {
  width: 100%;
  height: var(--form-item-height);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9D9D9D;
  color: #ffff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.36s;
}
.guidance_form .mod_form .mod_form_item.upload .upload_btn.active {
  background: var(--main-color);
}
.guidance_form .mod_form .mod_form_item.upload_conts {
  display: none;
}
.guidance_form .mod_form .mod_form_item.block {
  width: 100%;
}
.units_cont {
  padding: 5rem 0 8rem;
}
.solution_relation_map {
  width: 1000px;
  margin: 45px auto 50px;
}
.solution_reltit {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 118.182%;
  text-align: center;
  margin-bottom: 28px;
}
.editcont tr {
  display: flex;
}
.editcont table {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
.editcont tr > td {
  /* flex-shrink: 0; */
  padding: 10px 60px;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding: 8px 10px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #fff !important;
  min-width: 150px;
}
.editcont tr > td p {
  font-size: 14px;
  line-height: 2.152;
  color: #000000;
}
.editcont tr > td:nth-child(1) {
    width: 19.14893% !important;
}
.editcont tr > td:nth-child(2) {
    width: 20% !important;
}
.editcont tr > td:nth-child(3) {
    width: 23% !important;
}
.editcont tr > td:nth-child(4) {
    width: 28% !important;
}
.editcont tr:first-child {
  background-color: var(--main-color);
}
.editcont tr:first-child > td p {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.94;
}
.editcont table {
  background-color: #F3F3F3;
}
.editcont tr:nth-child(even) {
  background-color: #fff;
}
.solution_relation {
  padding-bottom: 7rem;
}
.solution_nav_list {
  display: flex;
  border-bottom: 1px dashed #DDDDDD;
  margin-bottom: 35px;
}
.solution_nav_item {
  margin-right: 10rem;
}
.solution_nav_link {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-bottom: 20px;
}
.solution_nav_link span {
  font-size: 20px;
  margin-right: 10px;
  color: #B22000;
}
.solution_nav_link .text {
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  transition: all 0.36s;
}
.solution_nav_item.active .solution_nav_link .text {
  color: #B22000;
  font-weight: bold;
}
.solution_navcont_item:not(:first-child) {
  display: none;
}
.news_conts {
  padding: 23px 0 8rem;
}
.news_tit {
  color: #004687;
  font-size: 45px;
  font-weight: 700;
  line-height: 125%;
  text-transform: capitalize;
}
.news_text {
  color: #B22000;
  font-size: 24px;
  font-family: Lobster;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 40px;
}
.news_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px 6rem;
}
.news_item {
  padding: 0 30px;
  width: 50%;
  margin-bottom: 30px;
}
.news_link {
  display: flex;
}
.news_link .time {
  flex-shrink: 0;
  margin-right: 30px;
}
.news_link .time .date {
  color: #B22000;
  text-align: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
}
.news_link .time .year {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  text-align: right;
}
.news_link .img {
  width: 190px;
  flex-shrink: 0;
  margin-right: 25px;
}
.news_link .img .img_box {
  padding-top: 112.1%;
}
.news_link .conts .tit {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
  margin-top: 30px;
  margin-bottom: 7px;
  transition: all 0.36s;
}
.news_link .conts .text p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  margin-bottom: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_link .conts .mod_more {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.news_link .conts .mod_more .text {
  color: #999;
  transition: all 0.36s;
}
.news_link .conts .mod_more span {
  color: #999;
  margin-top: 1px;
}
.news_link:hover .img .img_box img {
  transform: scale(1.04);
}
.news_link:hover .conts .tit {
  color: #B22000;
}
.news_link:hover .conts .mod_more .text {
  color: #B22000;
}
.news_link:hover .conts .mod_more span {
  color: #B22000;
  transform: translateX(4px);
}
.news_conts .mod_page {
  justify-content: center;
}
.contact_list {
  padding-top: 6rem;
  padding-bottom: 5rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--flex-margin);
}
.contact_item {
  width: 33.33333%;
  padding: 0 var(--flex-padding);
}
.contact_cont {
  padding: 30px 40px 50px;
  background-color: #fff;
  position: relative;
}
.contact_cont .himg {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: -38px;
  right: 45px;
}
.contact_cont .tit {
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
  padding-bottom: 12px;
  width: 200px;
  border-bottom: 1px dashed #DDDDDD;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.contact_cont .list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contact_cont .list li span {
  font-size: 12px;
  width: 25px;
  height: 25px;
  display: inline-block;
  background-color: #004687;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 20px;
  flex-shrink: 0;
}
.contact_cont .list li .val a {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  display: inline-block;
}
.contact_cont .list li .val a:hover {
  color: var(--main-color);
  text-decoration: underline;
  transform: translateX(3px);
}
.contact_cont .list li:last-child {
  margin-bottom: 0;
}
.contact {
  background-color: #F9F9F9;
}
/* shop */
.shop_cont {
  padding: 4rem 0 8rem;
}
.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: #0064ca;
}
.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_cont {
    padding-bottom: 0px;
  }
}
/* shop */
.contact_sub {
  padding-bottom: 8rem;
}
.contact_subflex {
  display: flex;
}
.contact_subflex .left {
  width: 46.80851%;
  position: relative;
  z-index: 1;
  padding-top: 65px;
  padding-left: 45px;
  padding-right: 60px;
  padding-bottom: 84px;
}
.contact_subflex .left > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  object-fit: cover;
}
.contact_subflex .right {
  background-color: #fff;
  width: 57.4468085%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5.5rem 6rem;
}
.contact_subflex .right .tit {
  font-size: 30px;
  line-height: 1.766;
  color: #000000;
  margin-bottom: 8px;
  font-weight: bold;
}
.contact_subflex .right .text p {
  font-size: 16px;
  line-height: 1.375;
  color: #666666;
  margin-bottom: 4.4rem;
}
.contact_sublist li {
  margin-bottom: 25px;
  display: flex;
}
.contact_sublist li .icons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  margin-right: 24px;
}
.contact_sublist li .icons span {
  color: #fff;
  font-size: 16px;
}
.contact_sublist li .value .tit {
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  font-weight: bold;
}
.contact_sublist li .value .text p,
.contact_sublist li .value .text a {
  font-size: 14px;
  line-height: 1.712;
  color: #fff;
  display: block;
}
.contact_sublist li .value .text a {
  line-height: 2;
}
.contact_sublist li .value .text a:hover {
  text-decoration: underline;
}
.contact_sublist li:last-child {
  margin-bottom: 0;
}
.contact_sub .mod_form {
  --form-margin: -5px;
  --form-padding: 5px;
  --form-item-botton: 15px;
  --form-item-br: 12px;
  --form-item-width: 50%;
  --form-item-bg: #F6F6F6;
  --form-item-height: 60px;
  --form-item-padding: 40px;
  --form-label-size: 14px;
  --form-color: #666666;
  --form-textarea-height: 150px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--form-margin);
}
.contact_sub .mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.contact_sub .mod_form .mod_form_item .conts {
  position: relative;
  background-color: var(--form-item-bg);
}
.contact_sub .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_sub .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_sub .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_sub .mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}
.contact_sub .mod_form .mod_form_item.button .conts {
  background-color: transparent;
  text-align: left;
}
.contact_sub .mod_form .mod_form_item.button .conts .mod_submit {
  background-color: var(--main-color);
}
.contact_sub .mod_form .mod_form_item.button {
  margin-bottom: 5px;
}
.contact_sub .mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}
.contact_sub .mod_form .mod_form_item.textarea {
  margin-bottom: 30px;
}
.contact_sub .mod_form .mod_form_item.block {
  width: 100%;
}
.mod_submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 50px;
  padding: 0 18px;
  color: #fff;
  background-color: #B22000;
  border-radius: 100px;
}
.mod_submit .text {
  text-transform: uppercase;
  font-size: 14px;
}
.mod_submit span {
  margin-left: 10px;
  font-size: 20px;
  color: #fff;
}
.contact_map #dituContent {
  height: 60rem;
}
.contact .bread {
  margin-bottom: 3rem;
}
.guidance_edit_cont {
  padding-left: 35px;
}
.guidance_edit_cont p {
  color: #222;
  font-size: 16px;
  line-height: 1.625;
}
/* 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_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 */
.solution_nav {
  padding-bottom: 10rem;
}
.prodeta_tabcont_item .edit_active p {
  font-family: Arial;
}
main {
  margin-top: -60px;
}
.home_about_flex .mod_more {
  margin-bottom: 6rem;
}
.hd.active .hd_bot {
  background-color: #002255;
}
/* search */
.search_view {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  display: none;
}
.search_view form {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  animation: searchtit 1.3s ease both;
}
.search_view_tit {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
.search_close {
  position: absolute;
  width: 34px;
  transition: all 0.36s;
  z-index: 1;
  right: 200px;
  top: 100px;
  cursor: pointer;
}
.search_close:hover {
  transform: rotate(-90deg);
}
body.search_open {
  overflow: hidden;
}
@keyframes searchtit {
  from {
    transform: translateY(-80px) scale(0.5);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.search_view_cont {
  position: relative;
  width: 1200px;
}
.search_view_cont input {
  width: 100%;
  height: 50px;
  color: #fff;
  padding-left: 10px;
  padding-right: 40px;
  border-bottom: 1px solid #999;
  transition: all 0.36s;
}
.search_view_cont input:focus {
  border-bottom: 1px solid #fff;
}
.search_view_cont button {
  padding: 4px;
  font-size: 26px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1680px) {
  .search_view_tit {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .search_view_cont button {
    font-size: 24px;
  }
  .search_close {
    width: 28px;
  }
}
@media screen and (max-width: 1440px) {
  .search_view_cont {
    width: 82.5%;
  }
  .search_view_tit {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .search_view_cont button {
    font-size: 22px;
  }
  .search_close {
    right: 140px;
    top: 100px;
    width: 24px;
  }
  .search_view_cont input {
    height: 45px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .search_close {
    right: 90px;
    top: 100px;
    width: 24px;
  }
  .search_view_tit {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .search_close {
    right: 40px;
    top: 80px;
    width: 20px;
  }
  .search_view_tit {
    font-size: 20px;
  }
  .search_view_cont button {
    font-size: 18px;
  }
  .search_view_cont input {
    height: 40px;
  }
}
/* search-end */
.c_pcbtn {
  display: none;
}
.ct_aside1 {
  position: fixed;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 10;
  text-align: right;
}
.ct_aside1_list {
  margin-bottom: 15px;
  transition: all 0.36s;
  display: inline-block;
  margin-right: 5px;
}
.ct_aside1_item {
  margin-bottom: 10px;
  position: relative;
  transition: all 0.36s;
  cursor: pointer;
}
.ct_aside1_item:last-child {
  margin-bottom: 0;
}
.ct_aside1_link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6295a7;
  font-size: 24px;
  color: #fff;
  transition: all 0.36s;
}
.ct_aside1_item.active .ct_aside1_link {
  background-color: #031417;
}
.ct_aside1_item:hover .ct_aside1_link {
  background-color: #031417;
}
.ct_aside1_link,
.ct_aside1_switch {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.ct_aside1_switch {
  background-color: #6295a7;
  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(-135deg);
}
.ct_aside1_cont {
  position: absolute;
  right: calc(100% + 5px);
  top: 50%;
  transform: translateY(-50%) translateX(100px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.36s;
  opacity: 0;
  pointer-events: none;
}
.ct_aside1_item.active .ct_aside1_cont {
  pointer-events: all;
  opacity: 1;
  transform: translateY(-50%) translateX(0px);
}
.ct_aside1_cont::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 100%;
}
.ct_aside1_cont .qr {
  width: 100px;
  padding: 2px;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.ct_aside1_cont .qr img {
  width: 100%;
}
.ct_aside1_cont a {
  display: inline-block;
  padding: 17px 22px;
  background-color: #fff;
  border-radius: 4px;
  color: #333;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  white-space: nowrap;
}
/* type-animatelist */
.ct_aside1_list.animatelist {
  transform: translateX(100px);
}
.ct_aside1_list.active {
  transform: translateX(0px);
}
/* type-animateitem */
.ct_aside1_list.animateitem .ct_aside1_item {
  transform: translateX(100px);
}
.ct_aside1_list.active .ct_aside1_item {
  transform: translateX(0px);
}
/* type-animateitem-rotate */
.ct_aside1_list.animateitem-rotate .ct_aside1_item {
  transform: translateX(80px) rotate(360deg);
}
.ct_aside1_list.active .ct_aside1_item {
  transform: translateX(0px) rotate(0deg);
}
@media screen and (max-width: 768px) {
  .ct_aside1_list {
    display: none;
  }
  .ct_aside1 {
    top: initial;
    right: 20px;
    bottom: 70px;
    transform: translateY(0);
  }
  .ct_aside1_switch {
    display: block;
  }
}
/* hover */
@media screen and (min-width: 1200px) {
  .ct_aside1_switch:hover {
    background-color: #031417;
  }
  .ct_aside1_item:hover .ct_aside1_cont {
    pointer-events: all;
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
.ct_aside1_link,
.ct_aside1_switch {
  width: 55px;
  height: 55px;
}
.ct_aside1_item {
  margin-bottom: 7px;
}
.ct_aside1 {
  right: 0px;
  top: 60%;
}
.ct_aside1_item:hover .ct_aside1_link {
  background-color: var(--main-color);
}
.ct_aside1_item:hover .ct_aside1_link span {
  color: #fff;
}
.ct_aside1_link {
  background-color: #eee;
}
.ct_aside1_link span {
  color: #000000;
  font-size: 24px;
}
.ct_quote {
  position: relative;
}
.ct_quote .text {
  width: 80px;
  height: 200px;
  writing-mode: sideways-lr;
  background-color: #B22000;
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: bold;
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  border-radius: 0px 10px 10px 0px;
  cursor: pointer;
}
.ct_quote_cont {
  position: absolute;
  opacity: 0.98;
  background: #FFF;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
  left: 0;
  bottom: -50px;
  transform: translateX(calc(-100% - 22px));
}
.ct_quote_cont .product_left_cont {
  width: 360px;
  display: block;
  padding: 46px 48px 42px;
  cursor: initial;
}
.ct_quote_cont .product_left_cont .tits {
  flex-direction: column;
}
.ct_quote_cont .product_left_cont .inter {
  position: absolute;
  left: -3px;
  top: 43px;
}
.ct_quote_cont .product_left_cont .inter span {
  color: #b22000;
}
.product_left_cont > span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 32px;
  color: #000;
  cursor: pointer;
}
.product_left_cont > span:hover {
  color: #b22000;
}
.ct_quote_cont .plf_text {
  text-align: center;
}
.ct_quote_cont .plf_form input,
.ct_quote_cont .plf_form textarea,
.ct_quote_cont .plf_form button {
  border: none;
  background-color: #F6F6F6;
  color: #000;
}
.ct_quote_cont .plf_form button:hover {
  background-color: #b22000;
  color: #fff;
}
.ct_quote_cont {
  opacity: 0;
  pointer-events: none;
  transition: all 0.36s;
}
.ct_aside1.active {
  z-index: 1000000;
}
.ct_aside1.active .ct_aside1_list {
  z-index: -1;
  position: relative;
}
.ct_aside1.active .ct_quote_cont {
  opacity: 1;
  pointer-events: all;
}
body::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background: #000;
  z-index: 9999;
  transition: all 0.36s;
  pointer-events: none;
}
body.quote::after {
  opacity: 0.2;
  pointer-events: all;
}
.ct_aside1_switch {
  background-color: var(--main-color);
}
.service_s2_item:nth-child(even) .service_s2_cont {
  flex-direction: row-reverse;
}
.service_s2_item:not(:last-child) {
  margin-bottom: 6rem;
}
.service_s2_cont .left {
  margin-top: 50px;
}
.service_s2_item:nth-child(even) .service_s2_cont .right {
  padding-left: 0;
  padding-right: 30px;
}
.service_s2_list {
  overflow: hidden;
}
.about_cert_cont .img_box {
  padding-top: 143.75%;
}
.about_cert_citem .img_box {
  padding-top: 143.75%;
}
.about_cert_center {
  background-color: #fff;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.about_cert_leftslick,
.about_cert_rightslick {
  width: 375px;
  flex-shrink: 0;
}
.about_cert_censlick {
  width: calc(100% - 355px * 2);
  padding: 0 175px;
}
.about_cert_censlick .about_cert_center {
  margin: 32px 0;
}
.about_cert_left,
.about_cert_right {
  margin: 0 -20px;
}
.about_cert_litem,
.about_cert_ritem {
  padding: 0 20px;
}
.about_cert_slick {
  display: flex;
  align-items: center;
}
.about_cert_center {
  margin: 0 -40px;
}
.about_cert_citem {
  padding: 0 40px;
}
.about_cert_censlick {
  position: relative;
}
.about_cert {
  position: relative;
  padding: 6rem 0 8.5rem;
  z-index: 1;
}
.about_cert > img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  top: 0;
  left: 0;
}
.about_cert_censlickbox {
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
}
.about_cert_censlick {
  position: relative;
}
.about_cert_censlick .prev,
.about_cert_censlick .next {
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.about_cert_censlick .prev circle,
.about_cert_censlick .next circle {
  transition: all 0.36s;
}
.about_cert_censlick .prev {
  left: 55px;
}
.about_cert_censlick .next {
  right: 55px;
}
.about_cert_censlick .prev:hover circle,
.about_cert_censlick .next:hover circle {
  fill: #B22000;
}
.about_cert_cont .img_box img,
.about_cert_citem .img_box img {
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.about_cert_citem img {
  width: 100%;
}
.hd_share .icon-whatsapp1 {
  color: #25D366;
}
.hd_share .icon-youtube {
  color: #AF0000;
}
.hd_share .instagram-fill {
  color: #BB0092;
}
.hd_share .icon-twitters {
  color: #0085D0;
}
.hd_share .icon-facebook {
  color: #0056A6;
}
.mod_submit:hover {
  transform: translateY(5px);
}
.mod_submit {
  transition: all 0.36s;
}
/* sitemap */
.sitemap_cont {
  padding: 7rem 0 !important ;
}
.sitemap_cont_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.sitemap_cont_item {
  width: 25%;
  padding: 0 10px;
}
.sitemap_cont_link {
  display: block;
  text-align: center;
  line-height: 50px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.sitemap_cont_link:hover {
  text-decoration: underline;
}
.sitemap_second_list {
  margin-top: 15px;
}
.sitemap_second_item {
  margin-bottom: 10px;
}
.sitemap_second_link {
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  transition: all 0.36s;
  display: block;
  color: #222;
  padding: 4px 0;
}
.sitemap_second_link:hover {
  color: var(--main-color);
  text-decoration: underline;
}
@media screen and (max-width: 1680px) {
  .sitemap_cont {
    padding: 60px 0 0px;
  }
  .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;
  }
  .sitemap_cont {
    padding: 40px 0 0px;
  }
}
@media screen and (max-width: 768px) {
  .sitemap_cont {
    padding: 30px 0 0px;
  }
  .sitemap_cont_list {
    flex-direction: column;
  }
  .sitemap_cont_item {
    width: 100%;
    margin-bottom: 10px;
  }
  .sitemap_second_list {
    margin-top: 10px;
  }
}
/* sitemap-end */
/* hover */
@media screen and (min-width: 1200px) {
  .hd_item.active::after {
    width: 100%;
  }
  .hd_item:hover::after {
    width: 100%;
  }
  .prodeta_info_sitem .cont:hover {
    border: 1px solid var(--main-color);
  }
  .prodeta_tab_item:hover span {
    color: #b22000;
  }
  .prodeta_tab_item:hover .text {
    font-weight: bold;
  }
  .solution_nav_link:hover .text {
    color: #B22000;
    font-weight: bold;
  }
  .hd_second_link:hover {
    text-decoration: underline;
    transform: translateX(3px);
  }
  .hd_second_item.active .hd_second_link {
    text-decoration: underline;
  }
}
/* 搜索页 */
.product_search {
  margin-bottom: 20px;
}
.product_search_tit {
  font-family: Redbold;
  font-size: 22px;
  color: #14151a;
  margin-bottom: 15px;
}
.product_search_text {
  background-color: #f3f5f8;
  padding: 12px 20px;
  color: #999999;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  /* 搜索页 */
  .product_search_tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .product_search_text {
    padding: 10px 15px;
  }
  .product_search {
    margin-bottom: 15px;
  }
  /* 搜索页-end */
}
.about_info_list .slick-dots{
  position: static;
  margin-top: 25px;
}

.edit_active table{
  display: initial !important;
  width: 60% !important;
}

.edit_active table td{
  width: 33.333333% !important;
}

.edit_active table td{
  padding: 6px 10px !important; 
}

.fancybox-content{
  height: 800px !important;
}

.gjlanguage{
  margin-left: 10px;
}
.gjlanguage a{
  display: inline-block;
  color: #000;
  font-weight: bold;
  font-size: 20px;
}