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;
}

table {
  width: 100% !important;
  height: auto !important;
}

table::-webkit-scrollbar {
  display: none !important;
}

table tr:nth-child(1) td {
  font-size: 18px;
}

@media (max-width: 768px) {
  table tr:nth-child(1) td {
    font-size: 16px;
  }
}

table tr td {
  padding: 20px;
  border: 1px solid #CBCBCB;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

@media (max-width: 768px) {
  table tr td {
    font-size: 14px;
    line-height: 24px;
  }
}

table tr td p {
  padding: 0;
  font-size: inherit;
  margin: 0;
}

table tr td p::after {
  display: none;
}

table tr td p::before {
  display: none;
}

.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: 1710px) {
  .container.con1680 {
    max-width: 1680px;
  }
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}

body {
  font-family: 'Roboto', "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;
  box-shadow: 0 4px 4px 0 rgba(177, 177, 177, 0.2);
}

.header.hasty {
  position: sticky;
  filter: drop-shadow(0 4px 4px rgba(177, 177, 177, 0.25));
}

.header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 0;
  transition: all 0.5s;
  background-color: #FFF;
  overflow-x: clip;
}

@media (max-width: 768px) {
  .header {
    position: sticky;
  }
}

.header .box2 {
  height: 100%;
}

.header .box2 .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .box2 .header-logo {
  width: 180px;
}

@media (max-width: 1440px) {
  .header .box2 .header-logo {
    width: 140px;
  }
}

@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: 100%;
  height: auto;
}

.header .box2 .herit {
  width: calc(100% - 70px - 180px);
  margin-left: auto;
}

@media (max-width: 1440px) {
  .header .box2 .herit {
    width: calc(100% - 70px - 110px);
  }
}

@media (max-width: 768px) {
  .header .box2 .herit {
    width: calc(100% - 70px - 80px);
  }
}

.header .box2 .herit .herit-top {
  position: relative;
}

.header .box2 .herit .herit-top::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 1010%;
  height: 100%;
  background: #F39700;
}

.header .box2 .herit .herit-top .cont {
  position: relative;
  padding: 10px 0;
  padding-left: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 12;
}

@media (max-width: 1710px) {
  .header .box2 .herit .herit-top .cont {
    padding-left: 80px;
  }
}

@media (max-width: 1400px) {
  .header .box2 .herit .herit-top .cont {
    padding-left: 50px;
  }
}

@media (max-width: 1200px) {
  .header .box2 .herit .herit-top .cont {
    justify-content: flex-end;
  }
}

.header .box2 .herit .herit-top .cont::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-bottom: 56px solid transparent;
  border-right: 50px solid #FFFFFF;
  /* 白色三角形 */
  transform: rotate(180deg);
}

.header .box2 .herit .herit-top .cont::after {
  content: '';
  position: absolute;
  left: 21px;
  bottom: 0;
  width: 42px;
  height: 35px;
  background: url(../images/yuanjiao.png) no-repeat center;
  background-size: cover;
  transform: rotate(80deg);
}

.header .box2 .herit .herit-top .cont p {
  color: #FFF;
  font-size: 16px;
}

@media (max-width: 1400px) {
  .header .box2 .herit .herit-top .cont p {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .header .box2 .herit .herit-top .cont p {
    display: none;
  }
}

.header .box2 .herit .herit-top .cont .herittp-rt {
  display: flex;
  align-items: center;
}

.header .box2 .herit .herit-top .cont .herittp-rt .form {
  margin-right: 24px;
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 1400px) {
  .header .box2 .herit .herit-top .cont .herittp-rt .form {
    margin-right: 15px;
  }
}

@media (max-width: 575px) {
  .header .box2 .herit .herit-top .cont .herittp-rt .form {
    position: static;
  }
}

.header .box2 .herit .herit-top .cont .herittp-rt .form .search {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: -3px;
}

.header .box2 .herit .herit-top .cont .herittp-rt .form .search .iconfont::before {
  content: '\e69d';
  font-size: 26px;
  line-height: 1;
  color: #fff;
}

.header .box2 .herit .herit-top .cont .herittp-rt .hr2-1 {
  margin-right: 32px;
}

@media (max-width: 1400px) {
  .header .box2 .herit .herit-top .cont .herittp-rt .hr2-1 {
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .header .box2 .herit .herit-top .cont .herittp-rt .hr2-1 {
    margin-right: 0;
  }
}

.header .box2 .herit .herit-top .cont .herittp-rt .hr2-1 a {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 18px;
  line-height: 100%;
}

.header .box2 .herit .herit-top .cont .herittp-rt .hr2-1 a b {
  font-weight: 400;
}

.header .box2 .herit .herit-top .cont .herittp-rt .hr2-1 a span {
  display: flex;
  align-items: center;
}

.header .box2 .herit .herit-top .cont .herittp-rt .hr2-1 a span::before {
  display: inline-block;
  font-family: 'iconfont' !important;
  content: '\e63f';
  line-height: 1;
  font-size: 18px;
  color: #fff;
}

.header .box2 .herit .herit-top .cont .herittp-rt .icon {
  display: flex;
  list-style: none;
}

@media (max-width: 768px) {
  .header .box2 .herit .herit-top .cont .herittp-rt .icon {
    display: none;
  }
}

.header .box2 .herit .herit-top .cont .herittp-rt .icon li {
  margin-right: 24px;
}

.header .box2 .herit .herit-top .cont .herittp-rt .icon li:last-child {
  margin-right: 0;
}

@media (max-width: 1400px) {
  .header .box2 .herit .herit-top .cont .herittp-rt .icon li {
    margin-right: 15px;
  }
}

.header .box2 .herit .herit-top .cont .herittp-rt .icon li a {
  display: inline-block;
}

.header .box2 .herit .herit-top .cont .herittp-rt .icon li .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  opacity: 0.8;
  background: #FFF;
  color: #F39700;
  line-height: 1;
  font-size: 18px;
  width: 26px;
  height: 26px;
  transition: all 0.3s;
}

.header .box2 .herit .herit-top .cont .herittp-rt .icon li .iconfont:hover {
  opacity: 1;
}

.header .box2 .herit .herit-bottom {
  padding-left: 120px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1710px) {
  .header .box2 .herit .herit-bottom {
    padding-left: 80px;
  }
}

@media (max-width: 1400px) {
  .header .box2 .herit .herit-bottom {
    padding-left: 50px;
  }
}

@media (max-width: 1200px) {
  .header .box2 .herit .herit-bottom {
    justify-content: flex-end;
  }
}

.header .box2 .herit .herit-bottom .header-nav {
  margin-right: 74px;
  position: relative;
}

@media (max-width: 1710px) {
  .header .box2 .herit .herit-bottom .header-nav {
    margin-right: 50px;
  }
}

@media (max-width: 1440px) {
  .header .box2 .herit .herit-bottom .header-nav {
    margin-right: 40px;
  }
}

@media (max-width: 1400px) {
  .header .box2 .herit .herit-bottom .header-nav {
    margin-right: 30px;
  }
}

@media (max-width: 1199px) {
  .header .box2 .herit .herit-bottom .header-nav {
    display: none;
  }
}

.header .box2 .herit .herit-bottom .header-nav .nav {
  height: 100%;
  width: 100%;
}

.header .box2 .herit .herit-bottom .header-nav .nav>ul {
  display: flex;
  justify-content: center;
  width: 100%;
  list-style: none;
}

.header .box2 .herit .herit-bottom .header-nav .nav>ul>li {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 74px;
  position: relative;
  transition: all 0.5s;
}

@media (max-width: 1710px) {
  .header .box2 .herit .herit-bottom .header-nav .nav>ul>li {
    margin-right: 50px;
  }
}

@media (max-width: 1400px) {
  .header .box2 .herit .herit-bottom .header-nav .nav>ul>li {
    margin-right: 45px;
  }
}

.header .box2 .herit .herit-bottom .header-nav .nav>ul>li:last-child {
  margin-right: 0;
}

.header .box2 .herit .herit-bottom .header-nav .nav>ul>li:hover>a {
  color: #F39700;
}

.header .box2 .herit .herit-bottom .header-nav .nav>ul>li:hover>a::after {
  color: #F39700;
}

.header .box2 .herit .herit-bottom .header-nav .nav>ul>li.active>a {
  color: #F39700;
}

.header .box2 .herit .herit-bottom .header-nav .nav>ul>li.have>a::after {
  display: block;
}

.header .box2 .herit .herit-bottom .header-nav .nav>ul>li>a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #151515;
  font-size: 20px;
  font-weight: 500;
  padding: 20px 0;
  transition: all 0.5s;
}

@media (max-width: 1401px) {
  .header .box2 .herit .herit-bottom .header-nav .nav>ul>li>a {
    font-size: 16px;
  }
}

.header .box2 .herit .herit-bottom .header-nav .nav>ul>li>a::after {
  position: absolute;
  left: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
  font-family: 'iconfont' !important;
  content: '\e61b';
  font-size: 18px;
  display: none;
  color: #151515;
  line-height: 1;
  transition: all 0.5s;
}

@media (max-width: 1400px) {
  .header .box2 .herit .herit-bottom .header-nav .nav>ul>li>a::after {
    font-size: 16px;
    width: calc(100% - 3px);
  }
}

.header .box2 .herit .herit-bottom .header-nav .nav>ul>li ul {
  position: absolute;
  top: calc(100%);
  margin: 0;
  left: 20%;
  min-width: 100%;
  width: 240px;
  list-style: none;
  display: none;
  padding: 16px 24px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.header .box2 .herit .herit-bottom .header-nav .nav>ul>li ul li {
  position: relative;
}

.header .box2 .herit .herit-bottom .header-nav .nav>ul>li ul li:last-child>a {
  border-bottom: none;
}

.header .box2 .herit .herit-bottom .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 .herit .herit-bottom .header-nav .nav>ul>li ul li a {
  display: block;
  padding: 7px 0;
  text-align: left;
  color: #31394A;
  font-size: 16px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.header .box2 .herit .herit-bottom .header-nav .nav>ul>li ul li a span,
.header .box2 .herit .herit-bottom .header-nav .nav>ul>li ul li a p {
  position: relative;
  z-index: 2;
}

@media (max-width: 1400px) {
  .header .box2 .herit .herit-bottom .header-nav .nav>ul>li ul li a {
    font-size: 16px;
  }
}

.header .box2 .herit .herit-bottom .header-nav .nav>ul>li ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F39700;
  opacity: 0;
  transition: all 0.5s;
  z-index: 1;
}

.header .box2 .herit .herit-bottom .header-nav .nav>ul>li ul li a:hover {
  color: #F39700;
}

.header .box2 .herit .herit-bottom .header-nav .nav>ul>li ul li a:hover::before {
  opacity: 1;
}

.header .box2 .herit .herit-bottom .header-nav .nav>ul>li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  transform: translateX(0);
}

.header .box2 .herit .herit-bottom .header-nav .nav>ul>li ul li ul::after {
  display: none;
}

.header .box2 .herit .herit-bottom .header-nav .nav>ul>li ul li ul li::before {
  display: none;
}

.header .box2 .herit .herit-bottom .hr2-2 {
  display: inline-flex;
  align-items: center;
}

.header .box2 .herit .herit-bottom .hr2-2 .language {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

.header .box2 .herit .herit-bottom .hr2-2 .language .lang {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #F39700;
  padding: 12px 16px;
}

@media (max-width: 1400px) {
  .header .box2 .herit .herit-bottom .hr2-2 .language .lang {
    padding: 8px 12px;
  }
}

.header .box2 .herit .herit-bottom .hr2-2 .language .lang::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'iconfont' !important;
  content: '\e600';
  font-size: 18px;
  margin-right: 8px;
  line-height: 1;
  color: #fff;
}

@media (max-width: 767px) {
  .header .box2 .herit .herit-bottom .hr2-2 .language .lang::before {
    margin: 0;
  }
}

.header .box2 .herit .herit-bottom .hr2-2 .language .lang::after {
  font-family: 'iconfont' !important;
  content: '\e61b';
  color: #fff;
  line-height: 1;
  font-size: 22px;
  margin-left: 8px;
}

@media (max-width: 1560px) {
  .header .box2 .herit .herit-bottom .hr2-2 .language .lang::after {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .header .box2 .herit .herit-bottom .hr2-2 .language .lang::after {
    display: none;
  }
}

.header .box2 .herit .herit-bottom .hr2-2 .language .lang span {
  color: #FFF;
  font-size: 16px;
}

@media (max-width: 767px) {
  .header .box2 .herit .herit-bottom .hr2-2 .language .lang span {
    display: none;
  }
}

.header .box2 .herit .herit-bottom .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 .herit .herit-bottom .hr2-2 .language .drop-select {
    min-width: 100%;
    width: auto;
    height: 300px;
    overflow: auto;
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .header .box2 .herit .herit-bottom .hr2-2 .language .drop-select {
    width: 160px;
    min-width: 160px;
  }
}

.header .box2 .herit .herit-bottom .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 .herit .herit-bottom .hr2-2 .language .drop-select li {
    width: 100%;
    font-size: 14px;
  }
}

.header .box2 .herit .herit-bottom .hr2-2 .language .drop-select li:hover a {
  color: #777777;
}

.header .box2 .herit .herit-bottom .hr2-2 .language .drop-select li a {
  display: flex;
  align-items: center;
  padding: 6px;
  font-size: 14px;
  color: #000;
}

.header .box2 .herit .herit-bottom .hr2-2 .language .drop-select li a:hover {
  background: #eee;
}

.header .box2 .herit .herit-bottom .hr2-2 .language .drop-select li a img {
  max-height: 20px;
  display: block;
  margin-right: 10px;
}

.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-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: 90%;
  }
}

.header-serch-box input {
  height: 40px;
  padding: 0 0 0 12px;
  color: rgba(38, 38, 38, 0.4);
  font-size: 14px;
  border: 1px solid #F39700;
  width: 94%;
}

.header-serch-box button {
  border-radius: 5px;
  background: #999;
  width: 74px;
  height: 40px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: capitalize;
  margin-left: 7px;
  border: none;
  transition: background-color 0.3s ease;
}

.header-serch-box button::before {
  font-family: 'iconfont' !important;
  content: "\e69d";
  color: #FFF;
  line-height: 1;
  font-size: 24px;
}

.header-serch-box button:hover {
  background-color: #F39700;
}

.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: #151515;
  transition: all 0.3s;
  align-items: center;
}

.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;
  height: 100vh;
  max-height: 1080px;
}

@media (max-width: 767px) {
  .banner-box .banner {
    height: 40vh;
  }
}

.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 .swiper-slide {
  overflow: hidden;
}

.banner-box .banner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@keyframes tetxanima {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.banner-box .banner .swiper-slide-active .item .bannertext .tetx {
  animation: tetxanima 2s ease;
}

.banner-box .banner .item {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
}

.banner-box .banner .item .bannertext {
  position: absolute;
  z-index: 12;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.banner-box .banner .item .bannertext .tetx {
  width: 58%;
}

@media (max-width: 767px) {
  .banner-box .banner .item .bannertext .tetx {
    width: 100%;
    text-align: center;
  }
}

.banner-box .banner .item .bannertext .tetx h2 {
  color: #FFF;
  font-family: Roboto;
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (max-width: 1710px) {
  .banner-box .banner .item .bannertext .tetx h2 {
    font-size: 50px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1440px) {
  .banner-box .banner .item .bannertext .tetx h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
}

@media (max-width: 1400px) {
  .banner-box .banner .item .bannertext .tetx h2 {
    font-size: 35px;
  }
}

@media (max-width: 768px) {
  .banner-box .banner .item .bannertext .tetx h2 {
    margin: 0;
    font-size: 24px;
  }
}

.banner-box .banner .item .bannertext .tetx h2 span {
  color: #F39700;
}

.banner-box .banner .item .bannertext .tetx p {
  color: #FFF;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

@media (max-width: 1440px) {
  .banner-box .banner .item .bannertext .tetx p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 1400px) {
  .banner-box .banner .item .bannertext .tetx p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .banner-box .banner .item .bannertext .tetx p {
    display: none;
  }
}

.banner-box .banner .item .bannertext .tetx .index-more {
  margin-top: 6%;
  background-color: #FFF;
}

.banner-box .banner .item .bannertext .tetx .index-more .mtext {
  color: #151515;
}

.banner-box .banner .item .bana {
  display: block;
  width: 100%;
  height: 100%;
}

.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;
  height: 100%;
}

.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;
  object-position: center;
}

.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);
}

.console {
  position: absolute;
  width: 100%;
  z-index: 33;
  bottom: 5% !important;
}

.console .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .console .box {
    justify-content: center;
  }
}

.console .left {
  display: inline-flex;
  align-items: center;
}

@media (max-width: 767px) {
  .console .left {
    display: none;
  }
}

.console .left span {
  margin-left: 8px;
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
}

.console .left .icon {
  position: relative;
  width: 16px;
}

@keyframes shubiao {
  0% {
    transform: translateY(4px);
    opacity: 1;
  }

  100% {
    transform: translateY(12px);
    opacity: 0;
  }
}

.console .left .icon::after {
  content: '';
  position: absolute;
  left: 46%;
  transform: translateX(-50%);
  width: 1.5px;
  height: 6px;
  background-color: #FFF;
  animation: shubiao 2s infinite;
}

.console .left .icon img {
  width: 100%;
  height: auto;
}

.console .hr {
  width: calc(100% - 150px - 110px - 32px);
  margin-left: 24px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

@media (max-width: 767px) {
  .console .hr {
    display: none;
  }
}

.swpa-b1 {
  display: flex;
  justify-content: center;
}

.swpa-b1 .swiper-button-lock {
  display: block;
}

.swpa-b1 .num {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
  font-family: Roboto;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .swpa-b1 .num {
    font-size: 14px;
  }
}

.swpa-b1 .num .current-slide {
  color: #FFF;
}

.swpa-b1 .num .fen {
  margin: 0 5px;
}

.banner-button-prev .iconfont,
.banner-button-next .iconfont {
  color: #FFF;
  font-size: 18px;
  display: inline-block;
  margin-left: 20px;
}

@media (max-width: 767px) {

  .banner-button-prev .iconfont,
  .banner-button-next .iconfont {
    display: none;
  }
}

.banner-button-prev .iconfont {
  transform: rotate(180deg);
  margin-right: 20px;
}

.swiper-pagination {
  position: static;
  width: auto !important;
  max-width: 100% !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet-active {
  width: 30px !important;
  height: 30px !important;
  background: transparent !important;
  border: 1px solid #fff;
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.28px;
}

.swiper-pagination-bullet {
  margin: 0 9px !important;
  width: 10px;
  height: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  opacity: 1;
  position: relative;
}

/* 定义旋转动画 */
@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: 16px;
}

@media (max-width: 1400px) {
  .index-nav .a {
    margin-top: 10px;
  }
}

.index-nav .a .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: rgba(21, 21, 21, 0.8);
  font-size: 20px;
  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: #F39700;
  border-radius: 0 4px 4px 0;
}

.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: #F39700;
}

.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;
  max-width: none !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: #F39700;
  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: #F39700;
  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: 992px) {
  .xs-online {
    display: block !important;
  }
}

.slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #111;
}

.slick-dots li.slick-active {
  background-color: #F39700;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
}

.slick-dots li button::before {
  display: none;
}

@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: 1680px) {
  .index-padding {
    padding: 100px 0;
  }
}

@media (max-width: 1400px) {
  .index-padding {
    padding: 80px 0;
  }
}

@media (max-width: 1199px) {
  .index-padding {
    padding: 70px 0;
  }
}

@media (max-width: 991px) {
  .index-padding {
    padding: 50px 0;
  }
}

.index-title h3 {
  color: #F39700;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 16px;
}

@media (max-width: 1710px) {
  .index-title h3 {
    font-size: 24px !important;
  }
}

@media (max-width: 1440px) {
  .index-title h3 {
    font-size: 22px !important;
  }
}

@media (max-width: 1400px) {
  .index-title h3 {
    font-size: 20px !important;
  }
}

@media (max-width: 992px) {
  .index-title h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 768px) {
  .index-title h3 {
    font-size: 14px !important;
  }
}

.index-title h3 span {
  display: inline-block;
  position: relative;
  padding-left: 22px;
}

@media (max-width: 768px) {
  .index-title h3 span {
    padding-left: 15px;
  }
}

.index-title h3 span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background: #F39700;
}

