body {
  font-family: 'Microsoft YaHei', Arial, 'Helvetica Neue', Helvetica, 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  color: #333;
}
a:focus {
  outline: none;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.hide {
  display: none;
}
.am-container {
  max-width: 1440px;
}
.xs-online {
  display: none;
  font-weight: 300;
  position: fixed;
  z-index: 99;
  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: #770000;
  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: #333;
  line-height: 1.2;
  font-size: 16px;
  text-align: center;
}
@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: 14px 8px !important;
  border: 1px solid #a0a0a0 !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%;
}
.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: 50px;
  height: 50px;
  margin-bottom: 3px;
  list-style: none;
}
.suspended-list ul li.suspended-list-en {
  display: none!important;
}
.suspended-list ul li a {
  display: block;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.5);
  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;
  color: #fff;
  transition: all 0.35s;
}
.suspended-list ul li .icon-douyin{
  font-size: 28px;
}
.suspended-list ul li .icon-weixin {
  font-size: 28px;
}
.suspended-list ul li .icon-dianhua {
  font-size: 20px;
}
.suspended-list ul li .icon-backtop {
  font-size: 21px;
}
.suspended-list ul li .icon-qq {
  font-size: 24px;
}
.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: #770000;
  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: #770000;
  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: #770000;
}
.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;
}
header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
header .header-btngroup {
  display: flex;
  padding-left: 30px;
}
header .header-btngroup .header-language {
  display: flex;
  align-items: center;
  height: 88px;
  margin-left: 25px;
  margin-right: 55px;
}
header .header-btngroup .header-language div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: none;
}
header .header-btngroup .header-language div.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-btngroup .header-language div a {
  font-size: 15px;
  color: #666;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #E7E7E7;
  transition: all 0.35s;
}
header .header-btngroup .header-language div a:hover {
  color: #770000;
  border-color: #770000;
  transition: all 0.35s;
}
header .header-btngroup .header-search {
  display: flex;
  align-items: center;
}
header .header-btngroup .header-search .header-searchbox {
  width: 240px;
  height: 40px;
}
header .header-btngroup .header-search form {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 15px;
  transition: all 0.35s;
}
header .header-btngroup .header-search form:hover {
  border-color: #770000;
  transition: all 0.35s;
}
header .header-btngroup .header-search input {
  border: none;
  outline: none;
  font-size: 15px;
  line-height: 16px;
  width: calc(100% - 16px);
  margin-left: 10px;
  padding: 0;
}
header .header-btngroup .header-search button {
  border: none;
  background: none;
  padding: 0;
}
header .header-btngroup .header-search button i {
  font-size: 16px;
}
header .header-cont-all {
  display: flex;
  align-items: center;
}
header .header-logo {
  height: 88px;
}
header .header-logo img {
  height: 100%;
}
header.am-sticky {
  box-shadow: 0px 2px 18px 0px rgba(9, 20, 30, 0.15);
}
.banner {
  overflow: hidden;
}
.banner img {
  width: 100%;
}
.banner .img-box {
  padding-bottom: 36.5625%;
}
.banner .slick-slide > div {
  font-size: 0;
}
.banner .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.banner .slick-dots {
  bottom: 25px;
}
.banner .slick-dots {
  font-size: 0;
}
.banner .slick-dots li {
  width: 40px;
  height: 4px;
  overflow: hidden;
  margin: 0 10px;
}
.banner .slick-dots li button {
  padding: 0;
  background-color: #C4C4C5;
  width: 100%;
  height: 100%;
  transition: all 0.35s;
}
.banner .slick-dots li button:before {
  display: none;
}
.banner .slick-dots li.slick-active button {
  background-color: #770000;
  transition: all 0.35s;
}
.banner .slick-prev,
.banner .slick-next {
  width: 63px;
  height: 75px;
  z-index: 1;
}
.banner .slick-prev:hover:before,
.banner .slick-next:hover:before {
  color: #770000;
  transition: all 0.35s;
}
.banner .slick-prev:before,
.banner .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 52px;
  opacity: 1;
  transition: all 0.35s;
  color: #666;
}
.banner .slick-prev {
  left: 90px;
}
.banner .slick-prev:before {
  content: '\e64b';
}
.banner .slick-next {
  right: 90px;
}
.banner .slick-next:before {
  content: '\e909';
}
.in-title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.in-title:before {
  content: 'Kühalmann';
  font-size: 18px;
  line-height: 1;
  color: #bb7f7f;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.in-title:after {
  content: '';
  background-color: #770000;
  width: 60px;
  height: 4px;
  border-radius: 2px;
  display: block;
  margin: 25px auto 0;
}
.index-bigdata {
  padding-top: 100px;
  padding-bottom: 50px;
}
.index-bigdata .big-data {
  display: flex;
  justify-content: space-between;
  padding-right: 50px;
}
.index-bigdata .data-box {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 991px) {
  .index-bigdata .data-box:hover i {
    transform: rotateY(180deg);
    transition: all 0.35s;
  }
  .index-bigdata .data-box:hover .svgbox {
    transform: rotateY(180deg);
    transition: all 0.35s;
  }
}
.index-bigdata .data-box i {
  width: 100px;
  height: 100px;
  border: 1px solid #770000;
  color: #770000;
  font-size: 42px;
  line-height: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}
