body {
  font-family: Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
}

.am-container {
  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;
}

.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: #d70202;
  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: #d70202;
  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;
}

a:focus {
  outline: 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 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;
  font-size: 26px;
  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: #d70202;
  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: #d70202;
  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: #d70202;
}

.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-search {
  float: right;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 50px;
}

.header-search a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  border-radius: 50%;
  padding-right: 0;
  transition: opacity 0.25s ease-in-out 0s;
  -webkit-transition: opacity 0.25s ease-in-out 0s;
}

.header-search i {
  font-size: 20px;
  transition: all 0.35s;
}

@media screen and (min-width: 991px) {
  .header-search:hover>a>i {
    color: #d70202;
    transform: rotateY(180deg);
    transition: all 0.35s;
  }
}

.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: 0;
  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;
  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: #d70202;
  border-color: #d70202;
}

.search-wrap .submit:focus {
  outline: none;
}

.search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\e600';
}

.search-wrap .search-box {
  height: 38px;
}

.am-sticky-placeholder {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1010;
  background-color: transparent;
}

header {
  transition: all 0.35s;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1010;
}

header.prod-detaheader {
  background-color: #fff;
  transition: all 0.35s;
}

header.prod-detaheader .header-stock {
  color: #000;
  transition: all 0.35s;
}

header.prod-detaheader .header .nav .nav-list1>li>a {
  color: #000;
  transition: all 0.35s;
}

header.prod-detaheader .header-search a {
  color: #000;
  transition: all 0.35s;
}

header.prod-detaheader .header-language a span {
  color: #000;
  transition: all 0.35s;
}

header.prod-detaheader .header .nav-collapse .btn-line:nth-child(3),
header.prod-detaheader .header .nav-collapse .btn-line:nth-child(1) {
  background-color: #000;
}

header.prod-detaheader .header .nav-collapse .btn-line {
  background-color: #000;
}

header.am-sticky {
  background-color: #fff;
  transition: all 0.35s;
  box-shadow: 0px 2px 18px 0px rgba(9, 20, 30, 0.15);
}

header.am-sticky .header-stock {
  color: #000;
  transition: all 0.35s;
}

header.am-sticky .header .nav .nav-list1>li>a {
  transition: all 0.35s;
}

header.am-sticky .header-search a {
  color: #000;
  transition: all 0.35s;
}

header.am-sticky .header-language a span {
  color: #000;
  transition: all 0.35s;
}

header .header-cont {
  display: flex;
  height: 100px;
  justify-content: space-between;
}

header .header-logo {
  display: flex;
  align-items: center;
}

header .header-logo .conpanyName p {
  font-size: 26px;
  color: #000;
  margin-bottom: unset;
  font-weight: bold;
}

@media(max-width:767px) {
  header .header-logo .conpanyName {
    display: none;
  }
}


header .header-stock {
  color: #fff;
  transition: all 0.35s;
}

header .header-logobox {
  height: 85px;
  margin-right: 14px;
}

header .header-logobox a {
  display: block;
  height: 100%;
}

header .header-logobox img {
  height: 100%;
  display: block;
}

header .header-btngroup {
  display: flex;
  position: relative;
  padding-left: 20px;
}

header .header-btn {
  display: flex;
  align-items: center;
}

header .header-language {
  display: flex;
  align-items: center;
}

header .header-language i {
  font-size: 24px;
}

header .header-language a {
  display: none;
  align-items: center;
  color: #000;
}

header .header-language a.active {
  display: flex;
}

@media screen and (min-width: 991px) {
  header .header-language a:hover span {
    color: #d70202;
    transition: all 0.35s;
  }
}

header .header-language a span {
  color: #000;
  margin-left: 10px;
  transition: all 0.35s;
}

.banner {
  overflow: hidden;
}

.banner img {
  width: 100%;
}

.banner .slick-slide>div {
  font-size: 0;
}

.banner .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.banner .slick-dots {
  display: flex;
  min-width: auto;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  top: auto;
  padding: 0 15px;
}

.banner .slick-dots li {
  width: auto;
  height: auto;
  position: static;
  margin: 0;
  padding: 0;
}

.banner .slick-dots li button {
  margin: 0 6px;
  font-size: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  transition: all .35s;
  position: relative;
}

.banner .slick-dots li.slick-active button {
  background-color: transparent;
  transition: all .35s;
}

.banner .slick-dots li.slick-active button:after {
  opacity: 1;
  transition: all .35s;
}

.banner .slick-dots li button:after {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .35s;
}

.banner .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}

.banner .slick-dots li button:before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.in-title {
  font-size: 44px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.in-title:after {
  content: '';
  width: 62px;
  height: 5px;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  background-color: #333;
}

.index-prod {
  padding: 90px 0;
}

.index-prod .in-title {
  text-align: left;
}

.index-prod .in-title:after {
  display: none;
}

.index-prod .prod-titbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 65px 30px 30px;
  position: relative;
}

.index-prod .prod-titbox:before {
  content: '';
  position: absolute;
  top: 40px;
  width: 16px;
  height: 2px;
  background-color: #3A3C3B;
  transition: all 0.35s;
}

.index-prod .prod-titbox i {
  font-size: 64px;
  line-height: 1;
  color: #AEB1B6;
  transition: all 0.35s;
}

