@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.eot');
  src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter18pt-SemiBold.eot');
  src: local('Inter 18pt SemiBold'), local('Inter18pt-SemiBold'), url('../fonts/Inter18pt-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter18pt-SemiBold.woff2') format('woff2'), url('../fonts/Inter18pt-SemiBold.woff') format('woff'), url('../fonts/Inter18pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.eot');
  src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@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: 'Lato', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  color: #666;
}
.am-container {
  max-width: 1680px;
}
a:focus {
  outline: none;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.hide {
  display: none;
}
.xs-online {
  display: none;
  font-weight: 300;
  position: fixed;
  z-index: 30;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
}
.xs-online ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
  height: 68px;
}
.xs-online ul li {
  display: table-cell;
  width: 20%;
  border-left: 1px solid #FCF3F2;
  height: 68px;
}
.xs-online ul li a {
  display: block;
  padding: 7px 0 5px;
}
.xs-online ul li a span {
  display: block;
  color: #30375B;
  font-size: 12px;
}
.xs-online ul li a span i {
  font-size: 22px;
}
.xs-online ul li:first-child {
  border-left: none;
}
.prod-deta .table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.prod-deta .table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  text-align: left;
  color: #222;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 180% */
}
@media (max-width: 767px) {
  .prod-deta .table-box table {
    font-size: 14px;
  }
}
.prod-deta .table-box table tr,
.prod-deta .table-box table td,
.prod-deta .table-box table th {
  width: auto!important;
  height: auto!important;
}
.prod-deta .table-box table td,
.prod-deta .table-box table th {
  padding: 15px 35px !important;
  border: 1px solid #d9d9d9 !important;
}
@media (max-width: 991px) {
  .prod-deta .table-box table td,
  .prod-deta .table-box table th {
    padding: 12px 8px !important;
  }
}
@media (max-width: 767px) {
  .prod-deta .table-box table td,
  .prod-deta .table-box table th {
    padding: 8px 8px !important;
  }
}
@media (max-width: 575px) {
  .prod-deta .table-box table td,
  .prod-deta .table-box table th {
    padding: 8px 8px !important;
  }
}
.prod-deta .table-box table td:first-child,
.prod-deta .table-box table th:first-child {
  background-color: #8E0F0F;
  color: #fff;
  border-left-color: #8E0F0F !important;
  border-right-color: #8E0F0F !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: #8E0F0F !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: #8E0F0F !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: #8E0F0F;
  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: #8E0F0F;
  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: #015dac;
  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: #8E0F0F;
  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: #8E0F0F;
}
.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: #8E0F0F;
  }
}
.banner .banner-btn {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 85px;
  left: 0;
  display: flex;
  align-items: center;
}
.banner .banner-btn .btn-num {
  color: #333;
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  align-items: center;
  width: fit-content;
}
.banner .banner-btn .btn-num .num,
.banner .banner-btn .btn-num .total {
  display: none;
}
.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: 5px;
  height: 21px;
  border-radius: 2.5px;
  background-color: #fff;
  transition: all 0.35s;
  opacity: 1;
  margin: 0 9px;
}
.banner .banner-btn .banner-swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #8E0F0F;
  width: 9px;
  height: 36px;
  border-radius: 4.5px;
}
.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: 19.5%;
  left: 0;
}
.banner .item .item-txt .tit {
  color: #FFF;
  font-family: Inter;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 60px */
  text-transform: capitalize;
  max-width: 1475px;
}
.banner .item .item-txt .tit i {
  font-size: 56px;
  line-height: 1;
  color: #8E0F0F;
  position: relative;
}
.banner .item .item-txt .tit i:after {
  content: '';
  position: absolute;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
}
.banner .item .item-txt .tit i:before {
  position: relative;
  z-index: 2;
}
.banner .item .item-txt .desc {
  color: #FFF;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  /* 30.6px */
  text-transform: capitalize;
  margin: 30px 0 0;
}
.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: #8E0F0F;
  }
}
@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: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 48px */
}
.son-title {
  color: #222;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 100% */
  position: relative;
  width: fit-content;
}
.son-title:after {
  position: absolute;
  content: '';
  right: -26px;
  bottom: 36px;
  display: block;
  width: 18px;
  height: 18px;
  background-color: #8E0F0F;
  border-radius: 50%;
}
@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-cont {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
}
.page-banner .item-cont .t {
  display: flex;
  align-items: center;
}
.page-banner .item-cont .t i {
  font-size: 46px;
  line-height: 1;
}
.page-banner .item-cont .t span {
  color: #FFF;
  font-family: Voces;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 25px */
  margin-left: 20px;
}
.page-banner .item-cont .tit {
  color: #FFF;
  font-family: Arial;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 60px */
  max-width: 635px;
  margin: 15px 0 20px;
}
.page-banner .item-cont .desc {
  color: #FFF;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 24.5px */
  max-width: 575px;
}
.page-banner .item-crumbs {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  color: #fff;
}
.page-banner .item-crumbs i {
  font-size: 16px;
  line-height: 1;
  margin-right: 15px;
}
.page-banner .item-crumbs a {
  color: #FFF;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.page-banner .item-crumbs span {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 10px;
}
.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: #8E0F0F;
  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: #8E0F0F;
  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: #8E0F0F;
  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: #8E0F0F;
}
.list-l .menu1 > li.more.active > a {
  color: #8E0F0F;
  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: #8E0F0F;
  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: #8E0F0F;
  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: #8E0F0F;
}
#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: #8E0F0F;
}
#doc-modal-1 form button {
  width: 160px;
  height: 42px;
  border-radius: 20px;
  color: #fff;
  background-color: #8E0F0F;
  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 {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}
