input:focus {
  outline: none;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

li,
ol,
ul {
  margin: 0;
  padding: 0;
}

h1~h6 {
  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.1);
}

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

iframe[src=''],
iframe[data-src=''] {
  display: none;
  border: 1px solid #000;
}

iframe {
  z-index: 12;
}

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;
  min-width: 800px !important;
  height: auto !important;
}

table tr td {
  padding: 10px;
  border: 1px solid #E6E6E6;
  font-size: var(--size20);
  line-height: 150%;
  width: auto !important;
}

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

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

:root {
  --color: #000000;
  --colorh: #0282D2;
  --colorh2: #0056B7;
  --size80: 80px;
  --size58: 58px;
  --size50: 50px;
  --size44: 44px;
  --size40: 40px;
  --size36: 36px;
  --size34: 34px;
  --size30: 30px;
  --size24: 24px;
  --size26: 26px;
  --size22: 22px;
  --size20: 20px;
  --size18: 18px;
  --size16: 16px;
  --size15: 15px;
  --tp160: 160px;
  --tp150: 150px;
  --tp140: 140px;
  --tp120: 120px;
  --tp100: 100px;
  --tp80: 80px;
  --tp64: 64px;
  --tp56: 56px;
  --tp60: 60px;
}

@media (max-width: 1691px) {
  :root {
    --size24: 22px;
    --size30: 26px;
    --size44: 40px;
    --size40: 32px;
    --size58: 50px;
    --size80: 60px;
    --tp160: 130px;
    --tp150: 120px;
    --tp140: 110px;
    --tp120: 100px;
    --tp100: 80px;
    --tp80: 60px;
    --tp64: 45px;
    --tp60: 45px;
  }
}

@media (max-width: 1441px) {
  :root {
    --tp160: 100px;
    --tp150: 100px;
    --tp140: 80px;
    --tp120: 80px;
    --tp100: 60px;
    --tp80: 40px;
    --tp64: 35px;
    --tp60: 35px;
    --size58: 42px;
    --size44: 36px;
    --size40: 28px;
    --size36: 30px;
    --size30: 24px;
    --size26: 24px;
    --size24: 22px;
    --size22: 20px;
    --size20: 18px;
  }
}

@media (max-width: 1401px) {
  :root {
    --size80: 50px;
    --tp160: 80px;
    --tp150: 80px;
    --size58: 38px;
    --tp140: 60px;
    --tp120: 60px;
    --tp100: 45px;
    --size36: 28px;
    --size22: 20px;
    --tp64: 30px;
    --tp56: 40px;
  }
}

@media (max-width: 1201px) {
  :root {
    --tp160: 60px;
    --tp150: 60px;
    --tp140: 50px;
    --tp120: 45px;
    --size80: 45px;
    --size58: 32px;
    --size44: 32px;
    --size40: 24px;
    --size36: 24px;
    --size26: 20px;
    --size22: 18px;
    --size18: 17px;
    --tp64: 25px;
    --tp60: 30px;
    --tp56: 30px;
  }
}

@media (max-width: 992px) {
  :root {
    --tp150: 50px;
    --size30: 21px;
    --size24: 18px;
    --tp120: 40px;
    --size80: 35px;
    --size58: 28px;
    --size36: 22px;
    --size26: 20px;
    --size18: 16px;
    --tp60: 25px;
  }
}

@media (max-width: 768px) {
  :root {
    --size80: 28px;
    --size58: 24px;
    --size44: 26px;
    --size40: 20px;
    --size36: 20px;
    --size30: 18px;
    --size26: 18px;
    --size22: 16px;
    --size20: 16px;
    --size18: 14px;
    --size16: 14px;
    --size15: 14px;
  }
}

@media (max-width: 767px) {
  .fancybox-slide--video video {
    max-width: 95%;
  }
}

.fancybox-slide>video {
  padding: 0;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1410px;
  }
}

@media (min-width: 1430px) {
  .container.con1400 {
    max-width: 1400px;
  }
}

@media (min-width: 1470px) {
  .container.con1440 {
    max-width: 1440px;
  }
}

@media (min-width: 1680px) {
  .container.con1650 {
    max-width: 1650px;
  }
}

@media (min-width: 1750px) {
  .container.con1720 {
    max-width: 1720px;
  }
}

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

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

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

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

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

body {
  font-family: 'Parkinsans', "Microsoft YaHei", "Arial", "Helvetica", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  transition: all 0.3s;
}

body ::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 滚动条轨道背景色 */
  border-radius: 4px;
}

body ::-webkit-scrollbar-thumb {
  background: var(--colorh);
  /* 滚动条滑块颜色 */
  border-radius: 4px;
  /* 圆角 */
  transition: background 0.3s ease;
}

.overhide {
  overflow: hidden;
}

.header.scrolled {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.header.scrolled .box1 {
  background-color: #0056B7;
}

.header.scrolled .box2 {
  background-color: #FFF;
}

.header.hasty {
  position: sticky;
}

.header.hasty .box1 {
  background-color: #0056B7;
}

.header.hasty .box2 {
  background-color: #FFF;
}

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

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

.header .box1 {
  transition: all 0.3s;
}

@media (max-width: 768px) {
  .header .box1 {
    display: none;
  }
}

.header .box1 .box {
  position: relative;
  padding: 0 35px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1401px) {
  .header .box1 .box {
    padding: 0 20px;
  }
}

.header .box1 .box .yuyan {
  list-style: none;
  display: flex;
  gap: 30px;
  padding: 10px 0;
}

@media (max-width: 1401px) {
  .header .box1 .box .yuyan {
    gap: 20px;
  }
}

.header .box1 .box .yuyan li a {
  display: flex;
  height: 100%;
  align-items: center;
}

.header .box1 .box .yuyan li a:hover span {
  text-decoration: underline;
}

.header .box1 .box .yuyan li a img {
  width: 20px;
  height: auto;
  margin-right: 10px;
}

.header .box1 .box .yuyan li a span {
  color: #FFF;
  font-size: 14px;
}

@media (max-width: 1200px) {
  .header .box1 .box .header-nav {
    display: none;
  }
}

.header .box1 .box .header-nav .nav {
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.header .box1 .box .header-nav .nav>ul {
  list-style: none;
  display: flex;
  gap: 48px;
}

@media (max-width: 1690px) {
  .header .box1 .box .header-nav .nav>ul {
    gap: 35px;
  }
}

@media (max-width: 1401px) {
  .header .box1 .box .header-nav .nav>ul {
    gap: 20px;
  }
}

.header .box1 .box .header-nav .nav>ul>li {
  display: flex;
  position: relative;
  transition: all 0.5s;
}

.header .box1 .box .header-nav .nav>ul>li:hover>a {
  text-decoration: underline;
}

.header .box1 .box .header-nav .nav>ul>li.active>a {
  text-decoration: underline;
}

.header .box1 .box .header-nav .nav>ul>li.have>a::after {
  content: '\e632';
}

.header .box1 .box .header-nav .nav>ul>li>a {
  position: relative;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  transition: all 0.4s;
}

@media (max-width: 1401px) {
  .header .box1 .box .header-nav .nav>ul>li>a {
    font-size: 14px;
  }
}

.header .box1 .box .header-nav .nav>ul>li>a::after {
  font-family: 'iconfont' !important;
  color: #FFF;
  transition: all 0.3s;
  line-height: 1;
  font-size: 16px;
  margin-left: 7px;
}

@media (max-width: 1400px) {
  .header .box1 .box .header-nav .nav>ul>li>a::after {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .header .box1 .box .header-nav .nav>ul>li .smallScreen {
    display: none !important;
  }
}

.header .box1 .box .header-nav .nav>ul>li ul {
  position: absolute;
  top: calc(100%);
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 270px;
  list-style: none;
  display: none;
  padding: 20px;
  z-index: 22;
  border-radius: 0 0 8px 8px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.header .box1 .box .header-nav .nav>ul>li ul li {
  position: relative;
  margin-bottom: 15px;
}

.header .box1 .box .header-nav .nav>ul>li ul li:last-child {
  margin-bottom: 0;
}

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

.header .box1 .box .header-nav .nav>ul>li ul li a {
  display: block;
  text-align: left;
  color: #000;
  font-size: 16px;
  line-height: 125%;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

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

@media (max-width: 1400px) {
  .header .box1 .box .header-nav .nav>ul>li ul li a {
    font-size: 15px;
  }
}

.header .box1 .box .header-nav .nav>ul>li ul li a:hover {
  color: var(--colorh);
  text-decoration: underline;
}

.header .box1 .box .header-nav .nav>ul>li ul li a.on {
  color: var(--colorh);
  text-decoration: underline;
}

.header .box1 .box .header-nav .nav>ul>li ul li ul {
  width: 230px;
  position: absolute;
  left: 100%;
  top: 0;
  transform: translateX(0);
}

.header .box1 .box .header-nav .nav>ul>li ul li ul::after {
  display: none;
}

.header .box1 .box .header-nav .nav>ul>li ul li ul li::before {
  display: none;
}

.header .box1 .box .header-nav .nav>ul>li ul li ul li a {
  font-size: 15px;
}

.header .box1 .box .header-nav .nav>ul>li ul li ul li ul {
  left: 0;
  top: 100%;
}

.header .box1 .box .header-nav .nav>ul>li ul li ul li ul li a {
  font-size: 14px;
}

.header .box2 {
  transition: all 0.3s;
}

.header .box2 .box {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 35px;
  height: 64px;
  border-radius: 100px;
  background: #FFF;
}

@media (max-width: 1401px) {
  .header .box2 .box {
    padding: 0 20px;
  }
}

@media (max-width: 1200px) {
  .header .box2 .box {
    height: auto;
  }
}

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

.header .box2 .header-logo {
  width: 86px;
  margin-right: 10px;
}

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

@media (max-width: 1200px) {
  .header .box2 .header-logo {
    padding: 10px 0;
  }
}

.header .box2 .header-logo a {
  height: 100%;
  display: flex;
  align-items: center;
}

.header .box2 .header-logo img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}

@media (max-width: 1200px) {
  .header .box2 .h-pronav {
    display: none;
  }
}

.header .box2 .h-pronav>ul {
  display: flex;
  list-style: none;
  gap: 40px;
  height: 100%;
}

@media (max-width: 1751px) {
  .header .box2 .h-pronav>ul {
    gap: 17px;
  }
}

.header .box2 .h-pronav>ul>li>a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #0D0D0D;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  -webkit-text-fill-color: #0D0D0D;
  transition: all 0.3s;
}

@media (max-width: 1751px) {
  .header .box2 .h-pronav>ul>li>a {
    font-size: 14px;
  }
}

@media (max-width: 1441px) {
  .header .box2 .h-pronav>ul>li>a {
    font-size: 13px;
  }
}

@media (max-width: 1401px) {
  .header .box2 .h-pronav>ul>li>a {
    font-size: 11px;
  }
}

.header .box2 .h-pronav>ul>li>a:hover {
  background: linear-gradient(90deg, #0050AB 0%, #0282D2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
}

.header .box2 .h-pronav>ul>li>a.active {
  background: linear-gradient(90deg, #0050AB 0%, #0282D2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
}

.header .box2 .right {
  height: 100%;
  display: flex;
  padding-left: 10px;
}

@media (max-width: 1200px) {
  .header .box2 .right {
    height: auto;
  }
}

.header .box2 .right .form {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .header .box2 .right .form {
    position: static;
  }
}

.header .box2 .right .form .search {
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header .box2 .right .form .search .iconfont {
  color: var(--color);
  font-size: 20px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .header .box2 .right .form .search .iconfont {
    font-size: 18px;
  }
}

.header .box2 .right .form .search .iconfont::before {
  content: '\e687';
}

.header .box2 .right .form .fombx {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #FFF;
  padding: 15px 10px;
  border-radius: 5px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
  .header .box2 .right .form .fombx {
    width: 94%;
    right: auto;
    left: 3%;
  }
}

.header .box2 .right .form form {
  height: 24px;
  justify-content: space-between;
  width: 300px;
}

@media (max-width: 768px) {
  .header .box2 .right .form form {
    width: 100%;
  }
}

.header .box2 .right .form form input {
  border: none;
  background: transparent;
  padding: 5px 10px;
  border: 1px solid var(--colorh);
  color: #000;
  font-size: var(--size16);
  line-height: 150%;
  width: calc(100% - 30px);
  margin-right: auto;
}

.header .box2 .right .form form input:focus {
  outline: none;
}

.header .box2 .right .form form input:focus::placeholder {
  color: #ccc;
}

.header .box2 .right .form form input::placeholder {
  color: var(--color);
}

@media (max-width: 992px) {
  .header .box2 .right .form form input {
    color: var(--color);
  }
}

.header .box2 .right .form form button {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}

.header .box2 .right .form form button:hover::before {
  color: var(--colorh);
}

.header .box2 .right .form form button::before {
  font-family: 'iconfont' !important;
  content: '\e687';
  color: var(--colorh);
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 992px) {
  .header .box2 .right .form form button::before {
    color: var(--color);
  }
}

.header .box2 .right .hr {
  margin: auto 18px;
  width: 1px;
  height: 10px;
  background-color: #00000029;
}

@media (max-width: 1441px) {
  .header .box2 .right .hr {
    margin: auto 10px;
  }
}

.header .box2 .right .language {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.header .box2 .right .language .lang {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.header .box2 .right .language .lang::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/svg/yuyan.png) no-repeat center center;
  background-size: 100% 100%;
  margin-right: 14px;
}

@media (max-width: 1400px) {
  .header .box2 .right .language .lang::before {
    margin-right: 5px;
  }
}

.header .box2 .right .language .lang span {
  color: #333;
  font-size: 16px;
  line-height: 120%;
}

@media (max-width: 1400px) {
  .header .box2 .right .language .lang span {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .header .box2 .right .language .lang span {
    display: none;
  }
}

.header .box2 .right .language .lang::after {
  font-family: 'iconfont' !important;
  content: '\e612';
  color: var(--color);
  line-height: 1;
  font-weight: 400;
  font-size: 8px;
  margin-left: 6px;
}

@media (max-width: 575px) {
  .header .box2 .right .language .lang::after {
    margin-left: 0;
  }
}

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

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

.header .box2 .right .language .drop-select li {
  font-size: 16px;
  display: inline-block;
  width: calc(100%/3);
  vertical-align: top;
}

@media (max-width: 991px) {
  .header .box2 .right .language .drop-select li {
    width: 100%;
    font-size: 14px;
  }
}

.header .box2 .right .language .drop-select li:hover a {
  color: #777777;
}

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

.header .box2 .right .language .drop-select li a:hover {
  background: #eee;
}

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

.dropdown {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 66;
}

.dropdown .dropbox {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background: #F2F9FD;
}

@media (max-width: 1441px) {
  .dropdown .dropbox {
    width: 80%;
  }
}

.dropdown .dropbox .drop-list {
  width: calc(280 / 1080 * 100%);
  list-style: none;
  background-color: #0050AB;
}

.dropdown .dropbox .drop-list li.on a {
  background-color: #F2F9FD;
  color: #0050AB;
}

.dropdown .dropbox .drop-list li a {
  display: block;
  padding: 16px 26px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 133.333%;
  transition: all 0.3s ease;
}

@media (max-width: 1691px) {
  .dropdown .dropbox .drop-list li a {
    font-size: 16px;
  }
}

@media (max-width: 1401px) {
  .dropdown .dropbox .drop-list li a {
    font-size: 14px;
    padding: 12px 20px;
  }
}

.dropdown .dropbox .drop-cont {
  flex: 1;
  position: relative;
}

.dropdown .dropbox .drop-cont .item {
  display: flex;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
  pointer-events: none;
  padding: 30px;
}

@media (max-width: 1440px) {
  .dropdown .dropbox .drop-cont .item {
    padding: 20px;
  }
}

.dropdown .dropbox .drop-cont .item.on {
  opacity: 1;
  pointer-events: all;
  position: relative;
  height: auto;
}

.dropdown .dropbox .drop-cont .item .cont-img {
  margin-right: 30px;
  width: calc(330px);
}

@media (max-width: 1440px) {
  .dropdown .dropbox .drop-cont .item .cont-img {
    width: 250px;
  }
}

.dropdown .dropbox .drop-cont .item .cont-img .img-box {
  padding-bottom: calc(240 / 330 * 100%);
}

.dropdown .dropbox .drop-cont .item .cont {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}

.dropdown .dropbox .drop-cont .item .cont h3 {
  color: #0050AB;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 20px;
}

@media (max-width: 1440px) {
  .dropdown .dropbox .drop-cont .item .cont h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1400px) {
  .dropdown .dropbox .drop-cont .item .cont h3 {
    font-size: 18px;
  }
}

.dropdown .dropbox .drop-cont .item .cont h3 a {
  color: #0050AB;
  transition: all 0.3s ease;
}

.dropdown .dropbox .drop-cont .item .cont p {
  color: #666;
  font-size: var(--size16);
  line-height: 162.5%;
}

@media (max-width: 1402px) {
  .dropdown .dropbox .drop-cont .item .cont p {
    font-size: 14px;
  }
}

.dropdown .dropbox .drop-cont .item .cont .index-more {
  margin-top: 20px;
}

.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 var(--color);
  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: "\e61e";
  color: #FFF;
  line-height: 1;
  font-size: 20px;
}

.header-serch-box button:hover {
  background-color: var(--color);
}

.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: 15px;
}

@media (max-width: 575px) {
  .btn-menu {
    margin-left: 10px;
  }
}

.btn-menu a {
  display: flex;
  text-decoration: none;
  height: 100%;
  color: #000;
  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;
}

@media (max-width: 768px) {
  .banner-box {
    padding-top: 0;
  }
}

.banner-box .banner {
  font-size: 0;
  position: relative;
  z-index: 8;
  clear: both;
  overflow: hidden;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.banner-box .banner img {
  display: block;
  width: 100%;
}

.banner-box .banner .swiper-slide {
  overflow: hidden;
}

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

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

.banner-box .banner .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 4.85%, rgba(0, 0, 0, 0) 55.94%);
}

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

.banner-box .banner.hide-video video {
  display: none !important;
}

.banner-box .banner-video-box {
  position: relative;
  display: block;
  padding-bottom: calc(960 / 1920 * 100%);
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}

.banner-box .banner-video-box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.banner-box .banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}

.banner-box .banner-video-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-box .banner-video-box .fluid_initial_play {
  background-color: #152c5f !important;
}

.banner-box .banner .mobile-video {
  position: relative;
  display: block;
}

.banner-box .banner .mobile-video:after {
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}

.banner-box .banner .mobile-video:before {
  font-size: 50px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  content: '\e644';
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.banner .swiper-pagination {
  bottom: calc(45 / 1920 * 100%) !important;
  z-index: 66;
  width: auto !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
}

@media (max-width: 767px) {
  .banner .swiper-pagination {
    display: none !important;
  }
}

.banner .swiper-pagination::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #FFF !important;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
}

.banner .swiper-pagination-bullet {
  width: 120px;
  margin: 0 !important;
  padding: 0;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: transparent;
  border-bottom: 1px solid #fff;
  padding-bottom: 23px;
  z-index: 10;
  color: #FFF;
  font-size: 15px;
}

@media (max-width: 991px) {
  .banner .swiper-pagination-bullet {
    width: 70px;
    font-size: 14px;
    padding-bottom: 15px;
  }
}

.banner .swiper-pagination-bullet::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #FFF !important;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}

.banner .swiper-pagination-bullet::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 1px;
  background: #FFF !important;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  bottom: -1px;
  z-index: -2;
}

.banner .swiper-pagination-bullet-active {
  border-bottom: 1px solid #fff;
  z-index: 10;
  color: #FFF;
}

.banner .swiper-pagination-bullet-active::before {
  height: 4px;
}

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

.index-nav .a:first-of-type {
  margin-top: 0;
}

.index-nav .a .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: rgba(132, 132, 132, .7);
  line-height: 1;
  font-size: 20px;
  transition: all 0.3s ease;
  color: #fff;
  position: relative;
}

.index-nav .a:hover .fix-nav-phonenumber {
  transform: translateY(-50%) translateX(0);
}

.index-nav .a:hover .iconfont {
  background: linear-gradient(270deg, #0282D2 0%, #0056B7 100%);
}

.index-nav .a.show .fix-nav-phonenumber {
  transform: translateY(-50%) translateX(0);
}

.index-nav .a.show .iconfont {
  background: linear-gradient(270deg, #0282D2 0%, #0056B7 100%);
}

.index-nav .top,
.index-nav .inquery {
  position: relative;
}

.index-nav .inquery:hover span {
  background-color: #000;
  color: var(--color);
}

.index-nav .inquery span {
  position: absolute;
  right: 2px;
  top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  border-radius: 100px;
  background-color: var(--color);
  color: #000;
  font-size: 12px;
  transition: all 0.3s ease;
}

.index-nav .WeChat .fix-nav-phonenumber p {
  height: auto;
  padding: 7px;
  border-radius: 0 !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 {
  height: 100%;
  margin: 0;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--colorh2);
  white-space: nowrap;
  color: #fff;
  font-size: var(--size15);
}

.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: 50px;
  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: var(--colorh);
  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: #fff;
}

@media (max-width: 767px) {
  .xs-online a {
    font-size: 12px;
  }
}

.xs-online a .iconfont {
  font-size: 14px;
}

@media (max-width: 992px) {
  .xs-online {
    display: block !important;
  }
}

@keyframes videoan1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(3.5);
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
}

.index-title h3 {
  color: #0282D2;
  font-family: "SpecialGothic";
  font-size: var(--size18);
  font-weight: 500;
  line-height: 111.111%;
  margin-bottom: 10px;
}

.index-title h2 {
  margin: 0;
  color: #000;
  text-align: center;
  font-family: "SpecialGothic";
  font-size: 58px;
  font-weight: 500;
  line-height: 103.448%;
  margin-bottom: 20px;
}

.index-title h2 span {
  background: linear-gradient(90deg, #0056B7 0%, #2AAAF9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

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

@media (max-width: 1201px) {
  .index-title h2 {
    font-size: 32px !important;
    margin-bottom: 10px;
  }
}

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

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

.index-title p {
  color: #666;
  text-align: center;
  font-size: var(--size16);
  line-height: 150%;
}

.index-more {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  padding: 10px 34px;
  align-items: center;
  background: linear-gradient(90deg, #0057BA 0%, #0282D2 100%);
  transition: all 0.4s;
}

.index-more::after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: #0057BA;
  transform: translateX(-101%);
  transition: all 0.4s;
}

@media (min-width: 768px) {
  .index-more:hover::after {
    transform: translateX(0%);
  }
}

.index-more span {
  position: relative;
  z-index: 22;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: var(--size16);
  font-weight: 500;
  line-height: 150%;
  transition: all 0.3s;
}

.prev-next {
  width: 110px;
  position: relative;
  height: 50px;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
}

.prev-next .slick-next {
  right: 0;
}

.prev-next .slick-prev {
  left: 0px;
}

.prev-next .slick-prev,
.prev-next .slick-next {
  position: static;
  transform: none;
  width: auto;
  height: auto;
}

@media (max-width: 1200px) {
  .prev-next {
    height: 40px;
    width: 90px;
  }
}

.slick-next:before,
.slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 18px;
  display: block;
  content: '\e60a';
  opacity: 1;
  color: #222;
  transition: all 0.3s ease;
}

.slick-prev::before {
  transform: rotate(180deg);
}

.slick-prev,
.slick-next {
  z-index: 1;
  text-align: center;
  transition: all 0.3s ease;
  pointer-events: all;
  width: 46px;
  height: 46px;
  aspect-ratio: 1/1;
  border: 1px solid #222;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev.on,
.slick-next.on {
  background-color: #0057BA;
  border-color: #0057BA;
}

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

.slick-next {
  right: -60px;
}

.slick-prev {
  left: -60px;
}

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;
  margin-left: 6px;
}

.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: translate(-50%, -50%) scale(0);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(4);
    opacity: 0;
  }
}

