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:hover img {
  transform: scale(1.06);
}
.img-box img {
  transition: all 0.4s;
}
.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;
}
.table-box {
  overflow-x: auto;
}
.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: 1780px) {
  .container.con1750 {
    max-width: 1750px;
  }
}
@media (min-width: 1690px) {
  .container.con1660 {
    max-width: 1660px;
  }
}
@font-face {
  font-family: 'ClashDisplay';
  src: url('../fonts/ClashDisplay-Bold.woff2') format('woff2'), url('../fonts/ClashDisplay-Bold.woff') format('woff'), url('../fonts/ClashDisplay-Bold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: 'ClashDisplay';
  src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2'), url('../fonts/ClashDisplay-Medium.woff') format('woff'), url('../fonts/ClashDisplay-Medium.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../fonts/SourceHanSansCN-Heavy-Alphabetic.woff2') format('woff2'), url('../fonts/SourceHanSansCN-Heavy-Alphabetic.woff') format('woff'), url('../fonts/SourceHanSansCN-Heavy-Alphabetic.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 900;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../fonts/SourceHanSansCN-Bold-Alphabetic.woff2') format('woff2'), url('../fonts/SourceHanSansCN-Bold-Alphabetic.woff') format('woff'), url('../fonts/SourceHanSansCN-Bold-Alphabetic.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../fonts/SourceHanSansCN-Medium-Alphabetic.woff2') format('woff2'), url('../fonts/SourceHanSansCN-Medium-Alphabetic.woff') format('woff'), url('../fonts/SourceHanSansCN-Medium-Alphabetic.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: local('SourceHanSansCN Regular Alphabetic '), local('SourceHanSansCN-Regular-Alphabetic'), url('../fonts/SourceHanSansCN-Regular-Alphabetic.woff2') format('woff2'), url('../fonts/SourceHanSansCN-Regular-Alphabetic.woff') format('woff'), url('../fonts/SourceHanSansCN-Regular-Alphabetic.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
body {
  font-family: 'SourceHanSansCN', Arial, Helvetica, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  transition: all 0.3s;
}
.index-padding {
  padding: 88px 0;
}
@media (max-width: 1400px) {
  .index-padding {
    padding: 60px 0;
  }
}
@media (max-width: 1199px) {
  .index-padding {
    padding: 40px 0;
  }
}
.index-title b {
  display: block;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .index-title b {
    font-size: 14px;
  }
}
.index-title h2 {
  margin: 10px 0;
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .index-title h2 {
    font-size: 40px !important;
  }
}
@media (max-width: 1199px) {
  .index-title h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 991px) {
  .index-title h2 {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  .index-title h2 {
    font-size: 24px !important;
  }
}
@media (max-width: 575px) {
  .index-title h2 {
    font-size: 22px !important;
  }
}
.index-title p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  /* 175% */
}
@media (max-width: 767px) {
  .index-title p {
    font-size: 14px;
  }
}
.header.scrolled {
  border: none;
  top: 0;
}
.header.scrolled .box .left {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.header {
  position: fixed;
  top: 30px;
  z-index: 999;
  width: 100%;
  padding: 0;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .header {
    top: 10px;
  }
}
.header .box {
  display: flex;
  justify-content: space-between;
}
.header .box .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  width: 84%;
}
@media (max-width: 1780px) {
  .header .box .left {
    width: 80%;
  }
}
@media (max-width: 1440px) {
  .header .box .left {
    width: 84%;
  }
}
@media (max-width: 991px) {
  .header .box .left {
    width: 77%;
  }
}
@media (max-width: 767px) {
  .header .box .left {
    padding: 0 15px;
    width: calc(100% - 113px);
    margin-right: auto;
    border-radius: 5px;
  }
}
@media (max-width: 575px) {
  .header .box .left {
    width: calc(100% - 97px);
  }
}
.header .box .left .logo {
  width: 220px;
}
@media (max-width: 1780px) {
  .header .box .left .logo {
    width: 170px;
  }
}
@media (max-width: 1560px) {
  .header .box .left .logo {
    width: 150px;
  }
}
@media (max-width: 1400px) {
  .header .box .left .logo {
    width: 125px;
  }
}
@media (max-width: 767px) {
  .header .box .left .logo {
    width: 100px;
  }
}
@media (max-width: 575px) {
  .header .box .left .logo {
    width: 80px;
  }
}
.header .box .left .logo a {
  display: inline-block;
}
.header .box .left .logo a img {
  width: 100%;
}
.header .box .left .nav-car-language {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 1199px) {
  .header .box .left .nav-car-language .header-nav {
    display: none;
  }
}
.header .box .left .nav-car-language .header-nav .nav > ul {
  display: flex;
  margin: 0 -22px;
  list-style: none;
}
.header .box .left .nav-car-language .header-nav .nav > ul > li {
  padding: 5px 0 0 0;
  position: relative;
  height: 100%;
}
.header .box .left .nav-car-language .header-nav .nav > ul > li a {
  display: inline-block;
  padding: 23px 22px;
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1780px) {
  .header .box .left .nav-car-language .header-nav .nav > ul > li a {
    padding: 23px 15px;
  }
}
@media (max-width: 1440px) {
  .header .box .left .nav-car-language .header-nav .nav > ul > li a {
    padding: 17px 15px;
  }
}
@media (max-width: 1400px) {
  .header .box .left .nav-car-language .header-nav .nav > ul > li a {
    padding: 17px 10px;
  }
}
.header .box .left .nav-car-language .header-nav .nav > ul > li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 23px;
  background: url(../img/header-1.png) no-repeat center;
  background-size: auto 100%;
  opacity: 0;
  transition: all 0.5s;
}
.header .box .left .nav-car-language .header-nav .nav > ul > li a:hover::after {
  opacity: 1;
}
.header .box .left .nav-car-language .header-nav .nav > ul > li a.active::after {
  opacity: 1;
}
.header .box .left .nav-car-language .header-nav .nav > ul > li ul {
  position: absolute;
  top: 100%;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  list-style: none;
  background-color: #FFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  border-radius: 5px;
  display: none;
}
.header .box .left .nav-car-language .header-nav .nav > ul > li ul li {
  position: relative;
}
.header .box .left .nav-car-language .header-nav .nav > ul > li ul li a {
  white-space: nowrap;
  padding: 10px 15px;
  transition: all 0.5s;
}
.header .box .left .nav-car-language .header-nav .nav > ul > li ul li a::after {
  display: none;
}
.header .box .left .nav-car-language .header-nav .nav > ul > li ul li a:hover {
  color: #2B9739;
}
.header .box .left .nav-car-language .header-nav .nav > ul > li ul li ul {
  top: 0;
  left: 100%;
  transform: translateX(0);
}
.header .box .left .nav-car-language .car {
  margin: 0 46px 0 85px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1780px) {
  .header .box .left .nav-car-language .car {
    margin: 0 40px 0 50px;
  }
}
@media (max-width: 1400px) {
  .header .box .left .nav-car-language .car {
    margin: 0 20px 0 30px;
  }
}
@media (max-width: 1199px) {
  .header .box .left .nav-car-language .car {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .header .box .left .nav-car-language .car {
    margin-right: 15px;
  }
}
.header .box .left .nav-car-language .car .iconfont {
  font-size: 32px;
  color: #000;
  line-height: 1;
}
@media (max-width: 767px) {
  .header .box .left .nav-car-language .car .iconfont {
    font-size: 25px;
  }
}
.header .box .left .nav-car-language .car span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -5px;
  top: 1px;
  width: 13px;
  height: 13px;
  border-radius: 100px;
  background-color: #389508;
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.header .box .left .nav-car-language .language {
  padding-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header .box .left .nav-car-language .language a {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.9px;
}
.header .box .left .nav-car-language .language a.active {
  display: block;
}
@media (max-width: 767px) {
  .header .box .left .nav-car-language .language a {
    font-size: 16px;
  }
}
.header .box .right {
  padding-left: 7px;
  width: 16%;
}
@media (max-width: 1780px) {
  .header .box .right {
    width: 20%;
  }
}
@media (max-width: 1440px) {
  .header .box .right {
    width: 16%;
  }
}
@media (max-width: 991px) {
  .header .box .right {
    width: 23%;
  }
}
@media (max-width: 767px) {
  .header .box .right {
    width: auto;
    padding-left: 0;
  }
}
.header .box .right a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 26px 40px;
  border-radius: 10px;
  background: #2B9739;
}
@media (max-width: 1440px) {
  .header .box .right a {
    padding: 20px 30px;
  }
}
@media (max-width: 1400px) {
  .header .box .right a {
    padding: 20px 25px;
  }
}
@media (max-width: 1199px) {
  .header .box .right a {
    padding: 15px 16px;
  }
}
@media (max-width: 767px) {
  .header .box .right a {
    width: 106px;
    padding: 10px;
    border-radius: 5px;
  }
}
@media (max-width: 575px) {
  .header .box .right a {
    width: 90px;
    padding: 7px;
  }
}
.header .box .right a span {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 4.16px;
}
@media (max-width: 991px) {
  .header .box .right a span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .header .box .right a span {
    font-size: 14px;
    letter-spacing: 2.5px;
  }
}
.header .box .right a .iconfont {
  margin-left: 11px;
  margin-top: -4px;
  font-size: 20px;
  color: #FFF;
  line-height: 1;
}
@media (max-width: 1400px) {
  .header .box .right a .iconfont {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .header .box .right a .iconfont {
    margin-left: 5px;
    display: none;
  }
}
.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 #2B9739;
  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: #2B9739;
}
.header-serch-box button .iconfont {
  font-size: 20px;
}
.header-serch-box .header-serch-none {
  font-size: 46px;
  cursor: pointer;
  position: fixed;
  top: 5%;
  right: 7%;
  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: #011D36;
  transition: all 0.3s;
}
.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-left: 0;
  }
}
@keyframes scaleAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes headerNav {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-110%);
  }
  100% {
    transform: translateY(0);
  }
}
.banner-box {
  position: relative;
}
.banner-box .banner {
  font-size: 0;
  position: relative;
  z-index: 8;
  clear: both;
  overflow: hidden;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.banner-box .banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  left: 0;
  border-radius: 100px 100px 0 0;
}
@media (max-width: 1199px) {
  .banner-box .banner::after {
    height: 20px;
  }
}
.banner-box .banner img {
  display: block;
  width: 100%;
}
.banner-box .banner .swiper-slide {
  overflow: hidden;
}
.banner-box .banner .item {
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-box .banner .banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-box .banner.hide-arrow .slick-arrow,
.banner-box .banner.hide-arrow {
  display: none !important;
}
.banner-box .banner.hide-video video {
  display: none !important;
}
.banner-box .banner-video-box {
  position: relative;
  display: block;
  padding-bottom: calc(960 / 1920 * 100%);
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.banner-box .banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner-box .banner-video-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-box .banner-video-box .fluid_initial_play {
  background-color: #152c5f !important;
}
.banner-box .banner .mobile-video {
  position: relative;
  display: block;
}
.banner-box .banner .mobile-video:after {
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner-box .banner .mobile-video:before {
  font-size: 50px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  content: '\e644';
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.banner-box .banner .slick-arrow {
  line-height: 80px;
  position: absolute;
  z-index: 9;
  top: -webkit-calc(90%);
  top: calc(50% + 40px);
  left: 3%;
  width: 26px;
  height: 80px;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .banner-box .banner .slick-arrow {
    line-height: 50px;
    height: 50px;
  }
}
.banner-box .banner .slick-arrow:before {
  font-size: 20px;
  content: '\eb60';
}
.banner-box .banner .slick-arrow.slick-next {
  right: 5%;
  left: auto;
}
.banner-box .banner .slick-arrow:hover {
  background-color: rgba(21, 44, 95, 0.7);
}
.swiper-pagination {
  bottom: 45px !important;
  z-index: 66;
  display: block !important;
}
@media (max-width: 575px) {
  .swiper-pagination {
    bottom: 20px !important;
  }
}
.swiper-pagination-bullet-active {
  position: relative;
}
.swiper-pagination-bullet-active::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  content: '';
  top: -105%;
  left: -105%;
  background: url(../img/index-banner-1.png) no-repeat center;
  background-size: cover;
}
/* 定义旋转动画 */
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.swiper-pagination-bullet {
  width: 5.6px !important;
  height: 5.6px !important;
  border-radius: 100px;
  background-color: #FFFFFF;
  margin: 0 12px !important;
  opacity: 1 !important;
}
.index-nav.show {
  right: calc(100% - 100%);
  /* 滑入左侧 */
}
.index-nav {
  position: fixed;
  top: 40%;
  right: 0px;
  z-index: 222;
  padding: 40px 6px;
  background-color: #2B973969;
  border-radius: 100px;
}
@media (max-width: 1199px) {
  .index-nav {
    display: none;
    padding: 30px 6px;
  }
}
@media (max-width: 767px) {
  .index-nav {
    top: 30%;
  }
}
.index-nav .a {
  display: block;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  margin-top: 30px;
  padding: 0 9px;
}
@media (max-width: 1400px) {
  .index-nav .a {
    margin-top: 20px;
  }
}
.index-nav .a:nth-child(1) {
  margin-top: 0;
}
.index-nav .a .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.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: #2B9739;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  font-size: 14px;
  white-space: nowrap;
}
.index-nav .fix-nav-phonenumber p img {
  width: 100px;
  background-color: #FFFFFF;
}
.fix-nav-none {
  display: none;
  position: fixed;
  right: 0;
  color: white;
  bottom: 10%;
  font-size: 40px;
  border: 1px solid #333;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #333;
  text-align: center;
  z-index: 222;
}
@media (max-width: 1199px) {
  .fix-nav-none {
    display: block;
    bottom: 10%;
  }
}
.fix-nav-none.rotated {
  transform: rotate(45deg);
  transition: all 0.5s;
}
.xs-online {
  position: fixed;
  z-index: 222;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
  color: #fff;
  background-color: #2B9739;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: none;
}
.xs-online .imgbbb {
  transform: translateX(-50%) translateY(-120px) !important;
  animation: fadeInUp 0.5s ease forwards;
}
.xs-online .xs-online-wx {
  position: relative;
}
.xs-online .xs-online-wx img {
  position: absolute;
  width: 100px;
  left: 50%;
  background-color: #FFFFFF;
  transform: translateX(-50%) translateY(60px);
  transition: all 0.3 ease;
}
.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;
}
@media (max-width: 767px) {
  .xs-online a {
    font-size: 12px;
  }
}
.xs-online a .iconfont {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .xs-online {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .slick-dots {
    display: none !important;
  }
}
.index-more {
  display: flex;
  justify-content: center;
}
.index-more .more-bgimg {
  display: inline-block;
  padding: 7px;
  background: url(../img/about-more-1.png) no-repeat;
  background-size: auto 100%;
}
.index-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #52C391;
  background-color: #FFF;
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.23);
  padding: 11px 36px;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .index-more a {
    padding: 10px 30px;
  }
}
.index-more a:hover {
  border: 1px solid #52C391;
  background-color: #2B9739;
}
.index-more a:hover span {
  color: #FFF;
}
.index-more a:hover .iconfont {
  color: #2B9739;
}
.index-more a span {
  color: #023D23;
  text-align: center;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 400;
}
@media (max-width: 991px) {
  .index-more a span {
    font-size: 14px;
  }
}
.index-more a .iconfont {
  display: inline-block;
  margin-left: 11px;
  font-size: 14px;
  color: #023D23;
  line-height: 1;
  transition: all 0.5s;
}
.about-product {
  overflow: hidden;
  position: relative;
}
.about-product .ap-bgimg {
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  z-index: 6;
  pointer-events: none;
}
@media (max-width: 2240px) {
  .about-product .ap-bgimg {
    width: 80%;
  }
}
@media (max-width: 2000px) {
  .about-product .ap-bgimg {
    width: 90%;
  }
}
@media (max-width: 1400px) {
  .about-product .ap-bgimg {
    width: 90%;
  }
}
@media (max-width: 1199px) {
  .about-product .ap-bgimg {
    width: 86%;
  }
}
.about-product .ap-bgimg img {
  width: 100%;
  height: auto;
  background: transparent;
}
.about-product .index-about {
  overflow: hidden;
  pointer-events: all;
}
.about-product .index-about .box1 {
  z-index: 3;
  background: url(../img/about-bg-1.jpg) no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  padding-top: 112px;
  padding-bottom: 67px;
}
@media (max-width: 1400px) {
  .about-product .index-about .box1 {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .about-product .index-about .box1 {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .about-product .index-about .box1 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.about-product .index-about .box1 .index-title p {
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .about-product .index-about .box1 .index-title p {
    margin-top: 10px;
  }
}
.about-product .index-about .box1 .index-more {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .about-product .index-about .box1 .index-more {
    margin-top: 20px;
  }
}
.about-product .index-about .box2 {
  position: relative;
  z-index: 7;
  background: url(../img/index-about-1.png) no-repeat;
  background-size: cover;
  padding: 125px 0 150px 0;
}
@media (max-width: 1560px) {
  .about-product .index-about .box2 {
    padding: 100px 0 102px 0;
  }
}
@media (max-width: 1440px) {
  .about-product .index-about .box2 {
    padding: 70px 0 86px 0;
  }
}
@media (max-width: 1199px) {
  .about-product .index-about .box2 {
    padding: 60px 0 60px 0;
  }
}
@media (max-width: 1199px) {
  .about-product .index-about .box2 {
    padding: 80px 0 90px 0;
  }
}
@media (max-width: 767px) {
  .about-product .index-about .box2 {
    padding: 60px 0 90px 0;
    margin-top: 40px;
  }
}
.about-product .index-about .box2 .firm-video {
  position: absolute;
  top: -21%;
  right: 17%;
  z-index: 60;
}
@media (max-width: 2300px) {
  .about-product .index-about .box2 .firm-video {
    right: 16.6%;
  }
}
@media (max-width: 2230px) {
  .about-product .index-about .box2 .firm-video {
    right: 16.5%;
  }
}
@media (max-width: 2140px) {
  .about-product .index-about .box2 .firm-video {
    right: 16.3%;
  }
}
@media (max-width: 2040px) {
  .about-product .index-about .box2 .firm-video {
    right: 16.1%;
  }
}
@media (max-width: 1920px) {
  .about-product .index-about .box2 .firm-video {
    right: 16.5%;
  }
}
@media (max-width: 1890px) {
  .about-product .index-about .box2 .firm-video {
    right: 16%;
  }
}
@media (max-width: 1880px) {
  .about-product .index-about .box2 .firm-video {
    right: 15%;
  }
}
@media (max-width: 1870px) {
  .about-product .index-about .box2 .firm-video {
    right: 15%;
  }
}
@media (max-width: 1860px) {
  .about-product .index-about .box2 .firm-video {
    right: 14%;
  }
}
@media (max-width: 1840px) {
  .about-product .index-about .box2 .firm-video {
    right: 13%;
  }
}
@media (max-width: 1810px) {
  .about-product .index-about .box2 .firm-video {
    right: 12%;
  }
}
@media (max-width: 1770px) {
  .about-product .index-about .box2 .firm-video {
    right: 10%;
  }
}
@media (max-width: 1760px) {
  .about-product .index-about .box2 .firm-video {
    right: 9.4%;
  }
}
@media (max-width: 1740px) {
  .about-product .index-about .box2 .firm-video {
    right: 8.8%;
  }
}
@media (max-width: 1730px) {
  .about-product .index-about .box2 .firm-video {
    right: 7.8%;
  }
}
@media (max-width: 1710px) {
  .about-product .index-about .box2 .firm-video {
    right: 7%;
  }
}
@media (max-width: 1700px) {
  .about-product .index-about .box2 .firm-video {
    right: 6%;
  }
}
@media (max-width: 1690px) {
  .about-product .index-about .box2 .firm-video {
    right: 7%;
  }
}
@media (max-width: 1640px) {
  .about-product .index-about .box2 .firm-video {
    right: 5%;
  }
}
@media (max-width: 1560px) {
  .about-product .index-about .box2 .firm-video {
    right: 10.8%;
    top: -28%;
  }
}
@media (max-width: 1520px) {
  .about-product .index-about .box2 .firm-video {
    right: 8.8%;
    top: -28%;
  }
}
@media (max-width: 1500px) {
  .about-product .index-about .box2 .firm-video {
    right: 8%;
  }
}
@media (max-width: 1470px) {
  .about-product .index-about .box2 .firm-video {
    right: 5.8%;
  }
}
@media (max-width: 1440px) {
  .about-product .index-about .box2 .firm-video {
    right: 16%;
  }
}
@media (max-width: 1440px) {
  .about-product .index-about .box2 .firm-video {
    right: 16%;
  }
}
@media (max-width: 1290px) {
  .about-product .index-about .box2 .firm-video {
    right: 14.8%;
  }
}
@media (max-width: 1280px) {
  .about-product .index-about .box2 .firm-video {
    right: 14.3%;
  }
}
@media (max-width: 1270px) {
  .about-product .index-about .box2 .firm-video {
    right: 13.3%;
  }
}
@media (max-width: 1260px) {
  .about-product .index-about .box2 .firm-video {
    right: 12.8%;
  }
}
@media (max-width: 1250px) {
  .about-product .index-about .box2 .firm-video {
    right: 12%;
  }
}
@media (max-width: 1240px) {
  .about-product .index-about .box2 .firm-video {
    right: 11%;
  }
}
@media (max-width: 1230px) {
  .about-product .index-about .box2 .firm-video {
    right: 10%;
  }
}
@media (max-width: 1220px) {
  .about-product .index-about .box2 .firm-video {
    right: 9.6%;
  }
}
@media (max-width: 1210px) {
  .about-product .index-about .box2 .firm-video {
    right: 9.2%;
  }
}
@media (max-width: 1090px) {
  .about-product .index-about .box2 .firm-video {
    right: 13%;
  }
}
@media (max-width: 1060px) {
  .about-product .index-about .box2 .firm-video {
    right: 10%;
  }
}
.about-product .index-about .box2 .firm-video .video {
  width: 180px;
  height: 180px;
  position: relative;
  text-align: center;
  cursor: pointer;
  background-color: #FFF;
  border-radius: 100px;
}
@media (max-width: 1920px) {
  .about-product .index-about .box2 .firm-video .video {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1440px) {
  .about-product .index-about .box2 .firm-video .video {
    width: 120px;
    height: 120px;
  }
}
.about-product .index-about .box2 .firm-video .video::before {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  animation: rotate 10s linear infinite;
  background: url(../img/firm-2.png) no-repeat center;
  background-size: 100% auto;
  transform: translate(-50%, -50%);
}
.about-product .index-about .box2 .firm-video .video span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
}
.about-product .index-about .box2 .firm-video .video span b {
  display: inline-block;
  margin-right: 4px;
  color: #389508;
  font-family: "ClashDisplay";
  font-size: 22px;
  font-weight: 600;
  line-height: 31.304px;
}
@media (max-width: 1440px) {
  .about-product .index-about .box2 .firm-video .video span b {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .about-product .index-about .box2 .firm-video .video span b {
    font-size: 14px;
  }
}
.about-product .index-about .box2 .firm-video .video span .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #2B9739;
  font-weight: 600;
}
@media (max-width: 767px) {
  .about-product .index-about .box2 .firm-video .video span .iconfont {
    font-size: 14px;
  }
}
.about-product .index-about .box2 .left-bgimg {
  position: absolute;
  left: 0;
  bottom: 6%;
  width: 39%;
  z-index: 2;
}
@media (max-width: 2410px) {
  .about-product .index-about .box2 .left-bgimg {
    bottom: 9%;
  }
}
@media (max-width: 2360px) {
  .about-product .index-about .box2 .left-bgimg {
    bottom: 12%;
  }
}
@media (max-width: 2300px) {
  .about-product .index-about .box2 .left-bgimg {
    bottom: 14%;
  }
}
@media (max-width: 2230px) {
  .about-product .index-about .box2 .left-bgimg {
    bottom: 17%;
  }
}
@media (max-width: 2160px) {
  .about-product .index-about .box2 .left-bgimg {
    bottom: 19%;
  }
}
@media (max-width: 2110px) {
  .about-product .index-about .box2 .left-bgimg {
    bottom: 21%;
  }
}
@media (max-width: 2050px) {
  .about-product .index-about .box2 .left-bgimg {
    bottom: 23%;
  }
}
@media (max-width: 2000px) {
  .about-product .index-about .box2 .left-bgimg {
    bottom: 26%;
  }
}
@media (max-width: 1920px) {
  .about-product .index-about .box2 .left-bgimg {
    bottom: 28%;
    width: 39.6%;
  }
}
@media (max-width: 1830px) {
  .about-product .index-about .box2 .left-bgimg {
    width: 41%;
  }
}
@media (max-width: 1760px) {
  .about-product .index-about .box2 .left-bgimg {
    width: 43%;
  }
}
@media (max-width: 1710px) {
  .about-product .index-about .box2 .left-bgimg {
    width: 44%;
  }
}
@media (max-width: 1690px) {
  .about-product .index-about .box2 .left-bgimg {
    width: 37%;
  }
}
@media (max-width: 1560px) {
  .about-product .index-about .box2 .left-bgimg {
    width: 42%;
  }
}
@media (max-width: 1460px) {
  .about-product .index-about .box2 .left-bgimg {
    width: 44%;
  }
}
@media (max-width: 1440px) {
  .about-product .index-about .box2 .left-bgimg {
    bottom: 23%;
    width: 39%;
  }
}
@media (max-width: 1400px) {
  .about-product .index-about .box2 .left-bgimg {
    bottom: 26%;
  }
}
@media (max-width: 991px) {
  .about-product .index-about .box2 .left-bgimg {
    bottom: 28%;
    width: 48%;
  }
}
.about-product .index-about .box2 .left-bgimg img {
  width: 100%;
  height: auto;
}
.about-product .index-about .box2 .box2-content {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 9;
}
.about-product .index-about .box2 .content {
  width: 74%;
}
@media (max-width: 991px) {
  .about-product .index-about .box2 .content {
    width: 100%;
  }
}
.about-product .index-about .box2 .content .item {
  margin-right: 60px;
}
@media (max-width: 1690px) {
  .about-product .index-about .box2 .content .item {
    margin-right: 40px;
  }
}
@media (max-width: 1199px) {
  .about-product .index-about .box2 .content .item {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .about-product .index-about .box2 .content .item {
    margin-right: 0;
  }
}
.about-product .index-about .box2 .content .item:last-child {
  margin-right: 0;
}
.about-product .index-about .box2 .content .item .date {
  color: #FFF;
  font-size: 48px;
  font-weight: 500;
  font-family: "ClashDisplay";
}
@media (max-width: 1690px) {
  .about-product .index-about .box2 .content .item .date {
    font-size: 40px;
  }
}
@media (max-width: 1440px) {
  .about-product .index-about .box2 .content .item .date {
    font-size: 34px;
  }
}
@media (max-width: 1400px) {
  .about-product .index-about .box2 .content .item .date {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .about-product .index-about .box2 .content .item .date {
    font-size: 26px;
  }
}
.about-product .index-about .box2 .content .item .date span {
  font-size: 28px;
}
@media (max-width: 1440px) {
  .about-product .index-about .box2 .content .item .date span {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .about-product .index-about .box2 .content .item .date span {
    font-size: 20px;
  }
}
.about-product .index-about .box2 .content .item .disc {
  margin: 10px 0 20px 0;
  width: 10px;
  height: 10px;
  background-color: #FFF;
  border-radius: 100px;
}
@media (max-width: 1440px) {
  .about-product .index-about .box2 .content .item .disc {
    margin: 5px 0 10px 0;
  }
}
.about-product .index-about .box2 .content .item .text p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}
.about-product .index-about .box2 .hr {
  position: absolute;
  top: 48.5%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.38);
}
@media (max-width: 1440px) {
  .about-product .index-about .box2 .hr {
    top: 43%;
  }
}
.about-product .index-about .box2 .tit {
  position: absolute;
  bottom: 0;
  right: 2%;
  color: rgba(255, 255, 255, 0.13);
  font-family: "ClashDisplay";
  font-size: 64px;
  font-weight: 600;
  line-height: 93.536%;
}
@media (max-width: 1440px) {
  .about-product .index-about .box2 .tit {
    font-size: 54px;
  }
}
@media (max-width: 1199px) {
  .about-product .index-about .box2 .tit {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .about-product .index-about .box2 .tit {
    font-size: 32px;
  }
}
.about-product .index-about .box2 .prev-next {
  position: absolute;
  top: 48.5%;
  right: 13%;
  z-index: 10;
}
@media (max-width: 2380px) {
  .about-product .index-about .box2 .prev-next {
    right: 9%;
  }
}
@media (max-width: 2120px) {
  .about-product .index-about .box2 .prev-next {
    right: 5%;
  }
}
@media (max-width: 1440px) {
  .about-product .index-about .box2 .prev-next {
    top: 43.5%;
  }
}
@media (max-width: 575px) {
  .about-product .index-about .box2 .prev-next {
    display: none;
  }
}
.about-product .index-about .box2 .prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  display: block;
  content: '\e637';
  width: 42px;
  height: 42px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #2B9739;
  color: #FFF;
  font-size: 14px;
}
.about-product .index-about .box2 .prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 22px;
  display: block;
  content: '\e602';
  line-height: 44px;
  color: #B8B8CE;
  transition: all 0.3s ease;
}
.about-product .index-about .box2 .prev-next .slick-next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: url(../img/index-banner-2.png) no-repeat;
  background-size: cover;
  padding: 7px;
}
.about-product .index-about .box2 .more {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: url(../img/index-banner-2.png) no-repeat;
  background-size: cover;
  padding: 7px;
  position: absolute;
  top: 42.5%;
  right: 13%;
  z-index: 10;
}
@media (max-width: 2380px) {
  .about-product .index-about .box2 .more {
    right: 9%;
  }
}
@media (max-width: 2120px) {
  .about-product .index-about .box2 .more {
    right: 5%;
  }
}
@media (max-width: 1440px) {
  .about-product .index-about .box2 .more {
    top: 34.5%;
  }
}
.about-product .index-about .box2 .more .iconfont {
  width: 42px;
  height: 42px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #2B9739;
  color: #FFF;
  font-size: 14px;
}
.about-product .index-product {
  position: relative;
  background: url(../img/index-product-1.png) no-repeat;
  background-size: contain;
  background-position: center center;
  padding-top: 110px;
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .about-product .index-product {
    padding-top: 80px;
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .about-product .index-product {
    padding-top: 60px;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .about-product .index-product {
    padding-top: 40px;
  }
}
.about-product .index-product .index-title {
  width: 54%;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .about-product .index-product .index-title {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .about-product .index-product .index-title {
    width: 95%;
  }
}
.about-product .index-product .index-title p {
  margin-top: 5px;
}
.about-product .index-product .index-more {
  margin-top: 24px;
  position: relative;
  z-index: 25;
}
@media (max-width: 1199px) {
  .about-product .index-product .index-more {
    margin-top: 20px;
  }
}
.about-product .index-product .content {
  margin-top: 54px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1400px) {
  .about-product .index-product .content {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .about-product .index-product .content {
    margin-top: 20px;
  }
}
.about-product .index-product .content .product-slick {
  margin: 0 -10px;
}
.about-product .index-product .content .product-slick .item-box {
  padding: 0 10px;
}
.about-product .index-product .content .product-slick .item-box .item {
  border-radius: 10px;
  background: #E9EFED;
  padding: 16px;
}
.about-product .index-product .content .product-slick .item-box .item:hover .cont .tit a {
  color: #2B9739;
}
.about-product .index-product .content .product-slick .item-box .item .cont-img {
  background: #EBECEE;
}
.about-product .index-product .content .product-slick .item-box .item .cont-img .img-box {
  border-radius: 10px;
  padding-bottom: calc(350 / 370 * 100%);
}
.about-product .index-product .content .product-slick .item-box .item .cont {
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .about-product .index-product .content .product-slick .item-box .item .cont {
    margin-top: 20px;
  }
}
.about-product .index-product .content .product-slick .item-box .item .cont .tit {
  text-align: center;
}
.about-product .index-product .content .product-slick .item-box .item .cont .tit a {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .about-product .index-product .content .product-slick .item-box .item .cont .tit a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .about-product .index-product .content .product-slick .item-box .item .cont .tit a {
    font-size: 18px;
  }
}
.about-product .index-product .content .product-slick .item-box .item .cont .txt {
  margin-top: 18px;
}
@media (max-width: 1400px) {
  .about-product .index-product .content .product-slick .item-box .item .cont .txt {
    margin-top: 10px;
  }
}
.about-product .index-product .content .product-slick .item-box .item .cont .txt p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-product .index-product .content .product-slick .item-box .item .cont .txt p {
    font-size: 14px;
  }
}
.about-product .index-product .content .product-slick .item-box .item .cont .details-car {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .about-product .index-product .content .product-slick .item-box .item .cont .details-car {
    margin-top: 20px;
  }
}
.about-product .index-product .content .product-slick .item-box .item .cont .details-car a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 10px;
  background: #FFF;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .about-product .index-product .content .product-slick .item-box .item .cont .details-car a {
    padding: 7px;
  }
}
.about-product .index-product .content .product-slick .item-box .item .cont .details-car a:hover {
  background-color: #2B9739;
}
.about-product .index-product .content .product-slick .item-box .item .cont .details-car a:hover span {
  color: #FFF;
}
.about-product .index-product .content .product-slick .item-box .item .cont .details-car a:hover .iconfont {
  color: #FFF;
}
.about-product .index-product .content .product-slick .item-box .item .cont .details-car a span {
  color: #000;
  font-family: Arial;
  font-size: 13px;
  font-weight: 400;
  transition: all 0.5s;
  line-height: 24px;
}
.about-product .index-product .content .product-slick .item-box .item .cont .details-car a .iconfont {
  color: #000;
  font-size: 22px;
  line-height: 1;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .about-product .index-product .content .product-slick .item-box .item .cont .details-car a .iconfont {
    font-size: 18px;
  }
}
.about-product .index-product .content .product-slick .item-box .item .cont .details-car .de {
  width: calc(70% - 5px);
  margin-right: auto;
}
.about-product .index-product .content .product-slick .item-box .item .cont .details-car .car {
  width: calc(30% - 5px);
  margin-left: auto;
}
.index-global {
  overflow: hidden;
  padding: 18px 0 180px 0;
  border-radius: 30px;
  margin-top: 160px;
  background: url(../img/global-1.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
@media (max-width: 1560px) {
  .index-global {
    margin-top: 120px;
  }
}
@media (max-width: 1400px) {
  .index-global {
    margin-top: 80px;
  }
}
@media (max-width: 1199px) {
  .index-global {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .index-global {
    margin-top: 40px;
  }
}
.index-global .bgimg {
  position: absolute;
  bottom: -3%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  width: 480px;
}
@media (max-width: 1400px) {
  .index-global .bgimg {
    width: 350px;
    bottom: -2%;
  }
}
@media (max-width: 1199px) {
  .index-global .bgimg {
    width: 300px;
    bottom: -1%;
  }
}
.index-global .bgimg img {
  width: 100%;
  height: auto;
  background: transparent;
}
.index-global .tit {
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  font-family: "ClashDisplay";
  font-size: 148px;
  font-weight: 600;
}
@media (max-width: 1920px) {
  .index-global .tit {
    font-size: 120px;
  }
}
@media (max-width: 1560px) {
  .index-global .tit {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .index-global .tit {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .index-global .tit {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .index-global .tit {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .index-global .tit {
    font-size: 7vw;
  }
}
.index-global .content {
  width: 74%;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .index-global .content {
    width: 84%;
  }
}
@media (max-width: 991px) {
  .index-global .content {
    width: 100%;
  }
}
.index-global .content .index-title b {
  color: #FFF;
}
.index-global .content .index-title h2 {
  color: #FFF;
}
.index-global .content .cont {
  margin-top: 61px;
}
@media (max-width: 1400px) {
  .index-global .content .cont {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .index-global .content .cont {
    margin-top: 30px;
  }
}
.index-global .content .cont .row-box {
  margin: 0 -104px;
  margin-top: -80px;
}
@media (max-width: 1690px) {
  .index-global .content .cont .row-box {
    margin: 0 -67px;
  }
}
@media (max-width: 1400px) {
  .index-global .content .cont .row-box {
    margin: 0 -34px;
    margin-top: -60px;
  }
}
@media (max-width: 1199px) {
  .index-global .content .cont .row-box {
    margin: 0 -34px;
    margin-top: -40px;
  }
}
@media (max-width: 991px) {
  .index-global .content .cont .row-box {
    margin: 0 -15px;
    margin-top: -30px;
  }
}
.index-global .content .cont .row-box .col-box {
  padding: 0 104px;
  margin-top: 80px;
}
@media (max-width: 1690px) {
  .index-global .content .cont .row-box .col-box {
    padding: 0 67px;
  }
}
@media (max-width: 1400px) {
  .index-global .content .cont .row-box .col-box {
    margin-top: 60px;
    padding: 0 34px;
  }
}
@media (max-width: 1199px) {
  .index-global .content .cont .row-box .col-box {
    margin-top: 40px;
    padding: 0 34px;
  }
}
@media (max-width: 991px) {
  .index-global .content .cont .row-box .col-box {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.index-global .content .cont .row-box .col-box .item:hover .icon .iconfont {
  animation: swing 1s 0s ease both;
}
.index-global .content .cont .row-box .col-box .item .icon {
  display: flex;
  justify-content: center;
}
.index-global .content .cont .row-box .col-box .item .icon .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 100px;
  background-color: #FFFFFF;
  color: #2B9739;
  font-size: 24px;
}
.index-global .content .cont .row-box .col-box .item .tit {
  margin-top: 20px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .index-global .content .cont .row-box .col-box .item .tit {
    font-size: 18px;
  }
}
.index-global .content .cont .row-box .col-box .item .txt {
  margin-top: 11px;
}
.index-global .content .cont .row-box .col-box .item .txt p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .index-global .content .cont .row-box .col-box .item .txt p {
    font-size: 14px;
  }
}
.botimg {
  width: 100%;
}
.botimg img {
  width: 100%;
  height: auto;
}
.index-application {
  overflow: hidden;
  margin-top: 40px;
  padding-top: 40px;
}
@media (max-width: 1400px) {
  .index-application {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .index-application {
    padding-top: 10px;
  }
}
.index-application .index-title {
  margin: 0 auto;
  width: 90%;
}
.index-application .content {
  position: relative;
  margin-top: 110px;
}
@media (max-width: 1400px) {
  .index-application .content {
    margin-top: 80px;
  }
}
@media (max-width: 1199px) {
  .index-application .content {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .index-application .content {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .index-application .content {
    margin-top: 20px;
  }
}
.index-application .content .prev-next {
  position: absolute;
  top: 30%;
  right: 18%;
  z-index: 60;
}
@media (max-width: 1560px) {
  .index-application .content .prev-next {
    right: 15%;
  }
}
@media (max-width: 1400px) {
  .index-application .content .prev-next {
    right: 19%;
  }
}
@media (max-width: 1199px) {
  .index-application .content .prev-next {
    right: 27%;
  }
}
@media (max-width: 767px) {
  .index-application .content .prev-next {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: auto;
  }
}
.index-application .content .prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  position: absolute;
  display: block;
  content: '\e637';
  width: 92px;
  height: 92px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 55;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #2B9739;
  font-weight: 600;
}
@media (max-width: 767px) {
  .index-application .content .prev-next .slick-next:before {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .index-application .content .prev-next .slick-next:before {
    width: 80px;
    height: 80px;
  }
}
.index-application .content .prev-next .slick-next::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 92px;
  height: 92px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  content: '';
  animation: rotate 10s linear infinite;
  background: url(../img/firm-1.png) no-repeat center;
  background-size: 100% auto;
  transform: translate(-50%, -50%);
  z-index: 20;
}
@media (max-width: 767px) {
  .index-application .content .prev-next .slick-next::after {
    width: 80px;
    height: 80px;
  }
}
.index-application .content .prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 22px;
  display: block;
  content: '\e602';
  line-height: 92px;
  color: #B8B8CE;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .index-application .content .prev-next .slick-prev:before {
    line-height: 80px;
  }
}
.index-application .content .prev-next .slick-next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  padding: 7px;
}
.index-application .content .firm-video {
  position: absolute;
  top: 30%;
  right: 17%;
  z-index: 60;
}
@media (max-width: 1560px) {
  .index-application .content .firm-video {
    right: 15%;
  }
}
@media (max-width: 1400px) {
  .index-application .content .firm-video {
    right: 19%;
  }
}
@media (max-width: 1199px) {
  .index-application .content .firm-video {
    right: 27%;
  }
}
@media (max-width: 767px) {
  .index-application .content .firm-video {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: auto;
  }
}
.index-application .content .firm-video .video {
  width: 92px;
  height: 92px;
  position: relative;
  text-align: center;
  cursor: pointer;
  background-color: #FFF;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .index-application .content .firm-video .video {
    width: 80px;
    height: 80px;
  }
}
.index-application .content .firm-video .video::before {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  animation: rotate 10s linear infinite;
  background: url(../img/firm-1.png) no-repeat center;
  background-size: 100% auto;
  transform: translate(-50%, -50%);
}
.index-application .content .firm-video .video span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
}
.index-application .content .firm-video .video span .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #2B9739;
  font-weight: 600;
}
@media (max-width: 767px) {
  .index-application .content .firm-video .video span .iconfont {
    font-size: 14px;
  }
}
.index-application .content .application-slick {
  margin-right: -42px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .index-application .content .application-slick {
    margin-right: 0;
  }
}
.index-application .content .application-slick .item-box {
  padding: 0 5px;
}
.index-application .content .application-slick .item-box:nth-child(even) {
  padding-top: 70px;
}
@media (max-width: 1400px) {
  .index-application .content .application-slick .item-box:nth-child(even) {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .index-application .content .application-slick .item-box:nth-child(even) {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .index-application .content .application-slick .item-box:nth-child(even) {
    padding-top: 0;
  }
}
.index-application .content .application-slick .item-box .item:hover .img-box::after {
  height: 100%;
  opacity: 1;
}
.index-application .content .application-slick .item-box .item:hover .img-box .icon .iconfont {
  background-color: #FFF;
  color: #000000;
}
.index-application .content .application-slick .item-box .item:hover .img-box .span-box {
  opacity: 1;
}
.index-application .content .application-slick .item-box .item:hover .img-box .cont1 .tit a::after {
  width: 100%;
}
.index-application .content .application-slick .item-box .item .img-box {
  border-radius: 20px;
  padding-bottom: calc(630 / 385 * 100%);
}
@media (max-width: 991px) {
  .index-application .content .application-slick .item-box .item .img-box {
    border-radius: 10px;
  }
}
.index-application .content .application-slick .item-box .item .img-box::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.index-application .content .application-slick .item-box .item .img-box::after {
  content: '';
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, #2B9739);
  transition: all 0.5s;
}
.index-application .content .application-slick .item-box .item .img-box .cont1 {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  padding: 40px;
}
@media (max-width: 1560px) {
  .index-application .content .application-slick .item-box .item .img-box .cont1 {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .index-application .content .application-slick .item-box .item .img-box .cont1 {
    padding: 20px;
  }
}
.index-application .content .application-slick .item-box .item .img-box .cont1 .tit a {
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  position: relative;
}
@media (max-width: 1560px) {
  .index-application .content .application-slick .item-box .item .img-box .cont1 .tit a {
    font-size: 24px;
  }
}
@media (max-width: 1400px) {
  .index-application .content .application-slick .item-box .item .img-box .cont1 .tit a {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .index-application .content .application-slick .item-box .item .img-box .cont1 .tit a {
    font-size: 20px;
  }
}
.index-application .content .application-slick .item-box .item .img-box .cont1 .tit a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  background: #FFF;
  width: 0;
  transition: all 0.4s;
}
.index-application .content .application-slick .item-box .item .img-box .cont1 .txt {
  margin-top: 18px;
}
@media (max-width: 1560px) {
  .index-application .content .application-slick .item-box .item .img-box .cont1 .txt {
    margin-top: 10px;
  }
}
.index-application .content .application-slick .item-box .item .img-box .cont1 .txt p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .index-application .content .application-slick .item-box .item .img-box .cont1 .txt p {
    font-size: 14px;
  }
}
.index-application .content .application-slick .item-box .item .img-box .span-box {
  opacity: 0;
  transition: all 0.5s ease;
}
.index-application .content .application-slick .item-box .item .img-box .span-box .span1 {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 38px);
  z-index: 6;
  height: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-application .content .application-slick .item-box .item .img-box .span-box .span1::after {
  display: inline-block;
  content: '';
  width: 14px;
  height: 15px;
  background: url(../img/span1.png) no-repeat center;
  background-size: cover;
  transform: rotate(90deg);
}
.index-application .content .application-slick .item-box .item .img-box .span-box .span1::before {
  display: inline-block;
  content: '';
  width: 14px;
  height: 15px;
  background: url(../img/span1.png) no-repeat center;
  background-size: cover;
}
.index-application .content .application-slick .item-box .item .img-box .span-box .span2 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 38px);
  z-index: 7;
  height: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-application .content .application-slick .item-box .item .img-box .span-box .span2::after {
  content: '';
  width: 14px;
  height: 15px;
  background: url(../img/span1.png) no-repeat center;
  background-size: cover;
  transform: rotate(180deg);
}
.index-application .content .application-slick .item-box .item .img-box .span-box .span2::before {
  content: '';
  width: 14px;
  height: 15px;
  background: url(../img/span1.png) no-repeat center;
  background-size: cover;
  transform: rotate(-90deg);
}
.index-application .content .application-slick .item-box .item .img-box .icon {
  position: absolute;
  z-index: 7;
  top: 30px;
  right: 30px;
}
.index-application .content .application-slick .item-box .item .img-box .icon .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #2B9739;
  color: #fff;
  font-size: 14px;
  transform: rotate(-45deg);
  transition: all 0.5s;
}
.index-cooperate {
  padding-top: 200px;
  position: relative;
}
.index-cooperate .bgimg .img1 {
  width: 20%;
  position: absolute;
  left: 0;
  top: -100%;
  height: auto;
  background: transparent;
}
.index-cooperate .bgimg .img2 {
  position: absolute;
  top: -120%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: auto;
  background: transparent;
  pointer-events: none;
}
@media (max-width: 991px) {
  .index-cooperate .bgimg .img2 {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .index-cooperate .bgimg .img2 {
    width: 100%;
  }
}
@media (max-width: 1560px) {
  .index-cooperate {
    padding-top: 140px;
  }
}
@media (max-width: 1440px) {
  .index-cooperate {
    padding-top: 120px;
  }
}
@media (max-width: 1400px) {
  .index-cooperate {
    padding-top: 100px;
  }
}
@media (max-width: 1199px) {
  .index-cooperate {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .index-cooperate {
    padding-top: 40px;
  }
}
.index-cooperate .box .index-title p {
  margin-top: 5px;
}
.index-cooperate .box .content {
  margin-top: 70px;
}
@media (max-width: 1400px) {
  .index-cooperate .box .content {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .index-cooperate .box .content {
    margin-top: 20px;
  }
}
.index-cooperate .box .content .cooperate-slick {
  margin: 0 -18px;
}
@media (max-width: 1199px) {
  .index-cooperate .box .content .cooperate-slick {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .index-cooperate .box .content .cooperate-slick {
    margin: 0 -5px;
  }
}
.index-cooperate .box .content .cooperate-slick .item-box {
  padding: 0 18pFx;
}
@media (max-width: 1199px) {
  .index-cooperate .box .content .cooperate-slick .item-box {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .index-cooperate .box .content .cooperate-slick .item-box {
    padding: 0 5px;
  }
}
.index-cooperate .box .content .cooperate-slick .item-box .item .img-box {
  cursor: pointer;
  padding-bottom: calc(85 / 172 * 100%);
}
.index-news {
  overflow: hidden;
  position: relative;
  padding-top: 40px;
  padding-top: 150px;
  padding-bottom: 135px;
}
@media (max-width: 1400px) {
  .index-news {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .index-news {
    padding-top: 10px;
  }
}
.index-news .bgimg {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
}
.index-news .bgimg img {
  width: 100%;
  height: auto;
  background: transparent;
}
@media (max-width: 1560px) {
  .index-news {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1400px) {
  .index-news {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .index-news {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .index-news {
    padding-top: 50px;
  }
}
.index-news .index-title {
  width: 90%;
  margin: 0 auto;
}
.index-news .index-title p {
  margin-top: 5px;
}
.index-news .content {
  margin-top: 90px;
}
@media (max-width: 1560px) {
  .index-news .content {
    margin-top: 60px;
  }
}
@media (max-width: 1400px) {
  .index-news .content {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .index-news .content {
    margin-top: 30px;
  }
}
.index-news .content .news-slick {
  margin: 0 -40px;
}
@media (max-width: 1400px) {
  .index-news .content .news-slick {
    margin: 0 -20px;
  }
}
@media (max-width: 991px) {
  .index-news .content .news-slick {
    margin: 0 -10px;
  }
}
.index-news .content .news-slick .item-box {
  padding: 0 40px;
}
@media (max-width: 1199px) {
  .index-news .content .news-slick .item-box {
    padding: 0 20px;
  }
}
.index-news .content .news-slick .item-box .item {
  display: flex;
}
@media (max-width: 767px) {
  .index-news .content .news-slick .item-box .item {
    flex-wrap: wrap;
  }
}
.index-news .content .news-slick .item-box .item:hover .cont .tit a {
  color: #2B9739;
}
@media (max-width: 767px) {
  .index-news .content .news-slick .item-box .item .number {
    width: 100%;
  }
}
.index-news .content .news-slick .item-box .item .number .date {
  color: #0D0D0D;
  font-size: 40px;
  text-align: center;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.8px;
}
@media (max-width: 1400px) {
  .index-news .content .news-slick .item-box .item .number .date {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .index-news .content .news-slick .item-box .item .number .date {
    font-size: 26px;
  }
}
.index-news .content .news-slick .item-box .item .number .month {
  margin-top: 7px;
  color: #0D0D0D;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.98px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .index-news .content .news-slick .item-box .item .number .month {
    text-align: center;
  }
}
.index-news .content .news-slick .item-box .item .cont {
  padding-left: 66px;
}
@media (max-width: 1690px) {
  .index-news .content .news-slick .item-box .item .cont {
    padding-left: 40px;
  }
}
@media (max-width: 1400px) {
  .index-news .content .news-slick .item-box .item .cont {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .index-news .content .news-slick .item-box .item .cont {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .index-news .content .news-slick .item-box .item .cont .tit {
    text-align: center;
  }
}
.index-news .content .news-slick .item-box .item .cont .tit a {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  /* 120% */
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .index-news .content .news-slick .item-box .item .cont .tit a {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .index-news .content .news-slick .item-box .item .cont .tit a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .index-news .content .news-slick .item-box .item .cont .tit a {
    line-height: 1.2;
    color: #2B9739;
  }
}
.index-news .content .news-slick .item-box .item .cont .txt {
  margin-top: 16px;
}
@media (max-width: 1400px) {
  .index-news .content .news-slick .item-box .item .cont .txt {
    margin-top: 10px;
  }
}
.index-news .content .news-slick .item-box .item .cont .txt p {
  color: #626262;
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .index-news .content .news-slick .item-box .item .cont .txt p {
    font-size: 14px;
  }
}
.index-news .content .news-slick .item-box .item .cont .more {
  margin-top: 18px;
}
@media (max-width: 1199px) {
  .index-news .content .news-slick .item-box .item .cont .more {
    margin-top: 10px;
  }
}
.index-news .content .news-slick .item-box .item .cont .more a {
  color: #0A0A0A;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
  transition: all 0.5s;
}
.footer {
  overflow: hidden;
}
.footer .box1 {
  background: linear-gradient(274deg, #002E1D -17.04%, #1ECB9A 123.21%);
  padding: 33px 0 74px 0;
}
@media (max-width: 1400px) {
  .footer .box1 {
    padding: 30px 0 60px 0;
  }
}
@media (max-width: 1199px) {
  .footer .box1 {
    padding: 30px 0 40px 0;
  }
}
.footer .box1 .tit {
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  font-family: "ClashDisplay";
  font-size: 5.8vw;
  font-weight: 600;
}
.footer .box1 .index-title {
  margin-top: 11px;
}
.footer .box1 .index-title h2 {
  color: #FFF;
}
.footer .box1 .index-title p {
  margin-top: 6px;
  color: #FFF;
}
.footer .box1 .message {
  margin-top: 105px;
}
@media (max-width: 1400px) {
  .footer .box1 .message {
    margin-top: 65px;
  }
}
@media (max-width: 1199px) {
  .footer .box1 .message {
    margin-top: 45px;
  }
}
@media (max-width: 991px) {
  .footer .box1 .message {
    margin-top: 25px;
  }
}
.footer .box1 .message .formbox .row {
  margin: 0 -25px;
}
@media (max-width: 1400px) {
  .footer .box1 .message .formbox .row {
    margin: 0 -20px;
  }
}
@media (max-width: 991px) {
  .footer .box1 .message .formbox .row {
    margin: 0 -10px;
  }
}
.footer .box1 .message .formbox li {
  margin-top: 15px;
  padding: 0 25px;
  list-style: none;
}
@media (max-width: 1400px) {
  .footer .box1 .message .formbox li {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .footer .box1 .message .formbox li {
    padding: 0 10px;
  }
}
.footer .box1 .message .formbox .group {
  position: relative;
}
.footer .box1 .message .formbox .group input {
  width: 100%;
  background: transparent;
  overflow: hidden;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.15px;
  outline: none;
  transition: border-color 0.3s ease;
  border: none;
  padding-bottom: 33px;
  border-bottom: 1px solid #FFFFFF3D;
}
@media (max-width: 1199px) {
  .footer .box1 .message .formbox .group input {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .footer .box1 .message .formbox .group input {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer .box1 .message .formbox .group input {
    padding-bottom: 15px;
  }
}
.footer .box1 .message .formbox .group input::placeholder {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.15px;
}
@media (max-width: 991px) {
  .footer .box1 .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.footer .box1 .message .formbox .group input:focus label {
  display: none;
}
.footer .box1 .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.footer .box1 .message .formbox .group textarea {
  width: 100%;
  background: transparent;
  overflow: hidden;
  color: #FFF;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.15px;
  outline: none;
  transition: border-color 0.3s ease;
  border: none;
  padding-bottom: 33px;
  border-bottom: 1px solid #FFFFFF3D;
}
@media (max-width: 991px) {
  .footer .box1 .message .formbox .group textarea {
    height: auto;
  }
}
@media (max-width: 991px) {
  .footer .box1 .message .formbox .group textarea {
    font-size: 14px;
  }
}
.footer .box1 .message .formbox .group textarea::placeholder {
  color: #FFF;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.15px;
}
@media (max-width: 991px) {
  .footer .box1 .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.footer .box1 .message .formbox .group textarea:focus label {
  display: none;
}
.footer .box1 .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.footer .box1 .message .func {
  margin-top: 30px;
}
.footer .box1 .message .func .submit-group {
  display: flex;
  justify-content: center;
}
.footer .box1 .message .func .submit {
  border: none;
  background: transparent;
}
.footer .box2 {
  padding: 130px 0 150px 0;
  background: #000;
}
@media (max-width: 1400px) {
  .footer .box2 {
    padding: 100px 0 120px 0;
  }
}
@media (max-width: 1199px) {
  .footer .box2 {
    padding: 60px 0 80px 0;
  }
}
.footer .box2 .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .box2 .box {
    flex-wrap: wrap;
  }
}
.footer .box2 .box .logo-address {
  width: 35%;
}
@media (max-width: 1199px) {
  .footer .box2 .box .logo-address {
    width: 100%;
  }
}
.footer .box2 .box .logo-address .logo {
  width: 360px;
}
@media (max-width: 1400px) {
  .footer .box2 .box .logo-address .logo {
    width: 280px;
  }
}
@media (max-width: 991px) {
  .footer .box2 .box .logo-address .logo {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .footer .box2 .box .logo-address .logo {
    width: 200px;
  }
}
.footer .box2 .box .logo-address .logo img {
  width: 100%;
}
.footer .box2 .box .logo-address .address {
  margin-top: 30px;
  color: #858585;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
@media (max-width: 991px) {
  .footer .box2 .box .logo-address .address {
    margin-top: 20px;
  }
}
.footer .box2 .box .logo-address .address .cnzz {
  display: inline-block;
}
.footer .box2 .box .right {
  width: 65%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .box2 .box .right {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .footer .box2 .box .right {
    flex-wrap: wrap;
  }
}
.footer .box2 .box .right h3 {
  color: #ADADAD;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
  margin-bottom: 28px;
}
@media (max-width: 1400px) {
  .footer .box2 .box .right h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .footer .box2 .box .right h3 {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .footer .box2 .box .right .item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.footer .box2 .box .right .item ul {
  list-style: none;
}
@media (max-width: 991px) {
  .footer .box2 .box .right .item ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer .box2 .box .right .item ul li {
  margin-top: 12px;
}
.footer .box2 .box .right .item ul li:first-child {
  margin-top: 0;
}
@media (max-width: 991px) {
  .footer .box2 .box .right .item ul li:first-child {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .footer .box2 .box .right .item ul li {
    margin-right: 20px;
    margin-top: 10px;
  }
}
.footer .box2 .box .right .item ul li a {
  color: #ADADAD;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .footer .box2 .box .right .item ul li a {
    font-size: 14px;
  }
}
.footer .box2 .box .right .item ul li a:hover {
  color: #1ECB9A;
}
@media (max-width: 991px) {
  .footer .box2 .box .right .item2 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.footer .box2 .box .right .item2 ul {
  list-style: none;
}
@media (max-width: 991px) {
  .footer .box2 .box .right .item2 ul {
    margin-top: 10px;
  }
}
.footer .box2 .box .right .item2 ul li {
  color: #ADADAD;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  /* 225% */
  display: flex;
}
@media (max-width: 767px) {
  .footer .box2 .box .right .item2 ul li {
    font-size: 14px;
  }
}
.footer .box2 .box .right .item2 ul li b {
  font-weight: 400;
  margin-right: 10px;
}
.footer .box2 .box .right .item2 ul li p span {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
}
.footer .box2 .box .right .item2 ul li p span:first-child {
  margin-top: 0;
}
.footer .box2 .box .right .item2 ul li p span a {
  color: #ADADAD;
  transition: all 0.5s;
}
.footer .box2 .box .right .item2 ul li p span a:hover {
  color: #1ECB9A;
}
.footer .box2 .box .right .item3 .icon {
  display: flex;
  justify-content: space-between;
}
.footer .box2 .box .right .item3 .icon a {
  display: inline-block;
  margin-right: 22px;
}
.footer .box2 .box .right .item3 .icon a:last-child {
  margin-right: 0;
}
.footer .box2 .box .right .item3 .icon a .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 99px;
  background-color: #353535;
  color: #FFF;
  font-size: 20px;
  transition: all 0.5s;
}
.footer .box2 .box .right .item3 .icon a .iconfont:hover {
  background-color: #2B9739;
}
.footer .box2 .box .right .item3 .cont {
  margin-top: 13px;
}
@media (max-width: 767px) {
  .footer .box2 .box .right .item3 .cont {
    margin-top: 10px;
  }
}
.footer .box2 .box .right .item3 .cont a {
  display: block;
  color: #858585;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
  margin-top: 12px;
  transition: all 0.5s;
}
.footer .box2 .box .right .item3 .cont a:hover {
  color: #1ECB9A;
}
.footer .box2 .box .right .item3 .cont a:first-child {
  margin-top: 0;
}
.product-banner img {
  width: 100%;
}
.product {
  padding: 70px 0 107px 0;
  position: relative;
  background: url(../img/index-product-1.png) no-repeat;
  background-position: top center;
  background-size: 22%;
}
@media (max-width: 1400px) {
  .product {
    background-size: 37%;
  }
}
@media (max-width: 991px) {
  .product {
    background-size: 58%;
  }
}
.product .index-title {
  width: 54%;
  margin: 0 auto;
  position: relative;
  z-index: 6;
}
@media (max-width: 1400px) {
  .product .index-title {
    width: 77%;
  }
}
@media (max-width: 767px) {
  .product .index-title {
    width: 95%;
  }
}
.product .index-title p {
  margin-top: 5px;
}
.product .popular {
  margin-top: 85px;
}
@media (max-width: 1400px) {
  .product .popular {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .product .popular {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .product .popular {
    margin-top: 20px;
  }
}
.product .popular .top-nav {
  display: flex;
  display: none;
}
@media (max-width: 1199px) {
  .product .popular .top-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
@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;
  }
}
@media (max-width: 767px) {
  .product .popular .top-nav li {
    display: inline-block;
    vertical-align: top;
    height: auto;
  }
}
.product .popular .top-nav .top-a {
  text-decoration: none;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  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;
  height: 100%;
}
@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: #2B9739;
}
.product .popular .popular-box {
  flex-wrap: wrap;
}
@media (max-width: 156px) {
  .product .popular .popular-box {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-left {
    display: none;
  }
}
.product .popular .popular-box .popular-left .left-ul {
  position: sticky;
  top: 120px;
  overflow: hidden;
  width: 380px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .left-ul {
    width: 280px;
  }
}
.product .popular .popular-box .popular-left .ul-li {
  display: block;
  position: relative;
  margin-top: 15px;
}
.product .popular .popular-box .popular-left .ul-li:first-child {
  margin-top: 0;
}
.product .popular .popular-box .popular-left .ul-li > a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-radius: 10px;
  background: #E9EFED;
  padding: 18px 16px;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.5s ease;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li > a {
    font-size: 18px;
  }
}
@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: #FFFFFF;
  background-color: #2B9739;
}
.product .popular .popular-box .popular-right {
  width: calc(100% - 420px);
  margin-left: auto;
}
@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%;
    margin-top: 20px;
  }
}
.product .popular .popular-box .popular-right.product-right {
  border-top: 5px solid #2B9739;
  overflow: hidden;
}
.product .popular .popular-box .popular-right.product-right .content .title {
  padding: 34px 39px 33px 16px;
}
.product .popular .popular-box .popular-right.product-right .content .title h2 {
  color: #000;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.product-right .content .title h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.product-right .content .title h2 {
    font-size: 20px;
  }
}
.product .popular .popular-box .popular-right.product-right .content .title p {
  margin-top: 27px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.product-right .content .title p {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.product-right .content .title p {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.product-right .content .row-box {
  margin: 0 -10px;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box {
  padding: 0 10px;
  margin-top: 20px;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item {
  border-radius: 10px;
  background: #E9EFED;
  padding: 16px;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item:hover .cont .tit a {
  color: #2B9739;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont-img {
  background: #EBECEE;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont-img .img-box {
  border-radius: 10px;
  padding-bottom: calc(350 / 370 * 100%);
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont-img .img-box span {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 15px;
  padding-bottom: 6px;
  border-radius: 5px;
  background: #2B9739;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont-img .img-box span {
    font-size: 14px;
    padding: 5px 15px;
  }
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont {
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont {
    margin-top: 20px;
  }
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .tit {
  text-align: center;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .tit a {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .tit a {
    font-size: 18px;
  }
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .txt {
  margin-top: 18px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .txt {
    margin-top: 10px;
  }
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .txt p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .txt p {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .details-car {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .details-car {
    margin-top: 20px;
  }
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .details-car a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 10px;
  background: #FFF;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .details-car a {
    padding: 6px;
  }
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .details-car a:hover {
  background-color: #2B9739;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .details-car a:hover span {
  color: #FFF;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .details-car a:hover .iconfont {
  color: #FFF;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .details-car a span {
  color: #000;
  font-family: Arial;
  font-size: 13px;
  font-weight: 400;
  transition: all 0.5s;
  line-height: 24px;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .details-car a .iconfont {
  color: #000;
  font-size: 22px;
  line-height: 1;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .details-car a .iconfont {
    font-size: 18px;
  }
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .details-car .de {
  width: calc(70% - 5px);
  margin-right: auto;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .details-car .car {
  width: calc(30% - 5px);
  margin-left: auto;
}
.product .popular .popular-box .popular-right.productdetails-right .details-top {
  border-radius: 10px;
  background: #E9EFED;
  padding: 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-top {
    flex-wrap: wrap;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-top .left {
  width: 45%;
  background: #EBECEE;
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-top .left {
    width: 100%;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-top .left .img-box {
  padding-bottom: calc(470 / 500 * 100%);
  border-radius: 10px;
}
.product .popular .popular-box .popular-right.productdetails-right .details-top .right {
  width: 55%;
  padding-left: 60px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-top .right {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-top .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-top .right .tit {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 1690px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-top .right .tit {
    font-size: 26px;
  }
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-top .right .tit {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-top .right .tit {
    font-size: 20px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-top .right .introduction {
  margin-top: 24px;
  padding: 10px;
  color: #2B9739;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-top .right .introduction {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-top .right .introduction {
    font-size: 16px;
    padding: 0;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-top .right .txt {
  margin-top: 16px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-top .right .txt {
    margin-top: 10px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-top .right .txt p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-top .right .txt p {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-top .right .btn {
  margin-top: 40px;
  display: flex;
  padding: 0;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-top .right .btn {
    margin-top: 20px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-top .right .btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  padding: 10px;
  border-radius: 5px;
  background: #FFF;
  transition: all 0.5s;
  margin-right: 12px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-top .right .btn a {
    padding: 6px;
    width: 160px;
  }
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-top .right .btn a {
    width: calc(50% - 12px);
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-top .right .btn a:hover {
  background: #2B9739;
}
.product .popular .popular-box .popular-right.productdetails-right .details-top .right .btn a:hover span {
  color: #FFF;
}
.product .popular .popular-box .popular-right.productdetails-right .details-top .right .btn a:hover .iconfont {
  color: #FFF;
}
.product .popular .popular-box .popular-right.productdetails-right .details-top .right .btn a span {
  color: #2B9739;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-right.productdetails-right .details-top .right .btn a .iconfont {
  color: #2B9739;
  font-size: 22px;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-right.productdetails-right .details-top .right .share {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-top .right .share {
    margin-top: 20px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-top .right .share span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-top .right .share span {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-top .right .share .icon a {
  display: inline-block;
  margin-left: 22px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .details-top .right .share .icon a {
    margin-left: 10px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .details-top .right .share .icon a .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 99px;
  background: #353535;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-right.productdetails-right .details-top .right .share .icon a .iconfont:hover {
  background: #2B9739;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-nav {
  position: sticky;
  top: 86px;
  z-index: 12;
  margin-top: 33px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav {
    top: 82px;
  }
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav {
    top: 76px;
  }
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav {
    position: static;
    flex-wrap: wrap;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-nav .box {
  width: 100%;
  flex-wrap: nowrap;
  display: flex;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav .box {
    overflow-x: auto;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-nav .box a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  padding: 18px 10px;
  border-right: 1px solid #FFFFFF;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  background: #E9EFED;
  /* 20px */
  transition: all 0.5s ease;
  position: relative;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-nav .box a:first-child {
  border-radius: 10px 0 0 10px;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-nav .box a:last-child {
  border-radius: 0 10px 10px 0;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav .box a {
    font-size: 16px;
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav .box a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav .box a {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-nav .box a:hover {
  color: #FFFFFF;
  background-color: #2B9739;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-nav .box a.active {
  color: #FFFFFF;
  background-color: #2B9739;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content img {
    width: 100%;
    height: auto;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .con-tit {
  color: #2B9739;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .con-tit {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .con-tit {
    font-size: 20px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .txt p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .txt p {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .txt b {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .txt b:nth-of-type(2) {
  margin-top: 33px;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .txt b:nth-of-type(3) {
  margin-top: 23px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .txt b {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .txt b {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content ul {
  list-style: none;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content ul li {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content ul li {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content table tr td {
  border: 1px solid #000;
  padding: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content table tr td {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .safety {
  margin-top: 74px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .safety {
    margin-top: 40px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .use {
  margin-top: 60px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .use {
    margin-top: 30px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .specifications {
  margin-top: 80px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .specifications {
    margin-top: 50px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .order {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .order {
    margin-top: 30px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary {
    margin-top: 30px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message {
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message {
    margin-top: 0;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .formbox .now-title input {
  width: 100%;
  border-radius: 10px;
  background: #2B9739;
  border: none;
  padding: 15px 23px;
  color: #FFF;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .formbox .row {
  margin: 0 -10px;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .formbox li {
  margin-top: 20px;
  padding: 0 10px;
  list-style: none;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .formbox li {
    margin-top: 15px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .formbox .group {
  position: relative;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .formbox .group input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #E7E7EF;
  background: #F7F7FA;
  overflow: hidden;
  color: #B1B1B1;
  font-size: 16px;
  line-height: 100%;
  padding: 18px 23px;
  outline: none;
  transition: border-color 0.3s ease;
  border: none;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .formbox .group input {
    padding: 15px 20px;
  }
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .formbox .group input {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .formbox .group input::placeholder {
  color: #B1B1B1;
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .formbox .group input:focus label {
  display: none;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .formbox .group textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #2B9739;
  background: #F7F7FA;
  overflow: hidden;
  color: #B1B1B1;
  font-size: 16px;
  line-height: 100%;
  padding: 18px 23px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 300px;
  border: none;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .formbox .group textarea {
    padding: 15px 20px;
  }
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .formbox .group textarea {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .formbox .group textarea {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .formbox .group textarea::placeholder {
  color: #B1B1B1;
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .formbox .group textarea:focus label {
  display: none;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .func {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .func {
    margin-top: 20px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .func .submit-group {
  display: flex;
  justify-content: flex-end;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .func .submit {
  border: none;
  border-radius: 16px;
  background-color: #2B9739;
  box-shadow: 0 0 0 4px #E0E0EB, 0 2px 2px 0.5px #BCBCD2;
  padding: 14px 76px;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .func .submit:hover {
  background-color: #2B9739;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .func .submit {
    padding: 12px 60px;
  }
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .func .submit {
    padding: 10px 45px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .func .submit span {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 100%;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .inquary .message .func .submit span {
    font-size: 14px;
  }
}
.product .related {
  padding: 140px 0;
}
@media (max-width: 1400px) {
  .product .related {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .product .related {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .product .related {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .product .related {
    padding: 40px 0;
  }
}
.product .related .index-title {
  width: 100%;
}
.product .related .content .row-box {
  margin: 0 -10px;
}
.product .related .content .row-box .item-box {
  padding: 0 10px;
  margin-top: 20px;
}
.product .related .content .row-box .item-box .item {
  border-radius: 10px;
  background: #E9EFED;
  padding: 16px;
}
.product .related .content .row-box .item-box .item:hover .cont .tit a {
  color: #2B9739;
}
.product .related .content .row-box .item-box .item .cont-img {
  background: #EBECEE;
}
.product .related .content .row-box .item-box .item .cont-img .img-box {
  border-radius: 10px;
  padding-bottom: calc(350 / 370 * 100%);
}
.product .related .content .row-box .item-box .item .cont-img .img-box span {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 15px;
  padding-bottom: 6px;
  border-radius: 5px;
  background: #2B9739;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 1400px) {
  .product .related .content .row-box .item-box .item .cont-img .img-box span {
    font-size: 14px;
    padding: 5px 15px;
  }
}
.product .related .content .row-box .item-box .item .cont {
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .product .related .content .row-box .item-box .item .cont {
    margin-top: 20px;
  }
}
.product .related .content .row-box .item-box .item .cont .tit {
  text-align: center;
}
.product .related .content .row-box .item-box .item .cont .tit a {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .product .related .content .row-box .item-box .item .cont .tit a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .product .related .content .row-box .item-box .item .cont .tit a {
    font-size: 16px;
  }
}
.product .related .content .row-box .item-box .item .cont .txt {
  margin-top: 18px;
}
@media (max-width: 1400px) {
  .product .related .content .row-box .item-box .item .cont .txt {
    margin-top: 10px;
  }
}
.product .related .content .row-box .item-box .item .cont .txt p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product .related .content .row-box .item-box .item .cont .txt p {
    font-size: 14px;
  }
}
.product .related .content .row-box .item-box .item .cont .details-car {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .product .related .content .row-box .item-box .item .cont .details-car {
    margin-top: 20px;
  }
}
.product .related .content .row-box .item-box .item .cont .details-car a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 10px;
  background: #FFF;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .product .related .content .row-box .item-box .item .cont .details-car a {
    padding: 6px;
  }
}
.product .related .content .row-box .item-box .item .cont .details-car a:hover {
  background-color: #2B9739;
}
.product .related .content .row-box .item-box .item .cont .details-car a:hover span {
  color: #FFF;
}
.product .related .content .row-box .item-box .item .cont .details-car a:hover .iconfont {
  color: #FFF;
}
.product .related .content .row-box .item-box .item .cont .details-car a span {
  color: #000;
  font-family: Arial;
  font-size: 13px;
  font-weight: 400;
  transition: all 0.5s;
  line-height: 24px;
}
.product .related .content .row-box .item-box .item .cont .details-car a .iconfont {
  color: #000;
  font-size: 22px;
  line-height: 1;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .product .related .content .row-box .item-box .item .cont .details-car a .iconfont {
    font-size: 18px;
  }
}
.product .related .content .row-box .item-box .item .cont .details-car .de {
  width: calc(70% - 5px);
  margin-right: auto;
}
.product .related .content .row-box .item-box .item .cont .details-car .car {
  width: calc(30% - 5px);
  margin-left: auto;
}
.about {
  overflow: hidden;
  position: relative;
}
.about .about-product {
  position: relative;
}
.about .appca-bgimg .bgimg1 {
  position: absolute;
  top: -8%;
  left: 20%;
  width: 50%;
  height: auto;
  background: transparent;
  pointer-events: none;
}
@media (max-width: 1680px) {
  .about .appca-bgimg .bgimg1 {
    top: -6%;
  }
}
@media (max-width: 991px) {
  .about .appca-bgimg .bgimg1 {
    top: -2%;
    width: 60%;
  }
}
@media (max-width: 767px) {
  .about .appca-bgimg .bgimg1 {
    width: 100%;
    top: -6%;
  }
}
.about .appca-bgimg .bgimg2 {
  position: absolute;
  bottom: 0;
  right: 00;
  width: 40%;
  height: auto;
  background: transparent;
  pointer-events: none;
}
.about .appca-bgimg .bgimg3 {
  position: absolute;
  top: 25%;
  left: 0;
  width: 40%;
  height: auto;
  background: transparent;
  pointer-events: none;
}
.about .about-title {
  position: relative;
}
.about .about-title b {
  display: block;
  color: rgba(203, 203, 203, 0.09);
  font-family: "ClashDisplay";
  font-size: 280px;
  font-weight: 600;
  line-height: 93.536%;
  text-align: center;
}
@media (max-width: 1740px) {
  .about .about-title b {
    font-size: 230px;
  }
}
@media (max-width: 1560px) {
  .about .about-title b {
    font-size: 200px;
  }
}
@media (max-width: 1400px) {
  .about .about-title b {
    font-size: 160px;
  }
}
@media (max-width: 1199px) {
  .about .about-title b {
    font-size: 130px;
  }
}
@media (max-width: 991px) {
  .about .about-title b {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .about .about-title b {
    font-size: 80px;
  }
}
.about .about-title h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: 500;
}
@media (max-width: 1560px) {
  .about .about-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 1400px) {
  .about .about-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .about .about-title h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .about .about-title h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .about .about-title h2 {
    font-size: 24px;
  }
}
.about .about-introduction {
  padding: 89px 0 60px 0;
}
@media (max-width: 1400px) {
  .about .about-introduction {
    padding: 60px 0 40px 0;
  }
}
@media (max-width: 1199px) {
  .about .about-introduction {
    padding: 40px 0;
  }
}
.about .about-introduction .txt {
  width: 57%;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .about .about-introduction .txt {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .about .about-introduction .txt {
    width: 95%;
  }
}
.about .about-introduction .txt p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .about .about-introduction .txt p {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .about .about-corporate .content {
    margin-top: -20px;
  }
}
.about .about-corporate .content .row-box {
  margin: 0 -33px;
  padding: 0 105px 0 55px;
}
@media (max-width: 1400px) {
  .about .about-corporate .content .row-box {
    margin: 0 -20px;
    padding: 0 60px 0 40px;
  }
}
@media (max-width: 991px) {
  .about .about-corporate .content .row-box {
    padding: 0;
    margin: 0 -10px;
  }
}
.about .about-corporate .content .row-box .col-box {
  padding: 0 33px;
}
@media (max-width: 1400px) {
  .about .about-corporate .content .row-box .col-box {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .about .about-corporate .content .row-box .col-box {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .about .about-corporate .content .row-box .col-box {
    padding: 0 10px;
  }
}
.about .about-corporate .content .row-box .col-box .item-box {
  background: url(../img/corporate-1.png) no-repeat center;
  background-size: cover;
  padding: 90px 40px;
}
@media (max-width: 1400px) {
  .about .about-corporate .content .row-box .col-box .item-box {
    padding: 60px 20px;
  }
}
@media (max-width: 767px) {
  .about .about-corporate .content .row-box .col-box .item-box {
    background-size: auto 100%;
    background-position: center;
  }
}
.about .about-corporate .content .row-box .col-box .item-box .item .tit {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 1560px) {
  .about .about-corporate .content .row-box .col-box .item-box .item .tit {
    font-size: 24px;
  }
}
@media (max-width: 1400px) {
  .about .about-corporate .content .row-box .col-box .item-box .item .tit {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .about .about-corporate .content .row-box .col-box .item-box .item .tit {
    font-size: 18px;
  }
}
.about .about-corporate .content .row-box .col-box .item-box .item .hr {
  text-align: center;
}
.about .about-corporate .content .row-box .col-box .item-box .item .hr::before {
  content: '——';
  color: #2B9739;
  font-size: 24px;
  font-weight: 500;
}
.about .about-corporate .content .row-box .col-box .item-box .item .txt p {
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .about .about-corporate .content .row-box .col-box .item-box .item .txt p {
    font-size: 14px;
  }
}
.about .about-honor {
  padding: 100px 0;
  position: relative;
}
.about .about-honor .bgimg {
  pointer-events: none;
  position: absolute;
  width: 100%;
  top: -40%;
  left: 0;
}
@media (max-width: 1920px) {
  .about .about-honor .bgimg {
    top: -26%;
  }
}
@media (max-width: 767px) {
  .about .about-honor .bgimg {
    top: -14%;
  }
}
.about .about-honor .bgimg img {
  width: 100%;
  height: auto;
  background: transparent;
}
@media (max-width: 1400px) {
  .about .about-honor {
    padding: 60px 0;
  }
}
@media (max-width: 1199px) {
  .about .about-honor {
    padding: 40px 0;
  }
}
.about .about-honor .about-title b {
  color: rgba(43, 151, 57, 0.03);
}
.about .about-honor .content1 {
  margin-top: 110px;
  position: relative;
}
@media (max-width: 1400px) {
  .about .about-honor .content1 {
    margin-top: 80px;
  }
}
@media (max-width: 1199px) {
  .about .about-honor .content1 {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .about .about-honor .content1 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .about .about-honor .content1 {
    margin-top: 20px;
  }
}
.about .about-honor .content1 .honor-slick {
  margin: 0 -20px;
}
@media (max-width: 1199px) {
  .about .about-honor .content1 .honor-slick {
    margin: 0 -10px;
  }
}
.about .about-honor .content1 .honor-slick .item-box {
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .about .about-honor .content1 .honor-slick .item-box {
    padding: 0 10px;
  }
}
.about .about-honor .content1 .honor-slick .item-box .item {
  cursor: pointer;
}
.about .about-honor .content1 .honor-slick .item-box .item .cont-img .img-box {
  padding-bottom: calc(300 / 200 * 100%);
}
.about .about-honor .content1 .box {
  position: relative;
}
.about .about-honor .content1 .prev-next {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .about .about-honor .content1 .prev-next {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 12;
    transform: translateX(-50%);
    width: 90%;
  }
}
.about .about-honor .content1 .prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 22px;
  display: block;
  content: '\e676';
  line-height: 30px;
  color: #FFFFFF;
  transition: all 0.3s ease;
  transform: rotate(90deg);
}
.about .about-honor .content1 .prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 22px;
  display: block;
  content: '\e676';
  line-height: 30px;
  color: #FFFFFF;
  transition: all 0.3s ease;
  transform: rotate(-90deg);
}
.about .about-honor .content1 .prev-next .slick-prev,
.about .about-honor .content1 .prev-next .slick-next {
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #B6B6B6;
  transition: all 0.5s ease;
  text-align: center;
}
.about .about-honor .content1 .prev-next .slick-next:hover {
  background-color: #389508;
}
.about .about-honor .content1 .prev-next .slick-prev:hover {
  background-color: #389508;
}
.about .about-honor .content1 .prev-next .slick-next {
  right: -47px;
}
.about .about-honor .content1 .prev-next .slick-prev {
  left: -47px;
}
.about .about-honor .content2 {
  margin-top: 110px;
  position: relative;
}
@media (max-width: 1400px) {
  .about .about-honor .content2 {
    margin-top: 80px;
  }
}
@media (max-width: 1199px) {
  .about .about-honor .content2 {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .about .about-honor .content2 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .about .about-honor .content2 {
    margin-top: 20px;
  }
}
.about .about-honor .content2 .honor-slick2 {
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .about .about-honor .content2 .honor-slick2 {
    margin: 0 -10px;
  }
}
.about .about-honor .content2 .honor-slick2 .item-box {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .about .about-honor .content2 .honor-slick2 .item-box {
    padding: 0 10px;
  }
}
.about .about-honor .content2 .honor-slick2 .item-box .item {
  cursor: pointer;
}
.about .about-honor .content2 .honor-slick2 .item-box .item .cont-img .img-box {
  padding-bottom: calc(210 / 310 * 100%);
}
.about .about-honor .content2 .box {
  position: relative;
}
.about .about-honor .content2 .prev-next {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .about .about-honor .content2 .prev-next {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 12;
    transform: translateX(-50%);
    width: 90%;
  }
}
.about .about-honor .content2 .prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 22px;
  display: block;
  content: '\e676';
  line-height: 30px;
  color: #FFFFFF;
  transition: all 0.3s ease;
  transform: rotate(90deg);
}
.about .about-honor .content2 .prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 22px;
  display: block;
  content: '\e676';
  line-height: 30px;
  color: #FFFFFF;
  transition: all 0.3s ease;
  transform: rotate(-90deg);
}
.about .about-honor .content2 .prev-next .slick-prev,
.about .about-honor .content2 .prev-next .slick-next {
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #B6B6B6;
  transition: all 0.5s ease;
  text-align: center;
}
.about .about-honor .content2 .prev-next .slick-next:hover {
  background-color: #389508;
}
.about .about-honor .content2 .prev-next .slick-prev:hover {
  background-color: #389508;
}
.about .about-honor .content2 .prev-next .slick-next {
  right: -47px;
}
.about .about-honor .content2 .prev-next .slick-prev {
  left: -47px;
}
.about .about-factory {
  padding: 100px 0 160px 0;
}
@media (max-width: 1560px) {
  .about .about-factory {
    padding: 80px 0 120px 0;
  }
}
@media (max-width: 1400px) {
  .about .about-factory {
    padding: 60px 0 100px 0;
  }
}
@media (max-width: 1199px) {
  .about .about-factory {
    padding: 40px 0 80px 0;
  }
}
@media (max-width: 991px) {
  .about .about-factory {
    padding: 40px 0 60px 0;
  }
}
.about .about-factory .about-title b {
  color: #CBCBCB17;
}
.about .about-factory .content {
  margin-top: 70px;
}
@media (max-width: 1400px) {
  .about .about-factory .content {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .about .about-factory .content {
    margin-top: 20px;
  }
}
.about .about-factory .content .factory-slick {
  margin: 0 -10px;
}
.about .about-factory .content .factory-slick .item-box {
  padding: 0 10px;
}
.about .about-factory .content .factory-slick .item-box .item {
  cursor: pointer;
}
.about .about-factory .content .factory-slick .item-box .item .cont-img .img-box {
  padding-bottom: calc(270 / 400 * 100%);
}
.about .about-factory .content .factory-slick .item-box .item .tit {
  margin-top: 30px;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .about .about-factory .content .factory-slick .item-box .item .tit {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .about .about-factory .content .factory-slick .item-box .item .tit {
    margin-top: 10px;
  }
}
.application {
  overflow: hidden;
  padding: 86px 0 60px 0;
  position: relative;
}
.application .appca-bgimg .bgimg1 {
  position: absolute;
  top: -8%;
  left: 20%;
  width: 50%;
  height: auto;
  background: transparent;
  pointer-events: none;
}
@media (max-width: 1680px) {
  .application .appca-bgimg .bgimg1 {
    top: -6%;
  }
}
@media (max-width: 991px) {
  .application .appca-bgimg .bgimg1 {
    top: -2%;
    width: 60%;
  }
}
@media (max-width: 767px) {
  .application .appca-bgimg .bgimg1 {
    width: 100%;
    top: -6%;
  }
}
.application .appca-bgimg .bgimg2 {
  position: absolute;
  bottom: 0;
  right: 00;
  width: 40%;
  height: auto;
  background: transparent;
  pointer-events: none;
}
.application .appca-bgimg .bgimg3 {
  position: absolute;
  top: 25%;
  left: 0;
  width: 40%;
  height: auto;
  background: transparent;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .application {
    padding: 60px 0 40px 0;
  }
}
@media (max-width: 1199px) {
  .application {
    padding: 40px 0;
  }
}
.application .index-title {
  position: relative;
  padding-bottom: 32px;
}
@media (max-width: 1400px) {
  .application .index-title {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .application .index-title {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .application .index-title {
    padding-bottom: 0;
  }
}
.application .index-title h3 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: rgba(203, 203, 203, 0.09);
  font-family: "ClashDisplay";
  font-size: 188px;
  font-weight: 600;
  line-height: 0.6;
  margin: 0;
}
@media (max-width: 1400px) {
  .application .index-title h3 {
    font-size: 150px;
  }
}
@media (max-width: 1199px) {
  .application .index-title h3 {
    font-size: 120px;
  }
}
@media (max-width: 991px) {
  .application .index-title h3 {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .application .index-title h3 {
    font-size: 68px;
  }
}
@media (max-width: 575px) {
  .application .index-title h3 {
    font-size: 50px;
  }
}
.application .content {
  margin-top: 47px;
}
@media (max-width: 1400px) {
  .application .content {
    margin-top: 40px;
  }
}
.application .content .item-box {
  margin-top: 55px;
}
.application .content .item-box:first-child {
  margin-top: 0;
}
@media (max-width: 1400px) {
  .application .content .item-box {
    margin-top: 40px;
  }
}
.application .content .item-box .item {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .application .content .item-box .item {
    flex-wrap: wrap;
  }
}
.application .content .item-box .item:hover .left .cont-img .img-box::after {
  transform: translateY(0);
}
.application .content .item-box .item:hover .left .cont-img .img-box::before {
  transform: translateY(-110%);
}
.application .content .item-box .item:hover .left .cont-img .img-box .span-box {
  opacity: 1;
}
.application .content .item-box .item .left {
  width: 39%;
}
@media (max-width: 991px) {
  .application .content .item-box .item .left {
    width: 100%;
  }
}
.application .content .item-box .item .left .cont-img .img-box {
  padding-bottom: calc(440 / 640 * 100%);
  border-radius: 20px;
}
.application .content .item-box .item .left .cont-img .img-box .span-box {
  opacity: 0;
  transition: all 0.5s ease;
}
.application .content .item-box .item .left .cont-img .img-box .span-box .span1 {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 38px);
  z-index: 6;
  height: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.application .content .item-box .item .left .cont-img .img-box .span-box .span1::after {
  display: inline-block;
  content: '';
  width: 14px;
  height: 15px;
  background: url(../img/span1.png) no-repeat center;
  background-size: cover;
  transform: rotate(90deg);
}
.application .content .item-box .item .left .cont-img .img-box .span-box .span1::before {
  display: inline-block;
  content: '';
  width: 14px;
  height: 15px;
  background: url(../img/span1.png) no-repeat center;
  background-size: cover;
}
.application .content .item-box .item .left .cont-img .img-box .span-box .span2 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 38px);
  z-index: 7;
  height: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.application .content .item-box .item .left .cont-img .img-box .span-box .span2::after {
  content: '';
  width: 14px;
  height: 15px;
  background: url(../img/span1.png) no-repeat center;
  background-size: cover;
  transform: rotate(180deg);
}
.application .content .item-box .item .left .cont-img .img-box .span-box .span2::before {
  content: '';
  width: 14px;
  height: 15px;
  background: url(../img/span1.png) no-repeat center;
  background-size: cover;
  transform: rotate(-90deg);
}
.application .content .item-box .item .left .cont-img .img-box::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
}
.application .content .item-box .item .left .cont-img .img-box::after {
  content: '';
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(43, 151, 57, 0.96) 98.08%);
  transform: translateY(110%);
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.application .content .item-box .item .right {
  width: 61%;
  padding-left: 55px;
}
@media (max-width: 1400px) {
  .application .content .item-box .item .right {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .application .content .item-box .item .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
.application .content .item-box .item .right .tit {
  color: #000;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .application .content .item-box .item .right .tit {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .application .content .item-box .item .right .tit {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .application .content .item-box .item .right .tit {
    font-size: 20px;
  }
}
.application .content .item-box .item .right .tit a {
  color: #000;
}
.application .content .item-box .item .right .txt {
  margin-top: 18px;
}
@media (max-width: 1199px) {
  .application .content .item-box .item .right .txt {
    margin-top: 10px;
  }
}
.application .content .item-box .item .right .txt p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .application .content .item-box .item .right .txt p {
    font-size: 14px;
  }
}
.service {
  overflow: hidden;
  position: relative;
  padding-top: 90px;
}
@media (max-width: 1400px) {
  .service {
    padding-top: 60px;
  }
}
@media (max-width: 1199px) {
  .service {
    padding-top: 40px;
  }
}
.service .appca-bgimg .bgimg1 {
  position: absolute;
  top: -8%;
  left: 20%;
  width: 50%;
  height: auto;
  background: transparent;
  pointer-events: none;
}
@media (max-width: 1680px) {
  .service .appca-bgimg .bgimg1 {
    top: -6%;
  }
}
@media (max-width: 991px) {
  .service .appca-bgimg .bgimg1 {
    top: -2%;
    width: 60%;
  }
}
@media (max-width: 767px) {
  .service .appca-bgimg .bgimg1 {
    width: 100%;
    top: -6%;
  }
}
.service .appca-bgimg .bgimg2 {
  position: absolute;
  bottom: 0;
  right: 00;
  width: 40%;
  height: auto;
  background: transparent;
  pointer-events: none;
}
.service .appca-bgimg .bgimg3 {
  position: absolute;
  top: 25%;
  left: 0;
  width: 40%;
  height: auto;
  background: transparent;
  pointer-events: none;
}
@media (max-width: 1680px) {
  .service .appca-bgimg .bgimg3 {
    top: 45%;
  }
}
@media (max-width: 991px) {
  .service .appca-bgimg .bgimg3 {
    top: 35%;
    width: 36%;
  }
}
@media (max-width: 767px) {
  .service .appca-bgimg .bgimg3 {
    width: 64%;
  }
}
.service .index-title {
  position: relative;
  padding-bottom: 32px;
}
@media (max-width: 1400px) {
  .service .index-title {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .service .index-title {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .service .index-title {
    padding-bottom: 0;
  }
}
.service .index-title h3 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: rgba(203, 203, 203, 0.09);
  font-family: "ClashDisplay";
  font-size: 188px;
  font-weight: 600;
  line-height: 0.6;
  margin: 0;
}
@media (max-width: 1400px) {
  .service .index-title h3 {
    font-size: 150px;
  }
}
@media (max-width: 1199px) {
  .service .index-title h3 {
    font-size: 120px;
  }
}
@media (max-width: 991px) {
  .service .index-title h3 {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .service .index-title h3 {
    font-size: 68px;
  }
}
@media (max-width: 575px) {
  .service .index-title h3 {
    font-size: 50px;
  }
}
.service .service-title h2 {
  color: #2B9739;
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .service .service-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .service .service-title h2 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .service .service-title h2 {
    font-size: 22px;
  }
}
.service .service-title h2 span {
  color: #E2E2E2;
  margin-left: 10px;
}
.service .sercontent {
  margin-top: 43px;
}
@media (max-width: 1400px) {
  .service .sercontent {
    margin-top: 40px;
  }
}
.service .sercontent .content .row-box {
  margin: 0 -14px;
}
.service .sercontent .content .row-box .col-box {
  padding: 0 14px;
  margin-top: 34px;
}
@media (max-width: 1400px) {
  .service .sercontent .content .row-box .col-box {
    margin-top: 20px;
  }
}
@media (min-width: 1400px) {
  .service .sercontent .content .row-box .col-box.col-custom {
    width: calc(100% / 5);
  }
}
.service .sercontent .content .row-box .col-box .item-box {
  border-radius: 5px;
  border: 0.5px solid #2B9739;
  background: #FFF;
  padding: 104px 25px 0 25px;
  min-height: 530px;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 1560px) {
  .service .sercontent .content .row-box .col-box .item-box {
    padding: 60px 25px 0 25px;
    min-height: 460px;
  }
}
@media (max-width: 1199px) {
  .service .sercontent .content .row-box .col-box .item-box {
    min-height: 420px;
    padding: 40px 25px 0 25px;
  }
}
@media (max-width: 991px) {
  .service .sercontent .content .row-box .col-box .item-box {
    min-height: 340px;
  }
}
.service .sercontent .content .row-box .col-box .item-box:hover {
  border: 0.5px solid #BAC6F0;
  background: #2B9739;
}
.service .sercontent .content .row-box .col-box .item-box:hover .item .icon .iconfont {
  color: #FFF;
}
.service .sercontent .content .row-box .col-box .item-box:hover .item .tit {
  color: #FFF;
}
.service .sercontent .content .row-box .col-box .item-box:hover .item .txt p {
  color: #FFF;
}
.service .sercontent .content .row-box .col-box .item-box:hover .item .number {
  color: #FFF;
}
.service .sercontent .content .row-box .col-box .item-box .item .icon {
  display: flex;
  justify-content: center;
}
.service .sercontent .content .row-box .col-box .item-box .item .icon .iconfont {
  font-size: 40px;
  color: #2B9739;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .service .sercontent .content .row-box .col-box .item-box .item .icon .iconfont {
    font-size: 34px;
  }
}
.service .sercontent .content .row-box .col-box .item-box .item .tit {
  margin-top: 45px;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .service .sercontent .content .row-box .col-box .item-box .item .tit {
    font-size: 20px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .service .sercontent .content .row-box .col-box .item-box .item .tit {
    font-size: 18px;
    margin-top: 20px;
  }
}
.service .sercontent .content .row-box .col-box .item-box .item .txt {
  margin-top: 22px;
}
@media (max-width: 991px) {
  .service .sercontent .content .row-box .col-box .item-box .item .txt {
    margin-top: 10px;
  }
}
.service .sercontent .content .row-box .col-box .item-box .item .txt p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.service .sercontent .content .row-box .col-box .item-box .item .number {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 56px;
  margin-top: 100px;
  color: #E0EEE2;
  font-family: Montserrat;
  font-size: 64px;
  font-weight: 600;
  line-height: 58px;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .service .sercontent .content .row-box .col-box .item-box .item .number {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .service .sercontent .content .row-box .col-box .item-box .item .number {
    font-size: 40px;
  }
}
.service .sercontent .content .row-box .col-box .item-box .item .bgimg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.service .sercontent .content .row-box .col-box .item-box .item .bgimg img {
  width: 100%;
  height: auto;
  background: transparent;
}
.service .serquestions {
  margin-top: 135px;
}
@media (max-width: 1560px) {
  .service .serquestions {
    margin-top: 100px;
  }
}
@media (max-width: 1400px) {
  .service .serquestions {
    margin-top: 60px;
  }
}
.service .serquestions .box {
  display: flex;
  justify-content: flex-end;
}
.service .serquestions .box .content-box {
  width: 79%;
}
@media (max-width: 991px) {
  .service .serquestions .box .content-box {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .service .serquestions .box .content-box {
    width: 100%;
  }
}
.service .serquestions .box .content-box .content {
  margin-top: 60px;
}
@media (max-width: 1400px) {
  .service .serquestions .box .content-box .content {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .service .serquestions .box .content-box .content {
    margin-top: 20px;
  }
}
.service .serquestions .box .content-box .content .asked-ul {
  list-style: none;
  padding: 0;
}
.service .serquestions .box .content-box .content .asked-ul .li {
  display: block;
  cursor: pointer;
  margin-top: 30px;
}
.service .serquestions .box .content-box .content .asked-ul .li:first-child {
  margin-top: 0;
}
@media (max-width: 1400px) {
  .service .serquestions .box .content-box .content .asked-ul .li {
    margin-top: 20px;
  }
}
.service .serquestions .box .content-box .content .asked-ul .li .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service .serquestions .box .content-box .content .asked-ul .li .cont p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.service .serquestions .box .content-box .content .asked-ul .li .cont p::before {
  font-family: iconfont !important;
  content: '\e7ec';
  font-size: 18px;
  color: #2B9739;
}
.service .serquestions .box .content-box .content .asked-ul .li .cont p span {
  display: inline-block;
  margin-left: 10px;
  color: #2B9739;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 991px) {
  .service .serquestions .box .content-box .content .asked-ul .li .cont p span {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.service .serquestions .box .content-box .content .asked-ul .li .text-box {
  display: none;
  padding: 10px 38px;
  margin-top: 10px;
  position: relative;
  border-radius: 6px;
  background: #F8FAFC;
  max-height: 3.1em;
  overflow: hidden;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .service .serquestions .box .content-box .content .asked-ul .li .text-box {
    padding: 10px 20px;
  }
}
.service .serquestions .box .content-box .content .asked-ul .li .text-box.current {
  max-height: 1000px;
}
.service .serquestions .box .content-box .content .asked-ul .li .text-box.current::after {
  content: '\e729';
}
.service .serquestions .box .content-box .content .asked-ul .li .text-box::after {
  font-family: iconfont !important;
  content: '\e632';
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #000000;
}
@media (max-width: 991px) {
  .service .serquestions .box .content-box .content .asked-ul .li .text-box::after {
    font-size: 18px;
  }
}
.service .serquestions .box .content-box .content .asked-ul .li .text-box p {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  width: 87%;
}
@media (max-width: 991px) {
  .service .serquestions .box .content-box .content .asked-ul .li .text-box p {
    font-size: 14px;
  }
}
.service .serquestions .box .content-box .content .asked-ul .li .text-box b {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  display: block;
  width: 87%;
}
@media (max-width: 991px) {
  .service .serquestions .box .content-box .content .asked-ul .li .text-box b {
    font-size: 14px;
  }
}
.service .serquestions .box .content-box .content .asked-ul .li .text-box ul {
  list-style: none;
}
.service .serquestions .box .content-box .content .asked-ul .li .text-box ul li {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  width: 87%;
}
@media (max-width: 991px) {
  .service .serquestions .box .content-box .content .asked-ul .li .text-box ul li {
    font-size: 14px;
  }
}
.service .serquestions .box .content-box .content .asked-ul .li.current .text-box::after {
  content: '\e729';
}
.service .serdown {
  margin-top: 200px;
}
@media (max-width: 1560px) {
  .service .serdown {
    margin-top: 160px;
  }
}
@media (max-width: 1400px) {
  .service .serdown {
    margin-top: 120px;
  }
}
@media (max-width: 1199px) {
  .service .serdown {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .service .serdown {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .service .serdown {
    margin-top: 40px;
  }
}
.service .serdown .content {
  margin-top: 70px;
}
@media (max-width: 1400px) {
  .service .serdown .content {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .service .serdown .content {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .service .serdown .content {
    margin-top: 0;
  }
}
.service .serdown .content .row-box {
  margin: 0 -32px;
}
@media (max-width: 1400px) {
  .service .serdown .content .row-box {
    margin: 0 -20px;
  }
}
@media (max-width: 1199px) {
  .service .serdown .content .row-box {
    margin: 0 -10px;
  }
}
.service .serdown .content .row-box .col-box {
  padding: 0 32px;
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .service .serdown .content .row-box .col-box {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .service .serdown .content .row-box .col-box {
    padding: 0 10px;
  }
}
.service .serdown .content .row-box .col-box .item-box {
  padding: 0 24px;
}
@media (max-width: 1400px) {
  .service .serdown .content .row-box .col-box .item-box {
    padding: 0 15px;
  }
}
.service .serdown .content .row-box .col-box .item-box .item .cont-img .img-box {
  padding-bottom: calc(210 / 174 * 100%);
}
.service .serdown .content .row-box .col-box .item-box .item .tit {
  margin: 11px 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
}
@media (max-width: 767px) {
  .service .serdown .content .row-box .col-box .item-box .item .tit {
    font-size: 14px;
  }
}
.service .serdown .content .row-box .col-box .item-box .item .load {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service .serdown .content .row-box .col-box .item-box .item .load a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  border-radius: 10px;
  background: #2B9739;
}
.service .serdown .content .row-box .col-box .item-box .item .load a span {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 0.7;
  display: inline-block;
  margin-bottom: -5px;
}
@media (max-width: 767px) {
  .service .serdown .content .row-box .col-box .item-box .item .load a span {
    font-size: 14px;
  }
}
.service .servideo {
  margin-top: 200px;
}
@media (max-width: 1560px) {
  .service .servideo {
    margin-top: 160px;
  }
}
@media (max-width: 1440px) {
  .service .servideo {
    margin-top: 120px;
  }
}
@media (max-width: 1400px) {
  .service .servideo {
    margin-top: 80px;
  }
}
@media (max-width: 1199px) {
  .service .servideo {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .service .servideo {
    margin-top: 40px;
  }
}
.service .servideo .content {
  margin-top: 80px;
}
@media (max-width: 1560px) {
  .service .servideo .content {
    margin-top: 60px;
  }
}
@media (max-width: 1400px) {
  .service .servideo .content {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .service .servideo .content {
    margin-top: 20px;
  }
}
.service .servideo .content .servideo-slick {
  margin: 0 -10px;
}
.service .servideo .content .servideo-slick .item-box {
  padding: 0 10px;
}
.service .servideo .content .servideo-slick .item-box .cont-img .img-box {
  padding-bottom: calc(266 / 400 * 100%);
  border-radius: 10px;
}
.service .servideo .content .servideo-slick .item-box .cont-img .img-box .firm-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  cursor: pointer;
}
.service .servideo .content .servideo-slick .item-box .cont-img .img-box .firm-video .iconfont {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #FFF;
  font-size: 18px;
  color: #2B9739;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 3px;
}
@media (max-width: 575px) {
  .service .servideo .content .servideo-slick .item-box .cont-img .img-box .firm-video .iconfont {
    font-size: 28px;
  }
}
.service .servideo .content .servideo-slick .item-box .tit {
  margin-top: 30px;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .service .servideo .content .servideo-slick .item-box .tit {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .service .servideo .content .servideo-slick .item-box .tit {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .service .servideo .content .servideo-slick .item-box .tit {
    font-size: 16px;
  }
}
.service .serperair {
  padding: 200px 0 140px 0;
}
@media (max-width: 1560px) {
  .service .serperair {
    padding: 150px 0 100px 0;
  }
}
@media (max-width: 1440px) {
  .service .serperair {
    padding: 100px 0 80px 0;
  }
}
@media (max-width: 1400px) {
  .service .serperair {
    padding: 80px 0 60px 0;
  }
}
@media (max-width: 1199px) {
  .service .serperair {
    padding: 60px 0 40px 0;
  }
}
@media (max-width: 991px) {
  .service .serperair {
    padding: 40px 0;
  }
}
.service .serperair .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .service .serperair .box {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .service .serperair .box .service-title {
    width: 100%;
  }
}
.service .serperair .box .service-title span {
  display: block;
  margin-left: 0;
}
.service .serperair .box .content {
  width: 72%;
}
@media (max-width: 991px) {
  .service .serperair .box .content {
    width: 100%;
    margin-top: 20px;
  }
}
.service .serperair .box .content .row-box {
  margin: 0 -35px;
  margin-top: -70px;
}
@media (max-width: 1400px) {
  .service .serperair .box .content .row-box {
    margin: 0 -20px;
    margin-top: -40px;
  }
}
@media (max-width: 1199px) {
  .service .serperair .box .content .row-box {
    margin-top: -20px;
  }
}
.service .serperair .box .content .row-box .col-box {
  padding: 0 35px;
  margin-top: 70px;
}
@media (max-width: 1400px) {
  .service .serperair .box .content .row-box .col-box {
    padding: 0 20px;
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .service .serperair .box .content .row-box .col-box {
    margin-top: 20px;
  }
}
.service .serperair .box .content .row-box .col-box .item-box {
  height: 100%;
  padding: 83px 30px;
  border-radius: 20px;
  border: 1px solid #000;
  background-color: #FFF;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .service .serperair .box .content .row-box .col-box .item-box {
    padding: 55px 20px;
  }
}
@media (max-width: 1199px) {
  .service .serperair .box .content .row-box .col-box .item-box {
    padding: 40px 20px;
  }
}
.service .serperair .box .content .row-box .col-box .item-box:hover {
  border: 1px solid #2B9739;
  background-color: #2B9739;
}
.service .serperair .box .content .row-box .col-box .item-box:hover .item .tit {
  color: #FFF;
}
.service .serperair .box .content .row-box .col-box .item-box:hover .item .txt p {
  color: #FFF;
}
.service .serperair .box .content .row-box .col-box .item-box .item .tit {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .service .serperair .box .content .row-box .col-box .item-box .item .tit {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .service .serperair .box .content .row-box .col-box .item-box .item .tit {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .service .serperair .box .content .row-box .col-box .item-box .item .tit {
    font-size: 16px;
  }
}
.service .serperair .box .content .row-box .col-box .item-box .item .hr {
  margin: 25px auto;
  width: 52px;
  height: 1px;
  background: #2B9739;
}
@media (max-width: 1400px) {
  .service .serperair .box .content .row-box .col-box .item-box .item .hr {
    margin: 20px auto;
  }
}
@media (max-width: 1199px) {
  .service .serperair .box .content .row-box .col-box .item-box .item .hr {
    margin: 15px auto;
  }
}
.service .serperair .box .content .row-box .col-box .item-box .item .txt p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .service .serperair .box .content .row-box .col-box .item-box .item .txt p {
    font-size: 14px;
  }
}
.news {
  overflow: hidden;
  padding: 95px 0 130px 0;
  position: relative;
}
@media (max-width: 1400px) {
  .news {
    padding: 80px 0 100px 0;
  }
}
@media (max-width: 1199px) {
  .news {
    padding: 60px 0 80px 0;
  }
}
@media (max-width: 991px) {
  .news {
    padding: 40px 0 60px 0;
  }
}
.news .appca-bgimg .bgimg1 {
  position: absolute;
  top: -12%;
  left: 20%;
  width: 50%;
  height: auto;
  background: transparent;
  pointer-events: none;
}
@media (max-width: 1680px) {
  .news .appca-bgimg .bgimg1 {
    top: -6%;
  }
}
@media (max-width: 991px) {
  .news .appca-bgimg .bgimg1 {
    top: -2%;
    width: 60%;
  }
}
@media (max-width: 767px) {
  .news .appca-bgimg .bgimg1 {
    width: 100%;
    top: -6%;
  }
}
.news .appca-bgimg .bgimg2 {
  position: absolute;
  bottom: 0;
  right: 00;
  width: 40%;
  height: auto;
  background: transparent;
  pointer-events: none;
}
.news .appca-bgimg .bgimg3 {
  position: absolute;
  top: 25%;
  left: 0;
  width: 40%;
  height: auto;
  background: transparent;
  pointer-events: none;
}
.news .index-title {
  position: relative;
}
.news .index-title h3 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: rgba(203, 203, 203, 0.09);
  font-family: "ClashDisplay";
  font-size: 188px;
  font-weight: 600;
  line-height: 0.6;
  margin: 0;
}
@media (max-width: 1400px) {
  .news .index-title h3 {
    font-size: 150px;
  }
}
@media (max-width: 1199px) {
  .news .index-title h3 {
    font-size: 120px;
  }
}
@media (max-width: 991px) {
  .news .index-title h3 {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .news .index-title h3 {
    font-size: 68px;
  }
}
@media (max-width: 575px) {
  .news .index-title h3 {
    font-size: 50px;
  }
}
.news .content {
  margin-top: 22px;
}
.news .content .list-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
  position: relative;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .news .content .list-box {
    flex-wrap: wrap;
    padding: 20px 0;
  }
}
.news .content .list-box::after {
  content: '';
  position: absolute;
  width: 1000%;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  top: 0;
  background: #F0FEF3;
  transition: all 0.5s;
  opacity: 0;
}
.news .content .list-box:first-child {
  margin-top: 0px;
}
@media (max-width: 991px) {
  .news .content .list-box {
    flex-wrap: wrap;
  }
}
.news .content .list-box:hover::after {
  opacity: 1;
}
.news .content .list-box:hover .right .cont .tit a {
  color: #389508;
}
.news .content .list-box:hover .right .cont .more a span {
  color: #389508;
}
.news .content .list-box .cont-img {
  width: 390px;
}
@media (max-width: 1400px) {
  .news .content .list-box .cont-img {
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .news .content .list-box .cont-img {
    width: 265px;
  }
}
@media (max-width: 991px) {
  .news .content .list-box .cont-img {
    width: 100%;
  }
}
.news .content .list-box .cont-img .img-box {
  border-radius: 10px;
  padding-bottom: calc(230 / 390 * 100%);
}
.news .content .list-box .right {
  display: flex;
  width: calc(100% - 390px - 65px);
  margin-left: auto;
  position: relative;
  z-index: 5;
}
@media (max-width: 1400px) {
  .news .content .list-box .right {
    width: calc(100% - 300px - 40px);
  }
}
@media (max-width: 1199px) {
  .news .content .list-box .right {
    width: calc(100% - 265px - 25px);
  }
}
@media (max-width: 991px) {
  .news .content .list-box .right {
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .news .content .list-box .right .date {
    width: 100%;
  }
}
.news .content .list-box .right .date .sty {
  color: #0D0D0D;
  font-size: 40px;
  font-weight: 900;
  line-height: 33px;
  letter-spacing: -0.8px;
}
@media (max-width: 1400px) {
  .news .content .list-box .right .date .sty {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .news .content .list-box .right .date .sty {
    font-size: 24px;
  }
}
.news .content .list-box .right .date .year {
  margin-top: 7px;
  color: #0D0D0D;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.98px;
  white-space: nowrap;
}
.news .content .list-box .right .cont {
  margin-left: 66px;
}
@media (max-width: 1400px) {
  .news .content .list-box .right .cont {
    margin-left: 40px;
  }
}
@media (max-width: 991px) {
  .news .content .list-box .right .cont {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.news .content .list-box .right .cont .tit {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  /* 120% */
}
@media (max-width: 1199px) {
  .news .content .list-box .right .cont .tit {
    font-size: 18px;
  }
}
.news .content .list-box .right .cont .tit a {
  color: #000;
  transition: all 0.5s;
}
.news .content .list-box .right .cont .txt {
  margin: 16px 0 18px 0;
}
@media (max-width: 991px) {
  .news .content .list-box .right .cont .txt {
    margin: 10px 0 15px 0;
  }
}
.news .content .list-box .right .cont .txt p {
  color: #626262;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.5s;
  /* 150% */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .content .list-box .right .cont .more a span {
  color: #0A0A0A;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  transition: all 0.5s;
}
.contact {
  overflow: hidden;
  padding-top: 95px;
  position: relative;
}
@media (max-width: 1400px) {
  .contact {
    padding-top: 60px;
  }
}
@media (max-width: 1199px) {
  .contact {
    padding-top: 40px;
  }
}
.contact .appca-bgimg .bgimg1 {
  position: absolute;
  top: -12%;
  left: 20%;
  width: 50%;
  height: auto;
  background: transparent;
  pointer-events: none;
}
@media (max-width: 1680px) {
  .contact .appca-bgimg .bgimg1 {
    top: -6%;
  }
}
@media (max-width: 991px) {
  .contact .appca-bgimg .bgimg1 {
    top: -2%;
    width: 60%;
  }
}
@media (max-width: 767px) {
  .contact .appca-bgimg .bgimg1 {
    width: 100%;
    top: -6%;
  }
}
.contact .appca-bgimg .bgimg2 {
  position: absolute;
  bottom: 0;
  right: 00;
  width: 40%;
  height: auto;
  background: transparent;
  pointer-events: none;
}
.contact .appca-bgimg .bgimg3 {
  position: absolute;
  top: 37%;
  left: 0;
  width: 25%;
  height: auto;
  background: transparent;
  pointer-events: none;
}
@media (max-width: 1680px) {
  .contact .appca-bgimg .bgimg3 {
    top: 45%;
  }
}
@media (max-width: 991px) {
  .contact .appca-bgimg .bgimg3 {
    top: 35%;
    width: 36%;
  }
}
@media (max-width: 767px) {
  .contact .appca-bgimg .bgimg3 {
    width: 64%;
  }
}
.contact .index-title {
  position: relative;
}
.contact .index-title h3 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: rgba(203, 203, 203, 0.09);
  font-family: "ClashDisplay";
  font-size: 188px;
  font-weight: 600;
  line-height: 0.6;
  margin: 0;
}
@media (max-width: 1400px) {
  .contact .index-title h3 {
    font-size: 150px;
  }
}
@media (max-width: 1199px) {
  .contact .index-title h3 {
    font-size: 120px;
  }
}
@media (max-width: 991px) {
  .contact .index-title h3 {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .contact .index-title h3 {
    font-size: 68px;
  }
}
@media (max-width: 575px) {
  .contact .index-title h3 {
    font-size: 50px;
  }
}
.contact .contact-nav {
  position: relative;
  z-index: 25;
}
.contact .contact-nav .row-box {
  margin: 0 -15px;
  border-bottom: 1px solid #DEDEDE;
  padding: 75px 0 62px 0;
}
@media (max-width: 1400px) {
  .contact .contact-nav .row-box {
    padding: 40px 0 40px 0;
  }
}
@media (max-width: 1199px) {
  .contact .contact-nav .row-box {
    padding: 20px 0 20px 0;
  }
}
.contact .contact-nav .row-box .col-box {
  padding: 0 15px;
  margin-top: 20px;
}
.contact .contact-nav .row-box .col-box .item {
  border-radius: 10px;
  background-color: #E8F4E9;
  transition: all 0.5s;
  padding: 34px;
  height: 100%;
}
@media (max-width: 1400px) {
  .contact .contact-nav .row-box .col-box .item {
    padding: 25px;
  }
}
.contact .contact-nav .row-box .col-box .item:hover {
  background-color: #2B9739;
}
.contact .contact-nav .row-box .col-box .item:hover .icon .iconfont {
  background-color: #FFF;
  color: #2B9739;
}
.contact .contact-nav .row-box .col-box .item:hover .tit {
  color: #FFF;
}
.contact .contact-nav .row-box .col-box .item:hover .txt p {
  color: #FFF;
}
.contact .contact-nav .row-box .col-box .item:hover .txt p a {
  color: #FFF;
}
.contact .contact-nav .row-box .col-box .item .icon .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1200px;
  background: #2B9739;
  width: 50px;
  height: 50px;
  color: #FFF;
  font-size: 26px;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .contact .contact-nav .row-box .col-box .item .icon .iconfont {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.contact .contact-nav .row-box .col-box .item .tit {
  margin-top: 30px;
  color: #222;
  font-family: Lato;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .contact .contact-nav .row-box .col-box .item .tit {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .contact .contact-nav .row-box .col-box .item .tit {
    font-size: 18px;
  }
}
.contact .contact-nav .row-box .col-box .item .txt {
  margin-top: 16px;
}
@media (max-width: 1400px) {
  .contact .contact-nav .row-box .col-box .item .txt {
    margin-top: 10px;
  }
}
.contact .contact-nav .row-box .col-box .item .txt p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 1.6px;
}
@media (max-width: 1400px) {
  .contact .contact-nav .row-box .col-box .item .txt p {
    font-size: 14px;
    line-height: 25px;
  }
}
.contact .contact-nav .row-box .col-box .item .txt p a {
  color: #000;
  transition: all 0.5s;
}
.contact .contact-message {
  margin-top: 60px;
  position: relative;
  z-index: 25;
}
@media (max-width: 1400px) {
  .contact .contact-message {
    margin-top: 40px;
  }
}
.contact .contact-message .box {
  display: flex;
}
@media (max-width: 991px) {
  .contact .contact-message .box {
    flex-wrap: wrap;
  }
}
.contact .contact-message .box .left {
  width: 580px;
}
@media (max-width: 1680px) {
  .contact .contact-message .box .left {
    width: 480px;
  }
}
@media (max-width: 1400px) {
  .contact .contact-message .box .left {
    width: 380px;
  }
}
@media (max-width: 1199px) {
  .contact .contact-message .box .left {
    width: 310px;
  }
}
@media (max-width: 991px) {
  .contact .contact-message .box .left {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .contact .contact-message .box .left {
    width: 100%;
  }
}
.contact .contact-message .box .left img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.contact .contact-message .box .right {
  width: calc(100% - 580px - 30px);
  margin-left: auto;
  border-radius: 10px;
  background: rgba(43, 151, 57, 0.11);
  padding: 50px 40px;
}
@media (max-width: 1680px) {
  .contact .contact-message .box .right {
    width: calc(100% - 480px - 30px);
  }
}
@media (max-width: 1400px) {
  .contact .contact-message .box .right {
    width: calc(100% - 380px - 30px);
  }
}
@media (max-width: 1199px) {
  .contact .contact-message .box .right {
    width: calc(100% - 310px - 30px);
  }
}
@media (max-width: 991px) {
  .contact .contact-message .box .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1400px) {
  .contact .contact-message .box .right {
    padding: 30px 20px;
  }
}
.contact .contact-message .box .right .tit {
  color: #222;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}
@media (max-width: 1680px) {
  .contact .contact-message .box .right .tit {
    font-size: 32px;
  }
}
@media (max-width: 1400px) {
  .contact .contact-message .box .right .tit {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .contact .contact-message .box .right .tit {
    font-size: 24px;
    line-height: 1;
  }
}
@media (max-width: 991px) {
  .contact .contact-message .box .right .tit {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .contact .contact-message .box .right .tit {
    font-size: 20px;
  }
}
.contact .contact-message .box .right .message {
  margin: 0 auto;
  margin-top: 30px;
  padding: 0 10px;
}
@media (max-width: 1400px) {
  .contact .contact-message .box .right .message {
    margin-top: 10px;
  }
}
.contact .contact-message .box .right .message .formbox .row {
  margin: 0 -8px;
}
.contact .contact-message .box .right .message .formbox li {
  margin-top: 14px;
  padding: 0 8px;
  list-style: none;
}
@media (max-width: 767px) {
  .contact .contact-message .box .right .message .formbox li {
    margin-top: 14px;
  }
}
.contact .contact-message .box .right .message .formbox .group {
  position: relative;
}
.contact .contact-message .box .right .message .formbox .group b {
  display: block;
  margin-bottom: 10px;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .contact .contact-message .box .right .message .formbox .group b {
    font-size: 14px;
  }
}
.contact .contact-message .box .right .message .formbox .group input {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #2B9739;
  background: #FFF;
  overflow: hidden;
  color: #B1B1B1;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
  padding: 15px 16px;
  outline: none;
  transition: border-color 0.3s ease;
}
.contact .contact-message .box .right .message .formbox .group input::placeholder {
  color: #B1B1B1;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
}
@media (max-width: 991px) {
  .contact .contact-message .box .right .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.contact .contact-message .box .right .message .formbox .group input:focus label {
  display: none;
}
.contact .contact-message .box .right .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.contact .contact-message .box .right .message .formbox .group textarea {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #2B9739;
  background: #FFF;
  overflow: hidden;
  color: #B1B1B1;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
  padding: 8px 16px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 150px;
}
@media (max-width: 991px) {
  .contact .contact-message .box .right .message .formbox .group textarea {
    font-size: 14px;
  }
}
.contact .contact-message .box .right .message .formbox .group textarea::placeholder {
  color: #B1B1B1;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
}
@media (max-width: 991px) {
  .contact .contact-message .box .right .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.contact .contact-message .box .right .message .formbox .group textarea:focus label {
  display: none;
}
.contact .contact-message .box .right .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.contact .contact-message .box .right .message .func {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .contact .contact-message .box .right .message .func {
    margin-top: 20px;
  }
}
.contact .contact-message .box .right .message .func .submit-group {
  display: flex;
}
.contact .contact-message .box .right .message .func .submit {
  border: none;
  border-radius: 100px;
  background: #2B9739;
  padding: 10px 65px;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .contact .contact-message .box .right .message .func .submit {
    padding: 8px 55px;
  }
}
.contact .contact-message .box .right .message .func .submit:hover {
  background-color: #2B9739;
}
.contact .contact-message .box .right .message .func .submit span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .contact .contact-message .box .right .message .func .submit span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact .contact-message .box .right .message .func .submit span {
    font-size: 14px;
  }
}
.contact .contact-map {
  padding: 120px 0 150px 0;
  overflow: hidden;
}
@media (max-width: 1560px) {
  .contact .contact-map {
    padding: 100px 0 120px 0;
  }
}
@media (max-width: 1400px) {
  .contact .contact-map {
    padding: 80px 0 100px 0;
  }
}
@media (max-width: 1199px) {
  .contact .contact-map {
    padding: 60px 0 80px 0;
  }
}
@media (max-width: 991px) {
  .contact .contact-map {
    padding: 40px 0 60px 0;
  }
}
.contact .contact-map .title {
  color: #222;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  /* 125% */
  text-align: center;
  margin-bottom: 67px;
}
@media (max-width: 1680px) {
  .contact .contact-map .title {
    font-size: 32px;
  }
}
@media (max-width: 1400px) {
  .contact .contact-map .title {
    margin-bottom: 40px;
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .contact .contact-map .title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .contact .contact-map .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .contact .contact-map .title {
    font-size: 20px;
  }
}
.popbox {
  display: none;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 666;
  background: rgba(0, 0, 0, 0.5);
}
.popbox .contbox {
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1400px) {
  .popbox .contbox {
    top: 25%;
  }
}
@media (max-width: 1199px) {
  .popbox .contbox {
    top: 22%;
  }
}
@media (max-width: 991px) {
  .popbox .contbox {
    top: 12%;
  }
}
@media (max-width: 767px) {
  .popbox .contbox {
    width: 90%;
    top: 15%;
  }
}
.popbox .contbox .contact-message {
  position: relative;
  z-index: 25;
}
.popbox .contbox .contact-message .box {
  margin: 0 auto;
  display: flex;
  background-color: #FFF;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box {
    flex-wrap: wrap;
  }
}
.popbox .contbox .contact-message .box .right {
  width: 100%;
  max-width: 800px;
  border-radius: 10px;
  background: rgba(43, 151, 57, 0.11);
  padding: 50px 40px;
  max-height: 552px;
  overflow-y: auto;
}
@media (max-width: 1400px) {
  .popbox .contbox .contact-message .box .right {
    padding: 30px 20px;
  }
}
.popbox .contbox .contact-message .box .right .tit {
  color: #222;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}
@media (max-width: 1680px) {
  .popbox .contbox .contact-message .box .right .tit {
    font-size: 32px;
  }
}
@media (max-width: 1400px) {
  .popbox .contbox .contact-message .box .right .tit {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .popbox .contbox .contact-message .box .right .tit {
    font-size: 24px;
    line-height: 1;
  }
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .tit {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .popbox .contbox .contact-message .box .right .tit {
    font-size: 20px;
  }
}
.popbox .contbox .contact-message .box .right .message {
  margin: 0 auto;
  margin-top: 30px;
  padding: 0 10px;
}
@media (max-width: 1400px) {
  .popbox .contbox .contact-message .box .right .message {
    margin-top: 10px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .row {
  margin: 0 -8px;
}
.popbox .contbox .contact-message .box .right .message .formbox li {
  margin-top: 14px;
  padding: 0 8px;
  list-style: none;
}
@media (max-width: 767px) {
  .popbox .contbox .contact-message .box .right .message .formbox li {
    margin-top: 14px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .group {
  position: relative;
}
.popbox .contbox .contact-message .box .right .message .formbox .group b {
  display: block;
  margin-bottom: 10px;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group b {
    font-size: 14px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .group input {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #2B9739;
  background: #FFF;
  overflow: hidden;
  color: #B1B1B1;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
  padding: 15px 16px;
  outline: none;
  transition: border-color 0.3s ease;
}
.popbox .contbox .contact-message .box .right .message .formbox .group input::placeholder {
  color: #B1B1B1;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .group input:focus label {
  display: none;
}
.popbox .contbox .contact-message .box .right .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.popbox .contbox .contact-message .box .right .message .formbox .group textarea {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #2B9739;
  background: #FFF;
  overflow: hidden;
  color: #B1B1B1;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
  padding: 8px 16px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 150px;
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group textarea {
    font-size: 14px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .group textarea::placeholder {
  color: #B1B1B1;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .group textarea:focus label {
  display: none;
}
.popbox .contbox .contact-message .box .right .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.popbox .contbox .contact-message .box .right .message .func {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .popbox .contbox .contact-message .box .right .message .func {
    margin-top: 20px;
  }
}
.popbox .contbox .contact-message .box .right .message .func .submit-group {
  display: flex;
}
.popbox .contbox .contact-message .box .right .message .func .submit {
  border: none;
  border-radius: 100px;
  background: #2B9739;
  padding: 10px 65px;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .popbox .contbox .contact-message .box .right .message .func .submit {
    padding: 8px 55px;
  }
}
.popbox .contbox .contact-message .box .right .message .func .submit:hover {
  background-color: #2B9739;
}
.popbox .contbox .contact-message .box .right .message .func .submit span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .popbox .contbox .contact-message .box .right .message .func .submit span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .popbox .contbox .contact-message .box .right .message .func .submit span {
    font-size: 14px;
  }
}
.popbox .contbox .popnone {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 440;
  cursor: pointer;
}
.popbox .contbox .popnone .iconfont {
  cursor: pointer;
  font-size: 16px;
  color: #333333;
}
.sitmap {
  padding: 100px 0;
  margin-top: 40px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .sitmap {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .sitmap {
    padding: 40px 0;
  }
}
.sitmap h2 {
  font-size: 45px;
  font-weight: 500;
  color: #2B9739;
}
@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: #2B9739;
}
.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: #2B9739;
  font-size: 16px;
  display: block;
  padding: 0;
  transition: color 0.3s ease;
  padding-left: 10px;
  border: none;
}
.privalcy {
  padding: 100px 0;
  margin-top: 40px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .privalcy {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .privalcy {
    padding: 40px 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: center;
  padding: 90px 0 4px 0;
}
@media (max-width: 1400px) {
  .pagination {
    padding: 60px 0 4px 0;
  }
}
@media (max-width: 1199px) {
  .pagination {
    padding: 30px 0 4px 0;
  }
}
.pagination li {
  display: flex;
  align-items: center;
  margin: 0px 3px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .pagination li {
    margin: 0 3px;
  }
}
.pagination li.prev a,
.pagination li.next a {
  border-radius: 3px;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
.pagination li.prev a:hover,
.pagination li.next a:hover {
  background-color: #2B9739;
}
.pagination li.prev a:before,
.pagination li.next a:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  display: block;
  content: '\e6cd';
  color: #C1C1C1;
  text-align: center;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .pagination li.prev a:before,
  .pagination li.next a:before {
    font-size: 14px;
  }
}
.pagination li.prev a:hover:before,
.pagination li.next a:hover:before {
  color: #FFFFFF;
}
.pagination li.prev a:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination li a {
  display: block;
  color: #C1C1C1;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  width: 26px;
  height: 26px;
  padding: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  text-transform: capitalize;
}
.pagination li a.have-more {
  color: #C1C1C1 !important;
  background-color: transparent !important;
  width: auto !important;
  height: auto !important;
  line-height: auto !important;
}
.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: #2B9739 !important;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #2B9739;
}
.newsdetails {
  margin-top: 140px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .newsdetails {
    margin-top: 110px;
  }
}
@media (max-width: 1199px) {
  .newsdetails {
    margin-top: 80px;
  }
}
.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: #2B9739;
}
@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:first-child {
  background-color: #2B9739;
}
.newsdetails .cont table tr:first-child td {
  color: #FFFFFF;
}
.newsdetails .cont table tr td {
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .newsdetails .cont table tr td {
    font-size: 14px;
  }
}
.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: 14px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  content: '\e602';
  -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: #2B9739;
}
.newsdetails .relate-details a:hover:before {
  color: #fff;
  background-color: #2B9739;
}
.newsdetails .relate-details .next a:before {
  content: '\e602';
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.now-bottom {
  padding: 40px 0 40px 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: #2B9739;
  border-radius: 10px;
  padding: 10px;
  color: white;
  border: none;
  font-family: 'Montserrat';
  font-weight: 400;
}
.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 {
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .now-bottom .contactus-right .message {
    margin-top: 0;
  }
}
.now-bottom .contactus-right .message .formbox .now-title input {
  width: 100%;
  border-radius: 10px;
  background: #2B9739;
  border: none;
  padding: 15px 23px;
  color: #FFF;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .now-bottom .contactus-right .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
.now-bottom .contactus-right .message .formbox .row {
  margin: 0 -10px;
}
.now-bottom .contactus-right .message .formbox li {
  margin-top: 20px;
  padding: 0 10px;
  list-style: none;
}
@media (max-width: 767px) {
  .now-bottom .contactus-right .message .formbox li {
    margin-top: 15px;
  }
}
.now-bottom .contactus-right .message .formbox .group {
  position: relative;
}
.now-bottom .contactus-right .message .formbox .group input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #E7E7EF;
  background: #F7F7FA;
  overflow: hidden;
  color: #B1B1B1;
  font-size: 16px;
  line-height: 100%;
  padding: 18px 23px;
  outline: none;
  transition: border-color 0.3s ease;
  border: none;
}
@media (max-width: 1400px) {
  .now-bottom .contactus-right .message .formbox .group input {
    padding: 15px 20px;
  }
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group input {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .group input::placeholder {
  color: #B1B1B1;
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .group input:focus label {
  display: none;
}
.now-bottom .contactus-right .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.now-bottom .contactus-right .message .formbox .group textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #2B9739;
  background: #F7F7FA;
  overflow: hidden;
  color: #B1B1B1;
  font-size: 16px;
  line-height: 100%;
  padding: 18px 23px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 300px;
  border: none;
}
@media (max-width: 1400px) {
  .now-bottom .contactus-right .message .formbox .group textarea {
    padding: 15px 20px;
  }
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group textarea {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group textarea {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .group textarea::placeholder {
  color: #B1B1B1;
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .group textarea:focus label {
  display: none;
}
.now-bottom .contactus-right .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.now-bottom .contactus-right .message .func {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .now-bottom .contactus-right .message .func {
    margin-top: 20px;
  }
}
.now-bottom .contactus-right .message .func .submit-group {
  display: flex;
  justify-content: flex-end;
}
.now-bottom .contactus-right .message .func .submit {
  border: none;
  border-radius: 16px;
  background-color: #2B9739;
  box-shadow: 0 0 0 4px #E0E0EB, 0 2px 2px 0.5px #BCBCD2;
  padding: 14px 76px;
  transition: all 0.5s;
}
.now-bottom .contactus-right .message .func .submit:hover {
  background-color: #2B9739;
}
@media (max-width: 1400px) {
  .now-bottom .contactus-right .message .func .submit {
    padding: 12px 60px;
  }
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .func .submit {
    padding: 10px 45px;
  }
}
.now-bottom .contactus-right .message .func .submit span {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 100%;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .now-bottom .contactus-right .message .func .submit span {
    font-size: 14px;
  }
}
.inquiry-wrap {
  padding-bottom: 100px;
  margin-top: 40px;
  overflow: hidden;
}
@media (max-width: 1409px) {
  .inquiry-wrap {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .inquiry-wrap {
    padding-bottom: 40px;
  }
}
.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: #2B9739;
  border-color: #000;
}
.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;
}
.inquiry-wrap .iq-title {
  overflow: hidden;
  background-color: #2B9739;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .inquiry-wrap .iq-title {
    margin-top: 20px;
  }
}
@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;
  }
}
.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: '\e729';
}
.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 #2B9739;
  border-top: none;
}
.inquiry-wrap .inquiry-box .list > li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #2B9739;
}
.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 {
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .inquiry-wrap .content .message {
    margin-top: 0;
  }
}
.inquiry-wrap .content .message .formbox .now-title input {
  width: 100%;
  border-radius: 10px;
  background: #2B9739;
  border: none;
  padding: 15px 23px;
  color: #FFF;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .inquiry-wrap .content .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
.inquiry-wrap .content .message .formbox .row {
  margin: 0 -10px;
}
.inquiry-wrap .content .message .formbox li {
  margin-top: 20px;
  padding: 0 10px;
  list-style: none;
}
@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox li {
    margin-top: 15px;
  }
}
.inquiry-wrap .content .message .formbox .group {
  position: relative;
}
.inquiry-wrap .content .message .formbox .group input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #E7E7EF;
  background: #F7F7FA;
  overflow: hidden;
  color: #B1B1B1;
  font-size: 16px;
  line-height: 100%;
  padding: 18px 23px;
  outline: none;
  transition: border-color 0.3s ease;
  border: none;
}
@media (max-width: 1400px) {
  .inquiry-wrap .content .message .formbox .group input {
    padding: 15px 20px;
  }
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group input {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .formbox .group input::placeholder {
  color: #B1B1B1;
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .formbox .group input:focus label {
  display: none;
}
.inquiry-wrap .content .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.inquiry-wrap .content .message .formbox .group textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #2B9739;
  background: #F7F7FA;
  overflow: hidden;
  color: #B1B1B1;
  font-size: 16px;
  line-height: 100%;
  padding: 18px 23px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 300px;
  border: none;
}
@media (max-width: 1400px) {
  .inquiry-wrap .content .message .formbox .group textarea {
    padding: 15px 20px;
  }
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group textarea {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group textarea {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .formbox .group textarea::placeholder {
  color: #B1B1B1;
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .formbox .group textarea:focus label {
  display: none;
}
.inquiry-wrap .content .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.inquiry-wrap .content .message .func {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .inquiry-wrap .content .message .func {
    margin-top: 20px;
  }
}
.inquiry-wrap .content .message .func .submit-group {
  display: flex;
  justify-content: flex-end;
}
.inquiry-wrap .content .message .func .submit {
  border: none;
  border-radius: 16px;
  background-color: #2B9739;
  box-shadow: 0 0 0 4px #E0E0EB, 0 2px 2px 0.5px #BCBCD2;
  padding: 14px 76px;
  transition: all 0.5s;
}
.inquiry-wrap .content .message .func .submit:hover {
  background-color: #2B9739;
}
@media (max-width: 1400px) {
  .inquiry-wrap .content .message .func .submit {
    padding: 12px 60px;
  }
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .func .submit {
    padding: 10px 45px;
  }
}
.inquiry-wrap .content .message .func .submit span {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 100%;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .inquiry-wrap .content .message .func .submit span {
    font-size: 14px;
  }
}
.product .search-none {
  margin-top: 40px;
  margin-bottom: -40px;
}
@media (max-width: 1400px) {
  .product .search-none {
    margin-bottom: -20px;
  }
}
@media (max-width: 1199px) {
  .product .search-none {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.product .search-none h2 {
  color: #666;
}
.product .search-none p {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  margin: 0;
  color: #ab7640;
  padding: 10px;
}



.pouch-cont-left {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1199px) {
  .pouch-cont-left {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .pouch-cont-left {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .pouch-cont-left {
    padding: 00px;
  }
}
.pouch-cont-left .left-vertical {
  width: 18%;
}
@media (max-width: 991px) {
  .pouch-cont-left .left-vertical {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .pouch-cont-left .left-vertical {
    width: 100%;
  }
}
.pouch-cont-left .left-vertical .item {
  overflow: hidden;
  cursor: pointer;
}
.pouch-cont-left .left-vertical .slick-slide {
  margin: 6px 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .pouch-cont-left .left-vertical .slick-slide {
    margin: 0 5px;
  }
}
.pouch-cont-left .left-vertical .slick-slide.slick-current .item {
  overflow: hidden;
}
@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);
  }
}
.pouch-cont-left .left-vertical .slick-slide .item-video::after {
  z-index: 9;
  font-family: 'iconfont' !important;
  font-size: 16px;
  padding-left: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #FFFFFF;
  background-color: #49496D;
  border-radius: 100px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}
.pouch-cont-left .left-vertical .slick-slide .item-video:hover::after {
  background-color: #FFFFFF;
  color: #49496D;
}
.pouch-cont-left .left-vertical .img-box {
  background: #FFF;
  position: relative;
  padding-bottom: calc(470 / 500 * 100%);
  border-radius: 10px;
  overflow: hidden;
}
.pouch-cont-left .left-vertical .img-box img {
  width: 100%;
}
.pouch-cont-left .left-horizontal {
  width: 79%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .pouch-cont-left .left-horizontal {
    width: 100%;
    margin: 0;
  }
}
.pouch-cont-left .left-horizontal .item {
  overflow: hidden;
}
.pouch-cont-left .left-horizontal .img-box {
  background: #FFF;
  padding-bottom: calc(470 / 500 * 100%);
  border-radius: 10px;
  overflow: hidden;
}
.pouch-cont-left .left-horizontal .img-box img {
  width: 100%;
}
