@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter28pt-Bold.eot');
  src: local('Inter 28pt Bold'), local('Inter28pt-Bold'), url('../fonts/Inter28pt-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter28pt-Bold.woff2') format('woff2'), url('../fonts/Inter28pt-Bold.woff') format('woff'), url('../fonts/Inter28pt-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter28pt-Medium.eot');
  src: local('Inter 28pt Medium'), local('Inter28pt-Medium'), url('../fonts/Inter28pt-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter28pt-Medium.woff2') format('woff2'), url('../fonts/Inter28pt-Medium.woff') format('woff'), url('../fonts/Inter28pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter28pt-Regular.eot');
  src: local('Inter 28pt Regular'), local('Inter28pt-Regular'), url('../fonts/Inter28pt-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter28pt-Regular.woff2') format('woff2'), url('../fonts/Inter28pt-Regular.woff') format('woff'), url('../fonts/Inter28pt-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter28pt-SemiBold.eot');
  src: local('Inter 28pt SemiBold'), local('Inter28pt-SemiBold'), url('../fonts/Inter28pt-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter28pt-SemiBold.woff2') format('woff2'), url('../fonts/Inter28pt-SemiBold.woff') format('woff'), url('../fonts/Inter28pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Inter', Arial, 'Helvetica Neue', Helvetica, 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  color: #666;
}
.am-container {
  max-width: 1680px;
}
a:focus {
  outline: none;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.hide {
  display: none;
}
.xs-online {
  display: none;
  font-weight: 300;
  position: fixed;
  z-index: 30;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
}
.xs-online ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
  height: 68px;
}
.xs-online ul li {
  display: table-cell;
  width: 20%;
  border-left: 1px solid #FCF3F2;
  height: 68px;
}
.xs-online ul li a {
  display: block;
  padding: 7px 0 5px;
}
.xs-online ul li a span {
  display: block;
  color: #30375B;
  font-size: 12px;
}
.xs-online ul li a span i {
  font-size: 22px;
}
.xs-online ul li:first-child {
  border-left: none;
}
.prod-deta .table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.prod-deta .table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  text-align: left;
  color: #222;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 180% */
}
@media (max-width: 767px) {
  .prod-deta .table-box table {
    font-size: 14px;
  }
}
.prod-deta .table-box table tr,
.prod-deta .table-box table td,
.prod-deta .table-box table th {
  width: auto!important;
  height: auto!important;
}
.prod-deta .table-box table td,
.prod-deta .table-box table th {
  padding: 15px 35px !important;
  border: 1px solid #d9d9d9 !important;
}
@media (max-width: 991px) {
  .prod-deta .table-box table td,
  .prod-deta .table-box table th {
    padding: 12px 8px !important;
  }
}
@media (max-width: 767px) {
  .prod-deta .table-box table td,
  .prod-deta .table-box table th {
    padding: 8px 8px !important;
  }
}
@media (max-width: 575px) {
  .prod-deta .table-box table td,
  .prod-deta .table-box table th {
    padding: 8px 8px !important;
  }
}
.prod-deta .table-box table td:first-child,
.prod-deta .table-box table th:first-child {
  background-color: #2B333D;
  color: #fff;
  border-left-color: #2B333D !important;
  border-right-color: #2B333D !important;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .prod-deta .table-box table td,
  .prod-deta .table-box table th,
  .prod-deta .table-box table td *,
  .prod-deta .table-box table th * {
    font-size: 12px!important;
  }
}
@media (max-width: 575px) {
  .prod-deta .table-box table td,
  .prod-deta .table-box table th,
  .prod-deta .table-box table td *,
  .prod-deta .table-box table th * {
    font-size: 2.7vmin !important;
  }
}
.prod-deta .table-box table tr p,
.prod-deta .table-box table tr span {
  background: none!important;
  margin: 0!important;
  padding: 0!important;
}
.prod-deta .table-box table tr:first-child td:first-child {
  border-top-color: #2B333D !important;
  border-top-left-radius: 20px;
}
.prod-deta .table-box table tr:first-child td:last-child {
  border-top-right-radius: 20px;
}
.prod-deta .table-box table tr:last-child td:first-child {
  border-bottom-color: #2B333D !important;
  border-bottom-left-radius: 20px;
}
.prod-deta .table-box table tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}
.prod-deta .table-box table tr:nth-child(n+2) td {
  border-top: none!important;
}
.prod-deta .table-box table th {
  text-align: center;
}
.prod-deta .table-box table img {
  height: auto!important;
  max-width: 100%;
}
.suspended-list {
  width: 46px;
  position: fixed;
  right: 0;
  top: calc(50% - 79px);
  z-index: 999;
  display: none;
}
.suspended-list ul {
  display: block;
  position: relative;
  background-color: #2B333D;
  padding-left: 0;
  padding: 5px 0;
  border-radius: 44px;
}
.suspended-list ul li {
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 5px;
  list-style: none;
}
.suspended-list ul li:last-child {
  margin: 0;
}
.suspended-list ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: #2B333D;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.suspended-list ul li a i {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
.suspended-list ul li .qrcode {
  width: 110px;
  height: 100px;
  padding-right: 10px;
  position: absolute;
  top: -50%;
  z-index: -10;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
}
.suspended-list ul li .qrcode > div {
  width: 100px;
  height: 100px;
  background-color: #015cad;
  padding: 5px;
}
.suspended-list ul li .qrcode > div img {
  width: 100%;
}
.suspended-list ul li .whatsapp-num {
  width: fit-content;
  height: 100%;
  line-height: 1.2;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: -10;
  padding-left: 10px;
  right: -385px;
  transition: all 0.35s;
  opacity: 0;
  border-radius: 30px;
  background-color: #2B333D;
  padding: 0 65px 0 20px;
  white-space: nowrap;
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.suspended-list ul li:hover {
  transition: all 0.5s;
}
.suspended-list ul li:hover .qrcode {
  left: -110px;
  opacity: 1;
  transition: all 0.35s;
}
.suspended-list ul li:hover a {
  background-color: #2B333D;
}
.suspended-list ul li:hover a .ycxf_imgbox img:first-child {
  display: none;
}
.suspended-list ul li:hover a .ycxf_imgbox img:last-child {
  display: block;
  left: 15px;
}
.suspended-list ul li:hover .j_dhzs {
  left: -210px;
}
.suspended-list ul li:hover .whatsapp-num {
  right: 0;
  opacity: 1;
  transition: all 0.35s;
}
.open-suspended {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 30px;
  z-index: 999;
  background: #6E6E6E;
  border-radius: 8px;
  bottom: 70px;
  display: none;
}
.open-suspended a {
  line-height: 48px;
  text-align: center;
  display: block;
  color: #fff;
  transition: all 0.35s;
}
@media screen and (min-width: 1200px) {
  .pc-hide {
    display: none;
  }
}
.banner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  z-index: 2;
  font-size: 0;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner #banner-to {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 70px;
  z-index: 2;
  color: #fff;
  opacity: 0.6;
  transition: all 0.35s;
  cursor: pointer;
}
.banner #banner-to i {
  font-size: 25px;
  line-height: 1;
}
@media screen and (min-width: 991px) {
  .banner #banner-to:hover {
    opacity: 1;
  }
}
.banner .banner-btn {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 60px;
  left: 0;
  display: flex;
  align-items: center;
}
.banner .banner-btn .btn-num {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  align-items: center;
  width: fit-content;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  /* 100% */
}
.banner .banner-btn .btn-num .num {
  display: none;
}
.banner .banner-btn .btn-num .total {
  display: none;
}
.banner .banner-btn .banner-swiper-pagination {
  display: flex;
  align-items: flex-end;
}
.banner .banner-btn .banner-swiper-pagination span {
  font-size: 0;
  width: 36px;
  height: 36px;
  transition: all 0.35s;
  opacity: 1;
  margin: 0 10px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .banner-btn .banner-swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #00a63b;
}
.banner .banner-btn .banner-swiper-pagination span:before {
  font-family: 'iconfont';
  font-size: 18px;
  color: #fff;
}
.banner .banner-btn .banner-swiper-pagination span:first-child:before {
  content: '\e603';
}
.banner .banner-btn .banner-swiper-pagination span:nth-child(2):before {
  content: '\e604';
}
.banner .banner-btn .banner-swiper-pagination span:nth-child(3):before {
  content: '\e605';
}
.banner .slick-arrow {
  outline: none;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner .slick-prev {
  left: 5%;
}
.banner .slick-prev:before {
  content: '\fab1';
}
.banner .slick-next {
  right: 5%;
}
.banner .slick-next:before {
  content: '\e62c';
}
.banner .item {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner .item > a {
  overflow: hidden;
  display: block;
  position: relative;
}
.banner .item > a > img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 100%;
}
.banner .item .item-txt {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.banner .item .item-txt .tit {
  color: #FFF;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  max-width: 915px;
}
.banner .item .item-txt .desc {
  color: rgba(255, 255, 255, 0.8);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  /* 31.5px */
  max-width: 915px;
  margin: 30px 0 75px;
}
.banner .item .item-txt .btn {
  border-radius: 72px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #3CA472;
  color: #fff;
  display: flex;
  width: fit-content;
  align-items: center;
  padding: 10px 20px;
  line-height: 1;
  font-size: 16px;
}
.banner .item .item-txt .btn i {
  margin: 0 10px 0 0;
  font-size: 22px;
  line-height: 1;
}
.banner .banner-button-prev,
.banner .banner-button-next {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}
.banner .banner-button-prev:before,
.banner .banner-button-next:before {
  font-size: 22px;
  color: #fff;
  opacity: 1;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .banner .banner-button-prev:hover:before,
  .banner .banner-button-next:hover:before {
    color: #2B333D;
  }
}
@media only screen and (min-width: 1850px) and (max-width: 1920px) {
  .banner .item > a > img {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .banner .slick-arrow:hover {
    background-color: #00a63b;
  }
}
@media (max-width: 1199px) {
  .banner .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .banner .item {
    width: 110%;
    max-width: 110%;
    margin-left: -5%;
  }
  .banner .item .item-txt {
    padding: 0 5%;
  }
}
@media (max-width: 767px) {
  .banner .item {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
  }
  .banner .item .item-txt {
    padding: 0 10%;
  }
}
.banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
  display: none !important;
}
.banner.hide-video video {
  display: none !important;
}
.banner-video-box {
  display: block;
  padding-bottom: 45.3125%;
  position: relative;
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner-video-box .fluid_initial_play {
  background-color: #00a63b !important;
}
.banner .mobile-video {
  display: block;
  position: relative;
}
.banner .mobile-video:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner .mobile-video:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  font-size: 50px;
  color: #fff;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e644';
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.banner-txt {
  position: relative;
  z-index: 100;
}
.banner-txt .txt-box {
  max-width: 100%;
  width: 1220px;
  font-size: 24px;
  line-height: 1.5;
  font-family: 'Nacelle';
  padding: 40px 85px;
  text-align: center;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.11);
  margin: -130px auto 0;
}
img {
  transition: all 0.35s;
}
@keyframes float-animation {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}
@keyframes float-animation2 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes scale-animation {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}
@keyframes sc1 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes turn {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes turn2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes turn3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.page-banner {
  overflow: hidden;
  position: relative;
}
.page-banner .item {
  position: relative;
}
.page-banner .item img {
  width: 100%;
}
.page-banner .item-box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
}
.page-banner .desc {
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 136.364% */
  max-width: 1365px;
  margin: 25px 0 65px;
}
.page-banner .crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  margin: 0 -5px;
}
.page-banner .crumbs i {
  font-size: 16px;
  line-height: 1;
  margin: 0 5px;
}
.page-banner .crumbs span {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 0 5px;
}
.page-banner .crumbs a {
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  margin: 0 5px;
}
.page-banner .item-news {
  top: auto;
  transform: translate(0);
  bottom: 0;
  background-color: #333;
}
.page-banner .item-news .all {
  display: flex;
}
.page-banner .item-news .all a {
  width: 200px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  line-height: 125%;
  /* 25px */
}
.page-banner .item-news .all a.active {
  background-color: #38A772;
}
.page-banner .item-app .tag span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0 15px;
}
.page-banner .item-app .tit {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 50px */
  margin: 35px 0 0;
}
.page-banner .item-cata .desc {
  max-width: 855px;
}
.page-banner .item-prod .desc {
  max-width: 850px;
}
.page-banner .item-cate {
  top: 50%;
}
.page-banner .item-cate .tit {
  color: #FFF;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.page-banner .item-cate .desc {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  text-transform: capitalize;
  margin: 10px 0 0;
}
.page-banner .item-about {
  top: 50%;
}
.page-banner .item-about .tit {
  max-width: 1047px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 auto;
}
.page-banner .item-solu {
  top: 50%;
}
.page-banner .item-solu .tit {
  color: #FFF;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.page-banner .item-solu .desc {
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  /* 28px */
  margin: 15px auto 0;
  text-align: center;
}
.page-top .page-crumbs {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
.page-top .page-crumbs i {
  font-size: 20px;
  line-height: 1;
  margin-right: 15px;
  color: #666;
}
.page-top .page-crumbs a {
  color: #666;
  font-family: Akatab;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  /* 250% */
  transition: all 0.35s;
}
.page-top .page-crumbs a:hover {
  text-decoration: underline;
}
.page-top .page-crumbs span {
  font-size: 16px;
  line-height: 1;
  margin: 0 7px;
  color: #000;
}
.touch-nav {
  display: none;
}
.sticky-content {
  display: -webkit-box;
  display: flex;
}
.list-l {
  width: 310px;
  position: relative;
  z-index: 9;
  background-color: #fff;
}
.list-l .menu {
  position: relative;
  z-index: 10;
}
.list-l .menu h4 {
  border-radius: 20px 20px 0px 0px;
  background: #2B333D;
  color: #FFF;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 200% */
  padding: 22px 30px 15px;
  margin: 0;
  display: flex;
  align-items: flex-start;
}
.list-l .menu h4:after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  background-color: #fff;
  margin-left: 5px;
}
.list-l .menu a {
  display: block;
}
.list-l .menu1 {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border: 1px solid #d9d9d9;
  border-radius: 0 0 20px 20px;
  border-top: none;
}
.list-l .menu1 > li {
  color: #666666;
  font-size: 18px;
  list-style: none;
  padding: 0 30px;
}
.list-l .menu1 > li:first-child a {
  border-top: none;
}
.list-l .menu1 > li > a {
  display: block;
  position: relative;
  color: #222;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 17px 0;
  transition: all 0.35s;
  text-transform: uppercase;
  border-top: 1px solid #D9D9D9;
}
.list-l .menu1 > li > a:hover {
  color: #2B333D;
  text-decoration: underline;
  transition: all 0.35s;
}
.list-l .menu1 > li > a span {
  display: flex;
  color: inherit;
  font-style: normal;
  line-height: 1.2;
  /* 200% */
}
.list-l .menu1 > li.active > a {
  color: #2B333D;
  text-decoration: underline;
}
.list-l .menu1 > li.more > a:after {
  content: '\e6c8';
  font-family: 'iconfont';
  position: absolute;
  right: 15px;
  top: 17px;
  transform: rotate(0);
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
  color: #2B333D;
}
.list-l .menu1 > li.more.active > a {
  color: #2B333D;
  transition: all 0.35s;
}
.list-l .menu1 > li.more.active > a:after {
  transform: rotate(180deg);
  transition: all 0.35s;
}
.list-l .menu1 ul {
  font-size: 14px;
  display: none;
  margin: 0;
  margin-top: 5px;
}
.list-l .menu2 {
  padding: 10px 0 13px;
}
.list-l .menu2 > li {
  list-style: none;
}
.list-l .menu2 > li:last-child {
  border-bottom: none;
}
.list-l .menu2 > li:nth-child(n+2) {
  margin-top: 8px;
}
.list-l .menu2 > li > a {
  display: flex;
  width: fit-content;
  align-items: center;
  width: 100%;
  position: relative;
  color: #333;
  font-family: Akatab;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875;
  /* 250% */
  height: auto;
  padding: 3px 30px;
  transition: all 0.35s;
}
.list-l .menu2 > li > a:hover {
  transition: all 0.35s;
}
.list-l .menu2 > li > a:hover span {
  color: #2B333D;
  transition: all 0.35s;
}
.list-l .menu2 > li > a span {
  display: block;
  line-height: 20px;
  transition: all 0.35s;
}
.list-l .menu2 > li.active > a span {
  color: #2B333D;
  transition: all 0.35s;
}
.list-l .menu3 > li {
  padding-left: 12px;
  margin-top: 5px;
  list-style: none;
}
.list-l .menu3 > li > a {
  color: #83868a;
}
.list-l .menu3 > li > a:before {
  content: '-';
}
@keyframes sc {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes sc2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
#doc-modal-1 .am-modal-dialog {
  padding: 15px;
}
#doc-modal-1 .am-modal-hd {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 25px;
}
#doc-modal-1 form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
}
#doc-modal-1 form p {
  margin: 0;
  width: calc(50% - 10px);
}
#doc-modal-1 form p:nth-child(6) {
  width: 100%;
}
#doc-modal-1 form p:nth-child(7) {
  width: 100%;
}
#doc-modal-1 form p:nth-child(7) input {
  padding: 0;
  height: auto;
  margin-bottom: 40px;
  background-color: transparent;
  border: none;
}
#doc-modal-1 form input {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  height: 46px;
  border: 1px solid #fff;
  padding: 0 30px;
  transition: all 0.35s;
}
#doc-modal-1 form input:focus {
  outline: none;
  border-color: #2B333D;
}
#doc-modal-1 form textarea {
  height: 170px;
  margin-bottom: 20px;
  padding: 15px 30px;
  width: 100%;
  resize: none;
  border: 1px solid #fff;
  background-color: #fff;
  transition: all 0.35s;
}
#doc-modal-1 form textarea:focus {
  outline: none;
  border-color: #2B333D;
}
#doc-modal-1 form button {
  width: fit-content;
  padding: 0 15px;
  height: 42px;
  border-radius: 20px;
  color: #fff;
  background-color: #2B333D;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: all 0.35s;
}
#doc-modal-1 form button span {
  font-weight: 300;
  font-size: 16px;
  margin-right: 10px;
}
#doc-modal-1 form button i {
  font-size: 18px;
  line-height: 1;
}
#doc-modal-1 form button:hover {
  transform: translateY(-3px);
}
.wpcf7-response-output {
  display: flex;
  align-items: center;
}
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
.screen-reader-response {
  display: none;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
header {
  z-index: 99;
  transition: all 0.35s;
  width: 100%;
  background-color: #2B333D;
}
header.home {
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  background-color: transparent;
}
header.inTop {
  background-color: #2B333D;
  box-shadow: 0px 2px 7.2px 1.8px rgba(0, 0, 0, 0.05);
}
header .header-all .all {
  display: flex;
  justify-content: space-between;
}
header .header-all .l {
  display: flex;
  align-items: center;
}
header .header-all .l .header-logo {
  height: 59px;
  margin: 0 35px 0 0;
  position: relative;
}
header .header-all .l .header-logo img {
  height: 100%;
  transition: all 0.35s;
}
header .header-all .r {
  display: flex;
}
header .header-all .r .btn-group {
  display: flex;
  align-items: center;
  margin: 0 0 0 100px;
}
header .header-all .r .btn-group .h-tel {
  display: flex;
  align-items: center;
}
header .header-all .r .btn-group .h-tel i {
  font-size: 24px;
  line-height: 1;
  color: #333;
}
header .header-all .r .btn-group .h-tel span {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0 15px;
}
header .header-all .r .btn-group .h-search i {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  transition: all 0.35s;
}
header .header-all .r .inquire {
  background-color: #2B333D;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 20px 35px;
}
header .header-all .r .inquire i {
  font-size: 20px;
}
header .header-all .r .inquire span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0 10px;
}
@keyframes jianbian {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
footer {
  background: #1F242C;
  overflow: hidden;
}
footer .t {
  padding: 60px 0 0;
}
footer .t .all {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .t .l {
  width: calc(100% - 200px);
  padding: 0 30px 0 0;
  display: flex;
  align-items: center;
}
footer .t .l .logo {
  height: 91px;
  position: relative;
}
footer .t .l .logo img {
  height: 100%;
}
footer .t .l .txt {
  padding: 0 0 0 100px;
  max-width: calc(100% - 200px);
}
footer .t .l .txt .tit {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 26.4px */
}
footer .t .l .txt .desc {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin: 5px 0 0;
}
footer .t .r a {
  display: flex;
  width: fit-content;
  padding: 13px 18px;
  border-radius: 85px;
  background-color: #009A44;
  color: #fff;
}
footer .t .r a i {
  font-size: 28px;
  line-height: 1;
  color: inherit;
}
footer .t .r a span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  margin: 0 0 0 15px;
}
footer .m {
  padding: 70px 0 140px;
}
footer .m .all {
  display: flex;
  justify-content: space-between;
}
footer .m .all .footer-link {
  max-width: 20%;
}
footer .m .all .link-t h4 {
  margin: 0;
  color: #fff;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
footer .m .all .link-b {
  margin: 40px 0 0;
}
footer .m .all .link-b ul {
  margin: 0;
  padding: 0;
}
footer .m .all .link-b li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
footer .m .all .link-b li a,
footer .m .all .link-b li span {
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
footer .m .all .link-b li a:hover {
  text-decoration: underline;
}
footer .m .all .link-b li:nth-child(n+2) {
  margin: 25px 0 0;
}
footer .m .all .link-b li i {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin: 0 15px 0 0;
}
footer .m .all .link-b .footer-share {
  display: flex;
  align-items: center;
  margin: 0 -15px;
}
footer .m .all .link-b .footer-share .share-box {
  padding: 0 15px;
}
footer .m .all .link-b .footer-share .share-box a {
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.35s;
}
footer .m .all .link-b .footer-share .share-box a:hover {
  color: #fff;
}
footer .b {
  padding: 0 0 25px;
}
footer .b .all {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .b .all .bl {
  color: rgba(234, 234, 234, 0.6);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
footer .b .all .bl a,
footer .b .all .bl span {
  color: inherit;
  transition: all 0.35s;
}
footer .b .all .bl a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .b .all .br {
  color: #999;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 24.5px */
  margin: 0 -15px;
  display: flex;
  align-items: center;
}
footer .b .all .br a {
  color: inherit;
  transition: all 0.35s;
}
footer .b .all .br a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .b .all .br .box {
  padding: 0 15px;
  position: relative;
}
footer .b .all .br .box:first-child:after {
  content: '';
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fancybox-slide--iframe .fancybox-content {
  width: 80%!important;
  height: 80%!important;
}
.mobile-h {
  display: none;
}
.header-mobile-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.search {
  padding: 100px 0 0;
}
.search .search-tool {
  display: flex;
  justify-content: center;
}
.search .search-tool form {
  max-width: 500px;
  display: flex;
  position: relative;
  width: 100%;
}
.search .search-tool input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 50px 0 20px;
  border: 1px solid #e5e5e5;
  border-radius: 22px;
  box-sizing: border-box;
  font-size: 16px;
  transition: all 0.35s;
}
.search .search-tool input:focus {
  outline: none;
  border-color: #2B333D;
}
.search .search-tool button {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  display: flex;
  background: transparent;
  border: 0;
  justify-content: center;
  align-items: center;
}
.search .search-tool button i {
  font-size: 24px;
  color: #000;
}
.search .search-all {
  padding: 40px 0 80px;
}
.search .search-all .search-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.search .search-all .search-nav .nav-btn {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin: 0 50px;
  position: relative;
  cursor: pointer;
  padding: 10px 0;
}
.search .search-all .search-nav .nav-btn:after {
  content: '';
  width: 0;
  height: 3px;
  background-color: #2B333D;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.35s;
}
.search .search-all .search-nav .nav-btn.active:after {
  width: 85%;
}
.search .search-all .search-nav .nav-btn:hover:after {
  width: 100%;
}
.search .search-all .results .search-list {
  display: none;
  opacity: 0;
}
.search .search-all .results .search-list.active {
  display: block;
  opacity: 1;
}
.search .search-all .results .search-list .fixed {
  display: flex;
  align-items: center;
}
.search .search-all .results .search-list ul {
  padding: 0;
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.search .search-all .results .search-list ul > p {
  padding: 0 15px;
}
.search .search-all .results .search-list li {
  list-style: none;
  margin: 0;
  padding: 0 15px;
  width: 25%;
}
.search .search-all .results .search-list li:nth-child(n+5) {
  margin-top: 20px;
}
.search .search-all .results .search-list .search-img {
  display: flex;
  width: 100%;
}
.search .search-all .results .search-list .search-img div {
  width: 100%;
}
.search .search-all .results .search-list .li-inner {
  padding: 20px 20px;
  box-shadow: 0 1px 11px 2px rgba(0, 0, 0, 0.05);
  flex-direction: column;
  transition: all 0.35s;
}
.search .search-all .results .search-list .li-inner:hover {
  transform: translateY(-10px);
}
.search .search-all .results .search-list .img-text {
  padding-top: 15px;
  width: 100%;
}
.search .search-all .results .search-list .img-text .type {
  font-size: 14px;
  color: #2B333D;
  line-height: 1;
  margin-bottom: 10px;
}
.search .search-all .results .search-list .img-text .t {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: bold;
  color: #330313;
  min-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.search .search-all .results .search-list .img-text .t a {
  color: inherit;
}
.search .search-all .results .search-list .img-text .d {
  font-size: 16px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 15px;
  min-height: 68px;
}
.search .search-all .results .search-list .img-text .d p {
  margin: 0;
}
.search .search-all .results .search-list .img-text .see-more {
  display: flex;
  width: fit-content;
  background-color: #2B333D;
  color: #fff;
  padding: 5px 18px 2px;
  border-radius: 14px;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin: 60px 0 0;
}
.wp-pagenavi *:nth-child(2) {
  margin-left: 0;
}
.wp-pagenavi span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 10px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2B333D;
}
.wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 10px;
  color: #666;
  width: 40px;
  height: 40px;
  transition: all 0.35s;
  font-size: 20px;
}
.wp-pagenavi a:hover {
  color: #2B333D;
}
.wp-pagenavi a.last,
.wp-pagenavi a.first {
  display: none;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  padding-top: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  border-radius: 50%;
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before {
  content: '';
  font-family: 'iconfont';
  font-size: 16px;
  line-height: 1;
  color: #000;
  transition: all 0.35s;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  background-color: #2B333D;
}
.wp-pagenavi .previouspostslink:hover:before,
.wp-pagenavi .nextpostslink:hover:before {
  color: #fff;
}
.wp-pagenavi .previouspostslink {
  margin-right: 60px;
}
.wp-pagenavi .previouspostslink:before {
  content: '\e99c';
}
.wp-pagenavi .nextpostslink {
  margin-left: 60px;
}
.wp-pagenavi .nextpostslink:before {
  content: '\e600';
}
#st-1.st-animated {
  text-align: left;
  margin: 15px 0 0;
  z-index: 5;
}
@-webkit-keyframes badbounce {
  0%,
  100% {
    -webkit-transform: translateY(0px);
  }
  10% {
    -webkit-transform: translateY(6px);
  }
  30% {
    -webkit-transform: translateY(-4px);
  }
  70% {
    -webkit-transform: translateY(3px);
  }
  90% {
    -webkit-transform: translateY(-2px);
  }
}
@-moz-keyframes badbounce {
  0%,
  100% {
    -moz-transform: translateY(0px);
  }
  10% {
    -moz-transform: translateY(6px);
  }
  30% {
    -moz-transform: translateY(-4px);
  }
  70% {
    -moz-transform: translateY(3px);
  }
  90% {
    -moz-transform: translateY(-2px);
  }
}
@keyframes badbounce {
  0%,
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  10% {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
  }
  30% {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  70% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
  }
  90% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
.ss_animate {
  -webkit-animation: badbounce 1s linear;
  -moz-animation: badbounce 1s linear;
  animation: badbounce 1s linear;
}
#ss_menu {
  bottom: 30px;
  width: 60px;
  height: 60px;
  color: #fff;
  position: fixed;
  z-index: 20;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  right: 30px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#ss_menu > .menu {
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
  color: #fff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
#ss_menu > .menu .share {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
#ss_menu > .menu .share .circle {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  margin-top: -6px;
  left: 12px;
  opacity: 1;
}
#ss_menu > .menu .share .circle:after,
#ss_menu > .menu .share .circle:before {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  content: '';
  opacity: 1;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}
#ss_menu > .menu .share .circle:after {
  left: 20.78461px;
  top: 12px;
}
#ss_menu > .menu .share .circle:before {
  left: 20.78461px;
  top: -12px;
}
#ss_menu > .menu .share .bar {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  width: 24px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  left: 18px;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#ss_menu > .menu .share .bar:before {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  content: '';
  width: 24px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#ss_menu > .menu .share.close .circle {
  opacity: 0;
}
#ss_menu > .menu .share.close .bar {
  top: 50%;
  margin-top: -1.5px;
  left: 50%;
  margin-left: -12px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  -o-transform: rotate(405deg);
  transform: rotate(405deg);
}
#ss_menu > .menu .share.close .bar:before {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-450deg);
  -moz-transform: rotate(-450deg);
  -ms-transform: rotate(-450deg);
  -o-transform: rotate(-450deg);
  transform: rotate(-450deg);
}
#ss_menu > .menu.ss_active {
  background: #2B333D;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
