@charset "utf-8";

@import url(./fonts/iconfont.css);

body {
  font-family: Montserrat;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  max-width: 1920px;
  margin: 0 auto !important;
  background: #fff;
}

a:hover,
a:focus {
  text-decoration: none;
}

a {
  color: #656565;
  text-decoration: none;
  outline: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
select,
th,
td {
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 16px;
}

form {
  margin: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.container {
  padding: 0 5px;
  padding-left: 0;
  padding-right: 0;
}

header {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  background-color: #000;
  /* box-shadow: 0 2px 2px rgb(0 0 0 / 6%); */
  box-shadow: 0px 0px 39px 4px rgba(11, 0, 2, 0.13);
}

header .head-top {
  padding-top: 12px;
}

header .header-top-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header .head-top .row {
  display: flex;
  justify-content: flex-end;
}

header .head-top a {
  font-size: 16px;
  color: #fff;
}

header .head-top .iconfont {
  font-size: 16px;
  color: #fff;
  margin-right: 12px;
  transition: all 0.3s;
}

header .head-top .item {
  margin-left: 46px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

header .head-top .item.follow {
  margin-left: 30px;
}

header .head-bottom {
  position: relative;
}

header .head-bottom .logo {
  display: inline-block;
  padding: 3px 0;
}

header .head-bottom .nav-list {
  float: right;
  display: flex;
  align-items: center;
}

ul:before,
ul:after {
  content: "";
  display: table;
  clear: both;
}

button,
input {
  outline: none;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background: #e50112;
}

.isFixed {
  position: fixed !important;
  transition: all 0.3s;
  background-color: #000 !important;
}

.tofixed {
  position: fixed !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  box-shadow: none !important;
  color: #fff;
  transition: all 0.3s;
}

.tofixed a {
  color: #fff;
}

.tofixed .nav-list .dropdown_menu li a,
.tofixed .head-bottom .nav-list > li .nav-more-list a {
  color: #656565;
}

header.tofixed .head-top a,
header.tofixed .head-top .iconfont,
header.tofixed .head-bottom .nav-list > li > a,
header.tofixed .head-bottom .head-share a i,
footer .footer-share a i,
header.tofixed .head-langBox,
header.tofixed .head-search .iconfont,
header.tofixed .head-langBox .iconfont {
  color: #fff;
}

.tofixed {
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 5px #e50112;
}

header .head-bottom .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .head-bottom .nav-list > li {
  float: left;
  padding: 0 20px;
  position: relative;
}

header .head-bottom .nav-list > li > a {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding: 24px 0;
  border-radius: 20px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}

header .head-bottom .nav-list > li > a:hover,
header .head-bottom .nav-list > .active > a {
  color: #e50112 !important;
}

header .head-bottom .nav-list > li.contact > a:hover {
  color: #fff !important;
}

header .head-bottom .nav-list > li > a:hover:after,
header .head-bottom .nav-list > .active > a:after {
  width: 100%;
}

header .head-bottom .nav-list > li.contact > a:hover:after {
  width: 0;
}

header .head-bottom .nav-list > li > a:after {
  display: table;
  content: "";
  width: 0;
  height: 3px;
  background: #e50112;
  position: absolute;
  left: 50%;
  bottom: 30%;
  transform: translateX(-50%);
  transition: all 0.5s;
}

header .head-bottom li.head-share,
footer .footer-share .icon {
  display: flex;
  align-items: center;
  padding: 0;
}

header .head-bottom li.head-share {
  margin-left: 6px;
}

header .head-bottom .nav-list > li.head-share > a:hover:after {
  display: none;
}

footer .footer-share a {
  background: #fff;
  border-radius: 100%;
  margin-right: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .head-bottom .head-share a i,
footer .footer-share a i {
  font-size: 24px;
  color: #000000;
  transition: all 0.3s;
  margin-right: 0;
  height: 32px;
}

header .head-bottom .head-share a i {
  margin-left: 0;
}

header .head-bottom .nav-list > li.head-share a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  padding: 0;
  border: 1px solid #333;
  border-radius: 50%;
  margin-left: 10px;
}

header .head-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  width: 120px;
  height: 100px;
  background: #e50112;
  color: #fff;
  padding-top: 12px;
}

header .head-right .img {
  margin-bottom: 10px;
}

header .ctx {
  display: flex;
}

header .ctx .box {
  flex: 1;
  margin-right: 12px;
}

header.tofixed .head-bottom .nav-list > li.head-share a {
  border-color: #666;
}

footer .footer-share a:hover i {
  color: #fff;
}
footer .footer-share a:nth-child(4):hover {
  border-color: #e50112;
  background: #e50112;
  opacity: 1;
}
footer .footer-share a:nth-child(3):hover {
  border-color: #0e76a8;
  background: #0e76a8;
  opacity: 1;
}

footer .footer-share a:nth-child(2):hover {
  border-color: #1d9bf0;
  background: #1d9bf0;
  opacity: 1;
}

footer .footer-share a:nth-child(1):hover {
  border-color: #4267b2;
  background: #4267b2;
  opacity: 1;
}

/* header .head-bottom .head-share a:nth-child(3):hover i,
footer .footer-share a:nth-child(1):hover i
 {
  color: #0e76a8;

}

header .head-bottom .head-share a:nth-child(3):hover {
  border-color: #0e76a8!important;
}

header .head-bottom .head-share a:nth-child(2):hover i,
footer .footer-share a:nth-child(2):hover i
{
  color: #E60023;
}

header .head-bottom .head-share a:nth-child(2):hover {
  border-color: #E60023!important;
}

header .head-bottom .head-share a:nth-child(1):hover i,
footer .footer-share a:nth-child(3):hover i
{
  color: #4267B2;
  border-color: #4267B2;
}

header .head-bottom .head-share a:nth-child(1):hover {
  border-color: #4267B2!important;
}

header .head-bottom .head-share a:nth-child(4):hover i,
footer .footer-share a:nth-child(4):hover i
{
  color: #1DA1F2;
  border-color: #1DA1F2;
} */

header .head-bottom .nav-list > .head-langBox {
  padding: 26px 20px;
  cursor: pointer;
  padding-right: 0;
}

[lang="ar"] header .head-bottom .nav-list > .head-langBox {
  padding-right: 20px;
  /*   padding-left: 0; */
}

/* header .head-bottom .nav-list>.head-search {
  margin-left: 20px;
} */

header.tofixed .head-langBox a {
  color: #656565;
  font-size: 14px;
}

.head-search .iconfont,
.head-langBox .iconfont {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  transition: all 0.5s;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

header .head-bottom .nav-list > li.head-search {
  padding: 0;
}

.head-langBox .iconfont {
  font-size: 20px;
}

header .head-bottom .nav-list > .head-search i:hover {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

header .head-bottom .nav-list > li.contact a {
  position: relative;
  padding: 10px 13px;
  color: #ffffff !important;
  background: #e50112;
  transition: all 0.3s;
  border-radius: 17px;
}

header .head-bottom .nav-list > li.contact a::after {
  display: none;
}

header .head-bottom .nav-list > li:last-child a:hover::after {
  display: none;
}

.nav_normal .dropdown i {
  display: inline-block;
  transition: all 0.5s ease 0s;
  font-weight: 600;
}

.nav_normal .dropdown:hover i {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.head-langBox {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-weight: 400;
}

.head-langBox span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
}

header .search-wrap {
  position: relative;
}

header .search-wrap .search-all {
  display: none;
  position: absolute;
  background: #e50112;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  box-shadow: 0 0 10px #fff;
}

header .search-wrap .search-all .search-box {
  padding: 30px 0 30px 100px;
  position: relative;
}

header .search-wrap .closed {
  position: absolute;
  right: 0;
  color: #fff;
  top: 0;
  font-size: 30px;
}

header .search-wrap .search-all .search-box input {
  background: none;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #fff;
  width: 80%;
  color: #fff;
  padding: 10px;
}

header .search-wrap input[placeholder],
header .search-wrap [placeholder] {
  color: #fff !important;
}

header .search-wrap input::-webkit-input-placeholder,
header .search-wrap textarea::-webkit-input-placeholder {
  color: #fff !important;
}

header .search-wrap input::-moz-input-placeholder,
header .search-wrap textarea::-moz-input-placeholder {
  color: #fff !important;
}

header .search-wrap input::-o-input-placeholder,
header .search-wrap textarea::-o-input-placeholder {
  color: #fff !important;
}

header .search-wrap input::-ms-input-placeholder,
header .search-wrap textarea::-ms-input-placeholder {
  color: #fff !important;
}

header .search-wrap .search-all .search-box button {
  background: #fff;
  border: 1px solid #e50112;
  color: #e50112;
  padding: 5px 20px;
  position: absolute;
  top: 52px;
  right: 0;
}

header .search-wrap .closed i {
  display: block;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
}

header .search-wrap .closed:hover i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

header .search-wrap .search-all .search-box button:hover {
  background: #e50112;
  color: #fff;
  border-color: #fff;
}

header .head-bottom .head-langBox ul {
  position: absolute;
  top: 100%;
  /* left: 0; */
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 4px #ddd;
  min-width: 100px;
  display: none;
  width: 253px;
  clear: both;
}
header .head-bottom .head-langBox ul li {
  width: 49%;
  float: left;
}
.head-langBox ul a {
  white-space: nowrap;
  display: block;
  padding: 10px;
  font-size: 14px;
}

.head-langBox ul a:hover {
  background: #e50112;
  color: #fff;
}

header .head-bottom .nav-list > li .nav-more-list {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 4px #ddd;
  min-width: 230px;
  visibility: hidden;
}

header .head-bottom .nav-list > li .nav-more-list a {
  white-space: nowrap;
  display: block;
  padding: 10px 20px;
  transition: none;
}

header .head-bottom .nav-list > li .nav-more-list a:hover {
  background: #e50112;
  color: #fff;
}

header .head-bottom .nav-list .nav-two-div {
  position: absolute;
  top: 100%;
  display: flex;
  width: 1360px;
  max-width: 1360px;
  background-color: #fff;
  box-shadow: 0 0 2px 1px rgb(0 0 0 / 10%);
  z-index: 9993;
  left: 50%;
  transform: translateX(-50%);
}

header .head-bottom .nav-list .nav-two-div {
  display: none;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-left {
  padding: 20px 0;
  background: #f9f9f9;
  min-height: 480px;
}

header .head-bottom .nav-list .nav-two-div .nav-twoa {
  display: block;
  width: 100%;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 15px 30px;
  position: relative;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-left .nav-left-a {
  font-size: 20px;
  padding: 15px 40px 15px 60px;
  font-weight: bold;
}

header .head-bottom .nav-list .nav-two-div .nav-twoa i {
  color: #e50112;
  line-height: inherit;
  position: absolute;
  right: 20px;
  top: 16px;
  font-weight: bold;
  font-size: 22px;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-left .nav-left-a i {
  opacity: 0;
  transition: all 0.3s;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-center {
  border-right: 1px solid #ddd;
  padding: 30px;
  min-height: 480px;
}

header .head-bottom .nav-list .nav-two-div .nav-lists,
header .head-bottom .nav-list .nav-two-div .nav-in-lists {
  width: 100%;
  display: none;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-right {
  max-height: 480px;
  overflow: auto;
  padding: 30px;
}

header .head-bottom .nav-list .nav-two-div .nav-lists.active {
  display: block;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-right a {
  color: #333;
  padding: 10px 0;
}

header .head-bottom .nav-list > .prod {
  position: static;
}

header .head-bottom .nav-list > .prod .nav-two-div .nav-two-div-left .active,
header .head-bottom .nav-list > .prod .nav-two-div .nav-two-div-center .active,
header .head-bottom .nav-list > .prod .nav-two-div .nav-twoa.active,
header .head-bottom .nav-list > .prod .nav-two-div .nav-twoa:hover {
  color: #e50112;
  background: #fff;
}

header
  .head-bottom
  .nav-list
  > .prod
  .nav-two-div
  .nav-two-div-left
  .active
  > i {
  opacity: 1;
}

header .head-bottom .nav-list > .prod .nav-two-div .nav-lists.active,
header .head-bottom .nav-list > .prod .nav-two-div .nav-in-lists.active {
  display: block;
}

header
  .head-bottom
  .nav-list
  > .prod
  .nav-two-div
  .nav-two-div-center
  .nav-center-a
  i {
  transition: all 0.3s;
  opacity: 0;
}

header
  .head-bottom
  .nav-list
  > .prod
  .nav-two-div
  .nav-two-div-center
  .active
  > i {
  opacity: 1;
}

header
  .head-bottom
  .nav-list
  > .prod
  .nav-two-div
  .nav-two-div-center
  .nav-center-a {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
}

.mb-header,
.m_header {
  display: none;
}

.mb-header .wrap {
  box-shadow: none !important;
  position: relative;
  z-index: 1000;
  align-items: center;
}

.mb-header .logo {
  display: inline-block;
  width: 160px;
  margin: 6px 19px;
}

.mb-header .wrap > ul {
  position: relative;
  top: 0;
  align-items: center;
  flex-direction: row-reverse;
  display: flex;
  float: right;
}

.contactBox202006131030 {
  padding: 50px 0;
  overflow: hidden;
}

.contactBox202006131030 .contactInfo {
  overflow: hidden;
  width: 50%;
  float: left;
}

.contactBox202006131030 .textBox {
  margin-bottom: 30px;
}

.contactBox202006131030 .textBox h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  margin-bottom: 15px;
  color: #333;
}

.contactBox202006131030 .textBox p {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}

.contactBox202006131030 .contactInfo ul li {
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
  background-repeat: no-repeat;
  background-position: left 7px;
}

.contactBox202006131030 .contactInfo ul li.contactTel {
  background-image: url("/public/static/images/home/en-us/contactTel.png");
}

.contactBox202006131030 .contactInfo ul li.contactWhatsapp {
  background-image: url("/public/static/images/home/en-us/contactWhatsapp.png");
}

.contactBox202006131030 .contactInfo ul li.contactEmail {
  background-image: url("/public/static/images/home/en-us/contactEmail.png");
}

.contactBox202006131030 .contactInfo ul li.contactAddress {
  background-image: url("/public/static/images/home/en-us/contactAddress.png");
}

.contactBox202006131030 .contactInfo ul li a {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}

.contactBox202006131030 .contactInfo ul li a:hover {
  color: #e50112;
}

.contactBox202006131030 .contactForm {
  width: 50%;
  float: left;
  padding-left: 40px;
  overflow: hidden;
}

.contactBox202006131030 .title h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  margin-bottom: 15px;
}

.contactBox202006131030 .contactForm .info {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 10px;
}

.contactBox202006131030 .contactForm .info .label_control {
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 36px;
  font-size: 16px;
  color: #2c2c2c;
}

.contactBox202006131030 .contactForm .info .tips {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 36px;
  color: #ff0000;
}

.contactBox202006131030 .contactForm .info input[type="text"] {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  color: #2c2c2c;
}

.contactBox202006131030 .contactForm .info textarea {
  width: 100%;
  height: 100px;
  padding: 5px 10px;
  resize: none;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  color: #2c2c2c;
}

.contactBox202006131030 .contactForm .info input[type="submit"] {
  display: inline-block;
  width: 200px;
  height: 44px;
  line-height: 42px;
  border: 0;
  font-size: 16px;
  color: #ffffff;
  margin-top: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: #000000;
  cursor: pointer;
  transition: all 0.3s;
}

.contactBox202006131030 .contactForm .info input[type="submit"]:hover {
  background: #e50112;
  transition: all 0.3s;
}

.product-thumbs .swiper-button-next,
.product-thumbs .swiper-button-prev {
  background: none;
  position: absolute;
  margin: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.product-thumbs .swiper-button-next {
  right: 0;
  left: auto;
}

.product-thumbs .swiper-button-prev:after,
.product-thumbs .swiper-button-next:after {
  content: "\e653";
  font-family: "iconfont";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #999999;
  font-size: 34px;
}

.product-thumbs .swiper-button-next:after {
  content: "\e775";
}

.product-thumbs .swiper-button-prev:hover:after,
.product-thumbs .swiper-button-next:hover:after {
  color: #e50112;
}

.nav-list > li .dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 170px;
  display: none;
  z-index: 1;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}

.nav-list .dropdown_menu li {
  width: 100%;
  position: relative;
}

.nav-list .dropdown_menu li a {
  display: block;
  letter-spacing: 0;
  font-size: 16px;
  text-align: left;
  padding: 10px 20px;
  white-space: nowrap;
}

.nav-list .dropdown_menu li a:hover {
  background: #e50112;
  color: #ffffff;
}

.nav-list .dropdown_menu li.Three_menu > ul {
  position: absolute;
  top: 0;
  left: 100%;
  background: #ffffff;
  min-width: 160px;
  z-index: 3;
  display: none;
  -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}

.index-banner .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 6%;
}

.index-banner .swiper-pagination-bullet,
.index6 .swiper-pagination-bullet {
  width: 40px;
  height: 10px;
  background: #ffffff;
  border-radius: 5px;
  opacity: 1;
  margin: 0 12.5px !important;
}

.index-banner .swiper-pagination-bullet-active,
.index6 .swiper-pagination-bullet-active {
  background: #c30505;
}

.img {
  overflow: hidden;
}

.img img {
  transition: all 1s ease 0s;
}

footer .footer-wrap h3 {
  height: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-bottom: 24px;
}

footer .footer-wrap ul a,
footer .footer-wrap ul li {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  /* text-transform: uppercase; */
}

.one-wrap ul a,
.two-wrap ul a {
  text-transform: uppercase;
}

footer .footer-wrap ul li + li {
  margin-top: 10px;
}

footer .footer-wrap ul a:hover {
  text-decoration: underline;
  color: #e50112;
}

footer .footer-wrap i {
  color: #666;
  margin-right: 19px;
}

/* .one-wrap,
.two-wrap {
  width: 16%;
}

.four-wrap {
  width: 42%;
} */

.one-wrap {
  width: 20%;
}

.four-wrap {
  width: 21%;
}

footer .five-wrap ul li {
  text-transform: unset;
}

.one-wrap li + li {
  margin-top: 20px;
}

.one-wrap .text .content:nth-child(2) {
  margin-top: 26px;
}

.one-wrap .text p {
  font-size: 14px;
}

.footer-wrap li {
  display: flex;
  font-size: 14px;
}

.four-wrap li:last-child {
  align-items: flex-start;
}

.footer-wrap li .text {
  flex: 1;
}

.footer-wrap .img img {
  vertical-align: text-top;
}

.one-wrap li {
  display: flex;
  align-items: flex-start;
}

.one-wrap li .img {
  margin-right: 4px;
}

.footer-share ul {
  display: flex;
  justify-content: center;
}

.footer-wrap .label {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  margin-right: 4px;
}

footer .footer-share ul img {
  height: 31px;
  width: 31px;
  margin-right: 0;
}

.footer-share ul li {
  margin-right: 6px;
}

.footer-share a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

footer .footer-wrap .footer-share a:hover {
  text-decoration: none;
}

.footer-copyright .wrap {
  display: flex;
  justify-content: center;
  font-size: 16px;
}

.footer-copyright a {
  color: #fff;
}

.footer-box {
  background-color: #000;
  padding: 50px 0 67px;
}

.footer-box .row {
  position: relative;
}

.footer-box .footer-share {
  margin-top: 50px;
}

.footer-copyright {
  background-color: #000;
  color: #fff;
  /* border-top: 1px solid rgba(196, 196, 196, 0.53); */
}

footer .footerForm .info {
  position: relative;
  margin-bottom: 14px;
  width: 100%;
}

footer .footerForm .info input {
  height: 40px;
  width: 100%;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 9px;
  outline: none;
  font-size: 16px;
}

footer .footerForm .tips {
  display: block;
  color: #ff000f;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

footer .footerForm .info textarea {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  width: 100%;
  padding: 9px;
  font-size: 16px;
  outline: none;
}

footer .footerForm .text p,
footer .footerForm .text p a {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 22px;
  margin-bottom: 23px;
}

footer .footerForm .text p a {
  color: #e50112;
  font-weight: 500;
}

footer .footerForm .text p a:hover {
  text-decoration: underline;
}

footer .Verify_img {
  position: absolute;
  right: 2px;
  top: 2px;
  height: 26px;
  width: 80px;
  cursor: pointer;
}

footer .info input[type="submit"] {
  width: 174px;
  /* height: 31px; */
  background: #e50112;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 3px;
  padding: 16px 0;
  border: none;
}

.footer-copyright {
  padding: 20px 0;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 14px;
  text-align: center;
}

.footer-copyright .sitemap:hover {
  text-decoration: underline;
  color: #e50112;
}

footer .footer-other {
  background: url("/public/static/images/home/en-us/contactBg.jpg") no-repeat;
  height: 425px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

footer .footer-other p {
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  line-height: 43px;
  width: 67%;
}

footer .footer-other a {
  display: inline-block;
  width: 271px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  background: #9bdb32;
  border-radius: 4px;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 56px;
}

footer .footer-other i {
  font-size: 26px;
}

.imgBanner {
  position: relative;
}

.imgBanner .content {
  color: #ffffff;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.imgBanner h1 {
  font-size: 60px;
  font-weight: bold;
  color: #ffffff;
  line-height: 35px;
  text-align: center;
}

.prod h1 {
  font-size: 66px;
  color: #e50112;
}

.imgBanner p {
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
  margin-top: 30px;
  width: 50%;
}
.imgBanner h1 p {
  font-size: 60px;
  font-weight: bold;
  color: #ffffff;
  line-height: 35px;
  width: auto;
  margin-top: 0;
  text-align: left;
}
.Crumbs_nav {
  padding: 20px 0;
}

.Crumbs ul li a span,
.Crumbs ul li a,
.Crumbs ul i {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  color: #333;
}

.Crumbs ul li:last-child span {
  color: #e50112;
}

.indexBanner .icon span {
  position: relative;
  z-index: 1;
  font-size: 48px;
  color: #fff;
}

.indexBanner .icon:before {
  position: absolute;
  content: "";
  width: 53px;
  height: 53px;
  background: rgba(90, 187, 189, 1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.indexBanner .icon:after {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  background: rgba(90, 187, 189, 0.6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  animation: example 1.6s linear infinite;
}

.page li {
  border: none;
}

.page {
  border: none;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  font-size: 14px;
  border: none;
  color: #666666;
}

.pagination > li > a,
.pagination > li > span {
  border: none;
  color: #666666;
  font-size: 14px;
}

.page li.active,
.page li.active a,
.page li:hover a,
.page li.active span {
  background: #e50112;
  color: #fff;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: #e50112;
  color: #fff;
  border-color: #e50112;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #e50112;
  background-color: #fffdfd;
  border-color: #fff;
}

.page li {
  height: 28px;
  width: auto;
  margin-left: 12px;
}

.pro_S_img .img {
  width: 130px;
}

.product_box .submenu_wrap h2,
.parameter_btn a.inquire,
.parameter_btn a.inquire,
.contactBox202006131030 .contactForm .info input[type="submit"] {
  background: #e50112;
}

.parameter_btn a:hover {
  background: #e50112;
}

.productDetailContentBox .title {
  text-align: left;
}

.productDetailContentBox .title h2,
.faq_bt {
  color: #333;
  line-height: 1;
  font-size: 24px;
}

.contactBox202006131030 .title h2 {
  color: #333;
}

section .title h2,
section .title h1,
section .title h4 {
  position: relative;
  font-size: 48px;
  font-weight: 600;
  color: #333333;
  line-height: 36px;
  text-align: left;
}
.index1 .title h2,
.index2 .title h2,
.index3 .title h2,
.index4 .title h2,
.index5 .title h2,
.index6 .title h2 {
  text-align: center;
}
section .title h2::after,
section .title h1::after,
section .title h4::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  width: 60px;
  height: 5px;
  background: #e50112;
}

section p {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

.tabs-list {
  margin-bottom: 36px;
}

.tabs-list li {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
}

.tabs-list li + li {
  margin-top: 30px;
}

.tabs-list .tabs-head {
  height: 38px;
  background: #f2f3f3;
  border-radius: 0px 38px 0px 0px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 38px;
  padding: 0 36px;
  background: #f2f3f3;
  cursor: pointer;
  background-image: url("/public/static/images/home/en-us/add.png");
  background-position: 98%;
  background-repeat: no-repeat;
}

.tabs-list .tabs-head.active {
  border-radius: 0px 38px 0px 0px;
  background-image: url("/public/static/images/home/en-us/reduce.png");
}

.tabs-list .text {
  display: none;
  overflow: hidden;
  padding: 26px 32px;
  background: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(207, 207, 207, 0.36);
  color: #999999;
}

.tabs-list .text h3 {
  color: #3b7fba;
  font-weight: Bold;
  margin-bottom: 16px;
}

.tabs-list .text p {
  color: #999999;
}

.tabs-list .text .content {
  margin-bottom: 40px;
}

.tabs-list .text .content p + p {
  margin-top: 12px;
}

.tabs-list .text .content:last-child {
  margin-bottom: 0;
}

.footer-contact {
  height: 480px;
  background: url("https://www.hongweiled.com/public/static/images/home/en-us/contactBg1.jpg")
    no-repeat center;
}

.footer-contact .container,
.footer-contact .row,
.footer-contact .wrap {
  height: 100%;
}

.footer-contact .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-contact h2 {
  position: relative;
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  line-height: 29px;
  margin-bottom: 54px;
}

.footer-contact h2::after {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  content: "";
  width: 60px;
  height: 5px;
  background: #e50112;
}

.footer-contact .wrap p {
  font-size: 24px;
  font-weight: 500;
  color: #fafafa;
  line-height: 24px;
  margin-bottom: 50px;
}

.footer-contact .wrap p img {
  margin-right: 25px;
}

.footer-contact a.more {
  background: #e50112;
  border-radius: 8px;
  padding: 0;
  width: 362px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;

  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-contact i {
  font-size: 30px;
  margin-left: 20px;
}

.footer-contact a.more:hover {
  opacity: 0.6;
}

.footer-share .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-top: 46px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
}

.footer-share .wrap .icon i {
  color: #fff;
}

a.more {
  box-sizing: border-box;
  display: block;
  font-size: 24px;
  line-height: 49px;
  font-weight: bold;
  color: #fff;
  width: 243px;
  height: 49px;
  background: #e50112;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #e50112;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.more:hover {
  background: #fff;
  color: #e50112;
}

.footer-contact a.more:hover {
  background: #fff;
  border-color: #e50112;
  color: #e50112;
  box-shadow: none;
}

section p {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  line-height: 27px;
}

section.cate p {
  font-size: 18px;
  color: #999;
  font-weight: 500;
}

.index1 {
  padding: 90px 0;
}

.index1 h2 {
  margin-bottom: 86px;
}

.index1 .content {
  width: 80%;
  margin: 0 auto;
}

.index1 .content p {
  font-size: 18px;
  font-weight: 500;
  color: #666666;
  line-height: 29px;
  text-align: center;
}

.index2 {
  padding-bottom: 95px;
}

.index2 .title h2 {
  margin-bottom: 87px;
}

.index2 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 40px 35px;
}

.index2 .item {
  position: relative;
  background: #f8f8f8;
  max-height: 260px;
}

.index2 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.index2 .items .item:nth-child(1) {
  /* grid-row: 1 / span 2; */
}

.index2 .item .text {
  position: absolute;
  top: 82%;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(240, 6, 5, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;

  transition: all 0.5s ease 0s;
}

/* .index2 .item:first-child .text {
  top: 91.7%;
} */

.index2 .item .text .name {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
}

.index2 .item .text .ctx {
  margin-top: 24px;
  width: 80%;
  display: none;
}

.index2 .item .text p {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 29px;
  text-align: center;
  margin: 0 auto;
  transition: all 0.5s ease 0s;
}

.index2 .item .text a.more {
  width: 80px;
  height: 24px;
  background: #ffffff;
  border-radius: 10px;

  font-size: 16px;
  font-weight: 500;
  color: #e50112;
  line-height: 24px;
  margin-top: 40px;
  transition: all 0.5s ease 0s;

  display: none;
}

.index2 .item:hover .text {
  top: 0 !important;
}

.index2 .item:hover .text .ctx,
.index2 .item:hover .text a.more {
  display: block;
}

.index2 a.more {
  margin: 0 auto;
  margin-top: 40px;
}

.index3 {
  padding-bottom: 90px;
}

.index3 .title h2 {
  margin-bottom: 90px;
}

.index3 .items {
  display: flex;
  flex-direction: column;
}
.index3 .item .img {
  display: none;
}
.index3 .item {
  height: 26vw;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;

  background-image: url("/public/static/images/home/en-us/index3Bg21.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 56.78%;
  transition: all 0.6s;
}

.index3 .item:nth-child(2) {
  background-image: url("/public/static/images/home/en-us/index3Bg22.png");
}

.index3 .item:nth-child(3) {
  background-image: url("/public/static/images/home/en-us/index3Bg3.png");
}

.index3 .item:nth-child(4) {
  background-image: url("/public/static/images/home/en-us/maskgroup.png");
}

.index3 .item:nth-child(5) {
  background-image: url("/public/static/images/home/en-us/index3Bg51.png");
}

.index3 .item:nth-child(6) {
  background-image: url("/public/static/images/home/en-us/index3Bg61.png");
}
.index3 .item:hover {
  background-size: 60%;
}

.index3 .item .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

[lang="ar"] .index3 .item .wrap {
  justify-content: flex-end;
}

.index3 .item h3 {
  font-size: 30px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  margin-bottom: 20px;
}

.index3 .item .box {
  position: relative;
  width: 43.3%;
  z-index: 10;
}

.index3 .item a.more {
  width: 82px;
  height: 35px;
  border: 2px solid #e50112;
  background: #fff;
  color: #e50112;
  margin: 0;
  margin-top: 40px;
  font-weight: 500;
  border-radius: 0;
  line-height: 35px;
}

.index3 .item p {
  color: #666666;
  line-height: 26px;
  font-weight: 500;
}

.index3 .item .text {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.index3 .item a.more:hover {
  background: #e50112;
  color: #fff;
}

.index3 .item .wrap::after {
  position: absolute;
  content: "";
  left: -15%;
  width: 66%;
  height: 306px;
  top: 50%;
  background: #fff;
  box-shadow: 0px 0px 16px 5px rgba(0, 0, 0, 0.14);
  transform: translateY(-50%) skewX(340deg);
}

.index3 .item:nth-child(2n) {
  background-position: left;
}

.index3 .item:nth-child(2n) .wrap {
  justify-content: flex-end;
}

[lang="ar"] .index3 .item:nth-child(2n) .wrap {
  justify-content: flex-start;
}

.index3 .item:nth-child(2n) .wrap::after {
  right: -15%;
  left: auto;
}

.index3 a.more {
  margin: 0 auto;
  margin-top: 50px;
}

.index4 {
  padding: 93px 0 84px;
  background: rgba(245, 245, 245, 0.6);
}

.index4 .title {
  margin-bottom: 110px;
}

.index4 .numBox .items {
  display: flex;
  justify-content: center;
  margin-bottom: 85px;
}

.index4 .numBox .item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 26.43%;
}

.index4 .numBox .item::after {
  position: absolute;
  right: 0;
  top: 16px;
  content: "";
  width: 3px;
  height: 60px;
  background: #d1d1d1;
}

.index4 .numBox .item:last-child:after {
  display: none;
}

.index4 .numBox .item .num {
  font-size: 30px;
  font-weight: 600;
  color: #e50112;
  line-height: 29px;
  text-align: center;
}

.index4 .numBox .item .num span {
  font-size: 60px;
  margin-right: 10px;
}

.index4 .numBox .item p {
  font-size: 24px;
  font-weight: 500;
  color: #999999;
  line-height: 29px;
  margin-top: 20px;
  text-align: center;
}

.index4 .content .items {
  display: flex;
  justify-content: space-between;
}

.index4 .content .item h3 {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 29px;
  margin-bottom: 20px;
}

.index4 .content .item:nth-child(1),
.index4 .content .item:nth-child(3) {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.index4 .content .item:nth-child(3) {
  text-align: right;
}

.index4 .content p {
  color: #999999;
  line-height: 19px;
  font-weight: 500;
}

.index5 {
  padding: 82px 0 62px;
}

.index5 .title {
  margin-bottom: 86px;
}

.index5 .swiper {
  padding: 84px 0;
}

.index5 .swiper-slide-active.swiper-slide {
  transform: scale(1.216);
  background: #e50112;
}

.index5 .swiper-slide {
  width: 370px;
  height: 490px;
  background: #f8f8f8;
  box-shadow: 2px 1px 14px 2px #a4a3a3;
}

.index5 .swiper-slide .text {
  padding: 20px 40px 10px 15px;
}

.index5 .swiper-slide h3 {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #666666;
  line-height: 13px;
  margin-bottom: 20px;
}

.index5 .swiper-slide h3::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 36px;
  height: 1px;
  background: #666666;
}

.index5 .swiper-slide ul li {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  line-height: 26px;
}

.index5 .swiper-slide-active.swiper-slide .text {
  padding: 30px 40px 50px 16px;
}

.index5 .swiper-slide-active.swiper-slide h3,
.index5 .swiper-slide-active.swiper-slide li {
  color: #fff;
  font-size: 14px;
}

.index5 .swiper-slide-active.swiper-slide h3::after {
  background: #fff;
}

.index6 {
  padding: 76px 0 80px;
  background: url("/public/static/images/home/en-us/index6Bg.png") no-repeat
    center;
  background-size: cover;
}

.index6 .title {
  margin-bottom: 110px;
}

.index6 .swiper {
  padding: 0 110px;
}

.index6 .content {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  margin-top: -30px;
  height: 200px;
  padding: 14px 9px 30px 16px;
}

.index6 .top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index6 .top .img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.index6 .top .text {
  margin-left: 16px;
}

.index6 .top .text .name,
.index6 .top .text p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
}

.index6 .top .text .name {
  margin-bottom: 8px;
}

.index6 .content p {
  color: #666666;
  line-height: 24px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

.index6 .content .img {
  margin-bottom: 16px;
}

.index6 .swiper {
  padding-bottom: 60px;
}

.index6 .swiper-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.index6
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 16px;
  height: 6px;
  border-radius: 3px;
  margin: 0 7.5px !important;
}

.imgBanner .wrap h1 {
  text-align: left;
  margin-bottom: 30px;
}

section.inside .title h2::after {
  display: none;
}

section.inside .title h2::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 30px;
  background: #e60011;
  margin-right: 20px;
}

.service1 {
  padding: 16px 0 100px;
}

.service1 .title h2 {
  margin-bottom: 32px;
}

.service1 .title p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  line-height: 27px;
  margin-bottom: 36px;
}

.service2 {
  padding: 76px 0 110px;
  background: #f2f4f4;
}

.service2 .title .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 74px;
}

.service2 .title h2 {
  width: 44.83%;
  text-align: left !important;
  line-height: 58px;
  padding-left: 30px;
}

section.inside .service2 .title h2::before {
  position: absolute;
  left: 0;
  top: 15px;
}

.service2 .title p {
  width: 51.57%;
  font-size: 18px;
  font-weight: normal;
  color: #999999;
  line-height: 27px;
}

.service2 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 92%;
  margin: 0px auto;
}

.service2 .content .imgs {
  display: flex;
  justify-content: center;
  gap: 50px;
  width: 100%;
}

.service2 .content .imgs .img {
  width: 30vw;
}
.service2 .content .imgs .img img {
  transition: all 0.6s;
}
.service2 .content .imgs .img img:hover {
  transform: scale(1.1, 1.1);
}
.service2 .content .imgs + .imgs {
  margin-top: -90px;
}
@media (max-width: 990px) {
  .service2 .content .imgs + .imgs {
    margin-top: -7%;
  }
  @media (max-width: 768px) {
    .service2 .content .imgs {
      gap: 2vw;
    }
    .service2 .content .imgs .img {
      width: 33%;
    }
    .index3 .item {
      background-image: none !important;
    }
    .index3 .item .img {
      display: block;
      width: 100%;
    }
    .index3 .item:first-child img {
      height: auto;
    }
    .index3 .item .img img {
      width: 100%;
      height: auto;
      object-fit: cover;
      vertical-align: bottom;
    }
  }
}
.service3 {
  padding: 87px 0 114px;
}

.service3 .title h2 {
  margin-bottom: 38px;
}

.service3 .title p {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 70px;
}

.service3 .items {
  display: flex;
  justify-content: space-between;
}

.service3 .item {
  position: relative;
  width: 14.28%;
}

.service3 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  margin-bottom: 20px;
}

.service3 .item p {
  text-align: center;
}

.service3 .icon-img {
  padding-top: 4%;
}

.service4 {
  padding: 105px 0 120px;
  background: url("/public/static/images/home/en-us/service3Bg.png") no-repeat
    center;
  background-size: cover;
}

.service4 .title {
  margin-bottom: 78px;
}

.service4 .swiper-slide {
  padding: 0 16.4%;
}

.service4 .swiper-slide h2 {
  font-size: 24px;
  font-weight: bold;
  color: #999999;
  line-height: 27px;
  margin-bottom: 20px;
  text-align: center;
}

.service4 .swiper-slide p {
  text-align: center;
}

.service5 {
  padding: 70px 0 62px;
}

.service5 .title h2 {
  text-align: left;
  margin-bottom: 13px;
}

.service5 .title {
  margin-bottom: 35px;
}

.prod {
  padding: 44px 0 80px;
  background: #f2f4f4;
}

.prod .title h2 {
  text-align: left;
  margin-bottom: 44px;
  font-size: 28px;
}

.prod .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.prod .item {
  position: relative;
}

.prod .item .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
}

.prod .item .text p {
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
}

.prod .item:hover img {
  transform: scale(1.1);
}

.profile1 {
  padding: 30px 0 40px;
}

.profile .title h2 {
  text-align: left;
}

.profile1 .title {
  margin-bottom: 27px;
}

.profile1 .content p + p {
  margin-top: 20px;
}

.profile2 {
  background: url("/public/static/images/home/en-us/profile2Bg.png") no-repeat
    center;
  background-size: cover;
  padding: 52px 0 40px;
}

.profile2 .title {
  margin-bottom: 20px;
}

.profile2 .item {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  background: #fff;
  height: 100px;
  width: 100%;
  padding-left: 7%;
}

.profile2 .item + .item {
  margin-top: 16px;
}

.profile2 .item .img {
  margin-right: 18px;
  width: 40px;
  display: flex;
  align-items: center;
}

.profile2 .item h3 {
  font-size: 24px;
  font-weight: 500;
  color: #666666;
  line-height: 40px;
  width: 150px;
  margin-right: 30px;
}

.profile2 .line {
  width: 40px;
  height: 4px;
  background: #ff0000;
  margin-right: 40px;
}

.profile2 .item p {
  width: 50%;
  font-weight: 500;
}

.profile3 {
  padding: 56px 0 54px;
  background: #f2f4f4;
}

.profile3 .tab-wrap {
  height: 80px;
  background: #ff0000;
}

.profile3 .tabs {
  display: flex;
  padding-top: 5px;
}

.profile3 .tab {
  height: 75px;
  flex: 1;

  font-size: 48px;
  font-weight: 500;
  color: #ffffff;
  line-height: 75px;
  text-align: center;
  cursor: pointer;
}

.profile3 .tab.on {
  color: #333333;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(188, 188, 188, 0.35);
}

.profile3 .box {
  display: none;
}

.profile3 .box p {
  padding: 63px 0 46px;
}

.profile3 .box.on {
  display: block;
}

.profile4 {
  padding: 68px 0 56px;
}

.profile4 .title h2 {
  margin-bottom: 37px;
}

.profile4 .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.profile4 .item {
  position: relative;
}

.profile4 .item .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
}

.profile4 .item .text p {
  line-height: 50px;
  color: #fff;
  text-align: center;
}

.profile4 .item:hover img {
  transform: scale(1.15);
}

.profile5 {
  background: #f2f4f4;
  padding: 48px 0 60px;
}

.profile5 .title h2 {
  text-align: center;
  margin-bottom: 30px;
}

.profile5 .swiper-slide p {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  text-align: center;
  padding-top: 17px;
}

.profile5 .profile5-swiper {
  position: relative;
  padding-bottom: 30px;
}

.profile5 .swiper-button-next,
.profile5 .swiper-button-prev {
  background: none;
  position: absolute;
  margin: 0;
  bottom: -10%;
  top: auto;
  left: 46%;
  z-index: 999;
}

.profile5 .swiper-button-next {
  right: 46%;
  left: auto;
}

.profile5 .swiper-button-prev:after,
.profile5 .swiper-button-next:after {
  content: "\eb06";
  font-family: "iconfont";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #333333;
  font-size: 50px;
}

.profile5 .swiper-button-next:after {
  content: "\eb05";
}

.profile5 .swiper-button-prev:hover:after,
.profile5 .swiper-button-next:hover:after {
  color: #e60011;
}

.cap1 {
  padding: 30px 0 82px;
}

.cap {
  background: url("/public/static/images/home/en-us/cap1Bg.png") no-repeat
    center;
}

.cap1 .title h2 {
  margin-bottom: 10px;
}

.cap1 .title p {
  text-align: center;
}

.cap1 .title {
  margin-bottom: 68px;
}

.cap1 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cap1 .items {
  display: flex;
  gap: 22px;
  justify-content: center;
}

.cap1 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 392px;
  height: 453px;
  background: url("/public/static/images/home/en-us/cap1Img.png") no-repeat
    center;
  padding: 114px 30px 0 20px;
}

.cap1 .item h3 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 19px;
  margin-bottom: 62px;
}

.cap1 .item h3::after {
  content: "";
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 80px;
  height: 4px;
  background: #ff0000;
}

.cap1 .item P {
  text-align: center;
}

.cap1 .item P + p {
  margin-top: 10px;
}

.cap1 .content .items + .items {
  margin-top: -90px;
}

.cap1 .item:hover {
  background: url("/public/static/images/home/en-us/cap1ImgOn.png") no-repeat
    center;
  background-size: cover;
}

.cap2 {
  height: 400px;
  padding-top: 35px;
  background: url("/public/static/images/home/en-us/cap2Bg.png") no-repeat
    center;
}

.cap2 .title h2 {
  color: #fff;
  margin-bottom: 20px;
}

.cap2 .title p {
  color: #ffffff;
  line-height: 27px;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

.cap2-video {
  margin-top: -212px;
}

.cap3 {
  padding: 78px 0 80px;
}

.cap3 .title h2 {
  text-align: left;
}

.cap3 .title {
  margin-bottom: 55px;
}

.cap3 .content {
  background: url("/public/static/images/home/en-us/cap3Bg.png") no-repeat
    center right;
  background-position: 100% 34%;
  padding: 0 76px;
}

.cap3 .content .items {
  display: grid;
  grid-template-columns: repeat(4, 200px);
  justify-content: space-between;
  gap: 47px 0;
}

.cap3 .item p {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 27px;
  text-align: center;
  margin-top: 20px;
}

.cap4 {
  padding: 75px 0 68px;
  background: #f2f4f4;
}

.cap4 .title h2 {
  margin-bottom: 20px;
}

.cap4 .title p {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.cap4 .title {
  margin-bottom: 20px;
}

.cap4 .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px 46px;
}

.cap4 .item h3 {
  font-size: 24px;
  font-weight: bold;
  color: #e60011;
  line-height: 24px;
  margin-bottom: 24px;
}

.market1 {
  padding: 20px 0 114px;
}

.market1 .items {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; */
  /* display: grid;
  column-gap: 0.5rem;
  grid-template-columns: repeat(auto-fill,minmax(40vw,1fr)); */
}

.market1 .item {
  float: left;
  width: 48%;
  margin-top: -20%;
}

.market1 .item:first-child {
  margin-top: 0;
}

.market1 .item:nth-child(2n) {
  margin-left: 30px;
  margin-top: 0;
}

.market1 .item:nth-child(2) {
  margin-top: 20%;
}

.market .imgBanner .wrap h1 {
  margin-bottom: 0;
  margin-top: 30px;
}

.case .imgBanner .wrap h1 {
  text-transform: capitalize;
}

.market1 .item {
  position: relative;
}

.ejectEmail_form textarea {
  outline: none;
}

.market1 .item .text {
  padding: 20px;
}

.market1 .item .text h2 {
  font-size: 30px;
  font-weight: 600;
  color: #333;
  line-height: 48px;
  margin-bottom: 18px;
}

.market1 .item .text p {
  color: #999;
  margin-bottom: 20px;
  min-height: 50px;
  font-size: 18px;
  font-weight: 500;

  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
  overflow: hidden;
}

.market1 .item .text a.more1 {
  box-sizing: border-box;
  display: block;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  width: 200px;
  height: 40px;
  background: #e50112;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #e50112;
  display: flex;
  align-items: center;
  justify-content: center;
}

.market1 .item .text a.more1:hover {
  background: #fff;
  color: #e50112;
}

.market1 .item {
  min-height: 630px;
}

.market1 .img:hover img {
  transform: scale(1.052);
}

.market1 a.more {
  margin: 0 auto;
  margin-top: 86px;
}

.outdoor .imgBanner p {
  width: 60%;
}

.outdoor .title h2 {
  text-align: left;
}

.outdoor1 {
  padding: 20px 0 57px;
}

.outdoor1 .title h2 {
  margin-bottom: 42px;
}

.outdoor1 .title p {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 36px;
}

.outdoor1 .title {
  margin-bottom: 20px;
}

.outdoor1 .content p {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  line-height: 36px;
}

.outdoor1 .content p + p {
  margin-top: 20px;
}

.outdoor1 .content .text p + p {
  margin-top: 0;
}

.outdoor1 .content .text + .text {
  margin-top: 20px;
}

.outdoor2 {
  padding: 46px 0 80px;
  background: url("/public/static/images/home/en-us/outdoor2Bg.png") no-repeat
    center;
}

.outdoor2 .title {
  margin-bottom: 42px;
}

.outdoor2 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.outdoor2 .item {
  height: 370px;
  background: #ffffff;
  border: 1px solid #ff0000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.outdoor2 .item h3 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #e50112;
  line-height: 24px;
  margin-bottom: 20px;
}

.outdoor2 .item h3::after {
  position: absolute;
  left: 50%;
  bottom: -14px;
  content: "";
  width: 40px;
  height: 4px;
  background: #e50112;
  transform: translateX(-50%);
}

.outdoor2 .item p {
  text-align: center;
}

.outdoor3 {
  padding: 46px 0 76px;
}

.outdoor3 .title {
  margin-bottom: 40px;
}

.outdoor3 .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.outdoor3 .item {
  position: relative;
  height: 453px;
  background: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(188, 188, 188, 0.35);
  padding: 40px 20px 0 22px;
}

.outdoor3 .item .img {
  position: absolute;
  bottom: 22px;
  right: 30px;
}

.outdoor3 .item h3 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 29px;
  margin-bottom: 40px;
}

.outdoor3 .item h3::after {
  position: absolute;
  bottom: -22px;
  left: 0;
  content: "";
  width: 130px;
  height: 2px;
  background: #ff0000;
}

.outdoor3 .item p {
  font-weight: 500;
  color: #999999;
}

.outdoor4 {
  padding: 36px 0 70px;
  background: #f2f4f4;
}

.outdoor4 .title {
  margin-bottom: 36px;
}

.outdoor4 .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.outdoor4 .item .img:hover img {
  transform: scale(1.12);
}

.outdoor4 .item + .item {
  margin-top: 20px;
}

.outdoor4 .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.outdoor4 .item .content {
  width: 48.29%;
  min-height: 323px;
  background: #ffffff;
  padding: 62px 90px 0 42px;
}

.outdoor4 .item h3 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 40px;
  margin-bottom: 20px;
}

.outdoor4 .item p {
  font-weight: 500;
}

.outdoor5 {
  padding: 50px 0;
}

.outdoor5 .title {
  margin-bottom: 52px;
}

.outdoor5 .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 15px;
}

.outdoor5 .item {
  position: relative;
}

.outdoor5 .item .content {
  position: absolute;
  top: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);

  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.outdoor5 .item .content h3 {
  position: relative;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  line-height: 22px;
  padding-left: 22px;
}

.outdoor5 .item .content h3::after {
  position: absolute;
  content: "";
  top: 9px;
  left: 3px;

  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
}

.outdoor5 .item .content h3::before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;

  width: 12px;
  height: 12px;
  background: #ffffff;
  opacity: 0.5;
  border-radius: 50%;
}

