@font-face {
  font-family: 'Inter Tight';
  src: local('Inter Tight Medium'), local('InterTight-Medium'), url('../fonts/InterTight-Medium.woff2') format('woff2'), url('../fonts/InterTight-Medium.woff') format('woff'), url('../fonts/InterTight-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: local('Inter Tight SemiBold'), local('InterTight-SemiBold'), url('../fonts/InterTight-SemiBold.woff2') format('woff2'), url('../fonts/InterTight-SemiBold.woff') format('woff'), url('../fonts/InterTight-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: local('Inter Tight Bold'), local('InterTight-Bold'), url('../fonts/InterTight-Bold.woff2') format('woff2'), url('../fonts/InterTight-Bold.woff') format('woff'), url('../fonts/InterTight-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: local('Inter Tight Regular'), local('InterTight-Regular'), url('../fonts/InterTight-Regular.woff2') format('woff2'), url('../fonts/InterTight-Regular.woff') format('woff'), url('../fonts/InterTight-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Inter Tight', Arial, Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  min-height: initial !important;
  height: auto ;
  position: relative;
  background: #FFFEFC;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
:root {
  --pad: -webkit-calc(-655vw);
  --pad: calc(50vw - 705px);
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.zoom {
  cursor: crosshair;
  position: relative;
}
.img-box img,
.img-box iframe,
.img-box video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
img[data-lazy] {
  background: url(../images/load.gif) no-repeat center;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/load.gif) no-repeat center;
}
.lazy {
  background-image: url(../images/load.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-lazy {
  background: url(../images/load.gif) no-repeat center;
}
.loaded {
  background-size: cover;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
input,
textarea {
  outline: none;
}
@media (max-width: 1199px) {
  .anim-left,
  .anim-right,
  .animated.zoomIn,
  .animated.flipInX,
  .animated.swing,
  .animated.pulse,
  .animated.bounceInLeft,
  .animated.bounceInRight,
  .animated.bounceIn,
  .animated.fadeInUp,
  .animated.fadeInDown,
  .animated.fadeInLeft,
  .animated.fadeInRight {
    animation: none !important;
  }
}
auto-adjust-img img {
  max-width: 100% !important;
  height: auto !important;
}
.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
  font-size: 0 !important;
  overflow-x: hidden;
  margin: 0 -5px !important;
  padding: 0;
}
@media (min-width: 767px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container {
  display: none;
}
.fszero {
  font-size: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}
.serach-part {
  display: none;
}
.search-none {
  padding-bottom: 20px;
}
.search-none h2 {
  color: #666;
}
.search-none p {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  margin: 0;
  color: #ab7640;
  padding: 10px;
}
.animated {
  animation-duration: 1.2s;
}
.header .search-wrap {
  font-size: 14px;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .search-wrap .search-close {
  position: absolute;
  top: 5%;
  right: 10%;
  cursor: pointer;
  color: #fff;
}
@media (max-width: 1199px) {
  .header .search-wrap .search-close {
    right: 5%;
  }
}
.header .search-wrap .search-close .icon {
  font-size: 30px;
}
.header .search-wrap .search-box {
  position: absolute;
  top: 50%;
  left: 10%;
  overflow: hidden;
  width: 80%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 6px;
}
@media (max-width: 1199px) {
  .header .search-wrap .search-box {
    left: 5%;
    width: 90%;
  }
}
.header .search-wrap input {
  line-height: 30px;
  width: 100%;
  padding: 15px;
  color: #666;
}
@media (max-width: 1199px) {
  .header .search-wrap input {
    padding: 10px;
    line-height: 26px;
  }
}
.header .search-wrap .submit {
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 100%;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0;
  background: #E62129;
  border: none;
  color: #FFF;
}
.header .search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\e622';
}
.header .search-wrap .submit:hover {
  background-color: #221E1F;
  color: #FFF;
}
@media (min-width: 1470px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1710px) {
  .con1710 {
    max-width: 1710px;
  }
  .con1620 {
    max-width: 1620px;
  }
  .con1680 {
    max-width: 1680px;
  }
  .con1740 {
    max-width: 1740px;
  }
  .con1560 {
    max-width: 1560px;
  }
  .con1810 {
    max-width: 1810px;
  }
  .con1820 {
    max-width: 1820px;
  }
  .con1890 {
    max-width: 1890px;
  }
  .con1920 {
    max-width: 1920px;
  }
}
.wrap {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .wrap {
    padding: 40px 0;
  }
}
.wrap-inner {
  padding: 220px 0 160px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-inner {
    padding: 100px 0 40px 0;
  }
}
#content {
  position: relative;
  top: -20%;
  transition: all 0.6s;
}
.xs-product-nav {
  padding: 40px 0;
  display: none;
}
@media (max-width: 1199px) {
  .xs-product-nav {
    display: block;
  }
}
.xs-product-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.xs-product-nav ul li {
  width: 50%;
  display: inline-block;
  overflow: hidden;
  height: auto;
  padding: 4px;
  vertical-align: top;
}
.xs-product-nav ul li.active a {
  background: #E62129;
  color: #fff;
  border: 1px solid #E62129;
}
.xs-product-nav ul li a {
  color: #222;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  height: 100%;
  padding: 10px 10px;
  text-transform: capitalize;
  display: flex;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.menu-btn {
  display: none;
  color: #222;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .menu-btn {
    margin-left: 15px;
  }
}
.menu-btn .icon {
  color: #222;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .menu-btn .icon {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .menu-btn {
    display: block;
  }
}
.common-tit h2 {
  color: #332C2B;
  font-size: 46px;
  font-weight: 600;
  line-height: 60px;
  margin: 0;
}
@media (max-width: 1199px) {
  .common-tit h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.common-txt {
  margin-top: 20px;
}
.common-txt p {
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .common-txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.com-more {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .com-more {
    margin-top: 15px;
  }
}
.com-more a {
  max-width: 210px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  background: #FFF;
  padding: 30px 10px 10px 10px;
  color: #332C2B;
  font-weight: 600;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .com-more a {
    font-size: 14px;
    padding: 10px;
    max-width: 150px;
  }
}
.com-more a:hover {
  background: #332C2B;
  color: #fff;
  transform: scale3d(1.03, 1.03, 1);
}
@media (max-width: 1199px) {
  .com-more a:hover {
    transform: none !important;
  }
}
.com-more a:hover i {
  transform: translateX(3px);
}
.com-more a:hover span {
  transform: translateX(-3px);
}
.com-more a span {
  display: inline-block;
  transition: all 0.3s ease-out;
}
.com-more a i {
  font-weight: normal;
  font-size: 18px;
  display: inline-block;
  transition: all 0.3s ease-out;
}
.com-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .com-btn {
    margin-top: 15px;
  }
}
.com-btn button {
  border: none;
  min-width: 210px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  background: #332C2B;
  padding: 30px 10px 10px 10px;
  color: #fff;
  font-weight: 600;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .com-btn button {
    padding: 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .com-btn button {
    min-width: 130px;
  }
}
.com-btn button:hover {
  background: #E62129;
  color: #fff;
  transform: scale3d(1.1, 1.1, 1);
}
.com-btn button:hover i {
  transform: translateX(3px);
}
.com-btn button:hover span {
  transform: translateX(-3px);
}
.com-btn button span {
  display: inline-block;
  transition: all 0.3s ease-out;
}
.com-btn button i {
  font-weight: normal;
  font-size: 18px;
  display: inline-block;
  transition: all 0.3s ease-out;
}
.fancybox-slide--video video {
  max-width: 80%;
}
@media (max-width: 767px) {
  .fancybox-slide--video video {
    max-width: 90%;
  }
}
.fancybox-slide > video {
  padding: 0;
}
.banner-box.home-banner {
  padding-top: 90px;
}
@media (max-width: 1199px) {
  .banner-box.home-banner {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .banner-box.home-banner .banner img {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
  }
}
.banner-box {
  padding-top: 135px;
}
@media (max-width: 1199px) {
  .banner-box {
    padding-top: 105px;
  }
}
.banner-box .banner {
  position: relative;
  z-index: 2;
  clear: both;
  overflow: hidden;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.banner-box .banner img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .banner-box .banner img {
    width: 180%;
    max-width: 180%;
    margin-left: -40%;
  }
}
.banner-box .banner .swiper-slide {
  overflow: hidden;
}
.banner-box .banner .swiper-pagination {
  bottom: 30px;
}
.banner-box .banner .item {
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-box .banner .banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-box .banner .banner-note .info {
  content: "";
  position: absolute;
  bottom: 90px;
  z-index: 5;
}
@media (max-width: 1199px) {
  .banner-box .banner .banner-note .info {
    padding: 30px;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.banner-box .banner .banner-note .info .tit h2 {
  color: #FFF;
  font-size: 56px;
  font-weight: bold;
  line-height: 73px;
  margin: 0;
}
@media (max-width: 1470px) {
  .banner-box .banner .banner-note .info .tit h2 {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 1199px) {
  .banner-box .banner .banner-note .info .tit h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .banner-box .banner .banner-note .info .tit h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.banner-box .banner .banner-note .info .txt {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .banner-box .banner .banner-note .info .txt {
    margin-top: 8px;
  }
}
.banner-box .banner .banner-note .info .txt p {
  font-size: 16px;
  color: #FFF;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1199px) {
  .banner-box .banner .banner-note .info .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .banner-box .banner .banner-note .info .txt p {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .banner-box .banner .banner-note .info .com-more a {
    min-width: 130px;
  }
}
.banner-box .banner.hide-arrow .slick-arrow,
.banner-box .banner.hide-arrow .swiper-pagination {
  display: none !important;
}
.banner-box .banner.hide-video video {
  display: none !important;
}
.banner-box .banner-video-box {
  position: relative;
  display: block;
  padding-bottom: calc(870 / 1920 * 100%);
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.banner-box .banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner-box .banner-video-box .fluid_initial_play {
  background-color: #152c5f !important;
}
.banner-box .banner .mobile-video {
  position: relative;
  display: block;
}
.banner-box .banner .mobile-video:after {
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner-box .banner .mobile-video:before {
  font-size: 50px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  font-family: 'iconfont' !important;
  content: '\ea82';
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.banner-box .banner .slick-arrow {
  line-height: 80px;
  position: absolute;
  z-index: 9;
  top: -webkit-calc(90%);
  top: calc(50% + 40px);
  left: 3%;
  width: 26px;
  height: 80px;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .banner-box .banner .slick-arrow {
    line-height: 50px;
    height: 50px;
  }
}
.banner-box .banner .slick-arrow:before {
  font-size: 20px;
  content: '\eb60';
}
.banner-box .banner .slick-arrow.slick-next {
  right: 5%;
  left: auto;
}
.banner-box .banner .slick-arrow:hover {
  background-color: rgba(21, 44, 95, 0.7);
}
.banner-box .banner .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  opacity: 1;
  background: none;
}
.banner-box .swiper-pagination {
  z-index: 6;
  width: auto;
  display: flex;
  bottom: 5% !important;
  padding: 0 7%;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination {
    width: 100%;
    justify-content: center;
    bottom: 10% !important;
  }
}
.banner-box .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  margin: 0 5px !important;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 100%;
  background: #fff;
  background-clip: content-box;
  transition: all 0.4s;
  opacity: 0.5;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination-bullet {
    margin: 0 5px !important;
    width: 10px;
    height: 10px;
  }
}
@keyframes pagCircle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.banner-box .swiper-pagination-bullet::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination-bullet::before {
    width: 10px;
    height: 10px;
  }
}
.banner-box .swiper-pagination-bullet-active {
  animation: pagCircle 10s linear infinite;
  opacity: 1;
}
.banner-box .swiper-pagination-bullet-active::before {
  background-color: #E62129;
}
@media (max-width: 1199px) {
  .fadeup1,
  .fadeup2,
  .fadedown1,
  .fadedown2,
  .fadein1,
  .fadein2,
  .fadeleft1,
  .faderight1 {
    animation: none ;
  }
}
:root {
  --48: 48px;
  --16: 16px;
}
.header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 11;
  transition: all 0.4s ease-out;
}
.header .header-top .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .header .header-top .info {
    height: 60px;
  }
}
.header .header-top .info .menu-logo a {
  display: block;
  height: auto;
}
.header .header-top .info .menu-logo a img {
  max-height: 40px;
}
@media (max-width: 1400px) {
  .header .header-top .info .menu-logo a img {
    max-height: 25px;
  }
}
@media (max-width: 767px) {
  .header .header-top .info .menu-logo a img {
    max-height: 17px;
  }
}
.header .header-top .info .menu-nav {
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .header .header-top .info .menu-nav {
    display: none;
  }
}
.header .header-top .info .menu-nav .nav-first {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.4s ease;
}
.header .header-top .info .menu-nav .nav-first li.active a {
  color: #E62129;
}
.header .header-top .info .menu-nav .nav-first li.active a::before {
  width: 100%;
}
.header .header-top .info .menu-nav .nav-first li.active ul li a {
  color: #fff;
  background: none;
  text-decoration: none;
}
.header .header-top .info .menu-nav .nav-first li.active ul li a::before {
  display: none;
}
.header .header-top .info .menu-nav .nav-first li.active ul li a:hover::before {
  width: 0%;
}
.header .header-top .info .menu-nav .nav-first li.active ul li > ul li a {
  background: none;
  color: #fff;
}
.header .header-top .info .menu-nav .nav-first li.active ul li > ul li a:hover {
  color: #E62129;
}
.header .header-top .info .menu-nav .nav-first li {
  display: inline-block;
  position: relative;
  padding: 0 30px;
}
@media (max-width: 1470px) {
  .header .header-top .info .menu-nav .nav-first li {
    padding: 0 20px;
  }
}
.header .header-top .info .menu-nav .nav-first li a {
  color: #332C2B;
  display: block;
  transition: all 0.2s;
  line-height: 90px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.header .header-top .info .menu-nav .nav-first li a:hover {
  color: #E62129;
}
.header .header-top .info .menu-nav .nav-first li a:hover::before {
  width: 100%;
}
.header .header-top .info .menu-nav .nav-first li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #E62129;
  transition: all 0.3s ease-out;
}
.header .header-top .info .menu-nav .nav-first li a i {
  font-size: 12px;
}
.header .header-top .info .menu-nav .nav-first li > ul {
  display: none;
  position: absolute;
  z-index: 99;
  top: calc(100%);
  left: 0;
  border-top: 0;
  min-width: 100%;
  text-align: left;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
  transform-origin: center top;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 15px 0;
  z-index: 2;
}
.header .header-top .info .menu-nav .nav-first li > ul li {
  margin: 0;
  width: 100%;
  display: block;
  text-align: start;
  flex-wrap: wrap;
  background: transparent;
  padding: 0;
  white-space: nowrap;
}
.header .header-top .info .menu-nav .nav-first li > ul li a {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  color: #222;
  line-height: 32px;
  padding: 5px 30px;
  text-transform: capitalize;
  position: relative;
}
.header .header-top .info .menu-nav .nav-first li > ul li a::after {
  content: "\e749";
  position: absolute;
  font-family: 'iconfont' !important;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s ease-out;
  font-weight: 500;
}
.header .header-top .info .menu-nav .nav-first li > ul li a:hover {
  color: #E62129;
  transform: translateX(20px);
}
.header .header-top .info .menu-nav .nav-first li > ul li a:hover::before {
  display: none;
}
.header .header-top .info .menu-nav .nav-first li > ul li a:hover::after {
  opacity: 1;
  left: 10px;
}
.header .header-top .info .menu-nav .nav-first li > ul li > ul {
  display: none;
  position: absolute;
  flex-wrap: wrap;
  left: 100%;
  top: -15px;
  min-width: 100%;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.85);
  color: #222;
  text-align: left;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
  transform: none;
}
.header .header-top .info .menu-nav .nav-first li > ul li > ul li {
  display: block;
  text-align: start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.header .header-top .info .menu-nav .nav-first li > ul li > ul li a {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 32px;
  padding: 5px 20px;
  font-size: 15px;
}
.header .header-top .info .menu-nav .nav-first li > ul li > ul li a:hover::after {
  left: 0;
}
.header .header-top .info .menu-right {
  display: flex;
  align-items: center;
}
.header .header-top .info .menu-right .menu-language {
  position: relative;
  cursor: pointer;
  display: block;
}
@media (max-width: 767px) {
  .header .header-top .info .menu-right .menu-language {
    min-width: 55px;
    min-height: 55px;
  }
}
.header .header-top .info .menu-right .menu-language::before {
  content: "\ebbe";
  font-family: 'iconfont' !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 20px;
  font-weight: 500;
  display: none;
}
@media (max-width: 767px) {
  .header .header-top .info .menu-right .menu-language::before {
    display: block;
  }
}
.header .header-top .info .menu-right .menu-language:hover .drop-select {
  opacity: 1;
  transform: translateX(-50%) perspective(800px) rotateX(0deg) scaleY(1);
}
.header .header-top .info .menu-right .menu-language span {
  padding: 12px 30px 12px 50px;
  position: relative;
  display: block;
  border-radius: 6px;
  border: 1px solid #332C2B;
  color: #332C2B;
  font-weight: 500;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  .header .header-top .info .menu-right .menu-language span {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header .header-top .info .menu-right .menu-language span {
    font-size: 14px;
    padding: 9px 30px 9px 45px;
  }
}
.header .header-top .info .menu-right .menu-language span:hover {
  background: #E62129;
  border: 1px solid #E62129;
  color: #fff;
}
.header .header-top .info .menu-right .menu-language span::before {
  content: "\ebbe";
  font-family: 'iconfont' !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 20px;
  font-weight: 500;
}
.header .header-top .info .menu-right .menu-language span::after {
  content: "\e60e";
  position: absolute;
  font-family: 'iconfont' !important;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.header .header-top .info .menu-right .menu-language .drop-select {
  height: auto;
  opacity: 0;
  top: 100%;
  transition: all 0.3s ease-out;
  content: "";
  position: absolute;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
  padding: 15px 10px;
  left: 50%;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
  transform: translateX(-50%) perspective(800px) rotateX(-45deg) scaleY(0);
  transform-origin: top center;
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.header .header-top .info .menu-right .menu-language .drop-select a {
  padding: 10px 0;
  display: block;
  text-align: center;
}
.header .header-top .info .menu-right .menu-language .drop-select a:hover img {
  transform: scale3d(1.05, 1.05, 1);
}
.header .header-top .info .menu-right .menu-language .drop-select a img {
  display: block;
  margin: 0 auto;
  max-height: 35px;
  transition: all 0.4s ease-out;
}
.header .header-top .info .menu-right .menu-search {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .header .header-top .info .menu-right .menu-search {
    margin-left: 0;
  }
}
.header .header-top .info .menu-right .menu-search .find a i {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #E62129;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .header .header-top .info .menu-right .menu-search .find a i {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
.header .header-top .info .menu-right .menu-search .find a i:hover {
  background: #222;
}
.header .header-nav {
  border-top: 1px solid #ccc;
  padding: 11px 0;
}
@media (max-width: 1199px) {
  .header .header-nav {
    padding: 10px 0;
  }
}
.header .header-nav .info ul {
  position: relative;
}
.header .header-nav .info ul::before {
  content: "\e602";
  font-family: 'iconfont' !important;
  left: 0;
  padding-right: 10px;
}
.header .header-nav .info ul li {
  display: inline-block;
  padding-right: 15px;
  position: relative;
}
.header .header-nav .info ul li:last-child::after {
  display: none;
}
.header .header-nav .info ul li::after {
  content: ">";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2px;
}
.header .header-nav .info ul li a {
  display: block;
}
@media (max-width: 1199px) {
  .header .header-nav .info ul li a {
    font-size: 14px;
  }
}
.header .header-nav .info ul li a:hover {
  color: #E62129;
}
.wrap-contact .info .group .item {
  padding-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .wrap-contact .info .group .item {
    padding-top: 20px;
    flex-direction: column;
  }
}
.wrap-contact .info .group .item .note {
  width: 47%;
}
@media (max-width: 1199px) {
  .wrap-contact .info .group .item .note {
    width: 100%;
    order: 2;
    padding-top: 20px;
  }
}
.wrap-contact .info .group .item .note .tit h2 {
  color: #332C2B;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-contact .info .group .item .note .tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.wrap-contact .info .group .item .note .list {
  padding-top: 20px;
}
.wrap-contact .info .group .item .note .list p span {
  display: block;
  color: #332C2B;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .group .item .note .list p span {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-contact .info .group .item .note .list p a,
.wrap-contact .info .group .item .note .list p .address {
  margin-top: 10px;
  display: inline-block;
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.2s ease-out;
  position: relative;
}
.wrap-contact .info .group .item .note .list p a::before,
.wrap-contact .info .group .item .note .list p .address::before {
  content: "";
  position: absolute;
  width: 0%;
  bottom: 0;
  height: 1px;
  background: #E62129;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .wrap-contact .info .group .item .note .list p a,
  .wrap-contact .info .group .item .note .list p .address {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-contact .info .group .item .note .list p a:hover {
  color: #E62129;
}
.wrap-contact .info .group .item .note .list p a:hover::before {
  width: 100%;
}
.wrap-contact .info .group .item .note .com-more {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .group .item .note .com-more {
    margin-top: 20px;
  }
}
.wrap-contact .info .group .item .note .com-more a {
  background: #332C2B;
  color: #fff;
}
.wrap-contact .info .group .item .note .com-more a:hover {
  background: #E62129;
}
.wrap-contact .info .group .item .pic {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-contact .info .group .item .pic {
    width: 100%;
    order: 1;
  }
}
.wrap-contact .info .group .item .pic .img-box {
  border-radius: 12px;
  padding-bottom: calc(510 / 810 * 100%);
}
.wrap-contact .info .group .item:nth-child(2n+2) .note {
  order: 2;
}
.wrap-contact .info .group .item:nth-child(2n+2) .pic {
  order: 1;
}
.wrap-contact .info .contact-form {
  padding: 150px 0 0 0;
}
@media (max-width: 1199px) {
  .wrap-contact .info .contact-form {
    padding: 40px 0 0 0;
  }
}
.wrap-contact .info .contact-form .common-form {
  padding-top: 60px;
  max-width: 930px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .wrap-contact .info .contact-form .common-form {
    padding-top: 30px;
  }
}
.common-form form .row .col-12 .form-group-tit {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group-tit {
    margin-bottom: 15px;
  }
}
.common-form form .row .col-12 .form-group-tit input {
  width: 100%;
  padding: 15px 25px;
  border-radius: 6px;
  color: #fff;
  border: none;
  background: #E62129;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group-tit input {
    padding: 15px;
    font-size: 14px;
  }
}
.common-form form .row .col-12 .form-group {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group {
    margin-bottom: 15px;
  }
}
.common-form form .row .col-12 .form-group input {
  width: 100%;
  padding: 15px 25px;
  border-radius: 6px;
  color: #806E6C;
  background: transparent;
  border: 1px solid #332C2B;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group input {
    padding: 10px 15px;
  }
}
.common-form form .row .col-12 .form-group input::placeholder {
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group input::placeholder {
    font-size: 14px;
  }
}
.common-form form .row .col-12 .form-group input:focus::placeholder {
  color: #999;
}
.common-form form .row .col-12 .form-group textarea {
  width: 100%;
  padding: 15px 25px;
  border-radius: 6px;
  color: #806E6C;
  background: transparent;
  border: 1px solid #332C2B;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group textarea {
    padding: 10px 15px;
  }
}
.common-form form .row .col-12 .form-group textarea::placeholder {
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group textarea::placeholder {
    font-size: 14px;
  }
}
.common-form form .row .col-12 .form-group textarea:focus::placeholder {
  color: #999;
}
.common-end {
  padding: 190px 0 90px 0;
  background-attachment: fixed;
}
@media (max-width: 1199px) {
  .common-end {
    padding: 40px 0;
    background-attachment: initial;
  }
}
@media (max-width: 1199px) {
  .common-end .info {
    text-align: center;
  }
}
.common-end .info .tit h2 {
  color: #FFF;
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 1199px) {
  .common-end .info .tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.common-end .info .txt {
  margin-top: 15px;
}
.common-end .info .txt p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .common-end .info .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.common-end .info form {
  margin-top: 50px;
  width: 420px;
  background: #fff;
  display: flex;
  border-radius: 6px;
  border: 1px solid #FFF;
  backdrop-filter: blur(2px);
  align-items: center;
  justify-content: space-between;
  padding: 34px 10px 10px 10px;
}
@media (max-width: 1199px) {
  .common-end .info form {
    margin: 20px auto 0px auto;
    padding: 10px;
    font-size: 14px;
    width: 100%;
  }
}
.common-end .info form input {
  width: 100%;
  border: none;
  color: #332C2B;
}
.common-end .info form input::placeholder {
  color: #332C2B;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .common-end .info form input::placeholder {
    font-size: 14px;
  }
}
.common-end .info form input:focus::placeholder {
  color: #999;
}
.common-end .info form button {
  border: none;
  background: transparent;
  transition: all 0.2s ease-out;
}
.common-end .info form button i {
  font-size: 18px;
  font-weight: 500;
}
.common-end .info form button:hover {
  background: #E62129;
  color: #fff;
}
.footer {
  background: #fff;
}
.footer .foot-tit h2 {
  color: #332C2B;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .footer .foot-tit h2 {
    font-size: 18px;
  }
}
.footer .foot {
  padding: 70px 0 90px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .foot {
    padding: 40px 0 20px 0;
  }
}
@media (max-width: 1199px) {
  .footer .foot {
    flex-direction: column;
  }
}
.footer .foot .foot-contact {
  width: 45%;
}
@media (max-width: 1199px) {
  .footer .foot .foot-contact {
    width: 100%;
    order: 2;
    padding-top: 20px;
  }
}
.footer .foot .foot-contact .share ul li {
  display: inline-block;
  margin-right: 10px;
}
.footer .foot .foot-contact .share ul li a {
  display: block;
}
.footer .foot .foot-contact .share ul li a i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-left: 1px solid #fbe6e6;
  border-right: 1px solid rgba(251, 230, 230, 0.15);
  font-size: 20px;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .footer .foot .foot-contact .share ul li a i {
    font-size: 18px;
  }
}
.footer .foot .foot-contact .share ul li a i:hover {
  background: #E62129;
  color: #fff;
}
.footer .foot .foot-contact .tit {
  padding: 30px 0;
}
@media (max-width: 1199px) {
  .footer .foot .foot-contact .tit {
    padding: 15px 0;
  }
}
.footer .foot .foot-contact .tit h2 {
  color: #332C2B;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1199px) {
  .footer .foot .foot-contact .tit h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.footer .foot .foot-contact .list a {
  margin-bottom: 15px;
  display: block;
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.2s ease-out;
}
.footer .foot .foot-contact .list a:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .footer .foot .foot-contact .list a {
    font-size: 14px;
  }
}
.footer .foot .foot-contact .list a:hover {
  color: #E62129;
  text-decoration: underline;
}
.footer .foot .foot-contact .com-more {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-contact .com-more {
    margin-top: 20px;
  }
}
.footer .foot .foot-contact .com-more a {
  background: #332C2B;
  color: #fff;
}
.footer .foot .foot-contact .com-more a:hover {
  background: #E62129;
}
.footer .foot .foot-nav {
  width: 47%;
}
@media (max-width: 1199px) {
  .footer .foot .foot-nav {
    width: 100%;
    order: 1;
  }
}
.footer .foot .foot-nav ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .foot .foot-nav ul {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .footer .foot .foot-nav ul li {
    margin-bottom: 15px;
  }
}
.footer .foot .foot-nav ul li:last-child {
  margin-bottom: 0;
}
.footer .foot .foot-nav ul li .item .info {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-nav ul li .item .info {
    padding-top: 15px;
  }
}
.footer .foot .foot-nav ul li .item .info a {
  display: block;
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-nav ul li .item .info a {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
    line-height: 30px;
    font-size: 14px;
  }
}
.footer .foot .foot-nav ul li .item .info a:hover {
  color: #E62129;
  text-decoration: underline;
}
.footer .foot .foot-nav ul li .item .info a:last-child {
  margin-bottom: 0;
}
.footer .copyright {
  border-top: 1px solid #E5D9D8;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .copyright {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .footer .copyright {
    padding: 15px 0 70px 0;
  }
}
.footer .copyright p {
  margin: 0;
}
@media (max-width: 1199px) {
  .footer .copyright p {
    font-size: 14px;
    line-height: 26px;
  }
}
.footer .copyright p a:hover {
  color: #E62129;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .footer .copyright p a {
    font-size: 14px;
  }
}
.footer .copyright .right {
  display: flex;
}
@media (max-width: 991px) {
  .footer .copyright .right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer .copyright .right .link a {
  display: inline-block;
  padding: 0 35px;
  color: #332C2B;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.2s ease-out;
  position: relative;
}
@media (max-width: 1199px) {
  .footer .copyright .right .link a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer .copyright .right .link a {
    display: block;
    font-size: 14px;
    margin: 7px 0;
  }
}
.footer .copyright .right .link a:hover {
  text-decoration: underline;
  color: #E62129;
}
.footer .copyright .right .link a:first-child::before {
  display: none;
}
.footer .copyright .right .link a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background: #332C2B;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .footer .copyright .right .link a::before {
    display: none;
  }
}
.footer .copyright .right .translate {
  min-width: 180px;
}
@media (max-width: 1199px) {
  .footer .copyright .right .translate {
    margin-top: 15px;
  }
}
.header-introduce {
  margin-top: 135px;
  padding: 110px 0;
  background: linear-gradient(180deg, #000 0%, #C22703 100%);
}
@media (max-width: 1199px) {
  .header-introduce {
    padding: 40px 0;
    margin-top: 105px;
  }
}
.header-introduce .info .tit h2 {
  color: #FFF;
  font-size: 46px;
  font-weight: 600;
  line-height: 60px;
  margin: 0;
}
@media (max-width: 1470px) {
  .header-introduce .info .tit h2 {
    font-size: 43px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .header-introduce .info .tit h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.header-introduce .info .txt {
  margin-top: 20px;
}
.header-introduce .info .txt p {
  font-size: 16px;
  color: #FFF;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1199px) {
  .header-introduce .info .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-news .info .group {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-news .info .group {
    margin-top: 30px;
  }
}
.wrap-news .info .group .item {
  padding: 50px 30px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.wrap-news .info .group .item:hover::before {
  opacity: 1;
}
.wrap-news .info .group .item:hover .pic .img-box img {
  transform: scale3d(1.1, 1.1, 1);
}
.wrap-news .info .group .item:hover .more a i {
  transform: rotate(-45deg);
}
.wrap-news .info .group .item::before {
  border-radius: 12px;
  opacity: 0;
  z-index: 2;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.2s ease-out;
  background: linear-gradient(to right, rgba(230, 33, 41, 0.05), rgba(251, 230, 230, 0.15));
}
@media (max-width: 1199px) {
  .wrap-news .info .group .item {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  .wrap-news .info .group .item {
    flex-direction: column;
  }
}
.wrap-news .info .group .item .date {
  padding-right: 4.77vw;
}
@media (max-width: 991px) {
  .wrap-news .info .group .item .date {
    padding-right: 0;
    position: absolute;
    top: 15%;
    left: 5%;
    z-index: 2;
  }
}
.wrap-news .info .group .item .date span {
  display: block;
}
.wrap-news .info .group .item .date .year {
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-news .info .group .item .date .year {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .wrap-news .info .group .item .date .year {
    color: #fff;
  }
}
.wrap-news .info .group .item .date .year i {
  margin-right: 5px;
}
.wrap-news .info .group .item .date .month {
  padding-top: 10px;
  color: #806E6C;
  font-size: 56px;
  font-weight: 500;
  line-height: 56px;
}
@media (max-width: 1199px) {
  .wrap-news .info .group .item .date .month {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .wrap-news .info .group .item .date .month {
    color: #fff;
  }
}
.wrap-news .info .group .item .pic {
  width: 25%;
  position: relative;
}
@media (max-width: 991px) {
  .wrap-news .info .group .item .pic {
    width: 100%;
    margin: 20px 0;
  }
}
.wrap-news .info .group .item .pic .img-box {
  padding-bottom: calc(200 / 360 * 100%);
  border-radius: 12px;
}
.wrap-news .info .group .item .pic .img-box img {
  transition: all 0.5s ease-out;
}
.wrap-news .info .group .item .note {
  width: 45%;
}
@media (max-width: 991px) {
  .wrap-news .info .group .item .note {
    width: 100%;
  }
}
.wrap-news .info .group .item .note .tit a {
  color: #332C2B;
  font-size: 26px;
  font-weight: 600;
  line-height: 39px;
  display: -webkit-box;
  height: 78px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .wrap-news .info .group .item .note .tit a {
    font-size: 18px;
    line-height: 26px;
    height: 52px;
  }
}
.wrap-news .info .group .item .note .txt {
  padding-top: 10px;
}
.wrap-news .info .group .item .note .txt p {
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
}
@media (max-width: 1199px) {
  .wrap-news .info .group .item .note .txt p {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
  }
}
.wrap-news .info .group .item .more a i {
  display: inline-block;
  transition: all 0.2s ease-out;
  font-size: 24px;
  color: #332C2B;
}
.pagination {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}
.pagination ul li.other a {
  border: none;
}
.pagination ul li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .pagination ul li {
    margin: 2px;
  }
}
.pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul li.active a {
  background: #E62129;
  color: #fff;
}
.pagination ul li.prev a,
.pagination ul li.next a {
  width: 46px;
  height: 46px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #4D6359;
  border: 1px solid #806E6C;
  transition: all 0.4s;
  border-radius: 100%;
  background: #fff;
}
@media (max-width: 1199px) {
  .pagination ul li.prev a,
  .pagination ul li.next a {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .pagination ul li.prev a,
  .pagination ul li.next a {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.pagination ul li.prev a:hover,
.pagination ul li.next a:hover {
  cursor: pointer;
  color: #FFF;
  background: #E62129;
  border: 1px solid #E62129;
}
.pagination ul li.next {
  padding-left: ;
}
.pagination ul li.next a:hover {
  cursor: pointer;
  color: #FFF;
}
.pagination ul li.next a:hover i {
  color: #fff;
}
.pagination ul li.next a i {
  color: #4D6359;
  font-size: 12px;
  font-weight: bold;
}
.pagination ul li.prev a:hover {
  cursor: pointer;
  color: #FFF;
}
.pagination ul li.prev a:hover i {
  color: #fff;
}
.pagination ul li.prev a i {
  color: #4D6359;
  font-size: 12px;
  font-weight: bold;
}
.wrap-case .group .item {
  padding-top: 70px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-case .group .item {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-case .group .item {
    flex-direction: column;
  }
}
.wrap-case .group .item:nth-child(2n+2) .note {
  order: 2;
}
.wrap-case .group .item:nth-child(2n+2) .pic {
  order: 1;
}
.wrap-case .group .item:hover .note .tit a {
  color: #E62129;
}
.wrap-case .group .item:hover .pic .img-box img {
  transform: scale3d(1.1, 1.1, 1);
}
.wrap-case .group .item .note {
  width: 45%;
}
@media (max-width: 1199px) {
  .wrap-case .group .item .note {
    width: 100%;
    order: 2;
    padding-top: 20px;
  }
}
.wrap-case .group .item .note .tit a {
  transition: all 0.2s ease-out;
  color: #332C2B;
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
}
@media (max-width: 1199px) {
  .wrap-case .group .item .note .tit a {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
  }
}
.wrap-case .group .item .note .txt {
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .wrap-case .group .item .note .txt {
    padding-top: 15px;
  }
}
.wrap-case .group .item .note .txt p {
  color: #806E6C;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-case .group .item .note .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-case .group .item .note .com-more a {
  background: #332C2B;
  color: #fff;
}
.wrap-case .group .item .note .com-more a:hover {
  background: #E62129;
}
.wrap-case .group .item .pic {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-case .group .item .pic {
    width: 100%;
  }
}
.wrap-case .group .item .pic .img-box {
  border-radius: 12px;
  padding-bottom: calc(510 / 810 * 100%);
}
.wrap-case .group .item .pic .img-box img {
  transition: all 0.5s ease-out;
}
@media (max-width: 1199px) {
  .wrap-solution .group .row {
    margin: 0 -7px;
  }
}
@media (max-width: 1199px) {
  .wrap-solution .group .row .col-12 {
    padding: 0 7px;
  }
}
.wrap-solution .group .row .col-12 .item {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-solution .group .row .col-12 .item {
    padding-top: 20px;
  }
}
.wrap-solution .group .row .col-12 .item:hover .pic .img-box img {
  transform: scale3d(1.1, 1.1, 1);
}
.wrap-solution .group .row .col-12 .item:hover .note .tit a {
  color: #E62129;
}
.wrap-solution .group .row .col-12 .item:hover .note .more a {
  color: #E62129;
}
.wrap-solution .group .row .col-12 .item:hover .note .more a i {
  transform: translateX(5px);
}
.wrap-solution .group .row .col-12 .item .pic .img-box {
  padding-bottom: calc(330 / 530 * 100%);
  border-radius: 12px;
}
.wrap-solution .group .row .col-12 .item .pic .img-box img {
  transition: all 0.5s ease-out;
}
.wrap-solution .group .row .col-12 .item .note {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-solution .group .row .col-12 .item .note {
    padding-top: 20px;
  }
}
.wrap-solution .group .row .col-12 .item .note .tit a {
  color: #332C2B;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .wrap-solution .group .row .col-12 .item .note .tit a {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
  }
}
.wrap-solution .group .row .col-12 .item .note .txt {
  padding-top: 15px;
}
.wrap-solution .group .row .col-12 .item .note .txt p {
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
}
@media (max-width: 1199px) {
  .wrap-solution .group .row .col-12 .item .note .txt p {
    font-size: 14px;
    line-height: 26px;
    height: 78px;
  }
}
.wrap-solution .group .row .col-12 .item .note .more {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-solution .group .row .col-12 .item .note .more {
    padding-top: 20px;
  }
}
.wrap-solution .group .row .col-12 .item .note .more a {
  color: #332C2B;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .wrap-solution .group .row .col-12 .item .note .more a {
    font-size: 14px;
  }
}
.wrap-solution .group .row .col-12 .item .note .more a i {
  display: inline-block;
  transition: all 0.2s ease-out;
  margin-left: 10px;
}
.solution-show .info .introduce .editor-content b {
  color: #332C2B;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .solution-show .info .introduce .editor-content b {
    font-size: 18px;
    line-height: 26px;
  }
}
.solution-show .info .introduce .editor-content p {
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .solution-show .info .introduce .editor-content p {
    font-size: 14px;
    line-height: 26px;
  }
}
.solution-show .info .group-need {
  padding: 150px 0;
}
@media (max-width: 1199px) {
  .solution-show .info .group-need {
    padding: 40px 0;
  }
}
.solution-show .info .group-need .slick-need {
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .solution-show .info .group-need .slick-need {
    margin: 0 -7px;
  }
}
.solution-show .info .group-need .slick-need .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .solution-show .info .group-need .slick-need .slick-slide {
    padding: 0 7px;
  }
}
.solution-show .info .group-need .slick-need .item {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .solution-show .info .group-need .slick-need .item {
    padding-top: 20px;
  }
}
.solution-show .info .group-need .slick-need .item:hover .pic .img-box img {
  transform: scale3d(1.1, 1.1, 1);
}
.solution-show .info .group-need .slick-need .item:hover .note .tit a {
  color: #E62129;
}
.solution-show .info .group-need .slick-need .item:hover .note .more a {
  color: #E62129;
}
.solution-show .info .group-need .slick-need .item:hover .note .more a i {
  transform: translateX(5px);
}
.solution-show .info .group-need .slick-need .item .pic .img-box {
  padding-bottom: calc(330 / 530 * 100%);
  border-radius: 12px;
}
.solution-show .info .group-need .slick-need .item .pic .img-box img {
  transition: all 0.5s ease-out;
}
.solution-show .info .group-need .slick-need .item .note {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .solution-show .info .group-need .slick-need .item .note {
    padding-top: 20px;
  }
}
.solution-show .info .group-need .slick-need .item .note .tit a {
  color: #332C2B;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .solution-show .info .group-need .slick-need .item .note .tit a {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
  }
}
.solution-show .info .group-need .slick-need .item .note .txt {
  padding-top: 15px;
}
.solution-show .info .group-need .slick-need .item .note .txt p {
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
}
@media (max-width: 1199px) {
  .solution-show .info .group-need .slick-need .item .note .txt p {
    font-size: 14px;
    line-height: 26px;
    height: 78px;
  }
}
.solution-show .info .group-need .slick-need .item .note .more {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .solution-show .info .group-need .slick-need .item .note .more {
    padding-top: 20px;
  }
}
.solution-show .info .group-need .slick-need .item .note .more a {
  color: #332C2B;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .solution-show .info .group-need .slick-need .item .note .more a {
    font-size: 14px;
  }
}
.solution-show .info .group-need .slick-need .item .note .more a i {
  display: inline-block;
  transition: all 0.2s ease-out;
  margin-left: 10px;
}
.group-advantage .list {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .group-advantage .list {
    padding-top: 30px;
  }
}
.group-advantage .list .row {
  margin: 0;
  background: #332C2B;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .group-advantage .list .row {
    background: transparent;
  }
}
.group-advantage .list .row .col-12 {
  padding: 0;
}
@media (max-width: 991px) {
  .group-advantage .list .row .col-12 {
    margin: 10px 0;
  }
}
.group-advantage .list .row .col-12:nth-child(2) .item {
  animation-delay: 0.4s;
}
.group-advantage .list .row .col-12:nth-child(3) .item {
  animation-delay: 0.6s;
}
.group-advantage .list .row .col-12:nth-child(4) .item {
  animation-delay: 0.8s;
}
.group-advantage .list .row .col-12 .item {
  border: 1px solid #332C2B;
  height: 100%;
  display: flex;
  align-items: end;
  padding: 40px 20px;
  background: #FFFEFC;
  border-radius: 12px;
  animation-duration: 1s;
  animation-delay: 0.2s;
}
@media (max-width: 1199px) {
  .group-advantage .list .row .col-12 .item {
    padding: 20px;
    animation: none;
  }
}
@media (max-width: 991px) {
  .group-advantage .list .row .col-12 .item {
    flex-direction: column;
    align-items: start;
  }
}
.group-advantage .list .row .col-12 .item .num span {
  display: block;
  color: #FFCAC6;
  font-size: 50px;
  font-weight: 600;
  line-height: 66px;
}
@media (max-width: 1199px) {
  .group-advantage .list .row .col-12 .item .num span {
    font-size: 24px;
    line-height: 30px;
  }
}
.group-advantage .list .row .col-12 .item .note {
  padding-left: 30%;
}
@media (max-width: 991px) {
  .group-advantage .list .row .col-12 .item .note {
    padding-left: 0;
    padding-top: 20px;
  }
}
.group-advantage .list .row .col-12 .item .note .tit h2 {
  color: #332C2B;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
  margin: 0;
}
@media (max-width: 1199px) {
  .group-advantage .list .row .col-12 .item .note .tit h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.group-advantage .list .row .col-12 .item .note .txt {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .group-advantage .list .row .col-12 .item .note .txt {
    padding-top: 20px;
  }
}
.group-advantage .list .row .col-12 .item .note .txt p {
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .group-advantage .list .row .col-12 .item .note .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.group-download {
  padding-top: 150px;
}
@media (max-width: 1199px) {
  .group-download {
    padding-top: 40px;
  }
}
.group-download .list {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .group-download .list {
    padding-top: 30px;
  }
}
@media (max-width: 1199px) {
  .group-download .list .row {
    margin: 0 -7px;
  }
}
@media (max-width: 1199px) {
  .group-download .list .row .col-12 {
    padding: 0 7px;
  }
}
@media (max-width: 991px) {
  .group-download .list .row .col-12 {
    width: 50%;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .group-download .list .row .col-12 {
    width: 100%;
  }
}
.group-download .list .row .col-12 .item {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.group-download .list .row .col-12 .item .pic {
  width: 50%;
}
@media (max-width: 1199px) {
  .group-download .list .row .col-12 .item .pic {
    width: 100%;
  }
}
.group-download .list .row .col-12 .item .pic .img-box {
  border-radius: 12px;
  padding-bottom: calc(320 / 240 * 100%);
}
.group-download .list .row .col-12 .item .pic .img-box img {
  transition: all 0.5s ease-out;
}
.group-download .list .row .col-12 .item .tit {
  padding-top: 40px;
  display: flex;
  align-items: center;
  color: #332C2B;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .group-download .list .row .col-12 .item .tit {
    padding-top: 20px;
  }
}
.group-download .list .row .col-12 .item .tit:hover {
  color: #E62129;
}
.group-download .list .row .col-12 .item .tit:hover i {
  color: #E62129;
}
.group-download .list .row .col-12 .item .tit i {
  font-size: 30px;
  padding-right: 10px;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .group-download .list .row .col-12 .item .tit i {
    font-size: 24px;
    padding-right: 5px;
  }
}
.group-download .list .row .col-12 .item .tit a {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .group-download .list .row .col-12 .item .tit a {
    font-size: 18px;
    line-height: 26px;
  }
}
.group-download .list .row .col-12 .item .txt {
  padding-top: 30px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .group-download .list .row .col-12 .item .txt {
    padding-top: 20px;
  }
}
.group-download .list .row .col-12 .item .txt p {
  margin: 0;
  color: #806E6C;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .group-download .list .row .col-12 .item .txt p {
    font-size: 14px;
  }
}
.group-download .list .row .col-12 .item .txt a i {
  color: #332C2B;
  font-size: 30px;
}
@media (max-width: 1199px) {
  .group-download .list .row .col-12 .item .txt a i {
    font-size: 24px;
  }
}
.group-list {
  padding-top: 150px;
}
@media (max-width: 1199px) {
  .group-list {
    padding-top: 40px;
  }
}
.group-list .item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .group-list .item {
    flex-direction: column;
  }
}
.group-list .item:nth-child(2n+2) .note {
  order: 2;
}
@media (max-width: 1199px) {
  .group-list .item:nth-child(2n+2) .note {
    order: 2;
  }
}
.group-list .item:nth-child(2n+2) .pic {
  order: 1;
}
@media (max-width: 1199px) {
  .group-list .item:nth-child(2n+2) .pic {
    order: 1;
  }
}
.group-list .item .note {
  width: 45%;
  padding: 20px 0;
}
@media (max-width: 1199px) {
  .group-list .item .note {
    padding: 15px 0;
    width: 100%;
    order: 2;
  }
}
.group-list .item .note .tit h2 {
  color: #332C2B;
  font-size: 46px;
  font-weight: 600;
  line-height: 62px;
  margin: 0;
}
@media (max-width: 1199px) {
  .group-list .item .note .tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.group-list .item .note .txt {
  padding-top: 20px;
}
.group-list .item .note .txt p {
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .group-list .item .note .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.group-list .item .note .com-more a {
  background: #332C2B;
  color: #fff;
}
.group-list .item .note .com-more a:hover {
  background: #E62129;
  color: #fff;
}
.group-list .item .pic {
  width: 50%;
}
@media (max-width: 1199px) {
  .group-list .item .pic {
    width: 100%;
    order: 1;
  }
}
.group-list .item .pic .img-box {
  padding-bottom: calc(510 / 810 * 100%);
  border-radius: 12px;
}
.group-list .item .pic .img-box img {
  transition: all 0.5s ease-out;
}
.solution-details .info .introduce .editor-content b {
  color: #332C2B;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .solution-details .info .introduce .editor-content b {
    font-size: 18px;
    line-height: 26px;
  }
}
.solution-details .info .introduce .editor-content p {
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .solution-details .info .introduce .editor-content p {
    font-size: 14px;
    line-height: 26px;
  }
}
.slick-related {
  padding-top: 70px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .slick-related {
    padding-top: 30px;
    margin: 0 -7px;
  }
}
.slick-related .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .slick-related .slick-slide {
    padding: 0 7px;
  }
}
.slick-related .item {
  border-radius: 12px;
  background: #F7F6F4;
  padding: 20px;
}
.slick-related .item:hover .pic .img-box img {
  transform: scale3d(0.9, 0.9, 1);
}
.slick-related .item:hover .note .more a {
  background: transparent;
}
.slick-related .item:hover .note .more a .link {
  color: #fff;
}
.slick-related .item:hover .note .more .txt {
  opacity: 1;
  top: -215%;
}
.slick-related .item .pic .img-box img {
  transition: all 0.5s ease-out;
  background: #F7F6F4;
}
.slick-related .item .note {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .slick-related .item .note {
    padding-top: 20px;
  }
}
.slick-related .item .note .tit a {
  color: #332C2B;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 27px;
}
@media (max-width: 1199px) {
  .slick-related .item .note .tit a {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
  }
}
.slick-related .item .note .type {
  padding-top: 10px;
}
.slick-related .item .note .type span {
  display: block;
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.slick-related .item .note .more {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .slick-related .item .note .more {
    margin-top: 20px;
  }
}
.slick-related .item .note .more:hover a .link {
  color: #fff;
}
.slick-related .item .note .more:hover .txt {
  opacity: 1;
  top: -215%;
}
.slick-related .item .note .more a {
  display: block;
  transition: all 0.2s ease-out;
  background: #fff;
  border-radius: 6px;
  position: relative;
  z-index: 2;
}
.slick-related .item .note .more a .txt {
  padding: 10px;
  transition: all 0.2s ease-out;
}
.slick-related .item .note .more a .txt p {
  color: #FFF;
  line-height: 24px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 120px;
}
@media (max-width: 1199px) {
  .slick-related .item .note .more a .txt p {
    font-size: 14px;
  }
}
.slick-related .item .note .more a .link {
  padding: 30px 10px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  transition: all 0.2s ease-out;
  color: #332C2B;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .slick-related .item .note .more a .link {
    font-size: 14px;
  }
}
.slick-related .item .note .more a .link i {
  font-weight: normal;
}
.slick-related .item .note .more:hover a {
  background: transparent;
}
.slick-related .item .note .more:hover a .link {
  color: #fff;
}
.slick-related .item .note .txt {
  padding: 10px;
  transition: all 0.3s ease-out;
  background: rgba(51, 44, 43, 0.85);
  border-radius: 6px;
  position: absolute;
  width: 100%;
  top: 100%;
  opacity: 0;
  left: 0;
  z-index: 0;
  min-height: 210px;
}
.slick-related .item .note .txt p {
  color: #FFF;
  line-height: 24px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 120px;
}
@media (max-width: 1199px) {
  .slick-related .item .note .txt p {
    font-size: 14px;
  }
}
.group-related {
  padding-top: 150px;
}
@media (max-width: 1199px) {
  .group-related {
    padding-top: 150px;
  }
}
@media (max-width: 1199px) {
  .wrap-product {
    padding-top: 0;
  }
}
.wrap-product .info .top {
  padding-bottom: 50px;
  border-bottom: 1px solid #F2E5E4;
}
@media (max-width: 1199px) {
  .wrap-product .info .top {
    padding-bottom: 15px;
  }
}
.wrap-product .info .group {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-product .info .group {
    padding-top: 20px;
  }
}
.wrap-product .info .group .left {
  width: 25%;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .left {
    display: none;
  }
}
.wrap-product .info .group .left .left-group ul li.active ul {
  display: block;
}
.wrap-product .info .group .left .left-group ul li.active a {
  color: #E62129;
}
.wrap-product .info .group .left .left-group ul li.active a i {
  transform: rotate(-180deg);
}
.wrap-product .info .group .left .left-group ul li.active ul li a {
  color: #332C2B;
  font-size: 14px;
  font-weight: 600;
}
.wrap-product .info .group .left .left-group ul li {
  border-bottom: 1px solid #F2E5E4;
}
.wrap-product .info .group .left .left-group ul li a {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #332C2B;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease-out;
}
.wrap-product .info .group .left .left-group ul li a:hover {
  color: #E62129;
}
.wrap-product .info .group .left .left-group ul li a:hover i {
  transform: rotate(-180deg);
}
.wrap-product .info .group .left .left-group ul li a i {
  display: inline-block;
  font-size: 18px;
  transition: all 0.2s ease-out;
}
.wrap-product .info .group .left .left-group ul li ul {
  display: none;
  padding-left: 20px;
}
.wrap-product .info .group .left .left-group ul li ul li {
  list-style-type: disc;
}
.wrap-product .info .group .left .left-group ul li ul li a {
  color: #332C2B;
  font-size: 14px;
  font-weight: 600;
}
.wrap-product .info .group .left .left-group ul li ul li a:hover {
  text-decoration: underline;
  color: #E62129;
}
.wrap-product .info .group .right {
  width: 72%;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right {
    width: 100%;
  }
}
.wrap-product .info .group .right .pagination {
  justify-content: end;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .row {
    margin: 0 -7px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .row .col-12 {
    padding: 0 7px;
  }
}
@media (max-width: 991px) {
  .wrap-product .info .group .right .row .col-12 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-product .info .group .right .row .col-12 {
    width: 100%;
  }
}
.wrap-product .info .group .right .row .col-12 .item {
  margin-bottom: 30px;
  border-radius: 12px;
  background: #F7F6F4;
  padding: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .row .col-12 .item {
    padding: 15px;
    margin-bottom: 20px;
  }
}
.wrap-product .info .group .right .row .col-12 .item:hover .pic .img-box img {
  transform: scale3d(0.9, 0.9, 1);
}
.wrap-product .info .group .right .row .col-12 .item:hover .note .more a {
  background: transparent;
}
.wrap-product .info .group .right .row .col-12 .item:hover .note .more a .link {
  color: #fff;
}
.wrap-product .info .group .right .row .col-12 .item:hover .note .more .txt {
  opacity: 1;
  top: -215%;
}
.wrap-product .info .group .right .row .col-12 .item .pic .img-box img {
  transition: all 0.5s ease-out;
  background: #F7F6F4;
}
.wrap-product .info .group .right .row .col-12 .item .note {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .row .col-12 .item .note {
    padding-top: 20px;
  }
}
.wrap-product .info .group .right .row .col-12 .item .note .tit a {
  color: #332C2B;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 27px;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .row .col-12 .item .note .tit a {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
  }
}
.wrap-product .info .group .right .row .col-12 .item .note .type {
  padding-top: 10px;
}
.wrap-product .info .group .right .row .col-12 .item .note .type span {
  display: block;
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .row .col-12 .item .note .type span {
    font-size: 14px;
  }
}
.wrap-product .info .group .right .row .col-12 .item .note .more {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .row .col-12 .item .note .more {
    margin-top: 20px;
  }
}
.wrap-product .info .group .right .row .col-12 .item .note .more:hover a .link {
  color: #fff;
}
.wrap-product .info .group .right .row .col-12 .item .note .more:hover .txt {
  opacity: 1;
  top: -215%;
}
.wrap-product .info .group .right .row .col-12 .item .note .more a {
  display: block;
  transition: all 0.2s ease-out;
  background: #fff;
  border-radius: 6px;
  position: relative;
  z-index: 2;
}
.wrap-product .info .group .right .row .col-12 .item .note .more a .txt {
  padding: 10px;
  transition: all 0.2s ease-out;
}
.wrap-product .info .group .right .row .col-12 .item .note .more a .txt p {
  color: #FFF;
  line-height: 24px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 120px;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .row .col-12 .item .note .more a .txt p {
    font-size: 14px;
  }
}
.wrap-product .info .group .right .row .col-12 .item .note .more a .link {
  padding: 30px 10px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  transition: all 0.2s ease-out;
  color: #332C2B;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .row .col-12 .item .note .more a .link {
    font-size: 14px;
  }
}
.wrap-product .info .group .right .row .col-12 .item .note .more a .link i {
  font-weight: normal;
}
.wrap-product .info .group .right .row .col-12 .item .note .more:hover a {
  background: transparent;
}
.wrap-product .info .group .right .row .col-12 .item .note .more:hover a .link {
  color: #fff;
}
.wrap-product .info .group .right .row .col-12 .item .note .txt {
  padding: 10px;
  transition: all 0.3s ease-out;
  background: rgba(51, 44, 43, 0.85);
  border-radius: 6px;
  position: absolute;
  width: 100%;
  top: 100%;
  opacity: 0;
  left: 0;
  z-index: 0;
  min-height: 210px;
}
.wrap-product .info .group .right .row .col-12 .item .note .txt p {
  color: #FFF;
  line-height: 24px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 120px;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .row .col-12 .item .note .txt p {
    font-size: 14px;
  }
}
.wrap-details .introduce {
  padding: 70px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-details .introduce {
    padding: 40px 0;
  }
}
@media (max-width: 1199px) {
  .wrap-details .introduce {
    flex-direction: column;
  }
}
.wrap-details .introduce .left {
  width: 45%;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .left {
    width: 100%;
  }
}
.wrap-details .introduce .left .slider-for .item .img-box {
  border-radius: 12px;
  background: #F7F6F4;
}
.wrap-details .introduce .left .slider-nav {
  padding-top: 10px;
  margin: 0 -5px;
}
.wrap-details .introduce .left .slider-nav .slick-slide {
  padding: 0 5px;
}
.wrap-details .introduce .left .slider-nav .slick-current .item {
  border: 1px solid #E62129;
}
.wrap-details .introduce .left .slider-nav .item {
  border: 1px solid #F7F6F4;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.wrap-details .introduce .left .slider-nav .item .img-box {
  border-radius: 12px;
}
.wrap-details .introduce .right {
  width: 53%;
  padding: 20px 0;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .right {
    width: 100%;
  }
}
.wrap-details .introduce .right .type span {
  display: block;
  font-size: 16px;
  color: #E62129;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .right .type span {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-details .introduce .right .tit {
  margin-top: 10px;
}
.wrap-details .introduce .right .tit h2 {
  color: #332C2B;
  font-size: 46px;
  line-height: 60px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .right .tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.wrap-details .introduce .right .txt {
  margin-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #806E6C;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .right .txt {
    padding-bottom: 20px;
  }
}
.wrap-details .introduce .right .txt p {
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .right .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-details .introduce .right .editor-content {
  padding: 40px 0;
  border-bottom: 1px solid #F2E5E4;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .right .editor-content {
    padding: 20px 0;
  }
}
.wrap-details .introduce .right .editor-content b {
  color: #332C2B;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .right .editor-content b {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-details .introduce .right .editor-content p {
  color: #806E6C;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .right .editor-content p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-details .introduce .right .share {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .right .share {
    padding-top: 20px;
  }
}
.wrap-details .introduce .right .share .share-to {
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .right .share .share-to {
    padding-bottom: 15px;
  }
}
.wrap-details .introduce .right .share .share-to span {
  display: block;
  color: #332C2B;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .right .share .share-to span {
    font-size: 14px;
  }
}
.wrap-details .introduce .right .com-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .right .com-more {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-details .introduce .right .com-more {
    flex-direction: column;
  }
}
.wrap-details .introduce .right .com-more a {
  width: 49%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .wrap-details .introduce .right .com-more a {
    width: 100%;
    margin: 7px 0;
    font-size: 14px;
  }
}
.wrap-details .introduce .right .com-more a:hover {
  transform: scale(1);
  background: #E62129;
  color: #fff;
}
.wrap-details .introduce .right .com-more .inquiry {
  background: #332C2B;
  color: #fff;
}
.wrap-details .introduce .right .com-more .next-btn {
  background: #F7F6F4;
  color: #332C2B;
}
.wrap-details .details-list .editor-content {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .editor-content {
    margin-top: 20px;
  }
}
.wrap-details .details-list .editor-content .table-box {
  width: 100% !important;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .editor-content .table-box {
    overflow: auto;
  }
}
.wrap-details .details-list .editor-content .table-box table {
  width: 100% !important;
}
.wrap-details .details-list .editor-content .table-box table tr td {
  padding: 10px;
  border-width: 1px;
  border-color: #806E6C;
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .editor-content .table-box table tr td {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-details .details-list .editor-content .table-box table tr td p {
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .editor-content .table-box table tr td p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-details .details-list .editor-content b {
  color: #332C2B;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .editor-content b {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-details .details-list .editor-content p {
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .editor-content p {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .details-list .editor-content img {
    width: 100%;
  }
}
.wrap-details .details-list .editor-content ul {
  padding-left: 20px;
}
.wrap-details .details-list .editor-content ul li {
  list-style-type: disc;
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .editor-content ul li {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-details .details-list .details-menu {
  z-index: 5;
  background: #FFFEFC;
}
.wrap-details .details-list .details-menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrap-details .details-list .details-menu ul .active {
  transform: scale(1);
  background: transparent;
  color: #E62129;
  border-bottom: 1px solid #E62129;
}
@media (max-width: 767px) {
  .wrap-details .details-list .details-menu ul {
    margin: 0 -7px;
  }
}
.wrap-details .details-list .details-menu ul li {
  width: 32.33333%;
}
@media (max-width: 767px) {
  .wrap-details .details-list .details-menu ul li {
    width: 50%;
    padding: 0 7px;
  }
}
.wrap-details .details-list .details-menu ul li a {
  max-width: 100%;
  border-radius: 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #F2E5E4;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .details-menu ul li a {
    font-size: 14px;
    padding: 0 0 10px 0;
  }
}
.wrap-details .details-list .details-menu ul li a:hover {
  transform: scale(1);
  background: transparent;
  color: #E62129;
  border-bottom: 1px solid #E62129;
}
.wrap-details .details-list .menu-inquiry .common-form {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-inquiry .common-form {
    padding-top: 20px;
  }
}
.wrap-details .details-list .menu-inquiry .common-form form .row {
  margin: 0 -7px;
}
.wrap-details .details-list .menu-inquiry .common-form form .row .col-12 {
  padding: 0 7px;
}
.wrap-details .details-list .menu-inquiry .common-form form .row .col-12 .form-group input,
.wrap-details .details-list .menu-inquiry .common-form form .row .col-12 .form-group textarea {
  background: #F7F6F4;
  border: none;
}
.wrap-details .details-list .menu-related {
  padding: 80px 0 150px 0;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-related {
    padding: 40px 0;
  }
}
.details-tit h2 {
  color: #332C2B;
  font-size: 36px;
  font-weight: 600;
  line-height: 47px;
  margin: 0;
}
@media (max-width: 1199px) {
  .details-tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.wrap-box {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-box {
    padding-top: 40px;
  }
}
.wrap-about .introduce {
  overflow: hidden;
}
.wrap-about .introduce .about-top {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 120px 0 90px 0;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .about-top {
    padding: 40px 0;
  }
}
.wrap-about .introduce .about-top .name {
  content: "";
  font-size: 27.45vw;
  font-weight: 700;
  line-height: 31.82vw;
  position: absolute;
  z-index: -1;
  left: 0;
  display: block;
  background: linear-gradient(180deg, #FCFAF5 31.73%, rgba(252, 250, 245, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 0;
  width: 100%;
  height: 100%;
}
.wrap-about .introduce .about-top::before {
  content: "";
  width: 25vw;
  height: 25vw;
  position: absolute;
  z-index: -1;
  background: radial-gradient(50% 50% at 50% 50%, rgba(230, 33, 41, 0.25) 0%, rgba(230, 33, 41, 0) 100%);
}
.wrap-about .introduce .about-video .pic {
  position: relative;
}
.wrap-about .introduce .about-video .pic img {
  width: 100%;
  display: block;
  height: auto;
}
.wrap-about .introduce .about-video .pic .play {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
.wrap-about .introduce .about-video .pic .play a {
  position: relative;
  z-index: 2;
}
.wrap-about .introduce .about-video .pic .play a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.15);
  transform: scale(1.3);
  z-index: -1;
  border-radius: 50%;
  animation: border_animation 3.9s linear 0s infinite;
}
.wrap-about .introduce .about-video .pic .play a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.55);
  transform: scale(1.5);
  z-index: -1;
  border-radius: 50%;
  animation-delay: 1.3s;
  animation: border_animation 3.9s linear 0s infinite;
}
.wrap-about .introduce .about-video .pic .play a i {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 3;
  color: #fff;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(2px);
}
@media (max-width: 1199px) {
  .wrap-about .introduce .about-video .pic .play a i {
    width: 45px;
    height: 45px;
  }
}
.wrap-about .introduce .editor-content {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .editor-content {
    padding-top: 40px;
  }
}
.wrap-about .introduce .editor-content .com-more {
  display: flex;
  justify-content: center;
}
.wrap-about .introduce .editor-content .com-more a {
  background: #332C2B;
  color: #fff;
  min-width: 210px;
}
.wrap-about .introduce .editor-content .com-more a:hover {
  background: #E62129;
}
.wrap-about .introduce .advantage {
  padding: 150px 0;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .advantage {
    padding: 40px 0;
  }
}
.wrap-about .introduce .about-list .group-list {
  padding-top: 0;
}
.wrap-about .introduce .about-list .group-list .item {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .about-list .group-list .item {
    padding-top: 20px;
  }
}
.wrap-about .introduce .about-brand {
  padding: 150px 0;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .about-brand {
    padding: 40px 0;
    margin: -7px;
  }
}
.wrap-about .introduce .about-brand .slick-brand {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .about-brand .slick-brand {
    margin-top: 30px;
  }
}
.wrap-about .introduce .about-brand .slick-brand .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .about-brand .slick-brand .slick-slide {
    padding: 0 7px;
  }
}
.wrap-about .introduce .about-brand .slick-brand .item .pic .img-box {
  padding-bottom: calc(140 / 250 * 100%);
  border-radius: 12px;
  border: 1px solid #806E6C;
}
.wrap-about .introduce .about-brand .slick-brand .item .pic .img-box img {
  transition: all 0.5s ease-out;
}
.wrap-about .introduce .about-brand .prev-next {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .about-brand .prev-next {
    margin-top: 20px;
  }
}
.wrap-about .introduce .about-brand .prev-next .slick-arrow {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #806E6C;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .about-brand .prev-next .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.wrap-about .introduce .about-brand .prev-next .slick-arrow:hover {
  background: #E62129;
  color: #fff;
  border: 1px solid #E62129;
}
.wrap-about .introduce .about-brand .prev-next .slick-arrow:hover i {
  color: #fff;
}
.wrap-about .introduce .about-brand .prev-next .slick-arrow i {
  color: #332C2B;
}
.wrap-about .introduce .about-brand .prev-next .num {
  padding: 0 15px;
}
.wrap-about .introduce .about-brand .prev-next .num span {
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
}
.wrap-capacity .info .top {
  overflow: hidden;
}
.wrap-capacity .info .group {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-capacity .info .group {
    margin-top: 10px;
  }
}
@media (max-width: 1199px) {
  .wrap-capacity .info .group .row {
    margin: 0 -7px;
  }
}
@media (max-width: 1199px) {
  .wrap-capacity .info .group .row .col-12 {
    padding: 0 7px;
  }
}
@media (max-width: 991px) {
  .wrap-capacity .info .group .row .col-12 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-capacity .info .group .row .col-12 {
    width: 100%;
  }
}
.wrap-capacity .info .group .row .col-12 .item {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-capacity .info .group .row .col-12 .item {
    margin-top: 20px;
  }
}
.wrap-capacity .info .group .row .col-12 .item:hover {
  cursor: pointer;
}
.wrap-capacity .info .group .row .col-12 .item:hover .pic .img-box img {
  transform: scale3d(1.1, 1.1, 1);
}
.wrap-capacity .info .group .row .col-12 .item:hover .pic .note {
  background: linear-gradient(to right top, /* 从左下到右上 */ rgba(230, 33, 41, 0.25), /* 深色（起点） */ rgba(251, 230, 230, 0.15) /* 浅色（终点） */), #FFF;
}
.wrap-capacity .info .group .row .col-12 .item:hover .pic .note .tit {
  opacity: 0;
}
.wrap-capacity .info .group .row .col-12 .item:hover .pic .note .note-mark .jiahao {
  opacity: 0;
  position: absolute;
}
.wrap-capacity .info .group .row .col-12 .item:hover .pic .note .note-mark .jianhao {
  opacity: 1;
  position: relative;
  top: auto;
}
.wrap-capacity .info .group .row .col-12 .item:hover .pic .note .note-top {
  opacity: 1;
  pointer-events: all;
}
.wrap-capacity .info .group .row .col-12 .item .pic {
  position: relative;
}
.wrap-capacity .info .group .row .col-12 .item .pic .img-box {
  padding-bottom: calc(330 / 530 * 100%);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.12);
}
.wrap-capacity .info .group .row .col-12 .item .pic .img-box img {
  transition: all 0.5s ease-out;
}
.wrap-capacity .info .group .row .col-12 .item .pic .note {
  border-radius: 12px;
  content: "";
  position: absolute;
  transition: all 0.2s ease-out;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 30px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-capacity .info .group .row .col-12 .item .pic .note {
    padding: 15px;
  }
}
.wrap-capacity .info .group .row .col-12 .item .pic .note .tit {
  width: 80%;
}
.wrap-capacity .info .group .row .col-12 .item .pic .note .tit a {
  color: #FFF;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 102px;
}
@media (max-width: 1199px) {
  .wrap-capacity .info .group .row .col-12 .item .pic .note .tit a {
    font-size: 16px;
    line-height: 24px;
    height: 72px;
  }
}
.wrap-capacity .info .group .row .col-12 .item .pic .note .note-mark {
  position: absolute;
  right: 30px;
}
.wrap-capacity .info .group .row .col-12 .item .pic .note .note-mark i {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #332C2B;
  backdrop-filter: blur(2px);
  color: #fff;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-capacity .info .group .row .col-12 .item .pic .note .note-mark i {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.wrap-capacity .info .group .row .col-12 .item .pic .note .note-mark .jiahao {
  opacity: 1;
  position: relative;
}
.wrap-capacity .info .group .row .col-12 .item .pic .note .note-mark .jianhao {
  opacity: 0;
  position: absolute;
  top: 0;
}
.wrap-capacity .info .group .row .col-12 .item .pic .note .note-top {
  position: absolute;
  border-radius: 12px;
  overflow: hidden;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  padding: 30px;
  transition: all 0.2s ease-out;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .wrap-capacity .info .group .row .col-12 .item .pic .note .note-top {
    padding: 15px;
  }
}
.wrap-capacity .info .group .row .col-12 .item .pic .note .note-top .top-tit a {
  color: #332C2B;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 34px;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .wrap-capacity .info .group .row .col-12 .item .pic .note .note-top .top-tit a {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
  }
}
.wrap-capacity .info .group .row .col-12 .item .pic .note .note-top .txt {
  margin-top: 15px;
}
.wrap-capacity .info .group .row .col-12 .item .pic .note .note-top .txt p {
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 96px;
}
@media (max-width: 1199px) {
  .wrap-capacity .info .group .row .col-12 .item .pic .note .note-top .txt p {
    font-size: 14px;
  }
}
.wrap-service .info .menu-list .select-content.on {
  display: block;
}
.wrap-service .info .menu-list .select-content {
  display: none;
}
.wrap-service .info .menu-list .select-content .group-list {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-service .info .menu-list .select-content .group-list {
    padding-top: 40px;
  }
}
.wrap-service .info .menu-list .select-content .group-design {
  overflow: hidden;
  padding: 150px 0;
}
@media (max-width: 1199px) {
  .wrap-service .info .menu-list .select-content .group-design {
    padding: 40px 0;
  }
}
.wrap-service .info .menu-list .select-content .group-design .list {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-service .info .menu-list .select-content .group-design .list {
    padding-top: 30px;
  }
}
.wrap-service .info .menu-list .select-content .group-design .list .item {
  padding: 50px 0;
  border-top: 1px solid #F2E5E4;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-service .info .menu-list .select-content .group-design .list .item {
    padding: 15px 0;
    flex-direction: column;
  }
}
.wrap-service .info .menu-list .select-content .group-design .list .item:last-child {
  border-bottom: 1px solid #F2E5E4;
}
.wrap-service .info .menu-list .select-content .group-design .list .item .pic {
  width: 25%;
}
@media (max-width: 1199px) {
  .wrap-service .info .menu-list .select-content .group-design .list .item .pic {
    width: 100%;
  }
}
.wrap-service .info .menu-list .select-content .group-design .list .item .pic .img-box {
  padding-bottom: calc(330 / 510 * 100%);
  border-radius: 12px;
}
.wrap-service .info .menu-list .select-content .group-design .list .item .pic .img-box img {
  transition: all 0.5s ease-out;
}
.wrap-service .info .menu-list .select-content .group-design .list .item .note {
  width: 73%;
  padding: 20px 0;
}
@media (max-width: 1199px) {
  .wrap-service .info .menu-list .select-content .group-design .list .item .note {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .wrap-service .info .menu-list .select-content .group-design .list .item .note {
    padding: 15px 0;
  }
}
.wrap-service .info .menu-list .select-content .group-design .list .item .note .tit h2 {
  color: #332C2B;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-service .info .menu-list .select-content .group-design .list .item .note .tit h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-service .info .menu-list .select-content .group-design .list .item .note .txt {
  margin-top: 15px;
}
.wrap-service .info .menu-list .select-content .group-design .list .item .note .txt p {
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-service .info .menu-list .select-content .group-design .list .item .note .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-service .info .menu-list .select-content .group-end .top {
  overflow: hidden;
}
.select-menu {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .select-menu {
    margin-top: 30px;
  }
}
.select-menu .slick-select {
  margin: 0 -10px;
}
@media (max-width: 1199px) {
  .select-menu .slick-select {
    margin: 0 -7px;
  }
}
.select-menu .slick-select .slick-slide {
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .select-menu .slick-select .slick-slide {
    padding: 0 7px;
  }
}
.select-menu .slick-select .slick-slide.on .item {
  border: 1px solid #E62129;
}
.select-menu .slick-select .slick-slide.on .item span,
.select-menu .slick-select .slick-slide.on .item a {
  color: #fff;
  background: #E62129;
}
.select-menu .slick-select .item.on {
  border: 1px solid #E62129;
}
.select-menu .slick-select .item.on span,
.select-menu .slick-select .item.on a {
  color: #fff;
  background: #E62129;
}
.select-menu .slick-select .item {
  border-radius: 6px;
  border: 1px solid rgba(251, 230, 230, 0.75);
}
.select-menu .slick-select .item:hover {
  border: 1px solid #E62129;
}
.select-menu .slick-select .item:hover span,
.select-menu .slick-select .item:hover a {
  color: #fff;
  background: #E62129;
}
.select-menu .slick-select .item span,
.select-menu .slick-select .item a {
  border-radius: 6px;
  cursor: pointer;
  display: block;
  color: #332C2B;
  padding: 12px 26px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .select-menu .slick-select .item span,
  .select-menu .slick-select .item a {
    padding: 10px;
    font-size: 14px;
  }
}
.select-menu .slick-test {
  margin: 0 -10px;
}
@media (max-width: 1199px) {
  .select-menu .slick-test {
    margin: 0 -7px;
  }
}
.select-menu .slick-test .slick-slide {
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .select-menu .slick-test .slick-slide {
    padding: 0 7px;
  }
}
.select-menu .slick-test .slick-slide.on .item {
  border: 1px solid #E62129;
}
.select-menu .slick-test .slick-slide.on .item span {
  color: #fff;
  background: #E62129;
}
.select-menu .slick-test .item.on {
  border: 1px solid #E62129;
}
.select-menu .slick-test .item.on span {
  color: #fff;
  background: #E62129;
}
.select-menu .slick-test .item {
  border-radius: 6px;
  border: 1px solid rgba(251, 230, 230, 0.75);
}
.select-menu .slick-test .item:hover {
  border: 1px solid #E62129;
}
.select-menu .slick-test .item:hover span {
  color: #fff;
  background: #E62129;
}
.select-menu .slick-test .item span {
  border-radius: 6px;
  cursor: pointer;
  display: block;
  color: #332C2B;
  padding: 12px 26px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .select-menu .slick-test .item span {
    font-size: 14px;
    padding: 10px;
  }
}
.wrap-test .info .menu-list .test-content.on {
  display: block;
}
.wrap-test .info .menu-list .test-content {
  display: none;
}
.wrap-qualify .info .top {
  overflow: hidden;
}
.wrap-qualify .info .list .item {
  padding-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-qualify .info .list .item {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-qualify .info .list .item {
    flex-direction: column;
  }
}
.wrap-qualify .info .list .item:nth-child(2n+2) .pic {
  order: 2;
}
@media (max-width: 991px) {
  .wrap-qualify .info .list .item:nth-child(2n+2) .pic {
    order: 1;
  }
}
.wrap-qualify .info .list .item:nth-child(2n+2) .note {
  order: 1;
}
@media (max-width: 991px) {
  .wrap-qualify .info .list .item:nth-child(2n+2) .note {
    order: 2;
    padding-top: 20px;
  }
}
.wrap-qualify .info .list .item .pic {
  width: 50%;
}
@media (max-width: 991px) {
  .wrap-qualify .info .list .item .pic {
    width: 100%;
  }
}
.wrap-qualify .info .list .item .pic .img-box {
  border-radius: 12px;
}
.wrap-qualify .info .list .item .note {
  width: 45%;
}
@media (max-width: 991px) {
  .wrap-qualify .info .list .item .note {
    width: 100%;
    padding-top: 20px;
  }
}
.wrap-qualify .info .list .item .note .tit h2 {
  color: #332C2B;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-qualify .info .list .item .note .tit h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-qualify .info .list .item .note .txt {
  margin-top: 20px;
  height: 160px;
  overflow: auto;
}
@media (max-width: 991px) {
  .wrap-qualify .info .list .item .note .txt {
    height: auto;
  }
}
.wrap-qualify .info .list .item .note .txt::-webkit-scrollbar {
  border-radius: 0px;
  width: 3px;
  height: 3px;
  background-color: #fff;
}
.wrap-qualify .info .list .item .note .txt::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #fff;
}
.wrap-qualify .info .list .item .note .txt::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #eee;
}
.wrap-qualify .info .list .item .note .txt::-webkit-scrollbar-thumb:hover {
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.2);
}
.wrap-qualify .info .list .item .note .txt p {
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-qualify .info .list .item .note .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-qualify .info .list .item .note .com-more a {
  background: #332C2B;
  color: #fff;
}
.wrap-qualify .info .list .item .note .com-more a:hover {
  background: #E62129;
}
.wrap-home {
  position: relative;
  z-index: 2;
}
.wrap-home .home-mark {
  position: relative;
}
.wrap-home .home-mark .name {
  content: "";
  font-size: 27.45vw;
  font-weight: 700;
  line-height: 31.82vw;
  position: absolute;
  z-index: -1;
  left: 0;
  display: block;
  background: linear-gradient(180deg, #FCFAF5 31.73%, rgba(252, 250, 245, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 10.63vw;
}
@media (max-width: 1199px) {
  .wrap-home .home-mark .name {
    display: none;
  }
}
.wrap-home .home-mark::before {
  content: "";
  width: 25vw;
  height: 25vw;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 15.63vw;
  background: radial-gradient(50% 50% at 50% 50%, rgba(230, 33, 41, 0.25) 0%, rgba(230, 33, 41, 0) 100%);
}
.wrap-home .home-introduce {
  padding: 110px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-introduce {
    padding: 40px 0;
  }
}
.wrap-home .home-introduce .info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wrap-home .home-introduce .info {
    flex-direction: column;
  }
}
.wrap-home .home-introduce .info .left {
  width: 40%;
}
@media (max-width: 991px) {
  .wrap-home .home-introduce .info .left {
    width: 100%;
  }
}
.wrap-home .home-introduce .info .right {
  width: 55%;
}
@media (max-width: 991px) {
  .wrap-home .home-introduce .info .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-introduce .info .right .row .col-12 {
    margin: 10px 0;
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.wrap-home .home-introduce .info .right .row .col-12 .item {
  height: 100%;
  background: linear-gradient(to right top, /* 从左下到右上 */ rgba(230, 33, 41, 0.25), /* 深色（起点） */ rgba(251, 230, 230, 0.15) /* 浅色（终点） */), #FFF;
  border-radius: 12px;
  padding: 60px 40px;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-home .home-introduce .info .right .row .col-12 .item {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-introduce .info .right .row .col-12 .item {
    padding: 20px;
  }
}
.wrap-home .home-introduce .info .right .row .col-12 .item:hover .item-mark i {
  animation: swing 1s 0s ease both;
}
.wrap-home .home-introduce .info .right .row .col-12 .item:hover .tit a {
  color: #E62129;
}
.wrap-home .home-introduce .info .right .row .col-12 .item:hover .tit a span {
  background-image: linear-gradient(to right, #E62129 0%, #E62129 100%);
  background-size: 100% 2px;
}
.wrap-home .home-introduce .info .right .row .col-12 .item:hover .com-more a {
  transform: scale(1);
  border: 1px solid #E62129;
  background: #E62129;
  color: #fff;
}
.wrap-home .home-introduce .info .right .row .col-12 .item .item-mark i {
  font-size: 56px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .wrap-home .home-introduce .info .right .row .col-12 .item .item-mark i {
    font-size: 34px;
  }
}
.wrap-home .home-introduce .info .right .row .col-12 .item .tit {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-home .home-introduce .info .right .row .col-12 .item .tit {
    padding-top: 20px;
  }
}
.wrap-home .home-introduce .info .right .row .col-12 .item .tit a {
  transition: all 0.2s ease-out;
  color: #332C2B;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-introduce .info .right .row .col-12 .item .tit a {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
  }
}
.wrap-home .home-introduce .info .right .row .col-12 .item .tit a span {
  transition: background-size 0.4s;
  background-image: -webkit-gradient(linear, left top, right top, from(#E62129), to(#E62129));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
}
.wrap-home .home-introduce .info .right .row .col-12 .item .txt {
  margin-top: 15px;
}
.wrap-home .home-introduce .info .right .row .col-12 .item .txt p {
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 260px;
}
@media (max-width: 1199px) {
  .wrap-home .home-introduce .info .right .row .col-12 .item .txt p {
    font-size: 14px;
    -webkit-line-clamp: 5;
    height: 130px;
  }
}
.wrap-home .home-introduce .info .right .row .col-12 .item .com-more a {
  border: 1px solid rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.45);
}
.wrap-home .home-introduce .info .right .row .col-12 .item .com-more a:hover {
  transform: scale(1);
  border: 1px solid #E62129;
  background: #E62129;
  color: #fff;
}
.wrap-home .home-introduce .info .right .row .col-12 .item .com-more:hover .open-list {
  opacity: 1;
  pointer-events: all;
}
.wrap-home .home-introduce .info .right .row .col-12 .item .com-more .open-list {
  background: linear-gradient(to right top, /* 从左下到右上 */ rgba(230, 33, 41, 0.25), /* 深色（起点） */ rgba(251, 230, 230, 0.15) /* 浅色（终点） */), #FFF;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 80%;
  left: 0;
  padding: 30px;
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
}
@media (max-width: 1199px) {
  .wrap-home .home-introduce .info .right .row .col-12 .item .com-more .open-list {
    display: none;
  }
}
.wrap-home .home-introduce .info .right .row .col-12 .item .com-more .open-list ul li {
  display: block;
}
.wrap-home .home-introduce .info .right .row .col-12 .item .com-more .open-list ul li:last-child a {
  border-bottom: 1px solid #F2E5E4;
}
.wrap-home .home-introduce .info .right .row .col-12 .item .com-more .open-list ul li a {
  max-width: 100%;
  color: #332C2B;
  font-size: 16px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 100%;
  border: none;
  background: transparent;
  border-bottom: 1px solid #F2E5E4;
}
.wrap-home .home-introduce .info .right .row .col-12 .item .com-more .open-list ul li a:hover {
  color: #E62129;
}
.wrap-home .home-about {
  overflow: hidden;
}
.wrap-home .home-about .info .group {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .group {
    padding-top: 30px;
  }
}
.wrap-home .home-about .info .group .group-content.on {
  display: block;
}
.wrap-home .home-about .info .group .group-content {
  display: none;
}
.wrap-home .home-about .info .group .group-content .group-list {
  padding-top: 0;
}
.wrap-home .home-about .info .group .group-content .group-list .item .note .tit h2 {
  font-size: 36px;
  line-height: 48px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .group .group-content .group-list .item .note .tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.wrap-home .home-about .info .group .group-content .group-list .item .note .com-more a {
  background: #332C2B;
  color: #fff;
}
.wrap-home .home-about .info .group .group-content .group-list .item .note .com-more a:hover {
  background: #E62129;
  color: #fff;
}
.wrap-home .home-product {
  padding: 150px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-product {
    padding: 40px 0;
  }
}
.wrap-home .home-product .info .group .slick-product {
  padding-top: 70px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .group .slick-product {
    margin: 0 -7px;
    padding-top: 30px;
  }
}
.wrap-home .home-product .info .group .slick-product .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .group .slick-product .slick-slide {
    padding: 0 7px;
  }
}
.wrap-home .home-product .info .group .slick-product .item {
  border-radius: 12px;
  background: #F7F6F4;
  padding: 20px;
}
.wrap-home .home-product .info .group .slick-product .item:hover .pic .img-box img {
  transform: scale3d(0.9, 0.9, 1);
}
.wrap-home .home-product .info .group .slick-product .item:hover .note .more a {
  background: transparent;
}
.wrap-home .home-product .info .group .slick-product .item:hover .note .more a .link {
  color: #fff;
}
.wrap-home .home-product .info .group .slick-product .item:hover .note .more .txt {
  opacity: 1;
  top: -215%;
}
.wrap-home .home-product .info .group .slick-product .item .pic .img-box img {
  transition: all 0.5s ease-out;
  background: #F7F6F4;
}
.wrap-home .home-product .info .group .slick-product .item .note {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .group .slick-product .item .note {
    padding-top: 20px;
  }
}
.wrap-home .home-product .info .group .slick-product .item .note .tit a {
  color: #332C2B;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 27px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .group .slick-product .item .note .tit a {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
  }
}
.wrap-home .home-product .info .group .slick-product .item .note .type {
  padding-top: 10px;
}
.wrap-home .home-product .info .group .slick-product .item .note .type span {
  display: block;
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .group .slick-product .item .note .type span {
    font-size: 14px;
  }
}
.wrap-home .home-product .info .group .slick-product .item .note .more {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .group .slick-product .item .note .more {
    margin-top: 20px;
  }
}
.wrap-home .home-product .info .group .slick-product .item .note .more:hover a .link {
  color: #fff;
}
.wrap-home .home-product .info .group .slick-product .item .note .more:hover .txt {
  opacity: 1;
  top: -215%;
}
.wrap-home .home-product .info .group .slick-product .item .note .more a {
  display: block;
  transition: all 0.2s ease-out;
  background: #fff;
  border-radius: 6px;
  position: relative;
  z-index: 2;
}
.wrap-home .home-product .info .group .slick-product .item .note .more a .txt {
  padding: 10px;
  transition: all 0.2s ease-out;
}
.wrap-home .home-product .info .group .slick-product .item .note .more a .txt p {
  color: #FFF;
  line-height: 24px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 120px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .group .slick-product .item .note .more a .txt p {
    font-size: 14px;
  }
}
.wrap-home .home-product .info .group .slick-product .item .note .more a .link {
  padding: 30px 10px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  transition: all 0.2s ease-out;
  color: #332C2B;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .group .slick-product .item .note .more a .link {
    font-size: 14px;
  }
}
.wrap-home .home-product .info .group .slick-product .item .note .more a .link i {
  font-weight: normal;
}
.wrap-home .home-product .info .group .slick-product .item .note .more:hover a {
  background: transparent;
}
.wrap-home .home-product .info .group .slick-product .item .note .more:hover a .link {
  color: #fff;
}
.wrap-home .home-product .info .group .slick-product .item .note .txt {
  padding: 10px;
  transition: all 0.3s ease-out;
  background: rgba(51, 44, 43, 0.85);
  border-radius: 6px;
  position: absolute;
  width: 100%;
  top: 100%;
  opacity: 0;
  left: 0;
  z-index: 0;
  min-height: 210px;
}
.wrap-home .home-product .info .group .slick-product .item .note .txt p {
  color: #FFF;
  line-height: 24px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 120px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .group .slick-product .item .note .txt p {
    font-size: 14px;
  }
}
.wrap-home .home-download .info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-home .home-download .info {
    flex-direction: column;
  }
}
.wrap-home .home-download .info .left {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-home .home-download .info .left {
    width: 100%;
  }
}
.wrap-home .home-download .info .left .pic {
  position: relative;
}
.wrap-home .home-download .info .left .pic img {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 6px;
}
.wrap-home .home-download .info .left .pic .play {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
.wrap-home .home-download .info .left .pic .play a {
  position: relative;
  z-index: 2;
}
.wrap-home .home-download .info .left .pic .play a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.15);
  transform: scale(1.3);
  z-index: -1;
  border-radius: 50%;
  animation: border_animation 3.9s linear 0s infinite;
}
.wrap-home .home-download .info .left .pic .play a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.55);
  transform: scale(1.5);
  z-index: -1;
  border-radius: 50%;
  animation-delay: 1.3s;
  animation: border_animation 3.9s linear 0s infinite;
}
.wrap-home .home-download .info .left .pic .play a i {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 3;
  color: #fff;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(2px);
}
@media (max-width: 1199px) {
  .wrap-home .home-download .info .left .pic .play a i {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}
.wrap-home .home-download .info .right {
  width: 50%;
  padding: 20px 13% 20px 5%;
}
@media (max-width: 1199px) {
  .wrap-home .home-download .info .right {
    width: 100%;
    padding: 40px 5%;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-download .info .right {
    padding: 40px 3%;
  }
}
.wrap-home .home-download .info .right .common-txt p {
  color: #332C2B;
}
.wrap-home .home-download .info .right .group {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-home .home-download .info .right .group {
    padding-top: 30px;
  }
}
.wrap-home .home-download .info .right .group .item {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  border-bottom: 1px solid #F2E5E4;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .wrap-home .home-download .info .right .group .item {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-download .info .right .group .item {
    flex-direction: column;
  }
}
.wrap-home .home-download .info .right .group .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right top, /* 从左下到右上 */ rgba(230, 33, 41, 0.25), /* 深色（起点） */ rgba(251, 230, 230, 0.15) /* 浅色（终点） */), #FFF;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s ease-out;
}
.wrap-home .home-download .info .right .group .item:hover::before {
  opacity: 1;
}
.wrap-home .home-download .info .right .group .item:hover .note .tit::before {
  color: #E62129;
}
.wrap-home .home-download .info .right .group .item:hover .note .tit a {
  color: #E62129;
}
.wrap-home .home-download .info .right .group .item .note .tit {
  display: flex;
  align-items: center;
  position: relative;
}
.wrap-home .home-download .info .right .group .item .note .tit::before {
  content: "\e858";
  font-family: 'iconfont' !important;
  left: 0;
  font-size: 30px;
  padding-right: 20px;
  transition: all 0.2s ease-out;
  color: #332C2B;
}
.wrap-home .home-download .info .right .group .item .note .tit a {
  color: #332C2B;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-download .info .right .group .item .note .tit a {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
  }
}
.wrap-home .home-download .info .right .group .item .note .txt {
  padding-top: 10px;
  padding-left: 17%;
}
@media (max-width: 767px) {
  .wrap-home .home-download .info .right .group .item .note .txt {
    padding-left: 0;
    padding: 10px 0;
  }
}
.wrap-home .home-download .info .right .group .item .note .txt p {
  color: #806E6C;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-download .info .right .group .item .note .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-home .home-download .info .right .group .item .download a i {
  font-size: 30px;
}
.wrap-home .home-advantage {
  padding: 150px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage {
    padding: 40px 0;
  }
}
.wrap-home .home-advantage .group-advantage .list .row .col-12 .item:hover .note .tit h2 {
  color: #E62129;
}
.wrap-home .home-advantage .group-advantage .list .row .col-12 .item .item-mark img {
  max-height: 76px;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .group-advantage .list .row .col-12 .item .item-mark img {
    max-height: 30px;
  }
}
.wrap-home .home-advantage .group-advantage .list .row .col-12 .item .note .tit h2 {
  transition: all 0.2s ease-out;
}
.wrap-home .home-news {
  padding-bottom: 150px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news {
    padding-bottom: 40px;
  }
}
.wrap-home .home-news .top {
  overflow: hidden;
}
.wrap-home .home-news .top .common-txt p {
  color: #332C2B;
}
.wrap-home .home-news .group {
  margin-top: 70px;
  border-top: 1px solid #F2E5E4;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .group {
    margin-top: 30px;
  }
}
.wrap-home .home-news .group .item {
  padding: 50px 30px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.wrap-home .home-news .group .item:hover::before {
  opacity: 1;
}
.wrap-home .home-news .group .item:hover .pic .img-box img {
  transform: scale3d(1.1, 1.1, 1);
}
.wrap-home .home-news .group .item:hover .more a i {
  transform: rotate(-45deg);
}
.wrap-home .home-news .group .item::before {
  border-radius: 12px;
  opacity: 0;
  z-index: 2;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.2s ease-out;
  background: linear-gradient(to right, rgba(230, 33, 41, 0.05), rgba(251, 230, 230, 0.15));
}
@media (max-width: 1199px) {
  .wrap-home .home-news .group .item {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-news .group .item {
    flex-direction: column;
  }
}
.wrap-home .home-news .group .item .date {
  padding-right: 4.77vw;
}
@media (max-width: 991px) {
  .wrap-home .home-news .group .item .date {
    padding-right: 0;
    position: absolute;
    top: 15%;
    left: 5%;
    z-index: 2;
  }
}
.wrap-home .home-news .group .item .date span {
  display: block;
}
.wrap-home .home-news .group .item .date .year {
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .group .item .date .year {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-news .group .item .date .year {
    color: #fff;
  }
}
.wrap-home .home-news .group .item .date .year i {
  margin-right: 5px;
}
.wrap-home .home-news .group .item .date .month {
  padding-top: 10px;
  color: #806E6C;
  font-size: 56px;
  font-weight: 500;
  line-height: 56px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .group .item .date .month {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-news .group .item .date .month {
    color: #fff;
  }
}
.wrap-home .home-news .group .item .pic {
  width: 25%;
  position: relative;
}
@media (max-width: 991px) {
  .wrap-home .home-news .group .item .pic {
    width: 100%;
    margin: 20px 0;
  }
}
.wrap-home .home-news .group .item .pic .img-box {
  padding-bottom: calc(200 / 360 * 100%);
  border-radius: 12px;
}
.wrap-home .home-news .group .item .pic .img-box img {
  transition: all 0.5s ease-out;
}
.wrap-home .home-news .group .item .note {
  width: 45%;
}
@media (max-width: 991px) {
  .wrap-home .home-news .group .item .note {
    width: 100%;
  }
}
.wrap-home .home-news .group .item .note .tit a {
  color: #332C2B;
  font-size: 26px;
  font-weight: 600;
  line-height: 39px;
  display: -webkit-box;
  height: 78px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .group .item .note .tit a {
    font-size: 18px;
    line-height: 26px;
    height: 52px;
  }
}
.wrap-home .home-news .group .item .note .txt {
  padding-top: 10px;
}
.wrap-home .home-news .group .item .note .txt p {
  color: #806E6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .group .item .note .txt p {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
  }
}
.wrap-home .home-news .group .item .more a i {
  display: inline-block;
  transition: all 0.2s ease-out;
  font-size: 24px;
  color: #332C2B;
}
.wrap-home .home-news .com-more {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-home .home-news .com-more a {
  min-width: 210px;
  max-width: 100%;
  color: #fff;
  background: #332C2B;
}
.wrap-home .home-news .com-more a:hover {
  background: #E62129;
  color: #fff;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .com-more a {
    min-width: 150px;
    font-size: 14px;
  }
}
.footer-five {
  display: none;
  width: 100%;
  height: 55px;
  position: fixed;
  background: #E62129;
  bottom: 0px;
  z-index: 99;
}
.footer-five .wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
}
@media (max-width: 1199px) {
  .footer-five {
    display: block;
  }
}
.footer-five .wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
}
.footer-five .endfive-menu {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.footer-five .endfive-menu li {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  color: #FFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-five .endfive-menu li i {
  font-size: 20px;
}
.footer-five .endfive-menu li a {
  font-size: 13px;
}
.footer-five .endfive-menu li a span {
  display: block;
  text-align: center;
}
@media (max-width: 1199px) {
  .anim-left,
  .anim-right,
  .anim-down,
  .animated.swing,
  .animated.pulse,
  .animated.bounceInLeft,
  .animated.bounceInRight,
  .animated.bounceIn,
  .animated.fadeInUp,
  .animated.fadeInDown,
  .animated.fadeInLeft,
  .animated.fadeInRight {
    animation: none !important;
  }
}
.wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
  background: #fff;
  padding: 10px;
}
.wechat-pic img {
  max-height: 120px;
}
.float-window {
  position: fixed;
  width: auto;
  height: auto;
  top: 40%;
  right: 15px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 12px;
  background: transparent;
  background: rgba(0, 0, 0, 0.35);
  padding: 5px;
  backdrop-filter: blur(3px);
  transition: transform 0.5s ease;
}
@media (max-width: 991px) {
  .float-window {
    top: 30%;
  }
}
@media (max-width: 991px) {
  .float-window {
    right: -110%;
  }
}
.float-window .window-box.box-top i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.float-window .box-top i {
  color: #FFF;
  display: block;
  transition: all 0.3s;
}
.float-window .box-top:hover {
  cursor: pointer;
}
.float-window .window-box {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
  background: transparent;
  position: relative;
  opacity: 1;
  margin: 3px 0;
}
@media (max-width: 1199px) {
  .float-window .window-box {
    width: 45px;
    height: 45px;
  }
}
.float-window .window-box:hover {
  background: #E62129;
  color: #FFF;
}
.float-window .window-box:hover i {
  color: #fff;
}
.float-window .window-box i {
  font-size: 26px;
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .float-window .window-box i {
    font-size: 24px;
  }
}
.float-window .window-box a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.float-window .window-box a .name {
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.float-window .window-box:hover.box-wechat a i {
  opacity: 1 !important;
}
.float-window .window-box:hover.box-cart a i,
.float-window .window-box:hover.box-linkedin a i,
.float-window .window-box:hover.box-telephone a i,
.float-window .window-box:hover.box-whatapp a i,
.float-window .window-box:hover.box-email a i,
.float-window .window-box:hover.box-wechat a i,
.float-window .window-box:hover.box-inquiry a i,
.float-window .window-box:hover.box-message a i,
.float-window .window-box:hover.box-facebook a i,
.float-window .window-box:hover.box-tiktok a i,
.float-window .window-box:hover.box-youtube a i,
.float-window .window-box:hover.box-twitter a i,
.float-window .window-box:hover.box-instagram a i,
.float-window .window-box:hover.box-tiktok a i,
.float-window .window-box:hover.box-skype a i {
  opacity: 1;
  pointer-events: none;
}
.float-window .window-box:hover.box-cart a p,
.float-window .window-box:hover.box-linkedin a p,
.float-window .window-box:hover.box-telephone a p,
.float-window .window-box:hover.box-whatapp a p,
.float-window .window-box:hover.box-email a p,
.float-window .window-box:hover.box-wechat a p,
.float-window .window-box:hover.box-inquiry a p,
.float-window .window-box:hover.box-message a p,
.float-window .window-box:hover.box-facebook a p,
.float-window .window-box:hover.box-tiktok a p,
.float-window .window-box:hover.box-youtube a p,
.float-window .window-box:hover.box-twitter a p,
.float-window .window-box:hover.box-instagram a p,
.float-window .window-box:hover.box-tiktok a p,
.float-window .window-box:hover.box-skype a p {
  display: block;
  opacity: 1;
  transform: translateX(100%);
  animation: slideInFromRight 0.5s forwards;
  padding: 8px 15px;
  border-radius: 4px;
  background: #E62129;
  vertical-align: middle;
  height: 100% !important;
  display: flex;
  align-items: center;
  top: 0% !important;
  margin: 0;
  right: calc(100%);
}
.float-window .window-box:hover.box-cart a p i,
.float-window .window-box:hover.box-linkedin a p i,
.float-window .window-box:hover.box-telephone a p i,
.float-window .window-box:hover.box-whatapp a p i,
.float-window .window-box:hover.box-email a p i,
.float-window .window-box:hover.box-wechat a p i,
.float-window .window-box:hover.box-inquiry a p i,
.float-window .window-box:hover.box-message a p i,
.float-window .window-box:hover.box-facebook a p i,
.float-window .window-box:hover.box-tiktok a p i,
.float-window .window-box:hover.box-youtube a p i,
.float-window .window-box:hover.box-twitter a p i,
.float-window .window-box:hover.box-instagram a p i,
.float-window .window-box:hover.box-tiktok a p i,
.float-window .window-box:hover.box-skype a p i {
  margin-right: 10px;
  vertical-align: middle;
  opacity: 1;
  pointer-events: auto;
  font-size: 20px;
}
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    /* 初始位置在右侧外部 */
  }
  to {
    transform: translateX(0%);
    /* 移动到初始位置 */
  }
}
.float-window .window-box.box-wechat p {
  display: block;
  padding: 10px;
  background: #fff;
}
.float-window .window-box.box-wechat p img {
  background: #fff;
  max-height: 120px;
}
.float-window .window-box.box-cart a {
  position: relative;
}
.float-window .window-box.box-cart a span {
  content: "";
  width: 14px;
  height: 14px;
  background: #E62129;
  border-radius: 100%;
  top: 0;
  right: -10px;
  position: absolute;
  z-index: 1;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.float-window .window-box.box-wechat a p {
  position: absolute;
  right: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  color: #FFF;
  top: 120px;
  border-radius: 100px;
  display: none;
  background: none !important;
}
.float-window .window-box.box-whatapp a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 96px;
  border-radius: 100px;
  display: none;
  z-index: -1;
}
.float-window .window-box.box-linkedin a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 8px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-inquiry a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 157px;
  display: none;
}
.float-window .window-box.box-skype a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 180px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-message a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 70px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-telephone a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 48px;
  border-radius: 100px;
  display: none;
  z-index: -1;
}
.float-window .window-box.box-email a p {
  position: absolute;
  right: 100%;
  width: 260px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 0px;
  border-radius: 100px;
  display: none;
  z-index: -1;
}
#float-window-close {
  position: fixed;
  right: 2px;
  top: 80%;
  z-index: 99;
  width: 46px;
  height: 46px;
  background: #E62129;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  color: #FFF;
}
@media (min-width: 991px) {
  #float-window-close {
    display: none;
  }
}
#float-window-close i {
  font-size: 32px;
}
#float-window-close:hover {
  cursor: pointer;
}
#float-window-open {
  position: fixed;
  right: 2px;
  top: 80%;
  z-index: 99;
  width: 46px;
  height: 46px;
  background: #E62129;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  display: none;
  color: #FFF;
}
#float-window-open i {
  font-size: 32px;
  transform: rotate(-45deg);
}
#float-window-open:hover {
  cursor: pointer;
}
.float-window-visible {
  transform: translateX(-100%);
  right: 0;
}
@media (max-width: 991px) {
  .float-window-visible {
    right: -6% !important;
  }
}
@media (max-width: 767px) {
  .float-window-visible {
    right: -14% !important;
  }
}
.wrap-sitemap .sitemap {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-sitemap .sitemap {
    padding-top: 20px;
  }
}
.wrap-sitemap ul li {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.wrap-sitemap ul li a {
  padding: 10px 20px;
  display: inline-block;
  min-width: 240px;
  color: #222;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600;
  background: #F6F8F6;
  align-items: center;
  background: #E62129;
  color: #FFF;
}
@media (max-width: 1199px) {
  .wrap-sitemap ul li a {
    font-size: 14px;
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .wrap-sitemap ul li a {
    display: block;
  }
}
.wrap-sitemap ul li a i {
  float: left;
  margin-left: 10px;
  display: none;
}
.wrap-sitemap ul li a:hover {
  background: #E62129;
  color: #FFF;
  text-decoration: underline;
}
.wrap-sitemap ul li ul li {
  margin-top: 10px;
}
.wrap-sitemap ul li ul li a {
  padding: 10px 30px 10px 30px;
  color: #888;
  background: #F6F8F6;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .wrap-sitemap ul li ul li a {
    font-size: 13px;
    padding: 5px 30px 5px 30px;
  }
}
.wrap-sitemap ul li ul li ul li {
  position: relative;
  display: inline;
  vertical-align: top;
}
.wrap-sitemap ul li ul li ul li a {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .wrap-sitemap ul li ul li ul li a {
    font-size: 12px;
  }
}
.wrap-show .common-form {
  margin-top: 40px;
}
.wrap-show .common-form form {
  margin-top: 40px;
}
.wrap-show .info .tit {
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
}
.wrap-show .info .tit h2 {
  color: #332C2B;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}
@media (max-width: 1199px) {
  .wrap-show .info .tit h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
.wrap-show .info .date {
  padding: 10px 20px;
  border-radius: 6px;
  background: #E62129;
  display: inline-block;
}
.wrap-show .info .date i {
  margin-right: 10px;
  color: #152C5E;
  font-size: 22px;
}
.wrap-show .info .date span {
  display: block;
  color: #fff;
}
.wrap-show .info .date .day {
  font-size: 62px;
  font-weight: 500;
  line-height: 62px;
}
@media (max-width: 1199px) {
  .wrap-show .info .date .day {
    font-size: 34px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-show .info .date .month {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-show .info .date i {
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .wrap-show .info .date i {
    margin-right: 5px;
  }
}
.wrap-show .info .editor-content {
  margin-top: 20px;
}
.wrap-show .info .editor-content p,
.wrap-show .info .editor-content b {
  color: #666;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-show .info .editor-content p,
  .wrap-show .info .editor-content b {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-show .info .share {
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .wrap-show .info .share {
    margin-top: 20px;
  }
}
.wrap-show .info .share .share-to span {
  color: #222;
  font-size: 18px;
  margin-right: 10px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-show .info .share .share-to span {
    font-size: 14px;
    margin-right: 5px;
  }
}
.wrap-show .info .link {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .wrap-show .info .link {
    margin-top: 20px;
  }
}
.wrap-show .info .link .prev,
.wrap-show .info .link .next {
  color: #222;
  margin: 15px 0;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-show .info .link .prev,
  .wrap-show .info .link .next {
    margin: 7px 0;
  }
}
@media (max-width: 1199px) {
  .wrap-show .info .link .prev span,
  .wrap-show .info .link .next span {
    font-size: 14px;
  }
}
.wrap-show .info .link .prev a,
.wrap-show .info .link .next a {
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .wrap-show .info .link .prev a,
  .wrap-show .info .link .next a {
    font-size: 14px;
  }
}
.wrap-show .info .link .prev a:hover,
.wrap-show .info .link .next a:hover {
  text-decoration: underline;
  color: #E62129;
}
.nav-container i {
  display: none;
}