#ss_menu > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 30px;
  text-align: center;
  background: #2B333D;
  border-radius: 50%;
  display: table;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
  transition: all 0.35s;
}
#ss_menu > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#ss_menu > div a:before {
  color: #fff;
  font-size: 26px;
}
#ss_menu > div:hover {
  background: #009688;
  cursor: pointer;
}
#ss_menu div:nth-child(1) {
  top: 0px;
  left: -160px;
}
#ss_menu div:nth-child(2) {
  top: -80px;
  left: -138.56406px;
}
#ss_menu div:nth-child(3) {
  top: -138.56406px;
  left: -80px;
}
#ss_menu div:nth-child(4) {
  top: -160px;
  left: 0px;
}
.yottie-widget-video-preview-play {
  width: 38px!important;
}
.page-tit {
  color: #333;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.page-top {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-top.prod-t {
  background-color: #F6F6F6;
}
.page-top .t-all {
  position: relative;
}
.page-top.w .t-c {
  color: #000;
}
.page-top.w .t-b {
  color: #000;
}
.page-top .t-c {
  padding: 160px 0 25px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}
.page-top .t-c .t-ct {
  font-weight: 900;
  font-size: 72px;
  line-height: 1;
  margin-bottom: 25px;
}
.page-top .t-c .t-cb {
  font-size: 24px;
  line-height: 1.5;
  max-width: 1220px;
  margin: 0 auto;
}
.page-top .t-b {
  color: #fff;
  padding-bottom: 20px;
}
.page-top .t-b .crumbs {
  display: flex;
  align-items: center;
}
.page-top .t-b i {
  font-size: 20px;
  margin-right: 15px;
}
.page-top .t-b a {
  color: inherit;
  font-size: 18px;
  font-weight: 300;
  padding-top: 5px;
  transition: all 0.35s;
}
.page-top .t-b a:hover {
  color: #2B333D;
}
.page-top .t-b span {
  font-size: 18px;
  padding-top: 5px;
  margin: 0 7px;
}
.page-top .prod-crumbs {
  display: flex;
  align-items: center;
  padding: 25px 0 15px;
}
.page-top .prod-crumbs i {
  font-size: 20px;
  line-height: 1;
  margin-right: 15px;
}
.page-top .prod-crumbs a {
  font-size: 18px;
  line-height: 1;
  color: #666;
  font-weight: 300;
  padding-top: 5px;
  transition: all 0.35s;
}
.page-top .prod-crumbs a:hover {
  color: #2B333D;
}
.page-top .prod-crumbs span {
  font-size: 18px;
  line-height: 1;
  margin: 0 7px;
  padding-top: 5px;
}
.hyh-btn {
  display: flex;
  width: fit-content;
  align-items: center;
  color: #FFF;
  padding: 17px 20px;
  border: 1px solid #2B333D;
  background-color: #2B333D;
  transition: all 0.35s;
}
.hyh-btn span {
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  text-transform: capitalize;
}
.hyh-btn i {
  font-size: 12px;
  line-height: 1;
  margin-left: 25px;
}
.hyh-btn:hover {
  background-color: #fff;
  color: #2B333D;
}
.hyh-btn.white {
  background-color: #fff;
  border-color: #fff;
  color: #2B333D;
}
.hyh-btn.white:hover {
  color: #FFF;
  background-color: #2B333D;
}
.in-desc {
  color: #CD4648;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
}
.in-block1 {
  background-color: #2B333D;
  padding: 100px 0;
}
.in-block1 .all {
  display: flex;
  align-items: center;
}
.in-block1 .l {
  width: 62.12121212%;
  padding: 0 90px 0 0;
  color: #fff;
}
.in-block1 .l .in-title {
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.in-block1 .l .in-title span {
  color: #38A772;
}
.in-block1 .l .list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 90px 0 0;
  margin: 70px 0 0;
  justify-content: space-between;
}
.in-block1 .l .list .box {
  width: calc(50% - 15px);
}
.in-block1 .l .list .box:nth-child(n+3) {
  margin: 65px 0 0;
}
.in-block1 .l .list .box .tit {
  color: #FFF;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.in-block1 .l .list .box .desc {
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  margin: 17px 0 0;
}
.in-block1 .l .list .box .desc span {
  color: #38A772;
}
.in-block1 .r {
  width: 37.87878788%;
}
.in-block1 .r .pic {
  width: 100%;
}
.in-block1 .r .pic img {
  width: 100%;
}
.in-block2 {
  background-size: cover;
  background-repeat: no-repeat;
}
.in-block2 .list {
  display: flex;
  flex-wrap: wrap;
}
.in-block2 .box {
  width: 25%;
  padding: 12px 30px 45px 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  transition: all 0.35s;
}
.in-block2 .box:hover {
  background-color: #2B333D;
}
.in-block2 .box:hover .hover {
  opacity: 1;
}
.in-block2 .box:hover .cont {
  opacity: 0;
}
.in-block2 .box .cont {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 55px;
  padding: 0 45px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 1;
  transition: all 0.35s;
}
.in-block2 .box .cont .tit {
  color: #FFF;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  min-height: 72px;
  margin: 25px 0 0;
}
.in-block2 .box .num {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  font-family: Oswald;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 90px */
  color: transparent;
}
.in-block2 .box .hover {
  margin: 110px 0 0;
  opacity: 0;
  transition: all 0.35s;
  position: relative;
  z-index: 2;
}
.in-block2 .box .hover .tit {
  color: #FFF;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 30px 0 20px;
}
.in-block2 .box .hover .desc {
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}
.in-block2 .box .hover .btn {
  margin: 55px 0 0;
  border-radius: 72px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #3CA472;
  color: #fff;
  display: flex;
  width: fit-content;
  align-items: center;
  padding: 10px 20px;
  line-height: 1;
}
.in-block2 .box .hover .btn i {
  margin: 0 10px 0 0;
  font-size: 22px;
  line-height: 1;
}
.in-block3 {
  padding: 100px 0 105px;
}
.in-block3 .all {
  padding: 0 0 0 60px;
  display: flex;
}
.in-block3 .l {
  width: 38.60215054%;
  background-color: #f4f6f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 75px;
}
.in-block3 .l .tit {
  color: #333;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.in-block3 .l .desc {
  color: #666;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  margin: 30px 0 0;
}
.in-block3 .l .desc p {
  margin: 0;
}
.in-block3 .l .btn {
  margin: 50px 0 0;
  border-radius: 72px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #38A772;
  padding: 12px 50px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  width: fit-content;
}
.in-block3 .r {
  width: 61.39784946%;
  position: relative;
}
.in-block3 .r .img-box {
  padding-bottom: 58.05604203%;
}
.in-block3 .r .slick-slide > div {
  font-size: 0;
}
.in-block3 .r .box a {
  display: block;
  position: relative;
}
.in-block3 .r .box .hover {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #2B333D;
  width: 43.34500876%;
  padding: 75px 95px 55px 50px;
}
.in-block3 .r .box .hover .tags {
  color: #38A772;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.in-block3 .r .box .hover .tit {
  color: #FFF;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 30px 0 20px;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.in-block3 .r .box .hover .desc {
  color: rgba(255, 255, 255, 0.8);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.in-block3 .r .box .hover i {
  display: flex;
  margin: 90px 0 0;
  font-size: 26px;
  color: #fff;
  line-height: 1;
}
.in-block3 .r .arrows {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background-color: #3CA472;
}
.in-block3 .r .arrows .slick-prev,
.in-block3 .r .arrows .slick-next {
  position: static;
  transform: translate(0);
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 67px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.in-block3 .r .arrows .slick-prev:before,
.in-block3 .r .arrows .slick-next:before {
  opacity: 1;
  font-family: 'iconfont';
  font-size: 18px;
  line-height: 1;
}
.in-block3 .r .arrows .slick-prev:before {
  content: '\e602';
}
.in-block3 .r .arrows .slick-next:before {
  content: '\e601';
}
.in-block4 {
  background-color: #2B333D;
  padding: 110px 0 100px;
}
.in-block4 .t {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.in-block4 .t .tit {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.in-block4 .t .desc {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  margin: 15px 0 40px;
}
.in-block4 .t .btn {
  border-radius: 72px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #3CA472;
  color: #fff;
  display: flex;
  width: fit-content;
  align-items: center;
  padding: 10px 20px;
  line-height: 1;
}
.in-block4 .t .btn i {
  margin: 0 10px 0 0;
  font-size: 22px;
  line-height: 1;
}
.in-block4 .b {
  margin: 70px 0 0;
}
.in-block4 .b .list {
  display: flex;
  justify-content: space-between;
}
.in-block4 .b .box {
  width: 16.18181818%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.in-block4 .b .box:before {
  content: '';
  width: 29%;
  height: 8px;
  background-image: url(../img/line.svg);
  background-size: 100% 100%;
  position: absolute;
  right: -30%;
  top: 45%;
}
.in-block4 .b .box:last-child:before {
  display: none;
}
.in-block4 .b .box .num {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 20px;
  text-align: center;
}
.in-block4 .b .box .pic {
  width: calc(100% - 48px);
  border-radius: 50%;
  overflow: hidden;
}
.in-block4 .b .box .tit {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 25px */
  text-transform: capitalize;
  margin: 25px 0 10px;
}
.in-block4 .b .box .desc {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 20px */
  text-transform: capitalize;
}
.in-block5 {
  padding: 5px 0 0;
}
.in-block5 .all {
  display: flex;
}
.in-block5 .l {
  width: 50%;
}
.in-block5 .l .pic {
  width: 100%;
}
.in-block5 .l .pic img {
  width: 100%;
}
.in-block5 .r {
  width: 50%;
  background-color: #F8F8F8;
  padding: 70px 165px 75px 90px;
}
.in-block5 .r .tags {
  color: #38A772;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.in-block5 .r .tit {
  color: #333;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 30px 0 20px;
}
.in-block5 .r .desc {
  color: #666;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  /* 31.5px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.in-block5 .r .btn {
  display: flex;
  width: fit-content;
  border-radius: 72px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #38A772;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  padding: 12px 60px;
  margin: 130px 0 0;
}
.in-block6 {
  padding: 100px 0 0;
}
.in-block6 .in-title {
  color: #333;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.in-block6 .list {
  margin: 50px -15px 0;
}
.in-block6 .list .slick-slide > div {
  font-size: 0;
}
.in-block6 .list .box {
  padding: 0 15px;
}
.in-block6 .list .img-box {
  padding-bottom: 51.88679245%;
}
.in-block6 .list .tag {
  margin: 25px 0;
  border-radius: 29px;
  background: #2B333D;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  padding: 5px 15px;
  width: fit-content;
}
.in-block6 .list .date {
  color: #333;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}
.in-block6 .list .tit {
  color: #333;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 26px */
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.in-block6 .list .desc {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.in-block10 {
  padding: 60px 0;
  overflow: hidden;
}
.in-block10 .list {
  display: flex;
  margin: 0 -15px;
}
.in-block10 .list .box {
  width: 33.33333333%;
  padding: 0 15px;
}
.in-block10 .list .t {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}
.in-block10 .list .t .tit {
  margin-left: 15px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  padding-top: 3px;
}
.in-block10 .list .t .ico {
  height: 32px;
}
.in-block10 .list .t .ico img {
  height: 100%;
}
.in-block10 .list .b {
  width: 100%;
  height: calc(100% - 62px);
  border: 3px solid #f0f5fa;
  padding: 10px;
}
.quote {
  background: linear-gradient(180deg, #3CA472 0%, #1B489C 100%);
  padding: 60px 0 75px;
}
.quote .all {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quote .all .l .tit2 {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 27.5px */
}
.quote .all .l .tit {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 44px */
  margin: 25px 0 5px;
}
.quote .all .l .desc {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}
.quote .all .r {
  margin: 0 0 0 15px;
}
.quote .all .r .btn {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  padding: 18px 35px;
  border-radius: 35px;
  background: #2B333D;
}
@keyframes spin {
  form {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes lr {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rl {
  0% {
    transform: rotateZ(180deg) translateX(0);
  }
  25% {
    transform: rotateZ(180deg) translateX(-10px);
  }
  50% {
    transform: rotateZ(180deg) translateX(0);
  }
  75% {
    transform: rotateZ(180deg) translateX(10px);
  }
  100% {
    transform: rotateZ(180deg) translateX(0);
  }
}
@keyframes tb {
  0% {
    transform: translateX(-50%) rotateZ(90deg) translateY(0);
  }
  25% {
    transform: translateX(-50%) rotateZ(90deg) translateY(-10px);
  }
  50% {
    transform: translateX(-50%) rotateZ(90deg) translateY(0);
  }
  75% {
    transform: translateX(-50%) rotateZ(90deg) translateY(10px);
  }
  100% {
    transform: translateX(-50%) rotateZ(90deg) translateY(0);
  }
}
.header-prod {
  position: absolute;
  background-color: #fff;
  width: max-content;
  border-radius: 0 0 20px 20px;
  display: none;
  left: -65px;
}
.header-prod .all {
  padding: 50px 40px 50px 80px;
  display: flex;
}
.header-prod .l {
  width: 370px;
  position: relative;
}
.header-prod .l .img-box {
  padding-bottom: 73.99463807%;
}
.header-prod .l .pic {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.header-prod .l .pic:nth-child(n+2) {
  display: none;
}
.header-prod .l .pic:hover img {
  transform: scale(1.05);
}
.header-prod .r {
  padding-left: 40px;
}
.header-prod .r a {
  display: block;
  position: relative;
  color: #666;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 10px 20px;
  line-height: 1;
  transition: all 0.5s;
}
.header-prod .r a:before {
  content: '';
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: rgba(102, 102, 102, 0.3);
  transition: all 0.5s;
}
.header-prod .r a:after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: rgba(68, 175, 53, 0.3);
  transition: all 0.5s;
}
.header-prod .r a:hover {
  color: #2B333D;
}
.header-prod .r a:hover:before {
  width: 0;
}
.header-prod .r a:hover:after {
  width: 100%;
}
.header-prod .r .box:nth-child(n+2) {
  margin: 30px 0 0;
}
.hidden-fields-container {
  display: none;
}
.about .ab-tit {
  color: #333;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.about .b1 {
  padding: 95px 0 0;
}
.about .b1 .all {
  display: flex;
}
.about .b1 .r {
  width: 51.51515152%;
}
.about .b1 .r .pic {
  width: 100%;
}
.about .b1 .r .pic img {
  width: 100%;
}
.about .b1 .l {
  width: 48.48484848%;
  padding: 60px 80px 0 0;
}
.about .b1 .l .desc {
  color: #333;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 35px */
  margin: 25px 0 0;
}
.about .b1 .l .desc span {
  color: #38A772;
  font-weight: 600;
}
.about .b2 {
  padding: 115px 0 120px;
}
.about .b2 .ab-tit {
  text-align: center;
}
.about .b2 .list {
  margin: 45px -15px 0;
  display: flex;
}
.about .b2 .box {
  width: 25%;
  padding: 0 15px;
}
.about .b2 .box .img-box {
  padding-bottom: 62.30769231%;
}
.about .b2 .box .tit {
  margin: 35px 0 10px;
  color: #333;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
}
.about .b2 .box .desc {
  color: #333;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}
.about .b3 {
  background-size: cover;
  background-repeat: no-repeat;
}
.about .b3 .all {
  display: flex;
  justify-content: space-between;
  padding: 100px 0 160px;
}
.about .b3 .l {
  width: 35.27272727%;
  display: flex;
  justify-content: center;
  padding: 180px 0 0;
}
.about .b3 .l a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
}
.about .b3 .l .pic {
  width: 96px;
}
.about .b3 .l .pic img {
  width: 100%;
}
.about .b3 .l .tit {
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  /* 31.5px */
  margin: 5px 0 0;
}
.about .b3 .r {
  width: 31.21212121%;
}
.about .b3 .r .box {
  position: relative;
  padding: 45px 0 60px;
}
.about .b3 .r .box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../img/ab-b3-line.webp);
  background-size: 100% 100%;
}
.about .b3 .r .box .tit {
  color: #FFF;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  /* 63px */
}
.about .b3 .r .box .desc {
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}
.about .b3 .r .box:last-child:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../img/ab-b3-line.webp);
  background-size: 100% 100%;
}
.about .b4 .ab-tit,
.about .b5 .ab-tit {
  text-align: center;
}
.about .b4 .list,
.about .b5 .list {
  margin: 50px -41.5px 0;
  display: flex;
}
.about .b4 .box,
.about .b5 .box {
  width: 33.33333333%;
  padding: 0 41.5px;
}
.about .b4 .box .img-box,
.about .b5 .box .img-box {
  padding-bottom: 60.60606061%;
}
.about .b4 .box .tit,
.about .b5 .box .tit {
  color: #333;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 30px 0 10px;
}
.about .b4 .box .desc,
.about .b5 .box .desc {
  color: #333;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}
.about .b4 .box .desc p,
.about .b5 .box .desc p {
  margin: 0;
}
.about .b4 {
  padding: 110px 0 0;
}
.about .b5 {
  padding: 80px 0 105px;
}
.about .b6 {
  padding: 115px 0 145px;
}
.about .b6 .all {
  display: flex;
  align-items: center;
}
.about .b6 .l {
  width: 55.87878788%;
  padding: 0 0 0 55px;
}
.about .b6 .l .pic {
  width: 100%;
}
.about .b6 .l .pic img {
  width: 100%;
}
.about .b6 .r {
  width: 44.12121212%;
  padding: 0 80px 0 140px;
}
.about .b6 .r .tit {
  color: #333;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
.about .b6 .r .desc {
  color: #333;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  /* 31.5px */
  margin: 20px 0 0;
}
.about .b6 .r .desc p {
  margin: 0;
}
.factory .fac-tit {
  color: #333;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.factory .b1 {
  display: flex;
}
.factory .b1 .l {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 115px 120px 115px 135px;
}
.factory .b1 .l .fac-tit {
  color: #FFF;
}
.factory .b1 .l .desc {
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 35px */
  margin: 35px 0 0;
}
.factory .b1 .l .desc span {
  font-weight: 700;
  color: #38A772;
}
.factory .b1 .r {
  width: 50%;
}
.factory .b1 .r img {
  width: 100%;
}
.factory .b2,
.factory .b3 {
  padding: 90px 0;
}
.factory .b2 .fac-tit,
.factory .b3 .fac-tit {
  text-align: center;
}
.factory .b2 .list,
.factory .b3 .list {
  margin: 50px -15px 0;
  display: flex;
  flex-wrap: wrap;
}
.factory .b2 .box,
.factory .b3 .box {
  padding: 0 15px;
  width: 33.33333333%;
}
.factory .b2 .box .img-box,
.factory .b3 .box .img-box {
  padding-bottom: 75.47169811%;
}
.factory .b2 .box .tit,
.factory .b3 .box .tit {
  margin: 30px 0 10px;
  color: #333;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.factory .b2 .box .desc,
.factory .b3 .box .desc {
  color: #333;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}
.factory .b2 .box:nth-child(n+4),
.factory .b3 .box:nth-child(n+4) {
  margin: 70px 0 0;
}
.factory .b3 {
  background-color: #F8F8F8;
}
.founder .b1 {
  padding: 120px 0 125px;
}
.founder .b1 .all {
  display: flex;
  align-items: center;
}
.founder .b1 .l {
  width: 48.48484848%;
  padding: 0 100px 0 0;
}
.founder .b1 .l .tit {
  color: #333;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.founder .b1 .l .desc {
  margin: 25px 0 0;
  color: #333;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 35px */
}
.founder .b1 .l .desc p {
  margin: 0;
}
.founder .b1 .r {
  width: 51.51515152%;
}
.founder .b1 .r .pic {
  width: 100%;
}
.founder .b1 .r .pic img {
  width: 100%;
}
.founder .b2 {
  display: flex;
}
.founder .b2 .l {
  width: 40.9375%;
}
.founder .b2 .l .pic {
  width: 100%;
}
.founder .b2 .l .pic img {
  width: 100%;
}
.founder .b2 .r {
  width: 59.0625%;
  padding: 40px 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #F0F0F0;
  position: relative;
}
.founder .b2 .r:before {
  content: '\e609';
  font-family: 'iconfont';
  position: absolute;
  right: 250px;
  bottom: 160px;
  font-size: 92px;
  line-height: 1;
  color: rgba(56, 167, 114, 0.1);
}
.founder .b2 .r .tag {
  color: #38A772;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 25px */
}
.founder .b2 .r .tit {
  color: #333;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 50px */
  margin: 10px 0 35px;
}
.founder .b2 .r .desc {
  color: #333;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 27.5px */
  max-width: 520px;
}
.founder .b2 .r .say {
  color: #333;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 24px */
  margin: 80px 0 0;
}
.founder .b3 {
  padding: 150px 0 0;
}
.founder .b3 .all {
  display: flex;
  align-items: center;
}
.founder .b3 .r {
  width: 51.51515152%;
}
.founder .b3 .r .pic {
  width: 100%;
}
.founder .b3 .r .pic img {
  width: 100%;
}
.founder .b3 .l {
  width: 48.48484848%;
  padding: 0 70px 0 0;
}
.founder .b3 .l .tit {
  color: #333;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.founder .b3 .l .tit p {
  margin: 0;
}
.founder .b3 .l .desc {
  margin: 55px 0 0;
}
.founder .b3 .l .desc h4 {
  color: #38A772;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 35px */
  margin: 0;
}
.founder .b3 .l .desc * + h4 {
  margin: 35px 0 0;
}
.founder .b3 .l .desc p {
  color: #333;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  margin: 0;
}
.founder .b3 .l .desc * + p {
  margin: 15px 0 0;
}
.founder .b4 {
  padding: 130px 0 85px;
}
.founder .b4 .t .cont {
  display: flex;
  padding: 10px;
}
.founder .b4 .t .l {
  width: 43.125%;
}
.founder .b4 .t .l .img-box {
  padding-bottom: 75%;
}
.founder .b4 .t .r {
  width: 56.875%;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.06);
  padding: 100px 60px 75px 100px;
}
.founder .b4 .t .r .year {
  color: #38A772;
  font-family: Inter;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.founder .b4 .t .r .txt {
  margin: 15px 0 0;
  max-height: 220px;
  overflow-y: auto;
  padding: 0 60px 0 0;
}
.founder .b4 .t .r .txt h4 {
  color: #333;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
}
.founder .b4 .t .r .txt p {
  color: #666;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
}
.founder .b4 .t .r .txt * + p {
  margin: 10px 0 0;
}
.founder .b4 .t .r .txt::-webkit-scrollbar {
  width: 6px;
  background-color: #D9D9D9;
  border-radius: 0;
}
.founder .b4 .t .r .txt::-webkit-scrollbar-thumb {
  background-color: #192C4A;
  border-radius: 0;
}
.founder .b4 .t .r .txt::-webkit-scrollbar-thumb:hover {
  background-color: #192C4A;
}
.founder .b4 .b {
  margin: 70px 0 0;
  position: relative;
}
.founder .b4 .b:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
}
.founder .b4 .b .slick-prev,
.founder .b4 .b .slick-next {
  top: -5px;
  transform: translate(0);
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.founder .b4 .b .slick-prev:before,
.founder .b4 .b .slick-next:before {
  font-family: 'iconfont';
  font-size: 16px;
  line-height: 1;
  opacity: 1;
}
.founder .b4 .b .slick-prev {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  transition: all 0.35s;
}
.founder .b4 .b .slick-prev:before {
  content: '\e657';
  color: rgba(51, 51, 51, 0.4);
  transition: all 0.35s;
}
.founder .b4 .b .slick-prev:hover {
  background-color: #38A772;
  border-color: #38A772;
}
.founder .b4 .b .slick-prev:hover:before {
  color: #fff;
}
.founder .b4 .b .slick-next {
  border: 1px solid #38A772;
  background-color: #38A772;
  transition: all 0.35s;
}
.founder .b4 .b .slick-next:before {
  content: '\e64d';
  color: #fff;
  transition: all 0.35s;
}
.founder .b4 .b .slick-next:hover {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}
.founder .b4 .b .slick-next:hover:before {
  color: rgba(51, 51, 51, 0.4);
}
.founder .b4 .b .slick-current.slick-active .cont .year {
  color: #38A772;
}
.founder .b4 .b .slick-current.slick-active .cont .point {
  border-color: rgba(56, 167, 114, 0.2);
}
.founder .b4 .b .slick-current.slick-active .cont .point:before {
  border-color: rgba(56, 167, 114, 0.6);
}
.founder .b4 .b .slick-current.slick-active .cont .point:after {
  background-color: #38A772;
}
.founder .b4 .b .cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.founder .b4 .b .cont .point {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.35s;
}
.founder .b4 .b .cont .point:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.7);
  transition: all 0.35s;
}
.founder .b4 .b .cont .point:after {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #333;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.35s;
}
.founder .b4 .b .cont .year {
  color: #333;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 40px */
  margin: 5px 0 0;
}
.page-form {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 75px 0 65px;
}
.page-form .all {
  display: flex;
  align-items: center;
}
.page-form .l {
  width: 53.33333333%;
  padding: 0 150px 0 0;
}
.page-form .l .tit {
  color: #FFF;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 50px */
}
.page-form .l .desc {
  margin: 25px 0 0;
}
.page-form .l .desc p {
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}
.page-form .l .desc h4 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 25px */
}
.page-form .l .desc ul {
  margin: 0;
  padding: 0;
}
.page-form .l .desc li {
  padding: 0 0 0 20px;
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 36px */
  margin: 0;
  list-style: none;
  position: relative;
}
.page-form .l .desc li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
}
.page-form .r {
  width: 46.66666667%;
  border-radius: 20px;
  background: rgba(242, 242, 243, 0.1);
  padding: 60px 70px 50px;
}
.page-form .r .tit {
  color: #FFF;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 50px */
  text-align: center;
}
.page-form .r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 25px 0 0;
}
.page-form .r p {
  margin: 0;
  width: calc(50% - 15px);
}
.page-form .r p:nth-of-type(n+5) {
  width: 100%;
}
.page-form .r input,
.page-form .r textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  transition: all 0.35s;
  margin: 0 0 24px;
}
.page-form .r input:focus,
.page-form .r textarea:focus {
  outline: none;
  border-color: #38A772;
}
.page-form .r input {
  height: 50px;
  padding: 0 18px;
}
.page-form .r textarea {
  height: 170px;
  resize: none;
  padding: 15px 18px;
}
.page-form .r button {
  width: 100%;
  height: 44px;
  background-color: #38A772;
  color: #fff;
  border: 1px solid #38A772;
  transition: all 0.35s;
}
.page-form .r button span {
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.page-form .r button i {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 0 10px;
}
.page-form .r button:hover {
  background-color: transparent;
}
.prod .all {
  display: flex;
  padding: 65px 0 100px;
  align-items: flex-start;
}
.prod .l {
  width: 22.42424242%;
  background-color: rgba(56, 167, 114, 0.1);
  border-radius: 20px;
  padding: 35px 35px 30px;
}
.prod .l .l-tit {
  color: #333;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 37.5px */
  text-transform: uppercase;
  margin: 0 0 25px;
}
.prod .l .list > .box:nth-child(n+2) {
  margin: 10px 0 0;
}
.prod .l .list > .box.active > a {
  background: #38A772;
}
.prod .l .list > .box.active .list-2 {
  display: block;
}
.prod .l .list > .box > a {
  border-radius: 4px;
  background: #2B333D;
  display: flex;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  text-transform: capitalize;
  padding: 15px;
  position: relative;
  transition: all 0.35s;
}
.prod .l .list > .box > a:hover {
  background: #38A772;
}
.prod .l .list .list-2 {
  margin: 10px 0 30px;
  padding: 0 15px;
  display: none;
}
.prod .l .list .list-2 > .box.active a {
  color: #38A772;
}
.prod .l .list .list-2 > .box:nth-child(n+2) {
  margin: 5px 0 0;
}
.prod .l .list .list-2 > .box a {
  color: #666;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  transition: all 0.35s;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.prod .l .list .list-2 > .box a:hover {
  color: #38A772;
}
.prod .l .l-box:nth-child(n+2) {
  margin: 80px 0 0;
}
.prod .l .form {
  background: #F5DADA;
  border-radius: 30px;
  padding: 25px;
}
.prod .l .form .cont {
  border-radius: 26px;
  background: #FAECEC;
  padding: 25px;
}
.prod .l .form form {
  display: flex;
  flex-direction: column;
}
.prod .l .form form p {
  margin: 0;
  width: 100%;
}
.prod .l .form form input,
.prod .l .form form textarea {
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #fff;
  transition: all 0.35s;
}
.prod .l .form form input:focus,
.prod .l .form form textarea:focus {
  outline: none;
  border-color: #2B333D;
}
.prod .l .form form input {
  margin: 0 0 15px;
  height: 44px;
  padding: 0 15px;
}
.prod .l .form form textarea {
  margin: 0 0 20px;
  height: 95px;
  padding: 10px 15px;
  resize: none;
}
.prod .l .form form button {
  padding: 8px 35px;
  background-color: #2B333D;
  border-radius: 600px;
  border: 1px solid #2B333D;
  transition: all 0.35s;
  color: #fff;
}
.prod .l .form form button i {
  display: none;
}
.prod .l .form form button span {
  color: inherit;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 22.5px */
  text-transform: capitalize;
}
.prod .l .form form button:hover {
  background-color: transparent;
  color: #2B333D;
}
.prod .r {
  width: 77.57575758%;
  padding: 0 0 0 50px;
}
.prod .r .list {
  display: flex;
  flex-wrap: wrap;
}
.prod .r .box {
  width: 100%;
  padding: 30px 30px 30px 65px;
  border-radius: 20px;
  border: 1px solid #F8F8F8;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  transition: all 0.35s;
}
.prod .r .box:hover {
  border-color: rgba(56, 167, 114, 0.2);
}
.prod .r .box:nth-child(n+2) {
  margin: 30px 0 0;
}
.prod .r .box .box-r {
  width: 33.30396476%;
}
.prod .r .box .box-l {
  width: 66.69603524%;
  padding: 0 160px 0 0;
}
.prod .r .box .box-l .tag {
  color: #38A772;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.prod .r .box .box-l .tit {
  color: #333;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 40px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.prod .r .box .box-l .tit a {
  color: inherit;
}
.prod .r .box .box-l .desc {
  color: #666;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  text-transform: capitalize;
  margin: 10px 0 85px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prod .r .box .box-l .btngroup {
  display: flex;
}
.prod .r .box .box-l .btngroup a {
  display: flex;
  align-items: center;
  width: fit-content;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  padding: 12px 25px 15px;
  background-color: #38A772;
  border: 1px solid #38A772;
  margin: 0 10px 0 0;
  border-radius: 72px;
  transition: all 0.35s;
}
.prod .r .box .box-l .btngroup a i {
  font-size: 16px;
  line-height: 1;
  margin: 0 15px 0 0;
}
.prod .r .box .box-l .btngroup a:hover {
  background-color: transparent;
  color: #38A772;
}
:root {
  --hyh-s3-side-scale: 0.8;
}
.prod-deta {
  background: #FFF8F8;
  position: relative;
}
.prod-deta .prod-tit {
  color: #333;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.prod-deta .b1 {
  background-image: url(../img/prod-b1-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 150px;
  /* 命名空间：hyh-s3 */
}
.prod-deta .b1 .hyh-s3 {
  --hyh-s3-side-scale: 0.8;
  /* 两侧缩放比例 */
  --hyh-s3-comp: 0px;
  /* 动态补偿位移（JS 会更新） */
  --hyh-s3-radius: 16px;
  margin: 0 -60px;
  /* 让轮播宽度跟随 am-container 的内容区 */
  /* 只缩放内部容器，避免改变真实间距 */
  /* 两侧卡片：向中间收拢补偿，修正视觉上的“间距变大” */
  /* 中间活动卡片：等比 1、无偏移 */
}
.prod-deta .b1 .hyh-s3 .hyh-s3-swiper.swiper {
  width: 100%;
  padding: 0;
  /* 两侧贴合 am-container 内边缘 */
}
.prod-deta .b1 .hyh-s3 .slide-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 614/448;
  /* 如需固定高度可改为 height: 240px; */
  border-radius: var(--hyh-s3-radius);
  overflow: hidden;
  transform: scale(var(--hyh-s3-side-scale));
  transition: transform 0.35s ease, filter 0.35s ease;
  filter: brightness(0.92);
}
.prod-deta .b1 .hyh-s3 .slide-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.prod-deta .b1 .hyh-s3 .swiper-slide-prev .slide-inner {
  transform: translateX(var(--hyh-s3-comp)) scale(var(--hyh-s3-side-scale));
  filter: brightness(0.96);
}
.prod-deta .b1 .hyh-s3 .swiper-slide-next .slide-inner {
  transform: translateX(calc(-1 * var(--hyh-s3-comp))) scale(var(--hyh-s3-side-scale));
  filter: brightness(0.96);
}
.prod-deta .b1 .hyh-s3 .swiper-slide-active .slide-inner {
  transform: translateX(0) scale(1);
  filter: none;
}
.prod-deta .b1 .t {
  margin: 0 0 65px;
}
.prod-deta .b1 .t h1 {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.prod-deta .b1 .t .desc {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  margin: 15px auto 0;
  max-width: 1124px;
}
.prod-deta .b1-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #38A772;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -24px auto;
  cursor: pointer;
}
.prod-deta .b1-btn i {
  font-size: 14px;
  line-height: 1;
}
.prod-deta .b2 {
  padding: 90px 0 0;
}
.prod-deta .b2 .all {
  border-radius: 20px;
  background: #EEE;
  padding: 35px 35px 35px 70px;
  display: flex;
  align-items: center;
}
.prod-deta .b2 .all .r {
  width: 48.54368932%;
}
.prod-deta .b2 .all .r .pic {
  width: 100%;
}
.prod-deta .b2 .all .r .pic img {
  width: 100%;
}
.prod-deta .b2 .all .l {
  width: 51.45631068%;
  padding: 0 110px 0 0;
}
.prod-deta .b2 .all .l .tag {
  color: #38A772;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.prod-deta .b2 .all .l .tit {
  color: #333;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 35px 0 15px;
}
.prod-deta .b2 .all .l .desc {
  color: #666;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 35px */
}
.prod-deta .b2 .all .l .desc p {
  margin: 0;
}
.prod-deta .b3 {
  padding: 65px 0 0;
}
.prod-deta .b3 .prod-tit {
  text-align: center;
}
.prod-deta .b3 .cont {
  margin: 35px 0 0;
}
.prod-deta .b4 {
  padding: 110px 0 100px;
}
.prod-deta .b4 .prod-tit {
  text-align: center;
}
.prod-deta .b4 .list {
  display: flex;
  justify-content: space-between;
  padding: 0 110px;
  margin: 50px 0 0;
}
.prod-deta .b4 .box {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.prod-deta .b4 .box:before {
  content: '';
  width: 29%;
  height: 8px;
  background-image: url(../img/line2.svg);
  background-size: 100% 100%;
  position: absolute;
  right: -30%;
  top: 45%;
}
.prod-deta .b4 .box:last-child:before {
  display: none;
}
.prod-deta .b4 .box .num {
  color: #38A772;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 20px;
  text-align: center;
}
.prod-deta .b4 .box .pic {
  width: calc(100% - 48px);
  border-radius: 50%;
  overflow: hidden;
}
.prod-deta .b4 .box .tit {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 25px */
  text-transform: capitalize;
  margin: 25px 0 10px;
}
.prod-deta .b4 .box .desc {
  color: #666;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 20px */
  text-transform: capitalize;
}
.prod-deta .b5 {
  background-color: #2B333D;
  padding: 90px 0 100px;
}
.prod-deta .b5 .prod-tit {
  text-align: center;
  color: #fff;
}
.prod-deta .b5 .list {
  margin: 50px -40px 0;
  display: flex;
  flex-wrap: wrap;
}
.prod-deta .b5 .box {
  width: 33.33333333%;
  padding: 0 40px;
}
.prod-deta .b5 .box .img-box {
  padding-bottom: 60.60606061%;
}
.prod-deta .b5 .box .tit {
  color: #FFF;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 30px 0 20px;
}
.prod-deta .b5 .box .tag {
  color: #38A772;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px;
}
.prod-deta .b5 .box .desc {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.prod-deta .b6 .box {
  display: flex;
  align-items: center;
}
.prod-deta .b6 .box .txt {
  width: 50%;
  padding: 45px 135px;
}
.prod-deta .b6 .box .txt .desc {
  color: #666;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 35px */
  margin: 40px 0 0;
}
.prod-deta .b6 .box .txt .desc * + p {
  margin: 30px 0 0;
}
.prod-deta .b6 .box .pic {
  width: 50%;
}
.prod-deta .b6 .box .pic img {
  width: 100%;
}
.prod-deta .b6 .box:nth-child(2n) {
  flex-direction: row-reverse;
}
.application .b1 {
  padding: 100px 0 100px;
  background-image: url(../img/app-b1-bg.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.application .b1 .t {
  text-align: center;
}
.application .b1 .t .tit {
  color: #000;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 75% */
}
.application .b1 .t .desc {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  margin: 20px 0 0;
}
.application .b1 .b {
  margin: 40px 0 0;
}
.application .b1 .b .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.application .b1 .b .box {
  width: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.application .b1 .b .box:hover .ico {
  background-color: #FDEEEE;
}
.application .b1 .b .box:hover .tit {
  color: #2B333D;
}
.application .b1 .b .box .ico {
  width: 140px;
  height: 140px;
  border-radius: 10px;
  transition: all 0.35s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.application .b1 .b .box .ico i {
  font-size: 60px;
  color: #000;
}
.application .b1 .b .box .tit {
  color: #000;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
  margin: 20px 0 0;
  text-align: center;
  transition: all 0.35s;
}
.application .b2 {
  padding: 35px 0 120px;
}
.application .b2 .box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.application .b2 .box .pic {
  width: 62.5%;
}
.application .b2 .box .pic .img-box {
  padding-bottom: 50%;
}
.application .b2 .box .hover {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
  width: 52.08333333%;
  z-index: 1;
  padding: 80px 135px;
}
.application .b2 .box .hover .num {
  color: #CDCDCD;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.16;
}
.application .b2 .box .hover .tit {
  color: #CD4648;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.175;
}
.application .b2 .box .hover .desc {
  margin: 20px 0 0;
  color: #333;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 1.16;
}
.application .b2 .box .hover .cont {
  margin: 35px 0 0;
  padding: 0 0 0 15px;
  position: relative;
  color: #5B5B5B;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}
.application .b2 .box .hover .cont p {
  margin: 0;
}
.application .b2 .box .hover .cont:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 4px;
  background-color: #2B333D;
  left: 0;
  top: 0;
}
.application .b2 .box:nth-child(n+2) {
  margin: 100px 0 0;
}
.application .b2 .box:nth-child(2n) {
  justify-content: flex-start;
}
.application .b2 .box:nth-child(2n) .hover {
  left: auto;
  right: 0;
}
.app-foot-b3 {
  background-image: url(../img/app-b3-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 115px 0 105px;
  text-align: center;
}
.app-foot-b3 .tit {
  color: #1F242C;
  text-align: center;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 50px */
  max-width: 900px;
  margin: 0 auto;
}
.app-foot-b3 .desc {
  color: #333;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  margin: 20px auto 50px;
  max-width: 1410px;
}
.app-foot-b3 .btn {
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  text-transform: capitalize;
  border-radius: 600px;
  background: #CD4648;
  padding: 10px 50px;
  border: 1px solid #2B333D;
  transition: all 0.35s;
}
.app-foot-b3 .btn:hover {
  background-color: transparent;
  color: #2B333D;
}
.news {
  padding: 105px 0 100px;
}
.news .t .tit {
  color: #333;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 60px */
}
.news .t .desc {
  color: #666;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  text-transform: capitalize;
  margin: 10px 0 0;
}
.news .b {
  margin: 60px 0 0;
}
.news .b .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.news .b .box {
  width: 33.33333333%;
  padding: 0 15px;
}
.news .b .box:nth-child(n+4) {
  margin: 50px 0 0;
}
.news .b .box a {
  display: block;
}
.news .b .box a:hover img {
  transform: scale(1.05);
}
.news .b .box a:hover .tag {
  background-color: #38A772;
}
.news .b .box a:hover .tit {
  color: #38A772;
}
.news .b .box .pic {
  border-radius: 20px;
  overflow: hidden;
}
.news .b .box .pic .img-box {
  padding-bottom: 51.88679245%;
}
.news .b .box .tag {
  margin: 25px 0;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  padding: 5px 18px;
  background-color: #333;
  border-radius: 88px;
  width: fit-content;
  transition: all 0.35s;
}
.news .b .box .date {
  color: #333;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}
.news .b .box .tit {
  color: #333;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 26px */
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.35s;
}
.news .b .box .desc {
  color: #666;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.blog-deta {
  background-color: #f7f7f7;
}
.blog-deta .top {
  background-image: url(../img/blog-bg.webp);
  padding: 40px 0 60px;
}
.blog-deta .bot .all {
  display: flex;
  justify-content: space-between;
  padding: 0 0 60px;
}
.blog-deta .bot .l {
  width: 66.66666667%;
}
.blog-deta .bot .l .l-msg {
  display: flex;
  padding: 0 0 40px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.3);
}
.blog-deta .bot .l .date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 110px;
  height: 110px;
  background-color: #2B333D;
  color: #fff;
}
.blog-deta .bot .l .date .day {
  font-family: Lato;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
.blog-deta .bot .l .date .year-month {
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
  /* 200% */
}
.blog-deta .bot .l .tit {
  max-width: calc(100% - 110px);
  padding: 15px 0 0 35px;
}
.blog-deta .bot .l .tit h1 {
  color: #222;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.blog-deta .bot .l .share {
  display: flex;
  align-items: center;
  margin: 60px 0 0;
  border-bottom: 1px solid rgba(102, 102, 102, 0.3);
  padding: 0 0 50px;
}
.blog-deta .bot .l .share > span {
  margin-right: 20px;
}
.blog-deta .bot .l .share #st-1.st-animated {
  margin: 0;
}
.blog-deta .bot .l .lt {
  padding: 60px 0 60px;
  color: #666;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.67;
  /* 166.667% */
}
.blog-deta .bot .l .lb {
  display: flex;
  flex-direction: column;
  padding: 65px 0 0;
}
.blog-deta .bot .l .lb .r-page {
  display: flex;
}
.blog-deta .bot .l .lb .r-page a {
  color: #666;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.67;
  /* 166.667% */
  transition: all 0.35s;
}
.blog-deta .bot .l .lb .r-page a:hover {
  color: #2B333D;
}
.blog-deta .bot .l .lb .lbc a {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #2B333D;
  padding: 18px 35px;
  border-radius: 40px 0;
}
.blog-deta .bot .l .lb .lbc a span {
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.33;
  /* 200% */
  color: inherit;
}
.blog-deta .bot .l .lb .lbc a i {
  font-size: 16px;
  line-height: 1;
  color: inherit;
  margin-left: 15px;
}
.blog-deta .bot .r {
  width: 33.33333333%;
  padding-left: 50px;
}
.blog-deta .bot .r .rt {
  margin: 0 0 50px;
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 45px 50px;
}
.blog-deta .bot .r .rt .tit {
  color: #222;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 15px 0 0;
}
.blog-deta .bot .r .rt > .tit {
  position: relative;
  margin: 0 0 20px;
  color: #2B333D;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  /* 200% */
}
.blog-deta .bot .r .rt .pic {
  border-radius: 20px;
  overflow: hidden;
}
.blog-deta .bot .r .rt .img-box {
  padding-bottom: 66.66666667%;
}
.blog-deta .bot .r .rt .box:nth-child(n+2) {
  margin: 30px 0 0;
}
.blog-deta .bot .r .rt .box:hover img {
  transform: scale(1.05);
}
.blog-deta .bot .r .rb {
  padding: 40px 45px 55px;
  background-color: #2B333D;
  border-radius: 20px;
}
.blog-deta .bot .r .rb .tit {
  color: #FFF;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1875;
  margin: 0 0 25px;
}
.blog-deta .bot .r .rb form {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.blog-deta .bot .r .rb form p {
  width: 100%;
  margin: 0;
}
.blog-deta .bot .r .rb form input,
.blog-deta .bot .r .rb form textarea {
  width: 100%;
  border-radius: 10px;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border: 1px solid rgba(255, 255, 255, 0.6);
  transition: all 0.35s;
  background-color: rgba(255, 255, 255, 0.2);
}
.blog-deta .bot .r .rb form input:focus,
.blog-deta .bot .r .rb form textarea:focus {
  outline: none;
  border-color: #fff;
}
.blog-deta .bot .r .rb form input::placeholder,
.blog-deta .bot .r .rb form textarea::placeholder {
  color: #fff;
}
.blog-deta .bot .r .rb form input {
  padding: 0 20px;
  height: 40px;
  margin: 0 0 15px;
}
.blog-deta .bot .r .rb form textarea {
  padding: 10px 20px;
  height: 80px;
  resize: none;
  margin: 0 0 30px;
}
.blog-deta .bot .r .rb form button {
  margin: 0 auto;
  display: flex;
  border: 1px solid #fff;
  color: #FFF;
  padding: 12px 25px;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.35s;
}
.blog-deta .bot .r .rb form button span {
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.44;
  /* 200% */
}
.blog-deta .bot .r .rb form button i {
  font-size: 16px;
  font-weight: bold;
  color: inherit;
  margin-left: 15px;
}
.blog-deta .bot .r .rb form button:hover {
  background-color: #fff;
  color: #2B333D;
}
.hyh-tag {
  display: flex;
  align-items: center;
}
.hyh-tag img {
  width: 36px;
}
.hyh-tag span {
  color: #CD4648;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 22.5px */
  margin: 0 0 0 20px;
}
.catalog .cata-tit {
  color: #000;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.catalog .b1 .box {
  display: flex;
  align-items: center;
}
.catalog .b1 .box .txt {
  width: 50%;
  padding: 45px 135px;
}
.catalog .b1 .box .txt .desc {
  color: #666;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 35px */
  margin: 20px 0 0;
}
.catalog .b1 .box .txt .desc * + p {
  margin: 30px 0 0;
}
.catalog .b1 .box .txt .btn {
  margin: 55px 0 0;
  display: flex;
  width: fit-content;
  padding: 12px 20px;
  border-radius: 72px;
  border: 1px solid #38A772;
  background-color: #38A772;
  color: #fff;
}
.catalog .b1 .box .txt .btn span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.catalog .b1 .box .txt .btn i {
  font-size: 16px;
  line-height: 1;
  margin: 0 10px 0 0;
}
.catalog .b1 .box .pic {
  width: 50%;
}
.catalog .b1 .box .pic img {
  width: 100%;
}
.catalog .b1 .box:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.catalog .b2 {
  background-color: #2B333D;
  padding: 90px 0 100px;
}
.catalog .b2 .cata-tit {
  text-align: center;
  color: #fff;
}
.catalog .b2 .list {
  margin: 50px -40px 0;
  display: flex;
  flex-wrap: wrap;
}
.catalog .b2 .box {
  width: 33.33333333%;
  padding: 0 40px;
}
.catalog .b2 .box .img-box {
  padding-bottom: 60.60606061%;
}
.catalog .b2 .box .tit {
  color: #FFF;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 30px 0 20px;
}
.catalog .b2 .box .tag {
  color: #38A772;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px;
}
.catalog .b2 .box .desc {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.catalog .b3 {
  padding: 90px 0 100px;
  overflow: hidden;
}
.catalog .b3 .cata-tit {
  text-align: center;
}
.catalog .b3 .list {
  width: 223.4375%;
  margin: 55px -61.71875% 0;
}
.catalog .b3 .box {
  padding: 0 15px;
}
.catalog .b3 .cont {
  width: 100%;
  padding: 30px 30px 30px 65px;
  border-radius: 20px;
  border: 1px solid #F8F8F8;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  transition: all 0.35s;
}
.catalog .b3 .cont:hover {
  border-color: rgba(56, 167, 114, 0.2);
}
.catalog .b3 .cont:nth-child(n+2) {
  margin: 30px 0 0;
}
.catalog .b3 .cont .box-r {
  width: 33.30396476%;
}
.catalog .b3 .cont .box-l {
  width: 66.69603524%;
  padding: 0 160px 0 0;
}
.catalog .b3 .cont .box-l .tag {
  color: #38A772;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.catalog .b3 .cont .box-l .tit {
  color: #333;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 40px 0 0;
}
.catalog .b3 .cont .box-l .tit a {
  color: inherit;
}
.catalog .b3 .cont .box-l .desc {
  color: #666;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  text-transform: capitalize;
  margin: 10px 0 85px;
}
.catalog .b3 .cont .box-l .btngroup {
  display: flex;
}
.catalog .b3 .cont .box-l .btngroup a {
  display: flex;
  align-items: center;
  width: fit-content;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  padding: 12px 25px 15px;
  background-color: #38A772;
  border: 1px solid #38A772;
  margin: 0 10px 0 0;
  border-radius: 72px;
  transition: all 0.35s;
}
.catalog .b3 .cont .box-l .btngroup a i {
  font-size: 16px;
  line-height: 1;
  margin: 0 15px 0 0;
}
.catalog .b3 .cont .box-l .btngroup a:hover {
  background-color: transparent;
  color: #38A772;
}
.catalog .b4 {
  display: flex;
}
.catalog .b4 .box {
  width: 50%;
  padding: 230px 30px 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.catalog .b4 .cata-tit {
  text-align: center;
  color: #fff;
  margin: 0 0 35px;
}
.catalog .b4 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 23px;
  background-color: #38A772;
  border: 1px solid #38A772;
  color: #fff;
  transition: all 0.35s;
  border-radius: 72px;
}
.catalog .b4 .btn:hover {
  background-color: #fff;
  color: #38A772;
}
.catalog .b4 .btn span {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding: 3px 0 0;
}
.catalog .b4 .btn i {
  font-size: 18px;
  line-height: 1;
  margin-left: 15px;
}
.catalog .b5 {
  padding: 80px 0 0;
}
.catalog .b5 .t .cata-tit {
  text-align: center;
}
.catalog .b5 .t .desc {
  color: #666;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  text-transform: capitalize;
  margin: 10px 0 0;
}
.catalog .b5 .list {
  display: flex;
  justify-content: space-between;
  padding: 0 110px;
  margin: 50px 0 0;
}
.catalog .b5 .box {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.catalog .b5 .box:before {
  content: '';
  width: 29%;
  height: 8px;
  background-image: url(../img/line2.svg);
  background-size: 100% 100%;
  position: absolute;
  right: -30%;
  top: 45%;
}
.catalog .b5 .box:last-child:before {
  display: none;
}
.catalog .b5 .box .num {
  color: #38A772;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 20px;
  text-align: center;
}
.catalog .b5 .box .pic {
  width: calc(100% - 48px);
  border-radius: 50%;
  overflow: hidden;
}
.catalog .b5 .box .tit {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 25px */
  text-transform: capitalize;
  margin: 25px 0 10px;
}
.catalog .b5 .box .desc {
  color: #666;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 20px */
  text-transform: capitalize;
}
.catalog .b6 {
  padding: 130px 0 140px;
}
.catalog .b6 .t .cata-tit {
  text-align: center;
}
.catalog .b6 .t .desc {
  color: #666;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  text-transform: capitalize;
  margin: 10px 0 0;
}
.catalog .b6 .list {
  margin: 60px -15px 0;
}
.catalog .b6 .list .slick-slide > div {
  font-size: 0;
}
.catalog .b6 .list .box {
  padding: 0 15px;
}
.catalog .b6 .list .img-box {
  padding-bottom: 51.88679245%;
}
.catalog .b6 .list .tag {
  margin: 25px 0;
  border-radius: 29px;
  background: #2B333D;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  padding: 5px 15px;
  width: fit-content;
}
.catalog .b6 .list .date {
  color: #333;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}
.catalog .b6 .list .tit {
  color: #333;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 26px */
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.catalog .b6 .list .desc {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.solution .b1 {
  padding: 100px 0 110px;
}
.solution .b1 .page-tit {
  text-align: center;
}
.solution .b1 .list {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -41.5px;
}
.solution .b1 .box {
  width: 33.33333333%;
  padding: 0 41.5px;
}
.solution .b1 .box:nth-child(n+4) {
  margin: 60px 0 0;
}
.solution .b1 .box .img-box {
  padding-bottom: 60.60606061%;
}
.solution .b1 .box .tit {
  margin: 30px 0 20px;
  color: #333;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.solution .b1 .box .tag {
  color: #38A772;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.solution .b1 .box .desc {
  color: #333;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin: 10px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.solution .b2 {
  background-color: #2B333D;
  padding: 70px 0 100px;
}
.solution .b2 .page-tit {
  color: #fff;
  text-align: center;
}
.solution .b2 .all {
  margin: 55px 0 0;
  padding: 0 205px;
}
.solution .b2 .all .box {
  background-color: #38A772;
  padding: 20px 90px;
  border-radius: 10px;
  box-shadow: -4px -6px 0 0 #2B333D;
  color: #FFF;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 42px */
  text-align: center;
}
.solution .b2 .all .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 40px;
}
.solution .b2 .all .list .box2 {
  width: 25%;
  padding: 0 5px;
}
.solution .b2 .all .list .box2 .cont {
  border-radius: 10px;
  background: rgba(238, 244, 255, 0.4);
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 25px */
  height: 100%;
  padding: 5px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution .b2 .all .list .box2:nth-child(n+5) {
  margin: 10px 0 0;
}
.solution .b2 .all .line {
  padding: 0 88px;
}
.solution .b2 .all .line .pic {
  width: 100%;
  height: 62.5px;
}
.solution .b2 .all .line .pic img {
  width: 100%;
  height: 100%;
}
.solution .b3 {
  padding: 80px 0 90px;
}
.solution .b3 .page-tit {
  max-width: 936px;
  margin: 0 auto;
  text-align: center;
}
.solution .b3 .list {
  margin: 50px 0 0;
}
.solution .b3 .list .box {
  border-radius: 20px;
  background-color: #eee;
  padding: 35px 25px 35px 70px;
  display: flex;
  align-items: center;
}
.solution .b3 .list .box:nth-child(n+2) {
  margin: 50px 0 0;
}
.solution .b3 .list .box .pic {
  width: 48.23151125%;
}
.solution .b3 .list .box .pic .img-box {
  padding-bottom: 72.59358289%;
}
.solution .b3 .list .box .txt {
  width: 51.76848875%;
  padding: 35px 120px 35px 0;
}
.solution .b3 .list .box .txt .tag {
  color: #38A772;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.solution .b3 .list .box .txt .tit {
  color: #333;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 35px 0 20px;
}
.solution .b3 .list .box .txt .desc {
  color: #666;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 35px */
}
.solution .b3 .list .box:nth-child(2n) {
  flex-direction: row-reverse;
  padding: 35px 70px 35px 25px;
}
.solution .b3 .list .box:nth-child(2n) .txt {
  padding: 35px 0 35px 120px;
}
.support .b1 {
  overflow: hidden;
  padding: 80px 0 0;
}
.support .b1 .all {
  display: flex;
  align-items: center;
}
.support .b1 .all .l {
  width: 56.36363636%;
  padding: 0 35px 0 0;
}
.support .b1 .all .l .tag {
  border-radius: 100px;
  background: #38A772;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 22.5px */
  text-transform: capitalize;
  padding: 5px 20px;
  width: fit-content;
}
.support .b1 .all .l .page-tit {
  max-width: 810px;
  margin: 10px 0 30px;
}
.support .b1 .all .l .desc {
  color: #666;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  text-transform: capitalize;
  max-width: 810px;
}
.support .b1 .all .l .list {
  margin: 25px 0 0;
}
.support .b1 .all .l .list .box {
  display: flex;
  position: relative;
}
.support .b1 .all .l .list .box .ico {
  width: 60px;
  height: 60px;
  background-image: linear-gradient(180deg, #3CA472 0%, #1B489C 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support .b1 .all .l .list .box .ico i {
  font-size: 38px;
  line-height: 1;
  color: #fff;
}
.support .b1 .all .l .list .box:nth-child(n+2) {
  margin: 40px 0 0;
}
.support .b1 .all .l .list .box:nth-child(n+2):before {
  content: '';
  display: block;
  width: 1px;
  height: 29px;
  background-color: #B5B5B5;
  position: absolute;
  left: 30px;
  top: -35px;
}
.support .b1 .all .l .list .box .box-r {
  width: calc(100% - 60px);
  padding: 5px 0 0 20px;
}
.support .b1 .all .l .list .box .box-r .tit {
  color: #333;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 144.444% */
  text-transform: capitalize;
}
.support .b1 .all .l .list .box .box-r .desc {
  color: #666;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  text-transform: capitalize;
}
.support .b1 .all .r {
  width: 43.63636364%;
}
.support .b2 {
  padding: 80px 0 120px;
}
.support .b2 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.support .b2 .box {
  width: calc(25% - 15px);
  border-radius: 14px;
  background: linear-gradient(180deg, #3CA472 0%, #1B489C 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.support .b2 .box:hover .cont {
  background-color: transparent;
}
.support .b2 .box:hover .cont .num:before {
  opacity: 0;
}
.support .b2 .box:hover .cont .num span {
  color: #38A772;
}
.support .b2 .box:hover .cont .tit {
  color: #fff;
}
.support .b2 .box:hover .cont .desc {
  color: #fff;
}
.support .b2 .box .cont {
  background-color: #fff;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 14px;
  padding: 40px 20px;
  transition: all 0.35s;
}
.support .b2 .box .cont .num {
  background-color: #fff;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.support .b2 .box .cont .num:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  background-image: linear-gradient(180deg, #3CA472 0%, #1B489C 100%);
  transition: all 0.35s;
}
.support .b2 .box .cont .num span {
  color: #FFF;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  transition: all 0.35s;
}
.support .b2 .box .cont .tit {
  color: #333;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  margin: 25px 0 20px;
  transition: all 0.35s;
}
.support .b2 .box .cont .desc {
  color: #666;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  text-transform: capitalize;
  transition: all 0.35s;
}
.support .b3 {
  padding: 120px 0;
}
.support .b3 .box {
  display: flex;
  align-items: center;
}
.support .b3 .box .pic {
  width: 49.09090909%;
}
.support .b3 .box .pic .img-box {
  padding-bottom: 54.32098765%;
}
.support .b3 .box .txt {
  width: 50.90909091%;
  padding: 0 90px 0 0;
}
.support .b3 .box .txt .desc {
  margin: 20px 0 0;
}
.support .b3 .box .txt .desc h4 {
  color: #38A772;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 175%;
  /* 35px */
}
.support .b3 .box .txt .desc ul {
  margin: 0;
  padding: 0;
}
.support .b3 .box .txt .desc li {
  list-style: none;
  margin: 0;
  padding: 0 0 0 24px;
  position: relative;
  color: #666;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.support .b3 .box .txt .desc li:nth-child(n+2) {
  margin: 10px 0 0;
}
.support .b3 .box .txt .desc li:before {
  content: '';
  width: 8px;
  height: 8px;
  top: 10px;
  left: 0;
  background-color: #38A772;
  border-radius: 50%;
  position: absolute;
  display: block;
}
.support .b3 .box .txt .desc * + ul {
  margin: 30px 0 0;
}
.support .b3 .box .txt .desc p {
  color: #666;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
}
.support .b3 .box:nth-child(2n) {
  flex-direction: row-reverse;
}
.support .b3 .box:nth-child(2n) .txt {
  padding: 0 0 0 90px;
}
.support .b3 .box:nth-child(n+2) {
  margin: 120px 0 0;
}
.solution-details .b1 {
  padding: 80px 0 0;
}
.solution-details .b1 .all {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.solution-details .b1 .all .page-tit {
  width: 49.09090909%;
}
.solution-details .b1 .all .desc {
  width: 43.63636364%;
}
.solution-details .b2 {
  padding: 100px 0 120px;
}
.solution-details .b2 .all {
  display: flex;
  align-items: center;
}
.solution-details .b2 .pic {
  width: 49.09090909%;
}
.solution-details .b2 .pic img {
  width: 100%;
}
.solution-details .b2 .txt {
  width: 50.90909091%;
  padding: 0 0 0 120px;
}
.solution-details .b2 .txt .desc {
  margin: 20px 0 0;
}
.solution-details .b2 .txt .desc p {
  color: #666;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  /* 28px */
}
.solution-details .b2 .txt .desc ul {
  padding: 0;
  margin: 0;
}
.solution-details .b2 .txt .desc li {
  padding: 0 0 0 25px;
  margin: 0;
  list-style: none;
  position: relative;
  color: #666;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
}
.solution-details .b2 .txt .desc li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #38A772;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}
.solution-details .b2 .txt .desc li:nth-child(n+2) {
  margin: 15px 0 0;
}
.solution-details .b2 .txt .desc * + ul {
  margin: 30px 0 0;
}
.solution-details .b2 .txt .btn {
  display: flex;
  align-items: center;
  width: fit-content;
  background-color: #38A772;
  padding: 10px 20px;
  border-radius: 72px;
  border: 1px solid #38A772;
  color: #fff;
  margin: 40px 0 0;
  transition: all 0.35s;
}
.solution-details .b2 .txt .btn span {
  margin: 0 0 0 10px;
}
.solution-details .b2 .txt .btn i {
  line-height: 1;
}
.solution-details .b2 .txt .btn:hover {
  background-color: #fff;
  color: #38A772;
}
.solution-details .b3 .all {
  padding: 60px 60px 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.solution-details .b3 .all .t .page-tit {
  color: #fff;
  text-align: center;
}
.solution-details .b3 .all .t .desc {
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin: 15px 0 0;
}
.solution-details .b3 .all .list {
  margin: 50px -15px 0;
  display: flex;
}
.solution-details .b3 .all .list .box {
  width: 25%;
  padding: 0 15px;
}
.solution-details .b3 .all .list .cont {
  background-color: rgba(255, 255, 255, 0.6);
  height: 100%;
  border-radius: 16px;
  padding: 30px 30px 25px;
  transition: all 0.35s;
}
.solution-details .b3 .all .list .cont:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.solution-details .b3 .all .list .cont:hover i {
  color: #38A772;
}
.solution-details .b3 .all .list .cont i {
  font-size: 36px;
  line-height: 1;
  color: #333;
  transition: all 0.35s;
}
.solution-details .b3 .all .list .cont .tit {
  margin: 20px 0 0;
  color: #333;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.solution-details .b3 .all .list .cont .tit p {
  margin: 0;
}
.solution-details .b3 .all .list .cont .tit p:nth-child(n+2) {
  margin: 5px 0 0;
}
.solution-details .b3 .all .list .cont .desc {
  color: #666;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 20px 0 0;
}
.solution-details .b4 {
  padding: 110px 0 0;
}
.solution-details .b4 .box {
  display: flex;
  align-items: center;
}
.solution-details .b4 .box:nth-child(2n) {
  flex-direction: row-reverse;
}
.solution-details .b4 .box:nth-child(2n) .txt {
  padding: 0 0 0 120px;
}
.solution-details .b4 .box:nth-child(n+2) {
  margin: 60px 0 0;
}
.solution-details .b4 .box .pic {
  width: 49.09090909%;
}
.solution-details .b4 .box .pic img {
  width: 100%;
}
.solution-details .b4 .box .txt {
  width: 50.90909091%;
  padding: 0 120px 0 0;
}
.solution-details .b4 .box .txt .desc {
  color: #666;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin: 20px 0 0;
}
.solution-details .b4 .box .txt .desc p {
  margin: 0;
}
.solution-details .b5 {
  padding: 120px 0;
}
.solution-details .b5 .t .page-tit {
  text-align: center;
}
.solution-details .b5 .t .desc {
  color: #666;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 15px 0 0;
  text-align: center;
}
.solution-details .b5 .b {
  margin: 50px 0 0;
}
.solution-details .b5 .b .list {
  margin: 0 -23px;
}
.solution-details .b5 .b .box {
  padding: 0 23px;
}
.solution-details .b5 .b .cont {
  border-radius: 28px;
  background: #EEE;
  padding: 20px 20px 30px;
}
.solution-details .b5 .b .cont .tag {
  color: #38A772;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 25px 0 0;
}
.solution-details .b5 .b .cont .tit {
  color: #333;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 10px 0 5px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.solution-details .b5 .b .cont .desc {
  color: #666;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24.5px */
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.solution-details .b5 .b .cont .btngroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px 0 0;
}
.solution-details .b5 .b .cont .btngroup a {
  border-radius: 72px;
  border: 1px solid #38A772;
  background: #3CA472;
  color: #fff;
  width: fit-content;
  padding: 6px 18px;
}
.solution-details .b5 .b .cont .btngroup a span {
  font-size: 14px;
  line-height: 1.2;
}
.solution-details .b5 .b .cont .btngroup a i {
  line-height: 1;
  margin: 0 10px 0 0;
}
.contact {
  position: relative;
}
.contact .b1 {
  background-image: url(../img/contact-b1-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 170px 0 220px;
}
.contact .b1 .all {
  padding: 0 120px;
  display: flex;
  justify-content: flex-end;
}
.contact .b1 .all .l {
  position: absolute;
  left: 13.28125%;
  width: 26.04166667%;
  background-color: #2B333D;
  border-radius: 20px;
  padding: 45px 55px 50px;
}
.contact .b1 .all .l .tit {
  color: #FFF;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.contact .b1 .all .l .list {
  margin: 50px 0 0;
}
.contact .b1 .all .l .list .box {
  display: flex;
  color: #fff;
}
.contact .b1 .all .l .list .box:nth-child(n+2) {
  margin: 40px 0 0;
}
.contact .b1 .all .l .list .box i {
  font-size: 22px;
  line-height: 1;
  margin: 2px 0 0;
}
.contact .b1 .all .l .list .box span {
  width: calc(100% - 22px);
  padding: 0 0 0 30px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  display: flex;
  flex-direction: column;
}
.contact .b1 .all .l .list .box span a {
  color: inherit;
  transition: all 0.35s;
}
.contact .b1 .all .l .list .box span a:hover {
  color: #38A772;
}
.contact .b1 .all .r {
  width: 39.0070922%;
}
.contact .b1 .all .r .pic {
  width: 100%;
}
.contact .b1 .all .r .pic img {
  width: 100%;
}
.contact .b1 .all .r .point {
  margin: 35px auto 25px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(56, 167, 114, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.contact .b1 .all .r .point:before {
  content: '';
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 50%;
  background-color: rgba(56, 167, 114, 0.5);
}
.contact .b1 .all .r .point:after {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #38A772;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 2;
}
.contact .b1 .all .r .tit {
  color: #333;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  max-width: 330px;
  margin: 0 auto;
}
.contact .b2 {
  padding: 105px 0 115px;
}
.contact .b2 .t .tit {
  color: #333;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.contact .b2 .t .desc {
  color: #666;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  max-width: 845px;
  margin: 15px auto 0;
}
.contact .b2 .b {
  padding: 0 120px;
  display: flex;
  justify-content: flex-end;
  margin: 65px 0 0;
}
.contact .b2 .b .br {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #FBFBFB;
  width: 60.9929078%;
  padding: 50px 70px 60px;
}
.contact .b2 .b .br .tit {
  color: #333;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 37.5px */
  margin: 0 0 25px;
}
.contact .b2 .b .br form {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: 600;
}
.contact .b2 .b .br form p {
  width: 100%;
  position: relative;
  margin: 0;
}
.contact .b2 .b .br form p > i {
  position: absolute;
  right: 0;
  top: 22px;
  font-size: 24px;
  line-height: 1;
}
.contact .b2 .b .br form input,
.contact .b2 .b .br form textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  transition: all 0.35s;
}
.contact .b2 .b .br form input:focus,
.contact .b2 .b .br form textarea:focus {
  outline: none;
  border-color: #38A772;
}
.contact .b2 .b .br form input::placeholder,
.contact .b2 .b .br form textarea::placeholder {
  color: #333;
}
.contact .b2 .b .br form input {
  height: 68px;
  margin: 0 0 30px;
  padding: 0 35px 0 0;
}
.contact .b2 .b .br form textarea {
  height: 115px;
  padding: 20px 35px 0 0;
  resize: none;
}
.contact .b2 .b .br form button {
  margin: 40px 0 0;
  background-color: #38A772;
  display: flex;
  width: fit-content;
  border-radius: 6px;
  padding: 10px 15px;
  align-items: center;
  justify-content: center;
  color: #FFF;
  transition: all 0.35s;
  border: 1px solid #38A772;
}
.contact .b2 .b .br form button:hover {
  background-color: transparent;
  color: #38A772;
}
.contact .b2 .b .br form button i {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 0 15px;
}
.contact .b2 .b .br form button span {
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 16px */
}