.index-prod .prod-titbox .icon-a-iconzhatuche {
  transform: rotateY(180deg);
}

.index-prod .prod-titbox .prod-tit {
  width: 165px;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #222;
  transition: all 0.35s;
}

.index-prod .img-box {
  padding-bottom: 115.15151515%;
}

.index-prod .img-box img {
  transition: all 0.35s;
}

.index-prod .prod-img {
  transition: all 0.35s;
  position: relative;
}

.index-prod .prod-img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.35s;
  z-index: 10;
  top: 0;
  left: 0;
  border: 5px solid transparent;
  pointer-events: none;
}

.index-prod .prod-box {
  background-color: #F7F8FD;
  transition: all 0.35s;
}

.index-prod .prod-box:hover {
  background-color: #d70202;
  transition: all 0.35s;
}

.index-prod .prod-box:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}

.index-prod .prod-box:hover .prod-img:after {
  border-color: #d70202;
  transition: all 0.35s;
}

.index-prod .prod-box:hover .prod-tit {
  color: #fff;
  transition: all 0.35s;
}

.index-prod .prod-box:hover .prod-titbox i {
  color: #fff;
  transition: all 0.35s;
}

.index-prod .prod-box:hover .prod-titbox:before {
  background-color: #fff;
  transition: all 0.35s;
}

.index-prod .prod-slick {
  margin-top: 55px;
}

.index-prod .slick-prev:before,
.index-prod .slick-next:before {
  font-family: 'iconfont';
  color: #acacac;
  font-size: 38px;
  line-height: 36px;
  opacity: 1;
  transition: all 0.35s;
}

.index-prod .slick-next:before {
  content: '\eb94';
}

.index-prod .slick-prev:before {
  content: '\eb92';
}

.index-prod .slick-prev,
.index-prod .slick-next {
  width: 72px;
  height: 38px;
  border: 1px solid #ACACAC;
  top: -75px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}

.index-prod .slick-prev:hover,
.index-prod .slick-next:hover {
  border-color: #d70202;
  transition: all 0.35s;
}

.index-prod .slick-prev:hover:before,
.index-prod .slick-next:hover:before {
  color: #d70202;
  transition: all 0.35s;
}

.index-prod .slick-next {
  right: 15px;
}

.index-prod .slick-prev {
  left: auto;
  right: 97px;
}

.index-about {
  background-image: url(../img/about-bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 85px;
}

.index-about .big-data {
  color: #fff;
  margin-bottom: 60px;
  position: relative;
}

.index-about .big-data .data-box {
  position: relative;
}

.index-about .big-data .data-box:after {
  content: '';
  width: 1px;
  height: 100px;
  background-image: url(../img/about-line.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.index-about .big-data .data-box:last-child:after {
  display: none;
}

.index-about .big-data .count-top {
  display: flex;
  margin-bottom: -10px;
}

.index-about .big-data .count-top span {
  font-size: 48px;
  font-weight: bold;
}

.index-about .big-data .data-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index-about .about-contall .img-box {
  padding-bottom: 60.60606061%;
}

.index-about .about-contall .about-pic {
  position: relative;
  margin: 0 -15px;
}

.index-about .about-contall .about-cont {
  display: flex;
  margin-bottom: 20px;
}

.index-about .about-contall .about-cont .about-video {
  width: 750px;
  position: relative;
  overflow: hidden;
}

.index-about .about-contall .about-cont .about-video:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}

.index-about .about-contall .about-cont .about-video img {
  width: 100%;
  transition: all 0.35s;
}

.index-about .about-contall .about-cont .about-video div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.index-about .about-contall .about-cont .about-video div i {
  font-size: 70px;
  color: #fff;
  line-height: 1;
}

.index-about .about-contall .about-cont .about-video div:before {
  content: '\e630';
  font-family: 'iconfont';
  font-size: 86px;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.6);
}

.index-about .about-contall .about-cont .about-video div:after {
  content: '\e630';
  font-family: 'iconfont';
  font-size: 104px;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.2);
}

.index-about .about-contall .about-cont .about-txt {
  width: calc(100% - 750px);
  background-image: url(../img/about-txtbg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 60px;
}

.index-about .about-contall .about-cont .about-txt .about-tit {
  font-size: 44px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 40px;
  position: relative;
}

.index-about .about-contall .about-cont .about-txt .about-tit:after {
  content: '';
  display: block;
  width: 62px;
  height: 5px;
  background-color: #333;
  position: absolute;
  bottom: -20px;
}

.index-about .about-contall .about-cont .about-txt .about-desc {
  line-height: 26px;
  color: #666;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.index-about .about-contall .about-cont .about-txt .about-more {
  display: flex;
  width: 128px;
  height: 37px;
  border: 1px solid #d70202;
  color: #d70202;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  transition: all 0.35s;
}

.index-about .about-contall .about-cont .about-txt .about-more:after {
  content: '';
  position: absolute;
  background-color: #d70202;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  transition: all 0.35s;
  z-index: 1;
}

.index-about .about-contall .about-cont .about-txt .about-more:hover {
  color: #fff;
  transition: all 0.35s;
}

.index-about .about-contall .about-cont .about-txt .about-more:hover:after {
  width: 100%;
  transition: all 0.35s;
}

.index-about .about-contall .about-cont .about-txt .about-more span {
  position: relative;
  z-index: 2;
}

.index-about .about-contall .about-pic .img-box img {
  transition: all 0.35s;
}

.index-about .about-contall .about-pic .img-box:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}