header.inTop .header .nav .nav-list1 > li > a {
  color: #333;
}
header.inTop .r .header-search a {
  color: #333;
}
header.inTop .r .header-search a:before {
  color: #333;
}
header.nohome {
  position: static;
}
header.nohome .header-welcome {
  height: 40px;
}
header.nohome .header-all {
  background-color: #fff;
  box-shadow: 0 2px 18px 0 rgba(9, 20, 30, 0.15);
}
header.nohome .header .nav .nav-list1 > li > a {
  color: #333;
}
header.nohome .r .header-search a {
  color: #333;
}
header.nohome .r .header-search a:before {
  color: #333;
}
header .header-all {
  background: #F8F6F3;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.35s;
}
header .header-welcome {
  height: 40px;
  transition: all 0.35s;
  background-color: #8E0F0F;
  color: #FFF;
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 24.5px */
}
header .all {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .l .header-logo {
  height: 49px;
}
header .l .header-logo a {
  display: flex;
  position: relative;
  height: 100%;
}
header .l .header-logo a img {
  height: 100%;
  width: auto;
}
header .r{
    display: flex;
    align-items: center;
}
header .r .header-search {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  transition: all 0.35s;
}
header .r .header-search a {
  transition: all 0.35s;
  color: #666;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
header .r .header-search a:before {
  color: #666;
  font-size: 20px;
  line-height: 1;
  margin-right: 10px;
  transition: all 0.35s;
}
@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-color: #222;
  padding: 60px 0 0;
}
footer .t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .t .tr {
  padding: 0 0 0 20px;
}
footer .t .tr .tit {
  color: #FFF;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
  text-transform: capitalize;
}
footer .t .tr .desc {
  color: #FFF;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
  text-transform: capitalize;
  margin: 15px 0 0;
}
footer .m {
  padding: 80px 0 90px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .m .footer-link h4,
footer .m .footer-link1 h4,
footer .m .footer-link2 h4 {
  color: #FFF;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 100% */
  margin: 0 0 30px;
}
footer .m .footer-link ul,
footer .m .footer-link1 ul,
footer .m .footer-link2 ul {
  padding: 0;
  margin: 0;
}
footer .m .footer-link li,
footer .m .footer-link1 li,
footer .m .footer-link2 li {
  list-style: none;
}
footer .m .footer-link li:nth-child(n+2),
footer .m .footer-link1 li:nth-child(n+2),
footer .m .footer-link2 li:nth-child(n+2) {
  margin: 15px 0 0;
}
footer .m .footer-link li a,
footer .m .footer-link1 li a,
footer .m .footer-link2 li a,
footer .m .footer-link li span,
footer .m .footer-link1 li span,
footer .m .footer-link2 li span {
  color: #FFF;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .m .footer-link li a:hover,
footer .m .footer-link1 li a:hover,
footer .m .footer-link2 li a:hover {
  text-decoration: underline;
}
footer .m .footer-link1 {
  max-width: 365px;
}
footer .m .footer-link1 a,
footer .m .footer-link1 span {
  opacity: 0.7;
}
footer .m .footer-link1 li {
  display: flex;
}
footer .m .footer-link1 li .ico i {
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
footer .m .footer-link1 li span {
  width: calc(100% - 18px);
  padding: 0 0 0 15px;
}
footer .m .footer-link1 li span a:nth-child(n+2) {
  margin-left: 10px;
}
footer .m .footer-link2 {
  width: 100%;
  margin: 35px 0 0!important;
}
footer .m .footer-link2 ul {
  display: flex;
  background-color: rgba(255, 255, 255, 0.4);
  width: fit-content;
}
footer .m .footer-link2 li {
  position: relative;
}
footer .m .footer-link2 li:before {
  content: '';
  width: 1px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: rgba(234, 234, 234, 0.4);
  display: block;
  transform: translateY(-50%);
}
footer .m .footer-link2 li:last-child:before {
  display: none;
}
footer .m .footer-link2 li:nth-child(n+2) {
  margin: 0;
}
footer .m .footer-link2 li a {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .m .footer-link2 li a i {
  font-size: 20px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.35s;
}
footer .m .footer-link2 li a:hover {
  text-decoration: none;
}
footer .m .footer-link2 li a:hover i {
  color: #fff;
}
footer .b {
  border-top: 1px solid rgba(238, 238, 238, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  overflow: hidden;
}
footer .b span,
footer .b a {
  color: #FFF;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  opacity: 0.5;
  transition: all 0.35s;
}
footer .b a:hover {
  opacity: 1;
}
footer .b .l a {
  margin-left: 15px;
}
footer .b .r {
  margin: 0 -15px;
}
footer .b .r a {
  margin: 0 15px;
}
footer .footer-t {
  padding: 130px 0 0;
}
footer .footer-b {
  color: #333;
  font-family: Akatab;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  /* 125% */
  padding: 90px 0 30px;
}
footer .footer-b a {
  color: inherit;
}
footer .footer-b .l,
footer .footer-b .r {
  opacity: 0.6;
  transition: all 0.35s;
}
footer .footer-b .r:hover {
  opacity: 1;
}
footer .all {
  display: flex;
  justify-content: space-between;
}
footer .am-accordion-gapped .am-active .am-accordion-title {
  background-color: transparent;
}
footer .am-accordion-gapped .am-accordion-title {
  padding: 0;
  border-bottom: none;
  pointer-events: none;
  margin-bottom: 5px;
}
footer .am-accordion-gapped * + .am-accordion-title {
  margin-top: 40px;
}
footer .am-accordion-gapped .am-accordion-item {
  border: none;
  margin: 0;
}
footer .am-accordion-gapped .am-accordion-item.am-active {
  border: none;
}
footer .am-accordion-gapped .am-accordion-title:after {
  color: #fff;
  opacity: 0;
}
footer .am-accordion-gapped {
  margin: 0!important;
}
footer .am-accordion-content {
  padding: 0;
}
.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: #8E0F0F;
}
.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: #8E0F0F;
  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: #8E0F0F;
  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: #8E0F0F;
  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: #8E0F0F;
}
.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: #8E0F0F;
}
.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: #8E0F0F;
}
.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: #8E0F0F;
  -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: #8E0F0F;
  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: #8E0F0F;
}
.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: #8E0F0F;
}
.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 #8E0F0F;
  background-color: #8E0F0F;
  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: #8E0F0F;
}
.hyh-btn.white {
  background-color: #fff;
  border-color: #fff;
  color: #8E0F0F;
}
.hyh-btn.white:hover {
  color: #FFF;
  background-color: #8E0F0F;
}
.in-block1 {
  padding: 60px 0 0;
}
.in-block1 .list {
  display: flex;
  margin: 0 -15px;
  justify-content: space-between;
}
.in-block1 .box {
  padding: 0 15px;
  color: #333;
  font-family: Lato;
  font-weight: 400;
  transition: all 0.35s;
}
.in-block1 .box .t {
  line-height: 1.2;
  display: flex;
  align-items: flex-end;
}
.in-block1 .box .t .num {
  font-size: 70px;
}
.in-block1 .box .t .num-after {
  font-size: 24px;
  line-height: 2.2;
}
.in-block1 .box .desc {
  font-size: 20px;
  line-height: 150%;
  /* 30px */
}
.in-block1 .box:hover {
  color: #8E0F0F;
}
.in-block2 {
  padding: 100px 0 0;
}
.in-block2 .all {
  display: flex;
  align-items: center;
}
.in-block2 .l {
  padding: 0 90px 0 0;
  width: 48.4375%;
}
.in-block2 .l .in-title p {
  margin: 0;
}
.in-block2 .l .desc {
  color: #666;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 30.6px */
  text-transform: capitalize;
  margin: 25px 0 45px;
}
.in-block2 .l .desc p {
  margin: 0;
}
.in-block2 .l .btn {
  display: flex;
  width: fit-content;
  align-items: center;
  color: #FFF;
  padding: 18px 20px;
  background-color: #8E0F0F;
}
.in-block2 .l .btn span {
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  text-transform: capitalize;
}
.in-block2 .l .btn i {
  font-size: 12px;
  line-height: 1;
  margin-left: 25px;
}
.in-block2 .r {
  width: 51.5625%;
}
.in-block2 .r a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.in-block2 .r a .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #8E0F0F;
  width: 166px;
  height: 166px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.in-block2 .r a .btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  line-height: 1;
  color: #fff;
}
.in-block3 {
  padding: 100px 0 0;
}
.in-block3 .t {
  text-align: center;
}
.in-block3 .t .desc {
  margin: 30px auto 0;
  max-width: 1085px;
  color: rgba(51, 51, 51, 0.5);
  text-align: center;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 30px */
  text-transform: capitalize;
}
.in-block3 .m {
  margin: 95px 0 0;
  display: flex;
  justify-content: space-between;
}
.in-block3 .m .ml {
  width: 64.84375%;
}
.in-block3 .m .ml .desc {
  max-width: 590px;
}
.in-block3 .m .mr {
  width: 33.85416667%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.in-block3 .m .mr img {
  max-width: 100%;
}
.in-block3 .m .mr .box a {
  background-color: #EBEBEB;
  display: flex;
  padding: 55px 35px 0;
}
.in-block3 .m .mr .box a .tit {
  color: #333;
}
.in-block3 .m .mr .box:first-child a {
  display: flex;
  justify-content: space-between;
  padding-bottom: 35px;
}
.in-block3 .m .mr .box:first-child .desc {
  max-width: 245px;
}
.in-block3 .m .mr .box:last-child a {
  display: flex;
  flex-direction: column;
  padding-bottom: 70px;
}
.in-block3 .m .mr .box:last-child a .pic {
  margin: -42px 0 0;
  display: flex;
  justify-content: flex-end;
}
.in-block3 .m .mr .box:last-child .desc {
  max-width: 545px;
}
.in-block3 .m .mr .box .desc {
  color: #666;
}
.in-block3 .b {
  margin: 25px 0 0;
  display: flex;
  justify-content: space-between;
}
.in-block3 .b .bl {
  width: 34.89583333%;
  padding: 0 10px 0 0;
}
.in-block3 .b .bl .desc {
  max-width: 550px;
}
.in-block3 .b .br {
  width: 65.10416667%;
  padding: 0 0 0 10px;
}
.in-block3 .b .br .desc {
  max-width: 590px;
}
.in-block3 .b3-cont1 {
  display: flex;
  position: relative;
}
.in-block3 .b3-cont1 .pic img {
  width: 100%;
}
.in-block3 .b3-cont1 .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 60px 55px;
}
.in-block3 .tit {
  color: #FFF;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 30px */
  text-transform: capitalize;
}
.in-block3 .desc {
  color: #FFF;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 20px */
  text-transform: capitalize;
  margin: 15px 0 0;
}
.in-block3 .desc p {
  margin: 0;
}
.in-block3 .btn {
  background-color: #fff;
  padding: 18px 20px;
  display: flex;
  width: fit-content;
  align-items: center;
  color: #8E0F0F;
  margin: 30px 0 0;
}
.in-block3 .btn span {
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  text-transform: capitalize;
}
.in-block3 .btn i {
  font-size: 12px;
  line-height: 1;
  margin-left: 25px;
}
.in-block4 {
  padding: 115px 0 0;
  background-color: #f8f8f8;
}
.in-block4 .t {
  text-align: center;
}
.in-block4 .t .cont {
  margin: 40px 0 65px;
}
.in-block4 .t .desc {
  max-width: 1000px;
  margin: 0 auto;
  color: rgba(51, 51, 51, 0.5);
  text-align: center;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 30px */
  text-transform: capitalize;
}
.in-block4 .t .line {
  margin: 125px 0 0;
  height: 1px;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}
