@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);
  }
}
body {
  font-family: 'Source Han Sans', 'Microsoft YaHei', 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: 25%;
  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: #333;
  font-size: 12px;
}
.xs-online ul li a span i {
  color: #21AEA8;
  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: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  /* 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: 10px 15px !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: #21AEA8;
  color: #fff;
  border-left-color: #21AEA8 !important;
  border-right-color: #21AEA8 !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: #21AEA8 !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: #21AEA8 !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;
}
.suspended-list ul {
  display: block;
  position: relative;
  background-color: #21AEA8;
  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: #21AEA8;
  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: #21AEA8;
  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: #21AEA8;
}
.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: 7%;
  z-index: 2;
  color: #fff;
  transition: all 0.35s;
}
.banner #banner-to i {
  font-size: 32px;
  line-height: 1;
}
@media screen and (min-width: 991px) {
  .banner #banner-to:hover {
    color: #21AEA8;
  }
}
.banner .banner-btn {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 100px;
  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 .banner-swiper-pagination {
  margin: 0 10px;
  display: flex;
  align-items: flex-end;
}
.banner .banner-btn .banner-swiper-pagination span {
  font-size: 0;
  width: 34px;
  height: 1px;
  background-color: #fff;
  transition: all 0.35s;
  opacity: 0.2;
  margin: 0;
}
.banner .banner-btn .banner-swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}
.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: 25%;
  left: 0;
}
.banner .item .item-txt .tag {
  display: flex;
  align-items: center;
}
.banner .item .item-txt .tag img {
  width: 30px;
}
.banner .item .item-txt .tag span {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 0 15px;
}
.banner .item .item-txt .tit {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin: 15px 0 0;
}
.banner .item .item-txt .tit p {
  margin: 0;
}
.banner .item .item-txt .data {
  margin: 55px -25px 0;
  display: flex;
}
.banner .item .item-txt .data .box {
  padding: 0 25px;
  display: flex;
  align-items: flex-end;
}
.banner .item .item-txt .data .box .l {
  display: flex;
  align-items: flex-start;
}
.banner .item .item-txt .data .box .l .num {
  color: #FFF;
  text-align: right;
  font-family: Barlow;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 50% */
}
.banner .item .item-txt .data .box .l .num-after {
  color: #FFF;
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  /* 166.667% */
}
.banner .item .item-txt .data .box .r {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 5px 10px;
}
.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: #21AEA8;
  }
}
@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);
  }
}
.in-title {
  color: #333;
  font-family: "Source Han Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 50px */
}
@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-app {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.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-news {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-banner .item-news .tit {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}
.page-banner .item-news .desc {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin: 10px 0 0;
}
.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: #21AEA8;
  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: #21AEA8;
  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: #21AEA8;
  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: #21AEA8;
}
.list-l .menu1 > li.more.active > a {
  color: #21AEA8;
  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: #21AEA8;
  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: #21AEA8;
  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: #21AEA8;
}
#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: #21AEA8;
}
#doc-modal-1 form button {
  width: 160px;
  height: 42px;
  border-radius: 20px;
  color: #fff;
  background-color: #21AEA8;
  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: 20px;
  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 {
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}
header .header-all {
  display: flex;
  justify-content: space-between;
}
header .header-all .l {
  display: flex;
  align-items: center;
  padding: 0 0 0 135px;
}
header .header-all .l .header-logo {
  height: 54px;
  margin: 0 35px 0 0;
}
header .header-all .l .header-logo img {
  height: 100%;
}
header .header-all .r {
  display: flex;
}
header .header-all .r .btn-group {
  display: flex;
  align-items: center;
}
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 {
  margin: 0 45px;
}
header .header-all .r .btn-group .h-search i {
  font-size: 22px;
  color: #333;
  line-height: 1;
}
header .header-all .r .inquire {
  background-color: #21AEA8;
  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-image: url(../img/footer-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 85px 0 50px;
}
footer .t .logo {
  height: 117px;
  display: flex;
  justify-content: center;
}
footer .t .logo img {
  height: 100%;
  width: auto;
}
footer .m {
  margin: 90px 0 0;
}
footer .m .list {
  display: flex;
  justify-content: center;
}
footer .m .list .box {
  position: relative;
  display: flex;
  align-items: center;
}
footer .m .list .box:after {
  content: '';
  display: block;
  width: 117px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 15px;
}
footer .m .list .box:last-child:after {
  display: none;
}
footer .m .list .box a {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  transition: all 0.35s;
}
footer .m .list .box a:hover {
  color: #21AEA8;
}
footer .b {
  margin: 70px 0 0;
}
footer .b .all {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .b .all .bl {
  width: 365px;
  display: flex;
  flex-direction: column;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.5;
}
footer .b .all .bc {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .b .all .bc .desc {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 25px */
}
footer .b .all .bc .tit {
  color: #FFF;
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 5px 0 0;
}
footer .b .all .bc .tit a {
  color: inherit;
  transition: all 0.35s;
}
footer .b .all .bc .tit a:hover {
  color: #21AEA8;
}
footer .b .all .br {
  width: 365px;
  display: flex;
  justify-content: flex-end;
}
footer .b .all .br .list {
  display: flex;
  margin: 0 -5px;
}
footer .b .all .br .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5px;
}
footer .b .all .br .box .tit {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 10px;
}
footer .b .all .br .box .pic {
  width: 84px;
}
.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: #21AEA8;
}
.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: #21AEA8;
  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: #21AEA8;
  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: #21AEA8;
  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: #21AEA8;
}
.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: #21AEA8;
}
.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: #21AEA8;
}
.wp-pagenavi .previouspostslink:hover:before,
.wp-pagenavi .nextpostslink:hover:before {
  color: #fff;
}
.wp-pagenavi .previouspostslink {
  margin-right: 60px;
}
.wp-pagenavi .previouspostslink:before {
  content: '\eb23';
}
.wp-pagenavi .nextpostslink {
  margin-left: 60px;
}
.wp-pagenavi .nextpostslink:before {
  content: '\e64d';
}
#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: #21AEA8;
  -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: #21AEA8;
  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-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: #21AEA8;
}
.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: #21AEA8;
}
.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 #21AEA8;
  background-color: #21AEA8;
  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: #21AEA8;
}
.hyh-btn.white {
  background-color: #fff;
  border-color: #fff;
  color: #21AEA8;
}
.hyh-btn.white:hover {
  color: #FFF;
  background-color: #21AEA8;
}
.in-block1 {
  overflow: hidden;
}
.in-block1 .t {
  width: 100%;
}
.in-block1 .t .slick-current .box .cont:before {
  opacity: 1;
}
.in-block1 .t .slick-current .box .cont:after {
  opacity: 0;
}
.in-block1 .t .slick-current .box .cont .ico img:first-child {
  opacity: 1;
}
.in-block1 .t .slick-current .box .cont .ico img:last-child {
  opacity: 0;
}
.in-block1 .t .slick-current .box .cont span {
  color: #fff;
}
.in-block1 .t .cont {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.in-block1 .t .cont:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  z-index: 3;
  transition: all 0.35s;
}
.in-block1 .t .cont > * {
  position: relative;
  z-index: 2;
}
.in-block1 .t .cont:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/in-b1-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.35s;
}
.in-block1 .t .cont .ico {
  position: relative;
  width: 50px;
  height: 50px;
}
.in-block1 .t .cont .ico img {
  width: 100%;
  height: 100%;
  transition: all 0.35s;
}
.in-block1 .t .cont .ico img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.in-block1 .t .cont span {
  color: #5D5D5D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin-left: 25px;
  transition: all 0.35s;
}
.in-block1 .b {
  background-image: url(../img/in-b1-bg2.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.in-block1 .b .all {
  display: flex;
  padding: 65px 0 85px;
  align-items: center;
}
.in-block1 .b .l {
  width: 52.72727273%;
  padding: 0 10px 0 0;
}
.in-block1 .b .l .tag {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}
.in-block1 .b .l .tag span {
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0 15px;
}
.in-block1 .b .l .in-title {
  margin: 0 0 10px;
}
.in-block1 .b .l .desc {
  color: #454545;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
  margin: 30px 0 0;
}
.in-block1 .b .l .btn-group {
  margin: 75px -5px 0;
  display: flex;
  align-items: center;
}
.in-block1 .b .l .btn-group a {
  border: 1px solid #21AEA8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  display: flex;
  padding: 10px 0;
  width: 164px;
  justify-content: center;
  align-items: center;
  border-radius: 52px;
  overflow: hidden;
  margin: 0 5px;
  position: relative;
  transition: all 0.35s;
}
.in-block1 .b .l .btn-group a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  background: linear-gradient(90deg, #21AEA8 0%, #04948E 100%);
  opacity: 0;
  transition: all 0.35s;
}
.in-block1 .b .l .btn-group a:first-child {
  color: #fff;
}
.in-block1 .b .l .btn-group a:first-child:before {
  opacity: 1;
  left: 0;
}
.in-block1 .b .l .btn-group a:first-child:hover {
  color: #21AEA8;
}
.in-block1 .b .l .btn-group a:first-child:hover:before {
  opacity: 0;
  left: 100%;
}
.in-block1 .b .l .btn-group a:last-child {
  color: #21AEA8;
}
.in-block1 .b .l .btn-group a:last-child:hover {
  color: #fff;
}
.in-block1 .b .l .btn-group a:last-child:hover:before {
  opacity: 1;
  left: 0;
}
.in-block1 .b .l .btn-group a span {
  position: relative;
  z-index: 2;
}
.in-block1 .b .r {
  width: 47.27272727%;
}
.in-block2 {
  position: relative;
  overflow: hidden;
}
.in-block2 .list {
  margin: 0;
}
.in-block2 .slick-slide > div {
  font-size: 0;
}
.in-block2 .cont {
  padding: 125px 0 385px;
  background-size: cover;
  background-repeat: no-repeat;
}
.in-block2 .cont .tag {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}
.in-block2 .cont .tag span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0 15px;
}
.in-block2 .cont .in-title {
  color: #fff;
}
.in-block2 .cont .desc {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
  margin: 30px 0 0;
}
.in-block2 .cont .btn-group {
  margin: 70px -5px 0;
  display: flex;
  align-items: center;
}
.in-block2 .cont .btn-group a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  display: flex;
  padding: 10px 0;
  width: 164px;
  justify-content: center;
  align-items: center;
  border-radius: 52px;
  overflow: hidden;
  margin: 0 5px;
  position: relative;
  transition: all 0.35s;
  background-color: #fff;
}
.in-block2 .cont .btn-group a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  background: linear-gradient(90deg, #21AEA8 0%, #04948E 100%);
  opacity: 0;
  transition: all 0.35s;
}
.in-block2 .cont .btn-group a:first-child {
  color: #fff;
}
.in-block2 .cont .btn-group a:first-child:before {
  opacity: 1;
  left: 0;
}
.in-block2 .cont .btn-group a:first-child:hover {
  color: #21AEA8;
}
.in-block2 .cont .btn-group a:first-child:hover:before {
  opacity: 0;
  left: 100%;
}
/*.in-block2 .cont .btn-group a:last-child {*/
/*  color: #21AEA8;*/
/*}*/
/*.in-block2 .cont .btn-group a:last-child:hover {*/
/*  color: #fff;*/
/*}*/
/*.in-block2 .cont .btn-group a:last-child:hover:before {*/
/*  opacity: 1;*/
/*  left: 0;*/
/*}*/
.in-block2 .cont .btn-group a span {
  position: relative;
  z-index: 2;
}
.in-block2 .b2-dots {
  position: absolute;
  bottom: 75px;
  width: 100%;
  left: 0;
  z-index: 3;
}
.in-block2 .b2-dots .dots .slick-dots {
  margin: 0 -11px;
  display: flex;
}
.in-block2 .b2-dots .dots .slick-dots li {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 11px;
  position: relative;
}
.in-block2 .b2-dots .dots .slick-dots li:before {
  content: '';
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.35s;
}
.in-block2 .b2-dots .dots .slick-dots li:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 0;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 13px);
  opacity: 0;
  transition: all 0.35s;
}
.in-block2 .b2-dots .dots .slick-dots li button {
  display: none;
}
.in-block2 .b2-dots .dots .slick-dots li.slick-active:before {
  opacity: 1;
}
.in-block2 .b2-dots .dots .slick-dots li.slick-active:after {
  height: 10px;
  opacity: 1;
}
.in-block3 {
  background: linear-gradient(180deg, rgba(4, 148, 142, 0.08) 0%, rgba(0, 138, 223, 0.08) 64.76%);
  overflow: hidden;
}
.in-block3 .t {
  padding: 110px 0 0;
  position: relative;
  z-index: 2;
}
.in-block3 .t .tag {
  display: flex;
  align-items: center;
  margin: 0 0 35px;
}
.in-block3 .t .tag span {
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 0 15px;
}
.in-block3 .t .in-title {
  margin: 0 0 10px;
}
.in-block3 .t .desc {
  margin: 30px 0 0;
  max-width: 890px;
  color: #454545;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
}
.in-block3 .t .btn-group {
  margin: 60px -5px 0;
  display: flex;
  align-items: center;
}
.in-block3 .t .btn-group a {
  border: 1px solid #21AEA8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  display: flex;
  padding: 10px 0;
  width: 164px;
  justify-content: center;
  align-items: center;
  border-radius: 52px;
  overflow: hidden;
  margin: 0 5px;
  position: relative;
  transition: all 0.35s;
}
.in-block3 .t .btn-group a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  background: linear-gradient(90deg, #21AEA8 0%, #04948E 100%);
  opacity: 0;
  transition: all 0.35s;
}
.in-block3 .t .btn-group a:first-child {
  color: #fff;
}
.in-block3 .t .btn-group a:first-child:before {
  opacity: 1;
  left: 0;
}
.in-block3 .t .btn-group a:first-child:hover {
  color: #21AEA8;
}
.in-block3 .t .btn-group a:first-child:hover:before {
  opacity: 0;
  left: 100%;
}
.in-block3 .t .btn-group a:last-child {
  color: #21AEA8;
}
.in-block3 .t .btn-group a:last-child:hover {
  color: #fff;
}
.in-block3 .t .btn-group a:last-child:hover:before {
  opacity: 1;
  left: 0;
}
.in-block3 .t .btn-group a span {
  position: relative;
  z-index: 2;
}
.in-block3 .m {
  margin: -125px 0 0;
  position: relative;
  z-index: 1;
}
.in-block3 .m .pic {
  width: 100%;
}
.in-block3 .m .pic img {
  width: 100%;
}
.in-block3 .b {
  background-color: #21AEA8;
  padding: 45px 0;
}
.in-block3 .b .list {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}
.in-block3 .b .box {
  padding: 0 10px;
  display: flex;
  align-items: flex-end;
}
.in-block3 .b .box .l {
  display: flex;
  align-items: flex-start;
}
.in-block3 .b .box .l .num {
  color: #FFF;
  text-align: right;
  font-family: Barlow;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 50% */
}
.in-block3 .b .box .l .num-after {
  color: #FFF;
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  /* 166.667% */
}
.in-block3 .b .box .r {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0 25px;
}
.in-block4 {
  background: linear-gradient(90deg, rgba(24, 138, 133, 0.05) 48.54%, rgba(24, 138, 133, 0.05) 100%);
  overflow: hidden;
}
.in-block4 .t .all {
  display: flex;
  align-items: center;
}
.in-block4 .t .l {
  width: 47.27272727%;
  padding: 0 100px 0 0;
}
.in-block4 .t .l .tag {
  display: flex;
  align-items: center;
}
.in-block4 .t .l .tag span {
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0 15px;
}
.in-block4 .t .l .in-title {
  margin: 35px 0 40px;
}
.in-block4 .t .l .desc {
  color: #454545;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
}
.in-block4 .t .l .data {
  display: flex;
  margin: 85px -25px 0;
}
.in-block4 .t .l .data .box {
  display: flex;
  align-items: flex-end;
  padding: 0 25px;
}
.in-block4 .t .l .data .cont {
  display: flex;
  align-items: flex-start;
}
.in-block4 .t .l .data .cont .num {
  color: #333;
  font-family: Barlow;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 50% */
}
.in-block4 .t .l .data .cont .num-after {
  color: #333;
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  /* 166.667% */
}
.in-block4 .t .l .data .txt {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0 10px;
}
.in-block4 .t .r {
  width: 52.72727273%;
}
.in-block4 .b {
  width: calc(100% + 448px);
  margin: 170px -224px 0;
  padding: 0 0 55px;
}
.in-block4 .b .list {
  margin: 0 -12px;
}
.in-block4 .b .box {
  padding: 0 12px;
}
.in-block4 .b .img-box {
  padding-bottom: 51.11111111%;
}
.in-block4 .b .slick-slide > div {
  font-size: 0;
}
.in-block5 {
  background: rgba(24, 138, 133, 0.05);
  position: relative;
  overflow: hidden;
}
.in-block5 .b {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 60px 0;
}
.in-block5 .b .pic {
  width: 85.41666667%;
}
.in-block5 .b .pic img {
  width: 100%;
}
.in-block5 .b .pic img:last-child {
  display: none;
}
.in-block5 .hover {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.in-block5 .hover .tag {
  display: flex;
  align-items: center;
}
.in-block5 .hover .tag span {
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0 15px;
}
.in-block5 .hover .in-title {
  margin: 35px 0 40px;
  max-width: 680px;
}
.in-block5 .hover .num {
  color: #21AEA8;
  font-family: Barlow;
  font-size: 160px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 160px */
}
.in-block5 .hover .desc {
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 15px 0 0;
}
.in-block6 {
  padding: 115px 0 75px;
}
.in-block6 .tag {
  display: flex;
  align-items: center;
}
.in-block6 .tag span {
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0 15px;
}
.in-block6 .in-title {
  margin: 35px 0 40px;
}
.in-block6 .all {
  display: flex;
  margin: 0 -10px;
}
.in-block6 .all .l {
  width: 43.41317365%;
  padding: 0 10px;
}
.in-block6 .all .l .txt {
  padding: 20px 0 0;
}
.in-block6 .all .l .txt .tit {
  margin: 10px 0;
}
.in-block6 .all .r {
  width: 56.58682634%;
  padding: 0 10px;
}
.in-block6 .all .r .box a {
  display: flex;
  flex-direction: row-reverse;
}
.in-block6 .all .r .box a .txt {
  width: 50%;
  background: #FFF;
  box-shadow: 0 4px 20.4px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  transition: all 0.35s;
}
.in-block6 .all .r .box a .txt .tit {
  margin: 10px 0;
}
.in-block6 .all .r .box a .pic {
  width: 50%;
}
.in-block6 .all .r .box a:hover img {
  transform: scale(1.05);
}
.in-block6 .all .r .box a:hover .txt {
  background-color: #21AEA8;
}
.in-block6 .all .r .box a:hover .txt .tit {
  color: #fff;
}
.in-block6 .all .r .box a:hover .txt .date i {
  color: #fff;
}
.in-block6 .all .r .box a:hover .txt .date span {
  color: #fff;
}
.in-block6 .all .r .box a:hover .txt .desc {
  color: rgba(255, 255, 255, 0.6);
}
.in-block6 .all .r .box:nth-child(n+2) {
  margin: 25px 0 0;
}
.in-block6 .all .img-box {
  padding-bottom: 66.66666667%;
}
.in-block6 .all .txt .date {
  display: flex;
  align-items: center;
}
.in-block6 .all .txt .date i {
  font-size: 18px;
  line-height: 1;
  color: #333;
  transition: all 0.35s;
}
.in-block6 .all .txt .date span {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  margin: 3px 0 0 10px;
  transition: all 0.35s;
}
.in-block6 .all .txt .tit {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.35s;
}
.in-block6 .all .txt .desc {
  color: rgba(51, 51, 51, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: all 0.35s;
}
@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: #21AEA8;
}
.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 .b1 {
  background: linear-gradient(180deg, rgba(4, 148, 142, 0.08) 0%, rgba(0, 138, 223, 0.08) 64.76%);
}
.about .b1 .t {
  padding: 110px 0 0;
}
.about .b1 .t .tag {
  display: flex;
  align-items: center;
  margin: 0 0 35px;
}
.about .b1 .t .tag span {
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0 15px;
}
.about .b1 .t .in-title {
  margin: 0 0 10px;
}
.about .b1 .t .desc {
  color: #454545;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
  margin: 30px 0 0;
  max-width: 900px;
}
.about .b1 .t .desc p {
  margin: 0;
}
.about .b1 .b {
  margin: -105px 0 0;
}
.about .b1 .b .pic {
  width: 100%;
}
.about .b1 .b .pic img {
  width: 100%;
}
.about .b2 {
  padding: 100px 0 140px;
}
.about .b2 .tag {
  display: flex;
  align-items: center;
}
.about .b2 .tag span {
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0 15px;
}
.about .b2 .in-title {
  margin: 35px 0 50px;
}
.about .b2 .list {
  display: flex;
  flex-wrap: wrap;
}
.about .b2 .list .box {
  width: 50%;
  padding: 180px 95px;
  background-size: cover;
  background-repeat: no-repeat;
}
.about .b2 .list .box .txt {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 45px */
}
.about .b2 .list .box .txt strong {
  color: #00E0D7;
}
.about .b3 {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0 440px;
  overflow: hidden;
}
.about .b3 .tag {
  display: flex;
  align-items: center;
}
.about .b3 .tag span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0 15px;
}
.about .b3 .in-title {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 50px */
  margin: 35px 0 0;
}
.about .b3 .list {
  display: flex;
  margin: -75px -90px 0;
}
.about .b3 .list .box {
  padding: 0 90px;
  position: relative;
}
.about .b3 .list .box:nth-child(3) {
  margin: 95px 0 0;
}
.about .b3 .list .box:nth-child(3) .line {
  height: 360px;
}
.about .b3 .list .box:nth-child(2) {
  margin: 160px 0 0;
}
.about .b3 .list .box:nth-child(2) .line {
  height: 315px;
}
.about .b3 .list .box:first-child {
  margin: 200px 0 0;
}
.about .b3 .list .box:last-child .line {
  height: 325px;
}
.about .b3 .list .box .line {
  height: 265px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  left: 105px;
  top: 60px;
}
.about .b3 .list .box .line:before {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
}
.about .b3 .list .box .line:after {
  content: '';
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  border: 5px solid #21AEA8;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
}
.about .b3 .list .box .cont {
  padding: 0 0 0 50px;
}
.about .b3 .list .box .cont .t {
  display: flex;
  align-items: flex-end;
}
.about .b3 .list .box .cont .t .year {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 26.29%, #FFF 63.86%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 105px */
}
.about .b3 .list .box .cont .t span {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
  margin: 0 0 20px 15px;
}
.about .b3 .list .box .cont .desc {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
  max-width: 240px;
}
.about .b4 {
  padding: 100px 0 140px;
  background-image: url(../img/ab-b4-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.about .b4 .tag {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .b4 .tag span {
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0 15px;
}
.about .b4 .in-title {
  text-align: center;
  margin: 35px 0 15px;
}
.about .b4 .desc {
  max-width: 1510px;
  margin: 0 auto;
  color: #454545;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
}
.about .b4 .cont {
  display: flex;
  justify-content: center;
  margin: 75px 0 0;
}
.about .b4 .cont .c {
  width: 33.93939394%;
}
.about .b4 .cont .c .pic {
  width: 100%;
}
.about .b4 .cont .c .pic img {
  width: 100%;
}
.about .b4 .cont .l,
.about .b4 .cont .r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 23.93939394%;
}
.about .b4 .cont .l .box,
.about .b4 .cont .r .box {
  display: flex;
  align-items: center;
}
.about .b4 .cont .l .box span,
.about .b4 .cont .r .box span {
  max-width: 220px;
  color: #333;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 33px */
  width: calc(100% - 97px);
}
.about .b4 .cont .l .box .ico,
.about .b4 .cont .r .box .ico {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  box-shadow: 0 2px 19px rgba(22, 44, 112, 0.05);
  transition: all 0.35s;
}
.about .b4 .cont .l .box .ico i,
.about .b4 .cont .r .box .ico i {
  font-size: 38px;
  line-height: 1;
  color: #21AEA8;
}
.about .b4 .cont .l .box:hover .ico,
.about .b4 .cont .r .box:hover .ico {
  -webkit-animation: swing 1s 0s ease both;
  animation: swing 1s 0s ease both;
}
.about .b4 .cont .l {
  padding: 0 50px 0 0;
}
.about .b4 .cont .l .box {
  flex-direction: row-reverse;
}
.about .b4 .cont .l .box span {
  margin: 0 25px 0 0;
}
.about .b4 .cont .l .box:first-child,
.about .b4 .cont .l .box:last-child {
  transform: translateX(65px);
}
.about .b4 .cont .r {
  padding: 0 0 0 50px;
}
.about .b4 .cont .r .box span {
  margin: 0 0 0 25px;
}
.about .b4 .cont .r .box:first-child,
.about .b4 .cont .r .box:last-child {
  transform: translateX(-65px);
}
.about .b5 {
  padding: 110px 0;
  overflow: hidden;
}
.about .b5 .t .tag {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .b5 .t .tag span {
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 0 15px;
}
.about .b5 .t .in-title {
  text-align: center;
  margin: 25px 0 0;
}
.about .b5 .b {
  padding: 45px 0 0;
}
.about .b5 .b .list {
  margin: 0 -15px;
}
.about .b5 .b .box {
  padding: 0 15px;
}
.about .b5 .b .box a {
  background-color: #f6f6f6;
  display: block;
  padding: 40px 80px 30px;
  position: relative;
}
.about .b5 .b .box a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #003F8F;
  left: 0;
  bottom: 0;
}
.about .b5 .b .box a .img-box {
  padding-bottom: 134.78260869%;
}
.about .b5 .b .box a .tit {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  margin: 50px 0 15px;
}
.about .b5 .b .box a .desc {
  color: #999;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.about .b5 .b .slick-prev,
.about .b5 .b .slick-next {
  width: 50px;
  height: 50px;
  border: 1px solid #21AEA8;
  z-index: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}
.about .b5 .b .slick-prev:before,
.about .b5 .b .slick-next:before {
  opacity: 1;
  font-family: 'iconfont';
  font-size: 16px;
  line-height: 1;
  transition: all 0.35s;
}
.about .b5 .b .slick-prev {
  background-color: #21AEA8;
  left: -65px;
}
.about .b5 .b .slick-prev:before {
  content: '\eb23';
  color: #fff;
}
.about .b5 .b .slick-prev:hover {
  background-color: #fff;
}
.about .b5 .b .slick-prev:hover:before {
  color: #21AEA8;
}
.about .b5 .b .slick-next {
  right: -65px;
  background-color: #fff;
}
.about .b5 .b .slick-next:before {
  color: #21AEA8;
  content: '\e64d';
}
.about .b5 .b .slick-next:hover {
  background-color: #21AEA8;
}
.about .b5 .b .slick-next:hover:before {
  color: #fff;
}
.about .b6 img {
  width: 100%;
}
.about .b7 {
  padding: 95px 0 85px;
  overflow: hidden;
  background-color: #f8f8f8;
}
.about .b7 .t .tag {
  display: flex;
  align-items: center;
}
.about .b7 .t .tag span {
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0 15px;
}
.about .b7 .t .in-title {
  margin: 20px 0 0;
}
.about .b7 .b {
  margin: 55px 0 0;
}
.about .b7 .b .list {
  margin: 0 -15px;
}
.about .b7 .b .box {
  padding: 0 15px;
}
.about .b7 .b .box .img-box {
  padding-bottom: 66.66666667%;
}
.about .b7 .b .box .txt {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 50px 40px 30px;
}
.about .b7 .b .box .txt .tit {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 125% */
}
.about .b7 .b .box .txt .desc {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  margin: 15px 0 0;
  min-height: 42px;
}
.about .b7 .b .slick-list {
  overflow: visible;
}
.about .b7 .b .btngroup {
  position: relative;
  margin: 80px 0 0;
  display: flex;
  align-items: center;
}
.about .b7 .b .btngroup .arrows {
  display: flex;
  margin: 0 -10px;
}
.about .b7 .b .btngroup .arrows .slick-prev,
.about .b7 .b .btngroup .arrows .slick-next {
  width: 50px;
  height: 50px;
  position: static;
  transform: translate(0);
  border: 1px solid #21AEA8;
  border-radius: 50%;
  margin: 0 10px;
  transition: all 0.35s;
}
.about .b7 .b .btngroup .arrows .slick-prev:before,
.about .b7 .b .btngroup .arrows .slick-next:before {
  font-size: 16px;
  line-height: 1;
  font-family: 'iconfont';
  transition: all 0.35s;
}
.about .b7 .b .btngroup .arrows .slick-prev {
  background-color: #21AEA8;
}
.about .b7 .b .btngroup .arrows .slick-prev:before {
  content: '\eb23';
  color: #fff;
}
.about .b7 .b .btngroup .arrows .slick-prev:hover {
  background-color: #fff;
}
.about .b7 .b .btngroup .arrows .slick-prev:hover:before {
  color: #21AEA8;
}
.about .b7 .b .btngroup .arrows .slick-next {
  background-color: transparent;
}
.about .b7 .b .btngroup .arrows .slick-next:before {
  content: '\e64d';
  color: #21AEA8;
}
.about .b7 .b .btngroup .arrows .slick-next:hover {
  background-color: #21AEA8;
}
.about .b7 .b .btngroup .arrows .slick-next:hover:before {
  color: #fff;
}
.about .b7 .b .btngroup .dots {
  width: calc(100% - 120px);
  padding: 0 0 0 25px;
}
.about .b7 .b .btngroup .dots .slick-dots {
  position: static;
  display: flex;
  align-items: center;
}
.about .b7 .b .btngroup .dots .slick-dots li {
  flex: 1;
  background-color: #c3d9ea;
  transition: all 0.35s;
  margin: 0;
  height: 1px;
}
.about .b7 .b .btngroup .dots .slick-dots li button {
  display: none;
}
.about .b7 .b .btngroup .dots .slick-dots li.slick-active {
  background-color: #21AEA8;
}
.factory .b1 {
  padding: 80px 0 70px;
  border-bottom: 1px solid #D9D9D9;
}
.factory .b1 .t .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 15px;
  position: relative;
}
.factory .b1 .t .tit:after {
  content: '';
  width: 38px;
  height: 4px;
  background-color: #21AEA8;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.factory .b1 .t .tit span {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 57.6px */
  margin: 0 0 0 15px;
}
.factory .b1 .t .desc {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
  max-width: 1230px;
  margin: 30px auto 0;
}
.factory .b1 .b .list {
  max-width: 980px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
}
.factory .b1 .b .list .box {
  width: 16.32653061%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.factory .b1 .b .list .box .tit {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 28.8px */
  margin: 20px 0 0;
}
.factory .b1 .b .list .box .ico {
  width: 140px;
  height: 140px;
  background-color: #EFEFEF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.factory .b1 .b .list .box .ico:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #21AEA8;
  border-radius: 50%;
  width: 110px;
  height: 110px;
}
.factory .b1 .b .list .box .ico img {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 1;
}
.factory .b2 .box .all {
  padding: 80px 0 100px;
  display: flex;
  border-bottom: 1px solid #D9D9D9;
  align-items: center;
}
.factory .b2 .box .all .pic {
  width: 42.42424242%;
}
.factory .b2 .box .all .pic .img-box {
  padding-bottom: 64.28571429%;
}
.factory .b2 .box .all .cont {
  width: 57.57575758%;
  padding: 0 0 0 60px;
}
.factory .b2 .box .all .cont .tag {
  display: flex;
  align-items: center;
  padding: 0 0 25px;
  position: relative;
}
.factory .b2 .box .all .cont .tag:after {
  content: '';
  width: 30px;
  height: 4px;
  background-color: #21AEA8;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.factory .b2 .box .all .cont .tag span {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 48px */
  margin: 0 0 0 15px;
}
.factory .b2 .box .all .cont .desc {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  /* 32px */
  margin: 20px 0 0;
}
.factory .b2 .box:nth-child(2n) .all {
  flex-direction: row-reverse;
}
.factory .b2 .box:nth-child(2n) .all .cont {
  padding: 0 60px 0 0;
}
.factory .b2 .box:nth-child(2) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(33, 174, 168, 0.1) 100%);
}
.factory .b2 .box:nth-child(2) .all {
  border: none;
}
.factory .b3 {
  padding: 70px 0 110px;
}
.factory .b3 .txt h3 {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 20px;
}
.factory .b3 .txt p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 175%;
  /* 35px */
  margin: 0;
}
.factory .b3 .b {
  margin: 45px -15px 0;
}
.factory .b3 .b .box {
  padding: 0 15px;
}
.factory .b3 .b .box .img-box {
  padding-bottom: 70.51282051%;
}
.prod .b1 {
  padding: 95px 0 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
.prod .b1 .tag {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod .b1 .tag span {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 0 15px;
}
.prod .b1 .tit {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 60px */
  margin: 30px 0 35px;
}
.prod .b1 .btn {
  border-radius: 600px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 10px 35px;
  color: #21AEA8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  margin: 0 auto;
  transition: all 0.35s;
}
.prod .b1 .btn:hover {
  background-color: #21AEA8;
  color: #fff;
}
.prod .b1 .pic {
  width: 100%;
  display: flex;
  justify-content: center;
}
.prod .b1 .pic img {
  max-width: 100%;
}
.prod .b2 {
  padding: 85px 0 100px;
}
.prod .b2 .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 55px;
}
.prod .b2 .tag span {
  color: #333;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 50px */
  margin: 0 0 0 15px;
}
.prod .b2 .b .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.prod .b2 .b .list .box {
  padding: 0 15px;
  width: 50%;
}
.prod .b2 .b .list .box:nth-child(n+3) {
  margin: 30px 0 0;
}
.prod .b2 .b .list .cont {
  display: flex;
  align-items: center;
  padding: 15px 45px 15px 90px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0 4px 10.8px 0 rgba(0, 0, 0, 0.05);
}
.prod .b2 .b .list .cont .l {
  width: 45.18518519%;
  padding: 0 40px 0 0;
}
.prod .b2 .b .list .cont .l .tit {
  display: flex;
  align-items: center;
}
.prod .b2 .b .list .cont .l .tit span {
  color: #333;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 45px */
  margin: 0 25px 0 0;
}
.prod .b2 .b .list .cont .l .desc {
  margin: 15px 0 0;
  color: #454545;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
}
.prod .b2 .b .list .cont .l .desc p {
  margin: 0;
}
.prod .b2 .b .list .cont .l .desc p:nth-child(n+2) {
  margin: 10px 0 0;
}
.prod .b2 .b .list .cont .l .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 6px 50px;
  border-radius: 600px;
  position: relative;
  overflow: hidden;
  margin: 55px 0 0;
  border: 1px solid #21AEA8;
}
.prod .b2 .b .list .cont .l .btn:before {
  content: '';
  background: linear-gradient(90deg, #21AEA8 0%, #04948E 100%);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.35s;
}
.prod .b2 .b .list .cont .l .btn span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  position: relative;
  z-index: 1;
  transition: all 0.35s;
}
.prod .b2 .b .list .cont .r {
  width: 54.81481481%;
}
.prod .b2 .b .list .cont:hover .l .btn:before {
  opacity: 0;
}
.prod .b2 .b .list .cont:hover .l .btn span {
  color: #21AEA8;
}
.prod .b3 {
  background: linear-gradient(90deg, #21AEA8 0%, #04948E 100%);
  box-shadow: 0 4px 13.4px 0 rgba(0, 0, 0, 0.1);
}
.prod .b3 .all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0;
}
.prod .b3 .l {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  /* 150% */
  letter-spacing: 2px;
}
.prod .b3 .r {
  display: flex;
  align-items: center;
  margin: 0 -8px 0 25px;
}
.prod .b3 .r a {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  /* 312.5% */
  letter-spacing: 0.32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 65px;
  width: fit-content;
  border-radius: 52px;
  border: 1px solid #FFF;
  margin: 0 8px;
  transition: all 0.35s;
}
.prod .b3 .r a:first-child {
  color: #fff;
  background-color: transparent;
}
.prod .b3 .r a:first-child:hover {
  color: #21AEA8;
  background-color: #fff;
}
.prod .b3 .r a:last-child {
  color: #21AEA8;
  background-color: #fff;
}
.prod .b3 .r a:last-child:hover {
  color: #fff;
  background-color: transparent;
}
.prod-deta .b1 {
  background-image: url(../img/prod-deta-b1-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 55px;
}
.prod-deta .b1 .tag {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-deta .b1 .tag span {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 0 20px;
}
.prod-deta .b1 h1 {
  color: #333;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 60px */
  margin: 30px 0 20px;
}
.prod-deta .b1 .desc {
  color: rgba(51, 51, 51, 0.6);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  max-width: 1125px;
  margin: 0 auto;
}
.prod-deta .b1 .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  padding: 10px 35px;
  border: 1px solid #21AEA8;
  border-radius: 600px;
  overflow: hidden;
  margin: 45px auto 0;
  transition: all 0.35s;
}
.prod-deta .b1 .btn:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #21AEA8 0%, #04948E 100%);
  transition: all 0.35s;
}
.prod-deta .b1 .btn span {
  position: relative;
  z-index: 1;
}
.prod-deta .b1 .btn:hover {
  background-color: #fff;
  color: #21AEA8;
}
.prod-deta .b1 .btn:hover:before {
  opacity: 0;
}
.prod-deta .b1 .pic {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.prod-deta .b1 .pic img {
  max-width: 100%;
}
.prod-deta .b2 {
  padding: 0 15px;
}
.prod-deta .b2 .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.prod-deta .b2 .box {
  width: 20%;
  padding: 0 5px;
}
.prod-deta .b2 .box .img-box {
  padding-bottom: 36.21621622%;
}
.prod-deta .b3 {
  background-image: url(../img/prod-deta-b3-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 95px 0;
}
.prod-deta .b3 .t .tag {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-deta .b3 .t .tag span {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0 20px;
}
.prod-deta .b3 .t .tit {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 60px */
  margin: 30px 0 20px;
}
.prod-deta .b3 .t .desc {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  max-width: 1125px;
  margin: 0 auto;
}
.prod-deta .b3 .b {
  margin: 95px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 55px 0 45px;
}
.prod-deta .b3 .b .list {
  display: flex;
  justify-content: space-between;
}
.prod-deta .b3 .b .list .box {
  width: 13.63636364%;
}
.prod-deta .b3 .b .list .box .cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.prod-deta .b3 .b .list .box .cont i {
  font-size: 54px;
  line-height: 1;
  color: #fff;
}
.prod-deta .b3 .b .list .box .cont .tit {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 20px 0 10px;
}
.prod-deta .b3 .b .list .box .cont .desc {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.prod-deta .b4 {
  padding: 100px 0 0;
}
.prod-deta .b4 .t .tag {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-deta .b4 .t .tag span {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0 20px;
}
.prod-deta .b4 .t .tit {
  margin: 30px 0 20px;
  color: #333;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 60px */
}
.prod-deta .b4 .t .desc {
  color: rgba(51, 51, 51, 0.6);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  max-width: 1125px;
  margin: 0 auto;
}
.prod-deta .b4 .b {
  display: flex;
  margin: 55px 0 0;
}
.prod-deta .b4 .b .l {
  width: 53.33333333%;
  padding: 0 80px 0 0;
}
.prod-deta .b4 .b .l .cont img {
  max-width: 100%;
}
.prod-deta .b4 .b .r {
  width: 46.66666667%;
  display: flex;
  margin: 0 -5px;
}
.prod-deta .b4 .b .r .slick-slide > div {
  font-size: 0;
}
.prod-deta .b4 .b .r .rl {
  width: 80%;
  padding: 0 5px;
}
.prod-deta .b4 .b .r .rr {
  width: 20%;
  padding: 0 5px;
  margin: -5px 0;
}
.prod-deta .b4 .b .r .rr .item {
  padding: 5px 0;
}
.prod-deta .b5 {
  padding: 115px 0 90px;
}
.prod-deta .b5 .t .tag {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-deta .b5 .t .tag span {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0 20px;
}
.prod-deta .b5 .t .tit {
  color: #333;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 60px */
  margin: 30px 0 20px;
}
.prod-deta .b5 .t .desc {
  color: rgba(51, 51, 51, 0.6);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  max-width: 1125px;
  margin: 0 auto;
}
.prod-deta .b5 .t .desc p {
  margin: 0;
}
.prod-deta .b5 .b {
  margin: 60px 0 0;
}
.prod-deta .b5 .b .slick-slide > div {
  font-size: 0;
}
.prod-deta .b5 .b .img-box {
  padding-bottom: 72.91666667%;
}
.prod-deta .b6 {
  background-color: #F8F8F8;
  padding: 80px 0 90px;
}
.prod-deta .b6 .t .tag {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-deta .b6 .t .tag span {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0 20px;
}
.prod-deta .b6 .t .tit {
  color: #333;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 60px */
  margin: 30px 0 20px;
}
.prod-deta .b6 .t .desc {
  color: rgba(51, 51, 51, 0.6);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  max-width: 1125px;
  margin: 0 auto;
}
.prod-deta .b6 .t .desc p {
  margin: 0;
}
.prod-deta .b6 .b {
  margin: 40px 0 0;
}
.prod-deta .b6 .b .list {
  margin: 0 -15px;
  display: flex;
}
.prod-deta .b6 .b .box {
  padding: 0 15px;
  width: 33.33333333%;
}
.prod-deta .b6 .b .box .img-box {
  padding-bottom: 56.60377358%;
}
.prod-deta .b6 .b .box .tit {
  margin: 20px 0 0;
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
.prod-deta .b7 {
  background-image: url(../img/prod-deta-b7-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 255px;
}
.prod-deta .b7 .t .tag {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-deta .b7 .t .tag span {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0 15px;
}
.prod-deta .b7 .t .tit {
  color: #333;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 60px */
  margin: 30px 0 0;
}
.prod-deta .b7 .b {
  margin: 75px 0 0;
  display: flex;
  justify-content: center;
}
.prod-deta .b7 .b .c {
  width: 26.66666667%;
  padding: 40px 0 15px;
  margin: 0 15px;
}
.prod-deta .b7 .b .l,
.prod-deta .b7 .b .r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prod-deta .b7 .b .l .box,
.prod-deta .b7 .b .r .box {
  display: flex;
  align-items: center;
}
.prod-deta .b7 .b .l .box:nth-child(2),
.prod-deta .b7 .b .r .box:nth-child(2) {
  transform: translateX(90px);
}
.prod-deta .b7 .b .l .box .tit,
.prod-deta .b7 .b .r .box .tit {
  color: #333;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 33px */
  max-width: 270px;
}
.prod-deta .b7 .b .l .box .ico,
.prod-deta .b7 .b .r .box .ico {
  background-color: #FFF;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  box-shadow: 0 2px 19px rgba(22, 44, 112, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px 0 0;
}
.prod-deta .b7 .b .l .box .ico i,
.prod-deta .b7 .b .r .box .ico i {
  font-size: 36px;
  line-height: 1;
  color: #21AEA8;
}
.prod-deta .b7 .b .l .box {
  flex-direction: row-reverse;
}
.prod-deta .b7 .b .l .box .ico {
  margin: 0 0 0 20px;
}
.prod-deta .b7 .b .l .box:nth-child(2) {
  transform: translateX(-90px);
}
.prod-deta .b8 {
  margin: -155px 0 0;
  overflow: hidden;
}
.prod-deta .b8 .list {
  margin: 0 -20px;
  flex-wrap: wrap;
  display: flex;
  padding: 0 145px;
}
.prod-deta .b8 .box {
  padding: 0 20px;
  width: 25%;
}
.prod-deta .b8 .box .cont {
  border-radius: 8px;
  background: #FFF;
  /* 投影 */
  box-shadow: 0 2px 19px 10px rgba(22, 44, 112, 0.05);
  padding: 50px 50px 75px;
  position: relative;
  overflow: hidden;
}
.prod-deta .b8 .box .cont > * {
  position: relative;
  z-index: 1;
}
.prod-deta .b8 .box .cont:hover:before {
  opacity: 1;
}
.prod-deta .b8 .box .cont:hover i,
.prod-deta .b8 .box .cont:hover .tit,
.prod-deta .b8 .box .cont:hover .desc {
  color: #fff;
}
.prod-deta .b8 .box .cont:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/prod-deta-b8-bg.webp);
  opacity: 0;
  transition: all 0.35s;
}
.prod-deta .b8 .box .cont i {
  font-size: 46px;
  color: #333;
  line-height: 1;
  transition: all 0.35s;
}
.prod-deta .b8 .box .cont .tit {
  margin: 25px 0 20px;
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  transition: all 0.35s;
}
.prod-deta .b8 .box .cont .desc {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  transition: all 0.35s;
}
.prod-deta .b9 {
  padding: 120px 0 0;
  position: relative;
}
.prod-deta .b9:before {
  content: '';
  position: absolute;
  background: rgba(24, 138, 133, 0.05);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.prod-deta .b9 > * {
  position: relative;
  z-index: 2;
}
.prod-deta .b9 .t .tag {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-deta .b9 .t .tag span {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0 20px;
}
.prod-deta .b9 .t .tit {
  color: #333;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 60px */
  margin: 30px 0 70px;
}
.prod-deta .b9 .b {
  padding: 0 120px;
}
.prod-deta .b9 .b .all {
  display: flex;
  background: #FCFCFC;
  box-shadow: 0 0 53px 10px rgba(0, 0, 0, 0.04);
}
.prod-deta .b9 .b .all .l {
  width: 34.04255319%;
  padding: 50px 60px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px 0 0 20px;
}
.prod-deta .b9 .b .all .l .tit {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 60px */
}
.prod-deta .b9 .b .all .r {
  width: 65.95744681%;
  padding: 75px 90px 80px;
}
.prod-deta .b9 .b .all .r .tit {
  color: #333;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 37.5px */
  margin: 0 0 25px;
}
.prod-deta .b9 .b .all .r .form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
}
.prod-deta .b9 .b .all .r .form form p {
  width: calc(50% - 7px);
  margin: 0;
}
.prod-deta .b9 .b .all .r .form form p:nth-of-type(n+5) {
  width: 100%;
}
.prod-deta .b9 .b .all .r .form form input,
.prod-deta .b9 .b .all .r .form form textarea {
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.35s;
}
.prod-deta .b9 .b .all .r .form form input::placeholder,
.prod-deta .b9 .b .all .r .form form textarea::placeholder {
  color: #999;
}
.prod-deta .b9 .b .all .r .form form input:focus,
.prod-deta .b9 .b .all .r .form form textarea:focus {
  border-color: #21AEA8;
  outline: none;
}
.prod-deta .b9 .b .all .r .form form input {
  height: 55px;
  padding: 0 25px;
  margin: 0 0 18px;
}
.prod-deta .b9 .b .all .r .form form textarea {
  resize: none;
  height: 160px;
  padding: 15px 25px;
  margin: 0 0 30px;
}
.prod-deta .b9 .b .all .r .form form button {
  background-color: #21AEA8;
  padding: 15px 85px;
  border-radius: 40px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  border: 1px solid #21AEA8;
  transition: all 0.35s;
}
.prod-deta .b9 .b .all .r .form form button:hover {
  background-color: #fff;
  color: #21AEA8;
}
.prod-deta .b10 {
  padding: 95px 0;
  background-color: rgba(24, 138, 133, 0.05);
}
.prod-deta .b10 .t .tag {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-deta .b10 .t .tag span {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0 20px;
}
.prod-deta .b10 .t .tit {
  color: #333;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 60px */
  margin: 30px 0 50px;
}
.prod-deta .b10 .b {
  overflow: hidden;
}
.prod-deta .b10 .b .list {
  width: 131.25%;
  margin-left: -15.625%;
}
.prod-deta .b10 .b .list .box {
  padding: 0 15px;
}
.prod-deta .b10 .b .list .cont {
  display: flex;
  align-items: center;
  padding: 15px 45px 15px 90px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0 4px 10.8px 0 rgba(0, 0, 0, 0.05);
}
.prod-deta .b10 .b .list .cont .l {
  width: 45.18518519%;
  padding: 0 40px 0 0;
}
.prod-deta .b10 .b .list .cont .l .tit {
  display: flex;
  align-items: center;
}
.prod-deta .b10 .b .list .cont .l .tit span {
  color: #333;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 45px */
  margin: 0 25px 0 0;
}
.prod-deta .b10 .b .list .cont .l .desc {
  margin: 15px 0 0;
  color: #454545;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
}
.prod-deta .b10 .b .list .cont .l .desc p {
  margin: 0;
}
.prod-deta .b10 .b .list .cont .l .desc p:nth-child(n+2) {
  margin: 10px 0 0;
}
.prod-deta .b10 .b .list .cont .l .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 6px 50px;
  border-radius: 600px;
  position: relative;
  overflow: hidden;
  margin: 55px 0 0;
  border: 1px solid #21AEA8;
}
.prod-deta .b10 .b .list .cont .l .btn:before {
  content: '';
  background: linear-gradient(90deg, #21AEA8 0%, #04948E 100%);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.35s;
}
.prod-deta .b10 .b .list .cont .l .btn span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  position: relative;
  z-index: 1;
  transition: all 0.35s;
}
.prod-deta .b10 .b .list .cont .r {
  width: 54.81481481%;
}
.prod-deta .b10 .b .list .cont:hover .l .btn:before {
  opacity: 0;
}
.prod-deta .b10 .b .list .cont:hover .l .btn span {
  color: #21AEA8;
}
.app-nav {
  background-color: #04948E;
}
.app-nav .list {
  display: flex;
}
.app-nav .list .box a {
  display: flex;
  width: fit-content;
  padding: 17px 55px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
.app-nav .list .box.active a {
  background-color: #21AEA8;
}
.application .box {
  display: flex;
  align-items: center;
}
.application .box:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.application .box:nth-child(2n+1) .txt {
  padding: 35px 75px 35px 135px;
}
.application .box .pic {
  width: 50%;
}
.application .box .pic .img-box {
  padding-bottom: 62.5%;
}
.application .box .txt {
  width: 50%;
  padding: 35px 135px 35px 75px;
}
.application .box .txt .tag {
  display: flex;
  align-items: center;
}
.application .box .txt .tag span {
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0 15px;
}
.application .box .txt .tit {
  color: #333;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 50px */
  margin: 30px 0 25px;
}
.application .box .txt .desc {
  color: #454545;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
}
.application .box .txt .desc p {
  margin: 0;
}
.application .box .txt .tag2 {
  margin: 40px -5px 0;
  display: flex;
  flex-wrap: wrap;
}
.application .box .txt .tag2 .cont {
  margin: 0 5px 10px;
  color: #21AEA8;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
  padding: 3px 25px;
  border-radius: 200px;
  background: rgba(33, 174, 168, 0.2);
}
.application .box .txt .tag2 .cont:first-child {
  background-color: #21AEA8;
  color: #fff;
}
.news-nav .list {
  display: flex;
  border-bottom: 1px solid #D9D9D9;
}
.news-nav .list .box {
  position: relative;
}
.news-nav .list .box a {
  display: flex;
  width: fit-content;
  padding: 20px 65px 15px;
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.news-nav .list .box.active:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #21AEA8;
  display: block;
  left: 0;
  bottom: -2px;
}
.news .b1 {
  padding: 50px 0 100px;
}
.news .b1 .list {
  background: #FFF;
  box-shadow: 0 6px 20px 6px rgba(0, 0, 0, 0.09);
  padding: 40px 50px 60px;
}
.news .b1 .box a {
  display: flex;
  align-items: center;
}
.news .b1 .box a:hover .l img {
  transform: scale(1.05);
}
.news .b1 .box a:hover .r .tit {
  color: #21AEA8;
}
.news .b1 .box a .l {
  width: 600px;
}
.news .b1 .box a .l .img-box {
  padding-bottom: 66.66666667%;
}
.news .b1 .box a .r {
  width: calc(100% - 600px);
  padding: 0 0 0 70px;
}
.news .b1 .box a .r .rt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news .b1 .box a .r .rt .tag {
  display: flex;
  align-items: center;
}
.news .b1 .box a .r .rt .tag img {
  width: 22px;
}
.news .b1 .box a .r .rt .tag span {
  color: #A4A4A4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 0 15px;
}
.news .b1 .box a .r .rt .date {
  display: flex;
  align-items: center;
  color: #A4A4A4;
}
.news .b1 .box a .r .rt .date i {
  font-size: 14px;
  line-height: 1;
}
.news .b1 .box a .r .rt .date span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 0 10px;
}
.news .b1 .box a .r .tit {
  color: #333;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  margin: 35px 0 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.35s;
}
.news .b1 .box a .r .desc {
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.news .b1 .box a .r .desc p {
  margin: 0;
}
.news .b2 {
  padding: 0 0 100px;
}
.news .b2 .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -22.5px;
}
.news .b2 .list .box {
  width: 33.33333333%;
  padding: 0 22.5px;
}
.news .b2 .list .box a {
  display: block;
}
.news .b2 .list .box a:hover .pic img {
  transform: scale(1.05);
}
.news .b2 .list .box a:hover .cont {
  border-color: #21AEA8;
}
.news .b2 .list .box a:hover .cont .tit {
  color: #21AEA8;
}
.news .b2 .list .box a:hover .cont .cont-b .btn {
  color: #21AEA8;
}
.news .b2 .list .box a:hover .cont .cont-b i {
  opacity: 1;
}
.news .b2 .list .box .img-box {
  padding-bottom: 66.66666667%;
}
.news .b2 .list .box .cont {
  padding: 20px 25px 15px;
  border-bottom: 3px solid #D9D9D9;
  transition: all 0.35s;
}
.news .b2 .list .box .cont .tag {
  display: flex;
  align-items: center;
}
.news .b2 .list .box .cont .tag img {
  width: 22px;
}
.news .b2 .list .box .cont .tag span {
  color: #A4A4A4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 0 12px;
}
.news .b2 .list .box .cont .tag .date {
  color: #A4A4A4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 0 5px;
}
.news .b2 .list .box .cont .tit {
  margin: 20px 0 5px;
  color: #333;
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  transition: all 0.35s;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news .b2 .list .box .cont .desc {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news .b2 .list .box .cont .desc p {
  margin: 0;
}
.news .b2 .list .box .cont .cont-b {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .b2 .list .box .cont .cont-b .btn {
  margin: 25px 0 0;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  transition: all 0.35s;
}
.news .b2 .list .box .cont .cont-b i {
  font-size: 16px;
  color: #21AEA8;
  line-height: 1;
  opacity: 0;
  transition: all 0.35s;
}
.news .b2 .list .box:nth-child(n+4) {
  margin: 80px 0 0;
}
.blog-deta {
  padding: 0 0 120px;
}
.blog-deta .top {
  padding: 20px 0 0;
}
.blog-deta .top .page-crumbs {
  display: flex;
  align-items: center;
  margin: 0 -5px;
  flex-wrap: wrap;
}
.blog-deta .top .page-crumbs i,
.blog-deta .top .page-crumbs a,
.blog-deta .top .page-crumbs span {
  margin: 0 5px;
}
.blog-deta .top .page-crumbs a,
.blog-deta .top .page-crumbs span {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.blog-deta .top .back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 600px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  padding: 5px 28px;
  margin: 35px 0 0;
}
.blog-deta .top .back span {
  color: #A4A4A4;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 0 10px;
}
.blog-deta .top .back i {
  font-size: 14px;
  line-height: 1;
  color: #A4A4A4;
}
.blog-deta .bot {
  margin: 20px 0 0;
}
.blog-deta .bot .all {
  display: flex;
}
.blog-deta .bot .all .l {
  width: 76.66666667%;
  padding: 40px 80px 0 0;
}
.blog-deta .bot .all .l .l-msg {
  padding: 0 0 20px;
  border-bottom: 1px solid #D9D9D9;
}
.blog-deta .bot .all .l .l-msg .date {
  color: #21AEA8;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}
.blog-deta .bot .all .l .l-msg .tit {
  color: #333;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  margin: 10px 0 15px;
}
.blog-deta .bot .all .l .l-msg .tit h1 {
  margin: 0;
  font-size: inherit;
}
.blog-deta .bot .all .l .l-msg .tag {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  padding: 5px 18px;
  border-radius: 600px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  width: fit-content;
}
.blog-deta .bot .all .l .lt {
  padding: 40px 0 60px;
  border-bottom: 1px solid #D9D9D9;
}
.blog-deta .bot .all .l .lb {
  margin: 40px 0 0;
  display: flex;
  justify-content: space-between;
}
.blog-deta .bot .all .l .lb .r-page a {
  display: flex;
  flex-direction: column;
}
.blog-deta .bot .all .l .lb .r-page .r-page-t {
  display: flex;
  align-items: center;
}
.blog-deta .bot .all .l .lb .r-page .r-page-t i {
  font-size: 24px;
  line-height: 1;
  color: #A4A4A4;
}
.blog-deta .bot .all .l .lb .r-page .r-page-t span {
  color: #A4A4A4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.blog-deta .bot .all .l .lb .r-page .r-page-b {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin: 5px 0 0;
}
.blog-deta .bot .all .l .lb .lbl .r-page .r-page-t span {
  margin: 0 0 0 15px;
}
.blog-deta .bot .all .l .lb .lbr .r-page a {
  align-items: flex-end;
}
.blog-deta .bot .all .l .lb .lbr .r-page .r-page-t {
  flex-direction: row-reverse;
}
.blog-deta .bot .all .l .lb .lbr .r-page .r-page-t span {
  margin: 0 15px 0 0;
}
.blog-deta .bot .all .r {
  width: 23.33333333%;
}
.blog-deta .bot .all .r .r-tit {
  background-image: linear-gradient(90deg, #21AEA8 0%, #04948E 100%);
  padding: 10px 20px;
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
.blog-deta .bot .all .r .r-box-1 .list .box {
  padding: 0 20px;
  margin: 10px 0 0;
}
.blog-deta .bot .all .r .r-box-1 .list .box a {
  display: flex;
  border-bottom: 1px solid #D9D9D9;
  justify-content: space-between;
  align-items: center;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  padding: 10px 0;
  transition: all 0.35s;
}
.blog-deta .bot .all .r .r-box-1 .list .box a:after {
  content: '\e64d';
  font-family: 'iconfont';
  font-size: 14px;
  line-height: 1;
  color: #A4A4A4;
  transition: all 0.35s;
}
.blog-deta .bot .all .r .r-box-1 .list .box a:hover {
  color: #21AEA8;
  border-color: #21AEA8;
}
.blog-deta .bot .all .r .r-box-1 .list .box a:hover:after {
  color: #21AEA8;
}
.blog-deta .bot .all .r .r-box-2 {
  margin: 80px 0 0;
}
.blog-deta .bot .all .r .r-box-2 .list {
  padding: 20px 20px 0;
}
.blog-deta .bot .all .r .r-box-2 .list .box:nth-child(n+2) {
  margin: 35px 0 0;
}
.blog-deta .bot .all .r .r-box-2 .list .box .img-box {
  padding-bottom: 66.66666667%;
}
.blog-deta .bot .all .r .r-box-2 .list .box .txt {
  margin: 20px 0 0;
}
.blog-deta .bot .all .r .r-box-2 .list .box .txt .tag {
  display: flex;
}
.blog-deta .bot .all .r .r-box-2 .list .box .txt .tag img {
  width: 22px;
}
.blog-deta .bot .all .r .r-box-2 .list .box .txt .tag span,
.blog-deta .bot .all .r .r-box-2 .list .box .txt .tag .date {
  color: #A4A4A4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog-deta .bot .all .r .r-box-2 .list .box .txt .tag span {
  margin: 0 10px;
}
.blog-deta .bot .all .r .r-box-2 .list .box .txt .tit {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0 0;
}
.blog-deta .bot .all .r .r-box-3 {
  margin: 80px 0 0;
}
.blog-deta .bot .all .r .r-box-3 .form {
  padding: 30px 20px 0;
}
.blog-deta .bot .all .r .r-box-3 form p {
  margin: 0;
}
.blog-deta .bot .all .r .r-box-3 form input,
.blog-deta .bot .all .r .r-box-3 form textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background: #F3F3F3;
  margin: 0 0 16px;
  transition: all 0.35s;
}
.blog-deta .bot .all .r .r-box-3 form input:focus,
.blog-deta .bot .all .r .r-box-3 form textarea:focus {
  border-color: #21AEA8;
  outline: none;
}
.blog-deta .bot .all .r .r-box-3 form input {
  height: 50px;
  padding: 0 18px;
}
.blog-deta .bot .all .r .r-box-3 form textarea {
  height: 120px;
  resize: none;
  padding: 10px 18px;
}
.blog-deta .bot .all .r .r-box-3 form button {
  display: flex;
  width: fit-content;
  padding: 6px 23px;
  color: #FFF;
  border: 1px solid #21AEA8;
  border-radius: 600px;
  background-color: #21AEA8;
  transition: all 0.35s;
}
.blog-deta .bot .all .r .r-box-3 form button span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.blog-deta .bot .all .r .r-box-3 form button i {
  font-size: 20px;
  line-height: 1;
  margin-left: 10px;
}
.blog-deta .bot .all .r .r-box-3 form button:hover {
  background-color: #fff;
  color: #21AEA8;
}
.contact .b1 {
  padding: 60px 0 0;
  position: relative;
  z-index: 1;
}
.contact .b1 .all {
  display: flex;
  align-items: flex-end;
}
.contact .b1 .all .l {
  width: 44.84848485%;
}
.contact .b1 .all .l .tit {
  color: #333;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
.contact .b1 .all .l .cont {
  margin: 25px 0 0;
  background: #FFF;
  box-shadow: -4px 4px 16px 4px rgba(19, 38, 37, 0.19);
  padding: 85px 70px 90px;
}
.contact .b1 .all .l .cont .t {
  color: #21AEA8;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 0 20px;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}
.contact .b1 .all .l .cont .t:after {
  content: '';
  width: 94px;
  height: 2px;
  background-color: #21AEA8;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.contact .b1 .all .l .cont .list .box {
  margin: 40px 0 0;
  display: flex;
  align-items: center;
}
.contact .b1 .all .l .cont .list .box .ico {
  width: 50px;
  height: 50px;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .b1 .all .l .cont .list .box .ico i {
  font-size: 26px;
  line-height: 1;
  color: #21AEA8;
}
.contact .b1 .all .l .cont .list .box .box-r {
  width: calc(100% - 50px);
  padding: 0 0 0 15px;
}
.contact .b1 .all .l .cont .list .box .box-r .box-rt {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
}
.contact .b1 .all .l .cont .list .box .box-r .box-rb {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.39;
  margin: 5px 0 0;
}
.contact .b1 .all .l .cont .list .box .box-r .box-rb a {
  color: inherit;
  transition: all 0.35s;
}
.contact .b1 .all .l .cont .list .box .box-r .box-rb a:hover {
  color: #21AEA8;
  text-decoration: underline;
}
.contact .b1 .all .l .cont .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 85px 0 0;
  border: 1px solid #21AEA8;
  background-color: #21AEA8;
  border-radius: 600px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  padding: 6px 42px;
  width: fit-content;
  transition: all 0.35s;
}
.contact .b1 .all .l .cont .btn:hover {
  background-color: #fff;
  color: #21AEA8;
}
.contact .b1 .all .r {
  width: 55.15151515%;
}
.contact .b1 .all .r img {
  width: 100%;
}
.contact .b2 {
  margin: -90px 0 0;
}
.contact .b2 .map {
  width: 100%;
  height: 600px;
}
.contact .b2 .map .map-content {
  height: 100%;
}
.contact .b3 {
  padding: 80px 0 180px;
}
.contact .b3 .tit {
  color: #333;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
.contact .b3 .form {
  margin: 55px 0 0;
}
.contact .b3 .form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .b3 .form form p {
  margin: 0;
  width: calc(25% - 22.5px);
}
.contact .b3 .form form p:nth-of-type(n+5) {
  width: 100%;
}
.contact .b3 .form form input,
.contact .b3 .form form textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background: #F3F3F3;
  transition: all 0.35s;
}
.contact .b3 .form form input:focus,
.contact .b3 .form form textarea:focus {
  outline: none;
  border-color: #21AEA8;
}
.contact .b3 .form form input {
  padding: 0 18px;
  height: 50px;
  margin: 0 0 30px;
}
.contact .b3 .form form textarea {
  padding: 10px 18px;
  height: 120px;
  resize: none;
  margin: 0 0 40px;
}
.contact .b3 .form form button {
  padding: 6px 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 600px;
  background-color: #21AEA8;
  border: 1px solid #21AEA8;
  transition: all 0.35s;
  color: #FFF;
}
.contact .b3 .form form button:hover {
  background-color: #fff;
  color: #21AEA8;
}
.contact .b3 .form form button span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.contact .b3 .form form button i {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 0 10px;
}




.prod .b1-2  {
  width: 100%;
}
.prod .b1-2 .list{
    display: flex;
}
.prod .b1-2 .box{
    width: 25%;
}
.prod .b1-2 .box.active .cont:before {
  opacity: 1;
}
.prod .b1-2 .box.active .cont:after {
  opacity: 0;
}
.prod .b1-2 .box.active .cont .ico img:first-child {
  opacity: 1;
}
.prod .b1-2 .box.active .cont .ico img:last-child {
  opacity: 0;
}
.prod .b1-2 .box.active .cont span {
  color: #fff;
}
.prod .b1-2 .cont {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.prod .b1-2 .cont:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  z-index: 3;
  transition: all 0.35s;
}
.prod .b1-2 .cont > * {
  position: relative;
  z-index: 2;
}
.prod .b1-2 .cont:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/in-b1-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.35s;
}
.prod .b1-2 .cont .ico {
  position: relative;
  width: 50px;
  height: 50px;
}
.prod .b1-2 .cont .ico img {
  width: 100%;
  height: 100%;
  transition: all 0.35s;
}
.prod .b1-2 .cont .ico img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.prod .b1-2 .cont span {
  color: #5D5D5D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin-left: 25px;
  transition: all 0.35s;
}


/* 先按老规矩：第一列默认是绿色（和你主题一致，可改色值） */
.table-box table > tr > td:first-child,
.table-box table > tbody > tr > td:first-child,
.table-box table > tr > th:first-child,
.table-box table > tbody > tr > th:first-child{
  background: #18a09a !important;
  color: #fff !important;
}

/* 被上一行“第一列rowspan”覆盖到的行：把伪首列的样式撤销 */
.table-box table > tr.__firstcol-covered > td:first-child,
.table-box table > tbody > tr.__firstcol-covered > td:first-child,
.table-box table > tr.__firstcol-covered > th:first-child,
.table-box table > tbody > tr.__firstcol-covered > th:first-child{
  background: transparent !important;
  color: inherit !important;
  font-weight: inherit !important;       /* 如果有被加粗，也顺手还原 */
  background-image: none !important;     /* 防止主题用了渐变/图片背景 */
  border-left-color: #d9d9d9!important;
  border-right-color: #d9d9d9!important;
  white-space: normal;
}

