@charset "utf-8";

@import url(./fonts/iconfont.css);

:root {
  --primary: #42592c;
  --white: #fff;
  --primary-bg: #f8faf6;
}

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;
}
@font-face{
     font-family: 'libre-baskerville'; 
     src: url('/public/static/css/home/zh-cn/fonts/LibreBaskerville-Regular.ttf');
}
body {
  font-family: "Lato";
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  max-width: 1920px;
  margin: auto;
  background: #fff;
}

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: 9999;
  background-color: #fff;
  /* 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 {
  background-color: var(--primary);
}

header .head-top .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 46px;
}

header .header-top-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .head-top a {
  font-size: 16px;
  margin-left: 6px;
  color: #fff;
}

header .head-top .iconfont {
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
  transition: all 0.3s;
}

header .head-top .left {
  font-size: 16px;
  font-weight: 200;
  color: #ffffff;
}

header .head-top .item {
  margin-left: 27px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

header .head-top .item.follow {
  margin-left: 30px;
}

header .head-top ul.item > li {
  float: left;
  padding: 12px 0 12px 36px;
  position: relative;
}

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: var(--primary);
}

.isFixed {
  position: sticky !important;
  transition: all 0.3s;
}

.tofixed {
  position: fixed !important;
  background-color: transparent !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: #333333;
}

.tofixed {
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999999;
  box-shadow: 0 0 5px var(--primary);
}

header .head-bottom .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.85rem;
}

header .head-bottom .wrap .left {
  display: flex;
  align-items: center;
}

header .head-bottom .wrap .logo {
  margin-right: 20px;
  width: 1.8rem;
  height: 0.55rem;
}

header .head-bottom .right .head-right {
  display: flex;
  align-items: center;
}

header .head-bottom .right .head-search {
  margin-right: 10px;
  cursor: pointer;
}

header .head-bottom .head-right > div {
  padding: 0.26rem 0;
}

header .head-bottom .head-right .head-share{
  padding-left: 0.2rem;
}
.header_1688{
  width: 32px;
}
.header_1688 img{
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.6s;
}
.header_1688:hover img{
  transform: translateY(-5px);
}
header .head-bottom .head-right .head-share .fll{
  display: flex;
  align-items: center;
}
header .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;
  transform: translateX(-30%);
}

header .head-share ul {
  display: flex;
  align-items: center;
}

header .head-share li {
  margin-left: 0.16rem;
  line-height: 1;
}

header .head-share li img {
  width: 0.25rem;
  height: 0.25rem;
}

header .head-bottom .nav-list > li {
  float: left;
  padding: 0 0.17rem;
  position: relative;
}

header .head-bottom .nav-list > li > a {
  display: inline-flex;
  font-size: 0.18rem;
  position: relative;
  padding: 0.34rem 0;
  border-radius: 20px;
  line-height: 1;
  font-weight: bold;
  color: #2b2b2b;
}

header .head-bottom .nav-list > li > a:hover,
header .head-bottom .nav-list > .active > a {
  color: var(--primary) !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: var(--primary);
  position: absolute;
  left: 50%;
  bottom: 20%;
  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;
}

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.tofixed .head-bottom .nav-list > li.head-share a {
  border-color: #fff;
}

/* footer .footer-share a:nth-child(1):hover {
  border-color: #0e76a8;
  background: #0e76a8;
  opacity: 1;
}

footer .footer-share a:nth-child(2):hover {
  border-color: #e60023;
  background: #e60023;
  opacity: 1;
}

footer .footer-share a:nth-child(3):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: 0.26rem 0;
  cursor: pointer;
  padding-right: 0;
}

/* header .head-bottom .nav-list>.head-search {
  margin-left: 20px;
} */

header.tofixed .head-langBox a {
  color: #2b2b2b;
}

.head-search .iconfont,
.head-langBox .iconfont {
  display: block;
  font-size: 0.2rem;
  color: #2b2b2b;
  font-weight: bold;
  transition: all 0.5s;
  box-sizing: border-box;
  scroll-behavior: smooth;
  line-height: 1;
}

.head-langBox .iconfont {
  font-size: 0.26rem;
  line-height: 1;
}

header .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: var(--primary);
  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;
}

.head-langBox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-weight: 400;
}

.head-langBox span {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

header .search-wrap {
  position: relative;
}

header .search-wrap .search-all {
  display: none;
  position: absolute;
  background: var(--primary);
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  box-shadow: 0 0 10px #fff;
}

header .search-wrap .search-all .search-box {
  padding: 0.3rem 0 0.3rem 1rem;
  position: relative;
}

header .search-wrap .closed {
  position: absolute;
  right: 0;
  color: #fff;
  top: 0;
  font-size: 0.3rem;
}

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

.nav_normal .dropdown i {
  display: inline-block;
  transition: all 0.5s ease 0s;
  font-weight: 600;
  line-height: 1;
}

.nav_normal .dropdown:hover i {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

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 var(--primary);
  color: var(--primary);
  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: 0.24rem;
  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: var(--primary);
  color: #fff;
  border-color: #fff;
}

header .head-top .head-langBox ul {
  position: absolute;
  top: 100%;
  left: 70%;
  background: var(--primary);
  z-index: 999;
  box-shadow: 0 0 4px #ddd;
  min-width: 1rem;
  display: none;
  transform: translateX(-50%);
}

.head-langBox ul a {
  white-space: nowrap;
  display: block;
  padding: 0.1rem 0;
  text-align: center;
  color: #2b2b2b;
  margin-left: 0;
  font-size: 0.18rem;
}

.head-langBox ul a:hover {
  background: var(--primary);
  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: var(--primary);
  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: var(--primary);
  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: var(--primary);
  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/zh-cn/contactTel.png");
}

.contactBox202006131030 .contactInfo ul li.contactWhatsapp {
  background-image: url("/public/static/images/home/zh-cn/contactWhatsapp.png");
}

.contactBox202006131030 .contactInfo ul li.contactEmail {
  background-image: url("/public/static/images/home/zh-cn/contactEmail.png");
}

.contactBox202006131030 .contactInfo ul li.contactAddress {
  background-image: url("/public/static/images/home/zh-cn/contactAddress.png");
}

.contactBox202006131030 .contactInfo ul li a {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}

.contactBox202006131030 .contactInfo ul li a:hover {
  color: var(--primary);
}

.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: var(--primary);
  transition: all 0.3s;
}

.nav-list > li .dropdown_menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 1.7rem;
  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: 0.16rem;
  text-align: left;
/*  padding: 0.1rem 0.2rem;*/
  white-space: nowrap;
  font-weight: 500;
/*  padding: 0.118rem 0.2rem;*/
height: calc(202px / 4);
line-height: calc(202px / 4);
padding: 0 0.2rem;
  border-bottom: 1px solid #F3F3F3;
  width: 223px;
  position: relative;
}
.nav-list .dropdown_menu li a:after{content: "";display: block;width: 8px;height: 10px;background: url(/public/static/images/home/zh-cn/nav_ico1.png) no-repeat center center;background-size: 8px 10px;position: absolute;right: 0.2rem;top: 50%;transform: translateY(-50%);}
.nav-list .dropdown_menu li a:hover:after{background: url(/public/static/images/home/zh-cn/nav_ico1s.png) no-repeat center center;}
.nav-list .dropdown_menu li:nth-last-of-type(1) a{border-bottom: none;}
.nav-list .dropdown_menu li a:hover {
  background: var(--primary);
  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%);
}
.nav-list .dropdown_menu li .dropdown_menu_list{width: 420px;min-height: 202px;background: #f3f3f3;position: absolute;right: -420px;top: 0;padding: 0 30px 17px 30px;display: none;}
.nav-list .dropdown_menu li .dropdown_menu_list a{display: block;width: 45%;padding: 0;color: #4f4f4f;line-height: initial;height: auto;float: left;margin-top: 17px}
.nav-list .dropdown_menu li .dropdown_menu_list a:nth-of-type(even){float: right;}
.nav-list .dropdown_menu li .dropdown_menu_list a:after{display: none;}
.nav-list .dropdown_menu li .dropdown_menu_list a:hover{background: none;color: #42592c;text-decoration: underline;}
.nav-list .dropdown_menu li:hover .dropdown_menu_list{display: block;}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 36px;
}

.index-banner .swiper-pagination-bullet,
.ability4Swiper .swiper-pagination-bullet {
  width: 25px;
  height: 4px;
  background: #f6f6f6;
  /* opacity: 0.6; */
  border-radius: 2px;
  margin: 0 2px !important;
}

.index-banner .swiper-pagination-bullet-active,
.ability4Swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary);
}

.img {
  overflow: hidden;
}

.img img {
  transition: all 0.5s ease 0s;
}

footer .footer-wrap h3 {
  height: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-bottom: 22px;
  text-transform: uppercase;
}