.outdoor5 .item:hover img {
  transform: scale(1.15);
}

.outdoor5 .item:hover .content {
  top: 0;
  opacity: 1;
}

.case .tabBox {
  background: url("/public/static/images/home/en-us/case1Bg.png") no-repeat
    center;
}

.case .tabBox .tabs {
  display: flex;
  align-items: center;
  height: 120px;
  overflow: hidden;
}

.case .tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: auto;
  height: 100%;
  margin-top: 5px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 29px;
  text-align: center;
  border-right: 2px solid #fff;
  cursor: pointer;
  text-transform: uppercase;
}

.case .tab:last-child {
  border-right: none;
}
.case .tab a {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}
.case .tab.on {
  background: #fff;
  color: #e60011;
}
.case .tab.on a {
  color: #656565;
}

.case .tab.on::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;

  transform: translateX(-50%);

  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 22px solid #e60011;
}

.case .content {
  padding: 70px 0 86px;
}

.case .content .box {
  display: none;
}

.case .content .box.on {
  display: block;
}

.case .content .item {
  padding: 18px 0;
  border-top: 1px solid #f2f4f4;
  border-bottom: 1px solid #f2f4f4;
}

.case .content .item .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.case .content .item:nth-child(2n) .wrap {
  flex-direction: row-reverse;
}