.firm-video .video {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  width: 140px;
  height: 140px;
  padding-left: 3px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(3px);
}

@media (max-width: 1400px) {
  .firm-video .video {
    width: 100px;
    height: 100px;
  }
}

.firm-video .video::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  transform: translate(-50%, -50%);
  background: url(../img/video-1.png) no-repeat center center;
  background-size: cover;
  animation: rotate 5s linear infinite;
  border-radius: 50%;
  z-index: -1;
}

.firm-video .video .iconfont {
  position: relative;
  z-index: 22;
  line-height: 1;
  font-size: 25px;
  color: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1400px) {
  .firm-video .video .iconfont {
    font-size: 20px;
  }
}

.firm-video .video .iconfont::before {
  content: '\e609';
}

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

.abbaner .img {
  position: relative;
}

.abbaner .img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.4) 100%);
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

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

@media (max-width: 768px) {
  .abbaner .img img {
    height: 250px;
    width: auto;
    max-width: none;
  }
}

.abbaner .dignwei {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
}

.abbaner .dignwei .c-box {
  width: calc(1100 / 1650 * 100%);
}

@media (max-width: 992px) {
  .abbaner .dignwei .c-box {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .abbaner .dignwei .c-box {
    width: 100%;
  }
}

.abbaner .dignwei .c-box .cont {
  margin-top: 30px;
}

@media (max-width: 1560px) {
  .abbaner .dignwei .c-box .cont {
    margin-top: 20px;
  }
}

.abbaner .dignwei .c-box .cont .txt h2 {
  color: #FFF;
  font-family: "SpecialGothic";
  font-size: 58px;
  font-weight: 500;
  line-height: 103.448%;
  margin-bottom: 17px;
}

@media (max-width: 1691px) {
  .abbaner .dignwei .c-box .cont .txt h2 {
    font-size: 50px;
  }
}

@media (max-width: 1441px) {
  .abbaner .dignwei .c-box .cont .txt h2 {
    font-size: 42px;
  }
}

@media (max-width: 1401px) {
  .abbaner .dignwei .c-box .cont .txt h2 {
    font-size: 38px;
  }
}

@media (max-width: 1201px) {
  .abbaner .dignwei .c-box .cont .txt h2 {
    font-size: 32px;
  }
}

@media (max-width: 993px) {
  .abbaner .dignwei .c-box .cont .txt h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .abbaner .dignwei .c-box .cont .txt h2 {
    font-size: 24px;
    margin: 0;
  }
}

.abbaner .dignwei .c-box .cont .txt p {
  color: #FFF;
  font-size: 16px;
  line-height: 162.5%;
}

@media (max-width: 1400px) {
  .abbaner .dignwei .c-box .cont .txt p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .abbaner .dignwei .c-box .cont .txt p {
    display: none;
  }
}

.pronav {
  overflow: hidden;
  padding-bottom: 6px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.pronav .box {
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
}

.pronav .box::before {
  font-family: 'iconfont' !important;
  content: '\e616';
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1;
  margin-right: 10px;
}

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

.pronav a {
  color: inherit;
  display: inline-block;
  transition: all 0.5s;
  position: relative;
  z-index: 12;
  white-space: nowrap;
  word-wrap: break-word;
  color: rgba(255, 255, 255, 0.8);
}

.pronav a:hover {
  color: var(--colorh);
}

.pronav a.active {
  color: var(--colorh);
}

.abonav {
  position: sticky;
  z-index: 12;
  margin-top: -60px;
  top: 108px;
  z-index: 33;
  background: #0056B7;
}

@media (max-width: 1440px) {
  .abonav {
    margin-top: -51px;
  }
}

@media (max-width: 1200px) {
  .abonav {
    top: 94px;
  }
}

@media (max-width: 992px) {
  .abonav {
    position: static;
    margin: 0;
    background-color: var(--color);
  }
}

.abonav ul {
  list-style: none;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 20px 0;
}

@media (max-width: 1440px) {
  .abonav ul {
    padding: 15px 0;
  }
}

@media (max-width: 992px) {
  .abonav ul {
    padding: 10px 0;
  }
}

.abonav ul li.active a {
  /* color: var(--colorh); */
  text-decoration: underline;
}

.abonav ul li:hover a {
  /* color: var(--colorh); */
  text-decoration: underline;
}

.abonav ul li span {
  display: inline-block;
  margin: auto 60px;
  width: 2px;
  height: 16px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1690px) {
  .abonav ul li span {
    margin: auto 40px;
  }
}

@media (max-width: 1440px) {
  .abonav ul li span {
    margin: auto 20px;
  }
}

.abonav ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--size18);
  font-weight: 500;
  line-height: 100%;
  white-space: nowrap;
  transition: all 0.3s;
}

@media (max-width: 1560px) {
  .abonav ul li a {
    font-size: 16px;
  }
}

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

.slick-dotted.slick-slider {
  margin: 0;
}

.slick-dots {
  bottom: 0;
}

.slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: var(--color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
}

.slick-dots li.slick-active {
  background: var(--colorh);
}

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

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

