@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  color: #222;
}
.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: 998;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
}
.xs-online ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
  height: 68px;
}
.xs-online ul li {
  display: table-cell;
  width: 20%;
  border-left: 1px solid #FCF3F2;
  height: 68px;
}
.xs-online ul li a {
  display: block;
  padding: 7px 0 5px;
}
.xs-online ul li a span {
  display: block;
  color: #30375B;
  font-size: 12px;
}
.xs-online ul li a span i {
  font-size: 22px;
}
.xs-online ul li: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: 48px;
  height: 48px;
  margin-bottom: 3px;
  list-style: none;
}
.suspended-list ul li a {
  display: block;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: rgba(34, 34, 34, 0.4);
  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: 24px;
  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: #D50A0D;
  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: #D50A0D;
  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: #D50A0D;
}
.suspended-list ul li:hover a .ycxf_imgbox img:first-child {
  display: none;
}
.suspended-list ul li:hover a .ycxf_imgbox img:last-child {
  display: block;
  left: 15px;
}
.suspended-list ul li:hover .j_dhzs {
  left: -210px;
}
.suspended-list ul li:hover .whatsapp-num {
  left: -160px;
  opacity: 1;
  transition: all 0.35s;
}
.open-suspended {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 30px;
  z-index: 999;
  background: #6E6E6E;
  border-radius: 8px;
  bottom: 70px;
  display: none;
}
.open-suspended a {
  line-height: 48px;
  text-align: center;
  display: block;
  color: #fff;
  transition: all 0.35s;
}
.fancybox-slide--iframe .fancybox-content {
  width: 80%!important;
  height: 80%!important;
}
.banner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  z-index: 2;
  font-size: 0;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .banner-btn {
  position: absolute;
  z-index: 2;
  bottom: 2.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.banner .swiper-pagination {
  width: auto;
  display: flex;
  position: static;
  margin: 0 30px;
}
.banner .swiper-pagination-bullet {
  outline: none;
  width: 12px;
  height: 12px;
  opacity: 0.5;
  margin: 0 !important;
  background: #fff;
  border-radius: 50%;
  margin: 0 10px!important;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border: 1px solid #fff;
}
.banner .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.banner .slick-arrow {
  outline: none;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner .slick-prev {
  left: 5%;
}
.banner .slick-prev:before {
  content: '\fab1';
}
.banner .slick-next {
  right: 5%;
}
.banner .slick-next:before {
  content: '\e62c';
}
.banner .item {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner .item > a {
  overflow: hidden;
  display: block;
}
.banner .item > a > img {
  position: relative;
  display: block;
  width: 100%;
}
.banner .banner-button-prev,
.banner .banner-button-next {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.banner .banner-button-prev:before,
.banner .banner-button-next:before {
  font-family: 'iconfont';
  font-size: 30px;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .banner .banner-button-prev:hover:before,
  .banner .banner-button-next:hover:before {
    color: #D50A0D;
  }
}
.banner .banner-button-prev {
  left: 30px;
}
.banner .banner-button-prev:before {
  content: '\fab1';
}
.banner .banner-button-next {
  right: 30px;
}
.banner .banner-button-next:before {
  content: '\e62c';
}
@media only screen and (min-width: 1850px) and (max-width: 1920px) {
  .banner .item > a > img {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .banner .slick-arrow:hover {
    background-color: #00a63b;
  }
}
@media (max-width: 1199px) {
  .banner .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .banner .item {
    width: 110%;
    max-width: 110%;
    margin-left: -5%;
  }
}
@media (max-width: 767px) {
  .banner .swiper-pagination {
    bottom: 3.5%;
  }
  .banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px!important;
  }
  .banner .item {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
  }
}
.banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
  display: none !important;
}
.banner.hide-video video {
  display: none !important;
}
.banner-video-box {
  display: block;
  padding-bottom: 45.3125%;
  position: relative;
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner-video-box .fluid_initial_play {
  background-color: #00a63b !important;
}
.banner .mobile-video {
  display: block;
  position: relative;
}
.banner .mobile-video:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner .mobile-video:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  font-size: 50px;
  color: #fff;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e644';
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
header {
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header.am-sticky {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.07);
}
header .header-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-logo {
  height: 64px;
  margin-right: 50px;
}
header .header-logo img {
  height: 100%;
}
header .header-l {
  display: flex;
  align-items: center;
}
header .header-search {
  margin-left: 30px;
}
header .header-search .header-search-p form {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  header .header-search .header-search-p form:hover {
    border-color: #D50A0D;
    transition: all 0.35s;
  }
  header .header-search .header-search-p form:hover input {
    border-color: #D50A0D;
    transition: all 0.35s;
  }
}
header .header-search .header-search-p input {
  height: 44px;
  font-size: 14px;
  width: calc(100% - 48px);
  background-color: transparent;
  color: #222;
  border: 1px solid #E6E6E6;
  border-right: none;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  padding: 0 20px;
  transition: all 0.35s;
}
header .header-search .header-search-p input:focus {
  outline: none;
}
header .header-search .header-search-p *::-webkit-input-placeholder {
  color: #666;
}
header .header-search .header-search-p *:-moz-placeholder {
  /* FF 4-18 */
  color: #666;
}
header .header-search .header-search-p *::-moz-placeholder {
  /* FF 19+ */
  color: #666;
}
header .header-search .header-search-p *:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
}
header .header-search .header-search-p button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  width: 48px;
  height: 44px;
  background-color: #D50A0D;
  border: 1px solid #D50A0D;
  transition: all 0.35s;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
}
header .header-search .header-search-p button i {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  header .header-search .header-search-p button:hover {
    background-color: #fff;
    transition: all 0.35s;
  }
  header .header-search .header-search-p button:hover i {
    color: #D50A0D;
    transition: all 0.35s;
  }
}
header .header-language {
  position: relative;
  margin: 0 30px;
}
header .header-language a {
  display: none;
  border-radius: 50%;
  font-size: 14px;
  width: 44px;
  height: 44px;
  border: 1px solid #E6E6E6;
  color: #666;
  line-height: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .header-language a.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 991px) {
  header .header-language a:hover {
    background-color: #D50A0D;
    border-color: #D50A0D;
    color: #fff;
  }
}
header .goog-te-gadget-simple {
  border: none;
}
header .header-r {
  display: flex;
  align-items: center;
}
.Bulknum {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: red;
  width: 15px;
  height: 15px;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
}
.header-search-m {
  text-align: center;
  position: relative;
  display: none;
  align-items: center;
}
.header-search-m a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #e6e6e6;
  transition: opacity 0.25s ease-in-out 0s;
  -webkit-transition: opacity 0.25s ease-in-out 0s;
  transition: all 0.35s;
}
.header-search-m i {
  font-size: 12px;
  color: #666;
  line-height: 1;
  font-weight: bold;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .header-search-m:hover > a {
    border-color: #fff;
    transition: all 0.35s;
  }
  .header-search-m:hover > a > i {
    color: #fff;
    transform: rotateY(180deg);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
.header-search-m button:before {
  display: none;
}
.header-search-m 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: #D50A0D;
  border-color: #D50A0D;
}
.search-wrap .submit:focus {
  outline: none;
}
.search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\e600';
}
.search-wrap .search-box {
  height: 38px;
}
.in-title {
  font-size: 44px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.index-prod {
  padding: 95px 0 268px;
}
.index-prod .prod-nav {
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  margin: 35px 0 0;
}
.index-prod .prod-nav .img-box {
  padding-bottom: 55.31914894%;
}
.index-prod .prod-nav .tit {
  font-size: 15px;
  line-height: 24px;
  color: #666;
  text-align: center;
  padding: 0 10px;
  margin: -5px 0 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-prod .prod-nav .slick-slide > div {
  font-size: 0;
}
.index-prod .prod-nav .box {
  position: relative;
  cursor: pointer;
}
.index-prod .prod-nav .box:after {
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #E6E6E6;
  content: '';
  display: block;
  top: 0;
  z-index: 2;
}
.index-prod .prod-nav .box > div {
  padding: 0 0 10px;
}
.index-prod .prod-nav .box .img {
  opacity: 0.5;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-prod .prod-nav .box.active .img {
  opacity: 1;
}
.index-prod .prod-nav .box.active .tit {
  color: #222;
}
@media screen and (min-width: 991px) {
  .index-prod .prod-nav .box:hover .img {
    opacity: 1;
  }
  .index-prod .prod-nav .box:hover .tit {
    color: #222;
  }
}
.index-prod .prod-nav .slick-prev,
.index-prod .prod-nav .slick-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  background-color: #E6E6E6;
  border-radius: 50%;
  transition: all 0.35s;
  z-index: 2;
}
.index-prod .prod-nav .slick-prev:hover,
.index-prod .prod-nav .slick-next:hover {
  background-color: #D50A0D;
  transition: all 0.35s;
}
.index-prod .prod-nav .slick-prev:hover:before,
.index-prod .prod-nav .slick-next:hover:before {
  color: #fff;
  transition: all 0.35s;
}
.index-prod .prod-nav .slick-prev {
  left: 0;
}
.index-prod .prod-nav .slick-next {
  right: 0;
}
.index-prod .prod-nav .slick-prev:before,
.index-prod .prod-nav .slick-next:before {
  font-family: 'iconfont';
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #666;
  transition: all 0.35s;
}
.index-prod .prod-nav .slick-prev:before {
  content: '\e779';
  display: block;
}
.index-prod .prod-nav .slick-next:before {
  content: '\ea09';
}
.index-prod .prod-cont {
  margin: 40px 0 0;
  position: relative;
}
.index-prod .prod-cont .list {
  margin: 0 -15px;
}
.index-prod .prod-cont .slick-slide > div {
  font-size: 0;
}
.index-prod .prod-cont .box {
  padding: 0 15px 20px;
}
.index-prod .prod-cont .box > div {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .index-prod .prod-cont .box > div:hover {
    box-shadow: 0px 0px 20px 0px rgba(153, 153, 153, 0.2);
  }
  .index-prod .prod-cont .box > div:hover .tit {
    color: #D50A0D;
  }
  .index-prod .prod-cont .box > div:hover .tit a {
    color: #D50A0D;
  }
  .index-prod .prod-cont .box > div:hover .img img {
    transform: scale(1.1);
  }
  .index-prod .prod-cont .box > div:hover .img:after {
    opacity: 1;
  }
  .index-prod .prod-cont .box > div:hover .img i {
    transform: translate(-50%, -50%) scale(1);
  }
}
.index-prod .prod-cont .tit {
  line-height: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0 15px;
  font-size: 16px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-prod .prod-cont .tit a {
  color: #222;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-prod .prod-cont .img {
  position: relative;
}
.index-prod .prod-cont .img img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-prod .prod-cont .img:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.4);
  z-index: 2;
  content: '';
  display: block;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}
.index-prod .prod-cont .img i {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #D50A0D;
  font-size: 30px;
  line-height: 1;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
@media screen and (min-width: 991px) {
  .index-prod .prod-cont .img i:hover {
    background-color: #D50A0D;
    color: #fff;
  }
}
.index-prod .prod-cont .cont-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-prod .prod-cont .cont-box.active {
  position: relative;
  pointer-events: all;
  opacity: 1;
  z-index: 1;
}
.index-prod .more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  width: 160px;
  height: 52px;
  background-color: #D50A0D;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  border-radius: 26px;
  border: 1px solid #D50A0D;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .index-prod .more:hover {
    background-color: transparent;
    color: #D50A0D;
  }
}
.index-about {
  background-image: url(../img/about-bg.jpg);
  background-size: 100%;
  padding: 0 0 95px;
}
.index-about .about-media {
  margin-top: -168px;
}
.index-about .about-media a {
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .index-about .about-media a:hover img {
    transform: scale(1.1);
  }
}
.index-about .about-media img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-about .about-media .media-btn {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-about .about-media .media-btn:after {
  content: '';
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.index-about .about-media .media-btn i {
  display: flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  font-size: 20px;
  color: #D50A0D;
  position: relative;
  z-index: 5;
}
.index-about .about-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 75px 0 0;
}
.index-about .about-cont .tit-box {
  width: 33%;
}
.index-about .about-cont .tit {
  font-size: 36px;
  line-height: 44px;
  font-weight: bold;
}
.index-about .about-cont .desc {
  width: 57.5%;
  line-height: 27px;
  color: #666;
}
.index-about .about-cont .more {
  width: 160px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  color: #fff;
  border: 1px solid #222;
  background-color: #222;
  font-weight: bold;
  font-size: 14px;
  margin: 45px 0 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .index-about .about-cont .more:hover {
    background-color: #D50A0D;
    border-color: #D50A0D;
  }
}
.index-data {
  background-image: url(../img/data-bg.jpg);
  background-attachment: fixed;
}
.big-data {
  position: relative;
  display: flex;
  z-index: 2;
  justify-content: space-between;
  padding: 60px 0 70px;
}
.big-data .data-box {
  position: relative;
  padding: 0 30px;
  width: 25%;
  display: flex;
  justify-content: center;
}
.big-data .count-top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  color: #fff;
  position: relative;
  padding-bottom: 20px;
}
.big-data .count-top span {
  font-size: 54px;
  font-weight: bold;
  line-height: 1;
}
.big-data .count-top:after {
  content: '';
  width: 48px;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  display: block;
  position: absolute;
}
.big-data .count-tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  position: absolute;
  padding-left: 5px;
  left: 100%;
}
.big-data .data-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.big-data .count-desc {
  color: #fff;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.index-why {
  padding: 95px 0 100px;
  background-image: url(../img/why-bg.png);
  background-repeat: no-repeat;
  background-position: 80px 80px;
}
.index-why .list {
  display: flex;
  flex-wrap: wrap;
  margin: 80px -15px 0;
}
.index-why .box {
  width: 33.33333333%;
  padding: 0 15px;
}
.index-why .box > div {
  box-shadow: 0px 0px 20px 0px rgba(153, 153, 153, 0.2);
  padding: 70px 35px 30px;
  position: relative;
  background-color: #fff;
  height: 100%;
}
@media screen and (min-width: 991px) {
  .index-why .box > div:hover i {
    background-color: #D50A0D;
  }
}
.index-why .box i {
  width: 80px;
  height: 80px;
  background-color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 36px;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: -40px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-why .box .tit {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.index-why .box .desc {
  line-height: 27px;
  color: #666;
}
.index-why .box:nth-child(n+4) {
  margin-top: 80px;
}
.index-news {
  background-image: url(../img/about-bg.jpg);
  padding: 90px 0 80px;
}
.index-news .img-box {
  padding-bottom: 66.66666667%;
}
.index-news .list {
  margin: 40px -15px 0;
}
.index-news .img img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-news .box {
  padding: 0 15px;
}
@media screen and (min-width: 991px) {
  .index-news .box > div:hover .img img {
    transform: scale(1.1);
  }
  .index-news .box > div:hover .more span {
    color: #D50A0D;
  }
  .index-news .box > div:hover .more i {
    color: #D50A0D;
  }
}
.index-news .tit {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 25px;
}
.index-news .tit a {
  color: #222;
}
.index-news .desc {
  line-height: 27px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 15px;
}
.index-news .more {
  display: flex;
  align-items: center;
}
.index-news .more span {
  font-size: 14px;
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-news .more i {
  font-size: 12px;
  line-height: 1;
  color: #222;
  margin-left: 3px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-news .txt {
  padding: 35px 0;
  border-bottom: 1px solid #CCCCCC;
}
.index-news .more-btn {
  width: 160px;
  height: 52px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #222;
  border-radius: 26px;
  border: 1px solid #222;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .index-news .more-btn:hover {
    background-color: #D50A0D;
    border-color: #D50A0D;
  }
}
.index-newsletter {
  padding: 95px 0 100px;
}
.index-newsletter .tit {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 15px;
}
.index-newsletter .desc {
  line-height: 27px;
  color: #666;
  text-align: center;
  margin-bottom: 40px;
}
.index-newsletter form {
  max-width: 690px;
  height: 52px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  background-color: #F5F5F5;
  border-radius: 26px;
}
.index-newsletter button {
  width: 160px;
  height: 100%;
  background-color: #D50A0D;
  border-radius: 26px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D50A0D;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-newsletter button span {
  font-size: 14px;
  font-weight: bold;
}
.index-newsletter button i {
  font-size: 14px;
  margin-right: 10px;
  line-height: 1;
}
@media screen and (min-width: 991px) {
  .index-newsletter button:hover {
    background-color: #F5F5F5;
    color: #D50A0D;
  }
}
.index-newsletter input {
  width: calc(100% - 160px);
  padding: 0 25px;
  background-color: transparent;
  border: none;
  font-size: 15px;
  line-height: 24px;
}
.index-newsletter input:focus {
  outline: none;
}
.index-newsletter *::-webkit-input-placeholder {
  color: #666;
}
.index-newsletter *:-moz-placeholder {
  /* FF 4-18 */
  color: #666;
}
.index-newsletter *::-moz-placeholder {
  /* FF 19+ */
  color: #666;
}
.index-newsletter *:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
}
.page-banner {
  overflow: hidden;
  position: relative;
}
.page-banner .item {
  position: relative;
}
.page-banner .item img {
  width: 100%;
  transition: all 0.35s;
}
.page-banner .cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-banner .tit {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 28px;
  line-height: 1;
}
.page-banner .crumbs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-banner .box {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}
.page-banner .box:after {
  content: '>';
  color: #fff;
  margin: 0 5px;
}
.page-banner .box:last-child:after {
  display: none;
}
.page-banner .box a {
  color: #fff;
}
@media screen and (min-width: 991px) {
  .page-banner .box a:hover {
    text-decoration: underline;
  }
}
.page-tit {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.about .about-cont {
  padding: 0 0 100px;
}
.about .about-cont .cont-t {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 95px 0 75px;
}
.about .about-cont .cont-t .txt {
  width: 50%;
}
.about .about-cont .cont-t .txt .desc {
  line-height: 28px;
  color: #666;
  margin-top: 20px;
}
.about .about-cont .cont-t .txt .desc p {
  margin: 0;
}
.about .about-cont .cont-t .big-data {
  width: 42%;
  flex-wrap: wrap;
  padding: 15px 0;
}
.about .about-cont .cont-t .big-data .count-top {
  color: #222;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.about .about-cont .cont-t .big-data .count-top:after {
  display: none;
}
.about .about-cont .cont-t .big-data .count-desc {
  color: #666;
  line-height: 25px;
  font-weight: 400;
}
.about .about-cont .cont-t .big-data .data-box {
  width: 50%;
  justify-content: flex-start;
}
.about .about-cont .cont-t .big-data .data-box:nth-child(n+3) {
  margin-top: 65px;
}
.about .about-cont .cont-t .big-data .data-cont {
  align-items: flex-start;
}
.about .about-cont .about-media img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about .about-cont .about-media a {
  position: relative;
  display: block;
  overflow: hidden;
}
.about .about-cont .about-media a:after {
  content: '';
  background-color: rgba(34, 34, 34, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 991px) {
  .about .about-cont .about-media a:hover img {
    transform: scale(1.1);
  }
}
.about .about-cont .about-media .media-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 112px;
  height: 112px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .about-cont .about-media .media-btn i {
  background-color: rgba(255, 255, 255, 0.2);
  width: 92px;
  height: 92px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 20px;
  color: #D50A0D;
}
.about .about-cont .about-media .media-btn i:after {
  content: '';
  width: 72px;
  height: 72px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about .about-cont .about-media .media-btn i:before {
  position: relative;
  z-index: 2;
}
.about .slick-slide > div {
  font-size: 0;
}
.about .dots-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .slick-prev,
.about .slick-next {
  position: static;
  transform: none;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #E6E6E6;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about .slick-prev:before,
.about .slick-next:before {
  font-family: 'iconfont';
  color: #666;
  opacity: 1;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .about .slick-prev:hover,
  .about .slick-next:hover {
    background-color: #D50A0D;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .about .slick-prev:hover:before,
  .about .slick-next:hover:before {
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
.about .slick-prev:before {
  content: '\e779';
}
.about .slick-next:before {
  content: '\ea09';
}
.about .dots-cont {
  position: relative;
  margin: 0 18px;
}
.about .slick-dots {
  position: static;
}
.about .slick-dots li {
  padding: 0;
  width: 10px;
  height: 10px;
  background-color: #E6E6E6;
  border-radius: 50%;
  margin: 0 12px;
}
.about .slick-dots li.slick-active {
  background-color: #D50A0D;
}
.about .slick-dots li button {
  display: none;
}
.about .slick-dots li button:before {
  display: none;
}
.about .honor {
  background-image: url(../img/about-bg.jpg);
  padding: 80px 0 90px;
}
.about .honor .page-tit {
  text-align: center;
}
.about .honor .list {
  margin: 35px -15px 50px;
}
.about .honor img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about .honor .box {
  padding: 0 15px;
}
.about .honor .box a {
  display: block;
  position: relative;
}
.about .honor .box a:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #E6E6E6;
  display: block;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .about .honor .box a:hover img {
    transform: scale(1.1);
  }
  .about .honor .box a:hover:after {
    border-color: #D50A0D;
  }
}
.about .factory {
  padding: 95px 0 100px;
}
.about .factory .page-tit {
  text-align: center;
}
.about .factory .list-box {
  display: flex;
  margin: 35px -15px 0;
  flex-wrap: wrap;
}
.about .factory .box {
  padding: 0 15px;
  width: 33.33333333%;
}
.about .factory .box:nth-child(n+4) {
  margin-top: 30px;
}
@media screen and (min-width: 991px) {
  .about .factory .box > a:hover img {
    transform: scale(1.1);
  }
}
.about .factory .img-box {
  padding-bottom: 66.66666667%;
}
.about .factory .img img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about .factory img[data-lazy] {
  background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
.about .factory img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
.about .factory .fac-list {
  margin-bottom: 50px;
}
.sticky-content {
  display: -webkit-box;
  display: flex;
}
.list-l {
  background-clip: content-box;
  position: relative;
  z-index: 9;
}
.list-l h2 {
  text-align: center;
  color: #fff;
  padding: 21px;
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 20px;
}
.list-l .menu {
  position: relative;
  z-index: 10;
}
.list-l .menu h4 {
  color: #222;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 24px;
  margin-bottom: 40px;
  font-weight: 400;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.list-l .menu a {
  display: block;
}
.list-l .menu1 {
  position: relative;
  padding-left: 0;
  margin-top: 0;
}
.list-l .menu1 > li {
  color: #666666;
  font-size: 18px;
  list-style: none;
}
.list-l .menu1 > li:last-child {
  border-bottom: none;
}
.list-l .menu1 > li > a {
  display: block;
  position: relative;
  font-size: 18px;
  color: #222;
  line-height: 28px;
  padding: 20px;
  background-color: #F5F5F5;
  transition: all 0.35s;
}
.list-l .menu1 > li > a:hover {
  color: #fff;
  background-color: #D50A0D;
  transition: all 0.35s;
}
.list-l .menu1 > li > a:hover:after {
  color: #fff;
  content: '\e6e6';
  transition: all 0.35s;
}
.list-l .menu1 > li > a span {
  display: flex;
  align-items: center;
  width: calc(100% - 20px);
  line-height: 24px;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.list-l .menu1 > li > a:after {
  content: '\e6e5';
  font-family: 'iconfont';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  transition: all 0.35s;
  z-index: 3;
  font-size: 16px;
  color: #666;
}
.list-l .menu1 > li.active > a {
  color: #fff;
  transition: all 0.35s;
  background-color: #D50A0D;
}
.list-l .menu1 > li.active > a:after {
  color: #fff;
  content: '\e6e6';
  transition: all 0.35s;
}
.list-l .menu1 > li:nth-child(n+2) {
  margin-top: 8px;
}
.list-l .menu1 ul {
  font-size: 14px;
  display: none;
  margin: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 12px 0;
  background-color: #FDF3F3;
}
.list-l .menu2 {
  padding: 0;
}
.list-l .menu2 > li {
  list-style: none;
}
.list-l .menu2 > li:last-child {
  border-bottom: none;
}
.list-l .menu2 > li:last-child > a {
  border-bottom: none;
}
.list-l .menu2 > li > a {
  display: flex;
  width: fit-content;
  align-items: center;
  font-size: 16px;
  width: 100%;
  position: relative;
  padding: 8px 30px;
  color: #222;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-l .menu2 > li > a:hover {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-l .menu2 > li > a:hover span {
  color: #D50A0D;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-l .menu2 > li > a:hover:before {
  transition: all 0.35s;
}
.list-l .menu2 > li > a span {
  display: block;
  line-height: 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-l .menu2 > li.active > a {
  color: #D50A0D;
  text-decoration: underline;
  transition: all 0.35s;
}
.list-l .menu2 > li.active > a span {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-l .menu3 > li {
  padding-left: 12px;
  margin-top: 5px;
  list-style: none;
}
.list-l .menu3 > li > a {
  color: #83868a;
}
.list-l .menu3 > li > a:before {
  content: '-';
}
.touch-nav {
  display: none;
}
.prod {
  padding: 100px 0 90px;
}
.prod .prod-listmsg {
  margin-bottom: 40px;
}
.prod .prod-listmsg .tit {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 15px;
}
.prod .prod-listmsg .desc {
  line-height: 26px;
  color: #666;
  margin-bottom: 25px;
}
.prod .prod-listmsg .media {
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .prod .prod-listmsg .media:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.prod .prod-listmsg .media a {
  position: relative;
  display: block;
}
.prod .prod-listmsg .media a:after {
  content: '';
  width: 60px;
  height: 60px;
  background-image: url(../img/play.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.prod .prod-listmsg .media img {
  width: 100%;
  transition: all 0.35s;
}
.prod .in-title {
  text-align: center;
}
.prod .prod-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 40px;
}
.prod .prod-box {
  width: 33.33333333%;
  padding: 0 15px;
}
.prod .prod-box:nth-child(n+4) {
  margin-top: 30px;
}
@media screen and (min-width: 991px) {
  .prod .prod-box > div:hover .prod-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .prod .prod-box > div:hover .prod-txt > a {
    background-color: #D50A0D;
  }
  .prod .prod-box > div:hover .prod-txt > a:after {
    border-color: transparent #D50A0D transparent transparent;
  }
  .prod .prod-box > div:hover .prod-txt:before {
    opacity: 1;
  }
  .prod .prod-box > div:hover .prod-txt:after {
    opacity: 1;
  }
}
.prod .prod-box .prod-img img {
  transition: all 0.35s;
}
.prod .prod-box .prod-txt {
  display: flex;
  align-items: center;
  background-color: #F5F5F5;
  justify-content: space-between;
  margin-top: 4px;
  position: relative;
}
.prod .prod-box .prod-txt:before {
  content: '';
  width: 56px;
  height: 52px;
  background-color: rgba(213, 10, 13, 0.2);
  right: 0;
  position: absolute;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.prod .prod-box .prod-txt:after {
  content: '';
  width: 0;
  height: 0;
  border-width: 52px 20px 0 0;
  border-style: solid;
  border-color: transparent rgba(213, 10, 13, 0.2) transparent transparent;
  position: absolute;
  right: 56px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.prod .prod-box .prod-txt .tit {
  width: calc(100% - 72px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 20px;
}
.prod .prod-box .prod-txt .tit a {
  color: #222;
  transition: all 0.35s;
}
.prod .prod-box .prod-txt > a {
  display: flex;
  align-items: center;
  position: relative;
  width: 52px;
  height: 52px;
  background-color: #222;
  color: #fff;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 3;
}
.prod .prod-box .prod-txt > a i {
  font-size: 20px;
  line-height: 1;
}
.prod .prod-box .prod-txt > a:after {
  content: '';
  width: 0;
  height: 0;
  border-width: 52px 20px 0 0;
  border-style: solid;
  border-color: transparent #222 transparent transparent;
  position: absolute;
  left: -20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.prod .prod-details-slick {
  width: 50.556%;
}
.prod .prod-details-slick .carousel-wrap > div {
  display: flex;
  justify-content: space-between;
}
.prod .prod-details-slick .slick-prev {
  z-index: 100;
  top: 0;
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E6E6E6;
  transition: all 0.35s;
  left: 0;
  position: static;
  transform: none;
}
.prod .prod-details-slick .slick-prev:hover {
  background-color: #D50A0D;
  transition: all 0.35s;
}
.prod .prod-details-slick .slick-prev:hover:before {
  color: #fff;
  transition: all 0.35s;
}
.prod .prod-details-slick .slick-prev:hover:after {
  opacity: 0;
  transition: all 0.35s;
}
.prod .prod-details-slick .slick-prev:before {
  color: #666;
  content: '\ea0a';
  font-family: 'iconfont' !important;
  opacity: 1;
  display: inline-block;
  font-size: 18px;
}
.prod .prod-details-slick .slick-next {
  z-index: 100;
  top: auto;
  left: 0;
  bottom: -20px;
  transition: all 0.35s;
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E6E6E6;
  position: static;
  transform: none;
}
.prod .prod-details-slick .slick-next:hover {
  background-color: #D50A0D;
  transition: all 0.35s;
}
.prod .prod-details-slick .slick-next:hover:before {
  color: #fff;
  transition: all 0.35s;
}
.prod .prod-details-slick .slick-next:hover:after {
  opacity: 0;
  transition: all 0.35s;
}
.prod .prod-details-slick .slick-next:before {
  color: #666;
  content: '\ea0b';
  font-family: 'iconfont' !important;
  opacity: 1;
  display: inline-block;
  font-size: 18px;
}
.prod .pro-details-thumbslick {
  position: relative;
  width: 18.573%;
}
.prod .pro-details-thumbslick .slick-list {
  margin: 6px 0;
}
.prod .pro-details-thumbslick .slick-slide {
  margin: 6px 0;
  border: none;
}
.prod .pro-details-thumbslick .slick-slide > div {
  display: flex;
}
.prod .pro-details-thumbslick .slick-current.slick-active .item {
  transition: all 0.35s;
}
.prod .pro-details-thumbslick .slick-slider {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.prod .pro-details-thumbslick .item {
  position: relative;
  overflow: hidden;
}
.prod .pro-details-thumbslick .item-video:after {
  content: '';
  position: absolute;
  top: 0;
  z-index: 101;
  left: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.26);
  width: 100%;
  height: 100%;
}
.prod .pro-details-thumbslick .item-video:before {
  content: '\e60a';
  font-family: 'iconfont' !important;
  font-size: 12px;
  line-height: 1;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 102;
  border-radius: 50%;
  color: #D50A0D;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod .pro-details-topslick {
  width: 77.52%;
}
.prod .pro-details-topslick .item {
  padding: 0;
  overflow: hidden;
}
.prod .pro-details-topslick .item div {
  border: none;
}
.prod .pro-details-topslick .slick-slide > div {
  font-size: 0;
}
.prod iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.prod .pro-details-msg {
  width: 49.444%;
  padding-left: 25px;
  padding-top: 20px;
}
.prod .pro-details-msg h1 {
  font-size: 30px;
  font-weight: bold;
  color: #222;
  line-height: 1;
  margin: 0;
  text-transform: capitalize;
}
.prod .pro-details-msgcont {
  margin-bottom: 50px;
  padding-top: 40px;
}
.prod .pro-details-msgcont h4 {
  font-size: 18px;
  margin: 0;
  line-height: 28px;
  font-weight: bold;
}
.prod .pro-details-msgcont p {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
.prod .pro-details-share {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.prod .pro-details-share > span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-right: 5px;
  text-transform: capitalize;
}
.prod .pro-details-share .at-resp-share-element .at-share-btn {
  margin-bottom: 0;
}
.prod .prod-share {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.prod .prod-share .share-tit {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  margin-right: 10px;
}
.prod .pro-details-btn {
  display: flex;
}
.prod .pro-details-btn a {
  display: flex;
  width: 180px;
  height: 52px;
  border-radius: 26px;
  background-color: #222;
  color: #fff;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
  font-size: 14px;
  line-height: 24px;
  margin-right: 30px;
}
.prod .pro-details-btn a:last-child {
  margin-right: 0;
}
.prod .pro-details-btn a:hover {
  background-color: #D50A0D;
  transition: all 0.35s;
}
.prod .pro-details-btn a i {
  font-size: 16px;
  margin-right: 10px;
  line-height: 1;
}
.prod .pro-details-btn a span {
  font-weight: bold;
  text-transform: uppercase;
}
.prod .pro-details-btn .pro-deta-add {
  border: 1px solid #60656B;
  color: #666;
  margin-left: 20px;
  background-color: #fff;
  transition: all 0.35s;
}
.prod .pro-details-btn .pro-deta-add:hover {
  border-color: #D50A0D;
  background-color: #D50A0D;
  color: #fff;
  transition: all 0.35s;
}
.prod .prod-sontitle {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
  color: #222;
}
.prod .prod-cont2 {
  clear: both;
  padding-top: 45px;
}
.prod .prod-cont2 .prod-contbox p {
  margin: 0;
}
.prod .prod-cont2 .prod-contbox img {
  max-width: 100%;
  height: auto!important;
}
.prod .inquiry-form {
  padding-top: 45px;
}
.prod .inquiry-form form {
  font-size: 0;
}
.prod .inquiry-form input {
  font-size: 15px;
  padding: 0 15px;
  width: calc(25% - 12px);
  height: 48px;
  margin-right: 16px;
  border: 1px solid #F5F5F5;
  margin-bottom: 16px;
  background-color: #F5F5F5;
  color: #333;
}
.prod .inquiry-form input:nth-child(4n+1) {
  margin-right: 0;
}
.prod .inquiry-form input:first-child {
  width: 100%;
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.prod .inquiry-form input:first-child:focus {
  border-color: #222;
}
.prod .inquiry-form input:focus {
  outline: none;
  border-color: #D50A0D;
  transition: all 0.35s;
}
.prod .inquiry-form *::-webkit-input-placeholder {
  color: #666;
}
.prod .inquiry-form *:-moz-placeholder {
  /* FF 4-18 */
  color: #666;
}
.prod .inquiry-form *::-moz-placeholder {
  /* FF 19+ */
  color: #666;
}
.prod .inquiry-form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
}
.prod .inquiry-form textarea {
  height: 112px;
  width: 100%;
  font-size: 15px;
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
  resize: none;
  padding: 10px 15px;
  margin-bottom: 24px;
  color: #333;
}
.prod .inquiry-form textarea:focus {
  outline: none;
  border-color: #D50A0D;
  transition: all 0.35s;
}
.prod .inquiry-form button {
  width: 100%;
  background-color: #D50A0D;
  color: #fff;
  height: 48px;
  border: 1px solid #D50A0D;
  font-size: 14px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
}
.prod .inquiry-form button span {
  font-weight: bold;
  margin-left: 10px;
}
.prod .inquiry-form button i {
  font-size: 14px;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.prod .inquiry-form button:hover {
  color: #D50A0D;
  background-color: #fff;
  transition: all 0.35s;
}
.pagenum {
  display: flex;
  justify-content: center;
}
.pagenum a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 44px;
  height: 44px;
  border: 1px solid #F5F5F5;
  line-height: 30px;
  color: #666;
  margin-left: 20px;
  background-color: #F5F5F5;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pagenum a.active {
  color: #D50A0D;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-color: #D50A0D;
}
.pagenum a:nth-child(2) {
  margin-left: 24px;
}
.pagenum a:first-child {
  margin-left: 0;
}
.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 {
    color: #fff;
    background-color: #D50A0D;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-color: #D50A0D;
  }
}
.pagenum i {
  font-size: 14px;
  display: block;
}
.recommend {
  padding-top: 45px;
}
.recommend .slick-slide > div {
  font-size: 0;
}
.recommend .prod-recommendlist {
  margin: 0 -15px;
}
.recommend .prod-recommendlist .slick-prev,
.recommend .prod-recommendlist .slick-next {
  width: 40px;
  height: 40px;
  font-size: 0;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.35s;
}
.recommend .prod-recommendlist .slick-prev:hover,
.recommend .prod-recommendlist .slick-next:hover {
  background-color: #D50A0D;
  transition: all 0.35s;
}
.recommend .prod-recommendlist .slick-prev:hover:before,
.recommend .prod-recommendlist .slick-next:hover:before {
  color: #fff !important;
  transition: all 0.35s;
}
.recommend .prod-recommendlist .slick-prev {
  left: 15px;
  z-index: 2;
}
.recommend .prod-recommendlist .slick-next {
  right: 15px;
}
.recommend .prod-recommendlist .slick-prev:before,
.recommend .prod-recommendlist .slick-next:before {
  font-family: 'iconfont';
  font-size: 13px;
  color: #666;
}
.recommend .prod-recommendlist .slick-prev:before {
  content: '\e779';
}
.recommend .prod-recommendlist .slick-next:before {
  content: '\ea09';
}
@media screen and (min-width: 991px) {
  .recommend .prod-recommendlist:hover .slick-prev,
  .recommend .prod-recommendlist:hover .slick-next {
    opacity: 1;
    transition: all 0.35s;
  }
}
.recommend .prod-box {
  padding: 0 15px;
}
@media screen and (min-width: 991px) {
  .recommend .prod-box > div:hover .prod-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .recommend .prod-box > div:hover .prod-txt > a {
    background-color: #D50A0D;
  }
  .recommend .prod-box > div:hover .prod-txt > a:after {
    border-color: transparent #D50A0D transparent transparent;
  }
  .recommend .prod-box > div:hover .prod-txt:before {
    opacity: 1;
  }
  .recommend .prod-box > div:hover .prod-txt:after {
    opacity: 1;
  }
}
.recommend .prod-box .prod-img img {
  transition: all 0.35s;
}
.recommend .prod-box .prod-txt {
  display: flex;
  align-items: center;
  background-color: #F5F5F5;
  justify-content: space-between;
  margin-top: 4px;
  position: relative;
}
.recommend .prod-box .prod-txt:before {
  content: '';
  width: 56px;
  height: 52px;
  background-color: rgba(213, 10, 13, 0.2);
  right: 0;
  position: absolute;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.recommend .prod-box .prod-txt:after {
  content: '';
  width: 0;
  height: 0;
  border-width: 52px 20px 0 0;
  border-style: solid;
  border-color: transparent rgba(213, 10, 13, 0.2) transparent transparent;
  position: absolute;
  right: 56px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.recommend .prod-box .prod-txt .tit {
  width: calc(100% - 72px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 20px;
  font-size: 16px;
}
.recommend .prod-box .prod-txt .tit a {
  color: #222;
  transition: all 0.35s;
}
.recommend .prod-box .prod-txt > a {
  display: flex;
  align-items: center;
  position: relative;
  width: 52px;
  height: 52px;
  background-color: #222;
  color: #fff;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 3;
}
.recommend .prod-box .prod-txt > a i {
  font-size: 20px;
  line-height: 1;
}
.recommend .prod-box .prod-txt > a:after {
  content: '';
  width: 0;
  height: 0;
  border-width: 52px 20px 0 0;
  border-style: solid;
  border-color: transparent #222 transparent transparent;
  position: absolute;
  left: -20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news {
  padding: 100px 0;
}
.news .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 40px;
}
.news .box {
  padding: 0 15px;
  width: 33.33333333%;
}
.news .box:nth-child(n+4) {
  margin-top: 40px;
}
@media screen and (min-width: 991px) {
  .news .box > div:hover .img img {
    transform: scale(1.1);
  }
  .news .box > div:hover .tit {
    color: #D50A0D;
  }
  .news .box > div:hover .tit a {
    color: #D50A0D;
  }
}
.news .img img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news .img-box {
  padding-bottom: 66.66666667%;
}
.news .date {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.news .date span {
  line-height: 24px;
  color: #666;
}
.news .date i {
  color: #D50A0D;
  margin-right: 10px;
}
.news .tit {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .tit a {
  color: #222;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news .desc {
  line-height: 28px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .txt {
  padding: 25px 0 0;
}
.contact .contact-all {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .ol-message {
  width: 59.575%;
  padding: 95px 0 100px;
}
.contact .ol-message .desc {
  line-height: 28px;
  color: #666;
  margin: 30px 0 40px;
}
.contact .ol-message form {
  display: flex;
  flex-wrap: wrap;
}
.contact .ol-message input {
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
  height: 48px;
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
  padding: 0 15px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact .ol-message input:nth-child(2n) {
  margin-right: 0;
}
.contact .ol-message input:focus {
  outline: none;
  border-color: #D50A0D;
}
.contact .ol-message *::-webkit-input-placeholder {
  color: #666;
}
.contact .ol-message *:-moz-placeholder {
  /* FF 4-18 */
  color: #666;
}
.contact .ol-message *::-moz-placeholder {
  /* FF 19+ */
  color: #666;
}
.contact .ol-message *:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
}
.contact .ol-message textarea {
  height: 200px;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 10px 15px;
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
  resize: none;
  margin: 0 0 24px;
}
.contact .ol-message textarea:focus {
  outline: none;
  border-color: #D50A0D;
}
.contact .ol-message button {
  width: 140px;
  height: 48px;
  background-color: #D50A0D;
  color: #fff;
  border: 1px solid #D50A0D;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact .ol-message button span {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}
.contact .ol-message button i {
  font-size: 14px;
  line-height: 1;
  margin-right: 10px;
}
@media screen and (min-width: 991px) {
  .contact .ol-message button:hover {
    background-color: transparent;
    color: #D50A0D;
  }
}
.contact .contact-info {
  background-image: url(../img/info-bg.jpg);
  width: 34.043%;
  padding: 95px 40px 0;
  color: #fff;
}
.contact .contact-info .list {
  margin: 40px 0 0;
}
.contact .contact-info .desc {
  line-height: 28px;
  margin: 20px 0 0;
}
.contact .contact-info .msg {
  color: #ccc;
  line-height: 27px;
}
.contact .contact-info .msg a {
  color: #ccc;
}
.contact .contact-info .msg a:hover {
  text-decoration: underline;
}
.contact .contact-info .box {
  display: flex;
}
.contact .contact-info .box i {
  font-size: 36px;
  line-height: 1;
  margin: 2px 0 0;
}
.contact .contact-info .box:nth-child(n+2) {
  margin-top: 40px;
}
.contact .contact-info .txt {
  width: calc(100% - 36px);
  padding: 0 0 0 20px;
}
.contact .contact-info .tit {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 7px;
}
.map {
  width: 100%;
  height: 480px;
}
.map .map-content {
  width: 100%;
  height: 100%;
}
footer {
  background-color: #222;
  padding: 80px 0 0;
}
footer .footer-desc {
  color: #ccc;
  font-size: 14px;
  line-height: 25px;
}
footer .footer-msg {
  margin-bottom: 30px;
}
footer .footer-msg .msg-box {
  display: flex;
}
footer .footer-msg .msg-box i {
  color: #fff;
  margin-right: 10px;
}
footer .footer-msg .msg-box:nth-child(n+2) {
  margin-top: 5px;
}
footer .footer-msg .msg-desc {
  font-size: 18px;
  font-weight: 300;
  color: #bfbdbd;
}
footer .footer-msg .msg-desc a {
  color: #bfbdbd;
  transition: all 0.35s;
}
footer .footer-msg .msg-desc a:hover {
  color: #fff;
  transition: all 0.35s;
}
footer .footer-logo {
  height: 64px;
  margin-bottom: 25px;
}
footer .footer-logo img {
  height: 100%;
}
footer .mid-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer-link ul {
  padding: 0;
  margin: 0;
}
footer .footer-link li {
  list-style: none;
  color: #999;
  font-size: 16px;
}
footer .footer-link li:nth-child(n+2) {
  margin-top: 10px;
}
footer .footer-link li a {
  color: #bfbdbd;
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
  transition: all 0.35s;
}
footer .footer-link li a:hover {
  color: #fff;
  transition: all 0.35s;
}
footer .footer-link h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 12px;
  text-transform: uppercase;
}
footer .footer-link .am-active .am-accordion-title {
  margin-bottom: 0;
}
footer .footer-link2 {
  width: 25%;
}
footer .footer-link2 li {
  display: flex;
}
footer .footer-link2 li .tit {
  font-size: 15px;
  color: #fff;
  line-height: 30px;
}
footer .footer-link2 li .desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #fff;
}
footer .footer-link2 li .desc a {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #fff;
}
footer .footer-link2 li i {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin-right: 5px;
}
footer .footer-link2 li:nth-child(n+2) {
  margin-top: 10px;
}
footer .footer-link2 form {
  border-bottom: 1px solid #999999;
  height: 58px;
  display: flex;
  width: 400px;
  justify-content: space-between;
}
footer .footer-link2 form button {
  width: 24px;
  padding: 0;
  border: none;
  background-color: transparent;
}
footer .footer-link2 form button i {
  font-size: 24px;
  color: #999;
  line-height: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  footer .footer-link2 form button:hover i {
    color: #D50A0D;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
footer .footer-link2 form input {
  width: calc(100% - 24px);
  background-color: transparent;
  border: none;
  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: 15px;
}
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-form1 {
  padding-left: 30px;
  padding-right: 70px;
  padding-bottom: 40px;
  background-color: rgba(57, 146, 62, 0.7);
}
footer .footer-form1 li {
  display: flex;
  margin-bottom: 3px;
}
footer .footer-form1 li i {
  margin-right: 10px;
  line-height: 26px;
}
footer .am-accordion-content {
  padding: 0;
}
footer .footer-link1 {
  width: 100%;
}
footer .footer-link1 form {
  margin-top: 20px;
  width: 100%;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 7px;
  display: flex;
  font-size: 16px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-link1 form:hover {
    border-color: #D50A0D;
    transition: all 0.35s;
  }
}
footer .footer-link1 form *::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-link1 form *:-moz-placeholder {
  /* FF 4-18 */
  color: #999;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-link1 form *::-moz-placeholder {
  /* FF 19+ */
  color: #999;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-link1 form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-link1 form input {
  padding: 0 18px;
  width: calc(100% - 110px);
  background-color: transparent;
  border: none;
}
footer .footer-link1 form input:focus {
  outline: none;
}
footer .footer-link1 form button {
  width: 110px;
  border-radius: 4px;
  border: 1px solid #D50A0D;
  background-color: #D50A0D;
  height: 42px;
  color: #fff;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-link1 form button:hover {
    background-color: #fff;
    color: #D50A0D;
    transition: all 0.35s;
  }
}
footer .footer-link1 .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-link1 .footer-form input[type="text"]:focus {
  outline: none;
  border-color: #D50A0D;
  transition: all 0.35s;
}
footer .footer-link1 .footer-form input[type="text"]:first-child {
  margin-left: 0;
}
footer .footer-link1 .footer-form button {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  margin-top: 15px;
  border: none;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
footer .footer-link1 .footer-form button:hover {
  transform: translateY(-5px);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
footer .footer-link1 .footer-form button:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  bottom: 0;
  left: 0;
  background-color: #BBBBBB;
}
footer .footer-link1 .form-desc {
  font-size: 16px;
}
footer .footer-link3 {
  width: 36%;
}
footer .footer-link3 .am-active .am-accordion-title {
  margin-bottom: 10px;
}
footer .footer-link3 .am-active .am-accordion-title h4 {
  position: relative;
}
footer .footer-link3 ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 216px;
}
footer .footer-link3 li {
  display: flex;
  line-height: 36px;
  min-width: 170px;
}
footer .footer-link3 li a {
  color: #ccc;
  font-size: 16px;
  left: 25px;
  font-weight: 400;
}
footer .footer-link3 li a:hover {
  text-decoration: underline;
}
footer .footer-link3 li:before {
  content: '\ea09';
  font-family: 'iconfont';
  font-size: 12px;
  margin-right: 5px;
}
footer .footer-link3 li:nth-child(n+2) {
  margin-top: 0;
}
footer .footer-link3 li i {
  font-size: 12px;
  margin-right: 5px;
  margin-top: 3px;
}
footer .footer-link3.footer-prod a {
  display: flex;
}
footer .footer-link4 {
  width: 27.5%;
}
footer .footer-link4 .am-active .am-accordion-title {
  margin-bottom: 15px;
}
footer .footer-link4 .footer-title {
  line-height: 25px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 18px;
}
footer .footer-link4 i {
  font-size: 14px;
  line-height: 27px;
  color: #ccc;
}
footer .footer-link4 .desc {
  color: #ccc;
  line-height: 27px;
  width: calc(100% - 14px);
  padding-left: 10px;
}
footer .footer-link4 .desc a {
  color: #ccc;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
footer .footer-link4 .desc a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .footer-link4 .msg-box {
  display: flex;
}
footer .footer-link4 .msg-box:nth-child(n+2) {
  margin-top: 10px;
}
footer .footer-link5 .am-active .am-accordion-title {
  margin-bottom: 10px;
}
footer .footer-link5 .am-active .am-accordion-title h4 {
  position: relative;
  padding-bottom: 10px;
}
footer .footer-link5 .sitemap-btn {
  width: 120px;
  height: 48px;
  line-height: 20px;
  color: #999;
  font-size: 16px;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
  transition: all 0.35s;
}
footer .footer-link5 .sitemap-btn span {
  border-bottom: 1px solid #999;
}
@media screen and (min-width: 991px) {
  footer .footer-link5 .sitemap-btn:hover {
    background-color: #D50A0D;
    color: #fff;
    border-color: #D50A0D;
    transition: all 0.35s;
  }
  footer .footer-link5 .sitemap-btn:hover span {
    border-color: #fff;
  }
}
footer .footer-share {
  padding-top: 45px;
  display: flex;
}
footer .footer-share a {
  font-size: 16px;
  color: #ccc;
  width: 44px;
  height: 44px;
  border: 1px solid #656565;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
footer .footer-share a:last-child {
  margin-right: 0;
}
footer .footer-share a i {
  font-size: 22px;
  line-height: 1;
  color: #999;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
footer .footer-share a i + svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
footer .footer-share a .icon-facebook-simple {
  font-size: 18px;
}
footer .footer-share a .icon-facebook-simple + svg {
  font-size: 18px;
}
footer .footer-share a .icon-linkedin {
  font-size: 17px;
}
footer .footer-share a .icon-linkedin + svg {
  font-size: 17px;
}
footer .footer-share a .icon-twitter {
  font-size: 18px;
}
footer .footer-share a .icon-twitter + svg {
  font-size: 18px;
}
@media screen and (min-width: 991px) {
  footer .footer-share a:hover {
    text-decoration: none!important;
    color: #D50A0D;
    border-color: #fff;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  footer .footer-share a:hover i {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  footer .footer-share a:hover svg {
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
footer .footer-record {
  margin-top: 70px;
}
footer .footer-record .am-container > div {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  padding: 15px 0;
  color: #999;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #666666;
}
footer .footer-record .am-container > div > a {
  text-decoration: underline;
  font-weight: 400;
}
footer .footer-record a {
  color: #999;
  margin-left: 10px;
  transition: all 0.35s;
}
footer .footer-record a:hover {
  color: #D50A0D;
  text-decoration: underline;
  transition: all 0.35s;
}
.details {
  padding: 60px 0 90px;
}
.details h1 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.1;
}
.details .details-date {
  color: #D50A0D;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.42857143;
}
.details .info {
  padding-bottom: 25px;
  border-bottom: 2px solid #e3e3e3;
  margin-bottom: 25px;
  position: relative;
}
.details .txt p {
  margin: 0;
  color: #666666;
  font-size: 16px;
  line-height: 1.75;
}
.details .txt img {
  max-width: 100%;
  height: auto!important;
}
.details .news-page {
  overflow: hidden;
  margin-top: 40px;
  font-size: 16px;
}
.details .news-page p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.details .news-page p a {
  color: #222;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.details .news-page p a:hoveR {
  color: #D50A0D;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.details .news-page .next {
  margin-top: 15px;
}
.details .share-box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.details .share-box > span {
  font-weight: 600;
  margin-right: 10px;
}
.details .share-box .at-style-responsive .at-share-btn {
  margin-bottom: 0;
}
.search-failed h4 {
  font-size: 20px;
  font-weight: 400;
}
.search-failed p {
  background-color: #FCF8E3;
  border: 1px solid #FAEDD1;
  border-radius: 5px;
  line-height: 22px;
  padding: 10px 20px;
  color: #666;
}
.site-map {
  padding-top: 65px;
  padding-bottom: 60px;
  font-family: 'Lato';
}
.site-map h2 {
  font-size: 30px;
  color: #222;
  font-weight: bold;
  margin-bottom: 28px;
}
.site-map ul {
  margin: 0;
  padding: 0;
}
.site-map li {
  list-style: none;
  font-size: 0;
}
.site-map a {
  display: inline-block;
}
.site-map .site-list1 > li {
  margin-bottom: 20px;
}
.site-map .site-list1 > li > a {
  text-transform: uppercase;
  font-size: 18px;
  border: 1px solid #EAEAEA;
  width: 290px;
  height: 50px;
  padding-left: 30px;
  line-height: 50px;
  color: #222;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-map .site-list1 > li > a:hover {
  background-color: #D50A0D;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-map .site-list2 {
  padding-left: 25px;
  padding-top: 14px;
  padding-bottom: 10px;
}
.site-map .site-list2 > li {
  margin-bottom: 16px;
}
.site-map .site-list2 > li:last-child {
  margin-bottom: 0;
}
.site-map .site-list2 > li > a {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-map .site-list2 > li > a:hover {
  text-decoration: underline;
  color: #D50A0D;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-map .site-list3 {
  padding-top: 7px;
}
.site-map .site-list3:after {
  content: '';
  display: block;
  clear: both;
}
.site-map .site-list3 > li {
  float: left;
  margin-right: 28px;
}
.site-map .site-list3 > li > a {
  font-size: 14px;
  color: #666;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-map .site-list3 > li > a:hover {
  color: #D50A0D;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.inquiry {
  padding-top: 80px;
  padding-bottom: 80px;
}
.inquiry a {
  color: #333;
}
.inquiry .inquiry-box {
  padding-top: 30px;
}
.inquiry .send-message {
  padding-top: 40px;
}
.inquiry .send-message h4 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.inquiry .send-message input[type="text"]:focus-visible {
  outline: none;
  transition: all 0.35s;
}
.inquiry .send-message input[type="text"]:first-child:focus-visible {
  border-color: #999;
}
.inquiry .send-message input[type="text"] {
  border: 1px solid #999;
  padding: 10px 15px;
  margin-bottom: 20px;
  transition: all 0.35s;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
.inquiry .send-message *::-webkit-input-placeholder {
  color: #333;
  font-size: 14px;
}
.inquiry .send-message *:-moz-placeholder {
  /* FF 4-18 */
  color: #333;
  font-size: 14px;
}
.inquiry .send-message *::-moz-placeholder {
  /* FF 19+ */
  color: #333;
  font-size: 14px;
}
.inquiry .send-message *:-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
  font-size: 14px;
}
.inquiry .send-message .am-u-lg-3 {
  margin-right: 20px;
  width: calc(25% - 15px);
}
.inquiry .send-message .am-u-lg-3:nth-child(5) {
  margin-right: 0;
}
.inquiry .send-message textarea {
  resize: none;
  padding: 10px 15px;
  border: 1px solid #999;
  transition: all 0.35s;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
.inquiry .send-message textarea:focus-visible {
  outline: none;
  transition: all 0.35s;
}
.inquiry .send-message input[type="submit"] {
  border: none;
  font-size: 16px;
  color: #fff;
  background-color: #D50A0D;
  width: 120px;
  height: 40px;
  margin-top: 20px;
  transition: all 0.35s;
}
.inquiry .send-message input[type="submit"]:hover {
  transform: translateY(-5px);
  transition: all 0.35s;
}
.inquiry .send-message input[type="text"]:focus-visible {
  border-color: #D50A0D;
}
.inquiry .send-message textarea:focus-visible {
  border-color: #D50A0D;
}
.inquiry input::-webkit-outer-spin-button,
.inquiry input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.inquiry input[type="number"] {
  -moz-appearance: textfield;
}
.inquiry-form .fix-name {
  text-align: center;
  font-weight: bold;
  color: #ff8161;
  font-size: 36px;
  margin-bottom: 20px;
}
.inquiry-form > p {
  color: #777777;
  margin-bottom: 15px;
  font-size: 16px;
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder {
  color: #444;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder {
  color: #444;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder {
  color: #444;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder {
  color: #444;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder {
  color: #c3c3c3;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder {
  color: #c3c3c3;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder {
  color: #c3c3c3;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder {
  color: #c3c3c3;
}
.inquiry-form form .row {
  margin: 0 -10px;
}
.inquiry-form form .row li {
  padding: 0 10px;
}
.inquiry-form form label {
  margin: 0 0 20px;
  position: relative;
  font-weight: normal;
  width: 100%;
}
.inquiry-form form input,
.inquiry-form form textarea {
  padding: 13px 25px;
  width: 100%;
  font-size: 16px;
  background: #f8f8f8;
}
.inquiry-form form textarea {
  height: 320px;
}
.inquiry-form form .pro-name {
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
}
.inquiry-form form .placeholder {
  display: block;
  position: absolute;
  font-weight: 500;
  top: 0;
  left: 5px;
  padding: 0 5px;
  color: #ff8161;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.inquiry-form form .input-box:placeholder-shown + .placeholder {
  visibility: hidden;
  z-index: -1;
}
.inquiry-form form .input-box:not(:placeholder-shown) + .placeholder,
.inquiry-form form .input-box:focus:not(:placeholder-shown) + .placeholder {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-17px) scale(0.8);
  -ms-transform: translateY(-17px) scale(0.8);
  transform: translateY(-17px) scale(0.8);
}
.inquiry-form form .submit {
  margin: 10px auto 0;
  padding: 14px 57px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #ff8161;
}
.inquiry-wrap .iq-title,
.inquiry-wrap .list li {
  text-align: justify;
  text-justify: distribute-all-lines;
  width: 100%;
  font-size: 0;
  padding-left: 60px;
  padding-right: 45px;
}
.inquiry-wrap .iq-title:after,
.inquiry-wrap .list li:after {
  width: 100%;
  height: 0;
  margin: 0;
  display: inline-block;
  overflow: hidden;
  content: '';
}
.inquiry-wrap .iq-title > div,
.inquiry-wrap .list li > div {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.inquiry-wrap .iq-title {
  background-color: #e6e6e6;
  border: 1px solid #d5d5d5;
  padding-top: 14px;
  padding-bottom: 14px;
}
.inquiry-wrap .iq-title .th {
  border: none;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  color: #000000;
}
.inquiry-wrap .iq-title .th.qty-box {
  text-align: center;
}
.inquiry-wrap .iq-title .th span {
  display: inline-block;
  vertical-align: middle;
}
.inquiry-wrap .iq-title .pic-box {
  text-align: center;
  padding: 11px 0;
}
.inquiry-wrap .inquiry-box {
  width: 100%;
  border: none;
}
.inquiry-wrap .inquiry-box > .list {
  margin: 0;
  padding: 0;
}
.inquiry-wrap .inquiry-box label {
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0;
}
.inquiry-wrap .inquiry-box label:before {
  background-color: #e6e6e6;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}
.inquiry-wrap .inquiry-box .check-box {
  text-align: left;
  width: 65px;
}
.inquiry-wrap .inquiry-box .check-box .check-all {
  margin: 0;
}
.inquiry-wrap .inquiry-box .check-box .check-all > label {
  margin-right: 10px;
}
.inquiry-wrap .inquiry-box .check-box label.replace {
  display: inline-block;
  background-color: #fff;
  width: 16px;
  height: 16px;
  line-height: 14px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border: 1px solid #e3e3e3;
}
.inquiry-wrap .inquiry-box .check-box label.replace:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-family: 'iconfont' !important;
  content: '\eaf1';
  opacity: 0;
  color: #333;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.inquiry-wrap .inquiry-box .check-box label.replace input {
  display: none;
}
.inquiry-wrap .inquiry-box .check-box label.change:after {
  opacity: 1;
}
.inquiry-wrap .inquiry-box .introduce-box {
  text-align: left;
}
.inquiry-wrap .inquiry-box .introduce-box > div {
  display: inline-block;
  vertical-align: middle;
}
.inquiry-wrap .inquiry-box .introduce-box .pic-box {
  width: 150px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.inquiry-wrap .inquiry-box .introduce-box .intro {
  width: -webkit-calc(-90%);
  width: calc(100% - 190px);
}
.inquiry-wrap .inquiry-box .introduce-box .name {
  margin: 0 0 5px 0;
  -webkit-line-clamp: 2;
  height: auto;
  font-size: 16px;
}
.inquiry-wrap .inquiry-box .introduce-box .name:hover {
  color: #ff8161;
}
.inquiry-wrap .inquiry-box .introduce-box .name ~ span {
  color: #999;
  margin-left: 15px;
}
.inquiry-wrap .inquiry-box .introduce-box .name ~ span:first-of-type {
  margin-left: 0;
}
.inquiry-wrap .inquiry-box .introduce-box p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inquiry-wrap .inquiry-box .number-box {
  zoom: 1;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  min-width: 90px;
}
.inquiry-wrap .inquiry-box .number-box:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.inquiry-wrap .inquiry-box .number-box a {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #e5e5e5;
}
.inquiry-wrap .inquiry-box .number-box a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.inquiry-wrap .inquiry-box .number-box a.del1:before {
  content: '\e67a';
}
.inquiry-wrap .inquiry-box .number-box a.add1:before {
  content: '\e664';
}
.inquiry-wrap .inquiry-box .number-box a.disable {
  cursor: not-allowed;
}
.inquiry-wrap .inquiry-box .number-box .ipt-num {
  float: left;
  width: 60px;
  min-width: 26px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  max-width: 60px;
  color: #333;
  background: none;
  border: none;
}
.inquiry-wrap .inquiry-box .number-box .ipt-num:focus {
  outline: none;
}
.inquiry-wrap .inquiry-box .qty-box {
  text-align: center;
}
.inquiry-wrap .inquiry-box .del-box {
  text-align: center;
}
.inquiry-wrap .inquiry-box .del-box .del:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e62b';
  color: #333;
  font-size: 20px;
}
.inquiry-wrap .inquiry-box .del-box .del:hover:before {
  color: #3DAA02;
}
.inquiry-wrap .inquiry-box .list li {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dedede;
}
.inquiry-wrap .inquiry-box .inquiry-form {
  margin-top: 80px;
}
.inquiry-wrap .inquiry-box .inquiry-form h3 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  margin: 0 0 25px;
}
@media (max-width: 1199px) {
  .inquiry-form .fix-name {
    font-size: 32px;
  }
  .inquiry-form form .submit:active {
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .inquiry-wrap .inquiry-form {
    margin-top: 65px;
  }
  .inquiry-wrap .inquiry-form h3 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .inquiry-form .fix-name {
    font-size: 28px;
  }
  .inquiry-form > p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .inquiry-form form textarea {
    height: 240px;
  }
  .inquiry-form form .submit {
    padding: 10px 54px;
    margin-top: 15px;
  }
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list li {
    padding-left: 30px;
    padding-right: 30px;
  }
  .inquiry-wrap .inquiry-form {
    margin-top: 50px;
  }
  .inquiry-wrap .inquiry-form h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .inquiry-form .fix-name {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .inquiry-form > p {
    font-size: 14px;
  }
  .inquiry-form form label {
    margin-bottom: 15px;
  }
  .inquiry-form form input,
  .inquiry-form form textarea {
    padding: 10px 15px;
    font-size: 14px;
  }
  .inquiry-form form textarea {
    height: 130px;
  }
  .inquiry-form form .pro-name {
    margin-bottom: 15px;
  }
  .inquiry-form form .submit {
    padding: 8px 35px;
    font-size: 14px;
    margin-top: 5px;
  }
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list li {
    padding-left: 2%;
    padding-right: 0;
  }
  .inquiry-wrap .iq-title .th {
    font-size: 14px;
  }
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
  .inquiry-wrap .iq-title .check-box {
    padding: 0;
  }
  .inquiry-wrap .iq-title .del-box {
    opacity: 0;
    width: 30px;
  }
  .inquiry-wrap .inquiry-box .introduce-title {
    padding-left: 0px !important;
    text-align: center;
  }
  .inquiry-wrap .inquiry-box .check-box .check-all span {
    display: none;
  }
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(-20%);
    width: calc(100% - 120px);
  }
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 5%;
  }
  .inquiry-wrap .inquiry-box .introduce-box .name {
    margin-bottom: 10px;
  }
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 50px;
    height: 30px;
    line-height: 30px;
  }
  .inquiry-wrap .inquiry-box .qty-box {
    display: none;
  }
  .inquiry-wrap .inquiry-form {
    margin-top: 35px;
  }
  .inquiry-wrap .inquiry-form h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .inquiry-form form .submit {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .inquiry-form form .submit:hover {
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .inquiry-wrap .inquiry-box .introduce-box img {
    -webkit-transition: transform 0.7s;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  .inquiry-wrap .inquiry-box .introduce-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic img {
    -webkit-transition: transform 0.7s;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
  .inquiry-wrap .inquiry-box .number-box a:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 768px) {
  .inquiry-wrap .iq-title .th.check-box label.replace:after {
    display: block;
  }
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(55%);
    width: calc(100% - 45px);
  }
  .inquiry-wrap .inquiry-box .check-box label.replace {
    margin-left: 5px;
  }
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 80px;
  }
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    width: -webkit-calc(10%);
    width: calc(100% - 90px);
  }
  .inquiry-wrap .inquiry-box .introduce-box .name {
    font-size: 13px;
  }
  .inquiry-wrap .inquiry-box .number-box a {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 12px;
  }
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 35px;
    height: 25px;
    line-height: 23px;
  }
  .inquiry-wrap .inquiry-box .list li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 100px;
  }
}
@media (max-width: 576px) and (max-width: 767px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 30px;
  }
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 48%;
  }
  .inquiry-wrap .inquiry-box .introduce-box .number-box {
    display: none;
  }
  .inquiry-wrap .inquiry-box .qty-box {
    width: 150px;
    text-align: center;
  }
  .inquiry-wrap .inquiry-box .del-box {
    width: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
