@import url(iconfont/iconfont.css);
/* 定义可过渡的颜色属性 */
@property --arrow-left-color {
  syntax: "<color>";
  initial-value: #fff;
  inherits: false;
}
@property --arrow-right-color {
  syntax: "<color>";
  initial-value: #fff;
  inherits: false;
}
/* 思源黑体字体定义 */
@font-face {
  font-family: "SourceHanSansCN";
  src: url("font/SourceHanSansCN-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN";
  src: url("font/SourceHanSansCN-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN";
  src: url("font/SourceHanSansCN-Normal.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN";
  src: url("font/SourceHanSansCN-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN";
  src: url("font/SourceHanSansCN-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN";
  src: url("font/SourceHanSansCN-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN";
  src: url("font/SourceHanSansCN-Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --themeColor: #005e29;
  --themeColor2: #318a9c;
  --headerHeight: 10rem;
  --container: 140rem;
  --cm: calc((100vw - var(--container)) / 2);
}
html {
  font-size: calc(100vw / 192);
}
.iconfont {
  font-size: 1.6rem;
}
body {
  -webkit-font-smoothing: antialiased;
  font: 400 1.6rem/1.73 "SourceHanSansCN", Microsoft YaHei, "PingFang SC", Heiti SC, tahoma, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #3e3a39;
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SourceHanSansCN";
  font-weight: 700;
}
em,
i {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #3e3a39;
}
/* 表单元素 */
textarea,
select,
button,
input {
  /* "\5B8B\4F53" => 宋体 */
  font-family: AlibabaSans, Microsoft YaHei, "PingFang SC", Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  border: none;
  outline: none;
  resize: none;
  background: none;
  font-size: 1.6rem;
  /* chrome */
  /* 火狐浏览器 */
}
textarea::-webkit-outer-spin-button,
select::-webkit-outer-spin-button,
button::-webkit-outer-spin-button,
input::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
select::-webkit-inner-spin-button,
button::-webkit-inner-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
textarea[type="number"],
select[type="number"],
button[type="number"],
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}
textarea::placeholder,
select::placeholder,
button::placeholder,
input::placeholder {
  color: #cdcdcd;
}
/* 版芯 */
.container {
  width: var(--container);
  margin: 0 auto;
}
/* 单行文本 */
.dh_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 多行文本省略 */
.dh_text2 {
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dh_text3 {
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.dh_text4 {
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.dh_text5 {
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
/* 富文本 */
.rich img,
.rich video {
  max-width: 100% !important;
  height: auto !important;
}
.rich * {
  text-wrap: wrap !important;
  white-space: wrap !important;
}
/* 分页器 */
.pages,
.pagination {
  margin: 6.4rem auto;
  display: flex;
  justify-content: center;
}
.pages li a,
.pagination li a,
.pages li span,
.pagination li span,
.pages a,
.pagination a,
.pages span,
.pagination span {
  display: block;
  width: 4rem;
  line-height: 4rem;
  text-align: center;
  font-family: AlibabaSans-Medium;
  border-radius: 0.5rem;
  border: 0.1rem solid #f1f1f1;
  color: rgba(62, 58, 57, 0.6);
  transition: all 0.3s;
}
.pages li a + a,
.pagination li a + a,
.pages li span + a,
.pagination li span + a,
.pages a + a,
.pagination a + a,
.pages span + a,
.pagination span + a,
.pages li a + span,
.pagination li a + span,
.pages li span + span,
.pagination li span + span,
.pages a + span,
.pagination a + span,
.pages span + span,
.pagination span + span {
  margin-left: 0.8rem;
}
.pages a:hover,
.pagination a:hover,
.pages a.active,
.pagination a.active {
  background: var(--themeColor2);
  color: white;
}
.pages li + li,
.pagination li + li {
  margin-left: 0.8rem;
}
/* 手机 */
.moblie {
  display: none;
}
.fs-10 {
  font-size: 1rem;
}
.fs-11 {
  font-size: 1.1rem;
}
.fs-12 {
  font-size: 1.2rem;
}
.fs-13 {
  font-size: 1.3rem;
}
.fs-14 {
  font-size: 1.4rem;
}
.fs-15 {
  font-size: 1.5rem;
}
.fs-16 {
  font-size: 1.6rem;
}
.fs-17 {
  font-size: 1.7rem;
}
.fs-18 {
  font-size: 1.8rem;
}
.fs-19 {
  font-size: 1.9rem;
}
.fs-20 {
  font-size: 2rem;
}
.fs-21 {
  font-size: 2.1rem;
}
.fs-22 {
  font-size: 2.2rem;
}
.fs-23 {
  font-size: 2.3rem;
}
.fs-24 {
  font-size: 2.4rem;
}
.fs-25 {
  font-size: 2.5rem;
}
.fs-26 {
  font-size: 2.6rem;
}
.fs-27 {
  font-size: 2.7rem;
}
.fs-28 {
  font-size: 2.8rem;
}
.fs-29 {
  font-size: 2.9rem;
}
.fs-30 {
  font-size: 3rem;
}
.fs-31 {
  font-size: 3.1rem;
}
.fs-32 {
  font-size: 3.2rem;
}
.fs-33 {
  font-size: 3.3rem;
}
.fs-34 {
  font-size: 3.4rem;
}
.fs-35 {
  font-size: 3.5rem;
}
.fs-36 {
  font-size: 3.6rem;
}
.fs-37 {
  font-size: 3.7rem;
}
.fs-38 {
  font-size: 3.8rem;
}
.fs-39 {
  font-size: 3.9rem;
}
.fs-40 {
  font-size: 4rem;
}
.fs-41 {
  font-size: 4.1rem;
}
.fs-42 {
  font-size: 4.2rem;
}
.fs-43 {
  font-size: 4.3rem;
}
.fs-44 {
  font-size: 4.4rem;
}
.fs-45 {
  font-size: 4.5rem;
}
.fs-46 {
  font-size: 4.6rem;
}
.fs-47 {
  font-size: 4.7rem;
}
.fs-48 {
  font-size: 4.8rem;
}
.fs-49 {
  font-size: 4.9rem;
}
.fs-50 {
  font-size: 5rem;
}
.fs-51 {
  font-size: 5.1rem;
}
.fs-52 {
  font-size: 5.2rem;
}
.fs-53 {
  font-size: 5.3rem;
}
.fs-54 {
  font-size: 5.4rem;
}
.fs-55 {
  font-size: 5.5rem;
}
.fs-56 {
  font-size: 5.6rem;
}
.fs-57 {
  font-size: 5.7rem;
}
.fs-58 {
  font-size: 5.8rem;
}
.fs-59 {
  font-size: 5.9rem;
}
.fs-60 {
  font-size: 6rem;
}
.fs-61 {
  font-size: 6.1rem;
}
.fs-62 {
  font-size: 6.2rem;
}
.fs-63 {
  font-size: 6.3rem;
}
.fs-64 {
  font-size: 6.4rem;
}
.fs-65 {
  font-size: 6.5rem;
}
.fs-66 {
  font-size: 6.6rem;
}
.fs-67 {
  font-size: 6.7rem;
}
.fs-68 {
  font-size: 6.8rem;
}
.fs-69 {
  font-size: 6.9rem;
}
.fs-70 {
  font-size: 7rem;
}
.fs-71 {
  font-size: 7.1rem;
}
.fs-72 {
  font-size: 7.2rem;
}
.fs-73 {
  font-size: 7.3rem;
}
.fs-74 {
  font-size: 7.4rem;
}
.fs-75 {
  font-size: 7.5rem;
}
.fs-76 {
  font-size: 7.6rem;
}
.fs-77 {
  font-size: 7.7rem;
}
.fs-78 {
  font-size: 7.8rem;
}
.fs-79 {
  font-size: 7.9rem;
}
.fs-80 {
  font-size: 8rem;
}
.fs-81 {
  font-size: 8.1rem;
}
.fs-82 {
  font-size: 8.2rem;
}
.fs-83 {
  font-size: 8.3rem;
}
.fs-84 {
  font-size: 8.4rem;
}
.fs-85 {
  font-size: 8.5rem;
}
.fs-86 {
  font-size: 8.6rem;
}
.fs-87 {
  font-size: 8.7rem;
}
.fs-88 {
  font-size: 8.8rem;
}
.fs-89 {
  font-size: 8.9rem;
}
.fs-90 {
  font-size: 9rem;
}
.fs-91 {
  font-size: 9.1rem;
}
.fs-92 {
  font-size: 9.2rem;
}
.fs-93 {
  font-size: 9.3rem;
}
.fs-94 {
  font-size: 9.4rem;
}
.fs-95 {
  font-size: 9.5rem;
}
.fs-96 {
  font-size: 9.6rem;
}
.fs-97 {
  font-size: 9.7rem;
}
.fs-98 {
  font-size: 9.8rem;
}
.fs-99 {
  font-size: 9.9rem;
}
.fs-100 {
  font-size: 10rem;
}
.fs-101 {
  font-size: 10.1rem;
}
.fs-102 {
  font-size: 10.2rem;
}
.fs-103 {
  font-size: 10.3rem;
}
.fs-104 {
  font-size: 10.4rem;
}
.fs-105 {
  font-size: 10.5rem;
}
.fs-106 {
  font-size: 10.6rem;
}
.fs-107 {
  font-size: 10.7rem;
}
.fs-108 {
  font-size: 10.8rem;
}
.fs-109 {
  font-size: 10.9rem;
}
.fs-110 {
  font-size: 11rem;
}
.fs-111 {
  font-size: 11.1rem;
}
.fs-112 {
  font-size: 11.2rem;
}
.fs-113 {
  font-size: 11.3rem;
}
.fs-114 {
  font-size: 11.4rem;
}
.fs-115 {
  font-size: 11.5rem;
}
.fs-116 {
  font-size: 11.6rem;
}
.fs-117 {
  font-size: 11.7rem;
}
.fs-118 {
  font-size: 11.8rem;
}
.fs-119 {
  font-size: 11.9rem;
}
.fs-120 {
  font-size: 12rem;
}
/* 遍历动画延迟 */
/* 生成固定比例的图片元素 div.img>img */
/* 顶部 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 100;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  line-height: var(--headerHeight);
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .container .logo {
  height: 6rem;
}
.header .container .logo img {
  display: block;
  width: auto;
  height: 100%;
}
.header .container .menu {
  display: flex;
  align-items: center;
}
.header .container .menu .item a {
  display: block;
}
.header .container .menu .item.active > a,
.header .container .menu .item:hover > a {
  color: var(--themeColor);
}
.header .container .menu .item + .item {
  margin-left: 4rem;
}
.header .container .child {
  position: fixed;
  top: var(--headerHeight);
  left: 0;
  right: 0;
  display: none;
  background-color: white;
  padding: 8rem 0;
  box-shadow: 0 0.5rem 1rem 0 rgba(100, 100, 100, 0.1);
}
.header .container .child .container {
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 4rem;
  max-height: 75rem;
  overflow-y: auto;
  /* 产品中心子链接 */
  /* 关于我们子链接 */
}
.header .container .child .container::-webkit-scrollbar {
  width: 0.8rem;
}
.header .container .child .container::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 0.4rem;
}
.header .container .child .container::-webkit-scrollbar-thumb {
  background: #318a9c;
  border-radius: 0.4rem;
}
.header .container .child .container::-webkit-scrollbar-thumb:hover {
  background: #2a7484;
}
.header .container .child .container .so .cate {
  border-bottom: 0.1rem solid #dedede;
  text-align: center;
  line-height: 2.7;
  font-weight: 500;
}
.header .container .child .container .so .cate img {
  width: 100%;
  aspect-ratio: auto !important;
  /*object-fit: contain;*/
}
.header .container .child .container .so .c {
  /*line-height: 2.3;*/
  /*margin-top: 1rem;*/
  line-height: 2;
  margin-top: 0.5rem;
}
.header .container .child .container a {
  text-align: center;
  line-height: 1;
  font-weight: 500;
}
.header .container .child .container a img {
  width: 100%;
  aspect-ratio: 3 / 1.7;
  object-fit: cover;
  /*margin-bottom: 2rem;*/
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}
.header .container .right {
  display: flex;
  align-items: center;
}
.header .container .right .search {
  position: relative;
  display: flex;
  align-items: center;
  border: 0.1rem solid #dedede;
  border-radius: 3rem;
  line-height: 5rem;
  padding: 0 2rem;
  margin-right: 2rem;
}
.header .container .right .search .iconfont {
  margin-right: 0.5rem;
}
.header .container .right .search input {
  width: 25rem;
}
.header .container .right .search:has(input:focus) {
  border-color: var(--themeColor2);
}
.header .container .right .menu_btn {
  width: 50px;
  height: 50px;
  transform: scale(0.7) translateX(50%);
}
.header .container .right .menu_btn span,
.header .container .right .menu_btn::after,
.header .container .right .menu_btn::before {
  content: "";
  display: block;
  width: 70%;
  height: 3px;
  border-radius: 2px;
  background: #444;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
.header .container .right .menu_btn::after {
  transform-origin: right center;
  top: 25%;
}
.header .container .right .menu_btn::before {
  transform-origin: right center;
  top: 75%;
}
.header .container .right .menu_btn span {
  top: 50%;
}
.header .container .right .menu_btn.active span {
  opacity: 0;
}
.header .container .right .menu_btn.active::after {
  transform: rotate(-46deg);
}
.header .container .right .menu_btn.active::before {
  transform: rotate(46deg);
}
.header .container .right .menu_btn.active + ul {
  left: 0;
}
.header .container .right .lang {
  width: 5rem;
  line-height: 5rem;
  text-align: center;
  border-radius: 50%;
  background-color: var(--themeColor);
  color: white;
}
/* 底部 */
.footer {
  background-color: #efefef;
  padding-top: 6rem;
}
.footer a:hover {
  color: var(--themeColor) !important;
}
.footer .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4rem;
  border-bottom: 0.1rem solid rgba(151, 151, 151, 0.21);
}
.footer .top .logo {
  height: 6rem;
}
.footer .top .logo img {
  width: auto;
  height: 100%;
}
.footer .top .toTop {
  width: 5.5rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(190, 190, 190, 0.25);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
  color: white;
}
.footer .center {
  display: flex;
  padding: 4rem 0;
}
.footer .center ul {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.footer .center ul li a {
  display: flex;
  flex-direction: column;
  color: #666666;
  line-height: 1;
  width: max-content;
}
.footer .center ul li a:first-child {
  margin-bottom: 2rem;
  color: #333333;
  font-weight: 500;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--themeColor);
}
.footer .center ul li a + a {
  margin-top: 1.2rem;
}
.footer .center .right {
  width: 44rem;
  margin-left: 10rem;
}
.footer .center .right .item {
  display: flex;
}
.footer .center .right .item span {
  white-space: nowrap;
  margin-right: 4rem;
}
.footer .center .right .item a,
.footer .center .right .item p {
  flex: 1;
}
.footer .center .right .item + .item {
  margin-top: 1.2rem;
}
.footer .bottom {
  line-height: 10rem;
  text-align: center;
  border-top: 1px solid rgba(116, 116, 116, 0.2);
}
/* 面包屑 */
.breadcrumb {
  padding: 3rem 0;
}
.breadcrumb .container {
  display: flex;
  align-items: center;
}
.breadcrumb .container a {
  color: var(--themeColor2);
  transition: all 0.3s;
}
.breadcrumb .container a:hover {
  opacity: 0.8;
}
.breadcrumb .container .separator {
  margin: 0 0.5rem;
  color: var(--themeColor2);
  font-size: 1.8rem;
}
.breadcrumb .container .current {
  color: #666666;
}
.banner {
  position: relative;
}
.banner .text {
  position: absolute;
  left: var(--cm);
  top: 50%;
  transform: translateY(-50%);
  color: white;
}
.banner .text p {
  margin-bottom: 2rem;
}
.banner .text h3 {
  line-height: 1.2;
}
.banner .text > *:nth-child(1) {
  animation-delay: 0.13s;
}
.banner .text > *:nth-child(2) {
  animation-delay: 0.26s;
}
.banner .text > *:nth-child(3) {
  animation-delay: 0.39s;
}
.banner .text > *:nth-child(4) {
  animation-delay: 0.52s;
}
.banner .text > *:nth-child(5) {
  animation-delay: 0.65s;
}
.banner .text > *:nth-child(6) {
  animation-delay: 0.78s;
}
.banner .text > *:nth-child(7) {
  animation-delay: 0.91s;
}
.banner .text > *:nth-child(8) {
  animation-delay: 1.04s;
}
.banner .text > *:nth-child(9) {
  animation-delay: 1.17s;
}
.banner .text > *:nth-child(10) {
  animation-delay: 1.3s;
}
.banner .text > *:nth-child(11) {
  animation-delay: 1.43s;
}
.banner .text > *:nth-child(12) {
  animation-delay: 1.56s;
}
.banner .text > *:nth-child(13) {
  animation-delay: 1.69s;
}
.banner .text > *:nth-child(14) {
  animation-delay: 1.82s;
}
.banner .text > *:nth-child(15) {
  animation-delay: 1.95s;
}
.banner .text > *:nth-child(16) {
  animation-delay: 2.08s;
}
.banner .text > *:nth-child(17) {
  animation-delay: 2.21s;
}
.banner .text > *:nth-child(18) {
  animation-delay: 2.34s;
}
.banner .text > *:nth-child(19) {
  animation-delay: 2.47s;
}
.banner .text > *:nth-child(20) {
  animation-delay: 2.6s;
}
.banner .text > *:nth-child(21) {
  animation-delay: 2.73s;
}
.banner .text > *:nth-child(22) {
  animation-delay: 2.86s;
}
.banner .text > *:nth-child(23) {
  animation-delay: 2.99s;
}
.banner .text > *:nth-child(24) {
  animation-delay: 3.12s;
}
.banner .text > *:nth-child(25) {
  animation-delay: 3.25s;
}
.banner .text > *:nth-child(26) {
  animation-delay: 3.38s;
}
.banner .text > *:nth-child(27) {
  animation-delay: 3.51s;
}
.banner .text > *:nth-child(28) {
  animation-delay: 3.64s;
}
.banner .text > *:nth-child(29) {
  animation-delay: 3.77s;
}
/* 首页 */
.home .home_banner {
  overflow: hidden;
}
.home .home_banner .swiper-slide {
  position: relative;
}
.home .home_banner .swiper-slide .text {
  position: absolute;
  left: var(--cm);
  top: 50%;
  transform: translateY(-50%);
  color: white;
}
.home .home_banner .swiper-slide .text p {
  margin-bottom: 2rem;
}
.home .home_banner .swiper-slide .text h3 {
  line-height: 1.2;
}
.home .home_banner .swiper-slide .text > *:nth-child(1) {
  animation-delay: 0.13s;
}
.home .home_banner .swiper-slide .text > *:nth-child(2) {
  animation-delay: 0.26s;
}
.home .home_banner .swiper-slide .text > *:nth-child(3) {
  animation-delay: 0.39s;
}
.home .home_banner .swiper-slide .text > *:nth-child(4) {
  animation-delay: 0.52s;
}
.home .home_banner .swiper-slide .text > *:nth-child(5) {
  animation-delay: 0.65s;
}
.home .home_banner .swiper-slide .text > *:nth-child(6) {
  animation-delay: 0.78s;
}
.home .home_banner .swiper-slide .text > *:nth-child(7) {
  animation-delay: 0.91s;
}
.home .home_banner .swiper-slide .text > *:nth-child(8) {
  animation-delay: 1.04s;
}
.home .home_banner .swiper-slide .text > *:nth-child(9) {
  animation-delay: 1.17s;
}
.home .home_banner .swiper-slide .text > *:nth-child(10) {
  animation-delay: 1.3s;
}
.home .home_banner .swiper-slide .text > *:nth-child(11) {
  animation-delay: 1.43s;
}
.home .home_banner .swiper-slide .text > *:nth-child(12) {
  animation-delay: 1.56s;
}
.home .home_banner .swiper-slide .text > *:nth-child(13) {
  animation-delay: 1.69s;
}
.home .home_banner .swiper-slide .text > *:nth-child(14) {
  animation-delay: 1.82s;
}
.home .home_banner .swiper-slide .text > *:nth-child(15) {
  animation-delay: 1.95s;
}
.home .home_banner .swiper-slide .text > *:nth-child(16) {
  animation-delay: 2.08s;
}
.home .home_banner .swiper-slide .text > *:nth-child(17) {
  animation-delay: 2.21s;
}
.home .home_banner .swiper-slide .text > *:nth-child(18) {
  animation-delay: 2.34s;
}
.home .home_banner .swiper-slide .text > *:nth-child(19) {
  animation-delay: 2.47s;
}
.home .home_banner .swiper-slide .text > *:nth-child(20) {
  animation-delay: 2.6s;
}
.home .home_banner .swiper-slide .text > *:nth-child(21) {
  animation-delay: 2.73s;
}
.home .home_banner .swiper-slide .text > *:nth-child(22) {
  animation-delay: 2.86s;
}
.home .home_banner .swiper-slide .text > *:nth-child(23) {
  animation-delay: 2.99s;
}
.home .home_banner .swiper-slide .text > *:nth-child(24) {
  animation-delay: 3.12s;
}
.home .home_banner .swiper-slide .text > *:nth-child(25) {
  animation-delay: 3.25s;
}
.home .home_banner .swiper-slide .text > *:nth-child(26) {
  animation-delay: 3.38s;
}
.home .home_banner .swiper-slide .text > *:nth-child(27) {
  animation-delay: 3.51s;
}
.home .home_banner .swiper-slide .text > *:nth-child(28) {
  animation-delay: 3.64s;
}
.home .home_banner .swiper-slide .text > *:nth-child(29) {
  animation-delay: 3.77s;
}
.home .product {
  background: #f8f8f8;
  padding: 10rem 0;
}
.home .product h2 {
  text-align: center;
}
.home .product .proSearch {
  width: 56rem;
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 3rem;
  line-height: 5rem;
  padding: 0 1rem;
  margin: 4rem auto 0;
  border: 1px solid #dedede;
  padding: 0 2rem;
}
.home .product .proSearch .iconfont {
  margin-right: 0.5rem;
}
.home .product .proSearch input {
  flex: 1;
}
.home .product .swiper {
  margin-top: 10rem;
  overflow: hidden;
}
.home .product .swiper .swiper-wrapper > *:nth-child(1) {
  animation-delay: 0.13s;
}
.home .product .swiper .swiper-wrapper > *:nth-child(2) {
  animation-delay: 0.26s;
}
.home .product .swiper .swiper-wrapper > *:nth-child(3) {
  animation-delay: 0.39s;
}
.home .product .swiper .swiper-wrapper > *:nth-child(4) {
  animation-delay: 0.52s;
}
.home .product .swiper .swiper-wrapper > *:nth-child(5) {
  animation-delay: 0.65s;
}
.home .product .swiper .swiper-wrapper > *:nth-child(6) {
  animation-delay: 0.78s;
}
.home .product .swiper .swiper-wrapper > *:nth-child(7) {
  animation-delay: 0.91s;
}
.home .product .swiper .swiper-wrapper > *:nth-child(8) {
  animation-delay: 1.04s;
}
.home .product .swiper .swiper-wrapper > *:nth-child(9) {
  animation-delay: 1.17s;
}
.home .product .swiper .swiper-wrapper > *:nth-child(10) {
  animation-delay: 1.3s;
}
.home .product .swiper .swiper-wrapper > *:nth-child(11) {
  animation-delay: 1.43s;
}
.home .product .swiper .swiper-wrapper > *:nth-child(12) {
  animation-delay: 1.56s;
}
.home .product .swiper .swiper-wrapper > *:nth-child(13) {
  animation-delay: 1.69s;
}
.home .product .swiper .swiper-wrapper > *:nth-child(14) {
  animation-delay: 1.82s;
}
.home .product .swiper .swiper-wrapper > *:nth-child(15) {
  animation-delay: 1.95s;
}
.home .product .swiper .swiper-wrapper > *:nth-child(16) {
  animation-delay: 2.08s;
}
.home .product .swiper .swiper-wrapper > *:nth-child(17) {
  animation-delay: 2.21s;
}
.home .product .swiper .swiper-wrapper > *:nth-child(18) {
  animation-delay: 2.34s;
}
.home .product .swiper .swiper-wrapper > *:nth-child(19) {
  animation-delay: 2.47s;
}
.home .product .swiper .swiper-wrapper > *:nth-child(20) {
  animation-delay: 2.6s;
}
.home .product .swiper .swiper-wrapper > *:nth-child(21) {
  animation-delay: 2.73s;
}
.home .product .swiper .swiper-wrapper > *:nth-child(22) {
  animation-delay: 2.86s;
}
.home .product .swiper .swiper-wrapper > *:nth-child(23) {
  animation-delay: 2.99s;
}
.home .product .swiper .swiper-wrapper > *:nth-child(24) {
  animation-delay: 3.12s;
}
.home .product .swiper .swiper-wrapper > *:nth-child(25) {
  animation-delay: 3.25s;
}
.home .product .swiper .swiper-wrapper > *:nth-child(26) {
  animation-delay: 3.38s;
}
.home .product .swiper .swiper-wrapper > *:nth-child(27) {
  animation-delay: 3.51s;
}
.home .product .swiper .swiper-wrapper > *:nth-child(28) {
  animation-delay: 3.64s;
}
.home .product .swiper .swiper-wrapper > *:nth-child(29) {
  animation-delay: 3.77s;
}
.home .product .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 5rem;
  border-bottom: 0.1rem solid #dddddd;
}
.home .product .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  aspect-ratio: 3 / 1.3;
  object-fit: cover;
}
.home .product .swiper .swiper-wrapper .swiper-slide.swiper-slide-active,
.home .product .swiper .swiper-wrapper .swiper-slide.active,
.home .product .swiper .swiper-wrapper .swiper-slide:hover {
  color: var(--themeColor2);
  border-color: var(--themeColor2);
}
.home .product .swiper .btns {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
.home .product .swiper .btns .iconfont {
  width: 5rem;
  line-height: 5rem;
  text-align: center;
  background: #ffffff;
  box-shadow: 0.2rem 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  cursor: pointer;
  color: var(--themeColor2);
}
.home .product .swiper .btns .iconfont.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.home .product .swiper .btns .iconfont + .iconfont {
  margin-left: 1rem;
}
.home .application {
  padding: 10rem 0;
}
.home .application h2 {
  text-align: center;
}
.home .application .swiper_wrap {
  position: relative;
}
.home .application .swiper_wrap .swiper {
  margin-top: 6rem;
  overflow: hidden;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(1) {
  animation-delay: 0.13s;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(2) {
  animation-delay: 0.26s;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(3) {
  animation-delay: 0.39s;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(4) {
  animation-delay: 0.52s;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(5) {
  animation-delay: 0.65s;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(6) {
  animation-delay: 0.78s;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(7) {
  animation-delay: 0.91s;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(8) {
  animation-delay: 1.04s;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(9) {
  animation-delay: 1.17s;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(10) {
  animation-delay: 1.3s;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(11) {
  animation-delay: 1.43s;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(12) {
  animation-delay: 1.56s;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(13) {
  animation-delay: 1.69s;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(14) {
  animation-delay: 1.82s;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(15) {
  animation-delay: 1.95s;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(16) {
  animation-delay: 2.08s;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(17) {
  animation-delay: 2.21s;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(18) {
  animation-delay: 2.34s;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(19) {
  animation-delay: 2.47s;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(20) {
  animation-delay: 2.6s;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(21) {
  animation-delay: 2.73s;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(22) {
  animation-delay: 2.86s;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(23) {
  animation-delay: 2.99s;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(24) {
  animation-delay: 3.12s;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(25) {
  animation-delay: 3.25s;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(26) {
  animation-delay: 3.38s;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(27) {
  animation-delay: 3.51s;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(28) {
  animation-delay: 3.64s;
}
.home .application .swiper_wrap .swiper .swiper-wrapper > *:nth-child(29) {
  animation-delay: 3.77s;
}
.home .application .swiper_wrap .swiper .swiper-slide {
  border-bottom: 1px solid rgba(221, 221, 221, 0.52);
}
.home .application .swiper_wrap .swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.home .application .swiper_wrap .swiper .swiper-slide .text {
  padding: 2rem 0 3rem;
  transition: all 0.3s;
}
.home .application .swiper_wrap .swiper .swiper-slide .text p {
  border-left: 0.3rem solid var(--themeColor);
  margin-bottom: 4rem;
  padding-left: 1rem;
  line-height: 1;
  transition: all 0.3s;
}
.home .application .swiper_wrap .swiper .swiper-slide .text .iconfont {
  width: max-content;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  color: var(--themeColor2);
  margin-left: 1.2rem;
  transition: all 0.3s;
}
.home .application .swiper_wrap .swiper .swiper-slide .text .iconfont::before {
  font-size: 2.2rem;
}
.home .application .swiper_wrap .swiper .swiper-slide:hover .text {
  background-color: var(--themeColor2);
  color: white;
}
.home .application .swiper_wrap .swiper .swiper-slide:hover .text p {
  border-color: #dddddd;
}
.home .application .swiper_wrap .swiper .swiper-slide:hover .text .iconfont {
  color: white;
}
.home .application .swiper_wrap .btns .iconfont {
  width: 5rem;
  line-height: 5rem;
  text-align: center;
  background: #ffffff;
  box-shadow: 0.2rem 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  cursor: pointer;
  color: var(--themeColor2);
  position: absolute;
  top: 30%;
  z-index: 9;
  transition: all 0.3s;
}
.home .application .swiper_wrap .btns .iconfont.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.home .application .swiper_wrap .btns .iconfont + .iconfont {
  margin-left: 1rem;
}
.home .application .swiper_wrap .btns .iconfont.icon-left {
  left: 0;
  transform: translateX(-50%);
}
.home .application .swiper_wrap .btns .iconfont.icon-right {
  right: 0;
  transform: translateX(50%);
}
.home .application2 {
  position: relative;
  aspect-ratio: 104 / 53;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../image/application_bg.webp);
}
.home .application2 .cont {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home .application2 .cont .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: white;
}
.home .application2 .cont .item img {
  width: auto;
  height: 8.2rem;
}
.home .application2 .cont .item h4 {
  font-weight: 500;
  margin: 2rem 0 9rem;
  position: relative;
}
.home .application2 .cont .item h4::before {
  content: "";
  position: absolute;
  width: 10rem;
  height: 0.3rem;
  background: rgba(255, 255, 255, 0.45);
  left: 50%;
  transform: translateX(-50%);
  bottom: -2rem;
}
.home .application2 .cont .item h4::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 0.3rem;
  background: var(--themeColor2);
  left: 50%;
  transform: translateX(-50%);
  bottom: -2rem;
  transition: all 0.3s;
}
.home .application2 .cont .item a {
  display: flex;
  flex-direction: row-reverse;
  color: white;
  padding: 0 2.7rem;
  line-height: 4.7rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.15);
  border-radius: 2.35rem;
  transition: all 0.3s;
}
.home .application2 .cont .item a:hover {
  background: var(--themeColor2);
}
.home .application2 .cont .item a::before {
  font-size: 2rem;
}
.home .application2 .cont .item:has(a:hover) h4::after {
  width: 10rem;
}
.home .application2 .cont .item + .item {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.home .application2 .title {
  color: white;
  position: absolute;
  top: 10rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.home .about {
  background: #f8f8f8;
  padding: 10rem 0;
}
.home .about .container .top {
  display: flex;
  justify-content: space-between;
}
.home .about .container .top .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #57585a;
}
.home .about .container .top .item p {
  color: #bcbdc0;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-end;
}
.home .about .container .top .item p b {
  color: #06162f;
}
.home .about .container h3 {
  margin-top: 3.6rem;
  margin-bottom: 1.6rem;
}
.home .about .container .cont {
  display: flex;
}
.home .about .container .cont .left {
  width: 92.6rem;
}
.home .about .container .cont .left img {
  width: 100%;
}
.home .about .container .cont .right {
  flex: 1;
  margin-left: 8.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .about .container .cont .right p {
  color: #666666;
  line-height: 2.25;
}
.home .about .container .cont .right ul li {
  display: flex;
  align-items: center;
  background: #f2f2f2;
  text-align: center;
}
.home .about .container .cont .right ul li img {
  width: 10rem;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-right: 8rem;
}
.home .about .container .cont .right ul li + li {
  margin-top: 1.5rem;
}
.home .news {
  padding: 10rem 0;
}
.home .news h2 {
  text-align: center;
}
.home .news .container {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2.4rem;
}
.home .news .container > *:nth-child(1) {
  animation-delay: 0.13s;
}
.home .news .container > *:nth-child(2) {
  animation-delay: 0.26s;
}
.home .news .container > *:nth-child(3) {
  animation-delay: 0.39s;
}
.home .news .container > *:nth-child(4) {
  animation-delay: 0.52s;
}
.home .news .container > *:nth-child(5) {
  animation-delay: 0.65s;
}
.home .news .container > *:nth-child(6) {
  animation-delay: 0.78s;
}
.home .news .container > *:nth-child(7) {
  animation-delay: 0.91s;
}
.home .news .container > *:nth-child(8) {
  animation-delay: 1.04s;
}
.home .news .container > *:nth-child(9) {
  animation-delay: 1.17s;
}
.home .news .container > *:nth-child(10) {
  animation-delay: 1.3s;
}
.home .news .container > *:nth-child(11) {
  animation-delay: 1.43s;
}
.home .news .container > *:nth-child(12) {
  animation-delay: 1.56s;
}
.home .news .container > *:nth-child(13) {
  animation-delay: 1.69s;
}
.home .news .container > *:nth-child(14) {
  animation-delay: 1.82s;
}
.home .news .container > *:nth-child(15) {
  animation-delay: 1.95s;
}
.home .news .container > *:nth-child(16) {
  animation-delay: 2.08s;
}
.home .news .container > *:nth-child(17) {
  animation-delay: 2.21s;
}
.home .news .container > *:nth-child(18) {
  animation-delay: 2.34s;
}
.home .news .container > *:nth-child(19) {
  animation-delay: 2.47s;
}
.home .news .container > *:nth-child(20) {
  animation-delay: 2.6s;
}
.home .news .container > *:nth-child(21) {
  animation-delay: 2.73s;
}
.home .news .container > *:nth-child(22) {
  animation-delay: 2.86s;
}
.home .news .container > *:nth-child(23) {
  animation-delay: 2.99s;
}
.home .news .container > *:nth-child(24) {
  animation-delay: 3.12s;
}
.home .news .container > *:nth-child(25) {
  animation-delay: 3.25s;
}
.home .news .container > *:nth-child(26) {
  animation-delay: 3.38s;
}
.home .news .container > *:nth-child(27) {
  animation-delay: 3.51s;
}
.home .news .container > *:nth-child(28) {
  animation-delay: 3.64s;
}
.home .news .container > *:nth-child(29) {
  animation-delay: 3.77s;
}
.home .news .container a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e7;
}
.home .news .container a img {
  width: 100%;
  aspect-ratio: 3 / 1.6;
  object-fit: cover;
}
.home .news .container a .text {
  padding: 4rem 2rem;
}
.home .news .container a .text h4 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
  border-left: 0.3rem solid var(--themeColor);
  padding-left: 1.6rem;
  min-height: 2.4em;
}
.home .news .container a .text > div {
  margin-top: 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .news .container a .text > div span {
  font-weight: 500;
  color: #666666;
}
.home .news .container a .text > div .iconfont {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  color: var(--themeColor2);
}
.home .news .container a .text > div .iconfont::before {
  font-size: 2rem;
}
.home .news .more {
  width: max-content;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin: 6rem auto 0;
  color: var(--themeColor2);
  transition: all 0.3s;
  border: 0.1rem solid var(--themeColor2);
  line-height: 4.7rem;
  padding: 0 2rem 0 2.5rem;
  border-radius: 2.35rem;
}
.home .news .more::before {
  font-size: 2rem;
}
.home .news .more:hover {
  background: var(--themeColor2);
  color: white;
}
/* 产品中心 */
.product .breadcrumb {
  --container: 180rem;
}
.product .cont {
  --container: 180rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.product .cont .left {
  width: 27.4rem;
  position: sticky;
  top: calc(var(--headerHeight) + 1rem);
}
.product .cont .left h4 {
  line-height: 8rem;
  background-color: var(--themeColor2);
  color: white;
  padding-left: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.product .cont .left ul li {
  background: #f3f3f3;
  transition: all 0.3s;
}
.product .cont .left ul li p {
  font-weight: 500;
  line-height: 6.4rem;
  padding: 0 3rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.product .cont .left ul li p::before {
  color: var(--themeColor2);
  font-size: 2rem;
}
.product .cont .left ul li .list {
  display: none;
  padding-bottom: 2rem;
}
.product .cont .left ul li .list a {
  display: flex;
  align-items: center;
  padding: 0 3rem;
  color: #666666;
}
.product .cont .left ul li .list a::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #666666;
  border-radius: 50%;
  margin-right: 1rem;
}
.product .cont .left ul li .list a.active,
.product .cont .left ul li .list a:hover {
  color: var(--themeColor2);
}
.product .cont .left ul li .list a.active::before,
.product .cont .left ul li .list a:hover::before {
  background: var(--themeColor2);
}
.product .cont .left ul li .list a + a {
  margin-top: 1rem;
}
.product .cont .left ul li.active {
  background: rgba(196, 227, 255, 0.14);
}
.product .cont .left ul li.active p {
  color: var(--themeColor2);
}
.product .cont .left ul li.active p::before {
  transform: rotate(90deg);
}
.product .cont .left ul li + li {
  margin-top: 0.5rem;
}
.product .cont .right {
  width: 151rem;
  margin-left: 1.2rem;
  position: sticky;
  top: calc(var(--headerHeight) + 1rem);
}
.product .cont .right .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product .cont .right .top > .iconfont {
  display: flex;
  align-items: center;
  background: rgba(49, 138, 156, 0.14);
  color: #315d84;
  padding: 0 2rem;
  border-radius: 0.5rem;
  line-height: 5rem;
  cursor: pointer;
}
.product .cont .right .top > .iconfont::before {
  font-size: 2.2rem;
  margin-right: 1rem;
}
.product .cont .right .top .psearch {
  display: flex;
}
.product .cont .right .top .psearch .input {
  display: flex;
  align-items: center;
  background: #f8f8f8;
  border-radius: 0.5rem;
  border: 0.1rem solid #dedede;
  line-height: 5rem;
  padding: 0 2rem;
}
.product .cont .right .top .psearch .input input {
  width: 30rem;
  margin-left: 1rem;
}
.product .cont .right .top .psearch .btn {
  background: #f8f8f8;
  border-radius: 0.5rem;
  border: 0.1rem solid #dedede;
  line-height: 5rem;
  text-align: center;
  margin-left: 1rem;
  padding: 0 2.5rem;
  cursor: pointer;
  font-weight: 500;
}
.product .cont .right .heads {
  padding: 2.4rem 1.8rem;
  padding-top: 0.8rem;
  background: rgba(49, 138, 156, 0.1);
  border-radius: 0.8rem;
  border: 0.1rem solid #c4e3ff;
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.product .cont .right .heads .iconfont {
  display: flex;
  align-items: center;
  color: #315d84;
  margin-right: 2rem;
  margin-top: 1.6rem;
  cursor: pointer;
}
.product .cont .right .heads .iconfont::before {
  color: transparent;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  border-radius: 0.2rem;
  border: 0.1rem solid #315d84;
  margin-right: 0.8rem;
}
.product .cont .right .heads .iconfont:hover::before,
.product .cont .right .heads .iconfont.active::before {
  background: #315d84;
  color: white;
}
.product .cont .right .tablewrap {
  margin-top: 1rem;
  max-width: 100%;
  width: 100%;
  min-height: 63rem;
  overflow-x: auto;
}
.product .cont .right .tablewrap .table {
  width: max-content;
  min-width: 100%;
  border-spacing: 0;
}
.product .cont .right .tablewrap .table thead {
  background-color: var(--themeColor2);
  border-radius: 0.8rem;
  overflow: hidden;
  width: max-content;
  color: white;
}
.product .cont .right .tablewrap .table thead tr th {
  min-width: 8rem;
  height: 6.4rem;
  text-align: center;
  border-color: var(--themeColor2);
  background-color: var(--themeColor2);
  font-weight: 500;
  position: relative;
  line-height: 1.2;
  padding: 0 0.5rem;
  overflow: hidden;
}
.product .cont .right .tablewrap .table thead tr th:first-child {
  min-width: 20rem;
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
}
.product .cont .right .tablewrap .table thead tr th:last-child {
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
.product .cont .right .tablewrap .table thead tr th:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  width: 0.1rem;
  height: 50%;
  background: #ffffff;
}
.product .cont .right .tablewrap .table tbody .filters {
  background: #f5f5f5;
  position: relative;
  z-index: 99;
}
.product .cont .right .tablewrap .table tbody .filters td {
  height: 5.4rem;
  position: relative;
  z-index: 99;
  padding: 0 1rem;
}
.product .cont .right .tablewrap .table tbody .filters td > .iconfont {
  width: max-content;
  min-width: 7rem;
  padding: 0 2rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  line-height: 3.4rem;
  border-radius: 0.4rem;
  border: 1px solid #e9e9e9;
  cursor: pointer;
  transition: all 0.3s;
  color: #999999;
}
.product .cont .right .tablewrap .table tbody .filters td > .iconfont:hover {
  background: var(--themeColor2);
  color: white;
}
.product .cont .right .tablewrap .table tbody .filters td > .iconfont::before {
  font-size: 2rem;
}
.product .cont .right .tablewrap .table tbody .filters td:first-child {
  box-shadow: 0.2rem 0 0.3rem 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  z-index: 100;
}
.product .cont .right .tablewrap .table tbody .filters td:first-child > .iconfont::before {
  margin-left: 1rem;
}
.product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  background-color: white;
  border-radius: 1rem;
  border: 0.1rem solid #e9e9e9;
  padding: 3.6rem;
  box-shadow: 0 0.2rem 1rem 0 rgba(200, 200, 200, 0.2);
}
.product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .input {
  width: 29rem;
  display: flex;
  line-height: 3.8rem;
  padding: 0 1.7rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #e9e9e9;
  transition: all 0.3s;
  margin-top: 2.8rem;
}
.product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .input input {
  flex: 1;
}
.product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .input .iconfont {
  cursor: pointer;
}
.product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .input:has(input:focus) {
  border-color: var(--themeColor2);
}
.product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls {
  margin-top: 2rem;
  max-height: 33rem;
  overflow-y: auto;
}
.product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls::-webkit-scrollbar {
  width: 0.4rem;
}
.product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 0.2rem;
}
.product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls::-webkit-scrollbar-thumb {
  background: #318a9c;
  border-radius: 0.2rem;
}
.product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls::-webkit-scrollbar-thumb:hover {
  background: #2a7484;
}
.product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls .all {
  color: var(--themeColor2);
  font-weight: 500;
  padding-bottom: 2.2rem;
  border-bottom: 0.1rem solid #e9e9e9;
  margin-bottom: 2.2rem;
}
.product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls .iconfont {
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1;
}
.product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls .iconfont::before {
  color: transparent;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  border-radius: 0.2rem;
  border: 0.1rem solid var(--themeColor2);
  margin-right: 0.8rem;
}
.product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls .iconfont:hover::before,
.product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls .iconfont.active::before {
  background: var(--themeColor2);
  color: white;
}
.product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls .iconfont + .iconfont {
  margin-top: 1rem;
}
.product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .cha {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2rem;
  line-height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  border-radius: 50%;
  background: var(--themeColor2);
}
.product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .cha::before {
  font-size: 0.8rem;
  font-weight: 900;
}
.product .cont .right .tablewrap .table tbody .filters td:first-child .xs-oxwrap {
  left: 0;
  transform: none;
}
.product .cont .right .tablewrap .table tbody tr:not(.filters) {
  height: 6.4rem;
}
.product .cont .right .tablewrap .table tbody tr:not(.filters) td:first-child {
  background: #fcfdff;
  padding: 0 1rem;
  box-shadow: 0.2rem 0 0.3rem 0 rgba(0, 0, 0, 0.1);
  border-left: 1px solid #e9e9e9;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  overflow: hidden;
}
.product .cont .right .tablewrap .table tbody tr:not(.filters) td:first-child div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1b5a67;
}
.product .cont .right .tablewrap .table tbody tr:not(.filters) td:first-child div .iconfont {
  color: var(--themeColor);
}
.product .cont .right .tablewrap .table tbody tr:not(.filters) td:last-child {
  border-right: 1px solid #e9e9e9;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  overflow: hidden;
}
.product .cont .right .tablewrap .table tbody tr:not(.filters) td {
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
}
.product .cont .right .tablewrap .table tbody tr:not(.filters) td img {
  width: 7rem;
}
.product .cont .right .tablewrap .table thead th:first-child,
.product .cont .right .tablewrap .table tbody td:first-child {
  position: sticky;
  left: 0;
  z-index: 9;
}
.product .cont .right .tablewrap::-webkit-scrollbar {
  height: 1.2rem;
}
.product .cont .right .tablewrap::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 0.6rem;
}
.product .cont .right .tablewrap::-webkit-scrollbar-thumb {
  background: #318a9c;
  border-radius: 0.6rem;
}
.product .cont .right .tablewrap::-webkit-scrollbar-thumb:hover {
  background: #2a7484;
}
/* 关于我们 */
.about #js {
  padding: 10rem 0 26.5rem;
  background-image: url(../image/js_bg.webp);
  background-size: auto 26.5rem;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.about #js .container {
  display: flex;
  align-items: center;
}
.about #js .container .left {
  flex: 1;
}
.about #js .container .left h4 {
  margin-bottom: 4.5rem;
}
.about #js .container .left .rich {
  color: #666666;
}
.about #js .container .right {
  width: 70rem;
  margin-left: 17rem;
}
.about #js .container .right img {
  width: 100%;
}
.about #yj {
  background-image: url(../image/yj_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10rem 0 16rem;
}
.about #yj .container h4 {
  color: white;
  margin-bottom: 7rem;
}
.about #yj .container .cont {
  display: flex;
  align-items: center;
  color: white;
}
.about #yj .container .cont .left {
  width: 62rem;
  white-space: pre-wrap;
}
.about #yj .container .cont .right {
  flex: 1;
  margin-left: 17.4rem;
  border-left: 0.1rem solid rgba(255, 255, 255, 0.8);
  padding-left: 16.2rem;
}
.about #yj .container .cont .right p {
  font-weight: 500;
  margin-bottom: 3rem;
}
.about #yj .container .cont .right ul {
  padding-left: 3rem;
}
.about #yj .container .cont .right ul li {
  list-style: disc;
  line-height: 2.1;
}
.about #lc {
  padding: 10rem 0 0.1rem;
  background-image: url(../image/lc_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.about #lc .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about #lc .container .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about #lc .container .right .iconfont {
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--themeColor2);
  color: white;
  cursor: pointer;
  font-size: 1.3rem;
}
.about #lc .container .right .iconfont + .iconfont {
  margin-left: 1.6rem;
}
.about #lc .swiper {
  margin-top: 30rem;
  margin-bottom: 30rem;
  border-top: 1px solid rgba(102, 102, 102, 0.51);
  padding-left: var(--cm);
}
.about #lc .swiper .swiper-wrapper > *:nth-child(1) {
  animation-delay: 0.13s;
}
.about #lc .swiper .swiper-wrapper > *:nth-child(2) {
  animation-delay: 0.26s;
}
.about #lc .swiper .swiper-wrapper > *:nth-child(3) {
  animation-delay: 0.39s;
}
.about #lc .swiper .swiper-wrapper > *:nth-child(4) {
  animation-delay: 0.52s;
}
.about #lc .swiper .swiper-wrapper > *:nth-child(5) {
  animation-delay: 0.65s;
}
.about #lc .swiper .swiper-wrapper > *:nth-child(6) {
  animation-delay: 0.78s;
}
.about #lc .swiper .swiper-wrapper > *:nth-child(7) {
  animation-delay: 0.91s;
}
.about #lc .swiper .swiper-wrapper > *:nth-child(8) {
  animation-delay: 1.04s;
}
.about #lc .swiper .swiper-wrapper > *:nth-child(9) {
  animation-delay: 1.17s;
}
.about #lc .swiper .swiper-wrapper > *:nth-child(10) {
  animation-delay: 1.3s;
}
.about #lc .swiper .swiper-wrapper > *:nth-child(11) {
  animation-delay: 1.43s;
}
.about #lc .swiper .swiper-wrapper > *:nth-child(12) {
  animation-delay: 1.56s;
}
.about #lc .swiper .swiper-wrapper > *:nth-child(13) {
  animation-delay: 1.69s;
}
.about #lc .swiper .swiper-wrapper > *:nth-child(14) {
  animation-delay: 1.82s;
}
.about #lc .swiper .swiper-wrapper > *:nth-child(15) {
  animation-delay: 1.95s;
}
.about #lc .swiper .swiper-wrapper > *:nth-child(16) {
  animation-delay: 2.08s;
}
.about #lc .swiper .swiper-wrapper > *:nth-child(17) {
  animation-delay: 2.21s;
}
.about #lc .swiper .swiper-wrapper > *:nth-child(18) {
  animation-delay: 2.34s;
}
.about #lc .swiper .swiper-wrapper > *:nth-child(19) {
  animation-delay: 2.47s;
}
.about #lc .swiper .swiper-wrapper > *:nth-child(20) {
  animation-delay: 2.6s;
}
.about #lc .swiper .swiper-wrapper > *:nth-child(21) {
  animation-delay: 2.73s;
}
.about #lc .swiper .swiper-wrapper > *:nth-child(22) {
  animation-delay: 2.86s;
}
.about #lc .swiper .swiper-wrapper > *:nth-child(23) {
  animation-delay: 2.99s;
}
.about #lc .swiper .swiper-wrapper > *:nth-child(24) {
  animation-delay: 3.12s;
}
.about #lc .swiper .swiper-wrapper > *:nth-child(25) {
  animation-delay: 3.25s;
}
.about #lc .swiper .swiper-wrapper > *:nth-child(26) {
  animation-delay: 3.38s;
}
.about #lc .swiper .swiper-wrapper > *:nth-child(27) {
  animation-delay: 3.51s;
}
.about #lc .swiper .swiper-wrapper > *:nth-child(28) {
  animation-delay: 3.64s;
}
.about #lc .swiper .swiper-wrapper > *:nth-child(29) {
  animation-delay: 3.77s;
}
.about #lc .swiper .swiper-wrapper .swiper-slide {
  --d: 1.8rem;
  position: relative;
}
.about #lc .swiper .swiper-wrapper .swiper-slide::before {
  content: "";
  width: var(--d);
  height: var(--d);
  background: var(--themeColor2);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}