footer .footer-wrap ul a,
footer .footer-wrap ul li {
  font-size: 16px;
  font-weight: 200;
  color: #f7f7f7;
  line-height: 24px;
  /* text-decoration: underline; */
  /* text-transform: uppercase; */
}

footer .footer-wrap ul li + li {
  margin-top: 10px;
}

footer .footer-wrap ul a:hover {
  text-decoration: underline;
  color: #fff;
}

footer .footer-wrap i {
  color: #fff;
  margin-right: 19px;
}

/* .one-wrap,
.two-wrap {
  width: 16%;
}

.four-wrap {
  width: 42%;
} */

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;
  margin-top: 0.5rem;
}

.footer-wrap .label {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  margin-right: 4px;
}

footer .footer-share ul img {
  height: 0.25rem;
  width: 0.25rem;
  margin-right: 0;
}

.footer-share ul li {
  margin-right: 0.18rem;
}

.footer-share a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

footer .footer-wrap .footer-share a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.footer-content a:hover {
  text-decoration: underline !important;
}

/* .footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
} */

.footer-copyright .wrap {
  display: flex;
  justify-content: center;
  font-size: 0.16rem;
}

.footer-content {
  background: url("/public/static/images/home/zh-cn/footerBg.jpg") no-repeat center;
  background-size: cover;
  margin-top: -0.72rem;
}

.footer-box {
  padding: 1.25rem 0 0.23rem;
}

.footer-box .row {
  position: relative;
}

.footer-copyright .top ul {
  display: grid;
  grid-template-columns: repeat(2, 200px);
  gap: 10px 40px;
}

.footer-copyright ul:before,
.footer-copyright ul:after {
  display: none;
}

.footer-copyright li,
.footer-copyright a,
.footer-copyright p {
  font-size: 0.16rem;
  font-weight: 400;
  color: #eaece7;
  line-height: 0.14rem;
  text-align: left;
}

.footer-copyright .iwonder img {
  height: 0.1rem;
  width: 0.7rem;
}

.footer-copyright li img {
  margin-right: 6px;
}

.footer-copyright .top {
  margin-bottom: 10px;
}

footer .footerForm .info {
  position: relative;
  margin-bottom: 14px;
  width: 100%;
}

footer .footerForm .info input {
  height: 0.4rem;
  line-height: 0.4rem;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 0;
  padding: 4px;
  outline: none;
  font-size: 16px;
  color: #212121;
  padding: 0 0.1rem;
}

footer .footerForm .info input::placeholder,
footer .footerForm .info textarea::placeholder {
  color: #212121;
  font-size: 16px;
}

footer .footerForm .tips {
  display: block;
  color: #ff000f;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

footer .footerForm .info textarea {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #535353;
  border-radius: 6px;
  width: 100%;
  padding: 9px;
  font-size: 16px;
  outline: none;
  height: 1.14rem;
}

footer .footerForm .text p,
footer .footerForm .text p a {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  margin-bottom: 23px;
}

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: 1.48rem;
  height: 0.42rem;
  background: #ffffff;
  border-radius: 0.21rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #4a6035;
  line-height: 0.16rem;
  text-transform: uppercase;
  padding: 0;
  border: none;
  transition: all 0.5s ease 0s;
}

footer .info input[type="submit"]:hover {
  background: #4a6035;
  color: #fff;
}

.footer-copyright {
  padding: 15px 0;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 14px;
  text-align: center;
}

.footer-copyright .sitemap:hover {
  text-decoration: underline;
}

footer .footerForm .tips {
  position: absolute;
}

footer .footer-other {
  background: url("/public/static/images/home/zh-cn/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,
.imgBanner .title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.6rem;
  font-family: 'libre-baskerville';
}

.imgBanner .tabBox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.imgBanner .tabs {
  display: flex;
  justify-content: center;
  gap: 0.1rem;
}

.imgBanner .tab {
  width: 2.36rem;
  height: 0.65rem;
  background: var(--white);

  font-size: 0.24rem;
  font-weight: bold;
  color: #222222;
  line-height: 0.6rem;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.imgBanner .tab.on {
  background: var(--primary);
  color: var(--white);
}

.prod h1 {
  font-size: 66px;
  color: var(--primary);
}

.imgBanner p {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 27px;
  margin: 0 auto;
  margin-top: 27px;
  text-align: center;
  width: 71.9285%;
}

.Crumbs_nav {
  padding: 0.17rem 0 0.15rem;
}

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

.Crumbs ul li a span,
.Crumbs ul li a,
.Crumbs ul i {
  font-size: 0.18rem;
  line-height: 0.18rem;
  font-weight: 500;
  color: #323232;
}

.Crumbs ul li {
  font-size: 0.16rem;
  color: #323232;
}

.Crumbs ul li:last-child span {
  color: var(--primary);
}

.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: var(--primary);
  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: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: var(--primary);
  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: var(--primary);
}

.parameter_btn a:hover {
  background: var(--primary);
}

.productDetailContentBox .title {
  text-align: left;
}

.productDetailContentBox .title h2,
.faq_bt {
  color: #333;
  line-height: 1;
  font-size: 24px;
}

.contactBox202006131030 .title h2 {
  color: #333;
}

section p {
  font-size: 0.16rem;
  font-weight: 500;
  color: #222222;
  line-height: 0.3rem;
}

section .title h2 {
  position: relative;
  font-size: 0.36rem;
  font-weight: 700;
  color: #fff;
  line-height: 0.28rem;
  text-align: center;
  margin-bottom: 0.6rem;
  text-transform: capitalize;
  font-family: 'libre-baskerville';
}

section.inside .title h2,
section.inside .title h1 {
  font-size: 0.36rem;
  line-height: 0.28rem;
  color: #222222;
  text-transform: capitalize;
}

section.inside .prod-top .title h1 {
  text-align: center;
  font-weight: 700;
}

section .title p {
  text-align: center;
  font-size: 0.16rem;
  font-weight: 500;
  color: #2a2a2a;
  line-height: 0.3rem;
  width: 88.285%;
  margin: 0 auto;
}

.tabs-list {
  margin-bottom: 36px;
}

.tabs-list li {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
}

.tabs-list li + li {
  margin-top: 2px;
}

.tabs-list .tabs-head {
  height: 60px;
  background: #f4f4f4;
  font-size: 18px;
  font-weight: bold;
  color: #393939;
  line-height: 60px;
  padding: 0 36px;
  background: #f2f2f2;
  cursor: pointer;
  background-image: url("/public/static/images/home/zh-cn/add.png");
  background-position: 98%;
  background-repeat: no-repeat;
}

.tabs-list .tabs-head strong {
  margin-right: 18px;
}

.tabs-list .tabs-head.active {
  background-image: url("/public/static/images/home/zh-cn/reduce.png");
  background-color: var(--primary);
  color: #fff;
}

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

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

a.more {
  box-sizing: border-box;
  display: block;
  font-size: 0.16rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.45rem;
  width: 2rem;
  height: 0.5rem;
  text-align: center;
  background: var(--primary);
  border-radius: 0.25rem;
  border: 2px solid var(--primary);
}

/* a.more:hover {
  background: transparent;
  color: var(--primary);
} */

.footer-contact a.more {
  width: 2rem;
  height: 0.5rem;
  line-height: 0.45rem;
  border-radius: 0.25rem;
  margin-top: 0.4rem;
}

/* .footer-contact a.more:hover {
  background: #fff;
  color: var(--primary);
} */

.footer-contact .wrap {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  height: 3.9rem;
  background: #ffffff;
  box-shadow: 0px 0px 68px 0px rgba(6, 0, 1, 0.22);
  border-radius: 5px;
}

.footer-contact .img {
  width: 0.94rem;
  height: 0.9rem;
  margin-bottom: 0.12rem;
}

.footer-contact h3,
.footer-contact p {
  font-size: 0.48rem;
  font-weight: bold;
  color: #353535;
  line-height: 0.38rem;
  margin-bottom: 0.2rem;
}

.footer-contact p {
  font-size: 0.24rem;
  line-height: 0.18rem;
  font-weight: 500;
  margin-bottom: 0;
}

.footer-links {
  display: flex;
  margin-bottom: 0.5rem;
}

.footer-links li {
  margin-right: 0.2rem;
}

.footer-links li a {
  font-size: 0.18rem;
  font-weight: bold;
  color: #eaece7;
  line-height: 0.3rem;
}

.footer-content .contact {
  margin-bottom: 0.6rem;
}

.footer-content h3 {
  font-size: 0.16rem;
  font-weight: bold;
  color: #eaece7;
  line-height: 0.14rem;
  text-transform: uppercase;
  margin-bottom: 0.18rem;
}

.footer-content .contact li {
  font-size: 0.16rem;
  font-weight: bold;
  color: #eaece7;
  line-height: 0.3rem;
}

.footer-content .contact li a {
  color: #eaece7;
}

.footer-content .inquiry {
  width: 47.14%;
}

.flex {
  display: flex;
}

.flex-between {
  justify-content: space-between;
}

.footer-content .inquiry .info:first-child {
  margin-right: 0.1rem;
}

.index-banner .swiper-slide {
  position: relative;
}

.index-banner .swiper-slide .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.index-banner .container,
.index-banner .row,
.index-banner .wrap {
  height: 100%;
}

.index-banner .swiper-slide .content .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-banner .swiper-slide .left {
  width: 40.125%;
  margin-bottom: 12%;
}

.index-banner .swiper-slide .right {
  display: flex;
  flex-direction: column;
  width: 50%;
  background: #ffffff;
  border-radius: 5px;
  height: 6.75rem;
}

.index-banner h2 {
  font-size: 0.48rem;
  font-weight: 400;
  font-family: 'libre-baskerville';
  color: #ffffff;
  line-height: 0.6rem;
  text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.46);
  margin-bottom: 0.34rem;
}