.case .content .item h3 {
  font-size: 24px;
  font-weight: bold;
  color: #e60011;
  line-height: 24px;
  margin-bottom: 44px;
}

.case .content .item li {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  line-height: 27px;
}

.case .content .item ul {
  margin-bottom: 30px;
}

.case .content .item a.more1 {
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  color: #e50112;
  line-height: 18px;
}

.case .item .img:hover img {
  transform: scale(1.12);
}

.case .text {
  width: 47.86%;
}

.case .item .title {
  position: relative;
}

.case .item .title h3 {
  position: relative;
  text-transform: uppercase;
}

.case .item .img {
  z-index: 20;
}

.case .title::before {
  position: absolute;
  left: 0;
  top: -64%;
  width: 150%;
  content: "Outdoor public events";
  text-transform: uppercase;
  color: #eeeeee;
  font-size: 52px;
  font-weight: bold;
  line-height: 37px;
}

.case .item:nth-child(2) .title::before {
  content: "Double side outdoor screen";
}

.case .item:nth-child(3) .title::before {
  content: "Outdoor advertising";
}

.case .item:nth-child(4) .title::before {
  content: "Outdoor led billboard";
}

.case .item:nth-child(5) .title::before {
  content: "Outdoor advertising led";
}

.cate1 {
  padding: 20px 0;
}
.cate1_more {
  width: 280px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  background: #e50112;
  border-radius: 29px;
  margin: 0px auto;
  margin-top: 50px;
}
.cate1_more:hover {
  color: #fff;
}
.cate1 h4 {
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 15px;
}
.cate1 h5 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.cate1 .title {
  margin-bottom: 30px;
}