.about #lc .swiper .swiper-wrapper .swiper-slide::after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 20rem;
  background: linear-gradient(180deg, #666666 0%, rgba(217, 217, 217, 0) 100%);
  position: absolute;
  left: -0.1rem;
  bottom: 0.9rem;
}
.about #lc .swiper .swiper-wrapper .swiper-slide b {
  color: var(--themeColor2);
  position: absolute;
  left: 4rem;
  bottom: 6rem;
}
.about #lc .swiper .swiper-wrapper .swiper-slide p {
  width: 26rem;
  position: absolute;
  left: 4rem;
  bottom: 23rem;
  transform: translateY(100%);
  line-height: 1.2;
}
.about #lc .swiper .swiper-wrapper .swiper-slide p::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background-color: var(--themeColor2);
  position: absolute;
  top: 0.4rem;
  left: -4.3rem;
}
.about #lc .swiper .swiper-wrapper .swiper-slide:nth-child(even)::after {
  background: linear-gradient(0, #666666 0%, rgba(217, 217, 217, 0) 100%);
  bottom: auto;
  top: 0.9rem;
}
.about #lc .swiper .swiper-wrapper .swiper-slide:nth-child(even) b {
  bottom: auto;
  top: 6rem;
}
.about #lc .swiper .swiper-wrapper .swiper-slide:nth-child(even) p {
  bottom: auto;
  top: 23rem;
  transform: translateY(-100%);
}
.about #lc .swiper .swiper-wrapper .swiper-slide:nth-child(even) p::before {
  top: auto;
  bottom: 0.4rem;
}
.about #ln,
.about #zc {
  margin: 10rem 0 20rem;
}
.about #ln .container,
.about #zc .container {
  display: flex;
  align-items: center;
}
.about #ln .container .right,
.about #zc .container .right {
  width: 50%;
}
.about #ln .container .right img,
.about #zc .container .right img {
  width: 100%;
}
.about #ln .container .left,
.about #zc .container .left {
  flex: 1;
}
.about #ln .container .left h4,
.about #zc .container .left h4 {
  margin-bottom: 4rem;
}
.about #ln .container .left .rich,
.about #zc .container .left .rich {
  color: #666;
  white-space: pre-wrap;
}
.about #ln .container .left .sm,
.about #zc .container .left .sm {
  margin-top: 3rem;
  border-top: 1px solid rgba(221, 221, 221, 0.52);
  padding-top: 3rem;
}
.about #ln .container .left .sm b,
.about #zc .container .left .sm b {
  margin-left: 1rem;
}
.about #ln .container .left .sm .imgs,
.about #zc .container .left .sm .imgs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about #ln .container .left .sm .imgs img,
.about #zc .container .left .sm .imgs img {
  height: 10rem;
  width: auto;
}
/* 联系我们 */
.contact #js {
  padding: 10rem 0;
  background-image: url(../image/js_bg.webp);
  background-size: auto 25rem;
  background-position: left top;
  background-repeat: no-repeat;
}
.contact #js .container {
  display: flex;
  align-items: flex-end;
}
.contact #js .container .left {
  flex: 1;
}
.contact #js .container .left h4 {
  margin-bottom: 4.5rem;
}
.contact #js .container .left .rich {
  color: #666666;
}
.contact #js .container .right {
  width: 70rem;
  margin-left: 17rem;
}
.contact #js .container .right img {
  width: 100%;
}
.contact #address {
  background: rgba(49, 138, 156, 0.03);
}
.contact #address .container {
  padding: 10rem 0;
  border-bottom: 1px solid #dddddd;
}
.contact #address .container ul {
  margin-top: 6rem;
  display: flex;
}
.contact #address .container ul li {
  flex: 1;
}
.contact #address .container ul li .img {
  position: relative;
}
.contact #address .container ul li .img span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--themeColor);
  color: white;
  text-align: center;
  border-top: 1px solid var(--themeColor2);
  line-height: 2.2;
}
.contact #address .container ul li .text {
  padding: 4rem 3rem;
  background-color: white;
  border: 1px solid #dddddd;
  border-top: none;
}
.contact #address .container ul li .text h5 {
  margin-bottom: 2rem;
  line-height: 1;
  position: relative;
}
.contact #address .container ul li .text h5::before {
  content: "";
  width: 0.3rem;
  height: 1em;
  background-color: var(--themeColor2);
  position: absolute;
  left: -3rem;
  top: 0;
}
.contact #address .container ul li .text .item span {
  font-weight: 500;
}
.contact #address .container ul li .text .item p {
  color: #666666;
}
.contact #address .container ul li .text .item + .item {
  margin-top: 1rem;
}
.contact #address .container ul li + li {
  margin-left: 4rem;
}
.contact #address .container ul > *:nth-child(1) {
  animation-delay: 0.13s;
}
.contact #address .container ul > *:nth-child(2) {
  animation-delay: 0.26s;
}
.contact #address .container ul > *:nth-child(3) {
  animation-delay: 0.39s;
}
.contact #address .container ul > *:nth-child(4) {
  animation-delay: 0.52s;
}
.contact #address .container ul > *:nth-child(5) {
  animation-delay: 0.65s;
}
.contact #address .container ul > *:nth-child(6) {
  animation-delay: 0.78s;
}
.contact #address .container ul > *:nth-child(7) {
  animation-delay: 0.91s;
}
.contact #address .container ul > *:nth-child(8) {
  animation-delay: 1.04s;
}
.contact #address .container ul > *:nth-child(9) {
  animation-delay: 1.17s;
}
.contact #address .container ul > *:nth-child(10) {
  animation-delay: 1.3s;
}
.contact #address .container ul > *:nth-child(11) {
  animation-delay: 1.43s;
}
.contact #address .container ul > *:nth-child(12) {
  animation-delay: 1.56s;
}
.contact #address .container ul > *:nth-child(13) {
  animation-delay: 1.69s;
}
.contact #address .container ul > *:nth-child(14) {
  animation-delay: 1.82s;
}
.contact #address .container ul > *:nth-child(15) {
  animation-delay: 1.95s;
}
.contact #address .container ul > *:nth-child(16) {
  animation-delay: 2.08s;
}
.contact #address .container ul > *:nth-child(17) {
  animation-delay: 2.21s;
}
.contact #address .container ul > *:nth-child(18) {
  animation-delay: 2.34s;
}
.contact #address .container ul > *:nth-child(19) {
  animation-delay: 2.47s;
}
.contact #address .container ul > *:nth-child(20) {
  animation-delay: 2.6s;
}
.contact #address .container ul > *:nth-child(21) {
  animation-delay: 2.73s;
}
.contact #address .container ul > *:nth-child(22) {
  animation-delay: 2.86s;
}
.contact #address .container ul > *:nth-child(23) {
  animation-delay: 2.99s;
}
.contact #address .container ul > *:nth-child(24) {
  animation-delay: 3.12s;
}
.contact #address .container ul > *:nth-child(25) {
  animation-delay: 3.25s;
}
.contact #address .container ul > *:nth-child(26) {
  animation-delay: 3.38s;
}
.contact #address .container ul > *:nth-child(27) {
  animation-delay: 3.51s;
}
.contact #address .container ul > *:nth-child(28) {
  animation-delay: 3.64s;
}
.contact #address .container ul > *:nth-child(29) {
  animation-delay: 3.77s;
}
.contact #proxy {
  background: rgba(49, 138, 156, 0.03);
}
.contact #proxy .container {
  padding: 10rem 0;
}
.contact #proxy .container ul {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4rem;
}
.contact #proxy .container ul li {
  background-color: white;
  padding: 5rem;
  border: 1px solid #dddddd;
}
.contact #proxy .container ul li h5 {
  margin-bottom: 4rem;
  line-height: 1;
  position: relative;
}
.contact #proxy .container ul li h5::before {
  content: "";
  width: 0.3rem;
  height: 1em;
  background-color: var(--themeColor2);
  position: absolute;
  left: -5rem;
  top: 0;
}
.contact #proxy .container ul li p {
  color: #666666;
}
.contact #proxy .container ul > *:nth-child(1) {
  animation-delay: 0.13s;
}
.contact #proxy .container ul > *:nth-child(2) {
  animation-delay: 0.26s;
}
.contact #proxy .container ul > *:nth-child(3) {
  animation-delay: 0.39s;
}
.contact #proxy .container ul > *:nth-child(4) {
  animation-delay: 0.52s;
}
.contact #proxy .container ul > *:nth-child(5) {
  animation-delay: 0.65s;
}
.contact #proxy .container ul > *:nth-child(6) {
  animation-delay: 0.78s;
}
.contact #proxy .container ul > *:nth-child(7) {
  animation-delay: 0.91s;
}
.contact #proxy .container ul > *:nth-child(8) {
  animation-delay: 1.04s;
}
.contact #proxy .container ul > *:nth-child(9) {
  animation-delay: 1.17s;
}
.contact #proxy .container ul > *:nth-child(10) {
  animation-delay: 1.3s;
}
.contact #proxy .container ul > *:nth-child(11) {
  animation-delay: 1.43s;
}
.contact #proxy .container ul > *:nth-child(12) {
  animation-delay: 1.56s;
}
.contact #proxy .container ul > *:nth-child(13) {
  animation-delay: 1.69s;
}
.contact #proxy .container ul > *:nth-child(14) {
  animation-delay: 1.82s;
}
.contact #proxy .container ul > *:nth-child(15) {
  animation-delay: 1.95s;
}
.contact #proxy .container ul > *:nth-child(16) {
  animation-delay: 2.08s;
}
.contact #proxy .container ul > *:nth-child(17) {
  animation-delay: 2.21s;
}
.contact #proxy .container ul > *:nth-child(18) {
  animation-delay: 2.34s;
}
.contact #proxy .container ul > *:nth-child(19) {
  animation-delay: 2.47s;
}
.contact #proxy .container ul > *:nth-child(20) {
  animation-delay: 2.6s;
}
.contact #proxy .container ul > *:nth-child(21) {
  animation-delay: 2.73s;
}
.contact #proxy .container ul > *:nth-child(22) {
  animation-delay: 2.86s;
}
.contact #proxy .container ul > *:nth-child(23) {
  animation-delay: 2.99s;
}
.contact #proxy .container ul > *:nth-child(24) {
  animation-delay: 3.12s;
}
.contact #proxy .container ul > *:nth-child(25) {
  animation-delay: 3.25s;
}
.contact #proxy .container ul > *:nth-child(26) {
  animation-delay: 3.38s;
}
.contact #proxy .container ul > *:nth-child(27) {
  animation-delay: 3.51s;
}
.contact #proxy .container ul > *:nth-child(28) {
  animation-delay: 3.64s;
}
.contact #proxy .container ul > *:nth-child(29) {
  animation-delay: 3.77s;
}
.contact #msg {
  background-image: url(../image/msg.webp);
  background-size: cover;
  background-position: center;
  padding: 10rem 0;
}
.contact #msg .container .form {
  margin-top: 6rem;
}
.contact #msg .container .form .row {
  display: flex;
  margin-top: 4rem;
}
.contact #msg .container .form .row .item {
  flex: 1;
}
.contact #msg .container .form .row .item span {
  margin-bottom: 1rem;
  font-weight: 500;
  display: block;
}
.contact #msg .container .form .row .item input,
.contact #msg .container .form .row .item textarea {
  display: block;
  width: 100%;
  background-color: white;
  padding: 2rem 3rem;
  border-radius: 1rem;
  border: 0.1rem solid rgba(49, 138, 156, 0.12);
}
.contact #msg .container .form .row .item input:focus,
.contact #msg .container .form .row .item textarea:focus {
  border-color: var(--themeColor2);
}
.contact #msg .container .form .row .item + .item {
  margin-left: 3rem;
}
.contact #msg .container .form .row .item:has(input:required, textarea:required) span::after {
  content: "*";
  color: #ff0000;
}
.contact #msg .container .form button[type="submit"] {
  background-color: var(--themeColor2);
  color: white;
  padding: 2rem 8rem;
  border-radius: 100rem;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 4rem;
  width: max-content;
  text-align: center;
  line-height: 1.2;
  transition: all 0.3s;
}
.contact #msg .container .form button[type="button"] {
  background-color: var(--themeColor2);
  color: white;
  padding: 2rem 8rem;
  border-radius: 100rem;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 4rem;
  width: max-content;
  text-align: center;
  line-height: 1.2;
  transition: all 0.3s;
}
.contact #msg .container .form button[type="submit"]:hover {
  opacity: 0.8;
}
.contact #msg .container .form button[type="button"]:hover {
  opacity: 0.8;
}
/* 最新动态 */
.news .wrap {
  margin: 10rem auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem;
}
.news .wrap > *:nth-child(1) {
  animation-delay: 0.13s;
}
.news .wrap > *:nth-child(2) {
  animation-delay: 0.26s;
}
.news .wrap > *:nth-child(3) {
  animation-delay: 0.39s;
}
.news .wrap > *:nth-child(4) {
  animation-delay: 0.52s;
}
.news .wrap > *:nth-child(5) {
  animation-delay: 0.65s;
}
.news .wrap > *:nth-child(6) {
  animation-delay: 0.78s;
}
.news .wrap > *:nth-child(7) {
  animation-delay: 0.91s;
}
.news .wrap > *:nth-child(8) {
  animation-delay: 1.04s;
}
.news .wrap > *:nth-child(9) {
  animation-delay: 1.17s;
}
.news .wrap > *:nth-child(10) {
  animation-delay: 1.3s;
}
.news .wrap > *:nth-child(11) {
  animation-delay: 1.43s;
}
.news .wrap > *:nth-child(12) {
  animation-delay: 1.56s;
}
.news .wrap > *:nth-child(13) {
  animation-delay: 1.69s;
}
.news .wrap > *:nth-child(14) {
  animation-delay: 1.82s;
}
.news .wrap > *:nth-child(15) {
  animation-delay: 1.95s;
}
.news .wrap > *:nth-child(16) {
  animation-delay: 2.08s;
}
.news .wrap > *:nth-child(17) {
  animation-delay: 2.21s;
}
.news .wrap > *:nth-child(18) {
  animation-delay: 2.34s;
}
.news .wrap > *:nth-child(19) {
  animation-delay: 2.47s;
}
.news .wrap > *:nth-child(20) {
  animation-delay: 2.6s;
}
.news .wrap > *:nth-child(21) {
  animation-delay: 2.73s;
}
.news .wrap > *:nth-child(22) {
  animation-delay: 2.86s;
}
.news .wrap > *:nth-child(23) {
  animation-delay: 2.99s;
}
.news .wrap > *:nth-child(24) {
  animation-delay: 3.12s;
}
.news .wrap > *:nth-child(25) {
  animation-delay: 3.25s;
}
.news .wrap > *:nth-child(26) {
  animation-delay: 3.38s;
}
.news .wrap > *:nth-child(27) {
  animation-delay: 3.51s;
}
.news .wrap > *:nth-child(28) {
  animation-delay: 3.64s;
}
.news .wrap > *:nth-child(29) {
  animation-delay: 3.77s;
}
.news .wrap a {
  display: flex;
  align-items: center;
  border: 0.1rem solid #e6e6e7;
  padding: 4rem 3rem;
  transition: all 0.3s;
}
.news .wrap a .left {
  margin-right: 7rem;
  transition: all 0.3s;
}
.news .wrap a .left h5 {
  margin-top: 2rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.news .wrap a .left p {
  margin-bottom: 4rem;
}
.news .wrap a .left .btn {
  width: max-content;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  border-radius: 2.4rem;
  border: 0.1rem solid var(--themeColor2);
  padding: 0 3rem;
  line-height: 4.7rem;
  color: var(--themeColor2);
  transition: all 0.3s;
}
.news .wrap a .left .btn::before {
  margin-left: 2rem;
  font-size: 2rem;
}
.news .wrap a .img img {
  width: 29.4rem;
  aspect-ratio: 294 / 183;
}
.news .wrap a:hover {
  background-color: var(--themeColor2);
  color: white;
}
.news .wrap a:hover .btn {
  border-color: white;
  color: white;
}
/* 新闻详情 */
.newsinfo .wrap {
  margin-top: calc(var(--headerHeight) + 10rem);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.newsinfo .wrap .left {
  width: 90rem;
  margin-right: 6rem;
  position: sticky;
  top: calc(var(--headerHeight) + 1rem);
  border-top: 0.6rem solid var(--themeColor2);
}
.newsinfo .wrap .left .title {
  margin-top: 5rem;
}
.newsinfo .wrap .left .date {
  margin-top: 1rem;
  padding-bottom: 3rem;
}
.newsinfo .wrap .left .rich {
  margin: 3rem 0;
}
.newsinfo .wrap .left .links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsinfo .wrap .left .links .le a {
  display: block;
  line-height: 2;
}
.newsinfo .wrap .left .links .le a:hover {
  color: var(--themeColor2);
}
.newsinfo .wrap .left .links > a {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  border-radius: 2.4rem;
  border: 0.1rem solid var(--themeColor2);
  padding: 0 3rem;
  line-height: 4.7rem;
  color: var(--themeColor2);
  transition: all 0.3s;
}
.newsinfo .wrap .left .links > a::before {
  margin-left: 1rem;
}
.newsinfo .wrap .right {
  flex: 1;
  position: sticky;
  top: calc(var(--headerHeight) + 1rem);
}
.newsinfo .wrap .right a {
  display: block;
  padding: 4rem;
  border: 0.1rem solid #e6e6e7;
  transition: all 0.3s;
}
.newsinfo .wrap .right a span {
  font-weight: 500;
  transition: all 0.3s;
}
.newsinfo .wrap .right a h5 {
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 0.1rem solid #eeeeee;
  font-weight: 500;
  transition: all 0.3s;
}
.newsinfo .wrap .right a p {
  margin-top: 2rem;
  color: #666666;
  transition: all 0.3s;
}
.newsinfo .wrap .right a + a {
  margin-top: 2.6rem;
}
.newsinfo .wrap .right a:hover {
  background-color: var(--themeColor2);
  color: white;
}
.newsinfo .wrap .right a:hover p {
  color: white;
}
/* 产品应用 */
.application .banner {
  margin-top: var(--headerHeight);
}
.application .banner .text .breadcrumb {
  padding: 0;
}
.application .banner .text .conts {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
.application .banner .text .conts .img {
  width: 32.2rem;
  background-color: #eeeeee;
  border-radius: 0.5rem;
}
.application .banner .text .conts .img img {
  width: 100%;
  padding: 2.5rem 6rem;
}
.application .cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 10rem;
  margin-bottom: 4rem;
}
.application .cont .left {
  width: 27.4rem;
  position: sticky;
  top: calc(var(--headerHeight) + 1rem);
}
.application .cont .left h4 {
  line-height: 8rem;
  background-color: var(--themeColor2);
  color: white;
  padding-left: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.application .cont .left ul li {
  background: #f3f3f3;
  transition: all 0.3s;
}
.application .cont .left ul li p {
  font-weight: 500;
  line-height: 6.4rem;
  padding: 0 3rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.application .cont .left ul li p::before {
  color: var(--themeColor2);
  font-size: 2rem;
}
.application .cont .left ul li .list {
  display: none;
  padding-bottom: 2rem;
}
.application .cont .left ul li .list a {
  display: flex;
  align-items: center;
  padding: 0 3rem;
  color: #666666;
}
.application .cont .left ul li .list a::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #666666;
  border-radius: 50%;
  margin-right: 1rem;
}
.application .cont .left ul li .list a.active,
.application .cont .left ul li .list a:hover {
  color: var(--themeColor2);
}
.application .cont .left ul li .list a.active::before,
.application .cont .left ul li .list a:hover::before {
  background: var(--themeColor2);
}
.application .cont .left ul li .list a + a {
  margin-top: 1rem;
}
.application .cont .left ul li.active {
  background: rgba(196, 227, 255, 0.14);
}
.application .cont .left ul li.active p {
  color: var(--themeColor2);
}
.application .cont .left ul li.active p::before {
  transform: rotate(90deg);
}
.application .cont .left ul li + li {
  margin-top: 0.5rem;
}
.application .cont .right {
  margin-left: 6rem;
  flex: 1;
}
.application .cont .right .title {
  margin-bottom: 2rem;
}
.application .cont .right .rich {
  margin-top: 2rem;
}
.application .cont .right .doc,
.application .cont .right .zn {
  margin-top: 8rem;
}
.application .cont .right .tablewrap {
  margin-top: 1rem;
  max-width: 100%;
  width: 100%;
  overflow-x: auto;
}
.application .cont .right .tablewrap .table {
  width: max-content;
  min-width: 100%;
  border-spacing: 0;
}
.application .cont .right .tablewrap .table thead {
  background-color: var(--themeColor2);
  border-radius: 0.8rem;
  overflow: hidden;
  width: max-content;
  color: white;
}
.application .cont .right .tablewrap .table thead tr th {
  min-width: 8rem;
  height: 6.4rem;
  text-align: center;
  border-color: var(--themeColor2);
  background-color: var(--themeColor2);
  font-weight: 500;
  position: relative;
  line-height: 1.2;
  padding: 0 0.5rem;
  overflow: hidden;
}
.application .cont .right .tablewrap .table thead tr th:first-child {
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
}
.application .cont .right .tablewrap .table thead tr th:last-child {
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
.application .cont .right .tablewrap .table thead tr th:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  width: 0.1rem;
  height: 50%;
  background: #ffffff;
}
.application .cont .right .tablewrap .table tbody .filters {
  background: #f5f5f5;
  position: relative;
  z-index: 99;
}
.application .cont .right .tablewrap .table tbody .filters td {
  height: 5.4rem;
  position: relative;
  z-index: 99;
  padding: 0 1rem;
}
.application .cont .right .tablewrap .table tbody .filters td > .iconfont {
  width: max-content;
  min-width: 7rem;
  padding: 0 2rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  line-height: 3.4rem;
  border-radius: 0.4rem;
  border: 1px solid #e9e9e9;
  cursor: pointer;
  transition: all 0.3s;
  color: #999999;
}
.application .cont .right .tablewrap .table tbody .filters td > .iconfont:hover {
  background: var(--themeColor2);
  color: white;
}
.application .cont .right .tablewrap .table tbody .filters td > .iconfont::before {
  font-size: 2rem;
}
.application .cont .right .tablewrap .table tbody .filters td:first-child {
  box-shadow: 0.2rem 0 0.3rem 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  z-index: 100;
}
.application .cont .right .tablewrap .table tbody .filters td:first-child > .iconfont::before {
  margin-left: 1rem;
}
.application .cont .right .tablewrap .table tbody .filters td .xs-oxwrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  background-color: white;
  border-radius: 1rem;
  border: 0.1rem solid #e9e9e9;
  padding: 3.6rem;
  box-shadow: 0 0.2rem 1rem 0 rgba(200, 200, 200, 0.2);
}
.application .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .input {
  width: 29rem;
  display: flex;
  line-height: 3.8rem;
  padding: 0 1.7rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #e9e9e9;
  transition: all 0.3s;
  margin-top: 2.8rem;
}
.application .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .input input {
  flex: 1;
}
.application .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .input .iconfont {
  cursor: pointer;
}
.application .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .input:has(input:focus) {
  border-color: var(--themeColor2);
}
.application .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls {
  margin-top: 2rem;
  max-height: 33rem;
  overflow-y: auto;
}
.application .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls::-webkit-scrollbar {
  width: 0.4rem;
}
.application .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 0.2rem;
}
.application .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls::-webkit-scrollbar-thumb {
  background: #318a9c;
  border-radius: 0.2rem;
}
.application .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls::-webkit-scrollbar-thumb:hover {
  background: #2a7484;
}
.application .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls .all {
  color: var(--themeColor2);
  font-weight: 500;
  padding-bottom: 2.2rem;
  border-bottom: 0.1rem solid #e9e9e9;
  margin-bottom: 2.2rem;
}
.application .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls .iconfont {
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1;
}
.application .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls .iconfont::before {
  color: transparent;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  border-radius: 0.2rem;
  border: 0.1rem solid var(--themeColor2);
  margin-right: 0.8rem;
}
.application .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls .iconfont:hover::before,
.application .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls .iconfont.active::before {
  background: var(--themeColor2);
  color: white;
}
.application .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls .iconfont + .iconfont {
  margin-top: 1rem;
}
.application .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .cha {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2rem;
  line-height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  border-radius: 50%;
  background: var(--themeColor2);
}
.application .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .cha::before {
  font-size: 0.8rem;
  font-weight: 900;
}
.application .cont .right .tablewrap .table tbody .filters td:first-child .xs-oxwrap {
  left: 0;
  transform: none;
}
.application .cont .right .tablewrap .table tbody tr:not(.filters) {
  height: 6.4rem;
}
.application .cont .right .tablewrap .table tbody tr:not(.filters) td:first-child {
  background: #fcfdff;
  padding: 0 1rem;
  box-shadow: 0.2rem 0 0.3rem 0 rgba(0, 0, 0, 0.1);
  border-left: 1px solid #e9e9e9;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  overflow: hidden;
}
.application .cont .right .tablewrap .table tbody tr:not(.filters) td:first-child div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1b5a67;
}
.application .cont .right .tablewrap .table tbody tr:not(.filters) td:first-child div .iconfont {
  color: var(--themeColor);
}
.application .cont .right .tablewrap .table tbody tr:not(.filters) td:last-child {
  border-right: 1px solid #e9e9e9;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  overflow: hidden;
}
.application .cont .right .tablewrap .table tbody tr:not(.filters) td {
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
}
.application .cont .right .tablewrap .table tbody tr:not(.filters) td img {
  width: 7rem;
}
.application .cont .right .tablewrap .table thead th:first-child,
.application .cont .right .tablewrap .table tbody td:first-child {
  position: sticky;
  left: 0;
  z-index: 9;
}
.application .cont .right .tablewrap::-webkit-scrollbar {
  height: 1.2rem;
}
.application .cont .right .tablewrap::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 0.6rem;
}
.application .cont .right .tablewrap::-webkit-scrollbar-thumb {
  background: #318a9c;
  border-radius: 0.6rem;
}
.application .cont .right .tablewrap::-webkit-scrollbar-thumb:hover {
  background: #2a7484;
}
.application .cont .right .docs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem;
}
.application .cont .right .docs a {
  display: flex;
  align-items: center;
  line-height: 8rem;
  border: 1px solid rgba(49, 138, 156, 0.47);
  border-radius: 1rem;
  background: #fbfbfb;
  padding: 0 2.5rem;
  position: relative;
  transition: all 0.3s;
}
.application .cont .right .docs a img {
  width: 5rem;
}
.application .cont .right .docs a span {
  font-weight: 500;
  margin-left: 2rem;
}
.application .cont .right .docs a .iconfont {
  color: var(--themeColor2);
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  border-left: 1px solid #eeeeee;
  padding-left: 3.7rem;
  transition: all 0.3s;
}
.application .cont .right .docs a:hover {
  background: var(--themeColor2);
  color: white;
}
.application .cont .right .docs a:hover .iconfont {
  color: white;
  border-left: 0.1rem solid rgba(238, 238, 238, 0.3);
}
/* 手机 */
@media (max-width: 450px) {
  :root {
    --headerHeight: 60px;
    --container: 92vw;
  }
  textarea,
  select,
  button,
  input,
  body {
    font-size: 15px;
  }
  .iconfont,
  .iconfont::before {
    font-size: 16px !important;
  }
  .moblie {
    display: block;
  }
  .fs-64,
  .fs-60,
  .fs-48 {
    font-size: 30px;
  }
  .fs-44 {
    font-size: 28px;
  }
  .fs-42 {
    font-size: 26px;
  }
  .fs-40 {
    font-size: 24px;
  }
  .fs-38,
  .fs-36 {
    font-size: 22px;
  }
  .fs-32 {
    font-size: 21px;
  }
  .fs-28,
  .fs-30 {
    font-size: 20px;
  }
  .fs-26,
  .fs-27 {
    font-size: 19px;
  }
  .fs-24 {
    font-size: 18px;
  }
  .fs-22 {
    font-size: 17px;
  }
  .fs-20 {
    font-size: 16px;
  }
  .fs-18 {
    font-size: 14px;
  }
  .fs-16,
  .fs-15,
  .fs-14 {
    font-size: 13px;
  }
  .fs-13,
  .fs-12 {
    font-size: 12px;
  }
  .iconfont {
    font-size: 16px;
  }
  .banner img {
    height: 80vw;
    object-fit: cover;
  }
  .header {
    height: var(--headerHeight);
  }
  .footer .top .logo,
  .header .container .logo {
    height: calc(var(--headerHeight) / 3);
  }
  .header .container .menu {
    position: fixed;
    top: var(--headerHeight);
    left: 100vw;
    width: 100vw;
    height: calc(100vh - var(--headerHeight));
    background-color: white;
    z-index: 99;
    display: block;
    transition: all 0.3s;
  }
  .header .container .menu.active {
    left: 0;
  }
  .header .container .menu .item {
    text-align: center;
  }
  .header .container .menu .item + .item {
    margin-left: 0;
    margin-top: 10px;
  }
  .header .container .right .lang {
    width: 30px;
    line-height: 30px;
    font-size: 13px;
  }
  .header .container .right .search {
    line-height: 1.7;
    padding: 0 10px;
  }
  .header .container .right .search input {
    width: 25vw;
  }
  .home .home_banner .swiper-slide img {
    height: 100vw;
    object-fit: cover;
  }
  .home .product .swiper .swiper-wrapper .swiper-slide {
    line-height: 2;
  }
  .home .application .swiper_wrap .btns .iconfont,
  .home .product .swiper .btns .iconfont {
    width: 30px;
    line-height: 30px;
  }
  .home .about .container .cont {
    display: block;
  }
  .home .about .container .cont .right {
    margin-left: 0;
    margin-top: 10px;
  }
  .home .about .container .cont .right ul li img {
    width: 100px;
  }
  .home .about .container .cont .left {
    width: 100%;
  }
  .home .news .container {
    grid-template-columns: repeat(1, 1fr);
  }
  .home .news .more {
    line-height: 2;
    padding: 0 15px;
    border-radius: 100px;
  }
  .footer .top .toTop {
    width: 30px;
    height: 30px;
  }
  .footer .center {
    display: block;
  }
  .footer .center ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
  .footer .center .right {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .footer .center ul li a + a {
    margin-top: 8px;
  }
  .footer .bottom {
    padding-top: 10px;
  }
  .product .cont {
    display: block;
  }
  .product .cont .left {
    width: 100%;
    position: static;
  }
  .product .cont .left h4 {
    line-height: 2.5;
  }
  .product .cont .left ul li p {
    line-height: 2;
  }
  .product .cont .right {
    position: static;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .product .cont .right .top > .iconfont {
    line-height: 2;
    padding: 0 10px;
  }
  .product .cont .right .heads .iconfont {
    margin-top: 5px;
    margin-right: 10px;
  }
  .product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls .iconfont::before,
  .product .cont .right .heads .iconfont::before {
    width: 0.8em;
    height: 0.8em;
    line-height: 0.8em;
  }
  .product .cont .left ul li .list a::before {
    width: 5px;
    height: 5px;
    margin-right: 5px;
  }
  .product .cont .right .top .psearch .input {
    line-height: 2;
  }
  .product .cont .right .top .psearch .input input {
    width: 100px;
  }
  .product .cont .right .top .psearch .btn {
    display: flex;
    align-items: center;
  }
  .product .cont .right .tablewrap .table tbody .filters td > .iconfont {
    line-height: 2;
    padding: 0 15px;
  }
  .product .cont .right .tablewrap .table thead tr th:first-child {
    min-width: 140px;
  }
  .product .cont .right .tablewrap .table tbody tr:not(.filters) td img {
    width: 40px;
  }
  .product .cont .right .tablewrap .table tbody .filters td {
    height: 4em;
  }
  .product .cont .right .tablewrap .table thead tr th {
    padding: 0 5px;
  }
  .product .cont .right .tablewrap .table tbody tr:not(.filters) td:first-child div {
    line-height: 2.3;
  }
  .product .cont .right .tablewrap {
    min-height: 330px;
  }
  .product .cont .right .tablewrap::-webkit-scrollbar {
    height: 6px;
  }
  .product .cont .right .tablewrap::-webkit-scrollbar-track {
    background: #efefef;
    border-radius: 3px;
  }
  .product .cont .right .tablewrap::-webkit-scrollbar-thumb {
    background: #318a9c;
    border-radius: 3px;
  }
  .product .cont .right .tablewrap::-webkit-scrollbar-thumb:hover {
    background: #2a7484;
  }
  .product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls {
    margin-top: 10px;
  }
  .product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls {
    min-height: 150px;
  }
  .product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls .iconfont {
    white-space: nowrap;
    font-size: 13px !important;
  }
  .product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls .iconfont + .iconfont {
    margin-top: 8px;
  }
  .product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls .iconfont::before {
    margin-right: 8px;
  }
  .product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .input {
    width: 100%;
    line-height: 1.7;
    padding: 0 8px;
  }
  .product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .cha {
    display: none;
  }
  .product .cont .right .tablewrap .table tbody tr:not(.filters) td:first-child div {
    padding: 0 8px;
  }
  .product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls::-webkit-scrollbar {
    width: 4px;
  }
  .product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls::-webkit-scrollbar-track {
    background: #efefef;
    border-radius: 2px;
  }
  .product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls::-webkit-scrollbar-thumb {
    background: #318a9c;
    border-radius: 2px;
  }
  .product .cont .right .tablewrap .table tbody .filters td .xs-oxwrap .xs-ox .ls::-webkit-scrollbar-thumb:hover {
    background: #2a7484;
  }
  .application .cont {
    display: block;
  }
  .application .cont .left {
    width: 100%;
    position: static;
  }
  .application .cont .right {
    margin-left: 0;
    margin-top: 10px;
    position: static;
  }
  .application .cont .left ul li p {
    line-height: 2;
  }
  .application .cont .left ul li .list a::before {
    width: 5px;
    height: 5px;
    margin-right: 5px;
  }
  .application .banner > img {
    height: 40vw;
    object-fit: cover;
  }
  .application .banner .text .conts .img {
    width: 35vw;
  }
  .application .cont .right .tablewrap .table thead tr th {
    height: 45px;
    padding: 0 5px;
  }
  .application .cont .right .tablewrap .table tbody tr:not(.filters) td {
    line-height: 3;
    padding: 0 5px;
  }
  .application .cont .right .docs {
    display: flex;
    flex-direction: column;
  }
  .application .cont .right .docs a {
    margin-top: 10px;
    padding: 5px 10px;
  }
  .application .cont .right .docs a img {
    width: 30px;
  }
  .pages li a,
  .pagination li a,
  .pages li span,
  .pagination li span,
  .pages a,
  .pagination a,
  .pages span,
  .pagination span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
  }
  .news .wrap {
    display: flex;
    flex-direction: column;
  }
  .news .wrap a .left .btn {
    line-height: 1.7;
    border-radius: 100px;
    padding: 0 15px;
  }
  .news .wrap a {
    flex-direction: column-reverse;
  }
  .news .wrap a .left {
    margin-right: 0;
  }
  .news .wrap a .img {
    width: 100%;
  }
  .news .wrap a .img img {
    width: 100%;
  }
  .newsinfo .wrap {
    display: block;
  }
  .newsinfo .wrap .right,
  .newsinfo .wrap .left {
    position: static;
    width: 100%;
  }
  .newsinfo .wrap .right {
    margin: 20px auto;
  }
  .newsinfo .wrap .left .links {
    display: block;
  }
  .newsinfo .wrap .left .links > a {
    width: max-content;
    line-height: 2;
  }
  .about #js .container {
    flex-direction: column-reverse;
  }
  .about #js .container .right {
    width: 100%;
    margin-left: 0;
  }
  .about #yj .container .cont {
    flex-direction: column;
  }
  .about #yj .container .cont .left {
    width: 100%;
  }
  .about #yj .container .cont .right {
    margin-left: 0;
    border-left: none;
    padding-left: 0;
  }
  .about #yj .container .cont .right ul {
    padding-left: 25px;
  }
  .about #lc .container .right .iconfont {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .about #lc .container .right .iconfont::before {
    font-size: 10px !important;
  }
  .about #lc .swiper {
    margin: 40vw 0;
  }
  .about #lc .swiper .swiper-wrapper .swiper-slide {
    --d: 5px;
  }
  .about #lc .swiper .swiper-wrapper .swiper-slide::after {
    width: 1px;
    height: 30vw;
  }
  .about #lc .swiper .swiper-wrapper .swiper-slide p {
    width: 80%;
    bottom: 30vw;
    font-size: 13px;
  }
  .about #lc .swiper .swiper-wrapper .swiper-slide:nth-child(even) p {
    top: 30vw;
    bottom: auto;
  }
  .about #lc .swiper .swiper-wrapper .swiper-slide p::before {
    display: none;
  }
  .contact #js .container,
  .about #ln .container,
  .about #zc .container {
    flex-direction: column;
  }
  .about #ln .container .right,
  .about #zc .container .right {
    width: 100%;
  }
  .about #ln .container .left .sm .imgs img,
  .about #zc .container .left .sm .imgs img {
    height: 70px;
  }
  .contact #js .container .right {
    width: 100%;
    margin-left: 0;
  }
  .contact #address .container ul {
    flex-direction: column;
  }
  .contact #address .container ul li + li {
    margin-left: 0;
    margin-top: 10px;
  }
  .contact #proxy .container ul {
    grid-template-columns: 1fr;
  }
  .contact #msg .container .form .row {
    flex-direction: column;
  }
  .contact #msg .container .form .row .item + .item {
    margin-left: 0;
    margin-top: 10px;
  }
  .contact #msg .container .form button[type="submit"] {
    font-size: 15px;
  }
  .home .application2 {
    padding-top: 0.1rem;
    aspect-ratio: 26 / 25;
  }
  .home .application2 .cont {
    flex-wrap: wrap;
    margin-top: 70px;
    height: calc(100% - 70px);
  }
  .home .application2 .cont .item {
    flex: none;
    width: 33.33%;
    height: auto;
  }
  .home .application2 .cont .item img {
    height: 30px;
  }
  .home .application2 .cont .item h4 {
    font-size: 16px;
  }
  .home .application2 .cont .item a {
    line-height: 2;
    border-radius: 100px;
    font-size: 13px;
    padding: 0 15px;
  }
}