.index-strength {
  padding-top: 90px;
  padding-bottom: 100px;
}

.index-strength .strength-list {
  padding-top: 65px;
  display: flex;
}

.index-strength .img-box {
  padding-bottom: 47.82608696%;
}

.index-strength img {
  transition: all 0.35s;
}

.index-strength .strength-box {
  background-color: #F7F8FD;
  width: calc(50% - 15px);
  margin-left: 30px;
}

.index-strength .strength-box:first-child {
  margin-left: 0;
}

.index-strength .strength-box:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}

.index-strength .strength-box:hover .strength-txt:after {
  width: 100%;
  transition: all 0.35s;
}

.index-strength .strength-tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
}

.index-strength .strength-tit:after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: #B4B6BD;
  position: absolute;
  bottom: -15px;
}

.index-strength .strength-desc {
  line-height: 24px;
  color: #666;
}

.index-strength .strength-txt {
  padding: 30px 40px 35px;
  position: relative;
}

.index-strength .strength-txt:after {
  content: '';
  width: 0;
  height: 3px;
  background-color: #d70202;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.35s;
}

.index-advantage {
  background-color: #F6F6F6;
  background-image: url(../img/advantage-bg-line.png);
  padding-top: 95px;
  padding-bottom: 85px;
}

.index-advantage .advantage-box {
  width: 280px;
  text-align: center;
}

.index-advantage .advantage-box i {
  font-size: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 118px;
  width: 118px;
  height: 118px;
  background-color: transparent;
  border: 1px solid #d70202;
  color: #d70202;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.35s;
}

.index-advantage .advantage-box .advantage-tit {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
  margin-top: 23px;
}

.index-advantage .advantage-box .advantage-desc {
  color: #666666;
  line-height: 1.2;
  text-align: center;
  padding: 0 10px;
}

.index-advantage .advantage-box:hover i {
  background-color: #d70202;
  color: #fff;
  transition: all 0.35s;
}

.index-advantage .advantage-list {
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
}

.index-news {
  padding-top: 105px;
  padding-bottom: 100px;
}

.index-news .img-box {
  padding-bottom: 60%;
}

.index-news .img-box img {
  transition: all 0.35s;
}

.index-news .news-date {
  line-height: 20px;
  color: #999;
  margin-bottom: 10px;
  transition: all 0.35s;
}

.index-news .news-tit {
  margin-bottom: 20px;
}

.index-news .news-tit a {
  font-size: 20px;
  line-height: 35px;
  color: #222;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.35s;
}

.index-news .news-img {
  position: relative;
}

.index-news .news-img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 7px solid #d70202;
  border-bottom-width: 1px;
  z-index: 10;
  opacity: 0;
  top: 0;
  left: 0;
  transition: all 0.35s;
}

.index-news .news-desc {
  color: #666666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.35s;
}

.index-news .news-txt {
  padding-top: 25px;
  padding-bottom: 60px;
  transition: all 0.35s;
}

@media screen and (min-width: 991px) {
  .index-news .news-box:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }

  .index-news .news-box:hover .news-txt {
    padding-left: 30px;
    padding-right: 30px;
    transition: all 0.35s;
    background-color: #d70202;
  }

  .index-news .news-box:hover .news-img:after {
    opacity: 1;
    transition: all 0.35s;
  }

  .index-news .news-box:hover .news-date {
    color: #fff;
    transition: all 0.35s;
  }

  .index-news .news-box:hover .news-tit a {
    color: #fff;
    transition: all 0.35s;
  }

  .index-news .news-box:hover .news-desc {
    color: #fff;
    transition: all 0.35s;
  }
}

.index-news .news-slick {
  margin-top: 65px;
}

.page-banner {
  overflow: hidden;
}

.page-banner .item {
  position: relative;
}

.page-banner .item img {
  width: 100%;
}

.son-title {
  font-size: 44px;
  line-height: 1;
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.about {
  padding-top: 75px;
}

.about .son-title {
  text-align: left;
}

.about .about-cont {
  line-height: 24px;
  color: #666;
  margin-top: 20px;
  margin-bottom: 25px;
}

.about .about-img img {
  width: 100%;
}

.plant {
  padding: 80px 0;
}

.plant .img-box {
  padding-bottom: 60%;
}

.plant .plant-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.plant .plant-box {
  width: calc(33.33333333% - 20px);
  margin-right: 30px;
}

.plant .plant-box:nth-child(3n) {
  margin-right: 0;
}

.plant .plant-box:nth-child(n+4) {
  margin-top: 30px;
}

.plant .plant-box img {
  transition: all 0.35s;
}

@media screen and (min-width: 991px) {
  .plant .plant-box:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}

.prod {
  padding-top: 60px;
  padding-bottom: 90px;
}

.prod .prod-nav {
  display: flex;
  justify-content: space-around;
}

.prod .prod-navbox {
  width: 170px;
  text-align: center;
}

.prod .prod-navbox i {
  font-size: 42px;
  line-height: 1;
  color: #AEB1B6;
  transition: all 0.35s;
}

.prod .prod-navbox .icon-a-iconzhatuche {
  transform: rotateY(180deg);
  display: block;
}

.prod .prod-navbox.active .prod-navtit {
  color: #d70202;
}

.prod .prod-navbox.active i {
  color: #d70202;
}

.prod .prod-navbox:hover .prod-navtit {
  color: #d70202;
  transition: all 0.35s;
}

.prod .prod-navbox:hover i {
  color: #d70202;
  transition: all 0.35s;
}

.prod img {
  transition: all 0.35s;
}

.prod .prod-navtit {
  font-size: 20px;
  line-height: 1.2;
  color: #222;
  font-weight: bold;
  margin-top: 10px;
  transition: all 0.35s;
}

.prod .prod-box {
  background-color: #F6F6F6;
  padding: 10px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.14);
  transition: all 0.35s;
}

