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;
}

body {
  font-family: Arial, Helvetica, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  background: linear-gradient(90deg, #0D0D0D 0%, #292929 51.56%, #0D0D0D 100%);
  overflow-x: hidden;
}

html::-webkit-scrollbar {
  display: none;
}

.con1700 {
  width: 88.5417vw;
  margin: 0 auto;
}

@keyframes rotate360 {
  form {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotateY360 {
  form {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

:root {
  scroll-behavior: unset;
}

.box-searchbox {
  display: none;
  z-index: 10000;
  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: rgba(253, 0, 20, 0.5);
  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-sitmapMain {
  padding: 60px 0;
}

@media (max-width: 1199px) {
  .box-sitmapMain {
    padding: 30px 0;
  }
}

@media (max-width: 1199px) {
  .box-sitmapMain .list1 {
    margin-top: 20px;
  }
}

.box-sitmapMain .list1 li .lis1 a {
  display: block;
  height: 50px;
  color: #fff;
  padding-left: 30px;
  width: 260px;
  background-color: #333333;
  text-transform: uppercase;
  line-height: 50px;
  margin-bottom: 30px;
  font-size: 18px;
}

@media (max-width: 1199px) {
  .box-sitmapMain .list1 li .lis1 a {
    margin-bottom: 15px;
  }
}

.box-sitmapMain .list1 li .lis1 a:hover {
  text-decoration: underline;
}

.box-sitmapMain .list1 li .lis2,
.box-sitmapMain .list1 li .lis3 {
  box-sizing: border-box;
}

.box-sitmapMain .list1 li .lis2 a,
.box-sitmapMain .list1 li .lis3 a {
  font-size: 16px;
  color: #000;
  display: block;
  padding-left: 30px;
  padding-bottom: 30px;
  text-transform: capitalize;
  font-family: 'Public Sans Blod';
  transition: color 0.5s;
}

@media (max-width: 1199px) {

  .box-sitmapMain .list1 li .lis2 a,
  .box-sitmapMain .list1 li .lis3 a {
    padding-bottom: 15px;
  }
}

.box-sitmapMain .list1 li .lis2 a:hover,
.box-sitmapMain .list1 li .lis3 a:hover {
  color: #CD0000;
  text-decoration: underline;
}

.box-sitmapMain .list1 li .lis3 {
  display: block;
  transform: translateX(20px);
}

.box-sitmapMain .list1 li .lis3 a {
  font-size: 14px;
}

.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: #fff;
}

@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: #CD0000;
}

@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;
  color: #fff;
}

@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;
    max-width: 100%;
    height:  auto !important;
  }

  .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: #CD0000;
  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: #fff;
  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: #CD0000;
  text-decoration: underline;
}

.box-newsdetailMain .sharegroup {
  padding-top: 20px;
  display: flex;
  align-items: center;
}

.box-newsdetailMain .sharegroup .txt {
  margin-right: 10px;
  color: #fff;
}

.nosearch {
  padding-bottom: 30px;
}

.nosearch h3 {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  padding: 10px 0;
}

.nosearch p {
  padding: 10px;
  background-color: #CD0000;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
}

.mobilenavBTN {
  position: relative;
  z-index: 9999;
  display: none;
  margin-left: 10px;
}

@media (max-width: 1199px) {
  .mobilenavBTN {
    display: block;
  }
}

.mobilenavBTN .BTN {
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.mobilenavBTN .BTN span {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  background-color: #fff;
  transition: all 0.3s;
}

.mobilenavBTN .BTN span:nth-last-of-type(1) {
  margin-bottom: unset;
}

.mobilenavBTN .active span {
  margin-bottom: unset;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center center;
  background-color: #fff;
}

.mobilenavBTN .active span:nth-child(1) {
  transform: rotate(45deg);
}

.mobilenavBTN .active span:nth-child(3) {
  transform: rotate(-45deg);
}

.mobilenavBTN .active span:nth-child(2) {
  display: none;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 90px;
  transition: all 0.5s;
}

@media (max-width: 1199px) {
  .header {
    height: 60px;
  }
}

.header .container {
  display: flex;
  height: inherit;
  align-items: center;
}

@media (max-width: 1199px) {
  .header .container {
    justify-content: space-between;
  }
}

.header .container .logo {
  margin-right: 85px;
}

@media (max-width: 767px) {
  .header .container .logo {
    margin-right: unset;
  }

  .header .container .logo img {
    width: 70%;
  }
}

.header .container .menu {
  height: 100%;
}

@media (max-width: 1199px) {
  .header .container .menu {
    padding: 10px;
    position: fixed;
    width: 100%;
    top: 60px;
    left: 0;
    height: calc(100vh - 120px);
    z-index: 9000;
    background-color: #2f2f2f;
    background: linear-gradient(90deg, #0D0D0D 0%, #292929 51.56%, #0D0D0D 100%);
    display: none;
  }
}

.header .container .menu>ul {
  height: 100%;
  display: flex;
}

@media (max-width: 1199px) {
  .header .container .menu>ul {
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    padding: 40px 20px 20px;
    border-radius: 10px;
    border: 1px solid #666;
  }
}

.header .container .menu>ul>li {
  height: 100%;
  margin-right: 4.0625vw;
  position: relative;
  perspective: 500;
  -webkit-perspective: 500;
}

@media (max-width: 1199px) {
  .header .container .menu>ul>li {
    height: max-content;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-right: unset;
    justify-content: space-between;
    width: 100%;
  }

  .header .container .menu>ul>li:last-child {
    margin-bottom: unset;
  }
}

.header .container .menu>ul>li .switch {
  display: none;
}

@media (max-width: 1199px) {
  .header .container .menu>ul>li .switch {
    display: flex;
    width: 10%;
    align-items: center;
    justify-content: flex-end;
    margin-left: 20px;
  }
}

.header .container .menu>ul>li .switch div {
  width: 20px;
  height: 20px;
  position: relative;
}

.header .container .menu>ul>li .switch div span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}

.header .container .menu>ul>li .switch div span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}

.header .container .menu>ul>li .switchon div span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(180deg);
}

.header .container .menu>ul>li .switchon div span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(0deg);
}

.header .container .menu>ul>li>a {
  height: 100%;
  display: flex;
  align-items: center;
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 1199px) {
  .header .container .menu>ul>li>a {
    width: max-content;
    height: max-content;
    justify-content: center;
  }
}

.header .container .menu>ul>li>ul {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%) rotateX(-50deg);
  transform-origin: center top;
  width: max-content;
  background: linear-gradient(90deg, #0D0D0D 0%, #292929 51.56%, #0D0D0D 100%);
  padding: 10px 0;
  transition: all 0.5s;
  opacity: 0;
}

@media (max-width: 1199px) {
  .header .container .menu>ul>li>ul {
    position: relative;
    transform: unset;
    opacity: 1;
    transition: unset;
    left: unset;
    width: 100%;
    display: none;
    background: #2f2f2f;
    border-left: 1px solid #666;
    margin: 10px 0;
    background: rgba(0, 0, 0, 0) !important;
  }
}

.header .container .menu>ul>li>ul>li {
  padding: 0 20px;
  margin-bottom: 10px;
}

.header .container .menu>ul>li>ul>li:last-child {
  margin-bottom: unset;
}

.header .container .menu>ul>li>ul>li>a {
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
}

.header .container .menu>ul>li>ul>li>a:hover {
  color: #DC0011;
}

.header .container .menu>ul>li:hover>ul {
  transform: translate(-50%, 100%) rotateX(0deg);
  transform-origin: center top;
  opacity: 1;
  pointer-events: initial;
}

@media (max-width: 1199px) {
  .header .container .menu>ul>li:hover>ul {
    transform: unset;
  }
}

.headerOn {
  background: #2F2F2F;
}

.sideBar {
  z-index: 9999;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 100vh;
  background: #232323;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 33px 0;
  transition: all 0.5s;
}

@media (max-width: 1199px) {
  .sideBar {
    height: calc(100vh - 120px);
    width: 50px;
  }
}

.sideBar .func .cart {
  margin-bottom: 22px;
}

.sideBar .func .cart a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sideBar .func .cart a .icon {
  line-height: 1;
  margin-bottom: 2px;
}

.sideBar .func .cart a .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.sideBar .func .cart a p {
  color: #FFF;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  /* 21px */
}

.sideBar .func .cart a:hover .icon {
  animation: swing 3s infinite;
}

.sideBar .func .online {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 6px;
  background: #E60012;
  padding: 10px 0px;
  margin-bottom: 48px;
}

.sideBar .func .online ul li {
  padding-bottom: 31px;
}

.sideBar .func .online ul li:last-child {
  padding-bottom: unset;
}

.sideBar .func .online ul li .item {
  position: relative;
  padding: 0 4px;
  cursor: pointer;
  perspective: 300;
}

.sideBar .func .online ul li .item .icon {
  line-height: 1;
  transition: all 1s;
}

.sideBar .func .online ul li .item .icon i {
  font-size: 24px;
  line-height: 1;
  color: #fff;
}

.sideBar .func .online ul li .item .detail {
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translate(-100%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
  width: max-content;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  transition: all 0.5s;
  border-radius: 6px;
}

.sideBar .func .online ul li .item .detail a {
  display: flex;
  color: #fff;
  font-size: 16px;
}

.sideBar .func .online ul li .item .detailActive {
  left: -14px;
  transform: translate(-100%, -50%);
  opacity: 1;
  pointer-events: initial;
}

.sideBar .func .online ul li .item:hover .icon {
  transform: rotateY(360deg) scale(1.1) translateY(-5px);
}

.sideBar .func .searchbtn {
  display: flex;
  justify-content: center;
  cursor: pointer;
  perspective: 500;
}

.sideBar .func .searchbtn .icon {
  line-height: 1;
  display: block;
}

.sideBar .func .searchbtn .icon i {
  font-size: 24px;
  color: #fff;
  line-height: 1;
}

.sideBar .func .searchbtn:hover .icon {
  animation: swing 1s infinite;
}

.sideBar .languageList ul li {
  padding-top: 25px;
}

.sideBar .languageList ul li a {
  display: flex;
  justify-content: center;
  perspective: 500;
}

.sideBar .languageList ul li a .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
}

.sideBar .languageList ul li a .icon img {
  width: 100%;
  height: auto;
}

.sideBar .languageList ul li a:hover .icon {
  animation: swing 1s infinite;
}

.sideBar .sideBarSwitch {
  width: 20px;
  height: 63px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;

  background: #232323;
  position: absolute;
  z-index: 10000;
  left: 0px;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 0.5s;
}

.sideBar .sideBarSwitch .icon {
  line-height: 1;
  transform: rotate(180deg);
  transition: all 0.5s;
}

.sideBar .sideBarSwitch .icon i {
  color: #fff;
  font-size: 16px;
}

.sideBar .sideBarSwitchOn {
  left: -5px;
  background-color: rgba(253, 0, 20, 0.5);
}

.sideBar .sideBarSwitchOn .icon {
  transform: rotate(0deg);
}

.sideBarOn {

  transform: translate(99%, -50%);
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  z-index: 2;
  font-size: 0;
}

.banner .swiper-slide {
  overflow: hidden;
}

.banner .item {
  display: block;
  position: relative;
  overflow: hidden;
}

.banner .item a {
  overflow: hidden;
  display: block;
}

.banner .item a img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 100%;
  transition: all 5s;
}

.banner .banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .hide-video video {
  display: none !important;
}

.banner .banner-video-box {
  display: block;
  padding-bottom: 50%;
  position: relative;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
}

.banner .banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}

.banner .banner-video-box .fluid_initial_play {
  background-color: #f7bf3b !important;
}

