:root {
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
  --font_0: bold clamp(2.25rem, 5.794rem, 4.688rem) / 1.4em "Microsoft YaHei", sans-serif;
  --font_1: bold clamp(1.875rem, 5.147rem, 4.125rem) / 1.4em "Microsoft YaHei", sans-serif;
  --font_2: bold clamp(1.625rem, 4.266rem, 3.438rem) / 1.4em "Microsoft YaHei", sans-serif;
  --font_3: bold clamp(1.25rem, 2.891rem, 2.375rem) / 1.4em "Microsoft YaHei", sans-serif;
  --font_4: normal clamp(1.125rem, 2.669rem, 2.188rem) / 1.4em "Microsoft YaHei", sans-serif;
  --font_5: bold clamp(1.125rem, 1.94rem, 1.688rem) / 1.4em "Microsoft YaHei", sans-serif;
  --font_6: normal clamp(1.125rem, 1.669rem, 1.5rem) / 1.4em "Microsoft YaHei", sans-serif;
  --font_7: normal clamp(1rem, 1.544rem, 1.375rem) / 1.4em "Microsoft YaHei", sans-serif;
  --font_8: normal normal normal 16px / 1.4em "Microsoft YaHei", sans-serif;
  --font_9: normal normal normal 14px / 1.4em "Microsoft YaHei", sans-serif;
  --font_10: normal normal normal 12px / 1.4em "Microsoft YaHei", sans-serif;
  --sjy-font-style-h2: var(--font_2);
  --sjy-font-style-h3: var(--font_3);
  --sjy-font-style-h4: var(--font_4);
  --sjy-font-style-h5: var(--font_5);
  --sjy-font-style-h6: var(--font_6);
  --sjy-font-style-body-large: var(--font_7);
  --sjy-font-style-body-medium: var(--font_8);
  --sjy-font-style-body-small: var(--font_9);
  --sjy-font-style-body-x-small: var(--font_10);
  --z100-color: rgba(var(--zz-color), var(--opacity100));
  --f80-color: rgba(var(--zz-color), var(--opacity80));
  --d50-color: rgba(var(--zz-color), var(--opacity50));
  --s100-color: rgba(var(--ss-color), var(--opacity100));
  --s80-color: rgba(var(--ss-color), var(--opacity80));
  --x-linearbg: linear-gradient(var(--x), var(--s100-color) 0%, var(--s100-color) 100%);
  --y-linearbg: linear-gradient(var(--y), var(--s100-color) 0%, var(--s100-color) 100%);
  --x: 90deg;
  --y: 180deg;
  --opacity50: 0.5;
  --opacity80: 0.8;
  --opacity100: 1;
  --cw: 15rem;
  --ease: ease;
  --easein: ease-in;
  --easeout: ease-out;
  --easeinout: ease-in-out;
  --text-32-60: clamp(2rem, 4.071rem, 3.75rem);
  --text-28-52: clamp(1.75rem, 3.526rem, 3.25rem);
  --text-24-40: clamp(1.5rem, 2.684rem, 2.5rem);
  --text-20-32: clamp(1.25rem, 2.138rem, 2rem);
  --text-18-24: clamp(1.125rem, 1.574rem, 1.5rem);
  --text-16-18: clamp(1rem, 1.153rem, 1.125rem);
  --text-14-16: clamp(0.875rem, 1.028rem, 1rem);
  --text-12-14: clamp(0.75rem, 0.903rem, 0.875rem);
  --text-16: 16px;
  --text-14: 14px;
  --text-12: 12px;
  --text-10: 10px;
  --shadow: 0 0 30px rgba(0, 0, 0, 0.07);
  --br: 10px;
  --bg: #f6f7f8;
  --f: #fff;
  --0: #000;
  --1: #111;
  --6: #666;
  --9: #999;
  --d: #ddd;
  --f6: #f6f6f6;
  --bc: #154a93;
  --bl: #eaf3ff;
  --ac: #e27c11;
  --ztcolor: #103047;
  --ztcolorh: #f16600;
  --ztcolorh2: #f16600;
}
input:focus {
  outline: none;
}
p {
  margin-bottom: 0;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box:hover img {
  transform: scale(1.06);
}
.img-box img {
  transition: all 0.4s;
}
.img-box img,
.img-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/ajax-loader.gif) no-repeat center;
}
.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.loaded {
  background-size: cover;
}
.table-box {
  overflow-x: auto;
}
table {
  width: 100% !important;
  height: auto !important;
}
table tr:nth-child(1) {
  background: var(--ztcolor);
}
table tr:nth-child(1) td {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  color: #fff;
}
table tr td {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  padding: 10px;
}
.fancybox-slide--iframe .fancybox-content {
  width: 100%;
  max-width: 80%;
  height: 100%;
  min-height: 50%;
  max-height: 80%;
  margin: 0;
}
.fancybox-slide--video video {
  max-width: 80%;
  padding: 0;
}
.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
  padding: 0;
  margin: 0 -5px !important;
  font-size: 0 !important;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
