@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler-Bold.eot');
  src: local('Butler Bold'), local('Butler-Bold'), url('../fonts/Butler-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Butler-Bold.woff2') format('woff2'), url('../fonts/Butler-Bold.woff') format('woff'), url('../fonts/Butler-Bold.ttf') format('truetype'), url('../fonts/Butler-Bold.svg#Butler-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.eot');
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot');
  src: local('Roboto Regular'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Roboto', 'Microsoft YaHei', Arial, 'Helvetica Neue', Helvetica, 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.875rem;
}
.row {
  --bs-gutter-x: 1.875rem;
}
.am-container {
  max-width: 1440px;
}
a {
  text-decoration: none;
  color: inherit;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.hide {
  display: none;
}
.h-hide {
  width: 0;
  height: 0;
}
.h-hide h1 {
  font-size: 0;
}
.xs-online {
  display: none;
  font-weight: 300;
  position: fixed;
  z-index: 998;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
}
.xs-online ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
  height: 68px;
}
.xs-online ul li {
  display: table-cell;
  width: 20%;
  border-left: 1px solid #FCF3F2;
  height: 68px;
}
.xs-online ul li a {
  display: block;
  padding: 7px 0 5px;
}
.xs-online ul li a span {
  display: block;
  color: #30375B;
  font-size: 12px;
}
.xs-online ul li a span i {
  font-size: 22px;
}
.xs-online ul li .qrcode {
  position: absolute;
  width: 120px;
  height: 120px;
  padding: 5px;
  left: 50%;
  transform: translateX(-50%);
  top: 68px;
  opacity: 0;
  background-color: #BA0504;
  transition: all 0.35s;
}
.xs-online ul li .qrcode img {
  width: 100%;
}
.xs-online ul li .qrcode-look {
  top: -130px;
  opacity: 1;
  transition: all 0.35s;
}
.xs-online ul li:first-child {
  border-left: none;
}
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  color: #222;
  line-height: 1.2;
  font-size: 16px;
}
@media (max-width: 767px) {
  .table-box table {
    font-size: 14px;
  }
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto !important;
  height: auto !important;
}
.table-box table td,
.table-box table th {
  padding: 11px 25px !important;
  border: 1px solid #D5D5D5 !important;
}
@media (max-width: 991px) {
  .table-box table td,
  .table-box table th {
    padding: 12px 8px !important;
  }
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 8px !important;
  }
  .table-box table td,
  .table-box table th,
  .table-box table td *,
  .table-box table th * {
    font-size: 12px !important;
  }
}
@media (max-width: 575px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 8px !important;
  }
  .table-box table td,
  .table-box table th,
  .table-box table td *,
  .table-box table th * {
    font-size: 2.7vmin !important;
  }
}
.table-box table tr p,
.table-box table tr span {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table th {
  text-align: center;
}
.table-box table img {
  height: auto !important;
  max-width: 100%;
}
:root,
[data-bs-theme=light] {
  --bs-body-color: #222;
}
.suspended-list {
  width: 48px;
  position: fixed;
  right: 0;
  top: calc(50% - 79px);
  z-index: 999;
}
.suspended-list ul {
  display: block;
  position: relative;
  /* background-color: #fff; */
  padding-left: 0;
}
.suspended-list ul li {
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 3px;
  list-style: none;
}
.suspended-list ul li a {
  display: block;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.suspended-list ul li a:before {
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 22px;
  color: #fff;
  transition: all 0.35s;
}
.suspended-list ul li .qrcode {
  width: 110px;
  height: 100px;
  padding-right: 10px;
  position: absolute;
  top: -50%;
  z-index: -10;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
}
.suspended-list ul li .qrcode > div {
  width: 100px;
  height: 100px;
  background-color: #BA0504;
  padding: 5px;
}
.suspended-list ul li .qrcode > div img {
  width: 100%;
}
.suspended-list ul li .whatsapp-num {
  width: 170px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  color: #fff;
  top: 0;
  z-index: -10;
  background-color: #BA0504;
  padding-left: 10px;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
  border-radius: 8px;
}
.suspended-list ul li:hover {
  transition: all 0.5s;
}
.suspended-list ul li:hover .qrcode {
  left: -110px;
  opacity: 1;
  transition: all 0.35s;
}
.suspended-list ul li:hover a {
  background-color: #BA0504;
}
.suspended-list ul li:hover a .ycxf_imgbox img:first-child {
  display: none;
}
.suspended-list ul li:hover a .ycxf_imgbox img:last-child {
  display: block;
  left: 15px;
}
.suspended-list ul li:hover .j_dhzs {
  left: -210px;
}
.suspended-list ul li:hover .whatsapp-num {
  left: -160px;
  opacity: 1;
  transition: all 0.35s;
}
.open-suspended {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 30px;
  z-index: 999;
  background: #6E6E6E;
  border-radius: 8px;
  bottom: 70px;
  display: none;
}
.open-suspended a {
  line-height: 48px;
  text-align: center;
  display: block;
  color: #fff;
  transition: all 0.35s;
}
.fancybox-slide--iframe .fancybox-content {
  width: 80%!important;
  height: 80%!important;
}
.in-title {
  font-family: 'Butler';
  font-size: 56px;
  line-height: 1;
  text-transform: capitalize;
}
.more {
  height: 50px;
  background-color: #BA0504;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  padding: 0 50px;
  width: fit-content;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .more:hover {
    background-color: #161616;
  }
}
.index-prod {
  padding: 90px 0 100px;
}
.index-prod .desc {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 15px;
}
.index-prod .prod-t {
  display: flex;
  overflow: hidden;
  align-items: flex-end;
  justify-content: space-between;
}
.index-prod .prod-t .txt {
  width: 840px;
  margin-right: 30px;
}
.index-prod .more {
  margin-bottom: 20px;
  flex-shrink: 0;
}
.index-prod .prod-list {
  max-width: 1780px;
  padding: 0 15px;
  margin: 55px auto 0;
}
.index-prod .prod-list .slick-slide > div {
  font-size: 0;
}
.index-prod .prod-list .list {
  margin: 0 -5px;
}
.index-prod .prod-list .box {
  padding: 0 5px;
}
.index-prod .prod-list .box a {
  position: relative;
  display: block;
}
@media screen and (min-width: 991px) {
  .index-prod .prod-list .box a:hover .tit {
    color: #BA0504;
    bottom: 45px;
  }
  .index-prod .prod-list .box a:hover .hover-box {
    opacity: 1;
  }
}
.index-prod .prod-list .img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.index-prod .prod-list .img:after {
  position: absolute;
  content: '';
  background-image: url(../img/prod-hover.png);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.index-prod .prod-list .img .img-box {
  padding-bottom: 134.88372093%;
}
.index-prod .prod-list .hover-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/prod-hover2.jpg);
  background-size: cover;
  z-index: 3;
  padding: 14px;
  border: 1px solid #EDE6E6;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-prod .prod-list .hover-box .img-box {
  padding-bottom: 137.5%;
}
.index-prod .prod-list .hover-box .num {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  font-size: 34px;
  color: #fff;
  -webkit-text-stroke: 1px #BA0504;
  opacity: 0.18;
  z-index: 4;
  font-weight: bold;
  line-height: 1;
}
.index-prod .prod-list .hover-box .hover-img {
  box-shadow: 0px 2px 7.2px 1.8px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  overflow: hidden;
}
.index-prod .prod-list .tit {
  position: absolute;
  z-index: 5;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 15px;
  text-align: center;
  bottom: 30px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-prod .prod-list .slick-dots {
  position: static;
  display: flex;
  justify-content: center;
  margin: 50px 0 0;
}
.index-prod .prod-list .slick-dots li {
  width: 47px;
  height: 6px;
  margin: 0 9px;
  border-radius: 3px;
  background-color: #EDBEBE;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-prod .prod-list .slick-dots li button {
  display: none;
}
.index-prod .prod-list .slick-dots li.slick-active {
  background-color: #BA0504;
}
.index-about {
  background-image: url(../img/about-bg3.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  overflow: hidden;
}
.index-about .about-data {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 90px 0 145px;
}
.index-about .about-data > img {
  position: absolute;
  left: -200px;
  top: 0;
  pointer-events: none;
}
.index-about .about-data .img {
  width: 40px;
  flex-shrink: 0;
}
.index-about .about-data .img img {
  width: 100%;
}
.index-about .about-data .data-box {
  display: flex;
}
.index-about .about-data .data-box:nth-child(n+2) {
  margin-top: 85px;
}
.index-about .about-data .data-box:nth-child(2) {
  margin-left: 70px;
}
.index-about .about-data .count-top {
  display: flex;
  margin: 0 0 15px;
}
.index-about .about-data .count-top > span {
  font-size: 48px;
  font-family: 'Butler';
  line-height: 1;
}
.index-about .about-data .count-tit {
  font-size: 20px;
  line-height: 1.2;
  margin-left: 10px;
}
.index-about .about-data .count-desc {
  font-size: 15px;
  line-height: 1;
}
.index-about .about-data .data-cont {
  color: #fff;
  margin-left: 35px;
}
.index-about .about-data .big-data {
  position: relative;
  z-index: 3;
  width: 79.168%;
  padding-right: 10px;
}
.index-about .about-data .video-btn {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  color: #fff;
  position: relative;
  z-index: 3;
  align-items: center;
  margin: 80px 0 0;
}
.index-about .about-data .video-btn i {
  width: 110px;
  height: 110px;
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #BA0504;
  font-size: 50px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-about .about-data .video-btn i:after {
  content: '';
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index-about .about-data .video-btn i:before {
  z-index: 4;
  position: relative;
}
.index-about .about-data .video-btn a {
  display: flex;
  align-items: center;
}
.index-about .about-data .video-btn a span {
  font-size: 18px;
  margin-left: 25px;
}
@media screen and (min-width: 991px) {
  .index-about .about-data .video-btn a:hover i {
    transform: scale(1.1);
  }
}
.index-about .about-txt {
  padding-top: 20px;
}
.index-about .about-txt .desc {
  font-size: 26px;
  font-weight: bold;
  color: #BA0504;
  margin: 20px 0 15px;
}
.index-about .about-txt .txt {
  line-height: 28px;
  font-size: 14px;
  color: #666;
  margin: 0 0 3.2em;
  height: 84px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-about .about-txt .txt p {
  margin: 0;
}
.index-factory {
  padding: 105px 0 100px;
}
.index-factory .in-title {
  text-align: center;
}
.index-factory .desc,
.index-honor .desc{
  text-align: center;
  max-width: 680px;
  margin: 15px auto 45px;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}
.index-factory .nav-tabs {
  margin: 0 0 55px;
  border-color: #CFCFCF;
}
.index-factory .nav-tabs li:last-child .nav-link:before {
  display: none;
}
.index-factory .nav-tabs .nav-link {
  display: flex;
  align-items: center;
  opacity: 0.43;
  color: #222;
  padding: 20px 30px;
  position: relative;
  margin: 0 60px;
  border: none;
}
.index-factory .nav-tabs .nav-link:before {
  height: 16px;
  width: 1px;
  content: '';
  background-color: #CFCFCF;
  display: block;
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}
.index-factory .nav-tabs .nav-link:after {
  width: 0%;
  height: 3px;
  content: '';
  background-color: #BA0504;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-factory .nav-tabs .nav-link span {
  font-size: 22px;
  line-height: 1;
}
.index-factory .nav-tabs .nav-link .num {
  font-family: 'Butler';
  font-size: 24px;
  line-height: 1;
  margin-right: 20px;
}
.index-factory .nav-tabs .nav-link.active {
  opacity: 1;
  margin: 0 60px;
}
.index-factory .nav-tabs .nav-link.active:after {
  width: 100%;
}
.index-factory .tab-content {
  position: relative;
}
.index-factory .tab-content > .tab-pane {
  display: block;
}
.index-factory .tab-content > .tab-pane:nth-child(n+2) {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
}
.index-factory .tab-content > .tab-pane.active {
  z-index: 2;
}
.index-factory .img-list {
  margin: 0 -5px;
}
.index-factory .img-list .img-box {
  padding-bottom: 92.75362319%;
}
.index-factory .img-list .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #BA0504;
  line-height: 1;
  margin: 25px 0 0;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-factory .img-list .txt i {
  font-size: 20px;
  line-height: 1;
}
.index-factory .img-list .img {
  border-radius: 5px;
  overflow: hidden;
}
.index-factory .img-list .img img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-factory .img-list .box {
  padding: 0 5px;
}
@media screen and (min-width: 991px) {
  .index-factory .img-list .box a:hover .txt {
    opacity: 1;
  }
  .index-factory .img-list .box a:hover .img img {
    transform: scale(1.1);
  }
}
.index-factory .img-list .slick-slide > div {
  font-size: 0;
}
.index-factory .slick-prev,
.index-factory .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #161616;
  z-index: 3;
  top: calc(50% - 20px);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-factory .slick-prev:before,
.index-factory .slick-next:before {
  font-family: 'iconfont';
  font-size: 22px;
  opacity: 1;
}
@media screen and (min-width: 991px) {
  .index-factory .slick-prev:hover,
  .index-factory .slick-next:hover {
    background-color: #BA0504;
  }
}
.index-factory .slick-next {
  right: -145px;
}
.index-factory .slick-next:before {
  content: '\e8da';
}
.index-factory .slick-prev {
  left: -145px;
}
.index-factory .slick-prev:before {
  content: '\e8d9';
}
.index-choose {
  background-color: #F3F3F3;
  padding: 90px 0 70px;
}
.index-choose .in-title {
  text-align: center;
}
.index-choose .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.index-choose .box:nth-child(n+4) {
  margin-top: 15px;
}
.index-choose .box > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  height: 100%;
  padding: 25px 45px 45px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .index-choose .box > div:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.17);
    background-color: #fff;
  }
  .index-choose .box > div:hover .img {
    background-color: #BA0504;
  }
  .index-choose .box > div:hover .img img:first-child {
    opacity: 0;
  }
  .index-choose .box > div:hover .img img:last-child {
    opacity: 1;
  }
}
.index-choose .box i {
  width: 64px;
  height: 64px;
  color: #BA0504;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-choose .box .tit {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin: 0.8em 0 0.45em;
}
.index-choose .box .desc {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}
.index-choose .img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-choose .img .img-box {
  width: 40px;
}
.index-choose .img .img-box img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-choose .img .img-box img:last-child {
  opacity: 0;
}
.index-news {
  padding: 95px 0 145px;
}
.index-news .img {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.index-news .img img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-news .img-box {
  padding-bottom: 57.77777778%;
}
.index-news .more {
  position: absolute;
  width: 66.66666667%;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%) scale(0);
  z-index: 2;
  border-radius: 8px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-news .more i {
  font-size: 12px;
}
.index-news .tit {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-news .tit a {
  color: inherit;
}
.index-news .txt {
  padding: 25px 0 0;
}
.index-news .date {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 20px 0 0;
  border-top: 1px solid #CFCFCF;
}
.index-news .date i {
  font-size: 18px;
  margin-right: 15px;
}
.index-news .date span {
  font-size: 14px;
  margin-top: 2px;
}
.index-news .slick-slide > div {
  font-size: 0;
}
.index-news .list {
  margin: 45px -15px 0;
}
.index-news .box {
  padding: 0 15px;
}
@media screen and (min-width: 991px) {
  .index-news .box > div:hover .img img {
    transform: scale(1.1);
  }
  .index-news .box > div:hover .tit {
    color: #BA0504;
  }
  .index-news .box > div:hover .more {
    transform: translateX(-50%) scale(1);
  }
}
.index-news .news-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-news .news-arrows {
  position: relative;
  display: flex;
  align-items: center;
}
.index-news .news-arrows .slick-prev,
.index-news .news-arrows .slick-next {
  position: static;
  background-color: #161616;
  transform: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-news .news-arrows .slick-prev:before,
.index-news .news-arrows .slick-next:before {
  font-family: 'iconfont';
  opacity: 1;
  font-size: 14px;
}
@media screen and (min-width: 991px) {
  .index-news .news-arrows .slick-prev:hover,
  .index-news .news-arrows .slick-next:hover {
    background-color: #BA0504;
  }
}
.index-news .news-arrows .slick-prev:before {
  content: '\e8d9';
}
.index-news .news-arrows .slick-next {
  margin-left: 30px;
}
.index-news .news-arrows .slick-next:before {
  content: '\e8da';
}
.page-banner {
  overflow: hidden;
  position: relative;
}
.page-banner .item {
  position: relative;
}
.page-banner .item img {
  width: 100%;
  transition: all 0.35s;
}
.page-banner .page-bannertit {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 14%;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
}
.page-banner .page-search {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.page-banner .page-search .tit {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 35px;
}
.page-banner .page-search form {
  width: 100%;
  max-width: 630px;
  display: flex;
  margin: 0 auto;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0 40px;
  align-items: center;
}
.page-banner .page-search button {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background-color: transparent;
  border: none;
  flex-shrink: 0;
  padding: 0;
}
.page-banner .page-search input {
  width: calc(100% - 18px);
  padding: 0;
  border: none;
  color: #fff;
  background-color: transparent;
}
.page-banner .page-search input:focus {
  outline: none;
}
.page-banner .page-search *::-webkit-input-placeholder {
  color: #fff;
}
.page-banner .page-search *:-moz-placeholder {
  /* FF 4-18 */
  color: #fff;
}
.page-banner .page-search *::-moz-placeholder {
  /* FF 19+ */
  color: #fff;
}
.page-banner .page-search *:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.page-banner .page-join {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  left: 50%;
}
.page-banner .page-join .tit {
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
}
.page-banner .page-join .desc {
  font-size: 20px;
  color: #666;
}
.page-banner .page-join .btn-list {
  display: flex;
  margin: 55px 0 0;
}
.page-banner .page-join .btn-list a {
  width: 160px;
  height: 48px;
  display: flex;
  background-color: #BA0504;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  color: #fff;
}
.page-banner .page-join .btn-list a:last-child {
  margin-right: 0;
}
.page-banner .page-join .btn-list a i {
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .page-banner .page-join .btn-list a:hover i {
    width: 16px;
    margin-left: 10px;
  }
}
.about-crumbs {
  padding: 30px 0 0;
}
.about-crumbs .all {
  display: flex;
  justify-content: space-between;
}
.about-crumbs .nav {
  display: flex;
  width: 50%;
  margin: 0 -5px;
}
.about-crumbs .nav .nav-box {
  padding: 0 5px;
  width: 25%;
}
.about-crumbs .nav .nav-box.active a {
  background-color: #BA0504;
  color: #fff;
}
.about-crumbs .nav .nav-box a {
  display: flex;
  background-color: #F3F3F3;
  align-items: center;
  justify-content: center;
  color: #444;
  padding: 13px 5px;
  border-radius: 8px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .about-crumbs .nav .nav-box a:hover {
    background-color: #BA0504;
    color: #fff;
  }
}
.about-crumbs .crumbs {
  display: flex;
  width: 45%;
  align-items: center;
  color: #666;
  justify-content: flex-end;
  background-image: url(../img/line1.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.about-crumbs .crumbs i {
  font-size: 22px;
}
.about-crumbs .crumbs .crumbs-box {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-left: 10px;
  margin-top: 3px;
}
.about-crumbs .crumbs .crumbs-box div {
  display: flex;
  align-items: center;
}
.about-crumbs .crumbs .crumbs-box div:last-child:after {
  display: none;
}
.about-crumbs .crumbs .crumbs-box div:after {
  content: '>';
  margin: 0 5px;
}
.about-crumbs .crumbs .crumbs-box a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .about-crumbs .crumbs .crumbs-box a:hover {
    color: #BA0504;
    text-decoration: underline;
  }
}
.about .about-cont {
  padding: 95px 0 75px;
}
.about .about-cont .video a {
  position: relative;
  display: block;
}
.about .about-cont .video a img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about .about-cont .video a .img {
  border-radius: 8px;
  overflow: hidden;
}
.about .about-cont .video a i {
  width: 110px;
  height: 110px;
  background-color: rgba(186, 5, 4, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #BA0504;
  font-size: 50px;
  right: 115px;
  bottom: -55px;
}
.about .about-cont .video a i:after {
  content: '';
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about .about-cont .video a i:before {
  z-index: 4;
  position: relative;
}
@media screen and (min-width: 991px) {
  .about .about-cont .video a:hover img {
    transform: scale(1.05);
  }
}
.about .about-cont .desc {
  font-size: 30px;
  font-family: 'Butler';
  color: #BA0504;
  margin: 20px 0;
}
.about .about-cont .txt {
  font-size: 15px;
  line-height: 2;
  color: #666;
  margin: 0 0 35px;
}
.about .about-cont .txt p {
  margin: 0;
}
.about .about-cont .about-data {
  position: relative;
  display: flex;
  padding: 55px 0 0;
}
.about .about-cont .about-data .img {
  width: 40px;
  flex-shrink: 0;
}
.about .about-cont .about-data .img img {
  width: 100%;
}
.about .about-cont .about-data .data-box {
  display: flex;
  padding: 10px 0;
}
.about .about-cont .about-data .data-box:nth-child(2) {
  padding: 10px 120px;
  min-width: 470px;
  position: relative;
}
.about .about-cont .about-data .data-box:nth-child(2):before,
.about .about-cont .about-data .data-box:nth-child(2):after {
  position: absolute;
  height: 54px;
  width: 1px;
  background-image: url(../img/line2.png);
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  top: 0;
}
.about .about-cont .about-data .data-box:nth-child(2):before {
  left: 60px;
}
.about .about-cont .about-data .data-box:nth-child(2):after {
  right: 60px;
}
.about .about-cont .about-data .count-top {
  display: flex;
  margin: 0 0 15px;
  color: #BA0504;
}
.about .about-cont .about-data .count-top > span {
  font-size: 48px;
  font-family: 'Butler';
  line-height: 1;
}
.about .about-cont .about-data .count-tit {
  font-size: 20px;
  line-height: 1.2;
  margin-left: 10px;
}
.about .about-cont .about-data .count-desc {
  font-size: 15px;
  line-height: 1;
  color: #666;
}
.about .about-cont .about-data .data-cont {
  margin-left: 35px;
}
.about .about-picture {
  background-color: #F3F3F3;
  padding: 90px 0;
}
.about .about-picture .slick-slide > div {
  font-size: 0;
}
.about .about-picture .img-box {
  padding-bottom: 66.66666667%;
}
.about .about-picture .img-box img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about .about-picture .box {
  padding: 0 15px;
}
.about .about-picture .box a {
  border-radius: 8px;
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .about .about-picture .box a:hover img {
    transform: scale(1.1);
  }
}
.about .about-picture .list {
  margin: 0 -15px;
}
.about .about-choose {
  padding: 60px 0 110px;
}
.about .about-choose .list {
  display: flex;
  flex-wrap: wrap;
}
.about .about-choose .box:nth-child(n+4) {
  margin-top: 15px;
}
.about .about-choose .box > div {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  padding: 25px 45px 45px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .about .about-choose .box > div:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.17);
    background-color: #fff;
  }
  .about .about-choose .box > div:hover .img {
    background-color: #BA0504;
    transform: translateX(0);
  }
  .about .about-choose .box > div:hover .img img:first-child {
    opacity: 0;
  }
  .about .about-choose .box > div:hover .img img:last-child {
    opacity: 1;
  }
}
.about .about-choose .box i {
  width: 64px;
  height: 64px;
  color: #BA0504;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about .about-choose .box .tit {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin: 0.8em 0 0.45em;
}
.about .about-choose .box .desc {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}
.about .about-choose .img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-10px);
}
.about .about-choose .img .img-box {
  width: 40px;
}
.about .about-choose .img .img-box img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about .about-choose .img .img-box img:last-child {
  opacity: 0;
}
.about .about-choose .choose-tit {
  text-align: center;
  font-size: 130px;
  line-height: 1;
  font-family: 'Butler';
  color: #fff;
  -webkit-text-stroke: 1px #222;
  opacity: 0.2;
  text-transform: capitalize;
  margin-top: 25px;
}
.factory {
  padding: 95px 0 120px;
}
.factory .desc {
  max-width: 1060px;
  margin: 15px 0 30px;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}
.factory .nav-tabs {
  margin: 0 -15px 55px;
  border: none;
  position: relative;
  padding: 0 0 20px;
}
.factory .nav-tabs:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  background-color: #cfcfcf;
  display: block;
  height: 1px;
  pointer-events: none;
  z-index: -1;
}
.factory .nav-tabs li {
  padding: 0 15px;
  width: 50%;
}
.factory .nav-tabs .nav-link {
  display: flex;
  align-items: center;
  opacity: 0.44;
  color: #222;
  position: relative;
  width: 100%;
  border: none;
  padding: 0;
  border-radius: 8px;
}
.factory .nav-tabs .nav-link .img {
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.factory .nav-tabs .nav-link .img:after {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  border: 6px solid #f3f3f3;
  border-radius: 8px;
  z-index: 3;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.factory .nav-tabs .nav-link .img img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.factory .nav-tabs .nav-link:after {
  width: 0%;
  height: 3px;
  content: '';
  border-radius: 2px;
  background-color: #BA0504;
  display: block;
  position: absolute;
  bottom: -20px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.factory .nav-tabs .nav-link:before {
  content: '';
  width: 0;
  height: 0;
  border-width: 5px 14px 0;
  border-style: solid;
  border-color: #BA0504 transparent transparent;
  /*灰 透明 透明 */
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.factory .nav-tabs .nav-link span {
  font-size: 22px;
  line-height: 1;
}
.factory .nav-tabs .nav-link .num {
  font-family: 'Butler';
  font-size: 24px;
  line-height: 1;
  margin-right: 20px;
}
.factory .nav-tabs .nav-link.active {
  opacity: 1;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.23);
}
.factory .nav-tabs .nav-link.active:after {
  width: 100%;
}
.factory .nav-tabs .nav-link.active:before {
  opacity: 1;
}
.factory .nav-tabs .nav-link.active .img:after {
  opacity: 1;
}
@media screen and (min-width: 991px) {
  .factory .nav-tabs .nav-link:hover .img img {
    transform: scale(1.1);
  }
}
.factory .nav-tabs .img-box {
  padding-bottom: 43.47826087%;
}
.factory .tab-content {
  position: relative;
}
.factory .tab-content > .tab-pane {
  display: block;
}
.factory .tab-content > .tab-pane:nth-child(n+2) {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
}
.factory .tab-content > .tab-pane.active {
  z-index: 2;
}
.factory .img-list {
  margin: 0 -5px;
}
.factory .img-list .img-box {
  padding-bottom: 92.75362319%;
}
.factory .img-list .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #BA0504;
  line-height: 1;
  margin: 25px 0 0;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.factory .img-list .txt i {
  font-size: 20px;
  line-height: 1;
}
.factory .img-list .img {
  border-radius: 5px;
  overflow: hidden;
}
.factory .img-list .img img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.factory .img-list .box {
  padding: 0 5px;
}
@media screen and (min-width: 991px) {
  .factory .img-list .box a:hover .txt {
    opacity: 1;
  }
  .factory .img-list .box a:hover .img img {
    transform: scale(1.1);
  }
}
.factory .img-list .slick-slide > div {
  font-size: 0;
}
.factory .slick-prev,
.factory .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #161616;
  z-index: 3;
  top: calc(50% - 20px);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.factory .slick-prev:before,
.factory .slick-next:before {
  font-family: 'iconfont';
  font-size: 22px;
  opacity: 1;
}
@media screen and (min-width: 991px) {
  .factory .slick-prev:hover,
  .factory .slick-next:hover {
    background-color: #BA0504;
  }
}
.factory .slick-next {
  right: -145px;
}
.factory .slick-next:before {
  content: '\e8da';
}
.factory .slick-prev {
  left: -145px;
}
.factory .slick-prev:before {
  content: '\e8d9';
}
.honor {
  padding: 100px 0;
}
.honor .desc {
  max-width: 1060px;
  margin: 15px 0 30px;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}
.honor .list {
  margin: 0 -15px 60px;
  display: flex;
  flex-wrap: wrap;
}
.honor .list .box {
  width: 25%;
  padding: 0 15px;
}
.honor .list .box:nth-child(n+5) {
  margin-top: 20px;
}
.honor .list a {
  position: relative;
  display: block;
}
.honor .list a .img {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.honor .list a .img:before {
  content: '';
  border-radius: 8px;
  border: 10px solid #eaeaea;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .honor .list a:hover .img {
    box-shadow: 0px 0px 10px 3px rgba(186, 5, 4, 0.7);
  }
  .honor .list a:hover .img:before {
    border-color: #BA0504;
  }
  .honor .list a:hover img {
    transform: scale(1.05);
  }
  .honor .list a:hover .tit {
    color: #BA0504;
  }
}
.honor .list img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.honor .list .img-box {
  padding-bottom: 139.39393939%;
}
.honor .list .tit {
  text-align: center;
  padding: 0 10px;
  margin: 15px 0 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pagenum {
  display: flex;
  justify-content: center;
}
.pagenum a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 1;
  background-color: #EAEAEA;
  color: #0F204B;
  margin-left: 15px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pagenum a.active {
  color: #fff;
  background-color: #BA0504;
}
.pagenum a:first-child {
  margin-left: 0;
}
.pagenum a:last-child i {
  display: block;
  transform: rotateY(180deg);
}
@media screen and (min-width: 991px) {
  .pagenum a:hover {
    color: #fff;
    background-color: #BA0504;
  }
}
.pagenum i {
  font-size: 14px;
  display: block;
  font-weight: bold;
}
.culture {
  padding: 130px 0 140px;
}
.culture .culture-all {
  display: flex;
}
.culture .img {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.culture .txt .in-title {
  transform: translateY(55px);
}
.culture .txt .list {
  padding-left: 115px;
  margin: 45px 0 0;
  transform: translateY(55px);
}
.culture .txt .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
}
.culture .txt .desc {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}
.culture .txt .desc p {
  margin: 0;
}
.culture .txt .box:nth-child(n+2) {
  margin: 35px 0 0;
}
.culture .txt-img {
  padding-left: 115px;
}
.prod-crumbs {
  padding: 30px 0 0;
}
.prod-crumbs .all {
  display: flex;
  justify-content: flex-end;
}
.prod-crumbs .crumbs {
  display: flex;
  width: 45%;
  align-items: center;
  color: #666;
  justify-content: flex-end;
  background-image: url(../img/line1.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 9px 0;
}
.prod-crumbs .crumbs i {
  font-size: 22px;
}
.prod-crumbs .crumbs .crumbs-box {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-left: 10px;
  margin-top: 3px;
}
.prod-crumbs .crumbs .crumbs-box div {
  display: flex;
  align-items: center;
}
.prod-crumbs .crumbs .crumbs-box div:last-child:after {
  display: none;
}
.prod-crumbs .crumbs .crumbs-box div:after {
  content: '>';
  margin: 0 5px;
}
.prod-crumbs .crumbs .crumbs-box a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .prod-crumbs .crumbs .crumbs-box a:hover {
    color: #BA0504;
    text-decoration: underline;
  }
}
.sticky-content {
  display: -webkit-box;
  display: flex;
}
.list-l {
  background-clip: content-box;
  position: relative;
  z-index: 9;
}
.list-l h2 {
  text-align: center;
  color: #fff;
  padding: 21px;
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 20px;
}
.list-l .menu {
  position: relative;
  z-index: 10;
}
.list-l .menu h4 {
  color: #222;
  text-transform: capitalize;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: bold;
  font-family: 'Butler';
}
.list-l .menu a {
  display: block;
}
.list-l .menu1 {
  position: relative;
  padding-left: 0;
  margin-top: 0;
}
.list-l .menu1 > li {
  color: #666666;
  list-style: none;
  overflow: hidden;
  background-color: #222;
  border-radius: 8px;
}
.list-l .menu1 > li > a {
  display: flex;
  position: relative;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 28px;
  padding: 4px 40px 4px 4px;
  transition: all 0.35s;
  border-radius: 6px;
}
.list-l .menu1 > li > a:hover {
  color: #fff;
  background-color: #BA0504;
  transition: all 0.35s;
}
.list-l .menu1 > li > a:hover .num {
  background-color: #fff;
  color: #BA0504;
}
.list-l .menu1 > li > a span {
  display: flex;
  align-items: center;
  width: calc(100% - 30px);
  line-height: 24px;
  position: relative;
  z-index: 2;
}
.list-l .menu1 > li > a:after {
  content: '\e8da';
  font-family: 'iconfont';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  transition: all 0.35s;
  z-index: 3;
  font-size: 14px;
  color: #fff;
}
.list-l .menu1 > li > a .num {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #414141;
  flex-shrink: 0;
  font-family: 'Butler';
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  margin-right: 25px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-l .menu1 > li.active > a {
  color: #fff;
  background-color: #BA0504;
  transition: all 0.35s;
}
.list-l .menu1 > li.active > a .num {
  background-color: #fff;
  color: #BA0504;
}
.list-l .menu1 > li:nth-child(n+2) {
  margin-top: 10px;
}
.list-l .menu1 ul {
  font-size: 14px;
  display: none;
  margin: 0;
  padding: 10px 30px;
}
.list-l .menu2 {
  padding: 0;
}
.list-l .menu2 > li {
  list-style: none;
}
.list-l .menu2 > li:last-child {
  border-bottom: none;
}
.list-l .menu2 > li:last-child > a {
  border-bottom: none;
}
.list-l .menu2 > li > a {
  display: flex;
  width: fit-content;
  align-items: center;
  font-size: 14px;
  width: 100%;
  position: relative;
  padding: 8px 0;
  color: #666;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-l .menu2 > li > a:hover {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-l .menu2 > li > a:hover span {
  color: #BA0504;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-l .menu2 > li > a span {
  display: block;
  line-height: 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-l .menu2 > li.active > a {
  color: #BA0504;
  transition: all 0.35s;
}
.list-l .menu2 > li.active > a span {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-l .menu3 > li {
  padding-left: 12px;
  margin-top: 5px;
  list-style: none;
}
.list-l .menu3 > li > a {
  color: #83868a;
}
.list-l .menu3 > li > a:before {
  content: '-';
}
.touch-nav {
  display: none;
}
.prod {
  padding: 50px 0 125px;
}
.prod .prod-list {
  margin: 80px -15px 60px;
  display: flex;
  flex-wrap: wrap;
}
.prod .prod-list .box {
  padding: 0 15px;
  width: 33.33333333%;
}
.prod .prod-list .box:nth-child(n+4) {
  margin-top: 30px;
}
.prod .prod-list .box > div {
  padding: 10px;
  background-color: #F3F3F3;
  border-radius: 8px;
}
@media screen and (min-width: 991px) {
  .prod .prod-list .box > div:hover .img img {
    transform: scale(1.1);
  }
  .prod .prod-list .box > div:hover .btn-group {
    background-color: #BA0504;
  }
  .prod .prod-list .box > div:hover .btn-group .cart-btn:after {
    background-color: #ea7b88;
  }
}
.prod .prod-list .img-box {
  padding-bottom: 90.32258064%;
}
.prod .prod-list .tit {
  font-size: 20px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0.75em 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.prod .prod-list .tit a {
  color: inherit;
}
.prod .prod-list .img {
  border-radius: 8px;
  overflow: hidden;
}
.prod .prod-list .img img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.prod .prod-list .btn-group {
  background-color: #222;
  display: flex;
  color: #fff;
  height: 40px;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.prod .prod-list .btn-group .cart-btn {
  width: 56px;
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.prod .prod-list .btn-group .cart-btn:after {
  position: absolute;
  content: '';
  height: 14px;
  background-color: #666;
  width: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.prod .prod-list .btn-group .deta-btn {
  text-transform: capitalize;
  width: 100%;
  text-align: center;
}
.prod-deta {
  padding: 50px 0 125px;
}
.prod-deta .deta-tit {
  font-size: 40px;
  font-family: 'Butler';
  font-weight: bold;
  line-height: 1;
  margin: 0 0 40px;
}
.prod-deta .prod-details-slick {
  width: 46.875%;
}
.prod-deta .prod-details-slick .carousel-wrap > div {
  display: flex;
  justify-content: space-between;
}
.prod-deta .prod-details-slick .slick-prev {
  z-index: 100;
  top: 0;
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E6E6E6;
  transition: all 0.35s;
  left: 0;
  position: static;
  transform: none;
}
.prod-deta .prod-details-slick .slick-prev:hover {
  background-color: #BA0504;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-prev:hover:before {
  color: #fff;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-prev:hover:after {
  opacity: 0;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-prev:before {
  color: #666;
  content: '\ea0a';
  font-family: 'iconfont' !important;
  opacity: 1;
  display: inline-block;
  font-size: 18px;
}
.prod-deta .prod-details-slick .slick-next {
  z-index: 100;
  top: auto;
  left: 0;
  bottom: -20px;
  transition: all 0.35s;
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E6E6E6;
  position: static;
  transform: none;
}
.prod-deta .prod-details-slick .slick-next:hover {
  background-color: #BA0504;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-next:hover:before {
  color: #fff;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-next:hover:after {
  opacity: 0;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-next:before {
  color: #666;
  content: '\ea0b';
  font-family: 'iconfont' !important;
  opacity: 1;
  display: inline-block;
  font-size: 18px;
}
.prod-deta .prod-details-slick .img-box {
  padding-bottom: 90.32258064%;
}
.prod-deta .pro-details-thumbslick {
  position: relative;
  width: 22.793%;
}
.prod-deta .pro-details-thumbslick .slick-list {
  margin: -8px 0;
}
.prod-deta .pro-details-thumbslick .slick-slide {
  margin: 8px 0;
  border: none;
}
.prod-deta .pro-details-thumbslick .slick-slide > div {
  display: flex;
}
.prod-deta .pro-details-thumbslick .slick-current.slick-active .item {
  transition: all 0.35s;
}
.prod-deta .pro-details-thumbslick .slick-slider {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.prod-deta .pro-details-thumbslick .item {
  position: relative;
  overflow: hidden;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
}
.prod-deta .pro-details-thumbslick .item-video:after {
  content: '';
  position: absolute;
  top: 0;
  z-index: 101;
  left: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.26);
  width: 100%;
  height: 100%;
}
.prod-deta .pro-details-thumbslick .item-video:before {
  content: '\e65a';
  font-family: 'iconfont' !important;
  font-size: 50px;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 102;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-deta .pro-details-topslick {
  width: 74.42%;
}
.prod-deta .pro-details-topslick .item {
  padding: 0;
  overflow: hidden;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
}
.prod-deta .pro-details-topslick .item div {
  border: none;
}
.prod-deta .pro-details-topslick .slick-slide > div {
  font-size: 0;
}
.prod-deta iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.prod-deta .pro-details-msg {
  width: 53.125%;
  padding-left: 75px;
  padding-top: 15px;
}
.prod-deta .pro-details-msg .tit {
  font-size: 30px;
  font-weight: bold;
  color: #222;
  line-height: 1;
  margin: 0;
  text-transform: capitalize;
  background-image: url(../img/line3.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 0 0 35px;
}
.prod-deta .pro-details-msgcont {
  padding-top: 35px;
}
.prod-deta .pro-details-msgcont h4 {
  font-size: 24px;
  margin: 0;
  line-height: 1.5;
  font-weight: bold;
  font-family: 'Butler';
  color: #BA0504;
  margin: 0 0 15px;
}
.prod-deta .pro-details-msgcont p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #222;
}
.prod-deta .prod-btngroup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #222;
  border-radius: 8px;
  overflow: hidden;
  margin: 40px 0 0;
}
.prod-deta .pro-details-share {
  display: flex;
  align-items: center;
  color: #fff;
  padding-right: 35px;
}
.prod-deta .pro-details-share > span {
  font-size: 16px;
  line-height: 1;
  margin-right: 15px;
  text-transform: capitalize;
}
.prod-deta .pro-details-share .at-resp-share-element .at-share-btn {
  margin-bottom: 0;
}
.prod-deta .prod-share {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.prod-deta .prod-share .share-tit {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  margin-right: 10px;
}
.prod-deta .pro-details-btn {
  display: flex;
}
.prod-deta .pro-details-btn a {
  display: flex;
  padding: 0 40px;
  height: 50px;
  background-color: #222;
  color: #fff;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
  font-size: 18px;
  line-height: 24px;
  position: relative;
}
.prod-deta .pro-details-btn a:after {
  content: '';
  height: 16px;
  background-color: #666;
  width: 1px;
  right: 0;
  top: 50%;
  position: absolute;
  display: block;
  transform: translateY(-50%);
}
.prod-deta .pro-details-btn a:last-child:after {
  display: none;
}
@media screen and (min-width: 991px) {
  .prod-deta .pro-details-btn a:hover {
    background-color: #BA0504;
    transition: all 0.35s;
  }
}
.prod-deta .pro-details-btn a i {
  font-size: 24px;
  margin-right: 10px;
  line-height: 1;
}
.prod-deta .pro-details-btn a span {
  text-transform: capitalize;
}
.prod-deta .pro-details-btn .pro-deta-add {
  border: 1px solid #60656B;
  color: #666;
  margin-left: 20px;
  background-color: #fff;
  transition: all 0.35s;
}
.prod-deta .pro-details-btn .pro-deta-add:hover {
  border-color: #BA0504;
  background-color: #BA0504;
  color: #fff;
  transition: all 0.35s;
}
.prod-deta .prod-sontitle {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
  color: #222;
  font-family: 'Butler';
}
.prod-deta .prod-cont2 {
  clear: both;
  padding-top: 55px;
}
.prod-deta .prod-cont2 .prod-contbox p {
  margin: 0;
}
.prod-deta .prod-cont2 .prod-contbox img {
  max-width: 100%;
  height: auto!important;
}
.prod-deta .inquiry-form {
  padding-top: 55px;
}
.prod-deta .inquiry-form form {
  font-size: 0;
}
.prod-deta .inquiry-form input {
  font-size: 16px;
  padding: 0 20px;
  width: calc(50% - 5px);
  height: 48px;
  margin-right: 10px;
  border: 1px solid #F6F7F8;
  margin-bottom: 10px;
  background-color: #F6F7F8;
  color: #333;
}
.prod-deta .inquiry-form input:nth-child(2n+1) {
  margin-right: 0;
}
.prod-deta .inquiry-form input:first-child {
  width: 100%;
  background-color: #BA0504;
  border-color: #BA0504;
  color: #fff;
}
.prod-deta .inquiry-form input:first-child:focus {
  border-color: #BA0504;
}
.prod-deta .inquiry-form input:focus {
  outline: none;
  border-color: #BA0504;
  transition: all 0.35s;
}
.prod-deta .inquiry-form *::-webkit-input-placeholder {
  color: #666;
}
.prod-deta .inquiry-form *:-moz-placeholder {
  /* FF 4-18 */
  color: #666;
}
.prod-deta .inquiry-form *::-moz-placeholder {
  /* FF 19+ */
  color: #666;
}
.prod-deta .inquiry-form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
}
.prod-deta .inquiry-form textarea {
  height: 300px;
  width: 100%;
  font-size: 16px;
  border: 1px solid #F6F7F8;
  background-color: #F6F7F8;
  resize: none;
  padding: 15px 20px;
  margin-bottom: 30px;
  color: #333;
}
.prod-deta .inquiry-form textarea:focus {
  outline: none;
  border-color: #BA0504;
  transition: all 0.35s;
}
.prod-deta .inquiry-form button {
  width: 150px;
  background-color: #BA0504;
  color: #fff;
  height: 44px;
  border: 1px solid #BA0504;
  font-size: 16px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 8px;
  transition: all 0.35s;
}
.prod-deta .inquiry-form button span {
  font-weight: bold;
  margin-left: 10px;
}
.prod-deta .inquiry-form button i {
  font-size: 14px;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.prod-deta .inquiry-form button:hover {
  color: #BA0504;
  background-color: #fff;
  transition: all 0.35s;
}
.recommend {
  padding-top: 55px;
}
.recommend .slick-slide > div {
  font-size: 0;
}
.recommend .prod-sontitle {
  margin-bottom: 0;
}
.recommend .recommend-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.recommend .prod-recommendlist {
  margin: 0 -15px;
}
.recommend .prod-recommendlist .slick-prev,
.recommend .prod-recommendlist .slick-next {
  width: 40px;
  height: 40px;
  font-size: 0;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.35s;
}
.recommend .prod-recommendlist .slick-prev:hover,
.recommend .prod-recommendlist .slick-next:hover {
  background-color: #BA0504;
  transition: all 0.35s;
}
.recommend .prod-recommendlist .slick-prev:hover:before,
.recommend .prod-recommendlist .slick-next:hover:before {
  color: #fff !important;
  transition: all 0.35s;
}
.recommend .prod-recommendlist .slick-prev {
  left: 15px;
  z-index: 2;
}
.recommend .prod-recommendlist .slick-next {
  right: 15px;
}
.recommend .prod-recommendlist .slick-prev:before,
.recommend .prod-recommendlist .slick-next:before {
  font-family: 'iconfont';
  font-size: 13px;
  color: #666;
}
.recommend .prod-recommendlist .slick-prev:before {
  content: '\e779';
}
.recommend .prod-recommendlist .slick-next:before {
  content: '\ea09';
}
@media screen and (min-width: 991px) {
  .recommend .prod-recommendlist:hover .slick-prev,
  .recommend .prod-recommendlist:hover .slick-next {
    opacity: 1;
    transition: all 0.35s;
  }
}
.recommend .box {
  padding: 0 15px;
  width: 33.33333333%;
}
.recommend .box:nth-child(n+4) {
  margin-top: 30px;
}
.recommend .box > div {
  padding: 10px;
  background-color: #F3F3F3;
  border-radius: 8px;
}
@media screen and (min-width: 991px) {
  .recommend .box > div:hover .img img {
    transform: scale(1.1);
  }
  .recommend .box > div:hover .btn-group {
    background-color: #BA0504;
  }
  .recommend .box > div:hover .btn-group .cart-btn:after {
    background-color: #ea7b88;
  }
}
.recommend .img-box {
  padding-bottom: 90.32258064%;
}
.recommend .tit {
  font-size: 20px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0.75em 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.recommend .tit a {
  color: inherit;
}
.recommend .img {
  border-radius: 8px;
  overflow: hidden;
}
.recommend .img img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.recommend .btn-group {
  background-color: #222;
  display: flex;
  color: #fff;
  height: 40px;
  font-size: 16px;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.recommend .btn-group .cart-btn {
  width: 56px;
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.recommend .btn-group .cart-btn:after {
  position: absolute;
  content: '';
  height: 14px;
  background-color: #666;
  width: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.recommend .btn-group .deta-btn {
  text-transform: capitalize;
  width: 100%;
  text-align: center;
}
.recommend .recommend-arrows {
  position: relative;
  display: flex;
  align-items: center;
}
.recommend .recommend-arrows .slick-prev,
.recommend .recommend-arrows .slick-next {
  position: static;
  background-color: #161616;
  transform: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.recommend .recommend-arrows .slick-prev:before,
.recommend .recommend-arrows .slick-next:before {
  font-family: 'iconfont';
  opacity: 1;
  font-size: 14px;
}
@media screen and (min-width: 991px) {
  .recommend .recommend-arrows .slick-prev:hover,
  .recommend .recommend-arrows .slick-next:hover {
    background-color: #BA0504;
  }
}
.recommend .recommend-arrows .slick-prev:before {
  content: '\e8d9';
}
.recommend .recommend-arrows .slick-next {
  margin-left: 30px;
}
.recommend .recommend-arrows .slick-next:before {
  content: '\e8da';
}
.sale {
  padding: 50px 0 115px;
}
.sale .desc {
  max-width: 1060px;
  margin: 15px 0 115px;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}
.sale .img img {
  width: 100%;
}
.page-tit {
  font-family: 'Butler';
  font-size: 40px;
  line-height: 1;
  text-transform: capitalize;
}
.news {
  padding: 50px 0 125px;
}
.news .img {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.news .img img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news .img-box {
  padding-bottom: 57.77777778%;
}
.news .more {
  position: absolute;
  width: 66.66666667%;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%) scale(0);
  z-index: 2;
  border-radius: 8px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news .more i {
  font-size: 12px;
}
.news .tit {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news .tit a {
  color: inherit;
}
.news .txt {
  padding: 25px 0 0;
}
.news .date {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 20px 0 0;
  border-top: 1px solid #CFCFCF;
}
.news .date i {
  font-size: 18px;
  margin-right: 15px;
}
.news .date span {
  font-size: 14px;
  margin-top: 2px;
}
.news .list {
  margin-bottom: 95px;
  margin-top: 55px;
}
.news .box:nth-child(n+4) {
  margin-top: 45px;
}
@media screen and (min-width: 991px) {
  .news .box > div:hover .img img {
    transform: scale(1.1);
  }
  .news .box > div:hover .tit {
    color: #BA0504;
  }
  .news .box > div:hover .more {
    transform: translateX(-50%) scale(1);
  }
}
.map {
  width: 100%;
  height: 770px;
}
.map .map-content {
  width: 100%;
  height: 100%;
}
.contact {
  margin-top: -195px;
  padding: 0 0 125px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.contact .msg {
  padding: 50px 0 0;
}
.contact .msg .contact-tit {
  font-size: 84px;
  font-family: 'Butler';
  font-weight: bold;
  line-height: 1;
}
.contact .msg .contact-tit span {
  color: #BA0504;
}
.contact .msg .list {
  margin: 95px 0 0;
}
.contact .msg .box {
  display: flex;
  align-items: center;
}
.contact .msg .box:nth-child(n+2) {
  margin-top: 50px;
}
.contact .msg .box i {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #BA0504;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  flex-shrink: 0;
}
.contact .msg .box .msg-box {
  margin-left: 30px;
}
.contact .msg .box .tit {
  font-weight: bold;
}
.contact .msg .box .desc {
  font-size: 14px;
  line-height: 1.3;
  color: #666;
}
.contact .msg .box .desc p {
  margin: 0;
}
.contact .msg .box .desc a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .contact .msg .box .desc a:hover {
    color: #BA0504;
  }
}
.contact .ol-message {
  padding: 60px 0 0 55px;
  position: relative;
}
.contact .ol-message:before {
  content: '';
  background-color: #fff;
  border-top-left-radius: 30px;
  width: 200%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.contact .ol-message .ol-tit {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 2;
  margin: 0 0 15px;
}
.contact .ol-message .ol-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  max-width: 460px;
  position: relative;
  z-index: 2;
  margin: 0 0 20px;
}
.contact .ol-message form {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.contact .ol-message input {
  height: 50px;
  width: calc(50% - 5px);
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #f6f7f8;
  border: 1px solid #f6f7f8;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact .ol-message input:nth-child(2n) {
  margin-right: 0;
}
.contact .ol-message input:focus {
  outline: none;
  border-color: #BA0504;
}
.contact .ol-message *::-webkit-input-placeholder {
  color: #333;
}
.contact .ol-message *:-moz-placeholder {
  /* FF 4-18 */
  color: #333;
}
.contact .ol-message *::-moz-placeholder {
  /* FF 19+ */
  color: #333;
}
.contact .ol-message *:-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
}
.contact .ol-message textarea {
  width: 100%;
  height: 210px;
  background-color: #f6f7f8;
  border: 1px solid #f6f7f8;
  border-radius: 10px;
  resize: none;
  padding: 15px 20px;
  margin-bottom: 25px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact .ol-message textarea:focus {
  outline: none;
  border-color: #BA0504;
}
.contact .ol-message button {
  width: 100%;
  height: 45px;
  background-color: #BA0504;
  border: 1px solid #BA0504;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .contact .ol-message button:hover {
    background-color: #161616;
    border-color: #161616;
  }
}
.banner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  z-index: 2;
  font-size: 0;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner #banner-to {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7%;
  z-index: 2;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.banner #banner-to i {
  font-size: 32px;
  line-height: 1;
}
@media screen and (min-width: 991px) {
  .banner #banner-to:hover {
    color: #BA0504;
  }
}
.banner .banner-btn {
  position: absolute;
  z-index: 2;
  bottom: 5.5%;
  right: 9.375%;
  display: flex;
  align-items: center;
}
.banner .swiper-pagination {
  width: auto;
  display: flex;
  position: static;
  margin: 0 30px;
}
.banner .swiper-pagination-bullet {
  outline: none;
  width: 12px;
  height: 12px;
  opacity: 0.5;
  margin: 0 !important;
  background: #fff;
  border-radius: 50%;
  margin: 0 10px!important;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border: 1px solid #fff;
}
.banner .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.banner .slick-arrow {
  outline: none;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner .slick-prev {
  left: 5%;
}
.banner .slick-prev:before {
  content: '\fab1';
}
.banner .slick-next {
  right: 5%;
}
.banner .slick-next:before {
  content: '\e62c';
}
.banner .item {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner .item > a {
  overflow: hidden;
  display: block;
}
.banner .item > a > img {
  position: relative;
  display: block;
  width: 100%;
}
.banner .banner-button-prev,
.banner .banner-button-next {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.banner .banner-button-prev:before,
.banner .banner-button-next:before {
  font-size: 22px;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .banner .banner-button-prev:hover:before,
  .banner .banner-button-next:hover:before {
    color: #BA0504;
  }
}
.banner .btn-num {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0 35px;
}
.banner .btn-num .num {
  margin-right: 10px;
}
.banner .btn-num .total {
  margin-left: 10px;
}
@media only screen and (min-width: 1850px) and (max-width: 1920px) {
  .banner .item > a > img {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .banner .slick-arrow:hover {
    background-color: #00a63b;
  }
}
@media (max-width: 1199px) {
  .banner .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .banner .item {
    width: 110%;
    max-width: 110%;
    margin-left: -5%;
  }
}
@media (max-width: 767px) {
  .banner .swiper-pagination {
    bottom: 3.5%;
  }
  .banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px!important;
  }
  .banner .item {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
  }
}
.banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
  display: none !important;
}
.banner.hide-video video {
  display: none !important;
}
.banner-video-box {
  display: block;
  padding-bottom: 45.3125%;
  position: relative;
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner-video-box .fluid_initial_play {
  background-color: #00a63b !important;
}
.banner .mobile-video {
  display: block;
  position: relative;
}
.banner .mobile-video:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner .mobile-video:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  font-size: 50px;
  color: #fff;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e644';
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.header {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  padding-top: 30px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header.header-sticky {
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 7.2px 1.8px rgba(0, 0, 0, 0.05);
  padding-top: 0;
}
.header.header-sticky .header-logo {
  height: 50px;
}
.header .header-logo {
  height: 76px;
}
.header .header-logo img {
  height: 100%;
}
.header ul {
  margin: 0;
  padding: 0;
}
.header li {
  list-style: none;
}
.header .header-link {
  display: flex;
}
.header .header-link a {
  color: #fff;
  display: block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .header-link li {
  position: relative;
}
.header .header-link li.header-drop-down {
  position: static;
}
.header .header-link > li {
  margin: 0 30px;
}
.header .header-link > li > a {
  line-height: 80px;
  position: relative;
}
.header .header-link > li > a:after {
  content: '';
  bottom: 0;
  width: 0%;
  height: 3px;
  left: 50%;
  position: absolute;
  display: block;
  background-color: transparent;
  transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .header .header-link > li > a:hover {
    color: #BA0504;
  }
  .header .header-link > li > a:hover:after {
    background-color: #fff;
    width: 20px;
  }
}
.header .header-link > li.active > a:after {
  background-color: #fff;
  width: 20px;
}
.header .header-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1810px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.header .header-all:after {
  width: 1320px;
  max-width: 74%;
  background-color: rgba(255, 255, 255, 0.15);
  left: 14%;
  content: '';
  height: 1px;
  bottom: 1px;
  position: absolute;
  display: block;
}
.header .header-link2 {
  position: absolute;
  z-index: 2;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  box-shadow: 0px 2px 7.2px 1.8px rgba(0, 0, 0, 0.05);
}
.header .header-link2 > div {
  display: flex;
  background-color: #fff;
  padding: 20px 25px;
}
.header .header-link2 ul {
  width: 100%;
  padding: 0;
}
.header .header-link2 ul a {
  color: #666;
  position: relative;
  display: flex;
  white-space: nowrap;
  align-items: center;
  font-size: 15px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .header .header-link2 ul a:hover {
    color: #BA0504;
  }
}
.header .header-link2 ul li:nth-child(n+2) {
  margin-top: 10px;
}
.header .header-btn {
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.header .header-cart {
  display: flex;
  align-items: center;
  padding-right: 30px;
  position: relative;
  margin-left: 35px;
}
.header .header-cart a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .header-cart a i {
  font-size: 22px;
  margin-right: 5px;
  line-height: 1;
}
.header .header-cart a span {
  font-size: 14px;
}
@media screen and (min-width: 991px) {
  .header .header-cart a:hover {
    color: #BA0504;
  }
}
.header .header-cont {
  display: flex;
  align-items: center;
}
.header .header-language {
  position: relative;
}
.header .header-language > div:first-child {
  color: #fff;
  display: flex;
  align-items: center;
  height: 40px;
  border: 1px solid #fff;
  padding: 0 8px;
  border-radius: 20px;
}
.header .header-language > div:first-child i:first-child {
  font-size: 24px;
  line-height: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .header-language > div:first-child i:last-child {
  font-size: 12px;
  line-height: 1;
  transform: scale(0.5);
  margin-left: 3px;
}
.header .header-language > div:first-child span {
  font-size: 14px;
  line-height: 24px;
  margin-left: 10px;
}
@media screen and (min-width: 991px) {
  .header .header-language > div:first-child:hover i:first-child {
    transform: rotateY(180deg);
  }
}
.header .header-language .list {
  position: absolute;
  background-color: #fff;
  z-index: 10;
  border-radius: 5px;
  padding: 10px 0;
  width: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
}
.header .header-language .list .listbox {
  display: flex;
  flex-direction: column;
}
.header .header-language .list a {
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px;
  white-space: nowrap;
  color: #333;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .header .header-language .list a:hover {
    background-color: #BA0504;
    color: #fff;
  }
}
.header .touch-btn {
  display: none;
}
.header-search {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
.header-search a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #666;
  transition: opacity 0.25s ease-in-out 0s;
  -webkit-transition: opacity 0.25s ease-in-out 0s;
  transition: all 0.35s;
}
.header-search i {
  font-size: 22px;
  color: #fff;
  line-height: 1;
  transition: all 0.35s;
}
.header-search span {
  font-size: 14px;
  font-weight: 300;
}
@media screen and (min-width: 991px) {
  .header-search:hover > a {
    color: #BA0504;
    transition: all 0.35s;
  }
  .header-search:hover > a > i {
    transform: rotateY(180deg);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header-search:hover > a span {
    text-decoration: underline;
  }
}
.header-search button:before {
  display: none;
}
.header-search button i {
  color: #fff;
  font-size: 14px;
  line-height: 38px;
}
.search-wrap {
  font-size: 14px;
  position: absolute;
  z-index: 1002;
  top: 100%;
  right: 10%;
  display: none;
  width: 300px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.search-wrap .search-box {
  position: relative;
}
.search-wrap input {
  line-height: 24px;
  width: 100%;
  padding: 6px 10px;
  position: absolute;
  top: 0;
  left: 0;
  color: #222;
  border: 1px solid #dcdcdc;
}
.search-wrap input:focus-visible {
  outline: none;
}
.search-wrap .submit {
  font-size: 0;
  line-height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 38px;
  padding: 0;
  color: #fff;
  border-radius: 0;
  background-color: #BA0504;
  border-color: #BA0504;
  border: none;
}
.search-wrap .submit:focus {
  outline: none;
}
.search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\e600';
}
.search-wrap .search-box {
  height: 38px;
}
.footer {
  background-color: #161616;
}
.footer .footer-logo {
  height: 64px;
}
.footer .footer-logo img {
  height: 100%;
}
.footer .footer-list {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.footer .footer-list:before {
  width: 100%;
  height: 1px;
  content: '';
  display: block;
  position: absolute;
  background-color: #2D2D2D;
  top: 40px;
  left: 0;
}
.footer .footer-box:last-child {
  width: 40.4%;
}
.footer .footer-desc {
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
}
.footer .footer-tit {
  font-size: 22px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  margin: 0 0 1.9em;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .footer-tit:after {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .footer-tit:before {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #BA0504;
  display: block;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer li {
  list-style: none;
}
.footer .footer-link li {
  font-size: 15px;
  line-height: 1.8;
}
.footer .footer-link li:nth-child(n+2) {
  margin: 0.6em 0 0;
}
.footer .footer-link a {
  color: #a9a9a9;
  display: flex;
  align-items: center;
  width: fit-content;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .footer .footer-link a:hover {
    color: #BA0504;
  }
}
.footer .footer-link2 {
  padding-top: 5px;
}
.footer .footer-link2 li {
  display: flex;
}
.footer .footer-link2 li:nth-child(n+2) {
  margin-top: 20px;
}
.footer .footer-link2 i {
  width: 32px;
  height: 32px;
  font-size: 20px;
  line-height: 1;
  display: flex;
  color: #fff;
  background-color: #2D2D2D;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.footer .footer-link2 .tit {
  line-height: 1.5;
  color: #fff;
  margin: 0 0 5px;
}
.footer .footer-link2 .desc {
  color: #a9a9a9;
  font-size: 15px;
  line-height: 1.6;
}
.footer .footer-link2 .desc p {
  margin: 0;
}
.footer .footer-link2 .desc a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .footer .footer-link2 .desc a:hover {
    color: #BA0504;
  }
}
.footer .footer-link2 .msg-box {
  margin-left: 15px;
}
.footer .footer-link3 {
  padding-top: 5px;
}
.footer .footer-link3 form {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.footer .footer-link3 input {
  width: calc(50% - 5px);
  height: 42px;
  margin-right: 10px;
  background-color: #2D2D2D;
  border-radius: 8px;
  margin-bottom: 10px;
  color: #fff;
  padding: 0 20px;
  border: 1px solid #2D2D2D;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .footer-link3 input:focus {
  outline: none;
  border-color: #BA0504;
}
.footer .footer-link3 input:nth-child(2n) {
  margin-right: 0;
}
.footer .footer-link3 *::-webkit-input-placeholder {
  color: #a9a9a9;
}
.footer .footer-link3 *:-moz-placeholder {
  /* FF 4-18 */
  color: #a9a9a9;
}
.footer .footer-link3 *::-moz-placeholder {
  /* FF 19+ */
  color: #a9a9a9;
}
.footer .footer-link3 *:-ms-input-placeholder {
  /* IE 10+ */
  color: #a9a9a9;
}
.footer .footer-link3 textarea {
  width: 100%;
  height: 140px;
  background-color: #2D2D2D;
  border: 1px solid #2D2D2D;
  margin-bottom: 20px;
  resize: none;
  color: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .footer-link3 textarea:focus {
  outline: none;
  border-color: #BA0504;
}
.footer .footer-link3 button {
  width: 100%;
  height: 40px;
  background-color: #BA0504;
  border-radius: 8px;
  border: 1px solid #BA0504;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .footer .footer-link3 button:hover {
    background-color: transparent;
    color: #BA0504;
  }
}
.footer .footer-cont {
  padding: 65px 0 85px;
}
.footer .footer-record {
  background-color: #0D0D0D;
}
.footer .footer-record .record-cont {
  font-size: 15px;
  line-height: 1.5;
  color: #9c9c9c;
}
.footer .footer-record .record-cont a {
  color: #9c9c9c;
  margin-left: 10px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .footer .footer-record .record-cont a:hover {
    color: #BA0504;
    text-decoration: underline;
  }
}
.footer .footer-record .record-cont .site-btn {
  text-decoration: underline;
}
.footer .footer-record .container > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}
.footer .footer-t {
  transform: translateY(-25px);
}
.footer .footer-t .footer-tbox {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  height: 150px;
  align-items: center;
  padding: 0 50px;
  border-radius: 8px;
  box-shadow: 0px 2px 7.2px 1.8px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}
.footer .footer-t .footer-tbox:before {
  content: '';
  height: 6px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #BA0504;
}
.footer .footer-t .tit {
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  font-family: 'Butler';
  text-transform: capitalize;
}
.footer .footer-t form {
  width: 570px;
  height: 50px;
  border: 1px solid #CFCFCF;
  border-radius: 8px;
  display: flex;
  padding: 5px;
}
.footer .footer-t form button {
  width: 55px;
  background-color: #BA0504;
  border: 1px solid #BA0504;
  border-radius: 8px;
  flex-shrink: 0;
  line-height: 1;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .footer .footer-t form button:hover {
    background-color: #161616;
    border-color: #161616;
  }
}
.footer .footer-t form button i {
  font-size: 22px;
}
.footer .footer-t form input {
  width: 100%;
  font-size: 14px;
  padding: 0 15px;
  border: none;
}
.footer .footer-t form input:focus {
  outline: none;
}
.footer .footer-t .footer-share {
  display: flex;
}
.footer .footer-t .footer-share a {
  border-radius: 6px;
  background-color: #f3f3f3;
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 1;
  color: #757575;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .footer-t .footer-share a:first-child {
  margin-left: 0;
}
@media screen and (min-width: 991px) {
  .footer .footer-t .footer-share a:hover {
    background-color: #BA0504;
    color: #fff;
  }
}
.contact-map {
  position: relative;
}
.contact-map:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/map-hover.png);
  background-size: 100% 20%;
  background-repeat: no-repeat;
  background-position: top;
  content: '';
  display: block;
  top: 0;
  left: 0;
}
.details {
  padding: 60px 0 90px;
}
.details .info-tit {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.1;
}
.details .details-date {
  color: #BA0504;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.42857143;
}
.details .info {
  padding-bottom: 25px;
  border-bottom: 2px solid #e3e3e3;
  margin-bottom: 25px;
  position: relative;
}
.details .txt p {
  margin: 0;
  color: #666666;
  font-size: 16px;
  line-height: 1.75;
}
.details .txt img {
  max-width: 100%;
  height: auto!important;
}
.details .news-page {
  overflow: hidden;
  margin-top: 40px;
  font-size: 16px;
}
.details .news-page p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.details .news-page p a {
  color: #222;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.details .news-page p a:hoveR {
  color: #BA0504;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.details .news-page .next {
  margin-top: 15px;
}
.details .share-box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.details .share-box > span {
  font-weight: 600;
  margin-right: 10px;
}
.details .share-box .at-style-responsive .at-share-btn {
  margin-bottom: 0;
}
.search-failed h4 {
  font-size: 20px;
  font-weight: 400;
}
.search-failed p {
  background-color: #FCF8E3;
  border: 1px solid #FAEDD1;
  border-radius: 5px;
  line-height: 22px;
  padding: 10px 20px;
  color: #666;
}
.inquiry {
  padding-top: 80px;
  padding-bottom: 80px;
}
.inquiry a {
  color: #333;
}
.inquiry .inquiry-box {
  padding-top: 30px;
}
.inquiry .send-message {
  padding-top: 40px;
}
.inquiry .send-message form {
  display: flex;
  flex-wrap: wrap;
}
.inquiry .send-message h4 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.inquiry .send-message input[type="text"]:focus-visible {
  outline: none;
  transition: all 0.35s;
}
.inquiry .send-message input[type="text"]:first-child:focus-visible {
  border-color: #999;
}
.inquiry .send-message input[type="text"] {
  border: 1px solid #999;
  padding: 10px 15px;
  margin-bottom: 20px;
  margin-right: 10px;
  width: calc(50% - 5px);
  transition: all 0.35s;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
.inquiry .send-message input[type="text"]:first-child {
  width: 100%;
  margin-right: 0;
}
.inquiry .send-message input[type="text"]:nth-child(2n+1) {
  margin-right: 0;
}
.inquiry .send-message *::-webkit-input-placeholder {
  color: #333;
  font-size: 14px;
}
.inquiry .send-message *:-moz-placeholder {
  /* FF 4-18 */
  color: #333;
  font-size: 14px;
}
.inquiry .send-message *::-moz-placeholder {
  /* FF 19+ */
  color: #333;
  font-size: 14px;
}
.inquiry .send-message *:-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
  font-size: 14px;
}
.inquiry .send-message .am-u-lg-3 {
  margin-right: 20px;
  width: calc(25% - 15px);
}
.inquiry .send-message .am-u-lg-3:nth-child(5) {
  margin-right: 0;
}
.inquiry .send-message textarea {
  resize: none;
  padding: 10px 15px;
  border: 1px solid #999;
  transition: all 0.35s;
  font-size: 14px;
  color: #333;
  width: 100%;
  background-color: #fff;
}
.inquiry .send-message textarea:focus-visible {
  outline: none;
  transition: all 0.35s;
}
.inquiry .send-message input[type="submit"] {
  border: none;
  font-size: 16px;
  color: #fff;
  background-color: #BA0504;
  width: 120px;
  height: 40px;
  margin-top: 20px;
  transition: all 0.35s;
}
.inquiry .send-message input[type="submit"]:hover {
  transform: translateY(-5px);
  transition: all 0.35s;
}
.inquiry .send-message input[type="text"]:focus-visible {
  border-color: #BA0504;
}
.inquiry .send-message textarea:focus-visible {
  border-color: #BA0504;
}
.inquiry input::-webkit-outer-spin-button,
.inquiry input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.inquiry input[type="number"] {
  -moz-appearance: textfield;
}
.inquiry-form .fix-name {
  text-align: center;
  font-weight: bold;
  color: #ff8161;
  font-size: 36px;
  margin-bottom: 20px;
}
.inquiry-form > p {
  color: #777777;
  margin-bottom: 15px;
  font-size: 16px;
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder {
  color: #444;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder {
  color: #444;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder {
  color: #444;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder {
  color: #444;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder {
  color: #c3c3c3;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder {
  color: #c3c3c3;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder {
  color: #c3c3c3;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder {
  color: #c3c3c3;
}
.inquiry-form form .row {
  margin: 0 -10px;
}
.inquiry-form form .row li {
  padding: 0 10px;
}
.inquiry-form form label {
  margin: 0 0 20px;
  position: relative;
  font-weight: normal;
  width: 100%;
}
.inquiry-form form input,
.inquiry-form form textarea {
  padding: 13px 25px;
  width: 100%;
  font-size: 16px;
  background: #f8f8f8;
}
.inquiry-form form textarea {
  height: 320px;
}
.inquiry-form form .pro-name {
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
}
.inquiry-form form .placeholder {
  display: block;
  position: absolute;
  font-weight: 500;
  top: 0;
  left: 5px;
  padding: 0 5px;
  color: #ff8161;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.inquiry-form form .input-box:placeholder-shown + .placeholder {
  visibility: hidden;
  z-index: -1;
}
.inquiry-form form .input-box:not(:placeholder-shown) + .placeholder,
.inquiry-form form .input-box:focus:not(:placeholder-shown) + .placeholder {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-17px) scale(0.8);
  -ms-transform: translateY(-17px) scale(0.8);
  transform: translateY(-17px) scale(0.8);
}
.inquiry-form form .submit {
  margin: 10px auto 0;
  padding: 14px 57px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #ff8161;
}
.inquiry-wrap .iq-title,
.inquiry-wrap .list li {
  text-align: justify;
  text-justify: distribute-all-lines;
  width: 100%;
  font-size: 0;
  padding-left: 60px;
  padding-right: 45px;
}
.inquiry-wrap .iq-title:after,
.inquiry-wrap .list li:after {
  width: 100%;
  height: 0;
  margin: 0;
  display: inline-block;
  overflow: hidden;
  content: '';
}
.inquiry-wrap .iq-title > div,
.inquiry-wrap .list li > div {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.inquiry-wrap .iq-title {
  background-color: #e6e6e6;
  border: 1px solid #d5d5d5;
  padding-top: 14px;
  padding-bottom: 14px;
}
.inquiry-wrap .iq-title .th {
  border: none;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  color: #000000;
}
.inquiry-wrap .iq-title .th.qty-box {
  text-align: center;
}
.inquiry-wrap .iq-title .th span {
  display: inline-block;
  vertical-align: middle;
}
.inquiry-wrap .iq-title .pic-box {
  text-align: center;
  padding: 11px 0;
}
.inquiry-wrap .inquiry-box {
  width: 100%;
  border: none;
}
.inquiry-wrap .inquiry-box > .list {
  margin: 0;
  padding: 0;
}
.inquiry-wrap .inquiry-box label {
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0;
}
.inquiry-wrap .inquiry-box label:before {
  background-color: #e6e6e6;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}
.inquiry-wrap .inquiry-box .check-box {
  text-align: left;
  width: 65px;
}
.inquiry-wrap .inquiry-box .check-box .check-all {
  margin: 0;
}
.inquiry-wrap .inquiry-box .check-box .check-all > label {
  margin-right: 10px;
}
.inquiry-wrap .inquiry-box .check-box label.replace {
  display: inline-block;
  background-color: #fff;
  width: 16px;
  height: 16px;
  line-height: 14px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border: 1px solid #e3e3e3;
}
.inquiry-wrap .inquiry-box .check-box label.replace:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-family: 'iconfont' !important;
  content: '\eaf1';
  opacity: 0;
  color: #333;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.inquiry-wrap .inquiry-box .check-box label.replace input {
  display: none;
}
.inquiry-wrap .inquiry-box .check-box label.change:after {
  opacity: 1;
}
.inquiry-wrap .inquiry-box .introduce-box {
  text-align: left;
}
.inquiry-wrap .inquiry-box .introduce-box > div {
  display: inline-block;
  vertical-align: middle;
}
.inquiry-wrap .inquiry-box .introduce-box .pic-box {
  width: 150px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.inquiry-wrap .inquiry-box .introduce-box .pic-box .img-box {
  padding-bottom: 90.32258064%;
}
.inquiry-wrap .inquiry-box .introduce-box .intro {
  width: -webkit-calc(-90%);
  width: calc(100% - 190px);
}
.inquiry-wrap .inquiry-box .introduce-box .name {
  margin: 0 0 5px 0;
  -webkit-line-clamp: 2;
  height: auto;
  font-size: 16px;
}
.inquiry-wrap .inquiry-box .introduce-box .name:hover {
  color: #ff8161;
}
.inquiry-wrap .inquiry-box .introduce-box .name ~ span {
  color: #999;
  margin-left: 15px;
}
.inquiry-wrap .inquiry-box .introduce-box .name ~ span:first-of-type {
  margin-left: 0;
}
.inquiry-wrap .inquiry-box .introduce-box p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inquiry-wrap .inquiry-box .number-box {
  zoom: 1;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  min-width: 90px;
}
.inquiry-wrap .inquiry-box .number-box:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.inquiry-wrap .inquiry-box .number-box a {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #e5e5e5;
}
.inquiry-wrap .inquiry-box .number-box a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.inquiry-wrap .inquiry-box .number-box a.del1:before {
  content: '\e67a';
}
.inquiry-wrap .inquiry-box .number-box a.add1:before {
  content: '\e664';
}
.inquiry-wrap .inquiry-box .number-box a.disable {
  cursor: not-allowed;
}
.inquiry-wrap .inquiry-box .number-box .ipt-num {
  float: left;
  width: 60px;
  min-width: 26px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  max-width: 60px;
  color: #333;
  background: none;
  border: none;
}
.inquiry-wrap .inquiry-box .number-box .ipt-num:focus {
  outline: none;
}
.inquiry-wrap .inquiry-box .qty-box {
  text-align: center;
}
.inquiry-wrap .inquiry-box .del-box {
  text-align: center;
}
.inquiry-wrap .inquiry-box .del-box .del:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e62a';
  color: #333;
  font-size: 20px;
}
.inquiry-wrap .inquiry-box .del-box .del:hover:before {
  color: #3DAA02;
}
.inquiry-wrap .inquiry-box .list li {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dedede;
}
.inquiry-wrap .inquiry-box .inquiry-form {
  margin-top: 80px;
}
.inquiry-wrap .inquiry-box .inquiry-form h3 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  margin: 0 0 25px;
}
@media (max-width: 1199px) {
  .inquiry-form .fix-name {
    font-size: 32px;
  }
  .inquiry-form form .submit:active {
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .inquiry-wrap .inquiry-form {
    margin-top: 65px;
  }
  .inquiry-wrap .inquiry-form h3 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .inquiry-form .fix-name {
    font-size: 28px;
  }
  .inquiry-form > p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .inquiry-form form textarea {
    height: 240px;
  }
  .inquiry-form form .submit {
    padding: 10px 54px;
    margin-top: 15px;
  }
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list li {
    padding-left: 30px;
    padding-right: 30px;
  }
  .inquiry-wrap .inquiry-form {
    margin-top: 50px;
  }
  .inquiry-wrap .inquiry-form h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .inquiry-form .fix-name {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .inquiry-form > p {
    font-size: 14px;
  }
  .inquiry-form form label {
    margin-bottom: 15px;
  }
  .inquiry-form form input,
  .inquiry-form form textarea {
    padding: 10px 15px;
    font-size: 14px;
  }
  .inquiry-form form textarea {
    height: 130px;
  }
  .inquiry-form form .pro-name {
    margin-bottom: 15px;
  }
  .inquiry-form form .submit {
    padding: 8px 35px;
    font-size: 14px;
    margin-top: 5px;
  }
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list li {
    padding-left: 2%;
    padding-right: 0;
  }
  .inquiry-wrap .iq-title .th {
    font-size: 14px;
  }
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
  .inquiry-wrap .iq-title .check-box {
    padding: 0;
  }
  .inquiry-wrap .iq-title .del-box {
    opacity: 0;
    width: 30px;
  }
  .inquiry-wrap .inquiry-box .introduce-title {
    padding-left: 0px !important;
    text-align: center;
  }
  .inquiry-wrap .inquiry-box .check-box .check-all span {
    display: none;
  }
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(-20%);
    width: calc(100% - 120px);
  }
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 5%;
  }
  .inquiry-wrap .inquiry-box .introduce-box .name {
    margin-bottom: 10px;
  }
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 50px;
    height: 30px;
    line-height: 30px;
  }
  .inquiry-wrap .inquiry-box .qty-box {
    display: none;
  }
  .inquiry-wrap .inquiry-form {
    margin-top: 35px;
  }
  .inquiry-wrap .inquiry-form h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .inquiry-form form .submit {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .inquiry-form form .submit:hover {
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .inquiry-wrap .inquiry-box .introduce-box img {
    -webkit-transition: transform 0.7s;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  .inquiry-wrap .inquiry-box .introduce-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic img {
    -webkit-transition: transform 0.7s;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
  .inquiry-wrap .inquiry-box .number-box a:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 768px) {
  .inquiry-wrap .iq-title .th.check-box label.replace:after {
    display: block;
  }
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(55%);
    width: calc(100% - 45px);
  }
  .inquiry-wrap .inquiry-box .check-box label.replace {
    margin-left: 5px;
  }
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 80px;
  }
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    width: -webkit-calc(10%);
    width: calc(100% - 90px);
  }
  .inquiry-wrap .inquiry-box .introduce-box .name {
    font-size: 13px;
  }
  .inquiry-wrap .inquiry-box .number-box a {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 12px;
  }
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 35px;
    height: 25px;
    line-height: 23px;
  }
  .inquiry-wrap .inquiry-box .list li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 100px;
  }
}
@media (max-width: 576px) and (max-width: 767px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 30px;
  }
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 48%;
  }
  .inquiry-wrap .inquiry-box .introduce-box .number-box {
    display: none;
  }
  .inquiry-wrap .inquiry-box .qty-box {
    width: 150px;
    text-align: center;
  }
  .inquiry-wrap .inquiry-box .del-box {
    width: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
.site-map {
  padding-top: 65px;
  padding-bottom: 60px;
  font-family: 'Lato';
}
.site-map h2 {
  font-size: 30px;
  color: #222;
  font-weight: bold;
  margin-bottom: 28px;
}
.site-map ul {
  margin: 0;
  padding: 0;
}
.site-map li {
  list-style: none;
  font-size: 0;
}
.site-map a {
  display: inline-block;
}
.site-map .site-list1 > li {
  margin-bottom: 20px;
}
.site-map .site-list1 > li > a {
  text-transform: uppercase;
  font-size: 18px;
  border: 1px solid #EAEAEA;
  width: 290px;
  height: 50px;
  padding-left: 30px;
  line-height: 50px;
  color: #222;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-map .site-list1 > li > a:hover {
  background-color: #BA0504;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-map .site-list2 {
  padding-left: 25px;
  padding-top: 14px;
  padding-bottom: 10px;
}
.site-map .site-list2 > li {
  margin-bottom: 16px;
}
.site-map .site-list2 > li:last-child {
  margin-bottom: 0;
}
.site-map .site-list2 > li > a {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-map .site-list2 > li > a:hover {
  text-decoration: underline;
  color: #BA0504;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-map .site-list3 {
  padding-top: 7px;
}
.site-map .site-list3:after {
  content: '';
  display: block;
  clear: both;
}
.site-map .site-list3 > li {
  float: left;
  margin-right: 28px;
}
.site-map .site-list3 > li > a {
  font-size: 14px;
  color: #666;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-map .site-list3 > li > a:hover {
  color: #BA0504;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


.index-honor .honor{
	padding-top: 0px;
}
.index-honor .honor .in-title{
	text-align: center;
}
.index-honor  .honor .desc{
	margin: 0 auto;
	margin-top: 15px;

}
.index-honor  .honor .box{
	margin-top: 30px;
}
#menu{
	display: none;
}
@media(max-width:1199px){
	#menu.mm-menu{
		display: block;
	}
}
.mm-page{
	background-color: #fff;
	position: relative;
	z-index: 8;
}
.honor-more .more{
	margin: 0 auto;
}


.index-prod .slick-prev,
.index-prod .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #161616;
  z-index: 3;
  top: calc(50% - 20px);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-prod .slick-prev:before,
.index-prod .slick-next:before {
  font-family: 'iconfont';
  font-size: 22px;
  opacity: 1;
}
@media screen and (min-width: 991px) {
  .index-prod .slick-prev:hover,
  .index-prod .slick-next:hover {
    background-color: #BA0504;
  }
}
.index-prod .slick-next {
  right: -55px;
}
.index-prod .slick-next:before {
  content: '\e8da';
}
.index-prod .slick-prev {
  left: -55px;
}
.index-prod .slick-prev:before {
  content: '\e8d9';
}

.a2a_kit{
   display: inline-block;
}
.share-cn {
   display: none;
}
&[lang=zh-CN] {
   .share-cn {
      display: block;
   }
   .share-other {
      display: none;
   }
}
