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: 1680px) {
  .container.con1650 {
    max-width: 1650px;
  }
}
@font-face {
  font-family: 'ZalandoSansExpanded';
  src: url('../fonts/ZalandoSansExpanded-SemiBold.woff2') format('woff2'), url('../fonts/ZalandoSansExpanded-SemiBold.woff') format('woff'), url('../fonts/ZalandoSansExpanded-SemiBold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: 'ZalandoSansExpanded';
  src: url('../fonts/ZalandoSansExpanded-Medium.woff2') format('woff2'), url('../fonts/ZalandoSansExpanded-Medium.woff') format('woff'), url('../fonts/ZalandoSansExpanded-Medium.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: 'InterTight';
  src: url('../fonts/InterTight-SemiBold.woff2') format('woff2'), url('../fonts/InterTight-SemiBold.woff') format('woff'), url('../fonts/InterTight-SemiBold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: 'InterTight';
  src: url('../fonts/InterTight-Medium.woff2') format('woff2'), url('../fonts/InterTight-Medium.woff') format('woff'), url('../fonts/InterTight-Medium.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: 'InterTight';
  src: url('../fonts/InterTight-Regular.woff2') format('woff2'), url('../fonts/InterTight-Regular.woff') format('woff'), url('../fonts/InterTight-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
body {
  font-family: 'InterTight', "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: 130px 0;
}
@media (max-width: 1560px) {
  .index-padding {
    padding: 100px 0;
  }
}
@media (max-width: 1400px) {
  .index-padding {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .index-padding {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .index-padding {
    padding: 45px 0;
  }
}
.index-title h3 {
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 1400px) {
  .index-title h3 {
    margin-bottom: 10px;
  }
}
.index-title h3 span {
  text-align: center;
  font-family: "ZalandoSansExpanded";
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  background: linear-gradient(90deg, #085C44 0%, #C1EB91 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-title h3 span b,
.index-title h3 span strong {
  margin: 0 16px;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .index-title h3 span b,
  .index-title h3 span strong {
    margin: 0 10px;
  }
}
.index-title h2 {
  margin: 0;
  text-align: center;
  color: #120E0B;
  font-family: "ZalandoSansExpanded";
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}
.index-title h2 span {
  background: linear-gradient(0deg, #120E0B 0%, #085C44 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1400px) {
  .index-title h2 {
    margin-bottom: 10px;
    font-size: 38px !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: 28px !important;
  }
}
@media (max-width: 575px) {
  .index-title h2 {
    font-size: 25px !important;
  }
}
.overhide {
  overflow: hidden;
}
.header.scrolled {
  border: none;
  top: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
}
.header.scrolled .box2 .header-logo img {
  filter: brightness(1) invert(0);
}
.header.scrolled .box2 .header-nav .nav > ul > li > a {
  color: #120E0B;
}
.header.scrolled .box2 .header-nav .nav > ul > li > a::after {
  color: #120E0B;
}
.header.scrolled .box2 .right .h-r2 .h-r2-3 .form form {
  border: 1px solid rgba(59, 125, 69, 0.2);
  background: linear-gradient(0deg, #F6FCF1 0%, #FAFAFA 100%);
}
.header.scrolled .box2 .right .h-r2 .h-r2-3 .form form input {
  color: #222;
}
.header.scrolled .box2 .right .h-r2 .h-r2-3 .form form input::placeholder {
  color: #120E0B;
}
.header.scrolled .box2 .right .hr2-1 .language .lang a {
  color: #120E0B !important;
}
.header.scrolled .btn-menu a {
  color: #222;
}
.header.hasty {
  position: sticky;
  background-color: #FFF;
}
.header.hasty .box2 .header-logo img {
  filter: brightness(1) invert(0);
}
.header.hasty .box2 .header-nav .nav > ul > li > a {
  color: #120E0B;
}
.header.hasty .box2 .header-nav .nav > ul > li > a::after {
  color: #120E0B;
}
.header.hasty .box2 .right .h-r2 .h-r2-3 .form form {
  border: 1px solid rgba(59, 125, 69, 0.2);
  background: linear-gradient(0deg, #F6FCF1 0%, #FAFAFA 100%);
}
.header.hasty .box2 .right .h-r2 .h-r2-3 .form form input {
  color: #222;
}
.header.hasty .box2 .right .h-r2 .h-r2-3 .form form input::placeholder {
  color: #120E0B;
}
.header.hasty .box2 .right .hr2-1 .language .lang a {
  color: #120E0B !important;
}
.header.hasty .btn-menu a {
  color: #222;
}
.header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 0;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .header {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .header {
    position: sticky;
  }
}
.header .header-box {
  position: relative;
}
.header .box2 {
  position: relative;
}
.header .box2 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3%;
}
.header .box2 .header-logo {
  width: 322px;
  text-align: center;
}
@media (max-width: 1400px) {
  .header .box2 .header-logo {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .header .box2 .header-logo {
    width: 150px;
  }
}
.header .box2 .header-logo img {
  height: auto;
  width: 100%;
  filter: brightness(0) invert(1);
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .header .box2 .header-logo img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header .box2 .header-logo img {
    filter: brightness(1) invert(0);
  }
}
@media (max-width: 1400px) {
  .header .box2 .header-nav {
    transform: none;
  }
}
@media (max-width: 1199px) {
  .header .box2 .header-nav {
    display: none;
  }
}
.header .box2 .header-nav .nav > ul {
  display: flex;
  list-style: none;
  margin: 0 -28px;
}
@media (max-width: 1400px) {
  .header .box2 .header-nav .nav > ul {
    margin: 0 -15px;
  }
}
.header .box2 .header-nav .nav > ul > li {
  display: block;
  transition: all 0.5s;
  position: relative;
}
.header .box2 .header-nav .nav > ul > li:last-child {
  margin-right: 0;
}
.header .box2 .header-nav .nav > ul > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 36px 28px;
  color: #FFF;
  font-family: "ZalandoSansExpanded";
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  white-space: nowrap;
  transition: all 0.5s;
}
.header .box2 .header-nav .nav > ul > li > a::after {
  font-family: 'iconfont' !important;
  content: '\e747';
  margin-left: 4px;
  font-size: 16px;
  color: #FFF;
  transition: all 0.5s;
  display: none;
  transform: rotate(90deg);
}
@media (max-width: 1400px) {
  .header .box2 .header-nav .nav > ul > li > a {
    padding: 30px 15px;
  }
}
.header .box2 .header-nav .nav > ul > li > a:hover {
  color: #085C44;
}
.header .box2 .header-nav .nav > ul > li > a.have::after {
  display: block;
}
.header .box2 .header-nav .nav > ul > li ul {
  position: absolute;
  top: calc(100%);
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  list-style: none;
  display: none;
  border-radius: 5px;
  padding: 0 10px;
  background: #ffffff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}
.header .box2 .header-nav .nav > ul > li ul li {
  position: relative;
}
.header .box2 .header-nav .nav > ul > li ul li:last-child {
  padding-bottom: 14px;
}
.header .box2 .header-nav .nav > ul > li ul li:last-child > a {
  border-bottom: none;
}
.header .box2 .header-nav .nav > ul > li ul li:first-child {
  padding-top: 14px;
}
.header .box2 .header-nav .nav > ul > li ul li:first-child::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 7px;
  background-size: cover;
}
.header .box2 .header-nav .nav > ul > li ul li a {
  display: block;
  padding: 10px 12px;
  border-bottom: 1px dashed #DDDDDD;
  white-space: nowrap;
  color: #121212;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.5s;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.header .box2 .header-nav .nav > ul > li ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #085C44;
  opacity: 0;
  transition: all 0.5s;
  z-index: -1;
}
.header .box2 .header-nav .nav > ul > li ul li a:hover {
  color: #FFF;
}
.header .box2 .header-nav .nav > ul > li ul li a:hover::before {
  opacity: 1;
}
.header .box2 .header-nav .nav > ul > li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  transform: translateX(0);
}
.header .box2 .header-nav .nav > ul > li ul li ul::after {
  display: none;
}
.header .box2 .header-nav .nav > ul > li ul li ul li::before {
  display: none;
}
.header .box2 .header-nav .nav > ul > li ul li ul li a {
  padding: 10px 0;
  font-size: 14px;
}
.header .box2 .right {
  display: flex;
  align-items: center;
}
.header .box2 .right .h-r2 {
  display: flex;
  align-items: center;
}
.header .box2 .right .h-r2 .h-r2-3 {
  position: relative;
}
.header .box2 .right .h-r2 .h-r2-3 .search {
  cursor: pointer;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #085C44;
  display: none;
}
@media (max-width: 767px) {
  .header .box2 .right .h-r2 .h-r2-3 .search {
    display: inline-flex;
  }
}
.header .box2 .right .h-r2 .h-r2-3 .search .iconfont {
  color: #fff;
  font-size: 18px;
}
.header .box2 .right .h-r2 .h-r2-3 .form {
  width: 230px;
}
@media (max-width: 767px) {
  .header .box2 .right .h-r2 .h-r2-3 .form {
    display: none !important;
  }
}
@media (max-width: 1650px) {
  .header .box2 .right .h-r2 .h-r2-3 .form {
    width: 200px;
  }
}
@media (max-width: 1400px) {
  .header .box2 .right .h-r2 .h-r2-3 .form {
    width: 170px;
  }
}
.header .box2 .right .h-r2 .h-r2-3 .form form {
  padding: 4px;
  height: 44px;
  justify-content: space-between;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
}
.header .box2 .right .h-r2 .h-r2-3 .form form button {
  background: transparent;
  border: none;
}
.header .box2 .right .h-r2 .h-r2-3 .form form button .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #FFF;
  transition: all 0.5s;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background-color: #085C44;
}
.header .box2 .right .h-r2 .h-r2-3 .form form input {
  padding-left: 16px;
  background: transparent;
  border: none;
  color: #FFF;
  font-family: "ZalandoSansExpanded";
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  width: 70%;
}
.header .box2 .right .h-r2 .h-r2-3 .form form input::placeholder {
  color: #FFF;
  font-family: "ZalandoSansExpanded";
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}
.header .box2 .right .h-r2 .hr2-1 {
  display: inline-flex;
  align-items: center;
  margin-right: 36px;
}
@media (max-width: 1400px) {
  .header .box2 .right .h-r2 .hr2-1 {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .header .box2 .right .h-r2 .hr2-1 {
    margin-right: 20px;
  }
}
.header .box2 .right .h-r2 .hr2-1 .language {
  position: relative;
}
.header .box2 .right .h-r2 .hr2-1 .language .lang {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
}
.header .box2 .right .h-r2 .hr2-1 .language .lang a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
.header .box2 .right .h-r2 .hr2-1 .language .lang a img {
  width: 18px;
  height: auto;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .header .box2 .right .h-r2 .hr2-1 .language .lang a {
    color: #120E0B;
  }
}
.header .box2 .right .h-r2 .hr2-1 .language ul {
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  min-width: 100%;
  list-style: none;
  border-radius: 4px;
  display: none;
  padding: 0 20px;
  padding-top: 10px;
  border-radius: 10px;
  background: #085C44;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.header .box2 .right .h-r2 .hr2-1 .language ul li {
  position: relative;
}
.header .box2 .right .h-r2 .hr2-1 .language ul li:last-child a {
  border-bottom: none;
}
.header .box2 .right .h-r2 .hr2-1 .language ul li:first-child a {
  padding-top: 0;
}
.header .box2 .right .h-r2 .hr2-1 .language ul li a {
  display: block;
  padding: 10px 24px;
  border-bottom: 1px dashed #FFFFFF;
  white-space: nowrap;
  color: #FFF;
  text-align: center;
  font-size: 15px;
}
.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 #085C44;
  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: #085C44;
}
.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: #fff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .btn-menu a {
    color: #222;
  }
}
.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;
  }
}
@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 iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner-box .banner .item {
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-box .banner .item img {
  transition: all 0.5s ease;
}
.banner-box .banner .item:hover img {
  animation: scaleAnimation 2s ease;
}
.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: 35px !important;
  z-index: 66;
  left: 50% !important;
  transform: translateX(-50%);
  width: auto !important;
  max-width: 100% !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .swiper-pagination {
    flex-wrap: wrap !important;
    display: none !important;
  }
}
@media (max-width: 991px) {
  .swiper-pagination {
    bottom: 20px !important;
  }
}
@media (max-width: 575px) {
  .swiper-pagination {
    bottom: 10px !important;
  }
}
.swiper-pagination-bullet-active {
  border-bottom: 1px solid #fff !important;
  z-index: 10;
  color: #FFF !important;
}
.swiper-pagination-bullet-active::before {
  height: 4px !important;
}
.swiper-pagination-bullet {
  width: 120px;
  margin: 0 17px !important;
  padding: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: transparent;
  border-bottom: 1px solid #FFFFFF4D;
  opacity: 1;
  padding-bottom: 23px;
  z-index: 10;
  color: #FFFFFF4D;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 991px) {
  .swiper-pagination-bullet {
    width: 70px;
    font-size: 14px;
    padding-bottom: 15px;
  }
}
/* 定义旋转动画 */
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.index-nav.show {
  right: calc(100% - 100%);
  /* 滑入左侧 */
}
.index-nav {
  position: fixed;
  top: 40%;
  right: 0px;
  z-index: 222;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(3px);
  padding: 5px;
}
@media (max-width: 1199px) {
  .index-nav {
    display: none;
  }
}
@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: 10px;
}
.index-nav .a:first-of-type {
  margin-top: 0;
}
.index-nav .a .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 100px;
  font-size: 26px;
  transition: all 0.3s ease;
  color: #fff;
}
.index-nav .a:hover .fix-nav-phonenumber {
  transform: translateY(-50%) translateX(-2px);
}
.index-nav .a:hover .iconfont {
  background-color: #085C44;
  color: #FFF;
}
.index-nav .top {
  position: relative;
}
.index-nav .top .iconfont {
  border-radius: 50% !important;
}
.index-nav .WeChat .fix-nav-phonenumber p {
  height: auto;
  padding: 7px;
  border-radius: 5px 0 0 5px;
}
.index-nav .fix-nav-phonenumber {
  position: absolute;
  right: 100%;
  top: 50%;
  height: 100%;
  transform: translateY(-50%) translateX(300%);
  transition: all 0.3s ease;
  line-height: 100%;
}
.index-nav .fix-nav-phonenumber p {
  margin: 0;
  height: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #085C44;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  white-space: nowrap;
  color: #FFF;
  font-size: 15px;
}
.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: 37px;
  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: #085C44;
  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;
  }
}
@keyframes videoan1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(3.5);
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
}
.index-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: linear-gradient(90deg, #085C44 0%, #C1EB91 100%);
  color: #FFF;
  text-align: center;
  font-family: "ZalandoSansExpanded";
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  padding: 12px 36px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .index-more {
    padding: 10px 25px;
  }
}
.index-more::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #085C44;
  z-index: 2;
  transition: all 0.5s;
  transform: translateX(-100%);
}
.index-more:hover::after {
  transform: translateX(0);
}
@media (max-width: 767px) {
  .index-more {
    font-size: 14px;
  }
}
.index-more span {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 12;
  color: #FFF;
}
.index-more span::after {
  font-family: 'iconfont' !important;
  content: '\e85e';
  color: #FFF;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
  margin-left: 6px;
  transition: all 0.3s ease;
}
.prev-next {
  width: 100px;
  position: relative;
  margin-bottom: 23px;
}
@media (max-width: 1199px) {
  .prev-next {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .prev-next {
    display: none !important;
  }
}
.prev-next .slick-next:before,
.prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 20px;
  display: block;
  content: '\e747';
  color: #085C44;
  transition: all 0.3s ease;
}
.prev-next .slick-prev:before {
  transform: rotate(180deg);
}
.prev-next .slick-prev,
.prev-next .slick-next {
  z-index: 1;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #E3EDDA;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .prev-next .slick-prev,
  .prev-next .slick-next {
    width: 40px;
    height: 40px;
  }
}
.prev-next .slick-next:hover,
.prev-next .slick-prev:hover {
  background-color: #085C44;
}
.prev-next .slick-next {
  right: 0;
}
.prev-next .slick-prev {
  left: 0;
}
.prev-next .slick-prev:hover::before,
.prev-next .slick-next:hover::before {
  color: #FFF;
}
.index .index-title {
  width: 59%;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .index .index-title {
    width: 65%;
  }
}
@media (max-width: 1199px) {
  .index .index-title {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .index .index-title {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .index .index-title {
    width: 100%;
  }
}
.index .inpro {
  position: relative;
  background: url(../img/ab1.png) no-repeat;
  background-size: cover;
  padding: 130px 0;
}
.index .inpro .imb1 {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  width: 50%;
  background: transparent;
  pointer-events: none;
}
@media (max-width: 1560px) {
  .index .inpro {
    padding: 100px 0;
  }
}
@media (max-width: 1400px) {
  .index .inpro {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .index .inpro {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .index .inpro {
    padding: 45px 0;
  }
}
.index .inpro .content {
  position: relative;
  margin: 70px 0;
}
@media (max-width: 1560px) {
  .index .inpro .content {
    margin: 50px 0;
  }
}
@media (max-width: 1400px) {
  .index .inpro .content {
    margin: 40px 0;
  }
}
@media (max-width: 1199px) {
  .index .inpro .content {
    margin: 25px 0;
  }
}
.index .inpro .content .prev-next {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 95%;
}
.index .inpro .content .prev-next .slick-prev,
.index .inpro .content .prev-next .slick-next {
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(2px);
  border: none;
}
.index .inpro .content .prev-next .slick-prev:hover,
.index .inpro .content .prev-next .slick-next:hover {
  background-color: #085C44;
}
.index .inpro .content .prev-next .slick-prev::before,
.index .inpro .content .prev-next .slick-next::before {
  color: #FFF;
}
.index .inpro .content .inpro-slick {
  margin: 0 -7px;
}
.index .inpro .content .inpro-slick .slick-list {
  overflow: visible;
}
@media (max-width: 991px) {
  .index .inpro .content .inpro-slick .slick-list {
    overflow: hidden;
  }
}
.index .inpro .content .inpro-slick .item-box {
  padding: 0 7px;
}
.index .inpro .content .inpro-slick .item-box .item:hover .img-box img {
  transform: scale(1.06);
}
.index .inpro .content .inpro-slick .item-box .item:hover .tit a {
  color: #085C44;
}
.index .inpro .content .inpro-slick .item-box .item .img-box {
  border-radius: 15px;
  padding-bottom: calc(520 / 390 * 100%);
}
@media (max-width: 1199px) {
  .index .inpro .content .inpro-slick .item-box .item .img-box {
    border-radius: 10px;
  }
}
.index .inpro .content .inpro-slick .item-box .item .tit {
  width: 50%;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 1680px) {
  .index .inpro .content .inpro-slick .item-box .item .tit {
    width: 60%;
  }
}
@media (max-width: 1400px) {
  .index .inpro .content .inpro-slick .item-box .item .tit {
    margin-top: 20px;
    width: 70%;
  }
}
@media (max-width: 767px) {
  .index .inpro .content .inpro-slick .item-box .item .tit {
    margin-top: 10px;
  }
}
.index .inpro .content .inpro-slick .item-box .item .tit a {
  color: #120E0B;
  text-align: center;
  font-family: "ZalandoSansExpanded";
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .index .inpro .content .inpro-slick .item-box .item .tit a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .index .inpro .content .inpro-slick .item-box .item .tit a {
    font-size: 14px;
  }
}
.index .inpro .cont2 .txt {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .index .inpro .cont2 .txt {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .index .inpro .cont2 .txt {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .index .inpro .cont2 .txt {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .index .inpro .cont2 .txt {
    width: 100%;
  }
}
.index .inpro .cont2 .txt p {
  color: #75807A;
  text-align: center;
  font-size: 16px;
  line-height: 170%;
}
@media (max-width: 767px) {
  .index .inpro .cont2 .txt p {
    font-size: 14px;
  }
}
.index .inpro2 {
  padding: 0 1%;
}
.index .inpro2 .box2 {
  border-radius: 15px;
  background: linear-gradient(0deg, #F6FCF1 0%, #FAFAFA 100%);
  padding: 50px 0;
}
@media (max-width: 1400px) {
  .index .inpro2 .box2 {
    padding: 40px 0;
  }
}
@media (max-width: 1199px) {
  .index .inpro2 .box2 {
    padding: 30px 0;
  }
}
.index .inpro2 .box2 .row-box {
  margin: -15px -90px;
}
@media (max-width: 1680px) {
  .index .inpro2 .box2 .row-box {
    margin: -15px -60px;
  }
}
@media (max-width: 1400px) {
  .index .inpro2 .box2 .row-box {
    margin: -15px -40px;
  }
}
@media (max-width: 767px) {
  .index .inpro2 .box2 .row-box {
    margin: -20px;
  }
}
.index .inpro2 .box2 .row-box .col-box {
  padding: 15px 90px;
  position: relative;
}
@media (max-width: 1680px) {
  .index .inpro2 .box2 .row-box .col-box {
    padding: 15px 60px;
  }
}
@media (max-width: 1400px) {
  .index .inpro2 .box2 .row-box .col-box {
    padding: 15px 40px;
  }
}
@media (max-width: 767px) {
  .index .inpro2 .box2 .row-box .col-box {
    padding: 20px;
  }
}
.index .inpro2 .box2 .row-box .col-box:last-child::after {
  display: none;
}
.index .inpro2 .box2 .row-box .col-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 120px;
  border-right: 1px dashed rgba(59, 125, 69, 0.2);
}
@media (max-width: 767px) {
  .index .inpro2 .box2 .row-box .col-box::after {
    border-right: none;
    border-bottom: 1px dashed rgba(59, 125, 69, 0.2);
    height: 1px;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
}
.index .inpro2 .box2 .row-box .col-box .item:hover .icon .iconfont {
  animation: swing 1s 0s ease both;
}
.index .inpro2 .box2 .row-box .col-box .item:hover .cont .tit {
  color: #085C44;
}
.index .inpro2 .box2 .row-box .col-box .item .icon {
  line-height: 1;
  text-align: center;
}
.index .inpro2 .box2 .row-box .col-box .item .icon .iconfont {
  display: inline-block;
  font-size: 40px;
  background: linear-gradient(to top, #C1EB91 0%, #085C44 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.index .inpro2 .box2 .row-box .col-box .item .cont {
  margin-top: 36px;
}
@media (max-width: 1400px) {
  .index .inpro2 .box2 .row-box .col-box .item .cont {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .index .inpro2 .box2 .row-box .col-box .item .cont {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .index .inpro2 .box2 .row-box .col-box .item .cont {
    margin-top: 15px;
  }
}
.index .inpro2 .box2 .row-box .col-box .item .tit {
  color: #120E0B;
  text-align: center;
  font-family: "ZalandoSansExpanded";
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .index .inpro2 .box2 .row-box .col-box .item .tit {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .index .inpro2 .box2 .row-box .col-box .item .tit {
    font-size: 16px;
  }
}
.index .inpro2 .box2 .row-box .col-box .item .txt {
  margin-top: 12px;
}
@media (max-width: 1400px) {
  .index .inpro2 .box2 .row-box .col-box .item .txt {
    margin-top: 10px;
  }
}
.index .inpro2 .box2 .row-box .col-box .item .txt p {
  color: #75807A;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 767px) {
  .index .inpro2 .box2 .row-box .col-box .item .txt p {
    font-size: 14px;
  }
}
.index .inabout {
  padding: 6% 0 11% 0;
  position: relative;
}
.index .inabout .imb1 {
  background: transparent;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}
.index .inabout .imb2 {
  position: absolute;
  right: 0;
  bottom: -16%;
  height: auto;
  width: 30%;
  background: transparent;
  pointer-events: none;
}
.index .inabout .box {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 4;
}
@media (max-width: 991px) {
  .index .inabout .box {
    flex-wrap: wrap;
  }
}
.index .inabout .box .left {
  width: 44%;
}
@media (max-width: 991px) {
  .index .inabout .box .left {
    width: 100%;
  }
}
.index .inabout .box .left .index-title {
  margin: 0;
  width: 100%;
}
.index .inabout .box .left .index-title h3 {
  text-align: left;
}
.index .inabout .box .left .index-title h2 {
  text-align: left;
}
.index .inabout .box .left .index-title h2 img {
  width: 150px;
  border-radius: 100px;
  height: auto;
  background: transparent;
  margin: 0 5px;
}
.index .inabout .box .left .cont {
  width: 80%;
  margin-top: 46px;
}
@media (max-width: 1400px) {
  .index .inabout .box .left .cont {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .index .inabout .box .left .cont {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .index .inabout .box .left .cont {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .index .inabout .box .left .cont {
    width: 95%;
  }
}
.index .inabout .box .left .cont p {
  color: #75807A;
  font-size: 16px;
  line-height: 170%;
}
@media (max-width: 767px) {
  .index .inabout .box .left .cont p {
    font-size: 14px;
  }
}
.index .inabout .box .left .cont .more {
  margin-top: 70px;
}
@media (max-width: 1400px) {
  .index .inabout .box .left .cont .more {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .index .inabout .box .left .cont .more {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .index .inabout .box .left .cont .more {
    margin-top: 20px;
  }
}
.index .inabout .box .left .hr {
  margin: 70px 0;
  width: 100%;
  height: 1px;
  background: #EAF2EB;
}
@media (max-width: 1560px) {
  .index .inabout .box .left .hr {
    margin: 50px 0;
  }
}
@media (max-width: 1400px) {
  .index .inabout .box .left .hr {
    margin: 40px 0;
  }
}
@media (max-width: 1199px) {
  .index .inabout .box .left .hr {
    margin: 30px 0;
  }
}
.index .inabout .box .left .cont2 {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .index .inabout .box .left .cont2 {
    flex-wrap: wrap;
  }
}
.index .inabout .box .left .cont2 .c2left {
  width: 34%;
  padding: 4px;
  border-radius: 15px;
  background: linear-gradient(90deg, #085C44 0%, #C1EB91 100%);
  cursor: pointer;
}
@media (max-width: 767px) {
  .index .inabout .box .left .cont2 .c2left {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .index .inabout .box .left .cont2 .c2left {
    width: 100%;
  }
}
.index .inabout .box .left .cont2 .c2left .video {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .index .inabout .box .left .cont2 .c2left .video {
    justify-content: space-between;
  }
}
.index .inabout .box .left .cont2 .c2left .video .c2left-t {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  transform: rotate(-90deg);
}
@media (max-width: 1400px) {
  .index .inabout .box .left .cont2 .c2left .video .c2left-t {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .index .inabout .box .left .cont2 .c2left .video .c2left-t {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .index .inabout .box .left .cont2 .c2left .video .c2left-t {
    font-size: 18px;
  }
}
.index .inabout .box .left .cont2 .c2left .video .c2left-video {
  position: relative;
  width: 80%;
}
.index .inabout .box .left .cont2 .c2left .video .c2left-video .img-box {
  padding-bottom: calc(150 / 180 * 100%);
  border-radius: 15px;
}
.index .inabout .box .left .cont2 .c2left .video .c2left-video .iconfont {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 30px;
}
.index .inabout .box .left .cont2 .c2right {
  width: 50%;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .index .inabout .box .left .cont2 .c2right {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.index .inabout .box .left .cont2 .c2right p {
  color: #120E0B;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
  /* 32px */
}
@media (max-width: 1400px) {
  .index .inabout .box .left .cont2 .c2right p {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .index .inabout .box .left .cont2 .c2right p {
    font-size: 16px;
  }
}
.index .inabout .box .right {
  width: 47%;
}
@media (max-width: 991px) {
  .index .inabout .box .right {
    width: 100%;
    margin-top: 30px;
  }
}
.index .inabout .box .right .contbox {
  position: relative;
}
.index .inabout .box .right .contbox:hover .cont3 .iconfont {
  animation: swing 1s 0s ease both;
}
.index .inabout .box .right .contbox .img-box {
  padding-bottom: calc(920 / 770 * 100%);
  border-radius: 15px;
}
.index .inabout .box .right .contbox .cont2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  padding: 15px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .index .inabout .box .right .contbox .cont2 {
    position: static;
    flex-wrap: wrap;
    padding: 0;
  }
}
.index .inabout .box .right .contbox .cont2 .item {
  display: block;
  width: calc(50% - 5px);
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  padding: 30px;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .index .inabout .box .right .contbox .cont2 .item {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .index .inabout .box .right .contbox .cont2 .item {
    width: 100%;
    margin-top: 20px;
    background-color: rgba(8, 92, 68, 0.8);
  }
}
.index .inabout .box .right .contbox .cont2 .item:hover {
  background-color: rgba(8, 92, 68, 0.8);
}
.index .inabout .box .right .contbox .cont2 .item:hover .top .iconfont {
  transform: rotate(45deg);
}
.index .inabout .box .right .contbox .cont2 .item .top {
  display: flex;
  justify-content: space-between;
}
.index .inabout .box .right .contbox .cont2 .item .top .tit {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  width: 75%;
}
@media (max-width: 1400px) {
  .index .inabout .box .right .contbox .cont2 .item .top .tit {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .index .inabout .box .right .contbox .cont2 .item .top .tit {
    font-size: 16px;
  }
}
.index .inabout .box .right .contbox .cont2 .item .top .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #FFF;
  width: 46px;
  height: 46px;
  color: #085C44;
  font-size: 18px;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .index .inabout .box .right .contbox .cont2 .item .top .iconfont {
    width: 40px;
    height: 40px;
  }
}
.index .inabout .box .right .contbox .cont2 .item .count {
  margin-top: 26px;
}
@media (max-width: 1400px) {
  .index .inabout .box .right .contbox .cont2 .item .count {
    margin-top: 20px;
  }
}
.index .inabout .box .right .contbox .cont2 .item .count .num {
  display: flex;
  align-items: center;
  color: #FFF;
  font-family: "ZalandoSansExpanded";
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 1400px) {
  .index .inabout .box .right .contbox .cont2 .item .count .num {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .index .inabout .box .right .contbox .cont2 .item .count .num {
    font-size: 30px;
  }
}
.index .inabout .box .right .contbox .cont2 .item .count .num i {
  font-style: normal;
}
.index .inabout .box .right .contbox .cont2 .item .count p {
  margin-top: 10px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 767px) {
  .index .inabout .box .right .contbox .cont2 .item .count p {
    font-size: 14px;
  }
}
.index .inabout .box .right .contbox .cont2 .item .imgbox {
  display: flex;
  justify-content: flex-end;
}
.index .inabout .box .right .contbox .cont2 .item .img {
  width: 120px;
  border-radius: 15px;
  border: 4px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(2px);
}
.index .inabout .box .right .contbox .cont2 .item .img .img-box {
  border-radius: 15px;
  padding-bottom: 100%;
}
.index .inabout .box .right .contbox .cont3 {
  position: absolute;
  z-index: 12;
  top: 40px;
  right: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100px;
}
@media (max-width: 1400px) {
  .index .inabout .box .right .contbox .cont3 {
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
}
.index .inabout .box .right .contbox .cont3 .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: linear-gradient(90deg, #085C44 0%, #C1EB91 100%), #FFF;
  color: #FFF;
  width: 54px;
  height: 54px;
  font-size: 25px;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .index .inabout .box .right .contbox .cont3 .iconfont {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
}
.index .inhot .content {
  position: relative;
  padding: 70px 0 110px 0;
}
@media (max-width: 1560px) {
  .index .inhot .content {
    padding: 50px 0 90px 0;
  }
}
@media (max-width: 1400px) {
  .index .inhot .content {
    padding: 40px 0 80px 0;
  }
}
@media (max-width: 1199px) {
  .index .inhot .content {
    padding: 25px 0;
    padding-bottom: 70px;
  }
}
.index .inhot .content .prev-next {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .index .inhot .content .prev-next {
    display: block !important;
  }
}
.index .inhot .content .inhot-slick {
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .index .inhot .content .inhot-slick {
    margin: 0 -10px;
  }
}
.index .inhot .content .inhot-slick .itembox {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .index .inhot .content .inhot-slick .itembox {
    padding: 0 10px;
  }
}
.index .inhot .content .inhot-slick .itembox .item {
  padding: 26px 15px 30px 15px;
  border-radius: 15px;
  background: linear-gradient(180deg, #F6FCF1 0%, #FAFAFA 100%);
}
@media (max-width: 1400px) {
  .index .inhot .content .inhot-slick .itembox .item {
    padding: 22px 15px 25px 15px;
  }
}
.index .inhot .content .inhot-slick .itembox .item:hover .cont-img .img-box img {
  transform: scale(1.06);
}
.index .inhot .content .inhot-slick .itembox .item:hover .tit a {
  color: #085C44;
}
.index .inhot .content .inhot-slick .itembox .item .index-title {
  width: 100%;
  margin: 0;
}
.index .inhot .content .inhot-slick .itembox .item .index-title h3 {
  text-align: left;
  margin: 0;
}
.index .inhot .content .inhot-slick .itembox .item .index-title h3 span b,
.index .inhot .content .inhot-slick .itembox .item .index-title h3 span strong {
  margin: 0 8px;
}
.index .inhot .content .inhot-slick .itembox .item .cont-img {
  margin: 26px 0;
}
@media (max-width: 1400px) {
  .index .inhot .content .inhot-slick .itembox .item .cont-img {
    margin: 20px 0;
  }
}
.index .inhot .content .inhot-slick .itembox .item .cont-img .img-box {
  border-radius: 15px;
  background: #FFF;
}
.index .inhot .content .inhot-slick .itembox .item .tit {
  color: #120E0B;
  font-family: "ZalandoSansExpanded";
  font-size: 18px;
  font-weight: 600;
  line-height: 116%;
  /* 20.88px */
}
@media (max-width: 1400px) {
  .index .inhot .content .inhot-slick .itembox .item .tit {
    font-size: 16px;
  }
}
.index .inhot .content .inhot-slick .itembox .item .tit a {
  color: #120E0B;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index .inhot .content .inhot-slick .itembox .item .txt {
  margin-top: 12px;
}
@media (max-width: 1400px) {
  .index .inhot .content .inhot-slick .itembox .item .txt {
    margin-top: 10px;
  }
}
.index .inhot .content .inhot-slick .itembox .item .txt p {
  overflow: hidden;
  color: #75807A;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .index .inhot .content .inhot-slick .itembox .item .txt p {
    font-size: 14px;
  }
}
.index .inservice {
  margin: 150px 0;
  padding: 0 1%;
}
@media (max-width: 1560px) {
  .index .inservice {
    margin: 120px 0;
  }
}
@media (max-width: 1400px) {
  .index .inservice {
    margin: 90px 0;
  }
}
@media (max-width: 1199px) {
  .index .inservice {
    margin: 70px 0;
  }
}
@media (max-width: 991px) {
  .index .inservice {
    margin: 50px 0;
  }
}
.index .inservice .box2 {
  background: url(../img/inservice-b1.png) no-repeat center;
  background-size: cover;
  border-radius: 15px;
  background-color: #F4FAF8;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.index .inservice .box2 .more {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media (max-width: 1560px) {
  .index .inservice .box2 .more {
    margin-top: 40px;
  }
}
@media (max-width: 1400px) {
  .index .inservice .box2 .more {
    margin-top: 30px;
  }
}
.index .innews {
  position: relative;
  padding: 150px 0;
}
.index .innews .imb1 {
  position: absolute;
  left: 0;
  bottom: -40%;
  width: 40%;
  height: auto;
  background: transparent;
  pointer-events: none;
}
@media (max-width: 1560px) {
  .index .innews {
    padding: 120px 0;
  }
}
@media (max-width: 1400px) {
  .index .innews {
    padding: 90px 0;
  }
}
@media (max-width: 1199px) {
  .index .innews {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .index .innews {
    padding: 50px 0;
  }
}
.index .innews .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .index .innews .box {
    flex-wrap: wrap;
  }
}
.index .innews .box .left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .index .innews .box .left {
    width: 100%;
  }
}
.index .innews .box .left .index-title {
  width: 100%;
  margin: 0;
}
.index .innews .box .left .index-title h3 {
  text-align: left;
}
.index .innews .box .left .index-title h2 {
  text-align: left;
}
.index .innews .box .left .cont-img {
  position: relative;
  width: 70%;
}
@media (max-width: 991px) {
  .index .innews .box .left .cont-img {
    width: 100%;
    margin-top: 10px;
  }
}
.index .innews .box .left .cont-img .img-box {
  padding-bottom: calc(280 / 450 * 100%);
  border-radius: 15px;
}
.index .innews .box .left .cont-img .tit {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.25);
}
.index .innews .box .left .cont-img .tit::before {
  font-family: 'iconfont' !important;
  content: "\e609";
  font-size: 18px;
  line-height: 1;
  color: #FFF;
  margin-right: 6px;
}
.index .innews .box .left .cont-img .tit span {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
.index .innews .box .right {
  width: 50%;
}
@media (max-width: 991px) {
  .index .innews .box .right {
    width: 100%;
    margin-top: 30px;
  }
}
.index .innews .box .right .asked-ul {
  list-style: none;
  padding: 0;
  width: 100%;
}
.index .innews .box .right .asked-ul .li {
  display: block;
  cursor: pointer;
  border-radius: 15px;
  border: 1px solid #F6FEE0;
  background: linear-gradient(90deg, #FAFAFA 0%, #F6FCF1 100%);
  padding: 20px;
  margin-top: 16px;
}
.index .innews .box .right .asked-ul .li:first-child {
  margin-top: 0;
}
.index .innews .box .right .asked-ul .li .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index .innews .box .right .asked-ul .li .cont p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.index .innews .box .right .asked-ul .li .cont p::after {
  font-family: 'iconfont' !important;
  content: '\e613';
  font-size: 20px;
  color: #085C44;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  transform: rotate(180deg);
  border: 1px solid #E3EDDA;
  transition: all 0.3s;
}
.index .innews .box .right .asked-ul .li .cont p span {
  position: relative;
  overflow: hidden;
  color: #120E0B;
  text-overflow: ellipsis;
  font-family: "ZalandoSansExpanded";
  font-size: 18px;
  font-weight: 600;
  line-height: 126%;
  display: -webkit-box;
  width: 670px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: 88%;
}
@media (max-width: 1199px) {
  .index .innews .box .right .asked-ul .li .cont p span {
    font-size: 16px;
  }
}
.index .innews .box .right .asked-ul .li .text-box {
  display: none;
  padding-top: 16px;
  position: relative;
  width: 91%;
}
.index .innews .box .right .asked-ul .li .text-box p {
  color: #959997;
  font-size: 16px;
  line-height: 170%;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .index .innews .box .right .asked-ul .li .text-box p {
    font-size: 14px;
  }
}
.index .innews .box .right .asked-ul .li.current .cont p span {
  color: #085C44;
  -webkit-line-clamp: 14;
}
.index .innews .box .right .asked-ul .li.current .cont p::after {
  transform: rotate(0);
  background-color: #085C44;
  color: #FFF;
}
.footer {
  background-color: #085C44;
}
.footer .fotb1 {
  padding: 90px 0 104px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F6FEE026;
}
@media (max-width: 1400px) {
  .footer .fotb1 {
    padding: 70px 0 80px 0;
  }
}
@media (max-width: 1199px) {
  .footer .fotb1 {
    padding: 50px 0 60px 0;
    flex-wrap: wrap;
  }
}
.footer .fotb1 .left {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .fotb1 .left {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .footer .fotb1 .left {
    flex-wrap: wrap;
  }
}
.footer .fotb1 .left .item {
  width: 34%;
}
@media (max-width: 991px) {
  .footer .fotb1 .left .item {
    width: 100%;
    margin-top: 30px;
  }
  .footer .fotb1 .left .item:first-child {
    margin-top: 0;
  }
  .footer .fotb1 .left .item:not(:last-child) h2 {
    margin-bottom: 0;
  }
  .footer .fotb1 .left .item:not(:last-child) ul {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .fotb1 .left .item:not(:last-child) ul li {
    margin-right: 20px;
    margin-top: 10px;
  }
}
.footer .fotb1 .left h2 {
  font-family: "ZalandoSansExpanded";
  font-size: 18px;
  font-weight: 600;
  line-height: 126%;
  /* 22.68px */
  margin-bottom: 26px;
}
@media (max-width: 1400px) {
  .footer .fotb1 .left h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .footer .fotb1 .left h2 {
    margin-bottom: 10px;
  }
}
.footer .fotb1 .left h2 span {
  background: linear-gradient(90deg, #FFF 0%, #C1EB91 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer .fotb1 .left ul {
  list-style: none;
}
.footer .fotb1 .left ul li {
  margin-top: 12px;
}
.footer .fotb1 .left ul li:first-child {
  margin-top: 0;
}
@media (max-width: 1400px) {
  .footer .fotb1 .left ul li {
    margin-top: 10px;
  }
}
.footer .fotb1 .left ul li p {
  color: #F6FEE0;
  font-size: 16px;
  line-height: 160%;
}
@media (max-width: 767px) {
  .footer .fotb1 .left ul li p {
    font-size: 14px;
  }
}
.footer .fotb1 .left ul li a {
  color: #F6FEE0;
  font-size: 16px;
  line-height: 160%;
  transition: all 0.5s;
}
.footer .fotb1 .left ul li a:hover {
  color: #C1EB91;
}
@media (max-width: 767px) {
  .footer .fotb1 .left ul li a {
    font-size: 14px;
  }
}
.footer .fotb1 .right {
  width: 35%;
}
@media (max-width: 1400px) {
  .footer .fotb1 .right {
    width: 40%;
  }
}
@media (max-width: 1199px) {
  .footer .fotb1 .right {
    width: 100%;
    margin-top: 30px;
  }
}
.footer .fotb1 .right .index-title {
  width: 100%;
  margin: 0;
}
.footer .fotb1 .right .index-title h3 {
  text-align: left;
  font-size: 14px;
}
.footer .fotb1 .right .index-title h3 span {
  background: linear-gradient(90deg, #FFF 0%, #C1EB91 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer .fotb1 .right .index-title h2 {
  text-align: left;
  color: #FFFFFF;
  font-size: 32px !important;
}
@media (max-width: 1400px) {
  .footer .fotb1 .right .index-title h2 {
    font-size: 26px !important;
  }
}
@media (max-width: 767px) {
  .footer .fotb1 .right .index-title h2 {
    font-size: 24px !important;
  }
}
.footer .fotb1 .right .index-title h2 span {
  background: linear-gradient(0deg, #FFF 0%, #C1EB91 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer .fotb1 .right .form {
  margin: 40px 0;
}
@media (max-width: 1400px) {
  .footer .fotb1 .right .form {
    margin: 30px 0;
  }
}
@media (max-width: 1199px) {
  .footer .fotb1 .right .form {
    margin: 20px 0;
  }
}
.footer .fotb1 .right .form form {
  width: 84%;
  padding: 4px 4px 4px 20px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 1199px) {
  .footer .fotb1 .right .form form {
    width: 90%;
  }
}
.footer .fotb1 .right .form form input {
  width: 65%;
  color: #FFF;
  font-size: 14px;
  line-height: 160%;
  background: transparent;
  border: none;
}
.footer .fotb1 .right .form form input::placeholder {
  color: #FFF;
  font-size: 14px;
  line-height: 160%;
}
.footer .fotb1 .right .form form .index-more {
  color: #085C44;
  border: none;
  background: linear-gradient(90deg, #FFF 0%, #C1EB91 100%);
}
.footer .fotb1 .right .form form .index-more:hover span {
  color: #FFF;
}
.footer .fotb1 .right .form form .index-more:hover span::after {
  color: #FFF;
}
.footer .fotb1 .right .form form .index-more span {
  color: #085C44;
  transition: all 0.5s;
}
.footer .fotb1 .right .form form .index-more span::after {
  color: #085C44;
}
.footer .fotb1 .right .translate {
  min-width: 160px;
  min-height: 25px;
}
.footer .fotb2 {
  padding: 50px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .footer .fotb2 {
    padding: 40px 0;
  }
}
@media (max-width: 1199px) {
  .footer .fotb2 {
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
.footer .fotb2 .left {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .footer .fotb2 .left {
    flex-wrap: wrap;
  }
}
.footer .fotb2 .left .tit {
  margin-right: 30px;
  display: inline-block;
  text-align: center;
  font-family: "ZalandoSansExpanded";
  font-size: 128px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  background: linear-gradient(90deg, #FFF 0%, #C1EB91 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1440px) {
  .footer .fotb2 .left .tit {
    font-size: 90px;
  }
}
@media (max-width: 1400px) {
  .footer .fotb2 .left .tit {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .footer .fotb2 .left .tit {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .footer .fotb2 .left .tit {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .footer .fotb2 .left .tit {
    font-size: 60px;
  }
}
.footer .fotb2 .left .txt-box {
  color: #C1EB91;
  font-size: 16px;
  line-height: 170%;
}
@media (max-width: 991px) {
  .footer .fotb2 .left .txt-box {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer .fotb2 .left .txt-box {
    font-size: 14px;
  }
}
.footer .fotb2 .left .txt-box a {
  color: #C1EB91;
  transition: all 0.5s;
}
.footer .fotb2 .left .txt-box a:hover {
  text-decoration: underline;
}
.footer .fotb2 .left .txt-box .cnzz {
  display: inline-block;
}
.footer .fotb2 .left .txt-box .txt-right {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .footer .fotb2 .left .txt-box .txt-right {
    margin-top: 10px;
  }
}
.footer .fotb2 .left .txt-box .txt-right span {
  display: inline-block;
  margin: 0 12px;
}
@media (max-width: 1199px) {
  .footer .fotb2 .right {
    margin-top: 20px;
    width: 100%;
  }
}
.footer .fotb2 .right ul {
  list-style: none;
  display: flex;
}
.footer .fotb2 .right ul li {
  margin-right: 10px;
}
.footer .fotb2 .right ul li:last-child {
  margin-right: 0;
}
.footer .fotb2 .right ul .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 100px;
  background: linear-gradient(270deg, #C1EB91 0%, #FFF 100%);
  font-size: 24px;
  color: #085C44;
  transition: all 0.5s;
}
.footer .fotb2 .right ul .iconfont:hover {
  animation: swing 1s 0s ease both;
}
.pro-banner {
  position: relative;
}
.pro-banner img {
  width: 100%;
}
.pro-banner .about-nav {
  position: absolute;
  width: 100%;
  z-index: 12;
  right: 0;
  bottom: 30px;
}
@media (max-width: 1400px) {
  .pro-banner .about-nav {
    bottom: 20px;
  }
}
@media (max-width: 991px) {
  .pro-banner .about-nav {
    position: static;
    margin: 15px 0;
  }
}
.pro-banner .about-nav ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .pro-banner .about-nav ul {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .pro-banner .about-nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
.pro-banner .about-nav ul li {
  margin-right: 12px;
  display: block;
}
@media (max-width: 767px) {
  .pro-banner .about-nav ul li {
    margin: 0;
  }
}
.pro-banner .about-nav ul li:last-child {
  margin-right: 0;
}
.pro-banner .about-nav ul li a {
  display: inline-block;
  padding: 14px 30px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid rgba(59, 125, 69, 0.2);
  background-color: rgba(16, 16, 16, 0.2);
  backdrop-filter: blur(2px);
  color: #FFF;
  font-family: "ZalandoSansExpanded";
  font-size: 14px;
  font-weight: 600;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .pro-banner .about-nav ul li a {
    padding: 10px 20px;
  }
}
@media (max-width: 991px) {
  .pro-banner .about-nav ul li a {
    padding: 7px 15px;
  }
}
.pro-banner .about-nav ul li a:hover {
  background-color: #085C44;
}
.pro-nav {
  background: linear-gradient(0deg, #F6FCF1 0%, #FAFAFA 100%);
  padding: 17px 0;
  display: flex;
  align-items: center;
  color: #75807A;
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 1199px) {
  .pro-nav {
    padding: 12px 0;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .pro-nav {
    font-size: 14px;
  }
}
.pro-nav .iconfont {
  margin-right: 10px;
  margin-top: 4px;
  color: #75807A;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 767px) {
  .pro-nav .iconfont {
    font-size: 14px;
  }
}
.pro-nav span {
  display: inline-block;
  margin: 0 5px;
}
.pro-nav a {
  color: #75807A;
}
.pro-nav a:hover {
  color: #085C44;
}
.product {
  padding: 130px 0 150px 0;
}
@media (max-width: 1470px) {
  .product {
    padding: 70px 0;
  }
}
@media (max-width: 1400px) {
  .product {
    padding: 50px 0;
  }
}
@media (max-width: 1199px) {
  .product {
    padding: 40px 0;
    overflow: hidden;
  }
}
.product .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .product .top {
    flex-wrap: wrap;
  }
}
.product .index-title {
  width: 55%;
  margin: 0;
}
.product .index-title h3 {
  text-align: left;
}
.product .index-title h2 {
  text-align: left;
  margin: 0;
}
@media (max-width: 991px) {
  .product .index-title {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product .index-title {
    width: 100%;
  }
}
.product .t-txt {
  width: 43%;
}
@media (max-width: 991px) {
  .product .t-txt {
    width: 100%;
    margin-top: 10px;
  }
}
.product .t-txt p {
  color: #75807A;
  font-size: 16px;
  line-height: 170%;
}
@media (max-width: 767px) {
  .product .t-txt p {
    font-size: 14px;
  }
}
.product .popular {
  margin-top: 70px;
}
@media (max-width: 1400px) {
  .product .popular {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .product .popular {
    margin-top: 30px;
  }
}
.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: #120E0B;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #F6FCF1 0%, #FAFAFA 100%);
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 10px 6px;
  font-size: 16px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.product .popular .top-nav .top-a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  background: linear-gradient(90deg, #085C44 0%, #C1EB91 100%), linear-gradient(0deg, #F6FCF1 0%, #FAFAFA 100%);
}
.product .popular .top-nav .top-a span {
  position: relative;
  z-index: 12;
}
@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;
}
.product .popular .top-nav .top-a:hover::after {
  right: 0;
}
.product .popular .popular-box {
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-left {
    display: none;
  }
}
.product .popular .popular-box .popular-left .left-ul {
  position: sticky;
  top: 90px;
  overflow: hidden;
  width: 390px;
}
@media (max-width: 1680px) {
  .product .popular .popular-box .popular-left .left-ul {
    width: 360px;
  }
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .left-ul {
    width: 320px;
  }
}
.product .popular .popular-box .popular-left .ul-li {
  display: block;
  position: relative;
  margin-top: 12px;
}
.product .popular .popular-box .popular-left .ul-li:first-child {
  margin-top: 0;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li {
    margin-top: 10px;
  }
}
.product .popular .popular-box .popular-left .ul-li p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 5px;
  background: linear-gradient(0deg, #F6FCF1 0%, #FAFAFA 100%);
  padding: 20px 16px;
  position: relative;
  height: 60px;
  overflow: hidden;
}
.product .popular .popular-box .popular-left .ul-li p::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'iconfont' !important;
  font-size: 22px;
  font-weight: 400;
  color: #120E0B;
  content: "\e613";
  transform: rotate(180deg);
  transition: all 0.5s;
}
.product .popular .popular-box .popular-left .ul-li p::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #085C44 0%, #C1EB91 100%), linear-gradient(0deg, #F6FCF1 0%, #FAFAFA 100%);
  opacity: 0;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-left .ul-li p > a {
  overflow: hidden;
  transition: all 0.5s ease;
  align-items: center;
  position: relative;
}
.product .popular .popular-box .popular-left .ul-li p > a span {
  color: #120E0B;
  font-family: "ZalandoSansExpanded";
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  position: relative;
  z-index: 6;
  display: inline-flex;
  align-items: center;
}
.product .popular .popular-box .popular-left .ul-li ul {
  list-style: none;
  display: none;
  background: #FAFAFA;
  padding-left: 16px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li ul {
    padding: 10px 0;
    padding-left: 16px;
  }
}
.product .popular .popular-box .popular-left .ul-li ul li {
  display: flex;
  align-items: center;
  padding: 16px 0;
  transition: all 0.4s;
  position: relative;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li ul li {
    padding: 10px 0;
  }
}
.product .popular .popular-box .popular-left .ul-li ul li::before {
  content: '';
  background-color: #120E0B;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-left .ul-li ul li:hover::before {
  background-color: #085C44;
}
.product .popular .popular-box .popular-left .ul-li ul li:hover a {
  color: #085C44;
}
.product .popular .popular-box .popular-left .ul-li ul li:first-child {
  margin-top: 0;
}
.product .popular .popular-box .popular-left .ul-li ul li:last-child {
  margin-bottom: 0;
}
.product .popular .popular-box .popular-left .ul-li ul li a {
  color: #120E0B;
  font-size: 16px;
  line-height: 130%;
  display: block;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li ul li a {
    font-size: 16px;
  }
}
.product .popular .popular-box .popular-left .ul-li.active p::after {
  transform: rotate(0);
  color: #FFF;
}
.product .popular .popular-box .popular-left .ul-li.active p::before {
  opacity: 1;
}
.product .popular .popular-box .popular-left .ul-li.active p > a {
  color: #FFF;
}
.product .popular .popular-box .popular-left .ul-li.active p > a span {
  color: #FFF;
}
.product .popular .popular-box .popular-right {
  width: calc(100% - 390px - 30px);
  margin-left: auto;
}
@media (max-width: 1680px) {
  .product .popular .popular-box .popular-right {
    width: calc(100% - 360px - 30px);
  }
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right {
    width: calc(100% - 320px - 30px);
  }
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right {
    width: 100%;
    margin-top: 20px;
  }
}
.product .popular .popular-box .popular-right.product-right {
  overflow: hidden;
}
.product .popular .popular-box .popular-right .content .row-box {
  margin: -25px -15px;
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right .content .row-box {
    margin: -15px -10px;
  }
}
.product .popular .popular-box .popular-right .content .row-box .itembox {
  padding: 25px 15px;
}
@media (max-width: 1440px) {
  .product .popular .popular-box .popular-right .content .row-box .itembox {
    padding: 20px 15px;
  }
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right .content .row-box .itembox {
    padding: 15px 10px;
  }
}
.product .popular .popular-box .popular-right .content .row-box .itembox .item {
  padding: 26px 15px 30px 15px;
  border-radius: 15px;
  background: linear-gradient(180deg, #F6FCF1 0%, #FAFAFA 100%);
}
.product .popular .popular-box .popular-right .content .row-box .itembox .item:hover .cont-img .img-box img {
  transform: scale(1.06);
}
.product .popular .popular-box .popular-right .content .row-box .itembox .item:hover .tit a {
  color: #085C44;
}
.product .popular .popular-box .popular-right .content .row-box .itembox .item .index-title {
  width: 100%;
  margin: 0;
}
.product .popular .popular-box .popular-right .content .row-box .itembox .item .index-title h3 {
  text-align: left;
  margin: 0;
}
.product .popular .popular-box .popular-right .content .row-box .itembox .item .index-title h3 span b,
.product .popular .popular-box .popular-right .content .row-box .itembox .item .index-title h3 span strong {
  margin: 0 8px;
}
.product .popular .popular-box .popular-right .content .row-box .itembox .item .cont-img {
  margin: 26px 0;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right .content .row-box .itembox .item .cont-img {
    margin: 20px 0;
  }
}
.product .popular .popular-box .popular-right .content .row-box .itembox .item .cont-img .img-box {
  border-radius: 15px;
  background: #FFF;
}
.product .popular .popular-box .popular-right .content .row-box .itembox .item .tit {
  color: #120E0B;
  font-family: "ZalandoSansExpanded";
  font-size: 18px;
  font-weight: 600;
  line-height: 116%;
  /* 20.88px */
}
@media (max-width: 1440px) {
  .product .popular .popular-box .popular-right .content .row-box .itembox .item .tit {
    font-size: 16px;
  }
}
.product .popular .popular-box .popular-right .content .row-box .itembox .item .tit a {
  color: #120E0B;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.product .popular .popular-box .popular-right .content .row-box .itembox .item .txt {
  margin-top: 12px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right .content .row-box .itembox .item .txt {
    margin-top: 10px;
  }
}
.product .popular .popular-box .popular-right .content .row-box .itembox .item .txt p {
  overflow: hidden;
  color: #75807A;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right .content .row-box .itembox .item .txt p {
    font-size: 14px;
  }
}
.prodetais .productdatails-top {
  position: relative;
  overflow: hidden;
  margin-top: 70px;
}
@media (max-width: 1400px) {
  .prodetais .productdatails-top {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .prodetais .productdatails-top {
    margin-top: 30px;
  }
}
.prodetais .productdatails-top .pouch-cont {
  justify-content: space-between;
  border-radius: 15px;
  background: linear-gradient(180deg, #F6FCF1 0%, #FAFAFA 100%);
  padding: 30px;
}
@media (max-width: 1199px) {
  .prodetais .productdatails-top .pouch-cont {
    flex-wrap: wrap;
  }
}
.prodetais .productdatails-top .pouch-cont .pouch-cont-left {
  width: 45%;
  position: relative;
}
@media (max-width: 1199px) {
  .prodetais .productdatails-top .pouch-cont .pouch-cont-left {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .prodetais .productdatails-top .pouch-cont .pouch-cont-left {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .prodetais .productdatails-top .pouch-cont .pouch-cont-left {
    padding: 00px;
  }
}
.prodetais .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
  width: 100%;
  margin: 0 -5px;
}
@media (max-width: 991px) {
  .prodetais .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .prodetais .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: 100%;
  }
}
.prodetais .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .item {
  overflow: hidden;
  cursor: pointer;
}
.prodetais .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
  padding: 0 5px;
  overflow: hidden;
  position: relative;
}
.prodetais .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item {
  overflow: hidden;
}
.prodetais .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item::before {
  position: absolute;
  left: 0;
  content: '';
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  width: calc(100% - 10px);
  height: calc(100%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
}
@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);
  }
}
.prodetais .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .item-video::after {
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'iconfont' !important;
  content: '\e61c';
  font-size: 18px;
  color: #fff;
  background-color: #085C44D9;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
  transition: all 0.5s;
}
.prodetais .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.prodetais .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .img-box img {
  width: 100%;
}
.prodetais .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .prodetais .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
    margin-bottom: 20px;
    width: 100%;
  }
}
.prodetais .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .item {
  overflow: hidden;
}
.prodetais .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box {
  overflow: hidden;
  border-radius: 15px;
}
.prodetais .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box img {
  width: 100%;
}
.prodetais .productdatails-top .pouch-cont .pouch-cont-right {
  width: 50%;
  position: relative;
  z-index: 12;
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .prodetais .productdatails-top .pouch-cont .pouch-cont-right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
.prodetais .productdatails-top .pouch-cont .pouch-cont-right .index-title h3 {
  text-align: left;
}
.prodetais .productdatails-top .pouch-cont .pouch-cont-right .index-title h2 {
  text-align: left;
  margin-bottom: 12px;
  font-size: 36px !important;
}
@media (max-width: 1440px) {
  .prodetais .productdatails-top .pouch-cont .pouch-cont-right .index-title h2 {
    margin-bottom: 10px;
    font-size: 30px !important;
  }
}
@media (max-width: 1400px) {
  .prodetais .productdatails-top .pouch-cont .pouch-cont-right .index-title h2 {
    font-size: 26px !important;
  }
}
@media (max-width: 991px) {
  .prodetais .productdatails-top .pouch-cont .pouch-cont-right .index-title h2 {
    font-size: 22px !important;
  }
}
.prodetais .productdatails-top .pouch-cont .pouch-cont-right .index-title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #75807A;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 767px) {
  .prodetais .productdatails-top .pouch-cont .pouch-cont-right .index-title p {
    font-size: 14px;
  }
}
.prodetais .productdatails-top .pouch-cont .pouch-cont-right .cont-box {
  padding: 50px 0;
}
@media (max-width: 1400px) {
  .prodetais .productdatails-top .pouch-cont .pouch-cont-right .cont-box {
    padding: 30px 0;
  }
}
@media (max-width: 1199px) {
  .prodetais .productdatails-top .pouch-cont .pouch-cont-right .cont-box {
    padding: 20px 0;
  }
}
.prodetais .productdatails-top .pouch-cont .pouch-cont-right .c1-tit {
  color: #120E0B;
  font-family: "ZalandoSansExpanded";
  font-size: 18px;
  font-weight: 600;
  line-height: 116%;
}
@media (max-width: 1440px) {
  .prodetais .productdatails-top .pouch-cont .pouch-cont-right .c1-tit {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .prodetais .productdatails-top .pouch-cont .pouch-cont-right .c1-tit {
    font-size: 16px;
  }
}
.prodetais .productdatails-top .pouch-cont .pouch-cont-right .cont1 {
  padding: 26px 20px 30px 20px;
  border-radius: 15px;
  border: 1px solid rgba(59, 125, 69, 0.2);
}
.prodetais .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt {
  margin-top: 12px;
}
@media (max-width: 1400px) {
  .prodetais .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt {
    margin-top: 10px;
  }
}
.prodetais .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt p {
  color: #75807A;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 767px) {
  .prodetais .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt p {
    font-size: 14px;
  }
}
.prodetais .productdatails-top .pouch-cont .pouch-cont-right .cont2 {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 16px 20px;
  border-radius: 15px;
  border: 1px solid rgba(59, 125, 69, 0.2);
}
@media (max-width: 1199px) {
  .prodetais .productdatails-top .pouch-cont .pouch-cont-right .cont2 {
    margin-top: 20px;
  }
}
.prodetais .productdatails-top .pouch-cont .pouch-cont-right .cont2 .share {
  width: 100%;
}
@media (max-width: 767px) {
  .prodetais .productdatails-top .pouch-cont .pouch-cont-right .cont2 .share {
    flex-wrap: wrap;
  }
}
.prodetais .productdatails-top .pouch-cont .pouch-cont-right .cont2 .share p {
  margin-right: 10px;
}
.prodetais .productdatails-top .pouch-cont .cont3 .index-more {
  width: 100%;
}
.prodetais .productdatails-top .pouch-cont .cont3 .index-more span::after {
  display: none;
}
.prodetais .productdatails-top .pouch-cont .cont3 .index-more span::before {
  font-family: 'iconfont' !important;
  content: '';
  color: #FFF;
  font-size: 16px;
  margin-right: 6px;
  line-height: 1;
}
.prodetais .productdatails-top .pouch-cont .cont4 {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .prodetais .productdatails-top .pouch-cont .cont4 {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .prodetais .productdatails-top .pouch-cont .cont4 {
    flex-wrap: wrap;
  }
}
.prodetais .productdatails-top .pouch-cont .cont4 a {
  width: calc(50% - 8px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid rgba(59, 125, 69, 0.2);
  padding: 12px 36px;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .prodetais .productdatails-top .pouch-cont .cont4 a {
    width: 100%;
    margin-top: 20px;
  }
  .prodetais .productdatails-top .pouch-cont .cont4 a:first-child {
    margin-top: 0;
  }
}
.prodetais .productdatails-top .pouch-cont .cont4 a:hover {
  background-color: #085C44;
}
.prodetais .productdatails-top .pouch-cont .cont4 a:hover::before {
  color: #FFF;
}
.prodetais .productdatails-top .pouch-cont .cont4 a:hover::after {
  color: #FFF;
}
.prodetais .productdatails-top .pouch-cont .cont4 a:hover span {
  color: #FFF;
}
.prodetais .productdatails-top .pouch-cont .cont4 a::before {
  font-family: 'iconfont' !important;
  content: '\e747';
  margin-right: 6px;
  line-height: 1;
  font-size: 16px;
  color: #085C44;
  transform: rotate(180deg);
  transition: all 0.5s;
}
.prodetais .productdatails-top .pouch-cont .cont4 a:nth-child(2)::before {
  display: none;
}
.prodetais .productdatails-top .pouch-cont .cont4 a:nth-child(2)::after {
  font-family: 'iconfont' !important;
  content: '\e747';
  margin-left: 6px;
  line-height: 1;
  font-size: 16px;
  color: #085C44;
  transition: all 0.5s;
}
.prodetais .productdatails-top .pouch-cont .cont4 a span {
  color: #085C44;
  text-align: center;
  font-family: "ZalandoSansExpanded";
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  transition: all 0.5s;
}
.prodetais .productdetails-nav {
  position: sticky;
  top: 85px;
  z-index: 99;
  margin-top: 80px;
}
@media (max-width: 1560px) {
  .prodetais .productdetails-nav {
    margin-top: 60px;
  }
}
@media (max-width: 1400px) {
  .prodetais .productdetails-nav {
    top: 75px;
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .prodetais .productdetails-nav {
    top: 62px;
  }
}
@media (max-width: 991px) {
  .prodetais .productdetails-nav {
    position: static;
  }
}
.prodetais .productdetails-nav ul {
  list-style: none;
  display: flex;
}
@media (max-width: 1199px) {
  .prodetais .productdetails-nav ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .prodetais .productdetails-nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
  }
}
.prodetais .productdetails-nav ul li {
  margin-right: 12px;
}
@media (max-width: 767px) {
  .prodetais .productdetails-nav ul li {
    margin-right: 0;
  }
}
.prodetais .productdetails-nav ul li a {
  display: block;
  padding: 14px 30px;
  color: #120E0B;
  font-family: "ZalandoSansExpanded";
  font-size: 14px;
  font-weight: 600;
  line-height: 116%;
  transition: all 0.5s;
  border-radius: 100px;
  background: linear-gradient(0deg, #F6FCF1 0%, #FAFAFA 100%);
  position: relative;
}
@media (max-width: 767px) {
  .prodetais .productdetails-nav ul li a {
    text-align: center;
    padding: 10px 20px;
    border-radius: 10px;
  }
}
.prodetais .productdetails-nav ul li a:hover {
  color: #FFFFFF;
  background: #085C44;
}
.prodetais .productdetails-nav ul li a.active {
  color: #FFFFFF;
  background: #085C44;
}
.prodetais .detailbox {
  margin-top: 70px;
}
@media (max-width: 1560px) {
  .prodetais .detailbox {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .prodetais .detailbox {
    margin-top: 40px;
  }
}
.prodetais .detailbox h2 {
  color: #120E0B;
  font-family: "ZalandoSansExpanded";
  font-size: 36px;
  font-weight: 600;
  line-height: 116%;
  margin-top: 90px;
  margin-bottom: 40px;
}
@media (max-width: 1560px) {
  .prodetais .detailbox h2 {
    margin-top: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1400px) {
  .prodetais .detailbox h2 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .prodetais .detailbox h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .prodetais .detailbox h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.prodetais .detailbox h3 {
  color: #120E0B;
  font-size: 18px;
  font-weight: 600;
  line-height: 116%;
  margin-bottom: 16px;
}
.prodetais .detailbox p {
  color: #75807A;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 767px) {
  .prodetais .detailbox p {
    font-size: 14px;
    line-height: 22px;
  }
}
.prodetais .detailbox table {
  margin-top: 40px;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1400px) {
  .prodetais .detailbox table {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .prodetais .detailbox table {
    margin-top: 20px;
  }
}
.prodetais .detailbox table tr:first-of-type td {
  background: linear-gradient(0deg, #F6FCF1 0%, #FAFAFA 100%);
  text-align: center;
}
.prodetais .detailbox table tr td {
  border: 1px solid #C1EB91;
  padding: 16px 30px;
  color: #120E0B;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .prodetais .detailbox table tr td {
    font-size: 14px;
    line-height: 22px;
    padding: 12px 20px;
  }
}
.prodetais .detailbox .prols h2 {
  margin-top: 0 !important;
}
.prodetais .detailbox .inquiry {
  margin-top: 90px;
  background: linear-gradient(0deg, #F6FCF1 0%, #FAFAFA 100%);
  padding: 90px 0;
}
@media (max-width: 1560px) {
  .prodetais .detailbox .inquiry {
    margin-top: 70px;
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .prodetais .detailbox .inquiry {
    margin-top: 40px;
    padding: 40px 0;
  }
}
.prodetais .detailbox .inquiry h2 {
  margin: 0;
}
.prodetais .detailbox .inquiry .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .prodetais .detailbox .inquiry .box {
    flex-wrap: wrap;
  }
}
.prodetais .detailbox .inquiry .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 36%;
}
@media (max-width: 991px) {
  .prodetais .detailbox .inquiry .left {
    width: 100%;
  }
}
.prodetais .detailbox .inquiry .left .tit h2 {
  margin-bottom: 16px;
}
@media (max-width: 1400px) {
  .prodetais .detailbox .inquiry .left .tit h2 {
    margin-bottom: 10px;
  }
}
.prodetais .detailbox .inquiry .left .tit p {
  color: #75807A;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 767px) {
  .prodetais .detailbox .inquiry .left .tit p {
    font-size: 14px;
    line-height: 22px;
  }
}
.prodetais .detailbox .inquiry .left .cont-img {
  width: 57%;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .prodetais .detailbox .inquiry .left .cont-img {
    width: 100%;
  }
}
.prodetais .detailbox .inquiry .left .cont-img .img-box {
  padding-bottom: calc(208 / 330 * 100%);
  border-radius: 15px;
}
.prodetais .detailbox .inquiry .right {
  width: 50%;
}
@media (max-width: 991px) {
  .prodetais .detailbox .inquiry .right {
    width: 100%;
    margin-top: 20px;
  }
}
.prodetais .detailbox .inquiry .right .message {
  width: 100%;
}
.prodetais .detailbox .inquiry .right .message .formbox .now-title {
  margin-bottom: 16px;
}
.prodetais .detailbox .inquiry .right .message .formbox .now-title input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #C1EB91;
  background: linear-gradient(90deg, #085C44 0%, #3F875B 29.83%, #C1EB91 100%), linear-gradient(0deg, #F6FCF1 0%, #FAFAFA 100%);
  border: none;
  padding: 16px;
  color: #FFF;
  font-size: 16px;
  line-height: 116%;
}
@media (max-width: 1400px) {
  .prodetais .detailbox .inquiry .right .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .prodetais .detailbox .inquiry .right .message .formbox .now-title input {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .prodetais .detailbox .inquiry .right .message .formbox .now-title input {
    font-size: 14px;
  }
}
.prodetais .detailbox .inquiry .right .message .formbox .row {
  list-style: none;
  margin: -8px -5px;
}
.prodetais .detailbox .inquiry .right .message .formbox li {
  padding: 8px 5px;
}
.prodetais .detailbox .inquiry .right .message .formbox .group {
  position: relative;
}
.prodetais .detailbox .inquiry .right .message .formbox .group input {
  border: none;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #C1EB91;
  overflow: hidden;
  background: linear-gradient(0deg, #F6FCF1 0%, #FAFAFA 100%);
  color: #75807A;
  font-size: 16px;
  line-height: 116%;
  /* 18.56px */
  padding: 16px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 1199px) {
  .prodetais .detailbox .inquiry .right .message .formbox .group input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .prodetais .detailbox .inquiry .right .message .formbox .group input {
    font-size: 14px;
  }
}
.prodetais .detailbox .inquiry .right .message .formbox .group input::placeholder {
  color: #75807A;
  font-size: 16px;
  line-height: 116%;
}
@media (max-width: 991px) {
  .prodetais .detailbox .inquiry .right .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.prodetais .detailbox .inquiry .right .message .formbox .group input:focus label {
  display: none;
}
.prodetais .detailbox .inquiry .right .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.prodetais .detailbox .inquiry .right .message .formbox .group textarea {
  border: none;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #C1EB91;
  overflow: hidden;
  color: #75807A;
  font-size: 16px;
  line-height: 116%;
  background: linear-gradient(0deg, #F6FCF1 0%, #FAFAFA 100%);
  padding: 16px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 250px;
}
@media (max-width: 1199px) {
  .prodetais .detailbox .inquiry .right .message .formbox .group textarea {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .prodetais .detailbox .inquiry .right .message .formbox .group textarea {
    font-size: 14px;
    height: 150px;
  }
}
.prodetais .detailbox .inquiry .right .message .formbox .group textarea::placeholder {
  color: #75807A;
  font-size: 16px;
  line-height: 116%;
}
@media (max-width: 991px) {
  .prodetais .detailbox .inquiry .right .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.prodetais .detailbox .inquiry .right .message .formbox .group textarea:focus label {
  display: none;
}
.prodetais .detailbox .inquiry .right .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.prodetais .detailbox .inquiry .right .message .func {
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1199px) {
  .prodetais .detailbox .inquiry .right .message .func {
    margin-top: 20px;
  }
}
.prodetais .detailbox .inquiry .right .message .func .submit-group {
  width: 100%;
}
.prodetais .detailbox .inquiry .right .message .func .index-more {
  width: 100%;
}
.prodetais .detailbox .inquiry .right .message .func button {
  border: none;
  transition: all 0.5s;
}
.prodetais .detailbox .related {
  padding-top: 0 !important;
  margin-top: 90px;
}
@media (max-width: 1560px) {
  .prodetais .detailbox .related {
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .prodetais .detailbox .related {
    margin-top: 40px;
  }
}
.prodetais .detailbox .related .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .prodetais .detailbox .related .top {
    flex-wrap: wrap;
  }
}
.prodetais .detailbox .related .top h2 {
  margin: 0 !important;
}
.prodetais .detailbox .related .top .prev-next {
  margin-bottom: 0;
}
.prodetais .detailbox .related .content {
  margin-top: 40px;
}
@media (max-width: 1560px) {
  .prodetais .detailbox .related .content {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .prodetais .detailbox .related .content {
    margin-top: 25px;
  }
}
.prodetais .detailbox .related .content .inhot-slick {
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .prodetais .detailbox .related .content .inhot-slick {
    margin: 0 -10px;
  }
}
.prodetais .detailbox .related .content .inhot-slick .itembox {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .prodetais .detailbox .related .content .inhot-slick .itembox {
    padding: 0 10px;
  }
}
.prodetais .detailbox .related .content .inhot-slick .itembox .item {
  padding: 26px 15px 30px 15px;
  border-radius: 15px;
  background: linear-gradient(180deg, #F6FCF1 0%, #FAFAFA 100%);
}
.prodetais .detailbox .related .content .inhot-slick .itembox .item:hover .cont-img .img-box img {
  transform: scale(1.06);
}
.prodetais .detailbox .related .content .inhot-slick .itembox .item:hover .tit a {
  color: #085C44;
}
.prodetais .detailbox .related .content .inhot-slick .itembox .item .index-title {
  width: 100%;
  margin: 0;
}
.prodetais .detailbox .related .content .inhot-slick .itembox .item .index-title h3 {
  text-align: left;
  margin: 0;
}
.prodetais .detailbox .related .content .inhot-slick .itembox .item .index-title h3 span b,
.prodetais .detailbox .related .content .inhot-slick .itembox .item .index-title h3 span strong {
  margin: 0 8px;
}
.prodetais .detailbox .related .content .inhot-slick .itembox .item .cont-img {
  margin: 26px 0;
}
@media (max-width: 1400px) {
  .prodetais .detailbox .related .content .inhot-slick .itembox .item .cont-img {
    margin: 20px 0;
  }
}
.prodetais .detailbox .related .content .inhot-slick .itembox .item .cont-img .img-box {
  border-radius: 15px;
  background: #FFF;
}
.prodetais .detailbox .related .content .inhot-slick .itembox .item .tit {
  color: #120E0B;
  font-family: "ZalandoSansExpanded";
  font-size: 18px;
  font-weight: 600;
  line-height: 116%;
  /* 20.88px */
}
@media (max-width: 1400px) {
  .prodetais .detailbox .related .content .inhot-slick .itembox .item .tit {
    font-size: 16px;
  }
}
.prodetais .detailbox .related .content .inhot-slick .itembox .item .tit a {
  color: #120E0B;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.prodetais .detailbox .related .content .inhot-slick .itembox .item .txt {
  margin-top: 12px;
}
@media (max-width: 1400px) {
  .prodetais .detailbox .related .content .inhot-slick .itembox .item .txt {
    margin-top: 10px;
  }
}
.prodetais .detailbox .related .content .inhot-slick .itembox .item .txt p {
  overflow: hidden;
  color: #75807A;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .prodetais .detailbox .related .content .inhot-slick .itembox .item .txt p {
    font-size: 14px;
  }
}
.about {
  position: relative;
}
.about .imb1 {
  background: transparent;
  width: 100%;
  height: auto;
  z-index: 0;
  position: absolute;
  bottom: 0;
  pointer-events: none;
}
.about .abous {
  padding-bottom: 0 !important;
  position: relative;
  z-index: 12;
}
.about .abous .imb1 {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  width: 50%;
  background: transparent;
  pointer-events: none;
}
.about .abous .imb2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  background: transparent;
}
.about .abous .index-title {
  margin: 0 auto;
  width: 80%;
}
@media (max-width: 1400px) {
  .about .abous .index-title {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .about .abous .index-title {
    width: 100%;
  }
}
.about .abous .txt {
  width: 80%;
  margin: 50px auto;
}
@media (max-width: 1400px) {
  .about .abous .txt {
    margin: 30px auto;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .about .abous .txt {
    width: 100%;
  }
}
.about .abous .txt p {
  color: #75807A;
  text-align: center;
  font-size: 16px;
  line-height: 170%;
}
@media (max-width: 767px) {
  .about .abous .txt p {
    font-size: 14px;
  }
}
.about .abous .more {
  display: flex;
  justify-content: center;
}
.about .hr {
  position: relative;
  z-index: 12;
  background: #EAF2EB;
  width: 100%;
  height: 1px;
  margin: 90px 0;
}
@media (max-width: 1560px) {
  .about .hr {
    margin: 70px 0;
  }
}
@media (max-width: 991px) {
  .about .hr {
    margin: 40px 0;
  }
}
.about .abcore {
  position: relative;
  z-index: 12;
}
.about .abcore .top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .about .abcore .top {
    flex-wrap: wrap;
  }
}
.about .abcore .top .index-title {
  width: 40%;
}
@media (max-width: 1400px) {
  .about .abcore .top .index-title {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .about .abcore .top .index-title {
    width: 100%;
  }
}
.about .abcore .top .index-title h3 {
  text-align: left;
}
.about .abcore .top .index-title h2 {
  text-align: left;
  margin: 0;
  font-size: 32px !important;
}
@media (max-width: 1199px) {
  .about .abcore .top .index-title h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 767px) {
  .about .abcore .top .index-title h2 {
    font-size: 24px !important;
  }
}
.about .abcore .top .txt {
  width: 36%;
}
@media (max-width: 1400px) {
  .about .abcore .top .txt {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .about .abcore .top .txt {
    width: 100%;
    margin-top: 10px;
  }
}
.about .abcore .top .txt p {
  color: #75807A;
  font-size: 16px;
  line-height: 170%;
}
@media (max-width: 767px) {
  .about .abcore .top .txt p {
    font-size: 14px;
    line-height: 150%;
  }
}
.about .abcore .content {
  margin-top: 70px;
}
@media (max-width: 1400px) {
  .about .abcore .content {
    margin-top: 50px;
  }
}
@media (max-width: 199px) {
  .about .abcore .content {
    margin-top: 30px;
  }
}
.about .abcore .content .row-box {
  margin: -10px -15px;
}
@media (max-width: 991px) {
  .about .abcore .content .row-box {
    margin: -10px -10px;
  }
}
.about .abcore .content .row-box .col-box {
  padding: 10px 15px;
}
@media (max-width: 991px) {
  .about .abcore .content .row-box .col-box {
    padding: 10px 10px;
  }
}
.about .abcore .content .row-box .col-box .item {
  height: 100%;
  padding: 36px 30px;
  border-radius: 15px;
  border: 1px solid #F6FEE0;
  background: linear-gradient(90deg, #FAFAFA 0%, #F6FCF1 100%);
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .about .abcore .content .row-box .col-box .item {
    padding: 30px 20px;
  }
}
.about .abcore .content .row-box .col-box .item .tit {
  color: #120E0B;
  font-family: "ZalandoSansExpanded";
  font-size: 18px;
  font-weight: 600;
  line-height: 126%;
}
@media (max-width: 1199px) {
  .about .abcore .content .row-box .col-box .item .tit {
    font-size: 16px;
  }
}
.about .abcore .content .row-box .col-box .item .txt {
  margin-top: 16px;
}
@media (max-width: 1400px) {
  .about .abcore .content .row-box .col-box .item .txt {
    margin-top: 12px;
  }
}
@media (max-width: 1200px) {
  .about .abcore .content .row-box .col-box .item .txt {
    margin-top: 10px;
  }
}
.about .abcore .content .row-box .col-box .item .txt p {
  color: #959997;
  font-size: 16px;
  line-height: 170%;
}
@media (max-width: 767px) {
  .about .abcore .content .row-box .col-box .item .txt p {
    font-size: 14px;
  }
}
.about .abvideo {
  position: relative;
  z-index: 12;
  padding-top: 0 !important;
  margin-top: 90px;
}
@media (max-width: 1560px) {
  .about .abvideo {
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .about .abvideo {
    margin-top: 40px;
  }
}
.about .abvideo .cont {
  position: relative;
}
.about .abvideo .cont img {
  background: transparent;
  border-radius: 15px;
  width: 100%;
  height: auto;
}
.about .abvideo .cont .video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 12px;
}
.about .abvideo .cont .video .iconfont {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: rgba(8, 92, 68, 0.85);
  width: 50px;
  height: 50px;
  color: #FFF;
  font-size: 16px;
}
.about .abpro {
  position: relative;
  z-index: 12;
  padding-bottom: 0 !important;
}
.about .abpro .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .about .abpro .box {
    flex-wrap: wrap;
  }
}
.about .abpro .box .left {
  width: 35%;
}
@media (max-width: 991px) {
  .about .abpro .box .left {
    width: 100%;
  }
}
.about .abpro .box .left .index-title h3 {
  text-align: left;
}
.about .abpro .box .left .index-title h2 {
  text-align: left;
  margin: 0;
}
.about .abpro .box .left .txt {
  margin-top: 46px;
}
@media (max-width: 1400px) {
  .about .abpro .box .left .txt {
    margin-top: 20px;
  }
}
.about .abpro .box .left .txt p {
  color: #75807A;
  font-size: 16px;
  line-height: 170%;
}
@media (max-width: 767px) {
  .about .abpro .box .left .txt p {
    font-size: 14px;
    line-height: 20px;
  }
}
.about .abpro .box .right {
  width: 50%;
}
@media (max-width: 991px) {
  .about .abpro .box .right {
    width: 100%;
    margin-top: 20px;
  }
}
.about .abpro .box .right .col-box {
  margin-top: 30px;
}
.about .abpro .box .right .col-box:first-child {
  margin-top: 0;
}
@media (max-width: 1400px) {
  .about .abpro .box .right .col-box {
    margin-top: 20px;
  }
}
.about .abpro .box .right .col-box .item {
  height: 100%;
  padding: 36px 30px;
  border-radius: 15px;
  border: 1px solid #F6FEE0;
  background: linear-gradient(90deg, #FAFAFA 0%, #F6FCF1 100%);
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .about .abpro .box .right .col-box .item {
    padding: 30px 20px;
  }
}
.about .abpro .box .right .col-box .item .tit {
  color: #120E0B;
  font-family: "ZalandoSansExpanded";
  font-size: 18px;
  font-weight: 600;
  line-height: 126%;
}
@media (max-width: 1199px) {
  .about .abpro .box .right .col-box .item .tit {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .about .abpro .box .right .col-box .item .tit {
    font-size: 16px;
  }
}
.about .abpro .box .right .col-box .item .txt {
  margin-top: 16px;
}
@media (max-width: 1400px) {
  .about .abpro .box .right .col-box .item .txt {
    margin-top: 12px;
  }
}
@media (max-width: 1200px) {
  .about .abpro .box .right .col-box .item .txt {
    margin-top: 10px;
  }
}
.about .abpro .box .right .col-box .item .txt p {
  color: #959997;
  font-size: 16px;
  line-height: 170%;
}
@media (max-width: 767px) {
  .about .abpro .box .right .col-box .item .txt p {
    font-size: 14px;
  }
}
.about .abpro2 {
  position: relative;
  z-index: 12;
  padding: 0 1%;
  margin-top: 90px;
}
@media (max-width: 1560px) {
  .about .abpro2 {
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .about .abpro2 {
    margin-top: 40px;
  }
}
.about .abpro2 .abpro2-slick {
  margin: 0 -15px;
}
.about .abpro2 .abpro2-slick .item-box {
  padding: 0 15px;
}
.about .abpro2 .abpro2-slick .item-box .cont-img {
  cursor: pointer;
}
.about .abpro2 .abpro2-slick .item-box .cont-img .img-box {
  padding-bottom: calc(280 / 450 * 100%);
  border-radius: 15px;
}
.about .abpro2 .box {
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 1199px) {
  .about .abpro2 .box {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .about .abpro2 .box {
    padding-bottom: 60px;
  }
}
.about .abpro2 .box .prev-next {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .about .abpro2 .box .prev-next {
    display: block !important;
  }
}
.about .abhonors {
  position: relative;
  z-index: 12;
  margin-top: 70px;
}
@media (max-width: 1400px) {
  .about .abhonors {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .about .abhonors {
    margin-top: 30px;
  }
}
.about .abhonors .content {
  padding-bottom: 110px;
  position: relative;
}
@media (max-width: 1400px) {
  .about .abhonors .content {
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .about .abhonors .content {
    padding-bottom: 70px;
  }
}
.about .abhonors .content .prev-next {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .about .abhonors .content .prev-next {
    display: block !important;
  }
}
.about .abhonors .content .abhonors-slick {
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .about .abhonors .content .abhonors-slick {
    margin: 0 -10px;
  }
}
.about .abhonors .content .abhonors-slick .item-box {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .about .abhonors .content .abhonors-slick .item-box {
    padding: 0 10px;
  }
}
.about .abhonors .content .abhonors-slick .item-box .item {
  cursor: pointer;
}
.about .abhonors .content .abhonors-slick .item-box .item:hover .cont-img .img-box img {
  transform: scale(1.06);
}
.about .abhonors .content .abhonors-slick .item-box .item:hover .tit {
  color: #085C44;
}
.about .abhonors .content .abhonors-slick .item-box .cont-img {
  padding: 40px 44px;
  border-radius: 10px;
  border: 1px solid #F6FEE0;
  background: linear-gradient(90deg, #FAFAFA 0%, #F6FCF1 100%), #FAFAFA;
}
@media (max-width: 1440px) {
  .about .abhonors .content .abhonors-slick .item-box .cont-img {
    padding: 30px 34px;
  }
}
@media (max-width: 1400px) {
  .about .abhonors .content .abhonors-slick .item-box .cont-img {
    padding: 20px 24px;
  }
}
.about .abhonors .content .abhonors-slick .item-box .cont-img .img-box {
  padding-bottom: calc(330 / 220 * 100%);
  border-radius: 15px;
}
.about .abhonors .content .abhonors-slick .item-box .tit {
  width: 90%;
  margin: 0 auto;
  margin-top: 26px;
  color: #2D2D2D;
  text-align: center;
  font-family: "ZalandoSansExpanded";
  font-size: 18px;
  font-weight: 600;
  line-height: 126%;
  /* 22.68px */
  letter-spacing: -0.72px;
  transition: all 0.5s;
}
@media (max-width: 1440px) {
  .about .abhonors .content .abhonors-slick .item-box .tit {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .about .abhonors .content .abhonors-slick .item-box .tit {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .about .abhonors .content .abhonors-slick .item-box .tit {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .about .abhonors .content .abhonors-slick .item-box .tit {
    font-size: 14px;
    margin-top: 10px;
  }
}
.about .abservice {
  margin-bottom: 20px;
  position: relative;
  z-index: 12;
}
.about .abservice .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .about .abservice .box {
    flex-wrap: wrap;
  }
}
.about .abservice .box .left {
  width: 35%;
}
@media (max-width: 1400px) {
  .about .abservice .box .left {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .about .abservice .box .left {
    width: 100%;
  }
}
.about .abservice .box .left .index-title h3 {
  text-align: left;
}
.about .abservice .box .left .index-title h2 {
  text-align: left;
}
.about .abservice .box .left .txt {
  margin-top: 46px;
}
@media (max-width: 1400px) {
  .about .abservice .box .left .txt {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .about .abservice .box .left .txt {
    margin-top: 20px;
  }
}
.about .abservice .box .left .txt p {
  color: #75807A;
  font-size: 16px;
  line-height: 170%;
}
@media (max-width: 767px) {
  .about .abservice .box .left .txt p {
    font-size: 14px;
    line-height: 150%;
  }
}
.about .abservice .box .left .more {
  margin-top: 70px;
}
@media (max-width: 1560px) {
  .about .abservice .box .left .more {
    margin-top: 50px;
  }
}
@media (max-width: 1400px) {
  .about .abservice .box .left .more {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .about .abservice .box .left .more {
    margin-top: 20px;
  }
}
.about .abservice .box .right {
  width: 47%;
}
@media (max-width: 991px) {
  .about .abservice .box .right {
    width: 100%;
    margin-top: 20px;
  }
}
.about .abservice .box .right img {
  width: 100%;
  height: auto;
  object-fit: cover;
  background: transparent;
  border-radius: 15px;
}
.news {
  padding-bottom: 90px;
}
@media (max-width: 1560px) {
  .news {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .news {
    padding-bottom: 40px;
  }
}
.news .index-title {
  width: 59%;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .news .index-title {
    width: 65%;
  }
}
@media (max-width: 1199px) {
  .news .index-title {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .news .index-title {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .news .index-title {
    width: 100%;
  }
}
.news .content {
  margin-top: 70px;
}
@media (max-width: 1400px) {
  .news .content {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .news .content {
    margin-top: 30px;
  }
}
.news .content .row-box {
  margin: -25px -22px;
}
@media (max-width: 1199px) {
  .news .content .row-box {
    margin: -15px -12px;
  }
}
.news .content .row-box .col-box {
  padding: 25px 22px;
}
@media (max-width: 1199px) {
  .news .content .row-box .col-box {
    padding: 15px 12px;
  }
}
.news .content .row-box .col-box .item .img-box {
  border-radius: 15px;
  padding-bottom: calc(325 / 520 * 100%);
}
.news .content .row-box .col-box .item .img-box .date {
  position: absolute;
  z-index: 4;
  right: 16px;
  top: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: rgba(0, 0, 0, 0.25);
}
@media (max-width: 1199px) {
  .news .content .row-box .col-box .item .img-box .date {
    right: 10px;
    top: 10px;
  }
}
.news .content .row-box .col-box .item .img-box .date::before {
  font-family: 'iconfont' !important;
  content: '\e609';
  color: #FFF;
  margin-right: 6px;
  font-size: 16px;
}
.news .content .row-box .col-box .item .img-box .date span {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
.news .content .row-box .col-box .item .cont {
  border-radius: 15px;
  border: 1px solid #F6FEE0;
  background: linear-gradient(90deg, #FAFAFA 0%, #F6FCF1 100%);
  padding: 26px 20px;
}
@media (max-width: 1400px) {
  .news .content .row-box .col-box .item .cont {
    padding: 20px 15px;
  }
}
.news .content .row-box .col-box .item .cont .top {
  display: flex;
  justify-content: space-between;
}
.news .content .row-box .col-box .item .cont .top .tit {
  width: 83%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #120E0B;
  text-overflow: ellipsis;
  font-family: "ZalandoSansExpanded";
  font-size: 18px;
  font-weight: 600;
  line-height: 136%;
  /* 24.48px */
}
@media (max-width: 1400px) {
  .news .content .row-box .col-box .item .cont .top .tit {
    font-size: 16px;
  }
}
.news .content .row-box .col-box .item .cont .top .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #FFF;
  font-size: 18px;
  border-radius: 100px;
  background-color: #085C44;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .news .content .row-box .col-box .item .cont .top .iconfont {
    width: 35px;
    height: 35px;
  }
}
.news .content .row-box .col-box .item .cont .txt {
  width: 83%;
  margin-top: 16px;
}
@media (max-width: 1400px) {
  .news .content .row-box .col-box .item .cont .txt {
    margin-top: 12px;
  }
}
@media (max-width: 1200px) {
  .news .content .row-box .col-box .item .cont .txt {
    margin-top: 10px;
  }
}
.news .content .row-box .col-box .item .cont .txt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #959997;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .news .content .row-box .col-box .item .cont .txt p {
    font-size: 14px;
    line-height: 120%;
  }
}
.news .content .pagination {
  justify-content: center;
}
.contact {
  position: relative;
  background: url(../img/con-b1.png) no-repeat center;
  background-size: cover;
}
.contact .imb1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: auto;
  background: transparent;
  pointer-events: none;
}
.contact .bgimg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 45%;
  height: auto;
  background: transparent;
}
@media (max-width: 991px) {
  .contact .bgimg {
    width: 100%;
    position: static;
  }
}
.contact .index-title {
  width: 75%;
}
@media (max-width: 991px) {
  .contact .index-title {
    width: 100%;
  }
}
.contact .index-title h3 {
  text-align: left;
}
.contact .index-title h2 {
  text-align: left;
}
.contact .content {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1560px) {
  .contact .content {
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .contact .content {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .contact .content {
    flex-wrap: wrap;
  }
}
.contact .content .left {
  width: 30%;
  position: relative;
  z-index: 6;
}
@media (max-width: 1199px) {
  .contact .content .left {
    width: 38%;
  }
}
@media (max-width: 991px) {
  .contact .content .left {
    width: 100%;
  }
}
.contact .content .left .item {
  display: flex;
  margin-top: 26px;
}
.contact .content .left .item:first-child {
  margin-top: 0;
}
@media (max-width: 1400px) {
  .contact .content .left .item {
    margin-top: 20px;
  }
}
.contact .content .left .item:hover .iconfont {
  animation: swing 1s 0s ease both;
}
.contact .content .left .item .iconfont {
  display: inline-block;
  color: #040000;
  font-size: 22px;
  line-height: 1;
}
.contact .content .left .item .txt {
  margin-left: 10px;
}
.contact .content .left .item .txt span {
  display: block;
  margin-bottom: 10px;
  color: #120E0B;
  font-family: "ZalandoSansExpanded";
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 991px) {
  .contact .content .left .item .txt span {
    margin-bottom: 5px;
  }
}
.contact .content .left .item .txt p {
  color: #75807A;
  font-size: 16px;
  line-height: 150%;
}
.contact .content .left .item .txt p a {
  transition: all 0.5s;
  color: #75807A;
}
.contact .content .left .item .txt p a:hover {
  color: #085C44;
}
.contact .content .right {
  width: 54%;
  position: relative;
  z-index: 6;
}
.contact .content .right .tit {
  color: #085C44;
  font-family: "ZalandoSansExpanded";
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
  /* 41.6px */
}
@media (max-width: 1400px) {
  .contact .content .right .tit {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .contact .content .right .tit {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .contact .content .right .tit {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .contact .content .right .tit {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .contact .content .right {
    width: 100%;
    margin-top: 30px;
  }
}
.contact .content .right .message {
  width: 100%;
  margin-top: 90px;
}
@media (max-width: 1560px) {
  .contact .content .right .message {
    margin-top: 70px;
  }
}
@media (max-width: 1400px) {
  .contact .content .right .message {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .contact .content .right .message {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .contact .content .right .message {
    margin-top: 20px;
  }
}
.contact .content .right .message label {
  display: block;
  color: #75807A;
  font-size: 16px;
  font-weight: 500;
  line-height: 116%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .contact .content .right .message label {
    font-size: 14px;
  }
}
.contact .content .right .message .formbox .now-title {
  margin-bottom: 16px;
}
.contact .content .right .message .formbox .now-title input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #C1EB91;
  background: linear-gradient(90deg, #085C44 0%, #3F875B 29.83%, #C1EB91 100%), linear-gradient(0deg, #F6FCF1 0%, #FAFAFA 100%);
  border: none;
  padding: 16px;
  color: #FFF;
  font-size: 16px;
  line-height: 116%;
}
@media (max-width: 1400px) {
  .contact .content .right .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .contact .content .right .message .formbox .now-title input {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .contact .content .right .message .formbox .now-title input {
    font-size: 14px;
  }
}
.contact .content .right .message .formbox .row {
  list-style: none;
  margin: -13px -20px;
}
@media (max-width: 1199px) {
  .contact .content .right .message .formbox .row {
    margin: -12px -10px;
  }
}
.contact .content .right .message .formbox li {
  padding: 13px 20px;
}
@media (max-width: 1199px) {
  .contact .content .right .message .formbox li {
    padding: 12px 10px;
  }
}
.contact .content .right .message .formbox .group {
  position: relative;
}
.contact .content .right .message .formbox .group input {
  border: none;
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(59, 125, 69, 0.2);
  background: linear-gradient(90deg, #FAFAFA 0%, #F6FCF1 100%);
  overflow: hidden;
  height: 50px;
  color: #75807A;
  font-size: 16px;
  line-height: 116%;
  /* 18.56px */
  padding: 16px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 1199px) {
  .contact .content .right .message .formbox .group input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .contact .content .right .message .formbox .group input {
    font-size: 14px;
  }
}
.contact .content .right .message .formbox .group input::placeholder {
  color: #75807A;
  font-size: 16px;
  line-height: 116%;
}
@media (max-width: 991px) {
  .contact .content .right .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.contact .content .right .message .formbox .group input:focus label {
  display: none;
}
.contact .content .right .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.contact .content .right .message .formbox .group textarea {
  border: none;
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(59, 125, 69, 0.2);
  background: linear-gradient(90deg, #FAFAFA 0%, #F6FCF1 100%);
  overflow: hidden;
  color: #75807A;
  font-size: 16px;
  line-height: 116%;
  padding: 16px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 250px;
}
@media (max-width: 1199px) {
  .contact .content .right .message .formbox .group textarea {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .contact .content .right .message .formbox .group textarea {
    font-size: 14px;
    height: 150px;
  }
}
.contact .content .right .message .formbox .group textarea::placeholder {
  color: #75807A;
  font-size: 16px;
  line-height: 116%;
}
@media (max-width: 991px) {
  .contact .content .right .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.contact .content .right .message .formbox .group textarea:focus label {
  display: none;
}
.contact .content .right .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.contact .content .right .message .func {
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1199px) {
  .contact .content .right .message .func {
    margin-top: 20px;
  }
}
.contact .content .right .message .func button {
  border: none;
  transition: all 0.5s;
}
.bi-arrow-clockwise::before {
  font-family: 'iconfont' !important;
  content: "\e603";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.bi-arrows-expand::before {
  font-family: 'iconfont' !important;
  content: "\e624";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.bi-arrows-fullscreen::before {
  font-family: 'iconfont' !important;
  content: "\ec13";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.bi-arrows-angle-expand::before {
  font-family: 'iconfont' !important;
  content: "\e60d";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.bi-x-lg::before {
  font-family: 'iconfont' !important;
  content: "\e64a";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.kv-zoom-actions button {
  padding: 0 4px;
}
.bi-trash::before {
  font-family: 'iconfont' !important;
  content: "\e8b6";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.popbox {
  display: none;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}
.popbox .contbox {
  position: fixed;
  top: 15%;
  width: 90%;
  max-width: 1650px;
  left: 50%;
  transform: translateX(-50%);
}
@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 {
  position: relative;
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box {
    flex-wrap: wrap;
  }
}
.popbox .contbox .contact-message .box .right {
  border-radius: 16px;
  background: #FCFCF5;
  backdrop-filter: blur(2px);
  padding: 70px 20px;
  max-height: 80vh;
  overflow-y: auto;
}
@media (max-width: 1400px) {
  .popbox .contbox .contact-message .box .right {
    padding: 30px 20px;
  }
}
.popbox .contbox .contact-message .box .right .index-title {
  width: 55%;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .popbox .contbox .contact-message .box .right .index-title {
    width: 65%;
  }
}
@media (max-width: 1199px) {
  .popbox .contbox .contact-message .box .right .index-title {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .index-title {
    width: 100%;
  }
}
.popbox .contbox .contact-message .box .right .message {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  margin-top: 56px;
}
@media (max-width: 1400px) {
  .popbox .contbox .contact-message .box .right .message {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .popbox .contbox .contact-message .box .right .message {
    margin-top: 20px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .now-title {
  margin-bottom: 16px;
}
.popbox .contbox .contact-message .box .right .message .formbox .now-title input {
  width: 100%;
  border-radius: 8px;
  background: #085C44;
  border: none;
  padding: 17px 20px;
  color: #F5F5EA;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
}
@media (max-width: 1400px) {
  .popbox .contbox .contact-message .box .right .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .now-title input {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .popbox .contbox .contact-message .box .right .message .formbox .now-title input {
    font-size: 16px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .row {
  list-style: none;
  margin: -8px;
}
.popbox .contbox .contact-message .box .right .message .formbox li {
  padding: 8px;
}
.popbox .contbox .contact-message .box .right .message .formbox .group {
  position: relative;
}
.popbox .contbox .contact-message .box .right .message .formbox .group input {
  border: none;
  width: 100%;
  border-radius: 8px;
  background: #F5F5EA;
  overflow: hidden;
  color: #808784;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  padding: 17px 20px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 1199px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group input {
    font-size: 14px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .group input::placeholder {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
}
@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 {
  border: none;
  width: 100%;
  border-radius: 8px;
  background: #F5F5EA;
  overflow: hidden;
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 250px;
}
@media (max-width: 1199px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group textarea {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group textarea {
    font-size: 14px;
    height: 150px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .group textarea::placeholder {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
}
@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: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .popbox .contbox .contact-message .box .right .message .func {
    margin-top: 20px;
  }
}
.popbox .contbox .contact-message .box .right .message .func .btndown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  cursor: pointer;
}
.popbox .contbox .contact-message .box .right .message .func .btndown span::after {
  content: '\eb1f';
}
.popbox .contbox .contact-message .box .right .message .func button {
  border: none;
  transition: all 0.5s;
}
.popbox .contbox .popnone {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 440;
  cursor: pointer;
}
.popbox .contbox .popnone .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #004041;
  cursor: pointer;
  font-size: 20px;
  color: #FFFFFF;
}
@media (max-width: 1400px) {
  .popbox .contbox .popnone .iconfont {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .popbox .contbox .popnone .iconfont {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .popbox .contbox .popnone .iconfont {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
}
.sitmap {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .sitmap {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .sitmap {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .sitmap {
    margin-top: 0;
  }
}
.sitmap h2 {
  font-size: 45px;
  font-weight: 500;
  color: #085C44;
}
@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: #085C44;
}
.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: #085C44;
  font-size: 16px;
  display: block;
  padding: 0;
  transition: color 0.3s ease;
  padding-left: 10px;
  border: none;
}
.privalcy {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .privalcy {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .privalcy {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .privalcy {
    margin-top: 0;
  }
}
.privalcy h2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
}
@media (max-width: 991px) {
  .privalcy h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .privalcy h2 {
    font-size: 24px;
  }
}
.privalcy .content p {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
}
@media (max-width: 767px) {
  .privalcy .content p {
    font-size: 14px;
  }
}
nav {
  text-align: center;
}
a {
  text-decoration: none;
}
.pagination {
  display: flex;
  justify-content: flex-end;
  padding: 70px 0 0 0;
}
@media (max-width: 1400px) {
  .pagination {
    padding: 60px 0 0 0;
  }
}
@media (max-width: 1199px) {
  .pagination {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 991px) {
  .pagination {
    padding: 30px 0 0 0;
  }
}
.pagination li {
  display: flex;
  align-items: center;
  margin: 0px 8px;
  vertical-align: top;
}
.pagination li.prev a,
.pagination li.next a {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}
.pagination li.prev a:hover,
.pagination li.next a:hover {
  color: #005FB3 !important;
}
.pagination li.prev a:before,
.pagination li.next a::after {
  font-family: 'iconfont' !important;
  font-size: 22px;
  display: block;
  content: '\e747';
  color: #085C44;
  text-align: center;
  transition: all 0.5s;
  font-weight: 400;
}
@media (max-width: 767px) {
  .pagination li.prev a:before,
  .pagination li.next a::after {
    font-size: 16px;
  }
}
.pagination li.prev a:hover:before,
.pagination li.next a:hover::after {
  color: #FFF;
}
.pagination li.prev a:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #085C44;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #E3EDDA;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  text-transform: capitalize;
}
.pagination li a.have-more {
  color: #085C44 !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: #fff !important;
  background-color: #085C44;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #fff !important;
  background-color: #085C44;
}
.newsdetails {
  margin: 140px 0;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .newsdetails {
    margin: 110px 0;
  }
}
@media (max-width: 1199px) {
  .newsdetails {
    margin: 80px 0;
  }
}
@media (max-width: 991px) {
  .newsdetails {
    margin: 45px 0;
  }
}
@media (max-width: 767px) {
  .newsdetails {
    padding: 0;
  }
}
.newsdetails .inquiry {
  margin-top: 40px;
}
.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: #085C44;
}
@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: #085C44;
}
.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 {
  position: relative;
}
.newsdetails .auto-adjust-img p.contains-pictures {
  padding: 0;
  margin: 0 -5px !important;
  font-size: 0 !important;
  overflow-x: hidden;
  position: relative;
}
@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 .devideo {
  position: relative;
}
.newsdetails .devideo img {
  width: 100%;
  height: auto;
  background: transparent;
}
.newsdetails .devideo .firm-video {
  position: absolute;
  z-index: 12;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.newsdetails .devideo .firm-video .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  cursor: pointer;
  color: #FFF;
  font-size: 35px;
  padding-left: 3px;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .newsdetails .devideo .firm-video .iconfont {
    width: 130px;
    height: 130px;
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .newsdetails .devideo .firm-video .iconfont {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1199px) {
  .newsdetails .devideo .firm-video .iconfont {
    width: 90px;
    height: 90px;
    font-size: 25px;
  }
}
.newsdetails .share {
  align-items: center;
  margin-top: 30px;
}
.newsdetails .share a {
  margin-left: 10px;
}
.newsdetails .relate-details {
  font-size: 0;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .newsdetails .relate-details {
    margin-top: 40px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .newsdetails .relate-details {
    margin-top: 0;
  }
}
.newsdetails .relate-details ul li {
  margin-top: 10px;
  list-style: none;
}
.newsdetails .relate-details a {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  height: 36px;
  padding-left: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  vertical-align: middle;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
  .newsdetails .relate-details a {
    font-size: 14px;
  }
}
.newsdetails .relate-details a:before {
  font-family: 'iconfont' !important;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  content: '\e747';
  -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: #085C44;
}
.newsdetails .relate-details a:hover:before {
  color: #fff;
  background-color: #085C44;
}
.newsdetails .relate-details .prev a:before {
  content: '\e747';
  -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: #085C44;
  border-radius: 10px;
  padding: 10px;
  color: white;
  border: none;
  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 {
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message {
    margin-top: 20px;
  }
}
.now-bottom .contactus-right .message label {
  display: block;
  color: #75807A;
  font-size: 16px;
  font-weight: 500;
  line-height: 116%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .now-bottom .contactus-right .message label {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .now-title {
  margin-bottom: 16px;
}
.now-bottom .contactus-right .message .formbox .now-title input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #C1EB91;
  background: linear-gradient(90deg, #085C44 0%, #3F875B 29.83%, #C1EB91 100%), linear-gradient(0deg, #F6FCF1 0%, #FAFAFA 100%);
  border: none;
  padding: 16px;
  color: #FFF;
  font-size: 16px;
  line-height: 116%;
}
@media (max-width: 1400px) {
  .now-bottom .contactus-right .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .now-title input {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .now-bottom .contactus-right .message .formbox .now-title input {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .row {
  list-style: none;
  margin: -13px -20px;
}
@media (max-width: 1199px) {
  .now-bottom .contactus-right .message .formbox .row {
    margin: -12px -10px;
  }
}
.now-bottom .contactus-right .message .formbox li {
  padding: 13px 20px;
}
@media (max-width: 1199px) {
  .now-bottom .contactus-right .message .formbox li {
    padding: 12px 10px;
  }
}
.now-bottom .contactus-right .message .formbox .group {
  position: relative;
}
.now-bottom .contactus-right .message .formbox .group input {
  border: none;
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(59, 125, 69, 0.2);
  background: linear-gradient(90deg, #FAFAFA 0%, #F6FCF1 100%);
  overflow: hidden;
  height: 50px;
  color: #75807A;
  font-size: 16px;
  line-height: 116%;
  /* 18.56px */
  padding: 16px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 1199px) {
  .now-bottom .contactus-right .message .formbox .group input {
    padding: 12px 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: #75807A;
  font-size: 16px;
  line-height: 116%;
}
@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 {
  border: none;
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(59, 125, 69, 0.2);
  background: linear-gradient(90deg, #FAFAFA 0%, #F6FCF1 100%);
  overflow: hidden;
  color: #75807A;
  font-size: 16px;
  line-height: 116%;
  padding: 16px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 250px;
}
@media (max-width: 1199px) {
  .now-bottom .contactus-right .message .formbox .group textarea {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group textarea {
    font-size: 14px;
    height: 150px;
  }
}
.now-bottom .contactus-right .message .formbox .group textarea::placeholder {
  color: #75807A;
  font-size: 16px;
  line-height: 116%;
}
@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: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1199px) {
  .now-bottom .contactus-right .message .func {
    margin-top: 20px;
  }
}
.now-bottom .contactus-right .message .func button {
  border: none;
  transition: all 0.5s;
}
.inquiry-wrap {
  overflow: hidden;
}
.inquiry-wrap .index-title {
  text-align: center;
}
.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: #085C44;
  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: #085C44;
  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 #085C44;
  border-top: none;
}
.inquiry-wrap .inquiry-box .list > li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #085C44;
}
.inquiry-wrap .inquiry-box .list > li:nth-of-type(1) {
  border-top: none;
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .list > li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.inquiry-wrap .inquiry-box .list > li {
  flex-wrap: wrap;
}
.inquiry-wrap .pro-parameter {
  width: 100%;
  text-align: left;
}
@media (min-width: 992px) {
  .inquiry-wrap .pro-parameter {
    display: -webkit-box;
    display: flex;
  }
  .inquiry-wrap .pro-parameter > div {
    -webkit-box-flex: 1;
    flex: 1;
    padding: 0 10px;
  }
}
.inquiry-wrap .parameter-list li:not(.active) {
  display: none;
}
.number-box input {
  -moz-appearance: textfield;
  /* Firefox */
  -webkit-appearance: none;
  /* Chrome, Safari, Edge */
  appearance: none;
}
/* 针对 WebKit 内核浏览器隐藏上下箭头 */
.number-box input::-webkit-inner-spin-button,
.number-box input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.inquiry-wrap .content .inquiry-box {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .inquiry-wrap .content .inquiry-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .content .inquiry-box {
    margin-bottom: 20px;
  }
}
.inquiry-wrap .content .message {
  width: 100%;
  margin-top: 40px;
}
.inquiry-wrap .content .message .formbox .now-title {
  margin-bottom: 10px;
}
.inquiry-wrap .content .message .formbox .now-title input {
  width: 100%;
  border-radius: 10px;
  background: #005FB3;
  border: none;
  padding: 12px 22px;
  color: #FFF;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1400px) {
  .inquiry-wrap .content .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .now-title input {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .now-title input {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .formbox .row {
  list-style: none;
  margin: -5px;
}
.inquiry-wrap .content .message .formbox li {
  padding: 5px;
}
.inquiry-wrap .content .message .formbox .group {
  position: relative;
}
.inquiry-wrap .content .message .formbox .group input {
  border: none;
  width: 100%;
  border-radius: 10px;
  background: #FAFAFA;
  overflow: hidden;
  color: #666;
  font-size: 14px;
  line-height: 18px;
  padding: 20px 22px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 1199px) {
  .inquiry-wrap .content .message .formbox .group input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group input {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .formbox .group input::placeholder {
  color: #666;
  font-size: 14px;
  line-height: 18px;
}
@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 {
  border: none;
  width: 100%;
  border-radius: 10px;
  background: #FAFAFA;
  overflow: hidden;
  color: #666;
  font-size: 14px;
  line-height: 18px;
  padding: 20px 22px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 200px;
}
@media (max-width: 1199px) {
  .inquiry-wrap .content .message .formbox .group textarea {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group textarea {
    font-size: 14px;
    height: 150px;
  }
}
.inquiry-wrap .content .message .formbox .group textarea::placeholder {
  color: #666;
  font-size: 14px;
  line-height: 18px;
}
@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;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1199px) {
  .inquiry-wrap .content .message .func {
    margin-top: 20px;
  }
}
.inquiry-wrap .content .message .func button {
  border: none;
  transition: all 0.5s;
}
.product .search-none {
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .product .search-none {
    margin-bottom: 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;
}