.prod .prod-box:hover {
  background-color: #d70202;
  transition: all 0.35s;
}

.prod .prod-box:hover .prod-tit {
  color: #fff;
  transition: all 0.35s;
}

.prod .prod-box:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}

.prod .prod-tit {
  color: #222;
  text-align: center;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px;
  transition: all 0.35s;
}

.prod [class*=am-u-]+[class*=am-u-]:last-child {
  float: left;
}

.prod .am-u-md-3:nth-child(n+5) {
  margin-top: 50px;
}

.prod .prod-list {
  margin-top: 50px;
  margin-bottom: 50px;
}

.pagenum {
  display: flex;
  justify-content: center;
}

.pagenum a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 34px;
  height: 34px;
  border: 1px solid #888888;
  line-height: 32px;
  color: #333;
  margin-left: 14px;
  transition: all 0.35s;
}

.pagenum a.active {
  background-color: #d70202;
  color: #fff;
  transition: all 0.35s;
  border-color: #d70202;
}

.pagenum a:first-child {
  margin-left: 0;
}

.pagenum a:nth-child(2) {
  margin-left: 20px;
}

.pagenum a:last-child {
  margin-left: 20px;
}

.pagenum a:last-child i {
  display: block;
  transform: rotateY(180deg);
}

@media screen and (min-width: 991px) {
  .pagenum a:hover {
    background-color: #d70202;
    color: #fff;
    transition: all 0.35s;
    border-color: #d70202;
  }
}

.pagenum i {
  font-size: 12px;
  display: block;
}

.download {
  padding-top: 65px;
  padding-bottom: 90px;
}

.download .download-box {
  background-color: #F6F6F6;
  display: flex;
  padding: 15px 20px 20px;
  transition: all 0.35s;
}

@media screen and (min-width: 991px) {
  .download .download-box:hover {
    background-color: #d70202;
    transition: all 0.35s;
  }

  .download .download-box:hover .download-btn i {
    color: #d70202;
    transition: all 0.35s;
  }

  .download .download-box:hover .download-tit a {
    color: #fff;
    transition: all 0.35s;
  }

  .download .download-box:hover .download-msgbox {
    color: #fff;
    transition: all 0.35s;
  }
}

.download .download-btn {
  width: 100px;
  height: 112px;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.09);
  text-align: center;
  transform: translateY(-30px);
}

.download .download-btn i {
  font-size: 38px;
  line-height: 1;
  margin-bottom: 10px;
  transition: all 0.35s;
}

