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: 1680px) {
  .container.con1650 {
    max-width: 1650px;
  }
}
@font-face {
  font-family: 'HubotSans';
  src: url('../fonts/HubotSans-SemiBold.woff2') format('woff2'), url('../fonts/HubotSans-SemiBold.woff') format('woff'), url('../fonts/HubotSans-SemiBold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: 'HubotSans';
  src: url('../fonts/HubotSans-Medium.woff2') format('woff2'), url('../fonts/HubotSans-Medium.woff') format('woff'), url('../fonts/HubotSans-Medium.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.woff2') format('woff2'), url('../fonts/Manrope-SemiBold.woff') format('woff'), url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.woff2') format('woff2'), url('../fonts/Manrope-Medium.woff') format('woff'), url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.woff2') format('woff2'), url('../fonts/Manrope-Regular.woff') format('woff'), url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
body {
  font-family: 'Manrope', "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: 150px 0;
}
@media (max-width: 1560px) {
  .index-padding {
    padding: 120px 0;
  }
}
@media (max-width: 1400px) {
  .index-padding {
    padding: 90px 0;
  }
}
@media (max-width: 1199px) {
  .index-padding {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .index-padding {
    padding: 50px 0;
  }
}
.overhide {
  overflow: hidden;
}
.header.scrolled {
  border: none;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.header.hasty {
  background-color: rgba(0, 0, 0, 0.2);
  position: sticky;
}
.header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 0;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .header {
    background-color: rgba(0, 0, 0, 0.47);
  }
}
.header .header-box {
  position: relative;
}
.header .box1 {
  background: #CE3409;
  padding: 10px 0;
  max-height: 36px;
}
@media (max-width: 767px) {
  .header .box1 {
    display: none;
  }
}
.header .box1 .box {
  padding: 0 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header .box1 .box .mt {
  display: flex;
  align-items: center;
}
.header .box1 .box .mt p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
}
.header .box1 .box .mt p:nth-child(1) {
  border-right: 1px dashed rgba(255, 255, 255, 0.4);
  padding-right: 40px;
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .header .box1 .box .mt p:nth-child(1) {
    padding-right: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1400px) {
  .header .box1 .box .mt p {
    font-size: 14px;
  }
}
.header .box1 .box .mt p .iconfont {
  color: #FFFFFFE5;
  margin-right: 10px;
  font-size: 18px;
}
.header .box1 .box .mt p a {
  color: #fff;
  transition: all 0.5s;
  display: inline-flex;
  align-items: center;
}
.header .box1 .box .mt p a:hover span {
  color: #FFF;
  text-decoration: underline;
}
.header .box2 {
  position: relative;
}
.header .box2 .header-logo {
  width: 170px;
}
@media (max-width: 1600px) {
  .header .box2 .header-logo {
    width: 145px;
  }
}
@media (max-width: 1199px) {
  .header .box2 .header-logo {
    position: absolute;
    z-index: 456;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .header .box2 .header-logo {
    width: 110px;
  }
}
@media (max-width: 575px) {
  .header .box2 .header-logo {
    width: 85px;
  }
}
.header .box2 .header-logo img {
  width: 100%;
  height: auto;
  border-radius: 80px;
}
.header .box2 .box {
  padding: 20px 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 1200px) {
  .header .box2 .box {
    justify-content: flex-end;
  }
}
.header .box2 .center {
  border-radius: 80px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  padding: 16px;
}
@media (max-width: 1600px) {
  .header .box2 .center {
    padding: 12px;
  }
}
@media (max-width: 1200px) {
  .header .box2 .center {
    padding: 0;
    border-radius: 0;
    background: transparent;
    margin-right: 10px;
  }
}
.header .box2 .center .dropdown {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  padding-top: 4px;
  display: none;
}
.header .box2 .center .dropdown .dropdownbx {
  display: flex;
  border-radius: 40px;
  background: #FFF;
  overflow: hidden;
}
.header .box2 .center .dropdown .dropdownbx .left {
  width: 300px;
  background: #CE3409;
  padding-top: 50px;
}
.header .box2 .center .dropdown .dropdownbx .left h2 {
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.52px;
  padding-left: 22px;
  margin-bottom: 24px;
}
.header .box2 .center .dropdown .dropdownbx .left ul {
  list-style: none;
}
.header .box2 .center .dropdown .dropdownbx .left ul li {
  padding: 0 22px;
  border-bottom: 1px dashed #D75F3F;
  transition: all 0.3s;
}
.header .box2 .center .dropdown .dropdownbx .left ul li:hover {
  background-color: #FFF;
}
.header .box2 .center .dropdown .dropdownbx .left ul li:hover a {
  color: #CE3409;
}
.header .box2 .center .dropdown .dropdownbx .left ul li:hover a::after {
  color: #CE3409;
  transform: rotate(-135deg);
}
.header .box2 .center .dropdown .dropdownbx .left ul li.on {
  background-color: #FFF;
}
.header .box2 .center .dropdown .dropdownbx .left ul li.on a {
  color: #CE3409;
}
.header .box2 .center .dropdown .dropdownbx .left ul li.on a::after {
  color: #CE3409;
  transform: rotate(45deg);
}
.header .box2 .center .dropdown .dropdownbx .left ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.3s;
}
.header .box2 .center .dropdown .dropdownbx .left ul li a::after {
  display: inline-block;
  font-family: 'iconfont' !important;
  content: "\e600";
  color: #FFF;
  line-height: 1;
  font-size: 14px;
  transition: all 0.3s;
}
.header .box2 .center .dropdown .dropdownbx .rightbox {
  width: calc(100% - 300px);
  margin-left: auto;
  position: relative;
}
.header .box2 .center .dropdown .dropdownbx .right {
  width: 100%;
  padding: 55px 73px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: -11;
  transition: all 0.4s;
}
.header .box2 .center .dropdown .dropdownbx .right.on {
  position: relative;
  z-index: 4;
  opacity: 1;
  pointer-events: all;
}
.header .box2 .center .dropdown .dropdownbx .right .rleft {
  width: 50%;
}
.header .box2 .center .dropdown .dropdownbx .right .rleft h2 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.44px;
  margin-bottom: 20px;
}
.header .box2 .center .dropdown .dropdownbx .right .rleft h2 a {
  color: #000;
  transition: all 0.3s;
}
.header .box2 .center .dropdown .dropdownbx .right .rleft h2 a:hover {
  color: #CE3409;
}
.header .box2 .center .dropdown .dropdownbx .right .rleft p {
  color: #666;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .header .box2 .center .dropdown .dropdownbx .right .rleft p {
    font-size: 14px;
  }
}
.header .box2 .center .dropdown .dropdownbx .right .rleft .more {
  margin-top: 22%;
}
.header .box2 .center .dropdown .dropdownbx .right .rleft .more a .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #FFF;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #CE3409;
  transform: rotate(45deg);
}
.header .box2 .center .dropdown .dropdownbx .right .rleft .more a .iconfont::before {
  content: "\e600";
}
.header .box2 .center .dropdown .dropdownbx .right .rright {
  width: 42%;
  border-radius: 10px;
  border: 1px solid #F5F5F5;
  background: #FFF;
}
.header .box2 .center .dropdown .dropdownbx .right .rright .img-box {
  padding-bottom: calc(330 / 290 * 100%);
  border-radius: 10px;
}
.header .box2 .header-nav {
  max-height: 48px;
  display: flex;
}
.header .box2 .header-nav .nav {
  border-radius: 50px;
  background: #FFF;
  padding: 0 29px;
}
@media (max-width: 1600px) {
  .header .box2 .header-nav .nav {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .header .box2 .header-nav .nav {
    display: none;
  }
}
.header .box2 .header-nav .nav > ul {
  display: flex;
  list-style: none;
  margin: 0 -21px;
}
@media (max-width: 1600px) {
  .header .box2 .header-nav .nav > ul {
    margin: 0 -12px;
  }
}
@media (max-width: 1401px) {
  .header .box2 .header-nav .nav > ul {
    margin: 0 -10px;
  }
}
.header .box2 .header-nav .nav > ul > li {
  display: block;
  position: relative;
  transition: all 0.5s;
}
.header .box2 .header-nav .nav > ul > li:first-child > a::before {
  font-family: 'iconfont' !important;
  content: '\e622';
  font-size: 18px;
  color: #CE3409;
  margin-right: 8px;
}
.header .box2 .header-nav .nav > ul > li:last-child {
  margin-right: 0;
}
.header .box2 .header-nav .nav > ul > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 14px 21px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  white-space: nowrap;
  transition: all 0.5s;
}
@media (max-width: 1600px) {
  .header .box2 .header-nav .nav > ul > li > a {
    padding: 14px 12px;
  }
}
@media (max-width: 1441px) {
  .header .box2 .header-nav .nav > ul > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1401px) {
  .header .box2 .header-nav .nav > ul > li > a {
    font-size: 14px;
    padding: 14px 10px;
  }
}
.header .box2 .header-nav .nav > ul > li > a.hpro {
  display: none;
}
.header .box2 .header-nav .nav > ul > li > a:hover {
  color: #CE3409;
}
.header .box2 .header-nav .nav > ul > li > a.active {
  color: #CE3409;
}
.header .box2 .header-nav .nav > ul > li ul {
  position: absolute;
  top: calc(100%);
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  list-style: none;
  display: none;
  border-radius: 5px;
  padding: 0 10px;
  background: #ffffff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1400px) {
  .header .box2 .header-nav .nav > ul > li ul {
    left: 0;
    transform: translateX(0);
  }
}
.header .box2 .header-nav .nav > ul > li ul li {
  position: relative;
}
.header .box2 .header-nav .nav > ul > li ul li:last-child {
  padding-bottom: 14px;
}
.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 {
  padding-top: 14px;
}
.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: 10px 12px;
  border-bottom: 1px dashed #DDDDDD;
  white-space: nowrap;
  color: #121212;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.3s;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.header .box2 .header-nav .nav > ul > li ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #CE3409;
  opacity: 0;
  transition: all 0.5s;
  z-index: -1;
}
.header .box2 .header-nav .nav > ul > li ul li a:hover {
  color: #FFF;
}
.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 .nav > ul > li ul li ul li a {
  padding: 10px 10px;
  font-size: 14px;
}
.header .box2 .header-nav .hrpro {
  margin: 0 10px;
}
@media (max-width: 1199px) {
  .header .box2 .header-nav .hrpro {
    display: none;
  }
}
.header .box2 .header-nav .hrpro > ul {
  list-style: none;
}
.header .box2 .header-nav .hrpro > ul > li > a {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  background-color: #FFF;
  border-radius: 50px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  white-space: nowrap;
  transition: all 0.5s;
}
@media (max-width: 1440px) {
  .header .box2 .header-nav .hrpro > ul > li > a {
    padding: 14px 10px;
  }
}
@media (max-width: 1400px) {
  .header .box2 .header-nav .hrpro > ul > li > a {
    font-size: 14px;
  }
}
.header .box2 .header-nav .hrpro > ul > li > a::before {
  font-family: 'iconfont' !important;
  content: "\e654";
  font-size: 18px;
  color: #000000;
  margin-right: 8px;
}
@media (max-width: 1400px) {
  .header .box2 .header-nav .hrpro > ul > li > a::before {
    font-size: 16px;
  }
}
.header .box2 .header-nav .hrpro > ul > li > a::after {
  font-family: 'iconfont' !important;
  content: "\e87e";
  font-size: 14px;
  color: #000000;
  margin-left: 8px;
  transition: all 0.5s;
  margin-top: 4px;
}
.header .box2 .header-nav .hrdown .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background-color: #FFF;
  color: #000;
  font-size: 24px;
  transition: all 0.5s;
}
@media (max-width: 575px) {
  .header .box2 .header-nav .hrdown .iconfont {
    font-size: 18px;
    width: 32px;
    height: 32px;
  }
}
.header .box2 .header-nav .hrdown .iconfont:hover {
  color: #CE3409;
}
.header .box2 .h-r2 {
  display: flex;
  align-items: center;
}
.header .box2 .h-r2 .hr2-2 {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header .box2 .h-r2 .hr2-2 {
    align-items: flex-start;
  }
}
.header .box2 .h-r2 .hr2-2 .language {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header .box2 .h-r2 .hr2-2 .language .lang {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 70px;
  background-color: #CE3409;
  padding: 22px 24px;
  max-height: 64px;
}
@media (max-width: 1600px) {
  .header .box2 .h-r2 .hr2-2 .language .lang {
    padding: 16px 20px;
  }
}
@media (max-width: 1400px) {
  .header .box2 .h-r2 .hr2-2 .language .lang {
    padding: 12px 16px;
  }
}
@media (max-width: 575px) {
  .header .box2 .h-r2 .hr2-2 .language .lang {
    padding: 8px 12px;
  }
}
.header .box2 .h-r2 .hr2-2 .language .lang::after {
  font-family: 'iconfont' !important;
  content: '\e87e';
  font-size: 16px;
  color: #fff;
  margin-left: 14px;
}
@media (max-width: 1600px) {
  .header .box2 .h-r2 .hr2-2 .language .lang::after {
    margin-left: 10px;
    font-size: 14px;
  }
}
.header .box2 .h-r2 .hr2-2 .language .lang span {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 1400px) {
  .header .box2 .h-r2 .hr2-2 .language .lang span {
    font-size: 14px;
  }
}
.header .box2 .h-r2 .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 .box2 .h-r2 .hr2-2 .language .drop-select {
    min-width: 100%;
    width: auto;
    height: 300px;
    overflow: auto;
    padding: 10px;
  }
}
.header .box2 .h-r2 .hr2-2 .language .drop-select li {
  font-size: 16px;
  display: inline-block;
  width: calc(100%/3);
  vertical-align: top;
}
@media (max-width: 991px) {
  .header .box2 .h-r2 .hr2-2 .language .drop-select li {
    width: 100%;
    font-size: 14px;
  }
}
.header .box2 .h-r2 .hr2-2 .language .drop-select li:hover a {
  color: #777777;
}
.header .box2 .h-r2 .hr2-2 .language .drop-select li a {
  display: flex;
  align-items: center;
  padding: 6px;
  font-size: 14px;
  color: #000;
}
.header .box2 .h-r2 .hr2-2 .language .drop-select li a:hover {
  background: #eee;
}
.header .box2 .h-r2 .hr2-2 .language .drop-select li a img {
  max-height: 20px;
  display: block;
  margin-right: 10px;
}
.header .box2 .form {
  margin-left: 10px;
}
.header .box2 .form .search .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  background-color: #FFF;
  color: #000000;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .header .box2 .form .search .iconfont {
    width: 50px;
    height: 50px;
    font-size: 22px;
    padding-right: 2px;
  }
}
@media (max-width: 1400px) {
  .header .box2 .form .search .iconfont {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .header .box2 .form .search .iconfont {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}
.header .box2 .form .search .iconfont:hover {
  background-color: #CE3409;
  color: #FFF;
}
.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 #CE3409;
  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: #CE3409;
}
.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;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .btn-menu {
    margin-left: 10px;
  }
}
.btn-menu a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .btn-menu a {
    color: #fff;
  }
}
.btn-menu a .iconfont {
  font-size: 34px;
}
@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;
}
.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(960 / 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: 50% !important;
  transform: translateX(-50%);
  width: auto !important;
  max-width: 100% !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
@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 {
  background: #fff !important;
}
.swiper-pagination-bullet-active::after {
  opacity: 1 !important;
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 25px !important;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
}
.swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  width: 34px;
  height: 34px;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/bannerdian.png) no-repeat center;
  background-size: cover;
  animation: rotate 3s linear infinite;
}
.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);
  }
}
@keyframes rotate2 {
  from {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
.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: 4px;
}
.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: 100px;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 22px;
  transition: all 0.3s ease;
  color: #fff;
}
.index-nav .a:hover .fix-nav-phonenumber {
  transform: translateY(-50%) translateX(-2px);
}
.index-nav .a:hover .iconfont {
  background-color: #CE3409;
  color: #FFF;
}
.index-nav .top {
  position: relative;
}
.index-nav .WeChat .fix-nav-phonenumber p {
  height: auto;
  padding: 7px;
  border-radius: 5px;
}
.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: #CE3409;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  white-space: nowrap;
  color: #FFF;
  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: white;
  bottom: 15%;
  font-size: 40px;
  border: 1px solid #333;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  line-height: 41px;
  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: #fff;
  background-color: #CE3409;
  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: white;
}
@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: #CE3409;
  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;
}
@media (max-width: 767px) {
  .slick-dots {
    display: none !important;
  }
}
@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 {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}
@media (max-width: 1400px) {
  .index-title h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .index-title h3 {
    margin-bottom: 10px;
  }
}
.index-title h3::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #CE3409;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .index-title h3::before {
    width: 8px;
    height: 8px;
    margin-right: 10px;
  }
}
.index-title h3 span {
  color: #CE3409;
  font-family: "HubotSans";
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 767px) {
  .index-title h3 span {
    font-size: 14px;
  }
}
.index-title h2 {
  margin: 0;
  color: #000;
  font-family: "HubotSans";
  font-size: 80px;
  font-weight: 500;
  line-height: 86px;
  letter-spacing: -2.4px;
}
@media (max-width: 1680px) {
  .index-title h2 {
    font-size: 65px !important;
    line-height: 65px;
  }
}
@media (max-width: 1440px) {
  .index-title h2 {
    font-size: 55px !important;
    line-height: 100%;
  }
}
@media (max-width: 1400px) {
  .index-title h2 {
    font-size: 50px !important;
  }
}
@media (max-width: 1199px) {
  .index-title h2 {
    font-size: 45px !important;
    letter-spacing: -1.4px !important;
  }
}
@media (max-width: 991px) {
  .index-title h2 {
    font-size: 35px !important;
  }
}
@media (max-width: 767px) {
  .index-title h2 {
    font-size: 28px !important;
    letter-spacing: 0 !important;
  }
}
.index-more {
  display: inline-flex;
  align-items: center;
  border-radius: 99px;
  background: #000;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4), 0 2.351px 0.941px -1px rgba(0, 0, 0, 0.2), 0 5.573px 2.229px -1px rgba(0, 0, 0, 0.07), 0 10.166px 4.067px -2px rgba(0, 0, 0, 0.06), 0 16.902px 6.761px -2.5px rgba(0, 0, 0, 0.06), 0 27.295px 10.918px -3.125px rgba(0, 0, 0, 0.06), 0 44.679px 17.871px -3.75px rgba(0, 0, 0, 0.05), 0 76.934px 30.773px -4.375px rgba(0, 0, 0, 0.03);
  height: 54px;
  width: 246px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  padding: 5px;
  padding-left: 25px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.index-more::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #CE3409;
  z-index: 2;
  transition: all 0.5s;
  opacity: 0;
}
@media (max-width: 767px) {
  .index-more::after {
    opacity: 1;
  }
}
.index-more:hover span {
  color: #fff;
}
.index-more:hover span::after {
  color: #fff;
  background-color: #000000;
  transform: rotate(45deg);
}
.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: #fff;
  width: 100%;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .index-more span {
    color: #FFF;
  }
}
.index-more span::after {
  font-family: 'iconfont' !important;
  content: '\e600';
  color: #000000;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 60px;
  background-color: #CE3409;
  font-size: 14px;
  color: #FFF;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .index-more span::after {
    background-color: #000000;
    color: #FFF;
  }
}
.prev-next {
  width: 90px;
  position: relative;
  margin-bottom: 18px;
}
@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: '\e600';
  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: 44px;
  height: 44px;
  border-radius: 60px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
}
.prev-next .slick-next:hover,
.prev-next .slick-prev:hover {
  background-color: #CE3409;
}
.prev-next .slick-next {
  right: 0;
}
.prev-next .slick-prev {
  left: 0;
}
.prev-next .slick-prev:hover::before,
.prev-next .slick-next:hover::before {
  color: #FFF;
}
img {
  background: transparent !important;
}
body {
  height: auto !important;
}
.index {
  overflow-x: clip;
}
@media (max-width: 991px) {
  .index {
    overflow: hidden;
  }
}
.index .innfind {
  padding: 103px 0;
  background: #F5F5F5;
}
@media (max-width: 1400px) {
  .index .innfind {
    padding: 70px 0;
  }
}
@media (max-width: 1199px) {
  .index .innfind {
    padding: 50px 0;
  }
}
.index .innfind .top {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .index .innfind .top {
    flex-wrap: wrap;
  }
}
.index .innfind .top .tit {
  color: #000;
  font-family: "HubotSans";
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.38px;
}
@media (max-width: 1400px) {
  .index .innfind .top .tit {
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  .index .innfind .top .tit {
    font-size: 30px;
    letter-spacing: -0.38px;
  }
}
@media (max-width: 991px) {
  .index .innfind .top .tit {
    font-size: 26px;
  }
}
.index .innfind .top .btn {
  padding: 0;
  border: none !important;
  margin-left: 120px;
}
@media (max-width: 1400px) {
  .index .innfind .top .btn {
    margin-left: 80px;
  }
}
@media (max-width: 1199px) {
  .index .innfind .top .btn {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .index .innfind .top .btn {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}
.index .innfind .top .btn ul {
  list-style: none;
  display: flex;
}
@media (max-width: 767px) {
  .index .innfind .top .btn ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
.index .innfind .top .btn ul li {
  border-radius: 50px;
  border: 1px solid #000;
  margin-left: 10px;
  width: 200px;
  padding: 15px 10px;
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .index .innfind .top .btn ul li {
    font-size: 18px;
    width: 150px;
  }
}
@media (max-width: 991px) {
  .index .innfind .top .btn ul li {
    padding: 12px 10px;
  }
}
@media (max-width: 767px) {
  .index .innfind .top .btn ul li {
    width: 100%;
  }
}
.index .innfind .top .btn ul li:first-child {
  margin-left: 0;
}
.index .innfind .top .btn ul li:hover {
  background-color: #CE3409;
  border-color: #CE3409;
  color: #FFF;
}
.index .innfind .top .btn ul li.on {
  background-color: #CE3409;
  border-color: #CE3409;
  color: #FFF;
}
.index .innfind .content {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .index .innfind .content {
    margin-top: 30px;
  }
}
.index .innfind .content .formbox {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  opacity: 0;
  pointer-events: none;
  z-index: -11;
}
.index .innfind .content .formbox.on {
  z-index: 11;
  opacity: 1;
  pointer-events: auto;
  position: relative;
}
@media (max-width: 991px) {
  .index .innfind .content .formbox form {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.index .innfind .content .formbox form select {
  position: relative;
  width: 36%;
  border-radius: 10px;
  border: 1px solid #E5E5E5;
  background-color: #FFF;
  padding: 20px;
  cursor: pointer;
  color: #444;
  font-size: 14px;
  line-height: 100%;
  margin-right: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/svg/jiantou.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px 12px;
}
@media (max-width: 991px) {
  .index .innfind .content .formbox form select {
    width: 49%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .index .innfind .content .formbox form select {
    width: 100%;
    margin-bottom: 10px;
  }
  .index .innfind .content .formbox form select:last-child {
    margin-bottom: 0;
  }
}
.index .innfind .content .formbox form select:last-child {
  margin-right: 0;
}
.index .innfind .content .formbox form select:focus {
  outline: none;
}
.index .innfind .content .formbox form button {
  border: none;
  border-radius: 50px;
  background-color: #000;
  display: inline-flex;
  align-items: center;
  max-height: 54px;
  padding: 17px 24px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .index .innfind .content .formbox form button {
    margin-top: 20px;
    padding: 12px 24px;
  }
}
.index .innfind .content .formbox form button:hover {
  background-color: #CE3409;
}
.index .innfind .content .formbox form button span {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
.index .innfind .content .formbox form button .iconfont {
  margin-left: 10px;
  color: #FFF;
  font-size: 20px;
  margin-top: 4px;
}
.index .inseries {
  padding-top: 130px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .index .inseries {
    padding-top: 80px;
  }
}
@media (max-width: 1199px) {
  .index .inseries {
    padding-top: 50px;
  }
}
.index .inseries .top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .index .inseries .top {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .index .inseries .top .index-title {
    width: 100%;
  }
}
.index .inseries .top .right {
  max-width: 390px;
}
@media (max-width: 991px) {
  .index .inseries .top .right {
    width: 100%;
    margin-top: 20px;
  }
}
.index .inseries .top .right .count {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
  color: #CE3409;
  font-size: 120px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -3.6px;
  display: flex;
  align-items: center;
}
@media (max-width: 1680px) {
  .index .inseries .top .right .count {
    font-size: 90px;
  }
}
@media (max-width: 1400px) {
  .index .inseries .top .right .count {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .index .inseries .top .right .count {
    font-size: 60px;
    margin-bottom: 20px;
    letter-spacing: -2.6px;
  }
}
@media (max-width: 991px) {
  .index .inseries .top .right .count {
    font-size: 50px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .index .inseries .top .right .count {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}
.index .inseries .top .right .count i {
  font-style: normal;
  margin-left: 5px;
}
.index .inseries .top .right p {
  padding-right: 44px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
@media (max-width: 767px) {
  .index .inseries .top .right p {
    font-size: 14px;
  }
}
.index .inseries .content {
  padding-bottom: 30px;
  position: relative;
  z-index: 55;
  margin-top: 80px;
}
.index .inseries .content .more {
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 1400px) {
  .index .inseries .content .more {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .index .inseries .content .more {
    margin-top: 0px;
  }
}
@media (max-width: 1280px) {
  .index .inseries .content .inseries-slick {
    margin: 0 -20px;
    padding-bottom: 6rem;
  }
}
.index .inseries .content .slick-dots {
  bottom: 3rem;
}
@media (max-width: 991px) {
  .index .inseries .content .slick-dots {
    display: block !important;
  }
}
.index .inseries .content .slick-dots li {
  width: 0.625rem;
  height: 0.625rem;
  background: #000;
  border-radius: 50%;
}
.index .inseries .content .slick-dots li.slick-active {
  background: #fff;
}
@media (max-width: 767px) {
  .index .inseries .content .slick-dots li.slick-active {
    background: #CE3409;
  }
}
.index .inseries .content .slick-dots li button {
  display: none;
}
.index .inseries .content .itembox {
  display: flex;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.index .inseries .content .itembox:nth-child(even) {
  justify-content: flex-start;
}
@media (min-width: 1280px) {
  .index .inseries .content .itembox:nth-child(even) .item {
    margin-left: 0;
    justify-content: flex-start;
    margin-right: auto !important;
  }
}
@media (max-width: 1280px) {
  .index .inseries .content .itembox {
    padding: 0 20px;
  }
}
.index .inseries .content .itembox .item {
  position: relative;
  display: flex;
}
@media (min-width: 1280px) {
  .index .inseries .content .itembox .item {
    margin-left: auto;
    margin-right: 0rem !important;
    width: 66% !important;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .index .inseries .content .itembox .item {
    align-items: stretch;
  }
}
@media (min-width: 1280px) {
  .index .inseries .content .itembox .item {
    justify-content: flex-end;
    flex-direction: row;
    grid-column-gap: 1.25rem;
  }
}
@media (max-width: 1280px) {
  .index .inseries .content .itembox .item {
    flex-direction: row-reverse;
    grid-column-gap: 6.25rem;
    background-color: #F5F5F5;
    padding: 1.25rem;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .index .inseries .content .itembox .item {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.index .inseries .content .itembox .item:hover .cont-img .img-box .img2 {
  opacity: 1;
  pointer-events: all;
}
.index .inseries .content .itembox .item:hover .cont-img .img-box .img1 {
  opacity: 0;
}
.index .inseries .content .itembox .item:hover .cont .con1 {
  background-color: #CE3409;
}
.index .inseries .content .itembox .item:hover .cont .con1 .num {
  color: #000;
}
.index .inseries .content .itembox .item:hover .cont .con1 .txt h2 {
  color: #fff;
}
.index .inseries .content .itembox .item:hover .cont .con1 .txt h2 a {
  color: #fff;
}
.index .inseries .content .itembox .item:hover .cont .con1 .txt p {
  color: #EDD4CD;
}
.index .inseries .content .itembox .item .cont-img {
  width: 100%;
  margin-left: 0;
  position: static;
  overflow: hidden;
  will-change: transform;
  transition: all 0.8s;
}
@media (min-width: 1280px) {
  .index .inseries .content .itembox .item .cont-img {
    color: #333;
    width: 50%;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    overflow: hidden;
    margin-left: 0;
    transform: translateX(0%);
  }
}
@media (max-width: 991px) {
  .index .inseries .content .itembox .item .cont-img {
    width: 100%;
  }
}
.index .inseries .content .itembox .item .cont-img .img-box {
  padding-bottom: calc(480 / 540 * 100%);
  border-radius: 10px;
}
.index .inseries .content .itembox .item .cont-img .img-box img {
  transition: all 0.5s;
}
.index .inseries .content .itembox .item .cont-img .img-box .img2 {
  opacity: 0;
  z-index: 5;
  pointer-events: none;
}
.index .inseries .content .itembox .item .cont-img .img-box:hover .img2 {
  opacity: 1;
  pointer-events: all;
}
.index .inseries .content .itembox .item .cont-img .img-box:hover .img1 {
  opacity: 0;
}
@media (min-width: 1280px) {
  .index .inseries .content .itembox .item .cont {
    width: 50%;
    margin-bottom: 0;
    position: relative;
  }
}
@media (max-width: 991px) {
  .index .inseries .content .itembox .item .cont {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .index .inseries .content .itembox .item .cont .cconbox {
    position: relative;
    padding-top: calc(480 / 540 * 100%);
  }
}
.index .inseries .content .itembox .item .cont .con1 {
  padding: 2.5rem 2.5rem 3.75rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 10px;
  background-color: #F5F5F5;
  transition: all 0.4s;
}
@media (min-width: 1280px) {
  .index .inseries .content .itembox .item .cont .con1 {
    position: absolute;
    inset: 0%;
  }
}
@media (max-width: 1400px) {
  .index .inseries .content .itembox .item .cont .con1 {
    padding: 30px;
  }
}
@media (max-width: 1280px) {
  .index .inseries .content .itembox .item .cont .con1 {
    padding: 0;
  }
}
.index .inseries .content .itembox .item .cont .con1 .num {
  color: #CE3409;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.52px;
  transition: all 0.4s;
}
@media (max-width: 1680px) {
  .index .inseries .content .itembox .item .cont .con1 .num {
    font-size: 22px;
  }
}
@media (max-width: 1280px) {
  .index .inseries .content .itembox .item .cont .con1 .txt {
    margin-top: 2.5rem;
  }
}
.index .inseries .content .itembox .item .cont .con1 .txt h2 {
  color: #000;
  font-size: 34px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.68px;
  margin-bottom: 30px;
  transition: all 0.4s;
}
@media (max-width: 1680px) {
  .index .inseries .content .itembox .item .cont .con1 .txt h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1400px) {
  .index .inseries .content .itembox .item .cont .con1 .txt h2 {
    font-size: 24px;
  }
}
.index .inseries .content .itembox .item .cont .con1 .txt h2 a {
  color: #000;
  transition: all 0.4s;
}
.index .inseries .content .itembox .item .cont .con1 .txt p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .index .inseries .content .itembox .item .cont .con1 .txt p {
    font-size: 14px;
  }
}
.index .inpopular {
  padding-top: 120px;
}
@media (max-width: 1560px) {
  .index .inpopular {
    padding-top: 90px;
  }
}
@media (max-width: 1400px) {
  .index .inpopular {
    padding-top: 70px;
  }
}
@media (max-width: 1199px) {
  .index .inpopular {
    padding-top: 50px;
  }
}
.index .inpopular .topbox {
  position: relative;
}
.index .inpopular .topbox .inpopularimg1 {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  transform: rotate(180deg);
  z-index: -1;
  height: auto;
}
.index .inpopular .top {
  display: flex;
}
@media (max-width: 991px) {
  .index .inpopular .top {
    flex-wrap: wrap;
  }
}
.index .inpopular .top .right {
  width: 48%;
  margin-left: 21%;
}
@media (max-width: 1400px) {
  .index .inpopular .top .right {
    width: 54%;
    margin-left: 10%;
  }
}
@media (max-width: 991px) {
  .index .inpopular .top .right {
    width: 100%;
    margin-left: 0;
  }
}
.index .inpopular .top .right .index-title h2 {
  color: #FFF;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .index .inpopular .top .right .index-title h2 {
    margin-bottom: 20px;
  }
}
.index .inpopular .top .right .index-title p {
  color: #E2D9D9;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .index .inpopular .top .right .index-title p {
    font-size: 14px;
  }
}
.index .inpopular .content {
  background: #111;
  padding-top: 90px;
}
@media (max-width: 1560px) {
  .index .inpopular .content {
    padding-top: 70px;
  }
}
@media (max-width: 1400px) {
  .index .inpopular .content {
    padding-top: 50px;
  }
}
@media (max-width: 1199px) {
  .index .inpopular .content {
    padding-top: 30px;
  }
}
.index .inpopular .content .inpro-slick {
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .index .inpopular .content .inpro-slick {
    margin: 0 -12px;
  }
}
.index .inpopular .content .inpro-slick .slick-slider {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .index .inpopular .content .inpro-slick .slick-slider {
    padding: 0 12px;
  }
}
.index .inpopular .content .inpro-slick .slick-slider .slide {
  background-color: rgba(255, 255, 255, 0.06);
  padding: 20px;
  transition: all 0.4s;
}
.index .inpopular .content .inpro-slick .slick-slider .slide:hover {
  background-color: #CE3409;
}
.index .inpopular .content .inpro-slick .slick-slider .slide:hover .laybel span {
  border-color: #CC4F2C;
  background-color: #B03412;
}
.index .inpopular .content .inpro-slick .slick-slider .slide:hover .cont-img .img-box img {
  transform: scale(1.06) !important;
}
.index .inpopular .content .inpro-slick .slick-slider .slide:hover .cont .tit a {
  text-decoration: underline;
}
.index .inpopular .content .inpro-slick .slick-slider .slide:hover .cont .more a span::after {
  transform: rotate(45deg);
}
.index .inpopular .content .inpro-slick .slick-slider .slide .laybel {
  text-align: right;
}
.index .inpopular .content .inpro-slick .slick-slider .slide .laybel span {
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  border: 1px solid #404040;
  background-color: #333;
  padding: 7px 14px;
  color: #FFF;
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.4s;
}
.index .inpopular .content .inpro-slick .slick-slider .slide .cont-img {
  margin-top: 20px;
}
.index .inpopular .content .inpro-slick .slick-slider .slide .cont-img .img-box {
  padding-bottom: calc(400 / 350 * 100%);
  border-radius: 8px;
}
.index .inpopular .content .inpro-slick .slick-slider .slide .cont {
  margin-top: 30px;
  padding-bottom: 4px;
}
.index .inpopular .content .inpro-slick .slick-slider .slide .cont .tit {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 1400px) {
  .index .inpopular .content .inpro-slick .slick-slider .slide .cont .tit {
    font-size: 18px;
  }
}
.index .inpopular .content .inpro-slick .slick-slider .slide .cont .tit a {
  color: #FFF;
  transition: all 0.4s;
}
.index .inpopular .content .inpro-slick .slick-slider .slide .cont .txt {
  margin-top: 14px;
}
.index .inpopular .content .inpro-slick .slick-slider .slide .cont .txt p {
  color: #C5C5C5;
  font-size: 14px;
  line-height: 20px;
}
.index .inpopular .content .inpro-slick .slick-slider .slide .cont .more {
  margin-top: 40px;
}
.index .inpopular .content .inpro-slick .slick-slider .slide .cont .more a {
  display: inline-flex;
  align-items: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  transition: all 0.4s;
}
.index .inpopular .content .inpro-slick .slick-slider .slide .cont .more a span::after {
  font-family: 'iconfont' !important;
  content: "\e600";
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  margin-left: 10px;
  transition: all 0.4s;
}
.index .inpopular .content2 {
  margin-top: 12%;
}
@media (max-width: 767px) {
  .index .inpopular .content2 {
    margin-top: 50px;
  }
}
.index .inpopular .content2 .inab1 {
  position: relative;
}
.index .inpopular .content2 .inab1 .topimg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  background: transparent;
}
.index .inpopular .content2 .inab1 .videobox {
  z-index: 22;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.index .inpopular .content2 .inab1 .videobox .bgimg2,
.index .inpopular .content2 .inab1 .videobox .bgimg3 {
  width: 30%;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 15s linear infinite;
}
@media (max-width: 1680px) {
  .index .inpopular .content2 .inab1 .videobox .bgimg2,
  .index .inpopular .content2 .inab1 .videobox .bgimg3 {
    width: 35%;
  }
}
@media (max-width: 1400px) {
  .index .inpopular .content2 .inab1 .videobox .bgimg2,
  .index .inpopular .content2 .inab1 .videobox .bgimg3 {
    width: 40%;
  }
}
@media (max-width: 1199px) {
  .index .inpopular .content2 .inab1 .videobox .bgimg2,
  .index .inpopular .content2 .inab1 .videobox .bgimg3 {
    width: 47%;
  }
}
@media (max-width: 991px) {
  .index .inpopular .content2 .inab1 .videobox .bgimg2,
  .index .inpopular .content2 .inab1 .videobox .bgimg3 {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .index .inpopular .content2 .inab1 .videobox .bgimg2,
  .index .inpopular .content2 .inab1 .videobox .bgimg3 {
    width: 65%;
  }
}
@media (max-width: 440px) {
  .index .inpopular .content2 .inab1 .videobox .bgimg2,
  .index .inpopular .content2 .inab1 .videobox .bgimg3 {
    width: 80%;
  }
}
.index .inpopular .content2 .inab1 .videobox .bgimg2 {
  width: 25%;
  animation: rotate2 25s linear infinite;
}
@media (max-width: 1680px) {
  .index .inpopular .content2 .inab1 .videobox .bgimg2 {
    width: 30%;
  }
}
@media (max-width: 1400px) {
  .index .inpopular .content2 .inab1 .videobox .bgimg2 {
    width: 35%;
  }
}
@media (max-width: 1199px) {
  .index .inpopular .content2 .inab1 .videobox .bgimg2 {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .index .inpopular .content2 .inab1 .videobox .bgimg2 {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .index .inpopular .content2 .inab1 .videobox .bgimg2 {
    width: 55%;
  }
}
@media (max-width: 440px) {
  .index .inpopular .content2 .inab1 .videobox .bgimg2 {
    width: 65%;
  }
}
.index .inpopular .content2 .inab1 .videobox .bgimg {
  background: transparent;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  pointer-events: none;
}
.index .inpopular .content2 .inab1 .videobox .tit {
  padding: 14px 24px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: linear-gradient(180deg, rgba(206, 52, 9, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  position: relative;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 43px;
}
@media (max-width: 575px) {
  .index .inpopular .content2 .inab1 .videobox .tit {
    margin-bottom: 20px;
  }
}
.index .inpopular .content2 .inab1 .videobox .tit:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #FFF;
  margin-right: 20px;
}
.index .inpopular .content2 .inab1 .videobox .tit span {
  color: #FFF;
  font-family: "HubotSans";
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 767px) {
  .index .inpopular .content2 .inab1 .videobox .tit span {
    font-size: 14px;
  }
}
.index .inpopular .content2 .inab1 .videobox .firm-video {
  z-index: 12;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 104px;
  height: 104px;
  border-radius: 1000px;
  aspect-ratio: 1/1;
  background-color: #CE3409;
  border: 1px solid #fff;
  box-shadow: drop-shadow(0 29px 45.2px rgba(0, 0, 0, 0.4));
  transition: all 0.3s;
  animation: move 2s infinite;
}
@keyframes move {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes move2 {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@media (max-width: 991px) {
  .index .inpopular .content2 .inab1 .videobox .firm-video {
    width: 80px;
    height: 80px;
    animation: move2 2s infinite;
  }
}
@media (max-width: 767px) {
  .index .inpopular .content2 .inab1 .videobox .firm-video {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 575px) {
  .index .inpopular .content2 .inab1 .videobox .firm-video {
    animation: none;
  }
}
.index .inpopular .content2 .inab1 .videobox .firm-video .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #E33B0B 62.18%, #AF2600 100%);
  color: #FFF;
  font-size: 22px;
}
@media (max-width: 991px) {
  .index .inpopular .content2 .inab1 .videobox .firm-video .iconfont {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .index .inpopular .content2 .inab1 .videobox .firm-video .iconfont {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.index .inpopular .content2 .inab1 .inab1box {
  margin-top: 0;
  padding-bottom: 44px;
  background: url(../img/inab2.png) no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: 22;
}
@media (max-width: 991px) {
  .index .inpopular .content2 .inab1 .inab1box {
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  .index .inpopular .content2 .inab1 .inab1box {
    margin-top: -60px;
  }
}
@media (max-width: 575px) {
  .index .inpopular .content2 .inab1 .inab1box {
    margin-top: 0;
    background-size: 100% auto;
  }
}
@media (max-width: 440px) {
  .index .inpopular .content2 .inab1 .inab1box {
    background-color: #111111;
    margin-top: 20px;
  }
}
.index .inpopular .content2 .inab1 .inab1box .text1 {
  display: flex;
  justify-content: space-around;
  padding-top: 60px;
  position: relative;
}
@media (max-width: 575px) {
  .index .inpopular .content2 .inab1 .inab1box .text1 {
    padding-top: 40px;
    flex-wrap: wrap;
  }
}
.index .inpopular .content2 .inab1 .inab1box .text1::after {
  position: absolute;
  top: 0;
  left: 0%;
  width: 50%;
  height: 1px;
  background: linear-gradient(90deg, #111 19.71%, #999 60%, rgba(17, 17, 17, 0) 100%);
}
.index .inpopular .content2 .inab1 .inab1box .text1::before {
  position: absolute;
  top: 0;
  right: 0%;
  width: 50%;
  height: 1px;
  background: linear-gradient(90deg, #111 19.71%, #999 60%, rgba(17, 17, 17, 0) 100%);
}
.index .inpopular .content2 .inab1 .inab1box .text1 .left {
  width: 30%;
}
@media (max-width: 440px) {
  .index .inpopular .content2 .inab1 .inab1box .text1 .left {
    width: 100%;
    margin-top: 10px;
  }
  .index .inpopular .content2 .inab1 .inab1box .text1 .left:first-child {
    margin-top: 0;
  }
}
.index .inpopular .content2 .inab1 .inab1box .text1 p {
  color: #B3AAAA;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .index .inpopular .content2 .inab1 .inab1box .text1 p {
    font-size: 14px;
  }
}
.index .inpopular .content2 .inab1 .inab1box .text2 {
  margin-top: 90px;
}
@media (max-width: 1560px) {
  .index .inpopular .content2 .inab1 .inab1box .text2 {
    margin-top: 70px;
  }
}
@media (max-width: 1400px) {
  .index .inpopular .content2 .inab1 .inab1box .text2 {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .index .inpopular .content2 .inab1 .inab1box .text2 {
    margin-top: 40px;
  }
}
.index .inpopular .content2 .inab1 .inab1box .text2 .index-title {
  text-align: center;
  margin: 0 auto;
  width: 60%;
}
@media (max-width: 1400px) {
  .index .inpopular .content2 .inab1 .inab1box .text2 .index-title {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .index .inpopular .content2 .inab1 .inab1box .text2 .index-title {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .index .inpopular .content2 .inab1 .inab1box .text2 .index-title {
    width: 100%;
  }
}
.index .inpopular .content2 .inab1 .inab1box .text2 .index-title h2 {
  color: #FFF;
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .index .inpopular .content2 .inab1 .inab1box .text2 .index-title h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .index .inpopular .content2 .inab1 .inab1box .text2 .index-title h2 {
    margin-bottom: 20px;
  }
}
.index .inpopular .content2 .inab1 .inab1box .text2 .index-title p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 767px) {
  .index .inpopular .content2 .inab1 .inab1box .text2 .index-title p {
    font-size: 14px;
    line-height: 26px;
  }
}
.index .inpopular .content2 .inab1 .inab1box .text2 .index-title .more {
  margin-top: 30px;
  text-align: center;
}
.index .inpopular .content2 .inab1 .inab1box .text2 .index-title .more a span {
  color: #fff;
}
.index .inpopular .content2 .inab1 .inab1box .text2 .index-title .more a span::after {
  color: #fff;
  background-color: #000000;
}
.index .inpopular .content2 .inab1 .inab1box .text2 .index-title .more a::after {
  opacity: 1;
}
.index .inpopular .content3 {
  position: relative;
  padding-top: 76px;
}
.index .inpopular .content3::after {
  position: absolute;
  top: 0;
  left: 0%;
  background: url(../img/inparen-b1.png) no-repeat top center;
  background-size: 100% auto;
  z-index: -1;
}
.index .inpopular .content3 .bgimg1 {
  position: absolute;
  width: 100%;
  pointer-events: none;
  z-index: -1;
  top: 0;
  left: 0;
}

@media (max-width: 1199px) {
.index .inpopular .content3 .bgimg1 {
  left: 50%;
  transform: translateX(-50%);

  width: 170%;
}
}
@media (max-width: 992px) {
  .index .inpopular .content3 .bgimg1 {
  
    width: 500%;
  }
  }

  @media (max-width: 680px) {
    .index .inpopular .content3 .bgimg1 {
    
      width: 600%;
    }
    }
    @media (max-width: 600px) {
      .index .inpopular .content3 .bgimg1 {
      
        width: 700%;
      }
      }


.index .inpopular .content3 .bgimg1 img {
  width: 100%;
  background: transparent;
  height: auto;
}
.index .inpopular .content3::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/inparen-b1.png) no-repeat top center;
  background-size: 100% auto;
  pointer-events: none;
}
.index .inpopular .content3 .row-box {
  margin: -15px -30px;
}
@media (max-width: 1400px) {
  .index .inpopular .content3 .row-box {
    margin: -15px -20px;
  }
}
@media (max-width: 991px) {
  .index .inpopular .content3 .row-box {
    margin: -15px -15px;
  }
}
.index .inpopular .content3 .row-box .col-box {
  padding: 15px 30px;
}
@media (min-width: 1200px) {
  .index .inpopular .content3 .row-box .col-box {
    width: 20%;
  }
}
@media (max-width: 1400px) {
  .index .inpopular .content3 .row-box .col-box {
    padding: 15px 20px;
  }
}
@media (max-width: 991px) {
  .index .inpopular .content3 .row-box .col-box {
    padding: 15px 15px;
  }
}
.index .inpopular .content3 .row-box .col-box .item {
  cursor: pointer;
}
.index .inpopular .content3 .row-box .col-box .item .img-box {
  padding-bottom: calc(130 / 250 * 100%);
}
.index .inpopular .content3 .row-box .col-box .item .img-box img {
  background: transparent;
}
.index .inwhy {
  margin-top: 200px;
}
@media (max-width: 767px) {
  .index .inwhy {
    margin-top: 50px;
  }
}
.index .inwhy .index-title {
  text-align: center;
}
.index .inwhy .index-title h3 {
  justify-content: center;
}
.index .inwhy .content {
  margin-top: 100px;
}
@media (max-width: 1560px) {
  .index .inwhy .content {
    margin-top: 70px;
  }
}
@media (max-width: 1400px) {
  .index .inwhy .content {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .index .inwhy .content {
    margin-top: 40px;
  }
}
.index .inwhy .content .row-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index .inwhy .content .row-box .left {
  width: 48%;
  display: flex;
  margin: -12px;
}
@media (max-width: 991px) {
  .index .inwhy .content .row-box .left {
    width: 100%;
    margin-top: 20px;
  }
  .index .inwhy .content .row-box .left:first-child {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .index .inwhy .content .row-box .left {
    flex-wrap: wrap;
  }
}
@media (min-width: 991px) {
  .index .inwhy .content .row-box .left:nth-child(1) .col-box:nth-child(1) {
    margin-top: 0;
  }
}
.index .inwhy .content .row-box .left .col-box {
  margin: 12px;
}
@media (min-width: 991px) {
  .index .inwhy .content .row-box .left .col-box {
    margin-top: 20%;
  }
}
.index .inwhy .content .row-box .left .col-box .txt {
  margin-top: 60%;
  margin-bottom: 50px;
  width: 60%;
}
@media (max-width: 1400px) {
  .index .inwhy .content .row-box .left .col-box .txt {
    width: 70%;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .index .inwhy .content .row-box .left .col-box .txt {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .index .inwhy .content .row-box .left .col-box .txt {
    width: 90%;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.index .inwhy .content .row-box .left .col-box .txt p {
  color: #666;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}
@media (max-width: 767px) {
  .index .inwhy .content .row-box .left .col-box .txt p {
    font-size: 14px;
  }
}
.index .inwhy .content .row-box .left .col-box .item {
  border-radius: 6px;
  background-color: #F5F5F5;
  padding: 20px 50px 5px 20px;
  transition: all 0.4s;
}
@media (max-width: 1400px) {
  .index .inwhy .content .row-box .left .col-box .item {
    padding: 20px 30px 5px 20px;
  }
}
@media (max-width: 767px) {
  .index .inwhy .content .row-box .left .col-box .item {
    background-color: #CE3409;
  }
}
.index .inwhy .content .row-box .left .col-box .item:hover {
  background-color: #CE3409;
}
.index .inwhy .content .row-box .left .col-box .item:hover .icon .iconfont {
  animation: swing 1s 0s ease both;
  background: url(../img/abpaer2-1.png) no-repeat center;
  background-size: cover;
  color: #CE3409;
}
.index .inwhy .content .row-box .left .col-box .item:hover .icon .iconfont::after {
  opacity: 1;
}
.index .inwhy .content .row-box .left .col-box .item:hover .num {
  color: #000000;
}
.index .inwhy .content .row-box .left .col-box .item:hover h2 {
  color: #FFF;
}
.index .inwhy .content .row-box .left .col-box .item:hover p {
  color: #FFF;
  opacity: 1;
}
.index .inwhy .content .row-box .left .col-box .item .num {
  color: #CE3409;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.4s;
}
@media (max-width: 1400px) {
  .index .inwhy .content .row-box .left .col-box .item .num {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .index .inwhy .content .row-box .left .col-box .item .num {
    color: #000;
    font-size: 14px;
  }
}
.index .inwhy .content .row-box .left .col-box .item h2 {
  width: 85%;
  margin: 20px 0 44px 0;
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  transition: all 0.4s;
}
@media (max-width: 1680px) {
  .index .inwhy .content .row-box .left .col-box .item h2 {
    font-size: 24px;
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .index .inwhy .content .row-box .left .col-box .item h2 {
    margin: 20px 0 30px 0;
  }
}
@media (max-width: 1400px) {
  .index .inwhy .content .row-box .left .col-box .item h2 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .index .inwhy .content .row-box .left .col-box .item h2 {
    font-size: 20px;
    margin: 10px 0 20px 0;
  }
}
@media (max-width: 991px) {
  .index .inwhy .content .row-box .left .col-box .item h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .index .inwhy .content .row-box .left .col-box .item h2 {
    color: #fff;
  }
}
.index .inwhy .content .row-box .left .col-box .item p {
  opacity: 0;
  color: #FFF5F3;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .index .inwhy .content .row-box .left .col-box .item p {
    font-size: 14px;
    color: #FFF;
    opacity: 1;
  }
}
.index .inwhy .content .row-box .left .col-box .item .icon {
  margin-top: 30px;
  text-align: right;
}
.index .inwhy .content .row-box .left .col-box .item .icon .iconfont {
  display: inline-flex;
  width: 73.786px;
  height: 86.298px;
  background: url(../img/abpaer2-2.png) no-repeat center;
  background-size: cover;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #000000;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .index .inwhy .content .row-box .left .col-box .item .icon .iconfont {
    width: 60px;
    height: 70px;
    font-size: 24px;
  }
}
.index .inwhy .content .row-box .left .col-box .item .icon .iconfont::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  transition: all 0.4s;
}
.index .inwhy .content .ccontent2 {
  width: 49%;
  display: flex;
  justify-content: flex-end;
  margin-top: -9.2%;
}
@media (max-width: 1680px) {
  .index .inwhy .content .ccontent2 {
    margin-top: -11.2%;
  }
}
@media (max-width: 1400px) {
  .index .inwhy .content .ccontent2 {
    margin-top: -13.2%;
  }
}
@media (max-width: 1199px) {
  .index .inwhy .content .ccontent2 {
    margin-top: -15.2%;
  }
}
@media (max-width: 991px) {
  .index .inwhy .content .ccontent2 {
    margin-top: 30px;
    width: 100%;
    justify-content: center;
  }
}
.index .inwhy .content .ccontent2 h2 {
  margin: 0;
  color: #CE3409;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .index .inwhy .content .ccontent2 h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .index .inwhy .content .ccontent2 h2 {
    font-size: 18px;
  }
}
.index .inwhy .content .ccontent2 p {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
@media (max-width: 1400px) {
  .index .inwhy .content .ccontent2 p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .index .inwhy .content .ccontent2 p {
    font-size: 14px;
    line-height: 24px;
  }
}
.index .inwhy .content .ccontent2 .more {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .index .inwhy .content .ccontent2 .more {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .index .inwhy .content .ccontent2 .more {
    margin-top: 20px;
  }
}
.index .innews {
  margin-top: 10.5%;
  padding-bottom: 150px;
}
@media (max-width: 1560px) {
  .index .innews {
    padding-bottom: 100px;
  }
}
@media (max-width: 1400px) {
  .index .innews {
    padding-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .index .innews {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .index .innews {
    margin-top: 50px;
  }
}
.index .innews .index-title {
  margin: 0 auto;
  width: 60%;
  text-align: center;
}
@media (max-width: 1400px) {
  .index .innews .index-title {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .index .innews .index-title {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .index .innews .index-title {
    width: 100%;
  }
}
.index .innews .index-title h3 {
  justify-content: center;
}
.index .innews .index-title h2 {
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .index .innews .index-title h2 {
    margin-bottom: 20px;
  }
}
.index .innews .index-title p {
  color: #444;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .index .innews .index-title p {
    font-size: 14px;
    line-height: 20px;
  }
}
.index .innews .content {
  margin-top: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .index .innews .content {
    margin-top: 70px;
  }
}
@media (max-width: 1199px) {
  .index .innews .content {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .index .innews .content {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .index .innews .content {
    flex-wrap: wrap;
  }
}
.index .innews .content .left {
  width: 41%;
  position: sticky;
  top: 155px;
}
@media (max-width: 991px) {
  .index .innews .content .left {
    width: 100%;
    position: static;
  }
}
.index .innews .content .left .item {
  position: relative;
}
.index .innews .content .left .cont-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transform: all 0.4s;
  z-index: -11;
}
.index .innews .content .left .cont-img.on {
  opacity: 1;
  pointer-events: all;
  position: relative;
  height: auto;
  z-index: 2;
}
.index .innews .content .left .cont-img .img-box {
  padding-bottom: calc(440 / 570 * 100%);
  border-radius: 10px;
}
.index .innews .content .right {
  width: 50%;
}
@media (max-width: 991px) {
  .index .innews .content .right {
    width: 100%;
    margin-top: 30px;
  }
}
.index .innews .content .right .item {
  border-top: 1px solid #E5E5E5;
  padding: 44px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .index .innews .content .right .item {
    padding: 30px 0;
  }
}
.index .innews .content .right .item:hover .date {
  color: #000000;
}
.index .innews .content .right .item:hover .tit h2 a {
  color: #CE3409;
  text-decoration: underline;
}
.index .innews .content .right .item:hover .tit::after {
  transform: rotate(45deg);
  background-color: #CE3409;
}
.index .innews .content .right .item.on .date {
  color: #000000;
}
.index .innews .content .right .item.on .tit h2 a {
  color: #CE3409;
  text-decoration: underline;
}
.index .innews .content .right .item.on .tit::after {
  transform: rotate(45deg);
  background-color: #CE3409;
}
.index .innews .content .right .item .date {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .index .innews .content .right .item .date {
    font-size: 14px;
  }
}
.index .innews .content .right .item .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 14px 0 20px 0;
}
.index .innews .content .right .item .tit::after {
  font-family: 'iconfont' !important;
  content: "\e600";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #FFF;
  background-color: #000000;
  transition: all 0.3s;
}
.index .innews .content .right .item .tit h2 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  width: 80%;
}
@media (max-width: 1400px) {
  .index .innews .content .right .item .tit h2 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .index .innews .content .right .item .tit h2 {
    font-size: 18px;
    line-height: 1.4;
  }
}
.index .innews .content .right .item .tit h2 a {
  color: #000;
  transition: all 0.2s;
}
.index .innews .content .right .item p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  width: 85%;
}
@media (max-width: 767px) {
  .index .innews .content .right .item p {
    font-size: 14px;
    line-height: 20px;
  }
}
.index .innews .content .right .more {
  margin-top: 60px;
}
@media (max-width: 1400px) {
  .index .innews .content .right .more {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .index .innews .content .right .more {
    margin-top: 30px;
  }
}
.footer {
  overflow: hidden;
  padding-top: 100px;
  background: #111;
}
@media (max-width: 1560px) {
  .footer {
    padding-top: 80px;
  }
}
@media (max-width: 1400px) {
  .footer {
    padding-top: 60px;
  }
}
@media (max-width: 1199px) {
  .footer {
    padding-top: 50px;
  }
}
.footer .fob1 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .fob1 {
    flex-wrap: wrap;
  }
}
.footer .fob1 .left {
  width: 30%;
}
@media (max-width: 1440px) {
  .footer .fob1 .left {
    width: 35%;
  }
}
@media (max-width: 1199px) {
  .footer .fob1 .left {
    width: 100%;
  }
}
.footer .fob1 .left .message {
  width: 100%;
  border-radius: 10px;
  background: #CE3409;
  padding: 42px 38px;
  padding-left: 52px;
}
@media (max-width: 1440px) {
  .footer .fob1 .left .message {
    padding: 32px 28px;
    padding-left: 42px;
  }
}
@media (max-width: 1199px) {
  .footer .fob1 .left .message {
    padding: 30px 20px;
  }
}
.footer .fob1 .left .message h2 {
  margin-bottom: 35px;
  color: #FFF;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.96px;
}
@media (max-width: 1440px) {
  .footer .fob1 .left .message h2 {
    font-size: 28px;
  }
}
@media (max-width: 1400px) {
  .footer .fob1 .left .message h2 {
    margin-bottom: 25px;
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .footer .fob1 .left .message h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .footer .fob1 .left .message h2 {
    font-size: 20px;
  }
}
.footer .fob1 .left .message .formbox .now-title {
  margin-bottom: 33px;
}
.footer .fob1 .left .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #CE3409;
  padding: 20px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 767px) {
  .footer .fob1 .left .message .formbox .now-title input {
    font-size: 14px;
  }
}
.footer .fob1 .left .message .formbox .row {
  list-style: none;
  margin: -5px 0;
}
.footer .fob1 .left .message .formbox li {
  padding: 5px 0;
}
.footer .fob1 .left .message .formbox .group {
  position: relative;
}
.footer .fob1 .left .message .formbox .group b {
  display: block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  .footer .fob1 .left .message .formbox .group b {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .footer .fob1 .left .message .formbox .group b {
    font-size: 14px;
  }
}
.footer .fob1 .left .message .formbox .group span {
  display: inline-block;
  width: 80px;
  margin-left: 10px;
}
.footer .fob1 .left .message .formbox .group span img {
  width: 100%;
  height: auto;
}
.footer .fob1 .left .message .formbox .group label {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 767px) {
  .footer .fob1 .left .message .formbox .group label {
    font-size: 14px;
    line-height: 22px;
  }
}
.footer .fob1 .left .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #F1896C;
  background: #E16745;
  color: #FFF;
  font-size: 15px;
  line-height: 100%;
  padding: 14px 18px;
  padding-bottom: 15px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 991px) {
  .footer .fob1 .left .message .formbox .group input {
    font-size: 14px;
  }
}
.footer .fob1 .left .message .formbox .group input::placeholder {
  color: #FFF;
  font-size: 15px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .footer .fob1 .left .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.footer .fob1 .left .message .formbox .group input:focus label {
  display: none;
}
.footer .fob1 .left .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.footer .fob1 .left .message .formbox .group textarea {
  border: none;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #F1896C;
  background: #E16745;
  color: #FFF;
  font-size: 15px;
  line-height: 100%;
  padding: 15px 18px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 150px;
}
@media (max-width: 991px) {
  .footer .fob1 .left .message .formbox .group textarea {
    font-size: 14px;
    height: 150px;
  }
}
.footer .fob1 .left .message .formbox .group textarea::placeholder {
  color: #FFF;
  font-size: 15px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .footer .fob1 .left .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.footer .fob1 .left .message .formbox .group textarea:focus label {
  display: none;
}
.footer .fob1 .left .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.footer .fob1 .left .message .func {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1199px) {
  .footer .fob1 .left .message .func {
    margin-top: 20px;
  }
}
.footer .fob1 .left .message .func button {
  border: none;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .footer .fob1 .left .message .func button {
    padding: 12px 40px;
  }
}
.footer .fob1 .left .message .func button:hover {
  text-decoration: underline;
}
.footer .fob1 .right {
  padding-top: 50px;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .fob1 .right {
    width: 100%;
    margin-top: 40px;
    padding: 0;
  }
}
.footer .fob1 .right .top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer .fob1 .right .top {
    flex-wrap: wrap;
  }
}
.footer .fob1 .right .top h2 {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.72px;
  margin-bottom: 39px;
}
@media (max-width: 1400px) {
  .footer .fob1 .right .top h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer .fob1 .right .top .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer .fob1 .right .top .item:last-child {
    margin-bottom: 0;
  }
}
.footer .fob1 .right .top ul {
  list-style: none;
}
@media (max-width: 767px) {
  .footer .fob1 .right .top ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer .fob1 .right .top ul li {
    margin-right: 20px;
  }
}
.footer .fob1 .right .top ul li:hover span {
  color: #FFF;
}
.footer .fob1 .right .top ul li span {
  display: block;
  margin-bottom: 8px;
  color: #999;
  font-size: 16px;
  line-height: 100%;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .footer .fob1 .right .top ul li span {
    font-size: 14px;
  }
}
.footer .fob1 .right .top ul li p {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
}
@media (max-width: 767px) {
  .footer .fob1 .right .top ul li p {
    font-size: 16px;
    line-height: 28px;
  }
}
.footer .fob1 .right .top ul li p a {
  color: #FFF;
  transition: all 0.4s;
}
.footer .fob1 .right .top ul li p a:hover {
  color: #CE3409;
  text-decoration: underline;
}
.footer .fob1 .right .top .item2 {
  width: 30%;
}
@media (max-width: 1440px) {
  .footer .fob1 .right .top .item2 {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .footer .fob1 .right .top .item2 {
    width: 100%;
  }
}
.footer .fob1 .right .top .item2 ul {
  display: block !important;
}
.footer .fob1 .right .top .item2 ul li {
  margin-top: 22px;
}
.footer .fob1 .right .top .item2 ul li:first-child {
  margin-top: 0;
}
.footer .fob1 .right .top .item2 ul li p {
  line-height: 100%;
}
.footer .fob1 .right .bottom {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .footer .fob1 .right .bottom {
    flex-wrap: wrap;
  }
}
.footer .fob1 .right .bottom .rbicon p {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .footer .fob1 .right .bottom .rbicon p {
    font-size: 16px;
  }
}
.footer .fob1 .right .bottom .rbicon ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.footer .fob1 .right .bottom .rbicon ul li {
  margin-right: 8px;
}
.footer .fob1 .right .bottom .rbicon ul li:last-child {
  margin-right: 0;
}
.footer .fob1 .right .bottom .rbicon ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #404040;
  background-color: #303030;
  transition: all 0.4s;
}
.footer .fob1 .right .bottom .rbicon ul li a:hover {
  background-color: #CE3409;
  border-color: #CE3409;
}
.footer .fob1 .right .bottom .rbicon ul li a:hover .iconfont {
  color: #CE3409;
  animation: swing 1s 0s ease both;
}
.footer .fob1 .right .bottom .rbicon ul li a .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background-color: #FFF;
  font-size: 24px;
  color: #111111;
  transition: all 0.4s;
}
.footer .fob1 .right .bottom .foot-logo {
  width: 80%;
  max-width: 260px;
}
@media (max-width: 767px) {
  .footer .fob1 .right .bottom .foot-logo {
    margin: 0 auto;
    margin-top: 20px;
  }
}
.footer .fob1 .right .bottom .foot-logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.footer .fob2 {
  margin-top: 110px;
}
@media (max-width: 1400px) {
  .footer .fob2 {
    margin-top: 80px;
  }
}
@media (max-width: 1199px) {
  .footer .fob2 {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .footer .fob2 {
    margin-top: 40px;
  }
}
.footer .fob2 img {
  width: 100%;
  height: auto;
}
.footer .fob3 {
  border-top: 1px solid #303030;
  padding: 41px 0;
  background: #111;
  margin-top: -60px;
  position: relative;
  z-index: 12;
}
@media (max-width: 1400px) {
  .footer .fob3 {
    margin-top: -20px;
  }
}
@media (max-width: 1199px) {
  .footer .fob3 {
    padding-bottom: 75px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer .fob3 {
    margin-top: -10px;
  }
}
.footer .fob3 .text {
  display: flex;
  align-items: center;
  color: #999;
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .footer .fob3 .text {
    flex-wrap: wrap;
  }
}
.footer .fob3 .text .hicheng {
  color: #999;
  transition: all 0.4s;
}
.footer .fob3 .text .hicheng:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .fob3 .text .cnzz {
  display: inline-block;
  margin: 0 10px;
}
.aboutbanner img {
  width: 100%;
  height: auto;
}
.about {
  overflow-x: clip;
  position: relative;
}
@media (max-width: 1199px) {
  .about {
    overflow: hidden;
  }
}
.about::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/about-b1.png) no-repeat top center;
  background-size: 100% 46%;
}
@media (max-width: 1440px) {
  .about::after {
    background-size: 100% 50%;
  }
}
@media (max-width: 1400px) {
  .about::after {
    background-size: 100% 56%;
  }
}
@media (max-width: 991px) {
  .about::after {
    background-size: 100% 50%;
  }
}
@media (max-width: 767px) {
  .about::after {
    background-size: 300% auto;
  }
}
@media (max-width: 670px) {
  .about::after {
    background-size: 310% auto;
  }
}
@media (max-width: 640px) {
  .about::after {
    background-size: 330% auto;
  }
}
@media (max-width: 570px) {
  .about::after {
    background-size: 380% auto;
  }
}
@media (max-width: 520px) {
  .about::after {
    background-size: 400% auto;
  }
}
@media (max-width: 500px) {
  .about::after {
    background-size: 440% auto;
  }
}
@media (max-width: 480px) {
  .about::after {
    background-size: 480% auto;
  }
}
@media (max-width: 460px) {
  .about::after {
    background-size: 520% auto;
  }
}
@media (max-width: 420px) {
  .about::after {
    background-size: 540% auto;
  }
}
@media (max-width: 410px) {
  .about::after {
    background-size: 600% auto;
  }
}
@media (max-width: 390px) {
  .about::after {
    background-size: 700% auto;
  }
}
.about .abbgimg {
  position: relative;
  z-index: 11;
}
.about .abbgimg .bg1 {
  width: 100%;
  height: auto;
}
.about .box {
  display: flex;
  justify-content: space-between;
  margin-top: -75px;
  position: relative;
  z-index: 12;
}
@media (max-width: 1200px) {
  .about .box {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .about .box {
    margin-top: -50px;
  }
}
@media (max-width: 767px) {
  .about .box {
    margin-top: -10px;
  }
}
.about .box .top-nav li a {
  height: auto !important;
}
@media (max-width: 1200px) {
  .about .box .left {
    display: none;
  }
}
.about .box .left ul {
  list-style: none;
  padding: 25px 0;
  position: relative;
  position: sticky;
  top: 150px;
}
.about .box .left ul::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  width: 1px;
  height: 100%;
  background: url(../img/abnav-1.png) no-repeat center;
  background-size: cover;
}
.about .box .left ul li {
  margin-top: 30px;
}
.about .box .left ul li:first-child {
  margin-top: 0;
}
.about .box .left ul li a {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  padding-left: 40px;
  position: relative;
  transition: all 0.4s;
}
.about .box .left ul li a:hover {
  color: #CE3409;
}
.about .box .left ul li a:hover::after {
  background-color: #FFF;
}
.about .box .left ul li a:hover::before {
  opacity: 1;
}
.about .box .left ul li a.active {
  color: #CE3409 !important;
}
.about .box .left ul li a.active::after {
  background-color: #FFF;
}
.about .box .left ul li a.active::before {
  opacity: 1;
}
.about .box .left ul li a.nji {
  color: #000;
}
.about .box .left ul li a::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: #CE3409;
  transition: all 0.4s;
  z-index: 2;
}
.about .box .left ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #CE3409;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.4s;
  z-index: 1;
}
.about .box .right {
  width: 85%;
}
@media (max-width: 1680px) {
  .about .box .right {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  .about .box .right {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .about .box .right {
    margin-top: 20px;
  }
}
.about .box .right .abpaer .index-title h2 {
  margin-bottom: 20px;
  color: #FFF;
}
.about .box .right .abpaer .index-title p {
  color: #CE3409;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  /* 86.667% */
  letter-spacing: -0.9px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 15%;
  /* 4.5px */
  text-underline-offset: 15%;
  /* 4.5px */
  text-underline-position: from-font;
}
@media (max-width: 1440px) {
  .about .box .right .abpaer .index-title p {
    font-size: 26px;
  }
}
@media (max-width: 1400px) {
  .about .box .right .abpaer .index-title p {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .about .box .right .abpaer .index-title p {
    font-size: 22px;
  }
}
.about .box .right .abpaer .content {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media (max-width: 1560px) {
  .about .box .right .abpaer .content {
    margin-top: 60px;
  }
}
@media (max-width: 1400px) {
  .about .box .right .abpaer .content {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .about .box .right .abpaer .content {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .about .box .right .abpaer .content {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .about .box .right .abpaer .content .txt {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .about .box .right .abpaer .content .txt2 {
    width: 55%;
  }
}
.about .box .right .abpaer .content p {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 767px) {
  .about .box .right .abpaer .content p {
    font-size: 14px;
    line-height: 24px;
  }
}
.about .box .right .abpaer .content2 {
  margin-top: 124px;
}
@media (max-width: 1560px) {
  .about .box .right .abpaer .content2 {
    margin-top: 100px;
  }
}
@media (max-width: 1400px) {
  .about .box .right .abpaer .content2 {
    margin-top: 80px;
  }
}
@media (max-width: 1199px) {
  .about .box .right .abpaer .content2 {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .about .box .right .abpaer .content2 {
    margin-top: 40px;
  }
}
.about .box .right .abpaer .content2 .row-box {
  margin: -15px -32px;
}
@media (max-width: 1400px) {
  .about .box .right .abpaer .content2 .row-box {
    margin: -15px -20px;
  }
}
.about .box .right .abpaer .content2 .row-box .col-box {
  padding: 15px 32px;
}
@media (max-width: 1400px) {
  .about .box .right .abpaer .content2 .row-box .col-box {
    padding: 15px 20px;
  }
}
.about .box .right .abpaer .content2 .row-box .col-box .item:hover .icon .iconfont {
  animation: swing 1s 0s ease both;
  background: url(../img/abpaer2-2.png) no-repeat center;
  background-size: cover;
  color: #CE3409;
}
.about .box .right .abpaer .content2 .row-box .col-box .item:hover .icon .iconfont::after {
  opacity: 1;
}
.about .box .right .abpaer .content2 .row-box .col-box .item .icon .iconfont {
  display: inline-flex;
  width: 73.786px;
  height: 86.298px;
  background: url(../img/abpaer2-1.png) no-repeat center;
  background-size: cover;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #000000;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .about .box .right .abpaer .content2 .row-box .col-box .item .icon .iconfont {
    width: 60px;
    height: 70px;
    font-size: 24px;
  }
}
.about .box .right .abpaer .content2 .row-box .col-box .item .icon .iconfont::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  transition: all 0.4s;
}
.about .box .right .abpaer .content2 .row-box .col-box .item .cont {
  margin-top: 42px;
}
@media (max-width: 1400px) {
  .about .box .right .abpaer .content2 .row-box .col-box .item .cont {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .about .box .right .abpaer .content2 .row-box .col-box .item .cont {
    margin-top: 20px;
  }
}
.about .box .right .abpaer .content2 .row-box .col-box .item .cont .tit {
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 1400px) {
  .about .box .right .abpaer .content2 .row-box .col-box .item .cont .tit {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .about .box .right .abpaer .content2 .row-box .col-box .item .cont .tit {
    font-size: 20px;
    line-height: 24px;
  }
}
.about .box .right .abpaer .content2 .row-box .col-box .item .cont .txt {
  margin-top: 20px;
}
.about .box .right .abpaer .content2 .row-box .col-box .item .cont .txt p {
  color: #FFF5F3;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .about .box .right .abpaer .content2 .row-box .col-box .item .cont .txt p {
    font-size: 14px;
  }
}
.about .box .right .abpaer .content3 {
  margin: 0 -7.5px;
  margin-top: -16%;
}
@media (max-width: 991px) {
  .about .box .right .abpaer .content3 {
    margin: 0 -5px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .about .box .right .abpaer .content3 {
    margin: 0 -2.5px;
    margin-top: 20px;
  }
}
.about .box .right .abpaer .content3 .cont-img1 {
  padding: 7.5px;
  width: 20%;
}
@media (max-width: 991px) {
  .about .box .right .abpaer .content3 .cont-img1 {
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .about .box .right .abpaer .content3 .cont-img1 {
    padding: 2.5px;
  }
}
.about .box .right .abpaer .content3 .cont-img1 .img-box {
  padding-bottom: calc(240 / 280 * 100%);
  border-radius: 3px;
}
.about .box .right .abpaer .content3 .cont-img2 {
  padding: 7.5px;
  width: 44%;
}
@media (max-width: 991px) {
  .about .box .right .abpaer .content3 .cont-img2 {
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .about .box .right .abpaer .content3 .cont-img2 {
    padding: 2.5px;
  }
}
.about .box .right .abpaer .content3 .cont-img2 .img-box {
  padding-bottom: calc(500 / 590 * 100%);
  border-radius: 6px;
}
.about .box .right .abpaer .content3 .cont-img3 {
  padding: 7.5px;
  width: 36%;
  position: relative;
}
@media (max-width: 991px) {
  .about .box .right .abpaer .content3 .cont-img3 {
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .about .box .right .abpaer .content3 .cont-img3 {
    padding: 2.5px;
  }
}
.about .box .right .abpaer .content3 .cont-img3 .img-box {
  padding-bottom: calc(500 / 467 * 100%);
  border-radius: 6px;
}
.about .box .right .abpaer .content3 .cont-img3 .firm-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  border-radius: 1000px;
  aspect-ratio: 1/1;
  background-color: #CE3409;
  border: 1px solid #fff;
  box-shadow: drop-shadow(0 29px 45.2px rgba(0, 0, 0, 0.4));
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .about .box .right .abpaer .content3 .cont-img3 .firm-video {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .about .box .right .abpaer .content3 .cont-img3 .firm-video {
    width: 60px;
    height: 60px;
  }
}
.about .box .right .abpaer .content3 .cont-img3 .firm-video:hover {
  transform: translate(-50%, -50%) scale(1.06);
}
.about .box .right .abpaer .content3 .cont-img3 .firm-video .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #E33B0B 62.18%, #AF2600 100%);
  color: #FFF;
  font-size: 22px;
}
@media (max-width: 991px) {
  .about .box .right .abpaer .content3 .cont-img3 .firm-video .iconfont {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .about .box .right .abpaer .content3 .cont-img3 .firm-video .iconfont {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.about .box .right .abpaer .content3 .bottom {
  display: flex;
  align-items: flex-start;
}
.about .box .right .abpaer .content3 .top {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.about .box .right .abdeve {
  margin-top: 13%;
}
@media (max-width: 767px) {
  .about .box .right .abdeve {
    margin-top: 50px;
  }
}
.about .box .right .abdeve .index-title {
  width: 77%;
}
@media (max-width: 1400px) {
  .about .box .right .abdeve .index-title {
    width: 87%;
  }
}
@media (max-width: 991px) {
  .about .box .right .abdeve .index-title {
    width: 100%;
  }
}
.about .box .right .abdeve .index-title h2 {
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .about .box .right .abdeve .index-title h2 {
    margin-bottom: 20px;
  }
}
.about .box .right .abdeve .index-title p {
  color: #444;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .about .box .right .abdeve .index-title p {
    font-size: 14px;
  }
}
.about .box .right .abdeve .content {
  position: relative;
  margin-top: 70px;
}
@media (max-width: 1560px) {
  .about .box .right .abdeve .content {
    margin-top: 50px;
  }
}
@media (max-width: 1400px) {
  .about .box .right .abdeve .content {
    margin-top: 40px;
  }
}
.about .box .right .abdeve .content .abdeve-slik .item-box {
  height: auto;
  padding-left: 12px;
}
@media (max-width: 991px) {
  .about .box .right .abdeve .content .abdeve-slik .item-box {
    padding: 0 12px;
  }
}
@media (min-width: 991px) {
  .about .box .right .abdeve .content .abdeve-slik .item-box:nth-child(even) {
    margin-top: 250px;
  }
  .about .box .right .abdeve .content .abdeve-slik .item-box:nth-child(even) .item {
    flex-direction: column-reverse;
    margin-bottom: auto;
    margin-top: 19px;
  }
  .about .box .right .abdeve .content .abdeve-slik .item-box:nth-child(even) .item .contbs {
    margin-bottom: 30px;
    margin-top: auto;
  }
  .about .box .right .abdeve .content .abdeve-slik .item-box:nth-child(even) .item .contbs::after {
    bottom: auto;
    top: -2px;
  }
  .about .box .right .abdeve .content .abdeve-slik .item-box:nth-child(even) .item .contbs::before {
    bottom: auto;
    top: -8px;
  }
}
@media (min-width: 991px) and (max-width: 1680px) {
  .about .box .right .abdeve .content .abdeve-slik .item-box:nth-child(even) {
    margin-top: 275px;
  }
}
@media (min-width: 991px) and (max-width: 1440px) {
  .about .box .right .abdeve .content .abdeve-slik .item-box:nth-child(even) {
    margin-top: 264px;
  }
}
@media (min-width: 991px) and (max-width: 1400px) {
  .about .box .right .abdeve .content .abdeve-slik .item-box:nth-child(even) {
    margin-top: 277px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .about .box .right .abdeve .content .abdeve-slik .item-box:nth-child(even) {
    margin-top: 226px;
  }
}
@media (min-width: 991px) and (max-width: 1400px) {
  .about .box .right .abdeve .content .abdeve-slik .item-box:nth-child(even) .item .contbs {
    margin-bottom: 20px;
  }
}
.about .box .right .abdeve .content .abdeve-slik .item-box .item {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .about .box .right .abdeve .content .abdeve-slik .item-box .item {
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-end;
  }
}
.about .box .right .abdeve .content .abdeve-slik .item-box .item:hover .cont h2 {
  color: #CE3409;
}
.about .box .right .abdeve .content .abdeve-slik .item-box .item:hover .contbs::before {
  opacity: 1;
}
.about .box .right .abdeve .content .abdeve-slik .item-box .item .cont {
  min-height: 130px;
}
@media (max-width: 991px) {
  .about .box .right .abdeve .content .abdeve-slik .item-box .item .cont {
    min-height: auto;
    margin-left: 20px;
    padding-bottom: 20px;
  }
}
.about .box .right .abdeve .content .abdeve-slik .item-box .item .cont h2 {
  color: #000;
  font-family: "HubotSans";
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 16px;
  transition: all 0.4s;
}
@media (max-width: 1440px) {
  .about .box .right .abdeve .content .abdeve-slik .item-box .item .cont h2 {
    font-size: 32px;
  }
}
@media (max-width: 1400px) {
  .about .box .right .abdeve .content .abdeve-slik .item-box .item .cont h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .about .box .right .abdeve .content .abdeve-slik .item-box .item .cont h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .about .box .right .abdeve .content .abdeve-slik .item-box .item .cont h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.about .box .right .abdeve .content .abdeve-slik .item-box .item .cont p {
  color: #222;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .about .box .right .abdeve .content .abdeve-slik .item-box .item .cont p {
    font-size: 14px;
  }
}
.about .box .right .abdeve .content .abdeve-slik .item-box .item .contbs {
  margin-top: 28px;
  width: 100%;
  height: 93px;
  border-left: 1px dashed #000;
  position: relative;
}
@media (max-width: 1400px) {
  .about .box .right .abdeve .content .abdeve-slik .item-box .item .contbs {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .about .box .right .abdeve .content .abdeve-slik .item-box .item .contbs {
    width: auto;
  }
}
.about .box .right .abdeve .content .abdeve-slik .item-box .item .contbs::after {
  content: '';
  position: absolute;
  left: -6px;
  bottom: -4px;
  background: #CE3409;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
.about .box .right .abdeve .content .abdeve-slik .item-box .item .contbs::before {
  content: '';
  position: absolute;
  left: -12px;
  bottom: -10px;
  background: #000000;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  transition: all 0.4s;
  opacity: 0;
}
.about .box .right .abdeve .content .hr {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 17px;
  border: 1px dashed #000;
  z-index: -1;
}
@media (max-width: 991px) {
  .about .box .right .abdeve .content .hr {
    bottom: 10px;
    top: auto;
  }
}
.about .box .right .abdeve .contentbox {
  position: relative;
  padding-bottom: 16%;
}
@media (max-width: 767px) {
  .about .box .right .abdeve .contentbox {
    padding-bottom: 50px;
  }
}
.about .box .right .abdeve .contentbox .waves {
  pointer-events: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 400%;
  height: 100%;
  z-index: -1;
}
.about .box .right .abdeve .contentbox .waves canvas {
  width: 100% ;
  height: 100%;
}
.about .box .right .abcorp .index-title {
  width: 77%;
}
@media (max-width: 1400px) {
  .about .box .right .abcorp .index-title {
    width: 87%;
  }
}
@media (max-width: 991px) {
  .about .box .right .abcorp .index-title {
    width: 100%;
  }
}
.about .box .right .abcorp .index-title h2 {
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .about .box .right .abcorp .index-title h2 {
    margin-bottom: 20px;
  }
}
.about .box .right .abcorp .index-title p {
  color: #444;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .about .box .right .abcorp .index-title p {
    font-size: 14px;
  }
}
.about .box .right .abcorp .content {
  margin-top: 80px;
}
@media (max-width: 1400px) {
  .about .box .right .abcorp .content {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .about .box .right .abcorp .content {
    margin-top: 30px;
  }
}
.about .box .right .abcorp .content .topimg img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.about .box .right .abcorp .content .ccont {
  margin-top: 6px;
}
.about .box .right .abcorp .content .ccont .row-box {
  margin: 0 -15px;
}
.about .box .right .abcorp .content .ccont .row-box .col-box {
  padding: 0 15px;
}
.about .box .right .abcorp .content .ccont .row-box .col-box .item {
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
  height: 100%;
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 1400px) {
  .about .box .right .abcorp .content .ccont .row-box .col-box .item {
    padding: 30px 0;
  }
}
.about .box .right .abcorp .content .ccont .row-box .col-box .item:hover .icon .iconfont {
  animation: swing 1s 0s ease both;
  color: #CE3409;
}
.about .box .right .abcorp .content .ccont .row-box .col-box .item:hover .cont h2 {
  color: #CE3409;
}
.about .box .right .abcorp .content .ccont .row-box .col-box .item .icon .iconfont {
  font-size: 24px;
  line-height: 1;
  color: #000000;
  display: inline-block;
  transition: all 0.5s;
}
.about .box .right .abcorp .content .ccont .row-box .col-box .item .cont {
  margin-left: 24px;
}
@media (max-width: 1400px) {
  .about .box .right .abcorp .content .ccont .row-box .col-box .item .cont {
    margin-left: 20px;
  }
}
.about .box .right .abcorp .content .ccont .row-box .col-box .item .cont h2 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.5s;
  margin-bottom: 14px;
}
@media (max-width: 1400px) {
  .about .box .right .abcorp .content .ccont .row-box .col-box .item .cont h2 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .about .box .right .abcorp .content .ccont .row-box .col-box .item .cont h2 {
    font-size: 18px;
  }
}
.about .box .right .abcorp .content .ccont .row-box .col-box .item .cont p {
  color: #444;
  font-size: 16px;
  transition: all 0.5s;
  line-height: 24px;
}
@media (max-width: 767px) {
  .about .box .right .abcorp .content .ccont .row-box .col-box .item .cont p {
    font-size: 14px;
    line-height: 22px;
  }
}
.about .box .right .abcert {
  margin-top: 130px;
}
@media (max-width: 1560px) {
  .about .box .right .abcert {
    margin-top: 100px;
  }
}
@media (max-width: 1400px) {
  .about .box .right .abcert {
    margin-top: 80px;
  }
}
@media (max-width: 1199px) {
  .about .box .right .abcert {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .about .box .right .abcert {
    margin-top: 40px;
  }
}
.about .box .right .abcert .index-title {
  width: 77%;
}
@media (max-width: 1400px) {
  .about .box .right .abcert .index-title {
    width: 87%;
  }
}
@media (max-width: 991px) {
  .about .box .right .abcert .index-title {
    width: 100%;
  }
}
.about .box .right .abcert .index-title h2 {
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .about .box .right .abcert .index-title h2 {
    margin-bottom: 20px;
  }
}
.about .box .right .abcert .index-title p {
  color: #444;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .about .box .right .abcert .index-title p {
    font-size: 14px;
  }
}
.about .box .right .abcert .content {
  margin-top: 80px;
}
@media (max-width: 1560px) {
  .about .box .right .abcert .content {
    margin-top: 60px;
  }
}
@media (max-width: 1440px) {
  .about .box .right .abcert .content {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .about .box .right .abcert .content {
    margin-top: 30px;
  }
}
.about .box .right .abcert .content .abcert-slick {
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .about .box .right .abcert .content .abcert-slick {
    margin: 0 -12px;
  }
}
.about .box .right .abcert .content .abcert-slick .slick-dots {
  text-align: left;
  bottom: -50px;
  left: 10px;
}
@media (max-width: 767px) {
  .about .box .right .abcert .content .abcert-slick .slick-dots {
    display: block !important;
    bottom: -30px;
  }
}
.about .box .right .abcert .content .abcert-slick .slick-dots li {
  width: 28px;
  height: 5px;
  background-color: #E5E5E5;
  border-radius: 10px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .about .box .right .abcert .content .abcert-slick .slick-dots li {
    width: 20px;
  }
}
.about .box .right .abcert .content .abcert-slick .slick-dots li.slick-active {
  width: 66px;
  background-color: #CE3409;
}
@media (max-width: 767px) {
  .about .box .right .abcert .content .abcert-slick .slick-dots li.slick-active {
    width: 40px;
  }
}
.about .box .right .abcert .content .abcert-slick .slick-dots li button {
  width: 100%;
  height: 100%;
}
.about .box .right .abcert .content .abcert-slick .slick-dots li button::before {
  display: none;
}
.about .box .right .abcert .content .abcert-slick .item-box {
  padding: 0 15px;
  height: auto;
}
@media (max-width: 991px) {
  .about .box .right .abcert .content .abcert-slick .item-box {
    padding: 0 12px;
  }
}
.about .box .right .abcert .content .abcert-slick .item-box .item {
  cursor: pointer;
}
.about .box .right .abcert .content .abcert-slick .item-box .item:hover .cont-img::after {
  opacity: 1;
}
.about .box .right .abcert .content .abcert-slick .item-box .item:hover .img-box img {
  transform: scale(1.05);
}
.about .box .right .abcert .content .abcert-slick .item-box .item:hover .tit {
  color: #CE3409;
}
.about .box .right .abcert .content .abcert-slick .item-box .item .cont-img {
  border-radius: 10px;
  background: #F5F5F5;
  overflow: hidden;
  padding: 22px;
  position: relative;
}
@media (max-width: 1199px) {
  .about .box .right .abcert .content .abcert-slick .item-box .item .cont-img {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .about .box .right .abcert .content .abcert-slick .item-box .item .cont-img {
    padding: 10px;
  }
}
.about .box .right .abcert .content .abcert-slick .item-box .item .cont-img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(206, 52, 9, 0.2);
  background: linear-gradient(180deg, rgba(206, 52, 9, 0.1) 0%, #CE3409 50%, rgba(206, 52, 9, 0.1) 100%);
  opacity: 0;
  transition: all 0.4s;
}
.about .box .right .abcert .content .abcert-slick .item-box .item .img-box {
  padding-bottom: calc(400 / 270 * 100%);
}
.about .box .right .abcert .content .abcert-slick .item-box .item .tit {
  margin-top: 20px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .about .box .right .abcert .content .abcert-slick .item-box .item .tit {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .about .box .right .abcert .content .abcert-slick .item-box .item .tit {
    font-size: 14px;
  }
}
.about .box .right .abfact {
  margin-top: 180px;
}
@media (max-width: 1560px) {
  .about .box .right .abfact {
    margin-top: 150px;
  }
}
@media (max-width: 1400px) {
  .about .box .right .abfact {
    margin-top: 130px;
  }
}
@media (max-width: 1199px) {
  .about .box .right .abfact {
    margin-top: 110px;
  }
}
@media (max-width: 991px) {
  .about .box .right .abfact {
    margin-top: 90px;
  }
}
.about .box .right .abfact .index-title {
  width: 77%;
}
@media (max-width: 1400px) {
  .about .box .right .abfact .index-title {
    width: 87%;
  }
}
@media (max-width: 991px) {
  .about .box .right .abfact .index-title {
    width: 100%;
  }
}
.about .box .right .abfact .index-title h2 {
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .about .box .right .abfact .index-title h2 {
    margin-bottom: 20px;
  }
}
.about .box .right .abfact .index-title p {
  color: #444;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .about .box .right .abfact .index-title p {
    font-size: 14px;
  }
}
.about .box .right .abfact .content {
  margin-top: 80px;
}
@media (max-width: 1560px) {
  .about .box .right .abfact .content {
    margin-top: 60px;
  }
}
@media (max-width: 1440px) {
  .about .box .right .abfact .content {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .about .box .right .abfact .content {
    margin-top: 30px;
  }
}
.about .box .right .abfact .content .row-box {
  margin: -15px;
}
@media (max-width: 991px) {
  .about .box .right .abfact .content .row-box {
    margin: -12px;
  }
}
.about .box .right .abfact .content .row-box .col-box {
  padding: 15px;
  height: auto;
}
@media (max-width: 991px) {
  .about .box .right .abfact .content .row-box .col-box {
    padding: 12px;
  }
}
.about .box .right .abfact .content .row-box .col-box .item {
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
}
.about .box .right .abfact .content .row-box .col-box .item:hover .cont-img::after {
  opacity: 1;
}
.about .box .right .abfact .content .row-box .col-box .item:hover .img-box img {
  transform: scale(1.05);
}
.about .box .right .abfact .content .row-box .col-box .item .cont-img {
  overflow: hidden;
  position: relative;
}
.about .box .right .abfact .content .row-box .col-box .item .img-box {
  padding-bottom: calc(300 / 440 * 100%);
}
.about .box .right .abfact .content .row-box .col-box .item .tit {
  background-color: #CE3409;
  position: absolute;
  bottom: 0;
  z-index: 12;
  left: 0;
  width: 100%;
  padding: 14px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .about .box .right .abfact .content .row-box .col-box .item .tit {
    font-size: 14px;
    display: block;
  }
}
.about .box .right .abpart {
  margin-top: 130px;
  padding-bottom: 120px;
}
@media (max-width: 1560px) {
  .about .box .right .abpart {
    margin-top: 100px;
    padding-bottom: 90px;
  }
}
@media (max-width: 1400px) {
  .about .box .right .abpart {
    margin-top: 80px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .about .box .right .abpart {
    margin-top: 60px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .about .box .right .abpart {
    margin-top: 50px;
  }
}
.about .box .right .abpart .index-title {
  width: 77%;
}
@media (max-width: 1400px) {
  .about .box .right .abpart .index-title {
    width: 87%;
  }
}
@media (max-width: 991px) {
  .about .box .right .abpart .index-title {
    width: 100%;
  }
}
.about .box .right .abpart .index-title h2 {
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .about .box .right .abpart .index-title h2 {
    margin-bottom: 20px;
  }
}
.about .box .right .abpart .index-title p {
  color: #444;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .about .box .right .abpart .index-title p {
    font-size: 14px;
  }
}
.about .box .right .abpart .content {
  margin-top: 80px;
}
@media (max-width: 1560px) {
  .about .box .right .abpart .content {
    margin-top: 60px;
  }
}
@media (max-width: 1440px) {
  .about .box .right .abpart .content {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .about .box .right .abpart .content {
    margin-top: 30px;
  }
}
.about .box .right .abpart .content .row-box {
  margin: -17px;
}
@media (max-width: 1440px) {
  .about .box .right .abpart .content .row-box {
    margin: -15px;
  }
}
@media (max-width: 991px) {
  .about .box .right .abpart .content .row-box {
    margin: -12px;
  }
}
.about .box .right .abpart .content .row-box .col-box {
  padding: 17px;
}
@media (max-width: 1440px) {
  .about .box .right .abpart .content .row-box .col-box {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .about .box .right .abpart .content .row-box .col-box {
    padding: 12px;
  }
}
.about .box .right .abpart .content .row-box .col-box .item {
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #F5F5F5;
  background: #FFF;
  overflow: hidden;
  transition: all 0.4s;
}
.about .box .right .abpart .content .row-box .col-box .item:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
}
.about .box .right .abpart .content .row-box .col-box .item .img-box {
  padding-bottom: calc(106 / 200 * 100%);
}
.pronav {
  background: #F5F5F5;
  padding: 20px 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 767px) {
  .pronav {
    font-size: 14px;
  }
}
.pronav .iconfont {
  margin-right: 20px;
  color: #CE3409;
  font-size: 20px;
  line-height: 1;
}
.pronav span {
  display: inline-block;
  margin: 0 2px;
}
.pronav a {
  color: #000;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .pronav a {
    color: #000;
  }
}
.pronav a:hover {
  color: #CE3409;
  text-decoration: underline;
}
.pronav a.on {
  color: #CE3409;
  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: white;
    background-color: #CE3409;
  }
}
.top-nav .top-a:hover {
  color: white;
  background-color: #CE3409;
}
@media (max-width: 1199px) {
  .product {
    overflow: hidden;
  }
}
.product .prob1 {
  padding: 60px 0 80px 0;
  background: #F5F5F5;
}
@media (max-width: 1400px) {
  .product .prob1 {
    padding: 40px 0 60px 0;
  }
}
@media (max-width: 1199px) {
  .product .prob1 {
    padding: 30px 0 40px 0;
  }
}
.product .prob1 .content2 .row-box {
  margin: -15px -15px;
}
@media (max-width: 1400px) {
  .product .prob1 .content2 .row-box {
    margin: -15px -15px;
  }
}
.product .prob1 .content2 .row-box .col-box {
  padding: 15px 15px;
}
@media (max-width: 1400px) {
  .product .prob1 .content2 .row-box .col-box {
    padding: 15px 15px;
  }
}
.product .prob1 .content2 .row-box .col-box .item {
  border-radius: 10px;
  background-color: #FFF;
  padding: 30px;
  padding-right: 64px;
  transition: all 0.4s;
  height: 100%;
}
@media (max-width: 1400px) {
  .product .prob1 .content2 .row-box .col-box .item {
    padding: 20px;
    padding-right: 30px;
  }
}
.product .prob1 .content2 .row-box .col-box .item:hover {
  background-color: #CE3409;
}
.product .prob1 .content2 .row-box .col-box .item:hover .icon .iconfont {
  animation: swing 1s 0s ease both;
  background: url(../img/abpaer2-1.png) no-repeat center;
  background-size: cover;
  color: #CE3409;
}
.product .prob1 .content2 .row-box .col-box .item:hover .icon .iconfont::after {
  opacity: 1;
}
.product .prob1 .content2 .row-box .col-box .item:hover .cont .tit {
  color: #FFF;
}
.product .prob1 .content2 .row-box .col-box .item:hover .cont .txt p {
  color: #FFF;
}
.product .prob1 .content2 .row-box .col-box .item .icon .iconfont {
  display: inline-flex;
  width: 73.786px;
  height: 86.298px;
  background: url(../img/abpaer2-2.png) no-repeat center;
  background-size: cover;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #000000;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .product .prob1 .content2 .row-box .col-box .item .icon .iconfont {
    width: 60px;
    height: 70px;
    font-size: 24px;
  }
}
.product .prob1 .content2 .row-box .col-box .item .icon .iconfont::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  transition: all 0.4s;
}
.product .prob1 .content2 .row-box .col-box .item .cont {
  margin-top: 42px;
}
@media (max-width: 1400px) {
  .product .prob1 .content2 .row-box .col-box .item .cont {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .product .prob1 .content2 .row-box .col-box .item .cont {
    margin-top: 20px;
  }
}
.product .prob1 .content2 .row-box .col-box .item .cont .tit {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 1400px) {
  .product .prob1 .content2 .row-box .col-box .item .cont .tit {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .product .prob1 .content2 .row-box .col-box .item .cont .tit {
    font-size: 20px;
  }
}
.product .prob1 .content2 .row-box .col-box .item .cont .txt {
  margin-top: 20px;
}
.product .prob1 .content2 .row-box .col-box .item .cont .txt p {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .product .prob1 .content2 .row-box .col-box .item .cont .txt p {
    font-size: 14px;
  }
}
.product .popular {
  padding: 100px 0 120px 0;
}
@media (max-width: 1400px) {
  .product .popular {
    padding: 60px 0 80px 0;
  }
}
@media (max-width: 1199px) {
  .product .popular {
    padding: 40px 0 50px 0;
  }
}
.product .popular .popular-box {
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-left {
    display: none;
  }
}
.product .popular .popular-box .popular-left .left-ul {
  position: sticky;
  top: 160px;
  overflow: hidden;
  width: 330px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .left-ul {
    width: 280px;
  }
}
.product .popular .popular-box .popular-left .ul-li {
  display: block;
  position: relative;
  margin-top: 36px;
}
.product .popular .popular-box .popular-left .ul-li:first-child {
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li {
    margin-top: 25px;
  }
}
.product .popular .popular-box .popular-left .ul-li p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-left .ul-li p::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000000;
  font-family: 'iconfont' !important;
  font-size: 18px;
  color: #fff;
  content: "\e614";
  transition: all 0.5s;
}
.product .popular .popular-box .popular-left .ul-li p > a {
  width: 80%;
  display: inline-flex;
  overflow: hidden;
  transition: all 0.5s ease;
  align-items: center;
  position: relative;
}
.product .popular .popular-box .popular-left .ul-li p > a span {
  color: #000;
  font-family: "HubotSans";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  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 .ul-li p > a span {
    font-size: 20px;
  }
}
.product .popular .popular-box .popular-left .ul-li ul {
  list-style: none;
  display: none;
  margin-top: 30px;
}
.product .popular .popular-box .popular-left .ul-li ul li {
  display: block;
  transition: all 0.4s;
  position: relative;
  padding-left: 15px;
  border-bottom: 1px dashed #D9D9D9;
}
.product .popular .popular-box .popular-left .ul-li ul li:first-child {
  margin-top: 0;
  border-top: 1px dashed #D9D9D9;
}
.product .popular .popular-box .popular-left .ul-li ul li:last-child {
  margin-bottom: 0;
}
.product .popular .popular-box .popular-left .ul-li ul li::after {
  content: '#';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #000000;
  font-size: 18px;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-left .ul-li ul li:hover::after {
  color: #CE3409;
}
.product .popular .popular-box .popular-left .ul-li ul li:hover a {
  color: #CE3409;
}
.product .popular .popular-box .popular-left .ul-li ul li.on::after {
  color: #CE3409;
}
.product .popular .popular-box .popular-left .ul-li ul li.on a {
  color: #CE3409;
}
.product .popular .popular-box .popular-left .ul-li ul li a {
  color: #444;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  padding: 20px;
  display: block;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li ul li a {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-left .ul-li.active p::after {
  content: '\eaf5';
  background-color: #CE3409;
}
.product .popular .popular-box .popular-left .ul-li:hover p::after {
  content: '\eaf5';
  background-color: #CE3409;
}
.product .popular .popular-box .popular-right {
  width: calc(100% - 330px - 90px);
  margin-left: auto;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right {
    width: calc(100% - 310px - 30px);
  }
}
@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 .title h2 {
  color: #000;
  font-family: "HubotSans";
  font-size: 46px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 26px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.product-right .title h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.product-right .title h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.product-right .title h2 {
    font-size: 24px;
  }
}
.product .popular .popular-box .popular-right.product-right .title p {
  color: #444;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.product-right .title p {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.product-right .ccontent {
  margin-top: 80px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.product-right .ccontent {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.product-right .ccontent {
    margin-top: 40px;
  }
}
.product .popular .popular-box .popular-right.product-right .ccontent .row-box {
  margin: -15px;
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.product-right .ccontent .row-box {
    margin: -12px;
  }
}
.product .popular .popular-box .popular-right.product-right .ccontent .row-box .col-box {
  padding: 15px;
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.product-right .ccontent .row-box .col-box {
    padding: 12px;
  }
}
.product .popular .popular-box .popular-right.product-right .ccontent .row-box .col-box .slide {
  transition: all 0.4s;
}
.product .popular .popular-box .popular-right.product-right .ccontent .row-box .col-box .slide:hover .cont-img .img-box img {
  transform: scale(1.06) !important;
}
.product .popular .popular-box .popular-right.product-right .ccontent .row-box .col-box .slide:hover .cont {
  background-color: #CE3409;
}
.product .popular .popular-box .popular-right.product-right .ccontent .row-box .col-box .slide:hover .cont .tit a {
  color: #FFF;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}
.product .popular .popular-box .popular-right.product-right .ccontent .row-box .col-box .slide:hover .cont .txt p {
  color: #EDD4CD;
}
.product .popular .popular-box .popular-right.product-right .ccontent .row-box .col-box .slide:hover .cont .more a {
  color: #FFF;
}
.product .popular .popular-box .popular-right.product-right .ccontent .row-box .col-box .slide:hover .cont .more a span::after {
  color: #FFF;
  transform: rotate(45deg);
}
.product .popular .popular-box .popular-right.product-right .ccontent .row-box .col-box .slide .laybel {
  text-align: right;
}
.product .popular .popular-box .popular-right.product-right .ccontent .row-box .col-box .slide .laybel span {
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  border: 1px solid #404040;
  background-color: #333;
  padding: 7px 14px;
  color: #FFF;
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.4s;
}
.product .popular .popular-box .popular-right.product-right .ccontent .row-box .col-box .slide .cont-img {
  border-radius: 6px;
  border: 1px solid #EEE;
  background: #FFF;
}
.product .popular .popular-box .popular-right.product-right .ccontent .row-box .col-box .slide .cont-img .img-box {
  padding-bottom: calc(440 / 390 * 100%);
  border-radius: 6px;
}
.product .popular .popular-box .popular-right.product-right .ccontent .row-box .col-box .slide .cont {
  margin-top: 8px;
  padding: 30px 64px 24px 20px;
  border-radius: 6px;
  background-color: #F5F5F5;
  transition: all 0.4s;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.product-right .ccontent .row-box .col-box .slide .cont {
    padding: 20px 32px 16px 16px;
  }
}
.product .popular .popular-box .popular-right.product-right .ccontent .row-box .col-box .slide .cont .tit {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.product-right .ccontent .row-box .col-box .slide .cont .tit {
    font-size: 18px;
  }
}
.product .popular .popular-box .popular-right.product-right .ccontent .row-box .col-box .slide .cont .tit a {
  color: #000;
  transition: all 0.4s;
}
.product .popular .popular-box .popular-right.product-right .ccontent .row-box .col-box .slide .cont .txt {
  margin-top: 14px;
}
.product .popular .popular-box .popular-right.product-right .ccontent .row-box .col-box .slide .cont .txt p {
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
.product .popular .popular-box .popular-right.product-right .ccontent .row-box .col-box .slide .cont .more {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.product-right .ccontent .row-box .col-box .slide .cont .more {
    margin-top: 30px;
  }
}
.product .popular .popular-box .popular-right.product-right .ccontent .row-box .col-box .slide .cont .more a {
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  transition: all 0.4s;
}
.product .popular .popular-box .popular-right.product-right .ccontent .row-box .col-box .slide .cont .more a span::after {
  font-family: 'iconfont' !important;
  content: "\e600";
  display: inline-block;
  font-size: 12px;
  color: #000;
  margin-left: 10px;
  transition: all 0.4s;
}
.prodetails {
  padding-bottom: 160px;
  position: relative;
}
@media (max-width: 1400px) {
  .prodetails {
    padding-bottom: 130px;
  }
}
@media (max-width: 1199px) {
  .prodetails {
    padding-bottom: 100px;
    overflow: hidden;
  }
}
.prodetails .slick-slide {
  height: auto !important;
}
.prodetails::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/prodetails-b1.jpg) no-repeat bottom center;
  background-size: 100% auto;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1760px) {
  .prodetails::after {
    background-size: 130% auto;
  }
}
@media (max-width: 1400px) {
  .prodetails::after {
    background-size: 120% auto;
  }
}
@media (max-width: 1199px) {
  .prodetails::after {
    background-size: 150% auto;
  }
}
@media (max-width: 991px) {
  .prodetails::after {
    background-size: 200% auto;
  }
}
@media (max-width: 767px) {
  .prodetails::after {
    background-size: 300% auto;
  }
}
@media (max-width: 600px) {
  .prodetails::after {
    background-size: 400% auto;
  }
}
@media (max-width: 400px) {
  .prodetails::after {
    background-size: 450% auto;
  }
}
@media (max-width: 360px) {
  .prodetails::after {
    background-size: 500% auto;
  }
}
.prodetails .productdatails-top {
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .prodetails .productdatails-top {
    padding-top: 70px;
  }
}
@media (max-width: 1199px) {
  .prodetails .productdatails-top {
    padding-top: 50px;
  }
}
.prodetails .productdatails-top .pouch-cont {
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .prodetails .productdatails-top .pouch-cont {
    flex-wrap: wrap;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left {
    padding: 00px;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 45;
  width: 90%;
}
@media (max-width: 1400px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next {
    top: 32%;
  }
}
@media (max-width: 1199px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next {
    top: 40%;
  }
}
@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next {
    display: block !important;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
  width: 18.5%;
  margin: -9px 0;
}
@media (max-width: 991px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: 100%;
    margin: 0 -9px;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .item {
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #EEE;
  background: #FFF;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
  padding: 9px 0px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
    padding: 0 9px;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item {
  overflow: hidden;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item::before {
  position: absolute;
  left: 0;
  content: '';
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  width: calc(100%);
  height: calc(100% - 9px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
}
@media (max-width: 991px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item::before {
    width: calc(100% - 9px);
    height: calc(100%);
  }
}
@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);
  }
}
.prodetails .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;
  font-size: 14px;
  padding-left: 3;
  color: #000;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
  transition: all 0.5s;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding-bottom: calc(170 / 150 * 100%);
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .img-box img {
  width: 100%;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
  overflow: hidden;
  width: 79.5%;
}
@media (max-width: 991px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
    width: 100%;
    margin-bottom: 20px;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .item {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #EEE;
  background: #FFF;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box {
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: calc(730 / 640 * 100%);
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box img {
  width: 100%;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right {
  width: 45%;
  padding-top: 30px;
  position: relative;
  z-index: 12;
}
@media (max-width: 1400px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .title {
  padding: 0 0 30px 0;
}
@media (max-width: 1400px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .title {
    padding: 0 0 30px 0;
  }
}
@media (max-width: 1199px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .title {
    padding: 0 0 20px 0;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
  margin: 0;
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.72px;
}
@media (max-width: 1400px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
    font-size: 24px;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .title .line {
  display: flex;
  flex-wrap: wrap;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .title .line span {
  margin-top: 20px;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #F0F0F0;
  padding: 8px 14px;
  padding-bottom: 7px;
  color: #444;
  font-size: 15px;
  line-height: 100%;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .title .line span:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .title .line span {
    font-size: 14px;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont-box {
  border-top: 1px dashed #D9D9D9;
  padding-top: 50px;
}
@media (max-width: 1400px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont-box {
    padding: 30px 0;
  }
}
@media (max-width: 1199px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont-box {
    padding: 20px 0;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .c1-tit {
  color: #666;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .c1-tit {
    font-size: 14px;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt h2 {
  margin-bottom: 20px;
  color: #CE3409;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt h2 {
    font-size: 16px;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt ul {
  list-style: none;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt ul li {
  color: #444;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  padding-left: 20px;
  position: relative;
  margin-top: 10px;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt ul li:first-child {
  margin-top: 0;
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt ul li::before {
  content: '';
  position: absolute;
  left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #444444;
  top: 15px;
}
@media (max-width: 1400px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt ul li {
    font-size: 14px;
    line-height: 20px;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  position: relative;
}
@media (max-width: 1400px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt p {
    font-size: 14px;
    line-height: 20px;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 {
  margin-top: 90px;
}
@media (max-width: 1560px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 {
    margin-top: 70px;
  }
}
@media (max-width: 1440px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 {
    margin-top: 40px;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .share {
  width: 100%;
}
@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .share {
    flex-wrap: wrap;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .share p {
  margin-right: 20px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .share p {
    font-size: 16px;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont-box22 {
  margin-top: 44px;
}
@media (max-width: 1440px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont-box22 {
    margin-top: 30px;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 {
    flex-wrap: wrap;
  }
}
.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(50% - 10px);
  overflow: hidden;
  position: relative;
}
@media (max-width: 575px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 a {
    width: 100%;
    margin-top: 10px;
  }
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 a:first-child {
    margin-top: 0;
  }
}
.prodetails .productdatails-top .cont-box2 {
  margin: 120px 0;
}
@media (max-width: 1400px) {
  .prodetails .productdatails-top .cont-box2 {
    margin: 80px 0;
  }
}
@media (max-width: 1199px) {
  .prodetails .productdatails-top .cont-box2 {
    margin: 60px 0;
  }
}
.prodetails .productdatails-top .cont-box2 .content {
  position: relative;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1400px) {
  .prodetails .productdatails-top .cont-box2 .content {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .prodetails .productdatails-top .cont-box2 .content {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .prodetails .productdatails-top .cont-box2 .content {
    width: 100%;
  }
}
.prodetails .productdatails-top .cont-box2 .content .prtop2-slick {
  margin: 0 -10px;
}
.prodetails .productdatails-top .cont-box2 .content .prtop2-slick .itembox {
  padding: 0 10px;
  height: auto;
}
.prodetails .productdatails-top .cont-box2 .content .prtop2-slick .itembox .item {
  text-align: center;
}
.prodetails .productdatails-top .cont-box2 .content .prtop2-slick .itembox .item .cont {
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .prodetails .productdatails-top .cont-box2 .content .prtop2-slick .itembox .item .cont {
    width: 100%;
  }
}
.prodetails .productdatails-top .cont-box2 .content .prtop2-slick .itembox .item .cont h2 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.6px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .prodetails .productdatails-top .cont-box2 .content .prtop2-slick .itembox .item .cont h2 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .prodetails .productdatails-top .cont-box2 .content .prtop2-slick .itembox .item .cont h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .prodetails .productdatails-top .cont-box2 .content .prtop2-slick .itembox .item .cont h2 {
    font-size: 24px;
  }
}
.prodetails .productdatails-top .cont-box2 .content .prtop2-slick .itembox .item .cont p {
  color: #444;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 767px) {
  .prodetails .productdatails-top .cont-box2 .content .prtop2-slick .itembox .item .cont p {
    font-size: 14px;
    line-height: 22px;
  }
}
.prodetails .productdatails-top .cont-box2 .content .prtop2-slick .itembox .item .contimg {
  margin-top: 70px;
  border-radius: 8px;
  border: 1px solid #FFF;
  background: #F5F5F5;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .prodetails .productdatails-top .cont-box2 .content .prtop2-slick .itembox .item .contimg {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .prodetails .productdatails-top .cont-box2 .content .prtop2-slick .itembox .item .contimg {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .prodetails .productdatails-top .cont-box2 .content .prtop2-slick .itembox .item .contimg {
    margin-top: 20px;
  }
}
.prodetails .productdatails-top .cont-box2 .content .prtop2-slick .itembox .item .contimg .img-box {
  padding-bottom: calc(470 / 800 * 100%);
}
.prodetails .productdatails-top .cont-box2 .content .prev-next {
  width: 100%;
  position: absolute;
  left: 0;
  top: 11%;
}
.prodetails .prodetailscont {
  overflow-x: clip;
  position: relative;
}
.prodetails .prodetailscont .productdetails-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .prodetails .prodetailscont .productdetails-box {
    flex-wrap: wrap;
  }
}
.prodetails .prodetailscont .proes1 {
  position: relative;
}
.prodetails .prodetailscont .productdetails-nav {
  padding-top: 97px;
}
@media (max-width: 1561px) {
  .prodetails .prodetailscont .productdetails-nav {
    padding-top: 70px;
  }
}
@media (max-width: 1400px) {
  .prodetails .prodetailscont .productdetails-nav {
    padding-top: 50px;
  }
}
@media (max-width: 1200px) {
  .prodetails .prodetailscont .productdetails-nav {
    display: none;
  }
}
.prodetails .prodetailscont .productdetails-nav .box {
  position: sticky;
  top: 160px;
  z-index: 45;
}
.prodetails .prodetailscont .productdetails-nav ul {
  list-style: none;
  padding: 0;
  position: relative;
}
.prodetails .prodetailscont .productdetails-nav ul::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  width: 1px;
  height: 100%;
  background: url(../img/abnav-1.png) no-repeat center;
  background-size: cover;
}
.prodetails .prodetailscont .productdetails-nav ul li {
  margin-top: 30px;
}
.prodetails .prodetailscont .productdetails-nav ul li:first-child {
  margin-top: 0;
}
.prodetails .prodetailscont .productdetails-nav ul li a {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  padding-left: 40px;
  position: relative;
  transition: all 0.4s;
}
.prodetails .prodetailscont .productdetails-nav ul li a:hover {
  color: #CE3409;
}
.prodetails .prodetailscont .productdetails-nav ul li a:hover::after {
  background-color: #FFF;
}
.prodetails .prodetailscont .productdetails-nav ul li a:hover::before {
  opacity: 1;
}
.prodetails .prodetailscont .productdetails-nav ul li a.active {
  color: #CE3409;
}
.prodetails .prodetailscont .productdetails-nav ul li a.active::after {
  background-color: #FFF;
}
.prodetails .prodetailscont .productdetails-nav ul li a.active::before {
  opacity: 1;
}
.prodetails .prodetailscont .productdetails-nav ul li a::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: #CE3409;
  transition: all 0.4s;
  z-index: 2;
}
.prodetails .prodetailscont .productdetails-nav ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #CE3409;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.4s;
  z-index: 1;
}
.prodetails .prodetailscont .topnavbox {
  position: relative;
  padding-top: 30px;
  width: 100%;
  display: none;
}
@media (max-width: 1200px) {
  .prodetails .prodetailscont .topnavbox {
    display: block;
  }
}
.prodetails .prodetailscont .topnavbox .top-nav {
  position: relative;
  z-index: 12;
}
.prodetails .prodetailscont .topnavbox::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 440000%;
  height: 100%;
  background: #F5F5F5;
}
.prodetails .prodetailscont .asd {
  width: 80%;
}
@media (max-width: 1199px) {
  .prodetails .prodetailscont .asd {
    width: 100%;
  }
}
.prodetails .prodetailscont .title {
  margin: 100px 0 40px 0;
}
@media (max-width: 1400px) {
  .prodetails .prodetailscont .title {
    margin: 70px 0 30px 0;
  }
}
@media (max-width: 1199px) {
  .prodetails .prodetailscont .title {
    margin: 50px 0 20px 0;
  }
}
.prodetails .prodetailscont .title h2 {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.8px;
}
@media (max-width: 1440px) {
  .prodetails .prodetailscont .title h2 {
    font-size: 34px;
  }
}
@media (max-width: 1400px) {
  .prodetails .prodetailscont .title h2 {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .prodetails .prodetailscont .title h2 {
    font-size: 28px;
  }
}
.prodetails .prodetailscont .content {
  position: relative;
  z-index: 45;
}
.prodetails .prodetailscont .content p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 767px) {
  .prodetails .prodetailscont .content p {
    font-size: 14px;
    line-height: 24px;
  }
}
.prodetails .prodetailscont .prods {
  padding: 97px 0 110px 0;
  position: relative;
}
@media (max-width: 1400px) {
  .prodetails .prodetailscont .prods {
    padding: 70px 0 90px 0;
  }
}
@media (max-width: 1199px) {
  .prodetails .prodetailscont .prods {
    padding: 50px 0 70px 0;
  }
}
@media (max-width: 992px) {
  .prodetails .prodetailscont .prods {
    padding: 40px 0 50px 0;
  }
}
.prodetails .prodetailscont .prods::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 440000%;
  height: 100%;
  background: #F5F5F5;
}
@media (max-width: 1561px) {
  .prodetails .prodetailscont .prods {
    padding: 70px 0 90px 0;
  }
}
@media (max-width: 1400px) {
  .prodetails .prodetailscont .prods {
    padding: 50px 0 70px 0;
  }
}
@media (max-width: 1199px) {
  .prodetails .prodetailscont .prods {
    padding: 50px 0 60px 0;
  }
}
.prodetails .prodetailscont .prods .title {
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .prodetails .prodetailscont .prods .title {
    margin-bottom: 20px;
  }
}
.prodetails .prodetailscont .prods .txt1 p {
  /* margin-bottom: 50px; */
  /* margin-bottom: 20px; */

}
@media (max-width: 1560px) {
  .prodetails .prodetailscont .prods .txt1 p {
    /* margin-bottom: 40px; */
  }
}
@media (max-width: 1400px) {
  .prodetails .prodetailscont .prods .txt1 p {
    /* margin-bottom: 30px; */
  }
}
@media (max-width: 1199px) {
  .prodetails .prodetailscont .prods .txt1 p {
    /* margin-bottom: 20px; */
  }
}
@media (max-width: 991px) {
  .prodetails .prodetailscont .prods .txt1 p {
    width: 100%;
  }
}
.prodetails .prodetailscont .prods .txt1 p img {
  max-width: 100% !important;
  width: 100%;
  height: auto !important;
  border-radius: 10px;
}
.prodetails .prodetailscont .prods .txt2 .item {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prodetails .prodetailscont .prods .txt2 .item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .prodetails .prodetailscont .prods .txt2 .item {
    flex-wrap: wrap;
  }
}
.prodetails .prodetailscont .prods .txt2 .item .left {
  width: 40%;
}
@media (max-width: 991px) {
  .prodetails .prodetailscont .prods .txt2 .item .left {
    width: 100%;
  }
}
.prodetails .prodetailscont .prods .txt2 .item .left .img-box {
  padding-bottom: calc(310 / 530 * 100%);
  border-radius: 10px;
}
.prodetails .prodetailscont .prods .txt2 .item .cont {
  width: 55%;
}
@media (max-width: 991px) {
  .prodetails .prodetailscont .prods .txt2 .item .cont {
    width: 100%;
    margin-top: 20px;
  }
}
.prodetails .prodetailscont .prods .txt2 .item .cont .tit {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.6px;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .prodetails .prodetailscont .prods .txt2 .item .cont .tit {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .prodetails .prodetailscont .prods .txt2 .item .cont .tit {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .prodetails .prodetailscont .prods .txt2 .item .cont .tit {
    font-size: 22px;
  }
}
.prodetails .prodetailscont .prods .txt2 .item .cont .txt p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 767px) {
  .prodetails .prodetailscont .prods .txt2 .item .cont .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.prodetails .prodetailscont .spes .tblnav {
  /* overflow-x: auto; */
  /* overflow: hidden; */
  width: 100%;
}
.prodetails .prodetailscont .spes .tblnav::-webkit-scrollbar {
  /* display: none !important; */
  height: 5px;
}
.prodetails .prodetailscont .spes .tblnav::-webkit-scrollbar-thumb {
  background: #ce3409;
  border-radius: 10px;
}
.prodetails .prodetailscont .spes .tblnav::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}




.prodetails .prodetailscont .spes .tblnav ul::-webkit-scrollbar {
  /* display: none !important; */
  /* height: 2px; */
}
.prodetails .prodetailscont .spes .tblnav ul {
  list-style: none;
  /* overflow-x: auto; */
  /* display: flex; */
  /* width: max-content; */
  /* touch-action: pan-x;
  pointer-events: auto;
  user-select: auto; */
}
.prodetails .prodetailscont .spes .tblnav ul li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  background-color: #F5F5F5;
  padding: 10px 37px;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.3s;
  cursor: pointer;
  margin-right: 20px;
}
@media (max-width: 1400px) {
  .prodetails .prodetailscont .spes .tblnav ul li {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .prodetails .prodetailscont .spes .tblnav ul li {
    font-size: 18px;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .prodetails .prodetailscont .spes .tblnav ul li {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .prodetails .prodetailscont .spes .tblnav ul li {
    font-size: 16px;
  }
}
.prodetails .prodetailscont .spes .tblnav ul li:last-child {
  margin-right: 0;
}
.prodetails .prodetailscont .spes .tblnav ul li.on {
  color: #FFF;
  background-color: #CE3409;
}
.prodetails .prodetailscont .spes .tblnav ul li:hover {
  color: #FFF;
  background-color: #CE3409;
}
.prodetails .prodetailscont .spes .tblbox {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .prodetails .prodetailscont .spes .tblbox {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .prodetails .prodetailscont .spes .tblbox {
    margin-top: 20px;
  }
}
.prodetails .prodetailscont .spes .tblbox .tbl {
  position: absolute;
  opacity: 0;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.prodetails .prodetailscont .spes .tblbox .tbl.on {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
  position: relative;
  height: auto;
}
.prodetails .prodetailscont .spes .tblbox .tbl table {
  border-radius: 6px;
  overflow: hidden;
  width: 100% !important;
}
.prodetails .prodetailscont .spes .tblbox .tbl table tr {
  background: #EEE;
}
.prodetails .prodetailscont .spes .tblbox .tbl table tr:nth-child(even) {
  background: #F5F5F5;
}
.prodetails .prodetailscont .spes .tblbox .tbl table tr:first-child {
  /* background: #CE3409; */
}
.prodetails .prodetailscont .spes .tblbox .tbl table tr:first-child td {
  color: #FFF;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .prodetails .prodetailscont .spes .tblbox .tbl table tr:first-child td {
    font-size: 16px;
  }
}
.prodetails .prodetailscont .spes .tblbox .tbl table tr td {
  padding: 20px;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 100%;
  border-right: 1px solid #E0E0E0;
  vertical-align: middle;
}
.prodetails .prodetailscont .spes .tblbox .tbl table tr td:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .prodetails .prodetailscont .spes .tblbox .tbl table tr td {
    font-size: 14px;
    padding: 15px;
  }
}
.prodetails .prodetailscont .faq .faq-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .prodetails .prodetailscont .faq .faq-content {
    flex-wrap: wrap;
  }
}
.prodetails .prodetailscont .faq .faq-content .left {
  width: 36%;
  position: relative;
}
@media (max-width: 1199px) {
  .prodetails .prodetailscont .faq .faq-content .left {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .prodetails .prodetailscont .faq .faq-content .left {
    width: 100%;
  }
}
.prodetails .prodetailscont .faq .faq-content .left .cont-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  z-index: -12;
  transition: all 0.4s;
}
.prodetails .prodetailscont .faq .faq-content .left .cont-img.on {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
  position: relative;
  height: auto;
}
.prodetails .prodetailscont .faq .faq-content .left .cont-img .img-box {
  padding-bottom: calc(660 / 470 * 100%);
  border-radius: 10px;
}
.prodetails .prodetailscont .faq .faq-content .right {
  width: 55%;
}
@media (max-width: 991px) {
  .prodetails .prodetailscont .faq .faq-content .right {
    width: 100%;
    margin-top: 30px;
  }
}
.prodetails .prodetailscont .faq .faq-content .right .asked-ul .libox {
  margin-bottom: 10px;
}
.prodetails .prodetailscont .faq .faq-content .right .asked-ul .libox:last-child {
  margin-bottom: 0;
}
.prodetails .prodetailscont .faq .faq-content .right .asked-ul .li {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 80px;
  background-color: #F5F5F5;
  padding: 18px;
  padding-left: 40px;
  transition: all 0.4s;
}
@media (max-width: 1400px) {
  .prodetails .prodetailscont .faq .faq-content .right .asked-ul .li {
    padding: 10px;
    padding-left: 25px;
  }
}
.prodetails .prodetailscont .faq .faq-content .right .asked-ul .li::after {
  font-family: 'iconfont' !important;
  content: '\e600';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 60px;
  background: #000;
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .prodetails .prodetailscont .faq .faq-content .right .asked-ul .li::after {
    width: 35px;
    height: 35px;
  }
}
.prodetails .prodetailscont .faq .faq-content .right .asked-ul .li p {
  display: flex;
  width: 90%;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .prodetails .prodetailscont .faq .faq-content .right .asked-ul .li p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .prodetails .prodetailscont .faq .faq-content .right .asked-ul .li p {
    font-size: 16px;
  }
}
.prodetails .prodetailscont .faq .faq-content .right .asked-ul .li.current {
  background-color: #CE3409;
}
.prodetails .prodetailscont .faq .faq-content .right .asked-ul .li.current::after {
  transform: rotate(45deg);
}
.prodetails .prodetailscont .faq .faq-content .right .asked-ul .li.current p {
  color: #FFF;
}
.prodetails .prodetailscont .faq .faq-content .right .asked-ul .text-box {
  padding: 30px 50px 20px 40px;
  display: none;
}
@media (max-width: 1400px) {
  .prodetails .prodetailscont .faq .faq-content .right .asked-ul .text-box {
    padding: 20px 30px 10px 20px;
  }
}
.prodetails .prodetailscont .faq .faq-content .right .asked-ul .text-box .tbbox {
  display: flex;
  align-items: flex-start;
}
.prodetails .prodetailscont .faq .faq-content .right .asked-ul .text-box p {
  color: #444;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .prodetails .prodetailscont .faq .faq-content .right .asked-ul .text-box p {
    font-size: 14px;
    line-height: 22px;
  }
}
.prodetails .prodetailscont .inquiry .message {
  width: 100%;
}
.prodetails .prodetailscont .inquiry .message .formbox .now-title {
  margin-bottom: 20px;
}
.prodetails .prodetailscont .inquiry .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) {
  .prodetails .prodetailscont .inquiry .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .prodetails .prodetailscont .inquiry .message .formbox .now-title input {
    font-size: 14px;
  }
}
.prodetails .prodetailscont .inquiry .message .formbox .row {
  list-style: none;
  margin: -10px;
}
.prodetails .prodetailscont .inquiry .message .formbox li {
  padding: 10px;
}
.prodetails .prodetailscont .inquiry .message .formbox .group {
  position: relative;
}
.prodetails .prodetailscont .inquiry .message .formbox .group b {
  display: block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (max-width: 1400px) {
  .prodetails .prodetailscont .inquiry .message .formbox .group b {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .prodetails .prodetailscont .inquiry .message .formbox .group b {
    font-size: 14px;
  }
}
.prodetails .prodetailscont .inquiry .message .formbox .group span {
  display: inline-block;
  width: 80px;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .prodetails .prodetailscont .inquiry .message .formbox .group span {
    margin-left: 10px;
  }
}
.prodetails .prodetailscont .inquiry .message .formbox .group span img {
  width: 100%;
  height: auto;
}
.prodetails .prodetailscont .inquiry .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  color: #FFF;
  font-size: 16px;
  line-height: 100%;
  padding: 19px 23px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 1400px) {
  .prodetails .prodetailscont .inquiry .message .formbox .group input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .prodetails .prodetailscont .inquiry .message .formbox .group input {
    font-size: 14px;
  }
}
.prodetails .prodetailscont .inquiry .message .formbox .group input::placeholder {
  color: #FFF;
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .prodetails .prodetailscont .inquiry .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.prodetails .prodetailscont .inquiry .message .formbox .group input:focus label {
  display: none;
}
.prodetails .prodetailscont .inquiry .message .formbox .group input:focus::placeholder {
  color: #000;
}
.prodetails .prodetailscont .inquiry .message .formbox .group textarea {
  border: none;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  color: #FFF;
  font-size: 16px;
  line-height: 100%;
  padding: 19px 23px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 300px;
}
@media (max-width: 1400px) {
  .prodetails .prodetailscont .inquiry .message .formbox .group textarea {
    padding: 12px 20px;
    height: 200px;
  }
}
@media (max-width: 991px) {
  .prodetails .prodetailscont .inquiry .message .formbox .group textarea {
    font-size: 14px;
    height: 150px;
  }
}
.prodetails .prodetailscont .inquiry .message .formbox .group textarea::placeholder {
  color: #FFF;
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .prodetails .prodetailscont .inquiry .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.prodetails .prodetailscont .inquiry .message .formbox .group textarea:focus label {
  display: none;
}
.prodetails .prodetailscont .inquiry .message .formbox .group textarea:focus::placeholder {
  color: #000;
}
.prodetails .prodetailscont .inquiry .message .func {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1400px) {
  .prodetails .prodetailscont .inquiry .message .func {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .prodetails .prodetailscont .inquiry .message .func {
    margin-top: 20px;
  }
}
.prodetails .prodetailscont .inquiry .message .func button {
  border: none;
  transition: all 0.3s;
  border-radius: 10px;
  background-color: #000;
  border-radius: 48px;
  background: #CE3409;
  padding: 19px 50px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
.prodetails .prodetailscont .inquiry .message .func button:hover {
  box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.5);
}
.prodetails .prodetailscont .rets .title h2 {
  color: #FFF;
}
.prodetails .prodetailscont .rets .rets-slick {
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .prodetails .prodetailscont .rets .rets-slick {
    margin: 0 -12px;
  }
}
.prodetails .prodetailscont .rets .rets-slick .slick-dots {
  text-align: left;
  bottom: -50px;
}
.prodetails .prodetailscont .rets .rets-slick .slick-dots li {
  width: 28px;
  height: 5px;
  background-color: #E5E5E526;
  border-radius: 10px;
  transition: all 0.3s;
}
.prodetails .prodetailscont .rets .rets-slick .slick-dots li.slick-active {
  width: 66px;
  background-color: #CE3409;
}
.prodetails .prodetailscont .rets .rets-slick .slick-dots li button {
  width: 100%;
  height: 100%;
}
.prodetails .prodetailscont .rets .rets-slick .slick-dots li button::before {
  display: none;
}
.prodetails .prodetailscont .rets .rets-slick .slick-slider {
  padding: 0 15px;
  height: auto;
}
@media (max-width: 991px) {
  .prodetails .prodetailscont .rets .rets-slick .slick-slider {
    padding: 0 12px;
  }
}
.prodetails .prodetailscont .rets .rets-slick .slick-slider .slide {
  background-color: rgba(255, 255, 255, 0.06);
  padding: 20px;
  transition: all 0.4s;
}
.prodetails .prodetailscont .rets .rets-slick .slick-slider .slide:hover {
  background-color: #CE3409;
}
.prodetails .prodetailscont .rets .rets-slick .slick-slider .slide:hover .laybel span {
  border-color: #CC4F2C;
  background-color: #B03412;
}
.prodetails .prodetailscont .rets .rets-slick .slick-slider .slide:hover .cont-img .img-box img {
  transform: scale(1.06) !important;
}
.prodetails .prodetailscont .rets .rets-slick .slick-slider .slide:hover .cont .tit a {
  text-decoration: underline;
}
.prodetails .prodetailscont .rets .rets-slick .slick-slider .slide:hover .cont .more a span::after {
  transform: rotate(45deg);
}
.prodetails .prodetailscont .rets .rets-slick .slick-slider .slide .laybel {
  text-align: right;
}
.prodetails .prodetailscont .rets .rets-slick .slick-slider .slide .laybel span {
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  border: 1px solid #404040;
  background-color: #333;
  padding: 7px 14px;
  color: #FFF;
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.4s;
}
.prodetails .prodetailscont .rets .rets-slick .slick-slider .slide .cont-img {
  margin-top: 20px;
}
.prodetails .prodetailscont .rets .rets-slick .slick-slider .slide .cont-img .img-box {
  padding-bottom: calc(400 / 350 * 100%);
  border-radius: 8px;
}
.prodetails .prodetailscont .rets .rets-slick .slick-slider .slide .cont {
  margin-top: 30px;
  padding-bottom: 4px;
}
.prodetails .prodetailscont .rets .rets-slick .slick-slider .slide .cont .tit {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 1400px) {
  .prodetails .prodetailscont .rets .rets-slick .slick-slider .slide .cont .tit {
    font-size: 18px;
  }
}
.prodetails .prodetailscont .rets .rets-slick .slick-slider .slide .cont .tit a {
  color: #FFF;
  transition: all 0.4s;
}
.prodetails .prodetailscont .rets .rets-slick .slick-slider .slide .cont .txt {
  margin-top: 14px;
}
.prodetails .prodetailscont .rets .rets-slick .slick-slider .slide .cont .txt p {
  color: #C5C5C5;
  font-size: 14px;
  line-height: 20px;
}
.prodetails .prodetailscont .rets .rets-slick .slick-slider .slide .cont .more {
  margin-top: 40px;
}
.prodetails .prodetailscont .rets .rets-slick .slick-slider .slide .cont .more a {
  display: inline-flex;
  align-items: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  transition: all 0.4s;
}
.prodetails .prodetailscont .rets .rets-slick .slick-slider .slide .cont .more a span::after {
  font-family: 'iconfont' !important;
  content: "\e600";
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  margin-left: 10px;
  transition: all 0.4s;
}
.news {
  padding: 120px 0;
}
@media (max-width: 1400px) {
  .news {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .news {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .news {
    padding: 50px 0;
  }
}
.news .index-title {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .news .index-title {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .news .index-title {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .news .index-title {
    width: 100%;
  }
}
.news .index-title h2 {
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .news .index-title h2 {
    margin-bottom: 20px;
  }
}
.news .index-title p {
  color: #444;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .news .index-title p {
    font-size: 14px;
  }
}
.news .content {
  margin-top: 140px;
}
@media (max-width: 1400px) {
  .news .content {
    margin-top: 100px;
  }
}
@media (max-width: 1199px) {
  .news .content {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .news .content {
    margin-top: 40px;
  }
}
.news .content .itembox {
  margin-top: 120px;
  padding: 44px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #F0F0F0;
  border-top: 1px solid #F0F0F0;
}
@media (max-width: 1400px) {
  .news .content .itembox {
    padding: 30px 0;
  }
}
@media (max-width: 1199px) {
  .news .content .itembox {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .news .content .itembox {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.news .content .itembox:first-of-type {
  margin-top: 0;
}
@media (min-width: 991px) {
  .news .content .itembox:last-of-type {
    margin-bottom: 44px;
  }
}
.news .content .itembox:hover .cont-img img {
  transform: scale(1.06) !important;
}
.news .content .itembox:hover .cont .date {
  color: #000000;
}
.news .content .itembox:hover .cont h2 a {
  color: #CE3409;
  text-decoration: underline;
}
.news .content .itembox:hover .icon::after {
  background-color: #CE3409;
  transform: rotate(45deg);
}
.news .content .itembox .cont-img {
  width: 30%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1440px) {
  .news .content .itembox .cont-img {
    width: 35%;
  }
}
@media (max-width: 991px) {
  .news .content .itembox .cont-img {
    position: static;
    transform: translateY(0%);
    width: 100%;
  }
}
.news .content .itembox .cont-img .img-box {
  padding-bottom: calc(330 / 500 * 100%);
  border-radius: 10px;
}
.news .content .itembox .cont {
  width: 48%;
  margin-right: 10%;
}
@media (max-width: 1440px) {
  .news .content .itembox .cont {
    margin-right: 6%;
  }
}
@media (max-width: 991px) {
  .news .content .itembox .cont {
    width: 100%;
    margin: 30px 0;
  }
}
.news .content .itembox .cont .date {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 14px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .news .content .itembox .cont .date {
    font-size: 14px;
  }
}
.news .content .itembox .cont h2 {
  margin-bottom: 20px;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  transition: all 0.4s;
}
@media (max-width: 1400px) {
  .news .content .itembox .cont h2 {
    font-size: 18px;
  }
}
.news .content .itembox .cont h2 a {
  color: #000;
  transition: all 0.4s;
}
.news .content .itembox .cont p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1400px) {
  .news .content .itembox .cont p {
    font-size: 14px;
  }
}
.news .content .itembox .icon::after {
  font-family: 'iconfont' !important;
  content: '\e600';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  transition: all 0.4s;
  border-radius: 50%;
  background-color: #000;
  color: #FFF;
  font-size: 14px;
}
.contact {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.contact::after {
  content: '';
  position: absolute;
  top: -8%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/contact-b1.png) no-repeat top center;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1920px) {
  .contact::after {
    background-size: 120% auto;
  }
}
@media (max-width: 1560px) {
  .contact::after {
    background-size: 150% auto;
  }
}
@media (max-width: 991px) {
  .contact::after {
    background-size: 300% auto;
  }
}
@media (max-width: 767px) {
  .contact::after {
    background-size: 500% auto;
  }
}
@media (max-width: 575px) {
  .contact::after {
    background-size: 600% auto;
  }
}
@media (max-width: 480px) {
  .contact::after {
    background-size: 800% auto;
  }
}
@media (max-width: 380px) {
  .contact::after {
    background-size: 1000% auto;
  }
}
@media (max-width: 1400px) {
  .contact {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .contact {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .contact {
    padding: 50px 0;
  }
}
.contact .cob1 {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 991px) {
  .contact .cob1 {
    flex-wrap: wrap;
  }
}
.contact .cob1 .left {
  width: 40%;
  position: absolute;
  left: 0;
  z-index: 12;
  top: 0;
}
@media (max-width: 1199px) {
  .contact .cob1 .left {
    width: 47%;
  }
}
@media (max-width: 991px) {
  .contact .cob1 .left {
    width: 100%;
    position: static;
  }
}
.contact .cob1 .left .index-title h2 {
  color: #FFF;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .contact .cob1 .left .index-title h2 {
    margin-bottom: 20px;
  }
}
.contact .cob1 .left .index-title h2 span {
  color: #CE3409;
}
.contact .cob1 .left .index-title p {
  color: #FFF;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1400px) {
  .contact .cob1 .left .index-title p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact .cob1 .left .index-title p {
    font-size: 14px;
  }
}
.contact .cob1 .left .conimg {
  margin-top: 140px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .contact .cob1 .left .conimg {
    margin-top: 100px;
  }
}
@media (max-width: 1400px) {
  .contact .cob1 .left .conimg {
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .contact .cob1 .left .conimg {
    margin-top: 30px;
  }
}
.contact .cob1 .left .conimg .con {
  border-radius: 10px;
  background: #F0F0F0;
  width: 130px;
  height: 130px;
  margin-right: 20px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .contact .cob1 .left .conimg .con {
    width: 100px;
    height: 100px;
  }
}
.contact .cob1 .left .conimg .con:last-child {
  margin-right: 0;
}
.contact .cob1 .left .conimg .con img {
  width: 100%;
  height: auto;
}
.contact .cob1 .right {
  width: 75%;
}
@media (max-width: 991px) {
  .contact .cob1 .right {
    width: 100%;
    margin-top: 30px;
  }
}
.contact .cob1 .right .row-box {
  margin: -15px;
}
.contact .cob1 .right .row-box .col-box {
  padding: 15px;
}
@media (max-width: 991px) {
  .contact .cob1 .right .row-box .col-box:first-child {
    display: none;
  }
}
.contact .cob1 .right .row-box .col-box .item {
  text-align: center;
}
.contact .cob1 .right .row-box .col-box .item:hover .icon {
  animation: swing 1s 0s ease both;
}
.contact .cob1 .right .row-box .col-box .item .icon {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(50% 50% at 50% 50%, #CE3409 0%, #DF390B 100%);
  stroke-width: 1px;
  stroke: #FFF;
}
@media (max-width: 1400px) {
  .contact .cob1 .right .row-box .col-box .item .icon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1199px) {
  .contact .cob1 .right .row-box .col-box .item .icon {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .contact .cob1 .right .row-box .col-box .item .icon {
    width: 60px;
    height: 60px;
  }
}
.contact .cob1 .right .row-box .col-box .item .icon .iconfont {
  background: linear-gradient(to top, #FF714A 0%, #FFF2EE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  font-size: 40px;
}
@media (max-width: 1400px) {
  .contact .cob1 .right .row-box .col-box .item .icon .iconfont {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .contact .cob1 .right .row-box .col-box .item .icon .iconfont {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .contact .cob1 .right .row-box .col-box .item .icon .iconfont {
    font-size: 22px;
  }
}
.contact .cob1 .right .row-box .col-box .item .ccont {
  min-height: 240px;
  text-align: center;
  border-radius: 10px;
  padding: 20px;
  padding-top: 66px;
  margin-top: -40px;
  position: relative;
  z-index: 12;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .contact .cob1 .right .row-box .col-box .item .ccont {
    padding-top: 50px;
    min-height: 210px;
  }
}
@media (max-width: 1199px) {
  .contact .cob1 .right .row-box .col-box .item .ccont {
    padding-top: 50px;
    min-height: 210px;
  }
}
@media (max-width: 767px) {
  .contact .cob1 .right .row-box .col-box .item .ccont {
    min-height: auto;
    padding-bottom: 40px;
  }
}
.contact .cob1 .right .row-box .col-box .item .ccont:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/cob2.png) no-repeat center;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .contact .cob1 .right .row-box .col-box .item .ccont:before {
    background-position: top center;
  }
}
.contact .cob1 .right .row-box .col-box .item .ccont:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: -2;
}
.contact .cob1 .right .row-box .col-box .item .ccont h2 {
  color: #FFF;
  font-family: "HubotSans";
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 18px;
}
@media (max-width: 1440px) {
  .contact .cob1 .right .row-box .col-box .item .ccont h2 {
    font-size: 24px;
  }
}
@media (max-width: 1400px) {
  .contact .cob1 .right .row-box .col-box .item .ccont h2 {
    font-size: 20px;
  }
}
.contact .cob1 .right .row-box .col-box .item .ccont p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 1440px) {
  .contact .cob1 .right .row-box .col-box .item .ccont p {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  .contact .cob1 .right .row-box .col-box .item .ccont p {
    font-size: 16px;
  }
}
.contact .cob1 .right .row-box .col-box .item .ccont p a {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s;
}
.contact .cob1 .right .row-box .col-box .item .ccont p a:hover {
  color: #fff;
  text-decoration: underline;
}
.contact .cob2 {
  margin-top: 140px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1560px) {
  .contact .cob2 {
    margin-top: 100px;
  }
}
@media (max-width: 1400px) {
  .contact .cob2 {
    margin-top: 80px;
  }
}
@media (max-width: 1200px) {
  .contact .cob2 {
    margin-top: 60px;
  }
}
@media (max-width: 992px) {
  .contact .cob2 {
    margin-top: 50px;
  }
}
@media (max-width: 992px) {
  .contact .cob2 {
    flex-wrap: wrap;
  }
}
.contact .cob2 .left {
  width: 40%;
  padding-top: 40px;
}
@media (max-width: 992px) {
  .contact .cob2 .left {
    width: 100%;
    padding-top: 0px;
  }
}
.contact .cob2 .left .index-title h2 {
  margin-bottom: 30px;
}
.contact .cob2 .left .index-title h2 span {
  color: #CE3409;
}
@media (max-width: 1401px) {
  .contact .cob2 .left .index-title h2 {
    margin-bottom: 20px;
  }
}
.contact .cob2 .left .index-title p {
  color: #444;
  font-size: 18px;
  line-height: 26px;
  width: 85%;
}
@media (max-width: 1401px) {
  .contact .cob2 .left .index-title p {
    font-size: 16px;
  }
}
@media (max-width: 768) {
  .contact .cob2 .left .index-title p {
    font-size: 14px;
  }
}
.contact .cob2 .left .map {
  margin-top: 80px;
}
@media (max-width: 1401px) {
  .contact .cob2 .left .map {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  .contact .cob2 .left .map {
    margin-top: 30px;
  }
}
.contact .cob2 .left .map .img-box {
  padding-bottom: calc(370 / 670 * 100%);
  border-radius: 10px;
}
.contact .cob2 .left .map .img-box img {
  transform: scale(1) !important;
}
.contact .cob2 .right {
  width: 55%;
}
@media (max-width: 992px) {
  .contact .cob2 .right {
    width: 100%;
    margin-top: 30px;
  }
}
.contact .cob2 .right .message {
  width: 100%;
  border-radius: 10px;
  background: #FFF;
  padding: 55px 35px;
}
@media (max-width: 1400px) {
  .contact .cob2 .right .message {
    padding: 35px 25px;
  }
}
@media (max-width: 991px) {
  .contact .cob2 .right .message {
    padding: 20px 10px;
  }
}
.contact .cob2 .right .message .formbox {
  position: relative;
}
.contact .cob2 .right .message .formbox .now-title {
  margin-bottom: 33px;
}
.contact .cob2 .right .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #CE3409;
  padding: 20px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 767px) {
  .contact .cob2 .right .message .formbox .now-title input {
    font-size: 14px;
  }
}
.contact .cob2 .right .message .formbox .row {
  list-style: none;
  margin: -11px 0;
}
.contact .cob2 .right .message .formbox li {
  padding: 11px 0;
}
.contact .cob2 .right .message .formbox .group {
  position: relative;
}
.contact .cob2 .right .message .formbox .group b {
  display: block;
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  .contact .cob2 .right .message .formbox .group b {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .contact .cob2 .right .message .formbox .group b {
    font-size: 14px;
  }
}
.contact .cob2 .right .message .formbox .group span {
  display: inline-block;
  width: 80px;
  margin-left: 10px;
}
.contact .cob2 .right .message .formbox .group span img {
  width: 100%;
  height: auto;
}
.contact .cob2 .right .message .formbox .group label {
  display: block;
  margin-bottom: 12px;
  margin-left: 21px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 767px) {
  .contact .cob2 .right .message .formbox .group label {
    font-size: 14px;
  }
}
.contact .cob2 .right .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #E8E8E8;
  background: #F5F5F5;
  color: #999;
  font-size: 14px;
  line-height: 100%;
  padding: 21px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 991px) {
  .contact .cob2 .right .message .formbox .group input {
    font-size: 14px;
  }
}
.contact .cob2 .right .message .formbox .group input::placeholder {
  color: #999;
  font-size: 14px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .contact .cob2 .right .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.contact .cob2 .right .message .formbox .group input:focus label {
  display: none;
}
.contact .cob2 .right .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.contact .cob2 .right .message .formbox .group textarea {
  border: none;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #E8E8E8;
  background: #F5F5F5;
  color: #999;
  font-size: 14px;
  line-height: 100%;
  padding: 21px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 260px;
}
@media (max-width: 991px) {
  .contact .cob2 .right .message .formbox .group textarea {
    font-size: 14px;
    height: 180px;
  }
}
.contact .cob2 .right .message .formbox .group textarea::placeholder {
  color: #999;
  font-size: 14px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .contact .cob2 .right .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.contact .cob2 .right .message .formbox .group textarea:focus label {
  display: none;
}
.contact .cob2 .right .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.contact .cob2 .right .message .func {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  z-index: 12;
  bottom: 20px;
  right: 0;
}
@media (max-width: 1199px) {
  .contact .cob2 .right .message .func {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .contact .cob2 .right .message .func {
    position: static;
  }
}
.contact .cob2 .right .message .func button {
  border: none;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  background-color: #CE3409;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  padding: 19px 50px;
  max-height: 54px;
  transition: all 0.5s;
}
.contact .cob2 .right .message .func button::after {
  display: inline-block;
  font-family: 'iconfont' !important;
  content: '';
  font-size: 14px;
  margin-left: 12px;
}
@media (max-width: 1199px) {
  .contact .cob2 .right .message .func button {
    padding: 12px 40px;
  }
}
.contact .cob2 .right .message .func 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: #CE3409;
  border: none;
  padding: 17px 20px;
  color: #F5F5EA;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
}
@media (max-width: 1400px) {
  .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: #CE3409;
}
@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: #CE3409;
}
.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: #CE3409;
  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 {
  text-align: center;
}
a {
  text-decoration: none;
}
.pagination {
  display: inline-flex;
  justify-content: center;
  margin: 80px 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 15px;
  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;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #000;
}
.pagination li.prev a:hover,
.pagination li.next a:hover {
  background-color: #CE3409 !important;
}
.pagination li.prev a::before,
.pagination li.next a::after {
  font-family: 'iconfont' !important;
  font-size: 14px;
  display: block;
  content: '\e600';
  color: #fff;
  text-align: center;
  transition: all 0.3s;
  font-weight: 400;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pagination li.prev a:hover:before,
.pagination li.next a:hover:after {
  color: #FFF;
}
.pagination li.prev a:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  -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: #CE3409;
  text-decoration: underline;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #CE3409;
  text-decoration: underline;
}
.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{

  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  overflow: hidden;
}

@media (max-width: 767px) { 
  .newsdetails .title h2{
    font-size: 24px;
  }
}
.newsdetails .title p {
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-top: 30px;
  color: #CE3409;
}
@media (max-width: 767px) {
  .newsdetails .title p {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .newsdetails .title p {
    font-size: 16px;
  }
}
.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: #CE3409;
}
.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 .devideo .firm-video {
  position: absolute;
  z-index: 12;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.newsdetails .devideo .firm-video .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  cursor: pointer;
  color: #FFF;
  font-size: 35px;
  padding-left: 3px;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .newsdetails .devideo .firm-video .iconfont {
    width: 130px;
    height: 130px;
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .newsdetails .devideo .firm-video .iconfont {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1199px) {
  .newsdetails .devideo .firm-video .iconfont {
    width: 90px;
    height: 90px;
    font-size: 25px;
  }
}
.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: 12px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  content: '\e600';
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  transform: rotate(45deg);
  color: #fff;
  border-radius: 50%;
  background-color: #999;
}
.newsdetails .relate-details a:hover {
  color: #CE3409;
}
.newsdetails .relate-details a:hover:before {
  color: #fff;
  background-color: #CE3409;
}
.newsdetails .relate-details .prev a:before {
  content: '\e600';
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.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: #CE3409;
  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%;
  border-radius: 10px;
  background: #FFF;
  margin-top: 20px;
}
.now-bottom .contactus-right .message .formbox {
  position: relative;
}
.now-bottom .contactus-right .message .formbox .now-title {
  margin-bottom: 33px;
}
.now-bottom .contactus-right .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #CE3409;
  padding: 20px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 767px) {
  .now-bottom .contactus-right .message .formbox .now-title input {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .row {
  list-style: none;
  margin: -11px;
}
.now-bottom .contactus-right .message .formbox li {
  padding: 11px;
}
.now-bottom .contactus-right .message .formbox .group {
  position: relative;
}
.now-bottom .contactus-right .message .formbox .group b {
  display: block;
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
}
@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: 10px;
}
.now-bottom .contactus-right .message .formbox .group span img {
  width: 100%;
  height: auto;
}
.now-bottom .contactus-right .message .formbox .group label {
  display: block;
  margin-bottom: 12px;
  margin-left: 21px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 767px) {
  .now-bottom .contactus-right .message .formbox .group label {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #E8E8E8;
  background: #F5F5F5;
  color: #999;
  font-size: 14px;
  line-height: 100%;
  padding: 21px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group input {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .group input::placeholder {
  color: #999;
  font-size: 14px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.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%;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #E8E8E8;
  background: #F5F5F5;
  color: #999;
  font-size: 14px;
  line-height: 100%;
  padding: 21px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 260px;
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group textarea {
    font-size: 14px;
    height: 180px;
  }
}
.now-bottom .contactus-right .message .formbox .group textarea::placeholder {
  color: #999;
  font-size: 14px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.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: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  z-index: 12;
  bottom: 20px;
  right: 0;
}
@media (max-width: 1199px) {
  .now-bottom .contactus-right .message .func {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .now-bottom .contactus-right .message .func {
    position: static;
  }
}
.now-bottom .contactus-right .message .func button {
  border: none;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  background-color: #CE3409;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  padding: 19px 50px;
  max-height: 54px;
  transition: all 0.5s;
}
.now-bottom .contactus-right .message .func button::after {
  display: inline-block;
  font-family: 'iconfont' !important;
  content: '';
  font-size: 14px;
  margin-left: 12px;
}
@media (max-width: 1199px) {
  .now-bottom .contactus-right .message .func button {
    padding: 12px 40px;
  }
}
.now-bottom .contactus-right .message .func 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: #CE3409;
  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: #CE3409;
  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 #CE3409;
  border-top: none;
}
.inquiry-wrap .inquiry-box .list > li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #CE3409;
}
.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: 30px;
}
@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: #CE3409;
  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;
}




.tblnavbox {
  position: relative;
}
.tblnavbox .prev-next {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 32px;
  margin: 0;
}
@media (max-width: 767px) {
  .tblnavbox .prev-next {
    display: block !important;
    height: 26px;
  }
}
@media (max-width: 575px) {
  .tblnavbox .prev-next {
    display: none !important;
  }
}
.tblnavbox .prev-next .slick-next,
.tblnavbox .prev-next .slick-prev {
  width: 32px;
  height: 32px;
  top: 0;
  pointer-events: all;
}
@media (max-width: 767px) {
  .tblnavbox .prev-next .slick-next,
  .tblnavbox .prev-next .slick-prev {
    width: 26px;
    height: 26px;
  }
}
.tblnavbox .prev-next .slick-next::before,
.tblnavbox .prev-next .slick-prev::before {
  font-size: 12px;
}
@media (max-width: 767px) {
  .tblnavbox .prev-next .slick-next::before,
  .tblnavbox .prev-next .slick-prev::before {
    font-size: 10px;
  }
}
.tblnav-slick {
  display: block;
  position: relative;
  z-index: 33;
  width: 90%;
  margin: 0 auto;
  transform: translateX(10px);
}
@media (max-width: 1200px) {
  .tblnav-slick {
    transform: translateX(5px);
  }
}
@media (max-width: 767px) {
  .tblnav-slick {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .tblnav-slick {
    width: 100%;
  }
}