.cate1 ul li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  line-height: 27px;
  padding-left: 16px;
}

.cate1 ul li::after {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 10px;
  height: 10px;
  background: #999999;
  border-radius: 50%;
}

.cate1 ul li + li {
  margin-top: 20px;
}

.cate .title h2 {
  text-align: left;
  font-size: 28px;
}

.cate2 {
  padding: 44px 0 72px;
  background: #f2f4f4;
}

.cate2 .title h2 {
  text-align: left;
  margin-bottom: 30px;
}

.cate3 {
  padding: 55px 0 88px;
}

.cate3 .title {
  margin-bottom: 38px;
}

.cate3 table {
  border-left: none;
  border-right: none;
}

.cate3 table thead {
  background: #f2f4f4;
  font-size: 18px;
  font-weight: bold;
}

.cate3 table tr th:first-child,
.cate3 table tr td:first-child {
  border-left: none;
}

.cate3 table tr th:last-child,
.cate3 table tr td:last-child {
  border-right: none;
}

.cate3 table tbody tr td {
  font-size: 16px;
  color: #999999;
  word-break: break-all;
}

.cate3 table a {
  font-weight: 400;
  text-decoration: underline;
  color: #333333;
}

.cate4 {
  padding-bottom: 38px;
}

.cate4 .title {
  margin-bottom: 38px;
}

.cate4 .items .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cate4 .item h3 {
  font-size: 24px;
  font-weight: 500;
  color: #e60011;
  line-height: 24px;
  margin-bottom: 10px;
}

.cate4 .item .content {
  width: 50%;
}

.cate4 .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.cate4 .item:nth-child(2n) .content {
  padding: 0 10px;
}

.cate4 .item .img:hover img {
  transform: scale(1.12);
}

.cate5 {
  background: #f2f4f4;
  padding: 44px 0 52px;
}

.cate5 .title h2 {
  text-align: center;
  margin-bottom: 10px;
}

.cate5 .title p {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.cate5 .title {
  margin-bottom: 24px;
}

.cate6 {
  padding: 60px 0;
}

.cate6 .title h2 {
  margin-bottom: 20px;
}

.cate6 .title p {
  width: 42%;
}

.cate6 .title {
  margin-bottom: 36px;
}

.cate6 .imgs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cate6 .img:hover img {
  transform: scale(1.12);
}

.cate7 {
  padding: 80px 0;
  background: #f2f4f4;
}

.cate7 .title h2 {
  margin-bottom: 20px;
}

.cate7 .title {
  margin-bottom: 45px;
}

.cate7 .content {
  display: flex;
  background: #eeeeee;
  box-shadow: 0px 2px 22px 2px rgba(178, 178, 178, 0.21);
  height: 600px;
}

.cate7 .content .left {
  width: 50%;
  background: #fff;
  margin-right: 4px;
}

.cate7 .content .right {
  background: #eeeeee;
  flex: 1;
}

.cate7 .content .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.cate7 .content .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  height: 100%;
  gap: 4px;
}

