@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 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;
}
body {
  font-family: 'Microsoft YaHei Ui', Arial, Helvetica, '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;
}
: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) {
  .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: #444;
}
.search-none p {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  margin: 0;
  color: #ab7640;
  padding: 10px;
}
.animated {
  animation-duration: 1.5s;
}
.header .search-wrap {
  font-size: 14px;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .search-wrap .search-close {
  position: absolute;
  top: 5%;
  right: 10%;
  cursor: pointer;
  color: #fff;
}
@media (max-width: 1199px) {
  .header .search-wrap .search-close {
    right: 5%;
  }
}
.header .search-wrap .search-close .icon {
  font-size: 30px;
}
.header .search-wrap .search-box {
  position: absolute;
  top: 50%;
  left: 10%;
  overflow: hidden;
  width: 80%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 6px;
}
@media (max-width: 1199px) {
  .header .search-wrap .search-box {
    left: 5%;
    width: 90%;
  }
}
.header .search-wrap input {
  line-height: 30px;
  width: 100%;
  padding: 15px;
  color: #666;
}
.header .search-wrap .submit {
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 63px;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0;
  background: #C10400;
  border: none;
  color: #FFF;
}
.header .search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\e86b';
}
.header .search-wrap .submit:hover {
  background-color: #C10400;
  color: #FFF;
}
@media (min-width: 1470px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1710px) {
  .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: 110px 0 130px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap {
    padding: 40px 0;
  }
}
.wrap-inner {
  padding: 60px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-inner {
    padding: 40px 0;
  }
}
.tit-inner h2 {
  color: #222;
  font-size: 52px;
  font-weight: bold;
  line-height: 65px;
}
@media (max-width: 1470px) {
  .tit-inner h2 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 1199px) {
  .tit-inner h2 {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .tit-inner h2 {
    font-size: 24px;
    line-height: normal;
  }
}
#content {
  position: relative;
  top: -220px;
}
.xs-product-nav {
  display: none;
  padding: 40px 0;
}
@media (max-width: 1199px) {
  .xs-product-nav {
    display: block;
    padding: 20px 0 20px 0;
  }
}
.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 a {
  color: #666;
  background: transparent;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  height: 100%;
  padding: 10px 10px;
  text-transform: capitalize;
  display: flex;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  font-family: 'Marcellus', sans-serif;
}
.menu-btn {
  display: none;
  color: #000000;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .menu-btn {
    margin-left: 10px;
  }
}
.menu-btn .icon {
  color: #000000;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .menu-btn .icon {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .menu-btn {
    display: block;
  }
}
.banner-box.header-banner {
  padding-top: 0;
}
@media (max-width: 1199px) {
  .banner-box.header-banner {
    padding-top: 60px;
  }
}
.header.home-header {
  background: rgba(241, 241, 241, 0.15);
  backdrop-filter: blur(2.75px);
}
@media (max-width: 1199px) {
  .header.home-header {
    background: #FFF;
  }
}
.header.home-header .header-menu .menu-nav .pc-nav .nav-first li a {
  color: #FFF;
}
@media (max-width: 1199px) {
  .header.home-header .header-menu .menu-nav .pc-nav .nav-first li a {
    color: #222;
  }
}
.header.home-header .header-menu .menu-nav .pc-nav .nav-first li a::after {
  background: #FFF;
}
@media (max-width: 1199px) {
  .header.home-header .header-menu .menu-nav .pc-nav .nav-first li a::after {
    color: #C10400;
  }
}
.header.home-header .header-menu .menu-nav .pc-nav .nav-first li a:hover {
  color: #C10400;
}
.header.home-header .header-menu .menu-nav .pc-nav .nav-first li a:hover::after {
  background: #C10400;
}
.header.home-header .header-menu .menu-nav .pc-nav .nav-first li > ul li a {
  color: #222;
}
.header.home-header .header-menu .menu-nav .pc-nav .nav-first li > ul li a:hover {
  color: #FFF;
}
.header.home-header .header-menu .menu-nav .pc-nav .nav-first li.active a {
  color: #FFF;
}
.header.home-header .header-menu .menu-nav .pc-nav .nav-first li.active a::after {
  width: 100%;
  opacity: 1;
  background: #D72324;
}
.header.home-header .header-menu .menu-nav .pc-nav .nav-first li.active > ul li a::after {
  display: none;
}
.header.home-header .header-menu .menu-nav .pc-nav .nav-first li.active > ul li > ul li a::after {
  display: none;
}
.header.home-header .header-menu .menu-right .menu-language a {
  color: #FFF;
}
@media (max-width: 1199px) {
  .header.home-header .header-menu .menu-right .menu-language a {
    color: #222;
  }
}
.banner-box {
  position: relative;
  padding-top: 80px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .banner-box {
    padding-top: 60px;
  }
}
.banner-box .swiper-slide {
  overflow: hidden;
}
.banner-box .swiper-slide .item {
  position: relative;
  overflow: hidden;
}
.banner-box .swiper-slide .item .txt {
  width: 100%;
  height: 100%;
  top: 0;
  padding: 0 15%;
  position: absolute;
  z-index: 4;
}
@media (max-width: 1199px) {
  .banner-box .swiper-slide .item .txt {
    width: 95%;
    margin: 0 5%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.banner-box .swiper-slide .item .txt h2 {
  margin: 0;
  font-size: 84px;
  color: #FFF;
  font-weight: bold;
  bottom: 30%;
  position: absolute;
  z-index: 2;
}
@media (max-width: 1470px) {
  .banner-box .swiper-slide .item .txt h2 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .banner-box .swiper-slide .item .txt h2 {
    font-size: 24px;
    line-height: 32px;
    position: relative;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  .banner-box .swiper-slide .item .txt h2 {
    text-align: center;
  }
}
.banner-box .swiper-slide .item .txt p {
  position: absolute;
  bottom: 20%;
  width: 800px;
  color: #F5F5F5;
  font-size: 24px;
  line-height: 58px;
  display: block;
  padding: 0 30px;
  z-index: 3;
  background: linear-gradient(90deg, #D72324 0%, rgba(215, 35, 36, 0) 100%);
}
@media (max-width: 1199px) {
  .banner-box .swiper-slide .item .txt p {
    font-size: 14px;
    margin: 10px 0 0 0;
    text-align: center;
    width: 100%;
    bottom: auto;
    position: relative;
    width: auto;
    line-height: normal;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .banner-box .swiper-slide .item .txt p {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: normal;
  }
}
.banner-box .banner {
  position: relative;
  overflow: hidden;
}
.banner-box .banner img {
  display: block;
  width: 100%;
}
.banner-box .banner-video-box {
  padding-bottom: 42.8%;
}
.banner-box .banner-video-box .banner-video {
  object-fit: cover;
}
.banner-box .fluid_video_wrapper {
  position: absolute;
  left: 0;
  top: 0;
}
.banner-box .swiper-pagination {
  padding: 0 15%;
  bottom: 10% !important;
  text-align: end;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination {
    bottom: 30% !important;
    text-align: center;
  }
}
.banner-box .swiper-pagination-bullet {
  opacity: 0.5;
  margin: 10px !important;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 0px;
  background: transparent;
  border: 2px solid #FFF;
}
.banner-box .swiper-pagination-bullet-active {
  opacity: 1;
  background: #D72324;
}
.banner-box .swiper-pagination {
  bottom: 24px;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination {
    bottom: 15px;
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
    /* 从视口底部开始 */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    /* 移动到原始位置 */
  }
}
.banner-box .swiper-slide-active .item .txt {
  animation: zoomIn 3s 0s ease both;
}
.banner-box .banner-tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.banner-box .banner-tit h2 {
  font-size: 48px;
  text-transform: uppercase;
  color: #FFF;
  animation: zoomIn 2s 0s ease both;
  margin: 0;
  line-height: 60px;
}
@media (max-width: 1199px) {
  .banner-box .banner-tit h2 {
    font-size: 24px;
    animation: none;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .banner-box .banner-tit h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .banner-box .banner-tit h2 {
    font-size: 16px;
  }
}
.banner-box .banner-link {
  position: relative;
}
.banner-box .banner-link .info {
  width: 75%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(90deg, #D72324 0%, rgba(215, 35, 36, 0) 100%);
  padding: 10px 60px;
}
@media (max-width: 1199px) {
  .banner-box .banner-link .info {
    position: relative;
    bottom: auto;
    width: 100%;
  }
}
.banner-box .banner-link .info ul li {
  display: inline-block;
}
.banner-box .banner-link .info ul li:first-child {
  position: relative;
}
.banner-box .banner-link .info ul li:first-child::before {
  content: "\e601";
  font-family: "iconfont" !important;
  font-size: 14px;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translate(0, -50%);
  color: #FFF;
}
.banner-box .banner-link .info ul li:last-child a::after {
  display: none;
}
.banner-box .banner-link .info ul li a {
  font-size: 14px;
  display: block;
  color: #FFF;
  position: relative;
  padding: 0 10px;
  line-height: 24px;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .banner-box .banner-link .info ul li a {
    font-size: 12px;
  }
}
.banner-box .banner-link .info ul li a:hover {
  text-decoration: underline;
}
.banner-box .banner-link .info ul li a::after {
  content: ">";
  position: absolute;
  right: -10px;
}
.common-tit h2 {
  color: #000;
  font-size: 38px;
  font-weight: bold;
  margin: 0;
  position: relative;
}
.common-tit h2::before {
  content: "";
  position: absolute;
  top: -20px;
  width: 70px;
  height: 1px;
  background: #D72324;
}
@media (max-width: 1199px) {
  .common-tit h2::before {
    top: -10px;
    width: 30px;
  }
}
@media (max-width: 1199px) {
  .common-tit h2 {
    font-size: 24px;
  }
}
.header {
  position: fixed;
  width: 100%;
  background: #FFF;
  z-index: 11;
}
.header .header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-menu .menu-logo a {
  display: block;
  height: auto;
}
.header .header-menu .menu-logo a img {
  max-height: 60px;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-logo a img {
    max-height: 40px;
  }
}
.header .header-menu .menu-right {
  display: flex;
  align-items: center;
}
.header .header-menu .menu-right .menu-nav {
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-right .menu-nav {
    display: none;
  }
}
.header .header-menu .menu-right .menu-nav .nav-first {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.4s ease;
}
.header .header-menu .menu-right .menu-nav .nav-first li.active a {
  color: #D72324;
}
.header .header-menu .menu-right .menu-nav .nav-first li.active a::after {
  width: 100%;
  opacity: 1;
}
.header .header-menu .menu-right .menu-nav .nav-first li.active > ul li a {
  color: #222;
}
.header .header-menu .menu-right .menu-nav .nav-first li.active > ul li a::after {
  display: none;
}
.header .header-menu .menu-right .menu-nav .nav-first li.active > ul li > ul li a {
  color: #222;
}
.header .header-menu .menu-right .menu-nav .nav-first li.active > ul li > ul li a::after {
  display: none;
}
.header .header-menu .menu-right .menu-nav .nav-first li {
  display: inline-block;
}
.header .header-menu .menu-right .menu-nav .nav-first li:last-child a {
  margin-right: 0;
}
.header .header-menu .menu-right .menu-nav .nav-first li a {
  color: #000;
  display: block;
  position: relative;
  line-height: 80px;
  margin: 0 31px;
  font-size: 16px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-right .menu-nav .nav-first li a {
    line-height: 60px;
  }
}
.header .header-menu .menu-right .menu-nav .nav-first li a::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #D72324;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.4s ease;
  opacity: 0;
}
.header .header-menu .menu-right .menu-nav .nav-first li a:hover {
  color: #D72324;
}
.header .header-menu .menu-right .menu-nav .nav-first li a:hover::after {
  width: 100%;
  opacity: 1;
}
.header .header-menu .menu-right .menu-nav .nav-first li > ul {
  display: none;
  position: absolute;
  z-index: 99;
  top: 100%;
  border-top: 0;
  min-width: 200px;
  text-align: left;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
  transform-origin: center top;
}
.header .header-menu .menu-right .menu-nav .nav-first li > ul li {
  margin: 0;
  width: 100%;
  display: block;
  text-align: start;
  flex-wrap: wrap;
  background: #FFF;
  padding: 0;
}
.header .header-menu .menu-right .menu-nav .nav-first li > ul li a {
  margin: 0;
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  color: #000;
  padding-left: 20px;
  line-height: 45px;
}
.header .header-menu .menu-right .menu-nav .nav-first li > ul li a:hover {
  background: #D72324;
  color: #FFF;
}
.header .header-menu .menu-right .menu-nav .nav-first li > ul li a:hover::after {
  display: none;
}
.header .header-menu .menu-right .menu-nav .nav-first li > ul li > ul {
  display: none;
  position: absolute;
  flex-wrap: wrap;
  left: 100%;
  top: 0;
  min-width: 260px;
  z-index: 9;
  background: #FFF;
  color: #000;
  text-align: left;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
}
.header .header-menu .menu-right .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-right .menu-nav .nav-first li > ul li > ul li a {
  margin: 0;
}
.header .header-menu .menu-right .menu-search {
  margin: 0 40px 0 80px;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-right .menu-search {
    margin: 0 10px;
  }
}
@keyframes flash {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.header .header-menu .menu-right .menu-search .find a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D72324;
  color: #FFF;
  line-height: 80px;
  padding: 0 35px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-right .menu-search .find a {
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .header .header-menu .menu-right .menu-search .find a {
    padding: 0 15px;
  }
}
.header .header-menu .menu-right .menu-search .find a::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skew(-30deg);
  animation: flash 3s linear infinite;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-right .menu-search .find a::before {
    display: none;
  }
}
.header .header-menu .menu-right .menu-search .find a i {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .header .header-menu .menu-right .menu-search .find a i {
    margin: 0;
  }
}
.header .header-menu .menu-right .menu-search .find a span {
  color: #FFF;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .header .header-menu .menu-right .menu-search .find a span {
    display: none;
  }
}
.header .header-menu .menu-right .menu-language a {
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}
.header .header-menu .menu-right .menu-language a:hover {
  color: #D72324;
}
.header .header-menu .menu-right .menu-language a::before {
  content: "\e614";
  font-family: "iconfont" !important;
  vertical-align: middle;
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
}
.form-list {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .form-list {
    padding-top: 20px;
  }
}
.form-list .row {
  margin: 0 -10px;
}
@media (max-width: 1199px) {
  .form-list .row {
    margin: 0 -5px;
  }
}
.form-list .col-12 {
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .form-list .col-12 {
    padding: 0 5px;
  }
}
.form-list .form-group-title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .form-list .form-group-title {
    margin-bottom: 10px;
  }
}
.form-list .form-group-title input {
  padding: 0 20px;
  border: 0;
  line-height: 50px;
  width: 100%;
  background: #D72324;
  color: #F3F3F3;
  font-size: 14px;
  letter-spacing: 0.28px;
}
.form-list .form-group {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .form-list .form-group {
    margin-bottom: 15px;
  }
}
.form-list .form-group input {
  width: 100%;
  border: none;
  line-height: 50px;
  background: #F5F5F5;
  padding: 0 20px;
  color: #444;
}
.form-list .form-group input::placeholder {
  color: #444;
  font-size: 14px;
  letter-spacing: 0.28px;
  transition: all 0.3s;
}
.form-list .form-group input:focus::placeholder {
  color: #888;
}
.form-list .form-group textarea {
  width: 100%;
  border: none;
  background: #F5F5F5;
  padding: 20px;
  color: #444;
  resize: none;
}
.form-list .form-group textarea::placeholder {
  color: #444;
  font-size: 14px;
  letter-spacing: 0.28px;
  transition: all 0.3s;
}
.form-list .form-group textarea:focus::placeholder {
  color: #888;
}
.form-list .submit-group button {
  border: none;
  line-height: 50px;
  background: #E32835;
  color: #FFF;
  text-align: center;
  padding: 0 100px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .form-list .submit-group button {
    padding: 0 50px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .form-list .submit-group button {
    padding: 0 30px;
    line-height: 32px;
  }
}
.form-list .submit-group button:hover {
  background: #C10400;
}
.form-list .submit-group button i {
  vertical-align: middle;
  margin-left: 10px;
}
@media (max-width: 1199px) {
  .form-list .submit-group button i {
    margin-left: 5px;
    vertical-align: top;
  }
}
.wrap-contact {
  padding: 130px 0 130px 0;
}
@media (max-width: 1199px) {
  .wrap-contact {
    padding: 40px 0;
  }
}
.wrap-contact .info {
  display: flex;
  justify-content: space-between;
}
.wrap-contact .info .left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .wrap-contact .info .left {
    width: 100%;
  }
}
.wrap-contact .info .left .common-tit {
  padding-top: 20px;
}
.wrap-contact .info .left .txt {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .txt {
    padding-top: 20px;
  }
}
.wrap-contact .info .left .txt p {
  margin: 0;
  font-size: 15px;
  color: #444;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .txt p {
    font-size: 14px;
  }
}
.wrap-contact .info .left .list {
  display: flex;
  flex-direction: column;
  padding: 90px 0;
  position: relative;
}
@media (max-width: 1400px) {
  .wrap-contact .info .left .list {
    padding: 65px 0;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .list {
    padding: 0;
    margin-top: 20px;
  }
}
.wrap-contact .info .left .list::before {
  content: "";
  position: absolute;
  left: -200%;
  width: 700%;
  height: 100%;
  background: #F5F5F5;
  z-index: -1;
  bottom: 0;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .list::before {
    display: none;
  }
}
.wrap-contact .info .left .list .item {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .list .item {
    margin-bottom: 20px;
  }
}
.wrap-contact .info .left .list .item:last-child {
  margin-bottom: 0;
}
.wrap-contact .info .left .list .item .mark-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #D72324;
  color: #FFF;
  font-size: 24px;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .list .item .mark-icon i {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
}
.wrap-contact .info .left .list .item .mark-icon i::after {
  content: "";
  position: absolute;
  background: url(../img/contact_02.png) no-repeat center;
  background-size: cover;
  width: 60px;
  height: 60px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .list .item .mark-icon i::after {
    width: 50px;
    height: 50px;
  }
}
.wrap-contact .info .left .list .item .note {
  padding-left: 20px;
}
.wrap-contact .info .left .list .item .note p {
  margin: 0;
}
.wrap-contact .info .left .list .item .note p span {
  display: block;
  color: #444;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .list .item .note p span {
    font-size: 14px;
  }
}
.wrap-contact .info .left .list .item .note p a {
  padding-top: 10px;
  display: block;
  font-size: 24px;
  color: #000;
  line-height: 24px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .list .item .note p a {
    font-size: 18px;
  }
}
.wrap-contact .info .left .list .item .note p a:hover {
  text-decoration: underline;
  color: #D72324;
}
.wrap-contact .info .left .list .item .note p .address {
  padding-top: 10px;
  display: block;
  font-size: 24px;
  color: #000;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .list .item .note p .address {
    font-size: 18px;
  }
}
.wrap-contact .info .right {
  width: 50%;
}
@media (max-width: 1400px) {
  .wrap-contact .info .right {
    width: 56%;
  }
}
@media (max-width: 991px) {
  .wrap-contact .info .right {
    display: none;
  }
}
.wrap-contact .info .right .pic img {
  width: 100%;
  display: block;
}
.wrap-contact .message {
  padding-top: 130px;
}
@media (max-width: 1199px) {
  .wrap-contact .message {
    padding-top: 40px;
  }
}
.wrap-contact .message .form-list {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-contact .message .form-list {
    padding-top: 20px;
  }
}
.wrap-contact .message .common-tit .txt {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-contact .message .common-tit .txt {
    padding-top: 15px;
  }
}
.wrap-contact .message .common-tit .txt p {
  color: #444;
  font-size: 15px;
  letter-spacing: 0.3px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-contact .message .common-tit .txt p {
    font-size: 14px;
    letter-spacing: auto;
  }
}
.footer {
  background: #222;
  height: 100%;
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .footer {
    padding: 40px 0 50px 0;
  }
}
.footer .foot ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .foot ul {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .footer .foot ul li {
    margin-bottom: 20px;
  }
}
.footer .foot ul li .foot-tit h3 {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  margin: 0;
}
@media (max-width: 1199px) {
  .footer .foot ul li .foot-tit h3 {
    font-size: 20px;
    line-height: normal;
  }
}
.footer .foot ul li.contact {
  max-width: 350px;
}
@media (max-width: 1199px) {
  .footer .foot ul li.contact {
    max-width: 100%;
  }
}
.footer .foot ul li.contact .item .foot-logo a {
  display: block;
  height: auto;
}
.footer .foot ul li.contact .item .foot-logo a img {
  max-height: 100px;
}
@media (max-width: 1199px) {
  .footer .foot ul li.contact .item .foot-logo a img {
    max-height: 60px;
  }
}
.footer .foot ul li.contact .item .info .copyright {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .footer .foot ul li.contact .item .info .copyright {
    padding-top: 15px;
  }
}
.footer .foot ul li.contact .item .info .copyright p {
  margin: 0;
  color: #D9D9D9;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .footer .foot ul li.contact .item .info .copyright p {
    font-size: 14px;
  }
}
.footer .foot ul li.contact .item .info .copyright p a {
  transition: all 0.3s;
}
.footer .foot ul li.contact .item .info .copyright p a:hover {
  text-decoration: underline;
  color: #D72324;
}
.footer .foot ul li.contact .item .info .link {
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .footer .foot ul li.contact .item .info .link {
    padding-top: 15px;
  }
}
.footer .foot ul li.contact .item .info .link a {
  display: inline-block;
  color: #D9D9D9;
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  transition: all 0.3s;
}
.footer .foot ul li.contact .item .info .link a:hover {
  color: #D72324;
  text-decoration: underline;
}
.footer .foot ul li.contact .item .info .link a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: #444;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.footer .foot ul li.contact .item .info .link a:first-child {
  padding-left: 0;
}
.footer .foot ul li.contact .item .info .link a:last-child {
  padding-right: 0;
}
.footer .foot ul li.contact .item .info .share {
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .footer .foot ul li.contact .item .info .share {
    padding-top: 15px;
  }
}
.footer .foot ul li.contact .item .info .share ul {
  justify-content: start;
}
@media (max-width: 1199px) {
  .footer .foot ul li.contact .item .info .share ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.footer .foot ul li.contact .item .info .share ul li {
  display: inline-block;
  margin: 0 5px;
}
@media (max-width: 1199px) {
  .footer .foot ul li.contact .item .info .share ul li {
    margin-bottom: 0;
  }
}
.footer .foot ul li.contact .item .info .share ul li:first-child {
  margin-left: 0;
}
.footer .foot ul li.contact .item .info .share ul li:last-child {
  margin-right: 0;
}
.footer .foot ul li.contact .item .info .share ul li a {
  display: block;
}
.footer .foot ul li.contact .item .info .share ul li a i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d9d9d9;
  background: #343434;
  font-size: 20px;
  border-radius: 6px;
  transition: all 0.3s;
}
.footer .foot ul li.contact .item .info .share ul li a i:hover {
  color: #D72324;
}
.footer .foot ul li.product .info {
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .footer .foot ul li.product .info {
    padding-top: 15px;
  }
}
.footer .foot ul li.product .info a {
  display: block;
  color: #D9D9D9;
  margin-bottom: 15px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .footer .foot ul li.product .info a {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
    line-height: 32px;
  }
}
.footer .foot ul li.product .info a:hover {
  color: #D72324;
  text-decoration: underline;
}
.footer .foot ul li.product .info a:last-child {
  margin-bottom: 0;
}
.footer .foot ul li.message {
  max-width: 440px;
}
@media (max-width: 1199px) {
  .footer .foot ul li.message {
    max-width: 100%;
  }
}
.footer .foot ul li.message .row {
  margin: 0 -5px;
}
.footer .foot ul li.message .col-12 {
  padding: 0 5px;
}
.footer .foot ul li.message .info {
  padding-top: 20px;
}
.footer .foot ul li.message .info form .form-group {
  margin-bottom: 10px;
}
.footer .foot ul li.message .info form .form-group input {
  width: 100%;
  line-height: 38px;
  padding: 0 10px;
  border-radius: 2px;
  border: 1px solid #343434;
  background: #343434;
  color: #D9D9D9;
  font-size: 14px;
}
.footer .foot ul li.message .info form .form-group input::placeholder {
  color: #D9D9D9;
  font-size: 14px;
  transition: all 0.3s;
}
.footer .foot ul li.message .info form .form-group input:focus::placeholder {
  color: #888;
}
.footer .foot ul li.message .info form .form-group textarea {
  width: 100%;
  resize: none;
  padding: 10px;
  border-radius: 2px;
  border: 1px solid #343434;
  background: #343434;
  color: #D9D9D9;
  font-size: 14px;
}
.footer .foot ul li.message .info form .form-group textarea::placeholder {
  color: #D9D9D9;
  font-size: 14px;
  transition: all 0.3s;
}
.footer .foot ul li.message .info form .form-group textarea:focus::placeholder {
  color: #888;
}
.footer .foot ul li.message .info form .submit-group {
  margin-top: 10px;
}
.footer .foot ul li.message .info form .submit-group button {
  border: none;
  background: #D72324;
  line-height: 38px;
  padding: 0 30px;
  color: #FFF;
  transition: all 0.3s;
  border-radius: 2px;
}
.footer .foot ul li.message .info form .submit-group button:hover {
  background: #C10400;
}
.footer .foot ul li.message .info form .submit-group button i {
  vertical-align: middle;
  font-size: 18px;
  margin-left: 10px;
}
.wrap-plan .plan .item {
  padding: 20px 20px 20px 50px;
  transition: all 0.3s ease;
  border-top: 1px solid #D9D9D9;
}
@media (max-width: 1199px) {
  .wrap-plan .plan .item {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-plan .plan .item {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .wrap-plan .plan .item {
    flex-direction: column;
  }
}
.wrap-plan .plan .item:last-child {
  border-bottom: 1px solid #D9D9D9;
}
.wrap-plan .plan .item:hover {
  background: #F5F5F5;
}
.wrap-plan .plan .item:hover .note .tit a {
  color: #D72324;
  text-decoration: underline;
}
.wrap-plan .plan .item:hover .note .more a {
  color: #D72324;
}
.wrap-plan .plan .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-plan .plan .item .note {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
}
@media (max-width: 1199px) {
  .wrap-plan .plan .item .note {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .wrap-plan .plan .item .note {
    width: 100%;
    order: 2;
    padding-top: 20px;
  }
}
.wrap-plan .plan .item .note .tit a {
  display: inline-block;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 26px;
  height: 26px;
}
@media (max-width: 1199px) {
  .wrap-plan .plan .item .note .tit a {
    font-size: 18px;
  }
}
.wrap-plan .plan .item .note .txt {
  padding-top: 10px;
}
.wrap-plan .plan .item .note .txt p {
  color: #444;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-plan .plan .item .note .txt p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .wrap-plan .plan .item .note .txt p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 96px;
  }
}
.wrap-plan .plan .item .note .more {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-plan .plan .item .note .more {
    padding-top: 20px;
  }
}
.wrap-plan .plan .item .note .more a {
  display: inline-block;
  color: #444;
  font-size: 14px;
  transition: all 0.3s;
}
.wrap-plan .plan .item .note .more a i {
  vertical-align: middle;
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .wrap-plan .plan .item .note .more a i {
    margin-right: 5px;
  }
}
.wrap-plan .plan .item .pic {
  width: 25%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-plan .plan .item .pic {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-plan .plan .item .pic {
    width: 100%;
  }
}
.wrap-plan .plan .item .pic .img-box {
  padding-bottom: 78.787878%;
}
.wrap-plan .plan .item .pic .img-box img {
  transition: all 1s ease;
}
.pagination {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .pagination {
    padding-top: 40px;
  }
}
.pagination ul li.other a {
  border: none;
}
.pagination ul li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .pagination ul li {
    margin: 2px;
  }
}
.pagination ul li a {
  background: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-align: center;
  color: #666;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .pagination ul li a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .pagination ul li a {
    width: 35px;
    height: 35px;
  }
}
.pagination ul li a:hover {
  cursor: pointer;
  color: #FFF;
  background: #D72324;
}
.pagination ul li.active a {
  background: #D72324;
  color: #FFF;
}
.pagination ul li.next a:hover {
  cursor: pointer;
  background: #D72324;
  color: #FFF;
}
.pagination ul li.next a i {
  color: #D9D9D9;
  font-size: 20px;
}
.pagination ul li.prev a:hover {
  cursor: pointer;
  background: #D72324;
  color: #FFF;
}
.pagination ul li.prev a i {
  color: #D9D9D9;
  font-size: 20px;
}
.wrap-case .pagination {
  padding-top: 0px;
  margin-top: -40px;
}
@media (max-width: 1199px) {
  .wrap-case .pagination {
    margin-top: 10px;
  }
}
.wrap-case .case .item {
  overflow: hidden;
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  .wrap-case .case .item {
    margin-bottom: 20px;
  }
}
.wrap-case .case .item:hover .note .tit a {
  color: #D72324;
  text-decoration: underline;
}
.wrap-case .case .item:hover .note .more a {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.wrap-case .case .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-case .case .item .note {
  padding: 30px;
  background: #F5F5F5;
}
@media (max-width: 1199px) {
  .wrap-case .case .item .note {
    padding: 15px;
  }
}
.wrap-case .case .item .note .tit a {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 26px;
  height: 26px;
}
@media (max-width: 1199px) {
  .wrap-case .case .item .note .tit a {
    font-size: 18px;
  }
}
.wrap-case .case .item .note .txt {
  padding-top: 10px;
}
.wrap-case .case .item .note .txt p {
  margin: 0;
  color: #444;
  font-size: 15px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
}
@media (max-width: 1199px) {
  .wrap-case .case .item .note .txt p {
    font-size: 14px;
  }
}
.wrap-case .case .item .note .more {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-case .case .item .note .more {
    padding-top: 20px;
  }
}
.wrap-case .case .item .note .more a {
  display: inline-block;
  padding: 0 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  background: #D72324;
  position: relative;
  transition: all 0.3s;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-200px);
}
@media (max-width: 1199px) {
  .wrap-case .case .item .note .more a {
    opacity: 1;
    transform: translateX(0px);
  }
}
.wrap-case .case .item .note .more a:hover {
  background: #B01831;
}
.wrap-case .case .item .note .more a i {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -40px;
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  background: #B01831;
}
.wrap-case .case .item .pic {
  overflow: hidden;
  position: relative;
  top: -50px;
}
@media (max-width: 1199px) {
  .wrap-case .case .item .pic {
    top: auto;
  }
}
.wrap-case .case .item .pic .img-box {
  padding-bottom: 57.971%;
}
.wrap-case .case .item .pic .img-box img {
  transition: all 1s ease;
}
.common-num ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-num ul li {
  width: 40%;
}
@media (max-width: 767px) {
  .common-num ul li {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.common-num ul li .item {
  padding-top: 20px;
  position: relative;
  border-top: 1px solid #d9d9d9;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .common-num ul li .item {
    margin-bottom: 20px;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .common-num ul li .item {
    border: none;
    margin-bottom: 10px;
  }
}
.common-num ul li .item::before {
  content: "";
  position: absolute;
  top: 0;
  width: 40%;
  height: 1px;
  background: #D72324;
}
@media (max-width: 767px) {
  .common-num ul li .item::before {
    display: none;
  }
}
.common-num ul li .item b {
  color: #D72324;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .common-num ul li .item b {
    font-size: 18px;
  }
}
.common-num ul li .item b span {
  color: #D72324;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .common-num ul li .item b span {
    font-size: 20px;
  }
}
.common-num ul li .item p {
  margin: 0;
  color: #444;
  font-size: 14px;
  line-height: 21px;
}
.about-menu {
  position: relative;
  z-index: 5;
}
.about-menu .info ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-menu .info ul li.active a {
  background: #D72324;
  color: #FFF;
}
.about-menu .info ul li {
  flex: 1;
  text-align: center;
}
.about-menu .info ul li a {
  padding: 15px;
  display: block;
  border: 1px solid #D9D9D9;
  background: #F5F5F5;
  color: #444;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .about-menu .info ul li a {
    font-size: 14px;
    padding: 10px;
  }
}
.about-menu .info ul li a:hover {
  background: #D72324;
  color: #FFF;
  border: 1px solid #D72324;
}
.wrap-about {
  background: #FFF;
}
.wrap-about .about {
  padding-top: 180px;
}
@media (max-width: 1199px) {
  .wrap-about .about {
    padding-top: 40px;
  }
}
.wrap-about .about .common-tit {
  position: relative;
}
.wrap-about .about .common-tit h1 {
  background: linear-gradient(180deg, rgba(215, 35, 36, 0.09) 0.43%, rgba(215, 35, 36, 0) 79.93%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 175px;
  font-weight: bold;
  content: "";
  position: absolute;
  left: -17%;
  top: -210%;
  font-family: 'Inter', sans-serif;
  z-index: -1;
}
@media (max-width: 1470px) {
  .wrap-about .about .common-tit h1 {
    font-size: 120px;
    left: -10%;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about .common-tit h1 {
    display: none;
  }
}
.wrap-about .about .txt {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-about .about .txt {
    padding-top: 20px;
  }
}
.wrap-about .about .txt b {
  color: #D72324;
  font-size: 15px;
  font-weight: bold;
  line-height: 40px;
}
@media (max-width: 1199px) {
  .wrap-about .about .txt b {
    font-size: 14px;
    line-height: 32px;
  }
}
.wrap-about .about .txt p {
  color: #444;
  margin: 0;
  font-size: 15px;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-about .about .txt p {
    font-size: 14px;
  }
}
.wrap-about .introduce {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-about .introduce {
    flex-direction: column;
  }
}
.wrap-about .introduce .left {
  width: 40%;
}
@media (max-width: 767px) {
  .wrap-about .introduce .left {
    width: 100%;
  }
}
.wrap-about .introduce .right {
  width: 48%;
}
@media (max-width: 767px) {
  .wrap-about .introduce .right {
    width: 100%;
    padding-top: 20px;
  }
}
.wrap-about .introduce .right .pic {
  overflow: hidden;
  position: relative;
}
.wrap-about .introduce .right .pic .img-box {
  padding-bottom: 65.2173%;
}
.wrap-about .introduce .right .pic .play {
  animation: floatScale 3s infinite ease-in-out;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.wrap-about .introduce .right .pic .play:hover {
  cursor: pointer;
}
.wrap-about .introduce .right .pic .play i {
  border: 2px solid #CFCFCF;
  color: #D72324;
  font-size: 20px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.36);
  position: relative;
  z-index: 3;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .right .pic .play i {
    width: 50px;
    height: 50px;
  }
}
.wrap-about .introduce .right .pic .play i::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(2px);
  border-radius: 100%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .right .pic .play i::after {
    width: 30px;
    height: 30px;
  }
}
.wrap-about .honor .quality {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .wrap-about .honor .quality {
    padding-top: 40px;
  }
}
.wrap-about .honor .quality .slick-quality {
  padding-top: 40px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-about .honor .quality .slick-quality {
    margin: 0 -7px;
    padding-top: 20px;
  }
}
.wrap-about .honor .quality .slick-quality .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-about .honor .quality .slick-quality .slick-slide {
    padding: 0 7px;
  }
}
.wrap-about .honor .quality .slick-quality .slick-track {
  margin-left: 0;
}
.wrap-about .honor .quality .slick-quality .item:hover {
  cursor: pointer;
}
.wrap-about .honor .quality .slick-quality .item:hover .note p {
  color: #D72324;
  text-decoration: underline;
}
.wrap-about .honor .quality .slick-quality .item:hover .pic {
  border: 1px solid #D72324;
  background: #FFF;
}
.wrap-about .honor .quality .slick-quality .item:hover .pic::before {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.wrap-about .honor .quality .slick-quality .item:hover .pic::after {
  opacity: 1;
}
.wrap-about .honor .quality .slick-quality .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-about .honor .quality .slick-quality .item .pic {
  overflow: hidden;
  padding: 30px;
  background: #F5F5F5;
  position: relative;
  border: 1px solid #F5F5F5;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .wrap-about .honor .quality .slick-quality .item .pic {
    padding: 5px;
  }
}
.wrap-about .honor .quality .slick-quality .item .pic::before {
  content: "\ec32";
  font-family: 'iconfont' !important;
  font-size: 40px;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 200%);
  z-index: 3;
  opacity: 0;
  transition: all 0.3s;
}
.wrap-about .honor .quality .slick-quality .item .pic::after {
  content: "";
  position: absolute;
  width: 92%;
  height: 92%;
  background: rgba(215, 35, 36, 0.26);
  top: 50%;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
.wrap-about .honor .quality .slick-quality .item .pic .img-box {
  padding-bottom: 133.3333%;
}
.wrap-about .honor .quality .slick-quality .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-about .honor .quality .slick-quality .item .note {
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .wrap-about .honor .quality .slick-quality .item .note {
    padding-top: 15px;
  }
}
.wrap-about .honor .quality .slick-quality .item .note p {
  margin: 0;
  color: #000;
  font-size: 20px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .wrap-about .honor .quality .slick-quality .item .note p {
    font-size: 14px;
  }
}
.wrap-about .honor .ce {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .wrap-about .honor .ce {
    padding-top: 40px;
  }
}
.wrap-about .honor .ce .slick-ce {
  padding-top: 40px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-about .honor .ce .slick-ce {
    margin: 0 -7px;
    padding-top: 20px;
  }
}
.wrap-about .honor .ce .slick-ce .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-about .honor .ce .slick-ce .slick-slide {
    padding: 0 7px;
  }
}
.wrap-about .honor .ce .slick-ce .slick-track {
  margin-left: 0;
}
.wrap-about .honor .ce .slick-ce .item:hover {
  cursor: pointer;
}
.wrap-about .honor .ce .slick-ce .item:hover .note p {
  color: #D72324;
  text-decoration: underline;
}
.wrap-about .honor .ce .slick-ce .item:hover .pic {
  border: 1px solid #D72324;
  background: #FFF;
}
.wrap-about .honor .ce .slick-ce .item:hover .pic::before {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.wrap-about .honor .ce .slick-ce .item:hover .pic::after {
  opacity: 1;
}
.wrap-about .honor .ce .slick-ce .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-about .honor .ce .slick-ce .item .pic {
  overflow: hidden;
  padding: 30px;
  background: #F5F5F5;
  position: relative;
  border: 1px solid #F5F5F5;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .wrap-about .honor .ce .slick-ce .item .pic {
    padding: 5px;
  }
}
.wrap-about .honor .ce .slick-ce .item .pic::before {
  content: "\ec32";
  font-family: 'iconfont' !important;
  font-size: 40px;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 200%);
  z-index: 3;
  opacity: 0;
  transition: all 0.3s;
}
.wrap-about .honor .ce .slick-ce .item .pic::after {
  content: "";
  position: absolute;
  width: 92%;
  height: 92%;
  background: rgba(215, 35, 36, 0.26);
  top: 50%;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
.wrap-about .honor .ce .slick-ce .item .pic .img-box {
  padding-bottom: 133.3333%;
}
.wrap-about .honor .ce .slick-ce .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-about .honor .ce .slick-ce .item .note {
  padding-top: 20px;
}
.wrap-about .honor .ce .slick-ce .item .note p {
  margin: 0;
  color: #000;
  font-size: 20px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .wrap-about .honor .ce .slick-ce .item .note p {
    font-size: 14px;
  }
}
.wrap-about .honor .end {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .wrap-about .honor .end {
    padding-top: 40px;
  }
}
.wrap-about .honor .end .slick-end {
  padding-top: 40px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-about .honor .end .slick-end {
    margin: 0 -7px;
    padding-top: 20px;
  }
}
.wrap-about .honor .end .slick-end .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-about .honor .end .slick-end .slick-slide {
    padding: 0 7px;
  }
}
.wrap-about .honor .end .slick-end .slick-track {
  margin-left: 0;
}
.wrap-about .honor .end .slick-end .item:hover {
  cursor: pointer;
}
.wrap-about .honor .end .slick-end .item:hover .note p {
  color: #D72324;
  text-decoration: underline;
}
.wrap-about .honor .end .slick-end .item:hover .pic {
  border: 1px solid #D72324;
  background: #FFF;
}
.wrap-about .honor .end .slick-end .item:hover .pic::before {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.wrap-about .honor .end .slick-end .item:hover .pic::after {
  opacity: 1;
}
.wrap-about .honor .end .slick-end .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-about .honor .end .slick-end .item .pic {
  overflow: hidden;
  padding: 30px;
  background: #F5F5F5;
  position: relative;
  border: 1px solid #F5F5F5;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .wrap-about .honor .end .slick-end .item .pic {
    padding: 5px;
  }
}
.wrap-about .honor .end .slick-end .item .pic::before {
  content: "\ec32";
  font-family: 'iconfont' !important;
  font-size: 40px;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 200%);
  z-index: 3;
  opacity: 0;
  transition: all 0.3s;
}
.wrap-about .honor .end .slick-end .item .pic::after {
  content: "";
  position: absolute;
  width: 92%;
  height: 92%;
  background: rgba(215, 35, 36, 0.26);
  top: 50%;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
.wrap-about .honor .end .slick-end .item .pic .img-box {
  padding-bottom: 133.3333%;
}
.wrap-about .honor .end .slick-end .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-about .honor .end .slick-end .item .note {
  padding-top: 20px;
}
.wrap-about .honor .end .slick-end .item .note p {
  margin: 0;
  color: #000;
  font-size: 20px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .wrap-about .honor .end .slick-end .item .note p {
    font-size: 14px;
  }
}
.wrap-about .factory {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .wrap-about .factory {
    padding-top: 40px;
  }
}
.wrap-about .factory .common-tit .txt {
  padding-top: 30px;
  max-width: 1070px;
}
@media (max-width: 1199px) {
  .wrap-about .factory .common-tit .txt {
    max-width: 100%;
    padding-top: 15px;
  }
}
.wrap-about .factory .common-tit .txt p {
  color: #444;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .factory .common-tit .txt p {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .factory .info .row {
    margin: 0 -7px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .factory .info .col-6 {
    padding: 0 7px;
  }
}
.wrap-about .factory .info .item {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-about .factory .info .item {
    margin-top: 15px;
  }
}
.wrap-about .factory .info .item:hover {
  cursor: pointer;
}
.wrap-about .factory .info .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-about .factory .info .item .pic {
  overflow: hidden;
}
.wrap-about .factory .info .item .pic .img-box {
  padding-bottom: 64.4444%;
}
.wrap-about .factory .info .item .pic .img-box img {
  transition: all 1s ease;
}
.product-left {
  width: 20%;
}
@media (max-width: 1199px) {
  .product-left {
    display: none;
  }
}
.product-left .tit span {
  display: block;
  line-height: 70px;
  padding: 0 20px;
  background: #D72324;
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
}
.product-left ul li {
  padding: 20px 0;
  border-bottom: 1px solid #D9D9D9;
}
.product-left ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: #444;
  font-size: 20px;
}
.product-left ul li a:hover {
  color: #D72324;
}
.product-left ul li a i {
  font-size: 24px;
}
.product-left ul li > ul {
  display: none;
}
.product-left ul li.active {
  padding: 20px 0 20px 0;
}
.product-left ul li.active a span {
  color: #D72324;
}
.product-left ul li.active > ul {
  display: block;
  background: #FFF;
  padding: 20px 0;
  margin-top: 20px;
}
.product-left ul li.active > ul li {
  padding: 0 20px;
  border: none;
  margin-bottom: 10px;
  transition: all 0.3s;
  position: relative;
}
.product-left ul li.active > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 10px;
  background: #D72324;
  opacity: 0;
  transition: all 0.3s;
}
.product-left ul li.active > ul li:hover {
  background: linear-gradient(90deg, rgba(215, 35, 36, 0.2) 0%, rgba(215, 35, 36, 0) 100%);
}
.product-left ul li.active > ul li:hover a {
  color: #D72324;
}
.product-left ul li.active > ul li:hover::before {
  opacity: 1;
}
.product-left ul li.active > ul li:last-child {
  margin-bottom: 0;
}
.product-left ul li.active > ul li a {
  color: #666;
  font-size: 14px;
  line-height: 28px;
  transition: all 0.3s;
}
.wrap-product {
  background: #F5F5F5;
}
.wrap-product .product .info {
  display: flex;
  justify-content: space-between;
}
.wrap-product .product .info .product-right {
  width: 75%;
}
@media (max-width: 1199px) {
  .wrap-product .product .info .product-right {
    width: 100%;
  }
}
.wrap-product .product .info .product-right .pagination {
  justify-content: end;
}
.wrap-product .product .info .product-right .pagination ul li a {
  background: #FFF;
}
.wrap-product .product .info .product-right .pagination ul li a:hover {
  background: #D72324;
  color: #FFF;
}
.wrap-product .product .info .product-right .pagination ul li a:hover i {
  color: #FFF;
}
.wrap-product .product .info .product-right .pagination ul li.active a {
  background: #D72324;
  color: #FFF;
}
.wrap-product .product .info .product-right .list .top p {
  margin: 0;
  color: #444;
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-product .product .info .product-right .list .top p {
    font-size: 14px;
  }
}
.wrap-product .product .info .product-right .list .row {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-product .product .info .product-right .list .row {
    padding-top: 10px;
    margin: 0 -7px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .product .info .product-right .list .col-lg-4 {
    padding: 0 7px;
  }
}
.wrap-product .product .info .product-right .list .item {
  transition: all 0.3s;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-product .product .info .product-right .list .item {
    margin-top: 15px;
  }
}
.wrap-product .product .info .product-right .list .item:hover {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
.wrap-product .product .info .product-right .list .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-product .product .info .product-right .list .item:hover .note .tit a span {
  color: #D72324;
  text-decoration: underline;
}
.wrap-product .product .info .product-right .list .item:hover .note .tit a i {
  background: #D72324;
}
.wrap-product .product .info .product-right .list .item .pic {
  overflow: hidden;
}
.wrap-product .product .info .product-right .list .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-product .product .info .product-right .list .item .note {
  background: #FFF;
  padding: 20px;
}
@media (max-width: 1199px) {
  .wrap-product .product .info .product-right .list .item .note {
    padding: 15px;
  }
}
.wrap-product .product .info .product-right .list .item .note .tit {
  border-top: 1px solid #F3F3F3;
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .wrap-product .product .info .product-right .list .item .note .tit {
    padding-top: 15px;
  }
}
.wrap-product .product .info .product-right .list .item .note .tit a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap-product .product .info .product-right .list .item .note .tit a span {
  display: inline-block;
  width: 80%;
  color: #000;
  font-size: 20px;
  transition: all 0.3s;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 26px;
}
@media (max-width: 1199px) {
  .wrap-product .product .info .product-right .list .item .note .tit a span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wrap-product .product .info .product-right .list .item .note .tit a span {
    font-size: 12px;
  }
}
.wrap-product .product .info .product-right .list .item .note .tit a i {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  background: #D9D9D9;
  transition: all 0.3s;
}
.details-tit {
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 1199px) {
  .details-tit {
    padding-bottom: 10px;
  }
}
.details-tit h2 {
  color: #000;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 1199px) {
  .details-tit h2 {
    font-size: 20px;
  }
}
.editor-content {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .editor-content {
    padding-top: 20px;
  }
}
.editor-content p {
  color: #444;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .editor-content p {
    font-size: 14px;
  }
}
.details-inner {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .details-inner {
    padding-top: 40px;
  }
}
.wrap-details {
  background: #F5F5F5;
}
.wrap-details .info {
  display: flex;
  justify-content: space-between;
}
.wrap-details .info .detalis-right {
  width: 75%;
}
@media (max-width: 1199px) {
  .wrap-details .info .detalis-right {
    width: 100%;
  }
}
.wrap-details .info .detalis-right .top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-details .info .detalis-right .top {
    flex-direction: column;
  }
}
.wrap-details .info .detalis-right .top .left {
  width: 45%;
}
@media (max-width: 1199px) {
  .wrap-details .info .detalis-right .top .left {
    width: 100%;
  }
}
.wrap-details .info .detalis-right .top .left .slider-nav {
  margin: 0 -10px;
  padding-top: 10px;
}
@media (max-width: 1199px) {
  .wrap-details .info .detalis-right .top .left .slider-nav {
    margin: 0 -5px;
  }
}
.wrap-details .info .detalis-right .top .left .slider-nav .slick-slide {
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .wrap-details .info .detalis-right .top .left .slider-nav .slick-slide {
    padding: 0 5px;
  }
}
.wrap-details .info .detalis-right .top .left .slider-nav .item {
  border: 1px solid #FFF;
}
.wrap-details .info .detalis-right .top .left .slider-nav .slick-current .item {
  border: 1px solid #D72324;
}
.wrap-details .info .detalis-right .top .left .slider-nav .item-video {
  position: relative;
}
.wrap-details .info .detalis-right .top .left .slider-nav .item-video .play {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.wrap-details .info .detalis-right .top .left .slider-nav .item-video .play::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.wrap-details .info .detalis-right .top .left .slider-nav .item-video .play i {
  position: relative;
  z-index: 2;
  width: 32px;
  height: 32px;
  background: #FFF;
  color: #999;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-details .info .detalis-right .top .right {
  width: 45%;
}
@media (max-width: 1199px) {
  .wrap-details .info .detalis-right .top .right {
    width: 100%;
    padding-top: 20px;
  }
}
.wrap-details .info .detalis-right .top .right .tit {
  padding-top: 30px;
}
@media (max-width: 1400px) {
  .wrap-details .info .detalis-right .top .right .tit {
    padding-top: 10px;
  }
}
.wrap-details .info .detalis-right .top .right .tit h2 {
  color: #000;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .info .detalis-right .top .right .tit h2 {
    font-size: 20px;
  }
}
.wrap-details .info .detalis-right .top .right .txt {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-details .info .detalis-right .top .right .txt {
    padding-top: 20px;
  }
}
.wrap-details .info .detalis-right .top .right .txt b {
  color: #444;
  font-weight: bold;
  line-height: 40px;
}
@media (max-width: 1199px) {
  .wrap-details .info .detalis-right .top .right .txt b {
    line-height: 26px;
    font-size: 14px;
  }
}
.wrap-details .info .detalis-right .top .right .txt p {
  margin: 0px;
  color: #444;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-details .info .detalis-right .top .right .txt p {
    font-size: 14px;
  }
}
.wrap-details .info .detalis-right .top .right .info-share {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-details .info .detalis-right .top .right .info-share {
    padding-top: 20px;
  }
}
.wrap-details .info .detalis-right .top .right .info-share .share {
  display: flex;
  align-items: center;
}
.wrap-details .info .detalis-right .top .right .info-share .share .share-to span {
  display: inline-block;
  margin-right: 10px;
  color: #444;
  font-size: 14px;
  letter-spacing: 0.28px;
}
.wrap-details .info .detalis-right .top .right .link {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-details .info .detalis-right .top .right .link {
    padding-top: 20px;
  }
}
.wrap-details .info .detalis-right .top .right .link a {
  display: inline-block;
  line-height: 50px;
  background: #D72324;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  padding: 0 140px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .wrap-details .info .detalis-right .top .right .link a {
    line-height: 40px;
    padding: 0 60px;
  }
}
.wrap-details .info .detalis-right .top .right .link a:hover {
  background: #B01831;
}
.wrap-details .info .detalis-right .top .right .link a i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .wrap-details .info .detalis-right .list .parameter .editor-content {
    padding-top: 20px;
  }
}
.wrap-details .info .detalis-right .list .parameter .editor-content img {
  width: 70%;
  display: block;
  height: auto;
}
@media (max-width: 1199px) {
  .wrap-details .info .detalis-right .list .parameter .editor-content img {
    width: 100%;
  }
}
.wrap-details .info .detalis-right .list .parameter .editor-content table {
  background: #FFF;
  width: 70%;
}
@media (max-width: 1199px) {
  .wrap-details .info .detalis-right .list .parameter .editor-content table {
    width: 100%;
  }
}
.wrap-details .info .detalis-right .list .parameter .editor-content table tr td {
  padding: 12px;
  border-color: #CCC;
  border-width: 1px;
  vertical-align: middle;
  text-align: center;
}
.wrap-details .info .detalis-right .list .inquiry .txt {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-details .info .detalis-right .list .inquiry .txt {
    padding-top: 15px;
  }
}
.wrap-details .info .detalis-right .list .inquiry .txt p {
  margin: 0;
  color: #666;
  font-size: 15px;
  letter-spacing: 0.3px;
}
@media (max-width: 1199px) {
  .wrap-details .info .detalis-right .list .inquiry .txt p {
    letter-spacing: 0px;
    font-size: 14px;
  }
}
.wrap-details .info .detalis-right .list .inquiry .form-list {
  padding-top: 20px;
}
.wrap-details .info .detalis-right .list .inquiry .form-list .form-group input,
.wrap-details .info .detalis-right .list .inquiry .form-list .form-group textarea {
  background: #FFF;
  color: #666;
}
.wrap-details .info .detalis-right .list .inquiry .form-list .form-group input::placeholder,
.wrap-details .info .detalis-right .list .inquiry .form-list .form-group textarea::placeholder {
  color: #666;
  transition: all 0.3s;
}
.wrap-details .info .detalis-right .list .inquiry .form-list .form-group input:focus::placeholder,
.wrap-details .info .detalis-right .list .inquiry .form-list .form-group textarea:focus::placeholder {
  color: #999;
}
.wrap-details .info .detalis-right .list .inquiry .form-list .submit-group button {
  padding: 0 50px;
}
@media (max-width: 1199px) {
  .wrap-details .info .detalis-right .list .inquiry .form-list .submit-group button {
    padding: 0 25px;
  }
}
.wrap-details .info .detalis-right .list .related .slick-related {
  padding-top: 20px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-details .info .detalis-right .list .related .slick-related {
    margin: 0 -7px;
  }
}
.wrap-details .info .detalis-right .list .related .slick-related .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-details .info .detalis-right .list .related .slick-related .slick-slide {
    padding: 0 7px;
  }
}
.wrap-details .info .detalis-right .list .related .slick-related .slick-list {
  padding: 10px 0;
}
.wrap-details .info .detalis-right .list .related .slick-related .slick-prev,
.wrap-details .info .detalis-right .list .related .slick-related .slick-next {
  top: -8%;
}
.wrap-details .info .detalis-right .list .related .slick-related .slick-prev {
  left: 89%;
}
.wrap-details .info .detalis-right .list .related .slick-related .item {
  transition: all 0.3s;
}
.wrap-details .info .detalis-right .list .related .slick-related .item:hover {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
.wrap-details .info .detalis-right .list .related .slick-related .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-details .info .detalis-right .list .related .slick-related .item:hover .note .tit a span {
  color: #D72324;
  text-decoration: underline;
}
.wrap-details .info .detalis-right .list .related .slick-related .item:hover .note .tit a i {
  background: #D72324;
}
.wrap-details .info .detalis-right .list .related .slick-related .item .pic {
  overflow: hidden;
}
.wrap-details .info .detalis-right .list .related .slick-related .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-details .info .detalis-right .list .related .slick-related .item .note {
  background: #FFF;
  padding: 20px;
}
@media (max-width: 1199px) {
  .wrap-details .info .detalis-right .list .related .slick-related .item .note {
    padding: 15px;
  }
}
.wrap-details .info .detalis-right .list .related .slick-related .item .note .tit {
  border-top: 1px solid #F3F3F3;
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .wrap-details .info .detalis-right .list .related .slick-related .item .note .tit {
    padding-top: 15px;
  }
}
.wrap-details .info .detalis-right .list .related .slick-related .item .note .tit a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap-details .info .detalis-right .list .related .slick-related .item .note .tit a span {
  color: #000;
  font-size: 20px;
  transition: all 0.3s;
  width: 80%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-details .info .detalis-right .list .related .slick-related .item .note .tit a span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wrap-details .info .detalis-right .list .related .slick-related .item .note .tit a span {
    font-size: 12px;
  }
}
.wrap-details .info .detalis-right .list .related .slick-related .item .note .tit a i {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  background: #D9D9D9;
  transition: all 0.3s;
}
.wrap-know {
  background: #F5F5F5;
}
@media (max-width: 1199px) {
  .wrap-know {
    padding-top: 0;
  }
}
.wrap-know .know .info {
  display: flex;
  justify-content: space-between;
}
.wrap-know .know .info .know-left {
  width: 20%;
}
@media (max-width: 1199px) {
  .wrap-know .know .info .know-left {
    display: none;
  }
}
.wrap-know .know .info .know-left .tit span {
  display: block;
  line-height: 70px;
  padding: 0 20px;
  background: #D72324;
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
}
.wrap-know .know .info .know-left ul li {
  padding: 20px 0;
  border-bottom: 1px solid #D9D9D9;
}
.wrap-know .know .info .know-left ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: #444;
  font-size: 20px;
}
.wrap-know .know .info .know-left ul li a:hover {
  color: #D72324;
}
.wrap-know .know .info .know-left ul li a i {
  font-size: 24px;
}
.wrap-know .know .info .know-left ul li > ul {
  display: none;
}
.wrap-know .know .info .know-left ul li.active {
  padding: 20px 0 20px 0;
  border-bottom: none;
  background: #FFF;
}
.wrap-know .know .info .know-left ul li.active a {
  color: #D72324;
}
.wrap-know .know .info .know-left ul li.active > ul {
  display: block;
  background: #FFF;
  padding: 20px 0;
  margin-top: 20px;
}
.wrap-know .know .info .know-left ul li.active > ul li {
  padding: 0 20px;
  border: none;
  margin-bottom: 10px;
  transition: all 0.3s;
  position: relative;
}
.wrap-know .know .info .know-left ul li.active > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 10px;
  background: #D72324;
  opacity: 0;
  transition: all 0.3s;
}
.wrap-know .know .info .know-left ul li.active > ul li:hover {
  background: linear-gradient(90deg, rgba(215, 35, 36, 0.2) 0%, rgba(215, 35, 36, 0) 100%);
}
.wrap-know .know .info .know-left ul li.active > ul li:hover::before {
  opacity: 1;
}
.wrap-know .know .info .know-left ul li.active > ul li:last-child {
  margin-bottom: 0;
}
.wrap-know .know .info .know-left ul li.active > ul li a {
  color: #666;
  font-size: 14px;
  line-height: 28px;
  transition: all 0.3s;
}
.wrap-know .know .info .know-right {
  width: 80%;
  padding-left: 5%;
  background: #FFF;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .wrap-know .know .info .know-right {
    width: 100%;
    padding-left: 0;
  }
}
.wrap-know .know .info .know-right::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 800%;
  height: 1000%;
  background: #FFF;
  left: 0;
  top: -40%;
}
@media (max-width: 1199px) {
  .wrap-know .know .info .know-right::before {
    left: -100%;
  }
}
.wrap-know .know .info .know-right .top .txt p {
  color: #444;
  font-size: 15px;
  margin: 0;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-know .know .info .know-right .top .txt p {
    font-size: 14px;
  }
}
.wrap-know .know .info .know-right .list .row {
  margin: 0 -7px;
}
.wrap-know .know .info .know-right .list .col-12 {
  padding: 0 7px;
}
.wrap-know .know .info .know-right .list .item {
  margin-top: 30px;
  background: #F5F5F5;
  border: 1px solid #f5f5f5;
  padding: 15px;
}
@media (max-width: 1199px) {
  .wrap-know .know .info .know-right .list .item {
    margin-top: 15px;
  }
}
.wrap-know .know .info .know-right .list .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-know .know .info .know-right .list .item:hover .note .tit a {
  color: #D72324;
  text-decoration: underline;
}
.wrap-know .know .info .know-right .list .item .pic {
  overflow: hidden;
}
.wrap-know .know .info .know-right .list .item .pic .img-box {
  padding-bottom: 73.3333%;
}
.wrap-know .know .info .know-right .list .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-know .know .info .know-right .list .item .note {
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .wrap-know .know .info .know-right .list .item .note {
    padding-top: 15px;
  }
}
.wrap-know .know .info .know-right .list .item .note .date span {
  display: inline-block;
  color: #666;
  font-size: 14px;
}
.wrap-know .know .info .know-right .list .item .note .date span i {
  vertical-align: top;
  margin-right: 10px;
}
.wrap-know .know .info .know-right .list .item .note .tit {
  padding-top: 10px;
}
.wrap-know .know .info .know-right .list .item .note .tit a {
  color: #000;
  font-size: 20px;
  transition: all 0.3s;
  line-height: 24px;
  display: -webkit-inline-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
}
@media (max-width: 1199px) {
  .wrap-know .know .info .know-right .list .item .note .tit a {
    font-size: 18px;
  }
}
.wrap-know .know .info .know-right .list .item .note .txt {
  padding-top: 10px;
}
.wrap-know .know .info .know-right .list .item .note .txt p {
  margin: 0;
  color: #444;
  font-size: 15px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
}
@media (max-width: 1199px) {
  .wrap-know .know .info .know-right .list .item .note .txt p {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .wrap-know .know .info .know-right .show {
    padding-top: 40px;
  }
}
.wrap-know .know .info .know-right .show .tit h2 {
  margin: 0;
  color: #000;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-know .know .info .know-right .show .tit h2 {
    font-size: 20px;
  }
}
.wrap-know .know .info .know-right .show .date {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-know .know .info .know-right .show .date {
    padding-top: 15px;
  }
}
.wrap-know .know .info .know-right .show .date span {
  display: inline-block;
  color: #666;
  font-size: 14px;
}
.wrap-know .know .info .know-right .show .date span i {
  margin-right: 10px;
}
.wrap-know .know .info .know-right .show .editor-content p {
  font-size: 15px;
  line-height: 30px;
  color: #444;
}
@media (max-width: 1199px) {
  .wrap-know .know .info .know-right .show .editor-content p {
    line-height: 26px;
    font-size: 14px;
  }
}
.wrap-know .know .info .know-right .show .editor-content p a {
  text-decoration: underline;
}
.home-product {
  padding: 190px 0;
  background-repeat: no-repeat;
  background-position: 100% auto !important;
  background-size: cover;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199px) {
  .home-product {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.home-product .product .slick-product .slick-list {
  padding: 40px 0;
}
@media (max-width: 1199px) {
  .home-product .product .slick-product .slick-list {
    padding: 0;
  }
}
.home-product .product .slick-product .slick-dots li button::before {
  background: #FFF;
}
.home-product .product .slick-product .slick-dots li.slick-active button::before {
  background: #D72324;
}
.home-product .product .slick-product .slick-slide:nth-child(2n+2) {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .home-product .product .slick-product .slick-slide:nth-child(2n+2) {
    margin-top: 0;
  }
}
.home-product .product .slick-product .item {
  transition: all 0.3s;
  padding: 20px;
  position: relative;
  z-index: 3;
  border-left: 1px solid #B1B1B1;
}
@media (max-width: 1199px) {
  .home-product .product .slick-product .item {
    padding: 15px;
    animation: none;
  }
}
.home-product .product .slick-product .item:hover {
  cursor: pointer;
  background: #FFF;
}
.home-product .product .slick-product .item:hover .num span {
  color: #D72324;
  -webkit-text-stroke: 0px #FFF;
}
.home-product .product .slick-product .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.home-product .product .slick-product .item:hover .note .tit a {
  color: #D72324;
  text-decoration: underline;
}
.home-product .product .slick-product .item:hover .note .txt p {
  color: #444;
}
.home-product .product .slick-product .item:hover .note .more {
  opacity: 1;
  transform: translateX(0px);
}
.home-product .product .slick-product .item .num span {
  display: inline-block;
  font-size: 32px;
  -webkit-text-stroke: 1px #FFF;
  color: transparent;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .home-product .product .slick-product .item .num span {
    font-size: 18px;
  }
}
.home-product .product .slick-product .item .pic {
  padding: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .home-product .product .slick-product .item .pic {
    padding: 5px;
  }
}
.home-product .product .slick-product .item .pic .img-box img {
  transition: all 1s ease;
}
.home-product .product .slick-product .item .note .tit a {
  display: inline-block;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .home-product .product .slick-product .item .note .tit a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .home-product .product .slick-product .item .note .tit a {
    font-size: 14px;
  }
}
.home-product .product .slick-product .item .note .txt {
  padding-top: 10px;
}
.home-product .product .slick-product .item .note .txt p {
  margin: 0;
  color: #F3F3F3;
  font-size: 15px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .home-product .product .slick-product .item .note .txt p {
    font-size: 14px;
  }
}
.home-product .product .slick-product .item .note .more {
  padding-top: 20px;
  position: absolute;
  bottom: -30px;
  z-index: 1;
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .home-product .product .slick-product .item .note .more {
    padding-top: 15px;
    bottom: auto;
    position: relative;
    transform: translateX(0px);
    opacity: 1;
  }
}
.home-product .product .slick-product .item .note .more a {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  background: #D72324;
  position: relative;
  transition: all 0.3s;
  padding: 0 40px;
  font-size: 14px;
  color: #FFF;
}
@media (max-width: 1199px) {
  .home-product .product .slick-product .item .note .more a {
    line-height: 32px;
    font-size: 14px;
    padding: 0 30px;
  }
}
.home-product .product .slick-product .item .note .more a:hover {
  background: #B01831;
}
.home-product .product .slick-product .item .note .more a i {
  top: 0;
  position: absolute;
  right: -40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  z-index: 3;
  background: #B01831;
}
@media (max-width: 1199px) {
  .home-product .product .slick-product .item .note .more a i {
    width: 32px;
    height: 32px;
    right: -32px;
  }
}
.home-about {
  padding: 200px 0 150px 0;
  background-repeat: no-repeat;
  background-position: 100% auto !important;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .home-about {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    animation: none;
  }
}
.home-about .about {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .home-about .about {
    flex-direction: column;
  }
}
.home-about .about .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .home-about .about .left {
    width: 100%;
  }
}
.home-about .about .left .txt {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .home-about .about .left .txt {
    padding-top: 15px;
  }
}
.home-about .about .left .txt p {
  color: #444;
  font-size: 15px;
  margin: 0;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .home-about .about .left .txt p {
    font-size: 14px;
  }
}
.home-about .about .left .common-num {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .home-about .about .left .common-num {
    padding-top: 20px;
  }
}
.home-about .about .left .common-num ul {
  justify-content: space-between;
  border: none;
}
@media (max-width: 767px) {
  .home-about .about .left .common-num ul {
    flex-wrap: wrap;
  }
}
.home-about .about .left .common-num ul li {
  width: auto;
  position: relative;
}
@media (max-width: 767px) {
  .home-about .about .left .common-num ul li {
    width: 50%;
    margin: 5px 0;
  }
}
.home-about .about .left .common-num ul li:last-child::after {
  display: none;
}
.home-about .about .left .common-num ul li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  background: #D3D3D3;
  top: 50%;
  right: -30px;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .home-about .about .left .common-num ul li::after {
    display: none;
  }
}
.home-about .about .left .common-num ul li .item {
  margin: 0;
  padding: 0;
  border: none;
}
.home-about .about .left .common-num ul li .item::before {
  display: none;
}
.home-about .about .left .more {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .home-about .about .left .more {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .home-about .about .left .more {
    text-align: center;
  }
}
.home-about .about .left .more a {
  display: inline-block;
  line-height: 40px;
  border: 1px solid #444;
  text-align: center;
  color: #444;
  font-size: 14px;
  padding: 0 40px;
  position: relative;
  transition: all 0.3s;
}
.home-about .about .left .more a:hover {
  background: #D72324;
  color: #FFF;
  border: 1px solid #D72324;
}
.home-about .about .left .more a:hover i {
  background: #D72324;
  border: 1px solid #D72324;
}
.home-about .about .left .more a i {
  display: inline-block;
  position: absolute;
  width: 42px;
  height: 42px;
  right: -40px;
  top: -1px;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  border-right: 1px solid #444;
  vertical-align: top;
}
.home-about .about .right {
  width: 40%;
}
@media (max-width: 991px) {
  .home-about .about .right {
    width: 60%;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .home-about .about .right {
    display: none;
  }
}
.home-about .about .right .pic {
  position: relative;
}
.home-about .about .right .pic img {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 178px 0px;
}
@media (max-width: 991px) {
  .home-about .about .right .pic img {
    border-radius: 6px;
  }
}
@keyframes floatScale {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.home-about .about .right .pic .play {
  animation: floatScale 3s infinite ease-in-out;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.home-about .about .right .pic .play:hover {
  cursor: pointer;
}
.home-about .about .right .pic .play i {
  border: 2px solid #CFCFCF;
  color: #D72324;
  font-size: 20px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.36);
  position: relative;
  z-index: 3;
}
@media (max-width: 1199px) {
  .home-about .about .right .pic .play i {
    width: 50px;
    height: 50px;
  }
}
.home-about .about .right .pic .play i::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(2px);
  border-radius: 100%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .home-about .about .right .pic .play i::after {
    width: 30px;
    height: 30px;
  }
}
.home-plan {
  padding: 200px 0 170px 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/home_plan_bg.jpg) lightgray 50% / cover no-repeat;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199px) {
  .home-plan {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.home-plan .plan .common-tit {
  animation: zoomIn 2s 0s ease both;
}
@media (max-width: 1199px) {
  .home-plan .plan .common-tit {
    animation: none;
  }
}
.home-plan .plan .common-tit h2 {
  color: #FFF;
}
.home-plan .plan .common-tit h2::before {
  left: 50%;
  transform: translate(-50%, 0);
}
.home-plan .plan .common-tit .txt {
  padding-top: 10px;
}
.home-plan .plan .common-tit .txt p {
  color: #FFF;
  color: #F3F3F3;
  font-size: 15px;
  margin: 0;
}
.home-plan .plan .slick-plan {
  padding-top: 50px;
  margin: 0 -10px;
}
@media (max-width: 1199px) {
  .home-plan .plan .slick-plan {
    margin: 0 -7px;
    padding-top: 20px;
  }
}
.home-plan .plan .slick-plan .slick-slide {
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .home-plan .plan .slick-plan .slick-slide {
    padding: 0 7px;
  }
}
.home-plan .plan .slick-plan .item {
  position: relative;
  overflow: hidden;
}
.home-plan .plan .slick-plan .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.home-plan .plan .slick-plan .item:hover .note {
  transform: translateY(0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.46) 100%);
}
.home-plan .plan .slick-plan .item:hover .note .tit a {
  text-decoration: underline;
}
.home-plan .plan .slick-plan .item .pic {
  position: relative;
}
.home-plan .plan .slick-plan .item .pic .img-box {
  padding-bottom: 144.1176%;
}
.home-plan .plan .slick-plan .item .pic .img-box img {
  transition: all 1s ease;
}
.home-plan .plan .slick-plan .item .pic::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 74.03%, rgba(0, 0, 0, 0.58) 100%);
  top: 0;
  z-index: 2;
  pointer-events: none;
}
.home-plan .plan .slick-plan .item .note {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 30px;
  z-index: 3;
  transform: translateY(85%);
  transition: all 1s ease;
}
@media (max-width: 1470px) {
  .home-plan .plan .slick-plan .item .note {
    transform: translateY(82%);
  }
}
@media (max-width: 1199px) {
  .home-plan .plan .slick-plan .item .note {
    transform: translateY(75%);
  }
}
@media (max-width: 767px) {
  .home-plan .plan .slick-plan .item .note {
    transform: translateY(0%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.46) 100%);
  }
}
.home-plan .plan .slick-plan .item .note .tit a {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 26px;
}
@media (max-width: 1199px) {
  .home-plan .plan .slick-plan .item .note .tit a {
    font-size: 18px;
  }
}
.home-plan .plan .slick-plan .item .note .tit a:hover {
  color: #D72324;
  text-decoration: underline;
}
.home-plan .plan .slick-plan .item .note .txt {
  text-align: center;
  padding-top: 20px;
  text-indent: 1.2em;
}
.home-plan .plan .slick-plan .item .note .txt p {
  color: #F3F3F3;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
}
.home-plan .plan .slick-plan .item .note .more {
  text-align: center;
  padding-top: 130px;
}
@media (max-width: 767px) {
  .home-plan .plan .slick-plan .item .note .more {
    padding-top: 20px;
  }
}
.home-plan .plan .slick-plan .item .note .more a {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  transition: all 0.3s;
}
.home-plan .plan .slick-plan .item .note .more a:hover {
  color: #D72324;
  text-decoration: underline;
}
.home-case {
  padding: 180px 0;
  background-repeat: no-repeat;
  background-position: 100% auto !important;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199px) {
  .home-case {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.home-case::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(243, 243, 243, 0.84);
  top: 0;
  z-index: 2;
}
.home-case .case {
  position: relative;
  z-index: 3;
}
.home-case .case .common-tit {
  animation: zoomIn 2s 0s ease both;
}
@media (max-width: 1199px) {
  .home-case .case .common-tit {
    animation: none;
  }
}
.home-case .case .common-tit h2::before {
  left: 50%;
  transform: translate(-50%, 0);
}
.home-case .case .common-tit .txt {
  padding-top: 10px;
}
.home-case .case .common-tit .txt p {
  margin: 0;
}
.home-case .case .slick-case {
  padding-top: 40px;
  margin: 0 200px;
}
@media (max-width: 1199px) {
  .home-case .case .slick-case {
    margin: 0 -10px;
    padding-top: 20px;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .home-case .case .slick-case .slick-dots {
    bottom: -10px;
  }
}
.home-case .case .slick-case .slick-slide {
  padding: 0 60px;
}
@media (max-width: 1470px) {
  .home-case .case .slick-case .slick-slide {
    padding: 0 25px;
  }
}
@media (max-width: 1199px) {
  .home-case .case .slick-case .slick-slide {
    padding: 10px;
  }
}
.home-case .case .slick-case .slick-list {
  overflow: visible;
}
@media (max-width: 1199px) {
  .home-case .case .slick-case .slick-list {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .home-case .case .slick-case .slick-prev,
  .home-case .case .slick-case .slick-next {
    top: 40%;
  }
}
.home-case .case .slick-case .slick-prev:hover::before,
.home-case .case .slick-case .slick-next:hover::before {
  color: #FFF;
}
.home-case .case .slick-case .slick-prev::before,
.home-case .case .slick-case .slick-next::before {
  color: #D72324;
}
.home-case .case .slick-case .slick-prev:focus::before,
.home-case .case .slick-case .slick-next:focus::before {
  color: #FFF;
}
.home-case .case .slick-case .slick-prev {
  left: 9%;
}
.home-case .case .slick-case .slick-next {
  right: 9%;
}
.home-case .case .slick-case .slick-center .item .txt {
  opacity: 1;
  pointer-events: auto;
}
.home-case .case .slick-case .slick-center .item .pic .tit {
  opacity: 1;
  pointer-events: auto;
}
.home-case .case .slick-case .item .pic {
  position: relative;
}
.home-case .case .slick-case .item .pic::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.home-case .case .slick-case .item .pic .img-box {
  padding-bottom: 47.31182%;
}
.home-case .case .slick-case .item .pic .img-box img {
  transition: all 1s ease;
}
.home-case .case .slick-case .item .pic .tit {
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  position: absolute;
  width: 100%;
  bottom: 30px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-case .case .slick-case .item .pic .tit a {
  display: block;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 26px;
}
@media (max-width: 1199px) {
  .home-case .case .slick-case .item .pic .tit a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .home-case .case .slick-case .item .pic .tit a {
    font-size: 16px;
  }
}
.home-case .case .slick-case .item .txt {
  background: #FFF;
  padding: 30px 80px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .home-case .case .slick-case .item .txt {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .home-case .case .slick-case .item .txt {
    padding: 10px;
    opacity: 1;
    pointer-events: auto;
  }
}
.home-case .case .slick-case .item .txt p {
  text-align: center;
  color: #444;
  font-size: 15px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  margin: 0;
}
@media (max-width: 1199px) {
  .home-case .case .slick-case .item .txt p {
    font-size: 14px;
  }
}
.home-dots {
  position: fixed;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .home-dots {
    left: 10px;
  }
}
.home-dots span {
  position: relative;
  margin: 0 5px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: block;
}
.home-dots span:not(:last-child) {
  margin-bottom: 10px;
}
.home-dots span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transition: all 0.36s;
  background-color: #fff;
}
.home-dots span:hover::after,
.home-dots span.active::after {
  transform: translate(-50%, -50%) scale(0.7);
}
.home-dots span::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all 0.36s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.home-dots span:hover::before,
.home-dots span.active::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.15);
}
.section {
  overflow: hidden;
}
.footer-five.ft {
  transform: translateY(100%);
}
.footer-five {
  display: none;
  width: 100%;
  position: fixed;
  background: #D72324;
  bottom: 0px;
  left: 0;
  z-index: 99;
  transition: all 0.36s;
}
.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 #f1f1f1;
  border-right: 1px solid #f1f1f1;
  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) {
  .animated.swing,
  .animated.pulse,
  .animated.bounceInLeft,
  .animated.bounceInRight,
  .animated.bounceIn,
  .animated.fadeInUp,
  .animated.fadeInDown,
  .animated.fadeInLeft,
  .animated.fadeInRight {
    animation: none !important;
  }
}
.float-window {
  position: fixed;
  width: 50px;
  height: auto;
  top: 40%;
  right: 10px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.29);
  transition: transform 0.5s ease;
  padding: 10px;
}
@media (max-width: 1199px) {
  .float-window {
    width: 50px;
  }
}
@media (max-width: 991px) {
  .float-window {
    top: 30%;
    width: 52px;
  }
}
@media (max-width: 991px) {
  .float-window {
    right: -110%;
  }
}
.float-window .box-top i {
  color: #FFF;
  display: block;
  font-size: 24px !important;
}
.float-window .box-top:hover {
  cursor: pointer;
  background: #D72324 !important;
}
.float-window .box-top:hover i {
  color: #FFF;
}
.float-window .window-box {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  transition: all 0.3s ease-in-out;
  margin: 10px 0;
}
.float-window .window-box i {
  font-size: 26px;
  transition: all 0.3s;
}
.float-window .window-box:hover {
  background: #D72324;
  color: #FFF;
}
.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-skype a p {
  display: block;
  opacity: 1;
  transform: translateX(100%);
  animation: slideInFromRight 0.5s forwards;
}
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    /* 初始位置在右侧外部 */
  }
  to {
    transform: translateX(0%);
    /* 移动到初始位置 */
  }
}
.float-window .window-box.box-cart a {
  position: relative;
}
.float-window .window-box.box-cart a::before {
  content: "";
  width: 10px;
  height: 10px;
  background: rgba(3, 75, 160, 0.8);
  border-radius: 100%;
  top: 0;
  right: -10px;
  position: absolute;
  z-index: 1;
}
.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: 50px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-whatapp a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #D72324;
  color: #FFF;
  padding: 10px 20px;
  top: 20px;
  border-radius: 6px;
  display: none;
}
.float-window .window-box.box-linkedin a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #517155;
  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: #E50014;
  color: #FFF;
  padding: 10px 20px;
  top: 157px;
  display: none;
}
.float-window .window-box.box-skype a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #E50014;
  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: #517155;
  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: #E50014;
  color: #FFF;
  padding: 10px 20px;
  top: 80px;
  border-radius: 6px;
  display: none;
}
.float-window .window-box.box-email a p {
  position: absolute;
  right: 100%;
  width: 260px;
  background: #D72324;
  color: #FFF;
  padding: 10px 20px;
  top: 140px;
  border-radius: 6px;
  display: none;
}
#float-window-close {
  position: fixed;
  right: 0;
  top: 80%;
  z-index: 99;
  width: 46px;
  height: 46px;
  background: #D72324;
  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: 0;
  top: 80%;
  z-index: 99;
  width: 46px;
  height: 46px;
  background: #D72324;
  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;
  }
}
.case-show {
  padding: 40px 0 110px 0;
}
@media (max-width: 1199px) {
  .case-show {
    padding: 40px 0;
  }
}
.case-show .contact-form {
  width: 100%;
}
.case-show .title span {
  color: #517155;
  display: inline-block;
}
@media (max-width: 767px) {
  .case-show .title span {
    font-size: 14px;
  }
}
.case-show .title h2 {
  font-size: 22px;
  color: #222;
  font-weight: bold;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 767px) {
  .case-show .title h2 {
    margin: 0;
    line-height: normal;
    font-size: 18px;
  }
}
.case-show .info-show {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .case-show .info-show {
    padding-top: 5px;
  }
}
.case-show .info-show p {
  color: #343434;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .case-show .info-show p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
  }
}
@media (max-width: 1199px) {
  .case-show .info-show .editor-content {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .case-show .share {
    margin-top: 20px !important;
  }
}
.case-show .share-to {
  padding-right: 20px;
  color: #222;
}
.case-show .info-share {
  padding-top: 30px;
}
.case-show .info-href .more-href {
  margin: 50px 0;
  color: #222;
  width: 100%;
  height: 60px;
  font-weight: bold;
  line-height: 60px;
  border-top: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .case-show .info-href .more-href {
    margin: 40px 0;
  }
}
@media (max-width: 1199px) {
  .case-show .info-href .more-href {
    line-height: 32px;
    font-size: 14px;
    text-decoration: underline;
    margin: 20px 0;
  }
}
@media (max-width: 720px) {
  .case-show .info-href .more-href {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .case-show .info-href .more-href {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.case-show .info-href .more-href a {
  position: relative;
  transition: all 0.4s ease;
}
.case-show .info-href .more-href a:hover {
  color: #D72324;
}
.case-show .info-href .more-href a:hover::after {
  width: 100%;
}
.case-show .info-href .more-href a::after {
  width: 0;
  content: "";
  height: 2px;
  background: #D72324;
  position: absolute;
  bottom: 10px;
  left: 0;
  transition: width 0.3s ease-in-out;
}
.case-show .info-message {
  padding-top: 40px;
}
.wrap-cart .info-form {
  padding-top: 20px;
}
.wrap-cart .list-inquiry {
  padding: 50px 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: '\e630';
  color: #E50014;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .change .Each::after {
  font-family: 'iconfont';
  font-size: 18px;
  position: absolute;
  top: -12px;
  left: 0;
  content: '\e630';
  color: #E50014;
}
.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: #002A80;
}
.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;
}
.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: #D72324;
  color: #FFF;
}
@media (max-width: 1199px) {
  .wrap-sitemap ul li a {
    font-size: 14px;
    padding: 5px 10px;
  }
}
.wrap-sitemap ul li a i {
  float: left;
  margin-left: 10px;
  display: none;
}
.wrap-sitemap ul li a:hover {
  background: #D72324;
  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;
  }
}
.rd-show {
  padding: 40px 0 110px 0;
}
@media (max-width: 1199px) {
  .rd-show {
    padding: 40px 0;
  }
}
.rd-show .contact-form {
  width: 100%;
}
.rd-show .title span {
  color: #517155;
  display: inline-block;
  font-size: 18px;
}
@media (max-width: 767px) {
  .rd-show .title span {
    font-size: 14px;
  }
}
.rd-show .title h2 {
  color: #222;
  font-size: 36px;
  line-height: 26px;
  margin: 20px 0 0 0;
  font-family: "Archivo", sans-serif;
}
@media (max-width: 767px) {
  .rd-show .title h2 {
    margin: 15px 0 0 0;
    line-height: normal;
    font-size: 18px;
  }
}
.rd-show .info-show {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .rd-show .info-show {
    padding-top: 5px;
  }
}
.rd-show .info-show p {
  color: #4C4C4C;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .rd-show .info-show p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }
}
@media (max-width: 1199px) {
  .rd-show .share {
    margin-top: 20px !important;
  }
}
.rd-show .share-to {
  padding-right: 20px;
  color: #222;
}
.rd-show .info-share {
  padding-top: 30px;
}
.rd-show .info-href .more-href {
  margin: 50px 0;
  color: #222;
  width: 100%;
  height: 60px;
  font-weight: bold;
  line-height: 60px;
  border-top: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .rd-show .info-href .more-href {
    margin: 40px 0;
  }
}
@media (max-width: 1199px) {
  .rd-show .info-href .more-href {
    line-height: 32px;
    font-size: 14px;
    text-decoration: underline;
    margin: 20px 0;
  }
}
@media (max-width: 720px) {
  .rd-show .info-href .more-href {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .rd-show .info-href .more-href {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.rd-show .info-href .more-href a {
  position: relative;
  transition: all 0.4s ease;
}
.rd-show .info-href .more-href a:hover {
  color: #D72324;
}
.rd-show .info-href .more-href a:hover::after {
  width: 100%;
}
.rd-show .info-href .more-href a::after {
  width: 0;
  content: "";
  height: 2px;
  background: #D72324;
  position: absolute;
  bottom: 10px;
  left: 0;
  transition: width 0.3s ease-in-out;
}
.home-cont {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  height: 100vh;
  padding-top: 0px;
  transition: all 0.3s;
}
.home-cont .swiper-container img {
  height: 100vh;
  width: 100%;
  object-fit: fill;
}
@media (max-width: 1199px) {
  .p1 .fp-tableCell {
    vertical-align: top;
  }
}
.p1 .home-cont {
  padding-top: 0;
}
.p6 .home-cont {
  padding-top: 0 !important;
  height: auto;
}
@media (max-width: 767px) {
  .p6 .footer {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .p6 .footer .foot ul li.message {
    display: none;
  }
}
