input:focus {
  outline: none;
}
p {
  margin-bottom: 0;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box:hover img {
  transform: scale(1.06);
}
.img-box img {
  transition: all 0.4s;
}
.img-box img,
.img-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/ajax-loader.gif) no-repeat center;
}
.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.loaded {
  background-size: cover;
}
.table-box {
  overflow-x: auto;
  width: 100% !important;
}
.table-box::-webkit-scrollbar {
  display: none !important;
}
.fancybox-slide--iframe .fancybox-content {
  width: 100%;
  max-width: 80%;
  height: 100%;
  min-height: 50%;
  max-height: 80%;
  margin: 0;
}
.fancybox-slide--video video {
  max-width: 80%;
  padding: 0;
}
.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
  padding: 0;
  margin: 0 -5px !important;
  font-size: 0 !important;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
.fszero {
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.fszero h1 {
  margin: 0;
}
@media (max-width: 990px) {
  .container2 {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .fancybox-slide--video video {
    max-width: 95%;
  }
}
.fancybox-slide > video {
  padding: 0;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1410px;
  }
}
@media (min-width: 1430px) {
  .container.con1400 {
    max-width: 1400px;
  }
}
@media (min-width: 1690px) {
  .container.con1660 {
    max-width: 1660px;
  }
}
@font-face {
  font-family: 'Anton';
  src: url('../fonts/Anton-Regular.woff2') format('woff2'), url('../fonts/Anton-Regular.woff') format('woff'), url('../fonts/Anton-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff'), url('../fonts/Inter-Bold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff'), url('../fonts/Inter-Medium.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
body {
  font-family: 'Inter', "Arial", "Helvetica", "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  transition: all 0.3s;
}
.index-padding {
  padding: 110px 0;
}
@media (max-width: 1710px) {
  .index-padding {
    padding: 100px 0;
  }
}
@media (max-width: 1400px) {
  .index-padding {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .index-padding {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .index-padding {
    padding: 50px 0;
  }
}
.overhide {
  overflow: hidden;
}
.header.scrolled {
  top: 0;
}
.header.hasty {
  position: sticky;
}
.header {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 0;
  transition: all 0.5s;
  overflow-x: clip;
}
.header .header-box {
  position: relative;
}
.header .header-logo {
  width: 210px;
}
@media (max-width: 1199px) {
  .header .header-logo {
    width: 170px;
  }
}
@media (max-width: 767px) {
  .header .header-logo {
    width: 130px;
  }
}
.header .header-logo a {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .header-logo img {
  width: 100%;
  height: auto;
}
.header .box1 {
  position: relative;
  z-index: 99;
  background: #FFF;
  padding: 29px 0;
}
@media (max-width: 991px) {
  .header .box1 {
    padding: 16px 0;
  }
}
@media (max-width: 767px) {
  .header .box1 {
    padding: 10px 0;
  }
}
.header .box1 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header .box1 .box .form {
  width: 37%;
}
@media (max-width: 1199px) {
  .header .box1 .box .form {
    width: auto;
    display: none;
  }
}
.header .box1 .box .form form {
  padding: 10px 25px;
  border-radius: 3px;
  background: #F2F2F2;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header .box1 .box .form form {
    display: none !important;
  }
}
.header .box1 .box .form form input {
  border: none;
  background-color: transparent;
  width: 80%;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.42px;
}
.header .box1 .box .form form input:focus {
  outline: none;
}
@media (max-width: 1440px) {
  .header .box1 .box .form form input {
    font-size: 14px;
  }
}
.header .box1 .box .form form input::placeholder {
  color: #666;
}
.header .box1 .box .form form button {
  position: relative;
  background: transparent;
  border: none;
  padding-left: 15px;
}
.header .box1 .box .form form button::before {
  content: '';
  display: block;
  background-color: #AAAAAA;
  width: 1px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header .box1 .box .form form button:focus {
  outline: none;
}
.header .box1 .box .form form button .iconfont {
  color: #666666;
  font-size: 20px;
}
@media (max-width: 1530px) {
  .header .box1 .box .form form button .iconfont {
    font-size: 16px;
  }
}
.header .box1 .box .right {
  display: flex;
  align-items: center;
}
.header .box1 .box .right .search {
  justify-content: center;
  align-items: center;
  cursor: pointer;
  display: none;
}
@media (max-width: 991px) {
  .header .box1 .box .right .search {
    padding: 0;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header .box1 .box .right .search .iconfont {
  color: #00000099;
}
@media (max-width: 1400px) {
  .header .box1 .box .right .search .iconfont {
    font-size: 20px;
  }
}
.header .box1 .box .hr2-2 {
  display: inline-flex;
  align-items: center;
  margin-right: 60px;
}
@media (max-width: 1199px) {
  .header .box1 .box .hr2-2 {
    margin-right: 40px;
  }
}
@media (max-width: 991px) {
  .header .box1 .box .hr2-2 {
    margin-right: 20px;
  }
}
.header .box1 .box .hr2-2 .language {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header .box1 .box .hr2-2 .language .lang {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.header .box1 .box .hr2-2 .language .lang::before {
  font-family: 'iconfont' !important;
  content: '\e603';
  font-size: 22px;
  color: #FFD964;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .header .box1 .box .hr2-2 .language .lang::before {
    margin-right: 7px;
  }
}
.header .box1 .box .hr2-2 .language .lang span {
  color: #222;
  font-size: 15px;
  line-height: 10px;
  letter-spacing: -0.3px;
  text-decoration: underline;
  transition: all 0.3s;
}
@media (max-width: 1400px) {
  .header .box1 .box .hr2-2 .language .lang span {
    font-size: 14px;
  }
}
.header .box1 .box .hr2-2 .language .lang:hover span {
  color: #FFD964;
}
.header .box1 .box .hr2-2 .language .drop-select {
  position: absolute;
  content: '';
  right: 0;
  top: calc(100%);
  z-index: 2;
  min-width: 400px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  display: none;
}
@media (max-width: 991px) {
  .header .box1 .box .hr2-2 .language .drop-select {
    min-width: 100%;
    width: auto;
    height: 300px;
    overflow: auto;
    padding: 10px;
  }
}
.header .box1 .box .hr2-2 .language .drop-select li {
  font-size: 16px;
  display: inline-block;
  width: calc(100%/3);
  vertical-align: top;
}
@media (max-width: 991px) {
  .header .box1 .box .hr2-2 .language .drop-select li {
    width: 100%;
    font-size: 14px;
  }
}
.header .box1 .box .hr2-2 .language .drop-select li:hover a {
  color: #777777;
}
.header .box1 .box .hr2-2 .language .drop-select li a {
  display: flex;
  align-items: center;
  padding: 6px;
  font-size: 14px;
  color: #000;
}
.header .box1 .box .hr2-2 .language .drop-select li a:hover {
  background: #eee;
}
.header .box1 .box .hr2-2 .language .drop-select li a img {
  max-height: 20px;
  display: block;
  margin-right: 10px;
}
.header .box1 .box .hcontnav a {
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  background: #222;
  padding: 9px 24px;
  padding-left: 20px;
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .header .box1 .box .hcontnav a {
    padding: 9px 10px;
  }
}
@media (max-width: 991px) {
  .header .box1 .box .hcontnav a span {
    display: none;
  }
}
.header .box1 .box .hcontnav a:hover {
  background: #FFD964;
}
.header .box1 .box .hcontnav a:hover::before {
  color: #fff;
}
.header .box1 .box .hcontnav a::before {
  font-family: 'iconfont' !important;
  content: '\e62d';
  font-size: 22px;
  color: #FFD964;
  line-height: 1;
  margin-right: 10px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .header .box1 .box .hcontnav a::before {
    margin-right: 0;
  }
}
.header .box2 {
  position: relative;
  background: #FFD964;
}
.header .box2 .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .box2 .dropdown {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  display: none;
  background: #F3F3F3;
  padding-top: 20px;
  padding-bottom: 65px;
}
@media (max-width: 1199px) {
  .header .box2 .dropdown {
    display: none !important;
  }
}
.header .box2 .dropdown .dropdownbx {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .header .box2 .dropdown .dropdownbx {
    display: none !important;
  }
}
.header .box2 .dropdown .dropdownbx .droleft ul {
  list-style: none;
  position: static;
  transform: none;
  padding: 0;
  background: transparent;
  border-radius: 0;
  display: block;
}
.header .box2 .dropdown .dropdownbx .droleft ul li {
  display: block;
  margin-top: 5px;
}
.header .box2 .dropdown .dropdownbx .droleft ul li:hover a {
  background: transparent;
}
.header .box2 .dropdown .dropdownbx .droleft ul li:hover a .cont-img .img-box img {
  transform: scale(1.1);
}
.header .box2 .dropdown .dropdownbx .droleft ul li:hover a p {
  background-color: #FFE101;
}
.header .box2 .dropdown .dropdownbx .droleft ul li.on a {
  background: transparent;
}
.header .box2 .dropdown .dropdownbx .droleft ul li.on a .cont-img .img-box img {
  transform: scale(1.1);
}
.header .box2 .dropdown .dropdownbx .droleft ul li.on a p {
  background-color: #FFE101;
}
.header .box2 .dropdown .dropdownbx .droleft ul li:first-child {
  margin-top: 0;
}
.header .box2 .dropdown .dropdownbx .droleft ul li a {
  display: flex;
  align-items: center;
  padding: 0;
}
.header .box2 .dropdown .dropdownbx .droleft ul li a::after {
  display: none;
}
.header .box2 .dropdown .dropdownbx .droleft ul li a::before {
  display: none;
}
.header .box2 .dropdown .dropdownbx .droleft ul li .cont-img {
  width: 45px;
  margin-right: 5px;
}
.header .box2 .dropdown .dropdownbx .droleft ul li .cont-img .img-box {
  border-radius: 5px;
  background: #FFF;
}
.header .box2 .dropdown .dropdownbx .droleft ul li p {
  width: 245px;
  padding: 13px 25px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px;
  background-color: #FFF;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
  transition: all 0.3s;
}
.header .box2 .dropdown .dropdownbx .droleft ul li p::after {
  font-family: 'iconfont' !important;
  content: '\e695';
  color: #000;
  font-size: 16px;
}
.header .box2 .dropdown .dropdownbx .drorightbox {
  width: calc(100% - 300px - 40px);
  position: relative;
}
.header .box2 .dropdown .dropdownbx .droright {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: -12;
  pointer-events: none;
  transition: all 0.3s;
}
.header .box2 .dropdown .dropdownbx .droright.on {
  position: static;
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}
.header .box2 .dropdown .dropdownbx .droright .row-box {
  margin: -10px -5px;
}
.header .box2 .dropdown .dropdownbx .droright .row-box .col-box {
  padding: 10px 5px;
}
.header .box2 .dropdown .dropdownbx .droright .row-box .col-box .item {
  display: block;
}
.header .box2 .dropdown .dropdownbx .droright .row-box .col-box .item:hover .img-box img {
  transform: scale(1.1);
}
.header .box2 .dropdown .dropdownbx .droright .row-box .col-box .item .img-box {
  padding-bottom: calc(190 / 300 * 100%);
  border-radius: 5px;
}
.header .box2 .dropdown .dropdownbx .droright .row-box .col-box .item .tit {
  padding-top: 10px;
  padding-left: 20px;
  text-align: left;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.3px;
}
.header .box2 .dropdown .dropdownbx .droright .row-box .col-box .item2 .img-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 12;
}
.header .box2 .dropdown .dropdownbx .droright .row-box .col-box .item2 .img-box .tit2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 33;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  /* 133.333% */
  letter-spacing: -0.3px;
  text-decoration: underline;
}
.header .box2 .header-nav {
  display: flex;
}
@media (max-width: 1199px) {
  .header .box2 .header-nav {
    display: none;
  }
}
.header .box2 .header-nav .nav > ul {
  display: flex;
  list-style: none;
}
.header .box2 .header-nav .nav > ul > li {
  display: block;
  margin-right: 70px;
  position: relative;
  transition: all 0.5s;
}
.header .box2 .header-nav .nav > ul > li:last-child {
  margin-right: 0;
}
.header .box2 .header-nav .nav > ul > li.hrnavnone {
  display: none;
}
@media (max-width: 1440px) {
  .header .box2 .header-nav .nav > ul > li {
    margin-right: 40px;
  }
}
.header .box2 .header-nav .nav > ul > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 15px 0;
  color: #000;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.51px;
  white-space: nowrap;
  transition: all 0.5s;
}
.header .box2 .header-nav .nav > ul > li > a::after {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #fff;
  z-index: 12;
  transition: all 0.4s;
}
.header .box2 .header-nav .nav > ul > li > a.hpro {
  display: none;
}
.header .box2 .header-nav .nav > ul > li ul {
  position: absolute;
  top: calc(100%);
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  list-style: none;
  display: none;
  padding: 4px;
  border-radius: 8px;
  background: #FFF;
}
.header .box2 .header-nav .nav > ul > li ul li {
  position: relative;
}
.header .box2 .header-nav .nav > ul > li ul li:last-child > a {
  border-bottom: none;
}
.header .box2 .header-nav .nav > ul > li ul li:first-child::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 7px;
  background-size: cover;
}
.header .box2 .header-nav .nav > ul > li ul li a {
  display: block;
  padding: 9px 24px;
  max-width: 340px !important;
  text-align: center;
  color: #28252B;
  font-family: Figtree;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.64px;
  transition: all 0.3s;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.header .box2 .header-nav .nav > ul > li ul li a span,
.header .box2 .header-nav .nav > ul > li ul li a p {
  position: relative;
  z-index: 2;
}
@media (max-width: 1400px) {
  .header .box2 .header-nav .nav > ul > li ul li a {
    font-size: 16px;
  }
}
.header .box2 .header-nav .nav > ul > li ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFD964;
  opacity: 0;
  transition: all 0.5s;
  z-index: 1;
}
.header .box2 .header-nav .nav > ul > li ul li a:hover::before {
  opacity: 1;
}
.header .box2 .header-nav .nav > ul > li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  transform: translateX(0);
}
.header .box2 .header-nav .nav > ul > li ul li ul::after {
  display: none;
}
.header .box2 .header-nav .nav > ul > li ul li ul li::before {
  display: none;
}
.header .box2 .header-nav .abnormal {
  position: static !important;
}
.header .box2 .header-nav .prodown {
  display: none !important;
}
.header .box2 .icon ul {
  list-style: none;
  display: flex;
}
.header .box2 .icon ul li {
  margin-right: 30px;
}
.header .box2 .icon ul li:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .header .box2 .icon ul li {
    margin-right: 20px;
  }
}
.header .box2 .icon ul li a .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #222;
  font-size: 20px;
  transition: all 0.4s;
}
.header-serch-box {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}
.header-serch-box form {
  margin-bottom: 0;
  width: 60%;
  padding: 10px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .header-serch-box form {
    width: 80%;
  }
}
.header-serch-box input {
  height: 40px;
  padding: 0 0 0 12px;
  color: rgba(38, 38, 38, 0.4);
  font-size: 14px;
  border: 1px solid #FFD964;
  width: 94%;
}
.header-serch-box button {
  border-radius: 5px;
  background: #999;
  width: 74px;
  height: 40px;
  color: #FFF;
  text-align: center;
  text-transform: capitalize;
  margin-left: 7px;
  border: none;
  transition: background-color 0.3s ease;
}
.header-serch-box button:hover {
  background-color: #FFD964;
}
.header-serch-box button .iconfont {
  font-size: 20px;
}
.header-serch-box .header-serch-none {
  font-size: 46px;
  cursor: pointer;
  position: fixed;
  top: 5%;
  right: 7%;
  color: #FFFFFF;
}
.visible {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-menu {
  position: relative;
  display: none;
}
.btn-menu a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .btn-menu a {
    color: #000;
  }
}
.btn-menu a .iconfont {
  font-size: 34px;
}
@media (max-width: 767px) {
  .btn-menu a .iconfont {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .btn-menu {
    display: inline-block;
  }
}
@keyframes scaleAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes headerNav {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-110%);
  }
  100% {
    transform: translateY(0);
  }
}
.banner-box {
  position: relative;
  top: 0;
}
.banner-box .banner {
  font-size: 0;
  position: relative;
  z-index: 8;
  clear: both;
  overflow: hidden;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.banner-box .banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  left: 0;
  border-radius: 100px 100px 0 0;
}
@media (max-width: 1199px) {
  .banner-box .banner::after {
    height: 20px;
  }
}
.banner-box .banner img {
  display: block;
  width: 100%;
}
.banner-box .banner .swiper-slide {
  overflow: hidden;
}
.banner-box .banner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner-box .banner .item {
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-box .banner .banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-box .banner.hide-arrow .slick-arrow,
.banner-box .banner.hide-arrow {
  display: none !important;
}
.banner-box .banner.hide-video video {
  display: none !important;
}
.banner-box .banner-video-box {
  position: relative;
  display: block;
  padding-bottom: calc(700 / 1920 * 100%);
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.banner-box .banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner-box .banner-video-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-box .banner-video-box .fluid_initial_play {
  background-color: #152c5f !important;
}
.banner-box .banner .mobile-video {
  position: relative;
  display: block;
}
.banner-box .banner .mobile-video:after {
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner-box .banner .mobile-video:before {
  font-size: 50px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  content: '\e644';
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.banner-box .banner .slick-arrow {
  line-height: 80px;
  position: absolute;
  z-index: 9;
  top: -webkit-calc(90%);
  top: calc(50% + 40px);
  left: 3%;
  width: 26px;
  height: 80px;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .banner-box .banner .slick-arrow {
    line-height: 50px;
    height: 50px;
  }
}
.banner-box .banner .slick-arrow:before {
  font-size: 20px;
  content: '\eb60';
}
.banner-box .banner .slick-arrow.slick-next {
  right: 5%;
  left: auto;
}
.banner-box .banner .slick-arrow:hover {
  background-color: rgba(21, 44, 95, 0.7);
}
.swiper-pagination {
  bottom: 35px !important;
  z-index: 66;
  left: 17.5% !important;
  width: auto !important;
  max-width: 100% !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.swiper-pagination::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #FFF !important;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
}
@media (max-width: 767px) {
  .swiper-pagination {
    flex-wrap: wrap !important;
    display: none !important;
  }
}
@media (max-width: 991px) {
  .swiper-pagination {
    bottom: 20px !important;
  }
}
@media (max-width: 575px) {
  .swiper-pagination {
    bottom: 10px !important;
  }
}
.swiper-pagination-bullet-active {
  border-bottom: 1px solid #fff !important;
  z-index: 10;
  color: #FFF !important;
}
.swiper-pagination-bullet-active::before {
  height: 4px !important;
}
.swiper-pagination-bullet {
  width: 120px;
  margin: 0 !important;
  padding: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: transparent;
  border-bottom: 1px solid #FFFFFF4D;
  opacity: 1;
  padding-bottom: 23px;
  z-index: 10;
  color: #FFFFFF4D;
  font-family: "GeistMono";
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .swiper-pagination-bullet {
    width: 70px;
    font-size: 14px;
    padding-bottom: 15px;
  }
}
.swiper-pagination-bullet::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #FFF !important;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}
.swiper-pagination-bullet::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 1px;
  background: #FFF !important;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  bottom: -1px;
  z-index: -2;
}
.swiper-pagination-box {
  position: absolute;
  bottom: 30px !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 67;
  width: 170px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
@media (max-width: 991px) {
  .swiper-pagination-box {
    bottom: 17px !important;
  }
}
@media (max-width: 767px) {
  .swiper-pagination-box {
    display: none;
  }
}
@media (max-width: 575px) {
  .swiper-pagination-box {
    top: 50%;
    bottom: auto;
  }
}
.swiper-pagination-box .banner-button-prev,
.swiper-pagination-box .banner-button-next {
  position: relative;
  z-index: 67;
  color: #FFFFF4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 23;
  pointer-events: all;
}
.swiper-pagination-box .banner-button-prev .iconfont,
.swiper-pagination-box .banner-button-next .iconfont {
  font-size: 14px;
}
.swiper-pagination-box .banner-button-prev {
  left: 0;
  transform: rotate(180deg);
}
.swiper-pagination-box .banner-button-next {
  right: 0;
  transform: rotate();
}
/* 定义旋转动画 */
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.index-nav.show {
  right: calc(100% - 100%);
  /* 滑入左侧 */
}
.index-nav {
  position: fixed;
  top: 40%;
  right: 0px;
  z-index: 222;
}
@media (max-width: 1199px) {
  .index-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .index-nav {
    top: 30%;
  }
}
.index-nav .a {
  display: block;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  margin-top: 15px;
}
.index-nav .a:first-of-type {
  margin-top: 0;
}
.index-nav .a .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #DDD;
  font-size: 26px;
  transition: all 0.3s ease;
  color: #222222;
}
.index-nav .a:hover .fix-nav-phonenumber {
  transform: translateY(-50%) translateX(-3px);
}
.index-nav .a:hover .fix-nav-phonenumber p {
  border-radius: 5px 0 0 5px;
}
.index-nav .a:hover .iconfont {
  background-color: #FFD964;
  border-radius: 0 5px 5px 0;
}
.index-nav .top {
  position: relative;
}
.index-nav .top .iconfont {
  background-color: #000 !important;
  color: #FFF !important;
  border-radius: 5px !important;
}
.index-nav .WeChat .fix-nav-phonenumber p {
  height: auto;
  padding: 5px;
  border-radius: 5px 0 0 5px !important;
}
.index-nav .WeChat .fix-nav-phonenumber p img {
  background: #FFF !important;
}
.index-nav .fix-nav-phonenumber {
  position: absolute;
  right: 100%;
  top: 50%;
  height: 100%;
  transform: translateY(-50%) translateX(300%);
  transition: all 0.3s ease;
  line-height: 100%;
}
.index-nav .fix-nav-phonenumber p {
  margin: 0;
  height: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #FFD964;
  white-space: nowrap;
  color: #222222;
  font-size: 15px;
}
.index-nav .fix-nav-phonenumber p img {
  width: 100px;
  background-color: #FFFFFF;
}
.fix-nav-none {
  display: none;
  position: fixed;
  right: 0;
  color: #fff;
  bottom: 15%;
  font-size: 40px;
  border: 1px solid #333;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  line-height: 36px;
  background-color: #333;
  text-align: center;
  z-index: 222;
}
@media (max-width: 1199px) {
  .fix-nav-none {
    display: block;
    bottom: 12%;
  }
}
.fix-nav-none.rotated {
  transform: rotate(45deg);
  transition: all 0.5s;
}
.xs-online {
  position: fixed;
  z-index: 222;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
  color: #222;
  background-color: #FFD964;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: none;
}
.xs-online .imgbbb {
  transform: translateX(-50%) translateY(-120px) !important;
  animation: fadeInUp 0.5s ease forwards;
}
.xs-online .xs-online-wx {
  position: relative;
}
.xs-online .xs-online-wx img {
  position: absolute;
  width: 100px;
  left: 50%;
  background-color: #FFFFFF;
  transform: translateX(-50%) translateY(60px);
  transition: all 0.3 ease;
}
.xs-online ul li {
  float: left;
  width: 20%;
  list-style: none;
  border-right: 1px solid #000;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}
.xs-online ul li .iconfont {
  display: block;
}
.xs-online ul li:first-child {
  border-left: none;
}
.xs-online a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #222;
}
@media (max-width: 767px) {
  .xs-online a {
    font-size: 12px;
  }
}
.xs-online a .iconfont {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .xs-online {
    display: block !important;
  }
}
.fix-nav-product {
  position: fixed;
  right: 0;
  bottom: 5%;
  z-index: 99;
  display: none;
}
@media (max-width: 767px) {
  .fix-nav-product {
    display: block;
  }
}
.fix-nav-product a {
  background-color: #FFD964;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
}
.fix-nav-product a .iconfont {
  display: block;
  color: #FFF;
  font-size: 20px;
  transition: all 0.3s ease;
}
.fix-nav-product a span {
  display: block;
  font-size: 14px;
  color: #FFF;
}
@keyframes videoan1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(3.5);
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
}
.index-title h3 {
  margin: 0;
}
.index-title h2 {
  margin-bottom: 20px;
  color: #222;
  font-family: Anton;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}
.index-title h2 span {
  color: #FFE101;
}
@media (max-width: 1400px) {
  .index-title h2 {
    font-size: 42px !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .index-title h2 {
    font-size: 38px !important;
  }
}
@media (max-width: 991px) {
  .index-title h2 {
    font-size: 34px !important;
    line-height: 40px !important;
  }
}
@media (max-width: 767px) {
  .index-title h2 {
    font-size: 30px !important;
    line-height: 36px !important;
  }
}
@media (max-width: 575px) {
  .index-title h2 {
    font-size: 26px !important;
    line-height: 32px !important;
  }
}
.index-title p {
  color: #444;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .index-title p {
    font-size: 14px;
    line-height: 24px;
  }
}
.index-more {
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  background: #FFE101;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
  min-width: 190px;
  padding: 7px 8px;
  padding-left: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .index-more {
    min-width: 170px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .index-more {
    min-width: 140px;
    padding-left: 15px;
  }
}
.index-more::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0D0B00;
  z-index: 2;
  transition: all 0.5s;
  opacity: 0;
}
.index-more:hover span {
  color: #fff;
}
.index-more:hover span::after {
  color: #000;
  background-color: #FFE101;
}
.index-more:hover::after {
  opacity: 1;
}
@media (max-width: 767px) {
  .index-more {
    font-size: 14px;
  }
}
.index-more span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 12;
  color: #000;
  width: 100%;
  transition: all 0.5s;
}
.index-more span::after {
  font-family: 'iconfont' !important;
  content: '\e695';
  color: #fff;
  line-height: 1;
  margin-left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #0D0B00;
  width: 31px;
  height: 31px;
  font-size: 16px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .index-more span::after {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
}
.prev-next {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
}
@media (max-width: 767px) {
  .prev-next {
    display: none !important;
  }
}
.prev-next .slick-next:before,
.prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  display: block;
  content: '\e695';
  color: #fff;
  transition: all 0.3s ease;
}
.prev-next .slick-prev::before {
  transform: rotate(180deg);
}
.prev-next .slick-prev,
.prev-next .slick-next {
  z-index: 1;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background-color: #222;
  justify-content: center;
  align-items: center;
}
.prev-next .slick-next:hover,
.prev-next .slick-prev:hover {
  background-color: #FFE101;
}
.prev-next .slick-next {
  right: -60px;
}
.prev-next .slick-prev {
  left: -60px;
}
.prev-next .slick-prev:hover::before,
.prev-next .slick-next:hover::before {
  color: #000;
}
img {
  background: transparent !important;
}
.yzm {
  display: flex;
  flex-wrap: wrap;
}
.yzm b {
  width: 100%;
}
.firm-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.firm-video .video {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68.598px;
  height: 68.598px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
}
.firm-video .vr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.56px;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.firm-video .vr span {
  position: relative;
  z-index: 23;
}
.firm-video .vr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 50px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(30px);
}
.firm-video .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54.679px;
  border-radius: 50%;
  height: 54.679px;
  aspect-ratio: 1/1;
  background-color: #FFD964;
  cursor: pointer;
  color: #FFF;
  font-size: 35px;
}
.index .inpro {
  padding: 90px 0 140px 0;
}
@media (max-width: 1560px) {
  .index .inpro {
    padding: 90px 0 100px 0;
  }
}
@media (max-width: 1400px) {
  .index .inpro {
    padding: 70px 0 80px 0;
  }
}
@media (max-width: 1199px) {
  .index .inpro {
    padding: 50px 0 60px 0;
  }
}
.index .inpro .index-title {
  margin: 0 auto;
  width: 70%;
  text-align: center;
}
@media (max-width: 1400px) {
  .index .inpro .index-title {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  .index .inpro .index-title {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .index .inpro .index-title {
    width: 100%;
  }
}
.index .inpro .content {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .index .inpro .content {
    margin-top: 30px;
  }
}
.index .inpro .content .row-box {
  margin: -12 -10px;
}
.index .inpro .content .row-box .col-box {
  padding: 12px 10px;
}
.index .inpro .content .row-box .col-box .item:hover .cont-img .contxt {
  top: 0;
}
.index .inpro .content .row-box .col-box .item .cont-img {
  position: relative;
  border-radius: 5px;
  border: 1px solid #DDD;
  background: #FFF;
  overflow: hidden;
}
.index .inpro .content .row-box .col-box .item .cont-img .img-box img {
  transform: scale(1) !important;
}
.index .inpro .content .row-box .col-box .item .cont-img .contxt {
  position: absolute;
  z-index: 2;
  top: 110%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 217, 100, 0.95);
  padding: 28px 20px;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .index .inpro .content .row-box .col-box .item .cont-img .contxt {
    position: static;
    top: 0;
    padding: 20px 15px;
  }
}
.index .inpro .content .row-box .col-box .item .cont-img .contxt p {
  color: #222;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.32px;
}
.index .inpro .content .row-box .col-box .item .cont-img .contxt .more {
  margin-top: 20px;
  display: inline-block;
}
.index .inpro .content .row-box .col-box .item .cont-img .contxt .more::after {
  font-family: 'iconfont' !important;
  content: '\e695';
  border-radius: 3px;
  background: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  color: #FFF;
  line-height: 1;
  font-size: 16px;
}
.index .inpro .content .row-box .col-box .item .tit {
  margin-top: 20px;
  padding-left: 10px;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
}
.index .inpro .content .row-box .col-box .item .tit a {
  color: #000;
}
.index .inabo {
  background: url(../img/inab-b1.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0 110px 0;
}
@media (max-width: 1560px) {
  .index .inabo {
    padding: 80px 0 90px 0;
  }
}
@media (max-width: 1400px) {
  .index .inabo {
    padding: 60px 0 70px 0;
  }
}
@media (max-width: 1199px) {
  .index .inabo {
    padding: 40px 0 50px 0;
  }
}
.index .inabo .content {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.index .inabo .content:first-child {
  margin-top: 0;
}
@media (max-width: 991px) {
  .index .inabo .content {
    flex-wrap: wrap;
  }
}
@media (min-width: 991px) {
  .index .inabo .content:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.index .inabo .content .left {
  width: 46%;
  padding-top: 60px;
  width: 45%;
}
@media (max-width: 1690px) {
  .index .inabo .content .left {
    padding-top: 40px;
  }
}
@media (max-width: 1400px) {
  .index .inabo .content .left {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .index .inabo .content .left {
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .index .inabo .content .left {
    width: 100%;
    padding-top: 0;
  }
}
.index .inabo .content .left .index-title h2 {
  margin: 0;
}
.index .inabo .content .left .txt {
  margin-top: 25px;
}
@media (max-width: 1400px) {
  .index .inabo .content .left .txt {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .index .inabo .content .left .txt {
    margin-top: 15px;
  }
}
.index .inabo .content .left .txt p {
  color: #444;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .index .inabo .content .left .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.index .inabo .content .left .more {
  margin-top: 60px;
}
@media (max-width: 1400px) {
  .index .inabo .content .left .more {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .index .inabo .content .left .more {
    margin-top: 30px;
  }
}
.index .inabo .content .right {
  width: 49%;
  position: relative;
}
@media (max-width: 991px) {
  .index .inabo .content .right {
    width: 100%;
    margin-top: 30px;
  }
}
.index .inabo .content .right .img-box {
  padding-bottom: calc(500 / 850 * 100%);
  border-radius: 5px;
}
.index .inabo .content .right .img-box img {
  transform: scale(1) !important;
}
.index .inhonor {
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .index .inhonor {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .index .inhonor {
    margin-bottom: 10px;
  }
}
.index .inhonor .index-title {
  width: 35%;
}
@media (max-width: 1400px) {
  .index .inhonor .index-title {
    width: 40%;
  }
}
@media (max-width: 1199px) {
  .index .inhonor .index-title {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .index .inhonor .index-title {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .index .inhonor .index-title {
    width: 100%;
  }
}
.index .inhonor .content {
  position: relative;
  margin-top: 70px;
}
@media (max-width: 1400px) {
  .index .inhonor .content {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .index .inhonor .content {
    margin-top: 30px;
  }
}
.index .inhonor .content .honor-slick {
  margin: 0 -10px;
}
@media (max-width: 991px) {
  .index .inhonor .content .honor-slick {
    margin: 0 -6px;
  }
}
.index .inhonor .content .honor-slick .item-box {
  padding: 0 10px;
}
@media (max-width: 991px) {
  .index .inhonor .content .honor-slick .item-box {
    padding: 0 6px;
  }
}
.index .inhonor .content .honor-slick .item-box .item {
  cursor: pointer;
}
.index .inhonor .content .honor-slick .item-box .item .img-box {
  padding-bottom: calc(430 / 300 * 100%);
}
.index .inhonor .content .honor-slick .item-box .item .tit {
  margin-top: 20px;
  color: #222;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  .index .inhonor .content .honor-slick .item-box .item .tit {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .index .inhonor .content .honor-slick .item-box .item .tit {
    font-size: 14px;
  }
}
.index .innews {
  background: url(../img/innews-b1.jpg) no-repeat center;
  background-size: cover;
}
.index .innews .box {
  padding-bottom: 10px;
}
.index .innews .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .index .innews .item {
    flex-wrap: wrap;
  }
}
.index .innews .item:hover .left .img-box img {
  transform: scale(1.1) !important;
}
.index .innews .item:hover .cont .index-title h2 a {
  color: #FFE101;
}
.index .innews .item .left {
  width: 41%;
  position: relative;
}
@media (max-width: 991px) {
  .index .innews .item .left {
    width: 100%;
  }
}
.index .innews .item .left .img-box {
  padding-bottom: calc(450 / 660 * 100%);
  border-radius: 5px;
}
.index .innews .item .left .prev-next {
  width: 95px;
  bottom: 28px;
  right: 40px;
  left: auto;
  top: auto;
  z-index: 23;
  transform: none;
}
.index .innews .item .left .prev-next .slick-prev {
  left: 0;
}
.index .innews .item .left .prev-next .slick-next {
  right: 0;
}
.index .innews .item .cont {
  width: 55%;
}
@media (max-width: 991px) {
  .index .innews .item .cont {
    width: 100%;
    margin-top: 30px;
  }
}
.index .innews .item .cont .index-title h2 {
  margin-bottom: 34px;
}
.index .innews .item .cont .index-title h2 a {
  color: #222222;
  transition: all 0.4s;
}
@media (max-width: 1690px) {
  .index .innews .item .cont .index-title h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1400px) {
  .index .innews .item .cont .index-title h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .index .innews .item .cont .index-title h2 {
    margin-bottom: 15px;
  }
}
.index .innews .item .cont .index-title p {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 1400px) {
  .index .innews .item .cont .index-title p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .index .innews .item .cont .index-title p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .index .innews .item .cont .index-title p {
    font-size: 14px;
    line-height: 24px;
  }
}
.index .innews .item .cont .date {
  display: flex;
  align-items: center;
  margin-top: 25px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .index .innews .item .cont .date {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .index .innews .item .cont .date {
    margin-top: 15px;
  }
}
.index .innews .item .cont .date::before {
  font-family: 'iconfont' !important;
  content: "\e60f";
  color: #FFE101;
  font-size: 25px;
  line-height: 1;
  margin-right: 15px;
}
@media (max-width: 1400px) {
  .index .innews .item .cont .date {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .index .innews .item .cont .date {
    font-size: 14px;
  }
}
.index .innews .item .cont .hr {
  margin: 25px 0;
  border-bottom: 1px dashed #FFD964;
  height: 4px;
}
@media (max-width: 1690px) {
  .index .innews .item .cont .hr {
    margin: 20px 0;
  }
}
@media (max-width: 1400px) {
  .index .innews .item .cont .hr {
    margin: 15px 0;
  }
}
.index .innews .item .cont .txt p {
  color: #000;
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .index .innews .item .cont .txt p {
    font-size: 14px;
  }
}
.index .innews .item .cont .index-more {
  margin-top: 54px;
}
@media (max-width: 1690px) {
  .index .innews .item .cont .index-more {
    margin-top: 40px;
  }
}
@media (max-width: 1400px) {
  .index .innews .item .cont .index-more {
    margin-top: 30px;
  }
}
.footer {
  background: url(../img/fob-b1.jpg) no-repeat center;
  background-size: cover;
}
.footer .fob1 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .fob1 {
    flex-wrap: wrap;
  }
}
.footer .fob1 h2 {
  color: #FFF;
  font-family: Anton;
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .footer .fob1 h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .footer .fob1 h2 {
    font-size: 28px;
  }
}
.footer .fob1 ul {
  list-style: none;
}
.footer .fob1 .left {
  width: 26%;
}
@media (max-width: 1199px) {
  .footer .fob1 .left {
    width: 100%;
  }
}
.footer .fob1 .left ul li {
  display: block;
  margin-top: 25px;
}
.footer .fob1 .left ul li:first-child {
  margin-top: 0;
}
@media (max-width: 1400px) {
  .footer .fob1 .left ul li {
    margin-top: 20px;
  }
}
@media (max-width: 1400px) {
  .footer .fob1 .left ul li {
    margin-top: 20px;
  }
}
.footer .fob1 .left ul li span {
  display: block;
  color: #FFE101;
  font-size: 17px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .footer .fob1 .left ul li span {
    font-size: 15px;
  }
}
.footer .fob1 .left ul li p {
  color: #DDD;
  font-size: 16px;
}
@media (max-width: 767px) {
  .footer .fob1 .left ul li p {
    font-size: 14px;
  }
}
.footer .fob1 .left ul li p a {
  color: #DDD;
  transition: all 0.3s;
}
.footer .fob1 .left ul li p a:hover {
  color: #FFF;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .footer .fob1 .center {
    width: 100%;
    margin-top: 40px;
  }
}
.footer .fob1 .center .item {
  display: flex;
}
@media (max-width: 767px) {
  .footer .fob1 .center .item {
    flex-wrap: wrap;
  }
}
.footer .fob1 .center .item ul {
  margin-right: 50px;
}
@media (max-width: 991px) {
  .footer .fob1 .center .item ul {
    margin-right: 20px;
  }
}
.footer .fob1 .center .item ul:last-child {
  margin-right: 0;
}
.footer .fob1 .center .item ul li {
  color: #999;
  font-family: Inter;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .footer .fob1 .center .item ul li {
    font-size: 14px;
    line-height: 26px;
  }
}
.footer .fob1 .center .item ul li a {
  color: #999;
  transition: all 0.3s;
}
.footer .fob1 .center .item ul li a:hover {
  color: #FFF;
  text-decoration: underline;
}
.footer .fob1 .right {
  width: 32%;
}
@media (max-width: 1199px) {
  .footer .fob1 .right {
    width: 100%;
    margin-top: 40px;
  }
}
.footer .fob1 .right .message {
  width: 100%;
}
.footer .fob1 .right .message .upload-wrap {
  display: none;
  text-align: center;
}
.footer .fob1 .right .message .upload-wrap .inquiry-form p {
  color: #FFF;
  text-align: center;
  margin-bottom: 10px;
}
.footer .fob1 .right .message .upload-wrap .btn-primary {
  cursor: pointer;
}
.footer .fob1 .right .message .upload-wrap .btn-sm {
  padding: 0 4px;
}
.footer .fob1 .right .message .upload-wrap .bi-zoom-in::before {
  font-family: 'iconfont' !important;
  content: "\e604";
  font-size: 14px;
  font-style: normal;
}
.footer .fob1 .right .message .upload-wrap .input-group .fileinput-remove-button,
.footer .fob1 .right .message .upload-wrap .input-group .fileinput-upload-button {
  border-radius: 5px;
}
.footer .fob1 .right .message .upload-wrap .input-group .fileinput-upload-button {
  margin: 0 5px;
}
.footer .fob1 .right .message .upload-wrap button span {
  font-size: 14px;
}
.footer .fob1 .right .message .formbox .now-title {
  margin-bottom: 2px;
}
.footer .fob1 .right .message .formbox .now-title input {
  width: 100%;
  border-radius: 10px;
  background: #FFF;
  border: none;
  padding: 16px 40px;
  color: #222;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .footer .fob1 .right .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .footer .fob1 .right .message .formbox .now-title input {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .footer .fob1 .right .message .formbox .now-title input {
    font-size: 16px;
  }
}
.footer .fob1 .right .message .formbox .row {
  list-style: none;
  margin: 0 -5px;
}
.footer .fob1 .right .message .formbox li {
  padding: 0 5px;
  margin-bottom: 10px;
}
.footer .fob1 .right .message .formbox .group {
  position: relative;
}
.footer .fob1 .right .message .formbox .group b {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .footer .fob1 .right .message .formbox .group b {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .footer .fob1 .right .message .formbox .group b {
    font-size: 14px;
  }
}
.footer .fob1 .right .message .formbox .group span {
  display: inline-block;
  width: 80px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .footer .fob1 .right .message .formbox .group span {
    margin-left: 10px;
  }
}
.footer .fob1 .right .message .formbox .group span img {
  width: 100%;
  height: auto;
}
.footer .fob1 .right .message .formbox .group input {
  border: none;
  width: 100%;
  border: 1px solid #313131;
  background: #222;
  overflow: hidden;
  color: #FFF;
  font-size: 12px;
  line-height: 26px;
  padding: 8px 20px;
  padding-bottom: 11px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 1199px) {
  .footer .fob1 .right .message .formbox .group input {
    padding: 12px 20px;
  }
}
.footer .fob1 .right .message .formbox .group input::placeholder {
  color: #FFF;
}
.footer .fob1 .right .message .formbox .group input:focus label {
  display: none;
}
.footer .fob1 .right .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.footer .fob1 .right .message .formbox .group textarea {
  border: none;
  width: 100%;
  border: 1px solid #313131;
  background: #222;
  overflow: hidden;
  color: #FFF;
  font-size: 12px;
  padding: 6px 20px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 100px;
}
.footer .fob1 .right .message .formbox .group textarea::placeholder {
  color: #FFF;
}
.footer .fob1 .right .message .formbox .group textarea:focus label {
  display: none;
}
.footer .fob1 .right .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.footer .fob1 .right .message .func {
  margin-top: 10px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1400px) {
  .footer .fob1 .right .message .func {
    margin-top: 0;
  }
}
.footer .fob1 .right .message .func button {
  border: none;
  transition: all 0.5s;
  border-radius: 50px;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer .fob1 .right .message .func button:hover span {
  text-decoration: underline;
}
.footer .fob1 .right .message .func button::after {
  font-family: 'iconfont' !important;
  content: "\e6c8";
  color: #FFF;
  font-size: 18px;
  margin-left: 10px;
  line-height: 1;
}
.footer .fob1 .right .message .func button span {
  color: #FFF;
  font-size: 12px;
  text-decoration: underline;
}
.footer .fob1 .right .message .func .upload {
  margin-top: -5px;
}
.footer .fob1 .right .message .func .upload button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
}
.footer .fob1 .right .message .func .upload button::after {
  display: none;
}
.footer .fob1 .right .message .func .upload button:hover {
  color: #FFF;
  text-decoration: underline;
}
.footer .fob2 {
  border-top: 1px solid #333333;
  padding: 40px 0;
  padding-bottom: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999;
  leading-trim: both;
  text-edge: cap;
  font-size: 15px;
  line-height: 20px;
}
@media (max-width: 1199px) {
  .footer .fob2 {
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 75px;
  }
}
.footer .fob2 .icon ul {
  list-style: none;
  display: flex;
}
.footer .fob2 .icon ul li {
  margin-right: 10px;
}
.footer .fob2 .icon ul li:last-child {
  margin-right: 0;
}
.footer .fob2 .icon ul li a .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #222222;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.4s;
}
.footer .fob2 .icon ul li a .iconfont:hover {
  background-color: #FFD964;
  color: #222222;
}
@media (max-width: 1400px) {
  .footer .fob2 {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .footer .fob2 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .footer .fob2 {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .footer .fob2 .rightbox {
    width: 100%;
    margin-top: 20px;
  }
}
.footer .fob2 .text {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .footer .fob2 .text {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .footer .fob2 .text {
    flex-wrap: wrap;
  }
}
.footer .fob2 .cnzz {
  display: inline-block;
}
.footer .fob2 .hicheng {
  color: #A4A4A4;
  transition: all 0.3s;
  margin-right: 40px;
}
@media (max-width: 1690px) {
  .footer .fob2 .hicheng {
    margin-right: 30px;
  }
}
@media (max-width: 1400px) {
  .footer .fob2 .hicheng {
    margin-right: 20px;
  }
}
.footer .fob2 .hicheng:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .fob2 .right {
  display: inline-flex;
  align-items: center;
  margin-right: 40px;
}
@media (max-width: 1690px) {
  .footer .fob2 .right {
    margin-right: 30px;
  }
}
@media (max-width: 1400px) {
  .footer .fob2 .right {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .footer .fob2 .right {
    flex-wrap: wrap;
  }
}
.footer .fob2 .right a {
  color: #A4A4A4;
  transition: all 0.3s;
  text-decoration: underline;
}
.footer .fob2 .right a:hover {
  color: #fff;
}
.footer .fob2 .right span {
  display: inline-block;
  margin: 0 10px;
}
.abbaner {
  position: relative;
  overflow: hidden;
}
.abbaner .img {
  position: relative;
}
.abbaner .img::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.abbaner .img img {
  width: 100%;
  height: auto;
}
.pronav {
  margin: 30px 0 15px 0;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .pronav {
    font-size: 14px;
  }
}
.pronav .iconfont {
  color: #FFD964;
  font-size: 18px;
  line-height: 1;
  margin-right: 15px;
}
.pronav span {
  display: inline-block;
  margin: 0 2px;
}
.pronav a {
  color: #000;
  display: inline-block;
  transition: all 0.5s;
}
.pronav a:hover {
  text-decoration: underline;
}
.pronav a.on {
  text-decoration: underline;
}
.top-nav {
  display: flex;
  display: none;
}
@media (max-width: 1199px) {
  .top-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .top-nav {
    font-size: 14px;
  }
}
.top-nav li {
  display: block;
  padding: 10px;
}
@media (max-width: 991px) {
  .top-nav li {
    width: 50%;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .top-nav li {
    display: inline-block;
    vertical-align: top;
    height: auto;
  }
}
.top-nav .top-a {
  text-decoration: none;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FAFAFA;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 10px 6px;
  font-size: 16px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  height: 100%;
}
@media (max-width: 991px) {
  .top-nav .top-a {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .top-nav .top-a {
    font-size: 14px;
    color: #222;
    background-color: #FFD964;
  }
}
.top-nav .top-a:hover {
  color: #222;
  background-color: #FFD964;
}
.product {
  padding-top: 0;
}
@media (max-width: 1199px) {
  .product {
    overflow: hidden;
  }
}
.product .index-title {
  width: 75%;
}
@media (max-width: 1400px) {
  .product .index-title {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .product .index-title {
    width: 100%;
  }
}
.product .popular {
  margin-top: 80px;
}
@media (max-width: 1710px) {
  .product .popular {
    margin-top: 60px;
  }
}
@media (max-width: 1400px) {
  .product .popular {
    margin-top: 40px;
  }
}
.product .popular .popular-box {
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-left {
    display: none;
  }
}
.product .popular .popular-box .popular-left.product-left {
  background-color: #F6F6F6;
}
.product .popular .popular-box .popular-left.product-left .plftop {
  border-radius: 5px;
  background: #222;
  padding: 30px;
}
.product .popular .popular-box .popular-left.product-left .plftop h2 {
  color: #FFE101;
  font-family: Anton;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 15px;
}
.product .popular .popular-box .popular-left.product-left .plftop .selct select {
  width: 100%;
  padding: 10px 25px;
  border-radius: 3px;
  background: #FFE101;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.32px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/jiantou.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.product .popular .popular-box .popular-left.product-left .left-ul {
  position: static;
  padding: 20px 30px;
  list-style: none;
}
.product .popular .popular-box .popular-left.product-left .left-ul > li {
  padding-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 25px;
}
.product .popular .popular-box .popular-left.product-left .left-ul > li p {
  color: #222;
  font-family: Anton;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.product .popular .popular-box .popular-left.product-left .left-ul > li p a {
  color: #222;
}
.product .popular .popular-box .popular-left.product-left .left-ul > li ul {
  margin-top: 15px;
}
.product .popular .popular-box .popular-left.product-left .left-ul > li ul li {
  margin-top: 10px;
  display: flex;
  align-items: center;
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
}
.product .popular .popular-box .popular-left.product-left .left-ul > li ul li.on::before {
  background-color: #FFE101;
}
.product .popular .popular-box .popular-left.product-left .left-ul > li ul li:first-child {
  margin-top: 0;
}
.product .popular .popular-box .popular-left.product-left .left-ul > li ul li input[type="checkbox"] {
  cursor: pointer;
  position: absolute;
  width: 100%;
  opacity: 0;
  height: 100%;
}
.product .popular .popular-box .popular-left.product-left .left-ul > li ul li::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: #D9D9D9;
  margin-right: 15px;
}
.product .popular .popular-box .popular-left.product-left .left-ul > li ul li a {
  color: #000;
}
.product .popular .popular-box .popular-left .left-ul {
  position: sticky;
  top: 160px;
  overflow: hidden;
  width: 335px;
}
@media (max-width: 1440px) {
  .product .popular .popular-box .popular-left .left-ul {
    width: 310px;
  }
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .left-ul {
    width: 280px;
  }
}
.product .popular .popular-box .popular-left .filed-left {
  background-color: #F6F6F6;
  padding: 20px;
  border-radius: 5px;
}
.product .popular .popular-box .popular-left .filed-left .ul-li {
  display: block;
  position: relative;
  margin-top: 5px;
}
.product .popular .popular-box .popular-left .filed-left .ul-li:first-child {
  margin-top: 0;
}
.product .popular .popular-box .popular-left .filed-left .ul-li .a-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 3px;
  background: #FFF;
  padding: 13px 25px;
  padding-right: 17px;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-left .filed-left .ul-li .a-title::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'iconfont' !important;
  font-size: 18px;
  color: #000;
  content: "\e695";
  transition: all 0.5s;
}
.product .popular .popular-box .popular-left .filed-left .ul-li .a-title > a {
  width: 85%;
  display: inline-flex;
  overflow: hidden;
  transition: all 0.5s ease;
  align-items: center;
  position: relative;
}
.product .popular .popular-box .popular-left .filed-left .ul-li .a-title > a span {
  color: #000;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.3px;
  position: relative;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .filed-left .ul-li .a-title > a span {
    font-size: 16px;
  }
}
.product .popular .popular-box .popular-left .filed-left .ul-li ul {
  list-style: none;
  display: none;
  padding-bottom: 15px;
  padding-left: 25px;
}
.product .popular .popular-box .popular-left .filed-left .ul-li ul li {
  transition: all 0.4s;
  position: relative;
}
.product .popular .popular-box .popular-left .filed-left .ul-li ul li:first-child {
  margin-top: 0;
}
.product .popular .popular-box .popular-left .filed-left .ul-li ul li:last-child {
  margin-bottom: 0;
}
.product .popular .popular-box .popular-left .filed-left .ul-li ul li:last-child a {
  border-bottom: none;
}
.product .popular .popular-box .popular-left .filed-left .ul-li ul li:hover > a {
  text-decoration: underline;
}
.product .popular .popular-box .popular-left .filed-left .ul-li ul li:hover > a::after {
  opacity: 1;
}
.product .popular .popular-box .popular-left .filed-left .ul-li ul li.on > a {
  text-decoration: underline;
}
.product .popular .popular-box .popular-left .filed-left .ul-li ul li.on > a::after {
  opacity: 1;
}
.product .popular .popular-box .popular-left .filed-left .ul-li ul li a {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
  display: block;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-top: 10px;
}
.product .popular .popular-box .popular-left .filed-left .ul-li ul li a::after {
  font-family: 'iconfont' !important;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #000000;
  font-size: 18px;
  transition: all 0.5s;
  opacity: 0;
}
.product .popular .popular-box .popular-left .filed-left .ul-li ul li ul {
  padding-left: 0;
  display: none;
}
.product .popular .popular-box .popular-left .filed-left .ul-li ul li ul li {
  display: flex;
  align-items: center;
}
.product .popular .popular-box .popular-left .filed-left .ul-li ul li ul li::before {
  content: '-';
  color: #000;
  font-size: 16px;
  margin-right: 10px;
}
.product .popular .popular-box .popular-left .filed-left .ul-li.active .a-title {
  background-color: #FFD964;
}
.product .popular .popular-box .popular-right {
  width: calc(100% - 335px - 40px);
  margin-left: auto;
}
@media (max-width: 1440px) {
  .product .popular .popular-box .popular-right {
    width: calc(100% - 310px - 40px);
  }
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right {
    width: calc(100% - 280px - 40px);
  }
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right {
    width: 100%;
    margin-top: 20px;
  }
}
.product .popular .popular-box .popular-right.product-right {
  overflow: hidden;
}
.product .popular .popular-box .popular-right.product-right .content .row-box {
  margin: -10px -15px;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .col-box {
  padding: 10px 15px;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .item .img-box {
  border-radius: 5px;
  border: 1px solid #DDD;
  padding-bottom: calc(230 / 300 * 100%);
}
.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .item .cont {
  padding: 20px;
  padding-bottom: 0;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .col-box .item .cont {
    padding: 10px;
  }
}
.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .item .cont .tit {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .col-box .item .cont .tit {
    font-size: 15px;
  }
}
.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .item .cont .tit a {
  color: #000;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .item .cont .tit a:hover {
  color: #FFD964;
  text-decoration: underline;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .item .cont .txt {
  margin-top: 5px;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .item .cont .txt p {
  color: #000;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.3px;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .col-box .item .cont .txt p {
    font-size: 14px;
  }
}
.productdetails .productdatails-top {
  overflow: hidden;
  position: relative;
}
.productdetails .productdatails-top .pouch-cont {
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .productdetails .productdatails-top .pouch-cont {
    flex-wrap: wrap;
  }
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left {
  width: 49%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-left {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-left {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-left {
    padding: 00px;
  }
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next {
  display: block !important;
  width: 90%;
}
@media (max-width: 767px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next {
    display: block !important;
  }
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-prev {
  left: 0;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-next {
  right: 0;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .lvbox {
  width: 18.5%;
}
@media (max-width: 991px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-left .lvbox {
    width: 100%;
  }
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
  margin: -6px 0;
}
@media (max-width: 991px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    margin: 0 -6px;
  }
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .item {
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #DDD;
  background: #FFF;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
  padding: 6px 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
    padding: 0 6px;
  }
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item {
  overflow: hidden;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item .img-box::before {
  position: absolute;
  left: 0;
  content: '';
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  width: calc(100%);
  height: calc(100%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
}
@keyframes videoan {
  0% {
    background-position: 50% 50%;
    transform: scale(1);
  }
  50% {
    background-position: 0% 0%;
    transform: scale(1.2);
  }
  100% {
    background-position: 50% 50%;
    transform: scale(1);
  }
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .item-video::after {
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'iconfont' !important;
  content: '\e63a';
  font-size: 24px;
  color: #FFFFFF;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background: url(../img/video-1.png) no-repeat center;
  background-size: 100% auto;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
  transition: all 0.5s;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .item-video::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: rgba(255, 255, 255, 0.8);
  width: 45.012px;
  height: 45.012px;
  aspect-ratio: 1/1;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  padding-bottom: calc(115 / 150 * 100%);
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .img-box img {
  width: 100%;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .lhbox {
  position: relative;
  width: 80%;
}
@media (max-width: 991px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-left .lhbox {
    width: 100%;
    margin-bottom: 20px;
  }
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
  overflow: hidden;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .item {
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #DDD;
  background: #FFF;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box {
  overflow: hidden;
  border-radius: 5px;
  padding-bottom: calc(500 / 650 * 100%);
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box img {
  width: 100%;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right {
  width: 48%;
  position: relative;
  z-index: 12;
  padding-top: 10px;
}
@media (max-width: 1199px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .contb1 .title h2 {
  color: #F5D800;
  font-family: Anton;
  font-size: 34px;
  font-weight: 400;
  line-height: 30px;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 {
  margin-top: 20px;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt h2 {
  color: #000;
  font-family: Anton;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt h2 {
    font-size: 18px;
  }
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt p {
  color: #444;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 {
  display: flex;
  margin-top: 40px;
}
@media (max-width: 1710px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 {
    margin-top: 40px;
  }
}
@media (max-width: 1440px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .share {
    flex-wrap: wrap;
  }
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .share p {
  margin-right: 17px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.6px;
}
@media (max-width: 1400px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .share p {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .share p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .share p {
    font-size: 14px;
  }
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 {
  display: flex;
}
@media (max-width: 575px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 a {
  width: 190px;
  margin-right: 30px;
  margin-top: 40px;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 a:last-child {
  margin-right: 0;
}
@media (max-width: 575px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 a {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
}
.productdetails .productdetails-nav {
  margin-top: 70px;
  background: #000;
  padding: 20px 0;
  position: sticky;
  top: 160px;
  z-index: 200;
}
@media (max-width: 1690px) {
  .productdetails .productdetails-nav {
    margin-top: 50px;
  }
}
@media (max-width: 1400px) {
  .productdetails .productdetails-nav {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .productdetails .productdetails-nav {
    position: static;
  }
}
.productdetails .productdetails-nav ul {
  list-style: none;
  padding: 0;
  position: relative;
  display: flex;
}
@media (max-width: 1199px) {
  .productdetails .productdetails-nav ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .productdetails .productdetails-nav ul {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
  }
}
.productdetails .productdetails-nav ul li {
  margin-right: 60px;
}
@media (max-width: 1690px) {
  .productdetails .productdetails-nav ul li {
    margin-right: 40px;
  }
}
.productdetails .productdetails-nav ul li:first-child {
  margin-top: 0;
}
.productdetails .productdetails-nav ul li:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .productdetails .productdetails-nav ul li {
    display: inline-block;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .productdetails .productdetails-nav ul li {
    margin-right: 0;
  }
}
.productdetails .productdetails-nav ul li a {
  border-bottom: none;
}
.productdetails .productdetails-nav ul li a {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 18px;
  line-height: 20px;
  position: relative;
  transition: all 0.4s;
}
.productdetails .productdetails-nav ul li a:hover {
  text-decoration: underline;
}
.productdetails .productdetails-nav ul li a.active {
  text-decoration: underline;
}
@media (max-width: 1400px) {
  .productdetails .productdetails-nav ul li a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .productdetails .productdetails-nav ul li a {
    text-align: center;
    justify-content: center;
    padding: 10px;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    color: #FFFFFF !important;
    background-color: #FFD964;
  }
  .productdetails .productdetails-nav ul li a::after {
    display: none;
  }
}
.productdetails .detailscontent .prods {
  padding: 66px 0 70px 0;
}
@media (max-width: 1690px) {
  .productdetails .detailscontent .prods {
    padding: 50px 0 60px 0;
  }
}
@media (max-width: 1400px) {
  .productdetails .detailscontent .prods {
    padding: 30px 0 40px 0;
  }
}
.productdetails .detailscontent .prods .cont {
  margin-top: 25px;
}
@media (max-width: 1400px) {
  .productdetails .detailscontent .prods .cont {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .productdetails .detailscontent .prods .cont {
    margin-top: 15px;
  }
}
.productdetails .detailscontent .prods p {
  color: #444;
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 1199px) {
  .productdetails .detailscontent .prods p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .productdetails .detailscontent .prods p {
    font-size: 14px;
    line-height: 25px;
  }
}
.productdetails .detailscontent .feat .cont {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .productdetails .detailscontent .feat .cont {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .productdetails .detailscontent .feat .cont {
    margin-top: 20px;
  }
}
.productdetails .detailscontent .feat .cont table {
  width: 100%;
  border-radius: 5px;
}
.productdetails .detailscontent .feat .cont table tr {
  background-color: #F3F3F3;
  transition: all 0.3s;
}
.productdetails .detailscontent .feat .cont table tr:nth-child(odd) {
  background: #EBEBEB;
}
.productdetails .detailscontent .feat .cont table tr:hover {
  background-color: #d3d3d3 !important;
}
.productdetails .detailscontent .feat .cont table tr:nth-child(1) {
  background-color: #FEDC77 !important;
}
.productdetails .detailscontent .feat .cont table tr:nth-child(2) {
  background-color: #F8C839 !important;
}
.productdetails .detailscontent .feat .cont table tr:nth-child(2) td select {
  background-color: #fff;
  padding: 7px 15px;
  border-radius: 5px;
  font-size: 16px;
}
.productdetails .detailscontent .feat .cont table tr:nth-child(2) td select:focus {
  outline: none;
}
.productdetails .detailscontent .feat .cont table tr:nth-child(2) td span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #FFF;
  padding: 7px 13px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .productdetails .detailscontent .feat .cont table tr:nth-child(2) td span {
    font-size: 14px;
  }
}
.productdetails .detailscontent .feat .cont table tr td {
  border: 1px solid #fff;
  padding: 18px;
  vertical-align: middle;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.6px;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 1400px) {
  .productdetails .detailscontent .feat .cont table tr td {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .productdetails .detailscontent .feat .cont table tr td {
    font-size: 16px;
    padding: 12px;
  }
}
.productdetails .detailscontent .feat .cont table tr td a {
  color: #000;
}
.productdetails .detailscontent .feat .cont table tr td .xuanid {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}
.productdetails .detailscontent .feat .cont table tr td .xuanid:focus {
  opacity: 1;
}
.productdetails .detailscontent .feat .cont table tr td .option {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #999;
  background: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.productdetails .detailscontent .feat .cont .videobox {
  margin-top: 60px;
  position: relative;
}
.productdetails .detailscontent .feat .cont .videobox .img-box{

  padding-bottom: calc(440 / 1640 * 100%);
}
@media (max-width: 1690px) {
  .productdetails .detailscontent .feat .cont .videobox {
    margin-top: 40px;
  }
}
@media (max-width: 1400px) {
  .productdetails .detailscontent .feat .cont .videobox {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .productdetails .detailscontent .feat .cont .videobox {
    margin-top: 20px;
  }
}
.productdetails .detailscontent .feat .cont .videobox img {
  width: 100%;
  height: auto;
}
.productdetails .detailscontent .spes {
  padding: 80px 0 96px 0;
}
@media (max-width: 1690px) {
  .productdetails .detailscontent .spes {
    padding: 70px 0 80px 0;
  }
}
@media (max-width: 1400px) {
  .productdetails .detailscontent .spes {
    padding: 50px 0 60px 0;
  }
}
@media (max-width: 1199px) {
  .productdetails .detailscontent .spes {
    padding: 30px 0 40px 0;
  }
}
.productdetails .detailscontent .spes .cont {
  margin-top: 25px;
}
@media (max-width: 1400px) {
  .productdetails .detailscontent .spes .cont {
    margin-top: 20px;
  }
}
.productdetails .detailscontent .spes .cont p {
  color: #444;
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 1199px) {
  .productdetails .detailscontent .spes .cont p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .productdetails .detailscontent .spes .cont p {
    font-size: 14px;
    line-height: 25px;
  }
}
.productdetails .detailscontent .revie {
  background: url(../img/revie-b1.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0 130px 0;
}
@media (max-width: 1690px) {
  .productdetails .detailscontent .revie {
    padding: 60px 0 100px 0;
  }
}
@media (max-width: 1400px) {
  .productdetails .detailscontent .revie {
    padding: 40px 0 80px 0;
  }
}
@media (max-width: 1199px) {
  .productdetails .detailscontent .revie {
    padding: 40px 0 60px 0;
  }
}
@media (max-width: 991px) {
  .productdetails .detailscontent .revie {
    padding: 30px 0 40px 0;
  }
}
.productdetails .detailscontent .revie .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .productdetails .detailscontent .revie .top {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .productdetails .detailscontent .revie .top .index-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.productdetails .detailscontent .revie .top .prev-next {
  position: relative;
  width: 95px;
  left: auto;
  top: auto;
  transform: none;
}
.productdetails .detailscontent .revie .top .prev-next .slick-prev {
  left: 0px;
}
.productdetails .detailscontent .revie .top .prev-next .slick-next {
  right: 0px;
}
.productdetails .detailscontent .revie .content1 {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .productdetails .detailscontent .revie .content1 {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .productdetails .detailscontent .revie .content1 {
    margin-top: 20px;
  }
}
.productdetails .detailscontent .revie .content1 .rev-slick {
  margin: 0 -20px;
}
@media (max-width: 991px) {
  .productdetails .detailscontent .revie .content1 .rev-slick {
    margin: 0 -10px;
  }
}
.productdetails .detailscontent .revie .content1 .rev-slick .item-box {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .productdetails .detailscontent .revie .content1 .rev-slick .item-box {
    padding: 0 10px;
  }
}
.productdetails .detailscontent .revie .content1 .rev-slick .item-box .item {
  background: #FFF;
  padding: 20px 30px;
}
@media (max-width: 991px) {
  .productdetails .detailscontent .revie .content1 .rev-slick .item-box .item {
    padding: 15px 20px;
  }
}
.productdetails .detailscontent .revie .content1 .rev-slick .item-box .item .revs-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  padding-top: 0;
  border-bottom: 1px solid #DCDCDC;
}
@media (max-width: 991px) {
  .productdetails .detailscontent .revie .content1 .rev-slick .item-box .item .revs-top {
    flex-wrap: wrap;
  }
}
.productdetails .detailscontent .revie .content1 .rev-slick .item-box .item .revs-top .left {
  display: flex;
  align-items: center;
}
.productdetails .detailscontent .revie .content1 .rev-slick .item-box .item .revs-top .left span {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 15px;
}
.productdetails .detailscontent .revie .content1 .rev-slick .item-box .item .revs-top .left .icon {
  display: flex;
  align-items: center;
}
.productdetails .detailscontent .revie .content1 .rev-slick .item-box .item .revs-top .left .icon .iconfont {
  font-size: 16px;
  margin-right: 5px;
  color: #A41517;
}
.productdetails .detailscontent .revie .content1 .rev-slick .item-box .item .revs-top .right {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .productdetails .detailscontent .revie .content1 .rev-slick .item-box .item .revs-top .right {
    width: 100%;
  }
}
.productdetails .detailscontent .revie .content1 .rev-slick .item-box .item .revs-top .right .iconfont {
  color: #A41517;
  font-size: 16px;
  margin-right: 10px;
}
.productdetails .detailscontent .revie .content1 .rev-slick .item-box .item .revs-top .right span {
  color: #666;
  font-size: 14px;
}
.productdetails .detailscontent .revie .content1 .rev-slick .item-box .item .revs-content {
  padding: 15px 10px 20px 10px;
}
.productdetails .detailscontent .revie .content1 .rev-slick .item-box .item .revs-content p {
  color: #222;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .productdetails .detailscontent .revie .content1 .rev-slick .item-box .item .revs-content p {
    font-size: 14px;
    line-height: 24px;
  }
}
.productdetails .detailscontent .revie .content2 {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .productdetails .detailscontent .revie .content2 {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .productdetails .detailscontent .revie .content2 {
    margin-top: 30px;
  }
}
.productdetails .detailscontent .revie .content2 .tit {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 991px) {
  .productdetails .detailscontent .revie .content2 .tit {
    font-size: 20px;
  }
}
.productdetails .detailscontent .revie .content2 .message {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .productdetails .detailscontent .revie .content2 .message {
    margin-top: 20px;
  }
}
.productdetails .detailscontent .revie .content2 .message .formbox .now-title {
  margin-bottom: 2px;
}
.productdetails .detailscontent .revie .content2 .message .formbox .now-title input {
  width: 100%;
  border-radius: 10px;
  background: #FFF;
  border: none;
  padding: 16px 40px;
  color: #222;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .productdetails .detailscontent .revie .content2 .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .productdetails .detailscontent .revie .content2 .message .formbox .now-title input {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .productdetails .detailscontent .revie .content2 .message .formbox .now-title input {
    font-size: 16px;
  }
}
.productdetails .detailscontent .revie .content2 .message .formbox .row {
  list-style: none;
  margin: 0 -17px;
}
.productdetails .detailscontent .revie .content2 .message .formbox li {
  padding: 0 17px;
  margin-bottom: 20px;
}
.productdetails .detailscontent .revie .content2 .message .formbox .group {
  position: relative;
}
.productdetails .detailscontent .revie .content2 .message .formbox .group b {
  display: block;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .productdetails .detailscontent .revie .content2 .message .formbox .group b {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .productdetails .detailscontent .revie .content2 .message .formbox .group b {
    font-size: 14px;
  }
}
.productdetails .detailscontent .revie .content2 .message .formbox .group span {
  display: inline-block;
  width: 80px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .productdetails .detailscontent .revie .content2 .message .formbox .group span {
    margin-left: 10px;
  }
}
.productdetails .detailscontent .revie .content2 .message .formbox .group span img {
  width: 100%;
  height: auto;
}
.productdetails .detailscontent .revie .content2 .message .formbox .group input {
  border: none;
  width: 100%;
  background: #FFF;
  overflow: hidden;
  color: #222;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 40px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 1199px) {
  .productdetails .detailscontent .revie .content2 .message .formbox .group input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .productdetails .detailscontent .revie .content2 .message .formbox .group input {
    font-size: 14px;
  }
}
.productdetails .detailscontent .revie .content2 .message .formbox .group input::placeholder {
  color: #222;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .productdetails .detailscontent .revie .content2 .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.productdetails .detailscontent .revie .content2 .message .formbox .group input:focus label {
  display: none;
}
.productdetails .detailscontent .revie .content2 .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.productdetails .detailscontent .revie .content2 .message .formbox .group textarea {
  border: none;
  width: 100%;
  background: #FFF;
  overflow: hidden;
  color: #222;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 40px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 200px;
}
@media (max-width: 1199px) {
  .productdetails .detailscontent .revie .content2 .message .formbox .group textarea {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .productdetails .detailscontent .revie .content2 .message .formbox .group textarea {
    font-size: 14px;
    height: 150px;
  }
}
.productdetails .detailscontent .revie .content2 .message .formbox .group textarea::placeholder {
  color: #222;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .productdetails .detailscontent .revie .content2 .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.productdetails .detailscontent .revie .content2 .message .formbox .group textarea:focus label {
  display: none;
}
.productdetails .detailscontent .revie .content2 .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.productdetails .detailscontent .revie .content2 .message .func {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1199px) {
  .productdetails .detailscontent .revie .content2 .message .func {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .productdetails .detailscontent .revie .content2 .message .func {
    margin-top: 0;
  }
}
.productdetails .detailscontent .revie .content2 .message .func button {
  border: none;
  transition: all 0.5s;
  width: 170px;
}
.productdetails .detailscontent .inquiry {
  padding: 90px 0 80px 0;
}
@media (max-width: 1400px) {
  .productdetails .detailscontent .inquiry {
    padding: 60px 0 50px 0;
  }
}
@media (max-width: 1199px) {
  .productdetails .detailscontent .inquiry {
    padding: 40px 0 30px 0;
  }
}
.productdetails .detailscontent .inquiry .cont .message {
  width: 100%;
}
.productdetails .detailscontent .inquiry .cont .message .formbox .now-title {
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .productdetails .detailscontent .inquiry .cont .message .formbox .now-title {
    margin-bottom: 20px;
  }
}
.productdetails .detailscontent .inquiry .cont .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 5px;
  background: #222;
  padding: 15px 40px;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
}
@media (max-width: 1400px) {
  .productdetails .detailscontent .inquiry .cont .message .formbox .now-title input {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .productdetails .detailscontent .inquiry .cont .message .formbox .now-title input {
    font-size: 16px;
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .productdetails .detailscontent .inquiry .cont .message .formbox .now-title input {
    font-size: 14px;
  }
}
.productdetails .detailscontent .inquiry .cont .message .formbox .row {
  list-style: none;
  margin: -10px -6px;
}
.productdetails .detailscontent .inquiry .cont .message .formbox li {
  padding: 10px 6px;
}
.productdetails .detailscontent .inquiry .cont .message .formbox .group {
  position: relative;
}
.productdetails .detailscontent .inquiry .cont .message .formbox .group b {
  display: block;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .productdetails .detailscontent .inquiry .cont .message .formbox .group b {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .productdetails .detailscontent .inquiry .cont .message .formbox .group b {
    font-size: 14px;
  }
}
.productdetails .detailscontent .inquiry .cont .message .formbox .group span {
  display: inline-block;
  width: 80px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .productdetails .detailscontent .inquiry .cont .message .formbox .group span {
    margin-left: 10px;
  }
}
.productdetails .detailscontent .inquiry .cont .message .formbox .group span img {
  width: 100%;
  height: auto;
}
.productdetails .detailscontent .inquiry .cont .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  background: #F6F6F6;
  color: #444;
  font-size: 16px;
  line-height: 20px;
  padding: 16px 40px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 1199px) {
  .productdetails .detailscontent .inquiry .cont .message .formbox .group input {
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .productdetails .detailscontent .inquiry .cont .message .formbox .group input {
    font-size: 14px;
  }
}
.productdetails .detailscontent .inquiry .cont .message .formbox .group input::placeholder {
  color: #444;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .productdetails .detailscontent .inquiry .cont .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.productdetails .detailscontent .inquiry .cont .message .formbox .group input:focus label {
  display: none;
}
.productdetails .detailscontent .inquiry .cont .message .formbox .group input:focus::placeholder {
  color: #CCC;
}
.productdetails .detailscontent .inquiry .cont .message .formbox .group textarea {
  border: none;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  background: #F6F6F6;
  color: #444;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 40px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 200px;
}
@media (max-width: 1199px) {
  .productdetails .detailscontent .inquiry .cont .message .formbox .group textarea {
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .productdetails .detailscontent .inquiry .cont .message .formbox .group textarea {
    font-size: 14px;
  }
}
.productdetails .detailscontent .inquiry .cont .message .formbox .group textarea::placeholder {
  color: #444;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .productdetails .detailscontent .inquiry .cont .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.productdetails .detailscontent .inquiry .cont .message .formbox .group textarea:focus label {
  display: none;
}
.productdetails .detailscontent .inquiry .cont .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.productdetails .detailscontent .inquiry .cont .message .func {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1400px) {
  .productdetails .detailscontent .inquiry .cont .message .func {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .productdetails .detailscontent .inquiry .cont .message .func {
    margin-top: 20px;
  }
}
.productdetails .detailscontent .inquiry .cont .message .func button {
  border: none;
  transition: all 0.3s;
  max-height: none;
}
.productdetails .detailscontent .inquiry .cont .message .func button:hover {
  box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.5);
}
.productdetails .detailscontent .rets {
  padding-bottom: 130px;
}
@media (max-width: 1690px) {
  .productdetails .detailscontent .rets {
    padding-bottom: 100px;
  }
}
@media (max-width: 1400px) {
  .productdetails .detailscontent .rets {
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .productdetails .detailscontent .rets {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .productdetails .detailscontent .rets {
    padding-bottom: 50px;
  }
}
.productdetails .detailscontent .rets .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .productdetails .detailscontent .rets .top {
    flex-wrap: wrap;
  }
}
.productdetails .detailscontent .rets .top .index-title h2 {
  margin: 0;
}
@media (max-width: 991px) {
  .productdetails .detailscontent .rets .top .index-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.productdetails .detailscontent .rets .top .prev-next {
  position: relative;
  width: 95px;
  left: auto;
  top: auto;
  transform: none;
}
@media (max-width: 767px) {
  .productdetails .detailscontent .rets .top .prev-next {
    display: block !important;
  }
}
.productdetails .detailscontent .rets .top .prev-next .slick-prev {
  left: 0px;
}
.productdetails .detailscontent .rets .top .prev-next .slick-next {
  right: 0px;
}
.productdetails .detailscontent .rets .contbox {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .productdetails .detailscontent .rets .contbox {
    margin-top: 30px;
  }
}
.productdetails .detailscontent .rets .contbox .row-box {
  margin: -10px -20px;
}
@media (max-width: 991px) {
  .productdetails .detailscontent .rets .contbox .row-box {
    margin: -10px -15px;
  }
}
.productdetails .detailscontent .rets .contbox .row-box .col-box {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .productdetails .detailscontent .rets .contbox .row-box .col-box {
    padding: 10px 15px;
  }
}
.productdetails .detailscontent .rets .contbox .row-box .col-box .item .img-box {
  border-radius: 5px;
  border: 1px solid #DDD;
  padding-bottom: calc(230 / 300 * 100%);
}
.productdetails .detailscontent .rets .contbox .row-box .col-box .item .cont {
  padding: 20px;
  padding-bottom: 0;
}
.productdetails .detailscontent .rets .contbox .row-box .col-box .item .cont .tit {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .productdetails .detailscontent .rets .contbox .row-box .col-box .item .cont .tit {
    font-size: 15px;
  }
}
.productdetails .detailscontent .rets .contbox .row-box .col-box .item .cont .tit a {
  color: #000;
  transition: all 0.5s;
}
.productdetails .detailscontent .rets .contbox .row-box .col-box .item .cont .tit a:hover {
  color: #FFD964;
  text-decoration: underline;
}
.productdetails .detailscontent .rets .contbox .row-box .col-box .item .cont .txt {
  margin-top: 5px;
}
.productdetails .detailscontent .rets .contbox .row-box .col-box .item .cont .txt p {
  color: #000;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.3px;
}
@media (max-width: 767px) {
  .productdetails .detailscontent .rets .contbox .row-box .col-box .item .cont .txt p {
    font-size: 14px;
  }
}
.inbook {
  padding-bottom: 100px;
}
@media (max-width: 1690px) {
  .inbook {
    padding-bottom: 80px;
  }
}
@media (max-width: 1400px) {
  .inbook {
    padding-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .inbook {
    padding-bottom: 50px;
  }
}
.inbook .index-title {
  width: 72%;
}
@media (max-width: 1400px) {
  .inbook .index-title {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  .inbook .index-title {
    width: 85%;
  }
}
@media (max-width: 991px) {
  .inbook .index-title {
    width: 100%;
  }
}
.inbook .content .row-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inbook .content .row-box .col-box {
  width: 45%;
  padding: 50px 0 42px 0;
  border-bottom: 1px solid #CCCCCC;
}
@media (max-width: 1199px) {
  .inbook .content .row-box .col-box {
    padding: 40px 0 32px 0;
  }
}
@media (max-width: 767px) {
  .inbook .content .row-box .col-box {
    width: 100%;
  }
}
.inbook .content .row-box .col-box .item {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .inbook .content .row-box .col-box .item {
    flex-wrap: wrap;
  }
}
.inbook .content .row-box .col-box .item .cont-img {
  width: 35%;
  margin-right: 70px;
}
@media (max-width: 1710px) {
  .inbook .content .row-box .col-box .item .cont-img {
    margin-right: 40px;
  }
}
@media (max-width: 1400px) {
  .inbook .content .row-box .col-box .item .cont-img {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .inbook .content .row-box .col-box .item .cont-img {
    width: 100%;
    margin-right: 0px;
  }
}
.inbook .content .row-box .col-box .item .cont-img .img-box {
  padding-bottom: calc(195 / 260 * 100%);
  border-radius: 10px;
}
.inbook .content .row-box .col-box .item .cont {
  width: 50%;
}
@media (max-width: 991px) {
  .inbook .content .row-box .col-box .item .cont {
    margin-top: 20px;
    width: 100%;
  }
}
.inbook .content .row-box .col-box .item .cont .tit {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
@media (max-width: 1400px) {
  .inbook .content .row-box .col-box .item .cont .tit {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .inbook .content .row-box .col-box .item .cont .tit {
    font-size: 16px;
  }
}
.inbook .content .row-box .col-box .item .cont .tit a {
  color: #000;
  transition: all 0.5s;
}
.inbook .content .row-box .col-box .item .cont .file {
  margin-top: 20px;
  color: #666;
  font-size: 14px;
  line-height: 15px;
}
@media (max-width: 1199px) {
  .inbook .content .row-box .col-box .item .cont .file {
    margin-top: 15px;
  }
}
.inbook .content .row-box .col-box .item .cont .more {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .inbook .content .row-box .col-box .item .cont .more {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .inbook .content .row-box .col-box .item .cont .more {
    margin-top: 20px;
  }
}
.inbook .content .row-box .col-box .item .cont .more a {
  width: 190px;
}
@media (max-width: 1199px) {
  .inbook .content .row-box .col-box .item .cont .more a {
    width: 150px;
  }
}
.service .index-title {
  width: 72%;
}
@media (max-width: 1400px) {
  .service .index-title {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  .service .index-title {
    width: 85%;
  }
}
@media (max-width: 991px) {
  .service .index-title {
    width: 100%;
  }
}
.service .content {
  padding: 60px 0 130px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .service .content {
    padding: 50px 0 100px 0;
  }
}
@media (max-width: 1199px) {
  .service .content {
    padding: 40px 0 70px 0;
  }
}
@media (max-width: 991px) {
  .service .content {
    padding: 30px 0 50px 0;
  }
}
@media (max-width: 991px) {
  .service .content {
    flex-wrap: wrap;
  }
}
.service .content .left {
  width: 50%;
  padding-top: 36px;
}
@media (max-width: 1400px) {
  .service .content .left {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .service .content .left {
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .service .content .left {
    width: 100%;
    padding-top: 0;
  }
}
.service .content .left .top .item {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .service .content .left .top .item {
    margin-top: 20px;
  }
}
.service .content .left .top .item:first-child {
  margin-top: 0;
}
.service .content .left .top .item span {
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .service .content .left .top .item span {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .service .content .left .top .item span {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .service .content .left .top .item span {
    font-size: 16px;
  }
}
.service .content .left .top .item p {
  color: #FFD964;
  font-family: Anton;
  font-size: 34px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1400px) {
  .service .content .left .top .item p {
    font-size: 30px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .service .content .left .top .item p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .service .content .left .top .item p {
    font-size: 24px;
  }
}
.service .content .left .top .item p a {
  color: #FFD964;
  transition: all 0.5s;
}
.service .content .left .top .item p a:hover {
  text-decoration: underline;
}
.service .content .left .icon {
  margin-top: 60px;
}
@media (max-width: 1710px) {
  .service .content .left .icon {
    margin-top: 40px;
  }
}
@media (max-width: 1400px) {
  .service .content .left .icon {
    margin-top: 30px;
  }
}
.service .content .left .icon ul {
  list-style: none;
  display: flex;
}
.service .content .left .icon ul li {
  margin-right: 10px;
}
.service .content .left .icon ul li:last-child {
  margin-right: 0;
}
.service .content .left .icon ul li a .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #222222;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.4s;
}
.service .content .left .icon ul li a .iconfont:hover {
  background-color: #FFD964;
  color: #222222;
}
.service .content .right {
  width: 40%;
}
@media (max-width: 991px) {
  .service .content .right {
    width: 100%;
    margin-top: 20px;
  }
}
.service .content .right img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.about .abob1 .txt p {
  color: #444;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .about .abob1 .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.about .abob1 .vieo-vr {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .about .abob1 .vieo-vr {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .about .abob1 .vieo-vr {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .about .abob1 .vieo-vr {
    flex-wrap: wrap;
  }
}
.about .abob1 .vieo-vr .item {
  width: 48%;
  position: relative;
}
@media (max-width: 767px) {
  .about .abob1 .vieo-vr .item {
    width: 100%;
    margin-top: 20px;
  }
  .about .abob1 .vieo-vr .item:first-child {
    margin-top: 0;
  }
}
.about .abob1 .vieo-vr .item .img-box {
  padding-bottom: calc(500 / 850 * 100%);
  border-radius: 5px;
}
.about .abob1 .vieo-vr .item .img-box img {
  transform: scale(1) !important;
}
.about .abob2 {
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .about .abob2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .about .abob2 {
    margin-bottom: 20px;
  }
}
.about .abob2 .row-box {
  margin: -25px;
}
@media (max-width: 1199px) {
  .about .abob2 .row-box {
    margin: -15px;
  }
}
.about .abob2 .row-box .col-box {
  padding: 25px;
}
@media (max-width: 1199px) {
  .about .abob2 .row-box .col-box {
    padding: 15px;
  }
}
.about .abob2 .row-box .col-box .item {
  padding: 65px 40px;
  border-radius: 5px;
  background-color: #222;
  height: 100%;
  transition: all 0.4s;
}
@media (max-width: 1400px) {
  .about .abob2 .row-box .col-box .item {
    padding: 40px 30px;
  }
}
@media (max-width: 1199px) {
  .about .abob2 .row-box .col-box .item {
    padding: 30px 20px;
  }
}
.about .abob2 .row-box .col-box .item:hover {
  background-color: #FFD964;
}
.about .abob2 .row-box .col-box .item:hover h2 {
  color: #222222;
}
.about .abob2 .row-box .col-box .item:hover p {
  color: #222222;
}
.about .abob2 .row-box .col-box .item h2 {
  color: #FFF;
  font-family: Anton;
  font-size: 34px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
  transition: all 0.4s;
}
@media (max-width: 1400px) {
  .about .abob2 .row-box .col-box .item h2 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .about .abob2 .row-box .col-box .item h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .about .abob2 .row-box .col-box .item h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .about .abob2 .row-box .col-box .item h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
.about .abob2 .row-box .col-box .item p {
  color: #FFF;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.32px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .about .abob2 .row-box .col-box .item p {
    font-size: 14px;
    line-height: 24px;
  }
}
.news .content {
  margin-top: 35px;
}
@media (max-width: 1400px) {
  .news .content {
    margin-top: 20px;
  }
}
.news .item-box {
  margin-top: 60px;
}
@media (max-width: 1400px) {
  .news .item-box {
    margin-top: 40px;
  }
}
.news .item-box:first-child {
  margin-top: 0;
}
.news .item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .news .item {
    flex-wrap: wrap;
  }
}
.news .item:hover .left .img-box img {
  transform: scale(1.1) !important;
}
.news .item:hover .cont .index-title h2 a {
  color: #FFE101;
}
.news .item .left {
  width: 41%;
  position: relative;
}
@media (max-width: 991px) {
  .news .item .left {
    width: 100%;
  }
}
.news .item .left .img-box {
  padding-bottom: calc(450 / 660 * 100%);
  border-radius: 5px;
}
.news .item .cont {
  width: 55%;
  border-bottom: 1px solid #CCCCCC;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (max-width: 1690px) {
  .news .item .cont {
    padding-top: 20px;
  }
}
@media (max-width: 1400px) {
  .news .item .cont {
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .news .item .cont {
    width: 100%;
    padding-top: 0;
    margin-top: 30px;
  }
}
.news .item .cont .index-title h2 {
  margin-bottom: 34px;
}
.news .item .cont .index-title h2 a {
  color: #222222;
  transition: all 0.4s;
}
@media (max-width: 1690px) {
  .news .item .cont .index-title h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1400px) {
  .news .item .cont .index-title h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .news .item .cont .index-title h2 {
    margin-bottom: 15px;
  }
}
.news .item .cont .index-title p {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 1400px) {
  .news .item .cont .index-title p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .news .item .cont .index-title p {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .news .item .cont .index-title p {
    font-size: 16px;
    line-height: 24px;
  }
}
.news .item .cont .date {
  display: flex;
  align-items: center;
  margin-top: 25px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .news .item .cont .date {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .news .item .cont .date {
    margin-top: 15px;
  }
}
.news .item .cont .date::before {
  font-family: 'iconfont' !important;
  content: "\e60f";
  color: #FFE101;
  font-size: 25px;
  line-height: 1;
  margin-right: 15px;
}
@media (max-width: 1400px) {
  .news .item .cont .date {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .news .item .cont .date {
    font-size: 14px;
  }
}
.news .item .cont .hr {
  margin: 25px 0;
  border-bottom: 1px dashed #FFD964;
  height: 4px;
}
@media (max-width: 1690px) {
  .news .item .cont .hr {
    margin: 20px 0;
  }
}
@media (max-width: 1400px) {
  .news .item .cont .hr {
    margin: 15px 0;
  }
}
@media (max-width: 1199px) {
  .news .item .cont .hr {
    margin: 10px 0;
  }
}
.news .item .cont .txt p {
  color: #000;
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .news .item .cont .txt p {
    font-size: 14px;
  }
}
.news .item .cont .index-more {
  margin-top: 54px;
}
@media (max-width: 1690px) {
  .news .item .cont .index-more {
    margin-top: 40px;
  }
}
@media (max-width: 1400px) {
  .news .item .cont .index-more {
    margin-top: 30px;
  }
}
.contact {
  padding-top: 0 !important;
  margin-top: 35px;
}
.contact h2 {
  color: #000;
  font-family: Anton;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 1400px) {
  .contact h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .contact h2 {
    font-size: 28px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .contact h2 {
    font-size: 24px;
  }
}
.contact .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .contact .box {
    flex-wrap: wrap;
  }
}
.contact .box .left {
  width: 45%;
}
@media (max-width: 991px) {
  .contact .box .left {
    width: 100%;
  }
}
.contact .box .left .top {
  margin-top: 60px;
}
@media (max-width: 1710px) {
  .contact .box .left .top {
    margin-top: 40px;
  }
}
@media (max-width: 1400px) {
  .contact .box .left .top {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .contact .box .left .top {
    margin-top: 20px;
  }
}
.contact .box .left .top .item {
  margin-top: 25px;
}
.contact .box .left .top .item:first-child {
  margin-top: 0;
}
@media (max-width: 991px) {
  .contact .box .left .top .item {
    margin-top: 20px;
  }
}
.contact .box .left .top .item span {
  display: block;
  color: #FFE101;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contact .box .left .top .item span {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
.contact .box .left .top .item p {
  color: #000;
  font-size: 16px;
}
@media (max-width: 767px) {
  .contact .box .left .top .item p {
    font-size: 14px;
  }
}
.contact .box .left .top .item p a {
  color: #000;
  transition: all 0.5s;
}
.contact .box .left .top .item p a:hover {
  text-decoration: underline;
}
.contact .box .left .icon {
  margin-top: 40px;
}
@media (max-width: 1710px) {
  .contact .box .left .icon {
    margin-top: 30px;
  }
}
@media (max-width: 1400px) {
  .contact .box .left .icon {
    margin-top: 20px;
  }
}
.contact .box .left .icon ul {
  list-style: none;
  display: flex;
}
.contact .box .left .icon ul li {
  margin-right: 10px;
}
.contact .box .left .icon ul li:last-child {
  margin-right: 0;
}
.contact .box .left .icon ul li a .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #222222;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.4s;
}
.contact .box .left .icon ul li a .iconfont:hover {
  background-color: #FFD964;
  color: #222222;
}
.contact .box .right {
  width: 50%;
}
@media (max-width: 991px) {
  .contact .box .right {
    width: 100%;
    margin-top: 40px;
  }
}
.contact .box .right .message {
  width: 100%;
  margin-top: 35px;
}
@media (max-width: 1400px) {
  .contact .box .right .message {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .contact .box .right .message {
    margin-top: 20px;
  }
}
.contact .box .right .message .upload-wrap {
  display: none;
  text-align: center;
}
.contact .box .right .message .upload-wrap .inquiry-form p {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}
.contact .box .right .message .upload-wrap .btn-primary {
  cursor: pointer;
}
.contact .box .right .message .upload-wrap .btn-sm {
  padding: 0 4px;
}
.contact .box .right .message .upload-wrap .bi-zoom-in::before {
  font-family: 'iconfont' !important;
  content: "\e604";
  font-size: 14px;
  font-style: normal;
}
.contact .box .right .message .upload-wrap .input-group .fileinput-remove-button,
.contact .box .right .message .upload-wrap .input-group .fileinput-upload-button {
  border-radius: 5px;
}
.contact .box .right .message .upload-wrap .input-group .fileinput-upload-button {
  margin: 0 5px;
}
.contact .box .right .message .upload-wrap button span {
  font-size: 14px;
}
.contact .box .right .message .formbox .now-title {
  margin-bottom: 2px;
}
.contact .box .right .message .formbox .now-title input {
  width: 100%;
  border-radius: 10px;
  background: #FFF;
  border: none;
  padding: 16px 40px;
  color: #222;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .contact .box .right .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .contact .box .right .message .formbox .now-title input {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .contact .box .right .message .formbox .now-title input {
    font-size: 16px;
  }
}
.contact .box .right .message .formbox .row {
  list-style: none;
  margin: 0 -6px;
}
.contact .box .right .message .formbox li {
  padding: 0 6px;
  margin-bottom: 15px;
}
.contact .box .right .message .formbox .group {
  position: relative;
}
.contact .box .right .message .formbox .group b {
  display: block;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .contact .box .right .message .formbox .group b {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .contact .box .right .message .formbox .group b {
    font-size: 14px;
  }
}
.contact .box .right .message .formbox .group span {
  display: inline-block;
  width: 80px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .contact .box .right .message .formbox .group span {
    margin-left: 10px;
  }
}
.contact .box .right .message .formbox .group span img {
  width: 100%;
  height: auto;
}
.contact .box .right .message .formbox .group input {
  border: none;
  width: 100%;
  border-radius: 5px;
  background: #F6F6F6;
  overflow: hidden;
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.48px;
  padding: 15px 40px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 1199px) {
  .contact .box .right .message .formbox .group input {
    padding: 12px 20px;
  }
}
.contact .box .right .message .formbox .group input::placeholder {
  color: #444;
}
.contact .box .right .message .formbox .group input:focus label {
  display: none;
}
.contact .box .right .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.contact .box .right .message .formbox .group textarea {
  border: none;
  width: 100%;
  border-radius: 5px;
  background: #F6F6F6;
  overflow: hidden;
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.48px;
  padding: 14px 40px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 160px;
}
@media (max-width: 1199px) {
  .contact .box .right .message .formbox .group textarea {
    padding: 12px 20px;
  }
}
.contact .box .right .message .formbox .group textarea::placeholder {
  color: #666666;
}
.contact .box .right .message .formbox .group textarea:focus label {
  display: none;
}
.contact .box .right .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.contact .box .right .message .func {
  margin-top: 15px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1400px) {
  .contact .box .right .message .func {
    margin-top: 0;
  }
}
.contact .box .right .message .func button {
  border: none;
  transition: all 0.5s;
}
.contact .box .right .message .func .upload {
  margin-top: -5px;
}
.contact .box .right .message .func .upload button {
  background: transparent;
  border: none;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}
.contact .box .right .message .func .upload button::after {
  display: none;
}
.contact .box .right .message .func .upload button:hover {
  text-decoration: underline;
}
.upload {
  margin-top: 10px;
  text-align: right;
}
.upload button {
  background: transparent;
  border: none;
  color: #FFF;
  font-size: 14px;
  line-height: 100%;
}
.upload button::after {
  display: none;
}
.upload button:hover {
  color: #FFF;
  text-decoration: underline;
}
.upload-wrap {
  display: none;
  text-align: center;
  margin-top: 10px;
}
.upload-wrap .inquiry-form p {
  color: #FFF;
  text-align: center;
  margin-bottom: 10px;
}
.upload-wrap .btn-primary {
  cursor: pointer;
}
.upload-wrap .btn-sm {
  padding: 0 4px;
}
.upload-wrap .bi-zoom-in::before {
  font-family: 'iconfont' !important;
  content: "\e604";
  font-size: 14px;
  font-style: normal;
}
.upload-wrap .input-group .fileinput-remove-button,
.upload-wrap .input-group .fileinput-upload-button {
  border-radius: 5px;
}
.upload-wrap .input-group .fileinput-upload-button {
  margin: 0 5px;
}
.upload-wrap button span {
  font-size: 14px;
}
.bi-arrow-clockwise::before {
  font-family: 'iconfont' !important;
  content: "\e605";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.bi-arrows-expand::before {
  font-family: 'iconfont' !important;
  content: "\e624";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.bi-arrows-fullscreen::before {
  font-family: 'iconfont' !important;
  content: "\ec13";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.bi-arrows-angle-expand::before {
  font-family: 'iconfont' !important;
  content: "\e60d";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.bi-x-lg::before {
  font-family: 'iconfont' !important;
  content: "\e64a";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.kv-zoom-actions button {
  padding: 0 4px;
}
.bi-trash::before {
  font-family: 'iconfont' !important;
  content: "\e8b6";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.popbox {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
}
.popbox .contbox {
  position: fixed;
  top: 15%;
  width: 90%;
  max-width: 1000px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .popbox .contbox {
    top: 12%;
  }
}
@media (max-width: 767px) {
  .popbox .contbox {
    width: 90%;
    top: 15%;
  }
}
.popbox .contbox .contact-message {
  position: relative;
  z-index: 25;
}
.popbox .contbox .contact-message .box {
  position: relative;
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box {
    flex-wrap: wrap;
  }
}
.popbox .contbox .contact-message .box .right {
  background: #fff;
  backdrop-filter: blur(2px);
  padding: 24px;
  max-height: 80vh;
  overflow-y: auto;
}
@media (max-width: 1400px) {
  .popbox .contbox .contact-message .box .right {
    padding: 30px 20px;
  }
}
.popbox .contbox .contact-message .box .right .pooptit {
  text-align: center;
  font-weight: bold;
  color: #198d44;
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .popbox .contbox .contact-message .box .right .pooptit {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .popbox .contbox .contact-message .box .right .pooptit {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .pooptit {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .popbox .contbox .contact-message .box .right .pooptit {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.popbox .contbox .contact-message .box .right .message {
  width: 100%;
  margin: 0 auto;
}
.popbox .contbox .contact-message .box .right .message .formbox .now-title {
  margin-bottom: 16px;
}
.popbox .contbox .contact-message .box .right .message .formbox .now-title input {
  width: 100%;
  border-radius: 8px;
  background: #FFD964;
  border: none;
  padding: 17px 20px;
  color: #F5F5EA;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
}
@media (max-width: 1199px) {
  .popbox .contbox .contact-message .box .right .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .now-title input {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .popbox .contbox .contact-message .box .right .message .formbox .now-title input {
    font-size: 16px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .row {
  list-style: none;
  margin: -10px;
}
.popbox .contbox .contact-message .box .right .message .formbox li {
  padding: 10px;
}
.popbox .contbox .contact-message .box .right .message .formbox .group {
  position: relative;
}
.popbox .contbox .contact-message .box .right .message .formbox .group input {
  border: none;
  padding: 14px 20px;
  width: 100%;
  background: #ededed;
  overflow: hidden;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group input {
    font-size: 14px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .group input::placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .group input:focus label {
  display: none;
}
.popbox .contbox .contact-message .box .right .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.popbox .contbox .contact-message .box .right .message .formbox .group textarea {
  border: none;
  width: 100%;
  background: #ededed;
  overflow: hidden;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 20px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 140px;
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group textarea {
    font-size: 14px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .group textarea::placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .group textarea:focus label {
  display: none;
}
.popbox .contbox .contact-message .box .right .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.popbox .contbox .contact-message .box .right .message .func {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .popbox .contbox .contact-message .box .right .message .func {
    margin-top: 20px;
  }
}
.popbox .contbox .contact-message .box .right .message .func .btndown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.popbox .contbox .contact-message .box .right .message .func button {
  border: none;
  transition: all 0.5s;
  padding: 14px 50px;
  background-color: #f9be00;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  transition: all 0.4s;
}
.popbox .contbox .contact-message .box .right .message .func button:hover {
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
}
.popbox .contbox .popnone {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 440;
  cursor: pointer;
}
.popbox .contbox .popnone .icon:hover::after {
  color: #555;
  background-color: #eee;
}
.popbox .contbox .popnone .icon::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  content: 'x';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font-size: 22px;
  color: #888;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color 0.25s;
  box-sizing: border-box;
  z-index: 2;
}
.sitmap {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .sitmap {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .sitmap {
    padding: 40px 0;
  }
}
.sitmap h2 {
  font-size: 45px;
  font-weight: 500;
  color: #FFD964;
}
@media (max-width: 991px) {
  .sitmap h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .sitmap h2 {
    font-size: 24px;
  }
}
.sitmap ul {
  list-style: none;
}
.sitmap ul li {
  margin-top: 20px;
}
.sitmap ul li:hover a {
  text-decoration: underline;
  color: white;
  background-color: #FFD964;
}
.sitmap ul li:hover ul {
  margin-top: 20px;
}
.sitmap ul li:hover ul li a {
  color: #666;
  text-decoration: none;
  background-color: white;
}
.sitmap ul li:hover ul li ul li a {
  color: #ccc;
  text-decoration: none;
  background-color: white;
}
.sitmap ul li:hover .ul-block {
  opacity: 1;
  max-height: 100%;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
.sitmap ul li a {
  border: 1px solid #666;
  width: 260px;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  transition: color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 991px) {
  .sitmap ul li a {
    font-size: 16px;
  }
}
.sitmap ul li .ul-block {
  opacity: 1;
  max-height: 100%;
}
.sitmap ul li ul {
  margin-top: 20px;
  padding: 0;
  overflow: hidden;
}
.sitmap ul li ul li {
  margin: 0;
  padding: 0;
  border: none !important;
  margin-bottom: 10px;
}
.sitmap ul li ul li:hover a {
  color: #000;
  text-decoration: underline;
}
.sitmap ul li ul li a {
  font-size: 16px;
  line-height: 30px;
  display: block;
  padding: 0;
  text-transform: capitalize;
  color: #666;
  transition: color 0.3s ease;
  border: none;
}
@media (max-width: 991px) {
  .sitmap ul li ul li a {
    font-size: 14px;
  }
}
.sitmap ul li ul li ul {
  display: flex !important;
  flex-wrap: wrap;
  margin-top: 0px !important;
}
.sitmap ul li ul li ul li {
  border: none !important;
  margin-top: 10px;
  display: inline-block;
}
.sitmap ul li ul li ul li:hover a {
  color: #000;
  text-decoration: underline;
}
.sitmap ul li ul li ul li a {
  color: #FFD964;
  font-size: 16px;
  display: block;
  padding: 0;
  transition: color 0.3s ease;
  padding-left: 10px;
  border: none;
}
.privalcy {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .privalcy {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .privalcy {
    padding: 40px 0;
  }
}
.privalcy h2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
}
@media (max-width: 991px) {
  .privalcy h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .privalcy h2 {
    font-size: 24px;
  }
}
.privalcy .content p {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
}
@media (max-width: 767px) {
  .privalcy .content p {
    font-size: 14px;
  }
}
nav {
  display: flex;
  text-align: center;
  justify-content: flex-end;
}
a {
  text-decoration: none;
}
.pagination {
  display: inline-flex;
  justify-content: flex-end;
  margin: 70px 0 0 0;
}
@media (max-width: 1400px) {
  .pagination {
    margin: 60px 0 0 0;
  }
}
@media (max-width: 1199px) {
  .pagination {
    margin: 40px 0 0 0;
  }
}
@media (max-width: 991px) {
  .pagination {
    margin: 30px 0 0 0;
  }
}
.pagination li {
  display: flex;
  align-items: center;
  margin: 0px 2.5px;
  vertical-align: top;
}
.pagination li.prev a,
.pagination li.next a {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.pagination li.prev a:hover,
.pagination li.next a:hover {
  background-color: #FFE100 !important;
}
.pagination li.prev a::before,
.pagination li.next a::after {
  font-family: 'iconfont' !important;
  font-size: 16px;
  display: block;
  content: '\e695';
  color: #fff;
  text-align: center;
  transition: all 0.3s;
  font-weight: 400;
}
.pagination li.prev a:hover:before,
.pagination li.next a:hover:after {
  color: #333;
}
.pagination li.prev a:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -0.3px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  text-transform: capitalize;
}
.pagination li a.have-more {
  color: #000 !important;
  background-color: transparent !important;
  width: auto !important;
  height: auto !important;
  line-height: auto !important;
}
.pagination li a span {
  border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #333;
  background-color: #FFE100;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #333;
  background-color: #FFE100;
}
.newsdetails {
  margin: 140px 0;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .newsdetails {
    margin: 110px 0;
  }
}
@media (max-width: 1199px) {
  .newsdetails {
    margin: 80px 0;
  }
}
@media (max-width: 991px) {
  .newsdetails {
    margin: 45px 0;
  }
}
.newsdetails .inquiry {
  margin-top: 40px;
}
.newsdetails .title h2 {
  text-align: left;
}
.newsdetails .title p {
  font-size: 16px;
  line-height: 24px;
  display: block;
  color: #FFD964;
  text-align: left;
}
.newsdetails .cont {
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  .newsdetails .cont {
    margin-top: 0;
  }
}
.newsdetails .cont .table-box {
  overflow-x: auto;
}
.newsdetails .cont table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #000;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .newsdetails .cont table {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .newsdetails .cont table {
    margin-top: 10px;
  }
}
.newsdetails .cont table tr:first-child {
  background-color: #FFD964;
}
.newsdetails .cont table tr:first-child td {
  color: #FFFFFF;
}
.newsdetails .cont table tr td {
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .newsdetails .cont table tr td {
    font-size: 14px;
  }
}
.newsdetails .cont ul {
  margin-top: 10px;
  list-style: none;
}
.newsdetails .cont ul li {
  list-style: disc !important;
  margin: 5px 0;
  margin-left: 15px;
}
.newsdetails .cont p {
  font-size: 16px;
  line-height: 1.875;
  margin: 0;
  color: #666;
}
@media (max-width: 575px) {
  .newsdetails .cont p {
    font-size: 14px;
  }
}
.newsdetails .auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.newsdetails .auto-adjust-img p {
  position: relative;
}
.newsdetails .auto-adjust-img p.contains-pictures {
  padding: 0;
  margin: 0 -5px !important;
  font-size: 0 !important;
  overflow-x: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .newsdetails .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.newsdetails .auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
.newsdetails .devideo {
  position: relative;
}
.newsdetails .devideo img {
  width: 100%;
  height: auto;
  background: transparent;
}
.newsdetails .share {
  align-items: center;
  margin-top: 30px;
}
.newsdetails .share a {
  margin-left: 10px;
}
.newsdetails .relate-details {
  font-size: 0;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .newsdetails .relate-details {
    margin-top: 40px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .newsdetails .relate-details {
    margin-top: 0;
  }
}
.newsdetails .relate-details ul li {
  margin-top: 10px;
  list-style: none;
}
.newsdetails .relate-details a {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  height: 36px;
  padding-left: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  vertical-align: middle;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
  .newsdetails .relate-details a {
    font-size: 14px;
  }
}
.newsdetails .relate-details a:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  content: '\e695';
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #999;
}
.newsdetails .relate-details a:hover {
  color: #FFD964;
}
.newsdetails .relate-details a:hover:before {
  color: #222;
  background-color: #FFD964;
}
.newsdetails .relate-details .prev a:before {
  content: '\e695';
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.now-bottom {
  padding: 40px 0 40px 0;
}
.now-bottom .now-title {
  margin-top: 20px;
}
.now-bottom .now-title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 575px) {
  .now-bottom .now-title h2 {
    font-size: 20px;
  }
}
.now-bottom .now-title input {
  width: 100%;
  font-size: 18px;
  background-color: #FFD964;
  border-radius: 10px;
  padding: 10px;
  color: white;
  border: none;
  font-weight: 400;
}
.now-bottom .contactus-right {
  background-color: #FFF;
  width: 100%;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1470px) {
  .now-bottom .contactus-right {
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .now-bottom .contactus-right {
    margin-top: 0;
  }
}
.now-bottom .contactus-right .message {
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message {
    margin-top: 20px;
  }
}
.now-bottom .contactus-right .message .upload-wrap {
  display: none;
  text-align: center;
}
.now-bottom .contactus-right .message .upload-wrap .inquiry-form p {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}
.now-bottom .contactus-right .message .upload-wrap .btn-primary {
  cursor: pointer;
}
.now-bottom .contactus-right .message .upload-wrap .btn-sm {
  padding: 0 4px;
}
.now-bottom .contactus-right .message .upload-wrap .bi-zoom-in::before {
  font-family: 'iconfont' !important;
  content: "\e604";
  font-size: 14px;
  font-style: normal;
}
.now-bottom .contactus-right .message .upload-wrap .input-group .fileinput-remove-button,
.now-bottom .contactus-right .message .upload-wrap .input-group .fileinput-upload-button {
  border-radius: 5px;
}
.now-bottom .contactus-right .message .upload-wrap .input-group .fileinput-upload-button {
  margin: 0 5px;
}
.now-bottom .contactus-right .message .upload-wrap button span {
  font-size: 14px;
}
.now-bottom .contactus-right .message .formbox .now-title {
  margin-bottom: 2px;
}
.now-bottom .contactus-right .message .formbox .now-title input {
  width: 100%;
  border-radius: 10px;
  background: #FFF;
  border: none;
  padding: 16px 40px;
  color: #222;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .now-bottom .contactus-right .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .now-title input {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .now-bottom .contactus-right .message .formbox .now-title input {
    font-size: 16px;
  }
}
.now-bottom .contactus-right .message .formbox .row {
  list-style: none;
  margin: 0 -6px;
}
.now-bottom .contactus-right .message .formbox li {
  padding: 0 6px;
  margin-bottom: 15px;
}
.now-bottom .contactus-right .message .formbox .group {
  position: relative;
}
.now-bottom .contactus-right .message .formbox .group b {
  display: block;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .now-bottom .contactus-right .message .formbox .group b {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .now-bottom .contactus-right .message .formbox .group b {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .group span {
  display: inline-block;
  width: 80px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group span {
    margin-left: 10px;
  }
}
.now-bottom .contactus-right .message .formbox .group span img {
  width: 100%;
  height: auto;
}
.now-bottom .contactus-right .message .formbox .group input {
  border: none;
  width: 100%;
  border-radius: 5px;
  background: #F6F6F6;
  overflow: hidden;
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.48px;
  padding: 15px 40px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 1199px) {
  .now-bottom .contactus-right .message .formbox .group input {
    padding: 12px 20px;
  }
}
.now-bottom .contactus-right .message .formbox .group input::placeholder {
  color: #444;
}
.now-bottom .contactus-right .message .formbox .group input:focus label {
  display: none;
}
.now-bottom .contactus-right .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.now-bottom .contactus-right .message .formbox .group textarea {
  border: none;
  width: 100%;
  border-radius: 5px;
  background: #F6F6F6;
  overflow: hidden;
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.48px;
  padding: 14px 40px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 160px;
}
@media (max-width: 1199px) {
  .now-bottom .contactus-right .message .formbox .group textarea {
    padding: 12px 20px;
  }
}
.now-bottom .contactus-right .message .formbox .group textarea::placeholder {
  color: #666666;
}
.now-bottom .contactus-right .message .formbox .group textarea:focus label {
  display: none;
}
.now-bottom .contactus-right .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.now-bottom .contactus-right .message .func {
  margin-top: 15px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1400px) {
  .now-bottom .contactus-right .message .func {
    margin-top: 0;
  }
}
.now-bottom .contactus-right .message .func button {
  border: none;
  transition: all 0.5s;
}
.now-bottom .contactus-right .message .func .upload {
  margin-top: -5px;
}
.now-bottom .contactus-right .message .func .upload button {
  background: transparent;
  border: none;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}
.now-bottom .contactus-right .message .func .upload button::after {
  display: none;
}
.now-bottom .contactus-right .message .func .upload button:hover {
  text-decoration: underline;
}
.inquiry-wrap {
  overflow: hidden;
}
.inquiry-wrap .index-title {
  text-align: center;
}
.inquiry-wrap a {
  color: #666;
  text-decoration: none;
}
.inquiry-wrap .size-list-box {
  padding-right: 15px;
}
.inquiry-wrap .size-list-box span {
  color: #fff;
  background-color: #FFD964;
  border-color: #000;
}
.inquiry-wrap .inquiry-box .details-tit {
  padding-top: 5px;
}
.inquiry-wrap .iq-title,
.inquiry-wrap .list > li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  text-align: center;
  padding-left: 60px;
  padding-right: 45px;
}
.inquiry-wrap .iq-title {
  overflow: hidden;
  background-color: #FFD964;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .inquiry-wrap .iq-title {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list > li {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list > li {
    padding-left: 2%;
    padding-right: 0;
  }
}
.inquiry-wrap .iq-title .th {
  border: none;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.inquiry-wrap .iq-title .th.qty-box {
  text-align: center;
}
.inquiry-wrap .iq-title .th.introduce-box {
  padding-left: 50px;
}
.inquiry-wrap .iq-title .th span {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .inquiry-wrap .iq-title .th.check-box label.replace:after {
    display: block;
  }
}
@media (max-width: 1199px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(55%);
    width: calc(100% - 45px);
    padding-left: 0;
  }
}
.inquiry-wrap .iq-title .pic-box {
  text-align: center;
  padding: 11px 0;
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title .check-box {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title .del-box {
    opacity: 0;
    width: 30px;
  }
}
.inquiry-wrap .inquiry-box {
  width: 100%;
  border: none;
  font-size: 18px;
}
.inquiry-wrap .inquiry-box .details-tit {
  margin-top: 0;
}
@media (max-width: 991px) {
  .inquiry-wrap .inquiry-box {
    font-size: 16px;
  }
}
.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;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-title {
    padding-left: 0px !important;
    text-align: center;
  }
}
.inquiry-wrap .inquiry-box .check-box {
  width: 70px;
  text-align: left;
}
@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;
  }
}
.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 .check-all span {
  font-weight: normal;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .check-box .check-all span {
    display: none;
  }
}
.inquiry-wrap .inquiry-box .check-box label.replace {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #fff;
  width: 20px;
  height: 20px;
  line-height: 18px;
  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: #000;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .check-box label.replace {
    margin-left: 5px;
    width: 16px;
    height: 16px;
    line-height: 14px;
  }
  .inquiry-wrap .inquiry-box .check-box label.replace:after {
    font-size: 20px;
  }
}
.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;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .introduce-box img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .inquiry-wrap .inquiry-box .introduce-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    display: block;
  }
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 48%;
  }
}
@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;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(-20%);
    width: calc(100% - 120px);
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
}
.inquiry-wrap .inquiry-box .introduce-box .pic-box {
  width: 200px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 3px;
}
@media (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 150px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .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 .introduce-box .intro {
  -webkit-box-flex: 1;
  flex: 1 0 0%;
}
@media only screen and (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 30px;
  }
}
@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;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 5%;
  }
}
.inquiry-wrap .inquiry-box .introduce-box .name {
  margin: 0 0 5px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: auto;
  font-size: 1em;
}
.inquiry-wrap .inquiry-box .introduce-box .name a {
  text-decoration: none;
  color: #000;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box .name {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box .name {
    font-size: 0.9em;
  }
}
.inquiry-wrap .inquiry-box .introduce-box .name:hover {
  text-decoration: underline;
}
.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;
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box .number-box {
    display: none;
  }
}
.inquiry-wrap .inquiry-box .number-box {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-width: 90px;
}
.inquiry-wrap .inquiry-box .number-box a {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #999999;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.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: '\e729';
}
.inquiry-wrap .inquiry-box .number-box a.add1:before {
  content: '\e632';
}
@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .number-box a:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .number-box a {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 12px;
  }
}
.inquiry-wrap .inquiry-box .number-box a.disable {
  cursor: not-allowed;
}
.inquiry-wrap .inquiry-box .number-box .ipt-num {
  float: left;
  width: 40px;
  min-width: 26px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  max-width: 60px;
  color: #333;
  font-size: 16px;
  background: none;
  border: none;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 35px;
    height: 25px;
    line-height: 23px;
  }
}
.inquiry-wrap .inquiry-box .qty-box {
  text-align: center;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .qty-box {
    display: none;
  }
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .qty-box {
    width: 150px;
    text-align: center;
  }
}
.inquiry-wrap .inquiry-box .del-box {
  text-align: center;
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .del-box {
    width: 80px;
  }
}
.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: '\e8b6';
  color: #787878;
  font-size: 20px;
}
.inquiry-wrap .inquiry-box .del-box .del:hover:before {
  color: #000;
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .del-box .del {
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .del-box .del {
    margin-right: 10px;
  }
  .inquiry-wrap .inquiry-box .del-box .del:before {
    font-size: 18px;
  }
}
.inquiry-wrap .inquiry-box .list {
  border: 1px solid #FFD964;
  border-top: none;
}
.inquiry-wrap .inquiry-box .list > li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #FFD964;
}
.inquiry-wrap .inquiry-box .list > li:nth-of-type(1) {
  border-top: none;
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .list > li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.inquiry-wrap .inquiry-box .list > li {
  flex-wrap: wrap;
}
.inquiry-wrap .pro-parameter {
  width: 100%;
  text-align: left;
}
@media (min-width: 992px) {
  .inquiry-wrap .pro-parameter {
    display: -webkit-box;
    display: flex;
  }
  .inquiry-wrap .pro-parameter > div {
    -webkit-box-flex: 1;
    flex: 1;
    padding: 0 10px;
  }
}
.inquiry-wrap .parameter-list li:not(.active) {
  display: none;
}
.number-box input {
  -moz-appearance: textfield;
  /* Firefox */
  -webkit-appearance: none;
  /* Chrome, Safari, Edge */
  appearance: none;
}
/* 针对 WebKit 内核浏览器隐藏上下箭头 */
.number-box input::-webkit-inner-spin-button,
.number-box input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.inquiry-wrap .content .inquiry-box {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .inquiry-wrap .content .inquiry-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .content .inquiry-box {
    margin-bottom: 20px;
  }
}
.inquiry-wrap .content .message {
  width: 100%;
  margin-top: 40px;
}
.inquiry-wrap .content .message .formbox .now-title {
  margin-bottom: 20px;
}
.inquiry-wrap .content .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 10px;
  background: #000;
  padding: 19px 23px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .now-title input {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .formbox .row {
  list-style: none;
  margin: -10px;
}
.inquiry-wrap .content .message .formbox li {
  padding: 10px;
}
.inquiry-wrap .content .message .formbox .group {
  position: relative;
}
.inquiry-wrap .content .message .formbox .group b {
  display: block;
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (max-width: 1400px) {
  .inquiry-wrap .content .message .formbox .group b {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .group b {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .formbox .group span {
  display: inline-block;
  width: 80px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group span {
    margin-left: 10px;
  }
}
.inquiry-wrap .content .message .formbox .group span img {
  width: 100%;
  height: auto;
}
.inquiry-wrap .content .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #F5F5F5;
  backdrop-filter: blur(2px);
  color: #000;
  font-size: 16px;
  line-height: 100%;
  padding: 19px 23px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 1400px) {
  .inquiry-wrap .content .message .formbox .group input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group input {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .formbox .group input::placeholder {
  color: #000;
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .formbox .group input:focus label {
  display: none;
}
.inquiry-wrap .content .message .formbox .group input:focus::placeholder {
  color: #000;
}
.inquiry-wrap .content .message .formbox .group textarea {
  border: none;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #F5F5F5;
  backdrop-filter: blur(2px);
  color: #0000;
  font-size: 16px;
  line-height: 100%;
  padding: 19px 23px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 300px;
}
@media (max-width: 1400px) {
  .inquiry-wrap .content .message .formbox .group textarea {
    padding: 12px 20px;
    height: 200px;
  }
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group textarea {
    font-size: 14px;
    height: 150px;
  }
}
.inquiry-wrap .content .message .formbox .group textarea::placeholder {
  color: #000;
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .formbox .group textarea:focus label {
  display: none;
}
.inquiry-wrap .content .message .formbox .group textarea:focus::placeholder {
  color: #000;
}
.inquiry-wrap .content .message .func {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1400px) {
  .inquiry-wrap .content .message .func {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .inquiry-wrap .content .message .func {
    margin-top: 20px;
  }
}
.inquiry-wrap .content .message .func button {
  border: none;
  transition: all 0.3s;
  border-radius: 10px;
  background-color: #000;
  border-radius: 48px;
  background: #FFD964;
  padding: 19px 50px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
.inquiry-wrap .content .message .func button:hover {
  box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.5);
}
.product .search-none {
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .product .search-none {
    margin-bottom: 20px;
  }
}
.product .search-none h2 {
  color: #666;
}
.product .search-none p {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  margin: 0;
  color: #ab7640;
  padding: 10px;
}
.fixpop {
  position: fixed;
  bottom: 80px;
  left: 0;
  z-index: 11;
  background-color: #00511d;
  color: #fff;
  padding: 10px 18px;
  font-weight: bold;
  transition: all 0.5s;
  cursor: pointer;
}
.fixpop:hover {
  background-color: #0a5c0a;
}