.index-banner .more {
  text-transform: uppercase;
}

.index-banner .tabs {
  display: flex;
  background: #42592c;
}

.index-banner .tab {
  flex: 1;
  height: 0.8rem;
  line-height: 0.8rem;

  text-align: center;
  color: #ffffff;
  font-size: 0.16rem;
  font-weight: bold;
  cursor: pointer;
}

.index-banner .tab.on {
  background: #fff;
  color: #42592c;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.index-banner .boxs {
  flex: 1;
}

.index-banner .box {
  display: none;
}

.index-banner .box.on {
  display: block;
}

.index-banner .box,
.index-banner .box .items {
  height: 100%;
}

.index-banner .box .items {
  display: grid;
  grid-template-columns: repeat(4, 1.5rem);
  grid-template-rows: repeat(3, 1.35rem);
  gap: 0.2rem;
  justify-content: center;
  align-content: center;
}

.index-banner .box .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.35rem;
  border: 1px solid #e5e5e5;
  border-radius: 5px;

  font-size: 0.17rem;
  line-height: 0.18rem;
  color: #2b2b2b;
  font-weight: 500;
  transition: all 0.5s ease 0s;
}

.index-banner .box .img {
  display: flex;
  align-items: center;
  height: 1.04rem;
  filter: brightness(0);
}

.index-banner .box .item:hover {
  box-shadow: 0px 0px 41px 2px rgba(137, 137, 137, 0.19);
  border-color: #fff;
  color: #42592c;
}

.index-banner .box .item:hover .img {
  filter: unset;
}

.index1 {
  position: relative;
  padding: 0.87rem 0 0.55rem;
}

.index1 .title {
  margin-bottom: 0.62rem;
}

.index1 .content {
  display: flex;
  height: 7.14rem;
  background: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
}

.index1 .content .boxs {
  position: relative;
  width: 70%;
}

.index1 .content .tabs {
  display: flex;
  flex-direction: column;
  flex: 1;
  background: #eff0ed;
}

.index1 .content .tab {
  display: flex;
  align-items: center;
  flex: 1;
  padding-left: 0.28rem;
  cursor: pointer;
}

.index1 .content .tab .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.26rem;
  margin-right: 0.15rem;
}

.index1 .content .tab .img img {
  width: 90%;
}

.index1 .content .tab p {
  width: 58%;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #2d2d2d;
  font-weight: bold;
}

.index1 .content .tab.on {
  background: #fff;
}

.index1 .content .tab.on p {
  color: #42592c;
}

.index1 .content .box .wrap {
  position: relative;
  padding: 1.02rem 0 0 1rem;
  z-index: 10;
}

.index1 .content .box {
  display: none;
}

.index1 .content .box.on {
  display: block;
}

.index1 .content .box h3 {
  width: 100%;
  font-size: 0.36rem;
  font-weight: bold;
  color: #2d2d2d;
  line-height: 0.48rem;
  margin-bottom: 0.4rem;
}

.index1 .bgImg {
  position: absolute;
  top: -2.28rem;
  left: 0;
  width: 7.63rem;
  z-index: -1;
}

.index1 .content a.more {
  margin-top: 0.7rem;
}

.index1 .content ul li {
  position: relative;
  font-size: 0.18rem;
  font-weight: 600;
  color: #646464;
  line-height: 0.36rem;
  width: 48%;
  padding-left: 0.3rem;

  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.index1 .content ul li::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.13rem;
  width: 0.12rem;
  height: 0.12rem;
  background: var(--primary);
  transform: rotate(45deg);
}

.index1 .content .box .img {
  position: absolute;
  right: 0.17rem;
  bottom: 0.12rem;
  z-index: 1;
  width: 4.8rem;
}

.index2 {
  padding: 2.06rem 0 0.65rem;
  background: url("/public/static/images/home/zh-cn/index2Bg.jpg") no-repeat center;
  background-size: cover;
}

.index2 .title h2 {
  margin-bottom: 0.42rem;
}

.index2 .title a.more1 {
  display: block;
  font-size: 0.16rem;
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
  line-height: 0.16rem;
  text-align: center;
  text-transform: uppercase;
}

.index2 .title {
  margin-bottom: 0.46rem;
}

.index2 .items {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.16rem;
}

.index2 .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 2.5rem;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  cursor: pointer;
}

.index2 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.38rem;
  filter: brightness(0);
}

.index2 .item p {
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
  color: #5b5b5b;
  line-height: 0.24rem;
}

.index2 .item:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.index2 .item:hover .img {
  filter: unset;
}

.index2 .item:hover p {
  color: #fff;
}

.index2 .item::after {
  position: absolute;
  bottom: 2px;
  right: -0.25rem;
  content: "\e775";
  font-family: "iconfont";
  font-weight: bold;
  width: 0.34rem;
  height: 0.34rem;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  border: 1px solid #e5e5e5;

  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.index2 .item:last-child::after {
  display: none;
}

.index3 {
  position: relative;
  background: url("/public/static/images/home/zh-cn/index3Bg.jpg") no-repeat center;
}

.index3 .img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 63.9%;
}

.index3 .img img {
  height: 100%;
}

.index3 .wrap {
  display: flex;
  justify-content: flex-start;
}

.index3 .wrap .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 8.86rem;
  width: 28.3%;
}

.index3 .wrap .title h2 {
  color: #fff;
  margin-bottom: 0.75rem;
  text-align: left;
}

.index3 .wrap p {
  font-size: 0.18rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.36rem;
}

.index3 .wrap a.more {
  margin-top: 0.7rem;
  background: #fff;
  color: var(--primary);
  text-transform: uppercase;
  border-color: #fff;
}

.index3 .wrap a.more:hover {
  color: #fff;
}

.index3 .wrap a.more.hvr-rectangle-out:before {
  background: var(--primary);
}

.index4 {
  padding: 0.88rem 0 1.15rem;
}

.index4 .title h2 {
  margin-bottom: 0.3rem;
}

.index4 .title p {
  font-size: 0.24rem;
  color: #2d2d2d;
}

.index4 .title {
  margin-bottom: 1.35rem;
}

.index4 .imgs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1.62rem);
}

.index4 .img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index4 .img:hover img {
  transform: scale(1.05);
}

.index4 .img::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 1.5px;
  height: 1.04rem;
  background: rgba(75, 97, 54, 0.2);
}

.index4 .img:nth-child(5n)::after {
  display: none;
}

.index4 .img:nth-child(n + 5)::after {
  top: 50%;
  transform: translateY(-50%);
}

.index4 .img:nth-child(n + 5)::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 1.94rem;
  height: 1px;
  background: rgba(75, 97, 54, 0.2);
}

.index5 {
  padding: 1rem 0;
  background: url("/public/static/images/home/zh-cn/index5Bg.jpg") no-repeat center;
}

.index5 .title h2 {
  text-align: left;
  color: #fff;
  margin-bottom: 0.67rem;
}

.index5 .items {
  display: grid;
  grid-template-columns: repeat(2, 3.4rem);
  gap: 13px;
}

.index5 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 3.46rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
}

.index5 .item p {
  width: 70%;
}

.index5 .item:last-child p {
  width: 80%;
}

.index5 .item .img {
  width: 0.98rem;
  height: 0.85rem;
  background: url("/public/static/images/home/zh-cn/index5IconBg.png") no-repeat center;
  background-size: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.37rem 0 0.25rem;
}

.index5 .item h3 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #4b6136;
  line-height: 0.24rem;
  margin-bottom: 0.14rem;
}

.index5 .item p {
  font-size: 0.16rem;
  font-weight: 500;
  color: #2d2d2d;
  line-height: 0.28rem;
  text-align: center;
}

.index5 .item img {
  width: 50%;
}

.index6 {
  padding: 0.94rem 0 1.02rem;
}

.index6 .ttile {
  margin-bottom: 0.7rem;
}

.index6 .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.62rem;
}