.download .download-btn a {
  color: #000;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

.download .download-btn a span {
  font-size: 14px;
}

.download .download-tit {
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.download .download-tit a {
  font-size: 24px;
  font-weight: bold;
  color: #222;
  transition: all 0.35s;
}

.download .download-msgbox {
  line-height: 24px;
  color: #666;
  transition: all 0.35s;
  margin-right: 40px;
}

.download .download-msgbox:last-child {
  margin-right: 0;
}

.download .download-msg {
  display: flex;
  flex-wrap: wrap;
}

.download .download-txt {
  padding-left: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: calc(100% - 100px);
}

.download [class*=am-u-]+[class*=am-u-]:last-child {
  float: left;
}

.download .am-u-md-6:nth-child(n+3) {
  margin-top: 60px;
}

.download .download-list {
  margin-top: 55px;
  margin-bottom: 50px;
}

.news {
  padding-top: 80px;
  padding-bottom: 90px;
}

.news .news-img {
  width: 450px;
  position: relative;
}

.news .news-img:after {
  position: absolute;
  border: 13px solid transparent;
  border-right-width: 30px;
  pointer-events: none;
  content: '';
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.news .news-img img {
  transition: all 0.35s;
}

.news .img-box {
  padding-bottom: 60%;
}

.news .news-box {
  display: flex;
}

@media screen and (min-width: 991px) {
  .news .news-box:hover .news-img:after {
    border-color: #d70202;
    transition: all 0.35s;
  }

  .news .news-box:hover .news-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }

  .news .news-box:hover .news-txt {
    padding-left: 0;
    padding-right: 35px;
    transition: all 0.35s;
    background-color: #d70202;
  }

  .news .news-box:hover .news-date {
    color: #fff;
    transition: all 0.35s;
  }

  .news .news-box:hover .news-desc {
    color: #fff;
    transition: all 0.35s;
  }

  .news .news-box:hover .news-tit a {
    color: #fff;
    transition: all 0.35s;
  }
}

.news .news-box:nth-child(n+2) {
  margin-top: 40px;
}

.news .news-txt {
  width: calc(100% - 450px);
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.35s;
}

.news .news-date {
  color: #999;
  line-height: 20px;
  transition: all 0.35s;
}

.news .news-tit {
  font-size: 20px;
  font-weight: bold;
  margin-top: 13px;
  margin-bottom: 5px;
  text-transform: uppercase;
  transition: all 0.35s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news .news-tit a {
  color: #333;
  transition: all 0.35s;
}

.news .news-desc {
  line-height: 24px;
  color: #666;
  transition: all 0.35s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.news .news-list {
  padding-bottom: 50px;
}

.details {
  padding: 60px 0 90px;
}

.details h1 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.1;
}

.details .details-date {
  color: #d70202;
  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: #d70202;
  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;
}

.contact {
  padding-top: 70px;
  padding-bottom: 90px;
}

.contact .contact-msg {
  display: flex;
  justify-content: space-between;
}

.contact .contact-msgbox i {
  font-size: 28px;
  display: flex;
  width: 66px;
  height: 66px;
  background-color: #d70202;
  border-radius: 50%;
  color: #fff;
  align-items: center;
  justify-content: center;
  line-height: 66px;
  margin: 0 auto 15px;
}

.contact .contact-msgbox .contact-msgtxt {
  color: #040000;
  line-height: 20px;
}

.contact .contact-msgbox .contact-msgtxt a {
  color: #040000;
  transition: all 0.35s;
}

.contact .contact-msgbox .contact-msgtxt a:hover {
  color: #d70202;
  text-decoration: underline;
  transition: all 0.35s;
}

.contact .ol-message {
  padding-bottom: 80px;
  padding-top: 80px;
}

.contact .ol-message .ol-title {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.contact .ol-message .ol-desc {
  line-height: 24px;
  color: #666;
  text-align: center;
  margin-bottom: 20px;
}

.contact .ol-message form {
  display: flex;
  flex-wrap: wrap;
}

.contact .ol-message input {
  width: calc(50% - 15px);
  margin-right: 30px;
  height: 42px;
  padding: 0 20px;
  font-size: 14px;
  margin-bottom: 20px;
  border: 1px solid #999999;
  transition: all 0.35s;
}

.contact .ol-message input:nth-child(2n) {
  margin-right: 0;
}

.contact .ol-message input:focus {
  outline: none;
  border-color: #d70202;
  transition: all 0.35s;
}

.contact .ol-message textarea {
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
  resize: none;
  height: 190px;
  border: 1px solid #999999;
  transition: all 0.35s;
  margin-bottom: 20px;
}

.contact .ol-message textarea:focus {
  outline: none;
  border-color: #d70202;
  transition: all 0.35s;
}

.contact .ol-message button {
  width: 142px;
  height: 40px;
  color: #fff;
  padding: 0;
  background-color: #d70202;
  border: 1px solid #d70202;
  text-transform: uppercase;
  line-height: 40px;
  display: flex;
  justify-content: center;
  transition: all 0.35s;
}

@media screen and (min-width: 991px) {
  .contact .ol-message button:hover {
    background-color: #fff;
    color: #d70202;
    transition: all 0.35s;
  }
}

.contact .contact-map {
  width: 100%;
}

.contact .contact-map .map {
  width: 100%;
  height: 450px;
}

.contact .contact-map .map .map-content {
  width: 100%;
  height: 100%;
}

.prod-deta {
  padding-bottom: 90px;
}

.prod-deta .deta-crumbs {
  background-color: #F6F6F6;
}

.prod-deta .crumbs-all {
  display: flex;
  height: 90px;
  align-items: center;
  flex-wrap: wrap;
}

.prod-deta .crumbs-box {
  padding-right: 5px;
}

.prod-deta .crumbs-box:before {
  content: '/';
}

.prod-deta .crumbs-box:last-child a {
  text-transform: none;
}

.prod-deta .crumbs-box:first-child:before {
  content: '\e60c';
  font-family: 'iconfont';
  margin-right: 5px;
}

.prod-deta .crumbs-box a {
  color: #666;
  text-transform: uppercase;
  transition: all 0.35s;
}

.prod-deta .crumbs-box a:hover {
  color: #d70202;
  text-decoration: underline;
  transition: all 0.35s;
}

.prod-deta .deta-all {
  padding-top: 70px;
}

.prod-deta .deta-all .pro-details-slick {
  font-size: 0;
}

.prod-deta .deta-all .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 .deta-all .pro-details-slick .slick-prev:hover {
  background-color: #d70202;
  transition: all 0.35s;
}

.prod-deta .deta-all .pro-details-slick .slick-prev:hover:before {
  color: #fff;
  transition: all 0.35s;
}

.prod-deta .deta-all .pro-details-slick .slick-prev:hover:after {
  opacity: 0;
  transition: all 0.35s;
}

.prod-deta .deta-all .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 .deta-all .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 .deta-all .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 .deta-all .pro-details-slick .slick-next:hover {
  background-color: #d70202;
  transition: all 0.35s;
}

.prod-deta .deta-all .pro-details-slick .slick-next:hover:before {
  color: #fff;
  transition: all 0.35s;
}

.prod-deta .deta-all .pro-details-slick .slick-next:hover:after {
  opacity: 0;
  transition: all 0.35s;
}

.prod-deta .deta-all .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 .deta-all .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 .deta-all .pro-details-thumbslick {
  display: inline-block;
  position: relative;
  width: 125px;
  margin-right: 0;
  margin-left: 20px;
  vertical-align: top;
  overflow: hidden;
  margin-top: -10px;
  margin-bottom: -10px;
}

.prod-deta .deta-all .pro-details-thumbslick .slick-slide {
  background-color: #DCDCDC;
  margin: 10px 0;
}

.prod-deta .deta-all .pro-details-thumbslick .slick-slide>div {
  display: flex;
}

.prod-deta .deta-all .pro-details-thumbslick .item {
  position: relative;
}

.prod-deta .deta-all .pro-details-thumbslick .item-video:after {
  content: '\e60a';
  font-family: 'iconfont' !important;
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 101;
  left: calc(50% - 18px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  line-height: 1;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #fff;
  width: 36px;
  height: 36px;
}

.prod-deta .deta-all .pro-details-thumbslick .item-video:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.prod-deta .deta-all .pro-details-thumbslick .img-box {
  padding-bottom: 100%;
}

.prod-deta .deta-all .pro-details-topslick {
  display: inline-block;
  width: calc(100% - 150px);
  vertical-align: middle;
}

.prod-deta .deta-all .pro-details-topslick .item {
  padding: 0 10px;
}

.prod-deta .deta-all .pro-details-topslick .item div {
  border: 1px solid #DCDCDC;
}

.prod-deta .deta-all .pro-details-topslick .slick-slide>div {
  font-size: 0;
}

.prod-deta .deta-all iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.prod-deta .deta-all .pro-details-thumbs {
  width: 730px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -10px;
}

.prod-deta .deta-all .pro-details-thumbs .carousel-wrap>div {
  font-size: 0;
}

.prod-deta .deta-all .pro-details-cont {
  width: calc(100% - 730px);
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}

.prod-deta .deta-all .pro-details-cont h1 {
  position: relative;
  font-size: 30px;
  color: #222;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 50px;
}

.prod-deta .deta-all .pro-details-summary {
  min-height: 126px;
  margin-bottom: 20px;
}

.prod-deta .deta-all .pro-details-summary p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.prod-deta .deta-all .pro-btn-inquire {
  width: 148px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #d70202;
  border: 1px solid #d70202;
  font-size: 16px;
  transition: all 0.35s;
}

@media screen and (min-width: 991px) {
  .prod-deta .deta-all .pro-btn-inquire:hover {
    color: #d70202;
    background-color: #fff;
    transition: all 0.35s;
  }
}

.prod-deta .deta-all .at-resp-share-element .at-share-btn {
  margin-bottom: 0;
}

.prod-deta .deta-all .prod-share {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.prod-deta .deta-all .prod-share .share-tit {
  font-size: 24px;
  line-height: 1;
  margin-right: 5px;
}

.prod-deta .deta-all .prod-cont {
  clear: both;
  padding-top: 20px;
}

.prod-deta .deta-all .prod-cont .prod-contbox p {
  margin: 0;
}

.prod-deta .deta-all .prod-cont .prod-contbox img {
  max-width: 100%;
  height: auto !important;
}

.prod-deta .deta-all .prod-sontitle {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}

.prod-deta .deta-all .inquiry-form {
  padding-top: 25px;
}

.prod-deta .deta-all .inquiry-form .prod-sontitle {
  margin-bottom: 15px;
}

.prod-deta .deta-all .inquiry-form form {
  font-size: 0;
}

.prod-deta .deta-all .inquiry-form input {
  font-size: 16px;
  padding: 0 15px;
  width: calc(25% - 12px);
  height: 42px;
  margin-right: 16px;
  border: 1px solid #A0A0A0;
  margin-bottom: 12px;
}

.prod-deta .deta-all .inquiry-form input:nth-child(4n+1) {
  margin-right: 0;
}

.prod-deta .deta-all .inquiry-form input:first-child {
  width: 100%;
  color: #999999;
}

.prod-deta .deta-all .inquiry-form input:focus {
  outline: none;
  border-color: #d70202;
  transition: all 0.35s;
}

.prod-deta .deta-all .inquiry-form input[readonly] {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}

.prod-deta .deta-all .inquiry-form input[readonly]::-webkit-input-placeholder {
  color: #d70202;
  font-weight: bold;
}

.prod-deta .deta-all .inquiry-form input[readonly]:-moz-placeholder {
  /* FF 4-18 */
  color: #d70202;
  font-weight: bold;
}

.prod-deta .deta-all .inquiry-form input[readonly]::-moz-placeholder {
  /* FF 19+ */
  color: #d70202;
  font-weight: bold;
}

.prod-deta .deta-all .inquiry-form input[readonly]:-ms-input-placeholder {
  /* IE 10+ */
  color: #d70202;
  font-weight: bold;
}

.prod-deta .deta-all .inquiry-form *::-webkit-input-placeholder {
  color: #999;
}

.prod-deta .deta-all .inquiry-form *:-moz-placeholder {
  /* FF 4-18 */
  color: #999;
}

.prod-deta .deta-all .inquiry-form *::-moz-placeholder {
  /* FF 19+ */
  color: #999;
}

.prod-deta .deta-all .inquiry-form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}

.prod-deta .deta-all .inquiry-form textarea {
  height: 200px;
  width: 100%;
  font-size: 16px;
  border: 1px solid #A0A0A0;
  resize: none;
  padding: 10px 17px;
  margin-bottom: 24px;
}

.prod-deta .deta-all .inquiry-form textarea:focus {
  outline: none;
  border-color: #d70202;
  transition: all 0.35s;
}

.prod-deta .deta-all .inquiry-form button {
  width: 148px;
  background-color: #d70202;
  color: #fff;
  height: 42px;
  border: 1px solid #d70202;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
}

.prod-deta .deta-all .inquiry-form button span {
  font-weight: bold;
}

.prod-deta .deta-all .inquiry-form button i {
  font-size: 16px;
  margin-left: 10px;
  position: relative;
  z-index: 1;
  transition: all 0.35s;
}

.prod-deta .deta-all .inquiry-form button:hover {
  color: #d70202;
  background-color: #fff;
  transition: all 0.35s;
}

.prod-deta .deta-all .inquiry-form button:hover i {
  color: #d70202;
  transition: all 0.35s;
}

.recommend {
  padding-top: 40px;
}

.recommend .slick-slide>div {
  padding: 0 15px;
}

.recommend .prod-recommendlist {
  margin: 0 -15px;
}

.recommend .prod-recommendlist .slick-prev,
.recommend .prod-recommendlist .slick-next {
  width: 38px;
  height: 60px;
  font-size: 0;
  background-color: #d70202;
  opacity: 0;
  transition: all 0.35s;
  top: 40%;
}

.recommend .prod-recommendlist .slick-prev:hover:before,
.recommend .prod-recommendlist .slick-next:hover:before {
  color: #fff !important;
}

.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: 17px;
  width: 17px;
  height: 17px;
  display: inline-block;
}

.recommend .prod-recommendlist .slick-prev:before {
  content: '\eb95';
}

.recommend .prod-recommendlist .slick-next:before {
  content: '\eb95';
}

@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 .prod-recommendlist .prod-box {
  background-color: #F6F6F6;
  padding: 10px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.14);
  transition: all 0.35s;
}

.recommend .prod-recommendlist .prod-box:hover {
  background-color: #d70202;
  transition: all 0.35s;
}

.recommend .prod-recommendlist .prod-box:hover .prod-tit {
  color: #fff;
  transition: all 0.35s;
}

.recommend .prod-recommendlist .prod-box:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}

.recommend .prod-recommendlist .prod-tit {
  color: #222;
  text-align: center;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px;
  transition: all 0.35s;
}

.recommend .prod-recommendlist img {
  transition: all 0.35s;
}

.recommend .pro-catebox {
  width: calc(33.33333333% - 20px);
  margin-right: 30px;
  float: left;
  margin-bottom: 30px;
  transition: all 0.35s;
}

.recommend .pro-catebox img {
  transition: all 0.35s;
}

.recommend .pro-catebox:nth-child(3n) {
  margin-right: 0;
}

@media screen and (min-width: 991px) {
  .recommend .pro-catebox:hover {
    transition: all 0.35s;
  }

  .recommend .pro-catebox:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }

  .recommend .pro-catebox:hover .pro-catetitle a:first-child {
    color: #d70202;
    transition: all 0.35s;
  }
}

.recommend .pro-catetitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}

