input:focus {
  outline: none;
}
p {
  margin-bottom: 0;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box img,
.img-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/ajax-loader.gif) no-repeat center;
}
.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.loaded {
  background-size: cover;
}
.fancybox-slide--iframe .fancybox-content {
  width: 100%;
  max-width: 80%;
  height: 100%;
  min-height: 50%;
  max-height: 80%;
  margin: 0;
}
.fancybox-slide--video video {
  max-width: 80%;
  padding: 0;
}
.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
  padding: 0;
  margin: 0 -5px !important;
  font-size: 0 !important;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
.fszero {
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.fszero h1 {
  margin: 0;
}
@media (max-width: 990px) {
  .container2 {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .fancybox-slide--video video {
    max-width: 95%;
  }
}
.fancybox-slide > video {
  padding: 0;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1410px;
  }
}
@media (min-width: 1760px) {
  .container.con1700 {
    max-width: 1730px;
  }
}
@font-face {
  font-family: 'Inter';
  src: local('Inter Regular'), local('Inter-Regular'), url('../fonts/Inter18pt-Regular.woff2') format('woff2'), url('../fonts/Inter18pt-Regular.woff') format('woff'), url('../fonts/Inter18pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter Bold'), local('Inter-Bold'), url('../fonts/Inter18pt-Bold.woff2') format('woff2'), url('../fonts/Inter18pt-Bold.woff') format('woff'), url('../fonts/Inter18pt-Bold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PlusJakartaSans';
  src: local('PlusJakartaSans Medium'), local('PlusJakartaSans-Medium'), url('../fonts/PlusJakartaSans-Medium.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Medium.woff') format('woff'), url('../fonts/PlusJakartaSans-Medium.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 500 600;
}
@font-face {
  font-family: 'PlusJakartaSans';
  src: local('PlusJakartaSans Bold'), local('PlusJakartaSans-Bold'), url('../fonts/PlusJakartaSans-Bold.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Bold.woff') format('woff'), url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: 'PlusJakartaSans';
  src: local('PlusJakartaSans Regular'), local('PlusJakartaSans-Regular'), url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Regular.woff') format('woff'), url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 300 400;
}
body {
  font-family: 'PlusJakartaSans', Arial, Helvetica, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  transition: all 0.3s;
}
.index-padding {
  padding: 100px 0;
}
@media (max-width: 1560px) {
  .index-padding {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .index-padding {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .index-padding {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .index-padding {
    padding: 30px 0;
  }
}
.index-title h2 {
  margin: 0;
}
.index-title h2 span {
  display: block;
  color: #000;
  font-size: 72px;
  font-weight: 600;
  /* 72px */
  letter-spacing: -2.16px;
}
@media (max-width: 1560px) {
  .index-title h2 span {
    font-size: 60px;
  }
}
@media (max-width: 1400px) {
  .index-title h2 span {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .index-title h2 span {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .index-title h2 span {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -1.16px;
  }
}
@media (max-width: 767px) {
  .index-title h2 span {
    font-size: 24px;
    letter-spacing: -0.16px;
  }
}
@media (max-width: 575px) {
  .index-title h2 span {
    font-size: 22px;
  }
}
.index-title h2 b {
  display: inline-flex;
  padding: 8px 12px;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #F0F0F0;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  /* 27px */
  letter-spacing: -0.36px;
}
.index-title h2 b::before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 100px;
  margin-right: 7px;
}
@media (max-width: 1199px) {
  .index-title h2 b {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .index-title h2 b {
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .index-title h2 b {
    font-size: 14px;
  }
}
.index-title p {
  color: #8C8C8C;
  font-size: 16px;
  letter-spacing: -0.32px;
}
@media (max-width: 1760px) {
  .index-title p {
    font-size: 16px;
    margin-top: 6px;
  }
}
@media (max-width: 991px) {
  .index-title p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .index-title p {
    font-size: 14px;
    margin-top: 0;
  }
}
.index-more {
  display: inline-block;
  align-items: center;
  text-align: center;
  padding: 15px 30px;
  border-radius: 4px;
  background: #33250A;
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  /* 100% */
  text-decoration: none;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .index-more {
    padding: 10px 20px;
  }
}
.index-more:hover {
  background: #FF9C00;
  color: #222222;
}
.header.scrolled {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.header {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
  padding: 10px 30px 10px 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .header {
    padding: 10px 20px;
  }
}
@media (max-width: 575px) {
  .header {
    padding: 10px;
  }
}
.header .left a {
  display: block;
  width: 116px;
}
@media (max-width: 1400px) {
  .header .left a {
    width: 90px;
  }
}
@media (max-width: 575px) {
  .header .left a {
    width: 70px;
  }
}
.header .left a img {
  width: 100%;
  height: auto;
}
.header .center .header-nav {
  display: flex;
}
@media (max-width: 1199px) {
  .header .center .header-nav {
    display: none;
  }
}
.header .center .header-download a {
  text-decoration: none;
}
.header .center .header-download a .iconfont {
  color: #333333;
  font-size: 20px;
  display: flex;
  width: 44px;
  height: 44px;
  padding: 12px 22px;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  background: #F3F3F3;
  transition: all 0.3s;
  cursor: pointer;
}
.header .center .header-download a .iconfont:hover {
  background: #0C3E30 !important;
  color: #FFF;
}
.header .center .have-icon {
  transition: all 0.3s;
  padding: 0;
  background-color: #F3F3F3;
}
.header .center .have-icon.active {
  background-color: #0C3E30;
}
.header .center .have-icon.active > li > a {
  color: #FFF;
}
.header .center .have-icon.active > li > a::after {
  color: #FFF !important;
}
.header .center .have-icon:hover {
  background-color: #0C3E30;
}
.header .center .have-icon:hover > li > a {
  color: #FFF;
}
.header .center .have-icon:nth-child(1) > li > a {
  padding: 10px 30px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 1400px) {
  .header .center .have-icon:nth-child(1) > li > a {
    padding: 10px 20px;
  }
}
.header .center .have-icon:nth-child(1) > li > a::after {
  font-family: "iconfont" !important;
  content: "\e6ce";
  color: #0C3E30;
  font-size: 16px;
  margin-right: 12px;
  transition: all 0.3s;
}
@media (max-width: 1400px) {
  .header .center .have-icon:nth-child(1) > li > a::after {
    margin-right: 6px;
  }
}
.header .center .have-icon:nth-child(2) > li > a {
  padding: 10px 30px;
  align-items: center;
}
@media (max-width: 1400px) {
  .header .center .have-icon:nth-child(2) > li > a {
    padding: 10px 20px;
  }
}
.header .center .have-icon:nth-child(2) > li > a:after {
  font-family: "iconfont" !important;
  content: "\e63e";
  color: #000;
  font-size: 16px;
  margin-left: 12px;
  transition: all 0.3s;
}
@media (max-width: 1400px) {
  .header .center .have-icon:nth-child(2) > li > a:after {
    margin-left: 6px;
  }
}
.header .center ul {
  list-style: none;
  display: flex;
  padding: 0px 30px;
  justify-content: center;
  align-items: center;
  border: 1px solid #E9E9E9;
  background: #FFF;
  border-radius: 100px;
}
.header .center ul > li {
  position: relative;
}
.header .center ul > li:hover a {
  color: #0C3E30;
}
.header .center ul > li:hover a.have:after {
  color: #FFF;
}
.header .center ul > li:hover a::before {
  width: 50%;
}
.header .center ul > li.active a {
  color: #0C3E30;
}
.header .center ul > li.active a::before {
  width: 50%;
}
.header .center ul > li a {
  display: inline-block;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 15px;
  transition: all 0.3s;
  position: relative;
  border-radius: 100px;
}
@media (max-width: 1400px) {
  .header .center ul > li a {
    font-size: 14px;
    padding: 10px;
  }
}
.header .center ul > li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0C3E30;
  width: 0;
  height: 2px;
  transition: all 0.3s;
}
.header .center ul > li > ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  display: none;
  border-radius: 10px;
}
.header .center ul > li > ul li {
  padding: 0;
  margin: 0;
  border-radius: 0;
  position: relative;
}
.header .center ul > li > ul li a {
  white-space: nowrap;
  padding: 10px 0 !important;
  color: black;
  margin: 0;
  transition: all 0.3s;
}
.header .center ul > li > ul li a::before {
  width: 0 !important;
}
.header .center ul > li > ul li a:hover {
  color: #0C3E30;
}
.header .center ul > li > ul li a:hover::before {
  width: 100% !important;
}
.header .center ul > li > ul li ul {
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateX(0);
  min-width: 100%;
  display: none;
}
.header .center ul > li > ul li ul li a {
  white-space: nowrap;
  color: #000 !important;
  transition: all 0.3s;
  font-size: 14px;
  padding: 5px 0 !important;
}
.header .center ul > li > ul li ul li a:hover {
  color: #0C3E30 !important;
}
.header .center ul > li > ul li ul li a:hover::before {
  width: 0 !important;
}
.header .right {
  display: flex;
  align-items: center;
}
.header .right .header-download {
  display: none;
}
@media (max-width: 1199px) {
  .header .right .header-download {
    display: block;
  }
}
.header .right .header-download a {
  text-decoration: none;
}
.header .right .header-download a .iconfont {
  color: #333333;
  font-size: 20px;
  display: flex;
  width: 44px;
  height: 44px;
  padding: 12px 22px;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  background: #F3F3F3;
  transition: all 0.3s;
  cursor: pointer;
}
.header .right .header-download a .iconfont:hover {
  background: #0C3E30 !important;
  color: #FFF;
}
@media (max-width: 767px) {
  .header .right .header-download a .iconfont {
    width: 34px;
    height: 34px;
    padding: 0;
  }
}
.header .right .car {
  position: relative;
  cursor: pointer;
}
.header .right .car:hover .iconfont {
  color: #0C3E30;
  border: 1px solid #0C3E30;
}
.header .right .car .iconfont {
  display: block;
  border-radius: 22px;
  border: 1px solid #222;
  background: #FFF;
  color: #222;
  width: 36px;
  height: 36px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .header .right .car .iconfont {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
.header .right .car span {
  display: block;
  position: absolute;
  bottom: 70%;
  left: 70%;
  font-size: 12px;
  width: 10px;
  height: 10px;
  line-height: 20px;
  border-radius: 100px;
  background-color: #1A5546;
  color: #fff;
  text-align: center;
}
.header .right .sousuo {
  cursor: pointer;
}
.header .right .sousuo:hover .iconfont {
  color: #0C3E30;
  border: 1px solid #0C3E30;
}
.header .right .sousuo .iconfont {
  display: block;
  border-radius: 22px;
  border: 1px solid #222;
  background: #FFF;
  width: 36px;
  height: 36px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .header .right .sousuo .iconfont {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
.header .right .quote {
  margin-left: 10px;
  cursor: pointer;
  display: inline-flex;
  padding: 7px 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #0C3E30;
  transition: all 0.3s;
}
.header .right .quote:hover {
  background-color: #1A554B;
}
@media (max-width: 1199px) {
  .header .right .quote {
    padding: 4px 12px;
  }
}
@media (max-width: 575px) {
  .header .right .quote {
    padding: 4px 10px;
  }
}
.header .right .quote .iconfont {
  font-size: 20px;
  color: #FFF;
  transition: all 0.3s;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .header .right .quote .iconfont {
    font-size: 14px;
    margin-right: 5px;
  }
}
.header .right .quote b {
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.header-serch-box {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}
.header-serch-box form {
  margin-bottom: 0;
  width: 60%;
  padding: 10px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .header-serch-box form {
    width: 80%;
  }
}
.header-serch-box input {
  height: 40px;
  padding: 0 0 0 12px;
  color: rgba(38, 38, 38, 0.4);
  font-size: 14px;
  border: 1px solid #0C3E30;
  width: 94%;
}
.header-serch-box button {
  border-radius: 5px;
  background: #999;
  width: 74px;
  height: 40px;
  color: #FFF;
  text-align: center;
  text-transform: capitalize;
  margin-left: 7px;
  border: none;
  transition: background-color 0.3s ease;
}
.header-serch-box button:hover {
  background-color: #0C3E30;
}
.header-serch-box button .iconfont {
  font-size: 20px;
}
.header-serch-box .header-serch-none {
  font-size: 22px;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 30px;
  color: #FFFFFF;
}
.visible {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-menu {
  position: relative;
  display: none;
  margin-left: 10px;
}
.btn-menu a {
  text-decoration: none;
  color: #000;
}
.btn-menu a .iconfont {
  font-size: 28px;
}
@media (max-width: 767px) {
  .btn-menu a .iconfont {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .btn-menu {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (max-width: 575px) {
  .btn-menu {
    margin-right: 10px;
  }
}
/* swiper */
.banner-box {
  width: 98%;
  margin: 0 auto;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .banner-box {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .banner-box {
    width: 100%;
    border-radius: 15px;
  }
}
.swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
  /* 让其根据内容自动适配 */
}
.item-video {
  height: 100%;
}
.banner-video-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .banner {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .banner {
    width: 100%;
    border-radius: 15px;
  }
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner a {
  display: block;
}
.banner img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .banner img {
    width: 100%;
    border-radius: 15px;
  }
}
.banner .nav-banner {
  position: absolute;
  bottom: 20%;
  left: 5%;
  display: flex;
  z-index: 30;
}
@media (max-width: 767px) {
  .banner .nav-banner {
    bottom: 26%;
    flex-wrap: wrap;
  }
}
.banner .nav-banner a {
  display: inline-block;
  color: #222;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  margin-right: 56px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .banner .nav-banner a {
    margin-right: 20px;
    color: #0C3E30;
  }
}
.banner .nav-banner a:hover {
  color: #0C3E30;
}
.banner .swiper-pagination {
  display: block;
  width: 390px;
  bottom: 10.3% !important;
  z-index: 22;
  left: 0.5%;
}
@media (max-width: 2030px) {
  .banner .swiper-pagination {
    width: 350px;
    left: 0;
  }
}
@media (max-width: 1400px) {
  .banner .swiper-pagination {
    width: 290px;
  }
}
@media (max-width: 767px) {
  .banner .swiper-pagination {
    width: 230px;
  }
}
.swiper-pagination-number {
  position: absolute;
  bottom: 10%;
  left: 5%;
  height: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 20;
  width: 188px;
}
.swiper-pagination-number .number {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.swiper-pagination-box {
  position: absolute;
  bottom: 10.3%;
  width: 50px;
  left: 14%;
  height: 18px;
}
@media (max-width: 2260px) {
  .swiper-pagination-box {
    left: 16%;
  }
}
@media (max-width: 1870px) {
  .swiper-pagination-box {
    left: 18%;
  }
}
@media (max-width: 1570px) {
  .swiper-pagination-box {
    left: 20%;
  }
}
@media (max-width: 1400px) {
  .swiper-pagination-box {
    left: 22%;
  }
}
@media (max-width: 1199px) {
  .swiper-pagination-box {
    left: 24%;
  }
}
@media (max-width: 1070px) {
  .swiper-pagination-box {
    left: 26%;
  }
}
@media (max-width: 991px) {
  .swiper-pagination-box {
    left: 28%;
  }
}
@media (max-width: 860px) {
  .swiper-pagination-box {
    left: 30%;
  }
}
@media (max-width: 800px) {
  .swiper-pagination-box {
    left: 34%;
  }
}
@media (max-width: 690px) {
  .swiper-pagination-box {
    left: 38%;
  }
}
@media (max-width: 600px) {
  .swiper-pagination-box {
    left: 42%;
    bottom: 11.3%;
  }
}
@media (max-width: 520px) {
  .swiper-pagination-box {
    left: 46%;
  }
}
@media (max-width: 470px) {
  .swiper-pagination-box {
    left: 50%;
  }
}
@media (max-width: 420px) {
  .swiper-pagination-box {
    left: 56%;
  }
}
@media (max-width: 400px) {
  .swiper-pagination-box {
    left: 62%;
  }
}
.swiper-pagination-box .banner-button-prev,
.swiper-pagination-box .banner-button-next {
  position: absolute;
  color: #888C94;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 23;
  font-size: 20px;
}
.swiper-pagination-box .banner-button-prev {
  left: 0;
  transform: rotate(90deg);
}
.swiper-pagination-box .banner-button-next {
  right: 0;
  transform: rotate(-90deg);
}
.swiper-pagination-box .banner-button-prev:hover,
.swiper-pagination-box .banner-button-next:hover {
  color: #222222;
}
.swiper-pagination-bullet-active {
  width: 26px !important;
  height: 2px !important;
  background-color: #222222 !important;
  position: relative;
  border-radius: 0;
  margin: 0 !important;
}
.swiper-pagination-bullet {
  height: 2px !important;
  background-color: #D9D9D9;
  border-radius: 0;
  margin: 0 !important;
}
.index-nav.show {
  right: calc(100% - 100%);
  /* 滑入左侧 */
}
.index-nav {
  position: fixed;
  top: 40%;
  right: 0px;
  z-index: 99;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.35);
  text-align: center;
  padding: 5px;
}
@media (max-width: 1199px) {
  .index-nav {
    display: none;
  }
}
.index-nav a {
  display: block;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-radius: 100px;
  transition: all 0.3s ease;
  margin-top: 10px;
}
.index-nav a:nth-child(1) {
  margin-top: 0;
}
.index-nav a .iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.index-nav a:hover {
  background-color: #0C3E30;
}
.index-nav a:hover .iconfont {
  color: white;
  transition: color 0.3s ease-in-out;
  /* 添加过渡效果 */
}
.index-nav a:hover .fix-nav-phonenumber {
  transform: translateY(-50%) translateX(0);
}
.index-nav .fix-nav-phonenumber {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%) translateX(300%);
  transition: all 0.3s ease;
  line-height: 30px;
}
.index-nav .fix-nav-phonenumber p {
  margin: 0;
  padding: 4px 10px;
  color: #fff;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.44);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  font-size: 14px;
  white-space: nowrap;
}
.fix-nav-none {
  display: none;
  position: fixed;
  right: 0;
  color: white;
  bottom: 10%;
  font-size: 26px;
  border: 1px solid #333;
  border-radius: 10px;
  width: 30px;
  height: 30px;
  line-height: 23px;
  background-color: #333;
  text-align: center;
  z-index: 20;
}
@media (max-width: 1199px) {
  .fix-nav-none {
    display: block;
  }
}
.fix-nav-none.rotated {
  transform: rotate(45deg);
  transition: all 0.5s;
}
.xs-online {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
  color: #fff;
  background-color: #111;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: none;
}
.xs-online ul li {
  float: left;
  width: 20%;
  list-style: none;
  border-right: 1px solid #000;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}
.xs-online ul li .iconfont {
  display: block;
}
.xs-online ul li:first-child {
  border-left: none;
}
.xs-online a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: white;
}
.xs-online a .iconfont {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .xs-online {
    display: block !important;
  }
}
.index-global {
  margin-top: 150px;
  margin-bottom: 110px;
  overflow: hidden;
}
@media (max-width: 1560px) {
  .index-global {
    margin-top: 80px;
    margin-bottom: 70px;
  }
}
@media (max-width: 1400px) {
  .index-global {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .index-global {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .index-global {
    margin-bottom: 30px;
  }
}
.index-global .index-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .index-global .index-title {
    flex-wrap: wrap;
  }
}
.index-global .index-title h2 {
  width: 55%;
}
@media (max-width: 1199px) {
  .index-global .index-title h2 {
    width: 100%;
  }
}
.index-global .index-title p {
  width: 32%;
}
@media (max-width: 1199px) {
  .index-global .index-title p {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .index-global .index-title p {
    margin-top: 0;
  }
}
.index-global .content {
  margin-top: 108px;
}
@media (max-width: 1560px) {
  .index-global .content {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .index-global .content {
    margin-top: 30px;
  }
}
.index-global .content .now-slick-product {
  margin: 0 -20px;
}
.index-global .content .now-slick-product .item {
  padding: 0 20px;
}
.index-global .content .now-slick-product .item:hover .img-box img {
  transform: scale(1.07);
}
.index-global .content .now-slick-product .item:hover .img-box .sale {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}
.index-global .content .now-slick-product .item:hover .item-cont .cont-text .title {
  color: #0C3E30;
}
.index-global .content .now-slick-product .item .item-cont {
  display: block;
}
.index-global .content .now-slick-product .item .item-cont .img-box {
  padding-bottom: calc(430 / 540*100%);
  border-radius: 20px;
  overflow: hidden;
}
.index-global .content .now-slick-product .item .item-cont .img-box img {
  width: 100%;
  transition: all 0.3s ease;
}
.index-global .content .now-slick-product .item .item-cont .img-box .sale {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 999px;
  background: #0C3E30;
  padding: 10px 20px;
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  /* 16.8px */
  transition: all 0.3s ease;
}
.index-global .content .now-slick-product .item .item-cont .cont-text .title {
  margin: 28px 0 12px 0;
  display: block;
  color: #000;
  font-size: 30px;
  font-weight: 500;
  /* 39px */
  letter-spacing: -0.6px;
  transition: all 0.3s ease;
}
@media (max-width: 1560px) {
  .index-global .content .now-slick-product .item .item-cont .cont-text .title {
    font-size: 24px;
    margin: 10px 0 5px 0;
  }
}
@media (max-width: 1199px) {
  .index-global .content .now-slick-product .item .item-cont .cont-text .title {
    font-size: 18px;
  }
}
.index-global .content .now-slick-product .item .item-cont .cont-text .text {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .index-global .content .now-slick-product .item .item-cont .cont-text .text {
    padding-right: 10px;
  }
}
.index-global .content .now-slick-product .item .item-cont .cont-text .text p {
  color: #8C8C8C;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: -0.36px;
}
@media (max-width: 1560px) {
  .index-global .content .now-slick-product .item .item-cont .cont-text .text p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .index-global .content .now-slick-product .item .item-cont .cont-text .text p {
    font-size: 14px;
  }
}
.index-global .content .now-slick-product .item .item-cont .cont-text .units {
  margin-top: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
}
.index-global .content .now-slick-product .item .item-cont .cont-text .units span{
  white-space: nowrap;
}
.index-global .content .now-slick-product .item .item-cont .cont-text .units b {
  margin: 0 8px;
}
@media (max-width: 1560px) {
  .index-global .content .now-slick-product .item .item-cont .cont-text .units {
    font-size: 14px;
    margin-top: 10px;
  }
}
.index-redefinig b {
  color: #222;
  font-size: 22px;
  font-weight: 500;
  line-height: 66px;
  /* 300% */
  display: block;
  text-align: center;
}
@media (max-width: 1400px) {
  .index-redefinig b {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .index-redefinig b {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .index-redefinig b {
    font-size: 14px;
  }
}
.index-redefinig h2 {
  margin-top: 14px;
  width: 50%;
  margin: 0 auto;
  color: #222;
  text-align: center;
  font-size: 66px;
  font-weight: 600;
  line-height: 66px;
  /* 100% */
  letter-spacing: -1.98px;
}
@media (max-width: 1560px) {
  .index-redefinig h2 {
    font-size: 60px;
  }
}
@media (max-width: 1400px) {
  .index-redefinig h2 {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .index-redefinig h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  .index-redefinig h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .index-redefinig h2 {
    width: 95%;
  }
}
@media (max-width: 575px) {
  .index-redefinig h2 {
    font-size: 22px;
  }
}
.index-redefinig .product-more {
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 90px;
  padding: 15px 90px;
  border-radius: 100px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  background-color: #0C3E30;
  transition: all 0.3s ease-in-out;
}
.index-redefinig .product-more:hover {
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1400px) {
  .index-redefinig .product-more {
    padding: 10px 70px;
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .index-redefinig .product-more {
    margin-top: 20px;
    padding: 10px 40px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .index-redefinig .product-more {
    margin-left: 40%;
    transform: translateX(-35%);
  }
}
.index-number {
  padding: 100px 0;
  background-color: #0C3E30;
  margin-top: 180px;
}
@media (max-width: 1760px) {
  .index-number {
    margin-top: 100px;
  }
}
@media (max-width: 1560px) {
  .index-number {
    padding: 60px 0;
  }
}
@media (max-width: 1460px) {
  .index-number {
    padding: 20px 0 40px 0;
    margin-top: 60px;
  }
}
.index-number .box {
  display: flex;
}
@media (max-width: 1199px) {
  .index-number .box {
    flex-wrap: wrap;
  }
}
.index-number .box .item {
  width: calc(100% / 4);
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .index-number .box .item {
    width: calc(100% / 3);
  }
}
@media (max-width: 1199px) {
  .index-number .box .item {
    width: calc(100% / 2);
  }
}
@media (max-width: 767px) {
  .index-number .box .item {
    width: calc(100% / 1);
  }
}
.index-number .box .item:nth-child(1) .cont b {
  width: auto;
  white-space: nowrap;
}
.index-number .box .item .cont {
  color: #FFF;
  font-size: 48px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
@media (max-width: 1760px) {
  .index-number .box .item .cont {
    font-size: 30px;
  }
}
@media (max-width: 1460px) {
  .index-number .box .item .cont {
    justify-content: flex-start;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .index-number .box .item .cont {
    font-size: 24px;
    flex-wrap: wrap;
  }
}
.index-number .box .item .cont b {
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 400;
  margin-left: 26px;
  width: 50%;
}
@media (max-width: 1760px) {
  .index-number .box .item .cont b {
    font-size: 14px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .index-number .box .item .cont b {
    display: block;
    width: auto;
  }
}
.index-number .box .item .cont .cont-img {
  position: relative;
}
.index-number .box .item .cont .cont-img img {
  width: 50px;
  height: 50px;
  margin-left: -20px;
  border-radius: 100%;
}
.index-number .box .item .cont .cont-img img:first-child {
  margin-left: 0;
}
@media (max-width: 1760px) {
  .index-number .box .item .cont .cont-img img {
    width: 40px;
    height: 40px;
  }
}
.index-number .box .item .cont .cont-img b {
  display: block;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  top: 30%;
  right: 0;
  z-index: 9;
  width: auto;
  background-color: #090C1B;
  opacity: 0.5;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 100px;
}
@media (max-width: 1760px) {
  .index-number .box .item .cont .cont-img b {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 18%;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .index-number .box .item .cont .cont-img b {
    top: 7%;
  }
}
.index-story {
  padding: 180px 0;
  overflow: hidden;
}
@media (max-width: 1560px) {
  .index-story {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .index-story {
    padding: 40px 0;
  }
}
.index-story .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .index-story .box {
    flex-wrap: wrap;
  }
}
.index-story .box .left {
  width: 48%;
  position: relative;
}
@media (max-width: 1199px) {
  .index-story .box .left {
    width: 54%;
  }
}
@media (max-width: 991px) {
  .index-story .box .left {
    width: 100%;
  }
}
.index-story .box .left .cont-box {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
}
.index-story .box .left .cont-box .label {
  display: inline-flex;
  padding: 2px 16px 4px 16px;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFF;
  border-radius: 100px;
  color: #D9D9D9;
  font-size: 13px;
  font-weight: 400;
}
.index-story .box .left .cont-box .title {
  display: block;
  margin: 26px 0 10px 0;
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  /* 136.364% */
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.index-story .box .left .cont-box .title:hover {
  color: #0C3E30;
}
@media (max-width: 1560px) {
  .index-story .box .left .cont-box .title {
    margin: 15px 0 10px 0;
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .index-story .box .left .cont-box .title {
    font-size: 18px;
    line-height: 20px;
  }
}
.index-story .box .left .cont-box .text p {
  color: #D3D3D3;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  text-transform: capitalize;
}
@media (max-width: 1560px) {
  .index-story .box .left .cont-box .text p {
    font-size: 14px;
    line-height: 20px;
  }
}
.index-story .box .left .cont-box .project-icon {
  display: block;
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 1560px) {
  .index-story .box .left .cont-box .project-icon {
    margin-top: 24px;
  }
}
.index-story .box .left .cont-box .project-icon .iconfont {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  transform: rotate(135deg);
  color: #FFF;
  background-color: #54575E;
  border-radius: 100px;
  transition: all 0.3s ease;
}
.index-story .box .left .cont-box .project-icon .iconfont:hover {
  background-color: #0C3E30;
  transform: rotate(180deg);
}
@media (max-width: 1199px) {
  .index-story .box .left .cont-box .project-icon .iconfont {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.index-story .box .left img {
  width: 100%;
  height: auto;
}
.index-story .box .right {
  width: 48%;
}
@media (max-width: 1199px) {
  .index-story .box .right {
    width: 42%;
  }
}
@media (max-width: 991px) {
  .index-story .box .right {
    width: 100%;
    margin-top: 20px;
  }
}
.index-story .box .right .index-title h3 {
  margin: 22px 0 26px 0;
  color: #222;
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1560px) {
  .index-story .box .right .index-title h3 {
    margin: 15px 0 20px 0;
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .index-story .box .right .index-title h3 {
    margin: 15px 0 10px 0;
    font-size: 18px;
  }
}
@media (max-width: 1560px) {
  .index-story .box .right .index-title p {
    font-size: 14px;
  }
}
.index-story .box .right .more-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 160px;
}
@media (max-width: 1560px) {
  .index-story .box .right .more-down {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .index-story .box .right .more-down {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.index-story .box .right .more-down .story-more {
  width: 50%;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: block;
  border-radius: 100px;
  padding: 10px 0;
  color: #FFF;
  background: #0C3E30;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .index-story .box .right .more-down .story-more {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .index-story .box .right .more-down .story-more {
    width: 50%;
    color: #FFF;
    background: #0C3E30;
  }
}
@media (max-width: 767px) {
  .index-story .box .right .more-down .story-more {
    width: 100%;
  }
}
.index-story .box .right .more-down .story-more:hover {
  color: #FFF;
  background: #0C3E30;
}
.index-story .box .right .more-down .story-down {
  width: 50%;
  text-align: center;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  /* 157.143% */
  display: block;
  border-radius: 100px;
  padding: 10px 0;
  background: #fff;
  transition: all 0.3s ease;
}
@keyframes moveDown {
  0% {
    transform: translateY(-10px) rotate(-90deg);
    /* 起始位置 */
  }
  50% {
    transform: translateY(0px) rotate(-90deg);
  }
  100% {
    transform: translateY(10px) rotate(-90deg);
    /* 向下移动 20px */
  }
}
.index-story .box .right .more-down .story-down:hover .iconfont {
  animation: moveDown 1s ease-in-out infinite;
  transform: rotate(-90deg);
  animation: moveDown 1s linear infinite;
}
.index-story .box .right .more-down .story-down .iconfont {
  display: inline-block;
  font-size: 16px;
  transform: rotate(-90deg);
  margin-left: 20px;
  transition: all 0.3s;
}
@media (max-width: 1400px) {
  .index-story .box .right .more-down .story-down .iconfont {
    margin-left: 10px;
  }
}
@media (max-width: 1199px) {
  .index-story .box .right .more-down .story-down {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .index-story .box .right .more-down .story-down {
    width: 50%;
    margin-top: 0;
    color: #FFF;
    background: #0C3E30;
  }
  .index-story .box .right .more-down .story-down .iconfont {
    color: #FFF;
  }
}
@media (max-width: 767px) {
  .index-story .box .right .more-down .story-down {
    width: 100%;
    margin-top: 10px;
  }
}
.index-leading .index-title p {
  margin-top: 12px;
}
.index-leading .content {
  margin-top: 80px;
}
@media (max-width: 1560px) {
  .index-leading .content {
    margin-top: 30px;
  }
}
.index-leading .content .row {
  margin: 0 -35px;
}
@media (max-width: 1400px) {
  .index-leading .content .row {
    margin: 0 -15px;
  }
}
.index-leading .content .col-box {
  padding: 0 35px;
}
@media (max-width: 1400px) {
  .index-leading .content .col-box {
    padding: 0 15px;
  }
}
.index-leading .content .col-box .item {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .index-leading .content .col-box .item {
    padding: 15px 0;
  }
}
.index-leading .content .col-box .item:hover .iconfont {
  animation: swing 1s 0s ease both;
}
.index-leading .content .col-box .item .iconfont {
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 32px;
  border-radius: 100px;
  text-align: center;
  background-color: #0C3E30;
  color: white;
}
@media (max-width: 1400px) {
  .index-leading .content .col-box .item .iconfont {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .index-leading .content .col-box .item .iconfont {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
  }
}
.index-leading .content .col-box .item .title {
  display: block;
  text-decoration: none;
  margin-top: 30px;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  /* 28.8px */
  letter-spacing: -0.48px;
  transition: all 0.3s ease;
}
.index-leading .content .col-box .item .title:hover {
  color: #0C3E30;
}
@media (max-width: 1400px) {
  .index-leading .content .col-box .item .title {
    font-size: 22px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .index-leading .content .col-box .item .title {
    font-size: 18px;
  }
}
.index-leading .content .col-box .item .text {
  margin-top: 12px;
}
@media (max-width: 1400px) {
  .index-leading .content .col-box .item .text {
    margin-top: 5px;
  }
}
.index-leading .content .col-box .item .text p {
  color: #8C8C8C;
  font-size: 18px;
  font-weight: 400;
  /* 27px */
  letter-spacing: -0.36px;
}
@media (max-width: 1400px) {
  .index-leading .content .col-box .item .text p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .index-leading .content .col-box .item .text p {
    font-size: 14px;
  }
}
.index-beyond {
  margin-top: 130px;
  padding: 130px 0;
  background-image: url(../img/index-beyond-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1560px) {
  .index-beyond {
    margin-top: 80px;
  }
}
@media (max-width: 1400px) {
  .index-beyond {
    padding: 80px 0;
  }
}
.index-beyond .box .top p {
  text-align: center;
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .index-beyond .box .top p {
    font-size: 18px;
  }
}
.index-beyond .box h2 {
  color: #FFF;
  text-align: center;
  font-size: 66px;
  font-weight: 600;
  line-height: 66px;
  /* 100% */
  letter-spacing: -1.98px;
  text-transform: capitalize;
  width: 50%;
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 1760px) {
  .index-beyond .box h2 {
    width: 75%;
  }
}
@media (max-width: 1560px) {
  .index-beyond .box h2 {
    font-size: 50px;
    line-height: 50px;
    margin-top: 10px;
  }
}
@media (max-width: 1400px) {
  .index-beyond .box h2 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .index-beyond .box h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .index-beyond .box h2 {
    width: 95%;
  }
}
@media (max-width: 575px) {
  .index-beyond .box h2 {
    font-size: 24px;
  }
}
.index-beyond .box .beyond-more {
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 10px 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  border: 1px solid #fff;
  border-radius: 100px;
  margin-top: 90px;
  transition: all 0.3s ease;
}
.index-beyond .box .beyond-more:hover {
  background-color: #fff;
  color: #0C3E30;
}
@media (max-width: 1560px) {
  .index-beyond .box .beyond-more {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .index-beyond .box .beyond-more {
    font-size: 14px;
    padding: 5px 15px;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .index-beyond .box .beyond-more {
    margin-left: 40%;
    transform: translateX(-35%);
  }
}
.index-redefining {
  margin-top: 190px;
  overflow: hidden;
}
@media (max-width: 1760px) {
  .index-redefining {
    margin-top: 90px;
  }
}
@media (max-width: 1400px) {
  .index-redefining {
    margin-top: 50px;
  }
}
.index-redefining .index-title h2 {
  text-align: center;
}
.index-redefining .index-title h2 span {
  display: block;
}
.index-redefining .index-title p {
  text-align: center;
  margin-top: 12px;
}
.index-redefining .content {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1560px) {
  .index-redefining .content {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .index-redefining .content {
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
.index-redefining .content .left {
  width: 64%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .index-redefining .content .left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index-redefining .content .left {
    flex-wrap: wrap;
  }
}
.index-redefining .content .left .item {
  width: 49%;
}
@media (max-width: 767px) {
  .index-redefining .content .left .item {
    width: 100%;
    margin-top: 20px;
  }
}
.index-redefining .content .left .item:hover .img-box img {
  transform: scale(1.06);
}
.index-redefining .content .left .item .img-box {
  padding-bottom: calc(340 / 550 * 100%);
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .index-redefining .content .left .item .img-box {
    border-radius: 15px;
  }
}
.index-redefining .content .left .item .img-box img {
  width: 100%;
  transition: all 0.3s;
}
.index-redefining .content .left .item .text {
  margin-top: 30px;
  padding: 0 20px;
}
@media (max-width: 1560px) {
  .index-redefining .content .left .item .text {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .index-redefining .content .left .item .text {
    margin-top: 15px;
  }
}
.index-redefining .content .left .item .text .data {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.index-redefining .content .left .item .text .title {
  width: 80%;
  display: block;
  margin-top: 20px;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.66px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.index-redefining .content .left .item .text .title:hover {
  color: #0C3E30;
}
@media (max-width: 1560px) {
  .index-redefining .content .left .item .text .title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
  }
}
@media (max-width: 1470px) {
  .index-redefining .content .left .item .text .title {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index-redefining .content .left .item .text .title {
    font-size: 16px;
    margin-top: 5px;
  }
}
.index-redefining .content .right {
  width: 35%;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-redefining .content .right {
    width: 100%;
    margin-top: 20px;
    border-radius: 15px;
  }
}
.index-redefining .content .right:hover img {
  transform: scale(1.04);
}
.index-redefining .content .right img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.index-contact {
  padding: 60px 0 180px 0;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .index-contact {
    padding: 40px 0 80px 0;
  }
}
.index-contact .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .index-contact .box {
    flex-wrap: wrap;
  }
}
.index-contact .box .left {
  width: 60%;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .index-contact .box .left {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .index-contact .box .left {
    width: 100%;
  }
}
.index-contact .box .left img {
  width: 100%;
  height: auto;
}
.index-contact .box .right {
  width: 40%;
  padding-left: 90px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1700px) {
  .index-contact .box .right {
    width: 45%;
  }
}
@media (max-width: 1400px) {
  .index-contact .box .right {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .index-contact .box .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
.index-contact .box .right .index-title h2 span {
  display: block;
  margin-top: 38px;
  color: #222;
  font-size: 42px;
  font-weight: 700;
  /* 157.143% */
  text-transform: uppercase;
  letter-spacing: 0;
}
@media (max-width: 1400px) {
  .index-contact .box .right .index-title h2 span {
    font-size: 35px;
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  .index-contact .box .right .index-title h2 span {
    font-size: 24px;
  }
}
.index-contact .box .right .index-title p {
  color: #222;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 6px;
}
@media (max-width: 1400px) {
  .index-contact .box .right .index-title p {
    font-size: 18px;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .index-contact .box .right .index-title p {
    font-size: 14px;
  }
}
.index-contact .box .right .message {
  width: 100%;
  margin-top: 80px;
}
@media (max-width: 1400px) {
  .index-contact .box .right .message {
    margin-top: 10px;
  }
}
.index-contact .box .right .message .formbox .row {
  margin: 0 -5px;
}
.index-contact .box .right .message .formbox li {
  margin-top: 10px;
  padding: 0 5px;
  list-style: none;
}
@media (max-width: 767px) {
  .index-contact .box .right .message .formbox li {
    margin-top: 10px;
  }
}
.index-contact .box .right .message .formbox .group {
  position: relative;
}
.index-contact .box .right .message .formbox .group input {
  width: 100%;
  border-radius: 4px;
  background: #fff;
  color: #666;
  font-size: 14px;
  font-weight: 300;
  /* 14px */
  padding: 13px 0px;
  outline: none;
  border: none;
  border-bottom: 1px solid #D9D9D9;
  transition: border-color 0.3s ease;
}
@media (max-width: 991px) {
  .index-contact .box .right .message .formbox .group input {
    padding: 14px 0px;
  }
}
.index-contact .box .right .message .formbox .group input::placeholder {
  color: #222;
  font-size: 14px;
  font-weight: 300;
  /* 14px */
}
@media (max-width: 575px) {
  .index-contact .box .right .message .formbox .group input {
    padding: 20px 0px;
  }
}
.index-contact .box .right .message .formbox .group input:focus label {
  display: none;
}
.index-contact .box .right .message .formbox .group input:focus::placeholder {
  color: #999;
}
.index-contact .box .right .message .formbox .group textarea {
  width: 100%;
  border-radius: 4px;
  background: #fff;
  color: #666;
  font-size: 14px;
  font-weight: 300;
  /* 14px */
  padding: 13px 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 991px) {
  .index-contact .box .right .message .formbox .group textarea {
    padding: 14px 0px;
    height: auto;
  }
}
@media (max-width: 575px) {
  .index-contact .box .right .message .formbox .group textarea {
    padding: 13px 0;
  }
}
.index-contact .box .right .message .formbox .group textarea::placeholder {
  color: #222;
  font-size: 14px;
  font-weight: 300;
}
.index-contact .box .right .message .formbox .group textarea:focus label {
  display: none;
}
.index-contact .box .right .message .formbox .group textarea:focus::placeholder {
  color: #999;
}
.index-contact .box .right .message .formbox .group label {
  position: absolute;
  top: 18px;
  left: 20px;
  color: #666;
  font-size: 14px;
  /* 128.571% */
  pointer-events: none;
  /* 确保label不会干扰输入 */
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}
.index-contact .box .right .message .func {
  margin-top: 60px;
}
.index-contact .box .right .message .func .submit-group {
  display: flex;
  justify-content: flex-end;
}
.index-contact .box .right .message .func button {
  padding: 10px 20px;
  align-items: center;
  border-radius: 100px;
  background: #0C3E30;
  transition: all 0.3s;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  /* 100% */
}
.index-contact .box .right .message .func button:hover {
  background: #1A554B;
}
.footer {
  overflow: hidden;
}
.footer .top {
  padding: 160px 0;
  background-image: url(../img/footer-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1560px) {
  .footer .top {
    padding: 80px 0;
  }
}
@media (max-width: 575px) {
  .footer .top {
    padding: 40px 0 80px 0;
  }
}
.footer .top .box .title h2 {
  color: #FFF;
  text-align: center;
  font-size: 64px;
  font-weight: 600;
  /* 76.8px */
  margin: 0 auto;
}
@media (max-width: 1560px) {
  .footer .top .box .title h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .footer .top .box .title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .footer .top .box .title h2 {
    font-size: 30px;
  }
}
.footer .top .box p {
  color: #D9D9D9;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  /* 28px */
  letter-spacing: -0.4px;
  width: 40%;
  margin: 0 auto;
  margin-top: 20px;
}
@media (max-width: 1560px) {
  .footer .top .box p {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .footer .top .box p {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .footer .top .box p {
    width: 95%;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer .top .box p {
    font-size: 14px;
  }
}
.footer .top .box .footer-more {
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 60px;
  padding: 10px 16px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  /* 137.5% */
  letter-spacing: -0.16px;
  border-radius: 999px;
  border: 1px solid #FCFCFC;
  transition: all 0.3s ease;
}
.footer .top .box .footer-more::after {
  font-family: 'iconfont' !important;
  content: '\e638';
  font-size: 16px;
  margin-left: 12px;
}
@media (max-width: 1199px) {
  .footer .top .box .footer-more {
    font-size: 14px;
    margin-top: 40px;
    padding: 5px 15px;
  }
}
@media (max-width: 575px) {
  .footer .top .box .footer-more {
    margin-left: 40%;
    transform: translateX(-35%);
  }
}
.footer .top .box .footer-more:hover {
  background-color: #fff !important;
  color: #0C3E30;
}
.footer .bottom {
  padding: 80px 0;
  background-color: #0C3E30;
}
@media (max-width: 767px) {
  .footer .bottom {
    padding-top: 30px;
  }
}
.footer .bottom .box .bottom-top {
  display: flex;
}
@media (max-width: 991px) {
  .footer .bottom .box .bottom-top {
    flex-wrap: wrap;
  }
}
.footer .bottom .box .bottom-top .left {
  width: 50%;
}
@media (max-width: 991px) {
  .footer .bottom .box .bottom-top .left {
    width: 100%;
  }
}
.footer .bottom .box .bottom-top .left ul {
  list-style: none;
}
@media (max-width: 991px) {
  .footer .bottom .box .bottom-top .left ul {
    display: flex;
  }
}
@media (max-width: 767px) {
  .footer .bottom .box .bottom-top .left ul {
    flex-wrap: wrap;
  }
}
.footer .bottom .box .bottom-top .left ul li {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  /* 24px */
  text-transform: uppercase;
  margin-top: 12px;
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 767px) {
  .footer .bottom .box .bottom-top .left ul li {
    width: 100%;
  }
}
.footer .bottom .box .bottom-top .left ul li:nth-child(1) {
  margin-top: 0;
}
.footer .bottom .box .bottom-top .left ul li:nth-child(1)::before {
  font-family: 'iconfont' !important;
  content: '\e604';
  font-size: 20px;
  color: #FFF;
  margin-right: 12px;
}
.footer .bottom .box .bottom-top .left ul li:nth-child(2)::before {
  font-family: 'iconfont' !important;
  content: '\e966';
  font-size: 20px;
  color: #FFF;
  margin-right: 12px;
}
.footer .bottom .box .bottom-top .left ul li a {
  text-decoration: none;
  color: #FFF;
  transition: all 0.3s ease;
}
.footer .bottom .box .bottom-top .left ul li a:hover {
  text-decoration: underline;
}
.footer .bottom .box .bottom-top .right {
  width: 50%;
}
@media (max-width: 991px) {
  .footer .bottom .box .bottom-top .right {
    width: 100%;
    margin-top: 20px;
  }
}
.footer .bottom .box .bottom-top .right b {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  /* 24px */
}
@media (max-width: 991px) {
  .footer .bottom .box .bottom-top .right b {
    margin-top: 20px;
  }
}
.footer .bottom .box .bottom-top .right h3 {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .footer .bottom .box .bottom-top .right h3 {
    margin-top: 0;
  }
}
.footer .bottom .box .bottom-top .right h3 a {
  color: #FFF;
  font-size: 40px;
  font-weight: 500;
  /* 48px */
  letter-spacing: -0.8px;
  position: relative;
  display: inline-block;
}
@media (max-width: 991px) {
  .footer .bottom .box .bottom-top .right h3 a {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .footer .bottom .box .bottom-top .right h3 a {
    font-size: 24px;
  }
}
.footer .bottom .box .bottom-top .right h3 a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fff;
  transition: all 0.3s;
}
.footer .bottom .box .bottom-top .right h3 a:hover::after {
  width: 100%;
}
.footer .bottom .box .bottom-center {
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 12;
}
@media (max-width: 991px) {
  .footer .bottom .box .bottom-center {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .footer .bottom .box .bottom-center {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .footer .bottom .box .bottom-center {
    margin-top: 15px;
  }
}
.footer .bottom .box .bottom-center ul {
  display: flex;
  list-style: none;
}
@media (max-width: 575px) {
  .footer .bottom .box .bottom-center ul {
    flex-wrap: wrap;
  }
}
.footer .bottom .box .bottom-center ul li a {
  margin-right: 20px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 150%;
  /* 27px */
  letter-spacing: -0.36px;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}
@media (max-width: 767px) {
  .footer .bottom .box .bottom-center ul li a {
    font-size: 16px;
  }
}
.footer .bottom .box .bottom-center ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fff;
  transition: all 0.3s;
}
.footer .bottom .box .bottom-center ul li a:hover::after {
  width: 100%;
}
.footer .bottom .box .bottom-center .icon-box {
  display: flex;
}
@media (max-width: 991px) {
  .footer .bottom .box .bottom-center .icon-box {
    margin-top: 20px;
  }
}
.footer .bottom .box .bottom-center .icon-box a {
  margin-left: 12px;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 991px) {
  .footer .bottom .box .bottom-center .icon-box a {
    margin-right: 12px;
    margin-left: 0;
  }
}
.footer .bottom .box .bottom-center .icon-box a .iconfont {
  font-size: 24px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  line-height: 50px;
  text-align: center;
  background-color: #FFFFFF;
  color: #0C3E30;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .footer .bottom .box .bottom-center .icon-box a .iconfont {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
}
.footer .bottom .box .bottom-center .icon-box a .iconfont:hover {
  animation: swing 1s 0s ease both;
}
.footer .bottom .box .bottom-text {
  color: #FFF;
  font-size: 280px;
  font-weight: 700;
  letter-spacing: -8.4px;
  text-transform: capitalize;
  text-align: center;
  margin-top: -80px;
}
@media (max-width: 1800px) {
  .footer .bottom .box .bottom-text {
    font-size: 240px;
  }
}
@media (max-width: 1760px) {
  .footer .bottom .box .bottom-text {
    font-size: 210px;
    margin-top: -50px;
  }
}
@media (max-width: 1400px) {
  .footer .bottom .box .bottom-text {
    font-size: 170px;
  }
}
@media (max-width: 1199px) {
  .footer .bottom .box .bottom-text {
    font-size: 150px;
    margin-top: -30px;
  }
}
@media (max-width: 991px) {
  .footer .bottom .box .bottom-text {
    font-size: 120px;
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .footer .bottom .box .bottom-text {
    font-size: 90px;
    letter-spacing: -2.4px;
    text-align: left;
    margin-top: 0px;
  }
}
@media (max-width: 630px) {
  .footer .bottom .box .bottom-text {
    font-size: 70px;
  }
}
@media (max-width: 500px) {
  .footer .bottom .box .bottom-text {
    font-size: 60px;
  }
}
@media (max-width: 400px) {
  .footer .bottom .box .bottom-text {
    font-size: 45px;
  }
}
.footer .bottom .box .bototm-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1400px) {
  .footer .bottom .box .bototm-bottom {
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
.footer .bottom .box .bototm-bottom .left {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  /* 24px */
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .footer .bottom .box .bototm-bottom .left {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .footer .bottom .box .bototm-bottom .left {
    font-size: 14px;
  }
}
.footer .bottom .box .bototm-bottom .left .cnzz {
  margin: 0 10px;
}
.footer .bottom .box .bototm-bottom .left .hicheng {
  color: #FFF;
  text-decoration: none;
  position: relative;
}
.footer .bottom .box .bototm-bottom .left .hicheng::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fff;
  transition: all 0.3s;
}
.footer .bottom .box .bototm-bottom .left .hicheng:hover::after {
  width: 100%;
}
@media (max-width: 1400px) {
  .footer .bottom .box .bototm-bottom .right {
    margin-top: 10px;
  }
}
.footer .bottom .box .bototm-bottom .right a {
  margin-left: 20px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  /* 24px */
  letter-spacing: -0.32px;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1400px) {
  .footer .bottom .box .bototm-bottom .right a {
    margin-right: 20px;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .footer .bottom .box .bototm-bottom .right a {
    font-size: 14px;
  }
}
.footer .bottom .box .bototm-bottom .right a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fff;
  transition: all 0.3s;
}
.footer .bottom .box .bototm-bottom .right a:hover::after {
  width: 100%;
}
.product-banner img {
  width: 100%;
}
.product-banner .banner-nav {
  background-color: #0C3E30;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .product-banner .banner-nav {
    padding: 10px 0;
  }
}
.product-banner .banner-nav .box {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}
.product-banner .banner-nav .box::before {
  font-family: "iconfont" !important;
  content: "\e600";
  margin-right: 30px;
}
@media (max-width: 991px) {
  .product-banner .banner-nav .box::before {
    margin-right: 10px;
  }
}
.product-banner .banner-nav .box a {
  color: #FFF;
}
.product-banner .banner-nav .box a:hover {
  text-decoration: underline;
}
.product-banner .banner-nav .box span {
  margin: 0 5px;
}
.product {
  padding: 120px 0;
}
@media (max-width: 1560px) {
  .product {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .product {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .product {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .product {
    padding: 30px 0;
  }
}
.product .box .index-title {
  width: 55%;
}
@media (max-width: 1199px) {
  .product .box .index-title {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .product .box .index-title {
    width: 90%;
  }
}
.product .popular {
  padding: 90px 0 0 0;
}
@media (max-width: 1560px) {
  .product .popular {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 1400px) {
  .product .popular {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 1199px) {
  .product .popular {
    padding: 0px 0 0px 0;
  }
}
@media (max-width: 767px) {
  .product .popular {
    padding: 0px 0 0px 0;
  }
}
.product .popular .top-nav {
  display: flex;
  display: none;
  align-items: center;
}
@media (max-width: 1199px) {
  .product .popular .top-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .product .popular .top-nav {
    font-size: 14px;
  }
}
.product .popular .top-nav li {
  display: block;
  padding: 10px;
}
@media (max-width: 991px) {
  .product .popular .top-nav li {
    width: 50%;
    padding: 5px;
  }
}
.product .popular .top-nav .top-a {
  text-decoration: none;
  color: #FFF;
  display: inline-block;
  background-color: #000;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 10px 6px;
  font-size: 16px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .product .popular .top-nav .top-a {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .product .popular .top-nav .top-a {
    font-size: 14px;
  }
}
.product .popular .top-nav .top-a:hover {
  color: white;
  background-color: #008842;
}
.product .popular .popular-box {
  flex-wrap: wrap;
}
@media (max-width: 156px) {
  .product .popular .popular-box {
    width: 100%;
  }
}
.product .popular .popular-box .popular-left {
  width: 330px;
  border-radius: 10px;
}
@media (max-width: 1470px) {
  .product .popular .popular-box .popular-left {
    width: 300px;
  }
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left {
    width: 280px;
  }
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-left {
    display: none;
  }
}
.product .popular .popular-box .popular-left .left-ul {
  position: sticky;
  top: 130px;
}
.product .popular .popular-box .popular-left .ul-li {
  display: block;
  position: relative;
  margin-top: 20px;
}
.product .popular .popular-box .popular-left .ul-li > a {
  padding: 8px 12px;
  display: block;
  width: 100%;
  text-decoration: none;
  border-radius: 100px;
  background-color: #FFFFFF;
  border-radius: 999px;
  border: 1px solid #F0F0F0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  /* 24px */
  letter-spacing: -0.32px;
  transition: all 0.3s ease;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.product .popular .popular-box .popular-left .ul-li > a::after {
  font-family: 'iconfont' !important;
  content: '\e729';
  color: #000;
  font-size: 22px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1470px) {
  .product .popular .popular-box .popular-left .ul-li > a::after {
    margin-left: 46%;
  }
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li > a::after {
    margin-left: 40%;
  }
}
@media (max-width: 575px) {
  .product .popular .popular-box .popular-left .ul-li > a {
    font-size: 16px;
  }
}
.product .popular .popular-box .popular-left .ul-li.active > a {
  color: #fff;
  background-color: #0C3E30;
}
.product .popular .popular-box .popular-left .ul-li.active > a::after {
  font-family: 'iconfont' !important;
  content: '\e727';
  color: #FFFFFF;
  position: absolute;
  font-size: 22px;
}
@media (max-width: 1470px) {
  .product .popular .popular-box .popular-left .ul-li.active > a::after {
    margin-left: 46%;
  }
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li.active > a::after {
    margin-left: 40%;
  }
}
.product .popular .popular-box .popular-left .ul-li.active .li-ul {
  display: block;
}
.product .popular .popular-box .popular-left .ul-li .li-ul {
  width: 100%;
  display: none;
  margin-top: 10px;
  border-radius: 16px;
  background: #F4F4F4;
  padding: 20px;
}
.product .popular .popular-box .popular-left .ul-li .li-ul li {
  padding: 4px 0;
  list-style: none;
  transition: all 0.3s;
  position: relative;
}
.product .popular .popular-box .popular-left .ul-li .li-ul li:hover {
  color: #008842;
}
.product .popular .popular-box .popular-left .ul-li .li-ul li:hover {
  transition: color 0.3s ease;
}
.product .popular .popular-box .popular-left .ul-li .li-ul li:hover a {
  color: #0C3E30;
}
.product .popular .popular-box .popular-left .ul-li .li-ul li:hover a::before {
  display: inline-block;
  content: "";
  margin: 0 10px;
  border-radius: 100px;
  background-color: #0C3E30;
  width: 10px;
  height: 10px;
}
.product .popular .popular-box .popular-left .ul-li .li-ul li a {
  text-decoration: none;
  transition: color 0.3s ease;
  color: #8C8C8C;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
}
.product .popular .popular-box .popular-left .ul-li .li-ul li a::before {
  display: inline-block;
  content: "";
  border-radius: 100px;
  background-color: #f0f0f0;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease-in-out;
}
.product .popular .popular-box .popular-right {
  width: calc(100% - 380px);
  margin-left: auto;
  overflow: hidden;
}
@media (max-width: 1470px) {
  .product .popular .popular-box .popular-right {
    width: calc(100% - 340px);
  }
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right {
    width: calc(100% - 320px);
  }
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right {
    width: 100%;
  }
}
.product .popular .popular-box .popular-right .row-box {
  margin: 0 -15px;
  margin-top: -15px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right .row-box {
    margin-top: 0px;
  }
}
.product .popular .popular-box .popular-right .row-box .col-box {
  padding: 35px 15px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right .row-box .col-box {
    padding: 20px 15px;
  }
}
.product .popular .popular-box .popular-right .row-box .col-box:hover .img-box img {
  transform: scale(1.07);
}
.product .popular .popular-box .popular-right .row-box .col-box:hover .img-box .sale {
  background-color: #1A554B !important;
}
.product .popular .popular-box .popular-right .row-box .col-box:hover .item-cont .cont-text .title {
  color: #0C3E30;
}
.product .popular .popular-box .popular-right .row-box .col-box .item-cont {
  display: block;
  text-decoration: none;
}
.product .popular .popular-box .popular-right .row-box .col-box .item-cont .img-box {
  padding-bottom: calc(670 / 850 * 100%);
  border-radius: 20px;
  overflow: hidden;
}
.product .popular .popular-box .popular-right .row-box .col-box .item-cont .img-box img {
  width: 100%;
  transition: all 0.3s ease;
}
.product .popular .popular-box .popular-right .row-box .col-box .item-cont .img-box .sale {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 999px;
  background: #0C3E30;
  padding: 10px 20px;
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  /* 16.8px */
  transition: all 0.3s ease;
}
.product .popular .popular-box .popular-right .row-box .col-box .item-cont .cont-text .title {
  display: block;
  margin: 28px 0 12px 0;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  /* 28.6px */
  letter-spacing: -0.44px;
  transition: all 0.3s ease;
}
@media (max-width: 1560px) {
  .product .popular .popular-box .popular-right .row-box .col-box .item-cont .cont-text .title {
    margin: 10px 0 6px 0;
  }
}
.product .popular .popular-box .popular-right .row-box .col-box .item-cont .cont-text .text {
  padding-right: 30px;
}
.product .popular .popular-box .popular-right .row-box .col-box .item-cont .cont-text .text p {
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.32px;
}
.product .popular .popular-box .popular-right .row-box .col-box .item-cont .cont-text .units {
  margin-top: 12px;
  display: flex;
  align-items: center;
  color: #8C8C8C;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.32px;
  flex-wrap: wrap;
}
.product .popular .popular-box .popular-right .row-box .col-box .item-cont .cont-text .units span{
  white-space: nowrap;
}
.product .popular .popular-box .popular-right .row-box .col-box .item-cont .cont-text .units b {
  margin: 0 8px;
}
.online-inquiry {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  z-index: 10000;
  display: none;
}
.online-inquiry .online {
  margin-top: 10%;
  display: flex;
  align-items: center;
  background-color: white;
  width: 60%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
}
@media (max-width: 1400px) {
  .online-inquiry .online {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .online-inquiry .online {
    width: 80%;
    top: 40%;
  }
}
@media (max-width: 991px) {
  .online-inquiry .online {
    display: block;
    top: 33%;
  }
}
@media (max-width: 767px) {
  .online-inquiry .online {
    top: 40%;
  }
}
@media (max-width: 575px) {
  .online-inquiry .online {
    top: 46%;
    width: 95%;
    height: 400px;
  }
}
.online-inquiry .online .left {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .online-inquiry .online .left {
    display: none;
  }
}
.online-inquiry .online .left img {
  width: 100%;
  height: auto;
}
.online-inquiry .online .right {
  padding: 0 70px;
  background-color: #fff;
  height: auto;
  width: 50%;
  position: relative;
  height: 100%;
}
@media (max-width: 1700px) {
  .online-inquiry .online .right {
    padding: 0 40px;
  }
}
@media (max-width: 991px) {
  .online-inquiry .online .right {
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .online-inquiry .online .right {
    padding: 30px 20px;
  }
}
@media (max-width: 1900px) {
  .online-inquiry .online .right .index-title h2 span {
    font-size: 50px;
  }
}
@media (max-width: 1700px) {
  .online-inquiry .online .right .index-title h2 span {
    font-size: 40px;
  }
}
@media (max-width: 1560px) {
  .online-inquiry .online .right .index-title h2 span {
    font-size: 30px;
  }
}
.online-inquiry .online .right .index-title p {
  margin-top: 12px;
}
@media (max-width: 1560px) {
  .online-inquiry .online .right .index-title p {
    font-size: 14px;
    margin-top: 10px;
  }
}
.online-inquiry .online .right .message {
  width: 100%;
  margin-top: 70px;
}
@media (max-width: 1900px) {
  .online-inquiry .online .right .message {
    margin-top: 25px;
  }
}
@media (max-width: 1560px) {
  .online-inquiry .online .right .message {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .online-inquiry .online .right .message {
    padding-bottom: 40px;
  }
}
.online-inquiry .online .right .message .formbox li {
  margin-top: -5px !important;
  list-style: none;
}
.online-inquiry .online .right .message .formbox .group {
  margin-top: 16px;
  position: relative;
}
@media (max-width: 1560px) {
  .online-inquiry .online .right .message .formbox .group {
    margin-top: 8px;
  }
}
.online-inquiry .online .right .message .formbox .group span {
  color: #0D0D12;
  font-size: 14px;
  font-weight: 500;
  /* 21.7px */
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1700px) {
  .online-inquiry .online .right .message .formbox .group span {
    margin-bottom: 5px;
  }
}
.online-inquiry .online .right .message .formbox .group input {
  width: 100%;
  border-radius: 100px;
  color: #8C8C8C;
  box-shadow: none;
  border: none;
  padding: 15px 12px;
  outline: none;
  transition: border-color 0.3s ease;
  background-color: #F4F4F4;
}
@media (max-width: 1700px) {
  .online-inquiry .online .right .message .formbox .group input {
    padding: 8px 12px;
  }
}
@media (max-width: 575px) {
  .online-inquiry .online .right .message .formbox .group input {
    padding: 10px;
  }
}
.online-inquiry .online .right .message .formbox .group input:focus label {
  display: none;
}
.online-inquiry .online .right .message .formbox .group textarea {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  height: 120px;
  color: #8C8C8C;
  box-shadow: none;
  border: none;
  outline: none;
  background-color: #F4F4F4;
}
@media (max-width: 1560px) {
  .online-inquiry .online .right .message .formbox .group textarea {
    height: auto;
  }
}
.online-inquiry .online .right .message .func {
  margin-top: 12px;
}
.online-inquiry .online .right .message .func button {
  width: 100%;
  padding: 10px 0;
  border-radius: 100px;
  background: #0C3E30;
  color: #FFF;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
@media (max-width: 1560px) {
  .online-inquiry .online .right .message .func button {
    font-size: 14px;
    padding: 5px 0;
  }
}
.online-inquiry .online .right .message .func button::after {
  font-family: "iconfont" !important;
  content: "\e610";
  color: #FFF;
  font-size: 18px;
  margin-left: 12px;
}
.online-inquiry .online .right .message .func button:hover {
  background-color: #1A554B;
}
.online-inquiry .online .right .online-icon {
  position: absolute;
  bottom: 109%;
  right: 22px;
}
@media (max-width: 2450px) {
  .online-inquiry .online .right .online-icon {
    bottom: 105%;
  }
}
@media (max-width: 2270px) {
  .online-inquiry .online .right .online-icon {
    bottom: 102%;
  }
}
@media (max-width: 2140px) {
  .online-inquiry .online .right .online-icon {
    bottom: 98%;
  }
}
@media (max-width: 2000px) {
  .online-inquiry .online .right .online-icon {
    bottom: 94%;
  }
}
@media (max-width: 991px) {
  .online-inquiry .online .right .online-icon {
    bottom: auto;
    top: 22px;
  }
}
.online-inquiry .online .right .online-icon .iconfont {
  font-size: 24px;
  color: #333333;
  cursor: pointer;
}
.product-details .details-title h3 {
  display: flex;
  align-items: center;
  color: #0C3E30;
  font-size: 38px;
  font-weight: 500;
  /* 49.4px */
  letter-spacing: -0.76px;
}
@media (max-width: 1400px) {
  .product-details .details-title h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .product-details .details-title h3 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .product-details .details-title h3 {
    font-size: 20px;
  }
}
.product-details .details-title h3 span {
  color: #0C3E30;
  font-size: 24px;
  font-weight: 500;
  /* 31.2px */
  letter-spacing: -0.48px;
  margin-right: 30px;
}
@media (max-width: 1400px) {
  .product-details .details-title h3 span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .product-details .details-title h3 span {
    font-size: 16px;
    margin-right: 15px;
  }
}
.product-details .productdatails-top {
  overflow: hidden;
  margin-top: 90px;
}
@media (max-width: 1560px) {
  .product-details .productdatails-top {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .product-details .productdatails-top {
    margin-top: 30px;
  }
}
.product-details .productdatails-top .cont-box .cont-title {
  width: 40%;
  margin: 0 auto;
}
@media (max-width: 1560px) {
  .product-details .productdatails-top .cont-box .cont-title {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .product-details .productdatails-top .cont-box .cont-title {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .product-details .productdatails-top .cont-box .cont-title {
    width: 90%;
  }
}
.product-details .productdatails-top .cont-box .cont-title .title {
  color: #000;
  font-size: 54px;
  font-weight: 600;
  /* 70.2px */
  text-align: center;
}
@media (max-width: 1560px) {
  .product-details .productdatails-top .cont-box .cont-title .title {
    font-size: 40px;
  }
}
.product-details .productdatails-top .cont-box .cont-title .units {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 1560px) {
  .product-details .productdatails-top .cont-box .cont-title .units {
    margin-top: 15px;
  }
}
.product-details .productdatails-top .cont-box .cont-title .units .unitis1 {
  margin: 0 10px;
  padding: 0 6px;
  background-color: #888C94;
  border-radius: 4px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  /* 21px */
  letter-spacing: -0.28px;
}
.product-details .productdatails-top .cont-box .cont-title .title-text {
  margin-top: 20px;
}
@media (max-width: 1560px) {
  .product-details .productdatails-top .cont-box .cont-title .title-text {
    margin-top: 10px;
  }
}
.product-details .productdatails-top .cont-box .cont-title .title-text p {
  color: #8C8C8C;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .product-details .productdatails-top .cont-box .cont-title .title-text p {
    font-size: 14px;
    line-height: 20px;
  }
}
.product-details .productdatails-top .pouch-cont {
  margin-top: 30px;
}
.product-details .productdatails-top .pouch-cont .pouch-cont-left {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .product-details .productdatails-top .pouch-cont .pouch-cont-left {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .product-details .productdatails-top .pouch-cont .pouch-cont-left {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .product-details .productdatails-top .pouch-cont .pouch-cont-left {
    padding: 00px;
  }
}
.product-details .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
  width: 40%;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .product-details .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .product-details .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .product-details .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .product-details .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    margin-top: 10px;
  }
}
.product-details .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .item {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product-details .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .item {
    border-radius: 10px;
  }
}
.product-details .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
  margin: 0 12px;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .product-details .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
    margin-top: 10px;
    margin: 0 5px;
  }
}
.product-details .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item {
  overflow: hidden;
  border: 1px solid #0C3E30;
}
@keyframes videoan {
  0% {
    background-position: 50% 50%;
    transform: scale(1);
  }
  50% {
    background-position: 0% 0%;
    transform: scale(1.2);
  }
  100% {
    background-position: 50% 50%;
    transform: scale(1);
  }
}
.product-details .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .item-video {
  overflow: hidden;
  border: 1px solid #0C3E30;
}
.product-details .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .item-video::after {
  z-index: 9;
  font-family: 'iconfont' !important;
  font-size: 14px;
  font-weight: bold;
  display: block;
  content: '\e618';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #FFFFFF;
  background-color: #0C3E30;
  border-radius: 100px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .product-details .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .item-video::after {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.product-details .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .img-box {
  position: relative;
  padding-bottom: calc(100/130*100%);
  overflow: hidden;
}
.product-details .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .img-box img {
  width: 100%;
}
.product-details .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
  width: 30%;
  margin: 0 auto;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .product-details .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .product-details .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
    width: 100%;
    margin: 0;
  }
}
.product-details .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box {
  padding-bottom: calc(400 / 500*100%);
  overflow: hidden;
  border-radius: 20px;
}
.product-details .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box img {
  width: 100%;
}
.product-details .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .slick-prev,
.product-details .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .slick-next {
  font-family: 'iconfont' !important;
  content: '\e638';
  color: #000;
  z-index: 1;
  transition: all 0.3s;
}
.product-details .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .slick-prev:hover,
.product-details .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .slick-next:hover {
  color: #000;
}
.product-details .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .slick-next {
  right: -50%;
}
@media (max-width: 991px) {
  .product-details .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .slick-next {
    right: 0;
  }
}
.product-details .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .slick-prev {
  left: -50%;
}
@media (max-width: 991px) {
  .product-details .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .slick-prev {
    left: 0;
  }
}
.product-details .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 24px;
  display: block;
  content: '\e638';
  color: #000;
  transition: all 0.3s;
}
.product-details .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 24px;
  display: block;
  content: '\e638';
  color: #000;
  transition: all 0.3s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product-details .productdatails-nav {
  overflow: hidden;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  position: sticky;
  top: 100px;
  z-index: 12;
  border-top: 1px solid #8C8C8C;
  border-bottom: 1px solid #8C8C8C;
  background-color: white;
}
@media (max-width: 1400px) {
  .product-details .productdatails-nav {
    top: 82px;
  }
}
@media (max-width: 991px) {
  .product-details .productdatails-nav {
    position: static;
    border-radius: 0;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.product-details .productdatails-nav .left a {
  display: inline-block;
  text-decoration: none;
  margin-right: 40px;
  padding: 24px 0;
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 500;
  /* 20.8px */
  letter-spacing: -0.32px;
  transition: all 0.3s ease;
  position: relative;
}
.product-details .productdatails-nav .left a:last-child {
  margin-right: 0;
}
@media (max-width: 1400px) {
  .product-details .productdatails-nav .left a {
    padding: 10px 0;
  }
}
.product-details .productdatails-nav .left a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  background-color: #0C3E30;
  height: 2px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .product-details .productdatails-nav .left a {
    font-size: 14px;
  }
}
.product-details .productdatails-nav .left a:hover {
  color: #0C3E30;
}
.product-details .productdatails-nav .left a:hover::after {
  width: 100%;
}
.product-details .productdatails-nav .left a.active {
  color: #0C3E30;
}
.product-details .productdatails-nav .left a.active::after {
  width: 100%;
}
.product-details .productdatails-nav .right {
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .product-details .productdatails-nav .right {
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  .product-details .productdatails-nav .right {
    flex-wrap: wrap;
  }
}
.product-details .productdatails-nav .right .share {
  align-items: center;
  margin-right: 60px;
}
.product-details .productdatails-nav .right .share p {
  color: #0C3E30;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
}
.product-details .productdatails-nav .right .inquire-cart {
  display: flex;
}
@media (max-width: 767px) {
  .product-details .productdatails-nav .right .inquire-cart {
    margin-top: 10px;
  }
}
.product-details .productdatails-nav .right .inquire-cart .inquire {
  display: inline-block;
  border-radius: 100px;
  background: #F4F4F4;
  padding: 0 30px;
  margin-right: 20px;
  height: 50px;
  line-height: 50px;
  color: #0C3E30;
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  transition: all 0.3s ease;
}
@media (max-width: 1400px) {
  .product-details .productdatails-nav .right .inquire-cart .inquire {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
}
.product-details .productdatails-nav .right .inquire-cart .inquire:hover {
  background-color: #0C3E30;
  color: #FFF;
}
.product-details .productdatails-nav .right .inquire-cart .cart {
  position: relative;
  display: inline-block;
  border-radius: 100px;
  background: #F4F4F4;
  padding: 15px 30px 15px 10px;
  height: 50px;
  line-height: 50px;
  color: #0C3E30;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
@media (max-width: 1400px) {
  .product-details .productdatails-nav .right .inquire-cart .cart {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
}
.product-details .productdatails-nav .right .inquire-cart .cart:hover {
  background-color: #0C3E30;
  color: #FFF;
}
.product-details .productdatails-nav .right .inquire-cart .cart:hover::before {
  background-color: #0C3E30;
  color: white;
}
.product-details .productdatails-nav .right .inquire-cart .cart::before {
  font-family: "iconfont" !important;
  content: "\10183";
  font-size: 18px;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100px;
  background-color: #FFF;
  color: #0C3E30;
  transition: all 0.3s ease;
  margin-right: 20px;
}
@media (max-width: 1400px) {
  .product-details .productdatails-nav .right .inquire-cart .cart::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
  }
}
.product-details .details-product {
  display: flex;
  align-items: center;
  margin-top: 70px;
}
@media (max-width: 1400px) {
  .product-details .details-product {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .product-details .details-product {
    flex-wrap: wrap;
  }
}
.product-details .details-product .left {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product-details .details-product .left {
    width: 100%;
    border-radius: 10px;
  }
}
.product-details .details-product .left img {
  width: 100%;
  height: auto;
}
.product-details .details-product .right {
  width: 50%;
  padding-left: 80px;
}
@media (max-width: 1400px) {
  .product-details .details-product .right {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .product-details .details-product .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
.product-details .details-product .right .text {
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .product-details .details-product .right .text {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .product-details .details-product .right .text {
    margin-top: 10px;
  }
}
.product-details .details-product .right .text p {
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}
@media (max-width: 1400px) {
  .product-details .details-product .right .text p {
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .product-details .details-product .right .text p {
    font-size: 14px;
  }
}
.product-details .advantages {
  margin-top: 120px;
}
@media (max-width: 1400px) {
  .product-details .advantages {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .product-details .advantages {
    margin-top: 40px;
  }
}
.product-details .advantages .text {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .product-details .advantages .text {
    margin-top: 20px;
  }
}
.product-details .advantages .text p {
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.product-details .advantages .text p::before {
  font-family: "iconfont" !important;
  content: "\e60e";
  font-size: 20px;
  color: #0C3E30;
  margin-right: 10px;
}
.product-details .advantages .cont-img {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .product-details .advantages .cont-img {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .product-details .advantages .cont-img {
    margin-top: 10px;
  }
}
.product-details .advantages .cont-img img {
  border-radius: 20px;
  max-width: 100%;
  height: auto !important;
}
@media (max-width: 991px) {
  .product-details .advantages .cont-img img {
    border-radius: 10px;
  }
}
.product-details .application {
  margin-top: 120px;
  background-color: #F4F4F4;
  padding: 130px 0;
}
@media (max-width: 1560px) {
  .product-details .application {
    padding: 80px 0;
  }
}
@media (max-width: 1400px) {
  .product-details .application {
    margin-top: 60px;
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .product-details .application {
    margin-top: 40px;
    padding: 40px 0;
  }
}
.product-details .application .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .product-details .application .box {
    flex-wrap: wrap;
  }
}
.product-details .application .box .left {
  width: 55%;
  padding-right: 140px;
}

.product-details .application .box .left .text p{
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;

}
@media (max-width: 1760px) {
  .product-details .application .box .left {
    padding-right: 100px;
  }
}
@media (max-width: 1400px) {
  .product-details .application .box .left {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .product-details .application .box .left {
    width: 100%;
  }
}
.product-details .application .box .left .details-title {
  width: 70%;
}
@media (max-width: 1760px) {
  .product-details .application .box .left .details-title {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .product-details .application .box .left .details-title {
    width: 95%;
  }
}
.product-details .application .box .left .details-title p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  /* 166.667% */
  margin: 30px 0;
}
@media (max-width: 1460px) {
  .product-details .application .box .left .details-title p {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0;
  }
}
.product-details .application .box .left .text ul {
  list-style-type: none;
  /* 去掉默认样式 */
  counter-reset: item;
  /* 初始化计数器 */
}
.product-details .application .box .left .text ul li::before {
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: bold;
  margin-right: 5px;
}
.product-details .application .box .left .text ul li {
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}
@media (max-width: 1460px) {
  .product-details .application .box .left .text ul li {
    line-height: 24px;
  }
}
.product-details .application .box .right {
  width: 45%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product-details .application .box .right {
    width: 100%;
    margin-top: 20px;
  }
}
.product-details .application .box .right img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  border-radius: 10px;
}
.product-details .related {
  margin-top: 85px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .product-details .related {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .product-details .related {
    margin-top: 40px;
  }
}
.product-details .related .content {
  margin-top: 50px;
}
@media (max-width: 1560px) {
  .product-details .related .content {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .product-details .related .content {
    margin-top: 20px;
  }
}
.product-details .related .content .now-slick-product {
  margin: 0 -20px;
}
@media (max-width: 1560px) {
  .product-details .related .content .now-slick-product {
    margin: 0 -15px;
  }
}
.product-details .related .content .now-slick-product .item {
  padding: 0 20px;
}
@media (max-width: 1560px) {
  .product-details .related .content .now-slick-product .item {
    padding: 0 15px;
  }
}
.product-details .related .content .now-slick-product .item:hover .img-box img {
  transform: scale(1.07);
}
.product-details .related .content .now-slick-product .item:hover .img-box .sale {
  background-color: #1A554B !important;
}
.product-details .related .content .now-slick-product .item:hover .item-cont .cont-text .title {
  color: #0C3E30;
}
.product-details .related .content .now-slick-product .item .item-cont .img-box {
  padding-bottom: calc(430 / 540 * 100%);
  border-radius: 20px;
  overflow: hidden;
}
.product-details .related .content .now-slick-product .item .item-cont .img-box img {
  width: 100%;
  transition: all 0.3s ease;
}
.product-details .related .content .now-slick-product .item .item-cont .img-box .sale {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 999px;
  background: #0C3E30;
  padding: 10px 20px;
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  /* 16.8px */
  transition: all 0.3s ease;
}
.product-details .related .content .now-slick-product .item .item-cont .cont-text .title {
  display: block;
  margin: 28px 0 12px 0;
  color: #000;
  font-size: 30px;
  font-weight: 500;
  /* 39px */
  letter-spacing: -0.6px;
  transition: all 0.3s ease;
}
@media (max-width: 1560px) {
  .product-details .related .content .now-slick-product .item .item-cont .cont-text .title {
    font-size: 24px;
    margin: 15px 0 5px 0;
  }
}
@media (max-width: 1199px) {
  .product-details .related .content .now-slick-product .item .item-cont .cont-text .title {
    font-size: 20px;
    margin: 10px 0 5px 0;
  }
}
.product-details .related .content .now-slick-product .item .item-cont .cont-text .text {
  padding-right: 30px;
}
.product-details .related .content .now-slick-product .item .item-cont .cont-text .text p {
  color: #8C8C8C;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: -0.36px;
}
@media (max-width: 1560px) {
  .product-details .related .content .now-slick-product .item .item-cont .cont-text .text p {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .product-details .related .content .now-slick-product .item .item-cont .cont-text .text p {
    font-size: 14px;
    line-height: 18px;
  }
}
.product-details .related .content .now-slick-product .item .item-cont .cont-text .units {
  margin-top: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
}
.product-details .related .content .now-slick-product .item .item-cont .cont-text .units span{
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .product-details .related .content .now-slick-product .item .item-cont .cont-text .units {
    font-size: 14px;
  }
}
.product-details .related .content .now-slick-product .item .item-cont .cont-text .units b {
  margin: 0 8px;
}
.product-details .details-inquire {
  margin-top: 120px;
  margin-bottom: 150px;
}
@media (max-width: 1400px) {
  .product-details .details-inquire {
    margin-top: 60px;
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .product-details .details-inquire {
    margin-top: 40px;
    margin-bottom: 70px;
  }
}
.product-details .details-inquire .message {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .product-details .details-inquire .message {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .product-details .details-inquire .message {
    margin-top: 20px;
  }
}
.product-details .details-inquire .message .now-title {
  margin-top: 20px;
}
.product-details .details-inquire .message .now-title input {
  width: 100%;
  background: #0C3E30;
  padding: 15px 30px;
  border: none;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
}
.product-details .details-inquire .message .now-title input::placeholder {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .product-details .details-inquire .message .now-title input {
    padding: 10px 14px;
  }
}
@media (max-width: 767px) {
  .product-details .details-inquire .message .now-title input {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.product-details .details-inquire .message .formbox .row {
  margin: 0 -10px;
}
.product-details .details-inquire .message .formbox li {
  margin-top: 20px;
  padding: 0 10px;
  list-style: none;
}
@media (max-width: 1199px) {
  .product-details .details-inquire .message .formbox li {
    margin-top: 10px;
  }
}
.product-details .details-inquire .message .formbox .group {
  position: relative;
}
.product-details .details-inquire .message .formbox .group input {
  width: 100%;
  border-radius: 4px;
  background: #F3F3F3;
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  /* 14px */
  padding: 15px 30px;
  outline: none;
  border: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 991px) {
  .product-details .details-inquire .message .formbox .group input {
    padding: 12px 14px;
  }
}
.product-details .details-inquire .message .formbox .group input::placeholder {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  /* 14px */
}
@media (max-width: 575px) {
  .product-details .details-inquire .message .formbox .group input {
    padding: 15px 20px;
  }
}
.product-details .details-inquire .message .formbox .group input:focus label {
  display: none;
}
.product-details .details-inquire .message .formbox .group input:focus::placeholder {
  color: #999;
}
.product-details .details-inquire .message .formbox .group textarea {
  width: 100%;
  border-radius: 4px;
  background: #F3F3F3;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  /* 14px */
  padding: 15px 30px;
  outline: none;
  border: none;
  height: 200px;
}
@media (max-width: 991px) {
  .product-details .details-inquire .message .formbox .group textarea {
    padding: 12px 14px;
    height: auto;
  }
}
@media (max-width: 575px) {
  .product-details .details-inquire .message .formbox .group textarea {
    padding: 15px 20px;
  }
}
.product-details .details-inquire .message .formbox .group textarea::placeholder {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}
.product-details .details-inquire .message .formbox .group textarea:focus label {
  display: none;
}
.product-details .details-inquire .message .formbox .group textarea:focus::placeholder {
  color: #999;
}
.product-details .details-inquire .message .formbox .group label {
  position: absolute;
  top: 18px;
  left: 20px;
  color: #666;
  font-size: 14px;
  /* 128.571% */
  pointer-events: none;
  /* 确保label不会干扰输入 */
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}
.product-details .details-inquire .message .func {
  margin-top: 60px;
}
@media (max-width: 1560px) {
  .product-details .details-inquire .message .func {
    margin-top: 40px;
  }
}
@media (max-width: 1400px) {
  .product-details .details-inquire .message .func {
    margin-top: 30px;
  }
}
.product-details .details-inquire .message .func .submit-group {
  display: flex;
  justify-content: flex-end;
}
.product-details .details-inquire .message .func button {
  padding: 10px 80px;
  align-items: center;
  border-radius: 100px;
  background: #0C3E30;
  transition: all 0.3s;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  /* 100% */
}
@media (max-width: 991px) {
  .product-details .details-inquire .message .func button {
    padding: 5px 50px;
    font-size: 14px;
  }
}
.product-details .details-inquire .message .func button:hover {
  background: #000;
}
.about-banner img {
  width: 100%;
}
.about-story {
  padding: 150px 0 170px 0;
}
@media (max-width: 1760px) {
  .about-story {
    padding: 90px 0 110px 0;
  }
}
@media (max-width: 1400px) {
  .about-story {
    padding: 50px 0 70px 0;
  }
}
@media (max-width: 991px) {
  .about-story {
    padding: 40px 0 60px 0;
  }
}
.about-story .box {
  width: 58%;
  margin: 0 auto;
}
@media (max-width: 1560px) {
  .about-story .box {
    width: 65%;
  }
}
@media (max-width: 1199px) {
  .about-story .box {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .about-story .box {
    width: 100%;
  }
}
.about-story .box .text {
  margin-top: 50px;
}
@media (max-width: 1560px) {
  .about-story .box .text {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .about-story .box .text {
    margin-top: 10px;
  }
}
.about-story .box .text p {
  color: #8C8C8C;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  /* 145.455% */
}
@media (max-width: 1560px) {
  .about-story .box .text p {
    font-size: 19px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .about-story .box .text p {
    font-size: 16px;
  }
}
.about-prefab {
  background: #F4F4F4;
  padding: 95px 0 40px 0;
}
@media (max-width: 1560px) {
  .about-prefab {
    padding: 60px 0 40px 0;
  }
}
@media (max-width: 991px) {
  .about-prefab {
    padding: 40px 0;
  }
}
.about-prefab .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .about-prefab .box {
    flex-wrap: wrap;
  }
}
.about-prefab .box .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 90px;
}
@media (max-width: 1400px) {
  .about-prefab .box .left {
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .about-prefab .box .left {
    width: 100%;
    padding-right: 0;
  }
}
.about-prefab .box .left .index-title {
  width: 95%;
}
.about-prefab .box .left .content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .about-prefab .box .left .content {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .about-prefab .box .left .content {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .about-prefab .box .left .content {
    margin-top: 15px;
  }
}
.about-prefab .box .left .content .video {
  width: 40%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .about-prefab .box .left .content .video {
    width: 100%;
  }
}
.about-prefab .box .left .content .video img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
@keyframes videoan1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(3.5);
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
}
.about-prefab .box .left .content .video .play {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
}
.about-prefab .box .left .content .video .play::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: videoan1 3s linear infinite;
  animation: videoan1 3s linear infinite;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 12;
}
.about-prefab .box .left .content .video .play::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: videoan1 3s linear infinite 1s;
  animation: videoan1 3s linear infinite 1s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 12;
}
.about-prefab .box .left .content .video .play span {
  line-height: 60px;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 50%;
  z-index: 13;
}
.about-prefab .box .left .content .video .play span .iconfont {
  font-size: 20px;
  color: #0C3E30;
  display: inline-block;
}
@media (max-width: 1760px) {
  .about-prefab .box .left .content .video .play {
    top: 40%;
  }
}
@media (max-width: 1400px) {
  .about-prefab .box .left .content .video .play {
    top: 32%;
  }
}
@media (max-width: 1199px) {
  .about-prefab .box .left .content .video .play {
    top: 50%;
  }
}
@media (max-width: 991px) {
  .about-prefab .box .left .content .video .play {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .about-prefab .box .left .content .video .play {
    width: 30px;
    height: 30px;
  }
}
.about-prefab .box .left .content .text {
  width: 50%;
}
@media (max-width: 1199px) {
  .about-prefab .box .left .content .text {
    width: 56%;
  }
}
@media (max-width: 991px) {
  .about-prefab .box .left .content .text {
    width: 100%;
    margin-top: 20px;
  }
}
.about-prefab .box .left .content .text p {
  color: #8C8C8C;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: -0.54px;
}
@media (max-width: 991px) {
  .about-prefab .box .left .content .text p {
    font-size: 16px;
  }
}
.about-prefab .box .right {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199px) {
  .about-prefab .box .right {
    width: 100%;
    margin-top: 30px;
  }
}
.about-prefab .box .right img {
  width: 100%;
  border-radius: 20px;
  height: auto;
}
.about-prefab .box .right .cont-box {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.about-prefab .box .right .cont-box .item {
  width: 230px;
  padding: 20px;
  margin-top: 12px;
  background-color: #FFFFFF4D;
  border-radius: 20px;
  transition: all 0.5s;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about-prefab .box .right .cont-box .item {
    background-color: #0C3E30;
  }
}
@media (max-width: 575px) {
  .about-prefab .box .right .cont-box .item {
    padding: 10px 20px;
  }
}
.about-prefab .box .right .cont-box .item:hover {
  background-color: #0C3E30;
}
.about-prefab .box .right .cont-box .item .cont {
  color: #FFF;
  font-size: 50px;
  font-weight: 600;
  /* 108% */
  letter-spacing: -0.25px;
  margin-top: -15px;
}
@media (max-width: 991px) {
  .about-prefab .box .right .cont-box .item .cont {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .about-prefab .box .right .cont-box .item .cont {
    font-size: 25px;
    margin-top: 0;
  }
}
.about-prefab .box .right .cont-box .item .text {
  margin-top: 8px;
}
.about-prefab .box .right .cont-box .item .text p {
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: -0.54px;
}
@media (max-width: 991px) {
  .about-prefab .box .right .cont-box .item .text p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .about-prefab .box .right .cont-box .item .text p {
    font-size: 14px;
  }
}
.about-life {
  padding: 120px 0 160px 0;
}
@media (max-width: 1400px) {
  .about-life {
    padding: 60px 0;
  }
}
.about-life .box {
  display: flex;
  justify-content: center;
}
.about-life .box .cont-box {
  display: flex;
  width: 70%;
}
@media (max-width: 1760px) {
  .about-life .box .cont-box {
    width: 85%;
  }
}
@media (max-width: 1199px) {
  .about-life .box .cont-box {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .about-life .box .cont-box {
    flex-wrap: wrap;
  }
}
.about-life .box .left {
  width: 280px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about-life .box .left {
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .about-life .box .left {
    width: 100%;
  }
}
.about-life .box .left img {
  width: 100%;
  height: auto;
}
.about-life .box .right {
  width: calc(100% - 380px);
  margin-left: auto;
}
@media (max-width: 1400px) {
  .about-life .box .right {
    width: calc(100% - 330px);
  }
}
@media (max-width: 991px) {
  .about-life .box .right {
    width: 100%;
    margin-top: 20px;
  }
}
.about-life .box .right .index-title h2 span {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .about-life .box .right .index-title h2 span {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .about-life .box .right .index-title h2 span {
    margin-top: 10px;
  }
}
.about-life .box .right .index-title p {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .about-life .box .right .index-title p {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .about-life .box .right .index-title p {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .about-life .box .right .index-title p {
    margin-top: 5px;
  }
}
.about-life .box-slick {
  margin-top: 130px;
  position: relative;
}
@media (max-width: 1560px) {
  .about-life .box-slick {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .about-life .box-slick {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .about-life .box-slick {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .about-life .box-slick {
    margin-top: 30px;
  }
}
.about-life .box-slick .prev-next {
  position: absolute;
  width: 24px;
  bottom: 70px;
  right: 120px;
}
@media (max-width: 767px) {
  .about-life .box-slick .prev-next {
    right: 70px;
    bottom: 44px;
  }
}
.about-life .box-slick .prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 18px;
  font-weight: bold;
  display: block;
  content: '\e638';
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 100px;
  border: 1px solid #FFF;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .about-life .box-slick .prev-next .slick-prev:before {
    width: 35px;
    height: 35px;
    line-height: 33px;
  }
}
.about-life .box-slick .prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 18px;
  font-weight: bold;
  display: block;
  content: '\e638';
  line-height: 100%;
  color: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #FFF;
  border-radius: 100px;
  line-height: 38px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .about-life .box-slick .prev-next .slick-next:before {
    width: 35px;
    height: 35px;
    line-height: 33px;
  }
}
.about-life .box-slick .prev-next .slick-prev,
.about-life .box-slick .prev-next .slick-next {
  z-index: 1;
  text-align: center;
  transition: all 0.3s ease;
}
.about-life .box-slick .prev-next .slick-next:hover::before {
  color: #000;
  background-color: #fff;
}
.about-life .box-slick .prev-next .slick-prev:hover::before {
  color: #000;
  background-color: #fff;
}
.about-life .box-slick .item {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about-life .box-slick .item {
    border-radius: 10px;
  }
}
.about-life .box-slick .item .img-box {
  padding-bottom: calc(560 / 1700 * 100%);
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about-life .box-slick .item .img-box {
    border-radius: 10px;
  }
}
.about-life .box-slick .item .img-box img {
  width: 100%;
}
.about-life .life-text {
  padding: 130px 0 0 0;
  width: 45%;
  margin: 0 auto;
}
@media (max-width: 1560px) {
  .about-life .life-text {
    padding: 60px 0 0 0;
    width: 65%;
  }
}
@media (max-width: 1400px) {
  .about-life .life-text {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .about-life .life-text {
    padding: 40px 0 0 0;
    width: 95%;
  }
}
@media (max-width: 767px) {
  .about-life .life-text {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 575px) {
  .about-life .life-text {
    padding: 30px 0 0 0;
  }
}
.about-life .life-text p {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  /* 145.455% */
  letter-spacing: 0.44px;
}
@media (max-width: 1199px) {
  .about-life .life-text p {
    font-size: 19px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .about-life .life-text p {
    font-size: 16px;
  }
}
.project-banner-box .banner2 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .project-banner-box .banner2 {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .project-banner-box .banner2 {
    width: 100%;
  }
}
.project-banner-box .banner2 .swiper-slide {
  overflow: hidden;
}
.project-banner-box .banner2 a {
  display: block;
}
.project-banner-box .banner2 img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .project-banner-box .banner2 img {
    width: 100%;
  }
}
.project-banner-box .banner2 .banner2-text {
  position: absolute;
  z-index: 30;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .project-banner-box .banner2 .banner2-text {
    bottom: 20px;
  }
}
@media (max-width: 575px) {
  .project-banner-box .banner2 .banner2-text {
    bottom: 5px;
    flex-wrap: wrap;
  }
}
.project-banner-box .banner2 .banner2-text .left {
  width: 27%;
}
@media (max-width: 1460px) {
  .project-banner-box .banner2 .banner2-text .left {
    width: 36%;
  }
}
@media (max-width: 1199px) {
  .project-banner-box .banner2 .banner2-text .left {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .project-banner-box .banner2 .banner2-text .left {
    width: 60%;
  }
}
.project-banner-box .banner2 .banner2-text .left p {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  letter-spacing: -0.4px;
}
@media (max-width: 991px) {
  .project-banner-box .banner2 .banner2-text .left p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .project-banner-box .banner2 .banner2-text .left p {
    font-size: 14px;
  }
}
.project-banner-box .banner2 .banner2-text .right .title {
  color: #FFF;
  text-align: right;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 27px */
  letter-spacing: -0.36px;
}
@media (max-width: 991px) {
  .project-banner-box .banner2 .banner2-text .right .title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .project-banner-box .banner2 .banner2-text .right .title {
    font-size: 14px;
  }
}
.project-banner-box .banner2 .banner2-text .right .text {
  margin-top: 8px;
}
@media (max-width: 557px) {
  .project-banner-box .banner2 .banner2-text .right .text {
    margin-top: 4px;
  }
}
.project-banner-box .banner2 .banner2-text .right .text p {
  color: #FFF;
  text-align: right;
  /* Regular/Text5 */
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .project-banner-box .banner2 .banner2-text .right .text p {
    font-size: 14px;
  }
}
.project-banner-box .banner2 .swiper-pagination-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-end;
  bottom: 180px;
  z-index: 30;
  width: 100%;
}
@media (max-width: 1199px) {
  .project-banner-box .banner2 .swiper-pagination-box {
    bottom: 130px;
  }
}
@media (max-width: 575px) {
  .project-banner-box .banner2 .swiper-pagination-box {
    bottom: 110px;
  }
}
@media (max-width: 380px) {
  .project-banner-box .banner2 .swiper-pagination-box {
    top: 40%;
  }
}
.project-banner-box .banner2 .swiper-pagination-box .banner-button-prev {
  transform: rotate(0);
  margin-right: 12px;
}
.project-banner-box .banner2 .swiper-pagination-box .banner-button-next {
  transform: rotate(180deg);
}
.project-banner-box .banner2 .swiper-pagination-box .banner-button-next,
.project-banner-box .banner2 .swiper-pagination-box .banner-button-prev {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #FFF;
  line-height: 40px;
  border-radius: 999px;
  border: 1px solid #FFF;
  transition: all 0.3s ease;
  position: static;
}
.project-banner-box .banner2 .swiper-pagination-box .banner-button-next:hover,
.project-banner-box .banner2 .swiper-pagination-box .banner-button-prev:hover {
  background-color: #FFF;
  color: #0C3E30;
}
@media (max-width: 575px) {
  .project-banner-box .banner2 .swiper-pagination-box .banner-button-next,
  .project-banner-box .banner2 .swiper-pagination-box .banner-button-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .project-banner-box .banner2 .swiper-pagination-box .banner-button-next .iconfont,
  .project-banner-box .banner2 .swiper-pagination-box .banner-button-prev .iconfont {
    font-size: 14px;
  }
}
.project {
  padding: 100px 0;
}
@media (max-width: 1560px) {
  .project {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .project {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .project {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .project {
    padding: 30px 0;
  }
}
.project .box .row-box {
  margin: 0 -20px;
  margin-top: -70px;
}
@media (max-width: 1560px) {
  .project .box .row-box {
    margin-top: -40px;
  }
}
@media (max-width: 1199px) {
  .project .box .row-box {
    margin: 0 -15px;
    margin-top: -25px;
  }
}
.project .box .row-box .col-box {
  padding: 0 20px;
  margin-top: 70px;
}
@media (max-width: 1560px) {
  .project .box .row-box .col-box {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .project .box .row-box .col-box {
    margin-top: 25px;
    padding: 0 15px;
  }
}
.project .box .row-box .col-box .item:hover .img-box img {
  transform: scale(1.05);
}
.project .box .row-box .col-box .item .img-box {
  padding-bottom: calc(400 / 540 * 100%);
  overflow: hidden;
  border-radius: 20px;
}
.project .box .row-box .col-box .item .img-box img {
  width: 100%;
  transition: all 0.3s;
}
.project .box .row-box .col-box .item .title {
  display: block;
  margin: 22px 0 10px 0;
  color: #000;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .project .box .row-box .col-box .item .title {
    font-size: 19px;
    margin: 10px 0 5px 0;
  }
}
.project .box .row-box .col-box .item .date {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.faq-banner img {
  width: 100%;
}
.faq {
  padding: 140px 0 240px 0;
}
@media (max-width: 1560px) {
  .faq {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .faq {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .faq {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .faq {
    padding: 30px 0;
  }
}
.faq .index-title p {
  margin-top: 20px;
  color: #878787;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  /* 25.2px */
  letter-spacing: -0.9px;
}
.faq .left-box {
  display: flex;
  justify-content: flex-end;
  margin-top: 90px;
}
@media (max-width: 1560px) {
  .faq .left-box {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .faq .left-box {
    margin-top: 30px;
  }
}
.faq .left-box .left {
  width: 75%;
}
@media (max-width: 1199px) {
  .faq .left-box .left {
    width: 85%;
  }
}
@media (max-width: 991px) {
  .faq .left-box .left {
    width: 100%;
  }
}
.faq .left-box .left .asked-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq .left-box .left .asked-ul li {
  display: block;
  cursor: pointer;
  padding: 24px 0;
  border-bottom: 1px solid #EDEDED;
}
.faq .left-box .left .asked-ul li .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq .left-box .left .asked-ul li .cont::after {
  font-family: 'iconfont' !important;
  content: "\e727";
  font-size: 16px;
  color: #000000;
  display: inline-block;
  text-align: center;
}
.faq .left-box .left .asked-ul li .cont p {
  color: #101010;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  /* 33.6px */
  letter-spacing: -0.96px;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .faq .left-box .left .asked-ul li .cont p {
    font-size: 16px;
  }
}
.faq .left-box .left .asked-ul li .text-box {
  display: none;
  padding-top: 10px;
  position: relative;
}
.faq .left-box .left .asked-ul li .text-box p {
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}
@media (max-width: 991px) {
  .faq .left-box .left .asked-ul li .text-box p {
    font-size: 14px;
  }
}
.faq .left-box .left .asked-ul li.on .cont span {
  transform: rotate(135deg);
}
.faq .left-box .left .asked-ul li.current .cont::after {
  content: '\e729';
}
.faq .left-box .left .pagination {
  justify-content: flex-end;
}
.news {
  padding: 100px 0 160px 0;
}
@media (max-width: 1560px) {
  .news {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .news {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .news {
    padding: 30px 0;
  }
}
.news .index-title h2 {
  justify-content: center;
}
.news .index-title h2 b {
  margin-left: 50%;
  transform: translateX(-50%);
}
.news .index-title h2 span {
  display: block;
  text-align: center;
}
.news .index-title p {
  margin-top: 10px;
  color: #8C8C8C;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  /* 28px */
  letter-spacing: -0.4px;
}
@media (max-width: 1199px) {
  .news .index-title p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .news .index-title p {
    font-size: 14px;
  }
}
.news .row-box {
  margin: 0 -15px;
  margin-top: 10px;
}
.news .row-box .col-box {
  padding: 0 15px;
  margin-top: 70px;
}
@media (max-width: 1400px) {
  .news .row-box .col-box {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .news .row-box .col-box {
    margin-top: 20px;
  }
}
.news .row-box .col-box .item:hover .img-box img {
  transform: scale(1.06);
}
.news .row-box .col-box .item:hover .title {
  color: #0C3E30;
}
.news .row-box .col-box .item .img-box {
  padding-bottom: calc(340 / 550 * 100%);
  overflow: hidden;
  border-radius: 30px;
}
.news .row-box .col-box .item .img-box img {
  width: 100%;
  transition: all 0.3s;
}
.news .row-box .col-box .item .date {
  margin: 30px 0 20px 0;
  color: #000;
  font-size: 14px;
}
@media (max-width: 1560px) {
  .news .row-box .col-box .item .date {
    margin: 18px 0 5px 0;
  }
}
.news .row-box .col-box .item .title {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  /* 136.364% */
  letter-spacing: -0.66px;
  width: 80%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
@media (max-width: 1560px) {
  .news .row-box .col-box .item .title {
    width: 90%;
  }
}
@media (max-width: 1400px) {
  .news .row-box .col-box .item .title {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .news .row-box .col-box .item .title {
    font-size: 16px;
    line-height: 20px;
  }
}
.contact {
  padding: 90px 0 110px 0;
}
@media (max-width: 1560px) {
  .contact {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .contact {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .contact {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .contact {
    padding: 30px 0;
  }
}
.contact .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .contact .box {
    flex-wrap: wrap;
  }
}
.contact .box .left {
  width: 47%;
}
@media (max-width: 991px) {
  .contact .box .left {
    width: 100%;
  }
}
.contact .box .index-title p {
  margin-top: 12px;
}
.contact .box .message {
  width: 100%;
  margin-top: 70px;
}
@media (max-width: 991px) {
  .contact .box .message {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .contact .box .message {
    margin-top: 20px;
  }
}
.contact .box .message .title h2 {
  color: #222;
  font-size: 44px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .contact .box .message .title h2 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .contact .box .message .title h2 {
    font-size: 34px;
  }
}
.contact .box .message .title p {
  color: #666;
  font-size: 18px;
  padding: 24px 0 44px 0;
  line-height: 22px;
}
@media (max-width: 767px) {
  .contact .box .message .title p {
    padding: 0;
    font-size: 16px;
  }
}
.contact .box .message .formbox li {
  margin-top: -5px !important;
  list-style: none;
}
.contact .box .message .formbox .group {
  margin-top: 16px;
  position: relative;
}
.contact .box .message .formbox .group span {
  color: #0D0D12;
  font-size: 14px;
  font-weight: 500;
  /* 21.7px */
  display: block;
  margin-bottom: 10px;
}
.contact .box .message .formbox .group input {
  width: 100%;
  border-radius: 100px;
  color: #8C8C8C;
  box-shadow: none;
  border: none;
  padding: 15px 12px;
  outline: none;
  transition: border-color 0.3s ease;
  background-color: #F4F4F4;
}
@media (max-width: 575px) {
  .contact .box .message .formbox .group input {
    padding: 10px;
  }
}
.contact .box .message .formbox .group input:focus label {
  display: none;
}
.contact .box .message .formbox .group textarea {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  height: 170px;
  color: #8C8C8C;
  box-shadow: none;
  border: none;
  outline: none;
  background-color: #F4F4F4;
}
.contact .box .message .formbox .group label {
  position: absolute;
  top: 18px;
  left: 20px;
  color: #666;
  font-size: 14px;
  /* 128.571% */
  pointer-events: none;
  /* 确保label不会干扰输入 */
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}
.contact .box .message .func {
  margin-top: 12px;
}
.contact .box .message .func button {
  width: 100%;
  padding: 10px 0;
  border-radius: 100px;
  background: #0C3E30;
  color: #FFF;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.contact .box .message .func button::after {
  font-family: "iconfont" !important;
  content: "\e610";
  color: #FFF;
  font-size: 18px;
  margin-left: 12px;
}
.contact .box .message .func button:hover {
  background-color: #000;
}
.contact .box .right {
  width: 47%;
}
@media (max-width: 991px) {
  .contact .box .right {
    width: 100%;
    margin-top: 40px;
  }
}
.contact .box .right img {
  width: 100%;
  height: auto;
}
.contact .box .right .cont {
  margin-top: 70px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .contact .box .right .cont {
    margin-top: 40px;
  }
}
.contact .box .right .cont .item {
  width: 75%;
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .contact .box .right .cont .item {
    width: 85%;
  }
}
@media (max-width: 1199px) {
  .contact .box .right .cont .item {
    width: 100%;
  }
}
.contact .box .right .cont .item .iconfont {
  display: block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 100px;
  background-color: #0C3E30;
  color: #FFF;
  font-size: 24px;
  margin-right: 30px;
}
.contact .box .right .cont .item p {
  width: calc(100% - 44px - 30px);
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 160% */
}
@media (max-width: 1400px) {
  .contact .box .right .cont .item p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .contact .box .right .cont .item p {
    font-size: 14px;
    line-height: 20px;
  }
}
.sitmap {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .sitmap {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .sitmap {
    padding: 30px 0;
  }
}
.sitmap h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 991px) {
  .sitmap h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .sitmap h2 {
    font-size: 24px;
  }
}
.sitmap ul {
  list-style: none;
}
.sitmap ul li {
  margin-top: 20px;
}
.sitmap ul li:hover a {
  text-decoration: underline;
  color: white;
  background-color: #0C3E30;
}
.sitmap ul li:hover ul {
  margin-top: 20px;
}
.sitmap ul li:hover ul li a {
  color: #666;
  text-decoration: none;
  background-color: white;
}
.sitmap ul li:hover ul li ul li a {
  color: #ccc;
  text-decoration: none;
  background-color: white;
}
.sitmap ul li:hover .ul-block {
  opacity: 1;
  max-height: 100%;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
.sitmap ul li a {
  border: 1px solid #666;
  width: 260px;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  transition: color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 991px) {
  .sitmap ul li a {
    font-size: 16px;
  }
}
.sitmap ul li .ul-block {
  opacity: 1;
  max-height: 100%;
}
.sitmap ul li ul {
  margin-top: 20px;
  padding: 0;
  overflow: hidden;
}
.sitmap ul li ul li {
  margin: 0;
  padding: 0;
  border: none !important;
  margin-bottom: 10px;
}
.sitmap ul li ul li:hover a {
  color: #000;
  text-decoration: underline;
}
.sitmap ul li ul li a {
  font-size: 16px;
  line-height: 30px;
  display: block;
  padding: 0;
  text-transform: capitalize;
  color: #666;
  transition: color 0.3s ease;
  border: none;
}
@media (max-width: 991px) {
  .sitmap ul li ul li a {
    font-size: 14px;
  }
}
.sitmap ul li ul li ul {
  display: flex !important;
  flex-wrap: wrap;
  margin-top: 0px !important;
}
.sitmap ul li ul li ul li {
  border: none !important;
  margin-top: 10px;
  display: inline-block;
}
.sitmap ul li ul li ul li:hover a {
  color: #000;
  text-decoration: underline;
}
.sitmap ul li ul li ul li a {
  color: #1e382b;
  font-size: 16px;
  display: block;
  padding: 0;
  transition: color 0.3s ease;
  padding-left: 10px;
  border: none;
}
.privalcy {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .privalcy {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .privalcy {
    padding: 30px 0;
  }
}
.privalcy h2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
}
@media (max-width: 991px) {
  .privalcy h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .privalcy h2 {
    font-size: 24px;
  }
}
.privalcy .content p {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
}
@media (max-width: 767px) {
  .privalcy .content p {
    font-size: 14px;
  }
}
nav {
  text-align: center;
}
a {
  text-decoration: none;
}
.pagination {
  display: flex;
  justify-content: flex-start;
  padding: 120px 0 0 0;
}
@media (max-width: 1199px) {
  .pagination {
    padding: 30px 0 0px 0;
  }
}
.pagination li {
  display: flex;
  align-items: center;
  margin: 0px 10px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .pagination li {
    margin: 0 4px;
  }
}
.pagination li.prev a,
.pagination li.next a {
  color: #8C8C8C;
}
.pagination li.prev a:before,
.pagination li.next a:before {
  font-family: 'iconfont' !important;
  font-size: 20px;
  display: block;
  content: '\e638';
  color: #D9D9D9;
  border: 1px solid #D9D9D9;
  text-align: center;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .pagination li.prev a:before,
  .pagination li.next a:before {
    font-size: 14px;
    line-height: 28px;
    width: 28px;
    height: 28px;
  }
}
.pagination li.prev a:hover:before,
.pagination li.next a:hover:before {
  color: white;
  background-color: #0C3E30;
}
.pagination li.prev a:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination li a {
  font-size: 16px;
  display: block;
  padding: 0;
  color: #8C8C8C;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
}
@media (max-width: 767px) {
  .pagination li a {
    font-size: 14px;
    line-height: 28px;
    width: 28px;
    height: 28px;
  }
}
.pagination li a span {
  border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #0C3E30 !important;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #0C3E30;
}
.newsdetails {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .newsdetails {
    margin-top: 20px;
  }
}
.newsdetails .title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 575px) {
  .newsdetails .title h2 {
    font-size: 20px;
  }
}
.newsdetails .title p {
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-top: 30px;
  color: #0C3E30;
}
@media (max-width: 767px) {
  .newsdetails .title p {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .newsdetails .title p {
    font-size: 16px;
  }
}
.newsdetails .cont {
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  .newsdetails .cont {
    margin-top: 0;
  }
}
.newsdetails .cont .table-box {
  overflow-x: auto;
}
.newsdetails .cont table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #000;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .newsdetails .cont table {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .newsdetails .cont table {
    margin-top: 10px;
  }
}
.newsdetails .cont table tr:nth-child(even) td {
  background-color: #f2f2f2;
}
.newsdetails .cont table tr td {
  border: 1px solid #000;
  padding: 10px 15px;
}
.newsdetails .cont ul {
  margin-top: 10px;
  list-style: none;
}
.newsdetails .cont ul li {
  list-style: disc !important;
  margin: 5px 0;
  margin-left: 15px;
}
.newsdetails .cont p {
  font-size: 16px;
  line-height: 1.875;
  margin: 0;
  color: #666;
}
@media (max-width: 575px) {
  .newsdetails .cont p {
    font-size: 14px;
  }
}
.newsdetails .auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.newsdetails .auto-adjust-img p.contains-pictures {
  padding: 0;
  margin: 0 -5px !important;
  font-size: 0 !important;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .newsdetails .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.newsdetails .auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
.newsdetails .share {
  align-items: center;
  margin-top: 30px;
}
.newsdetails .share a {
  margin-left: 10px;
}
.newsdetails .relate-details {
  font-size: 0;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .newsdetails .relate-details {
    margin-top: 40px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .newsdetails .relate-details {
    margin-top: 0;
  }
}
.newsdetails .relate-details ul li {
  margin-top: 10px;
  list-style: none;
}
.newsdetails .relate-details a {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  height: 36px;
  padding-left: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  vertical-align: middle;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
  .newsdetails .relate-details a {
    font-size: 14px;
  }
}
.newsdetails .relate-details a:before {
  font-family: 'iconfont' !important;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  content: '\e638';
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #999;
}
.newsdetails .relate-details a:hover {
  color: #0C3E30;
}
.newsdetails .relate-details a:hover:before {
  color: #fff;
  background-color: #0C3E30;
}
.newsdetails .relate-details .prev a:before {
  content: '\e638';
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.now-bottom {
  padding: 20px 0 40px 0;
}
@media (max-width: 991px) {
  .now-bottom {
    padding: 0;
  }
}
.now-bottom .now-title {
  margin-top: 20px;
}
.now-bottom .now-title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 575px) {
  .now-bottom .now-title h2 {
    font-size: 20px;
  }
}
.now-bottom .now-title input {
  width: 100%;
  font-size: 18px;
  background-color: #0C3E30;
  border-radius: 10px;
  padding: 10px;
  color: white;
  border: none;
}
.now-bottom .contactus-right {
  background-color: #FFF;
  width: 100%;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1470px) {
  .now-bottom .contactus-right {
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .now-bottom .contactus-right {
    margin-top: 0;
  }
}
.now-bottom .contactus-right .message {
  width: 100%;
}
.now-bottom .contactus-right .message .title h2 {
  color: #222;
  font-size: 44px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .now-bottom .contactus-right .message .title h2 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .now-bottom .contactus-right .message .title h2 {
    font-size: 34px;
  }
}
.now-bottom .contactus-right .message .title p {
  color: #666;
  font-size: 18px;
  padding: 24px 0 44px 0;
  line-height: 22px;
}
@media (max-width: 767px) {
  .now-bottom .contactus-right .message .title p {
    padding: 0;
    font-size: 16px;
  }
}
.now-bottom .contactus-right .message .formbox li {
  margin-top: -5px !important;
  list-style: none;
}
.now-bottom .contactus-right .message .formbox .group {
  margin-top: 14px;
  position: relative;
}
.now-bottom .contactus-right .message .formbox .group input {
  width: 100%;
  border-radius: 6px;
  background: #FFF;
  box-shadow: none;
  border: none;
  padding: 20px;
  outline: none;
  transition: border-color 0.3s ease;
  background-color: #FAFAFA;
}
@media (max-width: 575px) {
  .now-bottom .contactus-right .message .formbox .group input {
    padding: 10px;
  }
}
.now-bottom .contactus-right .message .formbox .group input:focus label {
  display: none;
}
.now-bottom .contactus-right .message .formbox .group textarea {
  width: 100%;
  padding: 20px 18px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: none;
  border: none;
  outline: none;
  background-color: #FAFAFA;
}
.now-bottom .contactus-right .message .formbox .group label {
  position: absolute;
  top: 18px;
  left: 20px;
  color: #666;
  font-size: 14px;
  /* 128.571% */
  pointer-events: none;
  /* 确保label不会干扰输入 */
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}
.now-bottom .contactus-right .message .func {
  margin-top: 60px;
}
@media (max-width: 575px) {
  .now-bottom .contactus-right .message .func {
    margin: 26px 0;
  }
}
.now-bottom .contactus-right .message .func button {
  width: 160px;
  height: 45px;
  border-radius: 4px;
  background: #000;
  color: #FFF;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.now-bottom .contactus-right .message .func button:hover {
  background-color: #0C3E30;
}
.inquiry-wrap a {
  color: #666;
  text-decoration: none;
}
.inquiry-wrap .size-list-box {
  padding-right: 15px;
}
.inquiry-wrap .size-list-box span {
  color: #fff;
  background-color: #0C3E30;
  border-color: #0C3E30;
}
.inquiry-wrap .inquiry-box .details-tit {
  padding-top: 5px;
}
.inquiry-wrap .iq-title,
.inquiry-wrap .list > li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  text-align: center;
  padding-left: 60px;
  padding-right: 45px;
}
@media (max-width: 991px) {
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list > li {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list > li {
    padding-left: 2%;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .inquiry-wrap .iq-title {
    margin-top: 20px;
  }
}
.inquiry-wrap .iq-title {
  overflow: hidden;
  background-color: #0C3E30;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: 40px;
}
.inquiry-wrap .iq-title .th {
  border: none;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.inquiry-wrap .iq-title .th.qty-box {
  text-align: center;
}
.inquiry-wrap .iq-title .th.introduce-box {
  padding-left: 50px;
}
.inquiry-wrap .iq-title .th span {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .inquiry-wrap .iq-title .th.check-box label.replace:after {
    display: block;
  }
}
@media (max-width: 1199px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(55%);
    width: calc(100% - 45px);
    padding-left: 0;
  }
}
.inquiry-wrap .iq-title .pic-box {
  text-align: center;
  padding: 11px 0;
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title .check-box {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title .del-box {
    opacity: 0;
    width: 30px;
  }
}
.inquiry-wrap .inquiry-box {
  width: 100%;
  border: none;
  font-size: 18px;
}
.inquiry-wrap .inquiry-box .details-tit {
  margin-top: 0;
}
@media (max-width: 991px) {
  .inquiry-wrap .inquiry-box {
    font-size: 16px;
  }
}
.inquiry-wrap .inquiry-box label {
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0;
}
.inquiry-wrap .inquiry-box label:before {
  background-color: #e6e6e6;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-title {
    padding-left: 0px !important;
    text-align: center;
  }
}
.inquiry-wrap .inquiry-box .check-box {
  width: 70px;
  text-align: left;
}
@media (max-width: 576px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 100px;
  }
}
@media (max-width: 576px) and (max-width: 767px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 30px;
  }
}
.inquiry-wrap .inquiry-box .check-box .check-all {
  margin: 0;
}
.inquiry-wrap .inquiry-box .check-box .check-all > label {
  margin-right: 10px;
}
.inquiry-wrap .inquiry-box .check-box .check-all span {
  font-weight: normal;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .check-box .check-all span {
    display: none;
  }
}
.inquiry-wrap .inquiry-box .check-box label.replace {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #fff;
  width: 20px;
  height: 20px;
  line-height: 18px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border: 1px solid #e3e3e3;
}
.inquiry-wrap .inquiry-box .check-box label.replace:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-family: 'iconfont' !important;
  content: '\eaf1';
  opacity: 0;
  color: #000;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .check-box label.replace {
    margin-left: 5px;
    width: 16px;
    height: 16px;
    line-height: 14px;
  }
  .inquiry-wrap .inquiry-box .check-box label.replace:after {
    font-size: 20px;
  }
}
.inquiry-wrap .inquiry-box .check-box label.replace input {
  display: none;
}
.inquiry-wrap .inquiry-box .check-box label.change:after {
  opacity: 1;
}
.inquiry-wrap .inquiry-box .introduce-box {
  text-align: left;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .introduce-box img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .inquiry-wrap .inquiry-box .introduce-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    display: block;
  }
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 48%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 200px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(-20%);
    width: calc(100% - 120px);
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
}
.inquiry-wrap .inquiry-box .introduce-box .pic-box {
  width: 200px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 3px;
}
@media (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 150px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.inquiry-wrap .inquiry-box .introduce-box .intro {
  -webkit-box-flex: 1;
  flex: 1 0 0%;
}
@media only screen and (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 5%;
  }
}
.inquiry-wrap .inquiry-box .introduce-box .name {
  margin: 0 0 5px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: auto;
  font-size: 1em;
}
.inquiry-wrap .inquiry-box .introduce-box .name a {
  text-decoration: none;
  color: #000;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box .name {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box .name {
    font-size: 0.9em;
  }
}
.inquiry-wrap .inquiry-box .introduce-box .name:hover {
  text-decoration: underline;
}
.inquiry-wrap .inquiry-box .introduce-box .name ~ span {
  color: #999;
  margin-left: 15px;
}
.inquiry-wrap .inquiry-box .introduce-box .name ~ span:first-of-type {
  margin-left: 0;
}
.inquiry-wrap .inquiry-box .introduce-box p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box .number-box {
    display: none;
  }
}
.inquiry-wrap .inquiry-box .number-box {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-width: 90px;
}
.inquiry-wrap .inquiry-box .number-box a {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #999999;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.inquiry-wrap .inquiry-box .number-box a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.inquiry-wrap .inquiry-box .number-box a.del1:before {
  content: '\e622';
}
.inquiry-wrap .inquiry-box .number-box a.add1:before {
  content: '\e632';
}
@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .number-box a:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .number-box a {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 12px;
  }
}
.inquiry-wrap .inquiry-box .number-box a.disable {
  cursor: not-allowed;
}
.inquiry-wrap .inquiry-box .number-box .ipt-num {
  float: left;
  width: 40px;
  min-width: 26px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  max-width: 60px;
  color: #333;
  font-size: 16px;
  background: none;
  border: none;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 35px;
    height: 25px;
    line-height: 23px;
  }
}
.inquiry-wrap .inquiry-box .qty-box {
  text-align: center;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .qty-box {
    display: none;
  }
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .qty-box {
    width: 150px;
    text-align: center;
  }
}
.inquiry-wrap .inquiry-box .del-box {
  text-align: center;
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .del-box {
    width: 80px;
  }
}
.inquiry-wrap .inquiry-box .del-box .del:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e8b6';
  color: #787878;
  font-size: 20px;
}
.inquiry-wrap .inquiry-box .del-box .del:hover:before {
  color: #000;
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .del-box .del {
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .del-box .del {
    margin-right: 10px;
  }
  .inquiry-wrap .inquiry-box .del-box .del:before {
    font-size: 18px;
  }
}
.inquiry-wrap .inquiry-box .list {
  border: 1px solid #DD4509;
  border-top: none;
}
.inquiry-wrap .inquiry-box .list > li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #0C3E30;
}
.inquiry-wrap .inquiry-box .list > li:nth-of-type(1) {
  border-top: none;
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .list > li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.inquiry-wrap .inquiry-box .list > li {
  flex-wrap: wrap;
}
.inquiry-wrap .pro-parameter {
  width: 100%;
  text-align: left;
}
@media (min-width: 992px) {
  .inquiry-wrap .pro-parameter {
    display: -webkit-box;
    display: flex;
  }
  .inquiry-wrap .pro-parameter > div {
    -webkit-box-flex: 1;
    flex: 1;
    padding: 0 10px;
  }
}
.inquiry-wrap .parameter-list li:not(.active) {
  display: none;
}
.number-box input {
  -moz-appearance: textfield;
  /* Firefox */
  -webkit-appearance: none;
  /* Chrome, Safari, Edge */
  appearance: none;
}
/* 针对 WebKit 内核浏览器隐藏上下箭头 */
.number-box input::-webkit-inner-spin-button,
.number-box input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.inquiry-wrap .content .inquiry-box {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .inquiry-wrap .content .inquiry-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .content .inquiry-box {
    margin-bottom: 20px;
  }
}
.inquiry-wrap .content .message {
  width: 100%;
  overflow: hidden;
}
.inquiry-wrap .content .message .now-title {
  margin-top: 20px;
}
.inquiry-wrap .content .message .now-title input {
  width: 100%;
  background-color: #0C3E30;
  padding: 12px 20px;
  color: white;
  border: none;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.28px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .inquiry-wrap .content .message .now-title input {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.inquiry-wrap .content .message .formbox li {
  list-style: none;
  margin-top: 16px;
}
.inquiry-wrap .content .message .formbox .group {
  position: relative;
}
.inquiry-wrap .content .message .formbox .group input {
  width: 100%;
  border-radius: 6px;
  background: #FFF;
  border: none;
  padding: 16px 20px;
  outline: none;
  transition: border-color 0.3s ease;
  background-color: #FAFAFA;
}
.inquiry-wrap .content .message .formbox .group input::placeholder {
  color: #444;
}
@media (max-width: 575px) {
  .inquiry-wrap .content .message .formbox .group input {
    padding: 15px 20px;
  }
}
.inquiry-wrap .content .message .formbox .group input:focus label {
  display: none;
}
.inquiry-wrap .content .message .formbox .group input:focus::placeholder {
  color: #999;
}
.inquiry-wrap .content .message .formbox .group textarea {
  width: 100%;
  padding: 20px 18px;
  border-radius: 6px;
  background: #FFF;
  border: none;
  outline: none;
  background-color: #FAFAFA;
}
.inquiry-wrap .content .message .formbox .group textarea::placeholder {
  color: #444;
}
.inquiry-wrap .content .message .formbox .group textarea:focus label {
  display: none;
}
.inquiry-wrap .content .message .formbox .group textarea:focus::placeholder {
  color: #999;
}
.inquiry-wrap .content .message .formbox .group label {
  position: absolute;
  top: 18px;
  left: 20px;
  color: #666;
  font-size: 14px;
  /* 128.571% */
  pointer-events: none;
  /* 确保label不会干扰输入 */
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}
.inquiry-wrap .content .message .func {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .inquiry-wrap .content .message .func {
    margin: 26px 0;
  }
}
.inquiry-wrap .content .message .func .submit-group {
  display: flex;
  justify-content: center;
}
.inquiry-wrap .content .message .func button {
  width: 170px;
  text-align: center;
  padding: 10px 0;
  background: #0C3E30;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inquiry-wrap .content .message .func button:hover {
  background: #1A554B;
}