.banner .mobile-video {
  display: block;
  position: relative;
}

.banner .mobile-video::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}

.banner .mobile-video::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  font-size: 50px;
  color: #fff;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e746';
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.banner .mose_icon {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 767px) {
  .banner .mose_icon {
    bottom: 5%;
  }
}

.banner .mose_icon .icon {
  display: block;
  animation: shakeY 20s infinite;
  line-height: 1;
  margin-bottom: 10px;
}

.banner .mose_icon .icon i {
  font-size: 40px;
  color: #fff;
  line-height: 1;
}

.banner .mose_icon span {
  color: #FFF;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner .swiper-slide-active .item a img {
  transform: translateX(-50%) scale(1.1);
}

#video-id_fluid_controls_container {
  display: none !important;
}

.fancybox-slide--video {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fancybox-slide--video::before {
  content: unset;
}

.fancybox-slide--video video {
  width: 100%;
  height: auto;
  padding: 12px;
}

.box_title p {
  color: #FD0014;
  font-family: Arial;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 1199px) {
  .box_title p {
    font-size: 45px;
  }
}

@media (max-width: 991px) {
  .box_title p {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .box_title p {
    font-size: 24px;
  }
}

.index_hotProduct {
  padding-top: 121px;
}

@media (max-width: 1199px) {
  .index_hotProduct {
    padding-top: 50px;
  }
}

@media (max-width: 991px) {
  .index_hotProduct {
    padding-top: 45px;
  }
}

@media (max-width: 767px) {
  .index_hotProduct {
    padding-top: 40px;
  }
}

.index_hotProduct .box_title {
  text-align: center;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .index_hotProduct .box_title {
    padding-bottom: 30px;
  }
}

.index_hotProduct .slick-HotProduct .itembox {
  position: relative;
  padding: 1px;
  overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
}

.index_hotProduct .slick-HotProduct .itembox::after {
  border-radius: 10px;
  position: absolute;
  z-index: 19;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 175%;
  height: 175%;
  content: '';
  /* background: linear-gradient(135deg, #fff 10%, #121212 50%); */
  background-color: #fff;
  animation: rotate360 8s infinite linear reverse;
  transition: all 0.5s;
}

.index_hotProduct .slick-HotProduct .itembox:hover::after {
  background: rgba(0, 0, 0, 0);
}

.index_hotProduct .slick-HotProduct .item {
  padding:14px 7px;
  position: relative;
  z-index: 90;
}

.index_hotProduct .slick-HotProduct .item::before {
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: '';
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #171717; */
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s;
}

.index_hotProduct .slick-HotProduct .item .hotTag {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  perspective: 500;
  padding: 0 12px 10px;
}

.index_hotProduct .slick-HotProduct .item .hotTag span {
  color: #D70011;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 5px;
  transition: all 0.5s;
}

.index_hotProduct .slick-HotProduct .item .hotTag .icon {
  transition: all 0.5s;
}

.index_hotProduct .slick-HotProduct .item .hotTag .icon i {
  line-height: 1;
  font-size: 14px;
  color: #D70011;
  transition: all 0.5s;
}

.index_hotProduct .slick-HotProduct .item .productName {
  position: relative;
  z-index: 30;
  transition: all 0.5s;
  padding: 0 12px 6px;
}

@media (max-width: 991px) {
  .index_hotProduct .slick-HotProduct .item .productName {
    padding: 0 12px 10px;
  }
}

.index_hotProduct .slick-HotProduct .item .productName p {
  color: #D70011;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 991px) {
  .index_hotProduct .slick-HotProduct .item .productName p {
    font-size: 16px;
  }
}

.index_hotProduct .slick-HotProduct .item .pic {
  padding-bottom: 9px;
}

@media (max-width: 991px) {
  .index_hotProduct .slick-HotProduct .item .pic {
    padding-bottom: 15px;
  }
}

.index_hotProduct .slick-HotProduct .item .pic .img-box {
  padding-bottom: 77.19298246%;
}
.index_hotProduct .slick-HotProduct .item .pic .img-box img{
  transform: scale(1.1);
}
.index_hotProduct .slick-HotProduct .item .func {
  padding: 0 12px;
  position: relative;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index_hotProduct .slick-HotProduct .item .func .more a {
  display: flex;
  align-items: center;
}

.index_hotProduct .slick-HotProduct .item .func .more a span {
  margin-right: 10px;
  color: #D70011;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.index_hotProduct .slick-HotProduct .item .func .more a .icon {
  line-height: 1;
  display: block;
}

.index_hotProduct .slick-HotProduct .item .func .more a .icon i {
  color: #D70011;
  font-size: 16px;
  line-height: 1;
}

.index_hotProduct .slick-HotProduct .item .func .more a:hover .icon {
  animation: shakeX 15s infinite;
}

.index_hotProduct .slick-HotProduct .item .func .addcart .icon {
  display: block;
  cursor: pointer;
}

.index_hotProduct .slick-HotProduct .item .func .addcart .icon i {
  color: #D70011;
  font-size: 30px;
  line-height: 1;
}

.index_hotProduct .slick-HotProduct .item .func .addcart:hover .icon {
  animation: shakeY 15s infinite;
}

.index_hotProduct .slick-HotProduct .item:hover::before {
  /* background: #D70011; */
}

.index_hotProduct .slick-HotProduct .item:hover .hotTag span {
  color: #D70011;
}

.index_hotProduct .slick-HotProduct .item:hover .hotTag .icon {
  transform: rotateY(360deg);
}

.index_hotProduct .slick-HotProduct .item:hover .hotTag .icon i {
  color: #D70011;
}

.index_hotProduct .slick-HotProduct .item:hover .pic .img-box img {
  transform: scale(0.9);
}

.index_hotProduct .slick-HotProduct .slick-slide {
  padding: 0px 15px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .index_hotProduct .slick-HotProduct .slick-slide {
    padding: 0;
  }
}

.index_hotProduct .slick-HotProduct .slick-list {
  margin: 0 -15px;
}

@media (max-width: 991px) {
  .index_hotProduct .slick-HotProduct .slick-list {
    margin: 0;
  }
}

.index_about {
  padding-top: 123px;
  padding-bottom: 167px;
  background: url(../images/index_aboutbg.png) no-repeat;
  background-position: center -100px;
  background-size: cover;
}

@media (max-width: 1199px) {
  .index_about {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .index_about {
    padding: 45px 0;
  }
}

@media (max-width: 767px) {
  .index_about {
    padding: 40px 0;
  }
}

.index_about .box_title {
  padding-bottom: 24px;
}

@media (max-width: 767px) {
  .index_about .box_title {
    padding-bottom: 15px;
  }
}

.index_about .box_title p {
  text-align: center;
}

.index_about .subtit {
  padding-bottom: 84px;
}

@media (max-width: 991px) {
  .index_about .subtit {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .index_about .subtit {
    padding-bottom: 20px;
  }
}

.index_about .subtit p {
  color: #A5A5A5;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 24.5px */
}

@media (max-width: 767px) {
  .index_about .subtit p {
    line-height: 1.4;
  }
}

.index_about .video {
  padding-top: 20px;
  padding-bottom: 138px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .index_about .video {
    padding-bottom: 40px;
  }
}

.index_about .video .pic {
  width: 100%;
  position: relative;
}

.index_about .video .pic img {
  width: inherit;
  height: auto;
}

.index_about .video .pic .videobtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 31%;
  cursor: pointer;
}

@keyframes homePlay02 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  to {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

.index_about .video .pic .videobtn .icon {
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5.5729vw;
  height: 5.5729vw;
  border-radius: 50%;
  background-color: #DC0011;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #004e90;
}

.index_about .video .pic .videobtn .icon span {
  transform-origin: center;
  position: absolute;
  width: calc(100%);
  height: calc(100%);
  background-color: transparent;
  border-radius: 50%;
  background-color: #DC0011;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: content-box;
  animation: homePlay02 2.1s linear infinite both;
}

.index_about .video .pic .videobtn .icon span:nth-of-type(2) {
  width: 100%;
  height: 100%;
  animation: homePlay02 2.1s linear infinite;
  animation-delay: 0.7s;
}

.index_about .video .pic .videobtn .icon span:nth-of-type(3) {
  width: 100%;
  height: 100%;
  animation: homePlay02 2.1s linear infinite;
  animation-delay: 1.4s;
}

.index_about .video .pic .videobtn .icon i {
  position: relative;
  z-index: 30;
  transform: translateX(2px);
  font-size: 24px;
  color: #fff;
}

.index_about .numberList {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .index_about .numberList {
    flex-direction: column;
  }
}

.index_about .numberList ul {
  display: flex;
}

@media (max-width: 1199px) {
  .index_about .numberList ul {
    padding-bottom: 30px;
  }
}

.index_about .numberList ul li {
  padding-right: 9.2708vw;
}

.index_about .numberList ul li:last-child {
  padding-right: unset;
}

.index_about .numberList ul li .item {
  color: #FD0014;
  font-family: 'Bebas Neue Book';
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}

@media (max-width: 991px) {
  .index_about .numberList ul li .item {
    font-size: 16px;
  }
}

.index_about .numberList ul li .item span {
  color: #FD0014;
  font-family: 'Bebas Neue Book';
  font-size: 120px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}

@media (max-width: 991px) {
  .index_about .numberList ul li .item span {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .index_about .numberList ul li .item span {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .index_about .numberList .readmore {
    width: 100%;
  }
}

.index_about .numberList .readmore a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 278px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #FD0014;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .index_about .numberList .readmore a {
    width: 100%;
    height: 40px;
  }
}

.index_about .numberList .readmore a::before {
  position: absolute;
  z-index: 30;
  top: -50%;
  left: 50%;
  transform: translate(-110%, -50%) rotate(-45deg);
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 1s;
}

.index_about .numberList .readmore a span {
  margin-right: 108px;
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 767px) {
  .index_about .numberList .readmore a span {
    margin-right: 20px;
  }
}

.index_about .numberList .readmore a .icon {
  transition: all 0.5s;
  display: block;
  line-height: 1;
}

.index_about .numberList .readmore a .icon i {
  font-size: 24px;
  color: #fff;
  line-height: 1;
}

.index_about .numberList .readmore a:hover::before {
  transform: translate(10%, 100%) rotate(-45deg);
}

.index_about .numberList .readmore a:hover .icon {
  transform: translateX(5px);
}

.index_category {
  padding-top: 56px;
}

@media (max-width: 1199px) {
  .index_category {
    padding-top: 50px;
  }
}

@media (max-width: 991px) {
  .index_category {
    padding-top: 45px;
  }
}

@media (max-width: 767px) {
  .index_category {
    padding-top: 40px;
  }
}

.index_category .box_title {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .index_category .box_title {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .index_category .box_title {
    padding-bottom: 30px;
  }
}

.index_category .box_title p {
  text-align: center;
}

.index_category .CATEGORYList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media (max-width: 991px) {
  .index_category .CATEGORYList {
    margin: 0;
  }
}

.index_category .CATEGORYList li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .index_category .CATEGORYList li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px !important;
  }
}

.index_category .CATEGORYList li:nth-last-child(1),
.index_category .CATEGORYList li:nth-last-child(2) {
  margin-bottom: unset;
}

.index_category .CATEGORYList li .item {
  position: relative;
}

.index_category .CATEGORYList li .item .pic .img-box {
  padding-bottom: 51.76470588%;
}

.index_category .CATEGORYList li .item .mask {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  overflow: hidden;
}

@media (max-width: 991px) {
  .index_category .CATEGORYList li .item .mask a {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .index_category .CATEGORYList li .item .mask a {

    padding: 20px;
  }
}
.index_category .CATEGORYList li .item .mask a{
  padding: 48px 38px;
  display: block;
  width: 100%;
  height: 100%;
}
.index_category .CATEGORYList li .item .mask .categoryName {
  margin-bottom: 11px;
  transition: all 0.5s;
}

.index_category .CATEGORYList li .item .mask .categoryName P {
  color: #FFF;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 767px) {
  .index_category .CATEGORYList li .item .mask .categoryName P {
    font-size: 18px;
  }
}

.index_category .CATEGORYList li .item .mask .intro {
  margin-bottom: 29px;
  transform: translateX(-300px);
  transition-delay: 0.6s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .index_category .CATEGORYList li .item .mask .intro {
    margin-bottom: 20px;
  }
}

.index_category .CATEGORYList li .item .mask .intro p {
  color: #FFF;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index_category .CATEGORYList li .item .mask .more {
  transform: translateX(-300px);
  transition-delay: 0.9s;
  transition: all 0.5s;
}

.index_category .CATEGORYList li .item .mask .more  {
  display: flex;
  align-items: center;
}

.index_category .CATEGORYList li .item .mask .more  span {
  color: #FFF;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 14px;
}

.index_category .CATEGORYList li .item .mask .more  .icon {
  display: block;
  transition: all 0.5s;
}

.index_category .CATEGORYList li .item .mask .more  .icon i {
  color: #fff;
  font-size: 16px;
}

.index_category .CATEGORYList li .item .mask .more:hover .icon {
  transform: translateX(5px);
}

.index_category .CATEGORYList li .item .mask:hover .categoryName,
.index_category .CATEGORYList li .item .mask:hover .intro,
.index_category .CATEGORYList li .item .mask:hover .more {
  transform: translateX(0px);
}

.index_category .CATEGORYList li .item .mask:hover .intro {
  transition-delay: 0.2s;
}

.index_category .CATEGORYList li .item .mask:hover .more {
  transition-delay: 0.4s;
}

.index_category .CATEGORYList li .item:hover .pic .img-box img {
  transform: scale(1.1);
}

.index_advatage {
  padding-top: 140px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .index_advatage {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .index_advatage {
    padding: 45px 0;
  }
}

@media (max-width: 767px) {
  .index_advatage {
    padding: 40px 0;
  }
}

.index_advatage .container {
  position: relative;
  z-index: 90;
}

.index_advatage .box_title {
  padding-bottom: 13px;
}

.index_advatage .box_title p {
  text-align: center;
}

.index_advatage .subtit {
  padding-bottom: 104px;
}

@media (max-width: 991px) {
  .index_advatage .subtit {
    padding-bottom: 30px;
  }
}

.index_advatage .subtit p {
  color: #A5A5A5;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 24.5px */
}

.index_advatage .slick-indexadvantagebox {
  position: relative;
}

.index_advatage .slick-indexadvantagebox .slick-indexadvantage {
  margin-bottom: 119px;
  z-index: 30;
}

@media (max-width: 991px) {
  .index_advatage .slick-indexadvantagebox .slick-indexadvantage {
    margin-bottom: 30px;
  }
}

.index_advatage .slick-indexadvantagebox .slick-indexadvantage .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0.12) 50.5%, rgba(217, 217, 217, 0) 100%);
  padding: 65px 0 90px;
}

@media (max-width: 991px) {
  .index_advatage .slick-indexadvantagebox .slick-indexadvantage .item {
    padding: 40px 0 50px;
  }
}

.index_advatage .slick-indexadvantagebox .slick-indexadvantage .item .icon {
  display: block;
  margin-bottom: 23px;
}

.index_advatage .slick-indexadvantagebox .slick-indexadvantage .item .icon i {
  font-size: 44px;
  color: #fff;
}

.index_advatage .slick-indexadvantagebox .slick-indexadvantage .item .tit {
  margin-bottom: 15px;
  padding: 0 20px;
}

.index_advatage .slick-indexadvantagebox .slick-indexadvantage .item .tit p {
  color: #FD0014;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .index_advatage .slick-indexadvantagebox .slick-indexadvantage .item .tit p {
    font-size: 18px;
  }
}

.index_advatage .slick-indexadvantagebox .slick-indexadvantage .item .intro {
  padding: 0 30px;
}

.index_advatage .slick-indexadvantagebox .slick-indexadvantage .item .intro p {
  color: #FFF;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 24.5px */
  text-transform: capitalize;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index_advatage .slick-indexadvantagebox .slick-indexadvantage .item:hover .icon {
  animation: swing 3s infinite;
}

.index_advatage .slick-indexadvantagebox .slick-indexadvantage .slick-slide {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .index_advatage .slick-indexadvantagebox .slick-indexadvantage .slick-slide {
    padding: 0;
  }
}

.index_advatage .slick-indexadvantagebox .slick-indexadvantage .slick-list {
  margin: 0 -15px;
}

@media (max-width: 991px) {
  .index_advatage .slick-indexadvantagebox .slick-indexadvantage .slick-list {
    margin: 0;
  }
}

.index_advatage .more {
  display: flex;
  justify-content: center;
}

.index_advatage .more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #FD0014;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .index_advatage .more a {
    width: 100%;
    height: 40px;
  }
}

.index_advatage .more a::before {
  position: absolute;
  z-index: 30;
  top: -50%;
  left: 50%;
  transform: translate(-110%, -50%) rotate(-45deg);
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 1s;
}

.index_advatage .more a span {
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 20px;
}

.index_advatage .more a .icon {
  display: block;
  transition: all 0.5s;
}

.index_advatage .more a .icon i {
  color: #fff;
  font-size: 24px;
}

.index_advatage .more a:hover::before {
  transform: translate(10%, 100%) rotate(-45deg);
}

.index_advatage .more a:hover .icon {
  transform: translateX(5px);
}

.index_advatage .advantagebg {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.5;
}

@media (max-width: 767px) {
  .index_advatage .advantagebg {
    bottom: 20px;
    height: 80%;
  }
}

.slick-btn-box {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

@media (max-width: 1199px) {
  .slick-btn-box {
    display: none;
  }
}

.slick-btn-box>div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slick-btn-box>div .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #666666;
  transition: all 0.5s;
}

.slick-btn-box>div .icon i {
  font-size: 30px;
  color: #666;
  line-height: 1;
  transition: all 0.5s;
}

.slick-btn-box>div:hover .icon {
  border-color: #FD0014;
  background-color: #fff;
}

.slick-btn-box>div:hover i {
  color: #FD0014;
}

.slick-btn-box .slick-btn-prev {
  left: -6.0417vw;
}

@media (max-width: 1410px) {
  .slick-btn-box .slick-btn-prev {
    left: 0;
  }
}

.slick-btn-box .slick-btn-next {
  right: -6.0417vw;
}

@media (max-width: 1410px) {
  .slick-btn-box .slick-btn-next {
    right: 0;
    z-index: 40;
  }
}

.index_news {
  padding-top: 50px;
  padding-bottom: 117px;
}

@media (max-width: 1199px) {
  .index_news {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .index_news {
    padding: 45px 0;
  }
}

@media (max-width: 767px) {
  .index_news {
    padding: 40px 0;
  }
}

.index_news .box_title {
  padding-bottom: 13px;
}

.index_news .box_title p {
  text-align: center;
}

.index_news .subtit {
  padding-bottom: 104px;
}

@media (max-width: 991px) {
  .index_news .subtit {
    padding-bottom: 30px;
  }
}

.index_news .subtit p {
  color: #A5A5A5;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 24.5px */
}

.index_news .slick-indexNewsbox {
  position: relative;
}

.index_news .slick-indexNews {
  z-index: 30;
}

.index_news .slick-indexNews .item {
  position: relative;
}

.index_news .slick-indexNews .item .pic .img-box {
  padding-bottom: 57.97101449%;
}

.index_news .slick-indexNews .item .mask {
  padding: 0 64px 42px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 30;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .index_news .slick-indexNews .item .mask {
    padding: 0 20px 20px;
  }
}

.index_news .slick-indexNews .item .mask .newstitle {
  margin-bottom: 14px;
}

.index_news .slick-indexNews .item .mask .newstitle a {
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  transition: all 0.5s;
}

.index_news .slick-indexNews .item .mask .more a {
  display: flex;
  align-items: center;
}

.index_news .slick-indexNews .item .mask .more a span {
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 10px;
}

.index_news .slick-indexNews .item .mask .more a .icon {
  transition: all 0.5s;
}

.index_news .slick-indexNews .item .mask .more a .icon i {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.index_news .slick-indexNews .item .mask .more a:hover .icon {
  transform: translateX(5px);
}

.index_news .slick-indexNews .item .mask:hover .newstitle a {
  color: #DC0011;
}

.index_news .slick-indexNews .item:hover .pic .img-box img {
  transform: scale(1.1);
}

.index_news .slick-indexNews .slick-slide {
  padding: 0 15px;
}

.index_news .slick-indexNews .slick-list {
  margin: 0 -15px;
}

@media (max-width: 1199px) {
  .footer {
    padding-bottom: 60px;
  }
}

.footer .subscribe {
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  background: url(../images/footerSubscribe.jpg) no-repeat;
  background-size: cover;
  padding: 134px 137px;
  margin-bottom: 70px;
}

@media (max-width: 1199px) {
  .footer .subscribe {
    padding: 50px;
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .footer .subscribe {
    padding: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .footer .subscribe {
    padding: 20px;
    margin-bottom: 20px;
  }
}

.footer .subscribe .title {
  width: 50%;
}

@media (max-width: 1199px) {
  .footer .subscribe .title {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .footer .subscribe .title {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .footer .subscribe .title {
    margin-bottom: 10px;
  }
}

.footer .subscribe .title p {
  color: #FFF;
  font-family: Arial;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 72px */
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .footer .subscribe .title p {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .footer .subscribe .title p {
    font-size: 16px;
  }
}

.footer .subscribe .subscribe-r {
  width: 50%;
}

@media (max-width: 1199px) {
  .footer .subscribe .subscribe-r {
    width: 100%;
  }
}

.footer .subscribe .subscribe-r .formbox {
  margin-bottom: 21px;
}

@media (max-width: 767px) {
  .footer .subscribe .subscribe-r .formbox {
    margin-bottom: 15px;
  }
}

.footer .subscribe .subscribe-r .formbox form {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .footer .subscribe .subscribe-r .formbox form {
    height: 40px;
  }
}

.footer .subscribe .subscribe-r .formbox form input {
  width: 50%;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 32px;
  height: inherit;
  color: #CFD6E5;
}

.footer .subscribe .subscribe-r .formbox form input:focus::placeholder,
.footer .subscribe .subscribe-r .formbox form input:valid::placeholder {
  opacity: 0;
}

.footer .subscribe .subscribe-r .formbox form input::placeholder {
  color: #CFD6E5;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  transition: all 0.5s;
}

.footer .subscribe .subscribe-r .formbox form button {
  width: 121px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #FFF;
}

@media (max-width: 767px) {
  .footer .subscribe .subscribe-r .formbox form button {
    height: 40px;
  }
}

.footer .subscribe .subscribe-r .formbox form button .icon i {
  color: #DC0011;
  font-size: 26px;
}

.footer .subscribe .subscribe-r .formbox form button:hover .icon {
  animation: swing 3s infinite;
}

.footer .subscribe .subscribe-r .media ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer .subscribe .subscribe-r .media ul li {
  padding-left: 8px;
}

.footer .subscribe .subscribe-r .media ul li a .icon {
  width: 40px;
  height: 40px;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.5s;
}

.footer .subscribe .subscribe-r .media ul li a .icon i {
  color: #fff;
  font-size: 18px;
  transition: all 0.5s;
}

.footer .subscribe .subscribe-r .media ul li a:hover .icon {
  border: 1px solid #fff;
  background-color: #fff;
}

.footer .subscribe .subscribe-r .media ul li a:hover .icon i {
  color: #DC0011;
}

.footer footer {
  padding-bottom: 27px;
}

.footer footer .footer_l {
  display: flex;
  flex-wrap: wrap;
}

.footer footer .footer_l .logo {
  margin-bottom: 36px;
}

@media (max-width: 991px) {
  .footer footer .footer_l .logo {
    margin-bottom: 15px;
  }

  .footer footer .footer_l .logo img {
    width: 50%;
    height: auto;
  }
}

.footer footer .footer_l .contact {
  padding-bottom: 34px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .footer footer .footer_l .contact {
    justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footer footer .footer_l .contact {
    padding-bottom: 15px;
  }
}

.footer footer .footer_l .contact .tit {
  width: 100%;
  margin-bottom: 10px;
}

.footer footer .footer_l .contact .tit p {
  color: #FFF;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  /* 35px */
}

@media (max-width: 767px) {
  .footer footer .footer_l .contact .tit p {
    font-size: 18px;
  }
}

.footer footer .footer_l .contact .infoList {
  width: 50%;
}

@media (max-width: 767px) {
  .footer footer .footer_l .contact .infoList {
    width: 100%;
  }
}

.footer footer .footer_l .contact .infoList .infoitem {
  display: flex;
  margin-bottom: 13px;
}

@media (max-width: 767px) {
  .footer footer .footer_l .contact .infoList .infoitem {
    margin-bottom: 5px;
  }
}

.footer footer .footer_l .contact .infoList .infoitem .icon {
  margin-right: 11px;
  align-items: flex-start;
}

.footer footer .footer_l .contact .infoList .infoitem .icon i {
  color: #fff;
  font-size: 16px;
}

.footer footer .footer_l .contact .infoList .infoitem .icon .icon-dayin07 {
  font-size: 20px;
}

.footer footer .footer_l .contact .infoList .infoitem .icon .icon-youjian {
  font-size: 20px;
}

.footer footer .footer_l .contact .infoList .infoitem a {
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
}

@media (max-width: 767px) {
  .footer footer .footer_l .contact .infoList .infoitem a {
    font-size: 15px;
  }
}

.footer footer .footer_l .product {
  width: 50%;
}

@media (max-width: 767px) {
  .footer footer .footer_l .product {
    width: 100%;
    margin-bottom: 20px;
  }
}

.footer footer .footer_l .product .tit {
  width: 100%;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .footer footer .footer_l .product .tit {
    margin-bottom: 10px;
  }
}

.footer footer .footer_l .product .tit p {
  color: #FFF;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  /* 35px */
}

@media (max-width: 767px) {
  .footer footer .footer_l .product .tit p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .footer footer .footer_l .product ul {
    display: flex;
    flex-wrap: wrap;
  }
}

.footer footer .footer_l .product ul li {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .footer footer .footer_l .product ul li {
    margin-bottom: 5px;
    padding-right: 10px;
  }
}

.footer footer .footer_l .product ul li:last-child {
  margin-bottom: unset;
}

.footer footer .footer_l .product ul li a {
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
}

.footer footer .footer_l .Qrcode {
  width: 50%;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .footer footer .footer_l .Qrcode {
    width: 100%;
    padding-right: unset;
  }
}

.footer footer .footer_l .Qrcode ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .footer footer .footer_l .Qrcode ul {
    margin: 0;
  }
}

.footer footer .footer_l .Qrcode ul li {
  width: 45%;
  padding: 0 24px;
}

.footer footer .footer_l .Qrcode ul li .item .pic {
  margin-bottom: 6px;
}

.footer footer .footer_l .Qrcode ul li .item .tag p {
  text-align: center;
  color: #FFF;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 24.5px */
}

.footer footer .inquiryform .tit {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .footer footer .inquiryform .tit {
    margin-bottom: 10px;
  }
}

.footer footer .inquiryform .tit p {
  color: #FFF;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
}

@media (max-width: 767px) {
  .footer footer .inquiryform .tit p {
    font-size: 18px;
  }
}

.footer footer .inquiryform form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer footer .inquiryform form .inputGroup {
  width: 49%;
  height: 60px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

@media (max-width: 767px) {
  .footer footer .inquiryform form .inputGroup {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
  }
}

.footer footer .inquiryform form .inputGroup textarea,
.footer footer .inquiryform form .inputGroup input {
  width: 100%;
  height: inherit;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 25px;
  color: #fff;
}

.footer footer .inquiryform form .inputGroup textarea:valid~label,
.footer footer .inquiryform form .inputGroup input:valid~label,
.footer footer .inquiryform form .inputGroup textarea:focus~label,
.footer footer .inquiryform form .inputGroup input:focus~label {
  top: 0;
  transform: translateY(-50%) scale(0.9);
  background-color: #282828;
  padding: 0 4px;
}

.footer footer .inquiryform form .inputGroup label {
  transition: all 0.5s;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  color: #999;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}

@media (max-width: 767px) {
  .footer footer .inquiryform form .inputGroup label {
    font-size: 15px;
  }
}

.footer footer .inquiryform form .Message {
  width: 100%;
  height: 218px;
}

@media (max-width: 767px) {
  .footer footer .inquiryform form .Message {
    height: 150px;
  }
}

.footer footer .inquiryform form .Message textarea {
  padding: 25px;
}

.footer footer .inquiryform form .Message label {
  top: 30px;
}

.footer footer .inquiryform form button {
  width: 100%;
  height: 50px;
  background: #FD0014;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .footer footer .inquiryform form button {
    height: 40px;
  }
}

.footer footer .inquiryform form button .icon {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: all 0.5s;
}

.footer footer .inquiryform form button .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.footer footer .inquiryform form button span {
  color: #FFF;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  line-height: 1;
  transition: all 0.5s;
}

.footer footer .inquiryform form button:hover span {
  opacity: 0;
}

.footer footer .inquiryform form button:hover .icon {
  top: 50%;
  transform: translate(-50%, -50%);
}

.footer .copyRight {
  padding: 18px 0;
}

.footer .copyRight p {
  text-align: center;
  color: #999;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 24.5px */
}

.footer .copyRight p a {
  color: #999;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  padding: 0 5px;
  /* 24.5px */
}

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

.insidePageBanner {
  position: relative;
}

@media (max-width: 450px) {
  .insidePageBanner {
    height: 200px;
  }
}

.insidePageBanner .pic {
  width: 100%;
}

@media (max-width: 450px) {
  .insidePageBanner .pic {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
}

.insidePageBanner .pic img {
  width: 100%;
}

@media (max-width: 450px) {
  .insidePageBanner .pic img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
}

.insidePageBanner .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.insidePageBanner .mask .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.insidePageBanner .mask .company {
  margin-bottom: 37px;
}

@media (max-width: 991px) {
  .insidePageBanner .mask .company {
    width: 50%;
    margin-bottom: 10px;
  }
}

.insidePageBanner .mask .company img {
  max-width: 100%;
}

.insidePageBanner .mask .pagetit p {
  color: #FD0014;
  font-family: Arial;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 991px) {
  .insidePageBanner .mask .pagetit p {
    font-size: 24px;
  }
}

.crumb {
  padding: 17px 0;
}

.crumb ul {
  display: flex;
  align-items: center;
}

.crumb ul .icon {
  margin-right: 8px;
}

.crumb ul .icon i {
  font-size: 20px;
  color: #fff;
}

.crumb ul span {
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.crumb ul li a {
  color: #FFF;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

.aboutNav {
  padding-top: 18px;
}

@media (max-width: 767px) {
  .aboutNav {
    padding-top: unset;
  }
}

.aboutNav ul {
  display: flex;
}

@media (max-width: 991px) {
  .aboutNav ul {
    flex-wrap: wrap;
  }
}

.aboutNav ul li {
  padding-right: 20px;
}

@media (max-width: 991px) {
  .aboutNav ul li {
    padding-right: 10px;
    width: max-content;
  }
}

.aboutNav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
  padding: 22px 48px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 767px) {
  .aboutNav ul li a {
    padding: 15px 20px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.aboutNav ul li a:hover {
  color: #FD0014;
}

.aboutNav ul li .active {
  color: #FD0014;
}

.about_companyProfile {
  padding-top: 91px;
}

@media (max-width: 1199px) {
  .about_companyProfile {
    padding-top: 50px;
  }
}

@media (max-width: 991px) {
  .about_companyProfile {
    padding-top: 45px;
  }
}

@media (max-width: 767px) {
  .about_companyProfile {
    padding-top: 10px;
  }
}

.about_companyProfile .box_title {
  padding-bottom: 70px;
}

@media (max-width: 1199px) {
  .about_companyProfile .box_title {
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .about_companyProfile .box_title {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .about_companyProfile .box_title {
    padding-bottom: 20px;
  }
}

.about_companyProfile .videobox {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 56px;
}

@media (max-width: 991px) {
  .about_companyProfile .videobox {
    margin-bottom: 20px;
  }
}

.about_companyProfile .videobox .bg {
  width: 100%;
}

.about_companyProfile .videobox .bg img {
  width: 100%;
  height: auto;
}

.about_companyProfile .videobox .mask {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 74.96453901%;
  height: 100%;
}

@media (max-width: 991px) {
  .about_companyProfile .videobox .mask {
    width: 90%;
  }
}

.about_companyProfile .videobox .mask .pic {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_companyProfile .videobox .mask .pic img {
  width: inherit;
  height: auto;
}

.about_companyProfile .videobox .mask .pic .videobtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 31%;
  cursor: pointer;
}

@keyframes homePlay02 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  to {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

.about_companyProfile .videobox .mask .pic .videobtn .icon {
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.9583vw;
  height: 3.9583vw;
  border-radius: 50%;
  background-color: #DC0011;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #004e90;
}

@media (max-width: 991px) {
  .about_companyProfile .videobox .mask .pic .videobtn .icon {
    width: 40px;
    height: 40px;
  }
}

.about_companyProfile .videobox .mask .pic .videobtn .icon span {
  transform-origin: center;
  position: absolute;
  width: calc(100%);
  height: calc(100%);
  background-color: transparent;
  border-radius: 50%;
  background-color: #DC0011;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: content-box;
  animation: homePlay02 2.1s linear infinite both;
}

.about_companyProfile .videobox .mask .pic .videobtn .icon span:nth-of-type(2) {
  width: 100%;
  height: 100%;
  animation: homePlay02 2.1s linear infinite;
  animation-delay: 0.7s;
}

.about_companyProfile .videobox .mask .pic .videobtn .icon span:nth-of-type(3) {
  width: 100%;
  height: 100%;
  animation: homePlay02 2.1s linear infinite;
  animation-delay: 1.4s;
}

.about_companyProfile .videobox .mask .pic .videobtn .icon i {
  position: relative;
  z-index: 30;
  transform: translateX(2px);
  font-size: 24px;
  color: #fff;
}

.about_companyProfile .intro p {
  color: #A5A5A5;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
}

@media (max-width: 991px) {
  .about_companyProfile .intro p {
    font-size: 15px;
    line-height: 1.4;
  }
}

.about_companyProfile .numberList {
  padding: 74px 0;
}

@media (max-width: 991px) {
  .about_companyProfile .numberList {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .about_companyProfile .numberList {
    padding: 30px 0;
  }
}

.about_companyProfile .numberList ul {
  display: flex;
}

@media (max-width: 991px) {
  .about_companyProfile .numberList ul {
    justify-content: space-between;
  }
}

.about_companyProfile .numberList ul li {
  position: relative;
  padding: 0 7.2917vw;
}

@media (max-width: 991px) {
  .about_companyProfile .numberList ul li {
    width: 30%;
    padding: 0 !important;
  }
}

.about_companyProfile .numberList ul li::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: '';
  width: 1px;
  height: 84px;
  background: rgba(255, 255, 255, 0.2);
}

.about_companyProfile .numberList ul li:first-child {
  padding: 0 117px 0 0;
}

.about_companyProfile .numberList ul li:last-child {
  padding: 0 0 0 117px;
}

.about_companyProfile .numberList ul li:last-child::before {
  content: unset;
}

.about_companyProfile .numberList ul li .item {
  color: #FD0014;
  font-family: 'Bebas Neue Book';
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}

@media (max-width: 767px) {
  .about_companyProfile .numberList ul li .item {
    font-size: 18px;
  }
}

.about_companyProfile .numberList ul li .item span {
  color: #FD0014;
  font-family: 'Bebas Neue Book';
  font-size: 120px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}

@media (max-width: 991px) {
  .about_companyProfile .numberList ul li .item span {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .about_companyProfile .numberList ul li .item span {
    font-size: 32px;
  }
}

.about_advantage {
  padding-top: 96px;
}

@media (max-width: 1199px) {
  .about_advantage {
    padding-top: 50px;
  }
}

@media (max-width: 991px) {
  .about_advantage {
    padding-top: 45px;
  }
}

@media (max-width: 767px) {
  .about_advantage {
    padding-top: 40px;
  }
}

.about_advantage .box_title {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .about_advantage .box_title {
    padding-bottom: 10px;
  }
}

.about_advantage .box_title p {
  text-align: center;
  text-transform: uppercase;
}

.about_advantage .subtit {
  padding-bottom: 62px;
}

@media (max-width: 991px) {
  .about_advantage .subtit {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .about_advantage .subtit {
    padding-bottom: 20px;
  }
}

.about_advantage .subtit p {
  color: #A5A5A5;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 24.5px */
}

.about_advantage .slick-indexadvantagebox .slick-indexadvantage .item {
  padding-bottom: 37px;
}

.about_advantage .slick-indexadvantagebox .slick-indexadvantage .item .intro p {
  -webkit-line-clamp: initial;
  line-clamp: initial;
}

.about_Factory {
  padding-top: 90px;
  padding-bottom: 110px;
}

@media (max-width: 1199px) {
  .about_Factory {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .about_Factory {
    padding: 45px 0;
  }
}

@media (max-width: 767px) {
  .about_Factory {
    padding: 30px 0 40px;
  }
}

.about_Factory .item {
  margin-bottom: 30px;
  transition: all 0.5s;
}

.about_Factory .item .pic {
  margin-bottom: 18px;
  position: relative;
}

.about_Factory .item .pic .img-box {
  border-radius: 10px;
  padding-bottom: 80%;
}

.about_Factory .item .pic .mask {
  z-index: 30;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.about_Factory .item .pic .mask .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #DC0011;
  transition: all 0.5s;
}

.about_Factory .item .pic .mask .icon i {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.about_Factory .item .pic .mask .icon:hover {
  transform: scale(1.1);
}

.about_Factory .item .factoryName {
  width: 100%;
  padding: 10px 0;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.about_Factory .item .factoryName p {
  color: #FFF;
  text-align: center;
  /* H4 */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.about_Factory .item .factoryName .icon {
  height: 17px;
  width: 0;
  margin-left: 0;
  transition: all 0.5s;
  overflow: hidden;
}

.about_Factory .item .factoryName .icon i {
  color: #fff;
  font-size: 17px;
  line-height: 1;
}

.about_Factory .item:hover {
  padding: 10px;
  background: #CD0010;
  border-radius: 8px;
}

.about_Factory .item:hover .pic .img-box img {
  transform: scale(1.1);
}

.about_Factory .item:hover .factoryName {
  border-color: #CD0010;
}

.about_Factory .item:hover .factoryName .icon {
  width: 17px;
  margin-left: 9px;
}

.about_Factory .sorter {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .about_Factory .sorter {
    padding-top: unset;
  }
}

.sorter ul {
  display: flex;
  justify-content: center;
}

.sorter ul li {
  padding: 0 10px;
}

.sorter ul li:first-child {
  padding: 0 20px 0 0;
}

.sorter ul li:last-child {
  padding: 0 0 0 20px;
}

@media (max-width: 767px) {
  .sorter ul li {
    padding: 0 5px !important;
  }
}

.sorter ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.5s;
}

.sorter ul li a span {
  color: #FFF;
  text-align: center;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 100% */
  text-transform: uppercase;
}

.sorter ul li a .icon i {
  color: #fff;
  line-height: 1;
}

.sorter ul li a:hover {
  background-color: #D70011;
}

.sorter ul li .active {
  background-color: #D70011;
}

.sorter ul li .active span {
  color: #fff;
}

.sorter ul li .active .icon i {
  color: #fff;
}

.Category_list .CategoryHeader .pic {
  line-height: 1;
  font-size: 0;
}

.Category_list>ul>li {
  margin-bottom: 14px;
  line-height: 0.9;
}

.Category_list>ul>li>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px 18px 35px;
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.0);
  border: 1px solid #D70011;
  transition: all 0.5s;
}

.Category_list>ul>li>a span {
  color: #FFF;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.Category_list>ul>li>a .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.Category_list>ul>li>ul {
  padding: 28px 35px;
  display: none;
  background: linear-gradient(-45deg, rgba(215, 0, 17, 0.5) 14.55px, rgba(216, 236, 255, 0.05) 0) bottom right;
  border: 1px solid rgba(215, 0, 17, .5);
  background-repeat: no-repeat;
  clip-path: polygon(0 0, 100% 0, 100% 0px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0px 100%, 0 calc(100% - 0px), 0 0px);
}

.Category_list>ul>li>ul>li {
  margin-bottom: 20px;
}

.Category_list>ul>li>ul>li:last-child {
  margin-bottom: unset;
}

.Category_list>ul>li>ul>li>a {
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s;
}

.Category_list>ul>li>ul>li>a:hover {
  color: #D70011;
  text-decoration: underline;
}

.Category_list>ul>li:hover>a {
  background-color: #D70011;
}

.Category_list>ul .active>a {
  background-color: #D70011;
}

.box_productCenter {
  padding-top: 51px;
  padding-bottom: 81px;
}

@media (max-width: 1199px) {
  .box_productCenter {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .box_productCenter {
    padding: 45px 0;
  }
}

@media (max-width: 767px) {
  .box_productCenter {
    padding: 10px 0 40px;
  }
}

.box_productCenter .product_List .itembox {
  position: relative;
  padding: 1px;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 30px;
}

.box_productCenter .product_List .itembox::after {
  border-radius: 10px;
  position: absolute;
  z-index: 19;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 175%;
  height: 175%;
  content: '';
  /* background: linear-gradient(135deg, #fff 10%, #000000 50%); */
  animation: rotate360 8s infinite linear reverse;
  transition: all 0.5s;
}

.box_productCenter .product_List .itembox:hover::after {
  /* background: #D70011; */
}

.box_productCenter .product_List .item {
  padding: 25px 13px;
  position: relative;
  z-index: 90;
  overflow: hidden;
}

@media (max-width: 991px) {
  .box_productCenter .product_List .item {
    padding: 10px;
  }
}

.box_productCenter .product_List .item::before {
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: '';
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #171717; */
  background-color: #fff;
  transition: all 0.5s;
}

.box_productCenter .product_List .item .hotTag {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  perspective: 500;
  padding: 0 12px 10px;
}

.box_productCenter .product_List .item .hotTag span {
  color: #D70011;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 5px;
  transition: all 0.5s;
}

.box_productCenter .product_List .item .hotTag .icon {
  transition: all 0.5s;
}

.box_productCenter .product_List .item .hotTag .icon i {
  line-height: 1;
  font-size: 14px;
  color: #D70011;
  transition: all 0.5s;
}

.box_productCenter .product_List .item .productName {
  position: relative;
  z-index: 30;
  transition: all 0.5s;
  padding: 0 12px 39px;
}

@media (max-width: 991px) {
  .box_productCenter .product_List .item .productName {
    padding: 0 12px 20px;
  }
}

.box_productCenter .product_List .item .productName p {
  color: #D70011;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 991px) {
  .box_productCenter .product_List .item .productName p {
    font-size: 16px;
  }
}

.box_productCenter .product_List .item .pic {
  padding-bottom: 32px;
}

.box_productCenter .product_List .item .pic .img-box {
  padding-bottom: 77.19298246%;
  transform: scale(1.1);
}

.box_productCenter .product_List .item .func {
  padding: 0 12px;
  position: relative;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box_productCenter .product_List .item .func .more a {
  display: flex;
  align-items: center;
}

.box_productCenter .product_List .item .func .more a span {
  margin-right: 10px;
  color: #D70011;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.box_productCenter .product_List .item .func .more a .icon {
  line-height: 1;
  display: block;
}

.box_productCenter .product_List .item .func .more a .icon i {
  color: #D70011;
  font-size: 16px;
  line-height: 1;
}

.box_productCenter .product_List .item .func .more a:hover .icon {
  animation: shakeX 15s infinite;
}

.box_productCenter .product_List .item .func .addcart .icon {
  display: block;
  cursor: pointer;
}

.box_productCenter .product_List .item .func .addcart .icon i {
  color: #D70011;
  font-size: 30px;
  line-height: 1;
}

.box_productCenter .product_List .item .func .addcart:hover .icon {
  animation: shakeY 15s infinite;
}

.box_productCenter .product_List .item:hover::before {
  /* background: #D70011; */
}

.box_productCenter .product_List .item:hover .hotTag span {
  /* color: #fff; */
}

.box_productCenter .product_List .item:hover .hotTag .icon {
  transform: rotateY(360deg);
}

.box_productCenter .product_List .item:hover .hotTag .icon i {
  /* color: #fff; */
}

.box_productCenter .product_List .item:hover .pic .img-box img {
  transform: scale(0.9);
}

.box_productCenter .sorter {
  padding-top: 22px;
}

.box_productDetail {
  padding-bottom: 195px;
}

@media (max-width: 1199px) {
  .box_productDetail {
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .box_productDetail {
    padding-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .box_productDetail {
    padding-bottom: 40px;
  }
}

.box_productDetail .carousel-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .box_productDetail .carousel-wrap {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .box_productDetail .carousel-wrap {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
}

.box_productDetail .carousel-wrap .carousel-box {
  width: 54.28571429%;
}

@media (max-width: 991px) {
  .box_productDetail .carousel-wrap .carousel-box {
    width: 100%;
    padding-bottom: 15px;
  }
}

.box_productDetail .carousel-wrap .info-wrap {
  width: 42.85714286%;
}

@media (max-width: 991px) {
  .box_productDetail .carousel-wrap .info-wrap {
    width: 100%;
  }
}

.box_productDetail .pro-details-topslick {
  font-size: 0;
  margin-bottom: 18px;
}

.box_productDetail .pro-details-topslick .carousel {
  position: relative;
  padding: 1px;
  border-radius: 10px;
  overflow: hidden;
}

.box_productDetail .pro-details-topslick .carousel::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 100%;
  height: 200%;
  background: linear-gradient(135deg, #fff 10%, #000000 50%);
}

.box_productDetail .pro-details-topslick .slider-for {
  background-color: #232323;
}

.box_productDetail .pro-details-topslick .img-box {
  z-index: 50;
  padding-bottom: 77.19298246%;
  border-radius: 10px;
  overflow: hidden;
}

.box_productDetail .pro-details-topslick .img-box img {
  border-radius: 10px;
}

.box_productDetail .pro-details-thumbslick {
  font-size: 0;
  position: relative;
  padding: 1px;
  border-radius: 10px;
  overflow: hidden;
}

.box_productDetail .pro-details-thumbslick::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 100%;
  height: 200%;
  background: linear-gradient(165deg, #fff 10%, #000000 50%);
}

.box_productDetail .pro-details-thumbslick .carousel {
  border-radius: 10px;
  overflow: hidden;
  padding: 11px 36px;
  background-color: #171717;
}

.box_productDetail .pro-details-thumbslick .carousel .item {
  box-sizing: content-box;
  padding: 1px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  font-size: 0;
  line-height: 1;
}

.box_productDetail .pro-details-thumbslick .carousel .item::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100%);
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #fff 10%, #171717 50%);
  transition: all 0.5s;
}

.box_productDetail .pro-details-thumbslick .carousel .item .img-box {
  border-radius: 10px;
  overflow: hidden;
  background-color: #171717;
}

.box_productDetail .pro-details-thumbslick .carousel .item .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box_productDetail .pro-details-thumbslick .carousel .item .mask .icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}

.box_productDetail .pro-details-thumbslick .carousel .item .mask .icon i {
  color: #fff;
  font-size: 16px;
}

.box_productDetail .pro-details-thumbslick .carousel .slide-list {
  margin: 0 -10px;
}

.box_productDetail .pro-details-thumbslick .carousel .slick-slide {
  padding: 0 15px;
}

.box_productDetail .pro-details-thumbslick .carousel .slick-current .item::before {
  transform: translate(-50%, -50%);
}

.box_productDetail .info-wrap {
  /* padding-bottom: 130px; */
}

@media (max-width: 1199px) {
  .box_productDetail .info-wrap {
    /* padding-bottom: 30px; */
  }
}

@media (max-width: 991px) {
  .box_productDetail .info-wrap {
    /* padding-bottom: 30px; */
  }
}

@media (max-width: 767px) {
  .box_productDetail .info-wrap {
    padding-bottom: 25px;
  }
}

.box_productDetail .info-wrap .productNamebox .productName {
  padding: 19px 33px;
  width: 330px;
  background-color: #D70011;
  margin-bottom: 29px;
}

@media (max-width: 991px) {
  .box_productDetail .info-wrap .productNamebox .productName {
    padding: 15px 20px;
  }
}

.box_productDetail .info-wrap .productNamebox .productName p {
  color: #FFF;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .box_productDetail .info-wrap .productNamebox .productName p {
    font-size: 18px;
  }
}

.box_productDetail .info-wrap .intro {
  width: 92%;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .box_productDetail .info-wrap .intro {
    margin-bottom: 20px;
    word-wrap: 100%;
  }
}

.box_productDetail .info-wrap .intro p {
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
}

@media (max-width: 991px) {
  .box_productDetail .info-wrap .intro p {
    font-size: 15px;
  }
}

.box_productDetail .info-wrap .tip {
  margin-bottom: 54px;
}

@media (max-width: 991px) {
  .box_productDetail .info-wrap .tip {
    margin-bottom: 30px;
  }
}

.box_productDetail .info-wrap .tip p {
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.box_productDetail .info-wrap .func {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .box_productDetail .info-wrap .func {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}

.box_productDetail .info-wrap .func .total {
  display: flex;
  align-items: center;
}

.box_productDetail .info-wrap .func .total>div {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #CD0000;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}

.box_productDetail .info-wrap .func .total>div span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 2px;
  background-color: #fff;
}

.box_productDetail .info-wrap .func .total>div span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}

.box_productDetail .info-wrap .func .total>div:hover {
  background-color: #CD0000;
}

.box_productDetail .info-wrap .func .total input {
  width: 50px;
  height: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 14px;
}

.box_productDetail .info-wrap .func .total input::-webkit-inner-spin-button {
  display: none;
}

.box_productDetail .info-wrap .func .sharebox {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .box_productDetail .info-wrap .func .sharebox {
    margin-bottom: 15px;
  }
}

.box_productDetail .info-wrap .func .sharebox p {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-right: 12px;
}

.box_productDetail .info-wrap .btnGroup {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .box_productDetail .info-wrap .btnGroup {
    flex-wrap: wrap;
  }
}

.box_productDetail .info-wrap .btnGroup>div {
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 78px;
  background: #CD0000;
  border: 1px solid #CD0000;
  width: 183px;
  height: 46px;
  flex-shrink: 0;
  transition: all 0.5s;
  cursor: pointer;
}

@media (max-width: 450px) {
  .box_productDetail .info-wrap .btnGroup>div {
    margin-bottom: 10px;
    width: 100%;
  }
}

.box_productDetail .info-wrap .btnGroup>div .icon {
  margin-right: 13px;
}

.box_productDetail .info-wrap .btnGroup>div .icon i {
  color: #fff;
  font-size: 24px;
  transition: all 0.5s;
}

.box_productDetail .info-wrap .btnGroup>div span {
  color: #FFF;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
}

.box_productDetail .info-wrap .btnGroup>div:hover {
  background-color: rgba(0, 0, 0, 0);
}

.box_productDetail .info-wrap .btnGroup>div:hover .icon {
  animation: swing 1s infinite;
}

.box_productDetail .info-wrap .btnGroup>div:hover .icon i {
  color: #CD0000;
}

.box_productDetail .info-wrap .btnGroup>div:hover span {
  color: #CD0000;
}

.box_productDetail .pro_detail_box_title {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .box_productDetail .pro_detail_box_title {
    margin-bottom: 20px !important;
  }
}

.box_productDetail .pro_detail_box_title span {
  display: block;
  width: 3px;
  height: 22px;
  flex-shrink: 0;
  background: #FD0014;
  margin-right: 21px;
}

.box_productDetail .pro_detail_box_title p {
  color: #FD0014;
  font-family: Arial;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .box_productDetail .pro_detail_box_title p {
    font-size: 24px;
  }
}

.box_productDetail .application,
.box_productDetail .feautures {
  padding-bottom: 40px;
}

@media (max-width: 991px) {

  .box_productDetail .application,
  .box_productDetail .feautures {
    padding-bottom: 30px;
  }
}

.box_productDetail .application .pro_detail_box_title,
.box_productDetail .feautures .pro_detail_box_title {
  margin-bottom: 27px;
}

.box_productDetail .application .main p,
.box_productDetail .feautures .main p {
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
}

.box_productDetail .parameters {
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .box_productDetail .parameters {
    padding-bottom: 30px;
  }
}

.box_productDetail .parameters .pro_detail_box_title {
  margin-bottom: 37px;
}

.box_productDetail .parameters .main {
  overflow-x: scroll;
}

.box_productDetail .parameters .main::-webkit-scrollbar {
  display: none;
}

.box_productDetail .parameters .main table {
  width: 100% !important;
}

.box_productDetail .parameters .main table tr:nth-child(1) td,
.box_productDetail .parameters .main table tr:nth-child(1) th {
  padding: 20px 10px;
  background-color: #902023;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.box_productDetail .parameters .main table tr:nth-child(2) td,
.box_productDetail .parameters .main table tr:nth-child(2) th{
  background-color: #902023;
}
.box_productDetail .parameters .main table tr td,
.box_productDetail .parameters .main table tr th {
  padding: 10px;
  background-color: #666;
  color: #fff;
  text-align: center;
  border: 1px solid #222;
  font-size: 16px;
}

.box_productDetail .onlineMessage {
  padding-bottom:40px;
}

@media (max-width: 991px) {
  .box_productDetail .onlineMessage {
    padding-bottom: 30px;
  }
}

.box_productDetail .onlineMessage .pro_detail_box_title {
  margin-bottom: 56px;
}

.box_productDetail .onlineMessage .main .formbox form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box_productDetail .onlineMessage .main .formbox form .productName {
  width: 100%;
  margin-bottom: 33px;
}

@media (max-width: 767px) {
  .box_productDetail .onlineMessage .main .formbox form .productName {
    margin-bottom: 15px;
  }
}

.box_productDetail .onlineMessage .main .formbox form .productName input {
  border: 2px solid #FD0014;
  width: 100%;
  height: 50px;
  color: #FD0014;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  background-color: rgba(0, 0, 0, 0);
  padding-left: 24px;
}

@media (max-width: 767px) {
  .box_productDetail .onlineMessage .main .formbox form .productName input {
    height: 40px;
  }
}

.box_productDetail .onlineMessage .main .formbox form .inputGroup {
  width: 49%;
  height: 60px;
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .box_productDetail .onlineMessage .main .formbox form .inputGroup {
    height: 50px;
    width: 100%;
    margin-bottom: 15px;
  }
}

.box_productDetail .onlineMessage .main .formbox form .inputGroup textarea,
.box_productDetail .onlineMessage .main .formbox form .inputGroup input {
  width: 100%;
  height: inherit;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 24px;
  color: #fff;
}

.box_productDetail .onlineMessage .main .formbox form .inputGroup textarea:focus~label,
.box_productDetail .onlineMessage .main .formbox form .inputGroup input:focus~label,
.box_productDetail .onlineMessage .main .formbox form .inputGroup textarea:valid~label,
.box_productDetail .onlineMessage .main .formbox form .inputGroup input:valid~label {
  top: 0;
  transform: translateY(-50%) scale(0.9);
  background-color: #202020;
  padding: 0 5px;
}

.box_productDetail .onlineMessage .main .formbox form .inputGroup label {
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 767px) {
  .box_productDetail .onlineMessage .main .formbox form .inputGroup label {
    font-size: 15px;
  }
}

.box_productDetail .onlineMessage .main .formbox form .tip {
  width: 100%;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
}

.box_productDetail .onlineMessage .main .formbox form .tip .icon {
  margin-right: 10px;
}

.box_productDetail .onlineMessage .main .formbox form .tip .icon i {
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.box_productDetail .onlineMessage .main .formbox form .tip span {
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.box_productDetail .onlineMessage .main .formbox form .nearstation {
  width: 100%;
}

.box_productDetail .onlineMessage .main .formbox form .textareabox {
  width: 100%;
  height: 244px;
}

@media (max-width: 767px) {
  .box_productDetail .onlineMessage .main .formbox form .textareabox {
    height: 150px;
  }
}

.box_productDetail .onlineMessage .main .formbox form .textareabox textarea {
  padding: 25px;
}

.box_productDetail .onlineMessage .main .formbox form .textareabox label {
  top: 35px;
}

.box_productDetail .onlineMessage .main .formbox form button {
  width: 186px;
  height: 56px;
  flex-shrink: 0;
  background: #FD0014;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .box_productDetail .onlineMessage .main .formbox form button {
    width: 100%;
    height: 50px;
  }
}

.box_productDetail .onlineMessage .main .formbox form button span {
  color: #FFF;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 36px */
  text-transform: capitalize;
}

.box_productDetail .onlineMessage .main .formbox form button .icon {
  height: 30px;
  flex-shrink: 0;
  overflow: hidden;
  transition: all 0.5s;
  width: 0;
  margin-left: 0;
}

.box_productDetail .onlineMessage .main .formbox form button .icon i {
  color: #fff;
  font-size: 30px;
}

.box_productDetail .onlineMessage .main .formbox form button:hover .icon {
  width: 30px;
  margin-left: 24px;
}

.box_productDetail .RelatedProducts .pro_detail_box_title {
  margin-bottom: 48px;
}

.box_productDetail .RelatedProducts .slick-RelatedProducts .itembox {
  position: relative;
  padding: 1px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 1.9271vw;
}

.box_productDetail .RelatedProducts .slick-RelatedProducts .itembox::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 100%;
  height: 200%;
  background: linear-gradient(165deg, #d7d7d7 10%, #171717 60%);
}

.box_productDetail .RelatedProducts .slick-RelatedProducts .itembox .item {
  background-color: #171717;
  position: relative;
  z-index: 30;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
}

.box_productDetail .RelatedProducts .slick-RelatedProducts .itembox .item .productinfo {
  width: 78.0952381%;
}

@media (max-width: 767px) {
  .box_productDetail .RelatedProducts .slick-RelatedProducts .itembox .item .productinfo {
    width: 60%;
  }
}

.box_productDetail .RelatedProducts .slick-RelatedProducts .itembox .item .productinfo .productName {
  padding: 30px 48px 24px 48px;
  position: relative;
}

@media (max-width: 991px) {
  .box_productDetail .RelatedProducts .slick-RelatedProducts .itembox .item .productinfo .productName {
    padding: 20px;
  }
}

.box_productDetail .RelatedProducts .slick-RelatedProducts .itembox .item .productinfo .productName::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.box_productDetail .RelatedProducts .slick-RelatedProducts .itembox .item .productinfo .productName a {
  color: #FFF;
  font-family: Arial;
  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: 991px) {
  .box_productDetail .RelatedProducts .slick-RelatedProducts .itembox .item .productinfo .productName a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .box_productDetail .RelatedProducts .slick-RelatedProducts .itembox .item .productinfo .productName a {
    font-size: 16px;
  }
}

.box_productDetail .RelatedProducts .slick-RelatedProducts .itembox .item .productinfo .intro {
  padding: 18px 2.5vw;
  margin-bottom: 53px;
}

@media (max-width: 991px) {
  .box_productDetail .RelatedProducts .slick-RelatedProducts .itembox .item .productinfo .intro {
    margin-bottom: 0px;
    padding: 20px 10px 20px 20px;
  }
}

.box_productDetail .RelatedProducts .slick-RelatedProducts .itembox .item .productinfo .intro p {
  color: #FFF;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 24.5px */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.box_productDetail .RelatedProducts .slick-RelatedProducts .itembox .item .productinfo .more {
  padding-left: 2.5vw;
  padding-bottom: 34px;
}

@media (max-width: 991px) {
  .box_productDetail .RelatedProducts .slick-RelatedProducts .itembox .item .productinfo .more {
    padding-bottom: 20px;
  }
}

.box_productDetail .RelatedProducts .slick-RelatedProducts .itembox .item .productinfo .more a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 53px;
  background: #D70011;
  width: 137px;
  height: 40px;
  flex-shrink: 0;
}

.box_productDetail .RelatedProducts .slick-RelatedProducts .itembox .item .productinfo .more a .icon {
  height: 16px;
  flex-shrink: 0;
  overflow: hidden;
  transition: all 0.5s;
  width: 0;
  margin-right: 0;
}

.box_productDetail .RelatedProducts .slick-RelatedProducts .itembox .item .productinfo .more a .icon i {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.box_productDetail .RelatedProducts .slick-RelatedProducts .itembox .item .productinfo .more a span {
  color: #FFF;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.box_productDetail .RelatedProducts .slick-RelatedProducts .itembox .item .productinfo .more a:hover .icon {
  width: 16px;
  margin-right: 10px;
}

.box_productDetail .RelatedProducts .slick-RelatedProducts .itembox .item .pic {
  width: 20.85714286%;
  padding: 10px 0;
}

@media (max-width: 991px) {
  .box_productDetail .RelatedProducts .slick-RelatedProducts .itembox .item .pic {
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .box_productDetail .RelatedProducts .slick-RelatedProducts .itembox .item .pic {
    width: 40%;
  }
}

.box_productDetail .RelatedProducts .slick-RelatedProducts .itembox .item .pic .img-box {
  border-radius: 10px;
  padding-bottom: 111.81818182%;
}

.box_productDetail .RelatedProducts .slick-RelatedProducts .itembox .item .pic:hover .img-box img {
  transform: scale(1.1);
}

.box_productDetail .RelatedProducts .slick-dots {
  display: flex;
}

.box_productDetail .RelatedProducts .slick-dots li {
  width: 50px;
  height: 8px;
  flex-shrink: 0;
  border-radius: 53px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
  margin-right: 20px;
}

.box_productDetail .RelatedProducts .slick-dots li button {
  display: none;
}

.box_productDetail .RelatedProducts .slick-dots .slick-active {
  background-color: #D70011;
}

.box_downlaod {
  padding-top: 112px;
  padding-bottom: 90px;
}

@media (max-width: 1199px) {
  .box_downlaod {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .box_downlaod {
    padding: 45px 0;
  }
}

@media (max-width: 767px) {
  .box_downlaod {
    padding: 40px 0;
  }
}

.box_downlaod .itembox {
  padding: 1px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .box_downlaod .itembox {
    margin-bottom: 15px;
  }
}

.box_downlaod .itembox::after {
  border-radius: 10px;
  position: absolute;
  z-index: 19;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(166deg, #fff 10%, #171717 50%);
  transition: all 0.5s;
}

.box_downlaod .itembox .item {
  background-color: #171717;
  position: relative;
  z-index: 30;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .box_downlaod .itembox .item {
    align-items: center;
    padding-right: 10px;
  }
}

.box_downlaod .itembox .item .fileinfo {
  width: 67.10144928%;
}

@media (max-width: 767px) {
  .box_downlaod .itembox .item .fileinfo {
    width: 60%;
  }
}

.box_downlaod .itembox .item .fileinfo .filename {
  padding: 30px 48px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
  .box_downlaod .itembox .item .fileinfo .filename {
    padding: 20px;
  }
}

.box_downlaod .itembox .item .fileinfo .filename a {
  color: #FFF;
  font-family: Arial;
  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) {
  .box_downlaod .itembox .item .fileinfo .filename a {
    font-size: 15px;
  }
}

.box_downlaod .itembox .item .fileinfo .intro {
  padding: 18px 48px 0;
  width: 80%;
  margin-bottom: 46px;
}

@media (max-width: 767px) {
  .box_downlaod .itembox .item .fileinfo .intro {
    padding: 15px 10px 15px 20px;
    width: 100%;
    margin-bottom: unset;
  }
}

.box_downlaod .itembox .item .fileinfo .intro p {
  color: #FFF;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 24.5px */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.box_downlaod .itembox .item .fileinfo .more {
  padding-left: 48px;
  padding-bottom: 34px;
}

@media (max-width: 767px) {
  .box_downlaod .itembox .item .fileinfo .more {
    padding-left: 20px;
    padding-bottom: 20px;
  }
}

.box_downlaod .itembox .item .fileinfo .more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 53px;
  background: #D70011;
  transition: all 0.5s;
}

.box_downlaod .itembox .item .fileinfo .more a .icon {
  margin-right: 10px;
  transition: all 0.5s;
}

.box_downlaod .itembox .item .fileinfo .more a .icon i {
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

.box_downlaod .itembox .item .fileinfo .more a span {
  color: #FFF;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.box_downlaod .itembox .item .fileinfo .more a:hover {
  box-shadow: -3px 3px 3px 0px rgba(0, 0, 0, 0.7) inset;
}

.box_downlaod .itembox .item .fileinfo .more a:hover .icon {
  animation: swing 1s infinite;
}

.box_downlaod .itembox .item .pic {
  width: 31.73913043%;
  padding: 9px 0;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .box_downlaod .itembox .item .pic {
    width: 40%;
  }
}

.box_downlaod .itembox .item .pic .img-box {
  border-radius: 10px;
  padding-bottom: 112.32876712%;
}

.box_downlaod .itembox .item .pic:hover img {
  transform: scale(1.1);
}

.box_news {
  padding-top: 58px;
  padding-bottom: 106px;
}

@media (max-width: 1199px) {
  .box_news {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .box_news {
    padding: 45px 0;
  }
}

@media (max-width: 767px) {
  .box_news {
    padding: 20px 0 40px;
  }
}

.box_news .itembox {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .box_news .itembox {
    margin-bottom: 15px;
  }
}

.box_news .itembox .item {
  position: relative;
}

.box_news .itembox .item .pic .img-box {
  padding-bottom: 58.55072464%;
}

.box_news .itembox .item .mask {
  z-index: 30;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  overflow: hidden;
}
.box_news .itembox .item .mask a{
  position: relative;
  z-index: 90 ;
  padding-left: 3.3333vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .box_news .itembox .item .mask {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .box_news .itembox .item .mask {
    padding-bottom: 10px;
  }
}

.box_news .itembox .item .mask::before {
  z-index: 30;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, 70%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 0;
  transition: all 1s;
}

@media (max-width: 767px) {
  .box_news .itembox .item .mask::before {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.box_news .itembox .item .mask .time {
  display: flex;
  align-items: center;
  margin-bottom: 5.4px;
  position: relative;
  z-index: 31;
  transform: scale(0);
  transition: all 0.5s;
  transform-origin: bottom center;
  width: max-content;
}

@media (max-width: 767px) {
  .box_news .itembox .item .mask .time {
    transform: unset;
  }
}

.box_news .itembox .item .mask .time .icon {
  margin-right: 9px;
}

.box_news .itembox .item .mask .time .icon i {
  color: #fff;
  font-size: 18px;
}

.box_news .itembox .item .mask .time span {
  color: #FFF;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

.box_news .itembox .item .mask .newstitle {
  margin-bottom: 11px;
  position: relative;
  z-index: 31;
}

.box_news .itembox .item .mask .newstitle  {
  color: #FFF;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  transition: all 0.5s;
  /* 27px */
}

@media (max-width: 767px) {
  .box_news .itembox .item .mask .newstitle  {
    font-size: 16px;
  }
}

.box_news .itembox .item .mask .newstitle:hover {
  color: #CD0000;
}

.box_news .itembox .item .mask .more {
  position: relative;
  z-index: 31;
  transform: scale(0);
  padding-bottom: 0;
  transition: all 0.5s;
  transform-origin: bottom center;
  width: max-content;
}

@media (max-width: 767px) {
  .box_news .itembox .item .mask .more {
    transform: unset;
  }
}

.box_news .itembox .item .mask .more .linkbox {
  display: flex;
  align-items: center;
}

.box_news .itembox .item .mask .more .linkbox .icon {
  margin-left: 15px;
  transition: all 0.5s;
}

.box_news .itembox .item .mask .more .linkbox .icon i {
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

.box_news .itembox .item .mask .more .linkbox span {
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 767px) {
  .box_news .itembox .item .mask .more .linkbox span {
    font-size: 15px;
  }
}

.box_news .itembox .item .mask .more:hover .icon {
  transform: translateX(5px);
}

.box_news .itembox .item:hover .pic img {
  transform: scale(1.1);
}

.box_news .itembox .item:hover .mask::before {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.box_news .itembox .item:hover .mask .time {
  transform: scale(1);
}

.box_news .itembox .item:hover .mask .more {
  transform: scale(1);
  padding-bottom: 42px;
}

.box_news .sorter {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .box_news .sorter {
    padding-top: 0;
  }
}

.box_contact {
  padding-top: 127px;
  padding-bottom: 137px;
  background-image: url(../images/White\ hexagonal\ digital\ abstract\ 1.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

@media (max-width: 1199px) {
  .box_contact {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .box_contact {
    padding: 45px 0;
  }
}

@media (max-width: 767px) {
  .box_contact {
    padding: 40px 0;
  }
}

.box_contact .box_title {
  margin-bottom: 23px;
}

@media (max-width: 991px) {
  .box_contact .box_title {
    margin-bottom: 15px;
  }
}

.box_contact .box_title p {
  text-transform: uppercase;
}

.box_contact .subtit {
  margin-bottom: 77px;
}

@media (max-width: 991px) {
  .box_contact .subtit {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .box_contact .subtit {
    margin-bottom: 25px;
  }
}

.box_contact .subtit p {
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  text-transform: capitalize;
}

.box_contact .infoList {
  padding-bottom: 86px;
}

@media (max-width: 991px) {
  .box_contact .infoList {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .box_contact .infoList {
    padding-bottom: 30px;
  }
}

.box_contact .infoList .row>div {
  height: auto;
}

.box_contact .infoList .itembox {
  height: 100%;
}

.box_contact .infoList .itembox .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0.12) 50.5%, rgba(217, 217, 217, 0) 100%);
  padding-top: 87px;
  padding-bottom: 79px;
  height: 100%;
  perspective: 400;
}

@media (max-width: 991px) {
  .box_contact .infoList .itembox .item {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .box_contact .infoList .itembox .item {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0);
  }
}

.box_contact .infoList .itembox .item .icon {
  margin-bottom: 29px;
  transition: all 1s;
}

@media (max-width: 767px) {
  .box_contact .infoList .itembox .item .icon {
    margin-bottom: 15px;
  }
}

.box_contact .infoList .itembox .item .icon i {
  color: #fff;
  font-size: 54px;
  line-height: 1;
}

@media (max-width: 767px) {
  .box_contact .infoList .itembox .item .icon i {
    font-size: 40px;
  }
}

.box_contact .infoList .itembox .item .tit {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .box_contact .infoList .itembox .item .tit {
    margin-bottom: 10px;
  }
}

.box_contact .infoList .itembox .item .tit p {
  color: #FD0014;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .box_contact .infoList .itembox .item .tit p {
    font-size: 17px;
  }
}

.box_contact .infoList .itembox .item .info a {
  display: block;
  color: #FFF;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 24.5px */
  text-transform: capitalize;
}

.box_contact .infoList .itembox .item:hover .icon {
  animation: rotateY360 1s infinite linear;
}

.box_contact .message_Wrap {
  display: flex;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.04);
}

@media (max-width: 991px) {
  .box_contact .message_Wrap {
    flex-wrap: wrap;
  }
}

.box_contact .message_Wrap .onlineMessage {
  width: 62.41134752%;
  padding: 59px 42px 76px 90px;
}

@media (max-width: 991px) {
  .box_contact .message_Wrap .onlineMessage {
    width: 100%;
    padding: 20px;
  }
}

.box_contact .message_Wrap .onlineMessage .tit {
  margin-bottom: 29px;
}

@media (max-width: 991px) {
  .box_contact .message_Wrap .onlineMessage .tit {
    margin-bottom: 20px;
  }
}

.box_contact .message_Wrap .onlineMessage .tit p {
  color: #FFF;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  /* 31.5px */
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .box_contact .message_Wrap .onlineMessage .tit p {
    font-size: 16px;
  }
}

.box_contact .message_Wrap .onlineMessage form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box_contact .message_Wrap .onlineMessage .inputGroup {
  width: 49%;
  height: 46px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .box_contact .message_Wrap .onlineMessage .inputGroup {
    width: 100%;
    height: 40px;
  }
}

.box_contact .message_Wrap .onlineMessage .inputGroup textarea,
.box_contact .message_Wrap .onlineMessage .inputGroup input {
  width: 100%;
  height: inherit;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 20px;
  color: #fff;
}

.box_contact .message_Wrap .onlineMessage .inputGroup textarea:focus~label,
.box_contact .message_Wrap .onlineMessage .inputGroup input:focus~label,
.box_contact .message_Wrap .onlineMessage .inputGroup textarea:valid~label,
.box_contact .message_Wrap .onlineMessage .inputGroup input:valid~label {
  top: 0;
  padding: 3px;
  transform: translateY(-50%) scale(0.9);
  color: #fff;
}

.box_contact .message_Wrap .onlineMessage .inputGroup label {
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #999;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

.box_contact .message_Wrap .onlineMessage .textareabox {
  width: 100%;
  height: 164px;
}

.box_contact .message_Wrap .onlineMessage .textareabox textarea {
  padding: 20px;
}

.box_contact .message_Wrap .onlineMessage .textareabox label {
  top: 25px;
}

.box_contact .message_Wrap .onlineMessage button {
  width: 176px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 21px 0 15px;
  background: #FD0014;
}

@media (max-width: 767px) {
  .box_contact .message_Wrap .onlineMessage button {
    width: 100%;
    justify-content: center;
  }
}

.box_contact .message_Wrap .onlineMessage button span {
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .box_contact .message_Wrap .onlineMessage button span {
    margin-right: 30px;
  }
}

.box_contact .message_Wrap .onlineMessage button .icon {
  display: block;
}

.box_contact .message_Wrap .onlineMessage button .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.box_contact .message_Wrap .onlineMessage button:hover .icon {
  animation: swing 5s infinite;
}

.box_contact .map_box {
  width: 35.46099291%;
  padding-top: 30px;
}

@media (max-width: 991px) {
  .box_contact .map_box {
    width: 100%;
    padding: 10px 20px 20px;
  }
}

.box_contact .map_box .map-content {
  border-radius: 10px;
  height: 500px;
}

@media (max-width: 767px) {
  .box_contact .map_box .map-content {
    height: 200px;
  }
}

.xs-nav {
  display: none;
  padding-bottom: 20px;
}

@media (max-width: 1199px) {
  .xs-nav {
    display: block;
  }
}

.xs-nav ul {
  display: flex;
  flex-wrap: wrap;
}

.xs-nav ul li {
  padding-right: 10px;
}

.xs-nav ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.xs-nav ul li .active {
  color: #CD0010;
}

.wrap-sitemap {
  padding-bottom: 40px;
}

.wrap-sitemap .title {
  text-align: left;
  margin-top: 40px;
}

.wrap-sitemap .title h2 {
  font-size: 30px;
  color: #CD0000;
  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: #fff;
}

@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: #CD0000;
}

.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: #fff;
}

@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: #CD0000;
}

.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: 50px;
}

@media (max-width: 1199px) {
  .inquire-page {
    padding-top: 20px;
  }
}

.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: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.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 #666;
  background-color: #CD0000;
}

.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 #666;
}

.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: #fff;
}

@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: #fff;
  background-color: transparent;
  border: 1px solid #dfdfdf;
  vertical-align: middle;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  cursor: pointer;
}

@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: #CD0000;
    color: #fff;
  }
}

.inquire-page .car-table table tbody tr td:nth-child(3) input {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  width: 64px;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0);
}

.inquire-page .car-table table tbody tr td:nth-child(3) input::-webkit-inner-spin-button {
  display: none;
}

@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: #CD0000;
}

.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;
  }
}

.inquire-page .detailMessage {
  margin-bottom: 60px;
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .inquire-page .detailMessage {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.inquire-page .detailMessage form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.inquire-page .detailMessage form .productName {
  width: 100% !important;
  background-color: #fff !important;
  border: unset !important;
}

.inquire-page .detailMessage form input,
.inquire-page .detailMessage form textarea {
  width: 24.5%;
  height: 50px;
  font-size: 16px;
  color: #444444;
  padding-left: 20px;
  margin-bottom: 10px;
  border: 1px solid #999999;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s;
}

@media (max-width: 767px) {

  .inquire-page .detailMessage form input,
  .inquire-page .detailMessage form textarea {
    width: 100%;
    height: 40px;
  }
}

.inquire-page .detailMessage form input::placeholder,
.inquire-page .detailMessage form textarea::placeholder {
  transition: all 0.3s;
}

.inquire-page .detailMessage form input:focus,
.inquire-page .detailMessage form textarea:focus,
.inquire-page .detailMessage form input:valid,
.inquire-page .detailMessage form textarea:valid {
  border-color: #008b22;
}

.inquire-page .detailMessage form input:focus::placeholder,
.inquire-page .detailMessage form textarea:focus::placeholder,
.inquire-page .detailMessage form input:valid::placeholder,
.inquire-page .detailMessage form textarea:valid::placeholder {
  opacity: 0.5;
}

.inquire-page .detailMessage form textarea {
  padding-top: 16px;
  width: 100%;
  height: 200px;
}

.inquire-page .detailMessage form button {
  width: 120px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  background-color: #75c01d;
}

.inquire-page .detailMessage form button svg {
  margin-left: 9px;
  transform: rotateY(180deg);
  transition: all 0.3s;
}

.inquire-page .detailMessage form button:hover svg {
  animation: flay infinite 1s alternate;
}

.inquire-page .shopping-close {
  display: flex;
  justify-content: center;
}

.inquiryform .formbox form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.inquiryform .formbox .productName {
  width: 100%;
  height: 51px;
  margin-bottom: 15px;
}

.inquiryform .formbox .productName input {
  color: #fff;
  padding-left: 19px;
  width: inherit;
  height: inherit;
  background: #CD0010;
  text-transform: capitalize;
}

.inquiryform .formbox .inputGroup {
  width: 49%;
  height: 51px;
  position: relative;
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .inquiryform .formbox .inputGroup {
    width: 100%;
  }
}

.inquiryform .formbox .inputGroup textarea,
.inquiryform .formbox .inputGroup input {
  width: 100%;
  height: inherit;
  padding-left: 19px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #666;
  color: #fff;
}

.inquiryform .formbox .inputGroup textarea:focus~label,
.inquiryform .formbox .inputGroup input:focus~label,
.inquiryform .formbox .inputGroup textarea:valid~label,
.inquiryform .formbox .inputGroup input:valid~label {
  top: 0;
  transform: translateY(-50%) scale(0.9);
}

.inquiryform .formbox .inputGroup label {
  transition: all 0.5s;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translateY(-50%);
  color: #fff;
}

.inquiryform .formbox .Message {
  width: 100%;
  height: 176px;
  margin-bottom: 26px;
}

@media (max-width: 1199px) {
  .inquiryform .formbox .Message {
    height: 130px;
  }
}

.inquiryform .formbox .Message textarea {
  padding: 20px;
}

.inquiryform .formbox .Message label {
  top: 30px;
}

.inquiryform .formbox .buttonbox {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.inquiryform .formbox .buttonbox button {
  width: 176.555px;
  height: 48px;
  flex-shrink: 0;
  background: #222;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .inquiryform .formbox .buttonbox button {
    width: 100%;
    height: 40px;
  }
}

.inquiryform .formbox .buttonbox button span {
  color: #FFF;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 147.059% */
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .inquiryform .formbox .buttonbox button span {
    font-size: 14px;
  }
}

.inquiryform .formbox .buttonbox button .icon {
  height: 17px;
  overflow: hidden;
  transition: all 0.5s;
  width: 0;
  margin-left: 0;
  transform: scale(0);
}

.inquiryform .formbox .buttonbox button .icon i {
  color: #fff;
  font-size: 17px;
}

.inquiryform .formbox .buttonbox button:hover .icon {
  margin-left: 5px;
  width: 17px;
  transform: scale(1);
}

.Cartinquire {
  padding-bottom: 50px;
}

.Cartinquire .box-tit p {
  font-size: 24px;
  color: #222;
  padding: 20px 0;
  color: #CD0010;
}

.nosearch {
  padding-bottom: 30px;
}

.nosearch h3 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
}

.nosearch p {
  padding: 10px;
  background-color: #CD0010;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
}