.fszero {
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.fszero h1 {
  margin: 0;
}
@media (max-width: 990px) {
  .container2 {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .fancybox-slide--video video {
    max-width: 95%;
  }
}
.fancybox-slide > video {
  padding: 0;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1410px;
  }
}
@media (min-width: 1430px) {
  .container.con1400 {
    max-width: 1400px;
  }
}
@media (min-width: 1470px) {
  .container.con1440 {
    max-width: 1440px;
  }
}
@media (min-width: 1630px) {
  .container.con1600 {
    max-width: 1600px;
  }
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.woff2') format('woff2'), url('../fonts/Oswald-Bold.woff') format('woff'), url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Medium.woff2') format('woff2'), url('../fonts/Oswald-Medium.woff') format('woff'), url('../fonts/Oswald-Medium.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Regular.woff2') format('woff2'), url('../fonts/Oswald-Regular.woff') format('woff'), url('../fonts/Oswald-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Light.woff2') format('woff2'), url('../fonts/Oswald-Light.woff') format('woff'), url('../fonts/Oswald-Light.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
body {
  font-family: "Arial", 'Microsoft YaHei', "Helvetica", "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  transition: all 0.3s;
}
.overhide {
  overflow: hidden;
}
.header.scrolled {
  top: 0;
}
.header {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 0;
  transition: all 0.5s;
  overflow-x: clip;
  background-color: #103047;
  background-image: url(../img/header-b1.webp);
  background-size: 3px 3px;
}
@media (max-width: 768px) {
  .header {
    background: #fff;
  }
}
.header .box {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .header .box1 {
    display: none;
  }
}
.header .box1 .box {
  display: flex;
  justify-content: space-between;
}
.header .box1 .box p {
  padding: 13px 0;
}
.header .box1 .box p,
.header .box1 .box a {
  line-height: 1;
  font_radio: 2;
  display-radio: -webkit-box;
  color: #ffffff;
  font-family: Arial;
  font-size: 12px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.header .box1 .box ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.header .box1 .box ul li:last-child a {
  padding-right: 0;
  border: none;
}
.header .box1 .box a {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0px 7px;
  display: inline-block;
}
.header .box2 {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding: 10px 0;
}
@media (max-width: 1200px) {
  .header .box2 {
    background-color: #FFF;
    overflow: hidden;
    padding: 0;
  }
}
.header .box2 .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .header .box2 .box {
    padding: 0;
    padding-left: 15px;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .header .box2 .box .header-logo {
    margin: 10px 0;
    flex: 0 0 80%;
  }
}
.header .box2 .box .header-logo img {
  filter: brightness(0) invert(1);
  width: 235px;
  height: auto;
}
@media (max-width: 1200px) {
  .header .box2 .box .header-logo img {
    filter: none;
  }
}
@media (max-width: 768px) {
  .header .box2 .box .header-logo img {
    max-width: 150px;
  }
}
.header .box2 .box .center {
  display: flex;
  max-width: 700px;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .header .box2 .box .center {
    display: none;
  }
}
.header .box2 .box .center .item {
  display: flex;
  align-items: center;
}
.header .box2 .box .center .item .icon {
  width: 30px;
  position: relative;
  margin-right: 20px;
}
@keyframes rippleAnimation {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(10);
  }
}
.header .box2 .box .center .item .icon::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  animation: rippleAnimation 2.5s ease infinite;
}
.header .box2 .box .center .item .icon::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  animation: rippleAnimation 2s ease infinite;
}
.header .box2 .box .center .item .icon .iconfont {
  color: #ffffff;
  line-height: 1;
  font-size: 30px;
  position: relative;
  z-index: 12;
}
.header .box2 .box .center .item .cont {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: normal;
  border-left: 1px solid #ffffff57;
  padding: 0 15px;
  font-family: Arial;
}
.header .box2 .box .center .item .cont span {
  display: block;
}
.header .box2 .box .center .item .cont a {
  color: #ffffff;
}
.header .box2 .box .rt {
  display: flex;
  align-items: center;
}
.header .box2 .box .rt .cona .index-more {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: transparent;
  border: 1px solid #ffffff;
}
@media (max-width: 1200px) {
  .header .box2 .box .rt .cona {
    display: none;
  }
}
.header .box3 {
  background-color: #103047;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1200px) {
  .header .box3 {
    display: none;
  }
}
.header .box3 .header-nav {
  position: relative;
}
.header .box3 .slideBg {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  background-color: var(--ztcolorh2);
  transition: all 0.5s;
  z-index: 0;
  transform: skew(-15deg);
}
.header .box3 .nav > ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header .box3 .nav > ul > li {
  padding: 0 5px;
  color: #fff;
  font-weight: 500;
  font-family: 'Roboto';
  transition: all 0.3s;
  position: relative;
  flex: 1 0 auto;
}
.header .box3 .nav > ul > li a {
  font-size: 16px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #FFF;
}
@media (max-width: 1400px) {
  .header .box3 .nav > ul > li a {
    font-size: 14px;
  }
}
.header .box3 .nav > ul > li.have > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header .box3 .nav > ul > li.have > a::after {
  font-family: 'iconfont' !important;
  content: "\e607";
  font-size: 14px;
  margin-left: 5px;
  color: #fff;
  line-height: 1;
}
.header .box3 .nav > ul > li ul {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  min-width: 100%;
  background-color: #FFF;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  z-index: 999;
  list-style: none;
}
.header .box3 .nav > ul > li ul li {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 0px 15px;
  transition: all 0.3s;
  font-weight: 400;
}
.header .box3 .nav > ul > li ul li a {
  color: #000;
  transition: all 0.3s;
}
.header .box3 .nav > ul > li ul li:hover {
  background-color: var(--ztcolor);
}
.header .box3 .nav > ul > li ul li:hover a {
  color: #fff;
  transition: all 0.3s;
}
.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 #095DA0;
  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: "\e7a7";
  color: #FFF;
  line-height: 1;
  font-size: 24px;
}
.header-serch-box button:hover {
  background-color: #095DA0;
}
.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;
}
.slideBg {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  background-color: var(--ztcolorh2);
  transition: all 0.5s;
  z-index: 0;
  transform: skew(-15deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  /* 使用贝塞尔曲线更自然 */
  will-change: left, width;
  /* 提示浏览器优化渲染 */
  pointer-events: none;
  /* 防止背景遮挡鼠标事件 */
}
.visible {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-menu {
  position: relative;
  display: none;
  width: 120px;
  background-color: var(--ztcolor);
}
@media (max-width: 767px) {
  .btn-menu {
    flex: 1;
    width: 100%;
  }
}
.btn-menu a {
  display: flex;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 12;
}
.btn-menu a .iconfont {
  font-size: 34px;
}
@media (max-width: 1199px) {
  .btn-menu {
    display: inline-block;
  }
}
@keyframes scaleAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes headerNav {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-110%);
  }
  100% {
    transform: translateY(0);
  }
}
.banner-box {
  position: relative;
  top: 0;
}
.banner-box .banner {
  font-size: 0;
  position: relative;
  z-index: 8;
  clear: both;
  overflow: hidden;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.banner-box .banner 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 .banmore {
  width: 150px;
  height: 150px;
  background: var(--ztcolor);
  display: block;
  position: absolute;
  z-index: 2222;
  right: -75px;
  bottom: -75px;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .banner-box .banner .item .banmore {
    width: 100px;
    height: 100px;
    background: var(--ztcolorh2);
    display: block;
    position: absolute;
    z-index: 2;
    right: -50px;
    bottom: -60px;
    transform: rotate(45deg);
  }
}
.banner-box .banner .item .banmore:hover {
  background: var(--ztcolorh);
}
.banner-box .banner .item .banmore span {
  transform: rotate(-92deg);
  position: relative;
  top: 6px;
  left: -47px;
  display: block;
  color: #fff;
  font-size: 15px;
}
@media (max-width: 767px) {
  .banner-box .banner .item .banmore span {
    transform: rotate(-92deg);
    position: relative;
    top: 0px;
    left: -38px;
    display: block;
    color: #fff;
    font-size: 12px;
  }
}
.banner-box .banner .item .banercont {
  position: absolute;
  z-index: 2222;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner-box .banner .item .banercont .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .banner-box .banner .item .banercont .container {
    align-items: center;
  }
}
.banner-box .banner .item .banercont .btcont {
  width: 50%;
}
@media (max-width: 992px) {
  .banner-box .banner .item .banercont .btcont {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .banner-box .banner .item .banercont .btcont {
    width: 100%;
    padding: 0;
  }
}
.banner-box .banner .item .banercont .btcont h2 {
  color: #e5cbb0;
  font-size: 72px;
  margin-bottom: 10px;
}
@media (max-width: 1630px) {
  .banner-box .banner .item .banercont .btcont h2 {
    font-size: 50px;
  }
}
@media (max-width: 1400px) {
  .banner-box .banner .item .banercont .btcont h2 {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .banner-box .banner .item .banercont .btcont h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .banner-box .banner .item .banercont .btcont h2 {
    font-size: 30px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .banner-box .banner .item .banercont .btcont h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .banner-box .banner .item .banercont .btcont .contit {
    display: none;
  }
}
.banner-box .banner .item .banercont .btcont p {
  color: #e5cbb0;
  font-size: 22px;
  display: flex;
}
@media (max-width: 1630px) {
  .banner-box .banner .item .banercont .btcont p {
    font-size: 20px;
  }
}
@media (max-width: 1400px) {
  .banner-box .banner .item .banercont .btcont p {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .banner-box .banner .item .banercont .btcont p {
    font-size: 16px;
  }
}
.banner-box .banner .item .banercont .btcont p img {
  width: 140px;
  height: auto;
  margin-right: 10px;
  border-radius: 10px;
  margin-top: 10px;
}
@media (max-width: 1400px) {
  .banner-box .banner .item .banercont .btcont p img {
    width: 100px;
  }
}
@media (max-width: 992px) {
  .banner-box .banner .item .banercont .btcont p img {
    width: 80px;
  }
}
.banner-box .banner .banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-box .banner.hide-arrow .slick-arrow,
.banner-box .banner.hide-arrow {
  display: none !important;
}
.banner-box .banner.hide-video video {
  display: none !important;
}
.banner-box .banner-video-box {
  position: relative;
  display: block;
  padding-bottom: calc(780 / 1920 * 100%);
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
@media (max-width: 767px) {
  .banner-box .banner-video-box {
    height: 180px;
  }
}
.banner-box .banner-video-box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.banner-box .banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner-box .banner-video-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-box .banner-video-box .fluid_initial_play {
  background-color: #152c5f !important;
}
.banner-box .banner .mobile-video {
  position: relative;
  display: block;
}
.banner-box .banner .mobile-video:after {
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner-box .banner .mobile-video:before {
  font-size: 50px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  content: '\e644';
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.banner-box .banner .slick-arrow {
  line-height: 80px;
  position: absolute;
  z-index: 9;
  top: -webkit-calc(90%);
  top: calc(50% + 40px);
  left: 3%;
  width: 26px;
  height: 80px;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .banner-box .banner .slick-arrow {
    line-height: 50px;
    height: 50px;
  }
}
.banner-box .banner .slick-arrow:before {
  font-size: 20px;
  content: '\eb60';
}
.banner-box .banner .slick-arrow.slick-next {
  right: 5%;
  left: auto;
}
.banner-box .banner .slick-arrow:hover {
  background-color: rgba(21, 44, 95, 0.7);
}
.banner-button-prev,
.banner-button-next {
  position: absolute;
  z-index: 22;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 3px solid #ffffff;
  border-radius: 100px;
  opacity: 0.5;
  transition: all 0.4s;
  padding-right: 2px;
}
.banner-button-prev:hover,
.banner-button-next:hover {
  opacity: 1;
}
.banner-button-prev::before,
.banner-button-next::before {
  font-family: 'iconfont' !important;
  content: '\e607';
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
  transform: rotate(90deg);
}
.banner-button-prev {
  left: 5%;
}
.banner-button-next {
  right: 5%;
  padding-left: 2px;
}
.banner-button-next::before {
  transform: rotate(-90deg);
}
.swiper-pagination {
  position: absolute;
  bottom: 20px !important;
  z-index: 20;
  width: auto !important;
  left: 50% !important;
  transform: translateX(-50%);
  line-height: 1;
}
@media (max-width: 767px) {
  .swiper-pagination {
    bottom: 10px !important;
  }
}
@media (max-width: 767px) {
  .banner-button-next,
  .banner-button-prev {
    display: none;
  }
}
.swiper-pagination-bullet {
  margin: 0 6px !important;
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
/* 定义旋转动画 */
@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;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@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;
  border-bottom: 1px #eee solid;
}
.index-nav .a:first-of-type {
  margin-top: 0;
}
.index-nav .a .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #FFF;
  font-size: 25px;
  transition: all 0.3s ease;
  color: #666;
}
.index-nav .a:hover .fix-nav-phonenumber {
  transform: translateY(-50%) translateX(-2px);
}
.index-nav .a:hover .fix-nav-phonenumber p {
  border-radius: 0;
}
.index-nav .a:hover .iconfont {
  color: var(--ztcolor);
}
.index-nav .top {
  position: relative;
}
.index-nav .WeChat .fix-nav-phonenumber p {
  height: auto;
  padding: 7px;
  border-radius: 6px !important;
}
.index-nav .WeChat .fix-nav-phonenumber p img {
  background: #FFF !important;
  max-width: none !important;
}
.index-nav .fix-nav-phonenumber {
  position: absolute;
  right: 100%;
  top: 50%;
  height: 100%;
  transform: translateY(-50%) translateX(300%);
  transition: all 0.3s ease;
  line-height: 100%;
}
.index-nav .fix-nav-phonenumber p {
  margin: 0;
  height: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: var(--ztcolor);
  white-space: nowrap;
  color: #FFF;
  font-size: 15px;
}
.index-nav .fix-nav-phonenumber p a {
  color: #FFF;
}
.index-nav .fix-nav-phonenumber p a:hover {
  text-decoration: underline;
}
.index-nav .fix-nav-phonenumber p img {
  width: 100px;
  background-color: #FFFFFF;
}
.fix-nav-none {
  display: none;
  position: fixed;
  right: 0;
  color: white;
  bottom: 15%;
  font-size: 40px;
  border: 1px solid #333;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  line-height: 44px;
  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(--ztcolorh);
  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: calc(100% / 3);
  list-style: none;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}
.xs-online ul li .iconfont {
  display: block;
}
.xs-online ul li:first-child {
  border-left: none;
}
.xs-online a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: white;
}
@media (max-width: 767px) {
  .xs-online a {
    font-size: 12px;
  }
}
.xs-online a .iconfont {
  font-size: 18px;
}
@media (max-width: 992px) {
  .xs-online {
    display: block !important;
  }
}
@keyframes videoan1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(3.5);
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
}
.index-padding {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .index-padding {
    padding: 40px 0;
  }
}
.index-title h2 {
  margin: 0;
  font-size: 42px;
  font-family: "Roboto";
  font-weight: bold;
  color: #292929;
}
.index-title h2:first-letter {
  color: var(--ztcolorh);
}
@media (max-width: 992px) {
  .index-title h2 {
    font-size: 35px !important;
  }
}
@media (max-width: 767px) {
  .index-title h2 {
    font-size: 28px !important;
    line-height: 1;
  }
}
.index-more {
  display: inline-flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  width: 200px;
  padding: 8px;
  background-color: #f16600;
  font-size: 14px;
  line-height: 2;
  color: #ffffff;
  padding: 6px 0;
  border-radius: 5px;
}
.index-more::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.index-more::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: 0 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.index-more.on {
  background-color: #f16600 !important;
  color: #FFF !important;
  border-color: #f16600 !important;
}
.index-more.on::before {
  animation: style1 0.75s;
  z-index: 1;
}
.index-more.on::after {
  opacity: 1;
}
.index-more span {
  position: relative;
  z-index: 1;
}
.prev-next {
  width: 90px;
  position: relative;
  height: 40px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .prev-next {
    height: 35px;
    width: 80px;
  }
}
.prev-next .slick-next:before,
.prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 20px;
  display: block;
  content: '\e6de';
  color: #1B75BC;
  opacity: 1;
  transition: all 0.3s ease;
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .prev-next .slick-next:before,
  .prev-next .slick-prev:before {
    font-size: 16px;
  }
}
.prev-next .slick-next::before {
  transform: rotate(135deg);
}
.prev-next .slick-prev,
.prev-next .slick-next {
  z-index: 1;
  text-align: center;
  transition: all 0.3s ease;
  pointer-events: all;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #FAFAFA;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .prev-next .slick-prev,
  .prev-next .slick-next {
    height: 35px;
    width: 35px;
  }
}
.prev-next .slick-next {
  right: 0;
}
.prev-next .slick-prev {
  left: 0;
}
.prev-next .slick-next:hover,
.prev-next .slick-prev:hover {
  background: linear-gradient(90deg, #1B75BC 0%, #095DA0 100%);
}
.prev-next .slick-next:hover::before,
.prev-next .slick-prev:hover::before {
  color: #FFF;
}
.prev-next .slick-next.on,
.prev-next .slick-prev.on {
  background: linear-gradient(90deg, #1B75BC 0%, #095DA0 100%);
}
.prev-next .slick-next.on::before,
.prev-next .slick-prev.on::before {
  color: #FFF;
}
img {
  background: transparent !important;
  max-width: 100%;
  height: auto;
}
.yzm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.yzm img {
  height: 40px !important;
  width: auto !important;
}
.yzm b,
.yzm label {
  width: 100%;
}
.yzm input {
  max-width: 12.7em !important;
}
@media (max-width: 767px) {
  .yzm input {
    width: 12em !important;
  }
}
@keyframes ripple-spread {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
.firm-video .video {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.firm-video .video::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px);
  animation: rotate 5s linear infinite;
}
.firm-video .video::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-size: cover;
  z-index: 1;
  animation: rotate 5s linear infinite;
}
.firm-video .video .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: #fff;
  color: #095DA0;
  font-size: 22px;
}
@media (max-width: 767px) {
  .firm-video .video .iconfont {
    width: 30px;
    height: 30px;
  }
}
.abbaner {
  position: relative;
  overflow: hidden;
}
.abbaner .img {
  position: relative;
}
.abbaner .img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  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: 20vh;
    width: auto;
    object-fit: cover;
    object-position: center;
  }
}
.abbaner .content {
  position: absolute;
  z-index: 22;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.abbaner .content h2 {
  font-size: 36px;
  margin-bottom: 5px;
  display: block;
  font-family: "Roboto";
  font-weight: bold;
  color: #FFF;
}
@media (max-width: 768px) {
  .abbaner .content h2 {
    font-size: 18px;
    margin-bottom: 0px;
  }
}
.pronav {
  overflow: hidden;
  color: #212529;
  font-size: 14px;
  line-height: 1.66666;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pronav.have {
  padding: 0;
}
@media (max-width: 768px) {
  .pronav.have {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .pronav.have .box {
    display: none;
  }
}
.pronav .bbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pronav .pv-nav {
  display: flex;
  align-items: center;
}
.pronav .pv-nav p a {
  display: block;
  padding: 20px 25px;
  background: #fff;
  border-radius: 0px;
  font-size: 15px;
  transition: all 0.5s ease;
  position: relative;
  color: #333;
}
@media (max-width: 768px) {
  .pronav .pv-nav p a {
    font-size: 14px;
    text-align: center;
    padding: 15px 20px;
  }
}
.pronav .pv-nav p a:hover {
  color: var(--ztcolor);
}
.pronav .pv-nav p a:hover::after {
  width: 100%;
  left: 0%;
}
.pronav .pv-nav p a.active {
  color: var(--ztcolor);
}
.pronav .pv-nav p a.active::after {
  width: 100%;
  left: 0%;
}
.pronav .pv-nav p a::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background: var(--ztcolor);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .pronav .pv-nav p a::after {
    height: 1px;
  }
}
.pronav .box {
  overflow: hidden;
}
.pronav span {
  display: inline-block;
  margin: 0 3px;
  position: relative;
  z-index: 12;
}
.pronav a {
  color: #6c757d;
  display: inline-block;
  transition: all 0.5s;
  position: relative;
  z-index: 12;
  word-wrap: break-word;
}
.pronav a .iconfont {
  color: var(--ztcolorh);
  line-height: 1;
}
.pronav a .iconfont::before {
  content: '\e622';
}
.pronav a:hover {
  color: #212529;
}
.pronav a.on {
  color: #212529;
  cursor: default;
}
.e_line-56 {
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: var(--ztcolor);
  width: 60px;
  margin-right: auto;
  height: 15px;
  opacity: 1;
  display-radio: 1;
  margin-top: 15px;
  line_radio: 1;
}
.index .inpss {
  background-color: #f8f9fb;
}
.index .inpss .top {
  display: flex;
  flex-wrap: wrap;
}
.index .inpss .top .index-title {
  flex: 1;
}
.index .inpss .top .serch {
  flex: 1;
}
@media (max-width: 768px) {
  .index .inpss .top .serch {
    display: none;
  }
}
.index .inpss .top .serch form {
  height: 48px;
}
.index .inpss .top .serch input {
  width: 100%;
  height: 100%;
  line-height: 2;
  padding: 0 15px;
  border: 1px solid #ddd;
  border-right: 0;
  transition: all ease 0.3s;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-grow: 1;
}
.index .inpss .top .serch button {
  flex: 0 0 130px;
  max-width: 20%;
  width: 100%;
  height: 100%;
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  line-height: 3;
  color: #FFF;
  overflow: hidden;
  box-shadow: none;
  background: var(--ztcolorh);
  border: none;
}
.index .inpss .text {
  line-height: 1.5;
  font-size: 14px;
  color: #333;
}
.index .inpss .content {
  margin-top: 30px;
}
.index .inpss .content .row-box {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 1200px) {
  .index .inpss .content .row-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .index .inpss .content .row-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.index .inpss .content .row-box .item-box {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s;
  height: 100%;
}
.index .inpss .content .row-box .item-box:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.index .inpss .content .row-box .item-box:hover .item .img-box img {
  transform: scale(1.2);
}
.index .inpss .content .row-box .item-box:hover .item .txt h2 a {
  color: var(--ztcolor);
}
.index .inpss .content .row-box .item-box .item {
  transition: all 0.5s;
}
.index .inpss .content .row-box .item-box .item .img-box {
  padding-bottom: calc(360 / 600 * 100%);
}
.index .inpss .content .row-box .item-box .item .img-box img {
  transition: all 2s;
}
.index .inpss .content .row-box .item-box .item .txt {
  padding: 20px;
}
@media (max-width: 768px) {
  .index .inpss .content .row-box .item-box .item .txt {
    padding: 10px;
  }
}
.index .inpss .content .row-box .item-box .item .txt h2 {
  line-height: 1;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .index .inpss .content .row-box .item-box .item .txt h2 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .index .inpss .content .row-box .item-box .item .txt h2 {
    font-size: 16px;
  }
}
.index .inpss .content .row-box .item-box .item .txt h2 a {
  color: #333;
  transition: all 0.3s;
}
.index .inpss .content .row-box .item-box .item .txt p {
  line-height: 1.3;
  font_radio: 2;
  display-radio: -webkit-box;
  font-size: 14px;
  transition: all 0.3s;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #ababab;
}
.index .inops {
  border-top: 5px solid var(--ztcolor);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index .inops .top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .index .inops .top {
    flex-wrap: wrap;
  }
}
.index .inops .top .formbox {
  margin-top: 20px;
  width: 800px;
}
@media (max-width: 1400px) {
  .index .inops .top .formbox {
    width: 700px;
  }
}
@media (max-width: 1200px) {
  .index .inops .top .formbox {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .index .inops .top .formbox {
    display: none;
  }
}
.index .inops .top .formbox select {
  border: 1px solid #ccc;
  padding: 13px 15px;
  width: 100%;
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 5px;
  margin: 0 5px;
  color: #bfbfbf;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/jiantou.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 10px;
}
@media (max-width: 1400px) {
  .index .inops .top .formbox select {
    font-size: 13px;
  }
}
.index .inops .top .formbox select:focus {
  outline: none;
}
.index .inops .top .formbox button {
  margin: 0 5px;
  border: none;
  font-size: 14px;
  border-radius: 5px;
  min-width: 110px;
  background: #c7c7c7;
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 1400px) {
  .index .inops .top .formbox button {
    min-width: 80px;
  }
}
.index .inops .top .formbox button:hover {
  background: var(--ztcolorh);
}
.index .inops .text {
  line-height: 1.5;
  font-size: 14px;
  color: #333;
}
.index .inops .content {
  margin-top: 20px;
}
.index .inops .content .row-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1200px) {
  .index .inops .content .row-box {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  .index .inops .content .row-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .index .inops .content .row-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
.index .inops .content .row-box .item {
  overflow: hidden;
  height: 100%;
  background-color: #FFF;
  position: relative;
}
.index .inops .content .row-box .item::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 0;
  height: 2px;
  background-color: var(--ztcolor);
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  .index .inops .content .row-box .item:hover {
    box-shadow: 0 0 20px #ddd;
  }
  .index .inops .content .row-box .item:hover::after {
    width: 100%;
  }
  .index .inops .content .row-box .item:hover .titbox::before {
    left: -100px;
  }
  .index .inops .content .row-box .item:hover .img-box img {
    transform: scale(1.2);
  }
  .index .inops .content .row-box .item:hover .cont .quote a {
    color: var(--ztcolor);
  }
}
.index .inops .content .row-box .item .titbox {
  padding: 20px 0;
  position: relative;
}
.index .inops .content .row-box .item .titbox::before {
  content: '';
  position: absolute;
  left: -170px;
  top: -73px;
  width: 140px;
  height: 140px;
  background-color: var(--ztcolor);
  transform: rotate(45deg);
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .index .inops .content .row-box .item .titbox::before {
    content: '';
    position: absolute;
    left: -55px;
    top: -70px;
    width: 100px;
    height: 100px;
    background-color: #cb0709;
    transform: rotate(45deg);
    transition: all 0.5s ease;
  }
}
.index .inops .content .row-box .item .titbox h2 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
  text-align: center;
  display-radio: -webkit-box;
  line-height: 1.5;
  transition: all 0.6s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 20%;
}
@media (max-width: 992px) {
  .index .inops .content .row-box .item .titbox h2 {
    padding: 0 10%;
  }
}
@media (max-width: 768px) {
  .index .inops .content .row-box .item .titbox h2 {
    padding: 0 20px;
  }
}
.index .inops .content .row-box .item .titbox h2 a {
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.5s;
}
.index .inops .content .row-box .item .titbox .iconfont {
  position: absolute;
  z-index: 4;
  top: 10px;
  left: 10px;
  color: #FFF;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 768px) {
  .index .inops .content .row-box .item .titbox .iconfont {
    top: 7px;
    left: 7px;
    font-size: 14px;
  }
}
.index .inops .content .row-box .item .titbox .iconfont::before {
  content: '\e7a7';
}
.index .inops .content .row-box .item .cont {
  padding: 20px;
}
.index .inops .content .row-box .item .cont .txt {
  padding: 8px;
  background-color: #f2f2f2;
}
.index .inops .content .row-box .item .cont .txt p {
  font-size: 12px;
  color: #8b8b8b;
  line-height: 1.5;
  text-align: center;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index .inops .content .row-box .item .cont .quote {
  margin-top: 16px;
  transition: all 0.6s;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.index .inops .content .row-box .item .cont .quote a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  color: var(--ztcolorh);
}
.index .inops .content .row-box .item .cont .quote a::before {
  content: '';
  margin-right: 5px;
  width: 21px;
  height: 21px;
  background: url(../img/qian.svg) no-repeat center;
  background-size: cover;
  color: var(--ztcolorh);
}
.index .inops2 {
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 100px;
  background-color: #f8f9fb;
}
@media (max-width: 768px) {
  .index .inops2 {
    padding-top: 40px;
  }
}
.index .inops2 .content1 {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .index .inops2 .content1 {
    margin-bottom: 0;
  }
}
.index .inops2 .content1 .box {
  width: 60%;
}
@media (max-width: 1200px) {
  .index .inops2 .content1 .box {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .index .inops2 .content1 .box {
    width: 100%;
  }
}
.index .inops2 .content1 .index-title h2 {
  color: #FFF;
}
.index .inops2 .content1 .index-title .e_line-67 {
  border-top: 3px solid var(--ztcolorh);
  width: 60px;
  height: 15px;
  display-radio: 1;
  margin: 0;
  margin-top: 15px;
  opacity: 1;
}
.index .inops2 .content1 .index-title p {
  line-height: 1;
  color: #ffffff;
  display-radio: 1;
  font-size: 26px;
  font-family: "Roboto";
}
@media (max-width: 768px) {
  .index .inops2 .content1 .index-title p {
    font-size: 20px;
    font-weight: bold;
  }
}
.index .inops2 .content1 .txt {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.8;
  font-family: Microsoft YaHei, 微软雅黑;
  margin-top: 30px;
}
.index .inops2 .content1 .more {
  margin-top: 20px;
}
.index .inops2 .content2 {
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .index .inops2 .content2 {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .index .inops2 .content2 {
    padding: 10px;
    margin-top: 30px;
  }
}
.index .inops2 .content2 .left {
  width: 50%;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .index .inops2 .content2 .left {
    width: 100%;
  }
}
.index .inops2 .content2 .left .inops2-slick {
  margin: 0;
}
.index .inops2 .content2 .left .inops2-slick .slick-dots {
  bottom: 10px;
}
.index .inops2 .content2 .left .inops2-slick .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 12px;
  background-color: #ffffff;
}
.index .inops2 .content2 .left .inops2-slick .slick-dots li.slick-active {
  background-color: var(--ztcolor);
}
.index .inops2 .content2 .left .inops2-slick .slick-dots li button {
  width: 100%;
  height: 100%;
}
.index .inops2 .content2 .left .inops2-slick .slick-dots li button::before {
  display: none;
}
.index .inops2 .content2 .left .inops2-slick .item-box {
  cursor: pointer;
}
.index .inops2 .content2 .left .inops2-slick .item-box .img-box {
  padding-bottom: calc(450 / 700 * 100%);
}
@media (max-width: 768px) {
  .index .inops2 .content2 .left .inops2-slick .item-box .img-box {
    height: 230px;
  }
}
.index .inops2 .content2 .left .inops2-slick .item-box .img-box img {
  height: 100%;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.index .inops2 .content2 .right {
  width: 50%;
  padding: 3% 3%;
}
@media (max-width: 992px) {
  .index .inops2 .content2 .right {
    width: 100%;
  }
}
.index .inops2 .content2 .right .txt h2 {
  line-height: 1;
  font-size: 20px;
  color: #b7b7b7;
  font-weight: normal;
  display: flex;
  align-items: center;
  font-family: "Roboto";
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .index .inops2 .content2 .right .txt h2 {
    font-size: 16px;
  }
}
.index .inops2 .content2 .right .txt h2::after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 27px;
  height: 1px;
  background-color: #b7b7b7;
}
.index .inops2 .content2 .right .txt h3 {
  line-height: 1;
  color: #292929;
  display-radio: 1;
  font-weight: normal;
  font-size: 30px;
  font-family: "Roboto";
  margin-bottom: 20px;
}
.index .inops2 .content2 .right .txt p {
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  font-family: "Montserrat";
}
.index .inops2 .content2 .right .txt ul {
  margin-top: 30px;
  list-style: none !important;
}
.index .inops2 .content2 .right .txt ul li {
  margin-top: 15px;
  position: relative;
  padding-left: 40px;
  line-height: 1.5;
  font-size: 14px;
  color: #333333;
}
.index .inops2 .content2 .right .txt ul li:first-of-type {
  margin-top: 0;
}
.index .inops2 .content2 .right .txt ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0px;
  width: 24px;
  height: 24px;
  background: url(../img/duihao.svg) no-repeat center;
  background-size: cover;
}
.index .inops2 .content3 {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .index .inops2 .content3 {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .index .inops2 .content3 {
    margin-top: 20px;
  }
}
.index .inops2 .content3 .left {
  flex: 0 0 25%;
  padding-right: 10px;
}
@media (max-width: 992px) {
  .index .inops2 .content3 .left {
    flex: 0 0 100%;
    padding-right: 0;
  }
}
.index .inops2 .content3 .left .cont {
  border-radius: 10px;
  padding-top: 8%;
  padding-bottom: 8%;
  padding-left: 8%;
  padding-right: 8%;
  background: var(--ztcolor);
  height: 100%;
  display: flex;
  align-items: center;
}
.index .inops2 .content3 .left .cont .txt h2 {
  text-align: left;
  line-height: 1.3;
  color: #ffffff;
  margin: 0px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 38px;
  font-family: "Oswald";
  word-wrap: break-word;
}
@media (max-width: 1200px) {
  .index .inops2 .content3 .left .cont .txt h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .index .inops2 .content3 .left .cont .txt h2 {
    font-size: 24px;
  }
}
.index .inops2 .content3 .left .cont .txt p {
  line-height: 1.5;
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
}
.index .inops2 .content3 .left .cont .txt .more {
  margin-top: 30px;
}
.index .inops2 .content3 .left .cont .txt .more .index-more {
  padding: 8px;
  width: 180px;
  border: 2px solid #fff;
  background-color: transparent;
}
.index .inops2 .content3 .left .cont .txt .more .index-more.on {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #333 !important;
}
.index .inops2 .content3 .right {
  flex: 1;
}
@media (max-width: 992px) {
  .index .inops2 .content3 .right {
    margin-top: 20px;
  }
}
.index .inops2 .content4 {
  padding: 60px 0;
}
.index .inops2 .content4 .top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .index .inops2 .content4 .top {
    flex-wrap: wrap;
  }
}
.index .inops2 .content4 .top .index-title {
  flex: 1;
}
.index .inops2 .content4 .top .more {
  align-self: center;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .index .inops2 .content4 .top .more {
    display: none;
  }
}
.index .inops2 .content4 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.index .inops2 .content4 .content .listnav {
  flex: 0 0 300px;
  list-style: none;
}
@media (max-width: 1200px) {
  .index .inops2 .content4 .content .listnav {
    flex: 0 0 200px;
  }
}
@media (max-width: 992px) {
  .index .inops2 .content4 .content .listnav {
    flex: 0 0 100%;
  }
}
.index .inops2 .content4 .content .listnav li {
  line-height: 1;
  font-size: 16px;
  border-bottom: 1px solid #dfdfdf;
}
.index .inops2 .content4 .content .listnav li a {
  display: block;
  color: #333;
  transition: all 0.3s;
  padding: 15px 0;
}
.index .inops2 .content4 .content .listnav li a:hover {
  color: var(--ztcolor);
}
.index .inops2 .content4 .content .listbox {
  flex: 1;
  padding-left: 3%;
}
@media (max-width: 992px) {
  .index .inops2 .content4 .content .listbox {
    padding-left: 0;
  }
}
.index .inops2 .content4 .content .listbox .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dfdfdf;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .index .inops2 .content4 .content .listbox .list {
    flex-wrap: wrap;
  }
}
.index .inops2 .content4 .content .listbox .list .cont {
  flex: 1;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .index .inops2 .content4 .content .listbox .list .cont {
    padding-right: 0;
  }
}
.index .inops2 .content4 .content .listbox .list .cont h2 {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  transition: all 0.3s;
  margin-bottom: 15px;
  color: #333;
}
.index .inops2 .content4 .content .listbox .list .cont h2 a {
  color: #333;
  transition: all 0.3s;
}
.index .inops2 .content4 .content .listbox .list .cont h2 a:hover {
  color: var(--ztcolorh);
}
.index .inops2 .content4 .content .listbox .list .cont p {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  font-family: Arial;
}
.index .inops2 .content4 .content .listbox .list .cont span {
  display: block;
  margin-top: 15px;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: #999999;
  line-height: 1;
}
.index .inops2 .content4 .content .listbox .list .cont span::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url(../img/time.svg) no-repeat center;
  background-size: cover;
  width: 15px;
  height: 15px;
}
.index .inops2 .content4 .content .listbox .list .cont-img {
  flex: 0 0 200px;
}
@media (max-width: 768px) {
  .index .inops2 .content4 .content .listbox .list .cont-img {
    flex: 0 0 100%;
    margin-top: 20px;
  }
}
.index .inops2 .content4 .content .listbox .list .cont-img .img-box {
  padding-bottom: calc(120 / 200 * 100%);
  border-radius: 10px;
}
.index .inops2 .content4 .content .listbox .list .cont-img .img-box img {
  width: 100%;
  height: auto;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ips-lsit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .ips-lsit {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
.ips-lsit .list {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.ips-lsit .list:hover .img-box img {
  transform: scale(1.06);
}
.ips-lsit .list .img-box {
  padding-bottom: calc(240 / 380 * 100%);
}
.ips-lsit .list .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  padding: 12px 15px;
  font-size: 14px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  color: #FFFFFF;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  font-weight: bold;
}
@media (max-width: 768px) {
  .ips-lsit .list .tit {
    padding: 8px 10px;
  }
}
.help {
  padding: 60px 0;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .help {
    padding: 40px 0;
    background: var(--ztcolor);
  }
}
.help .cont .index-title h2 {
  color: #FFF;
  margin-bottom: 10px;
}
.help .cont .index-title p {
  color: #ffffff;
  font-size: 14px;
  width: 60%;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .help .cont .index-title p {
    width: 100%;
  }
}
.help .cont .more2 {
  margin-top: 30px;
  display: flex;
}
@media (max-width: 768px) {
  .help .cont .more2 {
    width: 100%;
  }
}
.help .cont .more2 a {
  margin-right: 10px;
}
.help .cont .more2 a:last-child {
  margin-right: 0;
}
.help .cont .more2 a.con {
  background-color: transparent;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .help .cont .more2 a {
    width: 100%;
  }
}
.footer {
  background-color: #292929;
}
.footer .fox1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .footer .fox1 {
    flex-wrap: wrap;
  }
}
.footer .fox1 .item1 {
  flex: 1;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .footer .fox1 .item1 {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
.footer .fox1 .item1 .list {
  margin-bottom: 15px;
}
.footer .fox1 .item1 .list:last-child {
  margin-bottom: 0;
}
.footer .fox1 .item1 h2 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
}
.footer .fox1 .item1 h2 a {
  color: #fff;
}
.footer .fox1 .item1 h2::after {
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  margin: 1px 0px 0px 3px;
  background: url(../img/jiantou.svg) no-repeat center;
  background-size: cover;
  filter: brightness(0) invert(1);
}
.footer .fox1 .item1 ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.footer .fox1 .item1 ul li {
  color: #fff;
  font-size: 12px;
  padding: 6px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0px 5px 5px 0px;
  border-radius: 5px;
  line-height: 1;
  transition: all 0.3s;
}
.footer .fox1 .item1 ul li a {
  color: #FFF;
}
.footer .fox1 .item1 ul li:hover {
  background-color: var(--ztcolorh);
}
.footer .fox1 .item2 {
  padding: 0 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  flex: 0 0 350px;
}
@media (max-width: 992px) {
  .footer .fox1 .item2 {
    flex: 0 0 40%;
  }
}
@media (max-width: 768px) {
  .footer .fox1 .item2 {
    flex: 0 0 100%;
    border: none;
    padding: 0;
  }
}
.footer .fox1 .item2 h2 {
  font-size: 26px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 10px;
  display-radio: 1;
  line-height: 1;
  font-family: "Roboto";
  padding-left: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .footer .fox1 .item2 h2 {
    font-size: 20px;
  }
}
.footer .fox1 .item2 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url(../img/focont.svg) no-repeat center;
  background-size: cover;
  filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .footer .fox1 .item2 h2::before {
    width: 20px;
    height: 20px;
  }
}
.footer .fox1 .item2 ul {
  margin-bottom: 20px;
  list-style: none;
}
.footer .fox1 .item2 ul li {
  caret-color: #ffffff;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
}
.footer .fox1 .item2 ul li a {
  color: #ffffff;
}
.footer .fox1 .item2 .share p {
  font-size: 18px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 10px;
  line-height: 1;
}
.footer .fox1 .item2 .share .p_share {
  display: flex;
}
.footer .fox1 .item2 .share .p_share .p_shareItem {
  width: 30px;
  height: 30px;
  position: relative;
  filter: grayscale(100%);
  margin-left: 10px;
}
.footer .fox1 .item2 .share .p_share .p_shareItem:hover {
  filter: grayscale(0%);
}
.footer .fox1 .item2 .share .p_share .p_shareItem:first-of-type {
  margin-left: 0;
}
.footer .fox1 .item3 {
  flex: 0 0 170px;
  align-items: center;
  padding-left: 40px;
  padding-right: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(255, 255, 255, 0.13);
}
@media (max-width: 768px) {
  .footer .fox1 .item3 {
    display: none;
  }
}
.footer .fox1 .item3 img {
  width: 100%;
  max-width: 130px;
  border-radius: 10px;
}
.footer .fox1 .item3 .tit {
  font-size: 14px;
  font-weight: normal;
  color: #979797;
  margin-bottom: 5px;
  text-align: center;
  margin-top: 10px;
  font-family: Microsoft YaHei;
}
.footer .fox2 {
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .footer .fox2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .footer .fox2 {
    justify-content: center;
  }
}
.footer .fox2 p {
  color: #9f9f9f;
  font-size: 14px;
  line-height: 1;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .footer .fox2 p {
    text-align: center;
  }
}
.footer .fox2 p a {
  color: #9f9f9f;
}
.product {
  padding: 50px 0;
}
@media (max-width: 1200px) {
  .product {
    padding: 30px 0;
  }
}
.product .top-nav {
  display: none;
}
@media (max-width: 1199px) {
  .product .top-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.product .top-nav li {
  display: block;
  padding: 4px;
}
@media (max-width: 991px) {
  .product .top-nav li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .product .top-nav li {
    display: inline-block;
    vertical-align: top;
    height: auto;
  }
}
.product .top-nav .top-a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  padding: 4px 10px;
  font-size: 14px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  height: 100%;
}
@media (max-width: 991px) {
  .product .top-nav .top-a {
    width: 100%;
    text-align: center;
  }
}
.product .top-nav .top-a:hover {
  color: white;
  background-color: var(--ztcolorh);
}
.product .top-nav .top-a.active {
  color: white;
  background-color: var(--ztcolorh);
}
.product .popular .popular-box {
  flex-wrap: wrap;
}
.product .popular .popular-box .popular-left {
  width: 23%;
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-left {
    display: none;
  }
}
.product .popular .popular-box .popular-left .pltbox {
  overflow: hidden;
}
.product .popular .popular-box .popular-left .pltbox .tit {
  padding: 20px;
  background-color: var(--ztcolor);
  margin-bottom: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.product .popular .popular-box .popular-left .pltbox .tit h2 {
  margin: 0;
  line-height: 1;
  display-radio: 1;
  font_radio: 2;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Roboto";
}
@media (max-width: 1440px) {
  .product .popular .popular-box .popular-left .pltbox .tit h2 {
    font-size: 20px;
  }
}
.product .popular .popular-box .popular-left .left-ul {
  list-style: none;
}
.product .popular .popular-box .popular-left .ul-li {
  display: block;
  position: relative;
  border-bottom: 1px solid #dddddd;
  font-size: 14px;
}
.product .popular .popular-box .popular-left .ul-li.have .a-title::after {
  content: "\e607";
}
.product .popular .popular-box .popular-left .ul-li.active .a-title {
  background-color: var(--ztcolor);
}
.product .popular .popular-box .popular-left .ul-li.active .a-title > a::before {
  filter: brightness(0) invert(1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.product .popular .popular-box .popular-left .ul-li.active .a-title > a span {
  color: #FFF;
}
.product .popular .popular-box .popular-left .ul-li.active .a-title::after {
  color: #FFF;
}
.product .popular .popular-box .popular-left .ul-li:hover .a-title {
  background-color: var(--ztcolorh);
}
.product .popular .popular-box .popular-left .ul-li:hover .a-title > a::before {
  filter: brightness(0) invert(1);
}
.product .popular .popular-box .popular-left .ul-li:hover .a-title > a span {
  color: #FFF;
}
.product .popular .popular-box .popular-left .ul-li:hover .a-title::after {
  color: #FFF;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.product .popular .popular-box .popular-left .ul-li .a-title {
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  background-color: #f5f5f5;
  overflow: hidden;
  transition: all 0.5s;
  width: 100%;
  color: #333;
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  padding-right: 43px;
}
.product .popular .popular-box .popular-left .ul-li .a-title > a {
  width: 100%;
  display: inline-flex;
  color: #333;
  transition: all 0.4s;
  overflow: hidden;
  transition: all 0.5s ease;
  align-items: center;
  position: relative;
}
.product .popular .popular-box .popular-left .ul-li .a-title > a::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/disc.svg) no-repeat center;
  background-size: cover;
  transition: all 0.5s;
  margin-right: 10px;
}
.product .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;
}
.product .popular .popular-box .popular-left .ul-li .a-title::after {
  font-family: 'iconfont' !important;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  width: 40px;
  line-height: 1;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.product .popular .popular-box .popular-left .ul-li ul {
  list-style: none;
  display: none;
}
.product .popular .popular-box .popular-left .ul-li ul li {
  line-height: 1.5em;
  border-bottom: 1px solid #e1e1e1;
  font-size: 15px;
  transition: all ease 0.3s;
  width: 100%;
  color: #333;
  background: #ededed;
  padding-left: 23px;
}
.product .popular .popular-box .popular-left .ul-li ul li a {
  display: block;
  padding: 15px;
  color: #333;
  transition: all ease 0.3s;
}
@media (max-width: 1440px) {
  .product .popular .popular-box .popular-left .ul-li ul li a {
    padding: 10px 15px;
  }
}
.product .popular .popular-box .popular-left .ul-li ul li:hover {
  background: var(--ztcolorh);
  color: #fff;
  border-bottom: 1px solid var(--ztcolorh);
}
.product .popular .popular-box .popular-left .ul-li ul li:hover a {
  color: #FFF;
}
.product .popular .popular-box .popular-left .ul-li ul li.on {
  background-color: var(--ztcolor);
}
.product .popular .popular-box .popular-left .ul-li ul li.on a {
  color: #FFF;
}
.product .popular .popular-box .popular-left .pltbox-cont {
  padding: 20px;
  margin-top: 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: var(--ztcolor);
}
.product .popular .popular-box .popular-left .pltbox-cont h2 {
  line-height: 1;
  display-radio: 1;
  font_radio: 2;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Roboto";
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .product .popular .popular-box .popular-left .pltbox-cont h2 {
    font-size: 20px;
  }
}
.product .popular .popular-box .popular-left .pltbox-cont ul {
  list-style: none;
}
.product .popular .popular-box .popular-left .pltbox-cont ul li {
  caret-color: #ffffff;
  color: #ffffff;
  font-size: 14px;
  margin-top: 5px;
}
.product .popular .popular-box .popular-left .pltbox-cont ul li a {
  color: #ffffff;
}
.product .popular .popular-box .popular-right {
  width: 75%;
  margin-left: 2%;
}
@media (max-width: 1200px) {
  .product .popular .popular-box .popular-right {
    width: 100%;
    margin-left: 0;
  }
}
.product .popular .popular-box .popular-right.product-right {
  overflow: hidden;
}
.product .popular .popular-box .popular-right.product-right .index-title {
  margin-bottom: 30px;
}
.product .popular .popular-box .popular-right.product-right .index-title h2 {
  margin-bottom: 5px;
}
.pro-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .pro-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .pro-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }
}
.pro-list .item-box {
  height: 100%;
}
.pro-list .item-box:hover .img-box {
  border: 1px solid var(--ztcolorh);
}
.pro-list .item-box .img-box {
  border: 1px solid #eee;
  transition: all 0.4s;
}
.pro-list .item-box .img-box img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  top: 50%;
  transform: translateY(-50%);
}
.pro-list .item-box .tit {
  font-size: 14px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}
.pro-list .item-box .tit a {
  color: #333;
}
.productdetails-right .productdetails-top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .productdetails-right .productdetails-top {
    flex-wrap: wrap;
  }
}
.productdetails-right .productdetails-top .left {
  width: 40%;
}
@media (max-width: 992px) {
  .productdetails-right .productdetails-top .left {
    width: 100%;
  }
}
.productdetails-right .productdetails-top .left .horizontal {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.productdetails-right .productdetails-top .left .horizontal .item {
  padding: 1px;
}
.productdetails-right .productdetails-top .left .horizontal .img-box {
  border: 1px solid #eee;
  border-radius: 10px;
}
.productdetails-right .productdetails-top .left .horizontal .img-box img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.productdetails-right .productdetails-top .left .horizontal .swiper-button-next,
.productdetails-right .productdetails-top .left .horizontal .swiper-button-prev {
  color: #FFF;
}
.productdetails-right .productdetails-top .left .vertical {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
.productdetails-right .productdetails-top .left .vertical .swiper-slide {
  opacity: 0.6;
}
.productdetails-right .productdetails-top .left .vertical .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.productdetails-right .productdetails-top .left .vertical .item {
  padding: 1px;
  cursor: pointer;
}
.productdetails-right .productdetails-top .left .vertical .img-box {
  border: 1px solid #eee;
}
.productdetails-right .productdetails-top .left .vertical .img-box img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.productdetails-right .productdetails-top .right {
  width: 60%;
}
@media (max-width: 992px) {
  .productdetails-right .productdetails-top .right {
    width: 100%;
    margin-top: 20px;
  }
}
.productdetails-right .productdetails-top .right .content {
  max-width: 95%;
  margin-left: auto;
}
@media (max-width: 992px) {
  .productdetails-right .productdetails-top .right .content {
    max-width: 100%;
  }
}
.productdetails-right .productdetails-top .right .content h2 {
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  line-height: 1.5;
  display-radio: 1;
  margin-bottom: 10px;
  font-family: "Roboto";
}
@media (max-width: 1440px) {
  .productdetails-right .productdetails-top .right .content h2 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .productdetails-right .productdetails-top .right .content h2 {
    font-size: 18px;
  }
}
.productdetails-right .productdetails-top .right .content hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.productdetails-right .productdetails-top .right .content p {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.productdetails-right .productdetails-top .right .content .fangshi p {
  margin-top: 10px;
  color: var(--ztcolor);
  display-radio: 1;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .productdetails-right .productdetails-top .right .content .fangshi p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .productdetails-right .productdetails-top .right .content .fangshi p {
    font-size: 12px;
    line-height: 1;
  }
}
.productdetails-right .productdetails-top .right .content .fangshi p .iconfont {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .productdetails-right .productdetails-top .right .content .fangshi p .iconfont {
    font-size: 12px;
    margin-right: 5px;
  }
}
.productdetails-right .productdetails-top .right .content .fangshi p a {
  color: var(--ztcolor);
}
.productdetails-right .productdetails-top .right .content .navcar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  display-radio: grid;
  margin-top: 15px;
}
.productdetails-right .productdetails-top .right .content .navcar a {
  padding: 10px 8px;
  color: #ffffff;
  font-size: 15px;
  background-color: var(--ztcolor);
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .productdetails-right .productdetails-top .right .content .navcar a {
    font-size: 14px;
  }
}
.productdetails-right .productdetails-top .right .content .navcar a .iconfont {
  font-size: 20px;
  margin-right: 10px;
  line-height: 1;
}
@media (max-width: 768px) {
  .productdetails-right .productdetails-top .right .content .navcar a .iconfont {
    font-size: 18px;
  }
}
.productdetails-right .productdetails-top .right .content .navcar a.on {
  background-color: var(--ztcolorh);
}
.productdetails-right .productdetails-top .right .content .Keyword {
  padding: 10px;
  background: #f5f5f5;
  margin-top: 20px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.productdetails-right .productdetails-top .right .content .Keyword span {
  color: #000000;
  line-height: 1.8;
}
.productdetails-right .productdetails-top .right .content .Keyword p {
  padding: 0 10px;
}
.productdetails-right .productdetails-top .right .content .Keyword p a {
  color: #606266;
}
.productdetails-right .productdetails-top .right .content .list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 10px;
}
.productdetails-right .productdetails-top .right .content .list .item .img-box {
  border-radius: 10px;
  border: 1px solid #eee;
  padding-bottom: calc(140 / 220 * 100%);
}
.productdetails-right .productdetails-top .right .content .share {
  margin-top: 20px;
}
.productdetails-right .details-content {
  margin-top: 2%;
}
.productdetails-right .details-content .pdstitle h2 {
  background-color: var(--ztcolor);
  border-left: 8px solid var(--ztcolorh);
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
  padding-left: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 15px;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "Roboto";
}
.productdetails-right .details-content p {
  font-size: 14px;
  line-height: 1.8em;
  color: #333333;
}
.productdetails-right .details-content .cont1 {
  padding: 5px;
}
@media (max-width: 768px) {
  .productdetails-right .details-content .cont1 {
    padding: 0;
  }
}
.productdetails-right .details-content .cont1 .list {
  display: flex;
  margin-top: 10px;
}
.productdetails-right .details-content .cont1 .list:first-of-type {
  margin-top: 0;
}
.productdetails-right .details-content .cont1 .list:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .productdetails-right .details-content .cont1 .list {
    flex-wrap: wrap;
  }
}
.productdetails-right .details-content .cont1 .list .cont-img {
  margin: 5px;
  width: 300px;
}
@media (max-width: 768px) {
  .productdetails-right .details-content .cont1 .list .cont-img {
    width: 100%;
  }
}
.productdetails-right .details-content .cont1 .list .cont-img .img-box {
  padding-bottom: calc(200 / 300 * 100%);
}
.productdetails-right .details-content .cont1 .list .cont-img .img-box img {
  width: 100%;
  height: auto;
}
.productdetails-right .details-content .cont1 .list .txt {
  flex: 1;
  margin: 5px;
}
.productdetails-right .details-content .cont1 .list .txt p {
  padding: 10px;
}
.productdetails-right .details-content .cont3 {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .productdetails-right .details-content .cont3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.productdetails-right .details-content .cont3 .c3-cont {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}
.productdetails-right .details-content .cont3 .c3-cont .img-box {
  padding-bottom: calc(200 / 290 * 100%);
  border-radius: 10px;
}
.productdetails-right .details-content .cont3 .c3-cont2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}
.productdetails-right .details-content .cont3 .c3-cont2 .img-box {
  padding-bottom: calc(420 / 290 * 100%);
  border-radius: 10px;
}
.productdetails-right .details-content .inquiry {
  margin-top: 20px;
}
.productdetails-right .details-content .cont4 {
  margin: 20px 0;
}
.productdetails-right .details-content .cont6 {
  margin-top: 20px;
}
.productdetails-right .details-content .cont7 {
  margin-top: 20px;
}
.productdetails-right .details-content .cont7 .content {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .productdetails-right .details-content .cont7 .content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.productdetails-right .details-content .cont7 .content .img-box {
  padding-bottom: calc(420 / 290 * 100%);
  border-radius: 10px;
}
.productdetails-right .details-content .cont8 {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .productdetails-right .details-content .cont8 .content .faq-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.message form .row {
  margin: 0 -15px;
}
.message form .col-box {
  padding: 0 15px;
  margin-bottom: 1rem;
}
.message form .col-box label {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .message form .col-box label {
    font-size: 14px;
  }
}
.message form .col-box label .iconfont {
  font-size: 16px;
  margin-right: 5px;
  color: var(--ztcolor);
}
.message form .col-box label b {
  font-weight: 400;
  color: red;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  margin-left: 5px;
}
.message form .col-box img {
  height: 45px;
  width: auto;
  margin-left: 10px;
}
.message form .col-box input,
.message form .col-box textarea {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
}
.message form .col-box input:focus,
.message form .col-box textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.message form .col-box textarea {
  height: auto;
}
.message form .col-box table tr:nth-child(1) {
  background-color: #f0f0f0;
}
.message form .col-box table tr:nth-child(1) td {
  color: #000;
}
.message form .col-box table tr td:first-child {
  width: 80px;
}
.message form .col-box table tr td:last-child {
  text-align: center;
  width: 90px;
}
.message form .col-box table tr td img {
  display: block;
  width: 40px;
  height: auto;
  margin: 0 auto !important;
  border-radius: 6px;
}
.message form .col-box table tr span {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  padding: 5px;
  background: var(--ztcolorh);
  border-radius: 50px;
  padding: 5px 10px;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  color: #FFF;
  cursor: pointer;
}
.message form .col-box .txta {
  display: flex;
  justify-content: space-between;
}
.message form .col-box .txta .group {
  width: calc(100% - 220px);
}
@media (max-width: 992px) {
  .message form .col-box .txta .group {
    width: 100%;
  }
}
.message form .col-box .text {
  width: 200px;
  margin-left: 20px;
  border: 1px solid #d5d5d5;
  height: 100%;
  background: #eee;
  font-size: 12px;
  position: relative;
  float: right;
  padding: 10px;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .message form .col-box .text {
    display: none;
  }
}
.message form .col-box .text:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 4px;
  height: 0px;
  width: 0px;
  border-top: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #d5d5d5;
}
.message form .col-box .text p {
  padding-left: 10px;
  font-size: 12px;
  position: relative;
}
.message form .col-box .text p::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 8px;
  width: 3px;
  height: 3px;
  background: var(--ztcolorh2);
}
.message form .func {
  text-align: center;
}
.message form button {
  border: none;
}
.faq-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.faq-list .item {
  border: 1px solid #e7e7e7;
  padding: 20px;
  background-color: #fbfbfb;
}
.faq-list .item .tit {
  display: flex;
  align-items: center;
}
.faq-list .item .tit::before {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  margin-right: 15px;
  content: 'Q';
  background-color: var(--ztcolor);
  color: #FFF;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.faq-list .item .tit h2 {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  width: calc(100% - 45px);
  margin-left: auto;
  line-height: 1.66666;
}
.faq-list .item hr {
  border-top-style: dashed;
  border-top-width: 1px;
  border-top-color: #ebedff;
  margin-bottom: 0px;
  margin-top: 10px;
  min-height: 0px;
  max-height: none;
  height: auto;
  padding-top: 0px;
  padding-bottom: 10px;
}
.faq-list .item .txt {
  display: flex;
}
.faq-list .item .txt::before {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  margin-right: 15px;
  content: 'A';
  background-color: var(--ztcolorh);
  color: #FFF;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.faq-list .item .txt p {
  width: calc(100% - 45px);
  margin-left: auto;
  font-size: 14px;
  color: #333;
  line-height: 1.66666;
}
.company {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .company {
    padding: 30px 0;
  }
}
.company .title h2 {
  font-size: 36px;
  color: #222222;
  margin: 0;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
@media (max-width: 1200px) {
  .company .title h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .company .title h2 {
    font-size: 24px;
  }
}
.company hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.company .content {
  font-size: 14px;
  color: #666666;
  line-height: 2;
  padding-right: 0px;
  display-radio: 1;
  font-family: Microsoft YaHei,
        微软雅黑;
}
.company .content span {
  color: red;
}
.faq {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .faq {
    padding: 30px 0;
  }
}
.faq .faq-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 992px) {
  .faq .faq-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .faq .faq-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
hr {
  opacity: 1;
}
.news {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .news {
    padding: 30px 0;
  }
}
.news .list {
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 25px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 60px;
  overflow: hidden;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .news .list {
    padding: 20px;
    padding-right: 50px;
  }
}
.news .list:hover::after {
  background-color: var(--ztcolorh);
  color: #FFF;
}
.news .list:hover .cont .cont-img .img-box img {
  transform: scale(1.1);
}
.news .list::after {
  font-family: 'iconfont' !important;
  content: '\ec14';
  font-size: 22px;
  font-weight: bold;
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e5e5e5;
  fill: #333;
  transition: all 0.5s;
}
.news .list .cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.news .list .cont .text {
  width: calc(100% - 30px - 250px);
  margin-right: auto;
}
@media (max-width: 992px) {
  .news .list .cont .text {
    width: 100%;
  }
}
.news .list .cont .text span {
  display: block;
  color: #b1b1b1;
  line-height: 1;
  font-size: 16px;
}
@media (max-width: 768px) {
  .news .list .cont .text span {
    font-size: 14px;
  }
}
.news .list .cont .text h2 {
  font-size: 20px;
  color: #1d1d1d;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 5px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .news .list .cont .text h2 {
    font-size: 16px;
  }
}
.news .list .cont .text h2 a {
  color: #1d1d1d;
  transition: all 0.5s;
}
.news .list .cont .text h2 a:hover {
  color: var(--ztcolorh);
}
.news .list .cont .text p {
  color: #666;
  line-height: 1.5;
  font-size: 14px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news .list .cont .cont-img {
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .news .list .cont .cont-img {
    max-width: 250px;
    margin-top: 0;
  }
}
.news .list .cont .cont-img .img-box {
  padding-bottom: 60%;
  border-radius: 10px;
}
.news .list .cont .cont-img .img-box img {
  width: 100%;
  height: auto;
}
.contact {
  padding: 50px 0;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .contact {
    padding: 30px 0;
    padding-bottom: 40px;
  }
}
.contact .cotbx1 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 992px) {
  .contact .cotbx1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .contact .cotbx1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.5rem;
  }
}
.contact .cotbx1 .list {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .cotbx1 .list.active {
  background-color: var(--ztcolor);
}
.contact .cotbx1 .list.active .iconfont {
  color: #FFF;
}
.contact .cotbx1 .list.active h2 {
  color: #FFF;
}
.contact .cotbx1 .list.active p {
  color: #FFF;
}
.contact .cotbx1 .list .iconfont {
  line-height: 1;
  font-size: 32px;
}
.contact .cotbx1 .list h2 {
  line-height: 1;
  font_radio: 2;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  display-radio: 1;
  font-family: "Oswald";
  margin-top: 20px;
  margin-bottom: 10px;
}
.contact .cotbx1 .list p {
  line-height: 1.5;
  font_radio: 2;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  text-align: center;
}
.contact .cotbx1 .list p a {
  color: inherit;
}
.contact .cotbx1 .list p a:hover {
  text-decoration: underline;
}
.contact .cotbx2 {
  margin-top: 50px;
}
.contact .cotbx2 .title {
  text-align: center;
}
.contact .cotbx2 .title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: "Oswald";
  font-weight: bold;
  color: var(--ztcolor);
  text-align: center;
  margin-bottom: 5px;
}
.contact .cotbx2 .title h2 .iconfont {
  margin-right: 5px;
  line-height: 1;
  color: var(--ztcolor);
  font-size: 24px;
}
.contact .cotbx2 .title p {
  font-size: 14px;
  font-family: Microsoft YaHei, 微软雅黑;
  font-weight: normal;
  color: rgba(44, 44, 44, 0.92);
  margin-bottom: 20px;
  text-align: center;
}
.contact .cotbx2 .message {
  padding: 40px;
  background-color: #ffffff;
  box-shadow: 0 23px 90px -5px rgba(29, 56, 72, 0.15);
  border-radius: 15px;
}
@media (max-width: 1200px) {
  .contact .cotbx2 .message {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .contact .cotbx2 .message {
    padding: 20px;
    border-radius: 10px;
  }
}
.contact .cotbx2 .message .addptbox b {
  font-size: 12px;
}
.contact .cotbx2 .message button {
  background-color: var(--ztcolor);
}
.contact .cotbx2 .message .addpt {
  text-align: right;
  margin-top: 10px;
}
.contact .cotbx2 .message .addpt span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--ztcolorh2);
  border-color: var(--ztcolorh2);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  color: #FFF;
  cursor: pointer;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10005;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal-dialog {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .modal .modal-dialog {
    max-width: 800px;
  }
}
@media (min-width: 414px) {
  .modal .modal-dialog {
    min-height: calc(100% - 3.5rem);
    margin: 1.75rem auto;
  }
}
.modal .modal-dialog .modal-content .modal-header {
  background-color: var(--ztcolorh2) !important;
  color: #FFF;
  display: flex;
  -ms-flex-align: start;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.8rem 1rem;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  border-bottom: 1px solid #dee2e6;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  line-height: 1.5;
  font-weight: 400;
  font-size: 1rem;
}
.modal .modal-dialog .modal-content .modal-header .close {
  color: #000;
  opacity: 0.5;
  font-size: 2rem;
  line-height: 1;
  background: transparent;
  border: none;
}
.modal .modal-dialog .modal-content .modal-header .close:hover {
  opacity: 1;
}
.modal .modal-dialog .modal-body .page_con nav {
  justify-content: flex-end;
}
.modal .modal-dialog .modal-body .pagination {
  margin: 0;
}
.modal .modal-dialog .modal-body .p_screen {
  margin-bottom: 20px;
}
.modal .modal-dialog .modal-body .p_screen .col {
  flex: 0 0 50%;
}
.modal .modal-dialog .modal-body .p_screen .col .p_clabel {
  margin-right: 10px;
  width: 70px;
  text-align: right;
  float: left;
  line-height: 36px;
}
.modal .modal-dialog .modal-body .p_screen .col .p_ccate {
  width: calc(100% - 80px);
  float: left;
}
.modal .modal-dialog .modal-body .p_screen .col .p_ccate .p_treeSelect {
  width: 200px;
}
.modal .modal-dialog .modal-body .p_screen .col .p_oprate {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal .modal-dialog .modal-body .p_screen .col .p_oprate .pagination {
  margin: 0;
}
.modal .modal-dialog .modal-body table thead tr {
  background-color: #e0e0e0;
}
.modal .modal-dialog .modal-body table thead tr td {
  border-bottom: none;
  padding: 8px 10px;
  text-align: left;
}
.modal .modal-dialog .modal-body table tr {
  background: transparent;
}
.modal .modal-dialog .modal-body table tr td {
  padding: 5px 10px;
  border: 1px solid #f0f0f0 !important;
  vertical-align: middle;
  color: #212529 !important;
}
.modal .modal-dialog .modal-body table tr td:first-of-type {
  width: 50px;
  text-align: center;
}
.modal .modal-dialog .modal-body table tr td img {
  width: 40px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.modal .modal-dialog .modal-body .treeBox a {
  color: #333;
}
.modal .modal-dialog .p_confirm {
  background-color: var(--ztcolorh2);
  border-color: var(--ztcolorh2);
}
.newsdetails {
  background-color: #f7f7f7;
  padding: 40px 0;
}
@media (max-width: 992px) {
  .newsdetails {
    background-color: #FFF;
  }
}
.newsdetails .box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .newsdetails .box {
    flex-wrap: wrap;
  }
}
.newsdetails .box .left {
  width: 72%;
  margin: 0.5rem 0.5%;
}
@media (max-width: 992px) {
  .newsdetails .box .left {
    width: 100%;
  }
}
.newsdetails .box .left .content {
  background-color: #FFF;
  padding: 40px;
}
@media (max-width: 992px) {
  .newsdetails .box .left .content {
    padding: 0;
  }
}
.newsdetails .box .left .content .title h1 {
  font-size: 22px;
  color: #333333;
  margin-bottom: 10px;
  display-radio: 1;
  font-family: "Oswald";
  font-weight: normal;
}
.newsdetails .box .left .content .title .date {
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 1.5;
  color: #a8abb2;
}
.newsdetails .box .left .content .title .date span {
  line-height: 1;
  font-size: 14px;
}
.newsdetails .box .left .content .title .text {
  padding: 10px;
  border-radius: 5px;
  background: #eee;
}
.newsdetails .box .left .content .title .text p {
  line-height: 1.5;
  font_radio: 2;
  display-radio: -webkit-box;
  font-family: Microsoft YaHei, 微软雅黑;
  font-size: 14px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333;
}
.newsdetails .box .left .content .js-toc {
  list-style: none !important;
}
.newsdetails .box .left .content .js-toc li::marker {
  display: none;
  pointer-events: none;
  opacity: 0;
  content: '';
}
.newsdetails .box .left .content .js-toc li a {
  color: #505050;
}
.newsdetails .box .left .content hr {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #dedede;
}
.newsdetails .box .left .content .txt {
  color: #505050;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 2;
}
@media (max-width: 768px) {
  .newsdetails .box .left .content .txt {
    font-size: 14px;
  }
}
.newsdetails .box .left .content .txt h1,
.newsdetails .box .left .content .txt h2 {
  color: #505050;
}
.newsdetails .box .left .content .pnt {
  display: flex;
  justify-content: space-between;
}
.newsdetails .box .left .content .pnt .item {
  flex: 1;
  padding-right: 10px;
  line-height: 2;
  display-radio: -webkit-box;
  font_radio: 2;
  color: #555555;
  font-size: 14px;
  display: flex;
}
.newsdetails .box .left .content .pnt .item:last-child {
  padding-right: 0;
  justify-content: flex-end;
}
.newsdetails .box .left .content .pnt .item a {
  color: inherit;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsdetails .box .right {
  width: 25%;
  margin: 0.5rem 0.5%;
  background-color: #FFF;
  position: sticky;
  position: -webkit-sticky;
  top: 115px;
}
@media (max-width: 992px) {
  .newsdetails .box .right {
    position: static;
    width: 100%;
  }
}
.newsdetails .box .right .content {
  padding: 20px 0;
}
.newsdetails .box .right .content .title {
  margin-bottom: 20px;
  border-left: 4px solid var(--ztcolor);
  line-height: 1;
  font_radio: 2;
  font-size: 24px;
  font-family: "Oswald";
  color: #000000;
  padding-left: 10px;
  display-radio: 1;
  font-weight: bold;
}
.newsdetails .box .right .content .list {
  width: 92%;
  margin: 0 auto;
  margin-bottom: 15px;
  display: flex;
}
@media (max-width: 992px) {
  .newsdetails .box .right .content .list {
    width: 100%;
  }
}
.newsdetails .box .right .content .list .cont-img {
  width: 30%;
}
.newsdetails .box .right .content .list .cont-img .img-box {
  padding-bottom: 60%;
  border-radius: 10px;
}
.newsdetails .box .right .content .list .cont-img .img-box img {
  height: auto;
}
.newsdetails .box .right .content .list .text {
  flex: 0 0 70%;
  align-self: center;
  padding-left: 15px;
}
.newsdetails .box .right .content .list .text h2 {
  line-height: normal;
  font_radio: 2;
  display-radio: -webkit-box;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: normal;
  color: #3a3a3a;
  text-align: left;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
.newsdetails .box .right .content .list .text h2 a {
  color: inherit;
}
.newsdetails .box .right .content .list .text p {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  font-family: Microsoft YaHei;
  color: #ababab;
  line-height: 1.5;
}
.ratingbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #D9D9D9;
  padding: 16px 23px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .ratingbox {
    padding: 12px 14px;
  }
}
.ratingbox p {
  color: #666;
  font-size: 16px;
  line-height: 17px;
}
@media (max-width: 1199px) {
  .ratingbox p {
    font-size: 14px;
  }
}
.ratingbox .rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ratingbox .rating input {
  display: none !important;
}
.ratingbox .rating input:checked ~ label:before {
  content: '\e9a1';
}
.ratingbox .rating label {
  font-size: 15px;
  margin-left: 5px;
  cursor: pointer;
  color: #095DA0;
}
.ratingbox .rating label:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  content: '\e9a2';
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ratingbox .rating label:hover:before,
.ratingbox .rating label:hover ~ label:before {
  content: '\e9a1';
}
.upload {
  margin-top: 10px;
  text-align: right;
  margin-left: 20px;
}
.upload button {
  background: transparent;
  border: none;
  color: #000;
  font-size: 14px;
  line-height: 100%;
}
.upload button::after {
  display: none;
}
.upload button:hover {
  text-decoration: underline;
}
.upload-wrap {
  display: none;
  text-align: center;
  margin-top: 10px;
}
.upload-wrap .inquiry-form p {
  color: #222;
  text-align: center;
  margin-bottom: 10px;
}
.upload-wrap .btn-primary {
  cursor: pointer;
}
.upload-wrap .btn-sm {
  padding: 0 4px;
}
.upload-wrap .bi-zoom-in::before {
  font-family: 'iconfont' !important;
  content: "\e604";
  font-size: 14px;
  font-style: normal;
}
.upload-wrap .input-group .fileinput-remove-button,
.upload-wrap .input-group .fileinput-upload-button {
  border-radius: 5px;
}
.upload-wrap .input-group .fileinput-upload-button {
  margin: 0 5px;
}
.upload-wrap button span {
  font-size: 14px;
}
.bi-arrow-clockwise::before {
  font-family: 'iconfont' !important;
  content: "\e605";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.bi-arrows-expand::before {
  font-family: 'iconfont' !important;
  content: "\e624";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.bi-arrows-fullscreen::before {
  font-family: 'iconfont' !important;
  content: "\ec13";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.bi-arrows-angle-expand::before {
  font-family: 'iconfont' !important;
  content: "\e60d";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.bi-x-lg::before {
  font-family: 'iconfont' !important;
  content: "\e64a";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.kv-zoom-actions button {
  padding: 0 4px;
}
.bi-trash::before {
  font-family: 'iconfont' !important;
  content: "\e8b6";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.sitmap {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .sitmap {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .sitmap {
    padding: 40px 0;
  }
}
.sitmap h2 {
  font-size: 45px;
  font-weight: 500;
  color: #095DA0;
}
@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: #095DA0;
}
.sitmap ul li:hover ul {
  margin-top: 20px;
}
.sitmap ul li:hover ul li a {
  color: #666;
  text-decoration: none;
  background-color: white;
}
.sitmap ul li:hover ul li ul li a {
  color: #ccc;
  text-decoration: none;
  background-color: white;
}
.sitmap ul li:hover .ul-block {
  opacity: 1;
  max-height: 100%;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
.sitmap ul li a {
  border: 1px solid #666;
  width: 260px;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  transition: color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 991px) {
  .sitmap ul li a {
    font-size: 16px;
  }
}
.sitmap ul li .ul-block {
  opacity: 1;
  max-height: 100%;
}
.sitmap ul li ul {
  margin-top: 20px;
  padding: 0;
  overflow: hidden;
}
.sitmap ul li ul li {
  margin: 0;
  padding: 0;
  border: none !important;
  margin-bottom: 10px;
}
.sitmap ul li ul li:hover a {
  color: #000;
  text-decoration: underline;
}
.sitmap ul li ul li a {
  font-size: 16px;
  line-height: 30px;
  display: block;
  padding: 0;
  text-transform: capitalize;
  color: #666;
  transition: color 0.3s ease;
  border: none;
}
@media (max-width: 991px) {
  .sitmap ul li ul li a {
    font-size: 14px;
  }
}
.sitmap ul li ul li ul {
  display: flex !important;
  flex-wrap: wrap;
  margin-top: 0px !important;
}
.sitmap ul li ul li ul li {
  border: none !important;
  margin-top: 10px;
  display: inline-block;
}
.sitmap ul li ul li ul li:hover a {
  color: #000;
  text-decoration: underline;
}
.sitmap ul li ul li ul li a {
  color: #095DA0;
  font-size: 16px;
  display: block;
  padding: 0;
  transition: color 0.3s ease;
  padding-left: 10px;
  border: none;
}
.privalcy {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .privalcy {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .privalcy {
    padding: 40px 0;
  }
}
.privalcy h2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
}
@media (max-width: 991px) {
  .privalcy h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .privalcy h2 {
    font-size: 24px;
  }
}
.privalcy .content p {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
}
@media (max-width: 767px) {
  .privalcy .content p {
    font-size: 14px;
  }
}
nav {
  display: flex;
  justify-content: center;
}
a {
  text-decoration: none;
}
.pagination {
  margin: 20px 0 0 0;
}
@media (max-width: 767px) {
  .pagination {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.pagination li {
  display: flex;
  align-items: center;
  margin: 0px 5px;
  vertical-align: top;
}
.pagination li.prev a,
.pagination li.next a {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.pagination li.prev a:hover,
.pagination li.next a:hover {
  border-color: var(--ztcolorh);
  background-color: var(--ztcolorh);
}
.pagination li.prev a:hover::after,
.pagination li.next a:hover::after,
.pagination li.prev a:hover::before,
.pagination li.next a:hover::before {
  color: #fff;
}
.pagination li.prev a::before,
.pagination li.next a::after {
  font-family: 'iconfont' !important;
  font-size: 16px;
  display: block;
  content: '\e607';
  color: #8a8a8a;
  line-height: 1;
  transition: all 0.3s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pagination li.next a:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8a8a8a;
  font-size: 14px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  text-transform: capitalize;
}
.pagination li a.have-more {
  color: #31394A !important;
  background-color: transparent !important;
  width: auto !important;
  height: auto !important;
  line-height: auto !important;
}
.pagination li a span {
  border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #fff;
  background-color: var(--ztcolorh);
  border-color: var(--ztcolorh);
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background-color: var(--ztcolorh);
  color: #fff;
  border-color: var(--ztcolorh);
}
.inquiry-wrap {
  overflow: hidden;
}
@media (max-width: 1440px) {
  .inquiry-wrap {
    margin-top: 60px;
  }
}
.inquiry-wrap .index-title {
  text-align: center;
}
.inquiry-wrap a {
  color: #666;
  text-decoration: none;
}
.inquiry-wrap .size-list-box {
  padding-right: 15px;
}
.inquiry-wrap .size-list-box span {
  color: #fff;
  background-color: #095DA0;
  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: #095DA0;
  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 #095DA0;
  border-top: none;
}
.inquiry-wrap .inquiry-box .list > li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #095DA0;
}
.inquiry-wrap .inquiry-box .list > li:nth-of-type(1) {
  border-top: none;
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .list > li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.inquiry-wrap .inquiry-box .list > li {
  flex-wrap: wrap;
}
.inquiry-wrap .pro-parameter {
  width: 100%;
  text-align: left;
}
@media (min-width: 992px) {
  .inquiry-wrap .pro-parameter {
    display: -webkit-box;
    display: flex;
  }
  .inquiry-wrap .pro-parameter > div {
    -webkit-box-flex: 1;
    flex: 1;
    padding: 0 10px;
  }
}
.inquiry-wrap .parameter-list li:not(.active) {
  display: none;
}
.number-box input {
  -moz-appearance: textfield;
  /* Firefox */
  -webkit-appearance: none;
  /* Chrome, Safari, Edge */
  appearance: none;
}
/* 针对 WebKit 内核浏览器隐藏上下箭头 */
.number-box input::-webkit-inner-spin-button,
.number-box input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.inquiry-wrap .content .inquiry-box {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .inquiry-wrap .content .inquiry-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .content .inquiry-box {
    margin-bottom: 20px;
  }
}
.inquiry-wrap .content .message {
  width: 100%;
  margin-top: 30px;
}
.inquiry-wrap .content .message form {
  position: relative;
}
.inquiry-wrap .content .message .formbox .now-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .inquiry-wrap .content .message .formbox .now-title {
    margin-bottom: 12px;
  }
}
.inquiry-wrap .content .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 10px;
  background: linear-gradient(90deg, #1B75BC 0%, #095DA0 100%);
  padding: 10px 20px;
  color: #FFF;
  font-family: "MonaSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 1200px) {
  .inquiry-wrap .content .message .formbox .now-title input {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .now-title input {
    padding: 14px;
    font-size: 14px;
    line-height: 24px;
  }
}
.inquiry-wrap .content .message .formbox .row {
  list-style: none;
  margin: -10px -17px;
  padding: 0;
}
@media (max-width: 1440px) {
  .inquiry-wrap .content .message .formbox .row {
    margin: -8px -12px;
  }
}
@media (max-width: 1440px) {
  .inquiry-wrap .content .message .formbox .row {
    margin: -8px -6px;
  }
}
.inquiry-wrap .content .message .formbox li {
  padding: 12px 17px;
}
@media (max-width: 1440px) {
  .inquiry-wrap .content .message .formbox li {
    padding: 8px 12px;
  }
}
@media (max-width: 992px) {
  .inquiry-wrap .content .message .formbox li {
    padding: 8px 6px;
  }
}
.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: 10px;
  border: 1px solid #F0F0F0;
  background: #F5F5F5;
  color: #000;
  font-family: "MonaSans";
  font-size: 18px;
  line-height: 30px;
  padding: 10px 20px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 1200px) {
  .inquiry-wrap .content .message .formbox .group input,
  .inquiry-wrap .content .message .formbox .group textarea {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .group input,
  .inquiry-wrap .content .message .formbox .group textarea {
    padding: 14px;
    font-size: 14px;
    line-height: 24px;
  }
}
.inquiry-wrap .content .message .formbox .group input::placeholder,
.inquiry-wrap .content .message .formbox .group textarea::placeholder {
  color: #000;
}
.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: 200px;
}
.inquiry-wrap .content .message .func {
  margin-top: 60px;
}
@media (max-width: 1440px) {
  .inquiry-wrap .content .message .func {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .inquiry-wrap .content .message .func {
    margin-top: 30px;
  }
}
.inquiry-wrap .content .message .func .submit-group {
  width: 100%;
  text-align: right;
}
.inquiry-wrap .content .message .func button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(90deg, #1B75BC 0%, #095DA0 100%);
  padding: 13px 50px;
  color: #FFF;
  font-family: "MonaSans";
  font-size: 16px;
  line-height: 24px;
  border: none;
}
@media (max-width: 1200px) {
  .inquiry-wrap .content .message .func button {
    padding: 10px 40px;
  }
}
@media (max-width: 768px) {
  .inquiry-wrap .content .message .func button {
    padding: 10px 30px;
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .func button::after {
  font-family: 'iconfont' !important;
  content: '\e65e';
  color: #FFF;
  line-height: 1;
  font-size: 18px;
  margin-left: 10px;
}
@media (max-width: 1200px) {
  .inquiry-wrap .content .message .func button::after {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .inquiry-wrap .content .message .func button::after {
    font-size: 14px;
  }
}
.popular .search-none {
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .popular .search-none {
    margin-bottom: 20px;
  }
}
.popular .search-none h2 {
  color: #666;
}
.popular .search-none p {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  margin: 0;
  color: #ab7640;
  padding: 10px;
}
.fixpop {
  position: fixed;
  bottom: 80px;
  left: 0;
  z-index: 11;
  background-color: #00511d;
  color: #fff;
  padding: 10px 18px;
  font-weight: bold;
  transition: all 0.5s;
  cursor: pointer;
}
.fixpop:hover {
  background-color: #0a5c0a;
}
.formpop {
  position: fixed;
  z-index: 999;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 98%;
  width: 420px;
  max-height: calc(100% - 40%);
  background: url(../img/formpop1.jpg) no-repeat center;
  background-size: cover;
  border-radius: 5px;
  padding: 20px;
}
.formpop .box .icon {
  text-align: center;
}
.formpop .box .icon img {
  width: 40%;
  height: auto;
}
.formpop .box .txt {
  text-align: center;
  margin-top: 10px;
}
.formpop .box .txt h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .formpop .box .txt h2 {
    font-size: 26px;
  }
}
.formpop .box .txt p {
  font-size: 18px;
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .formpop .box .txt p {
    font-size: 16px;
  }
}
.formpop .box .more {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .formpop .box .more {
    flex-wrap: wrap;
  }
}
.formpop .box .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #222;
  border-radius: 10px;
  width: calc(50% - 5px);
  font-size: 14px;
  background-color: #f5f5f5;
  font-weight: bold;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .formpop .box .more a {
    width: 100%;
  }
}