.index6 .item {
  transition: all 0.5s ease 0s;
}

.index6 .item .top {
  position: relative;
}

.index6 .item .top .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease 0s;
  height: 1.48rem;
  background: rgba(74, 96, 53, 0.4);
  padding: 0.3rem 0.44rem 0.16rem 0.26rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index6 .item .top .icon {
  opacity: 0;
  font-size: 0.36rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.3rem;
}

.index6 .item img {
  width: 100%;
}

.index6 .item:hover {
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.index6 .item:hover .content {
  background: linear-gradient(rgba(74, 96, 53, 0.6), #4a6035);
}

.index6 .item:hover .icon {
  opacity: 1;
}

.index6 .item .top .text {
  font-size: 0.24rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.36rem;
  width: 70%;
}

.index6 .item .bottom {
  padding: 0.2rem 0.1rem;
}

.index6 .item .bottom .time {
  font-size: 0.16rem;
  font-weight: 400;
  color: #0e1319;
  line-height: 0.13rem;
  opacity: 0.6;
  margin-bottom: 0.15rem;
}

.index6 .item .bottom p {
  font-size: 0.16rem;
  font-weight: 500;
  color: #0e1319;
  line-height: 0.3rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.index6 .more {
  margin: 0 auto;
  margin-top: 0.54rem;
  background: #fff;
  color: var(--primary);
  text-transform: uppercase;
}

.index6 a.more:hover {
  color: #fff;
}

.index6 a.more.hvr-rectangle-out:before {
  background: var(--primary);
}

.profile1 {
  padding: 0.3rem 0 0.68rem;
  background-image: url("/public/static/images/home/zh-cn/profile1Bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(66, 89, 44, 0.1);
}

.profile1 .box {
  display: flex;
  margin-bottom: 0.57rem;
}

.profile1 .box .content {
  background: #ffffff;
  padding: 1rem 0.62rem 0.75rem 0.62rem;
  width: 45.65%;
}

.profile1 .box .title h2 {
  text-align: left;
  color: #222222;
  margin-bottom: 0.35rem;
}

.profile1 .box p {
  font-size: 0.18rem;
  font-weight: 500;
  color: #222222;
  line-height: 0.31rem;
}

.profile1 .box img {
  height: 100%;
}

.profile1 .items {
  display: grid;
  grid-template-columns: repeat(4, 3.24rem);
  justify-content: center;
  gap: 0.34rem;
}

.profile1 .item {
  background: #ffffff;
  border-radius: 4px;
  height: 2.76rem;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile1 .item .img {
  height: 1.38rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile1 .item img {
  width: 80%;
}

.profile1 .item .num {
  font-size: 0.48rem;
  font-weight: 500;
  color: #222222;
  line-height: 0.48rem;
  margin-bottom: 0.2rem;

  display: flex;
  align-items: flex-end;
}

.profile1 .item .num span {
  line-height: 0.42rem;
}

.profile1 .item .num sub {
  bottom: 0;
  line-height: 0.24rem;
  font-size: 0.24rem;
}

.profile1 .item p {
  font-size: 0.18rem;
  font-weight: bold;
  color: #222222;
  line-height: 0.18rem;
  text-align: center;
}

.profile2 {
  padding: 0.9rem 0 0.28rem;
}

.profile2Swiper .swiper-slide {
  width: 8.18rem;
}

.profile2Swiper .content {
  padding: 0.36rem 0.2rem;
}

.profile2Swiper .content .title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #222222;
  line-height: 0.3rem;
  margin-bottom: 0.24rem;
}

.profile2Swiper .content {
  opacity: 0;
}

.profile2Swiper .img img {
  filter: brightness(0.4);
}

.profile2Swiper {
  position: relative;
}

.profile2Swiper .swiper-slide-active .content {
  opacity: 1;
}

.profile2Swiper .swiper-slide-active img {
  filter: brightness(1);
}

.profile2Swiper .swiper-button-next,
.profile2Swiper .swiper-button-prev {
  background: none;
  position: absolute;
  margin: 0;
  top: auto;
  bottom: 24%;
  left: auto;
  right: 20%;
  z-index: 999;
}

.profile2Swiper .swiper-button-next {
  right: 16%;
  left: auto;
}

.profile2Swiper .swiper-button-prev:after,
.profile2Swiper .swiper-button-next:after {
  content: "\e653";
  font-family: "iconfont";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: rgba(34, 34, 34, 0.3);
  font-size: 0.26rem;
}

.profile2Swiper .swiper-button-next:after {
  content: "\e775";
}

.profile2Swiper .swiper-button-prev:hover:after,
.profile2Swiper .swiper-button-next:hover:after {
  color: var(--primary);
}

.profile3 {
  padding: 1.03rem 0 1.05rem;
  background: url("/public/static/images/home/zh-cn/profile3Bg.png") no-repeat center;
}

.profile3 .title h2 {
  color: #fff !important;
  margin-bottom: 1.7rem;
}

.profile3 .items {
  display: flex;
}

.profile3 .item {
  position: relative;
  flex: 1;
  padding: 0 0.5rem;
}

.profile3 .item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0.2rem;
  width: 2px;
  background: url("/public/static/images/home/zh-cn/profile3Line.png") no-repeat center;
}

.profile3 .item:last-child::after {
  display: none;
}

.profile3 .item .img {
  width: 1.02rem;
  height: 1.02rem;
  border-radius: 50%;
  background: url("/public/static/images/home/zh-cn/profile3IconBg.png") no-repeat center;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  margin-bottom: 0.14rem;
}

.profile3 .item .img img {
  width: 50%;
}

.profile3 .item h3 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.3rem;
  margin-bottom: 0.24rem;
  text-align: center;
}

.profile3 .item li {
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.3rem;
}

.profile4 {
  padding: 0.78rem 0 1.18rem;
  background: url("/public/static/images/home/zh-cn/profile4Bg.png") no-repeat center;
  margin-bottom: 0.52rem;
}

.profile4 .title h2 {
  margin-bottom: 0.97rem;
}

.team1 {
  padding: 0.67rem 0 0.72rem;
  background-color: #f7faf6;
}

.team1 .wrap {
  display: flex;
}

.team1 .wrap .content {
  width: 46%;
  background: #fff;
  padding: 0.8rem 0.53rem 0 0.36rem;
}

.team1 .wrap img {
  height: 100%;
}

.team1 .wrap .content .title h2 {
  text-align: left;
  margin-bottom: 0.4rem;
}

.team1 .wrap .content p {
  line-height: 0.3rem;
  font-weight: bold;
}

.team1 .wrap .content p + p {
  margin-top: 0.34rem;
}

.team2 {
  padding: 0.65rem 0 0.94rem;
}

.team2 .title h2 {
  margin-bottom: 0.33rem;
}

.team2 .title p {
  width: 30%;
  margin-bottom: 0.3rem;
}

.team2 .imgs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
}

.team2 .img {
  background-color: #f8faf6;
}

.team2 .img:hover img {
  transform: scale(1.05);
}

.team3 {
  padding: 0.85rem 0 0.67rem;
}

.team3 .title h2 {
  margin-bottom: 1.42rem;
}

.line {
  background-color: var(--primary-bg);
  height: 0.36rem;
  width: 100%;
}

.team3 .team3Swiper .wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 1.48rem 0.54rem 0.96rem;
}

.team3 .team3Swiper .wrap .content {
  width: 52%;
  padding-top: 0.36rem;
}

.team3 .team3Swiper {
  position: relative;
}

.team3 .team3Swiper .img {
  width: 3.84rem;
  height: 3.84rem;
  border-radius: 50%;
  border: 1px dashed var(--primary);
  overflow: unset;
}

.team3 .team3Swiper .img img {
  transform: translateX(0.7rem);
  border-radius: 50%;
}

.team3 .team3Swiper h3 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #222222;
  line-height: 0.3rem;
  margin-bottom: 0.52rem;
}

.team3 .team3Swiper p {
  font-size: 0.24rem;
  line-height: 0.48rem;
}

.team3Swiper .swiper-button-next,
.team3Swiper .swiper-button-prev {
  background: none;
  position: absolute;
  margin: 0;
  height: 0.54rem;
  width: 0.54rem;
  top: 50%;
  left: 0;
  z-index: 999;
  border-radius: 50%;
  border: 1px dashed var(--primary);
  transform: translateY(-50%);
}

.team3Swiper .swiper-button-next {
  right: 0;
  left: auto;
}

.team3Swiper .swiper-button-prev:after,
.team3Swiper .swiper-button-next:after {
  content: "\e653";
  font-family: "iconfont";
  position: absolute;
  /* top: 50%;
  transform: translateY(-50%); */
  display: inline-block;
  color: #222;
  font-size: 0.3rem;
}

.team3Swiper .swiper-button-next:after {
  content: "\e775";
}