.recommend .pro-catetitle a:first-child {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  padding: 15px 10px 5px;
  font-weight: bold;
  color: #222;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.35s;
}

footer {
  background-image: url(../img/foot-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 65px;
}

footer .footer-msg {
  padding-top: 35px;
  padding-right: 90px;
  color: #fff;
}

footer .footer-msg li {
  display: flex;
  margin-bottom: 10px;
}

footer .footer-msg li span {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  padding-right: 3px;
}

footer .footer-msg li p {
  margin: 0;
  line-height: 30px;
  font-size: 14px;
}

footer .footer-msg li a {
  color: #fff;
  line-height: 30px;
}

footer .footer-msg li a:hover {
  text-decoration: underline;
}

footer .footer-msg ul {
  margin: 0;
  padding: 0;
}

footer .footer-share {
  font-size: 0;
  margin-top: 32px;
  display: flex;
  margin-bottom: 25px;
}

footer .footer-share a {
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background-color: #474545;
  margin-right: 15px;
  transition: all 0.35s;
}

footer .footer-share a:hover {
  background-color: #d70202;
  text-decoration: none !important;
  transition: all 0.35s;
}

footer .footer-link ul {
  padding: 0;
  margin: 0;
}

footer .footer-link li {
  list-style: none;
  color: #fff;
  font-size: 16px;
}

footer .footer-link a {
  color: #fff;
  font-size: 16px;
  line-height: 36px;
}

footer .footer-link a:hover {
  text-decoration: underline;
}

footer .footer-link h4 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}

