@font-face {
  font-family: 'Impact';
  src: url('../fonts/Impact.eot');
  src: local('Impact'), url('../fonts/Impact.eot?#iefix') format('embedded-opentype'), url('../fonts/Impact.woff2') format('woff2'), url('../fonts/Impact.woff') format('woff'), url('../fonts/Impact.ttf') format('truetype'), url('../fonts/Impact.svg#Impact') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot');
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.eot');
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Roboto', 'Microsoft YaHei', Arial, 'Helvetica Neue', Helvetica, 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  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 .qrcode {
  position: absolute;
  width: 120px;
  height: 120px;
  padding: 5px;
  left: 50%;
  transform: translateX(-50%);
  top: 68px;
  opacity: 0;
  background-color: #ED9111;
  transition: all 0.35s;
}
.xs-online ul li .qrcode img {
  width: 100%;
}
.xs-online ul li .qrcode-look {
  top: -130px;
  opacity: 1;
  transition: all 0.35s;
}
.xs-online ul li:first-child {
  border-left: none;
}
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  color: #333;
  line-height: 1.2;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .table-box table {
    font-size: 14px;
  }
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto !important;
  height: auto !important;
}
.table-box table td,
.table-box table th {
  padding: 14px 8px !important;
  border: 1px solid #a0a0a0 !important;
}
@media (max-width: 991px) {
  .table-box table td,
  .table-box table th {
    padding: 12px 8px !important;
  }
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 8px !important;
  }
  .table-box table td,
  .table-box table th,
  .table-box table td *,
  .table-box table th * {
    font-size: 12px !important;
  }
}
@media (max-width: 575px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 8px !important;
  }
  .table-box table td,
  .table-box table th,
  .table-box table td *,
  .table-box table th * {
    font-size: 2.7vmin !important;
  }
}
.table-box table tr p,
.table-box table tr span {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table th {
  text-align: center;
}
.table-box table img {
  height: auto !important;
  max-width: 100%;
}
.suspended-list {
  width: 48px;
  position: fixed;
  right: 0;
  top: calc(50% - 79px);
  z-index: 999;
}
.suspended-list ul {
  display: block;
  position: relative;
  /* background-color: #fff; */
  padding-left: 0;
}
.suspended-list ul li {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 3px;
  list-style: none;
}
.suspended-list ul li a {
  display: block;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.suspended-list ul li a:before {
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 26px;
  color: #222;
  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: #ED9111;
  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: #ED9111;
  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: #ED9111;
}
.suspended-list ul li:hover a:before {
  color: #fff;
}
.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;
}
.suspended-list ul li:hover .Bulknum-box {
  color: #fff;
}
.open-suspended {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 30px;
  z-index: 999;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  bottom: 70px;
  display: none;
}
.open-suspended a {
  line-height: 48px;
  text-align: center;
  display: block;
  color: #222;
  transition: all 0.35s;
}
.Bulknum-box {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 15px;
  height: 15px;
  color: #222;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fancybox-slide--iframe .fancybox-content {
  width: 80%!important;
  height: 80%!important;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  z-index: 2;
  font-size: 0;
}
.banner .banner-swiper-pagination {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: 2.5%;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .banner-btn {
  position: absolute;
  z-index: 2;
  bottom: 5.5%;
  width: 100%;
  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: 14px;
  height: 14px;
  opacity: 1;
  margin: 0 !important;
  background: #fff;
  border-radius: 7px;
  margin: 0 5px!important;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.banner .swiper-pagination-bullet-active {
  width: 34px;
  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 .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;
  width: 50px;
  height: 50px;
  margin: 0 2px;
  background-color: rgba(0, 0, 0, 0.24);
  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: 14px;
  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,
  .banner .banner-button-next:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
}
.banner .banner-button-prev {
  left: 30px;
}
.banner .banner-button-prev:before {
  content: '\e88c';
}
.banner .banner-button-next {
  right: 30px;
}
.banner .banner-button-next:before {
  content: '\e600';
}
@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);
}
.in-desc {
  font-size: 18px;
  line-height: 36px;
  color: #ED9111;
  font-family: 'Impact';
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.in-title {
  font-size: 48px;
  line-height: 1;
  font-family: 'Impact';
  text-align: center;
}
.index-prod {
  padding: 105px 0 110px;
  overflow: hidden;
}
.index-prod .am-container {
  max-width: 1600px;
}
.index-prod .img-box {
  padding-bottom: 86.11111111%;
}
.index-prod .list {
  display: flex;
  flex-wrap: wrap;
  margin: 55px -22px 0;
}
.index-prod .box {
  padding: 0 22px;
  width: 25%;
}
@media screen and (min-width: 991px) {
  .index-prod .box > div:hover .img img {
    transform: scale(1.1);
  }
  .index-prod .box > div:hover .more {
    background-color: #ED9111;
    color: #fff;
    border-color: #ED9111;
  }
}
.index-prod .img {
  border-radius: 8px;
  overflow: hidden;
}
.index-prod .img img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-prod .txt {
  border-radius: 8px;
  overflow: hidden;
  background-color: #F3F3F3;
  padding: 25px 20px 35px;
  text-align: center;
}
.index-prod .tit {
  font-size: 24px;
  line-height: 1;
  color: #222;
  font-family: 'Impact';
  margin: 0 0 10px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-prod .tit a {
  color: inherit;
}
.index-prod .desc {
  line-height: 1.5;
  margin: 0 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-prod .more {
  width: 144px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #222;
  color: #222;
  margin: 0 auto;
  border-radius: 22px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.big-data {
  position: relative;
  display: flex;
  z-index: 2;
  justify-content: space-between;
}
.big-data .data-box {
  position: relative;
  display: flex;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 20%;
}
.big-data .data-box:after {
  content: '';
  width: 1px;
  height: 82px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.big-data .data-box:last-child:after {
  display: none;
}
.big-data .count-top {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 10px;
}
.big-data .count-top > span {
  font-size: 40px;
  line-height: 1;
  color: #fff;
  font-family: 'Impact';
}
.big-data .count-tit {
  font-size: 24px;
  font-family: 'Impact';
  line-height: 22px;
  display: flex;
  color: #fff;
  position: absolute;
  right: -17px;
}
.big-data .count-tit.area {
  font-size: 18px;
  line-height: 1;
  right: -22px;
}
.big-data .data-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.big-data .count-desc {
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.index-data {
  background-image: url(../img/data-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 135px;
}
.index-data .am-container {
  max-width: 1600px;
}
.index-about {
  padding: 0 0 120px;
  background-image: url(../img/about-bg.jpg);
}
.index-about .in-title {
  text-align: left;
}
.index-about .am-container {
  max-width: 1600px;
}
.index-about .about-cont {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 1.204px 1.597px 38px 0px rgba(0, 0, 0, 0.09);
  margin: -60px 0 0;
  padding: 70px 0 75px;
}
.index-about .cont-box {
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.index-about .about-video {
  width: 50%;
  padding-right: 15px;
}
.index-about .about-video .in-title {
  margin: 0 0 35px;
}
.index-about .about-video a {
  position: relative;
  display: block;
  overflow: hidden;
}
.index-about .about-video a img {
  width: 100%;
  -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-video a:hover img {
    transform: scale(1.1);
  }
  .index-about .about-video a:hover .video-btn {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.index-about .about-video .video-btn {
  width: 147px;
  height: 147px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-about .about-video .video-btn:after {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 114px;
  height: 114px;
}
.index-about .about-video .video-btn:before {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 81px;
  height: 81px;
}
.index-about .about-video .video-btn i {
  font-size: 57px;
  color: #fff;
  line-height: 1;
}
.index-about .about-txt {
  width: 50%;
  padding-left: 75px;
}
.index-about .about-txt .in-title {
  margin: 0 0 30px;
}
.index-about .about-txt .desc {
  font-size: 18px;
  line-height: 32px;
  color: #444;
  margin: 0 0 50px;
}
.index-about .about-txt .desc p {
  margin: 0;
}
.index-about .about-txt .more {
  width: 170px;
  height: 54px;
  border: 1px solid #222;
  color: #222;
  border-radius: 27px;
  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;
}
@media screen and (min-width: 991px) {
  .index-about .about-txt .more:hover {
    border-color: #ED9111;
    color: #fff;
    background-color: #ED9111;
  }
}
.index-choose {
  background-image: url(../img/choose-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0 150px;
}
.index-choose .am-container {
  max-width: 1600px;
}
.index-choose .list {
  display: flex;
  flex-wrap: wrap;
  margin: 65px -15px 0;
}
.index-choose .box {
  width: 33.33333333%;
  padding: 0 15px;
}
.index-choose .box > div {
  background-color: #fff;
  height: 100%;
  border-radius: 20px;
  padding: 30px 50px 35px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .index-choose .box > div:hover {
    transform: translateY(-20px);
    background-color: #ED9111;
  }
  .index-choose .box > div:hover .tit {
    color: #fff;
  }
  .index-choose .box > div:hover .desc {
    color: #fff;
  }
  .index-choose .box > div:hover i {
    border-color: #fff;
  }
}
.index-choose .box:nth-child(n+4) {
  margin-top: 40px;
}
.index-choose .box i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #222;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1;
  position: relative;
  margin: 0 0 15px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-choose .box i:after {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #ED9111;
  display: block;
  position: absolute;
  right: 10px;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.index-choose .box i:before {
  position: relative;
  z-index: 2;
}
.index-choose .box .tit {
  font-size: 24px;
  line-height: 1.5;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 500;
  margin: 0 0 5px;
}
.index-choose .box .desc {
  line-height: 1.5;
  color: #444;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-information {
  padding: 120px 0 160px;
}
.index-information .am-container {
  max-width: 1600px;
}
.index-information .info-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-information .info-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
}
.index-information .info-t .more {
  width: 210px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 27px;
  border: 1px solid #222;
  color: #222;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .index-information .info-t .more:hover {
    border-color: #ED9111;
    background-color: #ED9111;
    color: #fff;
  }
}
.index-information .info-faq {
  width: 41.4%;
}
.index-information .info-faq .desc {
  line-height: 1.5;
  color: #222;
  margin: 25px 0 40px;
}
.index-information .info-faq .list .box {
  position: relative;
  border: 1px solid transparent;
  border-radius: 10px;
}
.index-information .info-faq .list .box:nth-child(n+2) {
  margin-top: 20px;
}
.index-information .info-faq .list .box.active {
  border-color: #ED9111;
}
.index-information .info-faq .list .box.active:after {
  opacity: 1;
}
.index-information .info-faq .list .faq-t {
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 10px;
  background-color: #f3f3f3;
}
.index-information .info-faq .list .faq-t > i {
  line-height: 34px;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-information .info-faq .list .faq-t.active {
  border-color: #222;
  background-color: #ED9111;
}
.index-information .info-faq .list .faq-t.active .cont i {
  color: #fff;
}
.index-information .info-faq .list .faq-t.active > i {
  color: #fff;
}
.index-information .info-faq .list .faq-t.active .tit {
  color: #fff;
}
.index-information .info-faq .list .cont {
  display: flex;
  width: calc(100% - 45px);
  padding: 19px 20px;
}
.index-information .info-faq .list .cont i {
  font-size: 30px;
  line-height: 1;
  color: #ED9111;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-information .info-faq .list .tit {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  width: calc(100% - 26px);
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-information .info-faq .list .faq-ans {
  line-height: 24px;
  color: #444;
  padding: 25px 70px 35px 70px;
  position: relative;
  z-index: 2;
}
.index-information .info-faq .list .faq-ans span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-information .info-news {
  width: 50.9554%;
}
.index-information .info-news .box {
  border-radius: 10px;
  background-color: #f3f3f3;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-information .info-news .box:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (min-width: 991px) {
  .index-information .info-news .box:hover {
    background-color: #ED9111;
  }
  .index-information .info-news .box:hover .img img {
    transform: scale(1.1);
  }
  .index-information .info-news .box:hover .tit {
    color: #fff;
  }
  .index-information .info-news .box:hover .date {
    color: #fff;
  }
}
.index-information .info-news .img {
  width: 240px;
}
.index-information .info-news .img img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-information .info-news .txt {
  width: calc(100% - 240px);
  padding: 0 30px 0 40px;
}
.index-information .info-news .img-box {
  padding-bottom: 62.5%;
}
.index-information .info-news .tit {
  font-size: 24px;
  line-height: 32px;
  color: #222;
  font-weight: 500;
  margin: 0 0 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-information .info-news .tit a {
  color: inherit;
}
.index-information .info-news .date {
  line-height: 26px;
  color: #ED9111;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header {
  background-color: rgba(0, 0, 0, 0.53);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header.sticky {
  background-color: #333;
  box-shadow: 0px 2px 18px 0px rgba(9, 20, 30, 0.15);
}
header .header-language {
  padding: 0 20px;
  position: relative;
  margin: 0 20px;
}
header .header-language:before,
header .header-language:after {
  content: '';
  width: 1px;
  height: 20px;
  background-color: #B9B9B9;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
header .header-language:before {
  left: 0;
}
header .header-language:afteR {
  right: 0;
}
header .header-language a {
  display: none;
  color: #fff;
  width: 33px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .header-language a img {
  width: 100%;
  -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;
}
header .header-language a i {
  font-size: 24px;
  line-height: 1;
  margin-right: 5px;
}
@media screen and (min-width: 991px) {
  header .header-language a:hover img {
    transform: scale(1.1);
  }
}
header .header-logo {
  height: 57px;
}
header .header-logo img {
  height: 100%;
}
header .header-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
header .header-cont {
  display: flex;
  align-items: center;
}
header .header-btngroup {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
.page-banner {
  overflow: hidden;
  position: relative;
}
.page-banner .item {
  position: relative;
}
.page-banner .item img {
  width: 100%;
  transition: all 0.35s;
}
.about-crumbs {
  border-bottom: 1px solid #E0E0E0;
}
.about-crumbs .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 10px 0;
}
.about-crumbs .box {
  padding: 0 15px;
  width: 25%;
}
.about-crumbs .box a {
  line-height: 1.5;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 13px 15px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .about-crumbs .box a:hover {
    color: #fff;
    background-color: #ED9111;
  }
}
.about-crumbs .box.active a {
  background-color: #ED9111;
  color: #fff;
}
.about .in-title {
  text-align: left;
}
.about .about-txt {
  padding: 85px 0;
}
.about .about-txt .in-title {
  line-height: 62px;
}
.about .about-txt .desc {
  font-size: 18px;
  line-height: 32px;
  color: #444;
  margin: 20px 0 0;
}
.about .about-txt .desc p {
  margin: 0;
}
.about .about-workshops {
  padding: 100px 0;
  background-image: url(../img/workshop-bg.jpg);
}
.about .about-workshops .desc {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  margin: 20px 0 0;
}
.about .about-workshops .desc:before {
  width: 70px;
  height: 4px;
  display: block;
  content: '';
  margin-right: 20px;
  background-color: #222;
}
.about .about-workshops .list {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -15px 0;
}
.about .about-workshops .box {
  padding: 0 15px;
  width: 25%;
}
.about .about-workshops .box:nth-child(n+5) {
  margin-top: 40px;
}
.about .about-workshops .box a {
  display: block;
  background-color: #F1F1F1;
  border-radius: 10px;
  padding: 10px 10px 15px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .about .about-workshops .box a:hover {
    background-color: #ED9111;
  }
  .about .about-workshops .box a:hover img {
    transform: scale(1.1);
  }
  .about .about-workshops .box a:hover .tit {
    color: #fff;
  }
}
.about .about-workshops .img {
  border-radius: 10px;
  overflow: hidden;
}
.about .about-workshops .img img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about .about-workshops .img-box {
  padding-bottom: 58.06451613%;
}
.about .about-workshops .tit {
  color: #222;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 15px 0 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about .about-partner {
  padding: 120px 0 105px;
}
.about .about-partner .list {
  display: flex;
  flex-wrap: wrap;
  margin: 35px -15px 0;
}
.about .about-partner .box {
  padding: 0 15px;
  width: 16.66666667%;
}
.about .about-partner .box:nth-child(n+7) {
  margin-top: 30px;
}
.about .about-partner .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) {
  .about .about-partner .box > div:hover {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
  }
}
.about .about-partner .img-box {
  padding-bottom: 47.61904762%;
}
.quality {
  padding: 80px 0;
}
.quality .box {
  padding: 20px;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  border-bottom: 1px dashed #D7D7D7;
}
.quality .box:nth-child(n+2) {
  margin-top: 60px;
}
.quality .box:before {
  content: '';
  background-image: linear-gradient(to bottom, #F5F5F5, #fff);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.quality .box:after {
  content: '';
  background-image: linear-gradient(to bottom, #F1CA95, #fff);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.quality .box > a {
  position: relative;
  padding: 15px;
  overflow: hidden;
  border-radius: 7px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.quality .box > a:before {
  content: '';
  background-image: url(../img/quality-bg1.jpg);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.quality .box > a:after {
  content: '';
  background-color: #ED9111;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.quality .box:nth-child(2n) div {
  flex-direction: row-reverse;
}
.quality .box .img {
  position: relative;
  z-index: 4;
  width: 490px;
}
.quality .box .img img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .quality .box:hover:before {
    opacity: 0;
  }
  .quality .box:hover:after {
    opacity: 1;
  }
  .quality .box:hover > a:before {
    opacity: 0;
  }
  .quality .box:hover > a:after {
    opacity: 1;
  }
  .quality .box:hover .tit {
    color: #fff;
  }
  .quality .box:hover .desc {
    color: #fff;
  }
  .quality .box:hover .img img {
    transform: scale(1.1);
  }
}
.quality .img-box {
  padding-bottom: 57.14285714%;
}
.quality .img {
  border-radius: 7px;
  overflow: hidden;
}
.quality .txt {
  padding: 0 120px 0 60px;
  margin: 0 0 20px;
  position: relative;
  z-index: 4;
  width: calc(100% - 490px);
}
.quality .tit {
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #222;
}
.quality .desc {
  line-height: 26px;
  color: #333;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.quality .list {
  margin: 0 0 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: 30px;
  color: #333;
  margin-left: 15px;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pagenum a.active {
  color: #fff;
  background-color: #ED9111;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-color: #ED9111;
}
.pagenum a:nth-child(2) {
  margin-left: 20px;
}
.pagenum a:first-child {
  margin-left: 0;
}
.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 {
    color: #fff;
    background-color: #ED9111;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-color: #ED9111;
  }
}
.pagenum i {
  font-size: 12px;
  display: block;
}
.honor {
  padding: 0 0 105px;
}
.honor .slick-slide > div {
  font-size: 0;
}
.honor .honor-box {
  padding: 75px 0 35px;
}
.honor .honor-box .img-box {
  padding-bottom: 140%;
}
.honor .honor-group {
  padding: 75px 0 0;
}
.honor .honor-group .img-box {
  padding-bottom: 71.01449275%;
}
.honor .list {
  margin: 45px -15px 0;
}
.honor img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.honor .box {
  padding: 0 15px;
}
.honor .box > a {
  display: block;
  position: relative;
}
.honor .box > a:after {
  position: absolute;
  content: '';
  border: 1px solid #999;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  z-index: 3;
}
@media screen and (min-width: 991px) {
  .honor .box > a:hover img {
    transform: scale(1.05);
  }
}
.factory {
  padding: 80px 0 85px;
}
.factory .img-box {
  padding-bottom: 62.22222222%;
}
.factory .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 50px;
}
.factory img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.factory .box {
  padding: 0 15px;
  width: 33.33333333%;
}
.factory .box a {
  display: block;
  position: relative;
}
@media screen and (min-width: 991px) {
  .factory .box a:hover img {
    transform: scale(1.1);
  }
  .factory .box a:hover .tit {
    color: #ED9111;
  }
}
.factory .box:nth-child(n+4) {
  margin-top: 45px;
}
.factory .img {
  border-radius: 8px;
  overflow: hidden;
}
.factory .tit {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #222;
  margin: 15px 0 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.prod-crumbs {
  margin: 100px 0 0;
  background-color: #EEEEEE;
}
.prod-crumbs .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 80px 0;
}
.prod-crumbs .list .box {
  padding: 0 15px;
  width: 20%;
  position: relative;
}
.prod-crumbs .list .box > a {
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 15px;
  color: #222;
  background-color: #FFFFFF;
  border-radius: 30px;
  text-align: center;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .prod-crumbs .list .box > a:hover {
    background-color: #ED9111;
    color: #fff;
  }
}
.prod-crumbs .list .box.active > a {
  background-color: #ED9111;
  color: #fff;
}
.prod-crumbs .list .box-sonlist {
  position: absolute;
  z-index: 10;
  width: calc(100% - 30px);
  padding-top: 10px;
  display: none;
}
.prod-crumbs .list .box-sonlist ul {
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-color: #acacac;
  border-style: solid;
  border-radius: 14px;
  overflow: hidden;
  background-color: #eeeeee;
}
.prod-crumbs .list .box-sonlist li {
  list-style: none;
  padding: 13px 10px;
  border-top: 1px solid #cacaca;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.prod-crumbs .list .box-sonlist li:first-child {
  border-top: none;
}
@media screen and (min-width: 991px) {
  .prod-crumbs .list .box-sonlist li:hover {
    border-color: #ED9111;
    background-color: #ED9111;
  }
  .prod-crumbs .list .box-sonlist li:hover a {
    color: #fff;
  }
  .prod-crumbs .list .box-sonlist li:hover + li {
    border-color: #ED9111;
  }
}
.prod-crumbs .list .box-sonlist li a {
  line-height: 1.5;
  color: #444;
  display: block;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.prod-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F3F3F3;
  padding: 35px 120px;
  border-radius: 14px;
}
.prod-select .box {
  display: flex;
  align-items: center;
}
.prod-select .box > span {
  font-size: 20px;
  line-height: 24px;
  margin-right: 20px;
}
.prod-select .am-selected {
  width: 250px;
  background-color: #F8EFE2;
}
.prod-select .am-icon-caret-down:before {
  font-family: 'iconfont';
  content: '\ea0b';
  font-size: 12px;
  color: #222;
}
.prod-select .am-selected-status {
  font-size: 14px;
  line-height: 24px;
}
.prod-select .am-selected-btn {
  padding-left: 20px;
  padding-right: 35px;
  border: 1px solid #999999;
  background-color: transparent!important;
}
.prod-select .am-selected-btn:focus {
  outline: none;
}
.prod-select .am-selected-btn:active {
  box-shadow: none;
}
.prod-select .am-dropdown-content {
  margin: 0;
  border-color: #999;
  background-color: #F8EFE2;
  border-top: none;
}
.prod-select .am-dropdown-content:after {
  display: none;
}
.prod-select .am-dropdown-content:before {
  display: none;
}
.prod-select .am-selected-list .am-icon-check {
  display: none;
}
.prod-select .am-selected-list .am-selected-text {
  margin-right: 0;
  font-size: 14px;
  line-height: 16px;
}
.prod-select .am-selected-list li:hover {
  background-color: #ED9111;
  color: #fff;
}
.prod-select .am-selected-list li {
  padding: 5px 20px;
}
.prod {
  padding: 60px 0 80px;
}
.prod .list {
  display: flex;
  flex-wrap: wrap;
  margin: 60px -15px 50px;
}
.prod .list .box {
  padding: 0 15px;
  width: 25%;
}
.prod .list .box > div {
  padding: 10px 10px 35px;
  background-color: #F3F3F3;
  border-radius: 14px;
}
@media screen and (min-width: 991px) {
  .prod .list .box > div:hover img {
    transform: scale(1.1);
  }
}
.prod .list .box:nth-child(n+5) {
  margin-top: 40px;
}
.prod .img {
  border-radius: 14px;
  overflow: hidden;
}
.prod .img img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.prod .tit {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #222;
  text-align: center;
  margin: 15px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prod .tit a {
  color: inherit;
}
.prod .prod-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 30px 0 0;
}
.prod .prod-btn:before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #ED9111;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.prod .prod-btn a {
  width: 47.09677419%;
  height: 42px;
  border: 1px solid #999;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  font-size: 14px;
  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) {
  .prod .prod-btn a:hover {
    background-color: #ED9111;
    border-color: #ED9111;
    color: #fff;
  }
}
.prod-deta {
  padding: 60px 0 80px;
}
.prod-deta .deta-cont {
  width: 100%;
}
.prod-deta .prod-detaimg {
  display: flex;
}
.prod-deta .prod-detaslick {
  width: 46.1%;
}
.prod-deta .prod-detaslick .slick-slide > div {
  font-size: 0;
}
.prod-deta .prod-detaslick .carousel-wrap > div {
  display: flex;
  flex-direction: column;
}
.prod-deta .pro-details-msg {
  width: 53.9%;
  padding-left: 60px;
  padding-top: 55px;
}
.prod-deta .pro-details-msg h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  margin: 0 0 20px;
}
.prod-deta .pro-details-msg .tit {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
.prod-deta .pro-details-msg h4 {
  font-size: 18px;
  line-height: 1;
  margin: 0;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}
.prod-deta iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.prod-deta .pro-details-topslick {
  position: relative;
}
.prod-deta .pro-details-topslick:after {
  content: '';
  border: 1px solid #F0F0F0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.prod-deta .pro-details-thumbslick {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.prod-deta .pro-details-thumbslick .slick-prev.slick-disabled:before,
.prod-deta .pro-details-thumbslick .slick-next.slick-disabled:before {
  opacity: 1;
}
.prod-deta .pro-details-thumbslick .item {
  padding: 0 7px;
  cursor: pointer;
}
.prod-deta .pro-details-thumbslick .item > div {
  background-color: #f3f3f3;
  position: relative;
}
.prod-deta .pro-details-thumbslick .item > div:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #D2D2D2;
  left: 0;
  top: 0;
  z-index: 3;
  transition: all 0.35s;
}
.prod-deta .pro-details-thumbslick .slick-list {
  margin-left: -7px;
  margin-right: -7px;
}
.prod-deta .pro-details-thumbslick .slick-current .img-box:after {
  border-color: #ED9111;
  transition: all 0.35s;
}
.prod-deta .pro-details-thumbslick .item-video {
  position: relative;
}
.prod-deta .pro-details-thumbslick .item-video .img-box img {
  opacity: 0.59;
}
.prod-deta .pro-details-thumbslick .item-video .img-box:before {
  font-family: 'iconfont' !important;
  font-size: 34px;
  line-height: 1;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: '\e746';
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
}
.prod-deta .pro-details-thumbslick .slick-prev,
.prod-deta .pro-details-thumbslick .slick-next {
  width: fit-content;
  height: fit-content;
  font-size: 0;
  transition: all 0.35s;
  z-index: 2;
}
.prod-deta .pro-details-thumbslick .slick-prev:hover,
.prod-deta .pro-details-thumbslick .slick-next:hover {
  transition: all 0.35s;
}
.prod-deta .pro-details-thumbslick .slick-prev:hover:before,
.prod-deta .pro-details-thumbslick .slick-next:hover:before {
  color: #222;
  transition: all 0.35s;
}
.prod-deta .pro-details-thumbslick .slick-prev {
  left: -30px;
}
.prod-deta .pro-details-thumbslick .slick-next {
  right: -30px;
}
.prod-deta .pro-details-thumbslick .slick-prev:before,
.prod-deta .pro-details-thumbslick .slick-next:before {
  font-family: 'iconfont';
  font-size: 20px;
  color: #999;
  opacity: 1;
  transition: all 0.35s;
}
.prod-deta .pro-details-thumbslick .slick-prev:before {
  content: '\eb38';
}
.prod-deta .pro-details-thumbslick .slick-next:before {
  content: '\e758';
}
.prod-deta .pro-details-msgcont {
  min-height: 115px;
}
.prod-deta .pro-details-msgcont h4 {
  font-size: 20px;
  color: #666;
}
.prod-deta .pro-details-msgcont p {
  font-size: 20px;
  margin: 0;
  line-height: 34px;
  color: #333;
}
.prod-deta .pro-details-share {
  display: flex;
  margin: 30px 0 40px;
}
.prod-deta .pro-details-share > span {
  font-size: 24px;
  line-height: 28px;
  text-transform: capitalize;
  margin-right: 5px;
}
.prod-deta .pro-details-share .at-resp-share-element .at-share-btn {
  margin-bottom: 0;
}
.prod-deta .pro-details-btn {
  display: flex;
  margin-top: 35px;
}
.prod-deta .pro-details-btn a {
  display: flex;
  width: 178px;
  height: 40px;
  background-color: #ED9111;
  border: 1px solid #ED9111;
  color: #fff;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .prod-deta .pro-details-btn a:hover {
    color: #222;
    background-color: #fff;
    border-color: #666;
    transition: all 0.35s;
  }
}
.prod-deta .pro-details-btn a i {
  font-size: 14px;
}
.prod-deta .pro-details-btn .pro-deta-add {
  margin-left: 20px;
  transition: all 0.35s;
}
.prod-deta .prod-cont {
  clear: both;
  overflow: hidden;
  padding-top: 90px;
}
.prod-deta .prod-cont .fancybox-pic p {
  margin: 0;
}
.prod-deta .prod-cont .am-nav-tabs > li > a {
  font-size: 24px;
  width: 320px;
  font-weight: 500;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EFEFEF;
  color: #222;
  border: none;
  transition: all 0.35s;
  margin-right: 20px;
  padding: 10px;
}
.prod-deta .prod-cont .am-nav-tabs > li > a:hover {
  background-color: #ED9111;
  color: #fff;
  transition: all 0.35s;
}
.prod-deta .prod-cont .am-nav-tabs > li:last-child > a {
  margin-right: 0;
}
.prod-deta .prod-cont .am-nav-tabs > li.am-active > a {
  background-color: #ED9111;
  color: #fff;
}
.prod-deta .prod-cont .am-tabs-bd {
  border: none;
  background-color: #fff;
}
.prod-deta .prod-cont .am-tabs-bd .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.prod-deta .prod-cont .am-tabs-bd .box {
  padding: 0 15px;
}
.prod-deta .prod-cont .am-tabs-bd .tit {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #333;
  margin: 15px 0 0;
}
.prod-deta .prod-cont .am-tabs-bd .am-tab-panel {
  padding: 0;
}
.prod-deta .prod-cont .am-nav-tabs {
  border-bottom: 1px solid #DBDBDB;
  padding: 0 0 10px;
  margin: 0 0 45px;
}
.prod-deta .prod-cont #tab1 .box {
  width: 50%;
}
.prod-deta .prod-cont #tab1 .box:nth-child(n+3) {
  margin-top: 30px;
}
.prod-deta .prod-cont #tab1 .img-box {
  padding-bottom: 81.15942029%;
}
.prod-deta .prod-cont #tab2 .box {
  width: 25%;
}
.prod-deta .prod-cont #tab2 .box:nth-child(n+5) {
  margin-top: 40px;
}
.prod-deta .prod-cont #tab2 .img-box {
  padding-bottom: 78.78787879%;
}
.prod-deta .prod-cont #tab2 .tit {
  margin: 5px 0 0;
}
.prod-deta .prod-cont #tab3 .box {
  width: 33.33333333%;
}
.prod-deta .prod-cont #tab3 .box:nth-child(n+4) {
  margin-top: 30px;
}
.prod-deta .inquiry-form {
  padding-top: 60px;
}
.prod-deta .inquiry-form .form-desc {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-bottom: 10px;
}
.prod-deta .inquiry-form .prod-sontitle {
  border-bottom: 1px solid #DBDBDB;
  padding: 0 0 10px;
  margin: 0 0 40px;
}
.prod-deta .inquiry-form .prod-sontitle span {
  width: 320px;
  height: 60px;
  background-color: #ED9111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
}
.prod-deta .inquiry-form form {
  font-size: 0;
}
.prod-deta .inquiry-form input {
  font-size: 14px;
  padding: 0 20px;
  width: calc(25% - 15px);
  height: 42px;
  margin-right: 20px;
  border: 1px solid #999;
  background-color: transparent;
  margin-bottom: 20px;
  color: #666;
  transition: all 0.35s;
}
.prod-deta .inquiry-form input:nth-child(4n+1) {
  margin-right: 0;
}
.prod-deta .inquiry-form input:first-child {
  width: 100%;
}
.prod-deta .inquiry-form input:focus {
  outline: none;
  border-color: #ED9111;
  transition: all 0.35s;
}
.prod-deta .inquiry-form input[readonly] {
  background-color: #F3F5F8;
  border-color: #F3F5F8;
  color: #999999;
  font-size: 14px;
}
.prod-deta .inquiry-form *::-webkit-input-placeholder {
  color: #999;
}
.prod-deta .inquiry-form *:-moz-placeholder {
  /* FF 4-18 */
  color: #999;
}
.prod-deta .inquiry-form *::-moz-placeholder {
  /* FF 19+ */
  color: #999;
}
.prod-deta .inquiry-form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.prod-deta .inquiry-form textarea {
  height: 230px;
  width: 100%;
  font-size: 14px;
  border: 1px solid #A0A0A0;
  resize: none;
  padding: 15px 20px;
  margin-bottom: 20px;
  background-color: transparent;
  transition: all 0.35s;
}
.prod-deta .inquiry-form textarea:focus {
  outline: none;
  border-color: #ED9111;
  transition: all 0.35s;
}
.prod-deta .inquiry-form button {
  width: 140px;
  background-color: #ED9111;
  color: #fff;
  height: 42px;
  border: 1px solid #ED9111;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.prod-deta .inquiry-form button i {
  font-size: 22px;
  margin-left: 10px;
  position: relative;
  z-index: 1;
  transform: rotateY(180deg);
}
.prod-deta .inquiry-form button:hover {
  color: #ED9111;
  background-color: #fff;
}
.recommend {
  padding-top: 55px;
}
.recommend .prod-sontitle {
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
}
.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: #ED9111;
  opacity: 0;
  transition: all 0.35s;
  top: calc(50% - 21px);
}
.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: '\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-recommendlist .box {
  padding: 0 15px;
}
.recommend .prod-recommendlist .box > div {
  padding: 10px 10px 35px;
  background-color: #F3F3F3;
  border-radius: 14px;
}
@media screen and (min-width: 991px) {
  .recommend .prod-recommendlist .box > div:hover img {
    transform: scale(1.1);
  }
}
.recommend .prod-recommendlist .img {
  border-radius: 14px;
  overflow: hidden;
}
.recommend .prod-recommendlist .img img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.recommend .prod-recommendlist .tit {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #222;
  text-align: center;
  margin: 15px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recommend .prod-recommendlist .tit a {
  color: inherit;
}
.recommend .prod-recommendlist .prod-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 30px 0 0;
}
.recommend .prod-recommendlist .prod-btn:before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #ED9111;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.recommend .prod-recommendlist .prod-btn a {
  width: 47.09677419%;
  height: 42px;
  border: 1px solid #999;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  font-size: 14px;
  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) {
  .recommend .prod-recommendlist .prod-btn a:hover {
    background-color: #ED9111;
    border-color: #ED9111;
    color: #fff;
  }
}
.news-crumbs {
  border-bottom: 1px solid #CBCBCB;
  background-color: #E4E4E4;
}
.news-crumbs .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 10px 0;
}
.news-crumbs .box {
  padding: 0 15px;
  width: 25%;
}
.news-crumbs .box a {
  line-height: 1.5;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 13px 15px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .news-crumbs .box a:hover {
    color: #fff;
    background-color: #ED9111;
  }
}
.news-crumbs .box.active a {
  background-color: #ED9111;
  color: #fff;
}
.news {
  padding: 80px 0;
  background-color: #E4E4E4;
}
.news .box {
  padding: 20px;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
.news .box:nth-child(n+2) {
  margin-top: 40px;
}
.news .box:before {
  content: '';
  background-image: linear-gradient(to bottom, #EEEEEE, #E4E4E4);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news .box:after {
  content: '';
  background-image: linear-gradient(to bottom, #F1CA95, #E4E4E4);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news .box > div {
  position: relative;
  padding: 15px;
  overflow: hidden;
  border-radius: 7px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news .box > div:before {
  content: '';
  background-image: url(../img/news-bg2.jpg);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news .box > div:after {
  content: '';
  background-image: url(../img/news-bg1.jpg);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news .box .img {
  position: relative;
  z-index: 4;
  width: 330px;
}
.news .box .img img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news .box .txt {
  position: relative;
  z-index: 4;
  width: calc(100% - 330px);
}
@media screen and (min-width: 991px) {
  .news .box:hover:before {
    opacity: 0;
  }
  .news .box:hover:after {
    opacity: 1;
  }
  .news .box:hover > div:before {
    opacity: 0;
  }
  .news .box:hover > div:after {
    opacity: 1;
  }
  .news .box:hover .tit {
    color: #fff;
  }
  .news .box:hover .desc {
    color: #fff;
  }
  .news .box:hover .img img {
    transform: scale(1.1);
  }
  .news .box:hover .date {
    color: #fff;
  }
}
.news .img-box {
  padding-bottom: 60.60606061%;
}
.news .img {
  border-radius: 7px;
  overflow: hidden;
}
.news .txt {
  padding: 0 120px 0 60px;
  margin: 0 0 10px;
}
.news .tit {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 15px;
  -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;
  color: #222;
}
.news .tit a {
  color: inherit;
}
.news .desc {
  line-height: 1.5;
  color: #333;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 25px;
}
.news .list {
  margin: 0 0 30px;
}
.news .date {
  color: #ED9111;
  line-height: 26px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq {
  padding: 80px 0;
}
.faq .list {
  margin: 0 0 50px;
}
.faq .list .box {
  position: relative;
  border: 1px solid transparent;
  border-radius: 10px;
}
.faq .list .box:nth-child(n+2) {
  margin-top: 20px;
}
.faq .list .box.active {
  border-color: #ED9111;
}
.faq .list .box.active:after {
  opacity: 1;
}
.faq .list .faq-t {
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 10px;
  background-color: #f3f3f3;
}
.faq .list .faq-t > i {
  line-height: 34px;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq .list .faq-t.active {
  border-color: #222;
  background-color: #ED9111;
}
.faq .list .faq-t.active .cont i {
  color: #fff;
}
.faq .list .faq-t.active > i {
  color: #fff;
}
.faq .list .faq-t.active .tit {
  color: #fff;
}
.faq .list .cont {
  display: flex;
  width: calc(100% - 45px);
  padding: 19px 20px;
}
.faq .list .cont i {
  font-size: 30px;
  line-height: 1;
  color: #ED9111;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq .list .tit {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  width: calc(100% - 26px);
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq .list .faq-ans {
  line-height: 24px;
  color: #444;
  padding: 25px 70px 35px 70px;
  position: relative;
  z-index: 2;
}
.contact {
  padding: 0 0 90px;
}
.contact .in-title {
  text-align: left;
}
.contact .contact-msg {
  background-color: #333;
  width: 37.58865248%;
  color: #fff;
  padding: 75px 90px 90px;
}
.contact .contact-msg i {
  color: #ED9111;
  font-size: 20px;
  line-height: 1;
  margin-right: 10px;
}
.contact .contact-msg a {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .contact .contact-msg a:hover {
    color: #ED9111;
    text-decoration: underline;
  }
}
.contact .contact-msg .msg-t {
  display: flex;
  align-items: center;
  margin: 0 0 3px;
}
.contact .contact-msg .msg-tit {
  width: calc(100% - 20px);
}
.contact .contact-msg .msg-desc {
  line-height: 1.5;
}
.contact .contact-msg .box:nth-child(n+2) {
  margin-top: 50px;
}
.contact .contact-msg .list {
  margin: 55px 0 0;
}
.contact .contact-all {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -70px 0 80px;
  position: relative;
  z-index: 2;
}
.contact .ol-message {
  width: 57.44680851%;
  padding: 140px 0 0;
}
.contact .ol-message .in-title {
  line-height: 62px;
  max-width: 520px;
}
.contact .ol-message form {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0;
}
.contact .ol-message input {
  height: 50px;
  background-color: transparent;
  border: 1px solid #999;
  margin-bottom: 10px;
  padding: 0 20px;
  margin-right: 10px;
  width: calc(50% - 5px);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact .ol-message input:focus {
  outline: none;
  border-color: #ED9111;
}
.contact .ol-message input:nth-child(2n) {
  margin-right: 0;
}
.contact .ol-message textarea {
  width: 100%;
  height: 190px;
  background-color: transparent;
  border: 1px solid #999;
  padding: 15px 20px;
  resize: none;
  margin: 0 0 10px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact .ol-message textarea:focus {
  outline: none;
  border-color: #ED9111;
}
.contact .ol-message *::-webkit-input-placeholder {
  color: #444;
}
.contact .ol-message *:-moz-placeholder {
  /* FF 4-18 */
  color: #444;
}
.contact .ol-message *::-moz-placeholder {
  /* FF 19+ */
  color: #444;
}
.contact .ol-message *:-ms-input-placeholder {
  /* IE 10+ */
  color: #444;
}
.contact .ol-message button {
  height: 50px;
  width: 180px;
  border: 1px solid #ED9111;
  background-color: #ED9111;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .contact .ol-message button:hover {
    background-color: #222;
    border-color: #222;
  }
}
.contact .map {
  width: 100%;
  height: 560px;
}
.contact .map .map-content {
  width: 100%;
  height: 100%;
}
.header-search {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
.header-search a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #666;
  transition: opacity 0.25s ease-in-out 0s;
  -webkit-transition: opacity 0.25s ease-in-out 0s;
  transition: all 0.35s;
}
.header-search i {
  font-size: 22px;
  color: #fff;
  line-height: 1;
  transition: all 0.35s;
}
.header-search span {
  font-size: 14px;
  font-weight: 300;
}
@media screen and (min-width: 991px) {
  .header-search:hover > a {
    color: #ED9111;
    transition: all 0.35s;
  }
  .header-search:hover > a > i {
    transform: rotateY(180deg);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header-search:hover > a span {
    text-decoration: underline;
  }
}
.header-search button:before {
  display: none;
}
.header-search button i {
  color: #fff;
  font-size: 14px;
  line-height: 38px;
}
.search-wrap {
  font-size: 14px;
  position: absolute;
  z-index: 1002;
  top: 100%;
  right: 10%;
  display: none;
  width: 300px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.search-wrap .search-box {
  position: relative;
}
.search-wrap input {
  line-height: 24px;
  width: 100%;
  padding: 6px 10px;
  position: absolute;
  top: 0;
  left: 0;
  color: #222;
  border: 1px solid #dcdcdc;
}
.search-wrap input:focus-visible {
  outline: none;
}
.search-wrap .submit {
  font-size: 0;
  line-height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 38px;
  padding: 0;
  color: #fff;
  border-radius: 0;
  background-color: #ED9111;
  border-color: #ED9111;
}
.search-wrap .submit:focus {
  outline: none;
}
.search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\e600';
}
.search-wrap .search-box {
  height: 38px;
}
.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;
}
.index-download {
  position: relative;
  z-index: 3;
  padding: 0 0 40px;
}
.index-download .download-all {
  display: flex;
  align-items: center;
  padding: 0 90px;
}
.index-download .download-cont {
  width: 43.08943089%;
}
.index-download .in-title {
  text-transform: uppercase;
  text-align: left;
  line-height: 59px;
}
.index-download .download-img img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .index-download .download-img:hover img {
    transform: translateY(-5px);
  }
}
.index-download form {
  width: 100%;
  background-color: #F3F3F3;
  border-radius: 30px;
  height: 60px;
  display: flex;
  padding: 5px;
  margin: 30px 0 0;
}
.index-download form button {
  width: 120px;
  background-color: #1A1A1A;
  border: none;
  color: #fff;
  border-radius: 30px;
  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;
}
.index-download form button i {
  font-size: 22px;
  transform: rotateY(180deg);
}
.index-download form button span {
  margin-right: 10px;
}
@media screen and (min-width: 991px) {
  .index-download form button:hover {
    background-color: #ED9111;
  }
}
.index-download form input {
  width: calc(100% - 120px);
  border-radius: 30px;
  border: none;
  padding: 0 25px;
  background-color: transparent;
}
.index-download form input:focus {
  outline: none;
}
.index-download form *::-webkit-input-placeholder {
  color: #999;
}
.index-download form *:-moz-placeholder {
  /* FF 4-18 */
  color: #999;
}
.index-download form *::-moz-placeholder {
  /* FF 19+ */
  color: #999;
}
.index-download form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.index-download + footer {
  margin-top: 0;
}
footer {
  background-color: #222;
  padding: 90px 0 0;
  position: relative;
  margin-top: 200px;
}
footer .footer-all {
  overflow: hidden;
}
footer:before {
  height: 200px;
  content: '';
  background-image: url(../img/footer-top.png);
  background-position: center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  top: -200px;
  z-index: 2;
  pointer-events: none;
}
footer .footer-msg {
  margin-bottom: 0;
}
footer .footer-msg .msg-box {
  display: flex;
}
footer .footer-msg .msg-box i {
  color: #999;
  line-height: 26px;
  font-size: 20px;
  margin-right: 10px;
}
footer .footer-msg .msg-box:nth-child(n+2) {
  margin-top: 8px;
}
footer .footer-msg .msg-desc {
  font-size: 16px;
  color: #999;
  line-height: 26px;
}
footer .footer-msg .msg-desc a {
  color: #999;
  transition: all 0.35s;
}
footer .footer-msg .msg-desc a:hover {
  color: #fff;
  transition: all 0.35s;
}
footer .footer-logo {
  height: 50px;
  margin-bottom: 30px;
}
footer .footer-logo img {
  height: 100%;
}
footer .mid-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer-desc {
  color: #a7a7a7;
  font-size: 15px;
  line-height: 26px;
}
footer .footer-link ul {
  padding: 0;
  margin: 0;
}
footer .footer-link li {
  list-style: none;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}
footer .footer-link li:nth-child(n+2) {
  margin-top: 10px;
}
footer .footer-link li a {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  transition: all 0.35s;
}
footer .footer-link li a:hover {
  color: #ED9111;
  text-decoration: underline;
  transition: all 0.35s;
}
footer .footer-link h4 {
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 35px;
  text-transform: capitalize;
}
footer .footer-link h4:after {
  content: '';
  width: 240px;
  height: 1px;
  background-color: #C2C2C2;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
}
footer .footer-link h4:before {
  content: '';
  width: calc(100% + 160px);
  height: 1px;
  background-color: #3A3A3A;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
footer .footer-link .am-active .am-accordion-title {
  margin-bottom: 40px;
}
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;
  top: 35%;
}
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: #ED9111;
    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 #ED9111;
  background-color: #ED9111;
  height: 42px;
  color: #fff;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-link1 form button:hover {
    background-color: #fff;
    color: #ED9111;
    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: #ED9111;
  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 .am-active .am-accordion-title h4,
footer .footer-link2 .am-active .am-accordion-title h4 {
  position: relative;
}
footer .footer-link3 ul,
footer .footer-link2 ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
footer .footer-link3 li,
footer .footer-link2 li {
  display: flex;
}
footer .footer-link3 li:nth-child(n+2),
footer .footer-link2 li:nth-child(n+2) {
  margin-top: 15px;
}
footer .footer-link3.footer-prod a,
footer .footer-link2.footer-prod a {
  display: flex;
}
footer .footer-link2 {
  width: 30.5%;
}
footer .footer-link2 li:nth-child(n+2) {
  margin-top: 25px;
}
footer .footer-link3 {
  width: 32%;
}
footer .footer-link3 li {
  color: #848484;
  flex-direction: column;
  padding-right: 100px;
}
footer .footer-link3 li > span {
  color: #fff;
  line-height: 24px;
}
footer .footer-link3 li:nth-child(n+2) {
  margin-top: 20px;
}
footer .footer-link3 li i {
  color: #ED9111;
  font-size: 22px;
  margin-right: 10px;
}
footer .footer-link3 li div {
  display: flex;
  align-items: center;
  margin: 0 0 2px;
}
footer .footer-link3 li div span {
  margin-top: 3px;
  line-height: 1;
  color: #fff;
}
footer .footer-link4 {
  width: 34%;
}
footer .footer-link4 ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
footer .footer-link4 li {
  display: flex;
}
footer .footer-link4 li i {
  font-size: 12px;
  margin-right: 5px;
  margin-top: 3px;
}
footer .footer-link4 .desc {
  color: #fff;
  line-height: 24px;
  font-size: 16px;
}
footer .footer-link4 form {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
}
footer .footer-link4 form input {
  height: 44px;
  background-color: #3B3B3B;
  width: calc(50% - 5px);
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all 0.35s;
  padding: 0 20px;
  color: #fff;
  border: 1px solid #3B3B3B;
}
footer .footer-link4 form input:nth-child(2n) {
  margin-right: 0;
}
footer .footer-link4 form input:focus {
  outline: none;
  border-color: #ED9111;
  transition: all 0.35s;
}
footer .footer-link4 form *::-webkit-input-placeholder {
  color: #999;
}
footer .footer-link4 form *:-moz-placeholder {
  /* FF 4-18 */
  color: #999;
}
footer .footer-link4 form *::-moz-placeholder {
  /* FF 19+ */
  color: #999;
}
footer .footer-link4 form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
footer .footer-link4 form textarea {
  width: 100%;
  height: 110px;
  background-color: #3B3B3B;
  border: 1px solid #3B3B3B;
  color: #fff;
  resize: none;
  padding: 15px 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 20px;
}
footer .footer-link4 form textarea:focus {
  outline: none;
  border-color: #ED9111;
}
footer .footer-link4 form button {
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ED9111;
  color: #fff;
  border: 1px solid #ED9111;
  font-size: 16px;
  transition: all 0.35s;
  overflow: hidden;
  height: 44px;
  border-radius: 22px;
}
footer .footer-link4 form button i {
  font-size: 20px;
  line-height: 1;
  transform: rotateY(180deg);
}
footer .footer-link4 form button span {
  margin-right: 8px;
}
@media screen and (min-width: 991px) {
  footer .footer-link4 form button:hover {
    background-color: transparent;
    transition: all 0.35s;
    color: #ED9111;
  }
}
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: #ED9111;
    color: #fff;
    border-color: #ED9111;
    transition: all 0.35s;
  }
  footer .footer-link5 .sitemap-btn:hover span {
    border-color: #fff;
  }
}
footer .footer-share {
  display: flex;
  margin-top: 35px;
}
footer .footer-share a {
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  position: relative;
  background-color: transparent;
  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;
}
@media screen and (min-width: 991px) {
  footer .footer-share a:hover {
    text-decoration: none!important;
    color: #fff !important;
    background-color: #ED9111;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
footer .site-btn {
  color: #fff;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: fit-content;
}
footer .site-btn span {
  text-decoration: underline;
}
footer .site-btn i {
  font-size: 22px;
  line-height: 1;
  margin-right: 12px;
}
@media screen and (min-width: 991px) {
  footer .site-btn:hover {
    color: #ED9111;
  }
}
footer .footer-record {
  margin-top: 110px;
  /* background-image: url(../img/footer-bg2.jpg); */
  border-top: 1px solid #545454;
  border-bottom: 1px solid #4E4E4E;
}
footer .footer-record .am-container > div {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 17px 0;
  color: #d6d6d6;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
footer .footer-record .am-container > div > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .footer-record a {
  color: #d6d6d6;
  margin-left: 10px;
  transition: all 0.35s;
}
footer .footer-record a:hover {
  color: #ED9111;
  text-decoration: underline;
  transition: all 0.35s;
}
footer .footer-record .record-link a {
  width: 120px;
  height: 52px;
  background-color: #ED9111;
  color: #cbcbcb;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: underline;
}
.details {
  padding: 60px 0 90px;
}
.details h1 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.1;
}
.details .details-date {
  color: #ED9111;
  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: #ED9111;
  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;
}
.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: #ED9111;
  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: #ED9111;
  -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: #ED9111;
  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: #ED9111;
  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: #ED9111;
}
.inquiry .send-message textarea:focus-visible {
  border-color: #ED9111;
}
.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: '\e62a';
  color: #333;
  font-size: 20px;
}
.inquiry-wrap .inquiry-box .del-box .del:hover:before {
  color: #3DAA02;
}
.inquiry-wrap .inquiry-box .list li {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dedede;
}
.inquiry-wrap .inquiry-box .inquiry-form {
  margin-top: 80px;
}
.inquiry-wrap .inquiry-box .inquiry-form h3 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  margin: 0 0 25px;
}
@media (max-width: 1199px) {
  .inquiry-form .fix-name {
    font-size: 32px;
  }
  .inquiry-form form .submit:active {
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .inquiry-wrap .inquiry-form {
    margin-top: 65px;
  }
  .inquiry-wrap .inquiry-form h3 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .inquiry-form .fix-name {
    font-size: 28px;
  }
  .inquiry-form > p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .inquiry-form form textarea {
    height: 240px;
  }
  .inquiry-form form .submit {
    padding: 10px 54px;
    margin-top: 15px;
  }
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list li {
    padding-left: 30px;
    padding-right: 30px;
  }
  .inquiry-wrap .inquiry-form {
    margin-top: 50px;
  }
  .inquiry-wrap .inquiry-form h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .inquiry-form .fix-name {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .inquiry-form > p {
    font-size: 14px;
  }
  .inquiry-form form label {
    margin-bottom: 15px;
  }
  .inquiry-form form input,
  .inquiry-form form textarea {
    padding: 10px 15px;
    font-size: 14px;
  }
  .inquiry-form form textarea {
    height: 130px;
  }
  .inquiry-form form .pro-name {
    margin-bottom: 15px;
  }
  .inquiry-form form .submit {
    padding: 8px 35px;
    font-size: 14px;
    margin-top: 5px;
  }
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list li {
    padding-left: 2%;
    padding-right: 0;
  }
  .inquiry-wrap .iq-title .th {
    font-size: 14px;
  }
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
  .inquiry-wrap .iq-title .check-box {
    padding: 0;
  }
  .inquiry-wrap .iq-title .del-box {
    opacity: 0;
    width: 30px;
  }
  .inquiry-wrap .inquiry-box .introduce-title {
    padding-left: 0px !important;
    text-align: center;
  }
  .inquiry-wrap .inquiry-box .check-box .check-all span {
    display: none;
  }
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(-20%);
    width: calc(100% - 120px);
  }
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 5%;
  }
  .inquiry-wrap .inquiry-box .introduce-box .name {
    margin-bottom: 10px;
  }
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 50px;
    height: 30px;
    line-height: 30px;
  }
  .inquiry-wrap .inquiry-box .qty-box {
    display: none;
  }
  .inquiry-wrap .inquiry-form {
    margin-top: 35px;
  }
  .inquiry-wrap .inquiry-form h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .inquiry-form form .submit {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .inquiry-form form .submit:hover {
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .inquiry-wrap .inquiry-box .introduce-box img {
    -webkit-transition: transform 0.7s;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  .inquiry-wrap .inquiry-box .introduce-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic img {
    -webkit-transition: transform 0.7s;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
  .inquiry-wrap .inquiry-box .number-box a:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 768px) {
  .inquiry-wrap .iq-title .th.check-box label.replace:after {
    display: block;
  }
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(55%);
    width: calc(100% - 45px);
  }
  .inquiry-wrap .inquiry-box .check-box label.replace {
    margin-left: 5px;
  }
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 80px;
  }
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    width: -webkit-calc(10%);
    width: calc(100% - 90px);
  }
  .inquiry-wrap .inquiry-box .introduce-box .name {
    font-size: 13px;
  }
  .inquiry-wrap .inquiry-box .number-box a {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 12px;
  }
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 35px;
    height: 25px;
    line-height: 23px;
  }
  .inquiry-wrap .inquiry-box .list li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 100px;
  }
}
@media (max-width: 576px) and (max-width: 767px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 30px;
  }
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 48%;
  }
  .inquiry-wrap .inquiry-box .introduce-box .number-box {
    display: none;
  }
  .inquiry-wrap .inquiry-box .qty-box {
    width: 150px;
    text-align: center;
  }
  .inquiry-wrap .inquiry-box .del-box {
    width: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}


.anchor-product h4 {
    margin-bottom: 0.5em;
}
.anchor-product a {
    display: inline-block;
    padding-bottom: 28%;
    width: 28%;
    border: 1px solid #eee;
    margin-right: 0.2em;
}