.team3Swiper .swiper-button-prev:hover:after,
.team3Swiper .swiper-button-next:hover:after {
  color: var(--primary);
}

.team4 {
  padding: 0.94rem 0 1.05rem;
  background-color: #f8faf6;
}

.team4 .wrap .img {
  width: 84.28%;
}

.team4 .wrap {
  position: relative;
}

.team4 .wrap .box {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 47.85%;

  display: flex;
  align-items: center;
}

.team4 .wrap .box .content {
  height: 82.84%;
  background-color: var(--primary);
  padding: 0.5rem 0.38rem 0 0.38rem;
}

.team4 .wrap .box .content .title h2 {
  color: var(--white);
  text-align: left;
  margin-bottom: 0.42rem;
}

.team4 .wrap .box .content p {
  color: var(--white);
  line-height: 0.36rem;
  font-size: 0.18rem;
}

.team4 .wrap .box .content p + p {
  margin-top: 0.4rem;
}

.quality1 {
  padding: 0.5rem 0 0.9rem;
  background-color: var(--primary-bg);
}

.quality1 .title h2 {
  margin-bottom: 0.28rem;
}

.quality1 .title p {
  font-size: 0.18rem;
  line-height: 0.36rem;
  width: 44%;
}

.quality1 .title {
  margin-bottom: 0.6rem;
}

.quality1 .imgs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
}

.quality1 .img:first-child {
  grid-row: 1 / 3;
  grid-column: 1 / 3;
}

.quality1 .img img {
  height: 100%;
}

.quality1 .img:hover img {
  transform: scale(1.05);
}

.video_click:after {
  background: url("/public/static/images/home/zh-cn/video.png") no-repeat center;
}

.quality2 {
  padding: 1.14rem 0 0.72rem;
}

.quality2 .title h2 {
  margin-bottom: 1.14rem;
}

.quality2Swiper {
  position: relative;
  padding-bottom: 0.7rem;
}

.quality2Swiper .swiper-pagination-bullets {
  bottom: 0;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary);
}

.quality2Swiper .swiper {
  padding: 10px;
}

.quality2Swiper .swiper-slide .img {
  border: 6px solid #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.08);
}

.quality3 {
  padding: 1.67rem 0 0.77rem;
  background: url("/public/static/images/home/zh-cn/quality3Bg.png") no-repeat center;
  margin-bottom: 0.67rem;
}

.inside .quality3 .title h2 {
  color: #fff;
  margin-bottom: 1rem;
}

.quality3 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.quality3 .item {
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 0.25rem 0.64rem 0 0.54rem;

  height: 3.45rem;
}

.quality3 .item .img {
  background-color: var(--primary);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-bottom: 0.18rem;

  display: flex;
  justify-content: center;
  align-items: center;
}

.quality3 .item .img img {
  width: 60%;
}

.quality3 .item h3 {
  font-size: 0.3rem;
  font-weight: bold;
  color: var(--primary);
  line-height: 0.24rem;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

.quality3 .item p {
  text-align: center;
  font-weight: bold;
}

.quality3 .item .content {
  width: 100%;
  display: flex;
  justify-content: center;
}

.quality3 .item .content .left {
  width: 51%;
}

.quality3 .item .content .right {
  width: 46%;
} 

.service1 {
  padding: 0.7rem 0 1rem;
  background-color: var(--primary-bg);
}

.service1 .title h2 {
  margin-bottom: 0.5rem;
}

.service1Swiper {
  position: relative;
  padding-top: 1.26rem;
}

.service1Swiper .swiper-pagination-custom {
  display: inline-block;
  bottom: auto;
  top: 0;
}

.service1Swiper .current {
  color: var(--primary);
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.3rem;
}

.service1Swiper .total,
.service1Swiper span {
  color: #222222;
  vertical-align: top;
}

.service1Swiper .context {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.service1Swiper .context .row {
  position: relative;
}

.service1Swiper .context .box {
  position: absolute;
  right: 4.14rem;
}

.service1Swiper .swiper-button-next,
.service1Swiper .swiper-button-prev {
  background: none;
  position: absolute;
  margin: 0;
  height: 0.2rem;
  width: 0.2rem;
  top: 0;
  left: auto;
  right: 2%;
  z-index: 999;
}

.service1Swiper .swiper-button-next {
  right: 0;
  left: auto;
}

.service1Swiper .swiper-button-prev:after,
.service1Swiper .swiper-button-next:after {
  content: "\e653";
  font-family: "iconfont";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #c1c1c1;
  font-size: 0.2rem;
  font-weight: bold;
}

.service1Swiper .swiper-button-next:after {
  content: "\e775";
}

.service1Swiper .swiper-button-prev:hover:after,
.service1Swiper .swiper-button-next:hover:after {
  color: var(--primary);
}

.service1Swiper .swiper-slide .wrap {
  position: relative;
}

.service1Swiper .swiper-slide .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background: rgba(0,0,0,0.4);
}

.service1Swiper .swiper-slide h3 {
  font-size: 0.6rem;
  line-height: 0.46rem;
  margin-bottom: 0.3rem;
  color: #fff;
}

.service1Swiper .swiper-slide p {
  font-size: 0.24rem;
  color: #fff;
}

.service1 {
  position: relative;
}

.service1Thumb .swiper {
  height: 7.2rem;
  width: 5.07rem;
  position: absolute;
  right: 0;
  top: 0;
}

.service1Thumb .swiper-slide {
  display: flex;
  justify-content: flex-end;
}

.service1Thumb .swiper-slide .wrap {
  width: 4.86rem;
  display: flex;
  align-items: center;
  background-color: var(--white);
  padding-left: 0.36rem;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.24);
}

.service1Thumb .swiper-slide .wrap .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: var(--primary);
  margin-right: 0.23rem;

  font-size: 0.18rem;
  color: #fff;
}

.service1Thumb .swiper-slide .wrap p {
  font-size: 0.3rem;
  color: #3f3f3f;
  font-weight: 500;
}

.service1Thumb .swiper-slide.swiper-slide-thumb-active .wrap {
  background-color: var(--primary);
}

.service1Thumb .swiper-slide.swiper-slide-thumb-active .wrap .num {
  background-color: var(--white);
  color: var(--primary);
}

.service1Thumb .swiper-slide.swiper-slide-thumb-active .wrap p {
  color: var(--white);
}

.service1Thumb .swiper-slide.swiper-slide-thumb-active .wrap::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  border-right: 0.22rem solid var(--primary);
  border-top: 0.22rem solid transparent;
  border-bottom: 0.22rem solid transparent;
  transform: translateY(-50%);
}

.thumbBox {
  position: absolute;
  top: 2.58rem;
  left: 0;
  right: 0;
  bottom: 0;
}

.thumbBox .row {
  position: relative;
}

.thumbBox .swiper-button-next, 
.thumbBox .swiper-button-prev {
  background: none;
  position: absolute;
  margin: 0;
  height: 0.5rem;
  width: 0.5rem;
  top: 5.54rem;
  left: auto;
  right: 5.2rem;
  z-index: 999;
  background-color: #F8FAF6;
  transform: rotate(90deg);
}

.thumbBox .swiper-button-next {
  right: 5.2rem;
  left: auto;
  top: 6.14rem;
}

.thumbBox .swiper-button-prev:after, 
.thumbBox .swiper-button-next:after {
  content: "\e653";
  font-family: "iconfont";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: var(--primary);
  font-size: 0.3rem;
}

.thumbBox .swiper-button-next:after {
  content: "\e775";
}

.thumbBox .swiper-button-prev:hover,
.thumbBox .swiper-button-next:hover {
  background-color: var(--primary);
}

.thumbBox .swiper-button-prev:hover:after, 
.thumbBox .swiper-button-next:hover:after {
  color: var(--white);
}

.thumbBox .swiper-pagination-progressbar.swiper-pagination-vertical {
  width: 1px;
  height: 4.82rem;
  transform: rotate(-90deg) translateY(-50%);
  background: #272727;
  right: 0;
  left: auto;
  top: -2.9rem;
}

.thumbBox .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--primary);
  width: 4px;
  margin-left: -1px;
}

.service1Swiper .swiper-slide .content .box {
  width: 60%;
}






.service1Thumb {
  position: absolute;
  top: 0;
  right: 0;
}
.service1Thumb .swiper-slide{cursor: pointer;}

.service2 {
  padding: 0.76rem 0 1rem;
  background: url("/public/static/images/home/zh-cn/service3Bg.png") no-repeat center;
  background-size: cover;
  margin-bottom: 0.42rem;
}

.inside .service2 .title h2 {
  color: var(--white);
  margin-bottom: 1.5rem;
}

.service2 .items {
  display: grid;
  grid-template-columns: repeat(3, 4rem);
  justify-content: space-between;
}

.service2 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service2 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 1.75rem;
  height: 1.65rem;
  border-radius: 50%;

  margin-bottom: 0.35rem;
  background: url("/public/static/images/home/zh-cn/service2IconBg.png") no-repeat center;
  background-size: cover;
}