@media (max-width: 992px) {
  .index-title h3 span::before {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 768px) {
  .index-title h3 span::before {
    width: 6px;
    height: 6px;
  }
}

@media (max-width: 1200px) {
  .index-title h3 {
    margin-bottom: 10px;
  }
}

.index-title h2 {
  margin: 0;
  color: #151515;
  font-size: 48px;
  font-weight: 500;
}

@media (max-width: 1710px) {
  .index-title h2 {
    font-size: 44px !important;
    line-height: 1.2;
  }
}

@media (max-width: 1440px) {
  .index-title h2 {
    font-size: 40px !important;
  }
}

@media (max-width: 1400px) {
  .index-title h2 {
    font-size: 36px !important;
  }
}

@media (max-width: 991px) {
  .index-title h2 {
    font-size: 30px !important;
  }
}

@media (max-width: 767px) {
  .index-title h2 {
    font-size: 24px !important;
  }
}

.index-more {
  display: inline-flex;
  align-items: center;
  border-radius: 6px 6px 12px 6px;
  background: #151515;
  padding: 4px 4px 4px 24px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}

.index-more:hover .mcont .mtext .span1 {
  transform: translateY(-101%);
}

.index-more:hover .mcont .mtext .span2 {
  top: 0;
}

.index-more:hover .mcont .micon .icon1 {
  transform: translateX(150%);
}

.index-more:hover .mcont .micon .icon2 {
  right: 25%;
  transform: translateY(-50%);
}

.index-more .mcont {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index-more .mcont .mtext {
  position: relative;
  color: #FFF;
  font-size: 16px;
  overflow: hidden;
}

.index-more .mcont .mtext span {
  transition: all 0.5s ease;
}

.index-more .mcont .mtext .span1 {
  display: inline-flex;
}

.index-more .mcont .mtext .span2 {
  position: absolute;
  top: 101%;
  left: 0;
}

.index-more .mcont .micon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-left: 20px;
  width: 38px;
  height: 38px;
  border-radius: 4px 4px 10px 4px;
  background-color: #F39700;
}

.index-more .mcont .micon .iconfont {
  transition: all 0.5s ease;
  color: #fff;
  font-size: 18px;
}

.index-more .mcont .micon .iconfont::before {
  content: '\e72d';
}

.index-more .mcont .micon .icon2 {
  position: absolute;
  top: 50%;
  right: 101%;
  transform: translateY(-50%);
}

.prev-next {
  width: 92px;
  position: relative;
  height: 38px;
}

@media (max-width: 768px) {
  .prev-next {
    height: 35px;
    width: 80px;
  }
}

.prev-next .slick-next:before,
.prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 20px;
  display: block;
  content: '\e72d';
  color: #fff;
  opacity: 1;
  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: 38px;
  height: 38px;
  background-color: #151515;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {

  .prev-next .slick-prev,
  .prev-next .slick-next {
    height: 35px;
    width: 35px;
  }
}

.prev-next .slick-next {
  right: 0;
  border-radius: 4px 4px 10px 4px;
}

.prev-next .slick-prev {
  left: 0;
  border-radius: 10px 4px 4px 4px;
}

.prev-next .slick-next:hover,
.prev-next .slick-prev:hover {
  background-color: #F39700;
}

.prev-next .slick-prev:hover::before,
.prev-next .slick-next:hover::before {
  color: #fff;
}

img {
  background: transparent !important;
  max-width: 100%;
  height: auto;
}

.yzm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.yzm img {
  height: 40px !important;
  width: auto !important;
}

.yzm b,
.yzm label {
  width: 100%;
}

.yzm input {
  max-width: 12.7em !important;
}

@media (max-width: 767px) {
  .yzm input {
    width: 12em !important;
  }
}

@keyframes ripple-spread {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  100% {
    transform: scale(4);
    opacity: 0;
  }
}

.firm-video .video {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.firm-video .video:hover span {
  text-decoration: underline;
}

.firm-video .video span {
  color: #151515;
  font-family: Roboto;
  font-size: 16px;
}

@media (max-width: 767px) {
  .firm-video .video span {
    font-size: 14px;
  }
}

.firm-video .video .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  width: 38px;
  height: 38px;
  border-radius: 100px;
  background-color: #F39700;
  color: #FFF;
  font-size: 18px;
}

@media (max-width: 767px) {
  .firm-video .video .iconfont {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin-left: 12px;
  }
}

.abbaner {
  position: relative;
  overflow: hidden;
}

.abbaner .img {
  position: relative;
}

