@font-face {
  font-family: 'Inter';
  src: local('Inter ExtraBold'), local('Inter-ExtraBold'), url('../fonts/Inter-ExtraBold.woff2') format('woff2'), url('../fonts/Inter-ExtraBold.woff') format('woff'), url('../fonts/Inter-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter Black'), local('Inter-Black'), url('../fonts/Inter-Black.woff2') format('woff2'), url('../fonts/Inter-Black.woff') format('woff'), url('../fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter Bold'), local('Inter-Bold'), url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff'), url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter Medium'), local('Inter-Medium'), url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff'), url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter Thin'), local('Inter-Thin'), url('../fonts/Inter-Thin.woff2') format('woff2'), url('../fonts/Inter-Thin.woff') format('woff'), url('../fonts/Inter-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter Regular'), local('Inter-Regular'), url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter Light'), local('Inter-Light'), url('../fonts/Inter-Light.woff2') format('woff2'), url('../fonts/Inter-Light.woff') format('woff'), url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter ExtraLight'), local('Inter-ExtraLight'), url('../fonts/Inter-ExtraLight.woff2') format('woff2'), url('../fonts/Inter-ExtraLight.woff') format('woff'), url('../fonts/Inter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter SemiBold'), local('Inter-SemiBold'), url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../fonts/Inter-SemiBold.woff') format('woff'), url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hanson';
  src: local('Hanson Bold'), local('HansonBold'), url('../fonts/HansonBold.woff2') format('woff2'), url('../fonts/HansonBold.woff') format('woff'), url('../fonts/HansonBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Inter', 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;
}
.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: calc(100% + 50px);
  right: 0%;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 280px;
  padding: 10px;
}
.header .search-wrap .search-close {
  position: absolute;
  top: -50%;
  right: 2%;
  cursor: pointer;
  color: #ccc;
  z-index: 2;
  transition: all 0.3s ease-out;
}
.header .search-wrap .search-close:hover {
  color: #000;
  transform: rotate(-90deg);
}
.header .search-wrap .search-box {
  position: absolute;
  top: 50%;
  left: 0%;
  overflow: hidden;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1199px) {
  .header .search-wrap .search-box {
    padding: 15px;
  }
}
.header .search-wrap input {
  width: 100%;
  padding: 15px;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 50px;
}
@media (max-width: 1199px) {
  .header .search-wrap input {
    padding: 10px;
    line-height: 26px;
  }
}
.header .search-wrap input::placeholder {
  font-size: 14px;
}
.header .search-wrap .submit {
  font-size: 20px;
  position: absolute;
  right: 35px;
  width: 46px;
  height: 100%;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0;
  background: transparent;
  border: none;
  color: #ccc;
  top: 50%;
  transform: translateY(-50%);
}
.header .search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\e622';
}
.header .search-wrap .submit:hover {
  color: #B90000;
  font-weight: bold;
}
@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: 70px 0 120px;
}
@media (max-width: 1199px) {
  .wrap {
    padding: 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: #B90000;
  border: 1px solid #B90000;
  color: #fff;
}
.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;
  }
}
.fancybox-slide--video video {
  max-width: 80%;
}
@media (max-width: 767px) {
  .fancybox-slide--video video {
    max-width: 90%;
  }
}
.fancybox-slide > video {
  padding: 0;
}
@media (max-width: 767px) {
  .banner-box.home-banner .banner img {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
  }
}
.banner-box {
  padding-top: 125px;
}
@media (max-width: 1199px) {
  .banner-box {
    padding-top: 60px;
  }
}
.banner-box .banner {
  font-size: 0;
  position: relative;
  z-index: 8;
  clear: both;
  overflow: hidden;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.banner-box .banner .fancybox-slide--video video {
  max-width: 80%;
}
@media (max-width: 767px) {
  .banner-box .banner .fancybox-slide--video video {
    max-width: 90%;
  }
}
.banner-box .banner .fancybox-slide > video {
  padding: 0;
}
.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.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(835 / 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%;
  content: '\e630';
  font-family: 'iconfont' !important;
  -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 .swiper-pagination {
  z-index: 6;
  width: auto;
  display: flex;
  bottom: 8% !important;
  padding: 0 7%;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination {
    width: 100%;
    justify-content: center;
  }
}
.banner-box .swiper-pagination-bullet {
  position: relative;
  margin: 0 3px !important;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50px;
  background: #fff;
  background-clip: content-box;
  transition: all 0.4s;
  opacity: 1;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.banner-box .swiper-pagination-bullet-active {
  animation: pagCircle 10s linear infinite;
  opacity: 1;
  width: 40px;
  background: #fff;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination-bullet-active {
    width: 30px;
  }
}
@media (max-width: 1199px) {
  .fadeup1,
  .fadeup2,
  .fadedown1,
  .fadedown2,
  .fadein1,
  .fadein2,
  .fadeleft1,
  .faderight1 {
    animation: none ;
  }
}
:root {
  --48: 48px;
  --16: 16px;
}
.setSlow1 {
  animation: an1 4.8s ease forwards;
}
.setSlow2 {
  animation: an2 2s ease forwards;
}
@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-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: #B90000;
  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: #B90000;
  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: #B90000;
  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;
  font-weight: bold;
}
.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: #B90000;
}
.nav-container i {
  display: none;
}
.footer-five {
  display: none;
  width: 100%;
  height: 55px;
  position: fixed;
  background: #B90000;
  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;
  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: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  transition: all 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.9);
  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: #B90000;
  color: #FFF;
}
.float-window .window-box:hover i {
  color: #fff;
}
.float-window .window-box i {
  font-size: 26px;
  color: #000;
  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: #B90000;
  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: #B90000;
  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: #B90000;
  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: #B90000;
  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;
  }
}
.header {
  position: fixed;
  width: 100%;
  z-index: 11;
  transition: all 0.4s ease-out;
}
@media (max-width: 1199px) {
  .header {
    transform: translateY(0) !important;
  }
}
.header .header-top {
  padding: 9px 1%;
  background: #222;
  overflow: auto;
}
@media (max-width: 1199px) {
  .header .header-top {
    display: none;
  }
}
.header .header-top p {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1199px) {
  .header .header-top p {
    font-size: 12px;
  }
}
.header .header-menu {
  background: #fff;
  padding: 0 1%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .header .header-menu {
    height: 60px;
  }
}
.header .header-menu .menu-logo a {
  display: block;
  height: auto;
}
.header .header-menu .menu-logo a img {
  max-height: 54px;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-logo a img {
    max-height: 45px;
  }
}
@media (max-width: 767px) {
  .header .header-menu .menu-logo a img {
    max-height: 30px;
  }
}
.header .header-menu .menu-nav {
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-nav {
    display: none;
  }
}
.header .header-menu .menu-nav .nav-first {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.4s ease;
}
.header .header-menu .menu-nav .nav-first li.active a {
  color: #B90000;
  font-weight: bold;
}
.header .header-menu .menu-nav .nav-first li.active ul li a {
  color: #000;
  background: none;
  text-decoration: none;
  font-weight: normal;
}
.header .header-menu .menu-nav .nav-first li.active ul li a::before {
  display: none;
}
.header .header-menu .menu-nav .nav-first li.active ul li a:hover::before {
  width: 0%;
}
.header .header-menu .menu-nav .nav-first li.active ul li > ul li a {
  background: none;
  color: #000;
}
.header .header-menu .menu-nav .nav-first li.active ul li > ul li a:hover {
  color: #B90000;
}
.header .header-menu .menu-nav .nav-first li {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}
@media (max-width: 1720px) {
  .header .header-menu .menu-nav .nav-first li {
    padding: 0 20px;
  }
}
.header .header-menu .menu-nav .nav-first li a {
  color: #000;
  display: block;
  transition: all 0.2s ease-out;
  line-height: 85px;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}