.service2 .item .img img {
  width: 50%;
}

.service2 .item h3 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.24rem;
  margin-bottom: 0.3rem;
}

.service2 .item p {
  color: var(--white);
  text-align: center;
}

.service2 .item:nth-child(2) {
  margin-top: 0.5rem;
}

.service3 {
  padding: 1.12rem 0 1.52rem;
}

.service3 .title h2 {
  margin-bottom: 1.07rem;
}

.service3 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.service3 .item {
  border-radius: 4px;
  height: 5.26rem;
  padding: 0 0.52rem;

  border-left: 3px solid var(--primary);
  border-top: 3px solid var(--primary);
}

.service3 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.44rem;
}

.service3 .item .name {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}

.service3 .item .name .time,
.service3 .item .name .title {
  font-size: 0.48rem;
  line-height: 0.36rem;
  color: #3c3c3c;
  font-weight: 500;
}

.service3 .item .name .title {
  font-size: 0.24rem;
  font-weight: 900;
}

.service3 .item .name .slash {
  width: 2px;
  background-color: var(--primary);
  height: 0.7rem;
  transform: rotate(25deg);
  margin: 0 0.17rem;
}

.service3 .item h3 {
  font-size: 0.24rem;
  color: var(--primary);
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.prod-top {
  padding: 0.13rem 0 0.27rem;
  background-color: var(--primary-bg);
}

.prod1 {
  background-color: #fff;
  padding:  0.4rem 0;
}

.prod1 .title {
  margin-bottom: 0.32rem;
}

.prod1 p {
  font-size: 0.18rem;
  font-weight: 500;
  color: #3a3a3a;
  line-height: 0.36rem;
  /* width: 49%; */
  text-align: center;

  margin: 0 auto;
}

.prod2 {
  padding: 0.8rem 0 1.12rem;
}

.prod2.product_box .submenu_wrap h2 {
  font-size: 0.18rem;
  height: 0.6rem;
  line-height: 0.6rem;
  padding-left: 0.35rem;
}

.product_box .submenu_wrap ul li a {
  padding-left: 0.35rem;
  overflow: unset;
}

.product_box .submenu_wrap ul li a.active {
  position: relative;
  background: #f1f1f1;
  line-height: 0.6rem;
  color: #525252;
  font-weight: bold;
  font-size: 0.18rem;
}

.submenu_wrap_ul li + li {
  margin-top: 1px;
}

.product_box .submenu_wrap ul li span.li_click,
.product_box .submenu_wrap_ul .submenu_ul span.sec_click {
  top: 16px;
}

.submenu_wrap_ul .on a.active {
  color: var(--primary) !important;
  border-bottom: 1px solid var(--primary);
}

.submenu_wrap_ul .on a.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.35rem;
  border-top: 8px solid var(--primary);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 10;
  transform: translateY(100%);
}

.product_box .submenu_wrap ul li {
  border: none;
}

.product_box .submenu_wrap ul li a {
  line-height: 0.5rem;
  color: #4f4f4f;
  font-weight: 500;
}

.product_box .submenu_wrap ul li a:hover {
  background: transparent;
  color: var(--primary);
  text-decoration: underline;
}

.product_box .submenu_wrap ul li a.active:hover {
  background: #f1f1f1;
  text-decoration: none;
}

.prod2 .title h2 {
  text-align: left;
  text-transform: none;
  padding: 0.33rem 0 0.24rem;
  border-bottom: 1px solid rgba(39, 39, 39, 0.1);
  margin-bottom: 0.33rem;
}

.prod2 .items {
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
  gap: 33px;
}

.prod2 .item {
  height: 3.48rem;
  border: 1px solid #dcdcdc;
  border-radius: 4px;

  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.12rem;
}

.prod2 .item .content {
  width: 100%;
}

.prod2 .item .img {
  height: 2.18rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prod2 .item .title {
  display: block;
  padding: 0.1rem 0;
  text-align: center;
  font-size: 0.24rem;
  font-weight: 500;
  color: #222222;

  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.prod2 .item p {
  padding: 0 0.18rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 0.25rem;
}

.prod2 .item a.more1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0.58rem;
  background-color: var(--primary);
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  color: var(--white);
  text-decoration: underline;
  margin-top: 0;
  transition: all 0.6s;
}

.prod2 .item a.more1 img {
  margin-right: 0.1rem;
}

.prod2 .item:hover .img img {
  transform: scale(1.05);
}
.prod2 .item a.more1:hover{
  background: #263419;
}
.prod2 .item:hover .title,
.prod2 .item:hover p {
/*  color: var(--primary);*/
}

.pagination > li > a,
.pagination > li > span {
  font-size: 0.24rem;
  /* padding: 0.17rem 0.2rem; */
  height: 0.48rem;
  width: 0.48rem;
  border-radius: 4px;
}

.page li {
  height: 0.48rem;
  width: 0.48rem;
  border-radius: 4px;
}

.pagination > li > a,
.pagination > li > span {
  color: #3b3b3b;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  font-size: 0.3rem;
}

.pagination {
  margin: 0;
  margin-top: 0.92rem;
}

.prod3 {
  padding-top: 1.92rem;
  height: 7.22rem;
  background: url(/public/static/images/home/zh-cn/prod1Bg.png) no-repeat center;
}

.inside .prod3 .title h2,
.inside .prod3 .title h1 {
  color: #fff;
}

.inside .prod3 .title h1 {
  text-align: center;
  margin-bottom: 0.6rem;
  text-transform: capitalize;
  font-family: 'libre-baskerville';
  font-weight: 700;
}

.prod3Content {
  margin-top: -2.94rem;
  margin-bottom: 0.44rem;
}

.prod3Content .wrap {
  background: #ffffff;
  border-radius: 4px;
  height: 5.11rem;
  box-shadow: 0px 0px 10px 0px rgba(6, 0, 1, 0.22);

  padding: 0.74rem 0 1rem;
}

.prod3Content .items {
  display: flex;
  /* grid-template-columns: repeat(4, 1fr); */
  height: 100%;
  justify-content: center;
}

.prod3Content .item {
  display: flex;
  width: 25%;
  flex-direction: column;
  align-items: center;
  border-right: 1px dashed #dcdcdc;
}

.prod3Content .item:last-child {
  border-right: none;
}

.prod3Content .item p {
  width: 80%;
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: 500;
  color: #3b3b3b;
}

.prod3Content .item .img {
  height: 0.9rem;
  margin-bottom: 0.43rem;
}

.prod3Content .item .img img {
  width: 86%;
}

.prod3Content .item h3 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #3b3b3b;
  line-height: 0.3rem;
  margin-bottom: 0.24rem;
}

.profile4 .historyYearSlickBox {
  position: relative;
  margin-top: -22px;
}

.profile4 .historyYearSlickBox:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #666666;
  top: 10px;
}

.profile4 .historyYearSlick a {
  display: block;
  padding-bottom: 40px;
  position: relative;
}

.profile4 .historyYearSlick span {
  font-size: 18px;
  color: #666;
  line-height: 1;
  text-align: center;
  display: block;
  height: 60px;
  padding-top: 20px;
  margin-bottom: 10px;
  position: relative;
}

