body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  color: #555;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
td,
th,
caption {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #222;
  text-decoration: none;
}
a:hover {
  text-decoration: unset;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  outline: unset;
  border: unset;
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
/* css common */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.img-box {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  padding-bottom: 100%;
}
.img-box img,
.img-box iframe,
.img-box video {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
@media (min-width: 1470px) {
  .container {
    width: 1440px;
    max-width: 1440px;
    padding: 0 15px;
  }
  .container .row {
    margin: 0 -15px;
  }
  .container .row > div {
    padding: 0 15px;
  }
}
.fszero {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}
.fszero h1 {
  font-size: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.shake-bottom {
  -webkit-animation: shake-bottom 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-bottom 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
@-webkit-keyframes shake-bottom {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
@keyframes shake-bottom {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
.shake-vertical {
  -webkit-animation: shake-vertical 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-vertical 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
@-webkit-keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  80% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  90% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  80% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  90% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
.rotate-center {
  -webkit-animation: rotate-center 0.6s ease-in-out both;
  animation: rotate-center 0.6s ease-in-out both;
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotate-scale-up {
  -webkit-animation: rotate-scale-up 0.65s linear both;
  animation: rotate-scale-up 0.65s linear both;
}
@-webkit-keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
    transform: scale(1) rotateZ(360deg);
  }
}
@keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
    transform: scale(1) rotateZ(360deg);
  }
}
.jello-horizontal {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
}
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.shake-top {
  -webkit-animation: shake-top 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-top 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
@-webkit-keyframes shake-top {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
@keyframes shake-top {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
body {
  background-color: #fff;
  font-family: "DM Sans", Arial, Helvetica, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  overflow-x: hidden;
}
:root {
  scroll-behavior: unset;
  --index-productcategory-hight: 52px;
}
.bodyFixed {
  position: fixed !important;
  width: 100%;
  top: 0;
  left: 0;
}
.online {
  z-index: 999;
  position: fixed;
  top: 60%;
  right: 20px;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .online {
    display: none;
  }
}
.online ul {
  padding: 2px;
  background-color: #fff;
  border-radius: 26px;
}
.online ul li:not(.online ul li:last-child) {
  margin-bottom: 4px;
}
.online ul li a {
  position: relative;
}
.online ul li a .icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.online ul li a .icon i {
  color: #0060bf;
  font-size: 20px;
  transition: all 0.5s;
}
.online ul li a .detail {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
  padding: 10px;
  background-color: rgba(0, 82, 190, 0.5);
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
}
.online ul li a:hover .icon {
  background-color: #0060bf;
}
.online ul li a:hover .icon i {
  color: #fff;
}
.online ul li a:hover .detail {
  opacity: 1;
  pointer-events: initial;
}
.box-searchbox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-searchbox .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-searchbox .container .close {
  cursor: pointer;
  position: absolute;
  top: -50px;
  right: 10px;
  color: #fff;
}
.box-searchbox .container p {
  margin-bottom: 50px;
  padding: unset;
  animation: zoomIn 1s 0s ease both;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
}
.box-searchbox .container form {
  width: 100%;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.box-searchbox .container form input {
  border: unset;
  outline: unset;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  margin-bottom: 30px;
  width: 90%;
}
.box-searchbox .container form button {
  border: unset;
  outline: unset;
  background-color: rgba(0, 0, 0, 0);
}
.box-searchbox .container form button i {
  color: #fff;
  font-size: 24px;
}
.fiveKeys {
  z-index: 999;
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0060bf;
  display: none;
}
@media (max-width: 1199px) {
  .fiveKeys {
    display: block;
  }
}
.fiveKeys ul {
  display: flex;
  height: 100%;
}
.fiveKeys ul li {
  flex: 20%;
  height: 100%;
  width: 20%;
  position: relative;
}
.fiveKeys ul li a {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fiveKeys ul li a i {
  display: block;
  font-size: 20px;
}
@media (min-width: 767px) {
  .fiveKeys ul li a i {
    font-size: 22px;
  }
}
.fiveKeys ul li a p {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}
@media (min-width: 767px) {
  .fiveKeys ul li a p {
    font-size: 16px;
  }
}
.fiveKeys ul li .QrcodePic {
  display: none;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -100%);
}
.fiveKeys ul li .QrcodePic img {
  width: 100%;
  height: auto;
}
.box-newsdetailMain {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .box-newsdetailMain {
    padding: 30px 0;
  }
}
.box-newsdetailMain .title {
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.box-newsdetailMain .title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  color: #000;
}
@media (max-width: 767px) {
  .box-newsdetailMain .title h2 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.box-newsdetailMain .title .time {
  padding: 10px 0;
  display: flex;
  align-items: center;
  color: #0060bf;
}
@media (max-width: 767px) {
  .box-newsdetailMain .title .time {
    padding: unset;
    margin-top: 10px;
  }
}
.box-newsdetailMain .title .time svg {
  margin-right: 10px;
  transform: translateY(0px);
}
.box-newsdetailMain .title .time p {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .box-newsdetailMain .title .time p {
    font-size: 14px;
  }
}
.box-newsdetailMain .main {
  padding-bottom: 30px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  border-bottom: 1px solid #eee;
}
.box-newsdetailMain .main p {
  width: 100%;
  padding-bottom: 10px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .box-newsdetailMain .main p {
    font-size: 14px;
    line-height: 1.3;
  }
}
.box-newsdetailMain .main img {
  width: 33.33%;
  height: auto;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .box-newsdetailMain .main img {
    width: 100%;
    padding: unset;
    margin-bottom: 15px;
  }
  .box-newsdetailMain .main img:nth-last-of-type(1) {
    margin-bottom: unset;
  }
}
.box-newsdetailMain .realteDetail {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .box-newsdetailMain .realteDetail {
    padding: 0px;
  }
}
.box-newsdetailMain .realteDetail > div {
  display: flex;
  align-items: center;
}
.box-newsdetailMain .realteDetail .icon {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #0060bf;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 20px;
}
.box-newsdetailMain .realteDetail a {
  display: inline-flex;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  align-items: center;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .box-newsdetailMain .realteDetail a {
    font-size: 14px;
    width: 70.1042vw;
  }
}
.box-newsdetailMain .realteDetail a:hover {
  color: #0060bf;
  text-decoration: underline;
}
.box-newsdetailMain .sharegroup {
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.box-newsdetailMain .sharegroup .txt {
  margin-right: 10px;
}
.nosearch {
  padding-bottom: 30px;
}
.nosearch h3 {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  padding: 10px 0;
}
.nosearch p {
  padding: 10px;
  background-color: #0060bf;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
}
.wrap-sitemap {
  padding-bottom: 40px;
}
.wrap-sitemap .title {
  text-align: left;
  margin-top: 40px;
}
.wrap-sitemap .title h2 {
  font-size: 30px;
  color: #0060bf;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-sitemap .sitemap-vertical {
    margin-top: 30px;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical > ul > li {
    min-height: 38px;
    margin-top: 20px;
    padding-left: 0;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li > a {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  display: inline-block;
  min-width: 240px;
  padding: 10px 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.5s;
  text-transform: capitalize;
  border: 1px solid #666;
  color: #222;
}
@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical > ul > li > a {
    font-size: 16px;
    min-width: 140px;
    padding: 4px 10px;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li:hover > a {
  color: #fff;
  background-color: #0060bf;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul {
  position: relative;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical > ul > li > ul {
    margin: 0 -10px;
    margin-top: 10px;
    padding: 0;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > a {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  display: block;
  padding: 5px 30px;
  color: #222;
}
@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical > ul > li > ul > li > a {
    font-size: 14px;
    line-height: 30px;
    min-width: auto;
    padding: 0 10px;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a {
  text-decoration: underline;
  color: #0060bf;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul:hover > a {
  text-decoration: underline;
  color: #cd0010;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > ul {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical > ul > li > ul > ul {
    padding: 0;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > ul > li {
  display: inline-block;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > ul > li a {
  line-height: 30px;
  display: block;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical > ul > li > ul > ul > li a {
    font-size: 13px;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > ul > li:hover a {
  text-decoration: underline;
  color: #cd0010;
}
.inquire-page {
  padding-top: 150px;
}
@media (max-width: 1199px) {
  .inquire-page {
    padding-top: 90px;
  }
}
.inquire-page .container {
  border-bottom: 1px dashed #888888;
}
.inquire-page .car-table table {
  width: 100%;
}
.inquire-page .car-table table tr td:nth-child(1),
.inquire-page .car-table table tr th:nth-child(1) {
  width: 14.82269504%;
  padding-left: 3.19148936%;
}
@media (max-width: 767px) {
  .inquire-page .car-table table tr td:nth-child(1),
  .inquire-page .car-table table tr th:nth-child(1) {
    padding-left: 5px;
    width: 17.822695%;
  }
}
.inquire-page .car-table table tr td:nth-child(1) input,
.inquire-page .car-table table tr th:nth-child(1) input {
  margin: 0;
  border-color: #c3ccd2;
  background-color: transparent;
}
.inquire-page .car-table table tr td:nth-child(2),
.inquire-page .car-table table tr th:nth-child(2) {
  width: 54.25531915%;
}
@media (max-width: 991px) {
  .inquire-page .car-table table tr td:nth-child(2),
  .inquire-page .car-table table tr th:nth-child(2) {
    width: 45.255319%;
  }
}
@media (max-width: 767px) {
  .inquire-page .car-table table tr td:nth-child(2),
  .inquire-page .car-table table tr th:nth-child(2) {
    width: 42.255319%;
  }
}
.inquire-page .car-table table tr td:nth-child(3),
.inquire-page .car-table table tr th:nth-child(3) {
  width: 15.95744681%;
}
@media (max-width: 991px) {
  .inquire-page .car-table table tr td:nth-child(3),
  .inquire-page .car-table table tr th:nth-child(3) {
    width: 24.957447%;
  }
}
.inquire-page .car-table table tr td:nth-child(4),
.inquire-page .car-table table tr th:nth-child(4) {
  width: 14.89361702%;
}
.inquire-page .car-table table thead {
  border: 1px solid #d5d5d5;
  background-color: #0060bf;
}
.inquire-page .car-table table thead tr {
  height: 55px;
}
@media (max-width: 991px) {
  .inquire-page .car-table table thead tr {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .inquire-page .car-table table thead tr {
    height: 40px;
  }
}
.inquire-page .car-table table thead th {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 767px) {
  .inquire-page .car-table table thead th {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .inquire-page .car-table table thead th {
    font-size: 12px;
  }
}
.inquire-page .car-table table thead th:nth-child(1) span {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .inquire-page .car-table table thead th:nth-child(1) span {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .inquire-page .car-table table thead th:nth-child(1) span {
    padding-left: 0;
  }
}
.inquire-page .car-table table thead th:nth-child(3),
.inquire-page .car-table table thead th:nth-child(4) {
  text-align: center;
}
.inquire-page .car-table table tbody tr {
  border-bottom: 1px solid #e4e4e4;
}
.inquire-page .car-table table tbody tr td:nth-child(2) {
  padding: 35px 0;
}
@media (max-width: 991px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) {
    padding: 20px 0;
  }
}
.inquire-page .car-table table tbody tr td:nth-child(2) .pic {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  max-width: 160px;
}
.inquire-page .car-table table tbody tr td:nth-child(2) p {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5.22875817%;
  max-width: calc(100% -160px);
  font-size: 18px;
  color: #333333;
}
@media (max-width: 1199px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) p {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) p {
    font-size: 12px;
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
    max-width: 100%;
  }
}
.inquire-page .car-table table tbody tr td:nth-child(3) {
  text-align: center;
}
.inquire-page .car-table table tbody tr td:nth-child(3) span {
  -moz-user-select: none;
  /*mozilar*/
  -webkit-user-select: none;
  /*webkit*/
  -ms-user-select: none;
  /*IE*/
  user-select: none;
  display: inline-block;
  width: 37px;
  height: 33px;
  font-size: 18px;
  line-height: 31px;
  color: #333333;
  background-color: transparent;
  border: 1px solid #dfdfdf;
  vertical-align: middle;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media (max-width: 767px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) span {
    width: 30px;
    height: 25px;
    line-height: 20px;
    font-size: 15px;
  }
}
@media (max-width: 520px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) span {
    width: 15px;
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) span:hover {
    background-color: #0060bf;
    color: #fff;
  }
}
.inquire-page .car-table table tbody tr td:nth-child(3) input {
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  width: 64px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) input {
    width: 45px;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) input {
    width: 30px;
    font-size: 12px;
  }
}
.inquire-page .car-table table tbody tr td:nth-child(4) {
  text-align: center;
}
.inquire-page .car-table table tbody tr td:nth-child(4) svg {
  cursor: pointer;
}
.inquire-page .car-table table tbody tr td:nth-child(4) svg path {
  transition: all 0.3s;
}
.inquire-page .car-table table tbody tr td:nth-child(4) svg:hover path {
  fill: #0060bf;
}
.inquire-page .car-table table .shopping-close {
  display: flex;
  justify-content: center;
}
.inquire-page .detailTit {
  font-size: 30px;
  font-weight: bold;
  color: #222222;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px dashed #999999;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .inquire-page .detailTit {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.box_OnlineMessage {
  padding-top: 105px;
  padding-bottom: 105px;
}
@media (max-width: 1199px) {
  .box_OnlineMessage {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .box_OnlineMessage {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .box_OnlineMessage {
    padding: 40px 0;
  }
}
.box_OnlineMessage .box-tit {
  margin-bottom: 48px;
}
@media (max-width: 1199px) {
  .box_OnlineMessage .box-tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .box_OnlineMessage .box-tit {
    margin-bottom: 20px;
  }
}
.box_OnlineMessage .box-tit p {
  text-align: center;
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 80.952% */
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .box_OnlineMessage .box-tit p {
    font-size: 32px;
    line-height: 1;
  }
}
@media (max-width: 991px) {
  .box_OnlineMessage .box-tit p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .box_OnlineMessage .box-tit p {
    font-size: 24px;
  }
}
.box_OnlineMessage .formbox {
  width: 100%;
}
.box_OnlineMessage .formbox form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box_OnlineMessage .formbox .inputGroup {
  width: 49%;
  height: 60px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  position: relative;
  margin-bottom: 20px;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .box_OnlineMessage .formbox .inputGroup {
    width: 100%;
    height: 45px;
  }
}
.box_OnlineMessage .formbox .inputGroup textarea,
.box_OnlineMessage .formbox .inputGroup input {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 31px;
}
.box_OnlineMessage .formbox .inputGroup textarea:focus ~ label,
.box_OnlineMessage .formbox .inputGroup input:focus ~ label,
.box_OnlineMessage .formbox .inputGroup textarea:valid ~ label,
.box_OnlineMessage .formbox .inputGroup input:valid ~ label {
  top: 0;
  transform: translateY(-50%) scale(0.9);
  padding: 3px;
  background-color: #fff;
}
.box_OnlineMessage .formbox .inputGroup label {
  pointer-events: none;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 31px;
  transform: translateY(-50%);
  color: #999999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.box_OnlineMessage .formbox .Message {
  width: 100%;
  height: 244px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .box_OnlineMessage .formbox .Message {
    height: 190px;
  }
}
.box_OnlineMessage .formbox .Message textarea {
  width: 100%;
  height: inherit;
  background-color: rgba(0, 0, 0, 0);
  padding: 31px;
}
.box_OnlineMessage .formbox .Message label {
  top: 16%;
}
.box_OnlineMessage .formbox .buttonbox {
  display: flex;
  justify-content: center;
  width: 100%;
}
.box_OnlineMessage .formbox .buttonbox button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #0060bf;
}
@media (max-width: 1199px) {
  .box_OnlineMessage .formbox .buttonbox button {
    width: 100%;
    height: 45px;
  }
}
.box_OnlineMessage .formbox .buttonbox button span {
  color: #fff;
  text-align: right;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.icon {
  line-height: 1;
}
.icon i {
  line-height: 1;
}
.slick-slide {
  font-size: 0;
  border: unset !important;
}
header {
  width: 100%;
  position: relative;
  z-index: 99990;
}
header .header .header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
@media (max-width: 1199px) {
  header .header .header-top .container {
    height: 60px;
  }
}
header .header .header-top .container .logo a {
  display: flex;
  align-items: center;
}
header .header .header-top .container .logo a img {
  margin-right: 20px;
}

header .header .header-top .container .logo a span {
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(180deg, #1badd9 0%, #000348 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 10px;
}
header .header .header-top .container .logo a span:last-child{
  font-size: 32px;
}
@media (max-width: 767px) {
  header .header .header-top .container .logo a span {
    display: none;
  }
}
header .header .header-top .container .func {
  display: flex;
  align-items: center;
}
header .header .header-top .container .func .contact {
  padding-right: 64px;
}
@media (max-width: 1199px) {
  header .header .header-top .container .func .contact {
    display: none;
  }
}
header .header .header-top .container .func .contact ul {
  display: flex;
  align-items: center;
}
header .header .header-top .container .func .contact ul li:not(header .header .header-top .container .func .contact ul li:first-child) {
  margin-left: 40px;
}
header .header .header-top .container .func .contact ul li .item {
  display: flex;
  align-items: center;
}
header .header .header-top .container .func .contact ul li .item .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0060bf;
  margin-right: 12px;
}
header .header .header-top .container .func .contact ul li .item .icon i {
  color: #fff;
  font-size: 16px;
}
header .header .header-top .container .func .contact ul li .item .info .tit p {
  color: #666;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header .header .header-top .container .func .contact ul li .item .info a {
  color: #222;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
}
header .header .header-top .container .func .contact ul li .item .info a:hover {
  color: #0060bf;
  text-decoration: underline;
}
header .header .header-top .container .func .language {
  position: relative;
  margin-right: 50px;
  z-index: 50;
}
@media (max-width: 767px) {
  header .header .header-top .container .func .language {
    margin-right: 0px;
  }
}
header .header .header-top .container .func .language .current {
  padding: 10px;
  border-radius: 20px;
  border: 1px solid rgba(192, 192, 192, 0.5);
  display: flex;
  align-items: center;
}
header .header .header-top .container .func .language .current .versions {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
header .header .header-top .container .func .language .current .versions .icon {
  margin-right: 8px;
}
header .header .header-top .container .func .language .current .versions .icon i {
  color: #666666;
  font-size: 20px;
}
header .header .header-top .container .func .language .current .versions span {
  color: #222;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header .header .header-top .container .func .language .current .slidebtn .icon i {
  color: #666666;
  font-size: 14px;
}
header .header .header-top .container .func .language .slidelist {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  transform: translateY(100%) translateX(-50%);
  transform-origin: top center;
  left: 50%;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  padding: 5px;
  transition: all 0.5s;
  z-index: 40;
}
header .header .header-top .container .func .language .slidelist ul li:not(header .header .header-top .container .func .language .slidelist ul li:last-child) {
  margin-bottom: 8px;
}
header .header .header-top .container .func .language .slidelist ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header .header-top .container .func .language .slidelist ul li a .icon {
  transition: all 0.5s;
}
header .header .header-top .container .func .language .slidelist ul li a .icon img {
  width: 28px;
  height: auto;
}
header .header .header-top .container .func .language .slidelist ul li a span {
  display: block;
  color: #333;
  font-size: 16px;
  transition: all 0.5s;
}
header .header .header-top .container .func .language .slidelist ul li a:hover .icon {
  transform: translateX(5px);
}
header .header .header-top .container .func .language .slidelist ul li a:hover span {
  transform: translateX(-5px);
  color: #0060bf;
}
header .header .header-top .container .func .language:hover .slidelist {
  opacity: 1;
  transform: translateY(100%) translateX(-50%);
  pointer-events: initial;
}
@media (max-width: 1199px) {
  header .header .header-top .container .func .translate {
    display: none;
  }
}
header .header .header-top .container .func .mobilenavBTN {
  position: relative;
  z-index: 9999;
  display: none;
  margin-left: 10px;
}
@media (max-width: 1199px) {
  header .header .header-top .container .func .mobilenavBTN {
    display: block;
  }
}
header .header .header-top .container .func .mobilenavBTN .BTN {
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
header .header .header-top .container .func .mobilenavBTN .BTN span {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  background-color: #000;
  transition: all 0.3s;
}
header .header .header-top .container .func .mobilenavBTN .BTN span:nth-last-of-type(1) {
  margin-bottom: unset;
}
header .header .header-top .container .func .mobilenavBTN .active span {
  margin-bottom: unset;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center center;
  background-color: #000;
}
header .header .header-top .container .func .mobilenavBTN .active span:nth-child(1) {
  transform: rotate(45deg);
}
header .header .header-top .container .func .mobilenavBTN .active span:nth-child(3) {
  transform: rotate(-45deg);
}
header .header .header-top .container .func .mobilenavBTN .active span:nth-child(2) {
  display: none;
}
header .header .header-bottom {
  height: 48px;
}
@media (max-width: 1199px) {
  header .header .header-bottom {
    height: unset;
  }
}
header .header .header-bottom .container {
  height: inherit;
}
header .header .header-bottom .container .menu {
  height: inherit;
}
@media (max-width: 1199px) {
  header .header .header-bottom .container .menu {
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(-100%);
    width: 100%;
    height: calc(100vh - 120px);
    transition: all 0.5s;
    overflow-x: auto;
  }
}
header .header .header-bottom .container .menu > ul {
  position: relative;
  height: inherit;
  display: flex;
  width: 100%;
}
header .header .header-bottom .container .menu > ul::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #0060bf;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 1199px) {
  header .header .header-bottom .container .menu > ul::before {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  header .header .header-bottom .container .menu > ul {
    overflow-x: scroll;
    width: max-content;
  }
}
header .header .header-bottom .container .menu > ul > li {
  height: inherit;
  width: 1428.57142857%;
  position: relative;
}
@media (max-width: 1199px) {
  header .header .header-bottom .container .menu > ul > li {
    width: max-content;
  }
}
header .header .header-bottom .container .menu > ul > li::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
}
header .header .header-bottom .container .menu > ul > li:first-child::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
}
header .header .header-bottom .container .menu > ul > li > a {
  width: 100%;
  display: flex;
  height: inherit;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  header .header .header-bottom .container .menu > ul > li > a {
    padding: 0 20px;
  }
}
header .header .header-bottom .container .menu > ul > li > a span {
  color: #fff;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
header .header .header-bottom .container .menu > ul > li:hover::before,
header .header .header-bottom .container .menu > ul > li:hover::after {
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
header .header .header-bottom .container .menu > ul > li:hover > a {
  background-color: #0f4a99;
}
header .header .header-bottom .container .menu > ul > li:hover > a span {
  text-decoration: underline;
}
header .header .header-bottom .container .menuOn {
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-tit p {
  color: #333;
  font-family: Inter;
  font-size: 44px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .index-tit p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .index-tit p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .index-tit p {
    font-size: 24px;
  }
}
.Textstyle p,
.Textstyle a {
  color: #444;
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}
@media (max-width: 767px) {
  .Textstyle p,
  .Textstyle a {
    line-height: 1.625;
    font-size: 14px;
  }
}
.box-top100 {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .box-top100 {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .box-top100 {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .box-top100 {
    padding-top: 45px;
  }
}
.Item-Product .pic {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .Item-Product .pic {
    margin-bottom: 10px;
  }
}
.Item-Product .pic .img-box {
  border-radius: 6px;
}
.Item-Product .pic img:hover {
  transform: scale(1.1);
}
.Item-Product .productName {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1199px) {
  .Item-Product .productName {
    margin-bottom: 10px;
  }
}
.Item-Product .productName a {
  color: #222;
  text-align: center;
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.5s;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .Item-Product .productName a {
    font-size: 16px;
  }
}
.Item-Product .more {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Item-Product .more a {
  color: #666;
  text-align: center;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Item-Product:hover .more a {
  color: #0060bf;
  text-decoration: underline;
}
main {
  width: 100%;
}
main .indexBanner {
  width: 100%;
}
main .indexBanner .slick-slide .itembox {
  width: 100%;
}
main .indexBanner .slick-slide .itembox img {
  width: 100%;
}
main .indexBanner .slick-dots {
  position: absolute;
  z-index: 30;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
main .indexBanner .slick-dots li {
  transition: all 0.5s;
  margin: 0 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
}
main .indexBanner .slick-dots li button {
  display: none;
}
main .indexBanner .slick-dots .slick-active {
  background-color: #fff;
}
main .index-productdisplay .box-head {
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  main .index-productdisplay .box-head {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  main .index-productdisplay .box-head .index-tit {
    margin-bottom: 15px;
  }
}
main .index-productdisplay .box-head .searchbox .formbox form {
  display: flex;
  align-items: center;
  width: 420px;
  height: 50px;
  border-radius: 52px;
  background: #f5f5f5;
  overflow: hidden;
}
@media (max-width: 991px) {
  main .index-productdisplay .box-head .searchbox .formbox form {
    max-width: 100%;
    width: 100%;
  }
}
main .index-productdisplay .box-head .searchbox .formbox form input {
  width: 90.95238095%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 20px;
  color: #666;
  font-size: 16px;
}
main .index-productdisplay .box-head .searchbox .formbox form input::placeholder {
  color: #666;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
}
main .index-productdisplay .box-head .searchbox .formbox form input:focus::placeholder,
main .index-productdisplay .box-head .searchbox .formbox form input:valid::placeholder {
  opacity: 0;
}
main .index-productdisplay .box-head .searchbox .formbox form button {
  flex-shrink: 0;
  padding-right: 20px;
}
main .index-productdisplay .box-head .searchbox .formbox form button .icon i {
  color: #0060bf;
  font-size: 18px;
}
@media (max-width: 767px) {
  main .index-productdisplay .box-body .row {
    margin: 0 -7px;
  }
  main .index-productdisplay .box-body .row > div {
    padding: 0 7px;
  }
}
main .index-productdisplay .box-body .Item-Product {
  padding-top: 40px;
}
@media (max-width: 767px) {
  main .index-productdisplay .box-body .Item-Product {
    padding-top: 20px;
  }
}
main .index-productcategory .index-tit {
  margin-bottom: 16px;
}
main .index-productcategory .index-tit p {
  text-align: center;
}
main .index-productcategory .box-intro {
  width: 1170px;
  margin: 0 auto 44px;
  max-width: 100%;
}
@media (max-width: 991px) {
  main .index-productcategory .box-intro {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  main .index-productcategory .box-intro {
    margin-bottom: 20px;
  }
}
main .index-productcategory .box-intro p {
  text-align: center;
}
main .index-productcategory .productcategory-List .item .pic .img-box {
  padding-bottom: 66.66666667%;
  border-radius: 8px;
}
main .index-productcategory .productcategory-List .item .CategoryName {
  display: block;
  margin-top: -26px;
  position: relative;
  z-index: 30;
  width: 91.11111111%;
  margin: -26px auto 0;
}
main .index-productcategory .productcategory-List .item .CategoryName a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.5s;
}
main .index-productcategory .productcategory-List .item .CategoryName a span {
  color: #000;
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.5s;
}
main .index-productcategory .productcategory-List .item:hover .pic img {
  transform: scale(1.1);
}
main .index-productcategory .productcategory-List .item:hover .CategoryName a {
  background-color: #0060bf;
}
main .index-productcategory .productcategory-List .item:hover .CategoryName a span {
  color: #fff;
}
main .index-about {
  position: relative;
}
main .index-about .box-tit p {
  color: #333;
  text-align: center;
  font-family: Inter;
  font-size: 120px;
  font-style: normal;
  font-weight: 900;
  line-height: 120px;
  /* 100% */
  text-transform: uppercase;
  position: relative;
  background-image: url(../images/indexabouttextbg.jpg);
  background-attachment: fixed;
  background-size: 100% auto;
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  color: transparent;
}
@media (max-width: 767px) {
  main .index-about .box-tit p {
    font-size: 60px;
    line-height: 1.2;
  }
}
main .index-about .index-aboutMain {
  padding-top: 96px;
  padding-bottom: 130px;
  background: url(../images/indexaboutbg.jpg) no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}
@media (max-width: 1199px) {
  main .index-about .index-aboutMain {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  main .index-about .index-aboutMain {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  main .index-about .index-aboutMain {
    padding: 40px 0;
  }
}
main .index-about .index-aboutMain .index-tit {
  margin-bottom: 64px;
}
@media (max-width: 1199px) {
  main .index-about .index-aboutMain .index-tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  main .index-about .index-aboutMain .index-tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  main .index-about .index-aboutMain .index-tit {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  main .index-about .index-aboutMain .more {
    margin-bottom: 20px;
  }
}
main .index-about .index-aboutMain .more a {
  width: max-content;
  padding: 15px 21px 15px 25px;
  border-radius: 24px;
  background: #0060bf;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .index-about .index-aboutMain .more a:hover {
  -webkit-animation: shake-bottom 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-bottom 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
main .index-about .index-aboutMain .more a span {
  color: #fff;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 4px;
}
main .index-about .index-aboutMain .more a .icon i {
  font-size: 14px;
  color: #fff;
}
main .index-about .videobtn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  cursor: pointer;
}
main .index-about .videobtn .icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0060bf;
  transition: all 0.5s;
}
main .index-about .videobtn .icon i {
  color: #fff;
  font-size: 24px;
}
main .index-about .videobtn .icon:hover {
  transform: scale(1.1);
}
main .index-chooseus {
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  main .index-chooseus {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  main .index-chooseus {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  main .index-chooseus {
    padding-bottom: 40px;
  }
}
main .index-chooseus .index-tit {
  margin-bottom: 16px;
}
main .index-chooseus .index-tit p {
  text-align: center;
}
main .index-chooseus .box-intro {
  width: 930px;
  max-width: 100%;
  margin: 0 auto 44px;
}
@media (max-width: 1199px) {
  main .index-chooseus .box-intro {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  main .index-chooseus .box-intro {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .index-chooseus .box-intro {
    margin-bottom: 20px;
  }
}
main .index-chooseus .box-intro p {
  text-align: center;
}
@media (max-width: 1199px) {
  main .index-chooseus .chooseuslist .item {
    margin-bottom: 20px;
  }
}
main .index-chooseus .chooseuslist .item .pic {
  margin-bottom: 48px;
}
main .index-chooseus .chooseuslist .item .pic .img-box {
  border-radius: 8px;
  padding-bottom: 66.66666667%;
}
main .index-chooseus .chooseuslist .item:hover .pic img {
  transform: scale(1.1);
}
main .index-chooseus .chooseuslist .tit {
  position: relative;
  margin-bottom: 16px;
}
main .index-chooseus .chooseuslist .tit span {
  z-index: -1;
  position: absolute;
  top: 0%;
  transform: translateY(-50%);
  left: 0;
  color: #efefef;
  font-family: Inter;
  font-size: 56px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
main .index-chooseus .chooseuslist .tit p {
  color: #333;
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
  text-transform: uppercase;
  line-height: 1;
}
main .index-news {
  background-color: #f6f8fb;
  width: 100%;
  overflow-x: hidden;
}
main .index-news .index-tit {
  margin-bottom: 16px;
}
main .index-news .index-tit p {
  text-align: center;
}
main .index-news .box-intro {
  margin: 0 auto 44px;
  width: 930px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  main .index-news .box-intro {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  main .index-news .box-intro {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .index-news .box-intro {
    margin-bottom: 20px;
  }
}
main .index-news .box-intro p {
  text-align: center;
}
main .index-news .slick-indexnewsbox {
  position: relative;
}
main .index-news .slick-indexnewsbox .prev,
main .index-news .slick-indexnewsbox .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 90;
}
@media (max-width: 767px) {
  main .index-news .slick-indexnewsbox .prev,
  main .index-news .slick-indexnewsbox .next {
    display: none !important;
  }
}
main .index-news .slick-indexnewsbox .prev .icon,
main .index-news .slick-indexnewsbox .next .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #0060bf;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
main .index-news .slick-indexnewsbox .prev .icon i,
main .index-news .slick-indexnewsbox .next .icon i {
  color: #0060bf;
  font-size: 20px;
  transition: all 0.5s;
}
main .index-news .slick-indexnewsbox .prev:hover .icon,
main .index-news .slick-indexnewsbox .next:hover .icon {
  background-color: #0060bf;
}
main .index-news .slick-indexnewsbox .prev:hover .icon i,
main .index-news .slick-indexnewsbox .next:hover .icon i {
  color: #fff;
}
main .index-news .prev {
  left: 0;
}
main .index-news .next {
  right: 0;
}
main .index-news .slick-indexnews {
  width: 930px;
  margin: 0 auto;
  max-width: 100%;
}
main .index-news .slick-indexnews .slick-list {
  overflow: visible;
}
main .index-news .slick-indexnews .slick-slide {
  padding: 0 15px;
}
@media (max-width: 767px) {
  main .index-news .slick-indexnews .slick-slide {
    padding: unset;
  }
}
main .index-news .slick-indexnews .item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
main .index-news .slick-indexnews .item .pic .img-box {
  padding-bottom: 57.20430108%;
}
main .index-news .slick-indexnews .item::before {
  transition: all 0.5s;
  content: "";
  z-index: 20;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
main .index-news .slick-indexnews .item .mask {
  z-index: 30;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
}
main .index-news .slick-indexnews .item .mask a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: max-content;
  display: flex;
  flex-direction: column;
  padding: 54px 32px 24px;
  justify-content: flex-end;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, #222 100%);
  line-height: 1;
}
@media (max-width: 767px) {
  main .index-news .slick-indexnews .item .mask a {
    padding: 20px;
  }
}
main .index-news .slick-indexnews .item .mask a .newstit {
  margin-bottom: 32px;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  main .index-news .slick-indexnews .item .mask a .newstit {
    margin-bottom: 12px;
  }
}
main .index-news .slick-indexnews .item .mask a .newstit p {
  color: #fff;
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  main .index-news .slick-indexnews .item .mask a .newstit p {
    font-size: 18px;
  }
}
main .index-news .slick-indexnews .item .mask a .more {
  padding: 13px 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  width: max-content;
  justify-content: center;
  transition: all 0.5s;
}
main .index-news .slick-indexnews .item .mask a .more:hover {
  -webkit-animation: shake-vertical 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-vertical 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
main .index-news .slick-indexnews .item .mask a .more span {
  margin-right: 4px;
  color: #fff;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
main .index-news .slick-indexnews .item .mask a .more .icon i {
  color: #fff;
  font-size: 14px;
}
main .index-news .slick-indexnews .slick-current .item::before {
  opacity: 0;
}
main .index-news .slick-indexnews .slick-current .item .mask {
  opacity: 1;
}
main .index-news .slick-indexnews .slick-current .item .mask a {
  transform: translateY(0);
  transition-delay: 0.5s;
}
main .index-iframe .item .tit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
main .index-iframe .item .tit .icon {
  margin-right: 8px;
}
main .index-iframe .item .tit .icon i {
  font-size: 24px;
  color: #0060bf;
}
main .index-iframe .item .tit span {
  color: #333;
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
main .index-iframe iframe {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #0060bf;
}
main .insidePagebanner {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
main .insidePagebanner .pic {
  height: 362px;
  width: 100%;
  position: relative;
}
main .insidePagebanner .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .insidePagebanner .mask {
  position: absolute;
  left: 255px;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 20px;
}
@media (max-width: 1199px) {
  main .insidePagebanner .mask {
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
main .insidePagebanner .mask::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 2px;
  height: 32px;
  background-color: #fff;
}
main .insidePagebanner .mask .pagename {
  margin-bottom: 8px;
}
main .insidePagebanner .mask .pagename p {
  color: #fff;
  font-family: Inter;
  font-size: 44px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  main .insidePagebanner .mask .pagename p {
    font-size: 28px;
  }
}
main .insidePagebanner .mask .crumbs ul {
  display: flex;
}
main .insidePagebanner .mask .crumbs ul li {
  color: #fff;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main .insidePagebanner .mask .crumbs ul li a {
  color: #fff;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
}
main .insidePagebanner .mask .crumbs ul li a:hover {
  color: #0060bf;
}
main .pagenav {
  position: relative;
  z-index: 30;
  margin-top: -40px;
}
main .pagenav ul {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  border-radius: 40px;
  border: 1px solid #e4e4e4;
  background: #fff;
}
@media (max-width: 767px) {
  main .pagenav ul {
    flex-direction: column;
    border-radius: 20px;
  }
}
main .pagenav ul li {
  width: 33.333333%;
}
@media (max-width: 767px) {
  main .pagenav ul li {
    width: 100%;
  }
  main .pagenav ul li:not(main .pagenav ul li:last-child) {
    margin-bottom: 5px;
  }
}
main .pagenav ul li a {
  border-radius: 40px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  main .pagenav ul li a {
    height: 40px;
  }
}
main .pagenav ul li a:hover {
  background: #0060bf;
  color: #fff;
}
main .pagenav ul .active a {
  background: #0060bf;
  color: #fff;
}
main .about-CompanyProfile {
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  main .about-CompanyProfile {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  main .about-CompanyProfile {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  main .about-CompanyProfile {
    padding-bottom: 40px;
  }
}
main .about-CompanyProfile .box-tit {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  main .about-CompanyProfile .box-tit {
    margin-bottom: 12px;
  }
}
main .about-CompanyProfile .box-tit p {
  color: #0060bf;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
main .about-CompanyProfile .companyName {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  main .about-CompanyProfile .companyName {
    margin-bottom: 12px;
  }
}
main .about-CompanyProfile .companyName p {
  color: #333;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  main .about-CompanyProfile .companyName p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  main .about-CompanyProfile .companyName p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  main .about-CompanyProfile .companyName p {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  main .about-CompanyProfile .container {
    display: flex;
    flex-direction: column;
  }
}
main .about-CompanyProfile .videobox {
  width: 48.93617021%;
  float: right;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-left: 80px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  main .about-CompanyProfile .videobox {
    float: unset;
    margin-left: unset;
    margin-bottom: unset;
    order: 9;
    margin-top: 20px;
    max-width: 100%;
    width: 690px;
  }
}
main .about-CompanyProfile .videobox img {
  width: 100%;
}
main .about-CompanyProfile .videobox .videobtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
main .about-CompanyProfile .videobox .videobtn .icon {
  position: relative;
  width: 72px;
  height: 72px;
  background-color: #0060bf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .about-CompanyProfile .videobox .videobtn .icon:hover {
  -webkit-animation: rotate-scale-up 1s linear both;
  animation: rotate-scale-up 1s linear both;
}
main .about-CompanyProfile .videobox .videobtn .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(0, 96, 191, 0.1);
}
main .about-CompanyProfile .videobox .videobtn .icon i {
  position: relative;
  z-index: 99;
  color: #fff;
  font-size: 26px;
}
main .about-chooseus {
  background-size: cover;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 1199px) {
  main .about-chooseus {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  main .about-chooseus {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  main .about-chooseus {
    padding-bottom: 40px;
  }
}
main .about-chooseus .box-subtit {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  main .about-chooseus .box-subtit {
    margin-bottom: 12px;
  }
}
main .about-chooseus .box-subtit p {
  color: #0060bf;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
main .about-chooseus .box-tit {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  main .about-chooseus .box-tit {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  main .about-chooseus .box-tit {
    margin-bottom: 15px;
  }
}
main .about-chooseus .box-tit p {
  color: #333;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  main .about-chooseus .box-tit p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  main .about-chooseus .box-tit p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  main .about-chooseus .box-tit p {
    font-size: 24px;
  }
}
main .about-chooseus .chooseusList ul {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 991px) {
  main .about-chooseus .chooseusList ul {
    flex-direction: column;
  }
}
main .about-chooseus .chooseusList ul li {
  width: 33.333333%;
}
@media (max-width: 991px) {
  main .about-chooseus .chooseusList ul li {
    width: 100%;
  }
  main .about-chooseus .chooseusList ul li:not(main .about-chooseus .chooseusList ul li:last-child) {
    margin-bottom: 15px;
  }
}
main .about-chooseus .chooseusList ul li:nth-child(2n) .item {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  main .about-chooseus .chooseusList ul li:nth-child(2n) .item {
    flex-direction: column;
  }
}
main .about-chooseus .chooseusList ul li:nth-child(2n) .item .pic .img-box {
  border-radius: 0 0 8px 8px;
}
main .about-chooseus .chooseusList ul li .item .pic .img-box {
  padding-bottom: 66.80851064%;
}
main .about-chooseus .chooseusList ul li .item .infobox {
  background-color: #fff;
  min-height: 314px;
  padding: 62px 30px 0;
}
@media (max-width: 991px) {
  main .about-chooseus .chooseusList ul li .item .infobox {
    padding: 20px;
    min-height: unset;
  }
}
main .about-chooseus .chooseusList ul li .item .infobox .tit {
  position: relative;
  margin-bottom: 16px;
}
main .about-chooseus .chooseusList ul li .item .infobox .tit span {
  z-index: 2;
  position: absolute;
  top: 0%;
  transform: translateY(-50%);
  left: 0;
  color: #efefef;
  font-family: Inter;
  font-size: 56px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
main .about-chooseus .chooseusList ul li .item .infobox .tit p {
  position: relative;
  z-index: 3;
  color: #333;
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
  text-transform: uppercase;
  line-height: 1;
}
main .about-chooseus .about-chooseus-Canvanscontainer {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f7f8fc;
}
main .about-chooseus .about-chooseus-Canvanscontainer canvas {
  width: 100% !important;
  height: 100% !important;
}
main .about-factory {
  position: relative;
}
main .about-factory::before {
  content: "";
  background: url(../images/about-factorybg.jpg) no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -200px;
  left: 0;
}
main .about-factory .box-subtit {
  margin-bottom: 16px;
}
main .about-factory .box-subtit p {
  color: #0060bf;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
main .about-factory .box-tit {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  main .about-factory .box-tit {
    margin-bottom: 30px;
  }
}
main .about-factory .box-tit p {
  color: #333;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  main .about-factory .box-tit p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  main .about-factory .box-tit p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  main .about-factory .box-tit p {
    font-size: 24px;
  }
}
main .about-factory .slick-Factorybtn {
  display: flex;
}
main .about-factory .slick-Factorybtn .prev,
main .about-factory .slick-Factorybtn .next {
  margin-left: 24px;
  cursor: pointer;
}
main .about-factory .slick-Factorybtn .prev .icon,
main .about-factory .slick-Factorybtn .next .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #0060bf;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
main .about-factory .slick-Factorybtn .prev .icon i,
main .about-factory .slick-Factorybtn .next .icon i {
  color: #0060bf;
  font-size: 20px;
  transition: all 0.5s;
}
main .about-factory .slick-Factorybtn .prev:hover .icon,
main .about-factory .slick-Factorybtn .next:hover .icon {
  background-color: #0060bf;
}
main .about-factory .slick-Factorybtn .prev:hover .icon i,
main .about-factory .slick-Factorybtn .next:hover .icon i {
  color: #fff;
}
main .about-factory .slick-factory .slick-slide {
  padding: 0 15px;
}
main .about-factory .slick-factory .slick-list {
  margin: 0 -15px;
}
main .about-factory .slick-factory .itembox .pic {
  cursor: pointer;
}
main .about-factory .slick-factory .itembox .pic .img-box {
  padding-bottom: 66.66666667%;
  border-radius: 8px;
}
main .about-factory .slick-factory .itembox .pic:hover img {
  transform: scale(1.1);
}
main .pro-ProductList .productlist .productlistHead {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  main .pro-ProductList .productlist .productlistHead {
    margin-bottom: 30px;
  }
}
main .pro-ProductList .productlist .productlistHead .productlistHead-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  main .pro-ProductList .productlist .productlistHead .productlistHead-top {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  main .pro-ProductList .productlist .productlistHead .productlistHead-top .CategoryName {
    margin-bottom: 15px;
  }
}
main .pro-ProductList .productlist .productlistHead .productlistHead-top .CategoryName p {
  color: #333;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 1199px) {
  main .pro-ProductList .productlist .productlistHead .productlistHead-top .CategoryName p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  main .pro-ProductList .productlist .productlistHead .productlistHead-top .CategoryName p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  main .pro-ProductList .productlist .productlistHead .productlistHead-top .CategoryName p {
    font-size: 24px;
  }
}
main .pro-ProductList .productlist .productlistHead .productlistHead-top .searchbox .formbox form {
  display: flex;
  align-items: center;
  width: 420px;
  height: 50px;
  border-radius: 52px;
  background: #f5f5f5;
  overflow: hidden;
}
@media (max-width: 767px) {
  main .pro-ProductList .productlist .productlistHead .productlistHead-top .searchbox .formbox form {
    width: 100%;
  }
}
main .pro-ProductList .productlist .productlistHead .productlistHead-top .searchbox .formbox form input {
  width: 90.95238095%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 20px;
  color: #666;
  font-size: 16px;
}
main .pro-ProductList .productlist .productlistHead .productlistHead-top .searchbox .formbox form input::placeholder {
  color: #666;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
}
main .pro-ProductList .productlist .productlistHead .productlistHead-top .searchbox .formbox form input:focus::placeholder,
main .pro-ProductList .productlist .productlistHead .productlistHead-top .searchbox .formbox form input:valid::placeholder {
  opacity: 0;
}
main .pro-ProductList .productlist .productlistHead .productlistHead-top .searchbox .formbox form button {
  flex-shrink: 0;
  padding-right: 20px;
}
main .pro-ProductList .productlist .productlistHead .productlistHead-top .searchbox .formbox form button .icon i {
  color: #0060bf;
  font-size: 18px;
}
main .pro-ProductList .productlist .productlistHead .Categoryintro p {
  color: #444;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}
@media (max-width: 1199px) {
  main .pro-ProductList .productlist .row {
    margin: 0 -7px;
  }
}
main .pro-ProductList .productlist .row > div {
  padding: 0 7px;
}
main .pro-ProductList .productlist .Item-Product {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  main .pro-ProductList .productlist .Item-Product {
    margin-bottom: 20px;
  }
}
main .pro-ProductList .sorter {
  padding-top: 8px;
}
main .CategoryList {
  top: 0 !important;
}
main .CategoryList > ul > li:not(main .CategoryList > ul > li:last-child) {
  margin-bottom: 8px;
}
main .CategoryList > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  background: #f6f8fb;
  transition: all 0.5s;
}
main .CategoryList > ul > li > a span {
  color: #222;
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s;
}
main .CategoryList > ul > li > a .icon {
  transition: all 0.5s;
}
main .CategoryList > ul > li > a .icon i {
  font-size: 16px;
  color: #666666;
  transition: all 0.5s;
}
main .CategoryList > ul > li > ul {
  display: none;
}
main .CategoryList > ul > li > ul > li {
  padding-top: 16px;
  padding-bottom: 14px;
}
main .CategoryList > ul > li > ul > li:not(main .CategoryList > ul > li > ul > li:last-child) {
  border-bottom: 1px solid #e7e7e7;
}
main .CategoryList > ul > li > ul > li > a {
  color: #222;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
}
main .CategoryList > ul > li > ul > li > a::before {
  flex-shrink: 0;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #999;
  margin-right: 12px;
}
main .CategoryList > ul > li > ul > li > a:hover {
  color: #0060bf;
  text-decoration: underline;
}
main .CategoryList > ul .active > a {
  background-color: #0060bf;
}
main .CategoryList > ul .active > a span {
  color: #fff;
}
main .CategoryList > ul .active > a .icon {
  transform: rotate(180deg);
}
main .CategoryList > ul .active > a .icon i {
  color: #fff;
}
main .sorter ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .sorter ul li {
  margin: 0 8px;
}
main .sorter ul li:first-child {
  margin-right: 16px;
}
main .sorter ul li:last-child {
  margin-left: 16px;
}
main .sorter ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #f4f4f4;
  transition: all 0.5s;
}
main .sorter ul li a .icon i {
  color: #666666;
  transition: all 0.5s;
}
main .sorter ul li a:hover {
  background-color: #0060bf;
  color: #fff;
}
main .sorter ul li a:hover .icon i {
  color: #fff;
}
main .sorter ul .active a {
  border: 1px solid #0060bf;
  color: #0060bf;
  background-color: rgba(0, 0, 0, 0);
}
main .sorter ul .none a {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #333 !important;
}
main .pro-ProductDetail .carousel-wrap {
  display: flex;
  justify-content: space-between;
  height: max-content;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  main .pro-ProductDetail .carousel-wrap {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  main .pro-ProductDetail .carousel-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  main .pro-ProductDetail .carousel-wrap {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
main .pro-ProductDetail .carousel-wrap .carousel-slick {
  width: 45.71428571%;
}
@media (max-width: 991px) {
  main .pro-ProductDetail .carousel-wrap .carousel-slick {
    width: 100%;
    margin-bottom: 20px;
  }
}
main .pro-ProductDetail .carousel-wrap .carousel-slick .pro-details-topslick {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}
main .pro-ProductDetail .carousel-wrap .carousel-slick .pro-details-thumbslick .slick-slide {
  padding: 0 5px;
}
main .pro-ProductDetail .carousel-wrap .carousel-slick .pro-details-thumbslick .slick-list {
  margin: 0 -5px;
}
main .pro-ProductDetail .carousel-wrap .carousel-slick .pro-details-thumbslick .item {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
main .pro-ProductDetail .carousel-wrap .carousel-slick .pro-details-thumbslick .item .mask {
  z-index: 30;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 82, 190, 0.8);
}
main .pro-ProductDetail .carousel-wrap .carousel-slick .pro-details-thumbslick .item .mask .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
main .pro-ProductDetail .carousel-wrap .carousel-slick .pro-details-thumbslick .item .mask .icon i {
  font-size: 20px;
  color: #0060bf;
}
main .pro-ProductDetail .carousel-wrap .ProductInfobox {
  width: 53.33333333%;
  height: auto;
  border-radius: 8px;
  background: #f6f8fb;
}
@media (max-width: 991px) {
  main .pro-ProductDetail .carousel-wrap .ProductInfobox {
    width: 100%;
  }
}
main .pro-ProductDetail .carousel-wrap .ProductInfobox .CategoryName {
  width: 100%;
  padding: 13px 32px;
  border-radius: 8px;
  background: #0060bf;
}
main .pro-ProductDetail .carousel-wrap .ProductInfobox .CategoryName p {
  color: #fff;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
main .pro-ProductDetail .carousel-wrap .ProductInfobox .Infobox {
  padding-left: 32px;
  padding-top: 40px;
  padding-right: 32px;
}
@media (max-width: 1199px) {
  main .pro-ProductDetail .carousel-wrap .ProductInfobox .Infobox {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  main .pro-ProductDetail .carousel-wrap .ProductInfobox .Infobox {
    padding: 10px;
  }
}
main .pro-ProductDetail .carousel-wrap .ProductInfobox .Infobox .productName {
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  main .pro-ProductDetail .carousel-wrap .ProductInfobox .Infobox .productName {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  main .pro-ProductDetail .carousel-wrap .ProductInfobox .Infobox .productName {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  main .pro-ProductDetail .carousel-wrap .ProductInfobox .Infobox .productName {
    margin-bottom: 20px;
  }
}
main .pro-ProductDetail .carousel-wrap .ProductInfobox .Infobox .productName p {
  color: #222;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 1199px) {
  main .pro-ProductDetail .carousel-wrap .ProductInfobox .Infobox .productName p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  main .pro-ProductDetail .carousel-wrap .ProductInfobox .Infobox .productName p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  main .pro-ProductDetail .carousel-wrap .ProductInfobox .Infobox .productName p {
    font-size: 24px;
  }
}
main .pro-ProductDetail .carousel-wrap .ProductInfobox .Infobox .introbox {
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  main .pro-ProductDetail .carousel-wrap .ProductInfobox .Infobox .introbox {
    margin-bottom: 28px;
  }
}
@media (max-width: 991px) {
  main .pro-ProductDetail .carousel-wrap .ProductInfobox .Infobox .introbox {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  main .pro-ProductDetail .carousel-wrap .ProductInfobox .Infobox .introbox {
    margin-bottom: 20px;
  }
}
main .pro-ProductDetail .carousel-wrap .ProductInfobox .Infobox .introbox .tit {
  padding-left: 10px;
  position: relative;
  margin-bottom: 8px;
}
main .pro-ProductDetail .carousel-wrap .ProductInfobox .Infobox .introbox .tit::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2px;
  height: 14px;
  flex-shrink: 0;
  border-radius: 1px;
  background: #0060bf;
}
main .pro-ProductDetail .carousel-wrap .ProductInfobox .Infobox .introbox .tit p {
  color: #222;
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  main .pro-ProductDetail .carousel-wrap .ProductInfobox .Infobox .introbox .tit p {
    font-size: 16px;
  }
}
main .pro-ProductDetail .carousel-wrap .ProductInfobox .inquirybtn {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 15px 27px;
  justify-content: center;
  width: max-content;
  border-radius: 24px;
  background: #0060bf;
}
main .pro-ProductDetail .carousel-wrap .ProductInfobox .inquirybtn:hover {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
}
main .pro-ProductDetail .carousel-wrap .ProductInfobox .inquirybtn .icon {
  margin-right: 10px;
}
main .pro-ProductDetail .carousel-wrap .ProductInfobox .inquirybtn .icon i {
  font-size: 14px;
  color: #fff;
}
main .pro-ProductDetail .carousel-wrap .ProductInfobox .inquirybtn span {
  color: #fff;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
main .pro-ProductDetail .productDetail-tit {
  padding-left: 12px;
  position: relative;
  margin-bottom: 16px;
}
main .pro-ProductDetail .productDetail-tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 1px;
  background: #0060bf;
}
main .pro-ProductDetail .productDetail-tit p {
  color: #222;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 991px) {
  main .pro-ProductDetail .productDetail-tit p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  main .pro-ProductDetail .productDetail-tit p {
    font-size: 24px;
  }
}
main .pro-ProductDetail .productDetail-tit img {
  width: max-content;
  max-width: 100%;
}
main .pro-ProductDetail .detailbox {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  main .pro-ProductDetail .detailbox {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  main .pro-ProductDetail .detailbox {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  main .pro-ProductDetail .detailbox {
    margin-bottom: 30px;
  }
}
main .pro-ProductDetail .detailbox .detailmain {
  padding: 10px;
  background: #f6f8fb;
}
main .pro-ProductDetail .detailbox .detailmain p {
  color: #444;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 160% */
}
main .pro-ProductDetail .detailbox .detailmain table{
  width: 70%;
}
main .pro-ProductDetail .detailbox .detailmain table tr td{ 
  text-align: center;
}
main .pro-ProductDetail .detailbox .CustomerReviewsboxmain {
  border-radius: 8px;
  background: #f6f8fb;
  padding: 8px 24px 32px;
}
@media (max-width: 767px) {
  main .pro-ProductDetail .detailbox .CustomerReviewsboxmain {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
main .pro-ProductDetail .detailbox .CustomerReviewsboxmain .ReviewsList ul li {
  padding-top: 24px;
  padding-bottom: 28px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  main .pro-ProductDetail .detailbox .CustomerReviewsboxmain .ReviewsList ul li {
    padding: 10px 0;
  }
}
main .pro-ProductDetail .detailbox .CustomerReviewsboxmain .ReviewsList ul li .item .name {
  margin-bottom: 8px;
}
main .pro-ProductDetail .detailbox .CustomerReviewsboxmain .ReviewsList ul li .item .name p {
  color: #222;
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
main .pro-ProductDetail .detailbox .CustomerReviewsboxmain .ReviewsList ul li .item .time {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  main .pro-ProductDetail .detailbox .CustomerReviewsboxmain .ReviewsList ul li .item .time {
    margin-bottom: 12px;
  }
}
main .pro-ProductDetail .detailbox .CustomerReviewsboxmain .ReviewsList ul li .item .time p {
  color: #666;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main .pro-ProductDetail .detailbox .CustomerReviewsboxmain .ReviewsList ul li .item .message p {
  color: #666;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}
main .pro-ProductDetail .detailbox .CustomerReviewsboxmain .Reviewsform {
  padding-top: 32px;
}
main .pro-ProductDetail .detailbox .CustomerReviewsboxmain .Reviewsform form {
  width: 100%;
}
main .pro-ProductDetail .detailbox .CustomerReviewsboxmain .Reviewsform form .inputGroup {
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}
main .pro-ProductDetail .detailbox .CustomerReviewsboxmain .Reviewsform form .inputGroup textarea,
main .pro-ProductDetail .detailbox .CustomerReviewsboxmain .Reviewsform form .inputGroup input {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  height: 48px;
}
main .pro-ProductDetail .detailbox .CustomerReviewsboxmain .Reviewsform form .inputGroup textarea:focus ~ label,
main .pro-ProductDetail .detailbox .CustomerReviewsboxmain .Reviewsform form .inputGroup input:focus ~ label,
main .pro-ProductDetail .detailbox .CustomerReviewsboxmain .Reviewsform form .inputGroup textarea:valid ~ label,
main .pro-ProductDetail .detailbox .CustomerReviewsboxmain .Reviewsform form .inputGroup input:valid ~ label {
  top: 0;
}
main .pro-ProductDetail .detailbox .CustomerReviewsboxmain .Reviewsform form .inputGroup label {
  color: #666;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  pointer-events: none;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
main .pro-ProductDetail .detailbox .CustomerReviewsboxmain .Reviewsform form .Message textarea {
  padding-top: 20px;
  height: 120px;
}
main .pro-ProductDetail .detailbox .CustomerReviewsboxmain .Reviewsform form .Message label {
  top: 25px;
}
main .pro-ProductDetail .detailbox .CustomerReviewsboxmain .Reviewsform form button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 32px;
  border-radius: 24px;
  background: #0060bf;
}
main .pro-ProductDetail .detailbox .CustomerReviewsboxmain .Reviewsform form button:hover {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}
main .pro-ProductDetail .detailbox .CustomerReviewsboxmain .Reviewsform form button .icon {
  margin-right: 10px;
}
main .pro-ProductDetail .detailbox .CustomerReviewsboxmain .Reviewsform form button .icon i {
  color: #fff;
  font-size: 16px;
}
main .pro-ProductDetail .detailbox .CustomerReviewsboxmain .Reviewsform form button span {
  color: #fff;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
main .pro-ProductDetail .detailbox .InquireNowForm form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main .pro-ProductDetail .detailbox .InquireNowForm form .productName {
  width: 100%;
  height: 44px;
  border-radius: 8px;
  background: #0060bf;
  margin-bottom: 16px;
}
main .pro-ProductDetail .detailbox .InquireNowForm form .productName textarea,
main .pro-ProductDetail .detailbox .InquireNowForm form .productName input {
  width: 100%;
  height: 100%;
  padding-left: 16px;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
main .pro-ProductDetail .detailbox .InquireNowForm form .inputGroup {
  width: 24.5%;
  position: relative;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  main .pro-ProductDetail .detailbox .InquireNowForm form .inputGroup {
    width: 100%;
  }
}
main .pro-ProductDetail .detailbox .InquireNowForm form .inputGroup textarea,
main .pro-ProductDetail .detailbox .InquireNowForm form .inputGroup input {
  width: 100%;
  height: 100%;
  padding-left: 16px;
  overflow: hidden;
  background: #fff;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
}
main .pro-ProductDetail .detailbox .InquireNowForm form .inputGroup textarea:focus ~ label,
main .pro-ProductDetail .detailbox .InquireNowForm form .inputGroup input:focus ~ label,
main .pro-ProductDetail .detailbox .InquireNowForm form .inputGroup textarea:valid ~ label,
main .pro-ProductDetail .detailbox .InquireNowForm form .inputGroup input:valid ~ label {
  top: 0;
}
main .pro-ProductDetail .detailbox .InquireNowForm form .inputGroup label {
  color: #666;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  pointer-events: none;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
main .pro-ProductDetail .detailbox .InquireNowForm form .message {
  width: 100%;
}
main .pro-ProductDetail .detailbox .InquireNowForm form .message textarea {
  height: 100px;
  padding-top: 20px;
}
main .pro-ProductDetail .detailbox .InquireNowForm form .message label {
  top: 25px;
}
main .pro-ProductDetail .detailbox .InquireNowForm form button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 32px;
  border-radius: 24px;
  background: #0060bf;
}
main .pro-ProductDetail .detailbox .InquireNowForm form button .icon {
  margin-right: 10px;
}
main .pro-ProductDetail .detailbox .InquireNowForm form button .icon i {
  color: #fff;
  font-size: 16px;
}
main .pro-ProductDetail .detailbox .InquireNowForm form button span {
  color: #fff;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
main .pro-ProductDetail .detailbox .InquireNowForm form button:hover {
  -webkit-animation: shake-top 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-top 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
main .pro-ProductDetail .detailbox .slick-RelatedProducts {
  position: relative;
}
main .pro-ProductDetail .detailbox .slick-RelatedProducts .slick-arrow {
  z-index: 340;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
main .pro-ProductDetail .detailbox .slick-RelatedProducts .slick-arrow:hover {
  background-color: #0060bf;
}
main .pro-ProductDetail .detailbox .slick-RelatedProducts .slick-arrow:hover::before {
  color: #fff;
}
main .pro-ProductDetail .detailbox .slick-RelatedProducts .slick-prev {
  left: 10px;
}
main .pro-ProductDetail .detailbox .slick-RelatedProducts .slick-prev::before {
  font-family: iconfont !important;
  content: "\ee4b";
  transition: all 0.5s;
  font-size: 16px;
}
main .pro-ProductDetail .detailbox .slick-RelatedProducts .slick-next {
  right: 10px;
}
main .pro-ProductDetail .detailbox .slick-RelatedProducts .slick-next::before {
  font-family: iconfont !important;
  content: "\e775";
  transition: all 0.5s;
  font-size: 16px;
}
main .pro-ProductDetail .detailbox .slick-RelatedProducts .slick-slide {
  padding: 0 15px;
}
main .pro-ProductDetail .detailbox .slick-RelatedProducts .slick-list {
  margin: 0 -15px;
}
main .news-recommend {
  padding-top: 80px;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  main .news-recommend {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  main .news-recommend {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  main .news-recommend {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  main .news-recommend .item {
    margin-bottom: 20px;
  }
}
main .news-recommend .item a {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
main .news-recommend .item a .pic .img-box {
  padding-bottom: 56.23188406%;
}
main .news-recommend .item a .time {
  z-index: 30;
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 32px;
  padding: 11px 13px 13px;
  background-color: #0060bf;
  border-radius: 0px 0px 8px 8px;
}
main .news-recommend .item a .time .top span {
  color: #fff;
  font-family: "DM Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
main .news-recommend .item a .time .bottom span {
  color: #fff;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main .news-recommend .item a .newstit {
  position: absolute;
  bottom: 0;
  height: 46.39175258%;
  width: 100%;
  z-index: 30;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, #222 100%);
  display: flex;
  align-items: end;
  padding: 20px 32px;
}
@media (max-width: 767px) {
  main .news-recommend .item a .newstit {
    padding: 10px;
  }
}
main .news-recommend .item a .newstit p {
  color: #fff;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  main .news-recommend .item a .newstit p {
    font-size: 16px;
  }
}
main .news-recommend .item a:hover .pic img {
  transform: scale(1.1);
}
main .news-list .container ul li {
  padding-top: 30px;
  border-top: 1px solid #d9d9d9;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  main .news-list .container ul li {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  main .news-list .container ul li {
    padding: 10px;
  }
}
main .news-list .container ul li .item .pic .img-box {
  padding-bottom: 56.22222222%;
  border-radius: 8px;
}
main .news-list .container ul li .item .infobox {
  padding-top: 21px;
}
@media (max-width: 1199px) {
  main .news-list .container ul li .item .infobox {
    padding-top: 10px;
  }
}
main .news-list .container ul li .item .infobox .time {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  main .news-list .container ul li .item .infobox .time {
    margin-bottom: 12px;
  }
}
main .news-list .container ul li .item .infobox .time .icon {
  margin-right: 8px;
}
main .news-list .container ul li .item .infobox .time .icon i {
  color: #0060bf;
  font-size: 16px;
}
main .news-list .container ul li .item .infobox .time span {
  color: #666;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main .news-list .container ul li .item .infobox .newstit {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  main .news-list .container ul li .item .infobox .newstit {
    margin-bottom: 12px;
  }
}
main .news-list .container ul li .item .infobox .newstit a {
  color: #222;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.5s;
}
main .news-list .container ul li .item .infobox .intro {
  margin-bottom: 46px;
}
@media (max-width: 1199px) {
  main .news-list .container ul li .item .infobox .intro {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  main .news-list .container ul li .item .infobox .intro {
    margin-bottom: 12px;
  }
}
main .news-list .container ul li .item .infobox .intro p {
  color: #666;
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 160% */
}
main .news-list .container ul li .item .infobox .more a {
  display: flex;
  align-items: center;
}
main .news-list .container ul li .item .infobox .more a span {
  color: #666;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 4px;
  transition: all 0.5s;
}
main .news-list .container ul li .item .infobox .more a .icon i {
  transition: all 0.5s;
  font-size: 14px;
  color: #666666;
}
main .news-list .container ul li .item:hover .pic .img-box img {
  transform: scale(1.1);
}
main .news-list .container ul li .item:hover .infobox .newstit a {
  color: #0060bf;
}
main .news-list .container ul li .item:hover .infobox .more a span {
  color: #0060bf;
}
main .news-list .container ul li .item:hover .infobox .more a .icon i {
  color: #0060bf;
}
main .news-list .sorter {
  padding-top: 18px;
}
main .contact-Info {
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  main .contact-Info {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  main .contact-Info {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  main .contact-Info {
    padding-bottom: 40px;
  }
}
main .contact-Info .box-tit {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  main .contact-Info .box-tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  main .contact-Info .box-tit {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  main .contact-Info .box-tit {
    margin-bottom: 20px;
  }
}
main .contact-Info .box-tit p {
  color: #333;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  main .contact-Info .box-tit p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  main .contact-Info .box-tit p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  main .contact-Info .box-tit p {
    font-size: 24px;
  }
}
main .contact-Info .item {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  main .contact-Info .item {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  main .contact-Info .item {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  main .contact-Info .item {
    margin-bottom: 15px;
  }
}
main .contact-Info .item .tit {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
main .contact-Info .item .tit .icon {
  margin-right: 8px;
}
main .contact-Info .item .tit .icon i {
  color: #0060bf;
  font-size: 16px;
}
main .contact-Info .item .tit span {
  color: #333;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
main .contact-Info .item .info a {
  color: #444;
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.5s;
  /* 160% */
}
main .contact-Info .item .info a:hover {
  color: #0060bf;
  text-decoration: underline;
}
main .contact-onlinemessage {
  padding-bottom: 100px;
  background: url(../images/contactonlinemessagebg.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 11199px) {
  main .contact-onlinemessage {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  main .contact-onlinemessage {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  main .contact-onlinemessage {
    padding-bottom: 40px;
  }
}
main .contact-onlinemessage .box-tit {
  margin-bottom: 16px;
}
main .contact-onlinemessage .box-tit p {
  color: #333;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  main .contact-onlinemessage .box-tit p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  main .contact-onlinemessage .box-tit p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  main .contact-onlinemessage .box-tit p {
    font-size: 24px;
  }
}
main .contact-onlinemessage .intro {
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  main .contact-onlinemessage .intro {
    margin-bottom: 28px;
  }
}
@media (max-width: 991px) {
  main .contact-onlinemessage .intro {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  main .contact-onlinemessage .intro {
    margin-bottom: 18px;
  }
}
main .contact-onlinemessage .intro p {
  color: #444;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main .contact-onlinemessage .formbox form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main .contact-onlinemessage .formbox form .inputGroup {
  width: 24.5%;
  position: relative;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  main .contact-onlinemessage .formbox form .inputGroup {
    width: 100%;
  }
}
main .contact-onlinemessage .formbox form .inputGroup textarea,
main .contact-onlinemessage .formbox form .inputGroup input {
  width: 100%;
  height: 100%;
  padding-left: 16px;
  overflow: hidden;
  background: #fff;
  height: 48px;
  border-radius: 8px;
}
main .contact-onlinemessage .formbox form .inputGroup textarea:focus ~ label,
main .contact-onlinemessage .formbox form .inputGroup input:focus ~ label,
main .contact-onlinemessage .formbox form .inputGroup textarea:valid ~ label,
main .contact-onlinemessage .formbox form .inputGroup input:valid ~ label {
  top: 0;
}
main .contact-onlinemessage .formbox form .inputGroup label {
  color: #666;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  pointer-events: none;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
main .contact-onlinemessage .formbox form .message {
  width: 100%;
}
main .contact-onlinemessage .formbox form .message textarea {
  height: 120px;
  padding-top: 20px;
}
main .contact-onlinemessage .formbox form .message label {
  top: 25px;
}
main .contact-onlinemessage .formbox form button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 32px;
  border-radius: 24px;
  background: #0060bf;
}
main .contact-onlinemessage .formbox form button .icon {
  margin-right: 10px;
}
main .contact-onlinemessage .formbox form button .icon i {
  color: #fff;
  font-size: 16px;
}
main .contact-onlinemessage .formbox form button span {
  color: #fff;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
main .contact-onlinemessage .formbox form button:hover {
  -webkit-animation: shake-bottom 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-bottom 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
main .contact-map .box-tit {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  main .contact-map .box-tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  main .contact-map .box-tit {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  main .contact-map .box-tit {
    margin-bottom: 10px;
  }
}
main .contact-map .box-tit p {
  color: #333;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  main .contact-map .box-tit p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  main .contact-map .box-tit p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  main .contact-map .box-tit p {
    font-size: 24px;
  }
}
main .contact-map .map-content {
  height: 400px;
}
main .xs-nav {
  display: none;
}
@media (max-width: 1199px) {
  main .xs-nav {
    display: block;
  }
}
main .xs-nav ul {
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
main .xs-nav ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
main .xs-nav ul li a {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  footer {
    padding-bottom: 60px;
  }
}
footer .footer {
  background-color: rgba(0, 0, 0, 0);
}
footer .footer .subscribe {
  position: relative;
  z-index: 30;
}
footer .footer .subscribe .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../images/footer-subscribebg.jpg) no-repeat;
  background-size: cover;
  border-radius: 8px;
  padding: 43px 40px;
}
@media (max-width: 991px) {
  footer .footer .subscribe .container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  footer .footer .subscribe .container {
    padding: 20px 12px;
    border-radius: 8px 8px 0 0;
  }
}
@media (max-width: 991px) {
  footer .footer .subscribe .subscribe-l {
    margin-bottom: 20px;
  }
}
footer .footer .subscribe .subscribe-l .tit {
  margin-bottom: 16px;
}
footer .footer .subscribe .subscribe-l .tit p {
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 767px) {
  footer .footer .subscribe .subscribe-l .tit p {
    font-size: 18px;
  }
}
footer .footer .subscribe .subscribe-l .intro p {
  color: #fff;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  footer .footer .subscribe .subscribe-l .intro p {
    font-size: 14px;
  }
}
footer .footer .subscribe .subscribe-r form {
  width: 450px;
  height: 48px;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .footer .subscribe .subscribe-r form {
    max-width: 100%;
    width: 100%;
  }
}
footer .footer .subscribe .subscribe-r form input {
  width: 89.11111111%;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 24px;
  height: 100%;
}
footer .footer .subscribe .subscribe-r form input::placeholder {
  color: #666;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
}
footer .footer .subscribe .subscribe-r form input:focus::placeholder,
footer .footer .subscribe .subscribe-r form input:valid::placeholder {
  opacity: 0;
}
footer .footer .subscribe .subscribe-r form button {
  width: 48px;
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
}
footer .footer .subscribe .subscribe-r form button:hover i {
  -webkit-animation: rotate-center 0.6s ease-in-out both;
  animation: rotate-center 0.6s ease-in-out both;
}
footer .footer .subscribe .subscribe-r form button::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 20px;
  flex-shrink: 0;
  background: #e6e6e6;
}
footer .footer .subscribe .subscribe-r form button i {
  display: block;
  color: #0060bf;
  font-size: 16px;
}
footer .footer .footer-main {
  padding-top: 130px;
  background-color: #333333;
  padding-bottom: 88px;
  margin-top: -50px;
  position: relative;
  z-index: 20;
}
@media (max-width: 1199px) {
  footer .footer .footer-main {
    margin-top: unset;
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  footer .footer .footer-main {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  footer .footer .footer-main {
    padding: 40px 0;
  }
}
footer .footer .footer-main .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  footer .footer .footer-main .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  footer .footer .footer-main .container > div {
    width: 100%;
  }
  footer .footer .footer-main .container > div:not(footer .footer .footer-main .container > div:last-child) {
    margin-bottom: 15px;
  }
}
footer .footer .footer-main .companyinfo {
  width: 450px;
}
footer .footer .footer-main .companyinfo .logo {
  margin-bottom: 42px;
}
@media (max-width: 1199px) {
  footer .footer .footer-main .companyinfo .logo {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  footer .footer .footer-main .companyinfo .logo {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  footer .footer .footer-main .companyinfo .logo {
    margin-bottom: 20px;
  }
}
footer .footer .footer-main .companyinfo .logo a {
  display: flex;
  align-items: center;
}
footer .footer .footer-main .companyinfo .logo a img {
  margin-right: 20px;
  
}
footer .footer .footer-main .companyinfo .logo a span {
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
}
footer .footer .footer-main .companyinfo .intro p {
  color: #ccc;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 160% */
}
footer .footer .footer-main .about .tit,
footer .footer .footer-main .Product .tit,
footer .footer .footer-main .Contact .tit {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  footer .footer .footer-main .about .tit,
  footer .footer .footer-main .Product .tit,
  footer .footer .footer-main .Contact .tit {
    margin-bottom: 12px;
  }
}
footer .footer .footer-main .about .tit p,
footer .footer .footer-main .Product .tit p,
footer .footer .footer-main .Contact .tit p {
  color: #fff;
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  footer .footer .footer-main .about .tit p,
  footer .footer .footer-main .Product .tit p,
  footer .footer .footer-main .Contact .tit p {
    font-size: 18px;
  }
}
footer .footer .footer-main .about ul li:not(footer .footer .footer-main .about ul li:last-child),
footer .footer .footer-main .Product ul li:not(footer .footer .footer-main .about ul li:last-child),
footer .footer .footer-main .Contact ul li:not(footer .footer .footer-main .about ul li:last-child),
footer .footer .footer-main .about ul li:not(footer .footer .footer-main .Product ul li:last-child),
footer .footer .footer-main .Product ul li:not(footer .footer .footer-main .Product ul li:last-child),
footer .footer .footer-main .Contact ul li:not(footer .footer .footer-main .Product ul li:last-child),
footer .footer .footer-main .about ul li:not(footer .footer .footer-main .Contact ul li:last-child),
footer .footer .footer-main .Product ul li:not(footer .footer .footer-main .Contact ul li:last-child),
footer .footer .footer-main .Contact ul li:not(footer .footer .footer-main .Contact ul li:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  footer .footer .footer-main .about ul li:not(footer .footer .footer-main .about ul li:last-child),
  footer .footer .footer-main .Product ul li:not(footer .footer .footer-main .about ul li:last-child),
  footer .footer .footer-main .Contact ul li:not(footer .footer .footer-main .about ul li:last-child),
  footer .footer .footer-main .about ul li:not(footer .footer .footer-main .Product ul li:last-child),
  footer .footer .footer-main .Product ul li:not(footer .footer .footer-main .Product ul li:last-child),
  footer .footer .footer-main .Contact ul li:not(footer .footer .footer-main .Product ul li:last-child),
  footer .footer .footer-main .about ul li:not(footer .footer .footer-main .Contact ul li:last-child),
  footer .footer .footer-main .Product ul li:not(footer .footer .footer-main .Contact ul li:last-child),
  footer .footer .footer-main .Contact ul li:not(footer .footer .footer-main .Contact ul li:last-child) {
    margin-bottom: 6px;
  }
}
footer .footer .footer-main .about ul li a,
footer .footer .footer-main .Product ul li a,
footer .footer .footer-main .Contact ul li a {
  color: #fff;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 160% */
  display: flex;
}
footer .footer .footer-main .about ul li a .icon,
footer .footer .footer-main .Product ul li a .icon,
footer .footer .footer-main .Contact ul li a .icon {
  margin-right: 12px;
  transform: translateY(5px);
}
footer .footer .footer-main .about ul li a .icon i,
footer .footer .footer-main .Product ul li a .icon i,
footer .footer .footer-main .Contact ul li a .icon i {
  color: #fff;
  font-size: 16px;
}
footer .footer .footer-main .Contact {
  width: 450px;
}
footer .footer .footer-main .about ul li a:hover span,
footer .footer .footer-main .Product ul li a:hover span,
footer .footer .footer-main .Contact ul li a:hover span {
  text-decoration: underline;
  text-underline-offset: 4px;
}
footer .footer .copyright {
  background-color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0 10px;
}
@media (max-width: 1199px) {
  footer .footer .copyright {
    flex-direction: column;
  }
}
footer .footer .copyright p,
footer .footer .copyright a {
  color: rgba(255, 255, 255, 0.5);
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  footer .footer .copyright p,
  footer .footer .copyright a {
    margin-bottom: 5px;
  }
}
footer .footer .copyright p:hover,
footer .footer .copyright a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .footer .copyright a {
  padding: 0 10px;
}
footer .footer .copyright .sitemap {
  text-transform: uppercase;
}
