@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.eot');
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Semibold.eot');
  src: local('Lato Semibold'), local('Lato-Semibold'), url('../fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Semibold.woff2') format('woff2'), url('../fonts/Lato-Semibold.woff') format('woff'), url('../fonts/Lato-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.eot');
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot');
  src: local('Roboto Regular'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Roboto', 'Lato', Arial, 'Helvetica Neue', Helvetica, 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  color: #666;
}
.am-container {
  max-width: 1680px;
}
a:focus {
  outline: none;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.hide {
  display: none;
}
.xs-online {
  display: none;
  font-weight: 300;
  position: fixed;
  z-index: 30;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
}
.xs-online ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
  height: 68px;
}
.xs-online ul li {
  display: table-cell;
  width: 20%;
  border-left: 1px solid #FCF3F2;
  height: 68px;
}
.xs-online ul li a {
  display: block;
  padding: 7px 0 5px;
}
.xs-online ul li a span {
  display: block;
  color: #30375B;
  font-size: 12px;
}
.xs-online ul li a span i {
  font-size: 22px;
}
.xs-online ul li:first-child {
  border-left: none;
}
.prod-deta .table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.prod-deta .table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  text-align: left;
  color: #222;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 180% */
}
@media (max-width: 767px) {
  .prod-deta .table-box table {
    font-size: 14px;
  }
}
.prod-deta .table-box table tr,
.prod-deta .table-box table td,
.prod-deta .table-box table th {
  width: auto!important;
  height: auto!important;
}
.prod-deta .table-box table td,
.prod-deta .table-box table th {
  padding: 15px 35px !important;
  border: 1px solid #d9d9d9 !important;
}
@media (max-width: 991px) {
  .prod-deta .table-box table td,
  .prod-deta .table-box table th {
    padding: 12px 8px !important;
  }
}
@media (max-width: 767px) {
  .prod-deta .table-box table td,
  .prod-deta .table-box table th {
    padding: 8px 8px !important;
  }
}
@media (max-width: 575px) {
  .prod-deta .table-box table td,
  .prod-deta .table-box table th {
    padding: 8px 8px !important;
  }
}
.prod-deta .table-box table td:first-child,
.prod-deta .table-box table th:first-child {
  background-color: #CD4648;
  color: #fff;
  border-left-color: #CD4648 !important;
  border-right-color: #CD4648 !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: #CD4648 !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: #CD4648 !important;
  border-bottom-left-radius: 20px;
}
.prod-deta .table-box table tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}
.prod-deta .table-box table tr:nth-child(n+2) td {
  border-top: none!important;
}
.prod-deta .table-box table th {
  text-align: center;
}
.prod-deta .table-box table img {
  height: auto!important;
  max-width: 100%;
}
.suspended-list {
  width: 46px;
  position: fixed;
  right: 0;
  top: calc(50% - 79px);
  z-index: 999;
  display: none;
}
.suspended-list ul {
  display: block;
  position: relative;
  background-color: #CD4648;
  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: #CD4648;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.suspended-list ul li a i {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
.suspended-list ul li .qrcode {
  width: 110px;
  height: 100px;
  padding-right: 10px;
  position: absolute;
  top: -50%;
  z-index: -10;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
}
.suspended-list ul li .qrcode > div {
  width: 100px;
  height: 100px;
  background-color: #015cad;
  padding: 5px;
}
.suspended-list ul li .qrcode > div img {
  width: 100%;
}
.suspended-list ul li .whatsapp-num {
  width: fit-content;
  height: 100%;
  line-height: 1.2;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: -10;
  padding-left: 10px;
  right: -385px;
  transition: all 0.35s;
  opacity: 0;
  border-radius: 30px;
  background-color: #CD4648;
  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: #CD4648;
}
.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: #CD4648;
  }
}
.banner .banner-btn {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 100px;
  left: 0;
  display: flex;
  align-items: center;
}
.banner .banner-btn .btn-num {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  align-items: center;
  width: fit-content;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  /* 100% */
}
.banner .banner-btn .banner-swiper-pagination {
  margin: 0 10px;
  display: flex;
  align-items: flex-end;
}
.banner .banner-btn .banner-swiper-pagination span {
  font-size: 0;
  width: 34px;
  height: 1px;
  background-color: #fff;
  transition: all 0.35s;
  opacity: 0.2;
  margin: 0;
}
.banner .banner-btn .banner-swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}
.banner .slick-arrow {
  outline: none;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner .slick-prev {
  left: 5%;
}
.banner .slick-prev:before {
  content: '\fab1';
}
.banner .slick-next {
  right: 5%;
}
.banner .slick-next:before {
  content: '\e62c';
}
.banner .item {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner .item > a {
  overflow: hidden;
  display: block;
  position: relative;
}
.banner .item > a > img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 100%;
}
.banner .item .item-txt {
  position: absolute;
  width: 100%;
  top: 25%;
  left: 0;
}
.banner .item .item-txt .tag {
  display: flex;
  align-items: center;
}
.banner .item .item-txt .tag img {
  width: 30px;
}
.banner .item .item-txt .tag span {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 0 15px;
}
.banner .item .item-txt .tit {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin: 15px 0 0;
}
.banner .item .item-txt .tit p {
  margin: 0;
}
.banner .item .item-txt .data {
  margin: 55px -25px 0;
  display: flex;
}
.banner .item .item-txt .data .box {
  padding: 0 25px;
  display: flex;
  align-items: flex-end;
}
.banner .item .item-txt .data .box .l {
  display: flex;
  align-items: flex-start;
}
.banner .item .item-txt .data .box .l .num {
  color: #FFF;
  text-align: right;
  font-family: Barlow;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 50% */
}
.banner .item .item-txt .data .box .l .num-after {
  color: #FFF;
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  /* 166.667% */
}
.banner .item .item-txt .data .box .r {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 5px 10px;
}
.banner .banner-button-prev,
.banner .banner-button-next {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}
.banner .banner-button-prev:before,
.banner .banner-button-next:before {
  font-size: 22px;
  color: #fff;
  opacity: 1;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .banner .banner-button-prev:hover:before,
  .banner .banner-button-next:hover:before {
    color: #CD4648;
  }
}
@media only screen and (min-width: 1850px) and (max-width: 1920px) {
  .banner .item > a > img {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .banner .slick-arrow:hover {
    background-color: #00a63b;
  }
}
@media (max-width: 1199px) {
  .banner .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .banner .item {
    width: 110%;
    max-width: 110%;
    margin-left: -5%;
  }
  .banner .item .item-txt {
    padding: 0 5%;
  }
}
@media (max-width: 767px) {
  .banner .item {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
  }
  .banner .item .item-txt {
    padding: 0 10%;
  }
}
.banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
  display: none !important;
}
.banner.hide-video video {
  display: none !important;
}
.banner-video-box {
  display: block;
  padding-bottom: 45.3125%;
  position: relative;
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner-video-box .fluid_initial_play {
  background-color: #00a63b !important;
}
.banner .mobile-video {
  display: block;
  position: relative;
}
.banner .mobile-video:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner .mobile-video:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  font-size: 50px;
  color: #fff;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e644';
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.banner-txt {
  position: relative;
  z-index: 100;
}
.banner-txt .txt-box {
  max-width: 100%;
  width: 1220px;
  font-size: 24px;
  line-height: 1.5;
  font-family: 'Nacelle';
  padding: 40px 85px;
  text-align: center;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.11);
  margin: -130px auto 0;
}
img {
  transition: all 0.35s;
}
@keyframes float-animation {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}
@keyframes float-animation2 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes scale-animation {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}
@keyframes sc1 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes turn {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes turn2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes turn3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.page-banner {
  overflow: hidden;
  position: relative;
}
.page-banner .item {
  position: relative;
}
.page-banner .item img {
  width: 100%;
}
.page-banner .item-box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
}
.page-banner .tit {
  color: #FFF;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 44px */
}
.page-banner .desc {
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 136.364% */
  max-width: 1365px;
  margin: 25px 0 65px;
}
.page-banner .crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  margin: 0 -5px;
}
.page-banner .crumbs i {
  font-size: 16px;
  line-height: 1;
  margin: 0 5px;
}
.page-banner .crumbs span {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 0 5px;
}
.page-banner .crumbs a {
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  margin: 0 5px;
}
.page-banner .item-news .desc {
  max-width: 1365px;
}
.page-banner .item-app .tag span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0 15px;
}
.page-banner .item-app .tit {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 50px */
  margin: 35px 0 0;
}
.page-banner .item-cata .desc {
  max-width: 855px;
}
.page-banner .item-prod .desc {
  max-width: 850px;
}
.page-banner .item-cate .desc {
  max-width: 1170px;
}
.page-banner .item-about .tit {
  max-width: 500px;
}
.page-banner .item-about .desc {
  max-width: 380px;
}
.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: #CD4648;
  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: #CD4648;
  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: #CD4648;
  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: #CD4648;
}
.list-l .menu1 > li.more.active > a {
  color: #CD4648;
  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: #CD4648;
  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: #CD4648;
  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: #CD4648;
}
#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: #CD4648;
}
#doc-modal-1 form button {
  width: 160px;
  height: 42px;
  border-radius: 20px;
  color: #fff;
  background-color: #CD4648;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: all 0.35s;
}
#doc-modal-1 form button span {
  font-weight: 300;
  font-size: 20px;
  margin-right: 10px;
}
#doc-modal-1 form button i {
  font-size: 18px;
  line-height: 1;
}
#doc-modal-1 form button:hover {
  transform: translateY(-3px);
}
.wpcf7-response-output {
  display: flex;
  align-items: center;
}
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
.screen-reader-response {
  display: none;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
header {
  background-color: rgba(255, 255, 255, 0.2);
  position: fixed;
  width: calc(100% - 70px);
  left: 50%;
  transform: translate(-50%);
  z-index: 99;
  border-radius: 100px;
  top: 25px;
  transition: all 0.35s;
}
header.inTop {
  background-color: #fff;
  width: 100%;
  border-radius: 0;
  top: 0;
  box-shadow: 0px 2px 7.2px 1.8px rgba(0, 0, 0, 0.05);
}
header.inTop .header-all .l .header-logo img:first-child {
  opacity: 0;
}
header.inTop .header-all .l .header-logo img:last-child {
  opacity: 1;
}
header.inTop .header-all .r .btn-group .h-search i {
  color: #333;
}
@media screen and (min-width: 1200px) {
  header.inTop .header .nav .nav-list1 > li > a {
    color: #333;
  }
  header.inTop .header .nav .nav-list1 > li > a:hover {
    text-decoration: none;
    color: #CD4648;
  }
  header.inTop .header .nav .nav-list1 > li > a:hover:before {
    opacity: 1;
  }
  header.inTop .header .nav .nav-list1 > li.active > a {
    color: #CD4648;
    text-decoration: none;
  }
  header.inTop .header .nav .nav-list1 > li.active > a:before {
    opacity: 1;
    width: calc(100% - 100px);
    background-color: #CD4648;
  }
}
header .header-all .all {
  display: flex;
  justify-content: space-between;
}
header .header-all .l {
  display: flex;
  align-items: center;
}
header .header-all .l .header-logo {
  height: 62px;
  margin: 0 35px 0 0;
  position: relative;
}
header .header-all .l .header-logo img {
  height: 100%;
  transition: all 0.35s;
}
header .header-all .l .header-logo img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
header .header-all .r {
  display: flex;
}
header .header-all .r .btn-group {
  display: flex;
  align-items: center;
  margin: 0 0 0 100px;
}
header .header-all .r .btn-group .h-tel {
  display: flex;
  align-items: center;
}
header .header-all .r .btn-group .h-tel i {
  font-size: 24px;
  line-height: 1;
  color: #333;
}
header .header-all .r .btn-group .h-tel span {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0 15px;
}
header .header-all .r .btn-group .h-search i {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  transition: all 0.35s;
}
header .header-all .r .inquire {
  background-color: #CD4648;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 20px 35px;
}
header .header-all .r .inquire i {
  font-size: 20px;
}
header .header-all .r .inquire span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0 10px;
}
@keyframes jianbian {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
footer {
  background: #1F242C;
  overflow: hidden;
}
footer .t {
  padding: 55px 0 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer .t .all {
  display: flex;
  align-items: center;
}
footer .t .l {
  width: calc(100% - 175px);
  padding: 0 30px 0 0;
  display: flex;
  align-items: center;
}
footer .t .l .logo {
  height: 111px;
  padding: 0 70px 0 0;
  position: relative;
}
footer .t .l .logo:after {
  content: '';
  width: 2px;
  height: 97px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
footer .t .l .logo img {
  height: 100%;
}
footer .t .l .txt {
  padding: 0 0 0 65px;
  max-width: 900px;
}
footer .t .l .txt .tit {
  color: #FFF;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 33px */
}
footer .t .l .txt .desc {
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  text-transform: capitalize;
  margin: 15px 0 0;
}
footer .t .r a {
  display: flex;
  width: fit-content;
  padding: 13px 18px;
  border-radius: 85px;
  background-color: #CD4648;
  color: #fff;
}
footer .t .r a i {
  font-size: 28px;
  line-height: 1;
  color: inherit;
}
footer .t .r a span {
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  margin: 0 0 0 15px;
  width: max-content;
}
footer .m {
  padding: 55px 0 170px;
}
footer .m .all {
  display: flex;
  justify-content: space-between;
}
footer .m .all .link-t h4 {
  margin: 0;
  color: #fff;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
footer .m .all .link-b {
  margin: 40px 0 0;
}
footer .m .all .link-b ul {
  margin: 0;
  padding: 0;
}
footer .m .all .link-b li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
footer .m .all .link-b li a,
footer .m .all .link-b li span {
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
footer .m .all .link-b li a:hover {
  text-decoration: underline;
}
footer .m .all .link-b li:nth-child(n+2) {
  margin: 25px 0 0;
}
footer .m .all .link-b li i {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin: 0 15px 0 0;
}
footer .m .all .link-b .footer-share {
  display: flex;
  align-items: center;
  margin: 0 -15px;
}
footer .m .all .link-b .footer-share .share-box {
  padding: 0 15px;
}
footer .m .all .link-b .footer-share .share-box a {
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.35s;
}
footer .m .all .link-b .footer-share .share-box a:hover {
  color: #fff;
}
footer .b {
  padding: 0 0 25px;
}
footer .b .all {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .b .all .bl {
  color: rgba(234, 234, 234, 0.6);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
footer .b .all .bl a,
footer .b .all .bl span {
  color: inherit;
  transition: all 0.35s;
}
footer .b .all .bl a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .b .all .br {
  color: #999;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 24.5px */
  margin: 0 -15px;
  display: flex;
  align-items: center;
}
footer .b .all .br a {
  color: inherit;
  transition: all 0.35s;
}
footer .b .all .br a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .b .all .br .box {
  padding: 0 15px;
  position: relative;
}
footer .b .all .br .box:first-child:after {
  content: '';
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fancybox-slide--iframe .fancybox-content {
  width: 80%!important;
  height: 80%!important;
}
.mobile-h {
  display: none;
}
.header-mobile-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.search {
  padding: 100px 0 0;
}
.search .search-tool {
  display: flex;
  justify-content: center;
}
.search .search-tool form {
  max-width: 500px;
  display: flex;
  position: relative;
  width: 100%;
}
.search .search-tool input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 50px 0 20px;
  border: 1px solid #e5e5e5;
  border-radius: 22px;
  box-sizing: border-box;
  font-size: 16px;
  transition: all 0.35s;
}
.search .search-tool input:focus {
  outline: none;
  border-color: #CD4648;
}
.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: #CD4648;
  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 .search-img .img-box{
    padding-bottom: 69.23076923%;
}
.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: #CD4648;
  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: #CD4648;
  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: #CD4648;
}
.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: #CD4648;
}
.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: #CD4648;
}
.wp-pagenavi .previouspostslink:hover:before,
.wp-pagenavi .nextpostslink:hover:before {
  color: #fff;
}
.wp-pagenavi .previouspostslink {
  margin-right: 60px;
}
.wp-pagenavi .previouspostslink:before {
  content: '\e99c';
}
.wp-pagenavi .nextpostslink {
  margin-left: 60px;
}
.wp-pagenavi .nextpostslink:before {
  content: '\e600';
}
#st-1.st-animated {
  text-align: left;
  margin: 15px 0 0;
  z-index: 5;
}
@-webkit-keyframes badbounce {
  0%,
  100% {
    -webkit-transform: translateY(0px);
  }
  10% {
    -webkit-transform: translateY(6px);
  }
  30% {
    -webkit-transform: translateY(-4px);
  }
  70% {
    -webkit-transform: translateY(3px);
  }
  90% {
    -webkit-transform: translateY(-2px);
  }
}
@-moz-keyframes badbounce {
  0%,
  100% {
    -moz-transform: translateY(0px);
  }
  10% {
    -moz-transform: translateY(6px);
  }
  30% {
    -moz-transform: translateY(-4px);
  }
  70% {
    -moz-transform: translateY(3px);
  }
  90% {
    -moz-transform: translateY(-2px);
  }
}
@keyframes badbounce {
  0%,
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  10% {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
  }
  30% {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  70% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
  }
  90% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
.ss_animate {
  -webkit-animation: badbounce 1s linear;
  -moz-animation: badbounce 1s linear;
  animation: badbounce 1s linear;
}
#ss_menu {
  bottom: 30px;
  width: 60px;
  height: 60px;
  color: #fff;
  position: fixed;
  z-index: 20;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  right: 30px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#ss_menu > .menu {
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
  color: #fff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
#ss_menu > .menu .share {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
#ss_menu > .menu .share .circle {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  margin-top: -6px;
  left: 12px;
  opacity: 1;
}
#ss_menu > .menu .share .circle:after,
#ss_menu > .menu .share .circle:before {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  content: '';
  opacity: 1;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}
#ss_menu > .menu .share .circle:after {
  left: 20.78461px;
  top: 12px;
}
#ss_menu > .menu .share .circle:before {
  left: 20.78461px;
  top: -12px;
}
#ss_menu > .menu .share .bar {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  width: 24px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  left: 18px;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#ss_menu > .menu .share .bar:before {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  content: '';
  width: 24px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#ss_menu > .menu .share.close .circle {
  opacity: 0;
}
#ss_menu > .menu .share.close .bar {
  top: 50%;
  margin-top: -1.5px;
  left: 50%;
  margin-left: -12px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  -o-transform: rotate(405deg);
  transform: rotate(405deg);
}
#ss_menu > .menu .share.close .bar:before {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-450deg);
  -moz-transform: rotate(-450deg);
  -ms-transform: rotate(-450deg);
  -o-transform: rotate(-450deg);
  transform: rotate(-450deg);
}
#ss_menu > .menu.ss_active {
  background: #CD4648;
  -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: #CD4648;
  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: #CD4648;
}
.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: #CD4648;
}
.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 #CD4648;
  background-color: #CD4648;
  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: #CD4648;
}
.hyh-btn.white {
  background-color: #fff;
  border-color: #fff;
  color: #CD4648;
}
.hyh-btn.white:hover {
  color: #FFF;
  background-color: #CD4648;
}
.in-title {
  color: #333;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 44px */
}
.in-desc {
  color: #CD4648;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
}
.in-block-12 {
  background: linear-gradient(0, rgba(242, 249, 238, 0) 0%, rgba(205, 73, 74, 0.05) 54.75%, rgba(205, 70, 72, 0.2) 100%);
}
.in-block1 {
  padding: 100px 0 0;
}
.in-block1 .all {
  display: flex;
  margin: 0 -10px;
}
.in-block1 a {
  border-radius: 20px;
  transition: all 0.35s;
  overflow: hidden;
}
.in-block1 a:hover {
  box-shadow: 0 4px 16.5px 0 rgba(0, 0, 0, 0.5);
}
.in-block1 .box {
  padding: 0 10px;
  width: 50%;
}
.in-block1 a {
  display: block;
  position: relative;
}
.in-block1 a .img-box {
  padding-bottom: 64.04494382%;
}
.in-block1 a .hover {
  position: absolute;
  left: 0;
  top: 0;
  padding: 45px 55px;
  z-index: 1;
}
.in-block1 a .hover .tit {
  color: #FFF;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 33px */
}
.in-block1 a .hover .desc {
  color: #FFF;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 22.5px */
  margin: 15px 0 30px;
}
.in-block1 a .hover .btn {
  display: flex;
  align-items: center;
  color: #FFF;
  background-color: #CD4648;
  border-radius: 42px;
  padding: 10px 25px;
  width: fit-content;
}
.in-block1 a .hover .btn span {
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 21px */
  text-transform: capitalize;
}
.in-block1 a .hover .btn i {
  font-size: 12px;
  line-height: 1;
  margin: 0 0 0 30px;
}
.in-block2 {
  overflow: hidden;
  padding: 130px 0 185px;
}
.in-block2 .in-title {
  margin: 15px 0 0;
}
.in-block2 .b {
  margin: 70px 0 0;
}
.in-block2 .b .list {
  margin: 0 -43.75px;
}
.in-block2 .b .box {
  padding: 0 43.75px;
}
.in-block2 .b .tit {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 22px */
  text-transform: capitalize;
  margin: 35px auto 0;
  display: flex;
  padding: 12px 52px;
  border-radius: 600px;
  background: #CD4648;
  width: fit-content;
}
.in-block-34 {
  background-image: url(../img/in-b34-bg.webp);
  background-repeat: no-repeat;
  background-position: center calc(100% - 300px);
  background-size: 100%;
  overflow: hidden;
}
.in-block3 {
  padding: 0 0 45px;
}
.in-block3 .all {
  display: flex;
}
.in-block3 .r {
  width: 40%;
}
.in-block3 .l {
  width: 60%;
  padding: 0 100px 0 0;
}
.in-block3 .l .in-title {
  margin: 40px 0 20px;
  max-width: 790px;
}
.in-block3 .l .desc {
  color: #666;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
}
.in-block3 .l .desc p {
  margin: 0;
}
.in-block3 .l .btn {
  display: flex;
  width: fit-content;
  color: #FFF;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
  text-transform: capitalize;
  padding: 13px 45px;
  border-radius: 600px;
  background: #CD4648;
  margin: 40px 0 0;
  border: 1px solid #CD4648;
  transition: all 0.35s;
}
.in-block3 .l .btn:hover {
  background-color: #fff;
  color: #CD4648;
}
.in-block4 .t {
  padding: 100px 0 230px;
}
.in-block4 .t .in-desc {
  color: #fff;
}
.in-block4 .t .in-title {
  color: #fff;
  max-width: 680px;
  margin: 25px 0;
}
.in-block4 .t .desc {
  max-width: 650px;
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  text-transform: capitalize;
}
.in-block4 .b {
  margin: -180px 0 0;
}
.in-block4 .b .cont {
  width: 1010px;
  max-width: 100%;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 4px 16.6px 0 rgba(0, 0, 0, 0.1);
  display: flex;
}
.in-block4 .b .cont .l {
  width: 280px;
}
.in-block4 .b .cont .l .box {
  padding: 32px 35px;
  cursor: pointer;
  color: #333;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  text-transform: capitalize;
  border-radius: 0 20px 20px 0;
  background: rgba(205, 70, 72, 0.2);
  transition: all 0.35s;
}
.in-block4 .b .cont .l .box.active {
  border-radius: 20px 20px 20px 0;
  background: #CD4648;
  color: #fff;
}
.in-block4 .b .cont .r {
  width: calc(100% - 280px);
  padding: 35px 55px 20px;
}
.in-block4 .b .cont .r .box {
  display: none;
}
.in-block4 .b .cont .r .box:first-child {
  display: block;
}
.in-block4 .b .cont .r .box h4 {
  color: #000;
  font-family: Roboto;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 28.6px */
  text-transform: capitalize;
  margin: 0 0 15px;
}
.in-block4 .b .cont .r .box p {
  color: #666;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  text-transform: capitalize;
  margin: 10px 0;
}
.in-block4 .b .cont .r .box img {
  max-width: 100%;
}
.in-block5 {
  padding: 155px 0 170px;
  overflow: hidden;
}
.in-block5 .t {
  text-align: center;
}
.in-block5 .t .in-desc {
  margin: 0 0 15px;
}
.in-block5 .b {
  margin: 70px -120px 0;
}
.in-block5 .b .img-box {
  padding-bottom: 86.85015291%;
}
.in-block5 .b .list {
  margin: 0 -20px;
}
.in-block5 .b .box {
  padding: 0 20px;
}
.in-block5 .b .box .cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.in-block5 .b .box .cont .pic {
  width: 100%;
}
.in-block5 .b .box .cont .tit {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 22px */
  text-transform: capitalize;
  padding: 13px 35px;
  border-radius: 600px;
  background: #CD4648;
  margin: 20px 0 0;
}
.in-block6 {
  padding: 115px 0 135px;
  background-size: cover;
  background-repeat: no-repeat;
}
.in-block6 .t {
  text-align: center;
}
.in-block6 .t .in-desc {
  color: #fff;
  margin: 0 0 20px;
}
.in-block6 .t .in-title {
  color: #fff;
}
.in-block6 .b {
  margin: 60px 0 0;
}
.in-block6 .b .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.in-block6 .b .list .box {
  width: 13.93939394%;
}
.in-block6 .b .list .cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.in-block6 .b .list .cont:hover .ico {
  -webkit-animation: swing 1s 0s ease both;
  animation: swing 1s 0s ease both;
}
.in-block6 .b .list .cont .tit {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 30px 0 0;
}
.in-block6 .b .list .cont .ico {
  width: 160px;
  height: 160px;
  border: 6px solid #fff;
  background-color: #CD4648;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.in-block6 .b .list .cont .ico i {
  font-size: 62px;
  line-height: 1;
  color: #fff;
}
.in-block-78 {
  background: linear-gradient(0, rgba(242, 249, 238, 0) 0%, rgba(205, 73, 74, 0.05) 54.75%, rgba(205, 70, 72, 0.2) 100%);
}
.in-block7 {
  padding: 90px 0 0;
}
.in-block7 .t {
  text-align: center;
}
.in-block7 .t .in-desc {
  margin: 0 0 15px;
}
.in-block7 .b {
  margin: 70px 0 0;
}
.in-block7 .b .list {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
.in-block7 .b .box {
  width: 100%;
}
.in-block7 .b .box a {
  display: flex;
  flex-direction: column;
}
.in-block7 .b .box a:hover .txt {
  background-color: #CD4648;
}
.in-block7 .b .box a:hover .txt .date {
  color: #fff;
}
.in-block7 .b .box a:hover .txt .tit {
  color: #fff;
}
.in-block7 .b .box a:hover .txt .desc {
  color: #fff;
}
.in-block7 .b .box a:hover img {
  transform: scale(1.05);
}
.in-block7 .b .box:nth-child(2n) a {
  flex-direction: column-reverse;
}
.in-block7 .b .img-box {
  padding-bottom: 54.54545455%;
}
.in-block7 .b .txt {
  padding: 45px 55px;
  background-color: #fff;
  transition: all 0.35s;
}
.in-block7 .b .txt .date {
  color: #CD4648;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  transition: all 0.35s;
}
.in-block7 .b .txt .tit {
  color: #333;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 30px */
  text-transform: capitalize;
  min-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 15px 0 15px;
  transition: all 0.35s;
}
.in-block7 .b .txt .desc {
  color: #666;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  text-transform: capitalize;
  min-height: 96px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  transition: all 0.35s;
}
.in-block8 {
  padding: 75px 0 100px;
}
.in-block8 .top {
  text-align: center;
  margin: 0 0 40px;
}
.in-block8 .top .in-desc {
  margin: 0 0 15px;
}
.in-block8 .list {
  display: flex;
  margin: 0 -15px;
}
.in-block8 .list .box {
  width: 33.33333333%;
  padding: 0 15px;
}
.in-block8 .list .t {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}
.in-block8 .list .t .tit {
  margin-left: 15px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  padding-top: 3px;
}
.in-block8 .list .t .ico {
  height: 32px;
}
.in-block8 .list .t .ico img {
  height: 100%;
}
.in-block8 .list .b {
  width: 100%;
  height: calc(100% - 62px);
  border: 3px solid #f0f5fa;
  padding: 10px;
}
@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: #CD4648;
}
.header-prod .r a:hover:before {
  width: 0;
}
.header-prod .r a:hover:after {
  width: 100%;
}
.header-prod .r .box:nth-child(n+2) {
  margin: 30px 0 0;
}
.hidden-fields-container {
  display: none;
}
.about .b1 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about .b1 .box {
  color: #333;
  transition: all 0.35s;
}
.about .b1 .box:hover {
  color: #CD4648;
}
.about .b1 .box:nth-child(2),
.about .b1 .box:nth-child(3) {
  margin: 55px 0 0;
}
.about .b1 .box .t {
  display: flex;
  align-items: flex-end;
}
.about .b1 .box .t .tl {
  display: flex;
  align-items: flex-start;
}
.about .b1 .box .t .tl .num {
  font-family: Roboto;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 100px */
}
.about .b1 .box .t .tl .num-after {
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  /* 166.667% */
}
.about .b1 .box .t .tr {
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  max-width: 120px;
  margin: 0 0 8px;
}
.about .b1 .box .desc {
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 19.8px */
  margin: 15px 0 0;
  max-width: 280px;
}
.about .b2 {
  padding: 75px 0 0;
}
.about .b2 .tit {
  color: #333;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 44px */
  margin: 30px 0;
}
.about .b2 .desc {
  color: #666;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
}
.about .b2 .desc p {
  margin: 0;
}
.about .b2 .list {
  margin: 70px -15px 0;
}
.about .b2 .list .slick-slide > div {
  font-size: 0;
}
.about .b2 .list .box {
  padding: 0 15px;
}
.about .b2 .list .box .pic {
  overflow: hidden;
  border-radius: 10px;
}
.about .b2 .list .box .pic .img-box {
  padding-bottom: 56.60377358%;
}
.about .b3 {
  padding: 120px 0 85px;
}
.about .b3 .t .tit {
  color: #333;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 44px */
  margin: 30px 0 10px;
}
.about .b3 .t .desc {
  color: #666;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
}
.about .b3 .b {
  margin: 35px 0 0;
}
.about .b3 .b .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.about .b3 .b .box {
  width: 25%;
  padding: 0 15px;
}
.about .b3 .b .box .cont {
  height: 100%;
  background-color: #EEEEEE;
  padding: 35px;
  color: #333;
  transition: all 0.35s;
}
.about .b3 .b .box .cont:hover {
  background-color: #CD4648;
  color: #fff;
}
.about .b3 .b .box .cont i {
  font-size: 42px;
  line-height: 1;
}
.about .b3 .b .box .cont .tit {
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 27.5px */
  margin: 25px 0 0;
}
.about .b3 .b .desc {
  color: #CD4648;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 25px */
  margin: 35px 0 0;
}
.about .b4 {
  background: #F8F8F8;
  padding: 100px 0 90px;
}
.about .b4 .t .tit {
  color: #333;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 50px */
  margin: 25px 0 10px;
}
.about .b4 .t .desc {
  color: #666;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  max-width: 1080px;
}
.about .b4 .b {
  margin: 40px 0 0;
}
.about .b4 .b .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.about .b4 .b .box {
  width: 25%;
  padding: 0 15px;
}
.about .b4 .b .box .cont {
  position: relative;
}
.about .b4 .b .box .pic .img-box {
  padding-bottom: 69.23076923%;
}
.about .b4 .b .box .tit {
  position: absolute;
  max-width: 250px;
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 28.6px */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
.about .b5 {
  padding: 80px 0 190px;
  background-image: url(../img/ab-b5-bg.webp);
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  overflow: hidden;
}
.about .b5 .t .tit {
  color: #333;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 44px */
}
.about .b5 .t .desc {
  color: #333;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  margin: 20px 0;
}
.about .b5 .t .pic img {
  max-width: 100%;
}
.about .b5 .b {
  margin: 65px 0 0;
}
.about .b5 .b .slick-slide > div {
  font-size: 0;
}
.about .b5 .b .list {
  margin: 0 -30px;
}
.about .b5 .b .box {
  padding: 0 30px;
}
.about .b5 .b .box .img-box {
  padding-bottom: 134.05017921%;
}
.prod .all {
  display: flex;
  padding: 70px 0 100px;
}
.prod .l {
  width: 23.63636364%;
}
.prod .l .l-tit {
  color: #000;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.prod .l .l-tit span {
  color: #CD4648;
  margin: 0 10px 0 0;
}
.prod .l .list > .box:nth-child(n+2) {
  margin: 10px 0 0;
}
.prod .l .list > .box.active > a {
  background: #FDEEEE;
  color: #CD4648;
}
.prod .l .list > .box.active > a:after {
  opacity: 1;
}
.prod .l .list > .box.active .list-2 {
  display: block;
}
.prod .l .list > .box > a {
  border-radius: 4px;
  background: #F4F4F4;
  display: flex;
  width: 100%;
  color: #333;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  padding: 15px 40px 15px 30px;
  position: relative;
  transition: all 0.35s;
}
.prod .l .list > .box > a:after {
  content: '\e600';
  color: #CD4648;
  font-size: 14px;
  line-height: 1;
  font-family: 'iconfont';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.prod .l .list > .box > a:hover {
  background: #FDEEEE;
  color: #CD4648;
}
.prod .l .list > .box > a:hover:after {
  opacity: 1;
}
.prod .l .list .list-2 {
  background-color: #F8F8F8;
  margin: 10px 0 0;
  padding: 20px 30px;
  display: none;
}
.prod .l .list .list-2 > .box.active a {
  color: #CD4648;
  text-decoration: underline;
}
.prod .l .list .list-2 > .box:nth-child(n+2) {
  margin: 20px 0 0;
}
.prod .l .list .list-2 > .box a {
  color: #666;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  transition: all 0.35s;
}
.prod .l .list .list-2 > .box a:hover {
  color: #CD4648;
  text-decoration: underline;
}
.prod .l .l-box:nth-child(n+2) {
  margin: 80px 0 0;
}
.prod .l .form {
  background: #F5DADA;
  border-radius: 30px;
  padding: 25px;
}
.prod .l .form .cont {
  border-radius: 26px;
  background: #FAECEC;
  padding: 25px;
}
.prod .l .form form {
  display: flex;
  flex-direction: column;
}
.prod .l .form form p {
  margin: 0;
  width: 100%;
}
.prod .l .form form input,
.prod .l .form form textarea {
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #fff;
  transition: all 0.35s;
}
.prod .l .form form input:focus,
.prod .l .form form textarea:focus {
  outline: none;
  border-color: #CD4648;
}
.prod .l .form form input {
  margin: 0 0 15px;
  height: 44px;
  padding: 0 15px;
}
.prod .l .form form textarea {
  margin: 0 0 20px;
  height: 95px;
  padding: 10px 15px;
  resize: none;
}
.prod .l .form form button {
  padding: 8px 35px;
  background-color: #CD4648;
  border-radius: 600px;
  border: 1px solid #CD4648;
  transition: all 0.35s;
  color: #fff;
}
.prod .l .form form button i {
  display: none;
}
.prod .l .form form button span {
  color: inherit;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 22.5px */
  text-transform: capitalize;
}
.prod .l .form form button:hover {
  background-color: transparent;
  color: #CD4648;
}
.prod .r {
  width: 76.36363636%;
  padding: 0 0 0 50px;
}
.prod .r .list {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.prod .r .box {
  padding: 0 10px;
  width: 33.33333333%;
}
.prod .r .box:nth-child(n+4) {
  margin: 30px 0 0;
}
.prod .r .box .img-box {
  padding-bottom: 69.23076923%;
}
.prod .r .box a {
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  display: block;
  overflow: hidden;
}
.prod .r .box a .cont {
  padding: 15px 25px 25px;
}
.prod .r .box a .cont .tag {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3.5px;
}
.prod .r .box a .cont .tag span {
  margin: 0 3.5px 5px;
  background-color: rgba(205, 70, 72, 0.2);
  border-radius: 12px;
  padding: 5px 10px;
  color: #CD4648;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 15.4px */
}
.prod .r .box a .cont .tit {
  color: #333;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 22px */
  margin: 25px 0 0;
}
.prod .r .box a .cont .desc {
  color: #666;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.prod .r .box a .cont .btn {
  margin: 25px 0 0;
  display: flex;
  align-items: center;
  color: #CD4648;
}
.prod .r .box a .cont .btn span {
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 15.4px */
}
.prod .r .box a .cont .btn i {
  font-size: 16px;
  line-height: 1;
  color: inherit;
  margin: 0 0 0 15px;
}
.prod-deta {
  background: #FFF8F8;
}
.prod-deta .b1 {
  padding: 90px 0 0;
}
.prod-deta .b1 .all {
  display: flex;
}
.prod-deta .b1 .l {
  width: 40%;
}
.prod-deta .b1 .l .img-box {
  padding-bottom: 72.27272727%;
}
.prod-deta .b1 .l .slick-slide > div {
  font-size: 0;
}
.prod-deta .b1 .l .item {
  border-radius: 10px;
  overflow: hidden;
}
.prod-deta .b1 .l .lb {
  margin: 25px 0 0;
  padding: 0 30px;
}
.prod-deta .b1 .l .lb .item {
  border: 4px solid #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04);
}
.prod-deta .b1 .l .lb .box {
  padding: 0 10px;
}
.prod-deta .b1 .l .lb .slick-prev:before,
.prod-deta .b1 .l .lb .slick-next:before {
  color: #CD4648;
  line-height: 1;
  font-size: 14px;
  font-family: 'iconfont';
  opacity: 1;
}
.prod-deta .b1 .l .lb .slick-prev:before {
  content: '\eb23';
}
.prod-deta .b1 .l .lb .slick-next:before {
  content: '\e64d';
}
.prod-deta .b1 .r {
  width: 60%;
  padding: 0 0 0 100px;
}
.prod-deta .b1 .r .h1 {
  display: flex;
  color: #333;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.prod-deta .b1 .r .h1 span {
  color: #CD4648;
  margin: 0 10px 0 0;
}
.prod-deta .b1 .r .h1 h1 {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
.prod-deta .b1 .r .tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 25px -3.5px 15px;
}
.prod-deta .b1 .r .tag span {
  margin: 0 3.5px;
  color: #CD4648;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 15.4px */
  padding: 5px 10px;
  background-color: rgba(205, 70, 72, 0.2);
  border-radius: 600px;
}
.prod-deta .b1 .r .desc p {
  color: #333;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  margin: 0;
}
.prod-deta .b1 .r .desc ul {
  padding: 0;
  margin: 0;
}
.prod-deta .b1 .r .desc ul li {
  list-style: none;
  color: #666;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 0 0 0 20px;
  position: relative;
  margin: 0 0 10px;
}
.prod-deta .b1 .r .desc ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  display: block;
  left: 0;
  top: 9px;
  border-radius: 50%;
  background-color: #CD4648;
}
.prod-deta .b1 .r .desc * + ul {
  margin: 25px 0 0;
}
.prod-deta .b1 .r .btngroup {
  margin: 60px -10px 0;
  display: flex;
  align-items: center;
}
.prod-deta .b1 .r .btngroup a {
  margin: 0 10px;
  border: 1px solid #CD4648;
  display: flex;
  align-items: center;
  width: fit-content;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
  background-color: #CD4648;
  padding: 10px 25px;
  border-radius: 600px;
  transition: all 0.35s;
}
.prod-deta .b1 .r .btngroup a:nth-child(2) {
  color: #CD4648;
  background-color: #fff;
}
.prod-deta .b1 .r .btngroup a:nth-child(2):hover {
  background-color: #CD4648;
  color: #fff;
}
.prod-deta .b1 .r .btngroup a i {
  font-size: 22px;
  line-height: 1;
  color: inherit;
  margin: 0 10px 0 0;
}
.prod-deta .b1 .r .btngroup a:first-child:hover {
  background-color: #fff;
  color: #CD4648;
}
.prod-deta .b2 {
  padding: 110px 0 100px;
}
.prod-deta .b2 .all {
  display: flex;
}
.prod-deta .b2 .l-tit {
  color: #000;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.prod-deta .b2 .l-tit span {
  color: #CD4648;
  margin: 0 10px 0 0;
}
.prod-deta .b2 .l {
  width: 23.63636364%;
}
.prod-deta .b2 .l .list > .box:nth-child(n+2) {
  margin: 10px 0 0;
}
.prod-deta .b2 .l .list > .box.active > a {
  background: #FDEEEE;
  color: #CD4648;
}
.prod-deta .b2 .l .list > .box.active > a:after {
  opacity: 1;
}
.prod-deta .b2 .l .list > .box.active .list-2 {
  display: block;
}
.prod-deta .b2 .l .list > .box > a {
  border-radius: 4px;
  background: #fff;
  display: flex;
  width: 100%;
  color: #333;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  padding: 15px 40px 15px 30px;
  position: relative;
  transition: all 0.35s;
}
.prod-deta .b2 .l .list > .box > a:after {
  content: '\e600';
  color: #CD4648;
  font-size: 14px;
  line-height: 1;
  font-family: 'iconfont';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.prod-deta .b2 .l .list > .box > a:hover {
  background: #FDEEEE;
  color: #CD4648;
}
.prod-deta .b2 .l .list > .box > a:hover:after {
  opacity: 1;
}
.prod-deta .b2 .l .list .list-2 {
  background-color: #fff;
  margin: 10px 0 0;
  padding: 20px 30px;
  display: none;
}
.prod-deta .b2 .l .list .list-2 > .box.active a {
  color: #CD4648;
  text-decoration: underline;
}
.prod-deta .b2 .l .list .list-2 > .box:nth-child(n+2) {
  margin: 20px 0 0;
}
.prod-deta .b2 .l .list .list-2 > .box a {
  color: #666;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  transition: all 0.35s;
}
.prod-deta .b2 .l .list .list-2 > .box a:hover {
  color: #CD4648;
  text-decoration: underline;
}
.prod-deta .b2 .l .l-box:nth-child(n+2) {
  margin: 80px 0 0;
}
.prod-deta .b2 .l .related .related-list .related-box .img-box {
  padding-bottom: 69.23076923%;
}
.prod-deta .b2 .l .related .related-list .related-box a {
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  display: block;
  overflow: hidden;
}
.prod-deta .b2 .l .related .related-list .related-box a .cont {
  padding: 15px 25px 25px;
}
.prod-deta .b2 .l .related .related-list .related-box a .cont .tag {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3.5px;
}
.prod-deta .b2 .l .related .related-list .related-box a .cont .tag span {
  margin: 0 3.5px;
  background-color: rgba(205, 70, 72, 0.2);
  border-radius: 12px;
  padding: 5px 10px;
  color: #CD4648;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 15.4px */
}
.prod-deta .b2 .l .related .related-list .related-box a .cont .tit {
  color: #333;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 22px */
  margin: 25px 0 0;
}
.prod-deta .b2 .l .related .related-list .related-box a .cont .desc {
  color: #666;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.prod-deta .b2 .l .related .related-list .related-box a .cont .btn {
  margin: 25px 0 0;
  display: flex;
  align-items: center;
  color: #CD4648;
}
.prod-deta .b2 .l .related .related-list .related-box a .cont .btn span {
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 15.4px */
}
.prod-deta .b2 .l .related .related-list .related-box a .cont .btn i {
  font-size: 16px;
  line-height: 1;
  color: inherit;
  margin: 0 0 0 15px;
}
.prod-deta .b2 .r {
  width: 76.36363636%;
  padding: 0 0 0 100px;
}
.prod-deta .b2 .r .r-b1 .cont {
  color: #333;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 22.5px */
}
.prod-deta .b2 .r .r-b1 .cont p {
  margin: 0;
}
.prod-deta .b2 .r .r-b2 {
  margin: 60px 0 0;
  overflow: hidden;
}
.prod-deta .b2 .r .r-b2 .cont {
  color: #333;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 22.5px */
}
.prod-deta .b2 .r .r-b2 .cont p {
  margin: 0;
}
.prod-deta .b2 .r .r-b2 .list {
  margin: 45px -17.5px 0;
}
.prod-deta .b2 .r .r-b2 .list .box {
  padding: 0 17.5px;
}
.prod-deta .b2 .r .r-b2 .list .img-box {
  padding-bottom: 68.18181818%;
}
.prod-deta .b2 .r .r-b2 .list .tit {
  color: #000;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  margin: 12px 0 0;
  text-align: center;
}
.prod-deta .b2 .r .r-b3 {
  margin: 60px 0 0;
}
.prod-deta .b2 .r .r-b3 form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 0;
}
.prod-deta .b2 .r .r-b3 form p {
  margin: 0;
  width: calc(25% - 15px);
}
.prod-deta .b2 .r .r-b3 form p:nth-of-type(n+5) {
  width: 100%;
}
.prod-deta .b2 .r .r-b3 form input,
.prod-deta .b2 .r .r-b3 form textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  margin: 0 0 30px;
  transition: all 0.35s;
}
.prod-deta .b2 .r .r-b3 form input:focus,
.prod-deta .b2 .r .r-b3 form textarea:focus {
  outline: none;
  border-color: #CD4648;
}
.prod-deta .b2 .r .r-b3 form input {
  height: 60px;
  padding: 0 15px;
}
.prod-deta .b2 .r .r-b3 form textarea {
  padding: 10px 15px;
  resize: none;
  height: 235px;
}
.prod-deta .b2 .r .r-b3 form button {
  display: flex;
  align-items: center;
  border-radius: 33.5px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  width: fit-content;
  padding: 5px 5px 5px 20px;
  transition: all 0.35s;
}
.prod-deta .b2 .r .r-b3 form button span {
  color: #1F242C;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.35s;
}
.prod-deta .b2 .r .r-b3 form button i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #CD4648;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 25px;
  transition: all 0.35s;
}
.prod-deta .b2 .r .r-b3 form button:hover {
  background-color: #CD4648;
  border-color: #CD4648;
}
.prod-deta .b2 .r .r-b3 form button:hover span {
  color: #fff;
}
.prod-deta .b2 .r .r-b3 form button:hover i {
  background-color: #fff;
  color: #CD4648;
}
.application .b1 {
  padding: 100px 0 100px;
  background-image: url(../img/app-b1-bg.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.application .b1 .t {
  text-align: center;
}
.application .b1 .t .tit {
  color: #000;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 75% */
}
.application .b1 .t .desc {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  margin: 20px 0 0;
}
.application .b1 .b {
  margin: 40px 0 0;
}
.application .b1 .b .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.application .b1 .b .box {
  width: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.application .b1 .b .box:hover .ico {
  background-color: #FDEEEE;
}
.application .b1 .b .box:hover .tit {
  color: #CD4648;
}
.application .b1 .b .box .ico {
  width: 140px;
  height: 140px;
  border-radius: 10px;
  transition: all 0.35s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.application .b1 .b .box .ico i {
  font-size: 60px;
  color: #000;
}
.application .b1 .b .box .tit {
  color: #000;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
  margin: 20px 0 0;
  text-align: center;
  transition: all 0.35s;
}
.application .b2 {
  padding: 35px 0 120px;
}
.application .b2 .box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.application .b2 .box .pic {
  width: 62.5%;
}
.application .b2 .box .pic .img-box {
  padding-bottom: 50%;
}
.application .b2 .box .hover {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
  width: 52.08333333%;
  z-index: 1;
  padding: 80px 135px;
}
.application .b2 .box .hover .num {
  color: #CDCDCD;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.16;
}
.application .b2 .box .hover .tit {
  color: #CD4648;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.175;
}
.application .b2 .box .hover .desc {
  margin: 20px 0 0;
  color: #333;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 1.16;
}
.application .b2 .box .hover .cont {
  margin: 35px 0 0;
  padding: 0 0 0 15px;
  position: relative;
  color: #5B5B5B;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}
.application .b2 .box .hover .cont p {
  margin: 0;
}
.application .b2 .box .hover .cont:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 4px;
  background-color: #CD4648;
  left: 0;
  top: 0;
}
.application .b2 .box:nth-child(n+2) {
  margin: 100px 0 0;
}
.application .b2 .box:nth-child(2n) {
  justify-content: flex-start;
}
.application .b2 .box:nth-child(2n) .hover {
  left: auto;
  right: 0;
}
.app-foot-b3 {
  background-image: url(../img/app-b3-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 115px 0 105px;
  text-align: center;
}
.app-foot-b3 .tit {
  color: #1F242C;
  text-align: center;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 50px */
  max-width: 900px;
  margin: 0 auto;
}
.app-foot-b3 .desc {
  color: #333;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  margin: 20px auto 50px;
  max-width: 1410px;
}
.app-foot-b3 .btn {
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  text-transform: capitalize;
  border-radius: 600px;
  background: #CD4648;
  padding: 10px 50px;
  border: 1px solid #CD4648;
  transition: all 0.35s;
}
.app-foot-b3 .btn:hover {
  background-color: transparent;
  color: #CD4648;
}
.news {
  padding: 75px 0 100px;
}
.news .t .tit {
  color: #333;
  font-family: Roboto;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 60px */
  margin: 10px 0 0;
}
.news .b {
  margin: 40px 0 0;
}
.news .b .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -22.5px;
}
.news .b .box-1 .img-box,
.news .b .box-2 .img-box {
  padding-bottom: 60%;
}
.news .b .box-1 {
  width: 66.66666666%;
  padding: 0 22.5px;
}
.news .b .box-1 .cont {
  position: relative;
}
.news .b .box-1 .pic {
  border-radius: 30px;
  overflow: hidden;
}
.news .b .box-1 .hover {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px 85px 40px 40px;
  z-index: 1;
}
.news .b .box-1 .hover .tit {
  color: #FFF;
  font-family: Roboto;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 32.5px */
}
.news .b .box-1 .hover .date {
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 20px */
  margin: 15px 0;
}
.news .b .box-1 .hover .msg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .b .box-1 .hover .msg .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #FAFAFA;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 22.5px */
  width: calc(100% - 80px);
  padding: 0 165px 0 0;
}
.news .b .box-1 .hover .msg .btn {
  display: flex;
  width: fit-content;
  padding: 11px 25px;
  border-radius: 80px;
  background: #CD4648;
}
.news .b .box-1 .hover .msg .btn i {
  font-size: 28px;
  line-height: 1;
  color: #fff;
}
.news .b .box-2 {
  width: 33.33333333%;
  padding: 0 22.5px;
}
.news .b .box-2:nth-child(n+3) {
  margin: 60px 0 0;
}
.news .b .box-2 .pic {
  border-radius: 26px;
}
.news .b .box-2 .cont {
  border-radius: 30px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  display: block;
  padding: 30px 30px 40px;
  height: 100%;
}
.news .b .box-2 .cont .tit {
  color: #333;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 27.5px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news .b .box-2 .cont .desc {
  color: #5C5C5C;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 22.5px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 20px 0;
}
.news .b .box-2 .cont .pic {
  border-radius: 26px;
  overflow: hidden;
}
.news .b .box-2 .cont .msg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px;
}
.news .b .box-2 .cont .msg .date {
  color: #5C5C5C;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 20px */
}
.news .b .box-2 .cont .msg .date span {
  font-weight: 400;
}
.news .b .box-2 .cont .msg .btn {
  display: flex;
  width: fit-content;
  padding: 11px 25px;
  border-radius: 80px;
  background: #CD4648;
}
.news .b .box-2 .cont .msg .btn i {
  font-size: 28px;
  line-height: 1;
  color: #fff;
}
.blog-deta {
  padding: 115px 0 100px;
}
.blog-deta .all {
  display: flex;
}
.blog-deta .l {
  width: 76.36363636%;
  padding: 0 125px 0 0;
}
.blog-deta .l .lt {
  display: flex;
}
.blog-deta .l .lt .date {
  width: 120px;
  height: 120px;
  background-color: #CD4648;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.blog-deta .l .lt .date .d {
  color: #FFF;
  font-family: Roboto;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.16;
}
.blog-deta .l .lt .date .ym {
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.16;
}
.blog-deta .l .lt .ltr {
  width: calc(100% - 120px);
  padding: 0 0 0 30px;
}
.blog-deta .l .lt .ltr h1 {
  color: #000;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.16;
  margin: 0;
}
.blog-deta .l .lt .ltr .share {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  padding: 15px 0;
}
.blog-deta .l .lt .ltr .share #st-1.st-animated {
  margin: 0 0 0 15px;
}
.blog-deta .l .lm {
  margin: 40px 0 0;
}
.blog-deta .l .lb {
  margin: 50px 0 0;
  position: relative;
  padding: 0 0 0 15px;
}
.blog-deta .l .lb:before {
  content: '';
  width: 2px;
  height: calc(100% - 6px);
  background-color: #CD4648;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blog-deta .l .lb .lbt .r-page a,
.blog-deta .l .lb .lbb .r-page a {
  display: flex;
  align-items: center;
}
.blog-deta .l .lb .lbt .r-page a span,
.blog-deta .l .lb .lbb .r-page a span {
  color: #333;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.blog-deta .l .lb .lbt .r-page a .r-page-r,
.blog-deta .l .lb .lbb .r-page a .r-page-r {
  color: #666;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 0 10px;
}
.blog-deta .l .lb .lbb {
  margin: 8px 0 0;
}
.blog-deta .r {
  width: 23.63636364%;
}
.blog-deta .r .r-box .r-tit {
  color: #000;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  margin: 0 0 20px;
}
.blog-deta .r .r-box .r-tit span {
  color: #CD4648;
}
.blog-deta .r .r-box-prod .list .box:nth-child(n+2) {
  margin: 10px 0 0;
}
.blog-deta .r .r-box-prod .list .box a {
  width: 100%;
  display: block;
  color: #333;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.16;
  position: relative;
  padding: 15px 85px 15px 30px;
  border-radius: 4px;
  background: #F4F4F4;
  transition: all 0.35s;
}
.blog-deta .r .r-box-prod .list .box a:after {
  content: '\e600';
  font-family: 'iconfont';
  font-size: 16px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  color: #CD4648;
  transition: all 0.35s;
}
.blog-deta .r .r-box-prod .list .box a:hover {
  background-color: #FDEEEE;
  color: #CD4648;
}
.blog-deta .r .r-box-prod .list .box a:hover:after {
  opacity: 1;
}
.blog-deta .r .r-box-news {
  margin: 80px 0 0;
}
.blog-deta .r .r-box-news .box:nth-child(n+2) {
  margin: 30px 0 0;
}
.blog-deta .r .r-box-news a {
  border-radius: 30px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  padding: 30px 25px 20px;
  display: block;
  transition: all 0.35s;
}
.blog-deta .r .r-box-news a:hover {
  background-color: #FDEEEE;
  border-color: #FDEEEE;
}
.blog-deta .r .r-box-news a:hover .tit {
  color: #CD4648;
}
.blog-deta .r .r-box-news a .tit {
  color: #333;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 133.333% */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: all 0.35s;
}
.blog-deta .r .r-box-news a .pic {
  margin: 25px 0 0;
  border-radius: 26px;
  overflow: hidden;
}
.blog-deta .r .r-box-news a .pic .img-box {
  padding-bottom: 60%;
}
.blog-deta .r .r-box-news a .msg {
  margin: 15px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-deta .r .r-box-news a .msg .date {
  color: #5C5C5C;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 20px */
}
.blog-deta .r .r-box-news a .msg .btn {
  padding: 8px 15px;
  font-size: 20px;
  border-radius: 80px;
  background: #CD4648;
  line-height: 1;
  color: #fff;
}
.blog-deta .r .r-box-form {
  margin: 30px 0 0;
  background: rgba(205, 70, 72, 0.2);
  border-radius: 30px;
  padding: 25px;
}
.blog-deta .r .r-box-form .form {
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.5);
  padding: 25px;
}
.blog-deta .r .r-box-form .form form {
  display: flex;
  flex-direction: column;
}
.blog-deta .r .r-box-form .form form p {
  margin: 0;
}
.blog-deta .r .r-box-form .form form input,
.blog-deta .r .r-box-form .form form textarea {
  width: 100%;
  border-radius: 4px;
  background: #FFF;
  border: 1px solid #fff;
  transition: all 0.35s;
}
.blog-deta .r .r-box-form .form form input:focus,
.blog-deta .r .r-box-form .form form textarea:focus {
  border-color: #CD4648;
  outline: none;
}
.blog-deta .r .r-box-form .form form input {
  height: 44px;
  padding: 0 15px;
  margin: 0 0 15px;
}
.blog-deta .r .r-box-form .form form textarea {
  padding: 15px;
  resize: none;
  height: 95px;
  margin: 0 0 20px;
}
.blog-deta .r .r-box-form .form form button {
  background-color: #CD4648;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border-radius: 600px;
  color: #FFF;
  border: 1px solid #CD4648;
  transition: all 0.35s;
}
.blog-deta .r .r-box-form .form form button span {
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 22.5px */
  text-transform: capitalize;
}
.blog-deta .r .r-box-form .form form button i {
  font-size: 16px;
  line-height: 1;
  margin: 0 0 0 10px;
}
.blog-deta .r .r-box-form .form form button:hover {
  color: #CD4648;
  background-color: #fff;
}
.hyh-tag {
  display: flex;
  align-items: center;
}
.hyh-tag img {
  width: 36px;
}
.hyh-tag span {
  color: #CD4648;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 22.5px */
  margin: 0 0 0 20px;
}
.contact .b1 {
  padding: 70px 0 0;
}
.contact .b1 .tit {
  color: #000;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 50px */
  margin: 10px 0 15px;
}
.contact .b1 .desc {
  color: #333;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  max-width: 1360px;
}
.contact .b1 .desc span,
.contact .b1 .desc a {
  color: #CD4648;
}
.contact .b1 .desc a:hover {
  text-decoration: underline;
}
.contact .b1 .desc p {
  margin: 0;
}
.contact .b1 .desc * + p {
  margin: 20px 0 0;
}
.contact .b1 .form {
  margin: 50px 0 0;
}
.contact .b1 .form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 18px;
}
.contact .b1 .form form p {
  margin: 0;
  width: calc(25% - 22.5px);
}
.contact .b1 .form form p:nth-of-type(n+5) {
  width: 100%;
}
.contact .b1 .form form input,
.contact .b1 .form form textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  margin: 0 0 30px;
  transition: all 0.35s;
}
.contact .b1 .form form input:focus,
.contact .b1 .form form textarea:focus {
  outline: none;
  border-color: #CD4648;
}
.contact .b1 .form form input {
  height: 60px;
  padding: 0 20px;
}
.contact .b1 .form form textarea {
  padding: 25px 20px;
  resize: none;
  height: 235px;
}
.contact .b1 .form form button {
  display: flex;
  width: fit-content;
  align-items: center;
  border-radius: 33.5px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  padding: 5px 5px 5px 20px;
}
.contact .b1 .form form button span {
  color: #1F242C;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.16;
}
.contact .b1 .form form button i {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background-color: #CD4648;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  margin: 0 0 0 25px;
}
.contact .b2 {
  padding: 100px 0 0;
}
.contact .b2 .all {
  display: flex;
  align-items: center;
}
.contact .b2 .l {
  width: 50.90909091%;
}
.contact .b2 .l .pic {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.contact .b2 .l .pic img {
  width: 100%;
}
.contact .b2 .r {
  width: 49.09090909%;
  padding: 0 0 0 80px;
}
.contact .b2 .r .rt .tit {
  color: #1F242C;
  font-family: Roboto;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 60px */
  margin: 25px 0 60px;
}
.contact .b2 .r .rt .tit span {
  color: #CD4648;
}
.contact .b2 .r .list .box {
  display: flex;
}
.contact .b2 .r .list .box:nth-child(n+2) {
  margin: 30px 0 0;
}
.contact .b2 .r .list .box .ico {
  width: 80px;
  height: 80px;
  background-color: #FFEFEF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.contact .b2 .r .list .box .ico i {
  font-size: 30px;
  line-height: 1;
  color: #CD4648;
}
.contact .b2 .r .list .box .txt {
  width: calc(100% - 80px);
  padding: 15px 0 0 35px;
}
.contact .b2 .r .list .box .txt .tit {
  color: #333;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  /* 63.636% */
}
.contact .b2 .r .list .box .txt .desc {
  color: #666;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 10px 0 0;
}
.contact .b2 .r .list .box .txt .desc a {
  color: #666;
  transition: all 0.35s;
}
.contact .b2 .r .list .box .txt .desc a:hover {
  color: #CD4648;
}
.contact .b3 {
  margin: 100px 0 0;
}
.contact .b3 .map {
  height: 700px;
}
.contact .b3 .map .map-content {
  height: 100%;
}
.service .b1 {
  padding: 60px 0 120px;
  overflow: hidden;
}
.service .b1 .t .tit {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 63px */
}
.service .b1 .t .desc {
  color: #666;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}
.service .b1 .b {
  margin: 40px 0 0;
}
.service .b1 .b .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.service .b1 .b .box {
  padding: 0 30px;
  width: 33.33333333%;
}
.service .b1 .b .box:nth-child(n+4) {
  margin: 60px 0 0;
}
.service .b1 .b .box .cont {
  border-bottom: 3px solid #FFF;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.35s;
}
.service .b1 .b .box .cont i {
  font-size: 50px;
  line-height: 1;
  color: #CD4648;
}
.service .b1 .b .box .cont .tit {
  color: #333;
  text-align: center;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 33px */
  margin: 15px 0 5px;
}
.service .b1 .b .box .cont .desc {
  color: #333;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 22.5px */
}
.service .b1 .b .box .cont:hover {
  border-color: #CD4648;
  background: #FDEEEE;
}
.service .b3 {
  padding: 120px 0 0;
}
.service .b3 .t .tit {
  color: #000;
  font-family: Roboto;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
.service .b3 .t .tit span {
  color: #CD4648;
}
.service .b3 .b {
  margin: 40px 0 0;
}
.service .b3 .b .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.service .b3 .b .box {
  padding: 0 20px;
  width: 25%;
}
.service .b3 .b .box .cont .pic {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}
.service .b3 .b .box .cont .tit {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 30px */
  margin: 20px 0 0;
}
.service .b4 {
  padding: 120px 0 180px;
}
.service .b4 .all {
  display: flex;
  align-items: center;
}
.service .b4 .l {
  width: 48.78787879%;
  position: relative;
  height: 100%;
}
.service .b4 .l:after {
  content: '';
  border-radius: 29px;
  background: rgba(205, 70, 72, 0.09);
  width: calc(100% + 10px);
  height: 240px;
  position: absolute;
  display: block;
  right: -40px;
  bottom: -55px;
}
.service .b4 .l .pic {
  width: 100%;
  position: relative;
  z-index: 1;
}
.service .b4 .l .pic img {
  width: 100%;
}
.service .b4 .r {
  width: 51.21212121%;
  padding: 0 0 0 60px;
}
.service .b4 .r .rt {
  display: flex;
  align-items: flex-end;
}
.service .b4 .r .rt .txt {
  width: calc(100% - 90px);
  padding: 0 30px 25px 0;
}
.service .b4 .r .rt .txt .tit {
  color: #333;
  font-family: Roboto;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 63px */
  margin: 5px 0 0;
}
.service .b4 .r .rt .txt .desc {
  color: #CD4648;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}
.service .b4 .r .rt .ico {
  width: 90px;
}
.service .b4 .r .rt .ico i {
  font-size: 90px;
  line-height: 1;
  color: #CD4648;
}
.service .b4 .r .rb {
  margin: 35px 0 0;
}
.service .b4 .r .rb .box .top {
  display: flex;
  align-items: center;
}
.service .b4 .r .rb .box .top .avatar {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  overflow: hidden;
}
.service .b4 .r .rb .box .top .top-r {
  padding: 0 0 0 20px;
}
.service .b4 .r .rb .box .top .top-r .name {
  color: #333;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 22px */
}
.service .b4 .r .rb .box .top .top-r .star {
  margin: 8px 0 0;
}
.service .b4 .r .rb .box .desc {
  margin: 20px 0 0;
  color: #666;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  /* 26.4px */
}
.service .b4 .r .rb .slick-slide > div {
  font-size: 0;
}
.service .b4 .r .rb .rb-arrows {
  display: flex;
  position: relative;
  margin: 35px -5px 0;
}
.service .b4 .r .rb .rb-arrows .slick-prev,
.service .b4 .r .rb .rb-arrows .slick-next {
  width: 40px;
  height: 40px;
  border: 1px solid #CD4648;
  position: static;
  transform: translate(0);
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.35s;
}
.service .b4 .r .rb .rb-arrows .slick-prev:before,
.service .b4 .r .rb .rb-arrows .slick-next:before {
  font-family: 'iconfont';
  opacity: 1;
  line-height: 1;
  font-size: 10px;
  transition: all 0.35s;
}
.service .b4 .r .rb .rb-arrows .slick-prev {
  background-color: #fff;
}
.service .b4 .r .rb .rb-arrows .slick-prev:before {
  content: '\eb23';
  color: #CD4648;
}
.service .b4 .r .rb .rb-arrows .slick-prev:hover {
  background-color: #CD4648;
}
.service .b4 .r .rb .rb-arrows .slick-prev:hover:before {
  color: #fff;
}
.service .b4 .r .rb .rb-arrows .slick-next {
  background-color: #CD4648;
}
.service .b4 .r .rb .rb-arrows .slick-next:before {
  color: #fff;
  content: '\e64d';
}
.service .b4 .r .rb .rb-arrows .slick-next:hover {
  background-color: #fff;
}
.service .b4 .r .rb .rb-arrows .slick-next:hover:before {
  color: #CD4648;
}
.catalog .cata-tit {
  color: #333;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 44px */
}
.catalog .b1-2 {
  background: linear-gradient(180deg, rgba(242, 249, 238, 0) 0%, rgba(205, 73, 74, 0.05) 54.75%, rgba(205, 70, 72, 0.2) 100%);
}
.catalog .b1 {
  padding: 85px 0 0;
}
.catalog .b1 .all {
  display: flex;
  align-items: flex-start;
}
.catalog .b1 .l {
  width: 55.45454545%;
  padding: 0 100px 0 0;
}
.catalog .b1 .l .tag {
  display: flex;
  align-items: center;
}
.catalog .b1 .l .tag img {
  width: 36px;
}
.catalog .b1 .l .tag span {
  color: #CD4648;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 30px */
  margin: 0 0 0 10px;
}
.catalog .b1 .l .cata-tit {
  margin: 45px 0 15px;
}
.catalog .b1 .l .desc {
  color: #666;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
}
.catalog .b1 .l .desc p {
  margin: 0;
}
.catalog .b1 .l .pic {
  margin: 90px 0 0;
}
.catalog .b1 .l .pic img {
  max-width: 100%;
}
.catalog .b1 .r {
  width: 44.54545455%;
  position: relative;
}
.catalog .b1 .r .pic2 img {
  width: 100%;
}
.catalog .b1 .r .pic {
  position: absolute;
  width: 53.7414966%;
  left: -320px;
  bottom: -12px;
}
.catalog .b2 {
  padding: 135px 0 0;
}
.catalog .b2 .cata-tit {
  text-align: center;
}
.catalog .b2 .list {
  margin: 40px -10px;
}
.catalog .b2 .list .box {
  padding: 0 10px;
}
.catalog .b2 .list .box .img-box {
  padding-bottom: 69.23076923%;
}
.catalog .b2 .list .box a {
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  display: block;
  overflow: hidden;
}
.catalog .b2 .list .box a .cont {
  padding: 15px 25px 25px;
}
.catalog .b2 .list .box a .cont .tag {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3.5px;
}
.catalog .b2 .list .box a .cont .tag span {
  margin: 0 3.5px;
  background-color: rgba(205, 70, 72, 0.2);
  border-radius: 12px;
  padding: 5px 10px;
  color: #CD4648;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 15.4px */
}
.catalog .b2 .list .box a .cont .tit {
  color: #333;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 22px */
  margin: 25px 0 0;
}
.catalog .b2 .list .box a .cont .desc {
  color: #666;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.catalog .b2 .list .box a .cont .desc p{
    margin: 0;
}
.catalog .b2 .list .box a .cont .btn {
  margin: 25px 0 0;
  display: flex;
  align-items: center;
  color: #CD4648;
}
.catalog .b2 .list .box a .cont .btn span {
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 15.4px */
}
.catalog .b2 .list .box a .cont .btn i {
  font-size: 16px;
  line-height: 1;
  color: inherit;
  margin: 0 0 0 15px;
}
.catalog .b3-4 {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}
.catalog .b3 {
  padding: 80px 0 65px;
}
.catalog .b3 .tit {
  color: #FFF;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
}
.catalog .b3 .cata-tit {
  color: #fff;
  max-width: 680px;
  margin: 25px 0;
}
.catalog .b3 .desc {
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  text-transform: capitalize;
  max-width: 650px;
}
.catalog .b4 .all {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 4px 16.6px 0 rgba(0, 0, 0, 0.1);
  display: flex;
}
.catalog .b4 .l {
  width: 280px;
  border-radius: 20px;
  overflow: hidden;
}
.catalog .b4 .l .box {
  border-radius: 0 20px 20px 0;
  background: rgba(205, 70, 72, 0.2);
  transition: all 0.35s;
  color: #000;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  text-transform: capitalize;
  padding: 30px 40px;
  cursor: pointer;
}
.catalog .b4 .l .box.active {
  background: #CD4648;
  color: #fff;
}
.catalog .b4 .r {
  width: calc(100% - 280px);
  padding: 30px 40px 30px 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.catalog .b4 .r .box {
  display: none;
}
.catalog .b4 .r .box:first-child {
  display: block;
}
.catalog .b4 .r .box .box-all {
  display: flex;
}
.catalog .b4 .r .box .box-l {
  width: 37.00787402%;
}
.catalog .b4 .r .box .box-l .tit {
  color: #000;
  font-family: Roboto;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 28.6px */
  text-transform: capitalize;
}
.catalog .b4 .r .box .box-l .desc {
  color: #666;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  text-transform: capitalize;
  margin: 15px 0 0;
}
.catalog .b4 .r .box .box-l .desc p {
  margin: 0;
}
.catalog .b4 .r .box .box-r {
  width: 62.99212598%;
  padding: 0 0 0 40px;
}
.catalog .b4 .r .box .box-r .list {
  display: flex;
  margin: 0 -15px;
}
.catalog .b4 .r .box .box-r .list-box {
  width: 25%;
  padding: 0 15px;
}
.catalog .b4 .r .box .box-r .list-box .pic {
  width: 100%;
}
.catalog .b4 .r .box .box-r .list-box .pic img {
  width: 100%;
}
.catalog .b4 .r .box .box-r .list-box .tit {
  margin: 20px 0 0;
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 17.6px */
  text-transform: capitalize;
}
.catalog .b5 {
  padding: 95px 0 130px;
  overflow: hidden;
}
.catalog .b5 .desc {
  color: #CD4648;
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
}
.catalog .b5 .cata-tit {
  text-align: center;
  margin: 15px 0 0;
}
.catalog .b5 .list {
  margin: 65px -43.75px 0;
}
.catalog .b5 .list .box {
  padding: 0 43.75px;
}
.catalog .b5 .list .cont .pic {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.catalog .b5 .list .cont .pic img {
  width: 100%;
}
.catalog .b5 .list .cont .tit {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 22px */
  text-transform: capitalize;
  background-color: #CD4648;
  border-radius: 600px;
  padding: 10px 50px;
  margin: 35px auto 0;
  width: fit-content;
}
