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: 1470px) {
  .container.con1440 {
    max-width: 1440px;
  }
}
@media (min-width: 1680px) {
  .container.con1650 {
    max-width: 1650px;
  }
}
@font-face {
  font-family: 'BonaNova';
  src: url('../fonts/BonaNova-Regular.woff2') format('woff2'), url('../fonts/BonaNova-Regular.woff') format('woff'), url('../fonts/BonaNova-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Medium.woff2') format('woff2'), url('../fonts/Figtree-Medium.woff') format('woff'), url('../fonts/Figtree-Medium.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Regular.woff2') format('woff2'), url('../fonts/Figtree-Regular.woff') format('woff'), url('../fonts/Figtree-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Light.woff2') format('woff2'), url('../fonts/Figtree-Light.woff') format('woff'), url('../fonts/Figtree-Light.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 300;
}
body {
  font-family: 'Figtree', "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;
}
.overhide {
  overflow: hidden;
}
.header.scrolled {
  top: 0;
  background-color: #FFF;
}
.header.hasty {
  position: sticky;
  background-color: #FFF;
}
.header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 0;
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  overflow-x: clip;
}
@media (max-width: 767px) {
  .header {
    position: sticky;
    background-color: #FFF;
  }
}
.header .header-box {
  position: relative;
}
.header .box1 {
  background: #ED773E;
}
.header .box1 .box {
  padding: 10px 3%;
  text-align: center;
}
.header .box1 .box p {
  color: rgba(255, 255, 255, 0.9);
  font-family: "BonaNova";
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 768px) {
  .header .box1 .box p {
    font-size: 14px;
  }
}
.header .box1 .box p a {
  color: #FFFFFF;
  text-decoration: underline;
}
.header .box2 {
  position: relative;
}
.header .box2 .box {
  position: relative;
}
@media (max-width: 1199px) {
  .header .box2 .header-logo {
    margin: 10px 0;
  }
}
.header .box2 .header-logo a {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .box2 .header-logo img {
  width: 60px;
  height: auto;
}
@media (max-width: 1560px) {
  .header .box2 .header-logo img {
    width: 50px;
  }
}
@media (max-width: 1400px) {
  .header .box2 .header-logo img {
    width: 40px;
  }
}
@media (max-width: 1200px) {
  .header .box2 .header-logo img {
    width: 50px;
  }
}
.header .box2 .header-logo span {
  margin-left: 14px;
  font-family: "BonaNova";
  font-size: 36px;
  line-height: 24px;
  letter-spacing: -1.8px;
  background: linear-gradient(90deg, #5A5452 0%, #ED773E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1680px) {
  .header .box2 .header-logo span {
    font-size: 30px;
  }
}
@media (max-width: 1560px) {
  .header .box2 .header-logo span {
    font-size: 24px;
  }
}
@media (max-width: 1400px) {
  .header .box2 .header-logo span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .header .box2 .header-logo span {
    display: none;
  }
}
.header .box2 .box {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 0 3%;
}
.header .box2 .dropdown {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  display: none;
  background-color: #FFF;
}
@media (max-width: 1199px) {
  .header .box2 .dropdown {
    display: none !important;
  }
}
.header .box2 .dropdown .dropdownbx {
  display: flex;
  background: #FFF;
  overflow: hidden;
  min-height: 520px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .header .box2 .dropdown .dropdownbx {
    display: none !important;
  }
}
.header .box2 .header-nav {
  margin-right: 30px;
  position: relative;
}
@media (max-width: 1440px) {
  .header .box2 .header-nav {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .header .box2 .header-nav {
    display: none;
  }
}
.header .box2 .header-nav .nav > ul {
  display: flex;
  list-style: none;
  margin: 0 -30px;
}
@media (max-width: 1680px) {
  .header .box2 .header-nav .nav > ul {
    margin: 0 -20px;
  }
}
@media (max-width: 1560px) {
  .header .box2 .header-nav .nav > ul {
    margin: 0 -15px;
  }
}
@media (max-width: 1401px) {
  .header .box2 .header-nav .nav > ul {
    margin: 0 -15px;
  }
}
.header .box2 .header-nav .nav > ul > li {
  display: block;
  padding: 0 30px;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .header .box2 .header-nav .nav > ul > li {
    padding: 0 20px;
  }
}
@media (max-width: 1560px) {
  .header .box2 .header-nav .nav > ul > li {
    padding: 0 15px;
  }
}
.header .box2 .header-nav .nav > ul > li:hover > a {
  color: #ED773E;
}
.header .box2 .header-nav .nav > ul > li:hover > a::before {
  width: 100%;
}
.header .box2 .header-nav .nav > ul > li.active > a {
  color: #ED773E;
}
.header .box2 .header-nav .nav > ul > li.active > a::before {
  width: 100%;
}
.header .box2 .header-nav .nav > ul > li.have > a::after {
  display: block;
}
.header .box2 .header-nav .nav > ul > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 36px 0;
  color: #000;
  font-family: "BonaNova";
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  transition: all 0.5s;
}
.header .box2 .header-nav .nav > ul > li > a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #ED773E;
  width: 0;
  transition: all 0.5s;
}
.header .box2 .header-nav .nav > ul > li > a::after {
  font-family: 'iconfont' !important;
  content: '\e682';
  color: #000000;
  margin-left: 4px;
  line-height: 1;
  font-size: 12px;
  display: none;
}
@media (max-width: 1401px) {
  .header .box2 .header-nav .nav > ul > li > a {
    font-size: 16px;
  }
}
.header .box2 .header-nav .nav > ul > li ul {
  position: absolute;
  top: calc(100%);
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  width: 300px;
  list-style: none;
  display: none;
  padding: 4px;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.header .box2 .header-nav .nav > ul > li ul li {
  position: relative;
}
.header .box2 .header-nav .nav > ul > li ul li:last-child > a {
  border-bottom: none;
}
.header .box2 .header-nav .nav > ul > li ul li:first-child::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 7px;
  background-size: cover;
}
.header .box2 .header-nav .nav > ul > li ul li a {
  display: block;
  padding: 9px 24px;
  text-align: left;
  color: #222;
  font-family: Figtree;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.64px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.header .box2 .header-nav .nav > ul > li ul li a span,
.header .box2 .header-nav .nav > ul > li ul li a p {
  position: relative;
  z-index: 2;
}
@media (max-width: 1400px) {
  .header .box2 .header-nav .nav > ul > li ul li a {
    font-size: 16px;
  }
}
.header .box2 .header-nav .nav > ul > li ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ED773E;
  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 .h-r2 {
  display: flex;
}
@media (max-width: 991px) {
  .header .box2 .h-r2 {
    border: none;
  }
}
.header .box2 .hr2-2 {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1199px) {
  .header .box2 .hr2-2 {
    align-items: flex-start;
  }
}
.header .box2 .hr2-2 .language {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.header .box2 .hr2-2 .language .lang {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.header .box2 .hr2-2 .language .lang::before {
  display: inline-block;
  content: '';
  margin-right: 6px;
  width: 32px;
  height: 18px;
  background: url(../img/yuyan.svg) no-repeat center;
  background-size: cover;
}
.header .box2 .hr2-2 .language .lang::after {
  font-family: 'iconfont' !important;
  content: '\e607';
  font-size: 7px;
  color: #000000;
  margin-left: 20px;
}
@media (max-width: 1560px) {
  .header .box2 .hr2-2 .language .lang::after {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .header .box2 .hr2-2 .language .lang::after {
    margin-left: 0;
  }
}
.header .box2 .hr2-2 .language .lang span {
  color: #000;
  font-family: "BonaNova";
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 1400px) {
  .header .box2 .hr2-2 .language .lang span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .header .box2 .hr2-2 .language .lang span {
    display: none;
  }
}
.header .box2 .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 .hr2-2 .language .drop-select {
    min-width: 100%;
    width: auto;
    height: 300px;
    overflow: auto;
    padding: 10px;
  }
}
.header .box2 .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 .hr2-2 .language .drop-select li {
    width: 100%;
    font-size: 14px;
  }
}
.header .box2 .hr2-2 .language .drop-select li:hover a {
  color: #777777;
}
.header .box2 .hr2-2 .language .drop-select li a {
  display: flex;
  align-items: center;
  padding: 6px;
  font-size: 14px;
  color: #000;
}
.header .box2 .hr2-2 .language .drop-select li a:hover {
  background: #eee;
}
.header .box2 .hr2-2 .language .drop-select li a img {
  max-height: 20px;
  display: block;
  margin-right: 10px;
}
.header .box2 .hr2-1 {
  margin: 0 36px;
}
@media (max-width: 1400px) {
  .header .box2 .hr2-1 {
    margin: 0 20px;
  }
}
@media (max-width: 768px) {
  .header .box2 .hr2-1 {
    margin: 0 15px;
  }
}
.header .box2 .hr2-1 a {
  display: flex;
  height: 100%;
  align-items: center;
  color: #000;
  font-family: "BonaNova";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.header .box2 .hr2-1 a b {
  font-weight: 400;
}
.header .box2 .hr2-1 a .iconfont {
  color: #000;
  line-height: 1;
  font-size: 26px;
  margin-right: 6px;
}
.header .box2 .form .search {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.header .box2 .form .search .iconfont {
  font-size: 20px;
  color: #000000;
}
.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 #ED773E;
  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: #ED773E;
}
.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 {
  display: flex;
  text-decoration: none;
  height: 100%;
  color: #222;
  transition: all 0.3s;
  align-items: center;
}
@media (max-width: 767px) {
  .btn-menu a {
    color: #222;
  }
}
.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;
  top: 0;
}
.banner-box .banner {
  font-size: 0;
  position: relative;
  z-index: 8;
  clear: both;
  overflow: hidden;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.banner-box .banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  left: 0;
  border-radius: 100px 100px 0 0;
}
@media (max-width: 1199px) {
  .banner-box .banner::after {
    height: 20px;
  }
}
.banner-box .banner img {
  display: block;
  width: 100%;
}
.banner-box .banner .swiper-slide {
  overflow: hidden;
}
.banner-box .banner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner-box .banner .item {
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-box .banner .banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-box .banner.hide-arrow .slick-arrow,
.banner-box .banner.hide-arrow {
  display: none !important;
}
.banner-box .banner.hide-video video {
  display: none !important;
}
.banner-box .banner-video-box {
  position: relative;
  display: block;
  padding-bottom: calc(960 / 1920 * 100%);
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.banner-box .banner-video-box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.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: 5% !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: #ED773E !important;
}
.swiper-pagination-bullet-active::after {
  opacity: 1 !important;
}
.swiper-pagination-bullet {
  margin: 0 12px !important;
  width: 8px;
  height: 8px;
  background: #FFFFFF33;
  opacity: 1;
  position: relative;
}
.swiper-pagination-bullet::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FFF;
  z-index: -1;
  opacity: 0;
}
/* 定义旋转动画 */
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.index-nav.show {
  right: calc(100% - 100%);
  /* 滑入左侧 */
}
.index-nav {
  position: fixed;
  top: 40%;
  right: 0px;
  z-index: 222;
}
@media (max-width: 1199px) {
  .index-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .index-nav {
    top: 30%;
  }
}
.index-nav .a {
  display: block;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  margin-top: 4px;
}
.index-nav .a .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 26px;
  transition: all 0.3s ease;
  color: #FFF;
}
.index-nav .a:hover .fix-nav-phonenumber {
  transform: translateY(-50%) translateX(-2px);
}
.index-nav .a:hover .fix-nav-phonenumber p {
  border-radius: 0;
}
.index-nav .a:hover .iconfont {
  background-color: #ED773E;
}
.index-nav .a.show .fix-nav-phonenumber {
  transform: translateY(-50%) translateX(-2px);
}
.index-nav .a.show .fix-nav-phonenumber p {
  border-radius: 0;
}
.index-nav .a.show .iconfont {
  background-color: #ED773E;
}
.index-nav .top {
  position: relative;
}
.index-nav .WeChat .fix-nav-phonenumber p {
  height: auto;
  padding: 7px;
  border-radius: 5px 0 0 5px !important;
}
.index-nav .WeChat .fix-nav-phonenumber p img {
  background: #FFF !important;
}
.index-nav .fix-nav-phonenumber {
  position: absolute;
  right: 100%;
  top: 50%;
  height: 100%;
  transform: translateY(-50%) translateX(300%);
  transition: all 0.3s ease;
  line-height: 100%;
}
.index-nav .fix-nav-phonenumber p {
  margin: 0;
  height: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #ED773E;
  white-space: nowrap;
  color: #FFF;
  font-size: 15px;
}
.index-nav .fix-nav-phonenumber p a {
  color: #FFF;
}
.index-nav .fix-nav-phonenumber p a:hover {
  text-decoration: underline;
}
.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: 39px;
  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: #ED773E;
  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 !important;
  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: #ED773E;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
}
.fix-nav-product a .iconfont {
  display: block;
  color: #FFF;
  font-size: 20px;
  transition: all 0.3s ease;
}
.fix-nav-product a span {
  display: block;
  font-size: 14px;
  color: #FFF;
}
@keyframes videoan1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(3.5);
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
}
.index-padding {
  padding: 120px 0;
}
@media (max-width: 1400px) {
  .index-padding {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .index-padding {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .index-padding {
    padding: 50px 0;
  }
}
.index-title h2 {
  margin: 0;
  margin-bottom: 26px;
  color: #000;
  font-family: "BonaNova";
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.4px;
}
.index-title h2 span {
  color: #ED773E;
}
@media (max-width: 1680px) {
  .index-title h2 {
    font-size: 60px !important;
  }
}
@media (max-width: 1440px) {
  .index-title h2 {
    font-size: 50px !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 1400px) {
  .index-title h2 {
    font-size: 45px !important;
  }
}
@media (max-width: 1199px) {
  .index-title h2 {
    font-size: 40px !important;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .index-title h2 {
    font-size: 35px !important;
  }
}
@media (max-width: 767px) {
  .index-title h2 {
    letter-spacing: -0.4px;
  }
}
@media (max-width: 575px) {
  .index-title h2 {
    font-size: 32px !important;
  }
}
.index-title p {
  color: #666;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 768px) {
  .index-title p {
    font-size: 14px;
  }
}
.index-more {
  display: inline-flex;
  align-items: center;
  min-width: 210px;
  border-radius: 50px;
  background-color: #222;
  padding: 15px 37px;
  overflow: hidden;
  transition: all 0.5s;
  color: #FFF;
  font-family: "BonaNova";
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
.index-more:hover {
  background-color: #ED773E;
  color: #FFF;
}
.index-more.on {
  background-color: #ED773E;
  color: #FFF;
}
@media (max-width: 767px) {
  .index-more {
    font-size: 14px;
  }
}
.index-more span {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.index-more span::after {
  display: inline-block;
  font-family: 'iconfont' !important;
  content: '\e613';
  margin-left: 14px;
  color: #FFFFFF;
  margin-left: 16px;
  transform: rotate(135deg);
}
.prev-next {
  width: 120px;
  position: relative;
  height: 55px;
}
@media (max-width: 1400px) {
  .prev-next {
    height: 45px;
    width: 100px;
  }
}
.prev-next .slick-next:before,
.prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 18px;
  display: block;
  content: '\eab2';
  color: #ED773E;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
.prev-next .slick-next::before {
  transform: rotate(0);
}
.prev-next .slick-prev,
.prev-next .slick-next {
  z-index: 1;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  border: 1px solid #ED773E;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1400px) {
  .prev-next .slick-prev,
  .prev-next .slick-next {
    height: 45px;
    width: 45px;
  }
}
.prev-next .slick-prev.on,
.prev-next .slick-next.on {
  background-color: #ED773E;
}
.prev-next .slick-prev.on::before,
.prev-next .slick-next.on::before {
  color: #333333;
}
.prev-next .slick-next {
  right: 0;
}
.prev-next .slick-prev {
  left: 0;
}
.prev-next .slick-next:hover,
.prev-next .slick-prev:hover {
  background-color: #ED773E;
}
.prev-next .slick-prev:hover::before,
.prev-next .slick-next:hover::before {
  color: #333333;
}
img {
  background: transparent !important;
}
.yzm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.yzm b {
  width: 100%;
}
.yzm input {
  max-width: 12.7em !important;
}
@media (max-width: 767px) {
  .yzm input {
    width: 12em !important;
  }
}
/* 定义弹起缩回动画 */
@keyframes bounceInAndOut {
  0% {
    transform: translateY(0%) scale(0.9);
  }
  25% {
    transform: translateY(0) scale(1.2);
    opacity: 1;
  }
  50% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  75% {
    transform: translateY(0) scale(1.2);
    opacity: 1;
  }
  100% {
    transform: translateY(0%) scale(0.9);
  }
}
@keyframes ripple-spread {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
.firm-video .video {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 992px) {
  .firm-video .video {
    width: 50px;
    height: 50px;
  }
}
.firm-video .video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  border-radius: 50%;
  animation: rotate 3s infinite linear;
}
.firm-video .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 12;
  cursor: pointer;
  color: #FFF;
  font-size: 18px;
}
@media (max-width: 768px) {
  .firm-video .iconfont {
    font-size: 14px;
  }
}
.abbaner {
  position: relative;
  overflow: hidden;
}
.abbaner .img {
  position: relative;
}
.abbaner .img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 24.79%);
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.abbaner .img img {
  width: 100%;
  height: auto;
}
.pronav {
  padding: 17px 0;
  overflow: hidden;
  color: #666;
  line-height: 16px;
  letter-spacing: -0.56px;
  border-bottom: 1px solid #DEDEDE;
  background: #FFF;
  position: relative;
  z-index: 44;
}
.pronav .iconfont {
  color: #666666;
  font-size: 18px;
  line-height: 1;
  margin-right: 10px;
  position: relative;
  z-index: 12;
}
.pronav span {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  z-index: 12;
}
.pronav a {
  color: #000;
  display: inline-block;
  transition: all 0.5s;
  position: relative;
  z-index: 12;
}
.pronav a:hover {
  color: #ED773E;
}
.pronav a.on {
  color: #ED773E;
}
.index .index-title {
  width: 60%;
}
@media (max-width: 992px) {
  .index .index-title {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .index .index-title {
    width: 100%;
  }
}
.index .inpro {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .index .inpro {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .index .inpro {
    margin-bottom: 0px;
  }
}
.index .inpro .index-title h2 {
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .index .inpro .index-title h2 {
    margin-bottom: 20px;
  }
}
.index .inpro .index-title h3 {
  margin-bottom: 30px;
  color: #333;
  font-family: "BonaNova";
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 1440px) {
  .index .inpro .index-title h3 {
    font-size: 24px;
  }
}
@media (max-width: 1400px) {
  .index .inpro .index-title h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .index .inpro .index-title h3 {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .index .inpro .index-title h3 {
    font-size: 20px;
  }
}
.index .inpro .content {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
@media (max-width: 1440px) {
  .index .inpro .content {
    margin-top: 80px;
  }
}
@media (max-width: 1400px) {
  .index .inpro .content {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  .index .inpro .content {
    margin-top: 40px;
    flex-wrap: wrap;
  }
}
.index .inpro .content .iprocont {
  width: 75%;
}
@media (max-width: 1200px) {
  .index .inpro .content .iprocont {
    width: 100%;
    margin-top: 30px;
  }
}
.index .inpro .content .iprocont .row-box {
  margin: -15px -10px;
}
.index .inpro .content .iprocont .row-box .item-box {
  padding: 15px 10px;
}
.index .inpro .content .iprocont .row-box .item-box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .inpro .content .iprocont .row-box .item-box .item:hover .cont-img {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.15);
}
.index .inpro .content .iprocont .row-box .item-box .item:hover .cont-img .img2 {
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  mask-size: 400%;
  -webkit-mask-size: 400%;
}
.index .inpro .content .iprocont .row-box .item-box .item:hover .tit {
  color: #ED773E;
}
.index .inpro .content .iprocont .row-box .item-box .item .cont-img {
  width: 100%;
  transition: all 0.5s;
  position: relative;
  border-radius: 400px;
}
.index .inpro .content .iprocont .row-box .item-box .item .cont-img .img-box {
  padding-bottom: calc(340 / 300 * 100%);
  border-radius: 400px;
  border: 1px solid #EEE;
  transition: all 0.5s;
}
.index .inpro .content .iprocont .row-box .item-box .item .cont-img .img-box img {
  transform: scale(1);
}
.index .inpro .content .iprocont .row-box .item-box .item .cont-img .img1,
.index .inpro .content .iprocont .row-box .item-box .item .cont-img .img2 {
  width: 100%;
}
.index .inpro .content .iprocont .row-box .item-box .item .cont-img .img2 {
  position: absolute;
  z-index: 22;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 101%;
  height: 101%;
  transition: all 1s;
  mask-image: radial-gradient(circle, transparent 0%, black 0%);
  -webkit-mask-image: radial-gradient(circle, transparent 0%, black 0%);
  mask-size: 0%;
  -webkit-mask-size: 0%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
.index .inpro .content .iprocont .row-box .item-box .item .tit {
  margin-top: 14px;
  color: #000;
  font-family: "BonaNova";
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  transition: all 0.5s;
}
@media (max-width: 992px) {
  .index .inpro .content .iprocont .row-box .item-box .item .tit {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .index .inpro .content .iprocont .row-box .item-box .item .tit {
    font-size: 14px;
  }
}
.index .incust {
  background: #F5F5F5;
  padding: 90px 0;
}
@media (max-width: 1400px) {
  .index .incust {
    padding: 70px 0;
  }
}
@media (max-width: 1200px) {
  .index .incust {
    padding: 50px 0;
  }
}
.index .incust .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .index .incust .top {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .index .incust .top .index-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.index .incust .content {
  margin-top: 80px;
}
@media (max-width: 1440px) {
  .index .incust .content {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  .index .incust .content {
    margin-top: 40px;
  }
}
.index .incust .content .inpro-slick {
  margin: 0 -15px;
}
.index .incust .content .inpro-slick .item-box {
  padding: 0 15px;

}
.index .incust .content .inpro-slick .item-box .item{
  background-color: #f3f3f3;
}
.index .incust .content .inpro-slick .item-box .item:hover .cont-img {
  padding: 10px;
  border-color: #7D7C7B;
}
.index .incust .content .inpro-slick .item-box .item:hover .cont-img .img-box {
  border-radius: 6px;
  mix-blend-mode: multiply; 
}
.index .incust .content .inpro-slick .item-box .item:hover .cont .tit a {
  color: #ED773E;
}
.index .incust .content .inpro-slick .item-box .item:hover .cont .more a {
  background-color: #222222;
}
.index .incust .content .inpro-slick .item-box .item:hover .cont .more a::after {
  color: #FFF;
}
.index .incust .content .inpro-slick .item-box .item .cont-img {
  transition: all 0.5s;
  border-radius: 10px;
  border: 1px dashed transparent;
  background: #F5F5F5;
}
.index .incust .content .inpro-slick .item-box .item .cont-img .img-box {
  border-radius: 10px;
  transition: all 0.5s;
}
.index .incust .content .inpro-slick .item-box .item .cont-img .img-box img {
  transform: scale(1);
}
.index .incust .content .inpro-slick .item-box .item .cont {
  margin-top: 26px;
}
@media (max-width: 1400px) {
  .index .incust .content .inpro-slick .item-box .item .cont {
    margin-top: 20px;
  }
}
.index .incust .content .inpro-slick .item-box .item .cont .laybel span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 20px;
  border: 0.6px solid #C8C6C6;
  background: #F5F5F5;
  color: #666;
  font-size: 12px;
  line-height: 100%;
  margin-right: 8px;
}
.index .incust .content .inpro-slick .item-box .item .cont .laybel span:last-child {
  margin-right: 0;
}
.index .incust .content .inpro-slick .item-box .item .cont .laybel span::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 6px;
  background: #ED773E;
}
.index .incust .content .inpro-slick .item-box .item .cont .tit {
  margin-top: 14px;
  color: #000;
  font-family: "BonaNova";
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.48px;
}
@media (max-width: 1200px) {
  .index .incust .content .inpro-slick .item-box .item .cont .tit {
    font-size: 22px;
  }
}
.index .incust .content .inpro-slick .item-box .item .cont .tit a {
  color: #000;
  transition: all 0.5s;
}
.index .incust .content .inpro-slick .item-box .item .cont .txt {
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index .incust .content .inpro-slick .item-box .item .cont .txt p {
  margin-top: 10px;
  color: #222;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
}
.index .incust .content .inpro-slick .item-box .item .cont .txt p:first-child {
  margin-top: 0;
}
.index .incust .content .inpro-slick .item-box .item .cont .more {
  margin-top: 26px;
}
@media (max-width: 1400px) {
  .index .incust .content .inpro-slick .item-box .item .cont .more {
    margin-top: 20px;
  }
}
.index .incust .content .inpro-slick .item-box .item .cont .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid #C8C6C6;
  background-color: #FFF;
  width: 60px;
  height: 20px;
  transition: all 0.5s;
}
.index .incust .content .inpro-slick .item-box .item .cont .more a::after {
  font-family: 'iconfont' !important;
  content: '\e613';
  font-size: 16px;
  color: #4D4D4D;
  transform: rotate(180deg);
  transition: all 0.5s;
}
.index .inabo {
  background: url(../img/inabo-b1.jpg) no-repeat;
  background-size: 36% auto;
  background-position: right 0%;
}
.index .inabo .index-title {
  position: relative;
}
.index .inabo .index-title .bg1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: -1;
}
.index .inabo .index-title h3 {
  margin-bottom: 22px;
  color: #000;
  font-family: "BonaNova";
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 1400px) {
  .index .inabo .index-title h3 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .index .inabo .index-title h3 {
    font-size: 14px;
  }
}
.index .inabo .index-title h2 {
  margin: 0;
}
.index .inabo .content {
  margin-left: 25%;
  margin-top: 60px;
  width: 60%;
}
@media (max-width: 1400px) {
  .index .inabo .content {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  .index .inabo .content {
    width: 70%;
    margin-left: 15%;
  }
}
@media (max-width: 992px) {
  .index .inabo .content {
    width: 85%;
    margin-left: 10%;
  }
}
@media (max-width: 768px) {
  .index .inabo .content {
    width: 100%;
    margin-left: 0;
  }
}
.index .inabo .content .txt p {
  color: #444;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 1400px) {
  .index .inabo .content .txt p {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .index .inabo .content .txt p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .index .inabo .content .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.index .inabo .content .cnimgbox {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .index .inabo .content .cnimgbox {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  .index .inabo .content .cnimgbox {
    margin-top: 30px;
  }
}
.index .inabo .content .cnimgbox .cont-img {
  width: 200px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .index .inabo .content .cnimgbox .cont-img {
    width: calc(50% - 10px);
  }
}
.index .inabo .content .cnimgbox .cont-img:last-child {
  margin-right: 0;
}
.index .inabo .content .cnimgbox .cont-img .img-box {
  border-radius: 6px;
}
.index .inabo .content .cnimgbox .cont-img .img-box .firm-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 22;
}
.index .inabo .content .more {
  margin-top: 30px;
}
.index .inabo .content .more a {
  background-color: transparent;
  color: #000;
  border: 1px solid #4D4D4D;
}
.index .inabo .content .more a:hover {
  background-color: #ED773E;
  color: #FFF;
  border-color: transparent;
}
.index .inabo .content .more a:hover span::after {
  color: #FFF;
}
.index .inabo .content .more a span::after {
  color: #000000;
}
.index .inwhy {
  background: url(../img/inwhy-b1.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 90px 0;
}
.index .inwhy::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}
@media (max-width: 1400px) {
  .index .inwhy {
    padding: 70px 0;
  }
}
@media (max-width: 1200px) {
  .index .inwhy {
    padding: 50px 0;
  }
}
.index .inwhy .box {
  position: relative;
  z-index: 22;
}
.index .inwhy .box .index-title h2 {
  margin-bottom: 20px;
  color: #FFF;
}
.index .inwhy .box .index-title p {
  color: #FFF;
  font-family: "BonaNova";
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 1440px) {
  .index .inwhy .box .index-title p {
    font-size: 20px;
  }
}
@media (max-width: 1400px) {
  .index .inwhy .box .index-title p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .index .inwhy .box .index-title p {
    font-size: 16px;
  }
}
.index .inwhy .box .content {
  margin-left: auto;
  margin-right: 0;
  width: 60%;
  margin-top: 120px;
}
@media (max-width: 1680px) {
  .index .inwhy .box .content {
    margin-top: 80px;
  }
}
@media (max-width: 1400px) {
  .index .inwhy .box .content {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  .index .inwhy .box .content {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .index .inwhy .box .content {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .index .inwhy .box .content {
    margin-top: 20px;
    width: 100%;
  }
}
.index .inwhy .box .content .asked-ul .libox {
  padding: 30px 0;
  border-bottom: 1px solid #FFFFFF33;
  position: relative;
  transition: all 0.3s;
}
.index .inwhy .box .content .asked-ul .libox::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #FFF;
  transition: all 0.4s;
}
.index .inwhy .box .content .asked-ul .libox.current::before {
  width: 30%;
}
.index .inwhy .box .content .asked-ul .libox.current .li::after {
  content: '\eaf5';
}
.index .inwhy .box .content .asked-ul .li {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index .inwhy .box .content .asked-ul .li::after {
  font-family: 'iconfont' !important;
  content: '\eaf3';
  color: #fff;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: all 0.5s;
}
.index .inwhy .box .content .asked-ul .li p {
  width: calc(100% - 40px - 20px);
  margin-right: auto;
  color: #FFF;
  font-family: "BonaNova";
  font-size: 26px;
  font-weight: 400;
  line-height: 100%;
  transition: all 0.5s;
}
.index .inwhy .box .content .asked-ul .li p sup {
  display: inline-block;
  min-width: 23px;
  color: #FFF;
  font-family: Figtree;
  font-size: 18px;
  line-height: 100%;
}
@media (max-width: 1400px) {
  .index .inwhy .box .content .asked-ul .li p sup {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .index .inwhy .box .content .asked-ul .li p sup {
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  .index .inwhy .box .content .asked-ul .li p {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .index .inwhy .box .content .asked-ul .li p {
    width: calc(100% - 30px - 20px);
  }
}
@media (max-width: 767px) {
  .index .inwhy .box .content .asked-ul .li p {
    font-size: 20px;
  }
}
.index .inwhy .box .content .asked-ul .text-box {
  margin-top: 20px;
  margin-left: 23px;
  display: none;
  width: 70%;
}
@media (max-width: 1200px) {
  .index .inwhy .box .content .asked-ul .text-box {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .index .inwhy .box .content .asked-ul .text-box {
    width: 90%;
  }
}
.index .inwhy .box .content .asked-ul .text-box p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 23px;
}
.index .inuodate .content {
  margin-top: 90px;
}
@media (max-width: 1680px) {
  .index .inuodate .content {
    margin-top: 70px;
  }
}
@media (max-width: 1440px) {
  .index .inuodate .content {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  .index .inuodate .content {
    margin-top: 30px;
  }
}
.index .inuodate .content .inuodate-slick {
  margin: 0 -45px;
}
@media (max-width: 1440px) {
  .index .inuodate .content .inuodate-slick {
    margin: 0 -30px;
  }
}
@media (max-width: 1200px) {
  .index .inuodate .content .inuodate-slick {
    margin: 0 -20px;
  }
}
.index .inuodate .content .inuodate-slick .item-box {
  padding: 0 45px;
}
@media (max-width: 1440px) {
  .index .inuodate .content .inuodate-slick .item-box {
    padding: 0 30px;
  }
}
@media (max-width: 1200px) {
  .index .inuodate .content .inuodate-slick .item-box {
    padding: 0 20px;
  }
}
.index .inuodate .content .inuodate-slick .item-box .item:hover .cont-img {
  padding: 10px;
  border-color: #7D7C7B;
}
.index .inuodate .content .inuodate-slick .item-box .item:hover .cont-img .img-box {
  padding-bottom: calc(320 / 502 * 100%);
  border-radius: 6px;
}
.index .inuodate .content .inuodate-slick .item-box .item:hover .cont .more a {
  background-color: #ED773E;
}
.index .inuodate .content .inuodate-slick .item-box .item:hover .cont .more a::after {
  color: #FFF;
}
.index .inuodate .content .inuodate-slick .item-box .item .cont-img {
  transition: all 0.5s;
  border-radius: 10px;
  border: 1px dashed transparent;
}
.index .inuodate .content .inuodate-slick .item-box .item .cont-img .img-box {
  border-radius: 10px;
  transition: all 0.5s;
  padding-bottom: calc(320 / 490 * 100%);
}
.index .inuodate .content .inuodate-slick .item-box .item .cont-img .img-box img {
  transform: scale(1);
}
.index .inuodate .content .inuodate-slick .item-box .item .cont {
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .index .inuodate .content .inuodate-slick .item-box .item .cont {
    margin-top: 20px;
  }
}
.index .inuodate .content .inuodate-slick .item-box .item .cont .laybel span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 14px;
  line-height: 100%;
  margin-right: 8px;
}
.index .inuodate .content .inuodate-slick .item-box .item .cont .laybel span:last-child {
  margin-right: 0;
}
.index .inuodate .content .inuodate-slick .item-box .item .cont .laybel span::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 6px;
  background: #ED773E;
}
.index .inuodate .content .inuodate-slick .item-box .item .cont .tit {
  margin-top: 19px;
  color: #000;
  font-family: "BonaNova";
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1680px) {
  .index .inuodate .content .inuodate-slick .item-box .item .cont .tit {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 1400px) {
  .index .inuodate .content .inuodate-slick .item-box .item .cont .tit {
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .index .inuodate .content .inuodate-slick .item-box .item .cont .tit {
    font-size: 20px;
  }
}
.index .inuodate .content .inuodate-slick .item-box .item .cont .tit a {
  color: #000;
  transition: all 0.5s;
}
.index .inuodate .content .inuodate-slick .item-box .item .cont .txt {
  margin-top: 20px;
}
.index .inuodate .content .inuodate-slick .item-box .item .cont .txt p {
  margin-top: 10px;
  color: #222;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
}
.index .inuodate .content .inuodate-slick .item-box .item .cont .txt p:first-child {
  margin-top: 0;
}
.index .inuodate .content .inuodate-slick .item-box .item .cont .more {
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .index .inuodate .content .inuodate-slick .item-box .item .cont .more {
    margin-top: 20px;
  }
}
.index .inuodate .content .inuodate-slick .item-box .item .cont .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid #C8C6C6;
  background-color: #FFF;
  width: 60px;
  height: 24px;
  transition: all 0.5s;
}
.index .inuodate .content .inuodate-slick .item-box .item .cont .more a::after {
  font-family: 'iconfont' !important;
  content: '\e613';
  font-size: 16px;
  color: #4D4D4D;
  transform: rotate(180deg);
  transition: all 0.5s;
}
.footer {
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 50%, #222 100%), #333;
}
.footer .fobx1 {
  padding: 90px 0 110px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .footer .fobx1 {
    padding: 70px 0 90px 0;
  }
}
@media (max-width: 1200px) {
  .footer .fobx1 {
    padding: 50px 0 70px 0;
  }
}
@media (max-width: 992px) {
  .footer .fobx1 {
    padding: 40px 0 50px 0;
  }
}
@media (max-width: 1200px) {
  .footer .fobx1 {
    flex-wrap: wrap;
  }
}
.footer .fobx1 .item h2 {
  color: #FFF;
  font-family: "BonaNova";
  font-size: 26px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .footer .fobx1 .item h2 {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .footer .fobx1 .item h2 {
    margin-bottom: 20px;
  }
}
.footer .fobx1 .item1 {
  width: 25%;
}
@media (max-width: 1200px) {
  .footer .fobx1 .item1 {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .footer .fobx1 .item1 {
    width: 100%;
  }
}
.footer .fobx1 .item1 ul {
  list-style: none;
}
.footer .fobx1 .item1 ul li {
  margin-top: 18px;
}
.footer .fobx1 .item1 ul li:first-of-type {
  margin-top: 0;
}
.footer .fobx1 .item1 ul li:hover span {
  color: #ED773E;
}
.footer .fobx1 .item1 ul li span {
  display: block;
  margin-bottom: 10px;
  color: #999;
  font-family: "BonaNova";
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  transition: all 0.5s;
}
@media (max-width: 992px) {
  .footer .fobx1 .item1 ul li span {
    font-size: 14px;
  }
}
.footer .fobx1 .item1 ul li p {
  color: #CCC;
  font-size: 18px;
  line-height: 100%;
}
@media (max-width: 992px) {
  .footer .fobx1 .item1 ul li p {
    font-size: 16px;
  }
}
.footer .fobx1 .item1 ul li p a {
  display: block;
  color: #CCC;
  margin-top: 10px;
  transition: all 0.4s;
}
.footer .fobx1 .item1 ul li p a:first-of-type {
  margin-top: 0;
}
.footer .fobx1 .item1 ul li p a:hover {
  color: #ED773E;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .footer .fobx1 .item2 {
    width: 100%;
    margin-top: 40px;
  }
  .footer .fobx1 .item2 h2 {
    margin-bottom: 10px;
  }
}
.footer .fobx1 .item2 ul {
  list-style: none;
}
@media (max-width: 992px) {
  .footer .fobx1 .item2 ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer .fobx1 .item2 ul li {
  color: #CCC;
  font-size: 16px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .footer .fobx1 .item2 ul li:first-of-type {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .footer .fobx1 .item2 ul li {
    margin-right: 20px;
  }
}
.footer .fobx1 .item2 ul li a {
  color: #CCC;
  transition: all 0.5s;
}
.footer .fobx1 .item2 ul li a:hover {
  color: #ED773E;
  text-decoration: underline;
}
.footer .fobx1 .item3 {
  width: 33%;
}
@media (max-width: 1200px) {
  .footer .fobx1 .item3 {
    width: 100%;
    margin-top: 40px;
  }
}
.footer .fobx1 .item3 .title {
  width: 90%;
}
.footer .fobx1 .item3 .title h3 {
  color: #999;
  font-family: "BonaNova";
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .footer .fobx1 .item3 .title h3 {
    margin-bottom: 20px;
  }
}
.footer .fobx1 .item3 .title h2 {
  color: #FFF;
  font-family: "BonaNova";
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
}
@media (max-width: 1400px) {
  .footer .fobx1 .item3 .title h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .footer .fobx1 .item3 .title h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
.footer .fobx1 .item3 .message {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .footer .fobx1 .item3 .message {
    margin-top: 30px;
  }
}
.footer .fobx1 .item3 .message form {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #555;
  padding: 18px 20px;
}
.footer .fobx1 .item3 .message form ul {
  width: calc(100% - 30px);
  margin-right: auto;
  list-style: none;
}
.footer .fobx1 .item3 .message form ul input {
  background: transparent;
  border: none;
  color: #666;
  font-size: 14px;
  line-height: 100%;
}
.footer .fobx1 .item3 .message form ul input:focus {
  outline: none;
}
.footer .fobx1 .item3 .message form ul input::placeholder {
  color: #666;
}
.footer .fobx1 .item3 .message form ul .yzm {
  margin-top: 20px;
  position: absolute;
  top: 100%;
  left: 10px;
}
.footer .fobx1 .item3 .message form ul img {
  width: 60px;
}
.footer .fobx1 .item3 .message form button {
  background: transparent;
  margin: 0;
  border: none;
}
.footer .fobx1 .item3 .message form button::after {
  font-family: 'iconfont' !important;
  content: "\e612";
  color: #ED773E;
  line-height: 1;
  font-size: 22px;
}
.footer .fobx1 .item3 .icon {
  margin-top: 80px;
}
.footer .fobx1 .item3 .icon ul {
  list-style: none;
  display: flex;
}
.footer .fobx1 .item3 .icon ul li {
  margin-right: 6px;
}
.footer .fobx1 .item3 .icon ul li:last-child {
  margin-right: 0;
}
.footer .fobx1 .item3 .icon ul .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #FFF;
  color: #000;
  font-size: 20px;
  transition: all 0.4s;
}
.footer .fobx1 .item3 .icon ul .iconfont:hover {
  background-color: #ED773E;
  color: #FFF;
  animation: swing 1s 0s ease both;
}
.footer .fobx2 {
  padding-top: 40px;
  border-top: 1px solid #FFFFFF12;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .footer .fobx2 {
    flex-wrap: wrap;
    padding-bottom: 75px;
  }
}
.footer .fobx2 .tit {
  font-family: "BonaNova";
  font-size: 180px;
  font-weight: 400;
  line-height: 100%;
  font-variant: small-caps;
  letter-spacing: -9px;
  background: linear-gradient(93deg, #FFF 31.26%, #E17032 64.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1680px) {
  .footer .fobx2 .tit {
    font-size: 140px;
  }
}
@media (max-width: 1440px) {
  .footer .fobx2 .tit {
    font-size: 120px;
  }
}
@media (max-width: 1400px) {
  .footer .fobx2 .tit {
    font-size: 100px;
  }
}
@media (max-width: 992px) {
  .footer .fobx2 .tit {
    font-size: 85px;
  }
}
@media (max-width: 768px) {
  .footer .fobx2 .tit {
    font-size: 60px;
    letter-spacing: -2px;
  }
}
.footer .fobx2 .fx2-r {
  color: #777;
  text-align: right;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1200px) {
  .footer .fobx2 .fx2-r {
    width: 100%;
    margin-top: 30px;
  }
}
.footer .fobx2 .fx2-r .cnzz {
  display: inline-block;
  margin-left: 10px;
}
.footer .fobx2 .fx2-r a {
  color: #777;
  transition: all 0.4s;
}
.footer .fobx2 .fx2-r a:hover {
  color: #ED773E;
}
.footer .fobx2 .fx2-r .im1botom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 16px;
}
.footer .fobx2 .fx2-r .im1botom a {
  display: inline-block;
}
.footer .fobx2 .fx2-r .im1botom span {
  width: 1px;
  height: 8px;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 20px;
}
.about .index-title {
  width: 58%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .about .index-title {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .about .index-title {
    width: 100%;
  }
}
.about .index-title h2 {
  text-align: center;
}
.about .index-title p {
  text-align: center;
}
.about .abtitle h2 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #F5F5F5;
  padding: 12px 22px;
  color: #000;
  font-family: "BonaNova";
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}
.about .abtitle h2 span::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #ED773E;
  border-radius: 50px;
  margin-right: 16px;
}
.about .abbx1 {
  padding: 110px 0 140px 0;
}
@media (max-width: 1400px) {
  .about .abbx1 {
    padding: 70px 0 100px 0;
  }
}
@media (max-width: 1200px) {
  .about .abbx1 {
    padding: 50px 0 70px 0;
  }
}
@media (max-width: 992px) {
  .about .abbx1 {
    padding: 40px 0 50px 0;
  }
}
.about .abbx1 .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .about .abbx1 .box {
    flex-wrap: wrap;
  }
}
.about .abbx1 .box .left {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 30%;
}
@media (max-width: 992px) {
  .about .abbx1 .box .left {
    width: 100%;
  }
}
.about .abbx1 .box .left .cnimgbox {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.about .abbx1 .box .left .cnimgbox .cont-img {
  width: 41%;
  margin-right: 20px;
}
.about .abbx1 .box .left .cnimgbox .cont-img:last-child {
  margin-right: 0;
}
@media (max-width: 576px) {
  .about .abbx1 .box .left .cnimgbox .cont-img {
    width: calc(50% - 10px);
  }
}
.about .abbx1 .box .left .cnimgbox .cont-img .img-box {
  border-radius: 6px;
}
.about .abbx1 .box .left .cnimgbox .cont-img .img-box .firm-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 22;
}
.about .abbx1 .box .left .more {
  margin-top: 30px;
}
.about .abbx1 .box .left .more a {
  background-color: transparent;
  color: #000;
  border: 1px solid #4D4D4D;
}
.about .abbx1 .box .left .more a:hover {
  background-color: #ED773E;
  color: #FFF;
  border-color: transparent;
}
.about .abbx1 .box .left .more a:hover span::after {
  color: #FFF;
}
.about .abbx1 .box .left .more a span::after {
  color: #000000;
}
.about .abbx1 .box .right {
  width: 67%;
}
@media (max-width: 992px) {
  .about .abbx1 .box .right {
    width: 100%;
    margin-top: 30px;
  }
}
.about .abbx1 .box .right .index-title {
  width: 100%;
  margin: 0;
}
.about .abbx1 .box .right .index-title h2 {
  text-align: left;
}
.about .abbx1 .box .right .txt {
  margin-top: 60px;
}
@media (max-width: 1440px) {
  .about .abbx1 .box .right .txt {
    margin-top: 40px;
  }
}
@media (max-width: 1400px) {
  .about .abbx1 .box .right .txt {
    margin-top: 20px;
  }
}
.about .abbx1 .box .right .txt p {
  color: #444;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 1200px) {
  .about .abbx1 .box .right .txt p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 786px) {
  .about .abbx1 .box .right .txt p {
    font-size: 15px;
    line-height: 24px;
  }
}
.about .abbx2 {
  background: #F5F5F5;
  padding: 50px 0;
}
@media (max-width: 1400px) {
  .about .abbx2 {
    padding: 40px 0;
  }
}
.about .abbx2 .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .about .abbx2 .box {
    flex-wrap: wrap;
  }
}
.about .abbx2 .box .left {
  width: 40%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 80px;
}
@media (max-width: 1400px) {
  .about .abbx2 .box .left {
    padding-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .about .abbx2 .box .left {
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .about .abbx2 .box .left {
    width: 100%;
  }
}
.about .abbx2 .box .left .abtitle h2 span {
  background-color: #FFF;
}
.about .abbx2 .box .left .cont {
  margin-top: 30px;
}
.about .abbx2 .box .left .cont h2 {
  color: #000;
  font-family: "BonaNova";
  font-size: 44px;
  font-weight: 400;
  line-height: 50px;
  /* 113.636% */
  letter-spacing: -0.88px;
  margin-bottom: 26px;
}
@media (max-width: 1440px) {
  .about .abbx2 .box .left .cont h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 1400px) {
  .about .abbx2 .box .left .cont h2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 1200px) {
  .about .abbx2 .box .left .cont h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 1200px) {
  .about .abbx2 .box .left .cont h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .about .abbx2 .box .left .cont h2 {
    font-size: 24px;
    line-height: 1.1;
  }
}
.about .abbx2 .box .left .cont p {
  color: #666;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 768px) {
  .about .abbx2 .box .left .cont p {
    font-size: 14px;
  }
}
.about .abbx2 .box .right {
  width: 50%;
  position: relative;
}
@media (max-width: 992px) {
  .about .abbx2 .box .right {
    width: 100%;
  }
}
.about .abbx2 .box .right .img-box {
  padding-bottom: calc(580 / 820 * 100%);
  border-radius: 10px;
}
@keyframes swingfirm {
  0% {
    transform: translateY(-40px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-40px);
  }
}
.about .abbx2 .box .right .img-box .firm-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 22;
}
.about .abbx2 .box .right .img-box .firm-video .video {
  width: 130px;
  height: 130px;
  animation: swingfirm 2s infinite;
}
@media (max-width: 1200px) {
  .about .abbx2 .box .right .img-box .firm-video .video {
    width: 70px;
    height: 70px;
  }
}
.about .abbx2 .box .right .img-box .firm-video .video .iconfont {
  font-size: 60px;
}
@media (max-width: 1200px) {
  .about .abbx2 .box .right .img-box .firm-video .video .iconfont {
    font-size: 40px;
  }
}
.about .abbx2 .box .right .img-box .firm-video .video::after {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
}
.about .abbx3 {
  margin: 20px 0;
}
@media (max-width: 1200px) {
  .about .abbx3 {
    margin: 10px 0;
  }
}
@media (max-width: 992px) {
  .about .abbx3 {
    margin: 0;
  }
}
.about .abbx3 .content {
  margin-top: 80px;
}
@media (max-width: 1400px) {
  .about .abbx3 .content {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  .about .abbx3 .content {
    margin-top: 30px;
  }
}
.about .abbx3 .content .row-box {
  margin: -25px;
}
@media (max-width: 1400px) {
  .about .abbx3 .content .row-box {
    margin: -20px;
  }
}
.about .abbx3 .content .row-box .item-box {
  padding: 25px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .about .abbx3 .content .row-box .item-box {
    padding: 20px;
  }
}
.about .abbx3 .content .row-box .item-box .item {
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.about .abbx3 .content .row-box .item-box .item:hover .cont-img .img-box img {
  transform: scale(1.1);
}
.about .abbx3 .content .row-box .item-box .item:hover .cont::after {
  opacity: 1;
}
.about .abbx3 .content .row-box .item-box .item:hover .cont .tit {
  color: #fff;
}
.about .abbx3 .content .row-box .item-box .item:hover .cont .txt p {
  color: #FBE4D8;
}
.about .abbx3 .content .row-box .item-box .item .cont-img {
  width: 80%;
  margin: 0 auto;
}
.about .abbx3 .content .row-box .item-box .item .cont-img .img-box {
  padding-bottom: calc(460 / 400 * 100%);
  border-radius: 6px;
}
.about .abbx3 .content .row-box .item-box .item .cont {
  border-radius: 6px;
  background-color: #F5F5F5;
  transition: all 0.4s;
  overflow: hidden;
  padding: 130px 65px 30px 65px;
  margin-top: -100px;
  height: 100%;
  position: relative;
}
@media (max-width: 1680px) {
  .about .abbx3 .content .row-box .item-box .item .cont {
    padding: 130px 45px 30px 45px;
  }
}
@media (max-width: 1400px) {
  .about .abbx3 .content .row-box .item-box .item .cont {
    padding: 130px 40px 30px 40px;
  }
}
@media (max-width: 1200px) {
  .about .abbx3 .content .row-box .item-box .item .cont {
    padding: 130px 30px 30px 30px;
  }
}
.about .abbx3 .content .row-box .item-box .item .cont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #EC6A00 0%, #ED773E 50%) bottom right / 50% 50% no-repeat, linear-gradient(to bottom left, #EC6A00 0%, #ED773E 50%) bottom left / 50% 50% no-repeat, linear-gradient(to top left, #EC6A00 0%, #ED773E 50%) top left / 50% 50% no-repeat, linear-gradient(to top right, #EC6A00 0%, #ED773E 50%) top right / 50% 50% no-repeat;
  opacity: 0;
  transition: all 0.4s;
}
.about .abbx3 .content .row-box .item-box .item .cont .tit {
  color: #000;
  text-align: center;
  font-family: "BonaNova";
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  z-index: 22;
  width: 70%;
  margin: 0 auto;
  transition: all 0.4s;
}
@media (max-width: 1400px) {
  .about .abbx3 .content .row-box .item-box .item .cont .tit {
    font-size: 24px;
    width: 80%;
  }
}
@media (max-width: 1200px) {
  .about .abbx3 .content .row-box .item-box .item .cont .tit {
    font-size: 22px;
    line-height: 26px;
    width: 90%;
  }
}
.about .abbx3 .content .row-box .item-box .item .cont .txt {
  margin-top: 20px;
  position: relative;
  z-index: 22;
}
.about .abbx3 .content .row-box .item-box .item .cont .txt p {
  color: #444;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  transition: all 0.4s;
}
.about .abbx4 .content {
  padding-bottom: 60px;
  margin-top: 80px;
}
@media (max-width: 1400px) {
  .about .abbx4 .content {
    margin-top: 60px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .about .abbx4 .content {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .about .abbx4 .content {
    margin-top: 30px;
  }
}
.about .abbx4 .content .abbx4-slick {
  margin: 0 -15px;
}
.about .abbx4 .content .abbx4-slick .slick-dots {
  bottom: -59px;
}
@media (max-width: 1400px) {
  .about .abbx4 .content .abbx4-slick .slick-dots {
    bottom: -39px;
  }
}
.about .abbx4 .content .abbx4-slick .slick-dots li {
  width: 24px;
  height: 3px;
  border-radius: 10px;
  background-color: #E5E5E5;
  margin: 0 3px;
  transition: all 0.3s;
}
.about .abbx4 .content .abbx4-slick .slick-dots li.slick-active {
  width: 56px;
  background-color: #ED773E;
}
.about .abbx4 .content .abbx4-slick .slick-dots li button {
  width: auto;
  height: auto;
}
.about .abbx4 .content .abbx4-slick .slick-dots li button::before {
  display: none;
}
.about .abbx4 .content .abbx4-slick .item-box {
  padding: 0 15px;
}
.about .abbx4 .content .abbx4-slick .item-box .item {
  cursor: pointer;
}
.about .abbx4 .content .abbx4-slick .item-box .item:hover .cont-img::after {
  height: 100%;
  border-color: rgba(237, 119, 62, 0.2);
}
.about .abbx4 .content .abbx4-slick .item-box .item:hover .cont-img .img-box img {
  transform: scale(1);
}
.about .abbx4 .content .abbx4-slick .item-box .item:hover .tit {
  color: #ED773E;
}
.about .abbx4 .content .abbx4-slick .item-box .item .cont-img {
  border-radius: 6px;
  background: #F5F5F5;
  position: relative;
  padding: 23px;
}
@media (max-width: 1400px) {
  .about .abbx4 .content .abbx4-slick .item-box .item .cont-img {
    padding: 15px;
  }
}
.about .abbx4 .content .abbx4-slick .item-box .item .cont-img::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 0px;
  border: 1px solid transparent;
  background: linear-gradient(180deg, rgba(237, 119, 62, 0.1) 0%, #ED773E 50%, rgba(237, 119, 62, 0.1) 100%);
  transition: all 0.6s;
}
.about .abbx4 .content .abbx4-slick .item-box .item .cont-img .img-box {
  padding-bottom: calc(380 / 260 * 100%);
  border-radius: 6px;
}
.about .abbx4 .content .abbx4-slick .item-box .item .tit {
  margin-top: 20px;
  color: #000;
  font-family: "BonaNova";
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  transition: all 0.4s;
}
.about .abbx5 .content {
  margin-top: 80px;
}
@media (max-width: 1400px) {
  .about .abbx5 .content {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  .about .abbx5 .content {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .about .abbx5 .content {
    margin-top: 30px;
  }
}
.about .abbx5 .content .row-box {
  margin: -15px;
}
@media (max-width: 992px) {
  .about .abbx5 .content .row-box {
    margin: -12px;
  }
}
.about .abbx5 .content .row-box .item-box {
  padding: 15px;
}
@media (max-width: 992px) {
  .about .abbx5 .content .row-box .item-box {
    padding: 12px;
  }
}
.about .abbx5 .content .row-box .item-box .item {
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  border: 1px dashed transparent;
  transition: all 0.4s;
}
.about .abbx5 .content .row-box .item-box .item:hover {
  padding: 10px;
  border-color: #7D7C7B;
}
.about .abbx5 .content .row-box .item-box .item:hover .img-box {
  padding-bottom: calc(350 / 542 * 100%);
}
.about .abbx5 .content .row-box .item-box .item:hover .img-box::before {
  bottom: 101%;
}
.about .abbx5 .content .row-box .item-box .item:hover .img-box::after {
  top: 0;
}
.about .abbx5 .content .row-box .item-box .item:hover .img-box img {
  transform: scale(1);
}
.about .abbx5 .content .row-box .item-box .item:hover .tit {
  bottom: 45%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .about .abbx5 .content .row-box .item-box .item:hover .tit {
    bottom: 40%;
  }
}
.about .abbx5 .content .row-box .item-box .item .img-box {
  padding-bottom: calc(350 / 530 * 100%);
  border-radius: 10px;
  transition: all 0.4s;
  overflow: hidden;
}
.about .abbx5 .content .row-box .item-box .item .img-box::before {
  content: "";
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 72.64%, rgba(0, 0, 0, 0.4) 100%);
  transition: all 0.4s;
}
.about .abbx5 .content .row-box .item-box .item .img-box::after {
  content: "";
  position: absolute;
  z-index: 12;
  top: 101%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #0000004D;
  transition: all 0.4s;
}
.about .abbx5 .content .row-box .item-box .item .tit {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 33;
  color: #FFF;
  text-align: center;
  font-family: "BonaNova";
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  transition: all 0.4s;
}
@media (max-width: 1400px) {
  .about .abbx5 .content .row-box .item-box .item .tit {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .about .abbx5 .content .row-box .item-box .item .tit {
    font-size: 16px;
  }
}
.oem-title {
  width: 85%;
}
@media (max-width: 768px) {
  .oem-title {
    width: 100%;
  }
}
.oem-title h2 {
  width: 45%;
  color: #000;
  font-family: "BonaNova";
  font-size: 44px;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: -0.88px;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .oem-title h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 1400px) {
  .oem-title h2 {
    margin-bottom: 20px;
    width: 55%;
  }
}
@media (max-width: 1200px) {
  .oem-title h2 {
    width: 70%;
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 992px) {
  .oem-title h2 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .oem-title h2 {
    width: 90%;
  }
}
.oem-title p {
  color: #444;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 768px) {
  .oem-title p {
    font-size: 14px;
  }
}
.oem .oembx1 {
  margin-bottom: -20px;
}
@media (max-width: 1200px) {
  .oem .oembx1 {
    margin-bottom: -10px;
  }
}
@media (max-width: 992px) {
  .oem .oembx1 {
    margin-bottom: 0px;
  }
}
.oem .oembx1 .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .oem .oembx1 .box {
    flex-wrap: wrap;
  }
}
.oem .oembx1 .box .left {
  width: 45%;
}
@media (max-width: 992px) {
  .oem .oembx1 .box .left {
    width: 100%;
  }
}
.oem .oembx1 .box .left .index-title h3 {
  margin-bottom: 30px;
  color: #ED773E;
  font-size: 18px;
  line-height: 100%;
}
@media (max-width: 1440px) {
  .oem .oembx1 .box .left .index-title h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .oem .oembx1 .box .left .index-title h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .oem .oembx1 .box .left .index-title h3 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .oem .oembx1 .box .left .index-title h3 {
    font-size: 14px;
  }
}
.oem .oembx1 .box .left .index-title h2 {
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .oem .oembx1 .box .left .index-title h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .oem .oembx1 .box .left .index-title h2 {
    margin-bottom: 20px;
  }
}
.oem .oembx1 .box .left .index-title p {
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 1200px) {
  .oem .oembx1 .box .left .index-title p {
    font-size: 16px;
    line-height: 26px;
  }
}
.oem .oembx1 .box .right {
  width: 44%;
}
@media (max-width: 992px) {
  .oem .oembx1 .box .right {
    width: 100%;
    margin-top: 20px;
  }
}
.oem .oembx1 .box .right .img-box {
  padding-bottom: calc(490 / 720 * 100%);
  border-radius: 10px;
}
.oem .oembx2 {
  background: #F5F5F5;
  padding: 87px 0;
}
@media (max-width: 1400px) {
  .oem .oembx2 {
    padding: 60px 0;
  }
}
@media (max-width: 1200px) {
  .oem .oembx2 {
    padding: 45px 0;
  }
}
.oem .oembx2 .content {
  margin-top: 80px;
}
@media (max-width: 1400px) {
  .oem .oembx2 .content {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  .oem .oembx2 .content {
    margin-top: 40px;
  }
}
.oem .oembx2 .content .row-box {
  margin: -15px;
}
@media (max-width: 992px) {
  .oem .oembx2 .content .row-box {
    margin: -10px;
  }
}
.oem .oembx2 .content .row-box .item-box {
  padding: 15px;
}
@media (max-width: 992px) {
  .oem .oembx2 .content .row-box .item-box {
    padding: 10px;
  }
}
.oem .oembx2 .content .row-box .item-box .item {
  cursor: pointer;
}
.oem .oembx2 .content .row-box .item-box .img-box {
  padding-bottom: calc(280 / 390 * 100%);
  border-radius: 10px;
}
.oem .oembx3 {
  margin: -20px 0;
}
@media (max-width: 1200px) {
  .oem .oembx3 {
    margin: -10px 0;
  }
}
@media (max-width: 992px) {
  .oem .oembx3 {
    margin: 0;
  }
}
.oem .oembx3 .content {
  margin-top: 80px;
}
@media (max-width: 1400px) {
  .oem .oembx3 .content {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  .oem .oembx3 .content {
    margin-top: 40px;
  }
}
.oem .oembx3 .content .list {
  padding: 44px 0 36px 0;
  border-top: 1px dashed #CCC;
  display: flex;
  justify-content: space-between;
}
.oem .oembx3 .content .list:last-of-type {
  border-bottom: 1px dashed #CCC;
}
@media (max-width: 1400px) {
  .oem .oembx3 .content .list {
    padding: 30px 0 25px 0;
  }
}
@media (max-width: 992px) {
  .oem .oembx3 .content .list {
    flex-wrap: wrap;
  }
}
.oem .oembx3 .content .list:hover .left .icon .iconfont {
  animation: swing 1s 0s ease both;
  background-color: #ED773E26;
  color: #FFF;
}
.oem .oembx3 .content .list:hover .left .icon .iconfont::after {
  background-color: #ED773E;
}
.oem .oembx3 .content .list:hover .cont-img img {
  transform: scale(1.1);
}
.oem .oembx3 .content .list .left {
  width: 60%;
}
@media (max-width: 992px) {
  .oem .oembx3 .content .list .left {
    width: 100%;
  }
}
.oem .oembx3 .content .list .left .icon .iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: #F5F5F5;
  font-size: 24px;
  transition: all 0.5s;
}
.oem .oembx3 .content .list .left .icon .iconfont::before {
  position: relative;
  z-index: 22;
}
.oem .oembx3 .content .list .left .icon .iconfont::after {
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 100px;
  background-color: #DDDDDD;
  transition: all 0.5s;
}
.oem .oembx3 .content .list .left .tit {
  margin-top: 45px;
  color: #000;
  font-family: "BonaNova";
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.44px;
}
@media (max-width: 1200px) {
  .oem .oembx3 .content .list .left .tit {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .oem .oembx3 .content .list .left .tit {
    font-size: 20px;
  }
}
.oem .oembx3 .content .list .left .txt {
  margin-top: 16px;
}
.oem .oembx3 .content .list .left .txt p {
  color: #222;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .oem .oembx3 .content .list .left .txt p {
    font-size: 14px;
  }
}
.oem .oembx3 .content .list .cont-img {
  width: 25%;
}
@media (max-width: 1200px) {
  .oem .oembx3 .content .list .cont-img {
    width: 35%;
  }
}
@media (max-width: 992px) {
  .oem .oembx3 .content .list .cont-img {
    width: 100%;
    margin-top: 30px;
  }
}
.oem .oembx3 .content .list .cont-img .img-box {
  padding-bottom: calc(180 / 390 * 100%);
  border-radius: 6px;
}
.oem .oembx4 {
  padding-top: 0;
}
.oem .oembx4 .oem-title h2 {
  width: 55%;
}
@media (max-width: 1400px) {
  .oem .oembx4 .oem-title h2 {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .oem .oembx4 .oem-title h2 {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .oem .oembx4 .oem-title h2 {
    width: 90%;
  }
}
.oem .oembx4 .oem-title p {
  font-size: 18px;
}
@media (max-width: 1400px) {
  .oem .oembx4 .oem-title p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .oem .oembx4 .oem-title p {
    font-size: 14px;
  }
}
.oem .oembx4 .oem-title p span {
  color: #ED773E;
}
.oem .oembx4 .content {
  margin-top: 80px;
}
@media (max-width: 1400px) {
  .oem .oembx4 .content {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  .oem .oembx4 .content {
    margin-top: 40px;
  }
}
.oem .oembx4 .content img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.product {
  position: relative;
}
.product .top-nav {
  display: flex;
  display: none;
}
@media (max-width: 1199px) {
  .product .top-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .product .top-nav {
    font-size: 14px;
  }
}
.product .top-nav li {
  display: block;
  padding: 10px;
}
@media (max-width: 991px) {
  .product .top-nav li {
    width: 50%;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .product .top-nav li {
    display: inline-block;
    vertical-align: top;
    height: auto;
  }
}
.product .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) {
  .product .top-nav .top-a {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .product .top-nav .top-a {
    font-size: 14px;
    color: white;
    background-color: #ED773E;
  }
}
.product .top-nav .top-a:hover {
  color: white;
  background-color: #ED773E;
}
.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: 125px;
  overflow: hidden;
  width: 330px;
}
@media (max-width: 1440px) {
  .product .popular .popular-box .popular-left .left-ul {
    width: 310px;
  }
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .left-ul {
    width: 260px;
  }
}
.product .popular .popular-box .popular-left .ul-li {
  display: block;
  position: relative;
}
.product .popular .popular-box .popular-left .ul-li:last-child {
  border-bottom: 1px dashed #BBB;
}
.product .popular .popular-box .popular-left .ul-li:first-child {
  margin-top: 0;
}
.product .popular .popular-box .popular-left .ul-li .a-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-top: 1px dashed #BBB;
  padding: 20px 0;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-left .ul-li .a-title::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'iconfont' !important;
  font-size: 18px;
  color: #000;
  content: "\eaf5";
  transition: all 0.5s;
}
.product .popular .popular-box .popular-left .ul-li .a-title > a {
  width: 85%;
  display: inline-flex;
  overflow: hidden;
  transition: all 0.5s ease;
  align-items: center;
  position: relative;
}
.product .popular .popular-box .popular-left .ul-li .a-title > a span {
  color: #000;
  font-family: "BonaNova";
  font-size: 20px;
  font-weight: 400;
  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 .a-title > a span {
    font-size: 18px;
  }
}
.product .popular .popular-box .popular-left .ul-li ul {
  list-style: none;
  display: none;
  border-radius: 10px;
  background: #ED773E;
  padding: 17px 11px;
}
.product .popular .popular-box .popular-left .ul-li ul li {
  display: flex;
  align-items: center;
  transition: all 0.4s;
  position: relative;
}
.product .popular .popular-box .popular-left .ul-li ul li:first-child {
  margin-top: 0;
}
.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:last-child a {
  border-bottom: none;
}
.product .popular .popular-box .popular-left .ul-li ul li:hover a {
  text-decoration: underline;
}
.product .popular .popular-box .popular-left .ul-li ul li.on a {
  text-decoration: underline;
}
.product .popular .popular-box .popular-left .ul-li ul li a {
  color: #FFF;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-left: 0;
}
.product .popular .popular-box .popular-left .ul-li ul li a span {
  color: #FFF;
}
.product .popular .popular-box .popular-left .ul-li ul li a::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #FFF;
  border-radius: 10px;
  margin: 0 10px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li ul li a {
    padding-left: 0;
  }
}
.product .popular .popular-box .popular-left .ul-li ul li ul {
  background-color: #FFF;
}
.product .popular .popular-box .popular-left .ul-li ul li ul li a::before {
  width: 8px;
  height: 2px;
  background-color: #ED773E;
}
.product .popular .popular-box .popular-left .ul-li ul li ul li a span {
  color: #ED773E;
}
.product .popular .popular-box .popular-left .ul-li.active .a-title {
  border-top-color: #ED773E;
}
.product .popular .popular-box .popular-left .ul-li.active .a-title::after {
  content: '\eaf3';
  color: #ED773E;
}
.product .popular .popular-box .popular-left .ul-li.active .a-title > a span {
  color: #ED773E;
}
.product .popular .popular-box .popular-right {
  width: calc(100% - 330px - 90px);
  margin-left: auto;
}
@media (max-width: 1440px) {
  .product .popular .popular-box .popular-right {
    width: calc(100% - 310px - 40px);
  }
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right {
    width: calc(100% - 260px - 40px);
  }
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right {
    width: 100%;
    margin-top: 20px;
  }
}
.product .popular .popular-box .popular-right.product-right {
  overflow: hidden;
}
.product .popular .popular-box .popular-right.product-right .title {
  width: 90%;
  margin-bottom: 80px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.product-right .title {
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .product .popular .popular-box .popular-right.product-right .title {
    margin-bottom: 40px;
  }
}
.product .popular .popular-box .popular-right.product-right .title h2 {
  color: #ED773E;
  font-family: "BonaNova";
  font-size: 50px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .product .popular .popular-box .popular-right.product-right .title h2 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.product-right .title h2 {
    margin-bottom: 12px;
    font-size: 35px;
  }
}
@media (max-width: 992px) {
  .product .popular .popular-box .popular-right.product-right .title h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .product .popular .popular-box .popular-right.product-right .title h2 {
    font-size: 26px;
  }
}
.product .popular .popular-box .popular-right.product-right .title p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.product-right .title p {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.product-right .content .row-box {
  margin: -20px -15px;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box {
  padding: 20px 15px;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box.unlock .item .cont-img {
  position: relative;
  border: none;
  background: transparent;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box.unlock .item .cont-img::before {
  position: absolute;
  content: '';
  z-index: 22;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(221, 221, 221, 0.2);
  backdrop-filter: blur(15px);
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box.unlock .item .cont-img::after {
  position: absolute;
  font-family: 'iconfont' !important;
  content: '\e668';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 33;
  color: #FFF;
  font-size: 60px;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item:hover .cont-img {
  padding: 10px;
  border-color: #7D7C7B;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item:hover .cont-img .img-box {
  border-radius: 6px;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item:hover .cont .tit a {
  color: #ED773E;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item:hover .cont .more a {
  background-color: #222222;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item:hover .cont .more a::after {
  color: #FFF;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont-img {
  transition: all 0.5s;
  border-radius: 10px;
  border: 1px dashed transparent;
  background: #f3f3f3;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont-img .img-box {
  border-radius: 10px;
  transition: all 0.5s;
  mix-blend-mode: multiply;
  /* 正片叠底 */


}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont-img .img-box img {
  transform: scale(1);
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont {
  margin-top: 26px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont {
    margin-top: 20px;
  }
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .laybel span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 20px;
  border: 0.6px solid #C8C6C6;
  background: #F5F5F5;
  color: #666;
  font-size: 12px;
  line-height: 100%;
  margin-right: 8px;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .laybel span:last-child {
  margin-right: 0;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .laybel span::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 6px;
  background: #ED773E;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .tit {
  margin-top: 14px;
  color: #000;
  font-family: "BonaNova";
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.48px;
}
@media (max-width: 1200px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .tit {
    font-size: 22px;
  }
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .tit a {
  color: #000;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .txt {
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .txt p {
  margin-top: 10px;
  color: #222;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .txt p:first-child {
  margin-top: 0;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .more {
  margin-top: 26px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .more {
    margin-top: 20px;
  }
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid #C8C6C6;
  background-color: #FFF;
  width: 60px;
  height: 20px;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .more a::after {
  font-family: 'iconfont' !important;
  content: '\e613';
  font-size: 16px;
  color: #4D4D4D;
  transform: rotate(180deg);
  transition: all 0.5s;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top {
  position: relative;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont {
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont {
    flex-wrap: wrap;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left {
  width: 45%;
  position: relative;
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left {
    padding: 00px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left:hover .prev-next {
  opacity: 1;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .prev-next {
  display: block !important;
  position: absolute;
  opacity: 0;
  width: 95%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .prev-next {
    display: block !important;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-prev,
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-next {
  width: 30px;
  height: 30px;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-prev {
  left: 0;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-next {
  right: 0;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
  width: 100%;
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: 100%;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .item {
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #F5F5F5;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
  padding: 0px 8px;
  overflow: hidden;
  position: relative;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item {
  overflow: hidden;
  background-color: #f3f3f3;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item .img-box::before {
  position: absolute;
  content: '';
  z-index: 2;
  background: #00000066;
  width: calc(100%);
  height: calc(100%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
@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);
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .item-video::after {
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'iconfont' !important;
  content: '\e60e';
  font-size: 16px;
  padding-left: 3px;
  color: #ED773E;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .item-video::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: #ED773E;
  border-radius: 50%;
  z-index: 6;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .img-box {
  position: relative;
  overflow: hidden;
  mix-blend-mode: multiply;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .img-box img {
  width: 100%;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
  overflow: hidden;
  width: 100%;
  margin-bottom: 16px;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .item {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #F5F5F5;
  width: 100%;
  background-color: #f3f3f3;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .item.item-video {
  padding: 0;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .slick-slide {
  padding-right: 3px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box {
  overflow: hidden;
  mix-blend-mode: multiply;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box img {
  width: 100%;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right {
  width: 50%;
  position: relative;
  z-index: 12;
  padding-top: 50px;
}
@media (max-width: 1690px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right {
    padding-top: 25px;
  }
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .pcrt .title h2 {
  color: #000;
  font-family: "BonaNova";
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.8px;
}
@media (max-width: 1680px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .pcrt .title h2 {
    font-size: 35px;
  }
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .pcrt .title h2 {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .pcrt .title h2 {
    font-size: 26px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont2 {
  margin-top: 30px;
}
@media (max-width: 1440px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont2 {
    margin-top: 20px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont2 p {
  color: #666;
  font-size: 16px;
  line-height: 26px;
  position: relative;
}
@media (max-width: 768px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont2 p {
    font-size: 14px;
    line-height: 24px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont2 ul {
  list-style: none !important;
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont2 ul {
    margin-top: 30px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont2 ul li {
  position: relative;
  padding-left: 30px;
  margin-top: 18px;
  color: #444;
  font-size: 16px;
  line-height: 100%;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont2 ul li:first-of-type {
  margin-top: 0;
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont2 ul li::before {
  font-family: 'iconfont' !important;
  content: '\eaf1';
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 30px;
  background: #ED773E;
  color: #FFF;
  position: absolute;
  left: 0;
  top: 4px;
}
@media (max-width: 768px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont2 ul li {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont4 {
  margin-top: 90px;
}
@media (max-width: 1680px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont4 {
    margin-top: 50px;
  }
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont4 {
    margin-top: 30px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont4 p {
  color: #000;
  font-family: "BonaNova";
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont4 p {
    font-size: 16px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont3 {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont3 {
    margin-top: 10px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont3 a {
  margin-top: 10px;
  min-width: auto;
  width: calc(100% / 2 - 8px);
}
@media (max-width: 575px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont3 a {
    width: 100%;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-nav {
  position: sticky;
  top: 125px;
  z-index: 99;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  background-color: #FFF;
  margin-top: 80px;
}
@media (max-width: 1560px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav {
    margin-top: 60px;
  }
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav {
    top: 62px;
  }
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav {
    position: static;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    display: grid;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul li {
  position: relative;
  margin-right: 100px;
}
@media (max-width: 1440px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul li {
    margin-right: 60px;
  }
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul li {
    margin-right: 40px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul li {
    margin-right: 0;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  color: #000;
  font-family: "BonaNova";
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  padding: 18px 0;
  transition: all 0.5s;
  position: relative;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #ED773E;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul li a {
    text-align: center;
    padding: 10px;
    font-size: 15px;
    border-radius: 10px;
    color: #ED773E;
  }
}
@media (min-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul li a:hover {
    color: #ED773E;
  }
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul li a:hover::before {
    width: 100%;
  }
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul li a.active {
    color: #ED773E;
  }
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-nav ul li a.active::before {
    width: 100%;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .proes-title {
  margin: 80px 0 30px 0;
}
@media (max-width: 1440px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .proes-title {
    margin: 60px 0 30px 0;
  }
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .proes-title {
    margin: 40px 0 20px 0;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .proes-title h2 {
  color: #000;
  font-family: "BonaNova";
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.72px;
}
@media (max-width: 1440px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .proes-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .proes-title h2 {
    font-size: 26px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content ul {
  padding-left: 20px;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content p,
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content li {
  color: #444;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content p,
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content li {
    font-size: 14px;
    line-height: 24px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content table {
  border-collapse: collapse;
  width: 100%;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content table tr:first-child {
  background-color: #ED773E;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content table tr:first-child td {
  color: #FFFFFF;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content table tr td {
  border: 1px solid #F0F0F0;
  padding: 10px 15px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content table tr td {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .contains-pictures {
  margin-top: 40px !important;
}
@media (max-width: 1200px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .contains-pictures {
    margin-top: 20px !important;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message {
  width: 100%;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message form {
  position: relative;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .formbox .now-title {
  margin-bottom: 20px;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #ED773E;
  padding: 17px 23px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .formbox .now-title input {
    font-size: 14px;
    padding: 13px 20px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .formbox .row {
  list-style: none;
  margin: -10px;
  padding: 0;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .formbox li {
  padding: 10px;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .formbox .group {
  position: relative;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .formbox .group b {
  display: block;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .formbox .group b {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .formbox .group b {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .formbox .group span {
  display: inline-block;
  width: 80px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .formbox .group span {
    margin-left: 10px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .formbox .group span img {
  width: 100%;
  height: auto;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .formbox .group label {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .formbox .group label {
    font-size: 14px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #F0F0F0;
  background: #F5F5F5;
  color: #424E61;
  font-size: 16px;
  line-height: 100%;
  padding: 17px 23px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .formbox .group input {
    padding: 13px 20px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .formbox .group input::placeholder {
  color: #424E61;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .formbox .group input:focus label {
  display: none;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .formbox .group input:focus::placeholder {
  color: #CCC;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .formbox .group textarea {
  border: none;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #F0F0F0;
  background: #F5F5F5;
  color: #424E61;
  font-size: 16px;
  line-height: 100%;
  padding: 17px 23px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 210px;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .formbox .group textarea {
    padding: 13px 20px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .formbox .group textarea::placeholder {
  color: #424E61;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .formbox .group textarea:focus label {
  display: none;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .func {
  position: absolute;
  right: 0;
  bottom: 10px;
}
@media (max-width: 768px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .func {
    position: static;
    margin-top: 30px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .func .submit-group {
  width: 100%;
  text-align: right;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .func button {
  border: none;
  transition: all 0.3s;
  min-width: 170px;
  max-height: none;
}
@media (max-width: 991px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .message .func button {
    padding: 14px 40px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .related-slick {
  margin: 0 -15px;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .related-slick .item-box {
  padding: 0 15px;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .related-slick .item-box .item:hover .cont-img {
  padding: 10px;
  border-color: #7D7C7B;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .related-slick .item-box .item:hover .cont-img .img-box {
  border-radius: 6px;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .related-slick .item-box .item:hover .cont .tit a {
  color: #ED773E;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .related-slick .item-box .item:hover .cont .more a {
  background-color: #222222;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .related-slick .item-box .item:hover .cont .more a::after {
  color: #FFF;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .related-slick .item-box .item .cont-img {
  transition: all 0.5s;
  border-radius: 10px;
  border: 1px dashed transparent;
  background: #f3f3f3;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .related-slick .item-box .item .cont-img .img-box {
  border-radius: 10px;
  transition: all 0.5s;
  mix-blend-mode: multiply;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .related-slick .item-box .item .cont-img .img-box img {
  transform: scale(1);
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .related-slick .item-box .item .cont {
  margin-top: 26px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .related-slick .item-box .item .cont {
    margin-top: 20px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .related-slick .item-box .item .cont .laybel span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 20px;
  border: 0.6px solid #C8C6C6;
  background: #F5F5F5;
  color: #666;
  font-size: 12px;
  line-height: 100%;
  margin-right: 8px;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .related-slick .item-box .item .cont .laybel span:last-child {
  margin-right: 0;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .related-slick .item-box .item .cont .laybel span::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 6px;
  background: #ED773E;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .related-slick .item-box .item .cont .tit {
  margin-top: 14px;
  color: #000;
  font-family: "BonaNova";
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.48px;
}
@media (max-width: 1200px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .related-slick .item-box .item .cont .tit {
    font-size: 22px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .related-slick .item-box .item .cont .tit a {
  color: #000;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .related-slick .item-box .item .cont .txt {
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .related-slick .item-box .item .cont .txt p {
  margin-top: 10px;
  color: #222;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .related-slick .item-box .item .cont .txt p:first-child {
  margin-top: 0;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .related-slick .item-box .item .cont .more {
  margin-top: 26px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.productdetails-right .productdetails-content .related-slick .item-box .item .cont .more {
    margin-top: 20px;
  }
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .related-slick .item-box .item .cont .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid #C8C6C6;
  background-color: #FFF;
  width: 60px;
  height: 20px;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-right.productdetails-right .productdetails-content .related-slick .item-box .item .cont .more a::after {
  font-family: 'iconfont' !important;
  content: '\e613';
  font-size: 16px;
  color: #4D4D4D;
  transform: rotate(180deg);
  transition: all 0.5s;
}
.catalog .index-title {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .catalog .index-title {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .catalog .index-title {
    width: 100%;
  }
}
.catalog .index-title h2 {
  text-align: center;
}
.catalog .index-title p {
  text-align: center;
}
.catalog .content {
  margin-top: 80px;
}
@media (max-width: 1400px) {
  .catalog .content {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  .catalog .content {
    margin-top: 40px;
  }
}
.catalog .content .row-box {
  margin: -15px;
}
.catalog .content .row-box .item-box {
  padding: 15px;
}
.catalog .content .row-box .item-box .item {
  position: relative;
}
.catalog .content .row-box .item-box .item:hover .img-box img {
  transform: scale(1.1);
}
.catalog .content .row-box .item-box .item:hover .cont .left h2 {
  text-decoration: underline;
}
.catalog .content .row-box .item-box .item:hover .cont .icon a {
  background-color: rgba(237, 119, 62, 0.2);
}
.catalog .content .row-box .item-box .item:hover .cont .icon a::after {
  animation: swing 1s 0s ease both;
  background-color: #ED773E;
  color: #F0F0F0;
}
.catalog .content .row-box .item-box .item .img-box {
  padding-bottom: calc(300 / 810 * 100%);
  border-radius: 10px;
}
.catalog .content .row-box .item-box .item .img-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.51%, rgba(0, 0, 0, 0.5) 100%);
}
.catalog .content .row-box .item-box .item .cont {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  width: calc(100% - 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .catalog .content .row-box .item-box .item .cont {
    width: calc(100% - 40px);
    bottom: 20px;
  }
}
@media (max-width: 768px) {
  .catalog .content .row-box .item-box .item .cont {
    position: static;
    transform: none;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.catalog .content .row-box .item-box .item .cont .left {
  max-width: calc(100% - 70px);
  width: 70%;
}
@media (max-width: 1200px) {
  .catalog .content .row-box .item-box .item .cont .left {
    max-width: calc(100% - 50px);
    width: 95%;
  }
}
@media (max-width: 768px) {
  .catalog .content .row-box .item-box .item .cont .left {
    max-width: none;
    margin-bottom: 15px;
  }
}
.catalog .content .row-box .item-box .item .cont .left h2 {
  color: #FFF;
  font-family: "BonaNova";
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.48px;
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  .catalog .content .row-box .item-box .item .cont .left h2 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .catalog .content .row-box .item-box .item .cont .left h2 {
    font-size: 20px;
  }
}
.catalog .content .row-box .item-box .item .cont .left h2 a {
  color: #FFF;
}
@media (max-width: 768px) {
  .catalog .content .row-box .item-box .item .cont .left h2 a {
    color: #000;
  }
}
.catalog .content .row-box .item-box .item .cont .left p {
  color: #FFF;
  font-size: 15px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 768px) {
  .catalog .content .row-box .item-box .item .cont .left p {
    color: #000;
    font-size: 14px;
  }
}
.catalog .content .row-box .item-box .item .cont .icon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .catalog .content .row-box .item-box .item .cont .icon a {
    background-color: rgba(237, 119, 62, 0.2);
  }
}
.catalog .content .row-box .item-box .item .cont .icon a::after {
  font-family: 'iconfont' !important;
  content: '\e625';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50px;
  background-color: #FFFFFF;
  color: #000;
  font-size: 24px;
  transition: all 0.4s;
}
@media (max-width: 1200px) {
  .catalog .content .row-box .item-box .item .cont .icon a::after {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .catalog .content .row-box .item-box .item .cont .icon a::after {
    background-color: #ED773E;
    color: #F0F0F0;
  }
}
.blog .index-title {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .blog .index-title {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .blog .index-title {
    width: 100%;
  }
}
.blog .index-title h2 {
  text-align: center;
}
.blog .index-title p {
  text-align: center;
}
.blog .content {
  margin-top: 80px;
}
@media (max-width: 1400px) {
  .blog .content {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  .blog .content {
    margin-top: 40px;
  }
}
.blog .content .row-box {
  margin: -20px -15px;
}
.blog .content .row-box .item-box {
  padding: 20px 15px;
}
.blog .content .row-box .item-box .item:hover .cont-img {
  padding: 10px;
  border-color: #7D7C7B;
}
.blog .content .row-box .item-box .item:hover .cont-img .img-box {
  border-radius: 6px;
  padding-bottom: calc(320 / 502 * 100%);
}
.blog .content .row-box .item-box .item:hover .cont .more a {
  background-color: #ED773E;
}
.blog .content .row-box .item-box .item:hover .cont .more a::after {
  color: #FFF;
}
.blog .content .row-box .item-box .item .cont-img {
  transition: all 0.5s;
  border-radius: 10px;
  border: 1px dashed transparent;
}
.blog .content .row-box .item-box .item .cont-img .img-box {
  border-radius: 10px;
  transition: all 0.5s;
  padding-bottom: calc(320 / 490 * 100%);
}
.blog .content .row-box .item-box .item .cont-img .img-box img {
  transform: scale(1);
}
.blog .content .row-box .item-box .item .cont {
  width: 70%;
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .blog .content .row-box .item-box .item .cont {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .blog .content .row-box .item-box .item .cont {
    width: 80%;
  }
}
.blog .content .row-box .item-box .item .cont .laybel span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 14px;
  line-height: 100%;
  margin-right: 8px;
}
.blog .content .row-box .item-box .item .cont .laybel span:last-child {
  margin-right: 0;
}
.blog .content .row-box .item-box .item .cont .laybel span::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 6px;
  background: #ED773E;
}
.blog .content .row-box .item-box .item .cont .tit {
  margin-top: 19px;
  color: #000;
  font-family: "BonaNova";
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .blog .content .row-box .item-box .item .cont .tit {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 1400px) {
  .blog .content .row-box .item-box .item .cont .tit {
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .blog .content .row-box .item-box .item .cont .tit {
    font-size: 20px;
  }
}
.blog .content .row-box .item-box .item .cont .tit a {
  color: #000;
  transition: all 0.5s;
}
.blog .content .row-box .item-box .item .cont .txt {
  margin-top: 20px;
}
.blog .content .row-box .item-box .item .cont .txt p {
  margin-top: 10px;
  color: #222;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
}
.blog .content .row-box .item-box .item .cont .txt p:first-child {
  margin-top: 0;
}
.blog .content .row-box .item-box .item .cont .more {
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .blog .content .row-box .item-box .item .cont .more {
    margin-top: 20px;
  }
}
.blog .content .row-box .item-box .item .cont .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid #C8C6C6;
  background-color: #FFF;
  width: 60px;
  height: 24px;
  transition: all 0.5s;
}
.blog .content .row-box .item-box .item .cont .more a::after {
  font-family: 'iconfont' !important;
  content: '\e613';
  font-size: 16px;
  color: #4D4D4D;
  transform: rotate(180deg);
  transition: all 0.5s;
}
.contact .index-title {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .contact .index-title {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .contact .index-title {
    width: 100%;
  }
}
.contact .index-title h2 {
  text-align: center;
}
.contact .index-title p {
  text-align: center;
}
.contact .coctbx1 .content {
  padding: 40px;
  border-radius: 10px;
  background: #F5F5F5;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 1400px) {
  .contact .coctbx1 .content {
    margin-top: 60px;
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .contact .coctbx1 .content {
    margin-top: 40px;
  }
}
.contact .coctbx1 .content .message {
  width: 50%;
  padding-left: 35px;
  padding-top: 36px;
}
@media (max-width: 1400px) {
  .contact .coctbx1 .content .message {
    padding-left: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .contact .coctbx1 .content .message {
    width: 56%;
  }
}
@media (max-width: 991px) {
  .contact .coctbx1 .content .message {
    width: 100%;
    padding: 0;
  }
}
.contact .coctbx1 .content .message form {
  position: relative;
}
.contact .coctbx1 .content .message .formbox .now-title {
  margin-bottom: 20px;
}
.contact .coctbx1 .content .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #ED773E;
  padding: 17px 23px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 767px) {
  .contact .coctbx1 .content .message .formbox .now-title input {
    font-size: 14px;
    padding: 13px 20px;
  }
}
.contact .coctbx1 .content .message .formbox .row {
  list-style: none;
  margin: -15px -10px;
  padding: 0;
}
.contact .coctbx1 .content .message .formbox li {
  padding: 15px 10px;
}
.contact .coctbx1 .content .message .formbox .group {
  position: relative;
}
.contact .coctbx1 .content .message .formbox .group b {
  color: #000;
  font-family: "BonaNova";
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contact .coctbx1 .content .message .formbox .group b {
    font-size: 14px;
  }
}
.contact .coctbx1 .content .message .formbox .group span {
  display: inline-block;
  width: 80px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .contact .coctbx1 .content .message .formbox .group span {
    margin-left: 10px;
  }
}
.contact .coctbx1 .content .message .formbox .group span img {
  width: 100%;
  height: auto;
}
.contact .coctbx1 .content .message .formbox .group label {
  display: block;
  color: #000;
  font-family: "BonaNova";
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contact .coctbx1 .content .message .formbox .group label {
    font-size: 14px;
  }
}
.contact .coctbx1 .content .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
  background: #FFF;
  color: #999;
  font-size: 14px;
  padding: 16px 21px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 767px) {
  .contact .coctbx1 .content .message .formbox .group input {
    padding: 13px 20px;
  }
}
.contact .coctbx1 .content .message .formbox .group input::placeholder {
  color: #999;
}
.contact .coctbx1 .content .message .formbox .group input:focus label {
  display: none;
}
.contact .coctbx1 .content .message .formbox .group input:focus::placeholder {
  color: #CCC;
}
.contact .coctbx1 .content .message .formbox .group textarea {
  border: none;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  background: #FFF;
  color: #999;
  font-size: 14px;
  padding: 16px 21px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 290px;
}
@media (max-width: 1440px) {
  .contact .coctbx1 .content .message .formbox .group textarea {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .contact .coctbx1 .content .message .formbox .group textarea {
    padding: 13px 20px;
  }
}
.contact .coctbx1 .content .message .formbox .group textarea::placeholder {
  color: #999;
}
.contact .coctbx1 .content .message .formbox .group textarea:focus label {
  display: none;
}
.contact .coctbx1 .content .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.contact .coctbx1 .content .message .func {
  position: absolute;
  right: 0;
  bottom: 22px;
}
@media (max-width: 768px) {
  .contact .coctbx1 .content .message .func {
    position: static;
    margin-top: 30px;
  }
}
.contact .coctbx1 .content .message .func .submit-group {
  width: 100%;
  text-align: right;
}
.contact .coctbx1 .content .message .func button {
  border: none;
  transition: all 0.3s;
  min-width: 170px;
  max-height: none;
  pointer-events: all;
}
@media (max-width: 991px) {
  .contact .coctbx1 .content .message .func button {
    padding: 14px 40px;
  }
}
.contact .coctbx1 .content .cont-img {
  overflow: hidden;
  border-radius: 6px;
  width: 40%;
}
@media (max-width: 992px) {
  .contact .coctbx1 .content .cont-img {
    width: 100%;
    margin-top: 30px;
  }
}
.contact .coctbx1 .content .cont-img:hover img {
  transform: scale(1.1);
}
.contact .coctbx1 .content .cont-img img {
  width: 100%;
  height: auto;
  transition: all 0.6s;
}
.contact .coctbx2 {
  padding-bottom: 0;
}
.contact .coctbx2 .content {
  margin-top: 80px;
}
@media (max-width: 1400px) {
  .contact .coctbx2 .content {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  .contact .coctbx2 .content {
    margin-top: 40px;
  }
}
.contact .coctbx2 .content .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px dashed #D2D0D0;
  border-bottom: 1px dashed #D2D0D0;
  padding: 22px 0;
}
@media (max-width: 1400px) {
  .contact .coctbx2 .content .list {
    padding: 17px 0;
  }
}
@media (max-width: 992px) {
  .contact .coctbx2 .content .list {
    flex-wrap: wrap;
  }
}
.contact .coctbx2 .content .list:hover .iconfont {
  animation: swing 1s 0s ease both;
  background-color: #ED773E26;
  color: #FFF;
}
.contact .coctbx2 .content .list:hover .iconfont::after {
  background-color: #ED773E;
}
.contact .coctbx2 .content .list:hover p a {
  color: #ED773E;
}
.contact .coctbx2 .content .list:hover p a::after {
  color: #ED773E;
}
.contact .coctbx2 .content .list:hover span {
  color: #000000;
}
.contact .coctbx2 .content .list .iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #F5F5F5;
  font-size: 30px;
  transition: all 0.4s;
}
@media (max-width: 1400px) {
  .contact .coctbx2 .content .list .iconfont {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .contact .coctbx2 .content .list .iconfont {
    margin: 0 auto;
  }
}
.contact .coctbx2 .content .list .iconfont::before {
  position: relative;
  z-index: 22;
}
.contact .coctbx2 .content .list .iconfont::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 50%;
  background-color: #DDDDDD;
  z-index: 1;
  transition: all 0.4s;
}
.contact .coctbx2 .content .list p {
  color: #000;
  font-size: 26px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.52px;
}
@media (max-width: 1400px) {
  .contact .coctbx2 .content .list p {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .contact .coctbx2 .content .list p {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .contact .coctbx2 .content .list p {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
}
.contact .coctbx2 .content .list p a {
  color: #000;
  transition: all 0.4s;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.contact .coctbx2 .content .list p a::after {
  content: '/';
  color: #000;
  transition: all 0.4s;
  font-size: 23px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact .coctbx2 .content .list p a:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.contact .coctbx2 .content .list p a:last-of-type::after {
  display: none;
}
.contact .coctbx2 .content .list span {
  display: inline-block;
  text-align: right;
  min-width: 150px;
  color: #D2D0D0;
  font-family: "BonaNova";
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  transition: all 0.4s;
}
@media (max-width: 1400px) {
  .contact .coctbx2 .content .list span {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .contact .coctbx2 .content .list span {
    text-align: center;
    width: 100%;
  }
}
.upload {
  margin-top: 10px;
  text-align: right;
  margin-left: 20px;
}
.upload button {
  background: transparent;
  border: none;
  color: #000;
  font-size: 14px;
  line-height: 100%;
}
.upload button::after {
  display: none;
}
.upload button:hover {
  text-decoration: underline;
}
.upload-wrap {
  display: none;
  text-align: center;
  margin-top: 10px;
}
.upload-wrap .inquiry-form p {
  color: #222;
  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 {
  display: none;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
}
.popbox .contbox {
  position: fixed;
  top: 15%;
  width: 930px;
  max-width: 90%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .popbox .contbox {
    top: 12%;
  }
}
@media (max-width: 767px) {
  .popbox .contbox {
    top: 15%;
  }
}
.popbox .contbox .contact-message {
  position: relative;
  z-index: 25;
}
.popbox .contbox .contact-message .box {
  border-radius: 10px;
  background: #FFF;
  display: flex;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box {
    flex-wrap: wrap;
  }
}
.popbox .contbox .contact-message .box .left {
  width: 367px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .popbox .contbox .contact-message .box .left {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .popbox .contbox .contact-message .box .left {
    display: none;
  }
}
.popbox .contbox .contact-message .box .left img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .popbox .contbox .contact-message .box .left img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
  }
}
.popbox .contbox .contact-message .box .right {
  width: calc(100% - 367px);
  padding: 50px 50px;
}
@media (max-width: 992px) {
  .popbox .contbox .contact-message .box .right {
    padding: 30px 40px;
  }
}
@media (max-width: 768px) {
  .popbox .contbox .contact-message .box .right {
    width: 100%;
    padding: 30px 20px;
  }
}
.popbox .contbox .contact-message .box .right .title h2 {
  color: #000;
  font-family: "BonaNova";
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.08px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .popbox .contbox .contact-message .box .right .title h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .popbox .contbox .contact-message .box .right .title h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.popbox .contbox .contact-message .box .right .title p {
  color: #666;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.popbox .contbox .contact-message .box .right .message {
  width: 100%;
  margin-top: 40px;
}
.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: #ED773E;
  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: -5px;
}
.popbox .contbox .contact-message .box .right .message .formbox li {
  padding: 5px;
}
.popbox .contbox .contact-message .box .right .message .formbox li img {
  width: 100px;
}
.popbox .contbox .contact-message .box .right .message .formbox li p {
  color: #000;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  margin-top: 20px;
}
.popbox .contbox .contact-message .box .right .message .formbox li p a {
  color: #ED773E;
}
.popbox .contbox .contact-message .box .right .message .formbox li p a:hover {
  text-decoration: underline;
}
.popbox .contbox .contact-message .box .right .message .formbox .group {
  position: relative;
}
.popbox .contbox .contact-message .box .right .message .formbox .group input {
  overflow: hidden;
  border: none;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #F0F0F0;
  background: #F5F5F5;
  color: #444;
  font-size: 14px;
  line-height: 100%;
  padding: 16px 18px;
  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: #444;
}
.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;
  border-radius: 6px;
  border: 1px solid #F0F0F0;
  background: #F5F5F5;
  color: #444;
  font-size: 14px;
  line-height: 100%;
  padding: 16px 18px;
  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: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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 .submit-group button {
  border: none;
  transition: all 0.4s;
  min-width: 170px;
}
.popbox .contbox .contact-message .box .right .message .func .upload {
  color: #000;
}
.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: #ED773E;
}
@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: #ED773E;
}
.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: #ED773E;
  font-size: 16px;
  display: block;
  padding: 0;
  transition: color 0.3s ease;
  padding-left: 10px;
  border: none;
}
.privalcy {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .privalcy {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .privalcy {
    padding: 40px 0;
  }
}
.privalcy h2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
}
@media (max-width: 991px) {
  .privalcy h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .privalcy h2 {
    font-size: 24px;
  }
}
.privalcy .content p {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
}
@media (max-width: 767px) {
  .privalcy .content p {
    font-size: 14px;
  }
}
nav {
  display: flex;
  text-align: center;
  justify-content: 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 12px;
  vertical-align: top;
}
.pagination li.prev,
.pagination li.next {
  margin: 0 20px;
}
.pagination li.prev a,
.pagination li.next a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.pagination li.prev a:hover,
.pagination li.next a:hover {
  color: #E17032;
  text-decoration: underline;
}
.pagination li.prev a::before,
.pagination li.next a::after {
  font-family: 'iconfont' !important;
  font-size: 14px;
  display: block;
  color: #666666;
  line-height: 1;
  transition: all 0.3s;
}
.pagination li.prev a:hover:before,
.pagination li.next a:hover:after {
  color: #ED773E;
}
.pagination li.next a:after {
  margin-left: 5px;
  margin-top: 4px;
}
.pagination li.prev a:before {
  margin-right: 5px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  line-height: 100%;
  -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: #E17032;
  text-decoration: underline;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #E17032;
  text-decoration: underline;
}
.newsdetails {
  margin: 120px 0;
  overflow: hidden;

  padding-top: 60px;
}
@media (max-width: 1400px) {
  .newsdetails {
    margin: 100px 0;
  }
}
@media (max-width: 1199px) {
  .newsdetails {
    margin: 80px 0;
  padding-top: 40px;
}
}
@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;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .newsdetails .title h2 {
    font-size: 20px;
  }
}
.newsdetails .title p {
  font-size: 16px;
  line-height: 24px;
  display: block;
  color: #ED773E;
  text-align: left;
}
.newsdetails .conbox {
  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: #ED773E;
}
.newsdetails .cont table tr:first-child td {
  color: #FFFFFF;
}
.newsdetails .cont table tr td {
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .newsdetails .cont table tr td {
    font-size: 16px;
  }
}
.newsdetails .cont ul {
  margin-top: 10px;
  list-style: none;
  padding-left: 10px;
}
.newsdetails .cont ul li {
  list-style: disc !important;
  margin: 5px 0;
  margin-left: 15px;
  color: #666;
  font-size: 18px;
}
@media (max-width: 767px) {
  .newsdetails .cont ul li {
    font-size: 16px;
  }
}
.newsdetails .cont p {
  font-size: 18px;
  margin: 0;
  color: #666;
}
@media (max-width: 575px) {
  .newsdetails .cont p {
    font-size: 16px;
  }
}
.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;
  border-radius: 10px;
}
.newsdetails .pdsrev {
  padding-top: 40px;
}
.newsdetails .pdsrev .top {
  align-items: center;
  padding-bottom: 20px;
}
.newsdetails .pdsrev .index-title h2 {
  font-size: 30px !important;
  line-height: normal !important;
  margin: 0;
}
@media (max-width: 992px) {
  .newsdetails .pdsrev .index-title h2 {
    font-size: 26px !important;
  }
}
.newsdetails .pdsrev .prev-next {
  width: 80px;
  height: 30px;
}
.newsdetails .pdsrev .prev-next .slick-prev,
.newsdetails .pdsrev .prev-next .slick-next {
  width: 35px;
  height: 35px;
}
.newsdetails .pdsrev .prev-next .slick-prev::before,
.newsdetails .pdsrev .prev-next .slick-next::before {
  font-size: 16px;
}
.newsdetails .share {
  align-items: center;
  margin-top: 30px;
}
.newsdetails .share a {
  margin-left: 10px;
}
.newsdetails .relate-details {
  font-size: 0;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .newsdetails .relate-details {
    margin-top: 40px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .newsdetails .relate-details {
    margin-top: 0;
  }
}
.newsdetails .relate-details ul li {
  margin-top: 10px;
  list-style: none;
}
.newsdetails .relate-details a {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  height: 36px;
  padding-left: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  vertical-align: middle;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
  .newsdetails .relate-details a {
    font-size: 14px;
  }
}
.newsdetails .relate-details a:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  content: '\e613';
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #999;
}
.newsdetails .relate-details a:hover {
  color: #ED773E;
}
.newsdetails .relate-details a:hover:before {
  color: #fff;
  background-color: #ED773E;
}
.newsdetails .relate-details .next a:before {
  content: '\e613';
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.now-bottom {
  padding: 40px 0 40px 0;
}
.now-bottom .now-title {
  margin-top: 20px;
}
.now-bottom .now-title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 575px) {
  .now-bottom .now-title h2 {
    font-size: 20px;
  }
}
.now-bottom .now-title input {
  width: 100%;
  font-size: 18px;
  background-color: #ED773E;
  border-radius: 10px;
  padding: 10px;
  color: white;
  border: none;
  font-weight: 400;
}
.now-bottom .contactus-right {
  background-color: #FFF;
  width: 100%;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1470px) {
  .now-bottom .contactus-right {
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .now-bottom .contactus-right {
    margin-top: 0;
  }
}
.now-bottom .contactus-right .message {
  width: 100%;
  margin-top: 30px;
}
.now-bottom .contactus-right .message .formbox .now-title {
  margin-bottom: 20px;
}
.now-bottom .contactus-right .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #ED773E;
  padding: 17px 23px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 767px) {
  .now-bottom .contactus-right .message .formbox .now-title input {
    font-size: 14px;
    padding: 13px 20px;
  }
}
.now-bottom .contactus-right .message .formbox .row {
  list-style: none;
  margin: -10px;
  padding: 0;
}
.now-bottom .contactus-right .message .formbox li {
  padding: 10px;
}
.now-bottom .contactus-right .message .formbox .group {
  position: relative;
}
.now-bottom .contactus-right .message .formbox .group b {
  display: block;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .now-bottom .contactus-right .message .formbox .group b {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .now-bottom .contactus-right .message .formbox .group b {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .group span {
  display: inline-block;
  width: 80px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group span {
    margin-left: 10px;
  }
}
.now-bottom .contactus-right .message .formbox .group span img {
  width: 100%;
  height: auto;
}
.now-bottom .contactus-right .message .formbox .group label {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.32px;
}
@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: 6px;
  border: 1px solid #F0F0F0;
  background: #F5F5F5;
  color: #424E61;
  font-size: 16px;
  line-height: 100%;
  padding: 17px 23px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 767px) {
  .now-bottom .contactus-right .message .formbox .group input {
    padding: 13px 20px;
  }
}
.now-bottom .contactus-right .message .formbox .group input::placeholder {
  color: #424E61;
}
.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: 6px;
  border: 1px solid #F0F0F0;
  background: #F5F5F5;
  color: #424E61;
  font-size: 16px;
  line-height: 100%;
  padding: 17px 23px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 210px;
}
@media (max-width: 767px) {
  .now-bottom .contactus-right .message .formbox .group textarea {
    padding: 13px 20px;
  }
}
.now-bottom .contactus-right .message .formbox .group textarea::placeholder {
  color: #424E61;
}
.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;
}
@media (max-width: 1199px) {
  .now-bottom .contactus-right .message .func {
    margin-top: 20px;
  }
}
.now-bottom .contactus-right .message .func .submit-group {
  width: 100%;
  text-align: right;
}
.now-bottom .contactus-right .message .func button {
  border: none;
  transition: all 0.3s;
  min-width: 170px;
  max-height: none;
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .func button {
    padding: 14px 40px;
  }
}
.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: #ED773E;
  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: #ED773E;
  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 #ED773E;
  border-top: none;
}
.inquiry-wrap .inquiry-box .list > li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ED773E;
}
.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: 6px;
  background: #ED773E;
  padding: 17px 23px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .now-title input {
    font-size: 14px;
    padding: 13px 20px;
  }
}
.inquiry-wrap .content .message .formbox .row {
  list-style: none;
  margin: -10px;
  padding: 0;
}
.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: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .inquiry-wrap .content .message .formbox .group b {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .group b {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .formbox .group span {
  display: inline-block;
  width: 80px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group span {
    margin-left: 10px;
  }
}
.inquiry-wrap .content .message .formbox .group span img {
  width: 100%;
  height: auto;
}
.inquiry-wrap .content .message .formbox .group label {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .group label {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #F0F0F0;
  background: #F5F5F5;
  color: #424E61;
  font-size: 16px;
  line-height: 100%;
  padding: 17px 23px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .group input {
    padding: 13px 20px;
  }
}
.inquiry-wrap .content .message .formbox .group input::placeholder {
  color: #424E61;
}
.inquiry-wrap .content .message .formbox .group input:focus label {
  display: none;
}
.inquiry-wrap .content .message .formbox .group input:focus::placeholder {
  color: #CCC;
}
.inquiry-wrap .content .message .formbox .group textarea {
  border: none;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #F0F0F0;
  background: #F5F5F5;
  color: #424E61;
  font-size: 16px;
  line-height: 100%;
  padding: 17px 23px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 210px;
}
@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .group textarea {
    padding: 13px 20px;
  }
}
.inquiry-wrap .content .message .formbox .group textarea::placeholder {
  color: #424E61;
}
.inquiry-wrap .content .message .formbox .group textarea:focus label {
  display: none;
}
.inquiry-wrap .content .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.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 .submit-group {
  width: 100%;
  text-align: right;
}
.inquiry-wrap .content .message .func button {
  border: none;
  transition: all 0.3s;
  min-width: 170px;
  max-height: none;
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .func button {
    padding: 14px 40px;
  }
}
.popular .search-none {
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .popular .search-none {
    margin-bottom: 20px;
  }
}
.popular .search-none h2 {
  color: #666;
}
.popular .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;
}
.formpop {
  position: fixed;
  z-index: 999;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 98%;
  width: 420px;
  max-height: calc(100% - 40%);
  background: url(../img/formpop1.jpg) no-repeat center;
  background-size: cover;
  border-radius: 5px;
  padding: 20px;
}
.formpop .box .icon {
  text-align: center;
}
.formpop .box .icon img {
  width: 40%;
  height: auto;
}
.formpop .box .txt {
  text-align: center;
  margin-top: 10px;
}
.formpop .box .txt h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .formpop .box .txt h2 {
    font-size: 26px;
  }
}
.formpop .box .txt p {
  font-size: 18px;
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .formpop .box .txt p {
    font-size: 16px;
  }
}
.formpop .box .more {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .formpop .box .more {
    flex-wrap: wrap;
  }
}
.formpop .box .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #222;
  border-radius: 10px;
  width: calc(50% - 5px);
  font-size: 14px;
  background-color: #f5f5f5;
  font-weight: bold;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .formpop .box .more a {
    width: 100%;
  }
}