.index-bigdata .data-box .svgbox {
  width: 100px;
  height: 100px;
  border: 1px solid #770000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}
.index-bigdata .data-box .svgbox img {
  width: 40px;
  height: 40px;
}
.index-bigdata .count-top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px;
}
.index-bigdata .count-top span {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
.index-bigdata .data-cont {
  padding-left: 30px;
}
.index-about {
  background-image: url(../img/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  padding-bottom: 70px;
}
.index-about .about-txt {
  padding: 0 100px;
  text-align: center;
  margin-top: 40px;
}
.index-about .about-btn {
  display: flex;
  align-items: center;
  width: 180px;
  height: 56px;
  border: 1px solid #666;
  justify-content: center;
  color: #666;
  transition: all 0.35s;
}
.index-about .about-btn:first-child {
  margin-right: 30px;
}
.index-about .about-btn i {
  margin: 0 4px;
}
.index-about .about-btn span {
  margin: 0 4px;
}
.index-about .about-btn:hover {
  color: #fff;
  background-color: #770000;
  border-color: #770000;
  transition: all 0.35s;
}
.index-about .about-btngroup {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.index-about .about-cont {
  background-color: #fff;
  padding-bottom: 80px;
  padding-top: 50px;
}
.index-about .about-video {
  display: flex;
  width: 80px;
  height: 80px;
  color: #770000;
  background-color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 70px auto 0;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .index-about .about-video:hover {
    color: #fff;
    background-color: #770000;
    transition: all 0.35s;
  }
}
.slick-slide > div {
  font-size: 0;
}
.index-category {
  padding-top: 100px;
  padding-bottom: 100px;
}
.index-category .img-box {
  padding-bottom: 75%;
}
.index-category .category-txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.index-category .category-tit {
  line-height: 1;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  transition: all 0.35s;
}
.index-category .category-img {
  position: relative;
}
.index-category .category-img .hover-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index-category .category-img .hover-img .hover-imgbox {
  width: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 10;
  opacity: 0;
  transition: all 0.35s;
}
.index-category .category-img .hover-img .img-box {
  padding-bottom: 100%;
}
.index-category .category-img > .img-box img {
  transition: all 0.35s;
}
.index-category .category-more {
  font-size: 16px;
  display: flex;
  color: #666;
  align-items: center;
}
.index-category .category-more span {
  margin-right: 8px;
}
.index-category .category-box {
  padding: 0 15px;
}
.index-category .category-box img {
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .index-category .category-box:hover img {
    transition: all 0.35s;
  }
  .index-category .category-box:hover .category-tit {
    color: #770000;
    transition: all 0.35s;
  }
  .index-category .category-box:hover .category-img > .img-box img {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    transition: all 0.35s;
  }
  .index-category .category-box:hover .hover-imgbox {
    opacity: 1;
    transition: all 0.35s;
    transform: translate(-50%, -50%) scale(1);
  }
}
.index-category .category-slick {
  padding: 50px 40px 0;
}
.index-category .slick-prev,
.index-category .slick-next {
  z-index: 10;
  display: flex;
  width: 64px;
  height: 64px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}
.index-category .slick-prev:hover,
.index-category .slick-next:hover {
  background-color: #770000;
  transition: all 0.35s;
}
.index-category .slick-prev:hover:before,
.index-category .slick-next:hover:before {
  color: #fff;
  transition: all 0.35s;
}
.index-category .slick-prev:before,
.index-category .slick-next:before {
  content: '\e63e';
  font-family: 'iconfont' !important;
  opacity: 1;
  color: #666;
  font-size: 24px;
  padding-right: 5px;
}
.index-category .slick-prev {
  left: 30px;
}
.index-category .slick-next {
  right: 30px;
}
.index-category .slick-next:before {
  transform: rotateZ(180deg);
}
.index-news {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fafafa;
}
.index-news .news-date {
  font-size: 16px;
  transition: all 0.35s;
}
.index-news .news-tit {
  font-size: 22px;
  line-height: 34px;
  font-weight: bold;
  padding-right: 75px;
}
.index-news .news-tit a {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .img-box:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/news-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  transition: all 0.35s;
}
.index-news .news-cont {
  position: absolute;
  z-index: 2;
  bottom: 0;
  color: #fff;
  padding: 20px;
  height: 134px;
  transition: all 0.35s;
  width: 100%;
}
.index-news .news-more2 {
  font-size: 16px;
  overflow: hidden;
  height: 0;
  line-height: 1;
  transition: all 0.35s;
  position: absolute;
  bottom: 55px;
  color: #fff;
}
.index-news .news-more1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 64px;
  height: 64px;
  transition: all 0.35s;
}
.index-news .news-more1 a {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #770000;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}
.index-news .news-img {
  position: relative;
}
.index-news .news-img:hover .news-cont {
  height: 100%;
  transition: all 0.35s;
  background-color: rgba(119, 0, 0, 0.8);
  padding-top: 55px;
}
.index-news .news-img:hover .img-box:after {
  opacity: 0;
  transition: all 0.35s;
}
.index-news .news-img:hover .news-more1 {
  opacity: 0;
  transition: all 0.35s;
}
.index-news .news-img:hover .news-date {
  margin-bottom: 10px;
  transition: all 0.35s;
}
.index-news .news-img:hover .news-more2 {
  height: 16px;
  transition: all 0.35s;
}
.index-news .news-slickbox {
  padding: 0 15px;
}
.index-news .news-slick {
  padding: 0 15px;
  margin-top: 50px;
}
.index-choose {
  padding-top: 100px;
  padding-bottom: 100px;
}
.index-choose .choose-all {
  display: flex;
  margin-top: 50px;
}
.index-choose .choose-box {
  width: 50%;
  text-align: right;
  background-color: #F7F7F7;
  padding: 35px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition: all 0.35s;
  height: 287px;
}
.index-choose .choose-box i {
  transition: all 0.35s;
}
.index-choose .choose-box i:first-child {
  font-size: 41px;
  color: #770000;
  line-height: 1;
  position: absolute;
  right: 35px;
  transition: all 0.35s;
}
.index-choose .choose-box i:last-child {
  font-size: 22px;
  margin-top: 90px;
  display: block;
  width: fit-content;
  transition: all 0.35s;
}
.index-choose .choose-box:last-child {
  align-items: flex-start;
  text-align: left;
}
.index-choose .choose-box:last-child i:first-child {
  right: auto;
  left: 35px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .index-choose .choose-box:last-child:hover i:first-child {
    font-size: 120px;
    left: auto;
    bottom: 40px;
    right: 40px;
    top: auto;
    transition: all 0.35s;
  }
}
.index-choose .choose-box:last-child .choose-tit:after {
  right: auto;
  left: 0;
}
@media screen and (min-width: 991px) {
  .index-choose .choose-box:hover {
    background-color: #770000;
    transition: all 0.35s;
  }
  .index-choose .choose-box:hover i {
    color: rgba(255, 255, 255, 0.1);
    transition: all 0.35s;
  }
  .index-choose .choose-box:hover i:last-child {
    margin-top: 0;
    overflow: hidden;
    height: 0;
    transition: all 0.35s;
  }
  .index-choose .choose-box:hover i:first-child {
    font-size: 120px;
    left: 40px;
    bottom: 40px;
    right: auto;
    top: auto;
    transition: all 0.35s;
  }
  .index-choose .choose-box:hover .choose-tit {
    color: #fff;
    transition: all 0.35s;
    padding-top: 5px;
  }
  .index-choose .choose-box:hover .choose-tit:after {
    opacity: 1;
    transition: all 0.35s;
  }
  .index-choose .choose-box:hover .choose-desc {
    height: auto;
    margin-top: 40px;
    transition: all 0.35s;
  }
}
.index-choose .choose-tit {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  padding-top: 65px;
  transition: all 0.35s;
  position: relative;
}
.index-choose .choose-tit:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  right: 0;
  background-color: #fff;
  bottom: -25px;
  opacity: 0;
  transition: all 0.35s;
}
.index-choose .choose-desc {
  line-height: 30px;
  height: 0;
  color: #fff;
  overflow: hidden;
  transition: all 0.35s;
}
footer {
  background-color: #F3F3F3;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer li {
  list-style: none;
}
footer .footer-top {
  border-bottom: 1px solid #E6E6E6;
}
footer .footer-top .footer-list2 .am-accordion-bd form {
  display: flex;
  flex-wrap: wrap;
  width: 500px;
}
footer .footer-top .footer-list2 .am-accordion-bd form *::-webkit-input-placeholder {
  color: #666;
}
footer .footer-top .footer-list2 .am-accordion-bd form *:-moz-placeholder {
  /* FF 4-18 */
  color: #666;
}
footer .footer-top .footer-list2 .am-accordion-bd form *::-moz-placeholder {
  /* FF 19+ */
  color: #666;
}
footer .footer-top .footer-list2 .am-accordion-bd form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
}
footer .footer-top .footer-list2 .am-accordion-bd input[type="text"] {
  border: 1px solid #fff;
  background-color: #fff;
  font-size: 14px;
  height: 50px;
  width: calc(50% - 10px);
  padding: 0 18px;
  transition: all 0.35s;
}
footer .footer-top .footer-list2 .am-accordion-bd input[type="text"]:first-child {
  margin-right: 20px;
}
footer .footer-top .footer-list2 .am-accordion-bd input[type="text"]:focus {
  outline: none;
  border-color: #770000;
  transition: all 0.35s;
}
footer .footer-top .footer-list2 .am-accordion-bd button {
  margin-top: 20px;
  width: 100%;
  height: 48px;
  border: 1px solid #770000;
  background-color: #770000;
  color: #fff;
  transition: all 0.35s;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-top .footer-list2 .am-accordion-bd button span {
  font-size: 15px;
  margin-left: 10px;
}
@media screen and (min-width: 991px) {
  footer .footer-top .footer-list2 .am-accordion-bd button:hover {
    background-color: #fff;
    border-color: #770000;
    color: #770000;
    transition: all 0.35s;
  }
}
footer .footer-top .footer-list2 .am-accordion-bd textarea {
  width: 100%;
  border: 1px solid #fff;
  height: 90px;
  transition: all 0.35s;
  resize: none;
  padding: 10px 18px;
  margin-top: 20px;
}
footer .footer-top .footer-list2 .am-accordion-bd textarea:focus {
  outline: none;
  border-color: #770000;
  transition: all 0.35s;
}
footer .footer-top .footer-list3 {
  max-width: 420px;
}
footer .footer-top .footer-list3 .am-accordion-bd li {
  display: flex;
  align-items: center;
}
footer .footer-top .footer-list3 .am-accordion-bd li:nth-child(n+2) {
  margin-top: 15px;
}
footer .footer-top .footer-list3 .am-accordion-bd li i {
  font-size: 16px;
  color: #770000;
  line-height: 1;
  margin-right: 10px;
}
footer .footer-top .footer-list3 .am-accordion-bd .footer-contactbox p {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
footer .footer-top .footer-list3 .am-accordion-bd .footer-contactbox p a {
  color: #666;
}
@media screen and (min-width: 991px) {
  footer .footer-top .footer-list3 .am-accordion-bd .footer-contactbox p a:hover {
    text-decoration: underline;
  }
}
footer .footer-top .am-accordion-gapped {
  margin: 0!important;
}
footer .footer-top .am-accordion-gapped .am-accordion-item {
  border: none;
  margin: 0;
}
footer .footer-top .am-accordion-gapped .am-accordion-item.am-active {
  border: none;
}
footer .footer-top .am-accordion-gapped .am-accordion-title {
  padding: 0;
  border-bottom: none;
  pointer-events: none;
  margin-bottom: 10px;
}
footer .footer-top .am-accordion-gapped .am-accordion-title:after {
  color: #333;
  opacity: 0;
  content: '\e909';
  font-family: 'iconfont';
}
footer .footer-top .am-accordion-gapped .am-accordion-title h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
footer .footer-top .am-accordion-gapped .am-active .am-accordion-title {
  background-color: transparent;
}
footer .footer-top .am-accordion-content {
  padding: 0;
  padding-top: 25px;
}
footer .footer-top .footer-topall {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 55px;
  padding-bottom: 50px;
}
footer .footer-top .footer-msg {
  width: 330px;
}
footer .footer-top .footer-msg .footer-desc {
  font-size: 15px;
  line-height: 28px;
  color: #666;
  margin-bottom: 60px;
}
footer .footer-top .footer-msg a {
  width: 120px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #666;
  border: 1px solid #666;
  transition: all 0.35s;
}
footer .footer-top .footer-msg a:hover {
  background-color: #770000;
  border-color: #770000;
  color: #fff;
  transition: all 0.35s;
}
footer .footer-top .footer-msg .footer-logo {
  margin-bottom: 40px;
}
footer .footer-bottom .foot-botcont {
  display: flex;
  align-items: center;
  padding: 13px 0;
  font-size: 15px;
}
footer .footer-bottom .foot-botcont p {
  margin: 0;
  color: #666;
  margin-right: 10px;
}
footer .footer-bottom .foot-botcont a {
  color: #666;
  margin-left: 20px;
  transition: all 0.35s;
}
footer .footer-bottom .foot-botcont a:hover {
  text-decoration: underline;
  color: #770000;
  transition: all 0.35s;
}
.page-banner {
  overflow: hidden;
}
.page-banner .item {
  position: relative;
}
.page-banner .item img {
  width: 100%;
}
.page-tit {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 1;
}
.about .about-all {
  padding-top: 70px;
  padding-bottom: 80px;
}
.about .about-all .about-txt {
  display: flex;
  justify-content: space-between;
}
.about .about-all .about-txt .about-desc {
  width: 930px;
  line-height: 30px;
}
.about .about-all .about-txt .about-tit .about-tit-cn {
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
}
.about .about-all .about-txt .about-tit .about-tit-en {
  font-size: 72px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.05;
  line-height: 1;
  margin-bottom: -40px;
}
.about .about-all .about-video {
  position: relative;
  overflow: hidden;
  margin-top: 45px;
}
.about .about-all .about-video img {
  width: 100%;
  transition: all 0.35s;
}
.about .about-all .about-video i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #770000;
  border-radius: 50%;
  font-size: 20px;
}
.about .about-all .about-video:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.about .history {
  background-image: url(../img/history-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 170px 65px;
}
.about .history .history-slickbox {
  display: flex!important;
  flex-direction: column;
  padding-left: 30px;
}
.about .history .history-img {
  width: 240px;
}
.about .history .history-img .img-box {
  padding-bottom: 66.66666667%;
}
.about .history .history-img img {
  transition: all 0.35s;
}
.about .history .slick-slide:nth-child(2n) .history-slickbox {
  flex-direction: column-reverse;
}
.about .history .slick-slide:nth-child(2n) .history-cont {
  align-items: flex-start;
}
.about .history .slick-slide:nth-child(2n) .history-cont > div {
  padding-bottom: 0;
  padding-top: 25px;
  flex-direction: column-reverse;
}
.about .history .slick-slide:nth-child(2n) .history-cont:after {
  bottom: auto;
  top: -4px;
}
.about .history .slick-slide:nth-child(2n) .history-year {
  align-items: flex-end;
}
.about .history .slick-slide:nth-child(2n) .history-year div {
  padding-bottom: 15px;
  padding-top: 0;
}
.about .history .slick-slide:nth-child(2n) .history-txt {
  margin-bottom: 0;
  margin-top: 15px;
}
.about .history .history-txt {
  margin-bottom: 15px;
  width: calc(100% + 30px);
}
.about .history .history-txt p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
.about .history .history-cont {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.about .history .history-cont > div {
  padding-bottom: 25px;
  border-left: 1px solid #770000;
  padding-left: 25px;
  display: flex;
  flex-direction: column;
}
.about .history .history-cont:after {
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #770000;
  border-radius: 50%;
  content: '';
  left: -4px;
  bottom: -4px;
}
@media screen and (min-width: 991px) {
  .about .history .history-cont:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.about .history .history-year {
  font-weight: bold;
  font-size: 22px;
  color: #770000;
  height: 270px;
  display: flex;
  align-items: flex-start;
}
.about .history .history-year div {
  padding-top: 15px;
  transform: translateX(-50%);
}
.about .history .slick-track {
  display: flex;
  align-items: center;
}
.about .history .history-slick {
  position: relative;
  margin-top: 60px;
}
.about .history .history-slick:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #770000;
  opacity: 0.2;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about .history .slick-prev,
.about .history .slick-next {
  z-index: 10;
  display: flex;
  width: 64px;
  height: 64px;
  background-color: #fff;
  border: 1px solid #666;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}
.about .history .slick-prev:hover,
.about .history .slick-next:hover {
  background-color: #770000;
  transition: all 0.35s;
  border-color: #770000;
}
.about .history .slick-prev:hover:before,
.about .history .slick-next:hover:before {
  color: #fff;
  transition: all 0.35s;
}
.about .history .slick-prev {
  left: -120px;
}
.about .history .slick-prev:before {
  content: '\e63e';
  font-family: 'iconfont' !important;
  opacity: 1;
  color: #666;
  font-size: 24px;
  padding-right: 5px;
}
.about .history .slick-next {
  right: -120px;
}
.about .history .slick-next:before {
  content: '\e90a';
  font-family: 'iconfont' !important;
  opacity: 1;
  color: #666;
  font-size: 24px;
  padding-right: 5px;
}
.about .history .slick-slide .history-txt {
  opacity: 0;
  transition: all 0.35s;
}
.about .history .slick-slide.slick-active .history-txt {
  opacity: 1;
  transition: all 0.35s;
}
.about .factory {
  padding-top: 80px;
  padding-bottom: 50px;
}
.about .factory .img-box {
  padding-bottom: 66.66666667%;
}
.about .factory .img-box:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.about .factory .img-box img {
  transition: all 0.35s;
}
.about .factory .am-u-md-4 {
  margin-bottom: 30px;
}
.about .factory .am-g {
  margin-top: 50px;
}
.about .about-vr {
  position: relative;
}
.about .about-vr img {
  width: 100%;
}
.about .about-vr a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 56px;
  border-radius: 28px;
  background-color: #770000;
  border: 1px solid #770000;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.35s;
}
.about .about-vr a:hover {
  color: #770000;
  transition: all 0.35s;
  background-color: #fff;
}
.about .about-vr i {
  margin-right: 10px;
}
.sticky-content {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}
.list-l {
  background-clip: content-box;
  width: calc(25% + 30px);
  position: relative;
  z-index: 9;
  background-color: #fff;
}
.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: #fff;
  background-color: #770000;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 0;
  padding: 25px;
}
.list-l .menu a {
  display: block;
}
.list-l .menu1 {
  position: relative;
  padding-left: 0;
  margin-bottom: 120px;
  margin-top: 0;
}
.list-l .menu1 > li {
  color: #666666;
  font-size: 18px;
  list-style: none;
}
.list-l .menu1 > li.active > a {
  background-color: #FBF7F7;
  border-color: #F2F8FC;
  border-right: 4px solid #770000;
  color: #770000;
  border-bottom: none;
}
.list-l .menu1 > li.active > a span:before {
  transform: rotateZ(90deg);
  transition: all 0.35s;
}
.list-l .menu1 > li.more > a span:before {
  content: '\e6b7';
  font-size: 14px;
  font-weight: 400;
  font-family: 'iconfont' !important;
  transition: all 0.35s;
  line-height: 1;
  display: block;
  margin-right: 10px;
}
.list-l .menu1 > li.more > a:after {
  border: none;
}
.list-l .menu1 > li > a {
  display: block;
  position: relative;
  font-size: 18px;
  color: #333;
  font-weight: 500;
  line-height: 24px;
  padding: 23px 25px;
  font-weight: bold;
  border-bottom: 1px solid #E6E6E6;
  transition: all 0.35s;
}
.list-l .menu1 > li > a:hover {
  color: #770000;
  transition: all 0.35s;
}
.list-l .menu1 > li > a span {
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 1;
  position: relative;
}
.list-l .menu1 > li:last-child > a {
  border-bottom: none;
}
.list-l .menu1 ul {
  font-size: 14px;
  display: none;
  margin: 0;
}
.list-l .menu2 {
  padding: 0;
  border-bottom: 1px solid #E6E6E6;
}
.list-l .menu2 > li {
  list-style: none;
}
.list-l .menu2 > li:last-child {
  border-bottom: none;
}
.list-l .menu2 > li.active {
  background-color: #770000;
}
.list-l .menu2 > li.active > a span {
  color: #fff;
}
.list-l .menu2 > li.active > a:before {
  width: 16px;
  transition: all 0.35s;
}
.list-l .menu2 > li > a {
  display: flex;
  width: fit-content;
  align-items: center;
  font-size: 16px;
  width: 100%;
  position: relative;
  line-height: 16px;
  padding: 24px 25px;
  color: #333;
  height: auto;
  transition: all 0.35s;
}
.list-l .menu2 > li > a:hover {
  background-color: #770000;
  transition: all 0.35s;
}
.list-l .menu2 > li > a:hover span {
  color: #fff;
  transition: all 0.35s;
}
.list-l .menu2 > li > a span {
  display: block;
  border-bottom: 1px solid transparent;
  transition: all 0.35s;
}
.list-l .menu3 > li {
  padding-left: 12px;
  margin-top: 5px;
  list-style: none;
}
.list-l .menu3 > li > a {
  color: #83868a;
}
.list-l .menu3 > li > a:before {
  content: '- ';
}
.prod {
  padding-top: 80px;
  padding-bottom: 80px;
}
.prod .prod-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.prod .prod-box {
  padding: 20px;
  border: 1px solid #E6E6E6;
  width: 33.33333333%;
  margin-left: -1px;
  transition: all 0.35s;
}
.prod .prod-box:hover {
  position: relative;
  border-color: #770000;
  transition: all 0.35s;
}
.prod .prod-box:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.prod .prod-box:hover .prod-tit {
  color: #770000;
  transition: all 0.35s;
}
.prod .prod-box:hover .prod-more {
  color: #770000;
  transition: all 0.35s;
}
.prod .prod-box:nth-child(3n+1) {
  margin-left: 0;
}
.prod .prod-box:nth-child(n+4) {
  margin-top: -1px;
}
.prod .prod-box .prod-tit {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  margin-top: 15px;
  transition: all 0.35s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prod .prod-box .prod-more {
  display: flex;
  font-size: 14px;
  color: #666;
  transition: all 0.35s;
}
.prod .prod-box .prod-more i {
  font-size: 14px;
  margin-left: 5px;
}
.prod .prod-box img {
  transition: all 0.35s;
}
.pagenum {
  display: flex;
  justify-content: center;
}
.pagenum a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 40px;
  height: 40px;
  border: 1px solid #F5F5F5;
  line-height: 30px;
  color: #666;
  margin-left: 16px;
  background-color: #F5F5F5;
  transition: all 0.35s;
}
.pagenum a.active {
  background-color: #fff;
  color: #770000;
  transition: all 0.35s;
  border-color: #770000;
}
.pagenum a:first-child {
  margin-left: 0;
}
.pagenum a:nth-child(2) {
  margin-left: 24px;
}
.pagenum a:last-child {
  margin-left: 24px;
}
.pagenum a:last-child i {
  display: block;
  transform: rotateY(180deg);
}
@media screen and (min-width: 991px) {
  .pagenum a:hover {
    background-color: #770000;
    color: #fff;
    transition: all 0.35s;
    border-color: #770000;
  }
}
.pagenum i {
  font-size: 12px;
  display: block;
}
.prod-deta .pro-details-slick {
  font-size: 0;
}
.prod-deta .pro-details-slick .slick-prev {
  z-index: 100;
  top: 10px;
  left: 0;
  width: 100%;
  height: 24px;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.35s;
  transform: translate(0);
}
.prod-deta .pro-details-slick .slick-prev:hover {
  background-color: #770000;
  transition: all 0.35s;
}
.prod-deta .pro-details-slick .slick-prev:hover:before {
  color: #fff;
  transition: all 0.35s;
}
.prod-deta .pro-details-slick .slick-prev:hover:after {
  opacity: 0;
  transition: all 0.35s;
}
.prod-deta .pro-details-slick .slick-prev:after {
  background-image: url(../img/btn-bg2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  content: '';
  position: absolute;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.35s;
}
.prod-deta .pro-details-slick .slick-prev:before {
  color: #fff;
  content: '\e64b';
  font-family: 'iconfont' !important;
  opacity: 1;
  display: inline-block;
  transform: rotate(90deg);
  font-size: 14px;
}
.prod-deta .pro-details-slick .slick-next {
  z-index: 100;
  right: 0;
  top: auto;
  bottom: 10px;
  width: 100%;
  height: 24px;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.35s;
  transform: translate(0);
}
.prod-deta .pro-details-slick .slick-next:hover {
  background-color: #770000;
  transition: all 0.35s;
}
.prod-deta .pro-details-slick .slick-next:hover:before {
  color: #fff;
  transition: all 0.35s;
}
.prod-deta .pro-details-slick .slick-next:hover:after {
  opacity: 0;
  transition: all 0.35s;
}
.prod-deta .pro-details-slick .slick-next:after {
  background-image: url(../img/btn-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  content: '';
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.35s;
}
.prod-deta .pro-details-slick .slick-next:before {
  color: #fff;
  content: '\e64b';
  transform: rotate(270deg);
  font-family: 'iconfont' !important;
  opacity: 1;
  display: inline-block;
  font-size: 14px;
}
.prod-deta .pro-details-thumbslick {
  display: inline-block;
  position: relative;
  width: 100px;
  margin-right: 0;
  margin-left: 10px;
  vertical-align: top;
  overflow: hidden;
  margin-top: -10px;
  margin-bottom: -10px;
}
.prod-deta .pro-details-thumbslick .slick-slide {
  background-color: #DCDCDC;
  margin: 10px 0;
}
.prod-deta .pro-details-thumbslick .slick-slide > div {
  display: flex;
}
.prod-deta .pro-details-thumbslick .item {
  position: relative;
}
.prod-deta .pro-details-thumbslick .item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 100;
}
.prod-deta .pro-details-thumbslick .slick-current.slick-active .item:before {
  opacity: 0;
}
.prod-deta .pro-details-thumbslick .item-video:after {
  content: '\e60a';
  font-family: 'iconfont' !important;
  font-size: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 101;
  left: calc(50% - 18px);
  color: #770000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  line-height: 1;
  border-radius: 50%;
  background-color: #fff;
  width: 36px;
  height: 36px;
}
.prod-deta .pro-details-thumbslick .img-box {
  padding-bottom: 100%;
}
.prod-deta .pro-details-topslick {
  display: inline-block;
  width: calc(100% - 120px);
  vertical-align: middle;
}
.prod-deta .pro-details-topslick .item {
  padding: 0 10px;
}
.prod-deta .pro-details-topslick .item div {
  border: 1px solid #DCDCDC;
}
.prod-deta .pro-details-topslick .slick-slide > div {
  font-size: 0;
}
.prod-deta .slick-prev {
  z-index: 100;
  left: 10px;
  width: 32px;
  height: 48px;
  background-color: #770000;
  transition: all 0.35s;
}
.prod-deta .slick-prev:hover {
  background-color: #fff;
  transition: all 0.35s;
}
.prod-deta .slick-prev:hover:before {
  color: #770000;
  transition: all 0.35s;
}
.prod-deta .slick-prev:before {
  color: #fff;
  content: '\e63f';
  font-family: 'iconfont' !important;
  opacity: 1;
  display: inline-block;
  transform: rotate(180deg);
  font-size: 14px;
}
.prod-deta .slick-next {
  z-index: 100;
  right: 10px;
  width: 32px;
  height: 48px;
  background-color: #770000;
  transition: all 0.35s;
}
.prod-deta .slick-next:hover {
  background-color: #fff;
  transition: all 0.35s;
}
.prod-deta .slick-next:hover:before {
  color: #770000;
  transition: all 0.35s;
}
.prod-deta .slick-next:before {
  color: #fff;
  content: '\e63f';
  font-family: 'iconfont' !important;
  opacity: 1;
  display: inline-block;
  font-size: 14px;
}
.prod-deta iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.prod-deta .pro-details-thumbs {
  width: 480px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -10px;
}
.prod-deta .pro-details-thumbs .carousel-wrap > div {
  font-size: 0;
}
.prod-deta .pro-details-cont {
  width: calc(100% - 480px);
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}
.prod-deta .pro-details-cont h1 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.prod-deta .pro-details-cont h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.prod-deta .pro-details-summary p {
  color: #666;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.prod-deta .make-inquiry {
  display: block;
  width: 186px;
  height: 46px;
  background-color: #770000;
  font-weight: bold;
  color: #fff;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  transition: all 0.35s;
  margin-left: 10px;
}
.prod-deta .make-inquiry:hover {
  transform: translateY(-5px);
  transition: all 0.35s;
}
.prod-deta .prodetails-share {
  display: flex;
  margin-top: 20px;
  margin-left: 10px;
}
.prod-deta .prodetails-share span {
  line-height: 30px;
}
.prod-deta .business-detacont {
  padding-top: 25px;
}
.prod-deta .business-detacont h4 {
  margin: 0;
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 5px;
}
.prod-deta .business-detacont p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
.prod-deta .business-detacont .business-detacont-img {
  padding-top: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.prod-deta .business-detacont .business-detacont-imgbox {
  width: 530px;
}
.prod-deta .business-detacont .business-detacont-imgbox:nth-child(n+2) {
  margin-top: 20px;
}
.prod-deta .business-detacont .business-detacont-imgbox img {
  width: 100%;
}
.prod-deta .prod-cont {
  clear: both;
  padding-top: 40px;
}
.prod-deta .prod-cont .prod-contbox p {
  margin: 0;
}
.prod-deta .prod-cont .prod-contbox img {
  max-width: 100%;
  height: auto!important;
}
.prod-deta .prod-sontitle {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}
.prod-deta .inquiry-form {
  padding-top: 40px;
}
.prod-deta .inquiry-form .prod-sontitle {
  margin-bottom: 15px;
}
.prod-deta .inquiry-form form {
  font-size: 0;
}
.prod-deta .inquiry-form input {
  font-size: 16px;
  padding: 0 15px;
  width: calc(25% - 15px);
  height: 48px;
  margin-right: 20px;
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
  margin-bottom: 20px;
}
.prod-deta .inquiry-form input:nth-child(4) {
  margin-right: 0;
}
.prod-deta .inquiry-form input:focus {
  outline: none;
  border-color: #770000;
  transition: all 0.35s;
}
.prod-deta .inquiry-form *::-webkit-input-placeholder {
  color: #999;
}
.prod-deta .inquiry-form *:-moz-placeholder {
  /* FF 4-18 */
  color: #999;
}
.prod-deta .inquiry-form *::-moz-placeholder {
  /* FF 19+ */
  color: #999;
}
.prod-deta .inquiry-form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.prod-deta .inquiry-form textarea {
  height: 100px;
  width: 100%;
  font-size: 16px;
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
  resize: none;
  padding: 10px 17px;
  margin-bottom: 20px;
}
.prod-deta .inquiry-form textarea:focus {
  outline: none;
  border-color: #770000;
  transition: all 0.35s;
}
.prod-deta .inquiry-form button {
  width: 100%;
  background-color: #770000;
  color: #fff;
  height: 48px;
  border: 1px solid #770000;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: all 0.35s;
}
.prod-deta .inquiry-form button i {
  font-size: 16px;
  margin-right: 12px;
  position: relative;
  z-index: 1;
  transition: all 0.35s;
}
.prod-deta .inquiry-form button:hover {
  color: #770000;
  background-color: #fff;
  transition: all 0.35s;
}
.prod-deta .inquiry-form button:hover i {
  color: #770000;
  transition: all 0.35s;
}
.prod-deta .recommend {
  padding-top: 40px;
}
.prod-deta .recommend .prod-recommendlist {
  margin: 0;
}
.prod-deta .recommend .prod-recommendlist .slick-list {
  padding: 0 1px;
  width: calc(100% + 1px);
}
.prod-deta .recommend .prod-recommendlist .slick-prev,
.prod-deta .recommend .prod-recommendlist .slick-next {
  width: 38px;
  height: 60px;
  font-size: 0;
  background-color: #770000;
  opacity: 0;
  transition: all 0.35s;
  top: 40%;
}
.prod-deta .recommend .prod-recommendlist .slick-prev:hover:before,
.prod-deta .recommend .prod-recommendlist .slick-next:hover:before {
  color: #fff;
}
.prod-deta .recommend .prod-recommendlist .slick-prev {
  left: 0;
  z-index: 2;
}
.prod-deta .recommend .prod-recommendlist .slick-next {
  right: 0;
}
.prod-deta .recommend .prod-recommendlist .slick-prev:before,
.prod-deta .recommend .prod-recommendlist .slick-next:before {
  font-family: 'iconfont';
  font-size: 17px;
  width: 17px;
  height: 17px;
  display: inline-block;
}
.prod-deta .recommend .prod-recommendlist .slick-prev:before {
  content: '\e64b';
  transform: rotate(0);
}
.prod-deta .recommend .prod-recommendlist .slick-next:before {
  content: '\e909';
}
.prod-deta .recommend .prod-recommendlist:hover .slick-prev,
.prod-deta .recommend .prod-recommendlist:hover .slick-next {
  opacity: 1;
  transition: all 0.35s;
}
.prod-deta .recommend .slick-slide {
  margin-left: -1px;
}
.prod-deta .recommend .prod-box {
  padding: 20px;
  border: 1px solid #E6E6E6;
  width: 33.33333333%;
  transition: all 0.35s;
}
.prod-deta .recommend .prod-box:hover {
  position: relative;
  border-color: #770000;
  transition: all 0.35s;
}
.prod-deta .recommend .prod-box:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.prod-deta .recommend .prod-box:hover .prod-tit {
  color: #770000;
  transition: all 0.35s;
}
.prod-deta .recommend .prod-box:hover .prod-more {
  color: #770000;
  transition: all 0.35s;
}
.prod-deta .recommend .prod-box .prod-tit {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  margin-top: 15px;
  transition: all 0.35s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prod-deta .recommend .prod-box .prod-more {
  display: flex;
  font-size: 14px;
  color: #666;
  transition: all 0.35s;
}
.prod-deta .recommend .prod-box .prod-more i {
  font-size: 14px;
  margin-left: 5px;
}
.prod-deta .recommend .prod-box img {
  transition: all 0.35s;
}
.news {
  padding-top: 80px;
  padding-bottom: 90px;
}
.news .news-box {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #E6E6E6;
}
.news .news-box:first-child {
  padding-top: 0;
}
.news .news-box:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.news .news-box:hover .news-tit {
  color: #770000;
  transition: all 0.35s;
}
.news .news-box:hover .news-tit:after {
  opacity: 1;
  transition: all 0.35s;
}
.news .news-box:hover .news-more {
  color: #770000;
  transition: all 0.35s;
}
.news .news-box:hover .news-img img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.news .news-l {
  width: 450px;
  display: flex;
}
.news .news-txt {
  width: calc(100% - 450px);
  padding-left: 55px;
  padding-top: 20px;
}
.news .news-txt .news-tit {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 28px;
  margin-bottom: 20px;
  display: block;
  width: fit-content;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  transition: all 0.35s;
  max-width: 100%;
}
.news .news-txt .news-tit:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #770000;
  display: block;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.35s;
}
.news .news-txt .news-desc {
  line-height: 28px;
  min-height: 200px;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.news .news-txt .news-more {
  color: #666;
  display: flex;
  align-items: center;
  line-height: 1;
  transition: all 0.35s;
}
.news .news-txt .news-more span {
  margin-right: 7px;
}
.news .news-img {
  width: 330px;
}
.news .news-img img {
  transition: all 0.35s;
}
.news .news-date {
  width: calc(100% - 330px);
}
.news .news-date .news-y-m {
  line-height: 1;
  padding-bottom: 25px;
  position: relative;
}
.news .news-date .news-y-m:after {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #770000;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news .news-date .news-d {
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
  text-indent: -5px;
  padding-top: 12px;
}
.news .news-list {
  margin-bottom: 40px;
}
.details {
  padding: 60px 0 90px;
}
.details h1 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.1;
}
.details .details-date {
  color: #770000;
  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;
  transition: all 0.35s;
}
.details .news-page p a:hoveR {
  color: #770000;
  text-decoration: underline;
  transition: all 0.35s;
}
.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;
}
.details .share-box .at-style-responsive .at-share-btn {
  margin-bottom: 0;
}
.service {
  padding-top: 80px;
  padding-bottom: 90px;
}
.service [class*=am-u-] + [class*=am-u-]:last-child {
  float: left;
}
.service .service-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
.service .img-box {
  padding-bottom: 66.66666667%;
}
.service .img-box:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  opacity: 0;
  transition: all 0.35s;
}
.service .img-box img {
  transition: all 0.35s;
}
.service .service-txt {
  position: absolute;
  bottom: 0;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  border-top-left-radius: 23px;
  border-top-right-radius: 23px;
  padding: 23px 25px;
  transition: all 0.35s;
}
.service .service-txt .service-tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
  transition: all 0.35s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service .service-txt .service-tit a {
  color: #333;
}
.service .service-txt .service-desc {
  margin-bottom: 0;
  transition: all 0.35s;
  height: 0;
  overflow: hidden;
}
.service .service-txt .service-desc p {
  font-size: 14px;
  line-height: 28px;
  color: #4b4a4a;
  margin: 0;
}
.service .service-txt .service-btn {
  display: flex;
  align-items: center;
  color: #770000;
  height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.service .service-txt .service-btn i {
  margin-right: 12px;
  font-size: 18px;
}
.service .service-box {
  padding-bottom: 65px;
  position: relative;
  margin-bottom: 25px;
}
@media screen and (min-width: 991px) {
  .service .service-box:hover .service-desc {
    margin-bottom: 30px;
    transition: all 0.35s;
  }
  .service .service-box:hover .service-desc {
    height: 56px;
    transition: all 0.35s;
  }
  .service .service-box:hover .service-btn {
    height: 29px;
    transition: all 0.35s;
  }
  .service .service-box:hover .service-tit {
    margin-bottom: 10px;
    transition: all 0.35s;
  }
  .service .service-box:hover .service-txt {
    padding: 25px;
    transition: all 0.35s;
  }
  .service .service-box:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .service .service-box:hover .img-box:after {
    opacity: 1;
    transition: all 0.35s;
  }
}
.contact-nav {
  background-color: #F7F7F7;
}
.contact-nav .contact-navlist {
  display: flex;
  width: 100%;
}
.contact-nav .contact-navbox {
  width: 50%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #666;
  font-weight: bold;
  transition: all 0.35s;
}
.contact-nav .contact-navbox.active {
  background-color: #770000;
  color: #fff;
}
.contact-nav .contact-navbox:hover {
  background-color: #770000;
  color: #fff;
  transition: all 0.35s;
}
.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}
.contact .contact-title {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.contact .contact-list {
  display: flex;
  margin-bottom: 80px;
}
.contact .contact-list .contact-box {
  width: calc(25% - 15px);
  margin-right: 20px;
  border: 1px solid #E4CCCC;
  display: flex;
  padding: 45px 25px;
  align-items: center;
}
.contact .contact-list .contact-box:last-child {
  margin-right: 0;
}
.contact .contact-list .contact-box h4 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.contact .contact-list .contact-box p {
  margin: 0;
  line-height: 1;
  color: #666;
}
.contact .contact-list .contact-box a {
  color: #666;
  transition: all 0.35s;
}
.contact .contact-list .contact-box a:hover {
  color: #770000;
  text-decoration: underline;
  transition: all 0.35s;
}
.contact .contact-list .contact-box i {
  font-size: 56px;
  line-height: 1;
  color: #770000;
  margin-right: 20px;
}
.contact .contact-list .contact-box .contact-img {
  width: 56px;
  margin-right: 20px;
}
.contact .contact-list .contact-box .contact-img img {
  width: 100%;
}
.contact .contact-list .contact-cont {
  width: calc(100% - 76px);
}
.contact .contact-bot {
  display: flex;
}
.contact .ol-message {
  width: 50%;
  border: 1px solid #E6E6E6;
  padding: 55px 40px;
}
.contact .ol-message .ol-title {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 40px;
}
.contact .ol-message label {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}
.contact .ol-message form {
  display: flex;
  flex-wrap: wrap;
}
.contact .ol-message form > div {
  width: calc(50% - 15px);
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.contact .ol-message form > div:nth-child(2n) {
  margin-right: 0;
}
.contact .ol-message form > div:nth-child(5) {
  width: 100%;
  margin-right: 0;
  margin-bottom: 38px;
}
.contact .ol-message form input {
  height: 64px;
  border: none;
  border-bottom: 1px solid #E6E6E6;
  padding: 0;
  transition: all 0.35s;
}
.contact .ol-message form input:focus {
  outline: none;
  border-color: #770000;
  transition: all 0.35s;
}
.contact .ol-message form textarea {
  margin-top: 20px;
  height: 100px;
  border: none;
  border-bottom: 1px solid #E6E6E6;
  resize: none;
  transition: all 0.35s;
}
.contact .ol-message form textarea:focus {
  outline: none;
  border-color: #770000;
  transition: all 0.35s;
}
.contact .ol-message form button {
  width: 120px;
  height: 48px;
  border: 1px solid #770000;
  background-color: #770000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}
.contact .ol-message form button i {
  margin-right: 12px;
}
.contact .ol-message form button:hover {
  color: #770000;
  background-color: #fff;
  transition: all 0.35s;
}
.contact .contact-map {
  width: 50%;
}
.contact .contact-map .map {
  width: 100%;
  height: 650px;
}
.contact .contact-map .map .map-content {
  width: 100%;
  height: 100%;
}
.site-map {
  padding-top: 65px;
  padding-bottom: 60px;
}
.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: 240px;
  height: 50px;
  padding-left: 30px;
  line-height: 50px;
  color: #222;
  font-weight: bold;
  transition: all 0.35s;
}
.site-map .site-list1 > li > a:hover {
  background-color: #770000;
  color: #fff;
  transition: all 0.35s;
}
.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;
  transition: all 0.35s;
}
.site-map .site-list2 > li > a:hover {
  text-decoration: underline;
  color: #770000;
  transition: all 0.35s;
}
.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;
  transition: all 0.35s;
}
.site-map .site-list3 > li > a:hover {
  color: #770000;
  text-decoration: underline;
  transition: all 0.35s;
}
.search-failed {
  padding-bottom: 50px;
  padding-top: 50px;
}
.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;
}
.join {
  padding-top: 80px;
}
.join .fold {
  padding-left: 0;
  margin-bottom: 90px;
}
.join .fold > .am-list {
  margin-bottom: 40px;
}
.join .fold > .am-list > li {
  border: 1px solid #E6E6E6;
  padding: 0 30px;
  margin-bottom: 20px;
}
.join .fold > .am-list > li > a {
  border-bottom: 1px solid transparent;
}
.join .fold .am-list {
  background-color: #F5F5F5;
  transition: all 0.35s;
}
.join .fold .am-list > li {
  background-color: transparent;
  box-shadow: none;
}
.join .fold .am-list > li > a {
  padding: 15px 0;
  font-size: 22px;
  transition: all 0.35s;
  color: #222;
  font-weight: bold;
  transition: 0.35s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 75px;
  border-collapse: collapse;
}
.join .fold .am-list > li > a i {
  display: inline-block;
  transform: rotate(0);
  transition: all 0.1s;
  margin-right: 30px;
}
.join .fold .am-list > li.rotate .am-list {
  transition: all 0.35s;
}
.join .fold .am-list > li.rotate > a {
  transition: all 0.35s;
  color: #770000;
  border-color: #E6E6E6;
}
.join .fold .am-list > li.rotate > a i {
  transition: all 0.1s;
  display: inline-block;
  transform: rotate(90deg);
}
.join .am-list > li > a.son-fold {
  font-size: 16px;
  color: #505050;
  padding-left: 80px;
}
.join .am-list > li > a.son-fold.active {
  color: #28A30B;
}
.join .rotate45 {
  transform: rotate(45deg);
  transition: all 0.35s;
}
.join .faq-fold .am-list {
  background-color: transparent;
}
.join .faq-fold .am-list > li {
  transition: all 0.35s;
}
.join .faq-fold .am-list > li.rotate {
  border-color: #770000;
  transition: all 0.35s;
}
.join .faq-fold .am-list > li.rotate > a {
  font-weight: bold;
}
.join .faq-fold .am-list > li.rotate > a .iconfont {
  border-color: #fff;
  transition: all 0.35s;
}
.join .faq-fold .am-list > li.rotate > a .toggle-btn .iconfont {
  transform: rotateZ(90deg);
  transition: all 0.35s;
}
.join .faq-fold .am-list > li.rotate .am-list {
  height: auto;
  transition: all 0.35s;
}
.join .faq-fold .am-list > li.rotate .open {
  display: none;
}
.join .faq-fold .am-list > li.rotate .closed {
  display: block;
}
.join .faq-fold .am-list > li > a {
  display: flex;
  justify-content: space-between;
}
.join .faq-fold .am-list > li > a .toggle-btn {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.join .faq-fold .am-list > li > a .toggle-btn .iconfont {
  font-size: 14px;
  margin-left: 5px;
  transform: rotateZ(270deg);
  transition: all 0.35s;
}
.join .faq-fold .am-list > li > a .closed {
  display: none;
}
.join .faq-fold .am-list .am-panel > ul {
  height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.join .faqpage-answer {
  padding: 0 0 25px;
  font-size: 16px;
  line-height: 30px;
  border: none;
  margin-bottom: 0!important;
}
.join .faqpage-answer h4 {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  padding-top: 25px;
  margin-bottom: 10px;
}
.join .faqpage-answer * + h4 {
  margin-top: 10px;
}
.join .faqpage-answer p {
  margin: 0;
  font-size: 16px;
  color: #666;
  line-height: 28px;
}
.join .faqpage-answer button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 44px;
  background-color: #770000;
  color: #fff;
  border: 1px solid #770000;
  margin-top: 30px;
  transition: all 0.35s;
  font-size: 14px;
}
.join .faqpage-answer button:hover {
  color: #770000;
  background-color: #fff;
  transition: all 0.35s;
}
.join .modal-contact {
  display: flex;
  justify-content: space-around;
}
.join .modal-contact .contact-box {
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
.join .modal-contact .contact-box i {
  font-size: 24px;
  line-height: 24px;
  height: 24px;
  color: #770000;
  margin-bottom: 10px;
}
.join .modal-contact .contact-box .icon-youxiang {
  font-size: 28px;
}
.join .modal-contact .contact-box a {
  color: #333;
}
.join .modal-contact .contact-box a:hover {
  text-decoration: underline;
}
.join .am-modal-dialog {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
}
.join .am-modal-hd {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}
.join .am-modal-hd h4 {
  font-size: 18px;
  line-height: 1;
  margin: 0;
  margin-bottom: 7px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
  padding-left: 20px;
  padding-right: 20px;
}
.join .am-modal-hd p {
  margin: 0;
  line-height: 24px;
  color: #666;
  font-size: 16px;
}
.join .am-modal-bd {
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.join .am-modal {
  text-align: left;
}
.join form {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.join form .modal-input {
  width: calc(50% - 10px);
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.join form .modal-input:nth-child(3){
  width: 100%;
  margin-right: 0;
}
.join form .modal-input:nth-child(2n) {
  margin-right: 0;
}
.join form label {
  font-weight: 400;
  margin-bottom: 10px;
}
.join form input {
  height: 44px;
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: none;
  outline: none;
  font-size: 14px;
  padding: 0 15px;
  color: #999;
}
.join form .upload-wrap {
  /* height: 44px; */
  width: 100%;
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  padding: 0 15px;
}
.join form .modal-file {
  width: 100%;
}
/* .join form .input-group {
  display: flex;
  height: 44px;
  justify-content: space-between;
  align-items: center;
}
.join form .btn-file {
  font-size: 14px;
  color: #770000;
}
.join form .file-caption-name {
  font-size: 14px;
}*/ 
.join form button[type="submit"] {
  width: 120px;
  height: 48px;
  color: #fff;
  background-color: #770000;
  border: 1px solid #770000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
} 


.honor{
  padding-bottom: 80px;
}
.honor .honor-slick1{
  margin-bottom: 50px;
  margin-top: 50px;
}
.honor .honor-slick1 .img-box{
  padding-bottom: 64.44444444%;
}
.honor .honor-slick2 .img-box{
  padding-bottom: 133.3333333%;
}

.honor .slick-prev:before{
  content: '\e64b';
}
.honor .slick-next:before{
  content: '\e909';
}
.honor .slick-prev:before, .honor .slick-next:before{
  font-family: 'iconfont';
  opacity: 1;
  font-size: 18px;
}

.honor .slick-prev, .honor .slick-next{
  background-color: #cccccc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all .35s;
}
.honor .slick-arrow{
  z-index: 10;
}
.honor .slick-arrow:hover{
  background-color: #770000;
  transition: all .35s;
}
.honor .slick-prev{
  left: -55px;
}
.honor .slick-next{
  right: -55px;
}