.cate7 .content .item {
  position: relative;
  background: #fff;
}

.cate7 .content .item p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: -1px;
}

.cate8 {
  padding: 32px 0 34px;
}

.cate8 .title h2 {
  text-align: center;
  margin-bottom: 10px;
}

.cate8 .title p {
  text-align: center;
}

.cate8 .title {
  margin-bottom: 40px;
}

.cate8 .img + .img {
  margin-top: 20px;
}

.cate9 {
  padding: 48px 0 100px;
  background: #f2f4f4;
}

.cate9 .title {
  margin-bottom: 45px;
}

.cate9 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.cate9 .item {
  position: relative;
}

.cate9 .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
}

.cate9 .item .text p,
.cate9 .item .text a {
  text-align: center;
  color: #fff;
  line-height: 40px;
}

.prosline2 {
  padding-top: 40px;
  padding-bottom: 55px;
}
.prosline2 h3 {
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
  color: #1b1b1b;
}
.prosline2 p {
  font-size: 16px;
  color: #1b1b1b;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
}
.prosline2 .txt1 {
  font-size: 18px;
  color: #1b1b1b;
  line-height: 1.5;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
}
.prosline2 a.more {
  display: inline-block;
  width: 165px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #e50112;
}
.prosline3 .tab_btns .items {
  display: flex;
  border-top: 1px solid #e50112;
  border-bottom: 1px solid #e50112;
  text-align: center;
}
.prosline3 .tab_btns .items .item {
  position: relative;
  width: 20%;
  padding: 5px 0;
  transition: all 0.3s;
}
.prosline3 .tab_btns .items .item.on::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -8px;
  border-top: 9px solid #e50112;
  border-bottom: 9px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.prosline3 .tab_btns .items .item a {
  display: block;
  font-size: 15px;
  line-height: 40px;
  border-right: 1px solid #e50112;
}
.prosline3 .tab_btns .items .item:nth-last-child(1) a {
  border: 0;
}
.prosline3 .tab_btns .items .item.on {
  background: #e50112;
}
.prosline3 .tab_btns .items .item.on a {
  color: #fff;
}

.products_form {
  width: 100%;
  height: auto;
  padding-bottom: 34px;
}
.products_form_ul {
  width: 80%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px auto;
  margin-top: 58px;
}
.products_form_ul:after,
.products_form_ul:before {
  display: none;
}
.products_form_ul li {
  width: 48.5%;
  height: auto;
  margin-bottom: 15px;
}
.products_form_ul li:nth-last-of-type(1) {
  width: 100%;
}
.products_form_ul li input {
  width: 100%;
  height: 40px;
  border: 1px solid #666;
  background: none;
  outline: none;
  font-size: 16px;
  padding: 0 12px;
  color: #333;
}
.products_form_ul li textarea {
  width: 100%;
  height: 200px;
  resize: none;
  font-size: 16px;
  color: #333;
  outline: none;
  padding: 12px;
}
.products_form_btn {
  width: 260px;
  height: 58px;
  border-radius: 29px;
  background: #e50112;
  color: #fff;
  display: block;
  border: none;
  margin: 0px auto;
  margin-top: 0;
}
.products_form_ul li .tips {
  font-weight: 400;
  color: #e50112;
  font-size: 14px;
}
.products_form_title {
  width: 100%;
  height: auto;
}
.products_form_title h2 {
  font-size: 48px;
  font-weight: 600;
  color: #333;
  text-align: center;
}
.products_form_title p {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  color: #666;
  margin-top: 10px;
}

.product-detail .tabBox {
  width: 100%;
  background: #e50112;
  margin-top: 70px;
  position: sticky;
  top: 0px;
  z-index: 99;
}

.product-detail .tabs {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0 3px;
}

.product-detail .tab {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 60px;
  cursor: pointer;
  flex: 1;
  text-align: center;
  /* margin-top: 7px; */
}

.product-detail .tab.on,
.product-detail .tab:hover {
  background: #fff;
  color: #e50112;
}

/* .product-detail .content .box {
  display: none;
} */

/* .product-detail .content .box.on {
  display: block;
} */

.product-detail .content .wrap {
  padding: 48px 0;
}
/* .product-detail .content .wrap .content{
    width: 48.5%;
}
.product-detail .content .wrap .img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48.5%;
} */
.prodDetail1 {
  padding-bottom: 48px;
}

.prodDetail ul {
  padding-left: 20px;
}

.prodDetail ul li {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  line-height: 27px;
  list-style: disc;
}

.prodDetail2 {
  background: #f2f4f4;
  padding: 48px 0;
}

.prodDetail h4 {
  font-size: 18px;
  font-weight: 600;
  color: #e60011;
  line-height: 18px;
  margin-bottom: 30px;
}

.prodDetail2 .pboxs .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prodDetail2 .pboxs .item:first-child,
.prodDetail2 .pboxs .item:last-child {
  width: 23.57%;
}

.prodDetail2 .pboxs .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.prodDetail2 .pboxs .item:first-child .pbox + .pbox {
  margin-top: 40px;
}

.prodDetail2 .pboxs .item .pbox h3 {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 27px;
  margin: 10px 0 24px;
}

.prodDetail2 .pboxs .item .pbox p {
  font-size: 18px;
}

.prodDetail2 .ctx .items {
  display: flex;
  gap: 7px;
  margin-top: 70px;
}

.prodDetail2 .ctx .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 270px;
  background: #ffffff;
  box-shadow: 0px 2px 22px 2px rgba(178, 178, 178, 0.21);
  padding: 38px 22px 0 22px;
}

.prodDetail2 .ctx .item .img {
  margin-bottom: 20px;
}

.prodDetail2 .ctx .item p {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 27px;
  text-align: center;
}

.prodDetail3 {
  padding-top: 48px;
}

.prodDetail3 .item {
  display: flex;
  align-items: center;
}

.prodDetail3 .item .text {
  width: 40%;
  margin-left: 40px;
}

.product-head h1 {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 48px;
  margin-bottom: 26px;
}

.product-head .row {
  height: 100%;
  display: flex;
  align-items: center;
}

.product-head .row .col-md-6 {
  height: 100%;
}

/* .product-head .row .wrap {
  display: flex;
  align-items: center;
} */

.product-head .swiper-box {
  position: relative;
}

.product-head a.more {
  width: 101px;
  height: 41px;
  background: #ff0000;
  border-radius: 4px;
  font-size: 18px;
  margin: 20px 0;
}

.product-head .wrapper {
  background: #ffffff;
  box-shadow: 0px 2px 22px 2px rgba(178, 178, 178, 0.21);
}

.product-detail .box {
  background: #f2f4f4;
}

.prodDetail2Box1,
.prodDetail2Box2 {
  margin-bottom: 8px;
  background: #fff;
}

.prodDetail2Box3 {
  background: #fff;
}
.cate1 ul,
.cate1 ul li {
  list-style: none;
}

.prodDetail2Box1 .wrap,
.prodDetail2Box2 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}

.prodDetail .slider_table td,
.prodDetail .slider_table th,
.prodDetail .slider_table table {
  border-left: none;
  border-right: none;
}

.prodDetail tbody tr:last-child td,
.prodDetail .slider_table table {
  border-bottom: none;
}

.prodDetail td {
  color: #999999;
  font-size: 18px;
}

.prodDetail2Box2 .wrap {
  flex-direction: row-reverse;
}

.prodDetail2Box3 .wrap {
  padding: 40px 0;
}

.prodDetail2Box3 ul {
  margin-top: 50px;
}

.prodDetail2Box3 .slider_table table {
  border-bottom: 1px solid #ccc;
}

.slider_table td,
.slider_table th {
  border-color: #ddd;
}

.prodDetail .prod {
  background: #fff;
}

.prodDetail3Box1,
.prodDetail4Box1 {
  background: #fff;
}

.prodDetail3Box1 .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 35px;
}

.prodDetail3Box1 .item {
  position: relative;
}

.prodDetail3Box1 .item .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
}

.prodDetail3Box1 .item .text p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
}

.prodDetail3Box1 .item:hover img {
  transform: scale(1.15);
}

.prodDetail4Box1 .items {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  justify-content: space-between;
}
.prodDetail4Box1 .items .item {
  margin-bottom: 30px;
}
.prodDetail4Box1 .item .img img:nth-child(2) {
  display: none;
}

.prodDetail4Box1 .item .img {
  margin-bottom: 18px;
  display: flex;
  justify-content: center;
}

.prodDetail4Box1 .item a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  color: #999999;
  line-height: 24px;
  text-align: center;
}

.prodDetail4Box1 .item:hover .img img:nth-child(1) {
  display: none;
}

.prodDetail4Box1 .item:hover .img img:nth-child(2) {
  display: block;
}

.prodDetail4Box1 .item:hover a {
  color: #e60011;
}

.product-detail .prodDetail4Box1 .wrap {
  padding: 76px 0;
}

.prodDetail1Box .wrap {
  background: #fff;
}

.service4 .swiper-button-next,
.service4 .swiper-button-prev,
.index5 .swiper-button-next,
.index5 .swiper-button-prev {
  background: none;
  position: absolute;
  margin: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

[lang="ar"] .index5 .swiper-button-prev {
  right: auto;
  left: 0;
}

.service4 .swiper-button-next,
.index5 .swiper-button-next {
  right: 0;
  left: auto;
}

.service4 .swiper-button-prev:after,
.service4 .swiper-button-next:after,
.index5 .swiper-button-prev:after,
.index5 .swiper-button-next:after {
  content: "\e653";
  font-family: "iconfont";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #999999;
  font-size: 34px;
}

.service4 .swiper-button-next:after,
.index5 .swiper-button-next:after {
  content: "\e775";
}

.service4 .swiper-button-prev:hover:after,
.service4 .swiper-button-next:hover:after,
.index5 .swiper-button-prev:hover:after,
.index5 .swiper-button-next:hover:after {
  color: #e60011;
}

.swiper-box .swiper-slide {
  box-shadow: 0px 2px 22px 2px rgb(178 178 178 / 21%);
}

.product-head .product-thumbs .swiper {
  padding: 20px 10px;
}

.cates .items {
  display: flex;
  flex-direction: column;
}

.cates .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.2rem;
}

.cates .wrap .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45.7%;
  /* height: 4.8rem; */
}

.cates .wrap .img img {
  height: 90%;
}