.profile4 .historyYearSlick span:after {
  position: absolute;
  content: '';
  width: 11px;
  height: 11px;
  background: #666;
  top: 6px;
  left: 50%;
  margin-left: -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.profile4 .historyYearSlick a:before {
  position: absolute;
  content: '';
  width: 27px;
  height: 27px;
  background: rgba(0,0,0,.4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: 7px;
  left: 50%;
  margin-left: -13px;
  display: none;
  animation-name: example;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.profile4 .historyYearSlick a:after {
  position: absolute;
  content: '';
  width: 39px;
  height: 39px;
  background: rgba(0,0,0,.4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: 1px;
  left: 50%;
  margin-left: -19px;
  display: none;
  animation-name: example;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.profile4 .historyYearSlick span:before {
  position: absolute;
  content: '';
  bottom: -16px;
  left: 50%;
  margin-left: -6px;
  display: none;
  border-top: 12px solid var(--primary);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.profile4 .historyYearSlick .slick-current a:before, 
.profile4 .historyYearSlick .slick-current a:after {
  display: block;
}

.profile4 .historyYearSlick .slick-current span:before {
  display: block;
}

.profile4 .historyYearSlick .slick-current span {
  font-size: 36px;
  font-weight: 700;
  padding-top: 25px;
  color:var(--primary);
}

.profile4 .historyYearSlick .slick-current span:after {
  background-color: var(--primary);
}

.profile4 .historyTextSlick .textBox {
  padding-top: 24px;
  height: 104px;
  position: relative;
  /* margin-bottom: 35px; */
}

.profile4 .historyTextSlick .textBox span {
  position: absolute;
  top: 0;
  line-height: 1;
  text-align: center;
  width: 100%;
  font-size: 122px;
  font-weight: 700;
  color: rgba(90, 187, 189, 0.1)
}

.profile4 .content .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile4 .content .item .img {
  border: 0.16rem solid var(--white);
  box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.08);
  margin-bottom: 0.35rem;
}


.profile4 .content .item .text {
  width: 44.64%;
}

.profile4 .content .item .text h3 {
  font-size: 0.24rem;
  color: #474747;
  font-weight: bold;
  margin-bottom: 0.2rem;
  text-align: center;
}

.profile4 .content .item .text p {
  text-align: center;
}

.profile4 .content .slick-prev,
.profile4 .content .slick-next {
  background: transparent;
}

.profile4 .content .slick-prev:after,
.profile4 .content .slick-next:after {
  /*position: absolute;*/
  font-size: 0.35rem;
  font-family: "iconfont";
  text-align: center;
  transition: all 0.5s;
  font-weight: 500;
  color: #A1A1A0;
}

.profile4 .content .slick-prev:after {
  content: "\e653";
}

.profile4 .content .slick-next:after {
  content: "\e775";
}

.profile4 .content .slick-prev:hover:after,
.profile4 .content .slick-next:hover:after {
  color: var(--primary);
}

.product_box .submenu_wrap_ul .submenu_ul li a {
  padding-left: 0.6rem;
}

.pagination-progressbar {
  position: absolute;
  right: 0;
  bottom: -0.63rem;
  width: 4.82rem;
  height: 1px;
  background-color: var(--primary);
}

.pagination-progressbar .pagination-progressbar-bar {
  display: block;
  height: 4px;
  width: 0;
  background-color: var(--primary);
  transition: all .5s ease 0s;
  transform: translateY(-50%);
}

.service1 .wrap {
  display: flex;
  align-items: flex-start;
}

.service1 .wrap .tabBox {
  width: 3.1rem;
  position: sticky;
  top: 0.2rem;
  left: 0;
}

.service1 .wrap .box {
  display: none;
}

.service1 .wrap .box.on {
  display: block;
}

.service1 .wrap .box .text a {
  cursor: zoom-in;
}

.service1 .tabBox ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.15rem 0 0.15rem 0.22rem;
  position: relative;
  z-index: 2;
  margin-bottom: 0.2rem;
  transition: all .3s;
  cursor: pointer;
}

.service1 .tabBox ul li .num {
  width: 0.42rem;
  height: 0.42rem;
  line-height: 0.42rem;
  text-align: center;
  color: #ffffff;
  font-size: 0.24rem;
  font-weight: 700;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--primary);
  transition: all .3s;
  margin-right: 0.2rem;
}

.service1 .tabBox ul li p {
  line-height: 0.42rem;
  display: block;
  position: relative;
  font-size: 0.2rem;
  color: #3f3f3f;
  font-weight: 700;
  flex: 1;
}

.service1 .tabBox .tab.on {
  background-color: var(--primary);
}

.service1 .tabBox .tab.on .num {
  background-color: var(--white);
  color: var(--primary);
}

.service1 .tabBox .tab.on p {
  color: var(--white);
}

.service1 .tab.on::after {
  position: absolute;
  content: "";
  right: 0;
  transform: translateX(100%);
  border-left: 0.16rem solid var(--primary);
  border-top: 0.16rem solid transparent;
  border-bottom: 0.16rem solid transparent;
}

.service1 .wrap .boxs {
  flex: 1;
  padding-left: 0.6rem;
  padding-right: 10px;
  border-radius: 10px;
  border-top-left-radius: 0;
  padding-bottom: 0.45rem;
  background: #ffffff;
}

.service1 .img:hover img {
  transform: scale(1.05);
}

.service1 .text p {
    font-size: 18px;
    color: #22363f;
    line-height: 1.5;
}

.service1 .box .title h3 {
  padding: 0.25rem 0 0.2rem;
  font-size: 0.26rem;
  color: #22363f;
  font-weight: 700;
}

.service1 .box1 p + p {
  margin-top: 0.2rem;
}

.service1 .box1 img {
  margin-top: 0.2rem;
}

.service1 .imgBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.service1 .imgBox .img {
  line-height: 0;
  width: 50%;
  padding: 10px;
  margin-top: 20px;
}

.service1  .ctx {
  margin-top: 0.3rem;
}

.service1 .text h4 span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #22363f;
  font-size: 18px;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.service1 .text h4 {
  padding-left: 42px;
  position: relative;
  line-height: 30px;
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 0.15rem;
}

.service1  .imgBox .img img {
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
}

.index-banner .box .item span {
  white-space: nowrap;
}

.faq_box .submenu_wrap h2,
.download_box .submenu_wrap h2,
.video_box .submenu_wrap h2 {
  background: var(--primary);
}


.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
  color: var(--primary);
}

.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 0.25rem;
}

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

@media (max-width: 1920px) {
  .index-banner h2 {
    font-size: 0.4rem;
  }
  .index1 .content .box .img {
    width: 4.8rem;
  }

  .index6 .item .top .text {
    line-height: 0.26rem;
  }

  .index-banner .tab {
    font-size: 0.16rem;
  }
}

@media (max-width: 1620px) {
  .index-banner h2 {
    font-size: 0.48rem;
  }

  .index1 .content .box .img {
    width: 6rem;
  }

  .index6 .item .top .text {
    line-height: 0.36rem;
  }
  .index-banner .tab {
    font-size: 0.18rem;
  }
}

@media (max-width: 1400px) {
  header .head-bottom .nav-list > .prod .nav-two-div {
    width: 100%;
  }

  .container {
    /* width: 100%; */
    padding: 0 20px;
  }

  .container_1600,
  .container_1400 {
    width: 1400px;
  }

  .ability3 .items {
    zoom: 96%;
  }

  .about4 .swiper .swiper-slide {
    width: 1200px;
  }

  .quality3 .item {
    padding: 0.25rem;
  }

  /* .quality3 .item .content .left,
  .quality3 .item .content .right {
    width: 48%;
  } */
}

@media (max-width: 1220px) {
  .container_1600,
  .container_1400 {
    width: 100%;
  }

  .ability3 .items {
    zoom: 77%;
  }

  .index-banner .box .img img {
    zoom: 70%;
  }

  .index-banner .box .item {
    width: 1.6rem;
    height: 1.45rem;
  }
}

@media screen and (max-width: 1280px) {
  /* header .head-bottom .nav-list > li a {
    font-size: 16px;
  } */
}

@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;
    white-space: nowrap;
  }

  .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/zh-cn/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 {
    margin-bottom: 20px !important;
  }

  section .contact .wrap h3 {
    font-size: 20px;
  }

  section .contact .wrap p {
    font-size: 16px;
  }

  section .contact {
    padding: 20px 0;
    background-size: cover;
  }

  .footer-share {
    display: none;
  }

  .copyright-left {
    line-height: 1.2;
    padding: 10px 0;
  }

  .imgBanner .content {
    align-items: center;
    justify-content: center;
  }

  .index-banner .swiper-slide .content .wrap {
    flex-direction: column;
    padding: 20px 0;
  }

  .index-banner li > img {
    height: 540px;
  }

  .index-banner .wrap h2 {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 0;
      padding-bottom: 10px;
  }
  
  .index-banner .swiper-slide .left,
  .index-banner .swiper-slide .right {
    width: 100%;
  }

  .index-banner .swiper-slide .left {
    margin-bottom: 20px;
  }

  .index-banner .tab {
    font-size: 0.18rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 4px;
  }

  .index-banner .box .item span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    /* font-size: 12px; */
    transform: scale(0.9);
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
  }

  .index-banner .box .img {
    height: 0.8rem;

  }

  .index-banner .box .img img {
    zoom: 50%;
  }

  .index-banner .tabs {
    flex-wrap: wrap;
  }

  .index-banner .tab {
    flex: 50%;
  }

  .index-banner .box .items {
    padding: 10px;
  }

  .index1 .content {
    flex-direction: column-reverse;
  }

  .index1 .content .boxs {
    width: 100%;
  }

  .index1 .content {
    height: auto;
  }

  .index1 .content .box .wrap {
    padding: 20px;
  }

  .index1 .content .box .img {
    width: 2.8rem;
  }

  .index2 {
    padding: 60px 0;
  }

  .index2 .items {
    grid-template-columns: repeat(2, 1fr);
  }

  .index2 .item {
    height: auto;
    padding: 20px 0;
  }

  .index2 .item::after {
    display: none;
  }

  .index3 .wrap {
    padding: 20px 0;
    flex-direction: column;
  }

  .index3 .img {
    position: unset;
    width: auto;
  }

  .index3 .wrap .box {
    width: 100%;
    height: auto;
  }

  .index3 .wrap a.more {
    margin: 20px 0;
  }

  .index4 {
    padding: 20px 0;
  }

  .index4 .title {
    margin-bottom: 20px;
  }

  .index4 .imgs {
    grid-template-columns: repeat(2, 1fr);
  }

  .index4 .img img {
    width: 80%;
  }

  .index4 .img:nth-child(n + 5)::after,
  .index4 .img:nth-child(n + 5)::before,
  .index4 .img::after,
  .index4 .img::before {
    display: none;
  }

  .index4 .img {
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgb(6 0 1 / 22%);
  }

  .index5 {
    padding: 20px 0;
  }

  .index5 .item {
    height: auto;
    padding-bottom: 20px;
  }

  .index5 .items {
    grid-template-columns: repeat(2, 48%);
  }

  .index6 .items {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .index6 .item .top .content {
    height: auto;
  }

  .index6 {
    padding: 20px 0;
  }

  .footer-contact h3, .footer-contact p {
    font-size: 20px;
    text-align: center;
    line-height: 24px;
  }

  .footer-contact p {
    font-size: 16px;
    line-height: 18px;
  }

  .footer-contact .wrap {
    height: auto;
    padding: 20px 0;
  }

  .footer-links {
    display: none;
  }

  .footer-content .inquiry {
    width: 100%;
  }

  .footer-box {
    padding-top: 40px!important;
  }

  .footer-content .contact {
    margin-bottom: 10px;
  }

  .footer-copyright li, .footer-copyright a, .footer-copyright p {
    line-height: 20px;
  }

  .footer-copyright .wrap {
    margin-bottom: 10px;
  }

  footer .footerForm .info input,
  footer .footerForm .info input::placeholder {
    font-size: 12px;
  }

  .footer-content .contact li {
    font-size: 14px;
    line-height: 20px;
  }

  footer .footerForm .info:last-child {
    margin-bottom: 0;
  }

  .index6 .item .top .text {
    width: 80%;
  }

  .prod1 .title,
  section.inside .prod1 .title h2 {
    margin-bottom: 0;
  }

  .prod2 .items {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .prod2 .item {
    height: auto;
    padding: 0;
  }

  .prod2 .item .title {
    padding: 10px;
  }

  .prod2 .item .img {
    height: auto;
  }

  .prod2 .item a.more1 {
    height: 1rem;
  }

  .prod2 {
    padding: 20px 0;
  }

  .pager_box {
    padding: 20px 0;
  }

  .service1 .wrap {
    flex-direction: column;
  }

  .service1 .wrap .tabBox {
    width: 100%;
    background-color: var(--primary-bg);
    z-index: 10;
  }

  .service1 .tabBox ul li {
    padding: 10px;
  }

  .service1 .tabBox ul li p {
    font-size: 14px;
  }

  .service1 .imgBox .img {
    width: 100%;
  }

  .service1 .wrap .boxs {
    padding: 0 10px;
  }

  .service2 .items {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .service3 .items {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .service3 .item {
    height: auto;
    padding: 20px;
    border: 3px solid var(--primary);
  }

  .service3 .item .img {
    margin-bottom: 20px;
  }

  .service3 {
    padding: 20px 0;
  }

  .profile1 .box {
    flex-direction: column;
  }

  .profile1 .box .content {
    width: 100%;
    padding: 20px;
  }

  .profile1 .box .img img {
    width: 100%;
  }

  .profile1 .box .img.right {
    display: none;
  }

  .profile1 .items {
    grid-template-columns: repeat(2, 48%);
  }

  .profile3 .items {
    flex-direction: column;
    gap: 20px;
  }

  .profile3 {
    padding: 20px 0;
    background-size: cover;
  }

  .profile4 .title h2 {
    margin-bottom: 50px!important;
  }

  .profile4 .content .item .text {
    width: 90%;
  }

  .profile4 .content .item .text h3 {
    font-size: 20px;
  }

  .profile4 .content .item .text p {
    font-size: 16px;
    line-height: 24px;
  }

  .imgBanner .tabBox {
    position: relative;
    z-index: 10;
  }

  .as .imgBanner .title {
    margin-top: -30px;
    line-height: 0.4rem;
    font-size: 18px;
    width: 100%;
    padding: 20px 0;
  }

  .imgBanner .tabBox {
    background-color: var(--primary-bg);
  }

  .team1 .wrap {
    flex-direction: column;
  }

  .team1 .wrap .content {
    width: 100%;
    padding: 20px;
  }

  .team2 .title p {
    width: 100%;
  }

  .team2 .imgs {
    grid-template-columns: repeat(2, 1fr);
  }

  .team3 .team3Swiper .wrap {
    flex-direction: column;
    padding: 20px;
    align-items: center;
  }

  .team3 .team3Swiper .wrap .content {
    width: 80%;
  }

  .team4 .wrap .box {
    width: 100%;
  }

  .team4 .wrap .box .content {
    height: auto;
    padding: 20px;
  }

  .quality1 .title p {
    width: 100%;
  }

  .quality1 .imgs {
    display: flex;
    flex-direction: column;
    gap: 20px;
    grid-template-columns: auto;
    grid-template-rows: auto;
  }

  .quality3 {
    padding: 20px 0;
  }

  .quality3 .items {
    grid-template-columns: 100%;
  }

  .quality3 .item {
    height: auto;
  }

  .as .imgBanner .tabs {
    padding-top: 10px;
  }

  .as .imgBanner .tab {
    box-shadow: 0px 0px 2px 0px rgb(6 0 1 / 22%);
  }

  .prod1 p {
    width: 100%;
  }

  .index-banner .box .item {
    width: 1.6rem;
    height: 1.45rem;
  }

  .prod3 {
    padding-top: 20px;
    height: 70px;
  }

  .prod3Content .wrap {
    height: auto;
  }

  .prod3Content .items {
    grid-template-columns: 100%;
    width: 100%;
    gap: 20px;
  }

  .prod3Content {
    margin-top: -10px;
  }

  .prod3Content .item .img {
    height: auto;
    margin-bottom: 20px;
  }

  .prod3Content .item p {
    line-height: 0.34rem;
  }

  .team1 .wrap img {
    height: auto;
  } 

  .team3 .team3Swiper .img {
    width: 4rem;
    height: 4rem;
  }

  .quality1 .img img {
    height: auto;
  }

  .footer-content {
    margin-top: -20px;
  }

  .slick-prev, .slick-next {
    display: none!important;
  }

  .index3 .img img {
    height: auto;
  }

  section.inside .title h2 {
    line-height: 0.38rem;
  }

  .m_header .search-wrap .search-all {
    display: none;
    position: absolute;
    background: var(--primary);
    top: 60px;
    left: 0;
    z-index: 99999;
    width: 100%;
    box-shadow: 0 0 10px #fff;
  }

  .m_header .search-wrap .search-all .search-box {
    position: relative;
    padding: 20px 0;
  }

  .m_header .search-wrap .search-all .search-box input {
    background: none;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #fff;
    width: 74%;
    color: #fff;
    padding: 10px;
  }

  .m_header .search-wrap input::placeholder {
    color: #fff;
    font-size: 14px;
  }

  .m_header .search-wrap .search-all .search-box button {
    background: #fff;
    border: 1px solid var(--primary);
    color: var(--primary);
    padding: 5px 8px;
    position: absolute;
    top: 36px;
    right: 0;
    font-size: 14px;
    line-height: 15px;
    border-radius: 4px;
  }

  .m_header .search-wrap .closed {
    position: absolute;
    right: 0;
    color: #fff;
    top: 2px;
    font-size: 26px;
  }

  .m_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: 20px;
    font-weight: bold;
  }

  .m_header .head-search {
    padding: 0 14px;
  }

  .head-search .iconfont, .head-langBox .iconfont {
    display: block;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    transition: all 0.5s;
    box-sizing: border-box;
    scroll-behavior: smooth;
  }

  .m_header .head-langBox ul {
    position: absolute;
    top: 40px;
    right: -10px;
    background: #35363b;
    z-index: 999;
    box-shadow: 0 0 4px #ddd;
    display: none;
  }

  .logo_box a {
    width: 46%;
  }

  .logo_box .head-search {
    position: absolute;
    right: 12%;
  }

  .logo_box .head-langBox {
    position: absolute;
    right: 4%;
  }

  .head-langBox::after {
    display: none;
  }

  .m_header .head-langBox ul a {
    color: #fff;
    width: 100%;
    padding: 5px 10px;
    line-height: 1.4;
    font-size: 14px;
  }

  .logo_box .head-langBox {
    position: absolute;
    right: 4%;
    top: 34%;
  }
}

@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 h3 {
    font-size: 24px;
    line-height: 30px;
    padding: 0;
  }

  .Crumbs_nav {
    padding: 20px 0;
  }
}

@media (max-width: 640px) {
}

@media (max-width: 540px) {
}

@media (max-width: 480px) {
}