.abbaner .img::after {
  position: absolute;
  width: 50%;
  height: 100%;
  background: linear-gradient(180deg, rgba(21, 21, 21, 0.48) 0%, rgba(21, 21, 21, 0) 100%);
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.abbaner .img img {
  width: 100%;
  height: auto;
}

.abbaner .img .img-box {
  padding-bottom: calc(800 / 1920 * 100%);
}

.abbaner .img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pronav {
  overflow: hidden;
  color: #FFF;
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100%;
  z-index: 44;
}

@media (max-width: 768px) {
  .pronav {
    position: static;
    padding: 12px 0;
    background-color: #FFF;
    font-size: 14px;
    color: #31394A;
    border-bottom: 1px solid rgba(102, 102, 102, 0.2);
  }
}

.pronav.noabanner {
  position: static;
  padding: 24px 0;
  background-color: #FFF;
  color: #31394A;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

@media (max-width: 768px) {
  .pronav.noabanner {
    padding: 12px 0;
  }
}

.pronav.noabanner .iconfont {
  color: #31394A;
}

.pronav.noabanner a {
  color: #31394A;
}

.pronav h2 {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -0.96px;
  margin-bottom: 24px;
  padding: 10px 0;
  position: relative;
}

@media (max-width: 1400px) {
  .pronav h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .pronav h2 {
    position: absolute;
    top: 30%;
    color: #FFF;
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .pronav h2 {
    top: 20%;
  }
}

.pronav h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 12;
  left: 0;
  width: 30%;
  height: 1px;
  background-color: #FFFFFF99;
}

@media (max-width: 768px) {
  .pronav h2::after {
    width: 120%;
  }
}

.pronav .box {
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media (max-width: 768px) {
  .pronav .box {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.pronav .iconfont {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  position: relative;
  z-index: 12;
}

@media (max-width: 768px) {
  .pronav .iconfont {
    color: #31394A;
  }
}

.pronav .iconfont::before {
  content: "\e69b";
}

.pronav span {
  display: inline-block;
  margin: 0 8px;
  position: relative;
  z-index: 12;
}

@media (max-width: 768px) {
  .pronav span {
    margin: 0 5px;
  }
}

.pronav a {
  color: #FFF;
  display: inline-block;
  transition: all 0.5s;
  position: relative;
  z-index: 12;
  white-space: nowrap;
  word-wrap: break-word;
}

@media (max-width: 768px) {
  .pronav a {
    color: #31394A;
  }
}

.pronav a:hover {
  color: #F39700;
}

.pronav a.on {
  color: #F39700;
}

.index .topprev {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .index .topprev {
    flex-wrap: wrap;
  }
}

.index .topprev .index-title {
  width: 80%;
}

@media (max-width: 992px) {
  .index .topprev .index-title {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .index .topprev .prev-next {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .index .topprev .index-more {
    margin-top: 20px;
  }
}

.index .inpro {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.index .inpro .content {
  margin-top: 40px;
}

@media (max-width: 1400px) {
  .index .inpro .content {
    margin-top: 20px;
  }
}

@media (max-width: 1200px) {
  .index .inpro .content {
    margin-top: 10px;
  }
}

.index .inpro .content .inpro-slick {
  margin: 0 -16px;
}

@media (max-width: 1440px) {
  .index .inpro .content .inpro-slick {
    margin: 0 -12px;
  }
}

.index .inpro .content .inpro-slick .slick-list {
  padding: 20px 0;
}

.index .inpro .content .inpro-slick .item-box {
  padding: 0 16px;
}

@media (max-width: 1440px) {
  .index .inpro .content .inpro-slick .item-box {
    padding: 0 12px;
  }
}

.index .inpro .content .inpro-slick .item-box .item {
  border-radius: 12px;
  overflow: hidden;
  background-color: #FFF;
  transition: all 0.4s;
}

@media (max-width: 768px) {
  .index .inpro .content .inpro-slick .item-box .item {
    box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.25);
  }
}

.index .inpro .content .inpro-slick .item-box .item:hover {
  box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.25);
}

.index .inpro .content .inpro-slick .item-box .item:hover .img-box img {
  transform: scale(1);
}

.index .inpro .content .inpro-slick .item-box .item:hover .cont .more a {
  background-color: #F39700;
  border-color: #F39700;
  color: #FFF;
}

.index .inpro .content .inpro-slick .item-box .item:hover .cont .more a::after {
  color: #FFF;
}

.index .inpro .content .inpro-slick .item-box .item .img-box {
  padding-bottom: calc(300 / 400 * 100%);
}

.index .inpro .content .inpro-slick .item-box .item .cont {
  padding: 16px 30px;
  padding-bottom: 24px;
}

@media (max-width: 1440px) {
  .index .inpro .content .inpro-slick .item-box .item .cont {
    padding: 14px 22px;
  }
}

@media (max-width: 992px) {
  .index .inpro .content .inpro-slick .item-box .item .cont {
    padding: 12px 15px;
  }
}

.index .inpro .content .inpro-slick .item-box .item .cont .txt h2 {
  color: #151515;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .index .inpro .content .inpro-slick .item-box .item .cont .txt h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.index .inpro .content .inpro-slick .item-box .item .cont .txt h2 a {
  color: #151515;
  transition: all 0.4s;
}

.index .inpro .content .inpro-slick .item-box .item .cont .txt p {
  color: #31394A;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .index .inpro .content .inpro-slick .item-box .item .cont .txt p {
    font-size: 16px;
  }
}

.index .inpro .content .inpro-slick .item-box .item .cont .more {
  margin-top: 30px;
}

@media (max-width: 1440px) {
  .index .inpro .content .inpro-slick .item-box .item .cont .more {
    margin-top: 20px;
  }
}

.index .inpro .content .inpro-slick .item-box .item .cont .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 30px;
  border-radius: 6px;
  border: 1px solid #999;
  color: #999;
  font-size: 16px;
  transition: all 0.4s;
}

@media (max-width: 768px) {
  .index .inpro .content .inpro-slick .item-box .item .cont .more a {
    background-color: #F39700;
    border-color: #F39700;
    color: #FFF;
    font-size: 14px;
  }
}

.index .inpro .content .inpro-slick .item-box .item .cont .more a::after {
  font-family: 'iconfont' !important;
  content: '\e72d';
  color: #999;
  font-size: 16px;
  margin-top: 2px;
  margin-left: 8px;
  transition: all 0.4s;
}

@media (max-width: 768px) {
  .index .inpro .content .inpro-slick .item-box .item .cont .more a::after {
    color: #FFF;
    font-size: 14px;
  }
}

.index .inabo {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 60px 0;
}

@media (max-width: 1710px) {
  .index .inabo {
    padding-top: 80px;
  }
}

@media (max-width: 1440px) {
  .index .inabo {
    padding-top: 60px;
  }
}

@media (max-width: 1200px) {
  .index .inabo {
    padding-top: 50px;
  }
}

.index .inabo .box1 {
  width: 68%;
}

@media (max-width: 1200px) {
  .index .inabo .box1 {
    width: 75%;
  }
}

@media (max-width: 768px) {
  .index .inabo .box1 {
    width: 100%;
  }
}

.index .inabo .box1 .txt {
  margin: 48px 0;
}

@media (max-width: 1400px) {
  .index .inabo .box1 .txt {
    margin: 40px 0;
  }
}

@media (max-width: 1200px) {
  .index .inabo .box1 .txt {
    margin: 30px 0;
  }
}

@media (max-width: 992px) {
  .index .inabo .box1 .txt {
    margin-bottom: 20px;
  }
}

.index .inabo .box1 .txt p {
  color: #31394A;
  font-size: 18px;
  line-height: 32px;
}

@media (max-width: 1200px) {
  .index .inabo .box1 .txt p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .index .inabo .box1 .txt p {
    font-size: 14px;
    line-height: 22px;
  }
}

.index .inabo .box1 .more-video {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.index .inabo .box1 .more-video .index-more {
  background-color: #FFF;
  margin-right: 60px;
}

@media (max-width: 1440px) {
  .index .inabo .box1 .more-video .index-more {
    margin-right: 40px;
  }
}

@media (max-width: 992px) {
  .index .inabo .box1 .more-video .index-more {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .index .inabo .box1 .more-video .index-more {
    margin-right: 20px;
  }
}

.index .inabo .box1 .more-video .index-more .mtext {
  color: #151515;
}

.index .inabo .box1 .more-video .index-more .micon {
  background-color: #F39700;
}

@media (max-width: 992px) {
  .index .inabo .box1 .more-video .firm-video {
    margin-top: 10px;
  }
}

.index .inabo .box2 {
  margin-top: 11%;
}

@media (max-width: 768px) {
  .index .inabo .box2 {
    margin-top: 40px;
  }
}

.index .inabo .box2 .content {
  position: relative;
}

.index .inabo .box2 .content .inabo-slick {
  margin: 0 -16px;
}

@media (max-width: 992px) {
  .index .inabo .box2 .content .inabo-slick {
    margin: 0 -12px;
  }
}

.index .inabo .box2 .content .inabo-slick .item-box {
  padding: 0 16px;
}

@media (max-width: 992px) {
  .index .inabo .box2 .content .inabo-slick .item-box {
    padding: 0 12px;
  }
}

.index .inabo .box2 .content .inabo-slick .item-box .item {
  cursor: pointer;
}

.index .inabo .box2 .content .inabo-slick .item-box .item .img-box {
  padding-bottom: calc(220 / 400 * 100%);
  border-radius: 12px;
}

.index .inabo .box2 .content .prev-next {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.index .inabo .box2 .content .prev-next .slick-prev {
  left: -54px;
}

.index .inabo .box2 .content .prev-next .slick-next {
  right: -54px;
}

@media (max-width: 992px) {
  .index .inabo .box2 .content .prev-next {
    display: none !important;
  }
}

.index .inchoose {
  position: relative;
}

.index .inchoose .box {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .index .inchoose .box {
    flex-wrap: wrap;
  }
}

.index .inchoose .box .left {
  position: relative;
  width: 50%;
  overflow: hidden;
  padding: 80px;
  padding-left: 17%;
  padding-top: 87px;
  padding-right: 70px;
}

@media (max-width: 2250px) {
  .index .inchoose .box .left {
    padding-left: 10%;
  }
}

@media (max-width: 1960px) {
  .index .inchoose .box .left {
    padding-left: 5%;
  }
}

@media (max-width: 1920px) {
  .index .inchoose .box .left {
    padding-top: 60px;
  }
}

@media (max-width: 1710px) {
  .index .inchoose .box .left {
    padding-top: 40px;
  }
}

@media (max-width: 1400px) {
  .index .inchoose .box .left {
    padding-right: 40px;
  }
}

@media (max-width: 992px) {
  .index .inchoose .box .left {
    width: 100%;
    padding: 5%;
  }
}

@media (max-width: 768px) {
  .index .inchoose .box .left {
    padding: 6%;
  }
}

.index .inchoose .box .left .bg1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.index .inchoose .box .left .bg1 img {
  width: auto;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 992px) {
  .index .inchoose .box .left .bg1 img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .index .inchoose .box .left .bg1 img {
    width: 100%;
    height: 100%;
  }
}

.index .inchoose .box .left .l-cont {
  position: relative;
  z-index: 12;
}

.index .inchoose .box .left .index-title h3 span {
  color: #FFF;
}

.index .inchoose .box .left .index-title h3 span::before {
  background-color: #FFF;
}

.index .inchoose .box .left .index-title h2 {
  color: #FFF;
  margin-bottom: 27px;
}

@media (max-width: 1710px) {
  .index .inchoose .box .left .index-title h2 {
    margin-bottom: 20px;
  }
}

.index .inchoose .box .left .index-title p {
  color: #FFF;
  font-size: 18px;
  line-height: 32px;
}

@media (max-width: 1200px) {
  .index .inchoose .box .left .index-title p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .index .inchoose .box .left .index-title p {
    font-size: 14px;
    line-height: 24px;
  }
}

.index .inchoose .box .left .number {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .index .inchoose .box .left .number {
    flex-wrap: wrap;
  }
}

@media (max-width: 1200px) {
  .index .inchoose .box .left .number {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}

@media (max-width: 992px) {
  .index .inchoose .box .left .number {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .index .inchoose .box .left .number {
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .index .inchoose .box .left .number {
    grid-template-columns: repeat(1, 1fr);
  }
}

.index .inchoose .box .left .number .item {
  margin-right: 30px;
  margin-top: 27px;
}

.index .inchoose .box .left .number .item:last-child {
  margin-right: 0;
}

@media (max-width: 1400px) {
  .index .inchoose .box .left .number .item {
    margin-right: 15px;
  }
}

@media (max-width: 1200px) {
  .index .inchoose .box .left .number .item {
    margin-right: 0px;
  }
}

@media (max-width: 768px) {
  .index .inchoose .box .left .number .item {
    margin: 0;
  }
}

.index .inchoose .box .left .number .item .count {
  margin-bottom: 10px;
}

.index .inchoose .box .left .number .item .count .counter {
  color: #FFF;
  font-size: 48px;
  font-weight: 600;
}

@media (max-width: 1710px) {
  .index .inchoose .box .left .number .item .count .counter {
    font-size: 40px;
  }
}

@media (max-width: 1440px) {
  .index .inchoose .box .left .number .item .count .counter {
    font-size: 35px;
  }
}

@media (max-width: 1400px) {
  .index .inchoose .box .left .number .item .count .counter {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .index .inchoose .box .left .number .item .count .counter {
    font-size: 24px;
  }
}

.index .inchoose .box .left .number .item .count i {
  font-style: normal;
  display: inline-block;
  margin-left: 6px;
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
  line-height: 20px;
}

@media (max-width: 1710px) {
  .index .inchoose .box .left .number .item .count i {
    font-size: 26px;
  }
}

@media (max-width: 1440px) {
  .index .inchoose .box .left .number .item .count i {
    font-size: 22px;
  }
}

@media (max-width: 1400px) {
  .index .inchoose .box .left .number .item .count i {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .index .inchoose .box .left .number .item .count i {
    font-size: 16px;
  }
}

.index .inchoose .box .left .number .item p {
  color: #FFF;
  font-size: 16px;
}

@media (max-width: 768px) {
  .index .inchoose .box .left .number .item p {
    font-size: 14px;
  }
}

.index .inchoose .box .rihgt {
  width: 50%;
}

@media (max-width: 992px) {
  .index .inchoose .box .rihgt {
    width: 100%;
  }
}

.index .inchoose .box .rihgt .bg1 {
  width: 100%;
  height: 100%;
}

.index .inchoose .box .rihgt .bg1 img {
  width: 100%;
  height: auto;
}

.index .inchoose .box .rihgt .r-cont {
  position: relative;
}

.index .inchoose .box .rihgt .r-cont .cont {
  position: absolute;
  top: 20%;
  right: 27%;
  z-index: 12;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  max-width: 400px;
  border-radius: 6px;
  border: 1px solid #FFF;
  background: rgba(148, 148, 148, 0.2);
  backdrop-filter: blur(3px);
  padding: 6px;
}

@media (max-width: 1710px) {
  .index .inchoose .box .rihgt .r-cont .cont {
    top: 16%;
    right: 15%;
  }
}

@media (max-width: 1400px) {
  .index .inchoose .box .rihgt .r-cont .cont {
    top: 12%;
  }
}

@media (max-width: 1200px) {
  .index .inchoose .box .rihgt .r-cont .cont {
    top: 8%;
  }
}

@media (max-width: 992px) {
  .index .inchoose .box .rihgt .r-cont .cont {
    top: 20%;
  }
}

@media (max-width: 768px) {
  .index .inchoose .box .rihgt .r-cont .cont {
    top: 15%;
  }
}

@media (max-width: 576px) {
  .index .inchoose .box .rihgt .r-cont .cont {
    width: 95%;
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.index .inchoose .box .rihgt .r-cont .cont .cont-img {
  width: 100px;
}

@media (max-width: 768px) {
  .index .inchoose .box .rihgt .r-cont .cont .cont-img {
    width: 60px;
  }
}

.index .inchoose .box .rihgt .r-cont .cont .cont-img .img-box {
  padding-bottom: calc(70 / 100 * 100%);
  border-radius: 6px;
}

.index .inchoose .box .rihgt .r-cont .cont .cont-img .img-box::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
  font-family: 'iconfont' !important;
  /* content: '\e70a'; */
  color: #FFF;
  font-size: 36px;
  line-height: 1;
}

@media (max-width: 768px) {
  .index .inchoose .box .rihgt .r-cont .cont .cont-img .img-box::before {
    font-size: 24px;
  }
}

.index .inchoose .box .rihgt .r-cont .cont p {
  width: calc(100% - 100px - 12px);
  margin-left: auto;
  color: #FFF;
  font-size: 16px;
}

@media (max-width: 768px) {
  .index .inchoose .box .rihgt .r-cont .cont p {
    font-size: 14px;
    width: calc(100% - 60px - 12px);
  }
}

@media (max-width: 576px) {
  .index .inchoose .box .rihgt .r-cont .cont p {
    font-size: 13px;
  }
}

.index .inews .content {
  display: flex;
  /* align-items: flex-start; */
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}

@media (max-width: 1400px) {
  .index .inews .content {
    margin-top: 40px;
  }
}

@media (max-width: 1200px) {
  .index .inews .content {
    margin-top: 30px;
  }
}

.index .inews .content .left {
  width: calc(50% - 16px);
  margin-right: auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.25);
}

@media (max-width: 992px) {
  .index .inews .content .left {
    width: 100%;
  }
}

.index .inews .content .left:hover .img-box img {
  transform: scale(1.1);
}

.index .inews .content .left:hover .cont .more .index-more {
  background-color: #151515;
}

.index .inews .content .left:hover .cont .more .index-more .mtext {
  color: #ffff;
}

.index .inews .content .left .cont-img .img-box {
  padding-bottom: calc(460 / 820 * 100%);
}

.index .inews .content .left .cont {
  padding: 24px;
  padding-bottom: 40px;
}

@media (max-width: 992px) {
  .index .inews .content .left .cont {
    padding: 16px;
    padding-bottom: 30px;
  }
}

.index .inews .content .left .cont .date {
  color: #F39700;
  font-size: 18px;
}

@media (max-width: 1400px) {
  .index .inews .content .left .cont .date {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .index .inews .content .left .cont .date {
    font-size: 14px;
  }
}

.index .inews .content .left .cont .tit {
  margin-top: 16px;
  color: #151515;
  font-size: 24px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .index .inews .content .left .cont .tit {
    font-size: 22px;
  }
}

@media (max-width: 1200px) {
  .index .inews .content .left .cont .tit {
    margin-top: 10px;
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .index .inews .content .left .cont .tit {
    font-size: 18px;
  }
}

.index .inews .content .left .cont .tit a {
  color: #151515;
  transition: all 0.4s;
}

.index .inews .content .left .cont .more {
  margin-top: 40px;
}

@media (max-width: 992px) {
  .index .inews .content .left .cont .more {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .index .inews .content .left .cont .more .index-more {
    background-color: #FFF;
    transition: all 0.3s;
  }

  .index .inews .content .left .cont .more .index-more .mtext {
    color: #151515;
    transition: all 0.3s;
  }
}

.index .inews .content .right {
  width: calc(50% - 16px);
}

@media (max-width: 992px) {
  .index .inews .content .right {
    width: 100%;
    margin-top: 30px;
  }
}

.index .inews .content .right .list {
  display: flex;
  align-items: center;
  padding: 35px 20px;
  box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.25);
  transition: all 0.4s;
  border-radius: 12px;
  margin-top: 32px;
}

@media (max-width: 1400px) {
  .index .inews .content .right .list {
    padding: 20px 15px;
  }
}

.index .inews .content .right .list:first-child {
  margin-top: 0;
}

.index .inews .content .right .list:hover {
  background-color: #F39700;
}

.index .inews .content .right .list:hover .date {
  border-color: #FFF;
}

.index .inews .content .right .list:hover .date .day {
  color: #FFF;
}

.index .inews .content .right .list:hover .date .month {
  color: #FFF;
}

.index .inews .content .right .list:hover .cont h2 a {
  color: #FFF;
}

.index .inews .content .right .list:hover .cont p {
  color: #FFF;
}

@media (max-width: 768px) {
  .index .inews .content .right .list {
    flex-wrap: wrap;
  }
}

.index .inews .content .right .list .date {
  padding-right: 20px;
  transition: all 0.4s;
}

@media (max-width: 768px) {
  .index .inews .content .right .list .date {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
}

.index .inews .content .right .list .date .day {
  color: #151515;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  transition: all 0.4s;
  margin-bottom: 6px;
}

@media (max-width: 1710px) {
  .index .inews .content .right .list .date .day {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 1400px) {
  .index .inews .content .right .list .date .day {
    font-size: 32px;
    line-height: 105%;
  }
}

@media (max-width: 1200px) {
  .index .inews .content .right .list .date .day {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  .index .inews .content .right .list .date .day {
    font-size: 26px;
  }
}

.index .inews .content .right .list .date .month {
  color: #151515;
  text-align: center;
  font-size: 18px;
  transition: all 0.4s;
}

@media (max-width: 1400px) {
  .index .inews .content .right .list .date .month {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .index .inews .content .right .list .date .month {
    font-size: 14px;
  }
}

.index .inews .content .right .list .cont {
  padding-left: 20px;
  width: 85%;
  border-left: 1px solid #99999966;
}

@media (max-width: 1710px) {
  .index .inews .content .right .list .cont {
    width: 80%;
  }
}

@media (max-width: 1400px) {
  .index .inews .content .right .list .cont {
    width: 75%;
  }
}

@media (max-width: 768px) {
  .index .inews .content .right .list .cont {
    width: 100%;
    padding-left: 0;
    border-left: none;
    padding-top: 10px;
  }
}

.index .inews .content .right .list .cont h2 {
  color: #151515;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .index .inews .content .right .list .cont h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .index .inews .content .right .list .cont h2 {
    font-size: 16px;
  }
}

.index .inews .content .right .list .cont h2 a {
  color: #151515;
  transition: all 0.4s;
}

.index .inews .content .right .list .cont p {
  color: #31394A;
  font-size: 18px;
  transition: all 0.4s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .index .inews .content .right .list .cont p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .index .inews .content .right .list .cont p {
    font-size: 14px;
  }
}

.index .inadv {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.index .inadv .content {
  margin-top: 60px;
}

@media (max-width: 1400px) {
  .index .inadv .content {
    margin-top: 40px;
  }
}

@media (max-width: 1200px) {
  .index .inadv .content {
    margin-top: 30px;
  }
}

.index .inadv .content .inadv-slick {
  margin-right: -80px;
}

@media (max-width: 1710px) {
  .index .inadv .content .inadv-slick {
    margin-right: -60px;
  }
}

@media (max-width: 1440px) {
  .index .inadv .content .inadv-slick {
    margin-right: -40px;
  }
}

@media (max-width: 768px) {
  .index .inadv .content .inadv-slick {
    margin-right: 0px;
  }
}

@media (max-width: 992px) {
  .index .inadv .content .inadv-slick .slick-list {
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .index .inadv .content .inadv-slick .slick-list {
    overflow: visible;
  }

  .index .inadv .content .inadv-slick .slick-list::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F6F6F6;
    right: 100%;
    top: 0;
    z-index: 12;
  }
}

.index .inadv .content .inadv-slick .item-box {
  margin-right: 80px;
}

@media (max-width: 1710px) {
  .index .inadv .content .inadv-slick .item-box {
    margin-right: 60px;
  }
}

@media (max-width: 1440px) {
  .index .inadv .content .inadv-slick .item-box {
    margin-right: 40px;
  }
}

@media (max-width: 768px) {
  .index .inadv .content .inadv-slick .item-box {
    margin-right: 0px;
  }
}

.index .inadv .content .inadv-slick .item-box .item .cont-img {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  padding: 18px;
  background: url(../img/inadv-b2.png) no-repeat center;
  background-size: cover;
}

.index .inadv .content .inadv-slick .item-box .item .cont-img .img-box {
  padding-bottom: calc(100%);
  border-radius: 50%;
}

.index .inadv .content .inadv-slick .item-box .item .cont-img .img-box img {
  height: 100%;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
}

.index .inadv .content .inadv-slick .item-box .item .cont-img .num {
  position: absolute;
  z-index: 12;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
  width: 140px;
  height: 140px;
  border-radius: 100%;
  background: #F39700;
  color: #FFF;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  padding-top: 20px;
}

@media (max-width: 1440px) {
  .index .inadv .content .inadv-slick .item-box .item .cont-img .num {
    width: 120px;
    height: 120px;
    font-size: 22px;
    padding-top: 10px;
  }
}

.index .inadv .content .inadv-slick .item-box .item .cont {
  margin-top: 24px;
  padding: 0 10px;
}

.index .inadv .content .inadv-slick .item-box .item .cont h2 {
  color: #151515;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}

@media (max-width: 1440px) {
  .index .inadv .content .inadv-slick .item-box .item .cont h2 {
    font-size: 22px;
  }
}

@media (max-width: 1400px) {
  .index .inadv .content .inadv-slick .item-box .item .cont h2 {
    font-size: 20px;
  }
}

@media (max-width: 769px) {
  .index .inadv .content .inadv-slick .item-box .item .cont h2 {
    font-size: 18px;
  }
}

.index .inadv .content .inadv-slick .item-box .item .cont p {
  color: #31394A;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .index .inadv .content .inadv-slick .item-box .item .cont p {
    font-size: 14px;
  }
}

.index .inapp .content {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .index .inapp .content {
    margin-top: 40px;
  }
}

.index .inapp .content .row-box {
  margin: -15px;
}

@media (max-width: 768px) {
  .index .inapp .content .row-box {
    margin: -8px;
  }
}

@media (max-width: 575px) {
  .index .inapp .content .row-box {
    margin: -5px;
  }
}

.index .inapp .content .row-box .item-box {
  padding: 15px;
}

@media (max-width: 768px) {
  .index .inapp .content .row-box .item-box {
    padding: 8px;
  }
}

@media (max-width: 575px) {
  .index .inapp .content .row-box .item-box {
    padding: 5px;
  }
}

.index .inapp .content .row-box .item-box .item {
  display: block;
}

.index .inapp .content .row-box .item-box .item:hover .cont-img {
  transform: translateY(-40px);
  filter: grayscale(0%);
}

@media (max-width: 1200px) {
  .index .inapp .content .row-box .item-box .item:hover .cont-img {
    transform: translateY(-20px);
  }
}

@media (max-width: 768px) {
  .index .inapp .content .row-box .item-box .item:hover .cont-img {
    transform: translateY(0);
  }
}

.index .inapp .content .row-box .item-box .item:hover .cont-img .img-box {
  opacity: 1;
}

.index .inapp .content .row-box .item-box .item .cont-img {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  filter: grayscale(100%);
  transition: all 0.4s;
}

@media (max-width: 768px) {
  .index .inapp .content .row-box .item-box .item .cont-img {
    filter: grayscale(0%);
    border-radius: 8px;
  }
}

.index .inapp .content .row-box .item-box .item .cont-img .img-box {
  padding-bottom: calc(640 / 250 * 100%);
  transition: all 0.4s;
}

@media (min-width: 768px) {
  .index .inapp .content .row-box .item-box .item .cont-img .img-box {
    opacity: 0.6;
  }
}

.index .inapp .content .row-box .item-box .item .cont-img .img-box img {
  transform: scale(1);
}

.index .inapp .content .row-box .item-box .item .cont-img .tit {
  position: absolute;
  z-index: 12;
  bottom: 40px;
  width: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 1440px) {
  .index .inapp .content .row-box .item-box .item .cont-img .tit {
    bottom: 20px;
    width: calc(100% - 20px);
  }
}

@media (max-width: 992px) {
  .index .inapp .content .row-box .item-box .item .cont-img .tit {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .index .inapp .content .row-box .item-box .item .cont-img .tit {
    font-size: 14px;
    bottom: 10px;
  }
}

.inchoosepobox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(16, 24, 40, 0.8);
}

.inchoosepobox .contentbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  position: relative;
  padding-top: calc(200px);
}

@media (max-width: 1710px) {
  .inchoosepobox .contentbox {
    padding-top: 180px;
  }
}

@media (max-width: 992px) {
  .inchoosepobox .contentbox {
    flex-wrap: wrap;
    padding-top: 130px;
  }
}

.inchoosepobox .contentbox .rightbox {
  width: 72.4%;
  margin-left: 80px;
}

@media (max-width: 1710px) {
  .inchoosepobox .contentbox .rightbox {
    margin-left: 40px;
  }
}

@media (max-width: 992px) {
  .inchoosepobox .contentbox .rightbox {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .inchoosepobox .contentbox .rightbox {
    margin-bottom: 10px;
  }
}

.inchoosepobox .contentbox .rightbox .inchoosepobox-rightslick .img-box {
  padding-bottom: calc(680 / 1200 * 100%);
}

.inchoosepobox .contentbox .leftbox {
  width: 14%;
}

@media (max-width: 1710px) {
  .inchoosepobox .contentbox .leftbox {
    width: 15%;
  }
}

@media (max-width: 992px) {
  .inchoosepobox .contentbox .leftbox {
    width: 100%;
  }
}

.inchoosepobox .contentbox .leftbox .inchoosepobox-leftslick {
  margin: -23px 0;
}

@media (max-width: 1710px) {
  .inchoosepobox .contentbox .leftbox .inchoosepobox-leftslick {
    margin: -14px 0;
  }
}

@media (max-width: 1400px) {
  .inchoosepobox .contentbox .leftbox .inchoosepobox-leftslick {
    margin: -10px 0;
  }
}

@media (max-width: 992px) {
  .inchoosepobox .contentbox .leftbox .inchoosepobox-leftslick {
    margin: 0 -12px;
  }
}

@media (max-width: 768px) {
  .inchoosepobox .contentbox .leftbox .inchoosepobox-leftslick {
    margin: 0 -6px;
  }
}

.inchoosepobox .contentbox .leftbox .inchoosepobox-leftslick .item-box {
  padding: 23px 0;
}

@media (max-width: 1710px) {
  .inchoosepobox .contentbox .leftbox .inchoosepobox-leftslick .item-box {
    padding: 14px 0;
  }
}

@media (max-width: 1400px) {
  .inchoosepobox .contentbox .leftbox .inchoosepobox-leftslick .item-box {
    padding: 10px 0;
  }
}

@media (max-width: 992px) {
  .inchoosepobox .contentbox .leftbox .inchoosepobox-leftslick .item-box {
    padding: 0 12px;
  }
}

@media (max-width: 768px) {
  .inchoosepobox .contentbox .leftbox .inchoosepobox-leftslick .item-box {
    padding: 0 6px;
  }
}

.inchoosepobox .contentbox .leftbox .inchoosepobox-leftslick .item-box.slick-current .item {
  border-color: #F39700;
}

.inchoosepobox .contentbox .leftbox .inchoosepobox-leftslick .item-box .item {
  position: relative;
  border: 4px solid transparent;
  cursor: pointer;
}

@media (max-width: 768px) {
  .inchoosepobox .contentbox .leftbox .inchoosepobox-leftslick .item-box .item {
    border-width: 2px;
  }
}

.inchoosepobox .contentbox .leftbox .inchoosepobox-leftslick .item-box .item p {
  z-index: 12;
  position: absolute;
  padding: 6px 10px;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFF;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 1440px) {
  .inchoosepobox .contentbox .leftbox .inchoosepobox-leftslick .item-box .item p {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .inchoosepobox .contentbox .leftbox .inchoosepobox-leftslick .item-box .item p {
    font-size: 13px;
    padding: 5px 8px;
  }
}

@media (max-width: 768px) {
  .inchoosepobox .contentbox .leftbox .inchoosepobox-leftslick .item-box .item p {
    display: none;
  }
}

.inchoosepobox .contentbox .leftbox .inchoosepobox-leftslick .item-box .item .img-box {
  padding-bottom: calc(130 / 230 * 100%);
}

.inchoosepobox .contentbox .leftbox .inchoosepobox-leftslick .item-box .item .img-box::before {
  position: absolute;
  z-index: 12;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'iconfont' !important;
  content: '\e70a';
  color: #FFF;
  font-size: 34px;
}

@media (max-width: 1400px) {
  .inchoosepobox .contentbox .leftbox .inchoosepobox-leftslick .item-box .item .img-box::before {
    font-size: 30px;
    top: 35%;
  }
}

@media (max-width: 1200px) {
  .inchoosepobox .contentbox .leftbox .inchoosepobox-leftslick .item-box .item .img-box::before {
    font-size: 25px;
    top: 25%;
  }
}

@media (max-width: 768px) {
  .inchoosepobox .contentbox .leftbox .inchoosepobox-leftslick .item-box .item .img-box::before {
    font-size: 20px;
    top: 50%;
  }
}

.inchoosepobox .contentbox .inchoosepobox-none {
  position: absolute;
  top: 200px;
  right: 0;
  cursor: pointer;
}

@media (max-width: 1400px) {
  .inchoosepobox .contentbox .inchoosepobox-none {
    top: 180px;
  }
}

@media (max-width: 992px) {
  .inchoosepobox .contentbox .inchoosepobox-none {
    right: auto;
    left: calc(100% + 20px);
    top: 130px;
  }
}

@media (max-width: 768px) {
  .inchoosepobox .contentbox .inchoosepobox-none {
    left: 50%;
    top: calc(100% + 20px);
    transform: translate(-50%, 0);
  }
}

.inchoosepobox .contentbox .inchoosepobox-none::before {
  font-family: 'iconfont' !important;
  content: '\e64a';
  color: #FFF;
  line-height: 1;
  font-size: 40px;
}

@media (max-width: 1200px) {
  .inchoosepobox .contentbox .inchoosepobox-none::before {
    font-size: 30px;
  }
}

.footer {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer .fobx1 {
  padding-top: 90px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1400px) {
  .footer .fobx1 {
    padding-top: 70px;
  }
}

@media (max-width: 1200px) {
  .footer .fobx1 {
    padding-top: 50px;
  }
}

@media (max-width: 1200px) {
  .footer .fobx1 {
    flex-wrap: wrap;
  }
}

.footer .fobx1 .left {
  width: 27%;
}

@media (max-width: 1200px) {
  .footer .fobx1 .left {
    width: 100%;
  }
}

.footer .fobx1 .left h2 {
  color: #F39700;
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 1710px) {
  .footer .fobx1 .left h2 {
    font-size: 42px;
  }
}

@media (max-width: 1440px) {
  .footer .fobx1 .left h2 {
    font-size: 38px;
  }
}

@media (max-width: 1400px) {
  .footer .fobx1 .left h2 {
    font-size: 32px;
  }
}

@media (max-width: 1200px) {
  .footer .fobx1 .left h2 {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  .footer .fobx1 .left h2 {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  .footer .fobx1 .left h2 {
    font-size: 22px;
  }
}

.footer .fobx1 .left p {
  margin: 16px 0;
  color: #151515;
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 1440px) {
  .footer .fobx1 .left p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .footer .fobx1 .left p {
    font-size: 14px;
    line-height: 22px;
  }
}

.footer .fobx1 .left .message {
  padding-bottom: 50px;
}

.footer .fobx1 .left .message form {
  padding: 14px 24px;
  position: relative;
  border-radius: 2px;
  border: 1px solid rgba(21, 21, 21, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .footer .fobx1 .left .message form {
    padding: 12px 20px;
  }
}

.footer .fobx1 .left .message form ul {
  width: calc(90% - 20px);
  list-style: none;
}

.footer .fobx1 .left .message form ul img {
  display: inline-block;
  width: 70px;
  margin-left: 10px;
}

.footer .fobx1 .left .message form ul input {
  background: transparent;
  border: none;
  color: #151515;
  font-size: 18px;
}

@media (max-width: 1440px) {
  .footer .fobx1 .left .message form ul input {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .footer .fobx1 .left .message form ul input {
    font-size: 14px;
  }
}

.footer .fobx1 .left .message form ul input::placeholder {
  color: #151515;
  opacity: 0.6;
}

.footer .fobx1 .left .message form ul input:focus {
  outline: none;
}

.footer .fobx1 .left .message form ul input:focus::placeholder {
  color: #151515;
  opacity: 1;
}

.footer .fobx1 .left .message form ul .yzm {
  position: absolute;
  top: 110%;
  left: 0;
}

.footer .fobx1 .left .message form ul .yzm input {
  padding: 10px 0;
  padding-left: 10px;
  font-size: 14px;
  max-width: 140px !important;
  border-bottom: 1px solid rgba(21, 21, 21, 0.2);
}

.footer .fobx1 .left .message form button {
  background: transparent;
  border: none;
}

.footer .fobx1 .left .message form button::before {
  font-family: 'iconfont' !important;
  content: '\e6a0';
  color: #F39700;
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 1440px) {
  .footer .fobx1 .left .message form button::before {
    font-size: 18px;
  }
}

.footer .fobx1 .left .icon {
  margin-top: 40px;
  display: flex;
  list-style: none;
}

@media (max-width: 1440px) {
  .footer .fobx1 .left .icon {
    margin-top: 32px;
  }
}

@media (max-width: 992px) {
  .footer .fobx1 .left .icon {
    margin-top: 20px;
  }
}

.footer .fobx1 .left .icon li {
  margin-right: 24px;
}

.footer .fobx1 .left .icon li:last-child {
  margin-right: 0;
}

.footer .fobx1 .left .icon li a {
  display: inline-block;
}

.footer .fobx1 .left .icon li .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #31394A;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  width: 26px;
  height: 26px;
  transition: all 0.3s;
}

.footer .fobx1 .left .icon li .iconfont:hover {
  background-color: #F39700;
}

@media (max-width: 1200px) {
  .footer .fobx1 .right {
    margin-top: 30px;
  }
}

.footer .fobx1 .right h2 {
  color: #151515;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}

@media (max-width: 1440px) {
  .footer .fobx1 .right h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

@media (max-width: 1400px) {
  .footer .fobx1 .right h2 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .footer .fobx1 .right h2 {
    font-size: 18px;
  }
}

.footer .fobx1 .right.item1 {
  margin-left: 10px;
}

@media (max-width: 992px) {
  .footer .fobx1 .right.item1 {
    margin-left: 0;
    width: 100%;
  }
}

.footer .fobx1 .right.item1 ul {
  list-style: none;
}

@media (max-width: 992px) {
  .footer .fobx1 .right.item1 ul {
    display: flex;
    flex-wrap: wrap;
  }
}

.footer .fobx1 .right.item1 ul li {
  margin-top: 12px;
  color: #31394A;
  font-size: 20px;
}

.footer .fobx1 .right.item1 ul li:first-of-type {
  margin-top: 0;
}

@media (max-width: 1440px) {
  .footer .fobx1 .right.item1 ul li {
    font-size: 18px;
  }
}

@media (max-width: 1400px) {
  .footer .fobx1 .right.item1 ul li {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .footer .fobx1 .right.item1 ul li {
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .footer .fobx1 .right.item1 ul li {
    font-size: 14px;
  }
}

.footer .fobx1 .right.item1 ul li a {
  color: #31394A;
  transition: all 0.4s;
}

.footer .fobx1 .right.item1 ul li a:hover {
  color: #F39700;
}

.footer .fobx1 .right.item2 {
  width: 20%;
  margin-left: 10px;
}
@media (max-width: 1200px) {
  .footer .fobx1 .right.item2 {
    width: 25%;
  }
}
@media (max-width: 1710px) {
  .footer .fobx1 .right.item2 {
    width: 30%;
  }
}

@media (max-width: 992px) {
  .footer .fobx1 .right.item2 {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
}

.footer .fobx1 .right.item2 ul {
  list-style: none;
}

.footer .fobx1 .right.item2 ul li {
  margin-top: 24px;
}

.footer .fobx1 .right.item2 ul li:first-of-type {
  margin-top: 0;
}

@media (max-width: 1400px) {
  .footer .fobx1 .right.item2 ul li {
    margin-top: 20px;
  }
}

.footer .fobx1 .right.item2 ul li span {
  display: block;
  margin-bottom: 8px;
  color: #151515;
  font-size: 20px;
}

@media (max-width: 1440px) {
  .footer .fobx1 .right.item2 ul li span {
    font-size: 18px;
  }
}

@media (max-width: 1400px) {
  .footer .fobx1 .right.item2 ul li span {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .footer .fobx1 .right.item2 ul li span {
    font-size: 14px;
  }
}

.footer .fobx1 .right.item2 ul li p {
  color: #31394A;
  font-size: 20px;
  overflow-wrap: break-word;
  /* word-break: break-all; */
}

@media (max-width: 1440px) {
  .footer .fobx1 .right.item2 ul li p {
    font-size: 18px;
  }
}

@media (max-width: 1400px) {
  .footer .fobx1 .right.item2 ul li p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .footer .fobx1 .right.item2 ul li p {
    font-size: 14px;
  }
}

.footer .fobx1 .right.item2 ul li p a {
  color: #31394A;
  transition: all 0.4s;
}

.footer .fobx1 .right.item2 ul li p a:hover {
  color: #F39700;
}

.footer .fobx1 .right.item3 {
  margin-left: 10px;
  width: 29%;
}

@media (max-width: 1200px) {
  .footer .fobx1 .right.item3 {
    width: 40%;
  }
}

@media (max-width: 992px) {
  .footer .fobx1 .right.item3 {
    width: 100%;
    margin-left: 0;
  }
}

.footer .fobx1 .right.item3 h2 {
  margin-bottom: 0;
}

.footer .fobx1 .right.item3 p {
  margin: 12px 0;
  color: #151515;
  font-size: 18px;
}

@media (max-width: 1440px) {
  .footer .fobx1 .right.item3 p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .footer .fobx1 .right.item3 p {
    font-size: 14px;
  }
}

.footer .fobx1 .right.item3 .message ul {
  list-style: none;
}

.footer .fobx1 .right.item3 .message ul li {
  margin-top: 6px;
}

.footer .fobx1 .right.item3 .message ul li:first-of-type {
  margin-top: 0;
}

.footer .fobx1 .right.item3 .message ul li img {
  height: 40px;
  width: auto;
}

.footer .fobx1 .right.item3 .message ul li input,
.footer .fobx1 .right.item3 .message ul li textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0;
  color: #31394A;
  font-size: 18px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}

@media (max-width: 1440px) {

  .footer .fobx1 .right.item3 .message ul li input,
  .footer .fobx1 .right.item3 .message ul li textarea {
    font-size: 16px;
  }
}

@media (max-width: 768px) {

  .footer .fobx1 .right.item3 .message ul li input,
  .footer .fobx1 .right.item3 .message ul li textarea {
    font-size: 14px;
  }
}

.footer .fobx1 .right.item3 .message ul li input:focus,
.footer .fobx1 .right.item3 .message ul li textarea:focus {
  outline: none;
}

.footer .fobx1 .right.item3 .message ul li input:focus::placeholder,
.footer .fobx1 .right.item3 .message ul li textarea:focus::placeholder {
  color: #111111;
}

.footer .fobx1 .right.item3 .message ul li input::placeholder,
.footer .fobx1 .right.item3 .message ul li textarea::placeholder {
  color: #31394A;
}

.footer .fobx1 .right.item3 .message ul li textarea {
  height: 90px;
}

.footer .fobx1 .right.item3 .message .func {
  margin-top: 12px;
}

.footer .fobx1 .right.item3 .message .func .index-more {
  background-color: #FFF;
  border: none;
}

.footer .fobx1 .right.item3 .message .func .index-more .mtext {
  color: #151515;
}

.footer .fobx2 {
  margin-top: 40px;
  padding: 24px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  color: #31394A;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .footer .fobx2 {
    flex-wrap: wrap;
  }
}

@media (max-width: 992px) {
  .footer .fobx2 {
    padding-bottom: 75px;
  }
}

.footer .fobx2::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1000%;
  height: 1px;
  background-color: rgba(153, 153, 153, 0.2);
}

@media (max-width: 768px) {
  .footer .fobx2 {
    font-size: 14px;
  }
}

.footer .fobx2 a {
  color: #31394A;
}

.footer .fobx2 a:hover {
  color: #F39700;
}

.footer .fobx2 .cnzz {
  display: inline;
  margin: 0 16px;
}

@media (max-width: 992px) {
  .footer .fobx2 .cnzz {
    margin: 0 8px;
  }
}

.footer .fobx2 .im1botom {
  display: flex;
  align-items: center;
}

.footer .fobx2 .im1botom span {
  display: inline-block;
  margin: 0 16px;
  width: 1px;
  height: 10px;
  opacity: 0.4;
  background: #31394A;
}

.aboutnav {
  padding: 24px 0;
  padding-bottom: 20px;
  background-color: #FFF;
  z-index: 55;
  position: sticky;
  top: 112px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

@media (max-width: 1400px) {
  .aboutnav {
    padding: 20px 0;
    padding-bottom: 16px;
    top: 110px;
  }
}

@media (max-width: 1200px) {
  .aboutnav {
    top: 95px;
  }
}

@media (max-width: 992px) {
  .aboutnav {
    position: static;
    padding: 15px 0;
    padding-bottom: 11px;
  }
}

@media (max-width: 768px) {
  .aboutnav {
    padding: 10px 0;
    padding-bottom: 6px;
  }
}

.aboutnav ul {
  list-style: none;
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
}

.aboutnav ul li {
  margin-right: 24px;
  margin-bottom: 4px;
}

.aboutnav ul li:last-child {
  margin-right: 0;
}

@media (max-width: 992px) {
  .aboutnav ul li {
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .aboutnav ul li {
    margin-right: 10px;
  }
}

.aboutnav ul li.active a {
  background-color: #F39700;
  color: #FFF;
  border-color: #F39700;
}

.aboutnav ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px solid #999;
  backdrop-filter: blur(3px);
  white-space: nowrap;
  color: #999;
  font-size: 16px;
  transition: all 0.4s;
}

@media (max-width: 1440px) {
  .aboutnav ul li a {
    padding: 10px 20px;
  }
}

@media (max-width: 992px) {
  .aboutnav ul li a {
    padding: 7px 15px;
  }
}

@media (max-width: 768px) {
  .aboutnav ul li a {
    font-size: 14px;
    padding: 4px 10px;
  }
}

.aboutnav ul li a:hover {
  background-color: #F39700;
  border-color: #F39700;
  color: #FFF;
}

.aboutnav ul li a.active {
  background-color: #F39700;
  color: #FFF;
  border-color: #F39700;
}

.about .topprev {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .about .topprev {
    flex-wrap: wrap;
  }
}

.about .topprev .index-title {
  width: 80%;
}

@media (max-width: 992px) {
  .about .topprev .index-title {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .about .topprev .prev-next {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .about .topprev .index-more {
    margin-top: 20px;
  }
}

.about .abcom {
  padding-bottom: 0;
}

.about .abcom .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .about .abcom .box {
    flex-wrap: wrap;
  }
}

.about .abcom .box .left {
  width: 49%;
}

@media (max-width: 992px) {
  .about .abcom .box .left {
    width: 100%;
  }
}

.about .abcom .box .left .txt {
  margin-top: 40px;
}

@media (max-width: 1440px) {
  .about .abcom .box .left .txt {
    margin-top: 30px;
  }
}

@media (max-width: 1200px) {
  .about .abcom .box .left .txt {
    margin-top: 20px;
  }
}

.about .abcom .box .left .txt p {
  color: #31394A;
  font-size: 18px;
  line-height: 32px;
}

@media (max-width: 1200px) {
  .about .abcom .box .left .txt p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  .about .abcom .box .left .txt p {
    font-size: 14px;
    line-height: 24x;
  }
}

.about .abcom .box .right {
  width: 47%;
  padding-right: 25px;
  padding-top: 25px;
  position: relative;
}

@media (max-width: 1440px) {
  .about .abcom .box .right {
    padding-right: 15px;
    padding-top: 15px;
  }
}

@media (max-width: 992px) {
  .about .abcom .box .right {
    width: 100%;
    margin-top: 30px;
  }
}

.about .abcom .box .right::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 12px;
  border: 12px solid #F39700;
}

@media (max-width: 1440px) {
  .about .abcom .box .right::after {
    border-width: 8px;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
  }
}

.about .abcom .box .right .content {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  z-index: 12;
}

.about .abcom .box .right .content .prev-next {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 12;
}

@media (max-width: 1440px) {
  .about .abcom .box .right .content .prev-next {
    right: 30px;
    bottom: 30px;
  }
}

@media (max-width: 1200px) {
  .about .abcom .box .right .content .prev-next {
    right: 20px;
    bottom: 20px;
  }
}

.about .abcom .box .right .abcom-slick .item-box .item .img-box {
  border-radius: 12px;
  padding-bottom: calc(590 / 800 * 100%);
}

.about .abcom .box .right .abcom-slick .item-box .item .img-box img {
  transform: scale(1);
}

.about .abnum {
  padding: 30px 0;
  background: #F39700;
  margin-top: 80px;
}

@media (max-width: 1440px) {
  .about .abnum {
    margin-top: 60px;
  }
}

@media (max-width: 1400px) {
  .about .abnum {
    margin-top: 40px;
  }
}

.about .abnum .row-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10%;
}

@media (max-width: 1440px) {
  .about .abnum .row-box {
    gap: 5%;
  }
}

@media (max-width: 992px) {
  .about .abnum .row-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 7% 5%;
  }
}

.about .abnum .row-box .item-box {
  position: relative;
}

.about .abnum .row-box .item-box:last-child::after {
  display: none;
}

@media (max-width: 992px) {
  .about .abnum .row-box .item-box:nth-child(2)::after {
    display: none;
  }
}

.about .abnum .row-box .item-box::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -10%;
  transform: translateY(-50%);
  width: 1px;
  height: 64px;
  background: #FFF;
}

@media (max-width: 1440px) {
  .about .abnum .row-box .item-box::after {
    right: -5%;
    height: 50px;
  }
}

@media (max-width: 992px) {
  .about .abnum .row-box .item-box::after {
    right: 0;
    height: 40px;
  }
}

.about .abnum .row-box .item-box .item .count {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 1710px) {
  .about .abnum .row-box .item-box .item .count {
    margin-bottom: 20px;
  }
}

@media (max-width: 1200px) {
  .about .abnum .row-box .item-box .item .count {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .about .abnum .row-box .item-box .item .count {
    margin-bottom: 5px;
  }
}

.about .abnum .row-box .item-box .item .count span {
  color: #FFF;
  font-size: 64px;
  font-weight: 600;
}

@media (max-width: 1710px) {
  .about .abnum .row-box .item-box .item .count span {
    font-size: 50px;
  }
}

@media (max-width: 1440px) {
  .about .abnum .row-box .item-box .item .count span {
    font-size: 40px;
  }
}

@media (max-width: 1440px) {
  .about .abnum .row-box .item-box .item .count span {
    font-size: 35px;
  }
}

@media (max-width: 1200px) {
  .about .abnum .row-box .item-box .item .count span {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .about .abnum .row-box .item-box .item .count span {
    font-size: 24px;
  }
}

.about .abnum .row-box .item-box .item .count i {
  font-style: normal;
  color: #FFF;
  font-feature-settings: 'sups' on;
  font-size: 48px;
  font-weight: 600;
}

@media (max-width: 1710px) {
  .about .abnum .row-box .item-box .item .count i {
    font-size: 40px;
  }
}

@media (max-width: 1440px) {
  .about .abnum .row-box .item-box .item .count i {
    font-size: 30px;
  }
}

@media (max-width: 1440px) {
  .about .abnum .row-box .item-box .item .count i {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .about .abnum .row-box .item-box .item .count i {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .about .abnum .row-box .item-box .item .count i {
    font-size: 18px;
  }
}

.about .abnum .row-box .item-box .item p {
  color: #FFF;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1400px) {
  .about .abnum .row-box .item-box .item p {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .about .abnum .row-box .item-box .item p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .about .abnum .row-box .item-box .item p {
    font-size: 14px;
  }
}

.about .abcha {
  background: #F6F7F9;
  padding-top: 90px;
}

@media (max-width: 1440px) {
  .about .abcha {
    padding-top: 70px;
  }
}

@media (max-width: 1400px) {
  .about .abcha {
    padding-top: 50px;
  }
}

@media (max-width: 1200px) {
  .about .abcha {
    padding-top: 40px;
  }
}

.about .abcha .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 992px) {
  .about .abcha .box {
    flex-wrap: wrap;
  }
}

.about .abcha .box .left {
  width: calc(50% - 16px);
}

@media (max-width: 992px) {
  .about .abcha .box .left {
    width: 100%;
  }
}

.about .abcha .box .left img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

.about .abcha .box .right {
  width: calc(50% - 16px);
}

@media (max-width: 992px) {
  .about .abcha .box .right {
    width: 100%;
    margin-top: 30px;
  }
}

.about .abcha .box .right .index-title h2 {
  color: #F39700;
}

.about .abcha .box .right .content {
  margin-top: 16px;
}

@media (max-width: 1200px) {
  .about .abcha .box .right .content {
    margin-top: 12px;
  }
}

.about .abcha .box .right .content h2 {
  color: #31394A;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 24px;
}

.about .abcha .box .right .content h2:first-of-type {
  margin-top: 0;
}

@media (max-width: 1440px) {
  .about .abcha .box .right .content h2 {
    margin-top: 20px;
    font-size: 22px;
    line-height: 28px;
  }
}

@media (max-width: 1200px) {
  .about .abcha .box .right .content h2 {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (max-width: 992px) {
  .about .abcha .box .right .content h2 {
    font-size: 18px;
    line-height: 23px;
  }
}

.about .abcha .box .right .content h3 {
  margin: 24px 0 8px 0;
}

@media (max-width: 1440px) {
  .about .abcha .box .right .content h3 {
    margin: 20px 0 8px 0;
  }
}

@media (max-width: 992px) {
  .about .abcha .box .right .content h3 {
    margin: 12px 0 8px 0;
  }
}

.about .abcha .box .right .content h3 span {
  display: inline-flex;
  align-items: center;
  color: #31394A;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.about .abcha .box .right .content h3 span::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background: #F39700;
  margin-right: 12px;
}

@media (max-width: 767px) {
  .about .abcha .box .right .content h3 span::before {
    margin-right: 8px;
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 1440px) {
  .about .abcha .box .right .content h3 span {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .about .abcha .box .right .content h3 span {
    font-size: 14px;
    line-height: 22px;
  }
}

.about .abcha .box .right .content p {
  color: #31394A;
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 1440px) {
  .about .abcha .box .right .content p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .about .abcha .box .right .content p {
    font-size: 14px;
    line-height: 22px;
  }
}

.about .abour .b1boxcont {
  position: relative;
}

.about .abour .b1box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  z-index: -22;
  transition: all 0.4s;
}

.about .abour .b1box.on {
  position: static;
  pointer-events: all;
  opacity: 1;
}

.about .abour .box1 {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .about .abour .box1 {
    flex-wrap: wrap;
  }
}

.about .abour .box1 .left {
  width: calc(50% - 16px);
  overflow: hidden;
}

@media (max-width: 992px) {
  .about .abour .box1 .left {
    width: 100%;
  }
}

.about .abour .box1 .left .abour-slick1 {
  margin: 0 -10px;
}

.about .abour .box1 .left .abour-slick1 .item-box {
  padding: 0 10px;
}

.about .abour .box1 .left .abour-slick1 .item-box .item .img-box {
  padding-bottom: calc(620 / 820 * 100%);
  border-radius: 12px;
}

.about .abour .box1 .right {
  width: calc(50% - 40px);
  overflow: hidden;
}

@media (max-width: 992px) {
  .about .abour .box1 .right {
    width: 100%;
    margin-top: 30px;
  }
}

.about .abour .box1 .right .abour2box .text .txt {
  margin-top: 50px;
}

@media (max-width: 1710px) {
  .about .abour .box1 .right .abour2box .text .txt {
    margin-top: 40px;
  }
}

@media (max-width: 1440px) {
  .about .abour .box1 .right .abour2box .text .txt {
    margin-top: 30px;
  }
}

@media (max-width: 1200px) {
  .about .abour .box1 .right .abour2box .text .txt {
    margin-top: 20px;
  }
}

.about .abour .box1 .right .abour2box .text .txt p {
  color: #31394A;
  font-size: 18px;
  line-height: 32px;
}

@media (max-width: 1400px) {
  .about .abour .box1 .right .abour2box .text .txt p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .about .abour .box1 .right .abour2box .text .txt p {
    font-size: 14px;
    line-height: 22px;
  }
}

.about .abour .box1 .right .abour2box .slibox {
  margin: 60px 0;
}

@media (max-width: 1710px) {
  .about .abour .box1 .right .abour2box .slibox {
    margin: 40px 0;
  }
}

@media (max-width: 1400px) {
  .about .abour .box1 .right .abour2box .slibox {
    margin: 30px 0;
  }
}

@media (max-width: 992px) {
  .about .abour .box1 .right .abour2box .slibox {
    margin: 20px 0;
  }
}

.about .abour .box1 .right .abour2box .abour-slick2 {
  margin: 0 -16px;
}

@media (max-width: 1400px) {
  .about .abour .box1 .right .abour2box .abour-slick2 {
    margin: 0 -8px;
  }
}

@media (max-width: 768px) {
  .about .abour .box1 .right .abour2box .abour-slick2 {
    margin: 0 -5px;
  }
}

.about .abour .box1 .right .abour2box .abour-slick2 .item-box {
  padding: 0 16px;
}

@media (max-width: 1400px) {
  .about .abour .box1 .right .abour2box .abour-slick2 .item-box {
    padding: 0 8px;
  }
}

@media (max-width: 768px) {
  .about .abour .box1 .right .abour2box .abour-slick2 .item-box {
    padding: 0 5px;
  }
}

.about .abour .box1 .right .abour2box .abour-slick2 .item-box .item .img-box {
  padding-bottom: calc(180 / 240 * 100%);
  border-radius: 12px;
}

@media (max-width: 992px) {
  .about .abour .box1 .right .abour2box .abour-slick2 .item-box .item .img-box {
    border-radius: 6px;
  }
}

.about .abour .box2 {
  margin-top: 60px;
}

@media (max-width: 1400px) {
  .about .abour .box2 {
    margin-top: 40px;
  }
}

.about .abour .box2 .abournav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

@media (max-width: 1200px) {
  .about .abour .box2 .abournav {
    gap: 20px;
  }
}

@media (max-width: 992px) {
  .about .abour .box2 .abournav {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .about .abour .box2 .abournav {
    grid-template-columns: repeat(1, 1fr);
  }
}

.about .abour .box2 .abournav .nav-item {
  padding: 24px;
  border-radius: 6px;
  background-color: #F6F7F9;
  transition: all 0.4s;
  cursor: pointer;
}

@media (max-width: 1440px) {
  .about .abour .box2 .abournav .nav-item {
    padding: 20px;
  }
}

@media (max-width: 1200px) {
  .about .abour .box2 .abournav .nav-item {
    padding: 15px;
  }
}

.about .abour .box2 .abournav .nav-item.active {
  background-color: #F39700;
}

.about .abour .box2 .abournav .nav-item.active h2 {
  color: #FFF;
}

.about .abour .box2 .abournav .nav-item.active p {
  color: #FFF;
}

.about .abour .box2 .abournav .nav-item:hover {
  background-color: #F39700;
}

.about .abour .box2 .abournav .nav-item:hover h2 {
  color: #FFF;
}

.about .abour .box2 .abournav .nav-item:hover p {
  color: #FFF;
}

.about .abour .box2 .abournav .nav-item h2 {
  color: #31394A;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  transition: all 0.4s;
}

@media (max-width: 1440px) {
  .about .abour .box2 .abournav .nav-item h2 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .about .abour .box2 .abournav .nav-item h2 {
    font-size: 18px;
  }
}

.about .abour .box2 .abournav .nav-item p {
  color: #31394A;
  font-size: 20px;
  transition: all 0.4s;
}

@media (max-width: 1440px) {
  .about .abour .box2 .abournav .nav-item p {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .about .abour .box2 .abournav .nav-item p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .about .abour .box2 .abournav .nav-item p {
    font-size: 14px;
  }
}

.about .abdev {
  background: #F6F7F9;
}

.about .abpro .content {
  margin-top: 60px;
}

@media (max-width: 1400px) {
  .about .abpro .content {
    margin-top: 40px;
  }
}

@media (max-width: 992px) {
  .about .abpro .content {
    padding-bottom: 30px;
    margin-top: 30px;
  }
}

.about .abpro .content .abpro-slick {
  margin: 0 -16px;
}

@media (max-width: 992px) {
  .about .abpro .content .abpro-slick {
    margin: 0 -12px;
  }
}

.about .abpro .content .abpro-slick .slick-track {
  display: flex;
}

@media (max-width: 992px) {
  .about .abpro .content .abpro-slick .slick-list {
    padding-bottom: 10px;
  }
}

.about .abpro .content .abpro-slick .item-box {
  padding: 0 16px;
  height: auto;
}

@media (max-width: 992px) {
  .about .abpro .content .abpro-slick .item-box {
    padding: 0 12px;
  }
}

.about .abpro .content .abpro-slick .item-box .item {
  padding: 10px;
  padding-bottom: 0;
  height: 100%;
  border-radius: 12px;
  border: 1px solid rgba(102, 102, 102, 0.6);
  transition: all 0.4s;
}

@media (min-width: 768px) {
  .about .abpro .content .abpro-slick .item-box .item:hover {
    border-color: #F39700;
  }

  .about .abpro .content .abpro-slick .item-box .item:hover .img-box img {
    transform: scale(1.1);
  }

  .about .abpro .content .abpro-slick .item-box .item:hover .cont h3 {
    color: #F39700;
  }

  .about .abpro .content .abpro-slick .item-box .item:hover .cont p {
    color: #F39700;
  }
}

.about .abpro .content .abpro-slick .item-box .item .img-box {
  padding-bottom: calc(380 / 380 * 100%);
  border-radius: 12px;
}

.about .abpro .content .abpro-slick .item-box .item .cont {
  padding: 24px 5px;
}

@media (max-width: 1440px) {
  .about .abpro .content .abpro-slick .item-box .item .cont {
    padding: 20px 5px;
  }
}

.about .abpro .content .abpro-slick .item-box .item .cont h3 {
  color: #151515;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
  transition: all 0.4s;
}

@media (max-width: 1200px) {
  .about .abpro .content .abpro-slick .item-box .item .cont h3 {
    font-size: 18px;
  }
}

.about .abpro .content .abpro-slick .item-box .item .cont p {
  color: #31394A;
  font-size: 18px;
  line-height: 24px;
  transition: all 0.4s;
}

@media (max-width: 1200px) {
  .about .abpro .content .abpro-slick .item-box .item .cont p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .about .abpro .content .abpro-slick .item-box .item .cont p {
    font-size: 14px;
    line-height: 20px;
  }
}

.about .abcor {
  background: linear-gradient(180deg, #F6F7F9 0%, rgba(246, 247, 249, 0) 100%);
}

.about .abcor .slick-list {
  padding: 20px 0;
}

.about .abcor .slick-track {
  display: flex;
}

.about .abcor .abcortitle {
  display: flex;
  align-items: center;
}

.about .abcor .abcortitle h2 {
  max-width: calc(100% - 120px);
  margin-right: auto;
  color: #31394A;
  font-size: 32px;
}

@media (max-width: 1710px) {
  .about .abcor .abcortitle h2 {
    font-size: 28px;
  }
}

@media (max-width: 1440px) {
  .about .abcor .abcortitle h2 {
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  .about .abcor .abcortitle h2 {
    font-size: 22px;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .about .abcor .abcortitle h2 {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .about .abcor .abcortitle .prev-next {
    display: none !important;
  }
}

.about .abcor .item-box {
  padding: 0 16px;
  height: auto;
}

@media (max-width: 1200px) {
  .about .abcor .item-box {
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  .about .abcor .item-box {
    padding: 0 6px;
  }
}

.about .abcor .item-box .item {
  padding: 16px;
  background-color: #F6F7F9;
  cursor: pointer;
  transition: all 0.4s;
  height: 100%;
}

@media (max-width: 992px) {
  .about .abcor .item-box .item {
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .about .abcor .item-box .item {
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.25);
  }
}

@media (min-width: 768px) {
  .about .abcor .item-box .item:hover {
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.25);
  }

  .about .abcor .item-box .item:hover .img-box img {
    transform: scale(1.1);
  }

  .about .abcor .item-box .item:hover .img-box::before {
    opacity: 1;
  }
}

.about .abcor .item-box .item .img-box {
  padding-bottom: calc(200 / 280 * 100%);
}

.about .abcor .item-box .item .img-box::before {
  position: absolute;
  z-index: 12;
  font-family: 'iconfont' !important;
  content: '\e61f';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(21, 21, 21, 0.4);
  opacity: 0;
  color: #fff;
  font-size: 55px;
  transition: all 0.4s;
}

.about .abcor .item-box .item .cont {
  margin-top: 16px;
}

.about .abcor .item-box .item .cont p {
  color: #31394A;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 1200px) {
  .about .abcor .item-box .item .cont p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .about .abcor .item-box .item .cont p {
    font-size: 14px;
    line-height: 20px;
  }
}

.about .abcor .content1 {
  margin-top: 60px;
}

@media (max-width: 1400px) {
  .about .abcor .content1 {
    margin-top: 40px;
  }
}

@media (max-width: 992px) {
  .about .abcor .content1 {
    padding-bottom: 30px;
  }
}

.about .abcor .content1 .abcor-slick1 {
  margin: 0 -16px;
}

@media (max-width: 1200px) {
  .about .abcor .content1 .abcor-slick1 {
    margin: 0 -10px;
  }
}

@media (max-width: 768px) {
  .about .abcor .content1 .abcor-slick1 {
    margin: 0 -6px;
  }
}

.about .abcor .content1 .abcor-slick1 .item-box .item .img-box {
  padding-bottom: calc(390 / 280 * 100%);
}

@media (max-width: 992px) {
  .about .abcor .content2 {
    padding-bottom: 30px;
  }
}

.about .abcor .box2 {
  padding-bottom: 0;
  margin-top: -20px;
}

.about .abcor .box2 .abcor-slick2 {
  margin: 0 -16px;
}

@media (max-width: 1200px) {
  .about .abcor .box2 .abcor-slick2 {
    margin: 0 -10px;
  }
}

@media (max-width: 768px) {
  .about .abcor .box2 .abcor-slick2 {
    margin: 0 -6px;
  }
}

@media (max-width: 1200px) {
  .product {
    padding-top: 20px;
  }
}

.product .top-nav {
  display: none;
}

@media (max-width: 1199px) {
  .product .top-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}

.product .top-nav li {
  display: block;
  padding: 4px;
}

@media (max-width: 991px) {
  .product .top-nav li {
    width: 50%;
  }
}

@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;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  padding: 4px 10px;
  font-size: 14px;
  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;
  }
}

.product .top-nav .top-a:hover {
  color: white;
  background-color: #F39700;
}

.product .top-nav .top-a.active {
  color: white;
  background-color: #F39700;
}

.product .top {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .product .top {
    flex-wrap: wrap;
  }
}

.product .top .index-title {
  width: 80%;
}

@media (max-width: 992px) {
  .product .top .index-title {
    width: 100%;
    margin-bottom: 20px;
  }
}

.product .top .title h2 {
  margin: 0;
  font-size: 160px;
  font-weight: 700;
  background: linear-gradient(180deg, rgba(243, 151, 0, 0.2) 0%, rgba(243, 151, 0, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 1710px) {
  .product .top .title h2 {
    font-size: 130px;
  }
}

@media (max-width: 1440px) {
  .product .top .title h2 {
    font-size: 115px;
  }
}

@media (max-width: 1400px) {
  .product .top .title h2 {
    font-size: 100px;
  }
}

@media (max-width: 1200px) {
  .product .top .title h2 {
    font-size: 70px;
  }
}

@media (max-width: 992px) {
  .product .top .title h2 {
    font-size: 55px;
  }
}

@media (max-width: 992px) {
  .product .top .title h2 {
    font-size: 40px;
  }
}

.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: 120px;
  overflow: hidden;
  width: 310px;
  padding: 32px 12px;
  border-radius: 12px;
  background: #F6F7F9;
  list-style: none;
}

@media (max-width: 1440px) {
  .product .popular .popular-box .popular-left .left-ul {
    padding: 25px 12px;
  }
}

@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .left-ul {
    padding: 20px 12px;
    width: 280px;
    top: 110px;
  }
}

.product .popular .popular-box .popular-left .left-ul h2 {
  color: #151515;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 24px;
  position: relative;
}

@media (max-width: 1440px) {
  .product .popular .popular-box .popular-left .left-ul h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .left-ul h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.product .popular .popular-box .popular-left .left-ul h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #F39700;
  width: 64px;
  height: 2px;
}

@media (max-width: 1440px) {
  .product .popular .popular-box .popular-left .left-ul h2::after {
    width: 50px;
  }
}

.product .popular .popular-box .popular-left .left-ul::-webkit-scrollbar {
  width: 2px;
}

.product .popular .popular-box .popular-left .left-ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.product .popular .popular-box .popular-left .left-ul::-webkit-scrollbar-thumb {
  background: #F39700;
  border-radius: 3px;
  transition: background 0.3s ease;
}

.product .popular .popular-box .popular-left .ul-li {
  display: block;
  position: relative;
  margin-top: 8px;
}

.product .popular .popular-box .popular-left .ul-li:first-child {
  margin-top: 0;
}

@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li {
    margin-top: 4;
  }
}

.product .popular .popular-box .popular-left .ul-li.have .a-title::after {
  content: '\eaf3';
}

.product .popular .popular-box .popular-left .ul-li .a-title {
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 6px;
  padding: 12px;
  transition: all 0.5s;
}

@media (max-width: 1440px) {
  .product .popular .popular-box .popular-left .ul-li .a-title {
    padding: 10px;
  }
}

@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li .a-title {
    padding: 6px;
  }
}

.product .popular .popular-box .popular-left .ul-li .a-title::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background-color: #F39700;
  margin-right: 20px;
  margin-left: 8px;
  transition: all 0.5s;
}

@media (max-width: 1440px) {
  .product .popular .popular-box .popular-left .ul-li .a-title::before {
    margin-left: 5px;
    margin-right: 10px;
  }
}

@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li .a-title::before {
    width: 8px;
    height: 8px;
  }
}

.product .popular .popular-box .popular-left .ul-li .a-title::after {
  font-family: 'iconfont' !important;
  display: inline-block;
  color: #31394A;
  line-height: 1;
  font-size: 22px;
  margin: 0 4px;
  transition: all 0.5s;
}

@media (max-width: 1440px) {
  .product .popular .popular-box .popular-left .ul-li .a-title::after {
    font-size: 20px;
  }
}

@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li .a-title::after {
    font-size: 18px;
  }
}

.product .popular .popular-box .popular-left .ul-li .a-title>a {
  width: 85%;
  display: inline-flex;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  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: #31394A;
  font-size: 18px;
  line-height: 26px;
  position: relative;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  transition: all 0.5s;
}

@media (max-width: 1440px) {
  .product .popular .popular-box .popular-left .ul-li .a-title>a span {
    font-size: 16px;
  }
}

.product .popular .popular-box .popular-left .ul-li ul {
  list-style: none;
  display: none;
}

.product .popular .popular-box .popular-left .ul-li ul li {
  margin-top: 6px;
  transition: all 0.4s;
  position: relative;
}

.product .popular .popular-box .popular-left .ul-li ul li:hover a {
  color: #F39700;
}

.product .popular .popular-box .popular-left .ul-li ul li:hover a::before {
  color: #F39700;
}

.product .popular .popular-box .popular-left .ul-li ul li.on a {
  color: #F39700;
}

.product .popular .popular-box .popular-left .ul-li ul li.on a::before {
  color: #F39700;
}

.product .popular .popular-box .popular-left .ul-li ul li a {
  color: #31394A;
  font-size: 18px;
  line-height: 26px;
  padding: 8px 24px;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
  display: flex;
  align-items: center;
}

@media (max-width: 1440px) {
  .product .popular .popular-box .popular-left .ul-li ul li a {
    font-size: 16px;
    line-height: 23px;
    padding: 6px 20px;
  }
}

@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li ul li a {
    padding: 4px 15px;
  }
}

.product .popular .popular-box .popular-left .ul-li ul li a p {
  display: -webkit-block;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.product .popular .popular-box .popular-left .ul-li ul li a::before {
  content: '-';
  color: #31394A;
  font-size: 18px;
  margin-right: 12px;
  transition: all 0.4s;
}

@media (max-width: 1440px) {
  .product .popular .popular-box .popular-left .ul-li ul li a::before {
    font-size: 16px;
    margin-right: 8px;
  }
}

.product .popular .popular-box .popular-left .ul-li ul li ul {
  padding: 0;
}

.product .popular .popular-box .popular-left .ul-li ul li ul li {
  padding-top: 10px;
}

.product .popular .popular-box .popular-left .ul-li ul li ul li:first-child {
  padding-top: 0;
}

.product .popular .popular-box .popular-left .ul-li ul li ul li a {
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
  font-size: 14px;
}

.product .popular .popular-box .popular-left .ul-li ul li ul li a::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #F39700;
  border-radius: 10px;
  margin: 0 10px;
}

.product .popular .popular-box .popular-left .ul-li ul li ul li a:hover {
  text-decoration: underline;
}

.product .popular .popular-box .popular-left .ul-li ul li ul li a span {
  color: #F39700;
}

.product .popular .popular-box .popular-left .ul-li.active.have .a-title::after {
  content: '\eaf5';
  color: #FFF;
}

.product .popular .popular-box .popular-left .ul-li.active .a-title {
  background-color: #F39700;
}

.product .popular .popular-box .popular-left .ul-li.active .a-title::before {
  background-color: #FFF;
}

.product .popular .popular-box .popular-left .ul-li.active .a-title>a span {
  color: #fff;
}

.product .popular .popular-box .popular-left .ul-li:hover.have .a-title::after {
  content: '\eaf5';
  color: #FFF;
}

.product .popular .popular-box .popular-left .ul-li:hover .a-title {
  background-color: #F39700;
}

.product .popular .popular-box .popular-left .ul-li:hover .a-title::before {
  background-color: #FFF;
}

.product .popular .popular-box .popular-left .ul-li:hover .a-title>a span {
  color: #fff;
}

.product .popular .popular-box .popular-right {
  width: calc(100% - 310px - 30px);
  margin-left: auto;
}

@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right {
    width: calc(100% - 280px - 30px);
  }
}

@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right {
    width: 100%;
    margin-top: 20px;
  }
}

.product .popular .popular-box .popular-right.product-right {
  overflow: hidden;
}

.product .popular .popular-box .popular-right.product-right .content .row-box {
  margin: -16px;
}

@media (max-width: 1440px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box {
    margin: -12px;
  }
}

.product .popular .popular-box .popular-right.product-right .content .row-box .item-box {
  padding: 16px;
}

@media (max-width: 1440px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box {
    padding: 12px;
  }
}

.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item {
  border-radius: 12px;
  overflow: hidden;
  background-color: #FFF;
  transition: all 0.4s;
}

@media (max-width: 768px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item {
    box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.25);
  }
}

.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item:hover {
  box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.25);
}

.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item:hover .img-box img {
  transform: scale(1);
}

.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item:hover .cont .txt h2 a {
  color: #F39700;
  text-decoration: underline;
}

.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item:hover .cont .more a {
  background-color: #F39700;
  border-color: #F39700;
  color: #FFF;
}

.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 .img-box {
  padding-bottom: calc(300 / 400 * 100%);
}

.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont {
  padding: 12px;
  padding-bottom: 24px;
}

.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .txt h2 {
  color: #151515;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .txt h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .txt h2 a {
  color: #151515;
  transition: all 0.4s;
}

.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .txt p {
  color: #31394A;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .txt p {
    font-size: 16px;
  }
}

.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .more {
  margin-top: 30px;
}

@media (max-width: 1440px) {
  .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;
  padding: 5px 30px;
  border-radius: 6px;
  border: 1px solid #999;
  color: #999;
  font-size: 16px;
  transition: all 0.4s;
}

@media (max-width: 1440px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .more a {
    padding: 5px 20px;
  }
}

@media (max-width: 768px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .more a {
    background-color: #F39700;
    border-color: #F39700;
    color: #FFF;
    font-size: 14px;
  }
}

.product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .more a::after {
  font-family: 'iconfont' !important;
  content: '\e72d';
  color: #999;
  font-size: 16px;
  margin-top: 2px;
  margin-left: 8px;
  transition: all 0.4s;
}

@media (max-width: 768px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .cont .more a::after {
    color: #FFF;
  }
}

.pdstitle {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .pdstitle {
    flex-wrap: wrap;
  }
}

.pdstitle h2 {
  width: 80%;
  margin: 0;
  color: #151515;
  font-size: 40px;
  font-weight: 500;
}

@media (max-width: 1440px) {
  .pdstitle h2 {
    font-size: 35px;
  }
}

@media (max-width: 1400px) {
  .pdstitle h2 {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  .pdstitle h2 {
    font-size: 26px;
  }
}

@media (max-width: 992px) {
  .pdstitle h2 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .pdstitle h2 {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .pdstitle .prev-next {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .pdstitle .index-more {
    margin-top: 20px;
  }
}

.productdetails .productdatails-top {
  overflow: hidden;
  position: relative;
  padding: 60px 0;
}

@media (max-width: 1200px) {
  .productdetails .productdatails-top {
    padding: 50px 0;
  }
}

.productdetails .productdatails-top .pouch-cont {
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 1199px) {
  .productdetails .productdatails-top .pouch-cont {
    flex-wrap: wrap;
  }
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left {
  width: 40%;
  position: relative;
}

@media (max-width: 1199px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-left {
    width: 100%;
  }
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left:hover .prev-next {
  opacity: 1;
}

.productdetails .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) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next {
    display: block !important;
  }
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-prev,
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-next {
  width: 40px;
  height: 40px;
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-prev {
  left: 0;
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-next {
  right: 0;
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
  width: 100%;
  overflow: hidden;
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .item {
  cursor: pointer;
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
  padding: 0 8px;
  position: relative;
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item .img-box::before {
  position: absolute;
  content: '';
  z-index: 2;
  background: rgba(34, 34, 34, 0.4);
  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);
  }
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .item-video::after {
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'iconfont' !important;
  content: '\e60f';
  font-size: 14px;
  width: 24px;
  height: 24px;
  border-radius: 30px;
  color: #FFF;
  background-color: #F39700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
  transition: all 0.5s;
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .item-video::before {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: #00358D;
  border-radius: 50%;
  z-index: 6;
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding-bottom: calc(110 / 150 * 100%);
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .img-box img {
  width: 100%;
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
  overflow: hidden;
  width: 100%;
  margin-bottom: 17px;
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .item {
  overflow: hidden;
  width: 100%;
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .item.item-video {
  padding: 0;
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box {
  overflow: hidden;
  border-radius: 6px;
  padding-bottom: calc(490 / 650 * 100%);
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box img {
  width: 100%;
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-right {
  width: calc(60% - 64px);
  margin-left: auto;
  position: relative;
  z-index: 12;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1710px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right {
    padding-top: 20px;
  }
}

@media (max-width: 1440px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right {
    padding: 0;
  }
}

@media (max-width: 1199px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right {
    width: 100%;
    padding-top: 40px;
  }
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-right .title {
  padding: 24px 0;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

@media (max-width: 1710px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .title {
    padding: 20px 0;
  }
}

@media (max-width: 1400px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .title {
    padding: 12px 0;
  }
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
  color: #151515;
  font-size: 40px;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 1710px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
    font-size: 35px;
  }
}

@media (max-width: 1400px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
    font-size: 22px;
  }
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 {
  margin: 50px 0;
}

@media (max-width: 1440px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 {
    margin: 40px 0;
  }
}

@media (max-width: 1400px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 {
    margin: 30px 0;
  }
}

@media (max-width: 1200px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 {
    margin-top: 20px;
  }
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 h3 {
  display: block;
  color: #31394A;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 1440px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

@media (max-width: 1200px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 h3 {
    font-size: 21px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 h3 {
    font-size: 18px;
  }
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 p {
  color: #31394A;
  font-size: 18px;
  line-height: 36px;
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 h3::before {
  content: '';
  display: inline-block;
  width: 20px;

  height: 20px;
  background: url(/tpl/en_haodeboer/assets/app/img/yd.png) no-repeat center;
  background-size: contain;
  margin-right: 5px;
}




@media (max-width: 1200px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 p {
    font-size: 14px;
    line-height: 26px;
  }
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 {
    flex-wrap: wrap;
  }
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .navcar {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .navcar {
    width: 100%;
    margin-bottom: 20px;
  }
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .navcar .nav-1 {
  padding: 10px 32px;
  border-radius: 6px;
  border: 1px solid rgba(102, 102, 102, 0.2);
  color: #31394A;
  font-size: 16px;
  transition: all 0.5s;
  margin-right: 20px;
}

@media (max-width: 1400px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .navcar .nav-1 {
    padding: 10px 20px;
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .navcar .nav-1 {
    font-size: 14px;
  }
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .navcar .nav-1:hover {
  background-color: #F39700;
  color: #fff;
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .share p {
  color: #31394A;
  text-align: center;
  font-size: 16px;
  line-height: 100%;
  margin-right: 16px;
}

@media (max-width: 768px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .share p {
    font-size: 14px;
    margin-right: 10px;
  }
}

.productdetails .productdetails-nav {
  position: sticky;
  top: 110px;
  z-index: 99;
  background-color: #FFF;
}

@media (max-width: 1400px) {
  .productdetails .productdetails-nav {
    top: 110px;
  }
}

@media (max-width: 991px) {
  .productdetails .productdetails-nav {
    position: static;
  }
}

.productdetails .productdetails-nav ul {
  list-style: none;
  display: flex;
  border-bottom: 2px solid rgba(102, 102, 102, 0.2);
  overflow-x: auto;
  overflow-y: hidden;
}

.productdetails .productdetails-nav ul li {
  position: relative;
  margin-right: 50px;
}

.productdetails .productdetails-nav ul li:last-child {
  margin-right: 0;
}

@media (max-width: 1710px) {
  .productdetails .productdetails-nav ul li {
    margin-right: 40px;
  }
}

@media (max-width: 1440px) {
  .productdetails .productdetails-nav ul li {
    margin-right: 20px;
  }
}

.productdetails .productdetails-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  color: #31394A;
  font-size: 24px;
  font-weight: 500;
  padding: 20px 0;
  transition: all 0.5s;
  position: relative;
}

.productdetails .productdetails-nav ul li a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #F39700;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  transition: all 0.4s;
}

@media (max-width: 992px) {
  .productdetails .productdetails-nav ul li a::after {
    display: none;
  }
}

@media (max-width: 1440px) {
  .productdetails .productdetails-nav ul li a {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .productdetails .productdetails-nav ul li a {
    font-size: 18px;
    padding: 15px 0;
  }
}

@media (max-width: 992px) {
  .productdetails .productdetails-nav ul li a {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .productdetails .productdetails-nav ul li a {
    text-align: center;
    font-size: 14px;
  }
}

.productdetails .productdetails-nav ul li a.active {
  color: #F39700;
}

.productdetails .productdetails-nav ul li a.active::after {
  width: 100%;
}

@media (min-width: 767px) {
  .productdetails .productdetails-nav ul li a:hover {
    color: #F39700;
  }

  .productdetails .productdetails-nav ul li a:hover::after {
    width: 100%;
  }
}

.productdetails .detailscontent {
  margin-top: 50px;
}

@media (max-width: 1400px) {
  .productdetails .detailscontent {
    margin-top: 30px;
  }
}
.productdetails .detailscontent .cont1{
  width: 69%;
}
@media (max-width: 1710px) { 
  .productdetails .detailscontent .cont1{
    width: 83%;
  }
}
@media (max-width: 1440px) { 
  .productdetails .detailscontent .cont1{
    width: 90%;
  }
}
@media (max-width: 1400px) { 
  .productdetails .detailscontent .cont1{
    width: 95%;
  }
}
@media (max-width: 1200px) { 
  .productdetails .detailscontent .cont1{
    width: 100%;
  }
}
.productdetails .detailscontent .cont1 h3 {
  color: #31394A;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  margin-top: 40px;
}

.productdetails .detailscontent .cont1 h3:nth-of-type(1)::before {
  content: '';
  display: inline-block;
  width: 20px;

  height: 20px;
  background: url(/tpl/en_haodeboer/assets/app/img/xing.png) no-repeat center;
  background-size: contain;
  margin-right: 5px;
}

.productdetails .detailscontent .cont1 h3:nth-of-type(2)::before {
  content: '';
  display: inline-block;
  width: 20px;

  height: 20px;
  background: url(/tpl/en_haodeboer/assets/app/img/yy.png) no-repeat center;
  background-size: contain;
  margin-right: 5px;
}

.productdetails .detailscontent .cont1 h3:nth-of-type(3)::before {
  content: '';
  display: inline-block;
  width: 20px;

  height: 20px;
  background: url(/tpl/en_haodeboer/assets/app/img/xl.png) no-repeat center;
  background-size: contain;
  margin-right: 5px;
}

@media(max-width: 1400px) {

  .productdetails .detailscontent .cont1 h3::before,
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 h3::before {
    width: 15px !important;
    height: 15px !important;
  }
}

@media (max-width: 1440px) {
  .productdetails .detailscontent .cont1 h3 {
    font-size: 22px;
  }
}

@media (max-width: 1200px) {
  .productdetails .detailscontent .cont1 h3 {
    font-size: 21px;
    margin-top: 30px;
  }
}

@media (max-width: 992px) {
  .productdetails .detailscontent .cont1 h3 {
    margin-top: 20px;
  }

}

@media (max-width: 768px) {
  .productdetails .detailscontent .cont1 h3 {
    font-size: 18px;
  }

  .productdetails .detailscontent .cont1 h3::before {
    width: 12px !important;
    height: 12px !important;
  }
}

.productdetails .detailscontent .cont1 li,
.productdetails .detailscontent .cont1 p,
.productdetails .detailscontent .cont1 td {
  color: #31394A;
  font-size: 18px;
}

.productdetails .detailscontent .cont1 td p {
  margin: 0;
  padding: 0;
}

.productdetails .detailscontent .cont1 table {
  /* width: 75% !important; */
}

.productdetails .detailscontent .cont1 tr td:first-child {
  width: 25%;
}

@media(max-width:1440px) {
  .productdetails .detailscontent .cont1 table {
    /* width: 90% !important; */
  }
}

@media (max-width: 1200px) {

  .productdetails .detailscontent .cont1 li,
  .productdetails .detailscontent .cont1 p,
  .productdetails .detailscontent .cont1 td {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 992px) {

  .productdetails .detailscontent .cont1 li,
  .productdetails .detailscontent .cont1 p,
  .productdetails .detailscontent .cont1 td {
    line-height: 24px;
  }

  .productdetails .detailscontent .cont1 table {
    width: 100% !important;
  }
}

@media (max-width: 768px) {

  .productdetails .detailscontent .cont1 li,
  .productdetails .detailscontent .cont1 p,
  .productdetails .detailscontent .cont1 td {
    font-size: 14px;
    line-height: 22px;
  }
}

.productdetails .detailscontent .cont1 p,
.productdetails .detailscontent .cont1 li {
  padding-left: 32px;
  position: relative;
  margin-top: 16px;
}

@media (max-width: 1200px) {

  .productdetails .detailscontent .cont1 p,
  .productdetails .detailscontent .cont1 li {
    padding-left: 24px;
    margin-top: 12px;
  }
}

.productdetails .detailscontent .cont1 p::before,
.productdetails .detailscontent .cont1 li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 7px;
  top: 7px;
  border-radius: 1px;
  background: #F39700;
}

@media (max-width: 1200px) {

  .productdetails .detailscontent .cont1 p::before,
  .productdetails .detailscontent .cont1 li::before {
    width: 8px;
    height: 8px;
  }
}

.productdetails .detailscontent .cont1 table {
  margin-top: 16px;
}

.productdetails .detailscontent .inquiry {
  padding-bottom: 0;
}

.productdetails .detailscontent .message {
  width: 100%;
  padding: 50px 24px;
  margin-top: 40px;
  background: #F6F7F9;
}

@media (max-width: 1400px) {
  .productdetails .detailscontent .message {
    padding: 30px 20px;
  }
}

.productdetails .detailscontent .message form {
  position: relative;
}

.productdetails .detailscontent .message .formbox .now-title {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .productdetails .detailscontent .message .formbox .now-title {
    margin-bottom: 12px;
  }
}

.productdetails .detailscontent .message .formbox .now-title p {
  margin-bottom: 16px;
  color: #151515;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .productdetails .detailscontent .message .formbox .now-title p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .productdetails .detailscontent .message .formbox .now-title p {
    font-size: 14px;
  }
}

.productdetails .detailscontent .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #FFF;
  padding: 16px 12px;
  color: rgba(102, 102, 102, 0.8);
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .productdetails .detailscontent .message .formbox .now-title input {
    padding: 14px;
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .productdetails .detailscontent .message .formbox .now-title input {
    font-size: 13px;
  }
}

.productdetails .detailscontent .message .formbox .row {
  list-style: none;
  margin: -16px -10px;
  padding: 0;
}

@media (max-width: 1440px) {
  .productdetails .detailscontent .message .formbox .row {
    margin: -12px -8px;
  }
}

@media (max-width: 1440px) {
  .productdetails .detailscontent .message .formbox .row {
    margin: -6px -8px;
  }
}

.productdetails .detailscontent .message .formbox li {
  padding: 16px 12px;
}

@media (max-width: 1440px) {
  .productdetails .detailscontent .message .formbox li {
    padding: 12px 8px;
  }
}

@media (max-width: 992px) {
  .productdetails .detailscontent .message .formbox li {
    padding: 6px 8px;
  }
}

.productdetails .detailscontent .message .formbox .group {
  position: relative;
}

.productdetails .detailscontent .message .formbox .group img {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .productdetails .detailscontent .message .formbox .group img {
    margin-left: 10px;
  }
}

.productdetails .detailscontent .message .formbox .group b,
.productdetails .detailscontent .message .formbox .group label {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.32px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {

  .productdetails .detailscontent .message .formbox .group b,
  .productdetails .detailscontent .message .formbox .group label {
    font-size: 14px;
  }
}

.productdetails .detailscontent .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
  background: #FFF;
  color: #31394A;
  font-size: 16px;
  padding: 16px 12px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 767px) {
  .productdetails .detailscontent .message .formbox .group input {
    padding: 14px;
    font-size: 14px;
  }
}

.productdetails .detailscontent .message .formbox .group input::placeholder {
  color: #31394A;
}

.productdetails .detailscontent .message .formbox .group input:focus label {
  display: none;
}

.productdetails .detailscontent .message .formbox .group input:focus::placeholder {
  color: #CCC;
}

.productdetails .detailscontent .message .formbox .group textarea {
  border: none;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  background: #FFF;
  color: #31394A;
  font-size: 16px;
  padding: 16px 12px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 180px;
}

@media (max-width: 767px) {
  .productdetails .detailscontent .message .formbox .group textarea {
    padding: 14px;
    font-size: 14px;
  }
}

.productdetails .detailscontent .message .formbox .group textarea::placeholder {
  color: #31394A;
}

.productdetails .detailscontent .message .formbox .group textarea:focus label {
  display: none;
}

.productdetails .detailscontent .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}

.productdetails .detailscontent .message .func {
  margin-top: 24px;
}

.productdetails .detailscontent .message .func .submit-group {
  width: 100%;
}

.productdetails .detailscontent .rec {
  padding-bottom: 90px;
}

@media (max-width: 1440px) {
  .productdetails .detailscontent .rec {
    padding-bottom: 70px;
  }
}

@media (max-width: 992px) {
  .productdetails .detailscontent .rec {
    padding-bottom: 120px;
  }
}

.productdetails .detailscontent .rec .content {
  margin-top: 50px;
}

@media (max-width: 1400px) {
  .productdetails .detailscontent .rec .content {
    margin-top: 40px;
  }
}

@media (max-width: 1200px) {
  .productdetails .detailscontent .rec .content {
    margin-top: 30px;
  }
}

.productdetails .detailscontent .rec .content .rec-slick {
  margin: -16px;
}

@media (max-width: 1440px) {
  .productdetails .detailscontent .rec .content .rec-slick {
    margin: -12px;
  }
}

.productdetails .detailscontent .rec .content .rec-slick .item-box {
  padding: 16px;
}

@media (max-width: 1440px) {
  .productdetails .detailscontent .rec .content .rec-slick .item-box {
    padding: 12px;
  }
}

.productdetails .detailscontent .rec .content .rec-slick .item-box .item {
  border-radius: 12px;
  overflow: hidden;
  background-color: #FFF;
  transition: all 0.4s;
}

@media (max-width: 768px) {
  .productdetails .detailscontent .rec .content .rec-slick .item-box .item {
    box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.25);
  }
}

.productdetails .detailscontent .rec .content .rec-slick .item-box .item:hover {
  box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.25);
}

.productdetails .detailscontent .rec .content .rec-slick .item-box .item:hover .img-box img {
  transform: scale(1);
}

.productdetails .detailscontent .rec .content .rec-slick .item-box .item:hover .cont .txt h2 a {
  color: #F39700;
  text-decoration: underline;
}

.productdetails .detailscontent .rec .content .rec-slick .item-box .item:hover .cont .more a {
  background-color: #F39700;
  border-color: #F39700;
  color: #FFF;
}

.productdetails .detailscontent .rec .content .rec-slick .item-box .item:hover .cont .more a::after {
  color: #FFF;
}

.productdetails .detailscontent .rec .content .rec-slick .item-box .item .img-box {
  padding-bottom: calc(300 / 400 * 100%);
}

.productdetails .detailscontent .rec .content .rec-slick .item-box .item .cont {
  padding: 12px;
  padding-bottom: 24px;
}

.productdetails .detailscontent .rec .content .rec-slick .item-box .item .cont .txt h2 {
  color: #151515;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .productdetails .detailscontent .rec .content .rec-slick .item-box .item .cont .txt h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.productdetails .detailscontent .rec .content .rec-slick .item-box .item .cont .txt h2 a {
  color: #151515;
  transition: all 0.4s;
}

.productdetails .detailscontent .rec .content .rec-slick .item-box .item .cont .txt p {
  color: #31394A;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .productdetails .detailscontent .rec .content .rec-slick .item-box .item .cont .txt p {
    font-size: 16px;
  }
}

.productdetails .detailscontent .rec .content .rec-slick .item-box .item .cont .more {
  margin-top: 30px;
}

@media (max-width: 1440px) {
  .productdetails .detailscontent .rec .content .rec-slick .item-box .item .cont .more {
    margin-top: 20px;
  }
}

.productdetails .detailscontent .rec .content .rec-slick .item-box .item .cont .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 30px;
  border-radius: 6px;
  border: 1px solid #999;
  color: #999;
  font-size: 16px;
  transition: all 0.4s;
}

@media (max-width: 1440px) {
  .productdetails .detailscontent .rec .content .rec-slick .item-box .item .cont .more a {
    padding: 5px 20px;
  }
}

@media (max-width: 768px) {
  .productdetails .detailscontent .rec .content .rec-slick .item-box .item .cont .more a {
    background-color: #F39700;
    border-color: #F39700;
    color: #FFF;
    font-size: 14px;
  }
}

.productdetails .detailscontent .rec .content .rec-slick .item-box .item .cont .more a::after {
  font-family: 'iconfont' !important;
  content: '\e72d';
  color: #999;
  font-size: 16px;
  margin-top: 2px;
  margin-left: 8px;
  transition: all 0.4s;
}

@media (max-width: 768px) {
  .productdetails .detailscontent .rec .content .rec-slick .item-box .item .cont .more a::after {
    color: #FFF;
  }
}

.service-industy {
  padding-top: 80px;
}

@media (max-width: 1440px) {
  .service-industy {
    padding-top: 60px;
  }
}

@media (max-width: 1400px) {
  .service-industy {
    padding-top: 50px;
  }
}

.industy-list {
  margin: -16px;
}

.industy-list .item-box {
  padding: 16px;
}

.industy-list .item-box .item {
  border-radius: 12px;
  overflow: hidden;
  background-color: #FFF;
  transition: all 0.4s;
}

@media (max-width: 768px) {
  .industy-list .item-box .item {
    box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.25);
  }
}

.industy-list .item-box .item:hover {
  box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.25);
}

.industy-list .item-box .item:hover .img-box img {
  transform: scale(1);
}

.industy-list .item-box .item:hover .cont .txt h2 a {
  color: #F39700;
  text-decoration: underline;
}

.industy-list .item-box .item:hover .cont .more a {
  background-color: #F39700;
  border-color: #F39700;
  color: #FFF;
}

.industy-list .item-box .item:hover .cont .more a::after {
  color: #FFF;
}

.industy-list .item-box .item .img-box {
  padding-bottom: calc(300 / 400 * 100%);
}

.industy-list .item-box .item .cont {
  padding: 16px 20px;
  padding-bottom: 24px;
}

@media (max-width: 1200px) {
  .industy-list .item-box .item .cont {
    padding: 12px 15px;
    padding-bottom: 20px;
  }
}

.industy-list .item-box .item .cont .txt h2 {
  color: #151515;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media (max-width: 1710px) {
  .industy-list .item-box .item .cont .txt h2 {
    font-size: 22px;
  }
}

@media (max-width: 1440px) {
  .industy-list .item-box .item .cont .txt h2 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .industy-list .item-box .item .cont .txt h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.industy-list .item-box .item .cont .txt h2 a {
  color: #151515;
  transition: all 0.4s;
}

.industy-list .item-box .item .cont .txt p {
  color: #31394A;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .industy-list .item-box .item .cont .txt p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 768px) {
  .industy-list .item-box .item .cont .txt p {
    font-size: 14px;
    line-height: 20px;
  }
}

.industy-list .item-box .item .cont .more {
  margin-top: 30px;
}

@media (max-width: 1200px) {
  .industy-list .item-box .item .cont .more {
    margin-top: 20px;
  }
}

.industy-list .item-box .item .cont .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 30px;
  border-radius: 6px;
  border: 1px solid #999;
  color: #999;
  font-size: 16px;
  transition: all 0.4s;
}

@media (max-width: 768px) {
  .industy-list .item-box .item .cont .more a {
    background-color: #F39700;
    border-color: #F39700;
    color: #FFF;
    font-size: 14px;
    pad: 5px 20px;
  }
}

.industy-list .item-box .item .cont .more a::after {
  font-family: 'iconfont' !important;
  content: '\e72d';
  color: #999;
  font-size: 16px;
  margin-top: 2px;
  margin-left: 8px;
  transition: all 0.4s;
}

@media (max-width: 768px) {
  .industy-list .item-box .item .cont .more a::after {
    color: #FFF;
  }
}

.relate-details {
  padding-top: 40px;
}

.relate-details ul {
  list-style: none;
}

.relate-details ul li {
  margin-top: 24px;
  color: #151515;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media (max-width: 768px) {
  .relate-details ul li {
    font-size: 16px;
    margin-top: 15px;
  }
}

.relate-details ul li:first-of-type {
  margin-top: 0;
}

.relate-details ul li span {
  margin-right: 8px;
}

.relate-details ul li a {
  color: #31394A;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .relate-details ul li a {
    font-size: 14px;
  }
}

.relate-details ul li a:hover {
  opacity: 1;
}

.industydetails {
  padding-top: 60px;
}

@media (max-width: 1400px) {
  .industydetails {
    padding-top: 40px;
  }
}

.industydetails .title {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

@media (max-width: 1400px) {
  .industydetails .title {
    padding-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .industydetails .title {
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
}

.industydetails .title h2 {
  width: 70%;
  color: #151515;
  font-size: 40px;
  font-weight: 500;
}

@media (max-width: 1440px) {
  .industydetails .title h2 {
    font-size: 35px;
  }
}

@media (max-width: 1400px) {
  .industydetails .title h2 {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  .industydetails .title h2 {
    font-size: 26px;
  }
}

@media (max-width: 992px) {
  .industydetails .title h2 {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .industydetails .title h2 {
    font-size: 22px;
  }
}

.industydetails .title .share p {
  margin-right: 16px;
  color: #31394A;
  text-align: center;
  font-size: 16px;
  line-height: 100%;
}

@media (max-width: 768px) {
  .industydetails .title .share p {
    font-size: 14px;
  }
}

.industydetails .content {
  padding: 50px 0;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

@media (max-width: 1400px) {
  .industydetails .content {
    padding: 40px 0;
  }
}

.industydetails .content h3 {
  color: #31394A;
  font-size: 24px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 16px;
}

@media (max-width: 1440px) {
  .industydetails .content h3 {
    font-size: 22px;
    margin-bottom: 12px;
    margin-top: 30px;
  }
}

@media (max-width: 1200px) {
  .industydetails .content h3 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .industydetails .content h3 {
    font-size: 18px;
  }
}

.industydetails .content h3:first-of-type {
  margin-top: 0;
}

.industydetails .content ul {
  list-style: none !important;
}

.industydetails .content li {
  position: relative;
  padding-left: 32px;
}

@media (max-width: 768px) {
  .industydetails .content li {
    padding-left: 25px;
  }
}

.industydetails .content li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background-color: #F39700;
}

@media (max-width: 768px) {
  .industydetails .content li::before {
    width: 8px;
    height: 8px;
  }
}

.industydetails .content p,
.industydetails .content td,
.industydetails .content li {
  color: #31394A;
  font-size: 18px;
  line-height: 32px;
}

@media (max-width: 1200px) {

  .industydetails .content p,
  .industydetails .content td,
  .industydetails .content li {
    font-size: 16px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {

  .industydetails .content p,
  .industydetails .content td,
  .industydetails .content li {
    font-size: 14px;
    line-height: 28px;
  }
}

.industydetails .content2 {
  padding-bottom: 0;
}

.industydetails .content2 .pdstitle {
  margin-bottom: 60px;
}

@media (max-width: 1440px) {
  .industydetails .content2 .pdstitle {
    margin-bottom: 40px;
  }
}

@media (max-width: 1200px) {
  .industydetails .content2 .pdstitle {
    margin-bottom: 30px;
  }
}

.technology,
.case,
.news {
  padding: 80px 0 90px 0;
}

@media (max-width: 1440px) {

  .technology,
  .case,
  .news {
    padding: 60px 0 70px 0;
  }
}

@media (max-width: 1400px) {

  .technology,
  .case,
  .news {
    padding: 40px 0 50px 0;
  }
}

.technology-list {
  margin: -16px;
}

.technology-list .item-box {
  padding: 16px;
}

.technology-list .item-box .item {
  border-radius: 12px;
  overflow: hidden;
  background-color: #FFF;
  transition: all 0.4s;
}

@media (max-width: 768px) {
  .technology-list .item-box .item {
    box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.25);
  }
}

.technology-list .item-box .item:hover {
  box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.25);
}

.technology-list .item-box .item:hover .img-box img {
  transform: scale(1);
}

.technology-list .item-box .item:hover .cont .txt h2 a {
  color: #F39700;
  text-decoration: underline;
}

.technology-list .item-box .item:hover .cont .more a {
  background-color: #F39700;
  border-color: #F39700;
  color: #FFF;
}

.technology-list .item-box .item:hover .cont .more a::after {
  color: #FFF;
}

.technology-list .item-box .item .img-box {
  padding-bottom: calc(300 / 400 * 100%);
}

.technology-list .item-box .item .cont {
  padding: 16px 20px;
  padding-bottom: 24px;
}

@media (max-width: 1200px) {
  .technology-list .item-box .item .cont {
    padding: 12px 15px;
    padding-bottom: 20px;
  }
}

.technology-list .item-box .item .cont .txt h2 {
  color: #151515;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media (max-width: 1710px) {
  .technology-list .item-box .item .cont .txt h2 {
    font-size: 22px;
  }
}

@media (max-width: 1440px) {
  .technology-list .item-box .item .cont .txt h2 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .technology-list .item-box .item .cont .txt h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.technology-list .item-box .item .cont .txt h2 a {
  color: #151515;
  transition: all 0.4s;
}

.technology-list .item-box .item .cont .txt p {
  color: #31394A;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .technology-list .item-box .item .cont .txt p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 768px) {
  .technology-list .item-box .item .cont .txt p {
    font-size: 14px;
    line-height: 20px;
  }
}

.technology-list .item-box .item .cont .more {
  margin-top: 30px;
}

@media (max-width: 1200px) {
  .technology-list .item-box .item .cont .more {
    margin-top: 20px;
  }
}

.technology-list .item-box .item .cont .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 30px;
  border-radius: 6px;
  border: 1px solid #999;
  color: #999;
  font-size: 16px;
  transition: all 0.4s;
}

@media (max-width: 768px) {
  .technology-list .item-box .item .cont .more a {
    background-color: #F39700;
    border-color: #F39700;
    color: #FFF;
    font-size: 14px;
    pad: 5px 20px;
  }
}

.technology-list .item-box .item .cont .more a::after {
  font-family: 'iconfont' !important;
  content: '\e72d';
  color: #999;
  font-size: 16px;
  margin-top: 2px;
  margin-left: 8px;
  transition: all 0.4s;
}

@media (max-width: 768px) {
  .technology-list .item-box .item .cont .more a::after {
    color: #FFF;
  }
}

.market {
  padding-top: 80px;
}

@media (max-width: 1440px) {
  .market {
    padding-top: 60px;
  }
}

@media (max-width: 1400px) {
  .market {
    padding-top: 50px;
  }
}

.market .marbx1 .txt {
  margin: 40px 0;
}

@media (max-width: 1400px) {
  .market .marbx1 .txt {
    margin: 30px 0;
  }
}

.market .marbx1 .txt p {
  color: #31394A;
  font-size: 18px;
  line-height: 32px;
}

@media (max-width: 1400px) {
  .market .marbx1 .txt p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  .market .marbx1 .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}

.market .marbx1 .img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.market .marbx2 .list {
  margin-top: 32px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.market .marbx2 .list:nth-child(2n) {
  flex-direction: row-reverse;
}

@media (max-width: 992px) {
  .market .marbx2 .list {
    flex-wrap: wrap;
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .market .marbx2 .list {
    margin-top: 30px;
    padding: 0;
  }
}

.market .marbx2 .list .cont-img {
  width: calc(50% - 12px);
}

@media (max-width: 992px) {
  .market .marbx2 .list .cont-img {
    width: 100%;
  }
}

.market .marbx2 .list .cont-img .img-box {
  padding-bottom: calc(450 / 800 * 100%);
  border-radius: 12px;
}

.market .marbx2 .list .cont {
  width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 992px) {
  .market .marbx2 .list .cont {
    width: 100%;
    margin-top: 20px;
  }
}

.market .marbx2 .list .cont .iconfont {
  display: inline-block;
  line-height: 1;
  color: #F39700;
  font-size: 50px;
}

@media (max-width: 1710px) {
  .market .marbx2 .list .cont .iconfont {
    font-size: 40px;
  }
}

@media (max-width: 1440px) {
  .market .marbx2 .list .cont .iconfont {
    font-size: 35px;
  }
}

@media (max-width: 1200px) {
  .market .marbx2 .list .cont .iconfont {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .market .marbx2 .list .cont .iconfont {
    font-size: 25px;
  }
}

.market .marbx2 .list .cont h2 {
  margin: 24px 0;
  color: #151515;
  font-size: 32px;
}

@media (max-width: 1710px) {
  .market .marbx2 .list .cont h2 {
    font-size: 28px;
    margin: 20px 0;
  }
}

@media (max-width: 1440px) {
  .market .marbx2 .list .cont h2 {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .market .marbx2 .list .cont h2 {
    font-size: 20px;
    margin: 15px 0;
  }
}

@media (max-width: 768px) {
  .market .marbx2 .list .cont h2 {
    font-size: 18px;
  }
}

.market .marbx2 .list .cont span {
  display: inline-block;
  width: 100px;
  height: 2px;
  background: #151515;
  margin-bottom: 37px;
}

@media (max-width: 1710px) {
  .market .marbx2 .list .cont span {
    margin-bottom: 25px;
  }
}

@media (max-width: 1440px) {
  .market .marbx2 .list .cont span {
    width: 80px;
    margin-bottom: 20px;
  }
}

.market .marbx2 .list .cont p {
  color: #31394A;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
}

@media (max-width: 1400px) {
  .market .marbx2 .list .cont p {
    font-size: 16px;
    line-height: 32px;
  }
}

@media (max-width: 1200px) {
  .market .marbx2 .list .cont p {
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  .market .marbx2 .list .cont p {
    font-size: 14px;
    line-height: 24px;
  }
}

.market .marbx3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 120px;
}

@media (max-width: 1440px) {
  .market .marbx3 {
    margin-top: 80px;
  }
}

@media (max-width: 1400px) {
  .market .marbx3 {
    margin-top: 60px;
  }
}

@media (max-width: 1200px) {
  .market .marbx3 {
    margin-top: 50px;
  }
}

.market .marbx3 .box {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .market .marbx3 .box {
    flex-wrap: wrap;
  }
}

.market .marbx3 .box .left {
  width: 49%;
}

@media (max-width: 992px) {
  .market .marbx3 .box .left {
    width: 100%;
  }
}

.market .marbx3 .box .left .txt {
  margin: 80px 0;
}

@media (max-width: 1440px) {
  .market .marbx3 .box .left .txt {
    margin: 60px 0;
  }
}

@media (max-width: 1400px) {
  .market .marbx3 .box .left .txt {
    margin: 40px 0;
  }
}

@media (max-width: 1200px) {
  .market .marbx3 .box .left .txt {
    margin: 30px 0;
  }
}

.market .marbx3 .box .left .txt p {
  color: #31394A;
  font-size: 18px;
  line-height: 32px;
}

@media (max-width: 1400px) {
  .market .marbx3 .box .left .txt p {
    font-size: 16px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  .market .marbx3 .box .left .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}

.market .marbx3 .box .left .logo {
  width: 260px;
}

@media (max-width: 1440px) {
  .market .marbx3 .box .left .logo {
    width: 200px;
  }
}

@media (max-width: 992px) {
  .market .marbx3 .box .left .logo {
    width: 150px;
  }
}

.market .marbx3 .box .left .logo img {
  width: 100%;
  height: auto;
}

.market .marbx3 .box .right {
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.25);
  padding: 60px 40px;
  width: 49%;
}

@media (max-width: 1440px) {
  .market .marbx3 .box .right {
    padding: 40px 30px;
  }
}

@media (max-width: 992px) {
  .market .marbx3 .box .right {
    width: 100%;
    padding: 20px;
    margin-top: 30px;
  }
}

.market .marbx3 .box .right .title h2 {
  margin-bottom: 16px;
  color: #151515;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
}

@media (max-width: 1710px) {
  .market .marbx3 .box .right .title h2 {
    font-size: 36px;
  }
}

@media (max-width: 1440px) {
  .market .marbx3 .box .right .title h2 {
    font-size: 32px;
  }
}

@media (max-width: 1400px) {
  .market .marbx3 .box .right .title h2 {
    font-size: 28px;
  }
}

@media (max-width: 1200px) {
  .market .marbx3 .box .right .title h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .market .marbx3 .box .right .title h2 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .market .marbx3 .box .right .title h2 {
    font-size: 20px;
  }
}

.market .marbx3 .box .right .title p {
  color: #31394A;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
}

@media (max-width: 1440px) {
  .market .marbx3 .box .right .title p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 992px) {
  .market .marbx3 .box .right .title p {
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .market .marbx3 .box .right .title p {
    font-size: 14px;
    line-height: 20px;
  }
}

.market .marbx3 .box .right .message {
  width: 100%;
  margin-top: 40px;
}

@media (max-width: 1200px) {
  .market .marbx3 .box .right .message {
    margin-top: 20px;
  }
}

.market .marbx3 .box .right .message form {
  position: relative;
}

.market .marbx3 .box .right .message .formbox .now-title {
  margin-bottom: 20px;
}

.market .marbx3 .box .right .message .formbox .now-title p {
  margin-bottom: 16px;
  color: #151515;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .market .marbx3 .box .right .message .formbox .now-title p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .market .marbx3 .box .right .message .formbox .now-title p {
    font-size: 14px;
  }
}

.market .marbx3 .box .right .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #FFF;
  padding: 16px 12px;
  color: rgba(102, 102, 102, 0.8);
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .market .marbx3 .box .right .message .formbox .now-title input {
    padding: 12px;
    font-size: 14px;
  }
}

.market .marbx3 .box .right .message .formbox .row {
  list-style: none;
  margin: -8px;
  padding: 0;
}

.market .marbx3 .box .right .message .formbox li {
  padding: 8px;
}

.market .marbx3 .box .right .message .formbox .group {
  position: relative;
}

.market .marbx3 .box .right .message .formbox .group b,
.market .marbx3 .box .right .message .formbox .group label {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.32px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {

  .market .marbx3 .box .right .message .formbox .group b,
  .market .marbx3 .box .right .message .formbox .group label {
    font-size: 14px;
  }
}

.market .marbx3 .box .right .message .formbox .group img {
  width: auto;
  height: 40px;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .market .marbx3 .box .right .message .formbox .group img {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .market .marbx3 .box .right .message .formbox .group img {
    height: 36px;
  }
}

.market .marbx3 .box .right .message .formbox .group span {
  display: inline-block;
}

.market .marbx3 .box .right .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
  background: #F6F7F9;
  color: #31394A;
  font-size: 16px;
  padding: 16px 12px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 767px) {
  .market .marbx3 .box .right .message .formbox .group input {
    padding: 12px;
    font-size: 14px;
  }
}

.market .marbx3 .box .right .message .formbox .group input::placeholder {
  color: #31394A;
}

.market .marbx3 .box .right .message .formbox .group input:focus label {
  display: none;
}

.market .marbx3 .box .right .message .formbox .group input:focus::placeholder {
  color: #CCC;
}

.market .marbx3 .box .right .message .formbox .group textarea {
  border: none;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  background: #F6F7F9;
  color: #31394A;
  font-size: 16px;
  padding: 16px 12px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 160px;
}

@media (max-width: 767px) {
  .market .marbx3 .box .right .message .formbox .group textarea {
    font-size: 14px;
    padding: 12px;
  }
}

.market .marbx3 .box .right .message .formbox .group textarea::placeholder {
  color: #31394A;
}

.market .marbx3 .box .right .message .formbox .group textarea:focus label {
  display: none;
}

.market .marbx3 .box .right .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}

.market .marbx3 .box .right .message .func {
  margin-top: 16px;
}

.market .marbx3 .box .right .message .func .submit-group {
  width: 100%;
  text-align: center;
}

.case-list {
  margin: -16px;
}

.case-list .item-box {
  padding: 16px;
}

.case-list .item-box .item {
  border-radius: 12px;
  overflow: hidden;
  background-color: #FFF;
  transition: all 0.4s;
}

@media (max-width: 768px) {
  .case-list .item-box .item {
    box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.25);
  }
}

.case-list .item-box .item:hover {
  box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.25);
}

.case-list .item-box .item:hover .img-box img {
  transform: scale(1);
}

.case-list .item-box .item:hover .cont .txt h2 a {
  color: #F39700;
  text-decoration: underline;
}

.case-list .item-box .item .img-box {
  padding-bottom: calc(300 / 400 * 100%);
}

.case-list .item-box .item .cont {
  padding: 16px 30px;
  padding-bottom: 24px;
}

@media (max-width: 1440px) {
  .case-list .item-box .item .cont {
    padding: 12px 20px;
    padding-bottom: 20px;
  }
}

.case-list .item-box .item .cont .txt h2 {
  color: #151515;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .case-list .item-box .item .cont .txt h2 {
    font-size: 16px;
  }
}

.case-list .item-box .item .cont .txt h2 a {
  color: #151515;
  transition: all 0.4s;
}

.casedetails .title {
  padding: 10px 40px 40px 40px;
}

@media (max-width: 1400px) {
  .casedetails .title {
    padding: 10px 30px 30px 30px;
  }
}

@media (max-width: 1200px) {
  .casedetails .title {
    padding: 10px 20px 20px 20px;
  }
}

.casedetails .title h2 {
  width: 100%;
}

.news .newsbx1 {
  overflow: hidden;
}

.news .newsbx1 .news-slick {
  margin: -12px;
}

.news .newsbx1 .news-slick .slick-dots {
  width: auto;
  left: calc(51% + 30px);
  bottom: 11%;
}

@media (max-width: 1440px) {
  .news .newsbx1 .news-slick .slick-dots {
    left: calc(50% + 20px);
  }
}

@media (max-width: 1200px) {
  .news .newsbx1 .news-slick .slick-dots {
    bottom: 8%;
  }
}

@media (max-width: 992px) {
  .news .newsbx1 .news-slick .slick-dots {
    left: auto;
    right: 10%;
    bottom: 4%;
  }
}

@media (max-width: 575px) {
  .news .newsbx1 .news-slick .slick-dots {
    bottom: 6%;
  }
}

.news .newsbx1 .news-slick .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #31394A;
}

.news .newsbx1 .news-slick .slick-dots li.slick-active {
  background-color: #F39700;
}

.news .newsbx1 .news-slick .slick-dots li button {
  width: 100%;
  height: 100%;
}

.news .newsbx1 .news-slick .slick-dots li button::before {
  display: none;
}

.news .newsbx1 .news-slick .item-box {
  padding: 12px;
}

.news .newsbx1 .news-slick .item-box .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .news .newsbx1 .news-slick .item-box .item {
    flex-wrap: wrap;
  }
}

.news .newsbx1 .news-slick .item-box .item .cont-img {
  width: 49%;
}

@media (max-width: 992px) {
  .news .newsbx1 .news-slick .item-box .item .cont-img {
    width: 100%;
  }
}

.news .newsbx1 .news-slick .item-box .item .cont-img .img-box {
  padding-bottom: calc(460 / 820 * 100%);
  border-radius: 12px;
}

.news .newsbx1 .news-slick .item-box .item .cont {
  width: 51%;
  padding-left: 60px;
  padding-bottom: 90px;
}

@media (max-width: 1440px) {
  .news .newsbx1 .news-slick .item-box .item .cont {
    padding-left: 30px;
  }
}

@media (max-width: 1200px) {
  .news .newsbx1 .news-slick .item-box .item .cont {
    padding-bottom: 50px;
  }
}

@media (max-width: 992px) {
  .news .newsbx1 .news-slick .item-box .item .cont {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
}

.news .newsbx1 .news-slick .item-box .item .cont .title h3 {
  color: #F39700;
  font-size: 18px;
  margin-bottom: 16px;
}

@media (max-width: 1440px) {
  .news .newsbx1 .news-slick .item-box .item .cont .title h3 {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .news .newsbx1 .news-slick .item-box .item .cont .title h3 {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .news .newsbx1 .news-slick .item-box .item .cont .title h3 {
    font-size: 14px;
  }
}

.news .newsbx1 .news-slick .item-box .item .cont .title h2 {
  color: #151515;
  font-size: 40px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 30px;
}

@media (max-width: 1710px) {
  .news .newsbx1 .news-slick .item-box .item .cont .title h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1440px) {
  .news .newsbx1 .news-slick .item-box .item .cont .title h2 {
    font-size: 32px;
  }
}

@media (max-width: 1400px) {
  .news .newsbx1 .news-slick .item-box .item .cont .title h2 {
    font-size: 28px;
  }
}

@media (max-width: 1200px) {
  .news .newsbx1 .news-slick .item-box .item .cont .title h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .news .newsbx1 .news-slick .item-box .item .cont .title h2 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .news .newsbx1 .news-slick .item-box .item .cont .title h2 {
    font-size: 20px;
  }
}

.news .newsbx1 .news-slick .item-box .item .cont .title h2 a {
  color: #151515;
  transition: all 0.4s;
}

.news .newsbx1 .news-slick .item-box .item .cont .title p {
  color: #31394A;
  font-size: 18px;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .news .newsbx1 .news-slick .item-box .item .cont .title p {
    line-height: 30px;
  }
}

@media (max-width: 1200px) {
  .news .newsbx1 .news-slick .item-box .item .cont .title p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  .news .newsbx1 .news-slick .item-box .item .cont .title p {
    font-size: 14px;
    line-height: 26px;
  }
}

.news .newsbx1 .news-slick .item-box .item .cont .more {
  margin-top: 50px;
}

@media (max-width: 1710px) {
  .news .newsbx1 .news-slick .item-box .item .cont .more {
    margin-top: 40px;
  }
}

@media (max-width: 1440px) {
  .news .newsbx1 .news-slick .item-box .item .cont .more {
    margin-top: 30px;
  }
}

.news .newsbx2 {
  margin-top: 80px;
}

@media (max-width: 1400px) {
  .news .newsbx2 {
    margin-top: 60px;
  }
}

@media (max-width: 1200px) {
  .news .newsbx2 {
    margin-top: 40px;
  }
}

.news .newsbx2 .list-box {
  margin-top: 32px;
}

.news .newsbx2 .list-box:first-child {
  margin-top: 0;
}

@media (max-width: 1710px) {
  .news .newsbx2 .list-box {
    margin-top: 30px;
  }
}

@media (max-width: 1200px) {
  .news .newsbx2 .list-box {
    margin-top: 20px;
  }
}

.news .newsbx2 .list {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-radius: 12px;
  background-color: #fff;
  transition: all 0.4s;
}

@media (max-width: 992px) {
  .news .newsbx2 .list {
    flex-wrap: wrap;
    padding: 10px;
    padding-top: 0;
  }
}

.news .newsbx2 .list:hover {
  background-color: #F39700;
}

.news .newsbx2 .list:hover .date {
  border-color: #FFF;
}

.news .newsbx2 .list:hover .date .day {
  color: #FFF;
}

.news .newsbx2 .list:hover .date .month {
  color: #FFF;
}

.news .newsbx2 .list:hover .cont h2 a {
  color: #FFF;
}

.news .newsbx2 .list:hover .cont p {
  color: #FFF;
}

.news .newsbx2 .list:hover .cont-img .img-box img {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .news .newsbx2 .list {
    flex-wrap: wrap;
  }
}

.news .newsbx2 .list .date {
  width: 113px;
  border-right: 1px solid #99999966;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.4s;
}

@media (max-width: 992px) {
  .news .newsbx2 .list .date {
    width: 100%;
    border-right: none;
    padding-right: 0;
    align-items: flex-start;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .news .newsbx2 .list .date {
    border-right: none;
    margin-bottom: 0px;
  }
}

.news .newsbx2 .list .date .day {
  color: #F39700;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  transition: all 0.4s;
  margin-bottom: 6px;
}

@media (max-width: 1440px) {
  .news .newsbx2 .list .date .day {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 1200px) {
  .news .newsbx2 .list .date .day {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  .news .newsbx2 .list .date .day {
    font-size: 24px;
    line-height: 24px;
  }
}

.news .newsbx2 .list .date .month {
  color: #F39700;
  text-align: center;
  font-size: 18px;
  transition: all 0.4s;
}

@media (max-width: 1440px) {
  .news .newsbx2 .list .date .month {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .news .newsbx2 .list .date .month {
    font-size: 14px;
  }
}

.news .newsbx2 .list .cont {
  padding: 0 20px;
  width: calc(100% - 113px - 290px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1400px) {
  .news .newsbx2 .list .cont {
    width: calc(100% - 113px - 230px);
  }
}

@media (max-width: 1200px) {
  .news .newsbx2 .list .cont {
    width: calc(100% - 113px - 200px);
  }
}

@media (max-width: 992px) {
  .news .newsbx2 .list .cont {
    width: calc(100% - 200px);
    margin-right: auto;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .news .newsbx2 .list .cont {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
}

.news .newsbx2 .list .cont h2 {
  color: #151515;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .news .newsbx2 .list .cont h2 {
    font-size: 22px;
  }
}

@media (max-width: 1400px) {
  .news .newsbx2 .list .cont h2 {
    margin-bottom: 12px;
  }
}

@media (max-width: 1200px) {
  .news .newsbx2 .list .cont h2 {
    font-size: 18px;
  }
}

.news .newsbx2 .list .cont h2 a {
  color: #151515;
  transition: all 0.4s;
}

.news .newsbx2 .list .cont p {
  color: #31394A;
  font-size: 18px;
  transition: all 0.4s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .news .newsbx2 .list .cont p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .news .newsbx2 .list .cont p {
    font-size: 14px;
  }
}

.news .newsbx2 .list .cont-img {
  width: 290px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1400px) {
  .news .newsbx2 .list .cont-img {
    width: 230px;
  }
}

@media (max-width: 1200px) {
  .news .newsbx2 .list .cont-img {
    width: 200px;
  }
}

@media (max-width: 768px) {
  .news .newsbx2 .list .cont-img {
    width: 100%;
    margin-top: 10px;
  }
}

.news .newsbx2 .list .cont-img .img-box {
  padding-bottom: calc(160 / 290 * 100%);
  border-radius: 12px;
}

.newsdetails {
  padding-top: 60px;
}

@media (max-width: 1400px) {
  .newsdetails {
    padding-top: 40px;
  }
}

.newsdetails .title {
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

.newsdetails .title h2 {
  color: #151515;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
}

@media (max-width: 1200px) {
  .newsdetails .title h2 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  .newsdetails .title h2 {
    font-size: 20px;
    line-height: 26px;
  }
}

.newsdetails .title .date-sahre {
  margin-top: 40px;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1400px) {
  .newsdetails .title .date-sahre {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .newsdetails .title .date-sahre {
    flex-wrap: wrap;
  }
}

.newsdetails .title .date-sahre .date {
  color: #31394A;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .newsdetails .title .date-sahre .date {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .newsdetails .title .date-sahre .date {
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .newsdetails .title .date-sahre .share {
    width: 100%;
    margin-top: 20px;
  }
}

.newsdetails .title .date-sahre .share p {
  color: #31394A;
  font-size: 16px;
  line-height: 100%;
  margin-right: 16px;
}

.newsdetails .content {
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
  padding: 50px 0;
}

@media (max-width: 1400px) {
  .newsdetails .content {
    padding: 40px 0;
  }
}

.newsdetails .content ul {
  list-style: none !important;
}

.newsdetails .content li {
  position: relative;
  padding-left: 32px;
}

.newsdetails .content li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background-color: #F39700;
}

.newsdetails .content p,
.newsdetails .content td,
.newsdetails .content li {
  color: #31394A;
  font-size: 18px;
  line-height: 32px;
}

@media (max-width: 1200px) {

  .newsdetails .content p,
  .newsdetails .content td,
  .newsdetails .content li {
    font-size: 16px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {

  .newsdetails .content p,
  .newsdetails .content td,
  .newsdetails .content li {
    font-size: 14px;
    line-height: 28px;
  }
}

.contact {
  padding-bottom: 100px;
}

@media (max-width: 1440px) {
  .contact {
    padding-bottom: 80px;
  }
}

@media (max-width: 1400px) {
  .contact {
    padding-bottom: 60px;
  }
}

@media (max-width: 1200px) {
  .contact {
    padding-bottom: 50px;
  }
}

.contact .ctact .index-title h2 {
  margin-bottom: 24px;
}

@media (max-width: 1400px) {
  .contact .ctact .index-title h2 {
    margin-bottom: 20px;
  }
}

.contact .ctact .index-title p {
  color: #31394A;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .contact .ctact .index-title p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .contact .ctact .index-title p {
    font-size: 14px;
  }
}

.contact .ctact .content {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
}

@media (max-width: 1400px) {
  .contact .ctact .content {
    margin-top: 40px;
  }
}

@media (max-width: 1710px) {
  .contact .ctact .content {
    grid-gap: 30px;
  }
}

@media (max-width: 1440px) {
  .contact .ctact .content {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1200px) {
  .contact .ctact .content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .contact .ctact .content {
    grid-template-columns: 1fr;
  }
}

.contact .ctact .content .list {
  display: flex;
  align-items: center;
}

.contact .ctact .content .list:hover .iconfont {
  animation: swing 1s 0s ease both;
}

.contact .ctact .content .list .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  background: #F39700;
  color: #FFF;
  font-size: 30px;
  transition: all 0.4s;
}

@media (max-width: 1440px) {
  .contact .ctact .content .list .iconfont {
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  .contact .ctact .content .list .iconfont {
    width: 40px;
    height: 40px;
    font-size: 23px;
  }
}

.contact .ctact .content .list .cont {
  width: calc(100% - 16px - 60px);
  margin-left: auto;
}

@media (max-width: 1440px) {
  .contact .ctact .content .list .cont {
    width: calc(100% - 16px - 50px);
  }
}

@media (max-width: 992px) {
  .contact .ctact .content .list .cont {
    width: calc(100% - 16px - 40px);
  }
}

.contact .ctact .content .list .cont span {
  display: block;
  margin-bottom: 8px;
  color: #151515;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .contact .ctact .content .list .cont span {
    font-size: 18px;
  }
}

.contact .ctact .content .list .cont p {
  color: #31394A;
  font-size: 18px;
  line-height: 24px;
  word-wrap: break-word;
}

@media (max-width: 768px) {
  .contact .ctact .content .list .cont p {
    font-size: 16px;
  }
}

.contact .ctact .content .list .cont p a {
  color: #31394A;
  transition: all 0.4s;
}

.contact .ctact .content .list .cont p a:hover {
  color: #F39700;
}

.contact .ctact2 {
  margin-top: 60px;
}

@media (max-width: 1400px) {
  .contact .ctact2 {
    margin-top: 40px;
  }
}

.contact .ctact2 .box {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .contact .ctact2 .box {
    flex-wrap: wrap;
  }
}

.contact .ctact2 .box .left {
  width: calc(50% - 16px);
}

@media (max-width: 1200px) {
  .contact .ctact2 .box .left {
    max-width: 100%;
    width: 820px;
    margin: 0 auto;
  }
}

.contact .ctact2 .box .left img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.contact .ctact2 .box .right {
  width: calc(50% - 16px);
}

@media (max-width: 1200px) {
  .contact .ctact2 .box .right {
    width: 100%;
    margin-top: 20px;
  }
}

.contact .ctact2 .box .right .message {
  width: 100%;
  padding: 37px 24px;
  border-radius: 12px;
  background: #F6F7F9;
}

@media (max-width: 1440px) {
  .contact .ctact2 .box .right .message {
    padding: 30px 20px;
  }
}

.contact .ctact2 .box .right .message h2 {
  color: #151515;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 24px;
}

@media (max-width: 1440px) {
  .contact .ctact2 .box .right .message h2 {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .contact .ctact2 .box .right .message h2 {
    font-size: 20px;
  }
}

.contact .ctact2 .box .right .message form {
  position: relative;
}

.contact .ctact2 .box .right .message .formbox .now-title {
  margin-bottom: 24px;
}

.contact .ctact2 .box .right .message .formbox .now-title p {
  margin-bottom: 16px;
  color: #151515;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .contact .ctact2 .box .right .message .formbox .now-title p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .contact .ctact2 .box .right .message .formbox .now-title p {
    font-size: 14px;
  }
}

.contact .ctact2 .box .right .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #FFF;
  padding: 16px 12px;
  color: rgba(102, 102, 102, 0.8);
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .contact .ctact2 .box .right .message .formbox .now-title input {
    padding: 12px;
    font-size: 14px;
  }
}

.contact .ctact2 .box .right .message .formbox .row {
  list-style: none;
  margin: -12px -16px;
  padding: 0;
}

.contact .ctact2 .box .right .message .formbox li {
  padding: 12px 16px;
}

.contact .ctact2 .box .right .message .formbox .group {
  position: relative;
}

.contact .ctact2 .box .right .message .formbox .group b,
.contact .ctact2 .box .right .message .formbox .group label {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.32px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {

  .contact .ctact2 .box .right .message .formbox .group b,
  .contact .ctact2 .box .right .message .formbox .group label {
    font-size: 14px;
  }
}

.contact .ctact2 .box .right .message .formbox .group span {
  display: inline-block;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .contact .ctact2 .box .right .message .formbox .group span {
    margin-left: 10px;
  }
}

.contact .ctact2 .box .right .message .formbox .group span img {
  width: auto;
  height: 40px;
}

@media (max-width: 767px) {
  .contact .ctact2 .box .right .message .formbox .group span img {
    height: 36px;
  }
}

.contact .ctact2 .box .right .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
  background: #FFF;
  color: #31394A;
  font-size: 16px;
  padding: 16px 12px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 767px) {
  .contact .ctact2 .box .right .message .formbox .group input {
    padding: 12px;
  }
}

.contact .ctact2 .box .right .message .formbox .group input::placeholder {
  color: #31394A;
}

.contact .ctact2 .box .right .message .formbox .group input:focus label {
  display: none;
}

.contact .ctact2 .box .right .message .formbox .group input:focus::placeholder {
  color: #CCC;
}

.contact .ctact2 .box .right .message .formbox .group textarea {
  border: none;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  background: #FFF;
  color: #31394A;
  font-size: 16px;
  padding: 16px 12px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 180px;
}

@media (max-width: 767px) {
  .contact .ctact2 .box .right .message .formbox .group textarea {
    padding: 12px;
  }
}

.contact .ctact2 .box .right .message .formbox .group textarea::placeholder {
  color: #31394A;
}

.contact .ctact2 .box .right .message .formbox .group textarea:focus label {
  display: none;
}

.contact .ctact2 .box .right .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}

.contact .ctact2 .box .right .message .func {
  margin-top: 24px;
}

.contact .ctact2 .box .right .message .func .submit-group {
  width: 100%;
}

.ratingbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #D9D9D9;
  padding: 16px 23px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .ratingbox {
    padding: 12px 14px;
  }
}

.ratingbox p {
  color: #666;
  font-size: 16px;
  line-height: 17px;
}

@media (max-width: 1199px) {
  .ratingbox p {
    font-size: 14px;
  }
}

.ratingbox .rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ratingbox .rating input {
  display: none !important;
}

.ratingbox .rating input:checked~label:before {
  content: '\e9a1';
}

.ratingbox .rating label {
  font-size: 15px;
  margin-left: 5px;
  cursor: pointer;
  color: #F39700;
}

.ratingbox .rating label:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  content: '\e9a2';
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ratingbox .rating label:hover:before,
.ratingbox .rating label:hover~label:before {
  content: '\e9a1';
}

.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: #F39700;
  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: #F39700;
}

.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: #F39700;
}

@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: #F39700;
}

.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: #F39700;
  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;
  justify-content: right;
}

a {
  text-decoration: none;
}

.pagination {
  display: inline-flex;
  justify-content: flex-end;
  margin: 60px 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;
  }
}

@media (max-width: 767px) {
  .pagination {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.pagination li {
  display: flex;
  align-items: center;
  margin: 0px 8px;
  vertical-align: top;
}

.pagination li.prev a,
.pagination li.next a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px 4px 4px 4px;
  background-color: #151515;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

.pagination li.next a {
  border-radius: 4px 4px 10px 4px;
}

.pagination li.prev a:hover,
.pagination li.next a:hover {
  background-color: #F39700;
}

.pagination li.prev a::before,
.pagination li.next a::after {
  font-family: 'iconfont' !important;
  font-size: 18px;
  display: block;
  content: '\e72d';
  color: #fff;
  line-height: 1;
  transition: all 0.3s;
}

.pagination li.prev a:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #31394A;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  text-transform: capitalize;
}

.pagination li a.have-more {
  color: #31394A !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: #F39700;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #F39700;
}

.inquiry-wrap {
  overflow: hidden;
}

@media (max-width: 1440px) {
  .inquiry-wrap {
    margin-top: 60px;
  }
}

.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: #F39700;
  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: #F39700;
  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 #F39700;
  border-top: none;
}

.inquiry-wrap .inquiry-box .list>li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #F39700;
}

.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%;
  padding: 50px 24px;
  margin-top: 40px;
  background: #F6F7F9;
}

@media (max-width: 1400px) {
  .inquiry-wrap .content .message {
    padding: 30px 20px;
  }
}

.inquiry-wrap .content .message form {
  position: relative;
}

.inquiry-wrap .content .message .formbox .now-title {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .inquiry-wrap .content .message .formbox .now-title {
    margin-bottom: 12px;
  }
}

.inquiry-wrap .content .message .formbox .now-title p {
  margin-bottom: 16px;
  color: #151515;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .inquiry-wrap .content .message .formbox .now-title p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .inquiry-wrap .content .message .formbox .now-title p {
    font-size: 14px;
  }
}

.inquiry-wrap .content .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #FFF;
  padding: 16px 12px;
  color: rgba(102, 102, 102, 0.8);
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .now-title input {
    padding: 14px;
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .inquiry-wrap .content .message .formbox .now-title input {
    font-size: 13px;
  }
}

.inquiry-wrap .content .message .formbox .row {
  list-style: none;
  margin: -16px -10px;
  padding: 0;
}

@media (max-width: 1440px) {
  .inquiry-wrap .content .message .formbox .row {
    margin: -12px -8px;
  }
}

@media (max-width: 1440px) {
  .inquiry-wrap .content .message .formbox .row {
    margin: -6px -8px;
  }
}

.inquiry-wrap .content .message .formbox li {
  padding: 16px 12px;
}

@media (max-width: 1440px) {
  .inquiry-wrap .content .message .formbox li {
    padding: 12px 8px;
  }
}

@media (max-width: 992px) {
  .inquiry-wrap .content .message .formbox li {
    padding: 6px 8px;
  }
}

.inquiry-wrap .content .message .formbox .group {
  position: relative;
}

.inquiry-wrap .content .message .formbox .group img {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .group img {
    margin-left: 10px;
  }
}

.inquiry-wrap .content .message .formbox .group b,
.inquiry-wrap .content .message .formbox .group label {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.32px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {

  .inquiry-wrap .content .message .formbox .group b,
  .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;
  background: #FFF;
  color: #31394A;
  font-size: 16px;
  padding: 16px 12px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .group input {
    padding: 14px;
    font-size: 14px;
  }
}

.inquiry-wrap .content .message .formbox .group input::placeholder {
  color: #31394A;
}

.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;
  background: #FFF;
  color: #31394A;
  font-size: 16px;
  padding: 16px 12px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 180px;
}

@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .group textarea {
    padding: 14px;
    font-size: 14px;
  }
}

.inquiry-wrap .content .message .formbox .group textarea::placeholder {
  color: #31394A;
}

.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: 24px;
}

.inquiry-wrap .content .message .func .submit-group {
  width: 100%;
}

.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%;
  }
}

.footer .fobx1 .right.item2 ul li {
  position: relative;
  padding-left: 30px;
}

.footer .fobx1 .right.item2 ul li::before {
  font-family: 'iconfont' !important;
  line-height: 1;
  color: #31394A;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 7px;
}

.footer .fobx1 .right.item2 ul li:nth-child(1)::before {
  content: "\e606";
}
.footer .fobx1 .right.item2 ul li:nth-child(2)::before {
  content: "\e7f4";
}

.footer .fobx1 .right.item2 ul li:nth-child(3)::before {
  content: "\e667";
}

.footer .fobx1 .right.item2 ul li:nth-child(4)::before {
  content: "\e7e6";
}


@media(max-width:1400px) {
  .footer .fobx1 .right.item2 ul li {
    padding-left: 25px;
  }

  .footer .fobx1 .right.item2 ul li::before {
    font-size: 14px;
  }
}

@media(max-width:768px) {
  .footer .fobx1 .right.item2 ul li {
    padding-left: 20px;
  }

  .footer .fobx1 .right.item2 ul li::before {
    font-size: 13px;
    top: 4px;
  }
}