.toprev {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.toprev .index-title {
  width: 50%;
}

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

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

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

.u-files {
  position: relative;
}

.u-files::after {
  font-family: 'iconfont' !important;
  content: '\e61e';
  position: absolute;
  right: 21px;
  bottom: 13px;
  line-height: 1;
  color: #555555;
  pointer-events: none;
  font-size: 24px;
}

@media (max-width: 768px) {
  .u-files::after {
    bottom: 10px;
    font-size: 20px;
    right: 15px;
  }
}

input[name="Upload"] {
  cursor: pointer;
}

input[name="Upload"]:focus:placeholder {
  color: #999;
}

.index .index-title {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index .index-title .index-more {
  margin-top: 40px;
}

@media (max-width: 1400px) {
  .index .index-title .index-more {
    margin-top: 30px;
  }
}

.index .inhot {
  padding: var(--tp140) 0;
  background: linear-gradient(180deg, rgba(2, 130, 210, 0.06) 0%, rgba(255, 255, 255, 0.06) 38.83%);
}

.index .inhot .content {
  margin-top: var(--tp80);
}

.index .inproduct {
  padding: 0 0 var(--tp140) 0;
}

.index .inproduct .content {
  margin-top: var(--tp60);
}

.index .inproduct .content .list {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #F8F8F8;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index .inproduct .content .list:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .index .inproduct .content .list {
    position: sticky;
  }
}

@media (max-width: 992px) {
  .index .inproduct .content .list {
    flex-wrap: wrap;
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .index .inproduct .content .list:hover .left .title h2 a {
    color: var(--colorh);
  }

  .index .inproduct .content .list:hover .left .more .m-lt span {
    background: linear-gradient(90deg, #0057BA 0%, #0282D2 100%);
  }

  .index .inproduct .content .list:hover .left .more .a-more {
    color: var(--colorh);
  }

  .index .inproduct .content .list:hover .right .cont-img .img-box img {
    transform: scale(1.1);
  }
}

.index .inproduct .content .list .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.index .inproduct .content .list .left .title h2 {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 1560px) {
  .index .inproduct .content .list .left .title h2 {
    font-size: 28px;
  }
}

@media (max-width: 1440px) {
  .index .inproduct .content .list .left .title h2 {
    font-size: 24px;
  }
}

@media (max-width: 1400px) {
  .index .inproduct .content .list .left .title h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1200px) {
  .index .inproduct .content .list .left .title h2 {
    font-size: 20px;
  }
}

.index .inproduct .content .list .left .title h2 a {
  color: #000;
  transition: all 0.4s ease-in-out;
}

.index .inproduct .content .list .left .title p {
  color: #000;
  font-size: var(--size20);
  line-height: 150%;
}

@media (max-width: 1690px) {
  .index .inproduct .content .list .left .title p {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .index .inproduct .content .list .left .title p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .index .inproduct .content .list .left .title p {
    font-size: 14px;
  }
}

.index .inproduct .content .list .left .more {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 20px;
  gap: 20px;
}

@media (max-width: 768px) {
  .index .inproduct .content .list .left .more {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.index .inproduct .content .list .left .more .m-lt {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}

.index .inproduct .content .list .left .more .m-lt span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--size16);
  line-height: 150%;
  padding: 6px 14px;
  background-color: #ccc;
}

@media (max-width: 1400px) {
  .index .inproduct .content .list .left .more .m-lt span {
    font-size: 14px;
  }
}

.index .inproduct .content .list .left .more .a-more {
  color: #000;
  font-size: var(--size16);
  font-weight: 500;
  text-decoration: underline;
}

.index .inproduct .content .list .right {
  margin-left: var(--tp80);
  width: calc(460 / 1650 * 100%);
}

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

.index .inproduct .content .list .right .img-box {
  padding-bottom: calc(24 / 46 * 100%);
}

.index .inproduct .content .list .right .img-box span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  color: rgba(0, 0, 0, 0.8);
  font-size: var(--size22);
  font-weight: 500;
  padding: 5px 50px 5px 3px;
}

.index .inproduct .content .list .right .img-box span::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 47% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 47% 100%, 0 100%);
  background-color: #F8F8F8;
  z-index: -1;
}

.index .inproject {
  padding: 0 0 var(--tp160) 0;
}

.index .inproject .content {
  margin-top: var(--tp80);
}

.index .inproject .content .inproject-slick {
  width: calc(1410 / 1650 * 100%);
  max-width: 100%;
  margin: 0 auto;
}

.index .inproject .content .inproject-slick .slick-list {
  overflow: visible;
  margin: 0 -15px;
}

@media (max-width: 992px) {
  .index .inproject .content .inproject-slick .slick-list {
    margin: 0 -10px;
  }
}

.index .inproject .content .inproject-slick .slick-list .slick-slide {
  padding: 0 15px;
}

@media (max-width: 992px) {
  .index .inproject .content .inproject-slick .slick-list .slick-slide {
    padding: 0 10px;
  }
}

@media (min-width: 768px) {
  .index .inproject .content .inproject-slick .item:hover .cont-img .img-box img {
    transform: scale(1.1);
  }

  .index .inproject .content .inproject-slick .item:hover .cont h3 {
    background: linear-gradient(180deg, #0056B7 0%, #0282D2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: underline;
  }
}

.index .inproject .content .inproject-slick .item-box2 {
  position: relative;
}

.index .inproject .content .inproject-slick .item-box2 .prev-next {
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 5;
  opacity: 0;
}

.index .inproject .content .inproject-slick .item-box2 .prev-next .slick-arrow {
  width: auto;
  height: auto;
  background: transparent;
  border: none;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.index .inproject .content .inproject-slick .item-box2 .prev-next .slick-arrow::before {
  content: '\e60a';
  color: #FFF;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.index .inproject .content .inproject-slick .item-box2 .prev-next .slick-arrow:hover::before {
  color: var(--colorh);
}


.index .inproject .content .inproject-slick .item-box2:hover .prev-next {
  opacity: 1;
}

.index .inproject .content .inproject-slick .item .cont-img .img-box {
  padding-bottom: calc(260 / 450 * 100%);
}

.index .inproject .content .inproject-slick .item .cont-img .img-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48.08%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 3;
}

.index .inproject .content .inproject-slick .item .cont {
  padding: 20px;
  padding-left: 7px;
  padding-bottom: 9px;
}

.index .inproject .content .inproject-slick .item .cont h3 {
  display: inline-block;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 133.333%;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .index .inproject .content .inproject-slick .item .cont h3 {
    font-size: 16px;
  }
}

.index .inproject .content .inproject-slick .item .cont p {
  color: #666;
  font-size: var(--size16);
  line-height: 150%;
}

.index .inabo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: var(--tp160) 0 var(--tp140) 0;
}

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

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

.index .inabo .box h5 {
  color: #FFF;
  font-family: "SpecialGothic";
  font-size: var(--size18);
  font-weight: 500;
  line-height: 111.111%;
  margin-bottom: 15px;
}

.index .inabo .box .content {
  width: calc(1303 / 1650 * 100%);
}

@media (max-width: 1440px) {
  .index .inabo .box .content {
    width: 80%;
  }
}

@media (max-width: 1400px) {
  .index .inabo .box .content {
    width: 85%;
  }
}

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

.index .inabo .box .content .txt {
  width: 92%;
}

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

.index .inabo .box .content .txt h2 {
  color: #FFF;
  font-family: "SpecialGothic";
  font-size: var(--size58);
  font-weight: 500;
  line-height: 103.448%;
  margin-bottom: 44px;
}

@media (max-width: 1440px) {
  .index .inabo .box .content .txt h2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1401px) {
  .index .inabo .box .content .txt h2 {
    margin-bottom: 20px;
  }
}

.index .inabo .box .content .txt h2 span {
  background: linear-gradient(90deg, #FFF 0%, #2AAAF9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.index .inabo .box .content .txt p {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--size18);
  line-height: 166.667%;
}

.index .inabo .box .content .txt p:not(:first-child) {
  margin-top: 20px;
}

.index .inabo .box .content .txt .index-more {
  margin-top: 40px;
  background: #FFF;
}

@media (max-width: 1400px) {
  .index .inabo .box .content .txt .index-more {
    margin-top: 30px;
  }
}

.index .inabo .box .content .txt .index-more:hover span {
  -webkit-text-fill-color: #FFF;
}

.index .inabo .box .content .txt .index-more span {
  background: linear-gradient(90deg, #0056B7 0%, #0282D2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.index .inabo .box .content .txtnum {
  margin-top: var(--tp120);
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

@media (max-width: 1200px) {
  .index .inabo .box .content .txtnum {
    flex-wrap: wrap;
  }
}

@media (max-width: 992px) {
  .index .inabo .box .content .txtnum {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .index .inabo .box .content .txtnum {
    grid-template-columns: repeat(2, 1fr);
  }
}

.index .insolu {
  padding: var(--tp140) 0 var(--tp160) 0;
}

.index .insolu .content {
  margin-top: var(--tp60);
  display: flex;
}

@media (max-width: 992px) {
  .index .insolu .content {
    flex-direction: column;
    gap: 10px;
  }
}

.index .insolu .content .list {
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 1s;
  min-height: 58px;
}

.index .insolu .content .list:last-child {
  margin-left: 0;
}

@media (min-width: 992px) {
  .index .insolu .content .list {
    width: 290px;
    margin-right: 10px;
  }

  .index .insolu .content .list.on {
    width: 450px;
  }
}

@media (min-width: 992px) and (max-width: 1690px) {
  .index .insolu .content .list.on {
    width: 595px;
  }
}

@media (max-width: 992px) {
  .index .insolu .content .list {
    padding-top: 10vw;
  }

  .index .insolu .content .list.on {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .index .insolu .content .list {
    padding-top: 40px;
  }
}

.index .insolu .content .list .cont-img {
  height: 600px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1400px) {
  .index .insolu .content .list .cont-img {
    height: 480px;
  }
}

@media (max-width: 1200px) {
  .index .insolu .content .list .cont-img {
    height: 400px;
  }
}

@media (max-width: 992px) {
  .index .insolu .content .list .cont-img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.index .insolu .content .list .cont-img::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  content: "";
  z-index: 1;
}

.index .insolu .content .list .cont-img img {
  position: absolute;
  max-width: none;
  height: 100%;
  width: auto;
}

@media (min-width: 992px) {
  .index .insolu .content .list .cont-img img {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 992px) {
  .index .insolu .content .list .cont-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.index .insolu .content .list .cont {
  position: absolute;
  bottom: 0;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}

@media (max-width: 1400px) {
  .index .insolu .content .list .cont {
    padding: 15px 0;
  }
}

@media (max-width: 992px) {
  .index .insolu .content .list .cont {
    position: relative;
    transform: none;
    left: 0;
    margin: 0 auto;
  }
}

.index .insolu .content .list .cont h4 {
  display: flex;
  color: #FFF;
  font-size: var(--size20);
  font-weight: 500;
  margin: 0;
}

.index .insolu .content .list .cont h4 a {
  color: #FFF;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
}

.index .insolu .content .list .cont h4::after {
  font-family: 'iconfont' !important;
  content: '\e632';
  color: #FFF;
  line-height: 1;
  font-size: 22px;
  margin-left: 10px;
}

.index .insolu .content .list .cont p {
  margin-top: 20px;
  opacity: 0.8;
  color: #FFF;
  font-size: var(--size16);
  line-height: 150%;
}

@media (max-width: 1400px) {
  .index .insolu .content .list .cont p {
    margin-top: 12px;
  }
}

@media (min-width: 768px) {
  .index .insolu .content .list .cont p {
    display: none;
    width: 95%;
  }
}

.index .inadv {
  padding: var(--tp120) 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.index .inadv .top .index-title {
  flex: 1;
  margin: 0;
  width: auto;
  display: block;
}

.index .inadv .top .index-title h3 {
  text-align: left;
}

.index .inadv .top .index-title h2 {
  margin: 0;
  color: #FFF;
  text-align: left;
}

.index .inadv .top .txt {
  width: 30%;
}

@media (max-width: 992px) {
  .index .inadv .top .txt {
    width: 100%;
    margin-top: 20px;
  }
}

.index .inadv .top .txt p {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--size16);
  line-height: 150%;
}

.index .inadv .content {
  margin-top: var(--tp60);
}

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

@media (max-width: 992px) {
  .index .inadv .content .row-box {
    margin: -20px -12px;
  }
}

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

@media (max-width: 992px) {
  .index .inadv .content .row-box .item-box {
    padding: 20px 12px;
  }
}

.index .inadv .content .row-box .item-box .item {
  position: relative;
  height: 100%;
  background-image: url(../img/inadv-2.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .index .inadv .content .row-box .item-box .item:hover {
    background-image: url(../img/inadv-1.png);
  }

  .index .inadv .content .row-box .item-box .item:hover .cont .iconfont {
    background-image: url(../img/inadv-3.jpg);
    color: #FFF;
    animation: swing 1s 0s ease both;
  }

  .index .inadv .content .row-box .item-box .item:hover .cont h3 {
    color: #0056B7;
    text-decoration: underline;
  }
}

.index .inadv .content .row-box .item-box .item .cont {
  position: relative;
  z-index: 3;
  padding: 20px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.index .inadv .content .row-box .item-box .item .cont .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #F3F3F3;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  line-height: 1;
  font-size: 24px;
  color: #000;
  margin-bottom: 56px;
}

@media (max-width: 1400px) {
  .index .inadv .content .row-box .item-box .item .cont .iconfont {
    margin-bottom: 30px;
  }
}

.index .inadv .content .row-box .item-box .item .cont h3 {
  color: #000;
  font-size: var(--size20);
  font-weight: 500;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.index .inadv .content .row-box .item-box .item .cont p {
  color: rgba(102, 102, 102, 0.8);
  font-family: "SpecialGothic";
  font-size: var(--size16);
  line-height: 150%;
}

.index .innews {
  padding: var(--tp140) 0 65px 0;
}

@media (max-width: 1441px) {
  .index .innews {
    padding-bottom: 45px;
  }
}

.index .innews .content {
  margin-top: var(--tp60);
  display: flex;
  align-items: flex-start;
  gap: 20px;
  justify-content: space-between;
}

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

.index .innews .content .left {
  width: calc(670 / 1650 * 100%);
  position: relative;
}

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

.index .innews .content .left .cont-img {
  position: absolute;
  opacity: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.index .innews .content .left .cont-img.on {
  opacity: 1;
  position: static;
  pointer-events: all;
}

.index .innews .content .left .img-box {
  padding-bottom: calc(38 / 67 * 100%);
}

.index .innews .content .right {
  width: calc(960 / 1650 * 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

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

.index .innews .content .right .list {
  background-color: #F9F9F9;
  padding: 30px 20px;
}

.index .innews .content .right .list:hover h3 a {
  color: var(--colorh);
  text-decoration: underline;
}

.index .innews .content .right .list h3 {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 133.333%;
  margin: 0;
}

.index .innews .content .right .list h3 a {
  color: #333;
  transition: all 0.3s ease-in-out;
}

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

.index .innews .content .right .list time {
  display: block;
  margin: 14px 0;
  color: #999;
  font-size: 14px;
  line-height: 157.143%;
}

.index .innews .content .right .list p {
  color: #666;
  font-size: var(--size16);
  line-height: 137.5%;
}

.index .infaq {
  padding: 95px 0 170px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

@media (max-width: 1401px) {
  .index .infaq {
    padding-top: 45px;
    padding-bottom: 120px;
  }
}

.index .infaq .content {
  margin: 0 auto;
  margin-top: 40px;
  width: 74%;
}

@media (max-width: 1200px) {
  .index .infaq .content {
    width: 85%;
  }
}

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

.index .inctt {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0;
  position: relative;
}

@media (max-width: 1691px) {
  .index .inctt {
    padding: var(--tp120) 0;
  }
}

.index .inctt::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  content: '';
}

.index .inctt .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 4;
}

.index .inctt .box .index-title {
  margin: 0;
  width: auto;
  display: block;
  width: calc(720 / 1650 * 100%);
}

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

.index .inctt .box .index-title h2 {
  color: #FFF;
  width: 85%;
  text-align: left;
}

@media (max-width: 768px) {
  .index .inctt .box .index-title h2 {
    width: 100%;
  }
}

.index .inctt .box .index-title h2 span {
  background: linear-gradient(90deg, #FFF 0%, #0056B7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.index .inctt .box .index-title p {
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
}

.index .inctt .box .message {
  width: calc(740 / 1650 * 100%);
}

@media (max-width: 992px) {
  .index .inctt .box .message {
    width: 100%;
    margin-top: 30px;
  }
}

.index .inctt .box .message form {
  position: relative;
}

.index .inctt .box .message .formbox .row {
  list-style: none;
  margin: -7px -10px;
  padding: 0;
}

@media (max-width: 1440px) {
  .index .inctt .box .message .formbox .row {
    margin: -8px;
  }
}

.index .inctt .box .message .formbox li {
  padding: 7px 10px;
}

@media (max-width: 1440px) {
  .index .inctt .box .message .formbox li {
    padding: 8px;
  }
}

.index .inctt .box .message .formbox .group {
  position: relative;
}

.index .inctt .box .message .formbox .group img {
  margin-left: 20px;
  height: 40px;
  width: auto;
}

@media (max-width: 767px) {
  .index .inctt .box .message .formbox .group img {
    margin-left: 10px;
  }
}

.index .inctt .box .message .formbox .group input,
.index .inctt .box .message .formbox .group textarea {
  border: none;
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(236, 236, 236, 0.2);
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(7px);
  color: #FFF;
  font-size: var(--size16);
  line-height: 110%;
  padding: 18px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 767px) {

  .index .inctt .box .message .formbox .group input,
  .index .inctt .box .message .formbox .group textarea {
    padding: 14px;
  }
}

.index .inctt .box .message .formbox .group input::placeholder,
.index .inctt .box .message .formbox .group textarea::placeholder {
  color: #FFF;
}

.index .inctt .box .message .formbox .group input:focus label,
.index .inctt .box .message .formbox .group textarea:focus label {
  display: none;
}

.index .inctt .box .message .formbox .group input:focus::placeholder,
.index .inctt .box .message .formbox .group textarea:focus::placeholder {
  color: #CCC;
}

.index .inctt .box .message .formbox .group textarea {
  height: 200px;
}

.index .inctt .box .message .func {
  margin-top: 20px;
}

.index .inctt .box .message .func .submit-group {
  width: 100%;
}

.index .inctt .box .message .func button {
  border: none;
}

@media(max-width: 1440px) {
  .inhot-slick .slick-arrow {
    width: 36px;
    height: 36px;
  }

  .inhot-slick .slick-arrow::before {
    font-size: 15px;
  }

  .inhot-slick .slick-prev {
    left: -50px;
  }

  .inhot-slick .slick-next {
    right: -50px;
  }
}


.inhot-slick,
.rpms-slick,
.silsbx2-slick {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 1440px) {

  .inhot-slick,
  .rpms-slick,
  .silsbx2-slick {
    width: 850px;
  }
}

.inhot-slick .slick-list,
.rpms-slick .slick-list,
.silsbx2-slick .slick-list {
  margin: 0 -60px;
  overflow: visible;
}

@media (max-width: 1400px) {

  .inhot-slick .slick-list,
  .rpms-slick .slick-list,
  .silsbx2-slick .slick-list {
    margin: 0 -30px;
  }
}

.inhot-slick .slick-list .slick-slide,
.rpms-slick .slick-list .slick-slide,
.silsbx2-slick .slick-list .slick-slide {
  padding: 0 60px;
}

@media (max-width: 1400px) {

  .inhot-slick .slick-list .slick-slide,
  .rpms-slick .slick-list .slick-slide,
  .silsbx2-slick .slick-list .slick-slide {
    padding: 0 30px;
  }
}

.inhot-slick .item,
.rpms-slick .item,
.silsbx2-slick .item {
  position: relative;
}

@media (min-width: 768px) {

  .inhot-slick .item:hover::after,
  .rpms-slick .item:hover::after,
  .silsbx2-slick .item:hover::after {
    transform: rotate(-4deg);
  }

  .inhot-slick .item:hover .cont-img .img-box img,
  .rpms-slick .item:hover .cont-img .img-box img,
  .silsbx2-slick .item:hover .cont-img .img-box img {
    transform: scale(1.1);
  }

  .inhot-slick .item:hover .cont-img .jian span,
  .rpms-slick .item:hover .cont-img .jian span,
  .silsbx2-slick .item:hover .cont-img .jian span {
    opacity: 1;
  }

  .inhot-slick .item:hover .cont-img .jian .img,
  .rpms-slick .item:hover .cont-img .jian .img,
  .silsbx2-slick .item:hover .cont-img .jian .img {
    clip-path: inset(0 0 0 0%);
  }

  .inhot-slick .item:hover .cont-img .jian1 .img,
  .rpms-slick .item:hover .cont-img .jian1 .img,
  .silsbx2-slick .item:hover .cont-img .jian1 .img {
    clip-path: inset(0 0 0 0%);
  }
}

.inhot-slick .item::after,
.rpms-slick .item::after,
.silsbx2-slick .item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0282D2;
  transition: all 0.4s;
}

.inhot-slick .item .contbox,
.rpms-slick .item .contbox,
.silsbx2-slick .item .contbox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 47px 63px 46px 40px;
  background: #F8F8F8;
  position: relative;
  z-index: 55;
}

@media (max-width: 768px) {

  .inhot-slick .item .contbox,
  .rpms-slick .item .contbox,
  .silsbx2-slick .item .contbox {
    padding: 30px 20px;
  }
}

.inhot-slick .item .cont,
.rpms-slick .item .cont,
.silsbx2-slick .item .cont {
  padding-top: 11px;
  width: calc(390 / 960 * 100%);
}

@media (max-width: 1440px) {

  .inhot-slick .item .cont,
  .rpms-slick .item .cont,
  .silsbx2-slick .item .cont {
    width: 50%;
  }
}

@media (max-width: 992px) {

  .inhot-slick .item .cont,
  .rpms-slick .item .cont,
  .silsbx2-slick .item .cont {
    width: 100%;
  }
}

.inhot-slick .item .cont .txt h3,
.rpms-slick .item .cont .txt h3,
.silsbx2-slick .item .cont .txt h3 {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  color: #999;
  font-size: var(--size16);
  font-weight: 500;
  line-height: 125%;
}

.inhot-slick .item .cont .txt h3::before,
.rpms-slick .item .cont .txt h3::before,
.silsbx2-slick .item .cont .txt h3::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: linear-gradient(90deg, #0050AB 0%, #0282D2 100%);
  margin-right: 12px;
}

.inhot-slick .item .cont .txt h2,
.rpms-slick .item .cont .txt h2,
.silsbx2-slick .item .cont .txt h2 {
  color: #0056B7;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
  margin: 20px 0;
}

.inhot-slick .item .cont .txt h2 a,
.rpms-slick .item .cont .txt h2 a,
.silsbx2-slick .item .cont .txt h2 a {
  color: inherit !important;
}

@media (max-width: 1440px) {

  .inhot-slick .item .cont .txt h2,
  .rpms-slick .item .cont .txt h2,
  .silsbx2-slick .item .cont .txt h2 {
    font-size: 26px;
  }
}

@media (max-width: 1400px) {

  .inhot-slick .item .cont .txt h2,
  .rpms-slick .item .cont .txt h2,
  .silsbx2-slick .item .cont .txt h2 {
    font-size: 23px;
  }
}

@media (max-width: 992px) {

  .inhot-slick .item .cont .txt h2,
  .rpms-slick .item .cont .txt h2,
  .silsbx2-slick .item .cont .txt h2 {
    font-size: 20px;
    margin: 12px 0;
  }
}

@media (max-width: 768px) {

  .inhot-slick .item .cont .txt h2,
  .rpms-slick .item .cont .txt h2,
  .silsbx2-slick .item .cont .txt h2 {
    font-size: 18px;
  }
}

.inhot-slick .item .cont .txt p,
.rpms-slick .item .cont .txt p,
.silsbx2-slick .item .cont .txt p {
  color: #333;
  font-size: var(--size16);
  line-height: 150%;
}

.inhot-slick .item .cont .txt2,
.rpms-slick .item .cont .txt2,
.silsbx2-slick .item .cont .txt2 {
  margin-top: 36px;
}

@media (max-width: 1400px) {

  .inhot-slick .item .cont .txt2,
  .rpms-slick .item .cont .txt2,
  .silsbx2-slick .item .cont .txt2 {
    margin-top: 30px;
  }
}

.inhot-slick .item .cont .txt2 h4,
.rpms-slick .item .cont .txt2 h4,
.silsbx2-slick .item .cont .txt2 h4 {
  color: #333;
  font-size: 14px;
  margin: 0;
  line-height: 171.429%;
}

.inhot-slick .item .cont .txt2 ul,
.rpms-slick .item .cont .txt2 ul,
.silsbx2-slick .item .cont .txt2 ul {
  margin-top: 16px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 17px 10px;
}

@media (max-width: 1400px) {

  .inhot-slick .item .cont .txt2 ul,
  .rpms-slick .item .cont .txt2 ul,
  .silsbx2-slick .item .cont .txt2 ul {
    gap: 10px;
  }
}

.inhot-slick .item .cont .txt2 ul li,
.rpms-slick .item .cont .txt2 ul li,
.silsbx2-slick .item .cont .txt2 ul li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  border-radius: 100px;
  border: 1px solid #DBDBDB;
  color: #999;
  font-size: 14px;
  line-height: 171.429%;
}

.inhot-slick .item .cont .txt2 ul li span,
.rpms-slick .item .cont .txt2 ul li span,
.silsbx2-slick .item .cont .txt2 ul li span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.inhot-slick .item .cont-img,
.rpms-slick .item .cont-img,
.silsbx2-slick .item .cont-img {
  width: calc(414 / 960 * 100%);
  background: #F8F8F8;
  position: relative;
}

@media (max-width: 992px) {

  .inhot-slick .item .cont-img,
  .rpms-slick .item .cont-img,
  .silsbx2-slick .item .cont-img {
    width: 414px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
}

.inhot-slick .item .cont-img .img-box,
.rpms-slick .item .cont-img .img-box,
.silsbx2-slick .item .cont-img .img-box {
  mix-blend-mode: multiply;
  padding-bottom: calc(387 / 414 * 100%);
}

.inhot-slick .item .cont-img .jian,
.rpms-slick .item .cont-img .jian,
.silsbx2-slick .item .cont-img .jian {
  position: absolute;
  width: max-content;
}

.inhot-slick .item .cont-img .jian span,
.rpms-slick .item .cont-img .jian span,
.silsbx2-slick .item .cont-img .jian span {
  color: #0282D2;
  font-size: 18px;
  font-weight: 500;
  line-height: 133.333%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1440px) {

  .inhot-slick .item .cont-img .jian span,
  .rpms-slick .item .cont-img .jian span,
  .silsbx2-slick .item .cont-img .jian span {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {

  .inhot-slick .item .cont-img .jian span,
  .rpms-slick .item .cont-img .jian span,
  .silsbx2-slick .item .cont-img .jian span {
    font-size: 14px;
  }
}

.inhot-slick .item .cont-img .jian .img,
.rpms-slick .item .cont-img .jian .img,
.silsbx2-slick .item .cont-img .jian .img {
  position: absolute;
  width: 4rem;
}

@media (max-width: 1440px) {

  .inhot-slick .item .cont-img .jian .img,
  .rpms-slick .item .cont-img .jian .img,
  .silsbx2-slick .item .cont-img .jian .img {
    width: 3rem;
  }
}

.inhot-slick .item .cont-img .jian .img img,
.rpms-slick .item .cont-img .jian .img img,
.silsbx2-slick .item .cont-img .jian .img img {
  width: 100%;
}

.inhot-slick .item .cont-img .jian1,
.rpms-slick .item .cont-img .jian1,
.silsbx2-slick .item .cont-img .jian1 {
  right: 90%;
  bottom: 3.5rem;
  max-height: 4rem;
  text-align: right;
}

.inhot-slick .item .cont-img .jian1 .img,
.rpms-slick .item .cont-img .jian1 .img,
.silsbx2-slick .item .cont-img .jian1 .img {
  transition: clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  clip-path: inset(0 0 0 100%);
  left: calc(100% + 1rem);
  bottom: -30%;
}

.inhot-slick .item .cont-img .jian2,
.rpms-slick .item .cont-img .jian2,
.silsbx2-slick .item .cont-img .jian2 {
  --_quality-transition-delay: 0.25s;
  right: 37.5%;
  top: calc(100% + 1.5rem);
}

@media (max-width: 992px) {

  .inhot-slick .item .cont-img .jian2,
  .rpms-slick .item .cont-img .jian2,
  .silsbx2-slick .item .cont-img .jian2 {
    top: calc(100% + 0.5rem);
  }
}

.inhot-slick .item .cont-img .jian2 .img,
.rpms-slick .item .cont-img .jian2 .img,
.silsbx2-slick .item .cont-img .jian2 .img {
  transition: clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  clip-path: inset(0 0 100% 0);
  left: 42.5%;
  bottom: calc(100% + 0.5rem);
}

.inhot-slick .item .cont-img .jian3,
.rpms-slick .item .cont-img .jian3,
.silsbx2-slick .item .cont-img .jian3 {
  --_quality-transition-delay: 0s;
  left: 65%;
  top: -1rem;
}

.inhot-slick .item .cont-img .jian3 .img,
.rpms-slick .item .cont-img .jian3 .img,
.silsbx2-slick .item .cont-img .jian3 .img {
  transition: clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  clip-path: inset(0 100% 0 0);
  right: calc(100% + 1.25rem);
}

.asked-ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.asked-ul .libox {
  border-radius: 10px;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.02);
  position: relative;
  padding: 15px 20px;
  transition: all 0.3s ease-in-out;
}

.asked-ul .libox.on {
  padding: 20px;
}

.asked-ul .libox.on::after {
  opacity: 1;
}

.asked-ul .libox.on .li {
  padding-bottom: 15px;
}

.asked-ul .libox.on .li h3 {
  color: #FFF;
}

.asked-ul .libox.on .li::after {
  color: #FFF;
}

.asked-ul .libox::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0056B7 0%, #2AF 100%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.asked-ul .libox .li {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 5;
}

.asked-ul .libox .li h3 {
  flex: 1;
  color: #999;
  font-size: 18px;
  font-weight: 500;
  line-height: 166.667%;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .asked-ul .libox .li h3 {
    font-size: 16px;
  }
}

.asked-ul .libox .li::after {
  font-family: 'iconfont' !important;
  content: '\e630';
  color: #999999;
  font-size: 24px;
  margin-left: 10px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.asked-ul .libox .text-box {
  border-top: 1px solid #FFFFFF33;
  padding-top: 10px;
  position: relative;
  z-index: 5;
}

.asked-ul .libox .text-box p {
  color: #FFF;
  font-size: var(--size16);
  line-height: 187.5%;
  opacity: 0.8;
}

.txtnum {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

@media (max-width: 1401px) {
  .txtnum {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 1201px) {
  .txtnum {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 993px) {
  .txtnum {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .txtnum {
    grid-template-columns: repeat(2, 1fr);
  }
}

.txtnum .item .count {
  margin-bottom: 4px;
  color: #FFF;
  font-size: 60px;
  font-weight: 500;
  line-height: 110%;
}

@media (max-width: 1690px) {
  .txtnum .item .count {
    font-size: 50px;
  }
}

@media (max-width: 1441px) {
  .txtnum .item .count {
    font-size: 42px;
  }
}

@media (max-width: 1401px) {
  .txtnum .item .count {
    font-size: 36px;
  }
}

@media (max-width: 992px) {
  .txtnum .item .count {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .txtnum .item .count {
    font-size: 28px;
  }
}

.txtnum .item .count i {
  font-style: normal;
  color: #999999;
  font-weight: 400;
  font-size: 50px;
}

@media (max-width: 1690px) {
  .txtnum .item .count i {
    font-size: 40px;
  }
}

@media (max-width: 1441px) {
  .txtnum .item .count i {
    font-size: 32px;
  }
}

@media (max-width: 1401px) {
  .txtnum .item .count i {
    font-size: 26px;
  }
}

@media (max-width: 992px) {
  .txtnum .item .count i {
    font-size: 22px;
  }
}

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

.txtnum .item p {
  color: #FFF;
  font-size: var(--size18);
  line-height: 150%;
}

.invideo {
  position: relative;
  padding: 13% 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.invideo .firm-video {
  display: flex;
  justify-content: center;
}

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

footer .fobx1 {
  padding: 140px 0 170px 0;
}

@media (max-width: 1690px) {
  footer .fobx1 {
    padding: var(--tp140) 0 var(--tp160) 0;
  }
}

footer .fobx1 .box {
  display: flex;
  justify-content: space-between;
  gap: 30px 40px;
}

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

footer .fobx1 .box .item1 {
  width: 28%;
}

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

footer .fobx1 .box .item1 .fologo {
  width: 160px;
  margin-bottom: 40px;
}

@media (max-width: 1691px) {
  footer .fobx1 .box .item1 .fologo {
    width: 120px;
  }
}

@media (max-width: 1400px) {
  footer .fobx1 .box .item1 .fologo {
    margin-bottom: 30px;
    width: 100px;
  }
}

@media (max-width: 768px) {
  footer .fobx1 .box .item1 .fologo {
    width: 80px;
  }
}

footer .fobx1 .box .item1 .fologo img {
  width: 100%;
  height: auto;
}

footer .fobx1 .box .item1 p {
  color: #FFF;
  font-size: var(--size16);
  font-weight: 300;
  line-height: 187.5%;
}

footer .fobx1 .box .item1 .icon-share {
  margin-top: var(--tp60);
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

footer .fobx1 .box .item1 .icon-share li {
  padding: 0;
  margin: 0;
}

footer .fobx1 .box .item1 .icon-share a {
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
}

footer .fobx1 .box .item1 .icon-share a:hover span {
  clip-path: inset(0 0 0% 0) !important;
}

footer .fobx1 .box .item1 .icon-share a span {
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  transition: all 0.5s ease;
}

footer .fobx1 .box .item1 .icon-share a span:nth-of-type(1) {
  left: 0;
  top: 0;
  border-top: 1px solid rgba(221, 221, 221, 0.87);
  border-left: 1px solid rgba(221, 221, 221, 0.87);
  clip-path: inset(0 100% 100% 0);
}

footer .fobx1 .box .item1 .icon-share a span:nth-of-type(2) {
  right: 0;
  top: 0;
  border-top: 1px solid rgba(221, 221, 221, 0.87);
  border-right: 1px solid rgba(221, 221, 221, 0.87);
  clip-path: inset(0 0 100% 100%);
}

footer .fobx1 .box .item1 .icon-share a span:nth-of-type(3) {
  right: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(221, 221, 221, 0.87);
  border-right: 1px solid rgba(221, 221, 221, 0.87);
  clip-path: inset(100% 0 0% 100%);
}

footer .fobx1 .box .item1 .icon-share a span:nth-of-type(4) {
  left: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(221, 221, 221, 0.87);
  border-left: 1px solid rgba(221, 221, 221, 0.87);
  clip-path: inset(100% 100% 0% 0);
}

footer .fobx1 .box .item1 .icon-share .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  line-height: 1;
  font-size: 16px;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
}

footer .fobx1 .box h2 {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.48px;
  margin: 0;
}

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

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

footer .fobx1 .box .right {
  display: flex;
  gap: 30px 40px;
  justify-content: space-between;
  width: calc(950 / 1650 * 100%);
}

@media (max-width: 1400px) {
  footer .fobx1 .box .right {
    width: 65%;
  }
}

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

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

@media (max-width: 768px) {
  footer .fobx1 .box .item2 {
    width: 100%;
  }
}

footer .fobx1 .box .item2 ul {
  margin-top: 25px;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 768px) {
  footer .fobx1 .box .item2 ul {
    gap: 10px 20px;
  }
}

footer .fobx1 .box .item2 ul li {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--size16);
  transition: all 0.3s ease;
}

footer .fobx1 .box .item2 ul li a {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.8);
}

footer .fobx1 .box .item2 ul li a:hover span {
  background: linear-gradient(90deg, #0050AB 0%, #0282D2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
}

footer .fobx1 .box .item3 ul {
  margin-top: 25px;
}

@media (max-width: 768px) {
  footer .fobx1 .box .item3 ul {
    flex-direction: row;
    margin-top: 15px;
  }
}

footer .fobx1 .box .item4 {
  width: calc(354 / 950 * 100%);
}

@media (max-width: 768px) {
  footer .fobx1 .box .item4 {
    width: 100%;
  }

  footer .fobx1 .box .item4 ul {
    margin-top: 15px;
    gap: 15px;
  }
}

footer .fobx2 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 0;
}

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

footer .fobx2 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 214.286%;
}

@media (max-width: 1400px) {
  footer .fobx2 .box {
    font-size: 13px;
    line-height: 150%;
  }
}

@media (max-width: 1200px) {
  footer .fobx2 .box {
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
  }
}

footer .fobx2 .box a {
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  transition: all 0.3s;
}

footer .fobx2 .box a:hover {
  text-decoration: underline;
  color: #FFF;
}

@media (max-width: 1200px) {
  footer .fobx2 .box .copyright {
    margin: 5px 0;
  }
}

footer .fobx2 .box .copyright p {
  display: inline-block;
}

footer .fobx2 .box .copyright .hicheng {
  margin-left: 10px;
}

footer .fobx2 .box .copyright .cnzz {
  display: inline-block;
}

@media (max-width: 1200px) {
  footer .fobx2 .box .copyright {
    text-align: center;
  }
}

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

@media (max-width: 1200px) {
  footer .fobx2 .box .itemright {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
}

footer .fobx2 .box .itemright span {
  display: inline-block;
  margin: 0 11px;
  width: 1px;
  height: 12px;
  background: #FFF;
}

.about .abbx1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 112px 0 150px 0;
}

@media (max-width: 1690px) {
  .about .abbx1 {
    padding: 80px 0 120px 0;
  }
}

@media (max-width: 1440px) {
  .about .abbx1 {
    padding: 60px 0 90px 0;
  }
}

@media (max-width: 1200px) {
  .about .abbx1 {
    padding: 40px 0 60px 0;
  }
}

.about .abbx1 .content1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about .abbx1 .content1 .cont {
  width: calc(917 / 1650 * 100%);
}

@media (max-width: 992px) {
  .about .abbx1 .content1 .cont {
    width: 100%;
  }
}

.about .abbx1 .content1 .cont .index-title h3 {
  margin-bottom: 32px;
}

.about .abbx1 .content1 .cont .index-title h2 {
  margin-bottom: 40px;
  text-align: left;
}

.about .abbx1 .content1 .cont .index-title p {
  color: #666;
  font-size: var(--size16);
  line-height: 162.5%;
  text-align: left;
  width: 97%;
}

.about .abbx1 .content1 .cont .index-title p:not(:first-of-type) {
  margin-top: 16px;
}

.about .abbx1 .content1 .cont-img {
  position: relative;
  width: calc(690 / 1650 * 100%);
}

@media (max-width: 992px) {
  .about .abbx1 .content1 .cont-img {
    width: 100%;
  }
}

.about .abbx1 .content1 .cont-img img {
  width: 100%;
  height: auto;
}

.about .abbx1 .content1 .cont-img .firm-video {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about .abbx1 .content2 {
  margin-top: var(--tp80);
}

.about .abbx1 .content2 .txtnum .item .count {
  color: #000000;
}

.about .abbx1 .content2 .txtnum .item .count i {
  color: #0282D2;
}

.about .abbx1 .content2 .txtnum .item p {
  color: #000000;
}

.about .invideo {
  position: relative;
  padding: 13% 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about .invideo .firm-video {
  display: flex;
  justify-content: center;
}

.about .invideo .firm-video .video {
  width: auto;
  height: auto;
  aspect-ratio: 1/1;
}

.about .invideo .firm-video .video::before {
  width: 60%;
  height: 60%;
  background: #FFFFFF33;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: ripple-spread 2s linear infinite;
}

.about .invideo .firm-video .video::after {
  width: 60%;
  height: 60%;
  background: #FFFFFF80;
  border-radius: 50%;
  animation: ripple-spread 2s linear infinite;
  animation-delay: 1s;
}

.about .invideo .firm-video .video .iconfont {
  color: #333333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 91.915px;
  height: 91.915px;
  border-radius: 50%;
  background-color: #FFFFFFCC;
  font-size: 42px;
  position: relative;
  z-index: 12;
}

@media (max-width: 768px) {
  .about .invideo .firm-video .video .iconfont {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }
}

.about .invideo .firm-video .video .iconfont::before {
  content: '\e8e7';
}

.about .abmain {
  padding: var(--tp140) 0;
}

.about .abmain .index-title {
  margin: 0 auto;
  width: 68%;
}

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

.about .abmain .content {
  margin-top: var(--tp60);
}

.about .abmain .content .slick-arrow {
  top: 32%;
}

.about .abmain .content .slick-list {
  margin: 0 -15px;
}

@media (max-width: 992px) {
  .about .abmain .content .slick-list {
    margin: 0 -10px;
  }
}

.about .abmain .content .slick-list .slick-slide {
  padding: 0 15px;
}

@media (max-width: 992px) {
  .about .abmain .content .slick-list .slick-slide {
    padding: 0 10px;
  }
}

@media (min-width: 768px) {
  .about .abmain .content .item:hover .cont-img .img-box img {
    transform: scale(1.1);
  }

  .about .abmain .content .item:hover .cont h3 {
    color: var(--colorh);
    text-decoration: underline;
  }
}

.about .abmain .content .item .cont-img .img-box {
  padding-bottom: calc(280 / 530 * 100%);
}

.about .abmain .content .item .cont {
  margin-top: 24px;
}

@media (max-width: 1200px) {
  .about .abmain .content .item .cont {
    margin-top: 20px;
  }
}

.about .abmain .content .item .cont h3 {
  color: #000;
  font-size: var(--size20);
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.about .abmain .content .item .cont h3 a {
  color: inherit !important;
}

.about .abmain .content .item .cont p {
  color: #666;
  font-size: 14px;
  line-height: 171.429%;
}

.history .hisbx1 {
  padding: var(--tp100) 0 var(--tp140) 0;
}

.history .hisbx1 .index-title {
  margin: 0 auto;
  width: 68%;
}

@media (max-width: 768px) {
  .history .hisbx1 .index-title {
    width: 100%;
  }
}

.history .hisbx1 .content {
  margin-top: var(--tp60);
}

.history .hisbx1 .content .row-box {
  margin: -15px;
}

.history .hisbx1 .content .row-box .item-box {
  padding: 15px;
}

.history .hisbx1 .content .row-box .item {
  padding: 30px;
  padding-bottom: 40px;
  height: 100%;
  background-color: #EEF8FF;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .history .hisbx1 .content .row-box .item {
    padding: 20px;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .history .hisbx1 .content .row-box .item:hover {
    background-color: #0050AB;
  }

  .history .hisbx1 .content .row-box .item:hover .iconfont {
    background-color: #FFFFFF;
    color: #0050AB;
    animation: swing 1s 0s ease both;
  }

  .history .hisbx1 .content .row-box .item:hover h4 {
    color: #F0F0F0;
  }

  .history .hisbx1 .content .row-box .item:hover p {
    color: rgba(255, 255, 255, 0.8);
  }
}

.history .hisbx1 .content .row-box .item .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0050AB;
  width: 48px;
  height: 48px;
  color: #fff;
  line-height: 1;
  font-size: 30px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1200px) {
  .history .hisbx1 .content .row-box .item .iconfont {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .history .hisbx1 .content .row-box .item .iconfont {
    width: 35px;
    height: 35px;
    font-size: 22px;
  }
}

.history .hisbx1 .content .row-box .item h4 {
  margin-top: 40px;
  margin-bottom: 10px;
  color: #333;
  font-size: var(--size20);
  font-weight: 500;
  line-height: 120%;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1200px) {
  .history .hisbx1 .content .row-box .item h4 {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .history .hisbx1 .content .row-box .item h4 {
    margin-top: 20px;
  }
}

.history .hisbx1 .content .row-box .item p {
  color: rgba(102, 102, 102, 0.8);
  font-size: var(--size16);
  line-height: 150%;
  transition: all 0.3s ease-in-out;
}

.history .hisbx2 {
  padding: var(--tp100) 0 512px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .history .hisbx2 {
    padding-bottom: 390px;
  }
}

.history .hisbx2 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.history .hisbx2 .top .index-title h2 {
  color: #FFF;
  text-align: left;
}

.history .hisbx2 .top .index-title p {
  color: #FFFFFFCC;
  text-align: left;
}

.history .hisbx2 .top .prev-next .slick-arrow {
  border: 1px solid rgba(255, 255, 255, 0.26);
  background-color: rgba(255, 255, 255, 0.2);
  fill-rule: evenodd;
}

.history .hisbx2 .top .prev-next .slick-arrow:hover {
  background-color: #0057BA;
}

.history .hisbx2 .content {
  margin-top: 90px;
}

@media (max-width: 1440px) {
  .history .hisbx2 .content {
    margin-top: 70px;
  }
}

@media (max-width: 1400px) {
  .history .hisbx2 .content {
    margin-top: 50px;
  }
}

.history .hisbx2 .content .hisbx2-slick .slick-list {
  margin: 0 -10px;
}

.history .hisbx2 .content .hisbx2-slick .slick-list .slick-slide {
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}

.history .hisbx2 .content .hisbx2-slick .item {
  position: relative;
  padding-left: 26px;
  padding-bottom: 2.5vw;
}

.history .hisbx2 .content .hisbx2-slick .item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background: #FFF;
}

.history .hisbx2 .content .hisbx2-slick .item::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 12px;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}

.history .hisbx2 .content .hisbx2-slick .item h3 {
  color: #FFF;
  font-family: "SpecialGothic";
  font-size: 44px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 10px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1691px) {
  .history .hisbx2 .content .hisbx2-slick .item h3 {
    font-size: 40px;
  }
}

@media (max-width: 1441px) {
  .history .hisbx2 .content .hisbx2-slick .item h3 {
    font-size: 35px;
  }
}

@media (max-width: 1401px) {
  .history .hisbx2 .content .hisbx2-slick .item h3 {
    font-size: 30px;
  }
}

@media (max-width: 1201px) {
  .history .hisbx2 .content .hisbx2-slick .item h3 {
    font-size: 26px;
  }
}

@media (max-width: 993px) {
  .history .hisbx2 .content .hisbx2-slick .item h3 {
    font-size: 22px;
  }
}

.history .hisbx2 .content .hisbx2-slick .item p {
  color: #FFF;
  font-size: var(--size16);
  line-height: 150%;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.certificate {
  padding: var(--tp100) 0 var(--tp140) 0;
}

.certificate .index-title {
  margin: 0 auto;
  width: 840x;
  max-width: 100%;
}

.certificate .cerbx1 .content {
  margin-top: var(--tp60);
}

.certificate .cerbx1 .content .row-box {
  margin: -30px -15px;
}

@media (max-width: 1200px) {
  .certificate .cerbx1 .content .row-box {
    margin: -20px -12px;
  }
}

@media (max-width: 768px) {
  .certificate .cerbx1 .content .row-box {
    margin: -15px -8px;
  }
}

.certificate .cerbx1 .content .row-box .item-box {
  padding: 30px 15px;
}

@media (max-width: 1200px) {
  .certificate .cerbx1 .content .row-box .item-box {
    padding: 20px 12px;
  }
}

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

.certificate .cerbx1 .content .row-box .item-box .item {
  cursor: pointer;
}

@media (min-width: 768px) {
  .certificate .cerbx1 .content .row-box .item-box .item:hover .img-box img {
    transform: scale(1.1);
  }

  .certificate .cerbx1 .content .row-box .item-box .item:hover .tit {
    color: #0050AB;
    text-decoration: underline;
  }
}

.certificate .cerbx1 .content .row-box .item-box .item .img-box {
  padding-bottom: calc(220 / 390 * 100%);
}

.certificate .cerbx1 .content .row-box .item-box .item .tit {
  margin-top: 20px;
  color: #000;
  text-align: center;
  font-size: var(--size18);
  font-weight: 500;
  line-height: 110%;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .certificate .cerbx1 .content .row-box .item-box .item .tit {
    margin-top: 10px;
  }
}

.certificate .cerbx2 {
  margin-top: var(--tp140);
}

.certificate .cerbx2 .content {
  margin-top: 40px;
}

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

.certificate .cerbx2 .content .row-box {
  margin: -30px -21px;
}

@media (max-width: 1690px) {
  .certificate .cerbx2 .content .row-box {
    margin: -20px -15px;
  }
}

@media (max-width: 1440px) {
  .certificate .cerbx2 .content .row-box {
    margin: -15px -12px;
  }
}

@media (max-width: 768px) {
  .certificate .cerbx2 .content .row-box {
    margin: -15px -8px;
  }
}

.certificate .cerbx2 .content .row-box .item-box {
  padding: 30px 21px;
}

@media (max-width: 1690px) {
  .certificate .cerbx2 .content .row-box .item-box {
    padding: 20px 15px;
  }
}

@media (max-width: 1200px) {
  .certificate .cerbx2 .content .row-box .item-box {
    padding: 15px 12px;
  }
}

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

.certificate .cerbx2 .content .row-box .item-box .item {
  cursor: pointer;
  padding: 10px;
  padding-bottom: 14px;
  background: linear-gradient(176deg, rgba(255, 255, 255, 0.3) -4.49%, rgba(198, 233, 255, 0.3) 101.22%);
  transition: all 0.3s ease-in-out;
}

.certificate .cerbx2 .content .row-box .item-box .item:hover {
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.06);
}

.certificate .cerbx2 .content .row-box .item-box .item .img-box {
  padding-bottom: calc(300 / 220 * 100%);
}

.certificate .cerbx2 .content .row-box .item-box .item .tit {
  margin-top: 14px;
  color: #0050AB;
  text-align: center;
  font-size: var(--size16);
}

@media (max-width: 768px) {
  .certificate .cerbx2 .content .row-box .item-box .item .tit {
    margin-top: 10px;
  }
}

.capacity {
  padding: var(--tp100) 0 var(--tp140) 0;
}

@media (max-width: 1200px) {
  .capacity .popular .popular-box {
    flex-wrap: wrap;
  }
}

.capacity .popular .popular-box .popular-left {
  width: calc(360 / 1650 * 100%);
  margin-right: var(--tp120);
}

@media (max-width: 1440px) {
  .capacity .popular .popular-box .popular-left {
    width: 270px;
  }
}

@media (max-width: 992px) {
  .capacity .popular .popular-box .popular-left {
    width: 100%;
    margin-right: 0;
  }
}

.capacity .popular .popular-box .popular-left .pltbox {
  overflow: hidden;
  position: sticky;
  top: 108px;
}

@media (max-width: 992px) {
  .capacity .popular .popular-box .popular-left .pltbox {
    position: static;
  }
}

.capacity .popular .popular-box .popular-left .left-ul {
  list-style: none;
}

.capacity .popular .popular-box .popular-left .ul-li {
  display: block;
  position: relative;
  background: #F5FAFD;
}

.capacity .popular .popular-box .popular-left .ul-li:not(:first-of-type) {
  margin-top: 10px;
}

.capacity .popular .popular-box .popular-left .ul-li.active .a-title::before {
  width: 100%;
}

.capacity .popular .popular-box .popular-left .ul-li.active .a-title::after {
  content: '\e729';
  color: #FFF;
}

.capacity .popular .popular-box .popular-left .ul-li.active .a-title a {
  color: #FFF;
}

.capacity .popular .popular-box .popular-left .ul-li:hover .a-title::before {
  width: 100%;
}

.capacity .popular .popular-box .popular-left .ul-li:hover .a-title::after {
  content: '\e729';
  color: #FFF;
}

.capacity .popular .popular-box .popular-left .ul-li:hover .a-title a {
  color: #FFF;
}

.capacity .popular .popular-box .popular-left .ul-li .a-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  background-color: #F5FAFD;
  overflow: hidden;
  transition: all 0.5s;
  padding: 13px 20px;
  padding-left: 15px;
  color: #333;
  font-size: var(--size18);
  font-weight: 500;
}

@media (max-width: 1440px) {
  .capacity .popular .popular-box .popular-left .ul-li .a-title {
    padding: 12px 15px;
  }
}

.capacity .popular .popular-box .popular-left .ul-li .a-title>a {
  display: inline-flex;
  color: #333;
  flex: 1;
  transition: all 0.4s;
  overflow: hidden;
  transition: all 0.5s ease;
  align-items: center;
  position: relative;
}

.capacity .popular .popular-box .popular-left .ul-li .a-title>a span {
  position: relative;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.capacity .popular .popular-box .popular-left .ul-li .a-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #0050AB 0%, #0282D2 100%);
  transition: all 0.5s;
}

.capacity .popular .popular-box .popular-left .ul-li .a-title::after {
  position: relative;
  z-index: 5;
  font-family: 'iconfont' !important;
  content: '\e632';
  line-height: 1;
  font-size: 20px;
  color: #0050AB;
  transition: all 0.5s;
}

.capacity .popular .popular-box .popular-left .ul-li ul {
  list-style: none;
  display: none;
  padding-bottom: 32px;
  padding: 24px 20px;
}

@media (max-width: 1440px) {
  .capacity .popular .popular-box .popular-left .ul-li ul {
    padding: 20px 15px;
  }
}

.capacity .popular .popular-box .popular-left .ul-li ul li {
  position: relative;
  transition: all ease 0.3s;
}

.capacity .popular .popular-box .popular-left .ul-li ul li:not(:first-of-type) {
  margin-top: 16px;
}

.capacity .popular .popular-box .popular-left .ul-li ul li a {
  color: #666;
  font-size: 16px;
  line-height: 150%;
  transition: all ease 0.3s;
}

.capacity .popular .popular-box .popular-left .ul-li ul li:hover a {
  color: var(--colorh);
  text-decoration: underline;
}

.capacity .popular .popular-box .popular-left .ul-li ul li.on a {
  color: var(--colorh);
  text-decoration: underline;
}

.capacity .popular .popular-box .popular-right {
  width: calc(1170 / 1650 * 100%);
}
@media (max-width: 1201px) {
  .capacity .popular .popular-box .popular-right {
    width: calc(100% - 315px);
  }
}

@media (max-width: 992px) {
  .capacity .popular .popular-box .popular-right {
    width: 100%;
    margin-top: 40px;
  }
}

.capacity .popular .popular-box .popular-right .title h2 {
  color: #000;
  font-family: "SpecialGothic";
  font-size: 58px;
  font-weight: 500;
  line-height: 103.448%;
  margin-bottom: 20px;
}

@media (max-width: 1691px) {
  .capacity .popular .popular-box .popular-right .title h2 {
    font-size: 50px;
  }
}

@media (max-width: 1441px) {
  .capacity .popular .popular-box .popular-right .title h2 {
    font-size: 42px;
  }
}

@media (max-width: 1401px) {
  .capacity .popular .popular-box .popular-right .title h2 {
    font-size: 38px;
  }
}

@media (max-width: 1201px) {
  .capacity .popular .popular-box .popular-right .title h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}

@media (max-width: 993px) {
  .capacity .popular .popular-box .popular-right .title h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .capacity .popular .popular-box .popular-right .title h2 {
    font-size: 24px;
  }
}

.capacity .popular .popular-box .popular-right .title p {
  color: #666;
  font-size: var(--size16);
  line-height: 162.5%;
}

.capacity .popular .popular-box .popular-right .content {
  margin-top: var(--tp60);
}

.capacity .popular .popular-box .popular-right .content .row-box {
  margin: -20px -15px;
}

@media (max-width: 1200px) {
  .capacity .popular .popular-box .popular-right .content .row-box {
    margin: -15px -10px;
  }
}

.capacity .popular .popular-box .popular-right .content .row-box .item-box {
  padding: 20px 15px;
}

@media (max-width: 1200px) {
  .capacity .popular .popular-box .popular-right .content .row-box .item-box {
    padding: 15px 10px;
  }
}

.capacity .popular .popular-box .popular-right .content .row-box .item-box .item {
  display: block;
}

.capacity .popular .popular-box .popular-right .content .row-box .item-box .item:hover .img-box img {
  transform: scale(1.1);
}

.capacity .popular .popular-box .popular-right .content .row-box .item-box .item:hover .tit {
  background-color: var(--colorh);
  color: #fff;
}

.capacity .popular .popular-box .popular-right .content .row-box .item-box .item .img-box {
  padding-bottom: calc(280 / 570 * 100%);
}

.capacity .popular .popular-box .popular-right .content .row-box .item-box .item .tit {
  padding: 12px;
  color: #000;
  font-size: var(--size16);
  line-height: 162.5%;
  text-align: center;
  background-color: #F5FAFD;
  transition: all 0.3s;
}

.product {
  padding: var(--tp100) 0 var(--tp140) 0;
}

.product .pro-serach form {
  width: 660px;
  max-width: 100%;
}

@media (max-width: 992px) {
  .product .pro-serach form {
    width: 100%;
  }
}

.product .content {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: var(--tp80);
}

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

.product .content .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--tp60);
}

@media (max-width: 992px) {
  .product .content .list {
    gap: 20px;
  }
}

.product .content .list:nth-child(2n) {
  flex-direction: row-reverse;
}

@media (min-width: 768px) {
  .product .content .list:hover .cont-img .img-box img {
    transform: scale(1.1);
  }

  .product .content .list:hover .cont .title h3 {
    color: #0050AB;
  }

  .product .content .list:hover .cont .m-lab .a-more {
    color: #0050AB;
  }
}

.product .content .list .cont-img {
  width: calc(660 / 1650 * 100%);
  border: 1px solid #E5E5E5;
}

@media (max-width: 992px) {
  .product .content .list .cont-img {
    width: 100%;
  }
}

.product .content .list .cont-img .img-box {
  padding-bottom: calc(344 / 660 * 100%);
}

.product .content .list .cont {
  flex: 1;
}

.product .content .list .cont .title h3 {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 15px;
  transition: all 0.4s;
}

.product .content .list .cont .title h3:hover {
  text-decoration: underline;
}

@media (max-width: 1440px) {
  .product .content .list .cont .title h3 {
    font-size: 28px;
  }
}

@media (max-width: 1400px) {
  .product .content .list .cont .title h3 {
    font-size: 26px;
  }
}

@media (max-width: 1200px) {
  .product .content .list .cont .title h3 {
    font-size: 23px;
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .product .content .list .cont .title h3 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .product .content .list .cont .title h3 {
    font-size: 18px;
  }
}

.product .content .list .cont .title h3 a {
  color: inherit !important;
}

.product .content .list .cont .title p {
  color: #000;
  font-size: var(--size20);
  line-height: 150%;
}

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

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

.product .content .list .cont .m-lab {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-top: 70px;
}

@media (max-width: 1690px) {
  .product .content .list .cont .m-lab {
    margin-top: 50px;
  }
}

@media (max-width: 1440px) {
  .product .content .list .cont .m-lab {
    margin-top: 40px;
  }
}

@media (max-width: 1200px) {
  .product .content .list .cont .m-lab {
    margin-top: 30px;
  }
}

.product .content .list .cont .m-lab .lab {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
}

.product .content .list .cont .m-lab .lab span {
  display: inline-block;
  padding: 6px 14px;
  background: linear-gradient(90deg, #0050AB 0%, #0292EB 100%);
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 150%;
}

@media (max-width: 1400px) {
  .product .content .list .cont .m-lab .lab span {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .product .content .list .cont .m-lab .lab span {
    font-size: 12px;
  }
}

.product .content .list .cont .m-lab .a-more {
  color: #000;
  font-size: var(--size16);
  font-weight: 500;
  text-decoration-line: underline;
  transition: all 0.4s;
}

.pro-serach form {
  background-color: #F3F3F3;
  padding: 12px 30px;
}

@media (max-width: 992px) {
  .pro-serach form {
    padding: 12px 20px;
  }
}

.pro-serach form input {
  flex: 1;
  background: transparent;
  border: none;
  color: #000;
  font-size: 14px;
}

.pro-serach form input::placeholder {
  color: #999;
}

.pro-serach form input:focus {
  outline: none;
}

.pro-serach form input:focus::placeholder {
  color: #ccc;
}

.pro-serach form button {
  background: transparent;
  border: none;
  margin: 0;
  margin-left: 20px;
  padding: 0;
}

.pro-serach form button:hover::before {
  color: var(--colorh);
}

.pro-serach form button::before {
  font-family: 'iconfont' !important;
  content: '\e687';
  line-height: 1;
  font-size: 22px;
  color: #999999;
  transition: all 0.3s;
}

.proEnergy {
  padding: var(--tp100) 0 var(--tp140) 0;
}

.proEnergy .top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.proEnergy .top .index-title {
  flex: 1;
}

.proEnergy .top .index-title h2 {
  text-align: left;
}

.proEnergy .top .index-title p {
  text-align: left;
}

.proEnergy .top .right {
  width: calc(450 / 1650 * 100%);
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 992px) {
  .proEnergy .top .right {
    width: 100%;
  }
}

.proEnergy .top .right .pro-serach {
  width: 100%;
}

.proEnergy .top .right .pro-serach form {
  width: 100%;
  padding: 12px 22px;
  padding-left: 28px;
}

.proEnergy .proEnergy-nav {
  margin-top: var(--tp60);
  overflow-x: clip;
  position: relative;
  z-index: 89;
}

.proEnergy .proEnergy-nav .proEnergy-slick .slick-list {
  margin: 0 -15px;
  overflow: visible;
}

.proEnergy .proEnergy-nav .proEnergy-slick .slick-list .slick-track {
  display: flex;
  margin: 0;
}

@media (max-width: 1200px) {
  .proEnergy .proEnergy-nav .proEnergy-slick .slick-list {
    margin: 0 -10px;
  }
}

.proEnergy .proEnergy-nav .proEnergy-slick .slick-list .slick-slide {
  padding: 0 15px;
  height: auto;
}

@media (max-width: 1200px) {
  .proEnergy .proEnergy-nav .proEnergy-slick .slick-list .slick-slide {
    padding: 0 10px;
  }
}

.proEnergy .proEnergy-nav .proEnergy-slick .item {
  position: relative;
  height: 100%;
}

.proEnergy .proEnergy-nav .proEnergy-slick .item:hover .tit::before {
  opacity: 1;
}

.proEnergy .proEnergy-nav .proEnergy-slick .item:hover .tit a {
  color: #FFF;
}

.proEnergy .proEnergy-nav .proEnergy-slick .item:hover .tit::after {
  color: #FFF;
  content: '\e729';
}

.proEnergy .proEnergy-nav .proEnergy-slick .item .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background-color: #87CBFD4D;
  position: relative;
  cursor: pointer;
}

.proEnergy .proEnergy-nav .proEnergy-slick .item .tit::before {
  content: '';
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0050AB 0%, #1CA0F2 100%);
  opacity: 0;
  z-index: -1;
  transition: all 0.4s;
}

.proEnergy .proEnergy-nav .proEnergy-slick .item .tit a {
  display: inline-block;
  flex: 1;
  color: #0056B7;
  font-size: var(--size18);
  font-weight: 500;
  line-height: 133.333%;
  transition: all 0.3s;
}

.proEnergy .proEnergy-nav .proEnergy-slick .item .tit::after {
  font-family: 'iconfont' !important;
  content: '\e632';
  line-height: 1;
  color: #0056B7;
  font-size: 24px;
  transition: all 0.3s;
}

.proEnergy .proEnergy-nav .proEnergy-slick .item ul {
  margin-top: 6px;
  list-style: none;
  position: absolute;
  z-index: 55;
  border-radius: 2px;
  border: 1px solid #ECECEC;
  background: #FFF;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 23px 21px;
  display: none;
}

.proEnergy .proEnergy-nav .proEnergy-slick .item ul li:not(:first-of-type) {
  margin-top: 20px;
}

.proEnergy .proEnergy-nav .proEnergy-slick .item ul li a {
  display: flex;
  align-items: center;
  color: #666;
  font-size: var(--size16);
  line-height: 150%;
  transition: all 0.3s;
}

.proEnergy .proEnergy-nav .proEnergy-slick .item ul li a::before {
  content: '';
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 8px;
  background-color: #666666;
  margin-right: 16px;
  transition: all 0.3s;
}

.proEnergy .proEnergy-nav .proEnergy-slick .item ul li a:hover {
  color: #0050AB;
}

.proEnergy .proEnergy-nav .proEnergy-slick .item ul li a:hover::before {
  background-color: #0050AB;
}

.proEnergy .proEnergy-nav .proEnergy-slick .item ul li a:hover span {
  text-decoration: underline;
}

.proEnergy .content {
  margin-top: var(--tp80);
}

.proEnergy .content .row-box {
  margin: -20px -15px;
}

@media (max-width: 1200px) {
  .proEnergy .content .row-box {
    margin: -15px -12px;
  }
}

.proEnergy .content .row-box .item-box {
  padding: 20px 15px;
}

@media (max-width: 1200px) {
  .proEnergy .content .row-box .item-box {
    padding: 15px 12px;
  }
}

.proEnergy .content .row-box .item-box .item {
  position: relative;
}

@media (min-width: 768px) {
  .proEnergy .content .row-box .item-box .item:hover::after {
    transform: rotate(-4deg);
  }

  .proEnergy .content .row-box .item-box .item:hover .cont-img .img-box img {
    transform: scale(1.1);
  }

  .proEnergy .content .row-box .item-box .item:hover .cont-img .jian span {
    opacity: 1;
  }

  .proEnergy .content .row-box .item-box .item:hover .cont-img .jian .img {
    clip-path: inset(0 0 0 0%);
  }

  .proEnergy .content .row-box .item-box .item:hover .cont-img .jian1 .img {
    clip-path: inset(0 0 0 0%);
  }
}

.proEnergy .content .row-box .item-box .item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0282D2;
  transition: all 0.4s;
}

.proEnergy .content .row-box .item-box .item .contbox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 16px 30px 17px 20px;
  background: #F8F8F8;
  position: relative;
  z-index: 55;
  gap: 20px;
}

.proEnergy .content .row-box .item-box .item .cont {
  padding-top: 0;
  flex: 1;
}

.proEnergy .content .row-box .item-box .item .cont .txt h3 {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  color: #999;
  font-size: var(--size16);
  font-weight: 500;
  line-height: 125%;
}

.proEnergy .content .row-box .item-box .item .cont .txt h3::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: linear-gradient(90deg, #0050AB 0%, #0282D2 100%);
  margin-right: 12px;
}

.proEnergy .content .row-box .item-box .item .cont .txt h2 {
  color: #0056B7;
  font-size: 26px;
  font-weight: 600;
  line-height: 115.385%;
  margin: 18px 0 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 1690px) {
  .proEnergy .content .row-box .item-box .item .cont .txt h2 {
    font-size: 24px;
  }
}

@media (max-width: 1440px) {
  .proEnergy .content .row-box .item-box .item .cont .txt h2 {
    font-size: 22px;
  }
}

@media (max-width: 1400px) {
  .proEnergy .content .row-box .item-box .item .cont .txt h2 {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .proEnergy .content .row-box .item-box .item .cont .txt h2 {
    font-size: 18px;
  }
}

.proEnergy .content .row-box .item-box .item .cont .txt h2 a {
  color: inherit !important;
}

.proEnergy .content .row-box .item-box .item .cont .txt p {
  color: #666;
  font-size: var(--size16);
  line-height: 150%;
}

.proEnergy .content .row-box .item-box .item .cont .txt2 {
  margin-top: 29px;
}

.proEnergy .content .row-box .item-box .item .cont .txt2 h4 {
  color: #333;
  font-size: 14px;
  line-height: 171.429%;
  margin: 0;
}

.proEnergy .content .row-box .item-box .item .cont .txt2 ul {
  margin-top: 10px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.proEnergy .content .row-box .item-box .item .cont .txt2 ul li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 14px;
  border-radius: 100px;
  border: 1px solid #DBDBDB;
  color: #999;
  font-size: 14px;
  line-height: 171.429%;
}

.proEnergy .content .row-box .item-box .item .cont-img {
  width: calc(380 / 810 * 100%);
  background: #F8F8F8;
  position: relative;
}

@media (max-width: 1200px) {
  .proEnergy .content .row-box .item-box .item .cont-img {
    width: 380px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.proEnergy .content .row-box .item-box .item .cont-img .img-box {
  mix-blend-mode: multiply;
  padding-bottom: calc(355 / 380 * 100%);
}

.proEnergy .content .row-box .item-box .item .cont-img .jian {
  position: absolute;
  width: max-content;
}

.proEnergy .content .row-box .item-box .item .cont-img .jian span {
  color: #0282D2;
  font-size: 18px;
  font-weight: 500;
  line-height: 133.333%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.proEnergy .content .row-box .item-box .item .cont-img .jian .img {
  position: absolute;
  width: 4rem;
}

.proEnergy .content .row-box .item-box .item .cont-img .jian .img img {
  width: 100%;
}

.proEnergy .content .row-box .item-box .item .cont-img .jian1 {
  right: 90%;
  bottom: 3.5rem;
  max-height: 4rem;
  text-align: right;
}

.proEnergy .content .row-box .item-box .item .cont-img .jian1 .img {
  transition: clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  clip-path: inset(0 0 0 100%);
  left: calc(100% + 1rem);
  bottom: -30%;
}

.proEnergy .content .row-box .item-box .item .cont-img .jian2 {
  --_quality-transition-delay: 0.25s;
  right: 37.5%;
  top: calc(100% + 1.5rem);
}

.proEnergy .content .row-box .item-box .item .cont-img .jian2 .img {
  transition: clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  clip-path: inset(0 0 100% 0);
  left: 42.5%;
  bottom: calc(100% + 0.5rem);
}

.proEnergy .content .row-box .item-box .item .cont-img .jian3 {
  --_quality-transition-delay: 0s;
  left: 65%;
  top: -1rem;
}

.proEnergy .content .row-box .item-box .item .cont-img .jian3 .img {
  transition: clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  clip-path: inset(0 100% 0 0);
  right: calc(100% + 1.25rem);
}

.proEnergy .content .navigation {
  justify-content: flex-start;
}

.customization {
  padding: var(--tp100) 0 var(--tp140) 0;
}

.customization .index-title h2 {
  text-align: left;
}

.customization .index-title p {
  text-align: left;
}

.customization .message {
  width: 100%;
  margin-top: var(--tp60);
}

.customization .message form {
  position: relative;
}

.customization .message .formbox .row {
  list-style: none;
  margin: -10px -15px;
  padding: 0;
}

@media (max-width: 1440px) {
  .customization .message .formbox .row {
    margin: -8px;
  }
}

.customization .message .formbox li {
  padding: 10px 15px;
}

@media (max-width: 1440px) {
  .customization .message .formbox li {
    padding: 8px;
  }
}

.customization .message .formbox .group {
  position: relative;
}

.customization .message .formbox .group label {
  color: #666;
  font-size: var(--size16);
  line-height: 162.5%;
  display: block;
  margin-bottom: 4px;
}

.customization .message .formbox .group img {
  margin-left: 20px;
  height: 40px;
  width: auto;
}

@media (max-width: 767px) {
  .customization .message .formbox .group img {
    margin-left: 10px;
  }
}

.customization .message .formbox .group input,
.customization .message .formbox .group textarea {
  border: none;
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F8F8F8;
  color: #000;
  font-size: var(--size16);
  line-height: 110%;
  padding: 17px 23px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 767px) {

  .customization .message .formbox .group input,
  .customization .message .formbox .group textarea {
    padding: 14px;
  }
}

.customization .message .formbox .group input::placeholder,
.customization .message .formbox .group textarea::placeholder {
  color: #444;
}

.customization .message .formbox .group input:focus label,
.customization .message .formbox .group textarea:focus label {
  display: none;
}

.customization .message .formbox .group input:focus::placeholder,
.customization .message .formbox .group textarea:focus::placeholder {
  color: #CCC;
}

.customization .message .formbox .group textarea {
  height: 120px;
}

.customization .message .func {
  position: relative;
  z-index: 33;
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.customization .message .func .submit-group button {
  border: none;
  padding: 14px 34px;
}

.customization .message .func .upload-btn {
  cursor: pointer;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 34px;
  background-color: #000000;
  color: #FFF;
  font-size: var(--size16);
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .customization .message .func .upload-btn {
    padding: 10px 20px;
  }
}

.customization .message .func .upload-btn:hover {
  background-color: var(--colorh);
}

.customization .message .func .upload-btn span {
  flex: 1;
}

.customization .message .func .upload-btn::after {
  font-family: 'iconfont' !important;
  content: '\e62b';
  margin-left: 20px;
  color: #FFF;
  line-height: 1;
  font-size: 22px;
}

@media (max-width: 768px) {
  .customization .message .func .upload-btn::after {
    font-size: 18px;
    margin-left: 10px;
  }
}

.productdetails .productdatails-top {
  overflow: hidden;
  position: relative;
  padding: var(--tp100) 0;
}

.productdetails .productdatails-top .pouch-cont {
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .productdetails .productdatails-top .pouch-cont {
    flex-wrap: wrap;
  }
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left {
  width: calc(762 / 1650 * 100%);
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 1200px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-left {
    width: 100%;
  }
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left:hover .prev-next2 {
  opacity: 1;
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next2 {
  display: flex;
  justify-content: space-between;
  position: absolute;
  pointer-events: none;
  width: calc(567 / 762 * 100%);
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  transition: all 0.4s;
  opacity: 0;
}

@media (max-width: 768px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next2 {
    left: 0;
    transform: none;
    top: 35%;
    width: 100%;
  }
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next2 .slick-prev,
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next2 .slick-next {
  position: static;
  transform: none;
  pointer-events: all;
  background-color: #000;
  border: none;
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next2 .slick-prev:hover,
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next2 .slick-next:hover {
  background-color: var(--colorh2);
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next2 .slick-prev:hover::before,
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next2 .slick-next:hover::before {
  color: #FFF;
}

@media (max-width: 768px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next2 .slick-prev {
    margin-bottom: 10px;
  }
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next2 .slick-prev::before {
  transform: rotate(180deg);
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
  width: calc(134 / 762 * 100%);
}

@media (max-width: 1682px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: calc(132 / 762 * 100%);
  }
}

@media (max-width: 1441px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: calc(130 / 762 * 100%);
  }
}

@media (max-width: 1401px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: calc(127 / 762 * 100%);
  }
}

@media (max-width: 1201px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: calc(138 / 762 * 100%);
  }
}

@media (max-width: 993px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: calc(133 / 762 * 100%);
  }
}

@media (max-width: 768px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: 100%;
  }
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .item {
  cursor: pointer;
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-list {
  margin: -10px 0;
}

@media (max-width: 768px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-list {
    margin: 0 -5px;
  }
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
  padding: 10px 0;
  position: relative;
}

@media (max-width: 768px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
    padding: 0 5px;
  }
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item .img-box {
  border-color: var(--colorh);
}

.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-color: rgba(0, 0, 0, 0.3);
  width: calc(100%);
  height: calc(100%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@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: '\e609';
  font-size: 20px;
  color: var(--colorh);
  width: 50px;
  height: 50px;
  padding-left: 3px;
  border-radius: 50px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
  transition: all 0.5s;
}

@media (max-width: 1400px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .item-video::after {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 768px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .item-video::after {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .img-box {
  position: relative;
  overflow: hidden;
  padding-bottom: calc(780 / 855 * 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 {
  width: calc(607 / 762 * 100%);
  overflow: hidden;
}

@media (max-width: 768px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
    width: 100%;
    margin-bottom: 20px;
  }
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .item {
  overflow: hidden;
  width: 100%;
  background-color: #F5F5F5;
}

.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 .img-box {
  mix-blend-mode: multiply;
  padding-bottom: calc(780 / 855 * 100%);
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box img {
  width: 100%;
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-right {
  flex: 1;
  padding-left: 60px;
  padding-right: var(--tp80);
  margin-left: auto;
  position: relative;
  z-index: 12;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1400px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right {
    padding-left: 50px;
  }
}

@media (max-width: 1200px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right {
    width: 100%;
    padding: 0;
    padding-top: 30px;
  }
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
  margin: 0;
  color: #0050AB;
  font-size: 40px;
  font-weight: 600;
}

@media (max-width: 1690px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
    font-size: 36px;
  }
}

@media (max-width: 1400px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
    font-size: 32px;
  }
}

@media (max-width: 1200px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
    font-size: 24px;
  }
}

@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 .review-share {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 27px;
  border-bottom: 1px solid #F3F3F3;
}

@media (max-width: 1560px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .review-share {
    padding-bottom: 20px;
  }
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-right .review-share .share p {
  margin-right: 10px;
  color: #333;
  font-size: var(--size18);
  font-weight: 500;
  line-height: 100%;
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 {
  margin-top: 20px;
}

@media (max-width: 1560px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 {
    margin-top: 10px;
  }
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 h3 {
  margin-bottom: 10px;
  color: #3C8BE5;
  font-size: var(--size16);
  font-weight: 500;
  line-height: 150%;
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 ul {
  list-style: none !important;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 1440px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 ul {
    gap: 12px;
  }
}

@media (max-width: 1200px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 ul {
    gap: 10px;
  }
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 p,
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 li {
  color: #666;
  font-size: var(--size16);
  line-height: 162.5%;
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 li {
  position: relative;
  padding-left: 20px;
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  background: linear-gradient(90deg, #0050AB 0%, #0282D2 100%);
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-right .nav-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  padding: 11px 74px;
  background-color: #0050AB;
  color: #FFF;
  font-size: var(--size16);
  line-height: 162.5%;
  transition: all 0.3s;
}

@media (max-width: 1440px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .nav-1 {
    margin-top: 20px;
    padding: 10px 40px;
  }
}

@media (max-width: 1200px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .nav-1 {
    padding: 8px 30px;
  }
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-right .nav-1:hover {
  background-color: var(--colorh);
}

.productdetails .productdatails-top .pouch-cont .pouch-cont-right .nav-1::after {
  font-family: 'iconfont' !important;
  content: '\e670';
  line-height: 1;
  font-size: 18px;
  color: #FFF;
  margin-left: 14px;
}

@media (max-width: 768px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .nav-1::after {
    font-size: 14px;
  }
}

.productdetails .productdetails-nav {
  position: sticky;
  top: 105px;
  z-index: 99;
  background-color: var(--colorh2);
}

@media (max-width: 991px) {
  .productdetails .productdetails-nav {
    position: static;
  }
}

.productdetails .productdetails-nav .box {
  position: relative;
}

.productdetails .productdetails-nav .box::before {
  position: absolute;
  content: '';
  height: 1px;
  bottom: 0;
  left: 0;
  width: 100%;
}

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

.productdetails .productdetails-nav ul li {
  position: relative;
  margin-right: var(--tp60);
  padding-right: var(--tp60);
}

.productdetails .productdetails-nav ul li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}

.productdetails .productdetails-nav ul li::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 16px;
  background: rgba(255, 255, 255, 0.3);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.4s;
}

.productdetails .productdetails-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
}

@media (max-width: 1400px) {
  .productdetails .productdetails-nav ul li a {
    font-size: 16px;
  }
}

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

.productdetails .productdetails-nav ul li a span {
  position: relative;
  z-index: 2;
}

.productdetails .productdetails-nav ul li a.active {
  color: #FFFFFF;
}

@media (min-width: 767px) {
  .productdetails .productdetails-nav ul li a:hover {
    color: #FFFFFF;
  }
}

.productdetails .productdetails-content .pds-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.productdetails .productdetails-content .pds-title h2 {
  flex: 1;
  color: #333;
  font-family: "SpecialGothic";
  font-size: 38px;
  font-weight: 500;
  line-height: 131.579%;
  margin: 0;
}

@media (max-width: 1690px) {
  .productdetails .productdetails-content .pds-title h2 {
    font-size: 32px;
  }
}

@media (max-width: 1400px) {
  .productdetails .productdetails-content .pds-title h2 {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  .productdetails .productdetails-content .pds-title h2 {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  .productdetails .productdetails-content .pds-title h2 {
    font-size: 22px;
  }
}

.productdetails .productdetails-content .cont1 ul,
.capacity-right .cont1 ul {
  list-style-position: inside;
}

.productdetails .productdetails-content .cont1 h4,
.capacity-right .cont1 h4 {
  color: #333;
  font-size: 22px;
  font-weight: 500;
  line-height: 136.364%;
  margin-bottom: 20px;
}

@media (max-width: 1400px) {

  .productdetails .productdetails-content .cont1 h4,
  .capacity-right .cont1 h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

@media (max-width: 992px) {

  .productdetails .productdetails-content .cont1 h4,
  .capacity-right .cont1 h4 {
    font-size: 18px;
  }
}

.productdetails .productdetails-content .cont1 h4:not(:first-of-type),
.capacity-right .cont1 h4:not(:first-of-type) {
  margin-top: 50px;
}

@media (max-width: 1400px) {

  .productdetails .productdetails-content .cont1 h4:not(:first-of-type),
  .capacity-right .cont1 h4:not(:first-of-type) {
    margin-top: 30px;
  }
}

.productdetails .productdetails-content .cont1 p,
.productdetails .productdetails-content .cont1 td,
.productdetails .productdetails-content .cont1 li,
.capacity-right p,
.capacity-right td,
.capacity-right li {
  color: #666;
  font-size: var(--size16);
  line-height: 162.5%;
}

.productdetails .productdetails-content .pds .pds-title {
  margin-top: 70px;
  margin-bottom: 20px;
}

@media (max-width: 1440px) {
  .productdetails .productdetails-content .pds .pds-title {
    margin-top: 50px;
  }
}

@media (max-width: 1400px) {
  .productdetails .productdetails-content .pds .pds-title {
    margin-top: 35px;
  }
}

.productdetails .productdetails-content .cont2 {
  margin-top: 40px;
}

.productdetails .productdetails-content .cont2 .slick-list {
  margin: 0 -15px;
}

@media (max-width: 1400px) {
  .productdetails .productdetails-content .cont2 .slick-list {
    margin: 0 -12px;
  }
}

.productdetails .productdetails-content .cont2 .slick-list .slick-slide {
  padding: 0 15px;
}

@media (max-width: 1400px) {
  .productdetails .productdetails-content .cont2 .slick-list .slick-slide {
    padding: 0 12px;
  }
}

.productdetails .productdetails-content .cont2 .item {
  position: relative;
}

@media (min-width: 768px) {
  .productdetails .productdetails-content .cont2 .item:hover .img-box img {
    transform: scale(1.1);
  }
}

.productdetails .productdetails-content .cont2 .item .img-box {
  padding-bottom: calc(220 / 390 * 100%);
}

.productdetails .productdetails-content .cont2 .item .cont {
  padding: 12px;


}

.productdetails .productdetails-content .cont2 .item .cont p {
  font-size: var(--size18);
}

.productdetails .productdetails-content .cont2 .item .tit {
  position: absolute;
  bottom: 0;
  z-index: 5;
  left: 0;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #FFF;
  font-size: var(--size18);
  line-height: 166.667%;
}

@media (max-width: 768px) {
  .productdetails .productdetails-content .cont2 .item .tit {
    padding: 6px;
  }
}

.productdetails .productdetails-content .rps .pds-title,
.productdetails .productdetails-content .faq .pds-title {
  margin-top: var(--tp80);
  margin-bottom: 40px;
}

@media (max-width: 1440px) {

  .productdetails .productdetails-content .rps .pds-title,
  .productdetails .productdetails-content .faq .pds-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 1400px) {

  .productdetails .productdetails-content .rps .pds-title,
  .productdetails .productdetails-content .faq .pds-title {
    margin-bottom: 20px;
  }
}

.productdetails .productdetails-content .aln .pds-title {
  margin-top: var(--tp80);
  padding-bottom: 20px;
}

.productdetails .productdetails-content .faq .asked-ul .libox {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.02);
}

.productdetails .productdetails-content .rev {
  background: #F5F9FD;
  padding-bottom: var(--tp100);
  overflow: hidden;
}

.productdetails .productdetails-content .rev .pds-title {
  padding-top: 70px;
  padding-bottom: 40px;
}

@media (max-width: 1440px) {
  .productdetails .productdetails-content .rev .pds-title {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

@media (max-width: 1400px) {
  .productdetails .productdetails-content .rev .pds-title {
    padding-top: 35px;
  }
}

.productdetails .productdetails-content .rev .cont3 .slick-arrow {
  background-color: #000;
  border: none;
}

.productdetails .productdetails-content .rev .cont3 .slick-arrow:hover {
  background-color: var(--colorh2);
}

.productdetails .productdetails-content .rev .cont3 .rev-slick .slick-list {
  margin: 0 -15px;
}

@media (max-width: 1400px) {
  .productdetails .productdetails-content .rev .cont3 .rev-slick .slick-list {
    margin: 0 -12px;
  }
}

.productdetails .productdetails-content .rev .cont3 .rev-slick .slick-list .slick-slide {
  padding: 0 15px;
}

@media (max-width: 1400px) {
  .productdetails .productdetails-content .rev .cont3 .rev-slick .slick-list .slick-slide {
    padding: 0 12px;
  }
}

.productdetails .productdetails-content .rev .cont3 .rev-slick .item {
  padding: 30px;
  padding-bottom: 20px;
  border-radius: 10px;
  background: #FFF;
}

@media (max-width: 768px) {
  .productdetails .productdetails-content .rev .cont3 .rev-slick .item {
    padding: 20px;
  }
}

.productdetails .productdetails-content .rev .cont3 .rev-slick .item .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.productdetails .productdetails-content .rev .cont3 .rev-slick .item .title h3 {
  color: #000;
  font-size: var(--size20);
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0;
}

.productdetails .productdetails-content .rev .cont3 .rev-slick .item .title .icon {
  display: flex;
  gap: 5px;
}

.productdetails .productdetails-content .rev .cont3 .rev-slick .item .title .icon .iconfont {
  color: var(--colorh);
  font-size: 18px;
  line-height: 1;
}

.productdetails .productdetails-content .rev .cont3 .rev-slick .item .title .icon .iconfont::before {
  content: '\e611';
}

.productdetails .productdetails-content .rev .cont3 .rev-slick .item .txt {
  margin-top: 20px;
}

.productdetails .productdetails-content .rev .cont3 .rev-slick .item .txt p {
  color: #666;
  font-size: var(--size16);
  line-height: 162.5%;
}

.productdetails .productdetails-content .rev .cont4 {
  margin-top: var(--tp60);
}

.productdetails .productdetails-content .rev .cont4 .title span {
  cursor: pointer;
  color: #333;
  font-size: 22px;
  font-weight: 500;
  line-height: 136.364%;
  transition: all 0.3s;
}

@media (max-width: 1400px) {
  .productdetails .productdetails-content .rev .cont4 .title span {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .productdetails .productdetails-content .rev .cont4 .title span {
    font-size: 18px;
  }
}

.productdetails .productdetails-content .rev .cont4 .title span:hover {
  color: var(--colorh2);
  text-decoration: underline;
}

.productdetails .productdetails-content .rev .cont4 .message {
  margin-top: 23px;
}

.productdetails .productdetails-content .rev .cont4 .message .formbox .row {
  margin: -10px -15px;
}

.productdetails .productdetails-content .rev .cont4 .message .formbox ul {
  list-style: none;
}

.productdetails .productdetails-content .rev .cont4 .message .formbox li {
  padding: 10px 15px;
}

.productdetails .productdetails-content .rev .cont4 .message .formbox .group {
  position: relative;
}

.productdetails .productdetails-content .rev .cont4 .message .formbox .group input,
.productdetails .productdetails-content .rev .cont4 .message .formbox .group textarea {
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #FFF;
  overflow: hidden;
  color: #000;
  font-size: 16px;
  line-height: 162.5%;
  padding: 12px 20px;
  outline: none;
  transition: border-color 0.3s ease;
}

.productdetails .productdetails-content .rev .cont4 .message .formbox .group input::placeholder,
.productdetails .productdetails-content .rev .cont4 .message .formbox .group textarea::placeholder {
  color: #666;
}

.productdetails .productdetails-content .rev .cont4 .message .formbox .group input:focus label,
.productdetails .productdetails-content .rev .cont4 .message .formbox .group textarea:focus label {
  display: none;
}

.productdetails .productdetails-content .rev .cont4 .message .formbox .group input:focus::placeholder,
.productdetails .productdetails-content .rev .cont4 .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}

.productdetails .productdetails-content .rev .cont4 .message .formbox .group textarea {
  height: 140px;
}

.productdetails .productdetails-content .rev .cont4 .message .func {
  margin-top: 30px;
}

.productdetails .productdetails-content .rev .cont4 .message .func .submit-group {
  width: 100%;
}

.productdetails .productdetails-content .rev .cont4 .message .func button {
  border: none;
}

.productdetails .productdetails-content .inquiry .pds-title {
  padding: 0 0 40px 0;
}

@media (max-width: 1440px) {
  .productdetails .productdetails-content .inquiry .pds-title {
    padding-bottom: 30px;
  }
}

@media (max-width: 1400px) {
  .productdetails .productdetails-content .inquiry .pds-title {
    padding-bottom: 20px;
  }
}

.productdetails .productdetails-content .inquiry .message {
  width: 100%;
}

.productdetails .productdetails-content .inquiry .message form {
  position: relative;
}

.productdetails .productdetails-content .inquiry .message .formbox .now-title {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .productdetails .productdetails-content .inquiry .message .formbox .now-title {
    margin-bottom: 12px;
  }
}

.productdetails .productdetails-content .inquiry .message .formbox .now-title input {
  width: 100%;
  border: none;
  background: #0050AB;
  padding: 13px 20px;
  color: #FFF;
  font-size: var(--size18);
  font-weight: 500;
  line-height: 166.667%;
}

.productdetails .productdetails-content .inquiry .message .formbox .row {
  list-style: none;
  margin: -10px -15px;
  padding: 0;
}

@media (max-width: 1440px) {
  .productdetails .productdetails-content .inquiry .message .formbox .row {
    margin: -8px;
  }
}

.productdetails .productdetails-content .inquiry .message .formbox li {
  padding: 10px 15px;
}

@media (max-width: 1440px) {
  .productdetails .productdetails-content .inquiry .message .formbox li {
    padding: 8px;
  }
}

.productdetails .productdetails-content .inquiry .message .formbox .group {
  position: relative;
}

.productdetails .productdetails-content .inquiry .message .formbox .group label {
  color: #666;
  font-size: var(--size16);
  line-height: 162.5%;
  display: block;
  margin-bottom: 4px;
}

.productdetails .productdetails-content .inquiry .message .formbox .group img {
  margin-left: 20px;
  height: 40px;
  width: auto;
}

@media (max-width: 767px) {
  .productdetails .productdetails-content .inquiry .message .formbox .group img {
    margin-left: 10px;
  }
}

.productdetails .productdetails-content .inquiry .message .formbox .group input,
.productdetails .productdetails-content .inquiry .message .formbox .group textarea {
  border: none;
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F8F8F8;
  color: #000;
  font-size: var(--size16);
  line-height: 110%;
  padding: 17px 23px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 767px) {

  .productdetails .productdetails-content .inquiry .message .formbox .group input,
  .productdetails .productdetails-content .inquiry .message .formbox .group textarea {
    padding: 14px;
  }
}

.productdetails .productdetails-content .inquiry .message .formbox .group input::placeholder,
.productdetails .productdetails-content .inquiry .message .formbox .group textarea::placeholder {
  color: #444;
}

.productdetails .productdetails-content .inquiry .message .formbox .group input:focus label,
.productdetails .productdetails-content .inquiry .message .formbox .group textarea:focus label {
  display: none;
}

.productdetails .productdetails-content .inquiry .message .formbox .group input:focus::placeholder,
.productdetails .productdetails-content .inquiry .message .formbox .group textarea:focus::placeholder {
  color: #CCC;
}

.productdetails .productdetails-content .inquiry .message .formbox .group textarea {
  height: 120px;
}

.productdetails .productdetails-content .inquiry .message .func {
  position: relative;
  z-index: 33;
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.productdetails .productdetails-content .inquiry .message .func .submit-group button {
  border: none;
  padding: 14px 34px;
}

.productdetails .productdetails-content .inquiry .message .func .upload-btn {
  cursor: pointer;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 34px;
  background-color: #000000;
  color: #FFF;
  font-size: var(--size16);
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .productdetails .productdetails-content .inquiry .message .func .upload-btn {
    padding: 10px 20px;
  }
}

.productdetails .productdetails-content .inquiry .message .func .upload-btn:hover {
  background-color: var(--colorh);
}

.productdetails .productdetails-content .inquiry .message .func .upload-btn span {
  flex: 1;
}

.productdetails .productdetails-content .inquiry .message .func .upload-btn::after {
  font-family: 'iconfont' !important;
  content: '\e62b';
  margin-left: 20px;
  color: #FFF;
  line-height: 1;
  font-size: 22px;
}

@media (max-width: 768px) {
  .productdetails .productdetails-content .inquiry .message .func .upload-btn::after {
    font-size: 18px;
    margin-left: 10px;
  }
}

.productdetails .productdetails-content .rpms {
  padding: var(--tp150) 0 var(--tp100) 0;
  overflow: hidden;
}

.productdetails .productdetails-content .rpms .cont5 {
  margin-top: 60px;
}

.control {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.control a {
  display: flex;
  align-items: center;
  color: #999;
  font-size: var(--size15);
  transition: all 0.3s;
}

@media (max-width: 1400px) {
  .control a {
    font-size: 13px;
  }
}

.control a.next {
  flex-direction: row-reverse;
}

.control a.next::before {
  margin-left: 12px;
  margin-right: 0;
}

.control a.prev::before {
  transform: rotate(180deg);
}

.control a:hover {
  color: #0050AB;
}

.control a:hover span {
  text-decoration: underline;
}

.control a:hover::before {
  background-color: var(--colorh2);
  color: #FFF;
}

.control a::before {
  font-family: 'iconfont' !important;
  content: '\e60a';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #333333;
  width: 40px;
  height: 40px;
  background-color: #F8F8F8;
  margin-right: 12px;
  transition: all 0.3s;
}

@media (max-width: 1400px) {
  .control a::before {
    width: 35px;
    height: 35px;
  }
}

.project {
  padding: var(--tp100) 0 var(--tp140) 0;
}

.project .index-title {
  width: 72%;
  margin: 0 auto;
}

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

.project .content {
  margin-top: 50px;
}

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

.project .content .navigation {
  justify-content: center;
}

.project-list {
  margin: -30px -15px;
}

@media (max-width: 1440px) {
  .project-list {
    margin: -20px -15px;
  }
}

@media (max-width: 992px) {
  .project-list {
    margin: -15px -12px;
  }
}

.project-list .item-box,
.project-list .slick-slide {
  padding: 30px 15px;
}

@media (max-width: 1440px) {

  .project-list .item-box,
  .project-list .slick-slide {
    padding: 20px 12px;
  }
}

@media (max-width: 992px) {

  .project-list .item-box,
  .project-list .slick-slide {
    padding: 15px 12px;
  }
}

@media (min-width: 768px) {

  .project-list .item-box .item:hover .img-box img,
  .project-list .slick-slide .item:hover .img-box img {
    transform: scale(1.1);
  }

  .project-list .item-box .item:hover .cont h3,
  .project-list .slick-slide .item:hover .cont h3 {
    color: var(--colorh2);
    text-decoration: underline;
  }
}

.project-list .item-box .item .img-box,
.project-list .slick-slide .item .img-box {
  padding-bottom: calc(226 / 390 * 100%);
}

.project-list .item-box .item .cont,
.project-list .slick-slide .item .cont {
  margin-top: 20px;
}

@media (max-width: 1200px) {

  .project-list .item-box .item .cont,
  .project-list .slick-slide .item .cont {
    margin-top: 15px;
  }
}

.project-list .item-box .item .cont h3,
.project-list .slick-slide .item .cont h3 {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 133.333%;
  margin-bottom: 6px;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 768px) {

  .project-list .item-box .item .cont h3,
  .project-list .slick-slide .item .cont h3 {
    font-size: 16px;
  }
}

.project-list .item-box .item .cont h3 a,
.project-list .slick-slide .item .cont h3 a {
  color: inherit !important;
}

.project-list .item-box .item .cont p,
.project-list .slick-slide .item .cont p {
  color: #666;
  font-size: 14px;
  line-height: 171.429%;
}

.solution {
  padding: var(--tp100) 0 var(--tp140) 0;
}

.solution .index-title {
  width: 72%;
  margin: 0 auto;
}

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

.solution .content {
  margin-top: 50px;
}

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

.solution .content .row-box {
  margin: -30px -15px;
}

@media (max-width: 1440px) {
  .solution .content .row-box {
    margin: -20px -15px;
  }
}

@media (max-width: 992px) {
  .solution .content .row-box {
    margin: -15px -12px;
  }
}

.solution .content .row-box .item-box {
  padding: 30px 15px;
}

@media (max-width: 1440px) {
  .solution .content .row-box .item-box {
    padding: 20px 12px;
  }
}

@media (max-width: 992px) {
  .solution .content .row-box .item-box {
    padding: 15px 12px;
  }
}

.solution .content .row-box .item-box .item:hover .img-box img {
  transform: scale(1.1);
}

.solution .content .row-box .item-box .item:hover .cont h3 {
  color: var(--colorh);
}

.solution .content .row-box .item-box .item:hover .cont h3 a {
  text-decoration: underline;
}

.solution .content .row-box .item-box .item:hover .cont h3::after {
  color: var(--colorh);
}

.solution .content .row-box .item-box .item .img-box {
  padding-bottom: calc(320 / 530 * 100%);
}

.solution .content .row-box .item-box .item .cont {
  margin-top: 20px;
}

.solution .content .row-box .item-box .item .cont h3 {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-size: var(--size20);
  font-weight: 500;
  margin-bottom: 11px;
  align-items: flex-start;
  transition: all 0.3s ease;
}

.solution .content .row-box .item-box .item .cont h3 a {
  flex: 1;
  color: inherit !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.solution .content .row-box .item-box .item .cont h3::after {
  font-family: 'iconfont' !important;
  content: '\e608';
  line-height: 1;
  font-size: 20px;
  color: var(--color);
  transition: all 0.3s ease;
}

.solution .content .row-box .item-box .item .cont p {
  color: #000;
  font-size: var(--size16);
  line-height: 150%;
}

.solution .content .navigation {
  justify-content: flex-start;
}

.solution-details .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 20px;
}

.solution-details .top .index-title h2 {
  text-align: left;
  margin: 0;
}

.solution-details .silsbx1 {
  padding-top: var(--tp100);
}

.solution-details .silsbx1 .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}

@media (max-width: 992px) {
  .solution-details .silsbx1 .box {
    flex-wrap: wrap;
  }
}

.solution-details .silsbx1 .box .left {
  width: calc(750 / 1650 * 100%);
  position: sticky;
  top: 120px;
  margin-right: var(--tp60);
}

@media (max-width: 992px) {
  .solution-details .silsbx1 .box .left {
    width: 100%;
    position: static;
    margin-bottom: 30px;
  }
}

.solution-details .silsbx1 .box .left img {
  width: 100%;
  height: auto;
}

.solution-details .silsbx1 .box .right {
  flex: 1;
}

.solution-details .silsbx1 .box .right .label {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 10px;
}

.solution-details .silsbx1 .box .right .label li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 24px;
  border-radius: 100px;
  background-color: #F2F9FD;
  color: #666;
  font-size: 14px;
  line-height: 185.714%;
}

@media (max-width: 992px) {
  .solution-details .silsbx1 .box .right .label li {
    font-size: 12px;
    padding: 4px 15px;
  }
}

.solution-details .silsbx1 .box .right .label li::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background-color: #0050AB;
}

@media (max-width: 992px) {
  .solution-details .silsbx1 .box .right .label li::before {
    width: 4px;
    height: 4px;
  }
}

.solution-details .silsbx1 .box .right .title {
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F3F3F3;
}

@media (max-width: 992px) {
  .solution-details .silsbx1 .box .right .title {
    margin-top: 25px;
    padding-bottom: 12px;
  }
}

.solution-details .silsbx1 .box .right .title h2 {
  color: #0050AB;
  font-family: "SpecialGothic";
  font-size: 58px;
  font-weight: 500;
  line-height: 103.448%;
  margin: 0;
}

@media (max-width: 1690px) {
  .solution-details .silsbx1 .box .right .title h2 {
    font-size: 50px;
  }
}

@media (max-width: 1440px) {
  .solution-details .silsbx1 .box .right .title h2 {
    font-size: 45px;
  }
}

@media (max-width: 1400px) {
  .solution-details .silsbx1 .box .right .title h2 {
    font-size: 40px;
  }
}

@media (max-width: 1200px) {
  .solution-details .silsbx1 .box .right .title h2 {
    font-size: 34px;
  }
}

@media (max-width: 992px) {
  .solution-details .silsbx1 .box .right .title h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .solution-details .silsbx1 .box .right .title h2 {
    font-size: 24px;
  }
}

.solution-details .silsbx1 .box .right .txt {
  margin-top: 20px;
}

.solution-details .silsbx1 .box .right .txt h4 {
  color: #000;
  font-size: var(--size20);
  font-weight: 500;
  line-height: 130%;
  margin: 30px 0 4px 0;
}

.solution-details .silsbx1 .box .right .txt h4:first-of-type {
  margin-top: 0;
}

.solution-details .silsbx1 .box .right .txt p,
.solution-details .silsbx1 .box .right .txt li {
  color: #666;
  font-size: var(--size16);
  line-height: 162.5%;
}

.solution-details .silsbx1 .box .right .txt ul {
  list-style: none !important;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.solution-details .silsbx1 .box .right .txt ul li {
  padding-left: 22px;
  position: relative;
}

@media (max-width: 992px) {
  .solution-details .silsbx1 .box .right .txt ul li {
    padding-left: 18px;
  }
}

.solution-details .silsbx1 .box .right .txt ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  background-color: var(--colorh2);
  border-radius: 50%;
  display: inline-block;
}

@media (max-width: 992px) {
  .solution-details .silsbx1 .box .right .txt ul li::before {
    width: 6px;
    height: 6px;
  }
}

.solution-details .silsbx1 .box .right .control {
  margin-top: var(--tp60);
}

.solution-details .silsbx2 {
  margin-top: var(--tp160);
}

.solution-details .silsbx2 .content {
  margin-top: 60px;
}

.solution-details .silsbx3 {
  padding: var(--tp120) 0 var(--tp140) 0;
}

.solution-details .silsbx3 .content {
  margin-top: var(--tp60);
}

.news {
  padding: var(--tp100) 0 var(--tp140) 0;
}

.news .content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 1400px) {
  .news .content {
    gap: 30px;
  }
}

@media (max-width: 992px) {
  .news .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .news .content {
    grid-template-columns: repeat(1, 1fr);
  }
}

.news .content .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #F9F9F9;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .news .content .list:hover {
    background-color: rgba(2, 130, 210, 0.1);
  }

  .news .content .list:hover .cont-img img {
    transform: scale(1.1);
  }

  .news .content .list:hover .cont .txt h3 a {
    background: linear-gradient(90deg, #0050AB 0%, #018FE8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: underline;
  }
}

.news .content .list .cont-img {
  width: calc(450 / 1650 * 100%);
}

@media (max-width: 992px) {
  .news .content .list .cont-img {
    width: 100%;
  }
}

.news .content .list .cont-img .img-box {
  padding-bottom: calc(255 / 450 * 100%);
}

.news .content .list .cont {
  flex: 1;
  padding: 20px 0;
  padding-left: 70px;
}

@media (max-width: 1690px) {
  .news .content .list .cont {
    padding-left: 50px;
  }
}

@media (max-width: 1440px) {
  .news .content .list .cont {
    padding-left: 30px;
  }
}

@media (max-width: 992px) {
  .news .content .list .cont {
    padding-left: 0px;
    padding: 20px;
  }
}

.news .content .list .cont .txt {
  width: 83%;
}

@media (max-width: 1200px) {
  .news .content .list .cont .txt {
    width: 90%;
  }
}

@media (max-width: 992px) {
  .news .content .list .cont .txt {
    width: 100%;
  }
}

.news .content .list .cont .txt h3 {
  color: #333;
  font-size: var(--size22);
  font-weight: 500;
  margin: 0;
}

.news .content .list .cont .txt h3 a {
  color: #333;
  transition: all 0.3s ease-in-out;
  -webkit-text-fill-color: #333;
}

.news .content .list .cont .txt time {
  display: block;
  margin: 16px 0;
  color: #999;
  font-size: 14px;
  line-height: 157.143%;
}

@media (max-width: 1400px) {
  .news .content .list .cont .txt time {
    margin: 12px 0;
  }
}

.news .content .list .cont .txt p {
  color: #666;
  font-size: var(--size18);
  line-height: 166.667%;
}

@media (max-width: 1400px) {
  .news .content .list .cont .txt p {
    font-size: var(--size16);
  }
}

.news .navigation {
  justify-content: flex-start;
}

.contact {
  padding: var(--tp100) 0 var(--tp160) 0;
}

.contact .cttbx1 .content .row-box {
  margin: -15px;
}

@media (max-width: 768px) {
  .contact .cttbx1 .content .row-box {
    margin: -10px;
  }
}

.contact .cttbx1 .content .row-box .item-box {
  padding: 15px;
}

@media (max-width: 768px) {
  .contact .cttbx1 .content .row-box .item-box {
    padding: 10px;
  }
}

.contact .cttbx1 .content .row-box .item-box .item {
  height: 100%;
  border: 1px solid #DDD;
  padding: 20px;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .contact .cttbx1 .content .row-box .item-box .item:hover {
    background-color: #0282D2;
  }

  .contact .cttbx1 .content .row-box .item-box .item:hover .iconfont {
    background-color: #FFF;
    color: var(--colorh);
    animation: swing 1s 0s ease both;
  }

  .contact .cttbx1 .content .row-box .item-box .item:hover h4 {
    color: #FFF;
  }

  .contact .cttbx1 .content .row-box .item-box .item:hover .p1 a {
    color: #FFF;
    text-decoration: underline;
  }

  .contact .cttbx1 .content .row-box .item-box .item:hover .p2 {
    color: #FFFFFFCC;
  }

  .contact .cttbx1 .content .row-box .item-box .item:hover .p3 {
    color: #FFF;
  }
}

.contact .cttbx1 .content .row-box .item-box .item .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  background-color: #0282D2;
  line-height: 1;
  color: #FFF;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .contact .cttbx1 .content .row-box .item-box .item .iconfont {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}

.contact .cttbx1 .content .row-box .item-box .item h4 {
  margin-top: 14px;
  margin-bottom: 23px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .contact .cttbx1 .content .row-box .item-box .item h4 {
    font-size: 16px;
  }
}

.contact .cttbx1 .content .row-box .item-box .item p {
  word-wrap: break-word;
}

.contact .cttbx1 .content .row-box .item-box .item .p1 {
  color: #666;
  font-family: "PublicSans";
  font-size: 18px;
  font-weight: 300;
  line-height: 110%;
}

@media (max-width: 768px) {
  .contact .cttbx1 .content .row-box .item-box .item .p1 {
    font-size: 16px;
  }
}

.contact .cttbx1 .content .row-box .item-box .item .p1 a {
  color: #666;
  transition: all 0.3s ease-in-out;
}

.contact .cttbx1 .content .row-box .item-box .item .p2 {
  margin-top: 10px;
  color: rgba(102, 102, 102, 0.8);
  font-family: "PublicSans";
  font-size: var(--size16);
  font-weight: 300;
  line-height: 150%;
  transition: all 0.3s ease-in-out;
}

.contact .cttbx1 .content .row-box .item-box .item .p3 {
  color: #666;
  font-family: "PublicSans";
  font-size: 18px;
  font-weight: 300;
  line-height: 144.444%;
}

@media (max-width: 768px) {
  .contact .cttbx1 .content .row-box .item-box .item .p3 {
    font-size: 16px;
  }
}

.contact .cttbx2 {
  margin-top: var(--tp120);
}

.contact .cttbx2 .message {
  width: 100%;
  margin-top: var(--tp60);
}

.contact .cttbx2 .message form {
  position: relative;
}

.contact .cttbx2 .message .formbox .row {
  list-style: none;
  margin: -10px -15px;
  padding: 0;
}

@media (max-width: 1440px) {
  .contact .cttbx2 .message .formbox .row {
    margin: -8px;
  }
}

.contact .cttbx2 .message .formbox li {
  padding: 10px 15px;
}

@media (max-width: 1440px) {
  .contact .cttbx2 .message .formbox li {
    padding: 8px;
  }
}

.contact .cttbx2 .message .formbox .group {
  position: relative;
}

.contact .cttbx2 .message .formbox .group label {
  color: #666;
  font-size: var(--size16);
  line-height: 162.5%;
  display: block;
  margin-bottom: 4px;
}

.contact .cttbx2 .message .formbox .group img {
  margin-left: 20px;
  height: 40px;
  width: auto;
}

@media (max-width: 767px) {
  .contact .cttbx2 .message .formbox .group img {
    margin-left: 10px;
  }
}

.contact .cttbx2 .message .formbox .group input,
.contact .cttbx2 .message .formbox .group textarea {
  border: none;
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F8F8F8;
  color: #000;
  font-size: var(--size16);
  line-height: 110%;
  padding: 17px 23px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 767px) {

  .contact .cttbx2 .message .formbox .group input,
  .contact .cttbx2 .message .formbox .group textarea {
    padding: 14px;
  }
}

.contact .cttbx2 .message .formbox .group input::placeholder,
.contact .cttbx2 .message .formbox .group textarea::placeholder {
  color: #444;
}

.contact .cttbx2 .message .formbox .group input:focus label,
.contact .cttbx2 .message .formbox .group textarea:focus label {
  display: none;
}

.contact .cttbx2 .message .formbox .group input:focus::placeholder,
.contact .cttbx2 .message .formbox .group textarea:focus::placeholder {
  color: #CCC;
}

.contact .cttbx2 .message .formbox .group textarea {
  height: 120px;
}

.contact .cttbx2 .message .func {
  position: relative;
  z-index: 33;
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.contact .cttbx2 .message .func .submit-group button {
  border: none;
  padding: 14px 34px;
}

.contact .cttbx2 .message .func .upload-btn {
  cursor: pointer;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 34px;
  background-color: #000000;
  color: #FFF;
  font-size: var(--size16);
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .contact .cttbx2 .message .func .upload-btn {
    padding: 10px 20px;
  }
}

.contact .cttbx2 .message .func .upload-btn:hover {
  background-color: var(--colorh);
}

.contact .cttbx2 .message .func .upload-btn span {
  flex: 1;
}

.contact .cttbx2 .message .func .upload-btn::after {
  font-family: 'iconfont' !important;
  content: '\e62b';
  margin-left: 20px;
  color: #FFF;
  line-height: 1;
  font-size: 22px;
}

@media (max-width: 768px) {
  .contact .cttbx2 .message .func .upload-btn::after {
    font-size: 18px;
    margin-left: 10px;
  }
}

.review-box p {
  margin: 0 0 0 20px;
  color: #666;
  font-size: var(--size16);
  line-height: 150%;
}

@media (max-width: 1199px) {
  .review-box p {
    font-size: 16px;
    margin: 0 0 0 10px;
  }
}

.review-box .ratingbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0;
  border-radius: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-box .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 0px;
  -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;
}

.review-box .ratingbox .rating input {
  display: none !important;
}

.review-box .ratingbox .rating input:checked~label:before {
  content: '\e611';
}

.review-box .ratingbox .rating label {
  font-size: 21px;
  margin-right: 5px;
  cursor: pointer;
  color: #0282D2;
}

.review-box .ratingbox .rating label:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  content: '\e6e8';
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.review-box .ratingbox .rating label:hover:before,
.review-box .ratingbox .rating label:hover~label:before {
  content: '\e611';
}

@media (max-width: 768px) {
  .review-box .ratingbox .rating label {
    font-size: 18px;
  }
}

.pen .ratingbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  border: 1px solid #F0F0F0;
  background: #F5F5F5;
  padding: 13px 23px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pen .ratingbox p {
  color: #666;
  font-size: var(--size16);
  line-height: 150%;
}

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

.pen .ratingbox .rating input {
  display: none !important;
}

.pen .ratingbox .rating input:checked~label:before {
  content: '\e600';
}

.pen .ratingbox .rating label {
  font-size: 15px;
  margin-left: 5px;
  cursor: pointer;
  color: var(--colorh);
}

.pen .ratingbox .rating label:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  content: '\e601';
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pen .ratingbox .rating label:hover:before,
.pen .ratingbox .rating label:hover~label:before {
  content: '\e600';
}

.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: "\e604";
  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;
}

.newsdetails {
  margin: 140px 0;
  margin-bottom: 0;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .newsdetails {
    margin: 110px 0;
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .newsdetails {
    margin: 80px 0;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .newsdetails {
    margin-bottom: 0;
    margin: 45px 0;
  }
}

@media (max-width: 767px) {
  .newsdetails {
    padding: 0;
  }
}

.newsdetails .inquiry {
  margin-top: 40px;
}

.newsdetails .index-title h2 {
  font-size: 30px;
}

@media (max-width: 575px) {
  .newsdetails .index-title h2 {
    font-size: 20px;
  }
}

.newsdetails .title {
  margin-bottom: 40px;
}

.newsdetails .title h2 {
  text-align: left;
  margin-bottom: 20px;
}

.newsdetails .title p {
  font-size: var(--size18);
  color: var(--color);
  text-align: left;
}

.newsdetails .cont {
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 767px) {
  .newsdetails .cont {
    margin-top: 0;
  }
}

.newsdetails .cont .table-box {
  overflow-x: auto;
}

.newsdetails .cont ul {
  margin-top: 10px;
  list-style: none;
}

.newsdetails .cont ul li {
  margin: 5px 0;
  margin-left: 15px;
}

.newsdetails .cont p,
.newsdetails .cont li,
.newsdetails .cont td {
  font-size: var(--size18);
  line-height: 150%;
  margin: 0;
}

@media (max-width: 575px) {

  .newsdetails .cont p,
  .newsdetails .cont li,
  .newsdetails .cont td {
    font-size: 14px;
  }
}

.newsdetails .share {
  align-items: center;
  margin-top: 30px;
}

.newsdetails .share a {
  margin-left: 10px;
}

.newsdetails .relate-details {
  font-size: 0;
  padding-top: 20px;
}

@media (max-width: 991px) {
  .newsdetails .relate-details {
    margin-top: 40px;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .newsdetails .relate-details {
    margin-top: 0;
  }
}

.newsdetails .relate-details ul li {
  margin-top: 10px;
  list-style: none;
}

.newsdetails .relate-details a {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  height: 36px;
  padding-left: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  vertical-align: middle;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media (max-width: 767px) {
  .newsdetails .relate-details a {
    font-size: 14px;
  }
}

.newsdetails .relate-details a:before {
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  font-family: 'iconfont' !important;
  font-size: 14px;
  content: '\e60a';
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: var(--color);
}

.newsdetails .relate-details a:hover {
  color: var(--colorh);
}

.newsdetails .relate-details a:hover:before {
  color: #fff;
  background-color: var(--colorh);
}

.newsdetails .relate-details .prev a:before {
  content: '\e60a';
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.newsdetails .cttbx2 {
  margin-top: 50px;
  padding-top: 0;
}

.newsdetails .pen {
  margin-top: 30px;
}

.newsdetails .pen .message {
  margin-top: 30px;
}

.newsdetails .pen .message li {
  padding: 0;
}

.newsdetails .cttbx2 {
  padding-bottom: var(--tp120);
}

.newsdetails .cttbx2 .index-title h2 {
  text-align: left;
}

.newsdetails .cttbx2 .message {
  width: 100%;
  margin-top: 30px;
}

.newsdetails .cttbx2 .message form {
  position: relative;
}

.newsdetails .cttbx2 .message .formbox .row {
  list-style: none;
  margin: -10px -15px;
  padding: 0;
}

@media (max-width: 1440px) {
  .newsdetails .cttbx2 .message .formbox .row {
    margin: -8px;
  }
}

.newsdetails .cttbx2 .message .formbox li {
  padding: 10px 15px;
}

@media (max-width: 1440px) {
  .newsdetails .cttbx2 .message .formbox li {
    padding: 8px;
  }
}

.newsdetails .cttbx2 .message .formbox .group {
  position: relative;
}

.newsdetails .cttbx2 .message .formbox .group label {
  color: #666;
  font-size: var(--size16);
  line-height: 162.5%;
  display: block;
  margin-bottom: 4px;
}

.newsdetails .cttbx2 .message .formbox .group img {
  margin-left: 20px;
  height: 40px;
  width: auto;
}

@media (max-width: 767px) {
  .newsdetails .cttbx2 .message .formbox .group img {
    margin-left: 10px;
  }
}

.newsdetails .cttbx2 .message .formbox .group input,
.newsdetails .cttbx2 .message .formbox .group textarea {
  border: none;
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F8F8F8;
  color: #000;
  font-size: var(--size16);
  line-height: 110%;
  padding: 17px 23px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 767px) {

  .newsdetails .cttbx2 .message .formbox .group input,
  .newsdetails .cttbx2 .message .formbox .group textarea {
    padding: 14px;
  }
}

.newsdetails .cttbx2 .message .formbox .group input::placeholder,
.newsdetails .cttbx2 .message .formbox .group textarea::placeholder {
  color: #444;
}

.newsdetails .cttbx2 .message .formbox .group input:focus label,
.newsdetails .cttbx2 .message .formbox .group textarea:focus label {
  display: none;
}

.newsdetails .cttbx2 .message .formbox .group input:focus::placeholder,
.newsdetails .cttbx2 .message .formbox .group textarea:focus::placeholder {
  color: #CCC;
}

.newsdetails .cttbx2 .message .formbox .group textarea {
  height: 120px;
}

.newsdetails .cttbx2 .message .func {
  position: relative;
  z-index: 33;
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.newsdetails .cttbx2 .message .func .submit-group button {
  border: none;
  padding: 14px 34px;
}

.newsdetails .cttbx2 .message .func .upload-btn {
  cursor: pointer;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 34px;
  background-color: #000000;
  color: #FFF;
  font-size: var(--size16);
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .newsdetails .cttbx2 .message .func .upload-btn {
    padding: 10px 20px;
  }
}

.newsdetails .cttbx2 .message .func .upload-btn:hover {
  background-color: var(--colorh);
}

.newsdetails .cttbx2 .message .func .upload-btn span {
  flex: 1;
}

.newsdetails .cttbx2 .message .func .upload-btn::after {
  font-family: 'iconfont' !important;
  content: '\e62b';
  margin-left: 20px;
  color: #FFF;
  line-height: 1;
  font-size: 22px;
}

@media (max-width: 768px) {
  .newsdetails .cttbx2 .message .func .upload-btn::after {
    font-size: 18px;
    margin-left: 10px;
  }
}

.sitmap {
  padding: 100px 0;
  overflow: hidden;
}

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

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

@media (max-width: 767px) {
  .sitmap {
    margin-top: 0;
  }
}

.sitmap h2 {
  font-size: 45px;
  font-weight: 500;
  color: var(--color);
}

@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: var(--colorh);
}

.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;
  flex-direction: column;
  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: var(--color);
  font-size: 16px;
  display: block;
  padding: 0;
  transition: color 0.3s ease;
  padding-left: 10px;
  border: none;
}

.sitmap ul li ul li ul ul {
  flex-direction: row;
}

.sitmap ul li ul li ul ul li a {
  font-size: 14px;
}

.sitmap ul li ul li ul ul li a:hover>a {
  color: var(--colorh2) !important;
  text-decoration: underline;
}

.privalcy {
  padding: 100px 0;
  overflow: hidden;
}

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

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

@media (max-width: 767px) {
  .privalcy {
    margin-top: 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;
  }
}

.navigation {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .navigation {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.pagination {
  margin: 120px 0 0 0;
}

@media (max-width: 1680px) {
  .pagination {
    margin: 80px 0 0 0;
  }
}

@media (max-width: 1400px) {
  .pagination {
    margin: 60px 0 0 0;
  }
}

@media (max-width: 1199px) {
  .pagination {
    margin: 40px 0 0 0;
  }
}

@media (max-width: 991px) {
  .pagination {
    margin: 30px 0 0 0;
  }
}

@media (max-width: 767px) {
  .pagination {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.pagination .li {
  display: flex;
  align-items: center;
  margin: 0px 8px;
}

@media (max-width: 992px) {
  .pagination .li {
    margin: 0 4px;
  }
}

.pagination .li.prev a,
.pagination .li.next a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .li.prev a::before,
.pagination .li.next a::before {
  font-family: 'iconfont' !important;
  font-size: 18px;
  display: block;
  content: '\e60a';
  color: #333333;
  line-height: 1;
  transition: all 0.3s;
}

.pagination .li.prev a:hover::before,
.pagination .li.next a:hover::before {
  color: #FFF;
}

.pagination .li.prev a:before {
  transform: rotate(180deg);
}

.pagination .li a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  width: 40px;
  height: 40px;
  background-color: #F8F8F8;
  color: #333;
  font-size: var(--size15);
  text-align: center;
  text-transform: capitalize;
}

.pagination .li a.have-more {
  color: #000 !important;
  background-color: transparent !important;
  width: auto !important;
  height: auto !important;
  line-height: auto !important;
}

.pagination .active>a,
.pagination .active>a:focus,
.pagination .active>a:hover,
.pagination .active>span,
.pagination .active>span:focus,
.pagination .active>span:hover {
  color: #FFF;
  background-color: #0050AB;
}

.pagination .li>a:focus,
.pagination .li>a:hover,
.pagination .li>span:focus,
.pagination .li>span:hover {
  color: #FFF;
  background-color: #0050AB;
}

.inquiry-wrap {
  margin-top: var(--tp120);
  overflow: hidden;
}

.inquiry-wrap .index-title {
  text-align: center;
}

.inquiry-wrap a {
  color: #666;
  text-decoration: none;
}

.inquiry-wrap .size-list-box {
  padding-right: 15px;
}

.inquiry-wrap .size-list-box span {
  color: #fff;
  background-color: var(--color);
  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: var(--color);
  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 var(--color);
  border-top: none;
}

.inquiry-wrap .inquiry-box .list>li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid var(--color);
}

.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 {
  padding-bottom: var(--tp120);
}

.inquiry-wrap .content .inquiry-box {
  margin-bottom: 80px;
}

@media (max-width: 1199px) {
  .inquiry-wrap .content .inquiry-box {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .inquiry-wrap .content .inquiry-box {
    margin-bottom: 20px;
  }
}

.inquiry-wrap .content .message {
  width: 100%;
  margin-top: 30px;
}

.inquiry-wrap .content .message form {
  position: relative;
}

.inquiry-wrap .content .message .formbox .now-title {
  margin-bottom: 17px;
}

@media (max-width: 992px) {
  .inquiry-wrap .content .message .formbox .now-title {
    margin-bottom: 12px;
  }
}

.inquiry-wrap .content .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #222;
  padding: 17px 23px;
  color: #FFF;
  font-size: var(--size15);
  font-weight: 500;
  line-height: 110%;
}

@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .now-title input {
    padding: 14px;
  }
}

.inquiry-wrap .content .message .formbox .row {
  list-style: none;
  margin: -10px;
  padding: 0;
}

@media (max-width: 1440px) {
  .inquiry-wrap .content .message .formbox .row {
    margin: -8px;
  }
}

.inquiry-wrap .content .message .formbox li {
  padding: 10px;
}

@media (max-width: 1440px) {
  .inquiry-wrap .content .message .formbox li {
    padding: 8px;
  }
}

.inquiry-wrap .content .message .formbox .group {
  position: relative;
}

.inquiry-wrap .content .message .formbox .group img {
  margin-left: 20px;
  height: 40px;
  width: auto;
}

@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .group img {
    margin-left: 10px;
  }
}

.inquiry-wrap .content .message .formbox .group input,
.inquiry-wrap .content .message .formbox .group textarea {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #000;
  background: #FFF;
  color: #444;
  font-size: var(--size16);
  line-height: 110%;
  padding: 17px 23px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 767px) {

  .inquiry-wrap .content .message .formbox .group input,
  .inquiry-wrap .content .message .formbox .group textarea {
    padding: 14px;
  }
}

.inquiry-wrap .content .message .formbox .group input::placeholder,
.inquiry-wrap .content .message .formbox .group textarea::placeholder {
  color: #444;
}

.inquiry-wrap .content .message .formbox .group input:focus label,
.inquiry-wrap .content .message .formbox .group textarea:focus label {
  display: none;
}

.inquiry-wrap .content .message .formbox .group input:focus::placeholder,
.inquiry-wrap .content .message .formbox .group textarea:focus::placeholder {
  color: #CCC;
}

.inquiry-wrap .content .message .formbox .group textarea {
  height: 256px;
}

@media (max-width: 992px) {
  .inquiry-wrap .content .message .formbox .group textarea {
    height: 150px;
  }
}

.inquiry-wrap .content .message .func {
  margin-top: 26px;
}

.inquiry-wrap .content .message .func .submit-group {
  width: 100%;
  text-align: right;
}

.inquiry-wrap .content .message .func button {
  background-color: transparent;
  border: none;
  padding: 13px 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: var(--color);
  color: #FFF;
  text-align: center;
  font-size: var(--size16);
  line-height: 100%;
  transition: all 0.3s ease;
}

.inquiry-wrap .content .message .func button:hover {
  background-color: var(--colorh);
}

.popular .search-none {
  margin-top: 40px;
}

@media (max-width: 1400px) {
  .popular .search-none {
    margin-top: 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;
}

.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 {
  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 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
}

.popbox .contbox .contact-message .box .right {
  flex: 1;
  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 {
    padding: 30px 20px;
  }
}

.popbox .contbox .contact-message .box .right .title h2 {
  text-align: center;
  color: #222;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.6px;
  margin-bottom: 16px;
}

@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: 24px;
    margin-bottom: 10px;
  }
}

.popbox .contbox .contact-message .box .right .title p {
  color: #444;
  text-align: center;
  font-size: 14px;
  line-height: 142.857%;
}

.popbox .contbox .contact-message .box .right .message {
  width: 100%;
  margin-top: 50px;
}

@media (max-width: 1400px) {
  .popbox .contbox .contact-message .box .right .message {
    margin-top: 30px;
  }
}

.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 {
  text-align: center;
  color: #222;
  font-size: 14px;
  line-height: 110%;
  margin-top: 35px;
}

.popbox .contbox .contact-message .box .right .message .formbox li p a {
  color: var(--colorh);
}

.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: 1px solid #F0F0F0;
  background: #F5F5F5;
  color: #444;
  font-size: 15px;
  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 .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;
  padding: 12px 50px;
  color: #FFF;
  font-size: var(--size16);
  line-height: 110%;
  border-radius: 6px;
  background-color: #222;
  transition: all 0.4s;
}

.popbox .contbox .contact-message .box .right .message .func .submit-group button:hover {
  background-color: var(--colorh);
}

.popbox .contbox .contact-message .box .right .message .func .upload {
  color: #000;
}

.open-lock {
  display: inline-flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  bottom: 80px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #059744;
  cursor: pointer;
}

.open-lock:hover img {
  transform: scale(1.06);
}

@media (max-width: 1200px) {
  .open-lock {
    display: none;
  }
}

.open-lock img {
  max-height: 32px;
  width: auto;
  color: #FFF;
  transition: all 0.3s ease;
}

.open-lock span {
  font-size: 12px;
  color: #fff;
  margin-top: 5px;
}

.open-form {
  position: fixed;
  width: 450px;
  height: auto;
  z-index: 9999;
  background: #fff;
  bottom: 0;
  right: 0;
  /* display: none; */
  padding: 30px;
  border-top: 5px solid #059744;
  transition: all 0.4s ease;
}

.open-form .tit h2 {
  color: #171415;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}

@media (max-width: 1200px) {
  .open-form .tit h2 {
    font-size: 24px;
  }
}

.open-form .txt {
  padding-top: 10px;
}

.open-form .txt p {
  color: #5E6160;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 1200px) {
  .open-form .txt p {
    font-size: 14px;
  }
}

.open-form .close {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
}

.open-form .close .iconfont {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  color: #222;
  font-size: 22px;
  /* font-weight: 600; */
  /* transform: rotate(-45deg); */
  cursor: pointer;
  transition: all 0.3s linear;
}

.open-form .common-form {
  padding-top: 25px;
}

.open-form .common-form ul {
  list-style: none;
}

.open-form .common-form li {
  margin-bottom: 15px;
}

.open-form .common-form input,
.open-form .common-form textarea {
  border-radius: 0;
  border: 1px solid #ccc;
  font-size: 14px;
  background: #fff;
  width: 100%;
  color: #4C4C4C;
  padding: 0 20px;
}

.open-form .common-form input:focus,
.open-form .common-form textarea:focus {
  border-color: #059744;
}

.open-form .common-form input {
  line-height: 45px;
}

.open-form .common-form textarea {
  padding: 10px 20px;
}

.open-form .common-form .func {
  margin-top: 15px;
  text-align: center;
}

.open-form .common-form .func button {
  width: auto;
  min-width: 150px;
  line-height: 46px;
  text-align: center;
  border-radius: 30px;
  background: #059744;
  color: #fff;
  border: none;
  padding: 0 60px;
  transition: all 0.4s;
}

.open-form .common-form .func button:hover {
  background: #004D00;
  text-decoration: underline;
}




.capacity-right .cont2 {
  margin-top: 40px;
}

.capacity-right .cont2 .prev-next {
  margin: 0 auto;
  margin-top: 30px;

}
.capacity-slick .slick-list {
  margin: 0 -15px;
}

@media (max-width: 1400px) {
  .capacity-slick .slick-list {
    margin: 0 -12px;
  }
}

.capacity-slick .slick-list .slick-slide {
  padding: 0 15px;
}

@media (max-width: 1400px) {
  .capacity-slick .slick-list .slick-slide {
    padding: 0 12px;
  }
}

.capacity-slick .item {
  position: relative;
}

@media (min-width: 768px) {
  .capacity-slick .item:hover .img-box img {
    transform: scale(1.1);
  }
}

.capacity-slick .item .img-box {
  padding-bottom: calc(420 / 850 * 100%);
}