footer .footer-link .newsletter {
  width: 300px;
  background-color: #fff;
  height: 40px;
  display: flex;
  border: 1px solid #fff;
  justify-content: space-between;
  transition: all 0.35s;
}

footer .footer-link .newsletter:hover {
  border-color: #d70202;
  transition: all 0.35s;
}

footer .footer-link .newsletter input {
  border: none;
  padding: 0 10px;
  font-size: 14px;
  width: calc(100% - 50px);
}

footer .footer-link .newsletter input:focus {
  outline: none;
}

footer .footer-link .newsletter button {
  width: 50px;
  border: none;
  background-color: transparent;
  padding: 0 14px;
}

@media screen and (min-width: 991px) {
  footer .footer-link .newsletter button:hover i {
    color: #d70202;
    transition: all 0.35s;
  }
}

footer .footer-link .newsletter i {
  font-size: 20px;
  transition: all 0.35s;
}

footer .footer-link .sitemap-btn {
  font-size: 14px;
  color: #ccc;
  display: block;
  width: fit-content;
  line-height: 18px;
  position: relative;
  transition: all 0.35s;
}

footer .footer-link .sitemap-btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #969697;
  left: 0;
}

footer .footer-link .sitemap-btn:hover {
  text-decoration: none;
  transform: translateY(-5px);
  transition: all 0.35s;
}