.header .header-menu .menu-nav .nav-first li a:hover {
  color: #B90000;
  font-weight: bold;
}
.header .header-menu .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: #fff;
  padding: 15px 0;
  z-index: 2;
}
.header .header-menu .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-menu .menu-nav .nav-first li > ul li a {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  color: #222;
  line-height: 26px;
  font-weight: 400;
  padding: 8px 30px;
  text-transform: capitalize;
  position: relative;
}
.header .header-menu .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-menu .menu-nav .nav-first li > ul li a:hover {
  color: #B90000;
  font-weight: normal;
  text-decoration: underline;
}
.header .header-menu .menu-nav .nav-first li > ul li a:hover::before {
  display: none;
}
.header .header-menu .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: #fff;
  color: #222;
  text-align: left;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
  transform: none;
  height: auto;
}
.header .header-menu .menu-nav .nav-first li > ul li > ul li {
  display: block;
  text-align: start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.header .header-menu .menu-nav .nav-first li > ul li > ul li a {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 20px;
  font-size: 15px;
}
.header .header-menu .menu-nav .nav-first li > ul li > ul li a:hover::after {
  left: 0;
}
.header .header-menu .menu-nav .nav-first li:hover .drop-product {
  opacity: 1;
  pointer-events: all;
}
.header .header-menu .menu-nav .nav-first li .drop-product {
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
  content: '';
  position: fixed;
  background: rgba(34, 34, 34, 0.4);
  backdrop-filter: blur(11px);
  top: 80px;
  left: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  width: 100%;
  padding: 3% 12%;
  white-space: nowrap;
  overflow: auto;
  max-height: 600px;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-nav .nav-first li .drop-product {
    display: none !important;
  }
}
.header .header-menu .menu-nav .nav-first li .drop-product .item {
  vertical-align: top;
  padding: 0 30px;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  position: relative;
  min-width: 300px;
}
.header .header-menu .menu-nav .nav-first li .drop-product .item:last-child {
  border-right: none;
}
.header .header-menu .menu-nav .nav-first li .drop-product .item:hover .pic .img-box img {
  transform: scale3d(1.1, 1.1, 1);
}
.header .header-menu .menu-nav .nav-first li .drop-product .item .pic {
  padding: 10px;
}
.header .header-menu .menu-nav .nav-first li .drop-product .item .pic .img-box {
  padding-bottom: calc(90 / 180 * 100%);
  line-height: normal;
}
.header .header-menu .menu-nav .nav-first li .drop-product .item .pic .img-box img {
  transition: all 0.5s ease-out;
}
.header .header-menu .menu-nav .nav-first li .drop-product .item .pic .img-box::before {
  display: none;
}
.header .header-menu .menu-nav .nav-first li .drop-product .item .note .tit {
  padding: 10px;
  margin: 10px 0 5px 0;
}
.header .header-menu .menu-nav .nav-first li .drop-product .item .note .tit a {
  color: #FFF;
  font-family: 'Heebo', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
}
.header .header-menu .menu-nav .nav-first li .drop-product .item .note .tit a:hover {
  text-decoration: underline;
}
.header .header-menu .menu-nav .nav-first li .drop-product .item .note .tit a::before {
  display: none;
}
.header .header-menu .menu-nav .nav-first li .drop-product .item .note .list {
  white-space: normal;
  height: 300px;
  overflow: auto;
}
.header .header-menu .menu-nav .nav-first li .drop-product .item .note .list::-webkit-scrollbar {
  border-radius: 5px;
  width: 3px;
  height: 3px;
  background-color: #fff;
}
.header .header-menu .menu-nav .nav-first li .drop-product .item .note .list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #fff;
}
.header .header-menu .menu-nav .nav-first li .drop-product .item .note .list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #fff;
}
.header .header-menu .menu-nav .nav-first li .drop-product .item .note .list::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}
.header .header-menu .menu-nav .nav-first li .drop-product .item .note .list ul li {
  padding: 0;
  display: block;
}
.header .header-menu .menu-nav .nav-first li .drop-product .item .note .list ul li a {
  padding: 7px 10px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  display: block;
}
.header .header-menu .menu-nav .nav-first li .drop-product .item .note .list ul li a:hover {
  background: #000000;
  color: #fff;
}
.header .header-menu .menu-nav .nav-first li .drop-product .item .note .list ul li a::before {
  display: none;
}
.header .header-menu .menu-right {
  display: flex;
  align-items: center;
  position: relative;
}
.header .header-menu .menu-right .menu-search {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-right .menu-search {
    padding-right: 15px;
  }
}
.header .header-menu .menu-right .menu-search .find i {
  font-size: 28px;
}
.header .header-menu .menu-right .menu-search .find i:hover {
  color: #B90000;
}
.header .header-menu .menu-right .menu-language {
  padding-left: 30px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-right .menu-language {
    padding-left: 15px;
  }
}
.header .header-menu .menu-right .menu-language::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 13px;
  background: #999;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.header .header-menu .menu-right .menu-language a {
  color: #000;
  display: flex;
  align-items: center;
  font-size: 14px;
  position: relative;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-right .menu-language a {
    font-size: 14px;
  }
}
.header .header-menu .menu-right .menu-language a::before {
  content: '\e640';
  font-family: 'iconfont' !important;
  color: #000;
  padding-right: 8px;
  font-size: 20px;
}
.header .header-menu .menu-right .menu-language a::after {
  content: '';
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  color: #000;
  margin-left: 10px;
}
.header .header-menu .menu-right .menu-language:hover .drop-select {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) perspective(500px) rotatex(0);
}
.header .header-menu .menu-right .menu-language .drop-select {
  opacity: 0;
  position: absolute;
  top: 100%;
  min-width: 130px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
  padding: 10px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%) perspective(500px) rotatex(-20deg);
  transform-origin: 50% 0;
  visibility: hidden;
  transition: all 0.2s ease-out;
}
.header .header-menu .menu-right .menu-language .drop-select a {
  color: #222;
  line-height: 18px;
  padding: 8px;
}
.header .header-menu .menu-right .menu-language .drop-select a::before,
.header .header-menu .menu-right .menu-language .drop-select a::after {
  display: none;
}
.header .header-menu .menu-right .menu-language .drop-select a:hover span {
  color: #3B684F;
  text-decoration: underline;
}
.header .header-menu .menu-right .menu-language .drop-select a img {
  max-height: 30px;
  margin-right: 10px;
}
.header .header-menu .menu-right .menu-cart {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-right .menu-cart {
    margin-left: 15px;
  }
}
.header .header-menu .menu-right .menu-cart a {
  display: flex;
  align-items: center;
}
.header .header-menu .menu-right .menu-cart a:hover i {
  color: #B90000;
}
.header .header-menu .menu-right .menu-cart a:hover p {
  color: #B90000;
}
.header .header-menu .menu-right .menu-cart a i {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 26px;
  color: #000;
}
.header .header-menu .menu-right .menu-cart a p {
  margin: 0 0 0 10px;
  color: #000;
  font-size: 14px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .header .header-menu .menu-right .menu-cart a p {
    display: none;
  }
}
.header-nav {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .header-nav {
    padding-top: 15px;
  }
}
@keyframes roatevideo {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header-nav .info ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.header-nav .info ul::before {
  margin-right: 15px;
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/nav.svg) no-repeat center;
  background-size: cover;
  animation: roatevideo 20s linear infinite;
}
.header-nav .info ul li {
  padding-right: 30px;
  position: relative;
}
.header-nav .info ul li:last-child::before {
  display: none;
}
.header-nav .info ul li::before {
  content: '>';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.header-nav .info ul li a {
  color: #000;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .header-nav .info ul li a {
    font-size: 14px;
  }
}
.header-nav .info ul li a:hover {
  color: #B90000;
  text-decoration: underline;
}
.wrap-tit h2 {
  color: #000;
  font-family: 'Hanson', sans-serif;
  font-size: 65px;
  font-weight: bold;
  margin: 0;
  display: inline-block;
}
.wrap-tit h2 span {
  background: linear-gradient(90deg, #530000 0%, #B90000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1199px) {
  .wrap-tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.wrap-txt {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-txt {
    margin-top: 20px;
  }
}
.wrap-txt p {
  color: #444;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.198px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-txt p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
.box-tit h2 {
  display: inline-block;
  font-family: 'Hanson', sans-serif;
  font-size: 42px;
  font-weight: bold;
  background: linear-gradient(90deg, #4C0000 0%, #B90000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
@media (max-width: 1199px) {
  .box-tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.box-inner {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .box-inner {
    padding-top: 40px;
  }
}
.wrap-contact .info .group {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-contact .info .group {
    flex-direction: column;
  }
}
.wrap-contact .info .group .left {
  width: 45%;
}
@media (max-width: 1199px) {
  .wrap-contact .info .group .left {
    width: 100%;
    order: 2;
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.wrap-contact .info .group .left .list .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .group .left .list .item {
    margin-bottom: 20px;
  }
}
.wrap-contact .info .group .left .list .item:last-child {
  margin-bottom: 0;
}
.wrap-contact .info .group .left .list .item:hover i {
  animation: swing 1s 0s ease both;
  border: 1px solid transparent;
  color: #fff;
}
.wrap-contact .info .group .left .list .item:hover i::after {
  opacity: 1;
}
.wrap-contact .info .group .left .list .item:hover p a {
  text-decoration: underline;
}
.wrap-contact .info .group .left .list .item i {
  min-width: 55px;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px dashed #CCC;
  font-size: 24px;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 1199px) {
  .wrap-contact .info .group .left .list .item i {
    min-width: 45px;
    min-height: 45px;
    font-size: 20px;
  }
}
.wrap-contact .info .group .left .list .item i::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #4C0000 0%, #B90000 100%);
  opacity: 0;
  transition: all 0.2s ease-out;
  z-index: -1;
  border: 1px solid #B90000;
}
.wrap-contact .info .group .left .list .item p {
  margin: 0 0 0 40px;
}
.wrap-contact .info .group .left .list .item p span {
  display: block;
  color: #B90000;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-contact .info .group .left .list .item p span {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .info .group .left .list .item p {
    margin: 0 0 0 20px;
  }
}
.wrap-contact .info .group .left .list .item p .address,
.wrap-contact .info .group .left .list .item p a {
  display: block;
  margin-top: 5px;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .group .left .list .item p .address,
  .wrap-contact .info .group .left .list .item p a {
    font-size: 14px;
  }
}
.wrap-contact .info .group .right {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-contact .info .group .right {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }
}
.wrap-contact .info .group .right .pic img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.wrap-contact .info .message {
  margin-top: 110px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .message {
    margin-top: 40px;
  }
}
.wrap-contact .info .message .common-form {
  margin-top: 30px;
  transform: translateY();
}
@media (max-width: 1199px) {
  .wrap-contact .info .message .common-form {
    margin-top: 20px;
  }
}
.common-form form .row .col-12 .form-group-tit {
  margin-bottom: 20px;
}
.common-form form .row .col-12 .form-group-tit input {
  border-radius: 5px;
  background: linear-gradient(90deg, #B90000 0%, #4C0000 100%), #194683;
  border: none;
  padding: 14px 40px;
  width: 100%;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  line-height: 20px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group-tit input {
    padding: 10px 15px;
  }
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group-tit input {
    font-size: 14px;
  }
}
.common-form form .row .col-12 .form-group {
  margin-bottom: 20px;
}
.common-form form .row .col-12 .form-group input,
.common-form form .row .col-12 .form-group textarea {
  width: 100%;
  border-radius: 5px;
  background: #F9F9F9;
  border: none;
  padding: 13px 40px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group input,
  .common-form form .row .col-12 .form-group textarea {
    padding: 11px 15px;
  }
}
.common-form form .row .col-12 .form-group input::placeholder,
.common-form form .row .col-12 .form-group textarea::placeholder {
  color: #444;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group input::placeholder,
  .common-form form .row .col-12 .form-group textarea::placeholder {
    font-size: 14px;
  }
}
.common-form form .row .col-12 .form-group input:focus::placeholder,
.common-form form .row .col-12 .form-group textarea:focus::placeholder {
  color: #ccc;
}
.common-form form .row .col-12 .submit-group {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .submit-group {
    margin-top: 10px;
  }
}
.common-form form .row .col-12 .submit-group button {
  border-radius: 50px;
  background: #B90000;
  text-align: center;
  color: #fff;
  padding: 13px 50px;
  border: none;
  transition: all 0.2s ease;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .submit-group button {
    padding: 10px 30px;
    font-size: 14px;
  }
}
.common-form form .row .col-12 .submit-group button:hover {
  background: #000;
  box-shadow: 0 0 0 5px rgba(185, 0, 0, 0.5);
}
.common-form form .row .col-12 .submit-group button i {
  margin-left: 20px;
}
.footer {
  background: #0A0701;
}
.footer .foot-tit h2 {
  color: #FFF;
  font-family: 'Hanson', sans-serif;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 1199px) {
  .footer .foot-tit h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.footer .info {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .footer .info {
    margin-top: 15px;
  }
}
.footer .foot {
  padding: 100px 1%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .foot {
    flex-direction: column;
    padding: 40px 15px;
  }
}
.footer .foot .foot-message {
  max-width: 570px;
}
@media (max-width: 1470px) {
  .footer .foot .foot-message {
    max-width: 470px;
  }
}
@media (max-width: 1199px) {
  .footer .foot .foot-message {
    max-width: 100%;
    width: 100%;
  }
}
.footer .foot .foot-message .foot-logo a img {
  filter: brightness(0) invert(1);
}
.footer .foot .foot-message .txt {
  margin-top: 10px;
}
.footer .foot .foot-message .txt p {
  color: #FFF;
  font-family: 'Arial', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.187px;
  margin: 0;
}
@media (max-width: 1199px) {
  .footer .foot .foot-message .txt p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
.footer .foot .foot-message .foot-form {
  margin-top: 90px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-message .foot-form {
    margin-top: 20px;
  }
}
.footer .foot .foot-message .foot-form h2 {
  font-size: 18px;
  color: #FFF;
  margin: 0;
  font-family: 'Hanson', sans-serif;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .footer .foot .foot-message .foot-form h2 {
    font-size: 16px;
  }
}
.footer .foot .foot-message .foot-form form {
  margin-top: 20px;
  position: relative;
}
.footer .foot .foot-message .foot-form form button {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #B90000;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
}
.footer .foot .foot-message .foot-form form button:hover {
  background: #fff;
}
.footer .foot .foot-message .foot-form form button:hover i {
  color: #B90000;
  transform: rotate(45deg);
}
.footer .foot .foot-message .foot-form form button i {
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 23px;
}
.footer .foot .foot-message .foot-form form input {
  width: 100%;
  border-radius: 50px;
  background: #333;
  padding: 16px 40px;
  border: none;
  color: #999;
}
@media (max-width: 1199px) {
  .footer .foot .foot-message .foot-form form input {
    padding: 13px 15px;
  }
}
.footer .foot .foot-message .foot-form form input::placeholder {
  color: #999;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-message .foot-form form input::placeholder {
    font-size: 14px;
  }
}
.footer .foot .foot-message .foot-form form input:focus::placeholder {
  color: #888;
}
.footer .foot .foot-message .share {
  margin-top: 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .footer .foot .foot-message .share {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer .foot .foot-message .share {
    flex-direction: column;
    align-items: start;
  }
}
.footer .foot .foot-message .share p {
  color: #FFF;
  font-family: 'Hanson', sans-serif;
  font-size: 26px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 1199px) {
  .footer .foot .foot-message .share p {
    font-size: 18px;
  }
}
.footer .foot .foot-message .share ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-message .share ul {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footer .foot .foot-message .share ul {
    margin-top: 15px;
  }
}
.footer .foot .foot-message .share ul li {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 1470px) {
  .footer .foot .foot-message .share ul li {
    padding: 0 9px;
  }
}
.footer .foot .foot-message .share ul li:last-child::before {
  display: none;
}
.footer .foot .foot-message .share ul li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  background: rgba(255, 255, 255, 0.1);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .footer .foot .foot-message .share ul li {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .footer .foot .foot-message .share ul li {
    padding: 0 20px 0 0;
  }
}
.footer .foot .foot-message .share ul li a {
  display: block;
}
.footer .foot .foot-message .share ul li a i {
  color: #fff;
  font-size: 20px;
  transition: all 0.2s ease;
}
.footer .foot .foot-message .share ul li a i:hover {
  color: #B90000;
}
.footer .foot .foot-product {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-product {
    padding-top: 0;
    margin-top: 20px;
  }
}
.footer .foot .foot-product .info a {
  position: relative;
  display: block;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 10px;
}
.footer .foot .foot-product .info a:hover {
  color: #B90000;
  text-decoration: underline;
}
.footer .foot .foot-product .info a::before {
  content: '-';
  left: 0;
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-product .info a {
    font-size: 14px;
    display: inline-block;
    line-height: 26px;
    margin-right: 15px;
  }
}
.footer .foot .foot-product .translate {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-product .translate {
    margin-top: 20px;
  }
}
.footer .foot .foot-contact {
  max-width: 450px;
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-contact {
    padding-top: 0;
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
}
.footer .foot .foot-contact .info p {
  margin: 0 0 30px 0;
}
@media (max-width: 1199px) {
  .footer .foot .foot-contact .info p {
    margin: 0 0 10px 0;
  }
}
.footer .foot .foot-contact .info p:last-child {
  margin: 0;
}
.footer .foot .foot-contact .info p span {
  display: block;
  color: #B90000;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .footer .foot .foot-contact .info p span {
    font-size: 18px;
  }
}
.footer .foot .foot-contact .info p .address,
.footer .foot .foot-contact .info p a {
  margin-top: 5px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-contact .info p .address,
  .footer .foot .foot-contact .info p a {
    font-size: 14px;
    line-height: 26px;
  }
}
.footer .foot .foot-contact .info p a:hover {
  text-decoration: underline;
}
.footer .copyright {
  padding: 23px 30px;
  background: linear-gradient(90deg, #4C0000 0%, #B90000 100%), #B90000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .copyright {
    flex-direction: column;
    text-align: center;
    padding: 15px 15px 70px 15px;
  }
}
.footer .copyright p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .footer .copyright p {
    font-size: 14px;
  }
}
.footer .copyright p a:hover {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .footer .copyright .link {
    margin-top: 15px;
  }
}
.footer .copyright .link a {
  display: inline-block;
  padding-left: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .footer .copyright .link a {
    font-size: 14px;
    padding-left: 0;
    padding: 0 10px;
  }
}
.footer .copyright .link a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .copyright .link a:last-child {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .wrap-advantage {
    padding: 40px 0;
  }
}
.wrap-advantage .info .row {
  margin: 0 -70px;
}
@media (max-width: 1470px) {
  .wrap-advantage .info .row {
    margin: 0 -20px;
  }
}
@media (max-width: 1199px) {
  .wrap-advantage .info .row {
    margin: 0 -7px;
  }
}
.wrap-advantage .info .row .col-12 {
  padding: 0 70px;
}
@media (max-width: 1470px) {
  .wrap-advantage .info .row .col-12 {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-advantage .info .row .col-12 {
    padding: 0 7px;
  }
}
.wrap-advantage .info .row .col-12 .item {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .wrap-advantage .info .row .col-12 .item {
    margin-bottom: 20px;
  }
}
.wrap-advantage .info .row .col-12 .item:hover {
  cursor: pointer;
}
.wrap-advantage .info .row .col-12 .item:hover .pic .img-box img {
  transform: scale3d(1.05, 1.05, 1);
}
.wrap-advantage .info .row .col-12 .item:hover .note .tit a {
  color: #B90000;
}
.wrap-advantage .info .row .col-12 .item:hover .note .tit a::before {
  transform: rotate(-90deg);
}
.wrap-advantage .info .row .col-12 .item .pic .img-box {
  padding-bottom: calc(340 / 760 * 100%);
  border-radius: 10px;
}
.wrap-advantage .info .row .col-12 .item .pic .img-box img {
  transition: all 0.5s ease;
}
.wrap-advantage .info .row .col-12 .item .note {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-advantage .info .row .col-12 .item .note {
    margin-top: 20px;
  }
}
.wrap-advantage .info .row .col-12 .item .note .tit a {
  transition: all 0.2s ease;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 26px;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-advantage .info .row .col-12 .item .note .tit a {
    font-size: 18px;
    line-height: 24px;
    height: 24px;
  }
}
.wrap-advantage .info .row .col-12 .item .note .tit a::before {
  display: inline-block;
  content: '\e613';
  font-family: 'iconfont' !important;
  margin-right: 40px;
  font-size: 20px;
  transition: all 0.2s ease;
}
@media (max-width: 1199px) {
  .wrap-advantage .info .row .col-12 .item .note .tit a::before {
    margin-right: 15px;
  }
}
.wrap-advantage .info .row .col-12 .item .note .txt {
  margin-top: 20px;
  padding-left: 65px;
}
@media (max-width: 1199px) {
  .wrap-advantage .info .row .col-12 .item .note .txt {
    padding-left: 40px;
  }
}
.wrap-advantage .info .row .col-12 .item .note .txt p {
  color: #444;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 52px;
}
@media (max-width: 1199px) {
  .wrap-advantage .info .row .col-12 .item .note .txt p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
}
.wrap-news .info .row {
  margin: 0 -25px;
}
@media (max-width: 1199px) {
  .wrap-news .info .row {
    margin: 0 -7px;
  }
}
.wrap-news .info .row .col-12 {
  padding: 0 25px;
}
@media (max-width: 1199px) {
  .wrap-news .info .row .col-12 {
    width: 50%;
    padding: 0 7px;
  }
}
@media (max-width: 767px) {
  .wrap-news .info .row .col-12 {
    width: 100%;
  }
}
.wrap-news .info .row .col-12 .item {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .wrap-news .info .row .col-12 .item {
    margin-bottom: 20px;
  }
}
.wrap-news .info .row .col-12 .item:hover {
  cursor: pointer;
}
.wrap-news .info .row .col-12 .item:hover .pic .img-box img {
  transform: scale3d(1.05, 1.05, 1);
}
.wrap-news .info .row .col-12 .item:hover .note .tit a {
  color: #B90000;
  text-decoration: underline;
}
.wrap-news .info .row .col-12 .item .pic {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.wrap-news .info .row .col-12 .item .pic .img-box {
  padding-bottom: calc(260 / 520 * 100%);
}
.wrap-news .info .row .col-12 .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-news .info .row .col-12 .item .note {
  position: relative;
  margin-top: 5px;
  border-radius: 0 0 10px 10px;
  background: #F9F9F9;
  padding: 60px 40px;
}
@media (max-width: 1199px) {
  .wrap-news .info .row .col-12 .item .note {
    padding: 40px 20px 30px 20px;
  }
}
.wrap-news .info .row .col-12 .item .note .date {
  position: absolute;
  top: -60px;
  z-index: 2;
  padding: 18px 20px;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  background: linear-gradient(90deg, #810E0E 0%, #B90000 100%), #B90000;
}
.wrap-news .info .row .col-12 .item .note .date span {
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-news .info .row .col-12 .item .note .date span {
    font-size: 18px;
  }
}
.wrap-news .info .row .col-12 .item .note .tit {
  margin-top: 10px;
}
.wrap-news .info .row .col-12 .item .note .tit a {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 52px;
}
@media (max-width: 1199px) {
  .wrap-news .info .row .col-12 .item .note .tit a {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
  }
}
.wrap-news .info .row .col-12 .item .note .txt {
  margin-top: 10px;
}
.wrap-news .info .row .col-12 .item .note .txt p {
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 52px;
}
@media (max-width: 1199px) {
  .wrap-news .info .row .col-12 .item .note .txt p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
}
.pagination {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .pagination {
    padding-top: 30px;
  }
}
.pagination ul {
  display: flex;
  align-items: center;
}
.pagination ul li.other a {
  border: none;
}
.pagination ul > ul {
  border-radius: 50px;
  overflow: hidden;
  margin: 0 10px;
  padding: 0 15px;
  background: #333;
}
.pagination ul li {
  display: inline-block;
  float: left;
}
.pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  transition: all 0.4s ease-out;
  background: #333;
}
@media (max-width: 1199px) {
  .pagination ul li a {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .pagination ul li a {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.pagination ul li a:hover {
  cursor: pointer;
  color: #FFF;
  background: #B90000;
}
.pagination ul li.active a {
  color: #B90000;
}
.pagination ul li.next a {
  width: 40px;
  border-radius: 50%;
  height: 40px;
}
@media (max-width: 767px) {
  .pagination ul li.next a {
    width: 35px;
    height: 35px;
  }
}
.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: #fff;
  font-size: 20px;
  font-weight: 500;
}
.pagination ul li.prev a {
  width: 40px;
  border-radius: 50%;
  height: 40px;
}
@media (max-width: 767px) {
  .pagination ul li.prev a {
    width: 35px;
    height: 35px;
  }
}
.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: #fff;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .wrap-product {
    padding-top: 0;
  }
}
.wrap-product .info .top .wrap-tit h2 {
  font-size: 56px;
  line-height: 58px;
}
@media (max-width: 1199px) {
  .wrap-product .info .top .wrap-tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.wrap-product .info .group {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-product .info .group {
    margin-top: 30px;
  }
}
.wrap-product .info .group .left {
  width: 23%;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .left {
    display: none;
  }
}
.wrap-product .info .group .left .left-group ul li.active a span,
.wrap-product .info .group .left .left-group ul li.active a i {
  color: #B90000;
}
.wrap-product .info .group .left .left-group ul li.active > ul {
  display: block;
  padding-left: 20px;
  padding-bottom: 30px;
}
.wrap-product .info .group .left .left-group ul li.active > ul li {
  list-style-type: disc;
}
.wrap-product .info .group .left .left-group ul li.active > ul li a {
  color: #222;
  padding: 0;
  border-top: none;
  font-weight: 400;
  line-height: 26px;
}
.wrap-product .info .group .left .left-group ul li.active > ul li a:hover {
  color: #B90000;
  text-decoration: underline;
}
.wrap-product .info .group .left .left-group ul li a {
  padding: 20px 0;
  border-top: 1px solid #CCC;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap-product .info .group .left .left-group ul li a span {
  color: #222;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.2s ease;
}
.wrap-product .info .group .left .left-group ul li a i {
  font-size: 13px;
  font-weight: bold;
  transition: all 0.2s ease;
}
.wrap-product .info .group .left .left-group ul li a:hover span,
.wrap-product .info .group .left .left-group ul li a:hover i {
  color: #B90000;
}
.wrap-product .info .group .left .left-group ul li > ul {
  display: none;
  padding-left: 20px;
  padding-bottom: 30px;
}
.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 {
  padding: 0;
  border-top: none;
  font-weight: 400;
  line-height: 26px;
}
.wrap-product .info .group .left .left-group ul li > ul li a:hover {
  color: #B90000;
  text-decoration: underline;
}
.wrap-product .info .group .right {
  width: 75%;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right {
    width: 100%;
  }
}
@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: 20px;
}
.wrap-product .info .group .right .row .col-12 .item:hover .note .tit a {
  text-decoration: underline;
}
.wrap-product .info .group .right .row .col-12 .item:hover .pic .img-box img {
  transform: scale3d(1.05, 1.05, 1);
}
.wrap-product .info .group .right .row .col-12 .item .note {
  border-top: 1px solid #CCC;
  background: #FFF;
  padding: 22px 20px;
}
.wrap-product .info .group .right .row .col-12 .item .note .tit a {
  color: #B90000;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .row .col-12 .item .note .tit a {
    font-size: 16px;
  }
}
.wrap-product .info .group .right .row .col-12 .item .note .type {
  margin-top: 2px;
}
.wrap-product .info .group .right .row .col-12 .item .note .type span {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
}
.wrap-product .info .group .right .row .col-12 .item .pic {
  background: #F2F2F2;
}
.wrap-product .info .group .right .row .col-12 .item .pic .img-box {
  padding-bottom: calc(250 / 385 * 100%);
  mix-blend-mode: multiply;
}
.wrap-product .info .group .right .row .col-12 .item .pic .img-box img {
  transition: all 0.5s ease;
}
.wrap-product .info .group .right .row .col-12 .item .more {
  padding: 15px 20px;
  display: flex;
  align-items: center;
}
.wrap-product .info .group .right .row .col-12 .item .more i {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #B90000;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 15px;
  transition: all 0.2s ease-out;
}
.wrap-product .info .group .right .row .col-12 .item .more a {
  color: #B90000;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  display: inline-block;
  position: relative;
}
.wrap-product .info .group .right .row .col-12 .item .more a:hover::before {
  width: 100%;
}
.wrap-product .info .group .right .row .col-12 .item .more a::before {
  content: '';
  position: absolute;
  width: 0%;
  left: 0;
  bottom: 0;
  height: 1px;
  transition: all 0.2s ease-out;
  background: #B90000;
}
.wrap-details {
  margin-top: 125px;
}
@media (max-width: 1199px) {
  .wrap-details {
    margin-top: 60px;
  }
}
.wrap-details .introduce .info {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info {
    flex-direction: column;
    padding: 40px 0;
  }
}
.wrap-details .introduce .info .left {
  width: 50%;
  display: flex;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .left {
    flex-direction: column;
    width: 100%;
  }
}
.wrap-details .introduce .info .left .slider-for {
  width: 75%;
  font-size: 0;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .left .slider-for {
    width: 100%;
  }
}
.wrap-details .introduce .info .left .slider-for .item {
  border: 1px solid #DDD;
  background: #F2F2F2;
}
.wrap-details .introduce .info .left .slider-for .item .img-box {
  mix-blend-mode: multiply;
  padding-bottom: calc(390 / 600 * 100%);
}
.wrap-details .introduce .info .left .slider-for .slick-prev {
  left: 3%;
}
.wrap-details .introduce .info .left .slider-for .slick-next {
  right: 3%;
}
.wrap-details .introduce .info .left .slider-nav {
  width: 25%;
  padding-left: 30px;
  font-size: 0;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .left .slider-nav {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.wrap-details .introduce .info .left .slider-nav .slick-current .item {
  border: 1px solid #B90000;
}
.wrap-details .introduce .info .left .slider-nav .slick-list {
  margin: -15px 0;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .left .slider-nav .slick-list {
    margin: 0 -7px;
  }
}
.wrap-details .introduce .info .left .slider-nav .slick-slide {
  padding: 15px 0;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .left .slider-nav .slick-slide {
    padding: 0 7px;
  }
}
.wrap-details .introduce .info .left .slider-nav .item {
  border: 1px solid #DDD;
  background: #F2F2F2;
}
.wrap-details .introduce .info .left .slider-nav .item .img-box {
  mix-blend-mode: multiply;
  padding-bottom: calc(110 / 170 * 100%);
}
.wrap-details .introduce .info .left .slider-nav .item-video {
  position: relative;
}
.wrap-details .introduce .info .left .slider-nav .item-video .play {
  content: '';
  position: absolute;
  width: 100%;
  z-index: 2;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.wrap-details .introduce .info .left .slider-nav .item-video .play i {
  font-size: 20px;
}
.wrap-details .introduce .info .right {
  width: 47%;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .right {
    width: 100%;
    margin-top: 40px;
  }
}
.wrap-details .introduce .info .right .tit {
  padding: 20px;
  border-top: 1px solid #ccc;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .right .tit {
    padding: 15px;
  }
}
.wrap-details .introduce .info .right .tit h2 {
  color: #B90000;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .right .tit h2 {
    font-size: 18px;
  }
}
.wrap-details .introduce .info .right .txt {
  padding: 15px 20px;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .right .txt {
    padding: 15px;
  }
}
.wrap-details .introduce .info .right .txt p {
  color: #444;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.198px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .right .txt p {
    font-size: 14px;
    letter-spacing: normal;
    line-height: 26px;
  }
}
.wrap-details .introduce .info .right .list {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .right .list {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-details .introduce .info .right .list {
    flex-direction: column;
  }
}
.wrap-details .introduce .info .right .list .link {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .wrap-details .introduce .info .right .list .link {
    flex-direction: column;
  }
}
.wrap-details .introduce .info .right .list .link a {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
@media (max-width: 1470px) {
  .wrap-details .introduce .info .right .list .link a {
    margin-right: 20px;
  }
}
.wrap-details .introduce .info .right .list .link a:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .wrap-details .introduce .info .right .list .link a {
    margin: 10px 0;
  }
}
.wrap-details .introduce .info .right .list .link a:hover i {
  transform: rotate(-90deg);
}
.wrap-details .introduce .info .right .list .link a:hover span {
  color: #B90000;
}
.wrap-details .introduce .info .right .list .link a:hover span::before {
  width: 100%;
}
.wrap-details .introduce .info .right .list .link a i {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #B90000;
  color: #fff;
  transition: all 0.2s ease-out;
  font-size: 12px;
  margin-right: 15px;
}
.wrap-details .introduce .info .right .list .link a span {
  color: #222;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.wrap-details .introduce .info .right .list .link a span::before {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #B90000;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  .wrap-details .introduce .info .right .list .share {
    margin-top: 20px;
  }
}
.wrap-details .introduce .info .right .list .share .share-to {
  margin-right: 20px;
}
.wrap-details .introduce .info .right .list .share .share-to span {
  color: #000;
  font-size: 15px;
}
.wrap-details .details-list .details-menu {
  z-index: 5;
  background: linear-gradient(90deg, #B90000 0%, #4C0000 100%);
}
.wrap-details .details-list .details-menu .info ul {
  display: flex;
  flex-wrap: wrap;
}
.wrap-details .details-list .details-menu .info ul .active {
  font-weight: bold;
  text-decoration: underline;
}
.wrap-details .details-list .details-menu .info ul li {
  display: inline-block;
  padding-right: 100px;
}
@media (max-width: 1470px) {
  .wrap-details .details-list .details-menu .info ul li {
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .details-list .details-menu .info ul li {
    padding-right: 20px;
  }
}
.wrap-details .details-list .details-menu .info ul li a {
  display: block;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  padding: 20px 0;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .details-menu .info ul li a {
    font-size: 14px;
    padding: 15px 0;
  }
}
.wrap-details .details-list .details-menu .info ul li a:hover {
  font-weight: bold;
  text-decoration: underline;
}
.wrap-details .details-list .menu-list .editor-content {
  margin-top: 25px;
}
.wrap-details .details-list .menu-list .editor-content ul {
  padding-left: 20px;
}
.wrap-details .details-list .menu-list .editor-content ul li {
  color: #444;
  list-style-type: disc;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.198px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .editor-content ul li {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
.wrap-details .details-list .menu-list .editor-content p {
  color: #444;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.198px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .editor-content p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
.wrap-details .details-list .menu-list .editor-content p img {
  margin: 20px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .editor-content p img {
    margin: 5px ;
  }
}
.wrap-details .details-list .menu-list .editor-content .contains-pictures {
  margin: 0 -20px !important;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .editor-content .contains-pictures {
    margin: 0 -5px !important;
  }
}
.wrap-details .details-list .menu-list .editor-content .table-box {
  width: 100% !important;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .editor-content .table-box {
    overflow: auto;
  }
}
.wrap-details .details-list .menu-list .editor-content .table-box table {
  width: 100% !important;
}
.wrap-details .details-list .menu-list .editor-content .table-box table tr td {
  padding: 8px;
  border-width: 1px;
  border-color: #ccc;
  color: #444;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.198px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .editor-content .table-box table tr td {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
.wrap-details .details-list .menu-list .editor-content .table-box table tr td p {
  color: #444;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.198px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .editor-content .table-box table tr td p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
.wrap-details .details-list .menu-list .list-des {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-des {
    padding: 40px 0;
  }
}
.wrap-details .details-list .menu-list .list-review {
  background: #F9F9F9;
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-review {
    padding: 40px 0;
  }
}
.wrap-details .details-list .menu-list .list-review .slick-review {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-review .slick-review {
    margin-top: 30px;
  }
}
.wrap-details .details-list .menu-list .list-review .slick-review .slick-prev,
.wrap-details .details-list .menu-list .list-review .slick-review .slick-next {
  top: -40%;
}
.wrap-details .details-list .menu-list .list-review .slick-review .slick-prev {
  left: 94%;
}
@media (max-width: 1470px) {
  .wrap-details .details-list .menu-list .list-review .slick-review .slick-prev {
    left: 93%;
  }
}
.wrap-details .details-list .menu-list .list-review .slick-review .slick-next {
  right: 0%;
}
.wrap-details .details-list .menu-list .list-review .slick-review .slick-list {
  margin: 0 -20px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-review .slick-review .slick-list {
    margin: 0 -7px;
  }
}
.wrap-details .details-list .menu-list .list-review .slick-review .slick-slide {
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-review .slick-review .slick-slide {
    padding: 0 7px;
  }
}
.wrap-details .details-list .menu-list .list-review .slick-review .item {
  cursor: grab;
  background: #fff;
  padding: 20px 40px;
}
@media (max-width: 991px) {
  .wrap-details .details-list .menu-list .list-review .slick-review .item {
    padding: 15px;
  }
}
.wrap-details .details-list .menu-list .list-review .slick-review .item .note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #dcdcdc;
}
.wrap-details .details-list .menu-list .list-review .slick-review .item .note .author {
  display: flex;
  align-items: center;
}
.wrap-details .details-list .menu-list .list-review .slick-review .item .note .author .name {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  margin-right: 10px;
}
.wrap-details .details-list .menu-list .list-review .slick-review .item .note .author .rate i {
  color: #A41517;
  font-size: 14px;
}
.wrap-details .details-list .menu-list .list-review .slick-review .item .note .date {
  display: flex;
  align-items: center;
}
.wrap-details .details-list .menu-list .list-review .slick-review .item .note .date i {
  color: #A41517;
  margin-right: 10px;
}
.wrap-details .details-list .menu-list .list-review .slick-review .item .note .date span {
  color: #666;
  font-size: 12px;
}
.wrap-details .details-list .menu-list .list-review .slick-review .item .txt {
  padding: 15px 10px;
}
.wrap-details .details-list .menu-list .list-review .slick-review .item .txt p {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-review .slick-review .item .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-details .details-list .menu-list .list-review .write-box {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-review .write-box {
    margin-top: 30px;
  }
}
.wrap-details .details-list .menu-list .list-review .write-box h2 {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-review .write-box h2 {
    font-size: 18px;
  }
}
.wrap-details .details-list .menu-list .list-review .write-box .common-form {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-review .write-box .common-form {
    margin-top: 20px;
  }
}
.wrap-details .details-list .menu-list .list-review .write-box .common-form form input,
.wrap-details .details-list .menu-list .list-review .write-box .common-form form textarea {
  background: #fff;
}
.wrap-details .details-list .menu-list .list-review .write-box .common-form form input::placeholder,
.wrap-details .details-list .menu-list .list-review .write-box .common-form form textarea::placeholder {
  color: #222;
  font-size: 14px;
  font-weight: 400;
}
.wrap-details .details-list .menu-list .list-review .write-box .common-form form input:focus::placeholder,
.wrap-details .details-list .menu-list .list-review .write-box .common-form form textarea:focus::placeholder {
  color: #ccc;
}
.wrap-details .details-list .menu-list .list-inquiry .common-form {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-inquiry .common-form {
    margin-top: 20px;
  }
}
.wrap-details .details-list .menu-list .list-related {
  padding-bottom: 130px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-related {
    padding-bottom: 40px;
  }
}
.wrap-details .details-list .menu-list .list-related .slick-related {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-related .slick-related {
    margin-top: 20px;
  }
}
.wrap-details .details-list .menu-list .list-related .slick-related .slick-prev,
.wrap-details .details-list .menu-list .list-related .slick-related .slick-next {
  top: -20%;
}
.wrap-details .details-list .menu-list .list-related .slick-related .slick-prev {
  left: 94%;
}
@media (max-width: 1470px) {
  .wrap-details .details-list .menu-list .list-related .slick-related .slick-prev {
    left: 93%;
  }
}
.wrap-details .details-list .menu-list .list-related .slick-related .slick-next {
  right: 0%;
}
.wrap-details .details-list .menu-list .list-related .slick-related .slick-list {
  margin: 0 -20px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-related .slick-related .slick-list {
    margin: 0 -7px;
  }
}
.wrap-details .details-list .menu-list .list-related .slick-related .slick-slide {
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-related .slick-related .slick-slide {
    padding: 0 7px;
  }
}
.wrap-details .details-list .menu-list .list-related .slick-related .item:hover .note .tit a {
  text-decoration: underline;
}
.wrap-details .details-list .menu-list .list-related .slick-related .item:hover .pic .img-box img {
  transform: scale3d(1.05, 1.05, 1);
}
.wrap-details .details-list .menu-list .list-related .slick-related .item .note {
  border-top: 1px solid #CCC;
  background: #FFF;
  padding: 22px 20px;
}
.wrap-details .details-list .menu-list .list-related .slick-related .item .note .tit a {
  color: #B90000;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-list .list-related .slick-related .item .note .tit a {
    font-size: 16px;
  }
}
.wrap-details .details-list .menu-list .list-related .slick-related .item .note .type {
  margin-top: 2px;
}
.wrap-details .details-list .menu-list .list-related .slick-related .item .note .type span {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
}
.wrap-details .details-list .menu-list .list-related .slick-related .item .pic {
  background: #F2F2F2;
}
.wrap-details .details-list .menu-list .list-related .slick-related .item .pic .img-box {
  padding-bottom: calc(250 / 385 * 100%);
  mix-blend-mode: multiply;
}
.wrap-details .details-list .menu-list .list-related .slick-related .item .pic .img-box img {
  transition: all 0.5s ease;
}
.wrap-details .details-list .menu-list .list-related .slick-related .item .more {
  padding: 15px 20px;
  display: flex;
  align-items: center;
}
.wrap-details .details-list .menu-list .list-related .slick-related .item .more i {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #B90000;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 15px;
  transition: all 0.2s ease-out;
}
.wrap-details .details-list .menu-list .list-related .slick-related .item .more a {
  color: #B90000;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  display: inline-block;
  position: relative;
}
.wrap-details .details-list .menu-list .list-related .slick-related .item .more a:hover::before {
  width: 100%;
}
.wrap-details .details-list .menu-list .list-related .slick-related .item .more a::before {
  content: '';
  position: absolute;
  width: 0%;
  left: 0;
  bottom: 0;
  height: 1px;
  transition: all 0.2s ease-out;
  background: #B90000;
}
.wrap-about {
  position: relative;
  padding-bottom: 0;
}
.wrap-about .introduce .wrap-tit h2 {
  font-size: 56px;
  line-height: 56px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .wrap-tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.wrap-about .introduce .slick-factory {
  margin: 70px 0;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .slick-factory {
    margin: 40px 0;
  }
}
.wrap-about .introduce .slick-factory .slick-prev,
.wrap-about .introduce .slick-factory .slick-next {
  background: #aaa;
  border: none;
}
.wrap-about .introduce .slick-factory .slick-prev::before,
.wrap-about .introduce .slick-factory .slick-next::before {
  color: #fff;
}
.wrap-about .introduce .slick-factory .slick-prev:hover,
.wrap-about .introduce .slick-factory .slick-next:hover {
  background: #B90000;
}
.wrap-about .introduce .slick-factory .slick-list {
  margin: 0 -20px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .slick-factory .slick-list {
    margin: 0 -10px;
  }
}
.wrap-about .introduce .slick-factory .slick-slide {
  padding: 0 20px;
}
@media (max-width: 1470px) {
  .wrap-about .introduce .slick-factory .slick-slide {
    padding: 0 10px;
  }
}
.wrap-about .introduce .slick-factory .item:hover {
  cursor: pointer;
}
.wrap-about .introduce .slick-factory .item:hover .pic .img-box img {
  transform: scale3d(1.05, 1.05, 1);
}
.wrap-about .introduce .slick-factory .item .pic .img-box {
  padding-bottom: calc(300 / 520 * 100%);
  border-radius: 15px;
}
.wrap-about .introduce .slick-factory .item .pic .img-box img {
  transition: all 1s ease-out;
}
.wrap-about .introduce .common-num {
  position: relative;
  bottom: -20px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .common-num {
    bottom: auto;
  }
}
.wrap-about .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.common-num ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .common-num ul {
    margin: 0 -7px;
  }
}
.common-num ul li {
  position: relative;
}
@media (max-width: 991px) {
  .common-num ul li {
    width: 50%;
    margin: 10px 0;
    padding: 0 7px;
  }
}
.common-num ul li:last-child::before {
  display: none;
}
.common-num ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #CECECE;
  right: -4.17vw;
}
@media (max-width: 1199px) {
  .common-num ul li::before {
    display: none;
  }
}
.common-num ul li .item {
  animation-delay: 0.2s;
}
.common-num ul li .item b {
  display: block;
  font-size: 52px;
  font-weight: 900;
  background: linear-gradient(90deg, #B90000 0%, #4C0000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.common-num ul li .item b sup {
  color: #B90000;
  font-size: 20px;
  font-weight: bold;
  background: #B90000;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: -1.5em;
  left: 10px;
}
@media (max-width: 1199px) {
  .common-num ul li .item b sup {
    top: -0.5em;
  }
}
@media (max-width: 1199px) {
  .common-num ul li .item b {
    font-size: 34px;
    line-height: 40px;
  }
}
.common-num ul li .item p {
  margin: 1px 0 0 0;
  color: #222;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .common-num ul li .item p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-download .info .row {
  margin: 0 -70px;
}
@media (max-width: 1560px) {
  .wrap-download .info .row {
    margin: 0 -30px;
  }
}
@media (max-width: 1470px) {
  .wrap-download .info .row {
    margin: 0 -15px;
  }
}
.wrap-download .info .row .col-12 {
  padding: 0 70px;
}
@media (max-width: 1560px) {
  .wrap-download .info .row .col-12 {
    padding: 0 30px;
  }
}
@media (max-width: 1470px) {
  .wrap-download .info .row .col-12 {
    padding: 0 15px;
  }
}
.wrap-download .info .row .col-12 .item {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .wrap-download .info .row .col-12 .item {
    margin-bottom: 20px;
  }
}
.wrap-download .info .row .col-12 .item .pic .img-box {
  padding-bottom: calc(340 / 760 * 100%);
  border-radius: 10px;
}
.wrap-download .info .row .col-12 .item .note {
  padding: 35px;
}
@media (max-width: 1199px) {
  .wrap-download .info .row .col-12 .item .note {
    padding: 20px;
  }
}
.wrap-download .info .row .col-12 .item .note .tit a {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
}
@media (max-width: 1199px) {
  .wrap-download .info .row .col-12 .item .note .tit a {
    font-size: 18px;
    line-height: 24px;
  }
}
.wrap-download .info .row .col-12 .item .note .tit a:hover {
  color: #B90000;
  text-decoration: underline;
}
.wrap-download .info .row .col-12 .item .note .txt {
  margin-top: 20px;
}
.wrap-download .info .row .col-12 .item .note .txt p span {
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .wrap-download .info .row .col-12 .item .note .txt p span {
    font-size: 14px;
  }
}
.wrap-download .info .row .col-12 .item .note .download a {
  padding: 7px 40px;
  display: inline-block;
  border-radius: 50px;
  background: #B90000;
  text-align: center;
  color: #fff;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .wrap-download .info .row .col-12 .item .note .download a {
    padding: 7px 30px;
    font-size: 14px;
  }
}
.wrap-download .info .row .col-12 .item .note .download a:hover {
  background: #000;
  box-shadow: 0 0 0 5px rgba(185, 0, 0, 0.5);
}
.wrap-download .info .row .col-12 .item .note .download a i {
  margin-left: 15px;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .wrap-download .info .row .col-12 .item .note .download a i {
    font-size: 16px;
    margin-left: 10px;
  }
}
@keyframes breathe {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.wrap-home .home-product {
  overflow: hidden;
  padding: 80px 1%;
}
@media (max-width: 1199px) {
  .wrap-home .home-product {
    padding: 40px 15px;
  }
}
.wrap-home .home-product .slick-product .slick-slide {
  margin: -6px;
}
.wrap-home .home-product .slick-product .item {
  padding: 6px;
}
.wrap-home .home-product .slick-product .item:hover .note .tit a {
  text-decoration: underline;
}
.wrap-home .home-product .slick-product .item:hover .pic .img-box img {
  transform: scale3d(1.05, 1.05, 1);
}
.wrap-home .home-product .slick-product .item .note {
  border-top: 1px solid #CCC;
  background: #FFF;
  padding: 22px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wrap-home .home-product .slick-product .item .note {
    flex-direction: column;
    align-items: start;
    padding: 20px 15px;
  }
}
.wrap-home .home-product .slick-product .item .note .note-left {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .wrap-home .home-product .slick-product .item .note .note-left {
    padding-right: 0;
    order: 2;
    margin-top: 20px;
  }
}
.wrap-home .home-product .slick-product .item .note .note-logo {
  height: auto;
}
@media (max-width: 767px) {
  .wrap-home .home-product .slick-product .item .note .note-logo {
    order: 1;
  }
}
.wrap-home .home-product .slick-product .item .note .note-logo img {
  max-height: 27px;
}
.wrap-home .home-product .slick-product .item .note .tit a {
  color: #B90000;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .item .note .tit a {
    font-size: 16px;
  }
}
.wrap-home .home-product .slick-product .item .note .type {
  margin-top: 2px;
}
.wrap-home .home-product .slick-product .item .note .type a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
}
.wrap-home .home-product .slick-product .item .pic {
  background: #F2F2F2;
}
.wrap-home .home-product .slick-product .item .pic .img-box {
  padding-bottom: calc(250 / 385 * 100%);
  mix-blend-mode: multiply;
}
.wrap-home .home-product .slick-product .item .pic .img-box img {
  transition: all 0.5s ease;
}
.wrap-home .home-product .slick-product .item .more {
  padding: 15px 20px 40px 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .item .more {
    padding: 15px 20px;
  }
}
.wrap-home .home-product .slick-product .item .more i {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #B90000;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 15px;
  transition: all 0.2s ease-out;
}
.wrap-home .home-product .slick-product .item .more a {
  color: #B90000;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  display: inline-block;
  position: relative;
}
.wrap-home .home-product .slick-product .item .more a:hover::before {
  width: 100%;
}
.wrap-home .home-product .slick-product .item .more a::before {
  content: '';
  position: absolute;
  width: 0%;
  left: 0;
  bottom: 0;
  height: 2px;
  transition: all 0.2s ease-out;
  background: #B90000;
}
.wrap-home .home-about {
  overflow: hidden;
  position: relative;
}
.wrap-home .home-about .about-bg img {
  width: 100%;
  display: block;
  height: auto;
}
@media (max-width: 1470px) {
  .wrap-home .home-about .about-bg img {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-about .about-bg img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.wrap-home .home-about .note {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  padding: 120px 1% 0 1%;
}
@media (max-width: 1560px) {
  .wrap-home .home-about .note {
    padding: 40px 1% 0 1%;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-about .note {
    position: relative;
    padding: 40px 15px;
    top: auto;
  }
}
.wrap-home .home-about .note .more-video {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .note .more-video {
    margin-top: 20px;
  }
}
.wrap-home .home-about .note .more-video a {
  display: inline-block;
}
.wrap-home .home-about .note .more-video .more {
  font-size: 15px;
  border-radius: 50px;
  padding: 11px 75px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-out;
  overflow: hidden;
}
.wrap-home .home-about .note .more-video .more:hover {
  letter-spacing: 3px;
}
.wrap-home .home-about .note .more-video .more:hover::before {
  opacity: 0;
}
.wrap-home .home-about .note .more-video .more:hover::after {
  opacity: 1;
}
.wrap-home .home-about .note .more-video .more:before {
  content: '';
  border-radius: 50px;
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(90deg, #4C0000 0%, #B90000 100%);
  transition: all 0.5s ease-out;
  opacity: 1;
}
.wrap-home .home-about .note .more-video .more::after {
  content: '';
  border-radius: 50px;
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: #8e0000;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.wrap-home .home-about .note .more-video .play i {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #B90000;
  color: #fff;
  font-size: 20px;
  transition: all 0.5s ease-out;
  position: relative;
}
.wrap-home .home-about .note .more-video .play i:hover {
  background: #fff;
  color: #B90000;
}
.wrap-home .home-about .note .more-video .play i:hover::after {
  transform: scaleX(1.4) scaleY(1.4);
  opacity: 0;
}
.wrap-home .home-about .note .more-video .play i::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
  background-color: rgba(185, 0, 0, 0.5);
}
.wrap-home .home-about .note .about-focus {
  display: flex;
  justify-content: end;
  margin-top: 100px;
  padding-right: 5%;
}
@media (max-width: 1560px) {
  .wrap-home .home-about .note .about-focus {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-about .note .about-focus {
    margin-top: 40px;
    justify-content: center;
    padding-right: 0;
  }
}
.wrap-home .home-about .note .about-focus .group {
  animation: breathe 3s infinite ease-in-out;
  padding: 20px;
  max-width: 460px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .note .about-focus .group {
    animation: none;
    background: #f1f1f1;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-about .note .about-focus .group {
    flex-direction: column;
  }
}
.wrap-home .home-about .note .about-focus .group .name {
  width: 45%;
}
@media (max-width: 767px) {
  .wrap-home .home-about .note .about-focus .group .name {
    width: 100%;
  }
}
.wrap-home .home-about .note .about-focus .group .name h2 {
  color: #B90000;
  font-family: 'Hanson', sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.308px;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .note .about-focus .group .name h2 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal;
  }
}
.wrap-home .home-about .note .about-focus .group .box-product {
  width: 55%;
}
@media (max-width: 767px) {
  .wrap-home .home-about .note .about-focus .group .box-product {
    width: 100%;
    margin-top: 20px;
  }
}
.wrap-home .home-about .note .about-focus .group .box-product .slick-focus .item:hover {
  cursor: pointer;
}
.wrap-home .home-about .note .about-focus .group .box-product .slick-focus .item:hover .pic .img-box img {
  transform: scale3d(1.07, 1.07, 1);
}
.wrap-home .home-about .note .about-focus .group .box-product .slick-focus .item .pic {
  border-radius: 5px;
  overflow: hidden;
  background: linear-gradient(90deg, #4C0000 0%, #B90000 100%), #B90000;
}
.wrap-home .home-about .note .about-focus .group .box-product .slick-focus .item .pic .img-box {
  padding-bottom: calc(160 / 240 * 100%);
  border-radius: 5px;
}
.wrap-home .home-about .note .about-focus .group .box-product .slick-focus .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-home .home-about .common-num {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 40px 1%;
}
@media (max-width: 1470px) {
  .wrap-home .home-about .common-num {
    padding: 30px 1%;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-about .common-num {
    position: relative;
    bottom: auto;
    padding: 40px 15px;
  }
}
.wrap-home .home-about .common-num::before {
  content: '';
  position: absolute;
  opacity: 0.95;
  z-index: -1;
  background: linear-gradient(90deg, #B90000 0%, #4C0000 100%), #B90000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.wrap-home .home-about .common-num ul li::before {
  right: -6.17vw;
}
.wrap-home .home-about .common-num ul li .item b {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.wrap-home .home-about .common-num ul li .item b span {
  color: #fff;
}
.wrap-home .home-about .common-num ul li .item b sup {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.wrap-home .home-about .common-num ul li .item p {
  color: #fff;
}
.wrap-home .home-advantage {
  padding: 180px 1%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage {
    padding: 40px 15px;
  }
}
.wrap-home .home-advantage .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info {
    flex-direction: column;
  }
}
.wrap-home .home-advantage .info .left {
  width: 40%;
}
@media (max-width: 1710px) {
  .wrap-home .home-advantage .info .left {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .left {
    width: 100%;
  }
}
.wrap-home .home-advantage .info .left .type span {
  color: #B90000;
  font-family: 'Hanson', sans-serif;
  font-weight: bold;
  background: linear-gradient(90deg, #530000 0%, #B90000 100%);
  font-size: 34px;
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .left .type span {
    font-size: 18px;
  }
}
.wrap-home .home-advantage .info .left .tit h2 {
  color: #000;
  font-family: 'Hanson', sans-serif;
  font-weight: bold;
  margin: 0;
  font-size: 58px;
}
@media (max-width: 1470px) {
  .wrap-home .home-advantage .info .left .tit h2 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .left .tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.wrap-home .home-advantage .info .left .pic {
  width: 85%;
  margin-top: 160px;
  display: flex;
  align-items: end;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .left .pic {
    margin-top: 30px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-advantage .info .left .pic {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-home .home-advantage .info .left .pic .img-box {
  border-radius: 10px;
}
.wrap-home .home-advantage .info .left .pic .pic-left {
  width: 48%;
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .left .pic .pic-left {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-advantage .info .left .pic .pic-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.wrap-home .home-advantage .info .left .pic .pic-right {
  width: 48%;
}
@media (max-width: 767px) {
  .wrap-home .home-advantage .info .left .pic .pic-right {
    width: 100%;
  }
}
.wrap-home .home-advantage .info .left .pic .pic-right .img-box {
  padding-bottom: calc(400 / 300 * 100%);
}
.wrap-home .home-advantage .info .right {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .right {
    width: 100%;
    margin-top: 30px;
  }
}
.wrap-home .home-advantage .info .right .item {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .right .item {
    margin-bottom: 20px;
  }
}
.wrap-home .home-advantage .info .right .item:hover i {
  color: #B90000;
}
.wrap-home .home-advantage .info .right .item:hover .list .tit h2 {
  color: #B90000;
}
.wrap-home .home-advantage .info .right .item:last-child {
  margin-bottom: 0;
}
.wrap-home .home-advantage .info .right .item i {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  transition: all 0.3s ease-out;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .right .item i {
    font-size: 18px;
  }
}
.wrap-home .home-advantage .info .right .item .list {
  margin-left: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #ccc;
  width: 100%;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .right .item .list {
    margin-left: 15px;
    padding-bottom: 15px;
  }
}
.wrap-home .home-advantage .info .right .item .list .tit h2 {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .right .item .list .tit h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.wrap-home .home-advantage .info .right .item .list .txt {
  margin-top: 20px;
}
.wrap-home .home-advantage .info .right .item .list .txt p {
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .right .item .list .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-home .home-news {
  overflow: hidden;
  position: relative;
  height: 40.04vw;
}
@media (max-width: 1199px) {
  .wrap-home .home-news {
    padding: 20px 15px 40px 15px;
    height: auto;
  }
}
.wrap-home .home-news .news-bg img {
  width: 100%;
  display: block;
  height: auto;
}
.wrap-home .home-news .info {
  padding: 0 4% 80px 4%;
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info {
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
  }
}
.wrap-home .home-news .info .slick-news .slick-list {
  margin: 0 -30px;
}
@media (max-width: 1470px) {
  .wrap-home .home-news .info .slick-news .slick-list {
    margin: 0 -15px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .slick-news .slick-list {
    margin: 0 -7px;
  }
}
.wrap-home .home-news .info .slick-news .slick-track {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .slick-news .slick-track {
    padding-top: 70px;
  }
}
.wrap-home .home-news .info .slick-news .slick-prev,
.wrap-home .home-news .info .slick-news .slick-next {
  opacity: 0.15;
  background: #aaa;
  border: 1px solid #aaa;
}
.wrap-home .home-news .info .slick-news .slick-prev:hover,
.wrap-home .home-news .info .slick-news .slick-next:hover {
  opacity: 1;
  background: #B90000;
  border: 1px solid #B90000;
}
.wrap-home .home-news .info .slick-news .slick-prev {
  left: -3%;
}
.wrap-home .home-news .info .slick-news .slick-next {
  right: -3%;
}
.wrap-home .home-news .info .slick-news .slick-slide {
  padding: 0 30px;
}
@media (max-width: 1470px) {
  .wrap-home .home-news .info .slick-news .slick-slide {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .slick-news .slick-slide {
    padding: 0 7px;
  }
}
.wrap-home .home-news .info .slick-news .item:hover {
  cursor: pointer;
}
.wrap-home .home-news .info .slick-news .item:hover .note .tit a {
  background: linear-gradient(90deg, #530000 0%, #B90000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wrap-home .home-news .info .slick-news .item .note {
  position: relative;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.98);
  padding: 75px 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .slick-news .item .note {
    padding: 40px 20px;
  }
}
.wrap-home .home-news .info .slick-news .item .note .date {
  position: absolute;
  top: -60px;
  z-index: 2;
  padding: 18px 20px;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  background: linear-gradient(90deg, #810E0E 0%, #B90000 100%), #B90000;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .slick-news .item .note .date {
    padding: 10px 20px;
    top: -40px;
  }
}
.wrap-home .home-news .info .slick-news .item .note .date span {
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .slick-news .item .note .date span {
    font-size: 18px;
  }
}
.wrap-home .home-news .info .slick-news .item .note .tit {
  margin-top: 10px;
}
.wrap-home .home-news .info .slick-news .item .note .tit a {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 52px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .slick-news .item .note .tit a {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
  }
}
.wrap-home .home-news .info .slick-news .item .note .txt {
  margin-top: 10px;
}
.wrap-home .home-news .info .slick-news .item .note .txt p {
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 52px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .slick-news .item .note .txt p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
}
@media (max-width: 1199px) {
  .wrap-cart {
    padding: 40px 0;
  }
}
.wrap-cart .info-form {
  padding-top: 20px;
}
.wrap-cart .common-form {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-cart .common-form {
    padding-top: 20px;
  }
}
.wrap-cart .list-inquiry {
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .wrap-cart .list-inquiry {
    padding: 40px 0;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info {
  font-size: 0;
  width: 100%;
  border-collapse: collapse;
}
.wrap-cart .wrap-inquiry {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiry {
    padding-top: 40px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
  text-transform: capitalize;
  background-color: #e5e5e5;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
    padding: 0;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info > div {
  font-size: 16px;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info > div {
    font-size: 14px;
    padding: 0 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .inquiry-list {
  border-bottom: 1px solid #dfdfdf;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
.wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
.wrap-cart .wrap-inquiryinfo .inquiry-info .number,
.wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
  font-size: 14px;
  display: inline-block;
  padding: 20px 10px;
  vertical-align: middle;
  word-break: break-word;
}
@media (max-width: 1470px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    padding: 20px 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox {
  width: 10%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox {
    width: 30px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
  width: 14%;
  text-align: center;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    width: 30px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg {
  width: 14%;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg .img-box {
  padding-bottom: 75.71428571%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg {
    width: -webkit-calc(14%);
    width: calc(44% - 30px);
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .number {
  width: 20%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number {
    width: -webkit-calc(26%);
    width: calc(56% - 30px);
    padding: 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pname {
  width: 38%;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .check-all .substitite {
  padding-left: 0;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .check-all span {
    display: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .all,
.wrap-cart .wrap-inquiryinfo .inquiry-info span {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .check-all {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .hidden-xs {
    display: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .visible-xs {
  display: none;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .visible-xs {
    display: block;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Each,
.wrap-cart .wrap-inquiryinfo .inquiry-info .all {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -2px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #999;
  border-radius: 50%;
  outline: none;
  background: none;
  -webkit-appearance: none;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Each:checked::after,
.wrap-cart .wrap-inquiryinfo .inquiry-info .all:checked::after {
  font-family: 'iconfont';
  font-size: 18px;
  position: absolute;
  top: -12px;
  left: 0;
  content: '\e60b';
  color: #B90000;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .change .Each::after {
  font-family: 'iconfont';
  font-size: 18px;
  position: absolute;
  top: -12px;
  left: 0;
  content: '\e60b';
  color: #B90000;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info input {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  width: 60px;
  height: 34px;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info input {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info input {
    font-size: 14px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    border-right: none;
    border-left: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .del1,
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
  font-size: 20px;
  line-height: 36px;
  display: inline-block;
  width: 34px;
  height: 36px;
  margin: 0;
  margin-top: -2px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .del1,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
    line-height: 25px;
    position: relative;
    z-index: 8;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    border-radius: 2px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .del1:hover,
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1:hover {
  color: #fff;
  border-color: #383838;
  background-color: #383838;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
  margin-top: -1px;
  margin-left: 2px;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pic {
  border: 1px solid #dcdcdc;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info p {
  line-height: 24px;
  color: #000;
  margin: 0;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info p {
    font-size: 13px;
    margin-bottom: 4px;
  }
}
.wrap-cart .wrap-inquiryinfo .iclose {
  float: none;
  cursor: pointer;
  text-align: center;
  opacity: 1;
  color: #444;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .iclose::after {
    font-size: 16px;
  }
}
.wrap-cart .wrap-inquiryinfo .iclose:hover::after {
  color: #B90000;
}
.wrap-cart .wrap-inquiryinfo .inquiry-message {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-message {
    padding-top: 50px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiryinfo .inquiry {
    padding-top: 50px;
  }
}
.wrap-cart .box-cart .wrap-inquiry .formbox form .form-inquiry .form-group input,
.wrap-cart .box-cart .wrap-inquiry .formbox form .form-inquiry .form-group textarea {
  background: #F9F9F9;
}