.in-block4 .b {
  overflow: hidden;
}
.in-block4 .b .all {
  display: flex;
}
.in-block4 .b .l {
  width: 18.75%;
  padding: 75px 0 125px;
}
.in-block4 .b .l .box img {
  width: 100%;
}
.in-block4 .b .l .box:nth-child(n+2) {
  margin: 10px 0 0;
}
.in-block4 .b .r {
  width: 81.25%;
  position: relative;
  padding: 0 0 0 30px;
}
.in-block4 .b .r .hover {
  position: absolute;
  bottom: 30%;
  color: #8E0F0F;
  display: flex;
  align-items: center;
}
.in-block4 .b .r .hover i {
  font-size: 45px;
}
.in-block4 .b .r .hover span {
  color: #8E0F0F;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 20px */
  max-width: 220px;
  margin-left: 20px;
}
.in-block5 {
  padding: 70px 0 0;
}
.in-block5 .in-title {
  text-align: center;
}
.in-block5 .list-nav {
  margin: 30px 0 55px;
  display: flex;
  justify-content: center;
}
.in-block5 .list-nav .box {
  width: 200px;
  padding: 0 5px;
}
.in-block5 .list-nav .box .btn {
  background-color: #D4D4D4;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  text-transform: capitalize;
  transition: all 0.35s;
  cursor: pointer;
  text-align: center;
}
.in-block5 .list-nav .box .btn:hover {
  background-color: #8E0F0F;
}
.in-block5 .list-nav .box.active .btn {
  background-color: #8E0F0F;
}
.in-block5 .list-cont .list-box {
  display: none;
}
.in-block5 .list-cont .list-box:first-child {
  display: block;
}
.in-block5 .list-cont .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8.5px;
}
.in-block5 .list-cont .list .box {
  padding: 0 8.5px;
  width: 25%;
}
.in-block5 .list-cont .list .img-box {
  padding-bottom: 80%;
}
.in-block5 .list-cont .list .tit {
  color: #222;
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 20px 0 0;
  transition: all 0.35s;
}
.in-block5 .list-cont .list a:hover img {
  transform: scale(1.05);
}
.in-block5 .list-cont .list a:hover .tit {
  color: #8E0F0F;
}
.in-block6 {
  padding: 140px 0 80px;
}
.in-block6 .top .tit {
  color: #333;
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 48px */
}
.in-block6 .top .desc {
  color: #666;
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 30.6px */
  text-transform: capitalize;
  margin: 25px auto 0;
  max-width: 1030px;
}
.in-block6 .bot {
  margin: 45px 0 0;
  /* 显示动画初始状态 */
  /* 初始动画状态 */
}
.in-block6 .bot .waterfall-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.in-block6 .bot .grid {
  box-sizing: border-box;
  overflow: hidden;
  margin-left: -30px;
}
.in-block6 .bot .grid-sizer,
.in-block6 .bot .grid-item {
  width: calc(25% - 22.5px);
  /* 四列 - 间距 */
}
.in-block6 .bot .gutter-sizer {
  width: 30px;
}
.in-block6 .bot .grid-item {
  float: left;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.5s ease;
  opacity: 1;
  transform: translateY(0);
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 22.5px);
  margin-left: 30px;
  margin-bottom: 30px;
}
.in-block6 .bot .grid-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.in-block6 .bot .grid-item,
.in-block6 .bot .grid-sizer,
.in-block6 .bot .gutter-sizer {
  box-sizing: border-box;
  float: none;
  /* 禁用 float，改用 masonry 自动布局 */
}
.in-block6 .bot .grid-item.is-animating {
  opacity: 0;
  transform: translateY(60px);
}
.in-block6 .bot .grid-item img {
  width: 100%;
  display: block;
  min-height: 1px;
  background: #f6f6f6;
}
.in-block6 .bot .grid-item.hidden {
  display: none !important;
}
.in-block6 .bot .grid-item.grid-item-animating {
  opacity: 0;
  transform: translateY(60px);
}
.in-block6 .bot .load-more-btn {
  display: block;
  margin: 30px auto;
  padding: 10px 30px;
  font-size: 16px;
  background-color: #8E0F0F;
  color: white;
  border: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .in-block6 .bot .grid-sizer,
  .in-block6 .bot .grid-item {
    width: calc(33.333% - 20px);
  }
}
@media (max-width: 768px) {
  .in-block6 .bot .grid-sizer,
  .in-block6 .bot .grid-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 480px) {
  .in-block6 .bot .grid-sizer,
  .in-block6 .bot .grid-item {
    width: 100%;
    margin-left: 0;
  }
}
.in-block7 {
  padding: 80px 0 0;
}
.in-block7 .box {
  display: flex;
}
.in-block7 .box:nth-child(2n) {
  flex-direction: row-reverse;
}
.in-block7 .box:nth-child(2n) .txt {
  justify-content: flex-start;
}
.in-block7 .box:nth-child(2n) .txt .cont {
  padding: 20px 95px 20px 100px;
  max-width: 100%;
}
.in-block7 .txt {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.in-block7 .txt .cont {
  max-width: 825px;
  padding: 20px 195px 20px 15px;
}
.in-block7 .txt .tit {
  color: #333;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 36px */
}
.in-block7 .txt .desc {
  color: #666;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 27.2px */
  text-transform: capitalize;
  margin: 20px 0 45px;
}
.in-block7 .txt .desc p {
  margin: 0;
}
.in-block7 .pic {
  width: 50%;
}
.in-block7 .pic img {
  width: 100%;
}
.in-block8 {
  padding: 135px 0 0;
  overflow: hidden;
}
.in-block8 .t {
  text-align: center;
}
.in-block8 .t .desc {
  margin: 20px auto 60px;
  color: rgba(51, 51, 51, 0.5);
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  text-transform: capitalize;
  max-width: 1020px;
}
.in-block8 .b .list {
  margin: 0 -15px;
}
.in-block8 .b .box {
  padding: 0 15px;
}
.in-block8 .b .img-box {
  padding-bottom: 67.9245283%;
}
.in-block8 .b .slick-prev,
.in-block8 .b .slick-next {
  border: 1px solid #8E0F0F;
  height: 62px;
  width: 62px;
  border-radius: 50%;
  transition: all 0.35s;
}
.in-block8 .b .slick-prev:before,
.in-block8 .b .slick-next:before {
  font-family: 'iconfont';
  font-size: 20px;
  opacity: 1;
  transition: all 0.35s;
}
.in-block8 .b .slick-prev {
  left: -77px;
  background-color: #8E0F0F;
}
.in-block8 .b .slick-prev:before {
  content: '\eb23';
  color: #fff;
}
.in-block8 .b .slick-prev:hover {
  background-color: #fff;
}
.in-block8 .b .slick-prev:hover:before {
  color: #8E0F0F;
}
.in-block8 .b .slick-next {
  right: -77px;
  background-color: #fff;
}
.in-block8 .b .slick-next:before {
  content: '\e64d';
  color: #8E0F0F;
}
.in-block8 .b .slick-next:hover {
  background-color: #8E0F0F;
}
.in-block8 .b .slick-next:hover:before {
  color: #fff;
}
.in-block8 .b .slick-slide > div {
  font-size: 0;
}
.in-block9 {
  padding: 105px 0 140px;
}
.in-block9 .t {
  text-align: center;
}
.in-block9 .t .desc {
  margin: 20px auto 60px;
  color: rgba(51, 51, 51, 0.5);
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  text-transform: capitalize;
  max-width: 1020px;
}
.in-block9 .b .list .img-box {
  padding-bottom: 61.34969325%;
}
.in-block9 .b a {
  display: flex;
  margin: 0 -10px;
}
.in-block9 .b .l {
  width: 50%;
  padding: 0 10px;
  position: relative;
}
.in-block9 .b .l .hover {
  position: absolute;
  left: 0;
  bottom: 50px;
  padding: 0 50px;
  z-index: 2;
}
.in-block9 .b .l .hover .date {
  color: #FFF;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  margin: 0 0 20px;
}
.in-block9 .b .l .hover .tit {
  color: #FFF;
  font-family: Lato;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 30px */
}
.in-block9 .b .r {
  width: 50%;
  padding: 0 10px;
}
.in-block9 .b .r .cont {
  background-color: #f4f4f4;
  height: 100%;
  padding: 40px 70px 50px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.in-block9 .b .r .date {
  color: #333;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}
.in-block9 .b .r .tit {
  color: #333;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 30px */
  margin: 20px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.in-block9 .b .r .desc {
  color: #333;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.in-block9 .b .r .desc p {
  margin: 0;
}
.in-block10 {
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.in-block10 .cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.in-block10 .cont .in-title {
  color: #fff;
  line-height: 1.25;
  max-width: 990px;
  text-align: center;
  margin: 0 0 30px;
}
@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: #8E0F0F;
}
.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;
}
.contact .b1 {
  background-color: #fff;
}
.contact .b1 .list {
  display: flex;
  justify-content: space-between;
}
.contact .b1 .list:before,
.contact .b1 .list:after {
  content: '';
  width: 1px;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
}
.contact .b1 .list:before {
  order: 2;
}
.contact .b1 .list:after {
  order: 4;
}
.contact .b1 .list .box {
  padding: 35px 0;
}
.contact .b1 .list .box:first-child {
  order: 1;
}
.contact .b1 .list .box:nth-child(2) {
  order: 3;
}
.contact .b1 .list .box:nth-child(3) {
  order: 5;
}
.contact .b1 .list .box .t {
  margin: 0 0 10px;
  color: #8E0F0F;
}
.contact .b1 .list .box .t i {
  font-size: 24px;
  line-height: 1;
}
.contact .b1 .list .box .t span {
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
  text-transform: uppercase;
  margin-left: 15px;
}
.contact .b1 .list .box .b {
  max-width: 465px;
  display: flex;
  flex-direction: column;
  color: #333;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}
.contact .b1 .list .box .b a {
  color: inherit;
}
.contact .b2 {
  background-color: #F2F2F2;
  padding: 100px 0;
}
.contact .b2 .all {
  display: flex;
}
.contact .b2 .l {
  width: 46.25%;
  position: relative;
}
.contact .b2 .l .pic {
  width: 100%;
}
.contact .b2 .l .pic img {
  width: 100%;
}
.contact .b2 .l .tit {
  position: absolute;
  width: 100%;
  padding: 115px 55px 0;
  left: 0;
  top: 0;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 62.5px */
}
.contact .b2 .r {
  width: 53.75%;
  padding: 0 0 0 100px;
}
.contact .b2 .r .tit {
  color: #000;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 45px */
  text-transform: capitalize;
  margin: 0 0 20px;
}
.contact .b2 .r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .b2 .r form .form-box {
  width: calc(50% - 10px);
}
.contact .b2 .r form .form-box:nth-of-type(n+7) {
  width: 100%;
}
.contact .b2 .r form .form-box:nth-of-type(7) {
  margin: 10px 0 30px;
}
.contact .b2 .r form .form-box:nth-of-type(7) p {
  display: flex;
  flex-direction: column;
}
.contact .b2 .r form .form-box:nth-of-type(7) p > label {
  margin: 0 0 15px;
}
.contact .b2 .r form .form-box:nth-of-type(7) p .wpcf7-checkbox {
  display: flex;
  align-items: center;
}
.contact .b2 .r form .form-box:nth-of-type(7) p .wpcf7-list-item:nth-child(n+2) {
  margin-left: 35px;
}
.contact .b2 .r form .form-box:nth-of-type(7) p .wpcf7-list-item label {
  display: flex;
  align-items: center;
  margin: 0;
}
.contact .b2 .r form .form-box:nth-of-type(7) p .wpcf7-list-item label input {
  width: 17px;
  height: 17px;
  margin: 0 0 3px;
}
.contact .b2 .r form .form-box:nth-of-type(7) p .wpcf7-list-item-label {
  color: #666;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 20px */
  text-transform: capitalize;
  margin-left: 15px;
}
.contact .b2 .r form p {
  margin: 0;
  width: 100%;
}
.contact .b2 .r form p > label {
  color: #666;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 20px */
  text-transform: capitalize;
  margin: 0 0 10px;
}
.contact .b2 .r form p > label > span {
  color: #CD1414;
}
.contact .b2 .r form input[type="text"],
.contact .b2 .r form input[type="tel"],
.contact .b2 .r form input[type="email"],
.contact .b2 .r form textarea {
  width: 100%;
  border-radius: 4px;
  background: #FFF;
  border: 1px solid #fff;
  transition: all 0.35s;
}
.contact .b2 .r form input[type="text"]:focus,
.contact .b2 .r form input[type="tel"]:focus,
.contact .b2 .r form input[type="email"]:focus,
.contact .b2 .r form textarea:focus {
  outline: none;
  border-color: #8E0F0F;
}
.contact .b2 .r form input[type="text"],
.contact .b2 .r form input[type="tel"],
.contact .b2 .r form input[type="email"] {
  height: 55px;
  margin: 0 0 20px;
  padding: 0 20px;
}
.contact .b2 .r form textarea {
  padding: 15px 20px;
  resize: none;
  height: 160px;
}
.contact .b2 .r form button {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 20px */
  text-transform: capitalize;
  padding: 11px 132px 10px 134px;
  background-color: #8E0F0F;
  border: 1px solid #8E0F0F;
  transition: all 0.35s;
}
.contact .b2 .r form button:hover {
  background-color: #fff;
  color: #8E0F0F;
}
.news .b1 {
  padding: 100px 0 0;
}
.news .b1 a {
  display: flex;
}
.news .b1 a .l {
  width: 62.5%;
  background-color: #F4F4F4;
  padding: 90px 145px 0 110px;
}
.news .b1 a .l .tag {
  color: #8E0F0F;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.news .b1 a .l .tit {
  color: #333;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 45px */
  max-width: 640px;
  margin: 40px 0 35px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news .b1 a .l .date {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}
.news .b1 a .l .date i {
  font-size: 14px;
  line-height: 1;
  color: rgba(99, 99, 99, 0.5);
}
.news .b1 a .l .date span {
  color: var(--grey-paragraph, #636363);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  margin-left: 10px;
}
.news .b1 a .l .desc {
  color: #666;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  max-width: 680px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .b1 a .r {
  width: 37.5%;
}
.news .b1 a .r .pic {
  width: 100%;
}
.news .b1 a .r .pic img {
  width: 100%;
}
.news .b2 {
  padding: 100px 0;
}
.news .b2 .t .tit {
  color: #333;
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 60px */
}
.news .b2 .t .desc {
  color: rgba(51, 51, 51, 0.5);
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  text-transform: capitalize;
  margin: 10px auto 25px;
  max-width: 1030px;
}
.news .b2 .t .desc p {
  margin: 0;
}
.news .b2 .b .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.news .b2 .b .box {
  width: 25%;
  padding: 0 15px;
}
.news .b2 .b .box:nth-child(n+5) {
  margin: 70px 0 0;
}
.news .b2 .b .cont {
  margin: 25px 0 0;
}
.news .b2 .b .cont .tit {
  color: #333;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 27.5px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news .b2 .b .cont .desc {
  color: #666;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  margin: 15px 0 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.news .b2 .b .cont .date {
  display: flex;
  align-items: center;
}
.news .b2 .b .cont .date i {
  font-size: 14px;
  color: rgba(99, 99, 99, 0.5);
}
.news .b2 .b .cont .date span {
  color: var(--grey-paragraph, #636363);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  margin-left: 10px;
}
.prod-deta .b1 {
  padding: 70px 0 75px;
  background-color: #f2f2f2;
}
.prod-deta .b1 .all {
  display: flex;
}
.prod-deta .b1 .l {
  width: 43%;
}
.prod-deta .b1 .l .img-box {
  padding-bottom: 80%;
}
.prod-deta .b1 .l iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
.prod-deta .b1 .l .slick-slide > div {
  font-size: 0;
}
.prod-deta .b1 .l .slick-prev,
.prod-deta .b1 .l .slick-next {
  display: none;
}
.prod-deta .b1 .l .lb {
  margin: 10px -5px 0;
}
.prod-deta .b1 .l .lb .item {
  padding: 0 5px;
  position: relative;
}
.prod-deta .b1 .l .lb .item-video:before {
  content: '\e64e';
  font-family: 'iconfont';
  font-size: 28px;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
}
.prod-deta .b1 .r {
  padding: 0 0 0 15px;
  width: 57%;
}
.prod-deta .b1 .r .cont {
  background-color: #fff;
  height: 100%;
  padding: 60px 80px;
}
.prod-deta .b1 .r .cont .h1 {
  color: #333;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 37.5px */
  max-width: 535px;
  margin: 0;
}
.prod-deta .b1 .r .cont h1{
    display: none;
}
.prod-deta .b1 .r .cont .desc {
  color: #666;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  margin: 15px 0 0;
}
.prod-deta .b1 .r .cont .desc p {
  margin: 0;
}
.prod-deta .b1 .r .cont .cus {
  margin: 20px 0 0;
}
.prod-deta .b1 .r .cont .cus .ct {
  display: flex;
  align-items: center;
}
.prod-deta .b1 .r .cont .cus .ct .tit {
  color: #333;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  text-transform: uppercase;
}
.prod-deta .b1 .r .cont .cus .ct .tag {
  margin-left: 20px;
}
.prod-deta .b1 .r .cont .cus .ct .tag span {
  color: #8E0F0F;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.prod-deta .b1 .r .cont .cus .ct .tag i {
  font-size: 12px;
  line-height: 1;
  margin-left: 5px;
  color: #8E0F0F;
}
.prod-deta .b1 .r .cont .cus .cb {
  padding: 0 35px 0 0;
  margin: 20px 0 0;
  height: 235px;
  overflow-y: auto;
  /* 针对滚动条轨道 */
  /* 针对滚动条滑块 */
}
.prod-deta .b1 .r .cont .cus .cb::-webkit-scrollbar {
  width: 4px;
  /* 滚动条宽度 */
}
.prod-deta .b1 .r .cont .cus .cb::-webkit-scrollbar-track {
  background: #e7e7e7;
  /* 轨道颜色 */
}
.prod-deta .b1 .r .cont .cus .cb::-webkit-scrollbar-thumb {
  background: #8E0F0F;
  /* 滑块颜色 */
  border-radius: 3px;
  /* 滑块圆角 */
}
.prod-deta .b1 .r .cont .cus .cb .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.prod-deta .b1 .r .cont .cus .cb .box {
  width: 11.11111111%;
  padding: 0 8px;
}
.prod-deta .b1 .r .cont .cus .cb .box .contbox {
  cursor: pointer;
}
.prod-deta .b1 .r .cont .cus .cb .box .contbox:hover .tit {
  text-decoration: underline;
}
.prod-deta .b1 .r .cont .cus .cb .box .contbox.active .tit {
  color: #8E0F0F;
}
.prod-deta .b1 .r .cont .cus .cb .box:nth-child(n+10) {
  margin: 20px 0 0;
}
.prod-deta .b1 .r .cont .cus .cb .box .img-box {
  padding-bottom: 66.66666667%;
}
.prod-deta .b1 .r .cont .cus .cb .box .pic {
  border-radius: 4px;
  overflow: hidden;
}
.prod-deta .b1 .r .cont .cus .cb .box .tit {
  text-align: center;
  color: #666;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 3px 0 0;
}
.prod-deta .b1 .r .cont .btngroup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 70px 0 0;
}
.prod-deta .b1 .r .cont .btngroup .l button {
  color: #fff;
  background-color: #8E0F0F;
  padding: 10px 30px;
  border: 1px solid #8E0F0F;
  display: flex;
  align-items: center;
}
.prod-deta .b1 .r .cont .btngroup .l button i {
  font-size: 24px;
  line-height: 1;
}
.prod-deta .b1 .r .cont .btngroup .l button span {
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-left: 10px;
}
.prod-deta .b1 .r .cont .btngroup .share {
  display: flex;
  align-items: center;
}
.prod-deta .b1 .r .cont .btngroup .share .tit {
  color: #333;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
  margin: 0 20px 0 0;
}
.prod-deta .b1 .r .cont .btngroup .share #st-1.st-animated {
  margin: 0;
}
.prod-deta .b2 {
  padding: 110px 0;
}
.prod-deta .b2 .all {
  display: flex;
  align-items: center;
}
.prod-deta .b2 .l {
  width: 54.54545454%;
  padding: 0 45px 0 0;
}
.prod-deta .b2 .l .tit {
  color: #333;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 50px */
  max-width: 555px;
}
.prod-deta .b2 .l .desc {
  color: #666;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  margin: 35px 0 0;
  max-width: 715px;
}
.prod-deta .b2 .l .desc p {
  margin: 0;
}
.prod-deta .b2 .r {
  width: 45.45454545%;
}
.prod-deta .b2 .r .pic img {
  width: 100%;
}
.prod-deta .b3 {
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 100px 0 0;
}
.prod-deta .b3 .t .tit {
  color: #FFF;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 40px */
}
.prod-deta .b3 .t .desc {
  color: #FFF;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 22.5px */
  text-transform: capitalize;
  max-width: 1030px;
  margin: 20px 0 0;
}
.prod-deta .b3 .b {
  margin: 45px 0 0;
}
.prod-deta .b3 .b .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.prod-deta .b3 .b .box {
  width: 25%;
  padding: 0 15px;
}
.prod-deta .b3 .b .box .cont {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0 4px 15.2px 0 rgba(0, 0, 0, 0.05);
  height: 100%;
  padding: 30px 40px;
}
.prod-deta .b3 .b .box .cont i {
  font-size: 45px;
  line-height: 1;
  color: #8E0F0F;
}
.prod-deta .b3 .b .box .cont .tit {
  color: #333;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 22px */
  margin: 25px 0 15px;
}
.prod-deta .b3 .b .box .cont .desc {
  color: #666;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 22.5px */
  text-transform: capitalize;
}
.prod-deta .b4 {
  padding: 110px 0 85px;
}
.prod-deta .b4 .tit {
  color: #333;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 50px */
}
.prod-deta .b4 .cont {
  margin: 45px 0 0;
}
.prod-deta .b5 {
  background-color: #f2f2f2;
  padding: 90px 0 0;
}
.prod-deta .b5 .t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prod-deta .b5 .t .tl .tit {
  color: #333;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 50px */
}
.prod-deta .b5 .t .tl .desc {
  color: #666;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 15px 0 0;
  line-height: 175%;
  /* 28px */
}
.prod-deta .b5 .t .tr {
  position: relative;
}
.prod-deta .b5 .t .tr .arrows {
  display: flex;
  align-items: center;
}
.prod-deta .b5 .t .tr .slick-prev,
.prod-deta .b5 .t .tr .slick-next {
  position: static;
  width: 62px;
  height: 62px;
  border: 1px solid #8E0F0F;
  border-radius: 50%;
  transform: translate(0);
  transition: all 0.35s;
}
.prod-deta .b5 .t .tr .slick-prev:before,
.prod-deta .b5 .t .tr .slick-next:before {
  font-family: 'iconfont';
  font-size: 20px;
  transition: all 0.35s;
  opacity: 1;
}
.prod-deta .b5 .t .tr .slick-prev {
  background-color: #8E0F0F;
}
.prod-deta .b5 .t .tr .slick-prev:before {
  content: '\eb23';
}
.prod-deta .b5 .t .tr .slick-prev:hover {
  background-color: transparent;
}
.prod-deta .b5 .t .tr .slick-prev:hover:before {
  color: #8E0F0F;
}
.prod-deta .b5 .t .tr .slick-next {
  margin-left: 15px;
}
.prod-deta .b5 .t .tr .slick-next:before {
  content: '\e64d';
  color: #8E0F0F;
}
.prod-deta .b5 .t .tr .slick-next:hover {
  background-color: #8E0F0F;
}
.prod-deta .b5 .t .tr .slick-next:hover:before {
  color: #fff;
}
.prod-deta .b5 .b {
  margin: 40px 0 0;
  padding: 0 0 90px;
}
.prod-deta .b5 .b .list {
  margin: 0 -15px;
}
.prod-deta .b5 .b .box {
  padding: 0 15px;
}
.prod-deta .b5 .b .img-box {
  padding-bottom: 62.26415094%;
}
.prod-deta .b5 .b .cont {
  position: relative;
}
.prod-deta .b5 .b .cont .tit {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  padding: 0 40px;
  color: #FFF;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 22px */
  z-index: 2;
}
.prod-deta .b5 .b .slick-slide > div {
  font-size: 0;
}
.prod-deta .b5 .b .slick-dots {
  position: static;
  margin: 55px 0 0;
  padding: 0 15px;
  display: flex;
  border-radius: 60px;
  overflow: hidden;
}
.prod-deta .b5 .b .slick-dots li {
  flex: 1;
  height: 6px;
  background-color: #d9d9d9;
  margin: 0;
  transition: all 0.35s;
}
.prod-deta .b5 .b .slick-dots li button {
  display: none;
}
.prod-deta .b5 .b .slick-dots li.slick-active {
  background-color: #8E0F0F;
}
.prod-deta .b6 {
  padding: 80px 0 110px;
}
.prod-deta .b6 .t .tit {
  color: #333;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 50px */
}
.prod-deta .b6 .t .desc {
  color: #666;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  margin: 15px 0 0;
}
.prod-deta .b6 .b {
  margin: 45px 0 0;
}
.prod-deta .b6 .b .all {
  display: flex;
  justify-content: space-between;
}
.prod-deta .b6 .b .all .l {
  width: 32.12121212%;
}
.prod-deta .b6 .b .all .l .img-box {
  padding-bottom: 130.18867925%;
}
.prod-deta .b6 .b .all .r {
  width: 66.06060606%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.prod-deta .b6 .b .all .r .img-box {
  padding-bottom: 62.26415094%;
}
.prod-deta .b6 .b .all .r .box {
  width: 48.62385321%;
}
.prod-deta .b6 .b .all .pic {
  position: relative;
}
.prod-deta .b6 .b .all .pic .tit {
  color: #FFF;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 22px */
  position: absolute;
  bottom: 30px;
  padding: 0 40px;
  width: 100%;
  left: 0;
  z-index: 2;
}
.prod-deta .b7 {
  background-color: #f2f2f2;
  padding: 85px 0 90px;
}
.prod-deta .b7 .t .tit {
  color: #333;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 40px */
}
.prod-deta .b7 .b {
  margin: 55px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.prod-deta .b7 .b .box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.prod-deta .b7 .b .box .box-t {
  display: flex;
  align-items: center;
  padding: 20px 0 25px;
  cursor: pointer;
}
.prod-deta .b7 .b .box .box-t .num {
  color: #333;
  text-align: center;
  font-family: Manque;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 40px;
}
.prod-deta .b7 .b .box .box-t .tit {
  color: #333;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 24px */
  max-width: calc(100% - 40px);
  padding: 0 0 0 25px;
}
.prod-deta .b7 .b .box.active .box-t .tit {
  color: #8E0F0F;
}
.prod-deta .b7 .b .box:first-child .box-b {
  display: block;
}
.prod-deta .b7 .b .box .box-b {
  padding: 0 65px 25px;
  display: none;
}
.prod-deta .b7 .b .box .box-b .cont {
  color: #666;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
}
.prod-deta .b7 .b .box .box-b .cont p {
  margin: 0;
}
.prod-deta .b8 {
  padding: 100px 0 115px;
}
.prod-deta .b8 .tit {
  color: #333;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 40px */
}
.prod-deta .b8 .cont {
  margin: 20px 0 70px;
}
.prod-deta .b8 .cont p {
  color: #666;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  margin: 0;
}
.prod-deta .b8 .cont ul {
  margin: 0;
  padding: 0;
}
.prod-deta .b8 .cont li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #666;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  padding: 0 0 0 20px;
  position: relative;
}
.prod-deta .b8 .cont li:before {
  content: '';
  background-color: #8E0F0F;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
}
.prod-deta .b8 .pic {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prod-deta .b9 {
  padding: 80px 0 90px;
  background-color: #f2f2f2;
}
.prod-deta .b9 .t .tit {
  color: #333;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 40px */
}
.prod-deta .b9 .list {
  display: flex;
  margin: 120px -15px 0;
}
.prod-deta .b9 .box {
  padding: 0 15px;
  width: 33.33333333%;
}
.prod-deta .b9 a {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #333;
  padding: 185px 0 30px;
  position: relative;
  transition: all 0.35s;
}
.prod-deta .b9 a:hover {
  background-color: #8E0F0F;
}
.prod-deta .b9 a .pic {
  position: absolute;
  bottom: 145px;
  left: 50%;
  transform: translateX(-50%);
}
.prod-deta .b9 a .tit {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 24px */
}
.prod-deta .b9 a .btn {
  margin: 10px 0 0;
  display: flex;
  align-items: center;
  color: #fff;
}
.prod-deta .b9 a .btn i {
  font-size: 20px;
  line-height: 1;
}
.prod-deta .b9 a .btn span {
  color: #FFF;
  font-family: Lato;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 38.5px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
  margin-left: 10px;
}
@media screen and (min-width: 1440px) {
  .prod-deta .am-modal {
    width: 1410px;
    margin-left: -705px;
    border-radius: 10px;
    overflow: hidden;
  }
  .prod-deta .am-modal-hd {
    padding: 30px 90px 0;
    margin: 0 0 35px;
  }
  .prod-deta .am-modal-hd .cont {
    border-bottom: 1px solid #045E33;
    padding: 0 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .prod-deta .am-modal-hd .cont span {
    color: #333;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .prod-deta .am-modal-hd .cont a {
    position: static;
    width: fit-content;
    opacity: 1;
    text-shadow: none;
    font-size: 24px;
  }
  .prod-deta .am-modal-hd .cont a i {
    font-size: inherit;
    line-height: 1;
  }
  .prod-deta .am-modal-bd {
    padding: 0 90px 65px;
  }
  .prod-deta .am-modal-bd .top {
    display: flex;
  }
  .prod-deta .am-modal-bd .top .pic {
    width: 400px;
  }
  .prod-deta .am-modal-bd .top .pic .img-box {
    padding-bottom: 80%;
  }
  .prod-deta .am-modal-bd .top .txt {
    width: calc(100% - 400px);
    padding: 0 0 0 45px;
    text-align: left;
  }
  .prod-deta .am-modal-bd .top .txt .tit {
    color: #333;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    /* 30px */
  }
  .prod-deta .am-modal-bd .top .txt .desc {
    color: #333;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 28px */
    margin: 15px 0 0;
  }
  .prod-deta .am-modal-bd .top .txt .desc p {
    margin: 0;
  }
  .prod-deta .am-modal-bd .bot {
    margin: 45px 0 0;
  }
  .prod-deta .am-modal-bd .bot form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .prod-deta .am-modal-bd .bot form p {
    width: calc(25% - 15px);
    margin: 0;
  }
  .prod-deta .am-modal-bd .bot form p:first-of-type {
    width: calc(50% - 10px);
  }
  .prod-deta .am-modal-bd .bot form p:nth-of-type(n+8) {
    width: 100%;
  }
  .prod-deta .am-modal-bd .bot form input,
  .prod-deta .am-modal-bd .bot form textarea {
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #F1F1F1;
    transition: all 0.35s;
  }
  .prod-deta .am-modal-bd .bot form input:focus,
  .prod-deta .am-modal-bd .bot form textarea:focus {
    outline: none;
    border-color: #8E0F0F;
  }
  .prod-deta .am-modal-bd .bot form input {
    height: 50px;
    padding: 0 20px;
  }
  .prod-deta .am-modal-bd .bot form textarea {
    padding: 10px 20px;
    height: 140px;
    resize: none;
  }
  .prod-deta .am-modal-bd .bot form button {
    display: flex;
    color: #FFF;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 15px 60px;
    background-color: #8E0F0F;
    border: 1px solid #8E0F0F;
  }
}
.blog-deta {
  background-color: #f7f7f7;
}
.blog-deta .top {
  background-image: url(../img/blog-bg.webp);
  padding: 40px 0 60px;
}
.blog-deta .bot .all {
  display: flex;
  justify-content: space-between;
  padding: 0 0 60px;
}
.blog-deta .bot .l {
  width: 66.66666667%;
}
.blog-deta .bot .l .l-msg {
  display: flex;
  padding: 0 0 40px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.3);
}
.blog-deta .bot .l .date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 110px;
  height: 110px;
  background-color: #8E0F0F;
  color: #fff;
}
.blog-deta .bot .l .date .day {
  font-family: Lato;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
.blog-deta .bot .l .date .year-month {
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
  /* 200% */
}
.blog-deta .bot .l .tit {
  max-width: calc(100% - 110px);
  padding: 15px 0 0 35px;
}
.blog-deta .bot .l .tit h1 {
  color: #222;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.blog-deta .bot .l .share {
  display: flex;
  align-items: center;
  margin: 60px 0 0;
  border-bottom: 1px solid rgba(102, 102, 102, 0.3);
  padding: 0 0 50px;
}
.blog-deta .bot .l .share > span {
  margin-right: 20px;
}
.blog-deta .bot .l .share #st-1.st-animated {
  margin: 0;
}
.blog-deta .bot .l .lt {
  padding: 60px 0 60px;
  color: #666;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.67;
  /* 166.667% */
}
.blog-deta .bot .l .lb {
  display: flex;
  flex-direction: column;
  padding: 65px 0 0;
}
.blog-deta .bot .l .lb .r-page {
  display: flex;
}
.blog-deta .bot .l .lb .r-page a {
  color: #666;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.67;
  /* 166.667% */
  transition: all 0.35s;
}
.blog-deta .bot .l .lb .r-page a:hover {
  color: #8E0F0F;
}
.blog-deta .bot .l .lb .lbc a {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #8E0F0F;
  padding: 18px 35px;
  border-radius: 40px 0;
}
.blog-deta .bot .l .lb .lbc a span {
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.33;
  /* 200% */
  color: inherit;
}
.blog-deta .bot .l .lb .lbc a i {
  font-size: 16px;
  line-height: 1;
  color: inherit;
  margin-left: 15px;
}
.blog-deta .bot .r {
  width: 33.33333333%;
  padding-left: 50px;
}
.blog-deta .bot .r .rt {
  margin: 0 0 50px;
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 45px 50px;
}
.blog-deta .bot .r .rt .tit {
  color: #222;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 15px 0 0;
}
.blog-deta .bot .r .rt > .tit {
  position: relative;
  margin: 0 0 20px;
  color: #8E0F0F;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  /* 200% */
}
.blog-deta .bot .r .rt .pic {
  border-radius: 20px;
  overflow: hidden;
}
.blog-deta .bot .r .rt .img-box {
  padding-bottom: 66.66666667%;
}
.blog-deta .bot .r .rt .box:nth-child(n+2) {
  margin: 30px 0 0;
}
.blog-deta .bot .r .rt .box:hover img {
  transform: scale(1.05);
}
.blog-deta .bot .r .rb {
  padding: 40px 45px 55px;
  background-color: #8E0F0F;
  border-radius: 20px;
}
.blog-deta .bot .r .rb .tit {
  color: #FFF;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1875;
  margin: 0 0 25px;
}
.blog-deta .bot .r .rb form {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.blog-deta .bot .r .rb form p {
  width: 100%;
  margin: 0;
}
.blog-deta .bot .r .rb form input,
.blog-deta .bot .r .rb form textarea {
  width: 100%;
  border-radius: 10px;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border: 1px solid rgba(255, 255, 255, 0.6);
  transition: all 0.35s;
  background-color: rgba(255, 255, 255, 0.2);
}
.blog-deta .bot .r .rb form input:focus,
.blog-deta .bot .r .rb form textarea:focus {
  outline: none;
  border-color: #fff;
}
.blog-deta .bot .r .rb form input::placeholder,
.blog-deta .bot .r .rb form textarea::placeholder {
  color: #fff;
}
.blog-deta .bot .r .rb form input {
  padding: 0 20px;
  height: 40px;
  margin: 0 0 15px;
}
.blog-deta .bot .r .rb form textarea {
  padding: 10px 20px;
  height: 80px;
  resize: none;
  margin: 0 0 30px;
}
.blog-deta .bot .r .rb form button {
  margin: 0 auto;
  display: flex;
  border: 1px solid #fff;
  color: #FFF;
  padding: 12px 25px;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.35s;
}
.blog-deta .bot .r .rb form button span {
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.44;
  /* 200% */
}
.blog-deta .bot .r .rb form button i {
  font-size: 16px;
  font-weight: bold;
  color: inherit;
  margin-left: 15px;
}
.blog-deta .bot .r .rb form button:hover {
  background-color: #fff;
  color: #8E0F0F;
}
.map{
    height: 450px;
    width: 100%;
}
.map .map-content{
    width: 100%;
    height: 100%;
}


.trp-ls-shortcode-current-language {
  width: fit-content !important;
  padding: 5px 0;
}
.trp-ls-shortcode-current-language a {
  color: #000 !important;
}
.inTop .trp-ls-shortcode-current-language a {
  color: #000 !important;
}
.trp_language_switcher_shortcode {
  /*position: absolute;*/
  /*right: 0;*/
  margin-left: 25px;
}
.trp_language_switcher_shortcode a {
  color: #000;
  display: flex!important;
  align-items: center;
  width: fit-content;
  margin-left: 0!important;
  transition: all 0.35s;
}
.trp_language_switcher_shortcode a:hover {
  color: #E95B8B;
}
.trp_language_switcher_shortcode a img {
  margin-right: 5px;
}
.trp-language-switcher {
  position: relative;
}
.trp-language-switcher:hover .trp-ls-shortcode-language {
  transform: translateX(-50%) translateY(0) scale(1);
  opacity: 1;
}
.trp-ls-shortcode-language {
  position: absolute;
  display: flex!important;
  flex-direction: column;
  z-index: 9;
  background-color: #fff;
  box-shadow: 0px 2px 18px 0px rgba(9, 20, 30, 0.15);
  padding: 15px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0);
  width: fit-content !important;
  opacity: 0;
  transition: all 0.35s;
}
.in-block11 {
  padding: 60px 0;
}
.in-block11 .list {
  display: flex;
  margin: 0 -15px;
}
.in-block11 .list .box {
  width: 33.33333333%;
  padding: 0 15px;
}
.in-block11 .list .t {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}
.in-block11 .list .t .tit {
  margin-left: 15px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  padding-top: 3px;
}
.in-block11 .list .t .ico {
  height: 32px;
}
.in-block11 .list .t .ico img {
  height: 100%;
}
.in-block11 .list .b {
  width: 100%;
  height: calc(100% - 62px);
  border: 3px solid #f0f5fa;
  padding: 10px;
}