footer .footer-link1 li:before {
  content: '>';
  color: #fff;
}

footer .am-accordion-gapped .am-active .am-accordion-title {
  background-color: transparent;
}

footer .am-accordion-gapped .am-accordion-title {
  padding: 0;
  border-bottom: none;
  pointer-events: none;
  margin-bottom: 25px;
}

footer .am-accordion-gapped .am-accordion-item {
  border: none;
  margin: 0;
}

footer .am-accordion-gapped .am-accordion-item.am-active {
  border: none;
}

footer .am-accordion-gapped .am-accordion-title:after {
  color: #fff;
  opacity: 0;
}

footer .am-accordion-gapped {
  margin: 0 !important;
}

footer .footer-form p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

footer .footer-form *::-webkit-input-placeholder {
  color: #888;
  font-size: 14px;
  line-height: 30px;
}

footer .footer-form *:-moz-placeholder {
  /* FF 4-18 */
  color: #888;
  font-size: 14px;
  line-height: 30px;
}

footer .footer-form *::-moz-placeholder {
  /* FF 19+ */
  color: #888;
  font-size: 14px;
  line-height: 30px;
}

footer .footer-form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #888;
  font-size: 14px;
  line-height: 30px;
}

footer .footer-form input[type="text"] {
  background-color: #fff;
  outline: none;
  border: 1px solid #fff;
  height: 40px;
  width: calc(50% - 5px);
  padding: 0 10px;
  margin-left: 10px;
  color: #333;
  margin-bottom: 10px;
  transition: all 0.35s;
}

footer .footer-form input[type="text"]:focus {
  outline: none;
  border-color: #d70202;
  transition: all 0.35s;
}

footer .footer-form input[type="text"]:first-child {
  margin-left: 0;
}

footer .footer-form button {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  margin-top: 15px;
  border: none;
  padding: 0;
  transition: all 0.35s;
}

footer .footer-form button:hover {
  transform: translateY(-5px);
  transition: all 0.35s;
}

footer .footer-form button:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  bottom: 0;
  left: 0;
  background-color: #BBBBBB;
}

footer .footer-form form {
  display: flex;
  flex-wrap: wrap;
}

footer .footer-form textarea {
  width: 100%;
  height: 95px;
  resize: none;
  padding: 5px 10px;
  border: 1px solid #fff;
  transition: all 0.35s;
}

footer .footer-form textarea:focus {
  outline: none;
  border-color: #d70202;
  transition: all 0.35s;
}

footer .am-accordion-content {
  padding: 0;
}

.footer-record {
  margin-top: 80px;
  border-top: 1px solid #676767;
}

.footer-record .am-container>div {
  float: left;
  font-size: 14px;
  line-height: 18px;
  padding: 25px 0;
  color: #ccc;
}

.footer-record .am-container>div a {
  color: #ccc;
}

.footer-record .am-container>div a:hover {
  text-decoration: underline;
}

.footer-record .am-container>div#google_translate_element {
  float: right;
}

.footer-record .am-container>a {
  float: right;
  font-size: 18px;
  line-height: 18px;
  padding: 25px 0;
  font-weight: bold;
  color: #ccc;
}

.footer-record .am-container>a:hover {
  text-decoration: underline;
}

.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;
}

.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: #d70202;
  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: #d70202;
  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: #d70202;
  text-decoration: underline;
  transition: all 0.35s;
}

.box-certificate {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .box-certificate {
    margin-bottom: 30px;
  }
}

.box-certificate .longcertificatelist {
  display: flex;
  margin: 0 -15px;
  margin-top: 30px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .box-certificate .longcertificatelist {
    margin: 0 -7px;
  }
}

.box-certificate .longcertificatelist .pic {
  padding: 0 15px;
  width: 33.33%;
  cursor: pointer;
}

@media (max-width: 767px) {
  .box-certificate .longcertificatelist .pic {
    width: 50%;
    padding: 0 7px;
    margin-bottom: 10px;
  }
}

.box-certificate .longcertificatelist .pic .img-box {
  padding-bottom: 135%;
}

.box-certificate .shortcertificatelist {
  display: flex;
  margin: 0 -15px;
  margin-top: 30px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .box-certificate .shortcertificatelist {
    margin: 0 -7px;
  }
}

.box-certificate .shortcertificatelist .pic {
  cursor: pointer;
  width: 25%;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .box-certificate .shortcertificatelist .pic {
    width: 50%;
    padding: 0 7px;
    margin-bottom: 10px;
  }
}

.box-certificate .shortcertificatelist .pic .img-box {
  padding-bottom: 69.69696%;
}