.cates .wrap .content {
  width: 49.28%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cates .wrap h2 {
  font-size: 30px;
  color: #333333;
  font-weight: 600;
  line-height: 0.36rem;
  margin-bottom: 0.3rem;
}

.cates .wrap p {
  font-size: 18px;
  color: #999;
  font-weight: 500;
}

.cates .wrap a.more {
  margin-top: 0.56rem;
}

.cates .item:nth-child(2n) {
  background-color: #fafafa;
}

.cates .item:nth-child(2n) .wrap {
  flex-direction: row-reverse;
}

.cates .wrap .img:hover img {
  transform: scale(1.05);
}

.imgBanner .img {
  filter: brightness(0.7);
}

.cate5 .title h2,
.cate5 .title p,
.cate8 .title h2,
.cate8 .title p {
  text-align: left;
  margin: 0;
}

.cate5 .title h2 {
  margin-bottom: 20px;
}

.cate6 .title p {
  width: 100%;
}

.cate6 .items {
  display: flex;
  justify-content: space-between;
}

.cate6 .item {
  text-align: center;
}

.cate6 .item .img {
  margin-bottom: 10px;
}

.cate8 .title h2 {
  margin-bottom: 20px;
}

@keyframes example {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.news_box .lt {
  position: sticky;
  top: 20px;
}
.newsForm {
  width: 100%;
  height: auto;
  box-shadow: 0 0 15px #eee;
  margin-top: 5%;
}
.newsForm .title {
  width: 100%;
  height: 40px;
  background-color: #e50112;
  padding-left: 3%;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 10px;
  color: #fff;
}
.newsForm form {
  width: 100%;
  margin-top: 10px;
  padding: 15px 10px;
}
.newsForm .info {
  margin-bottom: 3%;
}
.newsForm input[type="text"] {
  width: 100%;
  height: auto;
  font-size: 14px;
  color: #000;
  padding-left: 10px;
  border: 1px solid #eee;
  height: 35px;
}
.newsForm .tips {
  font-size: 12px;
  color: red;
}
.newsForm textarea {
  width: 100%;
  height: 60px;
  resize: none;
  font-size: 14px;
  color: #000;
  padding: 10px 0 0 10px;
  border: 1px solid #eee;
}

.newsForm input[type="submit"] {
  width: 80%;
  height: 35px;
  border: none;
  cursor: pointer;
  line-height: 35px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #e50112;
}

.newsList {
  width: 100%;
  height: auto;
  margin: 5% 0;
}
.newsList li {
  width: 100%;
  height: auto;
}
.newsList li img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  vertical-align: bottom;
}
.newsList li .text {
  display: block;
  width: 100%;
  padding: 3%;
  background: #f7f7f7;
  box-shadow: 0 0 10px #eeee;
}
.newsList li .time {
  font-size: 14px;
  color: #000;
}
.newsList li .name {
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  color: #000;
  margin: 2% 0 4% 0;
}
.newsList li .ls {
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}

@media (max-width: 1720px) {
}

@media (max-width: 1620px) {
  .market1 .item {
    min-height: 44vw;
  }
}

@media (max-width: 1400px) {
  .market1 .item {
    min-height: 50vw;
  }
  header .head-bottom .nav-list > .prod .nav-two-div {
    width: 100%;
  }

  .container {
    width: 100%;
    padding: 0 20px;
  }

  .container_1600,
  .container_1400 {
    width: 1400px;
  }

  .index2 .content .wrap {
    padding: 20px;
  }

  .index2-bottom .tab {
    height: 140px;
  }

  .index2-bottom .tab .img {
    margin-top: 4%;
  }

  .index3 .wrap .content {
    padding: 20px 0;
  }

  .index3 .wrap .content .title h2 {
    margin-bottom: 10px;
  }

  .index3 .wrap .content p + p {
    margin-top: 10px;
  }

  .index3 .wrap .content a.more {
    margin-top: 10px;
  }
}

@media (max-width: 1220px) {
  .container_1600,
  .container_1400 {
    width: 100%;
  }

  .market1 .item {
    min-height: 56vw;
  }
}

@media screen and (max-width: 1280px) {
  header .head-bottom .nav-list > li a {
    font-size: 16px;
  }

  header .head-bottom .logo {
    padding: 6px 0;
  }

  header .head-bottom .nav-list > li > a {
    padding: 16px 0;
  }

  header .head-bottom .nav-list > li {
    padding: 0 15px;
  }

  .index1 .items {
    gap: 30px;
  }

  .index1 .content .text {
    padding: 20px;
  }

  .index4 .wrap {
    height: auto;
  }

  .index4 .text p {
    font-size: 16px;
  }

  .index4 .wrap .content .title h2 {
    margin-bottom: 20px;
  }

  .index4 .text p + p {
    margin-top: 20px;
  }

  .footer-contact {
    height: 400px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1400px;
  }

  .container_1600 {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .Three_menu_box {
    padding-left: 10px;
  }

  .Crumbs ul li a,
  .Crumbs ul li,
  .Crumbs ul li a span,
  .Crumbs ul i {
    font-size: 14px;
    line-height: 1.2;
  }

  .Crumbs span.youAreHere {
    display: none;
  }

  body {
    padding-top: 60px;
  }

  /*移动端隐藏模块*/
  .header {
    display: none;
  }

  /*移动端头部*/
  .m_header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 100002;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }

  .m_header {
    height: 60px;
  }

  .logo_box {
    width: 100%;
    height: 60px;
    text-align: center;
    padding: 5px 0;
    line-height: 0;
    font-size: 0;
    zoom: 1;
  }

  .logo_box img {
    height: 100%;
  }

  .nav_toggle {
    color: #fff;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    transform-origin: 50% 50%;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -13px;
    z-index: 999;
  }

  .nav_toggle {
    cursor: pointer;
    padding: 10px 35px 16px 0;
  }

  .nav_toggle span,
  .nav_toggle span:before,
  .nav_toggle span:after {
    cursor: pointer;
    height: 3px;
    width: 40px;
    background: #000000;
    position: absolute;
    display: block;
    content: "";
  }

  .nav_toggle span:before {
    top: -10px;
  }

  .nav_toggle span:after {
    bottom: -10px;
  }

  .nav_toggle span,
  .nav_toggle span:before,
  .nav_toggle span:after {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
  }

  .nav_toggle.active span {
    background-color: transparent;
  }

  .nav_toggle.active span:before,
  .nav_toggle.active span:after {
    top: 0;
  }

  .nav_toggle.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }

  .nav_toggle.active span:after {
    transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    top: 10px;
  }

  /*移动端导航*/
  .m_header .m_nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    z-index: 2;
    overflow: auto;
    border-top: 1px solid #f0f0f0;
    margin-top: -1px;
  }

  .m_header .m_nav_list a {
    display: block;
    width: 100%;
    padding: 0 15px;
    line-height: 35px;
    text-align: left;
    font-size: 14px;
    color: #000000;
  }

  .m_header .m_nav_list > li {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    transition: transform 0.5s ease;
    transform: matrix(1, -1, 0, 1, 200, 100);
  }

  .m_header .m_nav_list > li > i {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #000;
    top: 8px;
    right: 10px;
    cursor: pointer;
    z-index: 2;
    background: url("/public/static/images/home/en-us/reset/li_click.png")
      no-repeat top center;
  }

  .m_header .m_nav_list > li > a {
    opacity: 0;
  }

  .m_header .m_nav_list .dropdown .dropdown_menu {
    height: 0;
    overflow: hidden;
  }

  .m_header .m_nav_list .dropdown .dropdown_menu.on {
    height: auto;
  }

  .m_header .m_nav_list .dropdown_menu > li {
    border-top: 1px solid #f0f0f0;
    background: #f5f5f5;
  }

  .footer_box .fast_navigation .item {
    display: none;
  }

  .contactBox202006131030 .textBox h2,
  .contactBox202006131030 .title h2 {
    letter-spacing: 0;
  }

  .footer_box .footerForm {
    padding: 20px;
  }

  .content h2 {
    font-size: 26px;
    padding: 20px 0;
  }

  section .title h2,
  section .title h1 {
    margin-bottom: 20px !important;
    line-height: 1 !important;
  }

  section .contact .wrap h3 {
    font-size: 20px;
  }

  section .contact .wrap p {
    font-size: 16px;
  }

  section .contact {
    padding: 20px 0;
    background-size: cover;
  }

  section p {
    font-size: 16px;
  }

  .footer-share {
    display: none;
  }

  .copyright-left {
    line-height: 1.2;
    padding: 10px 0;
  }

  .imgBanner .content {
    align-items: center;
    justify-content: center;
  }

  .index1 {
    padding: 20px 0;
  }

  .index1 .context {
    flex-direction: column;
  }

  .index1 .context .wrap {
    position: unset;
  }

  .index1 .context .tabs {
    width: 100%;
  }

  .index1 .context .boxs {
    width: 100%;
  }

  .index1 .box .content {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .index1 .content .img {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .index1 .content .text {
    width: 100%;
  }

  .index1 .content .text h3 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1;
  }

  .index1 .content .text .more {
    margin-top: 20px;
  }

  .index1 .box .content {
    position: unset;
  }

  .index1 .box > .img {
    display: none;
  }

  .index1 .box {
    padding: 20px;
    background: url("/public/static/images/home/en-us/index1Img1.png") no-repeat
      center;
  }

  .index1 .context .tab.on::after {
    left: 0;
    width: 100%;
  }

  .index2-bottom {
    position: unset;
  }

  .index2 .context {
    flex-direction: column;
  }

  .index2 .context > .img {
    position: unset;
    width: 100%;
    display: none;
  }

  .index2-bottom .tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .index2 .context .content {
    width: 100%;
    height: auto;
  }

  .index2-bottom .tab {
    height: auto;
    padding: 20px 0;
  }

  .index2 {
    display: flex;
    flex-direction: column-reverse;
    background: url("/public/static/images/home/en-us/index2Img.png") no-repeat
      center;
    background-size: cover;
  }

  .index2 .content .title {
    padding: 20px 0;
    text-align: center;
  }

  .index2 .content .title h2 {
    text-align: center;
    margin-bottom: 0 !important;
  }

  .index2 .content .wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .index2 .content .wrap .icon-img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .index2 .content .text h3 {
    text-align: center;
    margin-bottom: 20px;
  }

  .index2 .content .boxs {
    margin-bottom: 20px;
  }

  .index2 .content .boxs::after {
    display: none;
  }

  .index2-bottom .tab p {
    width: 100%;
    font-size: 16px;
  }

  .index3 {
    padding: 20px 0;
  }

  .index3 .title {
    margin-bottom: 0;
  }

  .index3 .items {
    grid-template-columns: 100%;
  }

  .index3 .item {
    grid-column: auto !important;
  }

  .index3 .item:first-child img {
    height: 460px;
  }

  .index4 .wrap {
    flex-direction: column-reverse;
    width: 100%;
    padding: 20px 0;
  }

  .index4 .wrap .content,
  .index4 .img {
    width: 100%;
  }

  .index4 .img {
    position: unset;
  }

  .index4 .img::after {
    display: none;
  }

  .index4 {
    margin-bottom: 20px;
  }

  .index5 {
    padding: 20px 0;
    background-size: cover;
    margin-bottom: 20px;
  }

  .index5 .items {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .index5 .item {
    height: auto;
    padding: 20px;
  }

  .index5 .item h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-contact {
    height: auto;
    padding: 20px 0;
  }

  .footer-contact .wrap p {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .footer-copyright .wrap {
    padding: 20px 0;
    line-height: 20px;
  }

  .logo_box img {
    height: auto;
  }

  .logo_box {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .prods1 {
    padding: 20px 0;
  }

  .prods2 {
    margin-bottom: 20px;
  }

  .prods2 .items {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .prods1 .text {
    display: none;
  }

  .prods2 .item .img {
    min-height: 200px;
    margin-bottom: 20px;
  }

  .prods2 .item {
    height: auto;
    padding: 20px 0;
  }

  .cate4 .items .item {
    gap: 20px;
    flex-direction: column !important;
  }

  .cate4 .item .content,
  .cate5 .title p,
  .cate6 .title p {
    width: 100%;
  }

  .cate7 .content {
    flex-direction: column;
    height: auto;
  }

  .cate7 .content .left {
    width: 100%;
  }

  .cate7 .content .items {
    grid-template-columns: repeat(2, 1fr);
  }

  .cate7 {
    padding: 20px 0;
  }

  .cate .wrap {
    flex-direction: column !important;
    height: auto;
  }

  .cate .wrap .img {
    width: 100%;
    height: auto;
  }

  .cate .wrap .content {
    width: 100%;
    align-items: center;
    padding: 10px 0;
  }

  .cate .wrap a.more {
    margin-top: 0;
  }

  .cate .item + .item {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  #back_top {
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .contactBox202006131030 .contactInfo {
    width: 100%;
  }

  .contactBox202006131030 .contactForm {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }

  .mb-header {
    display: block !important;
  }

  .footer-wrap,
  .index6 .swiper-slide {
    width: 100%;
  }

  .footer-box {
    padding: 20px 0;
  }

  .footer-wrap {
    padding: 0;
  }

  .one-wrap,
  .four-wrap,
  .two-wrap {
    display: none;
  }

  .footer-share {
    margin-top: 20px;
  }

  footer {
    padding: 20px 0;
  }

  .footer-box {
    padding-bottom: 20px;
  }

  .footer-copyright {
    padding: 0;
    margin-bottom: 28px;
  }

  .footer-copyright .col-md-3 {
    text-align: center;
    margin-top: 10px;
  }

  section .title h2,
  section .title h1,
  section .title h3 {
    font-size: 28px;
    line-height: 40px;
    padding: 0;
  }

  .Crumbs_nav {
    padding: 20px 0;
  }

  .market1 .item {
    width: 100%;
    margin: 0 !important;
  }

  .market1 .item {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }
  .index1 {
    padding: 8vw 0px;
  }
  .index1 .content {
    width: 100%;
    padding-top: 3.8vw;
  }
  section .title h2,
  section .title h3,
  section .title h1 {
    font-size: 4.6vw;
    margin-bottom: 2.8vw;
  }
  section .title h2::after,
  section .title h1::after {
    width: 20vw;
    height: 0.6vw;
    bottom: -3vw;
  }
  .index1 .content p {
    font-size: 3.6vw;
    line-height: 5.8vw;
  }
  .index2 .items {
    display: flex;
    grid-template-columns: initial;
    grid-template-rows: initial;
    gap: initial;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .index2 .item {
    width: 48.5%;
    min-height: auto;
    margin-top: 3.8vw;
  }
  .index2 .item .text .name {
    font-size: 3.6vw;
    line-height: normal;
  }
  .index2 .item .text .ctx {
    width: 90%;
  }
  .index2 .item .text p {
    font-size: 3.2vw;
    line-height: normal;
    margin-top: 3.2vw;
  }
  .index2 .item .text a.more {
    width: 24vw;
    height: 6.8vw;
    font-size: 3.6vw;
    line-height: 6.8vw;
    border-radius: 3.4vw;
    margin-top: 3.2vw;
  }
  .index2 .item .text {
    padding: 1.2vw 0px;
  }
  .index2 .item:nth-of-type(1) {
    width: 100%;
  }
  .index2 .item:nth-last-of-type(1),
  .index2 .item:nth-last-of-type(3) {
    height: 41vw;
  }
  .index2 .item:first-child .text {
    top: 86.7%;
  }
  a.more {
    font-size: 3.6vw;
    line-height: 10.8vw;
    width: 62vw;
    height: 10.8vw;
    border-radius: 0.8vw;
  }
  .index2 a.more {
    margin-top: 5.8vw;
  }
  .index2 {
    padding-bottom: 8vw;
  }
  .index3 {
    padding-bottom: 8vw;
    padding-top: 0;
  }
  .index3 .item {
    height: auto;
    background-size: cover;
  }
  .index3 .item h3 {
    font-size: 3.6vw;
    line-height: normal;
    margin-bottom: 3.2vw;
  }
  .index3 .item p {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .index3 .item .wrap::after {
    width: 73%;
    height: 100%;
    transform: translateY(-50%) skewX(345deg);
  }
  .index3 .item a.more {
    width: 24vw;
    height: 8.8vw;
    margin-top: 3.2vw;
    line-height: 3.2vw;
    font-size: 3.6vw;
  }
  .index3 .item:hover {
    background-size: cover;
  }
  .index3 a.more {
    margin-top: 5.8vw;
  }
  .index4 {
    padding: 8vw 0px;
  }
  .index4 .numBox .item .num {
    font-size: 3.6vw;
    line-height: normal;
  }
  .index4 .numBox .item .num span {
    font-size: 4.6vw;
    margin-right: 1.2vw;
  }
  .index4 .numBox .item p {
    font-size: 3.2vw;
    line-height: normal;
    margin-top: 3.2vw;
  }
  .index4 .title {
    margin-bottom: 10.8vw;
  }
  .index4 .numBox .item::after {
    display: none;
  }
  .index4 .numBox .item {
    width: 32%;
  }
  .index4 .img {
    display: none;
  }
  .index4 .content .item:nth-child(1),
  .index4 .content .item:nth-child(3) {
    width: 48.5%;
    justify-content: space-between;
  }
  .index4 .content .item h3 {
    font-size: 3.2vw;
    line-height: normal;
    margin-bottom: 3.8vw;
    text-align: center;
  }
  .index4 .content p {
    font-size: 3.2vw;
    line-height: 4.8vw;
    text-align: center;
  }
  .index4 .content .item .box {
    margin-top: 3.8vw;
  }
  .index4 .numBox .items {
    margin-bottom: 3.8vw;
  }
  .index5 .title {
    margin-bottom: 10.8vw;
  }
  .index5 .swiper {
    padding: 0;
  }
  .index5 .swiper-slide-active.swiper-slide .text {
    padding: 0;
    margin: 0px auto;
    width: 63%;
    padding-top: 4%;
  }
  .index5 .swiper-slide h3::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -2vw;
  }
  .index5 .swiper-slide-active.swiper-slide h3,
  .index5 .swiper-slide-active.swiper-slide li {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .index5 .swiper-slide-active.swiper-slide h3 {
    font-size: 3.6vw;
    text-align: center;
    line-height: normal;
    margin-bottom: 4.8vw;
  }
  .index6 {
    padding: 8vw 0px;
  }
  .index6 .title {
    margin-bottom: 10.8vw;
  }
  .index6 .swiper {
    padding: 0;
  }
  .index6 .top .text .name,
  .index6 .top .text p {
    font-size: 3.6vw;
  }
  .index6 .top .text .name {
    margin-bottom: 1.2vw;
  }
  .index6 .content p {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .footer-contact h2 {
    font-size: 4.6vw;
    margin-bottom: 10.8vw;
  }
  .footer-contact h2::after {
    width: 20vw;
    height: 0.6vw;
    bottom: -3vw;
  }
  .footer-contact .wrap p {
    font-size: 4.2vw;
    margin-bottom: 3.8vw;
    line-height: normal;
  }
  .footer-contact a.more {
    width: 100%;
    height: 10.8vw;
    border-radius: 0.8vw;
    font-size: 3.6vw;
    line-height: 10.8vw;
  }
  footer .footer-wrap h3 {
    font-size: 3.6vw;
    line-height: normal;
    margin-bottom: 3.2vw;
  }
  footer .footer-wrap ul a,
  footer .footer-wrap ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .one-wrap,
  .four-wrap,
  .two-wrap {
    display: block;
  }
  .footer-box .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-box .row .footer-wrap {
    width: 48.5%;
    margin-top: 3.8vw;
  }
  .footer-box .row .footer-wrap:nth-of-type(1) {
    width: 100%;
    margin-top: 0px;
  }
  .footer-box .row .footer-wrap .img {
    width: 100%;
    height: auto;
  }
  .footer-box .row .footer-wrap .img img {
    max-width: 100%;
    margin: 0px auto;
    display: block;
  }
  .footer-copyright .wrap {
    font-size: 2.4vw;
    padding: 3.2vw 0;
    line-height: 3.8vw;
  }
  .product_box {
    padding: 8vw 0px;
  }
  .product-head .row {
    flex-wrap: wrap;
  }
  .product-head h1 {
    font-size: 4.2vw;
    margin-bottom: 3.8vw;
    margin-top: 3.8vw;
    line-height: 4.8vw;
  }
  .product-head a.more {
    margin: 3.8vw 0;
  }
  .product-detail .tabs {
    height: 10.8vw;
  }
  .product-detail .tab {
    font-size: 3.6vw;
    line-height: normal;
  }
  .product-detail .tabBox {
    margin-top: 8vw;
  }
  .product-detail .content .wrap {
    padding: 8vw 0px;
  }
  .prodDetail1 p {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .prodDetail ul li {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .prodDetail2Box1 .wrap {
    flex-wrap: wrap;
  }
  .prodDetail2Box1 .wrap .content {
    width: 100%;
  }
  .prodDetail2Box1 .wrap .img {
    width: 100%;
    margin-top: 3.8vw;
  }
  .prodDetail2Box3 .wrap,
  .prodDetail2Box2 .wrap {
    flex-wrap: wrap;
  }
  .slider_table td,
  .slider_table th {
    padding: 1.2vw;
    font-size: 3.6vw;
  }
  .prodDetail2Box3 ul {
    margin-top: 3.8vw;
  }
  .prod .item .text p {
    font-size: 3.2vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .prod .items {
    grid-template-columns: repeat(2, 1fr);
  }
  .prodDetail3Box1 .items {
    gap: 10px 10px;
  }
  .prodDetail3Box1 .item .text p {
    font-size: 3.2vw;
    line-height: 5.8vw;
  }
  .prodDetail3Box1 .item .text {
    height: 5.8vw;
  }
  .prodDetail4Box1 .img img {
    width: 8vw;
  }
  .prodDetail4Box1 .item a {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .prodDetail .prod {
    padding: 0;
    padding-bottom: 8vw;
  }
  .prodDetail2 {
    padding: 8vw 0px;
  }
  .prodDetail2 .pboxs .items {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .prodDetail2 .pboxs .item {
    width: 48.5%;
  }
  .prodDetail2 .pboxs .item:first-child,
  .prodDetail2 .pboxs .item:last-child {
    width: 48.5%;
  }
  .prodDetail2 .pboxs .item:nth-of-type(2) {
    display: none;
  }
  .prodDetail2 .pboxs .item .pbox h3 {
    font-size: 4.2vw;
    line-height: 4.8vw;
    margin: 3.2vw 0px;
  }
  .prodDetail2 .pboxs .item .pbox p {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .prodDetail2 .pboxs .item:first-child .pbox + .pbox {
    margin-top: 3.2vw;
  }
  .prodDetail2 .ctx .items {
    margin-top: 5.8vw;
  }
  .prodDetail2 .ctx .items {
    gap: initial;
    flex-wrap: wrap;
  }
  .prodDetail2 .ctx .item {
    width: 100%;
    margin-top: 3.8vw;
    padding: 4%;
    flex: auto;
    height: auto;
  }
  .prodDetail2 .ctx .item p {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .prodDetail3 .item {
    flex-wrap: wrap;
  }
  .prodDetail3 .item .img {
    width: 100%;
  }
  .prodDetail3 .item .text {
    margin-left: 0px;
    width: 100%;
    margin-top: 3.8vw;
  }
  .prodDetail3 .item .text p {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .imgBanner h1 {
    font-size: 3.6vw;
    line-height: normal;
  }
  .imgBanner p {
    width: 100%;
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 3.2vw;
  }
  .imgBanner .wrap h1 {
    margin-bottom: 0;
  }
  .service1 {
    padding: 8vw 0px;
  }
  .service1 .title h2 {
    line-height: 8.8vw !important;
    display: flex;
  }
  .service1 .title h2::before {
    width: 1vw !important;
    height: 8.8vw !important;
    margin-right: 1.2vw !important;
  }
  .service1 .title p {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-bottom: 3.8vw;
  }
  .service2 {
    padding: 8vw 0px;
  }
  .service2 .title .wrap {
    flex-wrap: wrap;
    margin-bottom: 5.8vw;
  }
  .service2 .title h2 {
    width: 100%;
  }
  .service2 .title p {
    width: 100%;
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .service2 .title h2::before {
    top: 0 !important;
  }
  .service3 {
    padding: 8vw 0px;
  }
  .service3 .title p {
    width: 100%;
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-bottom: 5.8vw;
  }
  .service3 .item .img {
    height: auto;
    margin-bottom: 3.2vw;
    width: 8vw;
    margin: 0px auto;
  }
  .service3 .item p {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .service3 .icon-img {
    display: none;
  }
  .service3 .items {
    justify-content: center;
    flex-wrap: wrap;
  }
  .service3 .item {
    margin-right: 2%;
    width: 32%;
    margin-top: 3.2vw;
  }
  .service3 .item:nth-of-type(3) {
    margin-right: 0px;
  }
  .service4 {
    padding: 8vw 0px;
  }
  .service4 .title {
    margin-bottom: 10.8vw;
  }
  .service4 .swiper-slide h2 {
    font-size: 4.2vw;
    margin-bottom: 3.2vw;
  }
  .service4 .swiper-slide {
    padding: 0 4%;
  }
  .service4 .swiper-slide p {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .service5 {
    padding: 8vw 0px;
  }
  .tabs-list .tabs-head {
    height: 10.8vw;
    padding: 0 4%;
    line-height: 10.8vw;
    font-size: 3.6vw;
    background-position: 95%;
  }
  .tabs-list li + li {
    margin-top: 3.8vw;
  }
  .service5 .title {
    margin-bottom: 3.8vw;
  }
  .tabs-list {
    margin-bottom: 0;
  }
  .market1 .items {
    gap: 2.5%;
  }
  .market1 .item .text {
    padding: 4%;
  }
  .market1 .item .text h3 {
    font-size: 3.6vw;
    line-height: normal;
    margin-bottom: 1.2vw;
  }
  .market1 .item .text p {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-bottom: 1.2vw;
    min-height: auto;
  }
  .market1 .item .text a.more1 {
    font-size: 3.6vw;
  }
  .market1 a.more {
    margin-top: 14.8vw;
  }
  .market1 {
    padding: 8vw 0px;
  }
  .outdoor1 .title p {
    font-size: 4.2vw;
    margin-bottom: 3.2vw;
  }
  .outdoor1 .content p {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 3.2vw;
  }
  .outdoor2 .items {
    grid-template-columns: initial;
  }
  .outdoor2 .item {
    height: auto;
    padding: 4%;
  }
  .outdoor2 .title {
    margin-bottom: 10.8vw;
  }
  .outdoor2 {
    padding-bottom: 8vw;
    padding-top: 0;
  }
  .outdoor2 .item h3 {
    font-size: 3.6vw;
  }
  .outdoor2 .item p {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .outdoor3 {
    padding-bottom: 8vw;
    padding-top: 0;
  }
  .outdoor3 .title {
    margin-bottom: 6.8vw;
  }
  .outdoor3 .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-template-columns: initial;
    gap: initial;
  }
  .outdoor3 .item {
    width: 48.5%;
    height: auto;
    padding: 4%;
    margin-top: 3.8vw;
  }
  .outdoor3 .item h3 {
    font-size: 3.6vw;
    line-height: normal;
    margin-bottom: 3.8vw;
  }
  .outdoor3 .item h3::after {
    bottom: -2vw;
  }
  .outdoor3 .item p {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .outdoor3 .item .img {
    bottom: 2vw;
    right: 2vw;
    width: 5vw;
  }
  .outdoor3 .item:nth-of-type(1) .img {
    width: 2.8vw;
  }
  .outdoor4 .title {
    margin-bottom: 6.8vw;
  }
  .outdoor4 .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .outdoor4 .item {
    width: 48.5%;
    flex-direction: column;
    margin-top: 3.8vw;
    justify-content: flex-start;
    background: #fff;
  }
  .outdoor4 .item + .item {
    flex-direction: column;
    margin-top: 0;
    margin-top: 3.8vw;
  }
  .outdoor4 .item .content {
    width: 100%;
    padding: 4%;
    height: auto;
  }
  .outdoor4 .item h3 {
    font-size: 3.6vw;
    line-height: normal;
    margin-bottom: 3.2vw;
  }
  .outdoor4 .item p {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .outdoor5 {
    padding: 8vw 0;
  }
  .outdoor5 .items {
    grid-template-columns: repeat(2, 1fr);
  }
  .case .tab {
    font-size: 3.6vw;
    line-height: 4.8vw;
    width: 32%;
    height: 18vw;
    margin-top: 0;
  }
  .case .tabBox .tabs {
    flex-wrap: wrap;
    height: auto;
    align-items: inherit;
  }
  .case .tab a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
  }
  .case .tab:nth-of-type(3) {
    border-right: none;
  }
  .case .tab:nth-of-type(4),
  .case .tab:nth-of-type(5),
  .case .tab:nth-of-type(6) {
    border-top: 2px solid #fff;
  }
  .case .tabBox {
    background-size: cover;
  }
  .case .content {
    padding: 8vw 0px;
  }
  .case .content .item .wrap {
    flex-wrap: wrap;
  }
  .case .text {
    width: 100%;
  }
  .case .content .item h3 {
    font-size: 4.2vw;
    line-height: normal;
    margin-bottom: 4.8vw;
  }
  .case .title::before {
    width: 100%;
    font-size: 5.8vw;
    line-height: normal;
    top: -20%;
  }
  .case .content .item ul {
    margin-bottom: 5.8vw;
  }
  .case .content .item li {
    font-size: 3.6vw;
    line-height: 4.8vw;
    margin-top: 1.2vw;
  }
  .case .content .item a.more1 {
    font-size: 3.6vw;
    margin-top: 3.8vw;
  }
  .case .item .img {
    margin-top: 3.2vw;
  }
  .case .tab.on::after {
    border-left: 2vw solid transparent;
    border-right: 2vw solid transparent;
    border-bottom: 2vw solid #e60011;
  }
  .profile1 p {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .profile1 .content p + p {
    margin-top: 3.2vw;
  }
  .profile2 .item {
    height: auto;
    flex-direction: column;
    padding: 4%;
  }
  .profile2 {
    padding: 8vw 0px;
  }
  .profile2 .item h3 {
    margin-right: 0;
    font-size: 4.2vw;
    margin-top: 3.2vw;
    text-align: center;
  }
  .profile2 .item p {
    width: 100%;
    text-align: center;
    line-height: 4.8vw;
    margin-top: 3.2vw;
    font-size: 3.2vw;
    word-break: normal;
  }
  .profile2 .line {
    margin-right: 0;
  }
  .profile3 .tab {
    height: 10.8vw;
    font-size: 4.2vw;
    line-height: 4.8vw;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
  }
  .profile3 .tab-wrap {
    height: auto;
    padding: 3.2vw 0px;
  }
  .profile3 .box p {
    padding: 8vw 0px;
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .profile3 {
    padding: 8vw 0px;
  }
  .cap1 {
    padding: 8vw 0px;
  }
  .cap1 .title p {
    font-size: 3.2vw;
  }
  .cap1 .title {
    margin-bottom: 3.8vw;
  }
  .cap1 .items {
    gap: initial;
    flex-wrap: wrap;
  }
  .cap1 .item {
    width: 48.5%;
    padding: 4%;
    height: auto;
    margin-top: 3.8vw;
  }
  .cap1 .item h3 {
    font-size: 3.6vw;
    text-align: center;
    line-height: normal;
    margin-bottom: 5.8vw;
  }
  .cap1 .item p {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .cap1 .item:hover {
    background: none;
  }
  .cap1 .item:nth-of-type(3) {
    width: 100%;
  }
  .cap1 .content .items + .items {
    margin-top: 0;
  }
  .cap1 .item h3::after {
    bottom: -2vw;
  }
  .cap2 {
    padding: 8vw 0px;
    background-size: cover;
    height: auto;
  }
  .cap2-video {
    margin-top: 0px;
  }
  .cap2 .title p {
    width: 100%;
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .cap3 .content .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-template-columns: initial;
    gap: initial;
  }
  .cap3 .item {
    width: 48.5%;
    margin-top: 3.8vw;
  }
  .cap3 .content {
    background: none;
    padding: 0;
  }
  .cap3 .item p {
    font-size: 3.6vw;
    line-height: 4.8vw;
  }
  .cap3 {
    padding: 8vw 0px;
  }
  .cap4 {
    padding: 8vw 0px;
  }
  .cap4 .title p {
    width: 100%;
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .cap4 .items {
    gap: 2% 2%;
  }
  .cap4 .item h3 {
    font-size: 3.6vw;
    line-height: normal;
    margin-bottom: 3.2vw;
  }
  .cap4 .item p {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }

  .index3 .item .box {
    width: 100%;
    padding: 20px 0;
  }

  .index3 .item .wrap::after {
    display: none;
  }

  .index3 .item .wrap {
    justify-content: center;
  }

  .index3 .item {
    background-size: cover;
  }

  .index3 .item + .item {
    margin-top: 10px;
  }

  .index3 .item h3,
  .index3 .item .text,
  .index3 .item p {
    color: #fff;
  }

  .index3 .item .container {
    background: rgba(0, 0, 0, 0.4);
  }

  .footer-box .row .footer-wrap {
    display: none;
  }

  .footer-box .row .footer-wrap.five-wrap {
    display: block;
    width: 100%;
  }

  .logo_box {
    background: #000;
  }

  .nav_toggle span,
  .nav_toggle span:before,
  .nav_toggle span:after {
    background: #fff;
  }

  .index5 .swiper-slide .text,
  .index5 .swiper-slide-active.swiper-slide .text {
    padding: 20px;
  }

  .footer-contact a.more {
    width: 62vw;
    height: 10.8vw;
    border-radius: 0.8vw;
  }

  .prodDetail2 .pbox img {
    width: 100%;
  }

  section.inside .title h2::before {
    height: 20px;
  }

  .prod .title h2,
  section.inside .title h2,
  section.inside .title h3 {
    display: flex;
    align-items: center;
  }

  .cate2 .title h2 {
    text-align: left;
  }

  .cate4 .items .item .img {
    margin-bottom: 20px;
  }

  .cate4 .item h3 {
    font-size: 18px;
  }

  section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .cate5 .title p {
    text-align: left;
  }

  .outdoor4 .item {
    width: 100%;
  }

  .outdoor4,
  .outdoor1 {
    padding: 20px 0;
  }

  .outdoor5 .item {
    box-shadow: 0px 0px 39px 4px rgb(11 0 2 / 13%);
  }

  .inside .imgBanner img {
    filter: brightness(0.8);
  }

  .case .title::before {
    display: none;
  }

  .news_box {
    padding: 20px 0;
  }

  .profile3 {
    padding: 10px 0 20px;
  }

  .profile3 .tab {
    font-size: 12px;
  }

  .profile3 .box p {
    display: none;
  }

  .profile3 .tab-wrap {
    padding: 0;
  }

  .profile3 .boxs {
    margin-top: 20px;
  }

  .profile4 {
    padding: 20px 0;
  }

  .profile4 .items {
    grid-template-columns: 100%;
  }

  .profile5-swiper .img {
    text-align: center;
  }

  .profile5 .swiper-button-next,
  .profile5 .swiper-button-prev {
    top: 50%;
    left: 0;
  }

  .profile5 .swiper-button-next {
    right: 0;
    left: auto;
  }

  .profile5,
  .profile1,
  .cate2,
  .cate3,
  .cate6,
  .cate9 {
    padding: 20px 0;
  }

  .profile5 .swiper-button-prev:after,
  .profile5 .swiper-button-next:after {
    content: "\e653";
    transform: translateY(-100%);
    font-size: 34px;
  }

  .profile5 .swiper-button-next:after {
    content: "\e775";
  }

  .profile5 .profile5-swiper {
    padding-bottom: 0;
  }

  .cap2-video {
    margin-top: 20px;
  }

  .cap4 .items {
    grid-template-columns: 100%;
  }

  .cate1 ul li {
    font-size: 14px;
    line-height: 22px;
  }

  .cate6 .imgs,
  .cate6 .items {
    flex-wrap: wrap;
    gap: 10px;
  }

  .cate6 .img,
  .cate6 .item {
    width: 48%;
  }

  .cate6 .img:nth-child(2n) {
    display: none;
  }

  .cate9 .items {
    grid-template-columns: 100%;
  }

  .cate8 .title {
    margin-bottom: 20px;
  }

  .cate7 .content .img img {
    filter: grayscale(0.8);
  }

  .cate4 .title,
  .cate1 .title {
    margin-bottom: 20px;
  }

  .Crumbs_nav {
    padding: 10px 0;
  }

  .cate1 ul li::after {
    top: 6px;
    width: 8px;
    height: 8px;
  }

  .index3 .item .text p {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .index3 .item .text {
    -webkit-line-clamp: initial;
  }

  .index5 .swiper-slide {
    height: 400px;
  }

  .footer-copyright .wrap {
    font-size: 14px;
  }

  .index5 .swiper-slide-active.swiper-slide {
    transform: scale(1);
  }

  .index5 .swiper-slide-active.swiper-slide .text {
    width: 90%;
  }
}

@media (max-width: 640px) {
}

@media (max-width: 540px) {
}

@media (max-width: 480px) {
}
.product-head p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cate3_ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cate3_ul li {
  width: 32%;
  margin-left: 2%;
  margin-bottom: 50px;
}
.cate3_ul li:nth-of-type(3n + 1) {
  margin-left: 0;
}
.cate3_ul_div {
  padding: 4%;
  width: 100%;
  height: auto;
  background: #f8f8f8;
}
.cate3_ul_div h4 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
  min-height: 48px;
}
.cate3_ul_div p {
  font-size: 16px !important;
  word-break: break-all;
}
.cate3_ul_img {
  width: 100%;
  height: 302px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cate3_ul_img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.6s;
}
.cate3_ul li:hover .cate3_ul_img img {
  transform: scale(1.1);
}
.cate3_ul li:hover .cate3_ul_div h4 a {
  color: #e60011;
}
.cate3_ul_div_more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 48px;
  font-size: 18px;
  color: #333;
  margin: 0px auto;
  border: 1px solid #e60011;
  margin-top: 20px;
  border-radius: 24px;
  transition: all 0.6s;
}
.cate3_ul_div_more:hover {
  background: #e60011;
  color: #fff;
}
.procuct_more_btn {
  margin: 50px auto;
}
@media (max-width: 768px) {
  .cate3_ul {
    justify-content: space-between;
  }
  .cate3_ul li {
    width: 48.5%;
    margin-left: 0;
    margin-bottom: 5.8vw;
  }
  .cate3_ul_div h4 {
    font-size: 3.8vw;
    min-height: 21vw;
    margin-bottom: 3.2vw;
  }
  .cate3_ul_div p {
    font-size: 3.2vw !important;
  }
  .cate3_ul_div_more {
    width: 38vw;
    height: 10.8vw;
    border-radius: 5.4vw;
    font-size: 3.6vw;
    border-radius: 5.4vw;
    margin-top: 3.2vw;
  }
  .products_form_title h2 {
    font-size: 4.6vw;
  }
  .products_form_ul {
    width: 100%;
  }
  .products_form_ul li {
    width: 100%;
  }
  .cates .wrap {
    flex-wrap: wrap;
    height: auto;
    margin-top: 5.8vw;
  }
  .cates .wrap .img {
    width: 100%;
  }
  .cates .wrap .content {
    width: 100%;
  }
  .cates .wrap h2 {
    font-size: 4.8vw;
    padding: 3.6vw 0;
    margin-bottom: 0;
  }
  .cates .wrap p {
    font-size: 3.6vw;
    line-height: 5.8vw;
  }
  .newsList li img,
  .index3 .item:first-child img {
    height: auto;
  }
}
.flex {
  display: flex;
}
.flex-t {
  display: flex;
  align-items: baseline;
}
.flex-c {
  display: flex;
  align-items: center;
}

.flex-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-con {
  display: flex;
  align-items: center;
  justify-content: center;
}
.iderIndexBox1 {
  width: 100%;
  height: auto;
  margin: 4% 0;
  background: linear-gradient(to top, #c5d4ef, #ffffff);
}
.iderIndexBox1 .com-card {
  width: 1764px;
  margin: 0 auto;
}
.iderIndexBox1Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 5%;
}
.iderIndexBox1Swiper .swiper-slide {
  position: relative;
  box-shadow: 0px 0px 29px 0px rgba(101, 101, 101, 0.09);
  background: linear-gradient(to bottom, #c5d4ef, #ffffff);
}
.iderIndexBox1Swiper .swiper-slide::after {
  display: block;
  content: "";
  width: 0;
  height: 3px;
  background-color: #e50112;
  position: absolute;
  left: 0;
  transition: all 0.5s;
  bottom: 0;
}
.iderIndexBox1Swiper .swiper-slide:hover::after {
  width: 100%;
}
.iderIndexBox1Swiper .swiper-slide:hover .mores {
  color: #e50112;
  text-decoration: underline !important;
}
.iderIndexBox1Swiper .type {
  position: absolute;
  left: 16px;
  display: flex;
  align-items: center;
  top: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.iderIndexBox1Swiper .type::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background-color: #e50112;
  border-radius: 1px;
}
.iderIndexBox1Swiper .img {
  width: 100%;
  height: 337px;
  padding: 4%;
  overflow: hidden;
}
.iderIndexBox1Swiper .img img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  object-fit: cover;
  vertical-align: middle;
}
.iderIndexBox1Swiper .text {
  width: 100%;
  height: 190px;
  padding: 5% 6% 8% 5%;
}
.iderIndexBox1Swiper .text .ls {
  margin: 3% 0;
}
.iderIndexBox1Swiper .text .ls {
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
.iderIndexBox1Swiper .text .ls p {
  color: #000;
  font-size: 14px;
  line-height: 24px;
}
.iderIndexBox1Swiper .text .name {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
.iderIndexBox1Swiper .text .mores {
  font-size: 16px;
  transition: all 0.3s;
  display: block;
  margin-top: 20px;
  color: #484848;
}
.iderIndexBox1 .bto {
  width: 100%;
  margin: 3% 0;
  padding-left: 5%;
}

.iderIndexBox1-prev,
.iderIndexBox1-next {
  width: 50px;
  height: 50px;
  line-height: 46px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
  background-color: #f6f8fa;
}
.iderIndexBox1-prev {
  margin-right: 10px;
}
.iderIndexBox1-prev:hover,
.iderIndexBox1-next:hover,
.switchLt:hover,
.switchRt:hover {
  background-color: #e50112;
}
.iderIndexBox1-next:hover::after,
.iderIndexBox1-prev:hover::after,
.iderIndexBox3-next:hover::after,
.iderIndexBox3-prev:hover::after,
.switchLt:hover::after,
.switchRt:hover::after {
  color: #fff;
}
.iderIndexBox1-prev::after,
.iderIndexBox3-prev::after,
.switchLt::after {
  display: block;
  content: "\21BC";
  font-size: 26px;
  transition: all 0.3s;
  color: rgba(0, 0, 0, 0.8);
}
.iderIndexBox1-next::after,
.iderIndexBox3-next::after,
.switchRt::after {
  display: block;
  transition: all 0.3s;
  content: "\21C0";
  font-size: 26px;
  color: rgba(0, 0, 0, 0.8);
}
.iderIndexBox1 .bto .rt {
  margin-left: 17px;
}
.iderIndexBox1-pagination {
  flex: 1;
  height: 1px !important;
  position: relative !important;
}
.iderIndexBox1-pagination .swiper-pagination-progressbar-fill {
  background-color: #e50112 !important;
}
