@font-face {
  font-family: 'font1';
  src: url('../fonts/HarmonyOS_Sans_SC_Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* 避免阻塞渲染，使用回退字体 */
}
@font-face {
  font-family: 'font2';
  src: url('../fonts/HarmonyOS_Sans_SC_Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* 避免阻塞渲染，使用回退字体 */
}
@font-face {
  font-family: 'font3';
  src: url('../fonts/HarmonyOS_Sans_SC_Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* 避免阻塞渲染，使用回退字体 */
}
@font-face {
  font-family: 'font4';
  src: url('../fonts/HarmonyOS_Sans_SC_Medium.woff2') format('woff2');
  /* 优先使用WOFF2（压缩率更高） */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* 避免阻塞渲染，使用回退字体 */
}
:root {
  /* 颜色系统 */
  --on-color: #3760ac;
  /*选中颜色*/
  --text-color: #333;
  /* 正文文字 */
  --bg-color: #f5f5f5;
  /* 背景色 */
  /* 字体系统 */
  --base-font-size: 16px;
  /* 基准字号 */
  --heading-font-size: 2rem;
  /* 标题比例 */
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: font1;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}
::-webkit-scrollbar-thumb {
  background-color: var(--on-color);
  background-clip: padding-box;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-track-piece {
  background-color: #bbb;
}
body {
  color: #333;
  background-color: #fff;
  font-size: 16px;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 83.333333%;
  max-width: 1600px;
}
.mobile {
  display: none;
}
.pc {
  display: block;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.ptb140 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .ptb140 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.pt140 {
  padding-top: 1.4rem;
}
@media (max-width: 767px) {
  .pt140 {
    padding-top: 1.2rem;
  }
}
.pb140 {
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .pb140 {
    padding-bottom: 1.2rem;
  }
}
.font14 {
  font-size: 14px;
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .font14 {
    font-size: 0.22rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.font20 {
  font-size: 0.2rem;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font20 {
    font-size: 0.3rem;
  }
}
.font24 {
  font-size: 0.24rem;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .font24 {
    font-size: 0.34rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1199px) {
  .font30 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font30 {
    font-size: 0.4rem;
  }
}
.font36 {
  font-size: 0.36rem;
}
@media (max-width: 1199px) {
  .font36 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font36 {
    font-size: 0.42rem;
  }
}
.font40 {
  font-size: 0.4rem;
}
@media (max-width: 1199px) {
  .font40 {
    font-size: 0.44rem;
  }
}
@media (max-width: 767px) {
  .font40 {
    font-size: 0.46rem;
  }
}
/* 容器样式 */
/* 标题样式 */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.75em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1em;
}
/* 链接样式 */
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: var(--on-color);
}
/* 列表样式 */
ul,
ol {
  list-style: none;
}
/* 按钮样式 */
button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1em;
  color: #fff;
  background-color: var(--on-color);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
button:hover {
  background-color: var(--on-color);
}
/* 图片样式 */
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
/* 表格样式 */
table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
th,
td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
th {
  background-color: #f4f4f4;
}
/* 表单样式 */
input,
textarea,
select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
input[type="submit"] {
  background-color: var(--on-color);
  color: #fff;
  border: none;
  cursor: pointer;
}
input[type="submit"]:hover {
  background-color: var(--on-color);
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.5s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header > .container {
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: static;
  width: 85%;
  padding: 0.2rem 0.5rem;
  transition: all 0.5s;
}
header > .container .header_logo {
  position: relative;
}
header > .container .header_logo img {
  height: 0.7rem;
  width: auto;
  float: left;
}
header > .container .header_logo .logo2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
header > .container .header_menu {
  display: flex;
  align-items: center;
}
header > .container .header_menu > li {
  margin-bottom: 0;
}
header > .container .header_menu > li > a {
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 0.8rem;
  padding: 0 0.32rem;
  transition: color 0.5s, border-color 0.5s;
  border-color: transparent;
  color: #fff;
  position: relative;
}
header > .container .header_menu > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.5s;
}
header > .container .header_menu > li .sub_menu {
  width: 100vw;
  position: absolute;
  top: 0.8rem;
  left: 0;
  z-index: 9;
  background: #fff;
  padding: 0 8.33vw;
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  opacity: 1;
  transition: all 0.2s;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1);
}
header > .container .header_menu > li .sub_menu > div {
  display: flex;
}
header > .container .header_menu > li .sub_menu .left {
  padding-right: 1.2rem;
  padding-top: 0.8rem;
  padding-bottom: 0.65rem;
  box-shadow: 64px 0px 60px -34px rgba(0, 0, 0, 0.11);
  width: 30%;
}
header > .container .header_menu > li .sub_menu .left h3 {
  padding-bottom: 0.45rem;
  border-bottom: 1px solid #E0E0E0;
  color: #333;
  font-size: 0.36rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  font-family: zt2;
  margin-bottom: 0.13rem;
}
header > .container .header_menu > li .sub_menu .left h3::before {
  width: 1.46rem;
  height: 0.04rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
  display: inline-block;
  background: var(--on-color);
}
header > .container .header_menu > li .sub_menu .left ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
header > .container .header_menu > li .sub_menu .left ul li {
  width: 100%;
  margin-top: 0.27rem;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
}
header > .container .header_menu > li .sub_menu .left ul li a {
  color: #333;
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  transition: all 0.2s;
}
header > .container .header_menu > li .sub_menu .left ul li a::before {
  content: ">";
  font-family: '宋体';
  color: #333;
  margin-right: 0.21rem;
  font-weight: bold;
  transition: all 0.2s;
}
header > .container .header_menu > li .sub_menu .left ul li a:hover {
  color: var(--on-color);
}
header > .container .header_menu > li .sub_menu .left ul li a:hover::before {
  color: var(--on-color);
}
header > .container .header_menu > li .sub_menu .right {
  width: 70%;
  padding-left: 2.33vw;
  padding-bottom: 0.4rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
header > .container .header_menu > li .sub_menu .right ul {
  width: 100%;
  display: flex;
}
header > .container .header_menu > li .sub_menu .right ul li h4 {
  width: 100%;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #eee;
  font-size: 0.2;
  font-family: zt3;
  margin-top: 0.288rem;
}
header > .container .header_menu > li .sub_menu .right ul li h4 a {
  position: relative;
  color: #333;
  transition: all 0.2s;
  display: flex;
  align-items: center;
}
header > .container .header_menu > li .sub_menu .right ul li h4 a::after {
  content: ">";
  display: inline-block;
  font-family: '宋体';
  font-weight: bold;
  margin-left: 0.2rem;
  margin-top: 0.04rem;
  transition: all 0.2s;
  right: 0;
}
header > .container .header_menu > li .sub_menu .right ul li h4 a:hover {
  color: var(--on-color);
}
header > .container .header_menu > li .sub_menu .right ul li h4 a:hover::after {
  color: var(--on-color);
}
header > .container .header_menu > li .sub_menu .right ul li div {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 390px;
  overflow-y: scroll;
}
header > .container .header_menu > li .sub_menu .right ul li div .item {
  width: calc(24% - 0.2rem);
  margin-right: 0.21rem;
  margin-top: 0.288rem;
}
header > .container .header_menu > li .sub_menu .right ul li div .item img {
  padding: 0.16rem;
  text-align: center;
  display: flex;
  justify-content: center;
}
header > .container .header_menu > li .sub_menu .right ul li div .item p {
  color: #666;
  text-align: center;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  justify-content: center;
}
header > .container .header_menu > li .sub2 .left {
  width: 50%;
}
header > .container .header_menu > li .sub2 .right {
  width: 50%;
  padding-left: 1rem;
  padding-top: 0.8rem;
  padding-bottom: 0.66rem;
}
header > .container .header_menu > li .sub2 .right h3 {
  color: #333;
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header > .container .header_menu > li .sub2 .right .img {
  margin-top: 0.29rem;
}
header > .container .header_menu > li:hover > a {
  color: var(--on-color);
}
header > .container .header_menu > li:hover > a::before ,
header > .container .header_menu > li.active > a::before {
  background-color: var(--on-color);
}
header > .container .imgs {
  position: relative;
}
header > .container .imgs .l {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
}
header > .container .imgs .w {
  transition: all 0.5s;
}
header:hover,
header.active,
header.on {
  background: #fff;
  padding: 0;
}
header:hover > .container,
header.active > .container,
header.on > .container {
  width: 90%;
  padding: 0 0.5rem;
}
header:hover > .container .header_menu li > a,
header.active > .container .header_menu li > a,
header.on > .container .header_menu li > a {
  color: #333;
}
header:hover > .container .logo2,
header.active > .container .logo2,
header.on > .container .logo2 {
  opacity: 1;
}
header:hover > .container .logo,
header.active > .container .logo,
header.on > .container .logo {
  opacity: 0;
}
header:hover > .container .imgs .w,
header.active > .container .imgs .w,
header.on > .container .imgs .w {
  opacity: 0;
}
header:hover > .container .imgs .l,
header.active > .container .imgs .l,
header.on > .container .imgs .l {
  opacity: 1;
}
.m-header {
  background: #fff;
  display: none;
  justify-content: space-between;
  height: 50px;
  padding: 0 15px;
  align-items: center;
  position: relative;
  z-index: 999;
}
.m-header .img {
  height: 100%;
}
.m-header .img img {
  height: 100%;
  width: auto;
  padding: 5px;
}
.m-header .btns {
  display: flex;
  flex-direction: column;
}
.m-header .btns span {
  display: block;
  width: 30px;
  background: #333;
  height: 2px;
  margin: 5px 0;
  transition: all 0.5s;
}
.m-header .btns span.on span:nth-child(1) {
  transform: rotate(45deg) translateX(27%);
}
.m-header .btns span.on span:nth-child(1) {
  display: none;
}
.m-header .btns span.on span:nth-child(1) {
  transform: rotate(-45deg) translateX(27%);
}
.m-header .menu {
  display: none;
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
}
.m-header .menu a {
  display: block;
  padding: 10px;
  background: #fff;
}
footer {
  width: 100%;
  margin-top: 0.8rem;
}
footer .top {
  background: #F2F2F2;
  padding: 1rem;
}
footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .container .left p {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 0.12rem;
}
footer .container .left p:first {
  margin-top: 0;
}
footer .container .left div {
  margin-top: 0.1rem;
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.28rem;
}
footer .container .list > p {
  color: #333;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  padding-bottom: 0.13rem;
}
footer .container .list ul li {
  margin-top: 0.12rem;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .container .list ul li a {
  color: #666;
}
footer .container .list:nth-of-type(3) ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 240px;
}
footer .container .list:nth-of-type(3) ul li {
  width: 50%;
}
footer .bottom {
  width: 100%;
  height: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
  text-align: center;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#top {
  width: 0.48rem;
  height: 0.48rem;
  position: fixed;
  bottom: 2.4rem;
  right: 0.32rem;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
/* index */
.banner {
  height: 100vh;
}
.banner .swiper-slide .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner .swiper-slide .img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}
.banner .swiper-slide-active .img,
.banner .swiper-slide-duplicate-active .img {
  transition: 6s linear;
  transform: scale(1, 1);
}
.banner .swiper_bottom {
  position: absolute;
  bottom: 0.22rem;
  left: 0;
  width: 100%;
  z-index: 2;
}
.banner .swiper_bottom .container {
  display: flex;
  justify-content: flex-end;
}
.banner .swiper_bottom .container .right {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.banner .swiper_bottom .container .right .swiper-button-next,
.banner .swiper_bottom .container .right .swiper-button-prev {
  position: relative;
  color: #fff;
  transition: all 0.5s;
}
.banner .swiper_bottom .container .right .swiper-button-next:after,
.banner .swiper_bottom .container .right .swiper-button-prev:after {
  font-size: 20px;
}
.banner .swiper_bottom .container .right .swiper-button-next {
  width: 0.64rem;
  height: 0.64rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: solid 2px #ffffff;
  position: relative;
  overflow: hidden;
  right: 0;
}
.banner .swiper_bottom .container .right .swiper-button-next::before {
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  z-index: -1;
}
.banner .swiper_bottom .container .right .swiper-button-next:hover {
  color: var(--on-color);
  font-weight: bold;
}
.banner .swiper_bottom .container .right .swiper-button-next:hover::before {
  width: 100%;
}
.banner .swiper_bottom .container .right .swiper-button-prev {
  width: 0.64rem;
  height: 0.64rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: solid 2px #ffffff;
  position: relative;
  overflow: hidden;
  border-right: none;
  left: 0;
}
.banner .swiper_bottom .container .right .swiper-button-prev::before {
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.8s;
  z-index: -1;
}
.banner .swiper_bottom .container .right .swiper-button-prev:hover {
  color: var(--on-color);
  font-weight: bold;
}
.banner .swiper_bottom .container .right .swiper-button-prev:hover::before {
  width: 100%;
}
.banner .title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.banner .title .container {
  text-align: left;
  margin-bottom: 0.48rem;
  position: relative;
}
.banner .title .container p {
  font-size: 0.6rem;
  line-height: 1.2;
}
.index_title {
  text-align: center;
  color: #333;
}
.index_title h3 {
  color: #333;
  font-family: font2;
}
.index_title h4 {
  margin-top: 0.15rem;
  color: #333;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  text-transform: uppercase;
  font-family: font1;
}
.index_title p {
  margin: 0.4rem auto 0;
  width: 78%;
  line-height: 180%;
  font-family: font1;
}
.index_title a {
  display: block;
  margin-top: 0.4rem;
  position: relative;
  color: #333;
}
.index_title a::after {
  content: ">";
  font-family: '宋体';
  font-weight: bold;
  margin-left: 0.18rem;
  color: #333;
}
.index_title a:hover {
  color: var(--on-color);
}
.index_title a:hover::after {
  color: var(--on-color);
}
.index_product .slideBox_product .hd {
  border-top: 1px solid #E0E0E0;
}
.index_product .slideBox_product .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_product .slideBox_product .hd ul li {
  width: 33.33%;
  border-right: 1px solid #E0E0E0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_product .slideBox_product .hd ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.21rem 5.15vw;
  padding-left: 8.33vw;
}
.index_product .slideBox_product .hd ul li a p {
  max-width: 50%;
}
.index_product .slideBox_product .hd ul li a p .title {
  color: #333;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: font2;
}
.index_product .slideBox_product .hd ul li a p .more {
  margin-top: 0.1rem;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #333;
  font-family: font1;
}
.index_product .slideBox_product .hd ul li a img {
  max-width: 45%;
}
.index_product .slideBox_product .hd ul li.on a p .title {
  color: var(--on-color);
}
.index_product .slideBox_product .bd ul li {
  height: auto;
  position: relative;
  overflow: hidden;
  background: #F2F2F2;
  width: 100%;
}
.index_product .slideBox_product .bd ul li .con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
.index_product .slideBox_product .bd ul li .con .left {
  width: 50%;
  padding: 0.84rem 8.3vw;
  color: #333;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  text-transform: capitalize;
  flex: 1;
  min-width: 0;
}
.index_product .slideBox_product .bd ul li .con .left h3 {
  color: #333;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0.4rem;
  font-family: font2;
}
.index_product .slideBox_product .bd ul li .con .left .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.24rem;
}
.index_product .slideBox_product .bd ul li .con .left .list .item {
  width: 24.8%;
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.index_product .slideBox_product .bd ul li .con .left .list .item img {
  width: 100%;
  height: auto;
  display: block;
  filter: saturate(0);
  transition: filter 0.3s ease;
}
.index_product .slideBox_product .bd ul li .con .left .list .item p {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0.08rem 0.16rem;
  opacity: 0;
  transition: all 0.6s;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12.5px);
  color: #FFF;
  line-height: 150%;
  white-space: wrap;
}
.index_product .slideBox_product .bd ul li .con .left .list .item:hover p {
  opacity: 1;
}
.index_product .slideBox_product .bd ul li .con .left .more {
  margin-top: 0.54rem;
  display: flex;
}
.index_product .slideBox_product .bd ul li .con .left .more a {
  padding: 0.14rem 0.84rem;
  border: 1px solid var(--on-color);
  color: var(--on-color);
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 182.982%;
  letter-spacing: 0.02rem;
  position: relative;
  display: flex;
  z-index: 3;
  transition: all 0.6s;
}
.index_product .slideBox_product .bd ul li .con .left .more a::before {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.6s;
  background-color: var(--on-color);
  content: '';
  display: inline-block;
}
.index_product .slideBox_product .bd ul li .con .left .more a::after {
  margin-left: 0.18rem;
  content: ">";
  display: inline-block;
  font-family: 宋体;
  font-weight: bold;
  transition: all 0.6s;
}
.index_product .slideBox_product .bd ul li .con .left .more a:hover {
  color: #fff;
}
.index_product .slideBox_product .bd ul li .con .left .more a:hover::before {
  width: 100%;
}
.index_product .slideBox_product .bd ul li .con .left .more a:hover:hover::after {
  color: #fff;
}
.index_product .slideBox_product .bd ul li .con .right {
  width: 50%;
}
.index_honner .img {
  margin-top: 0.95rem;
}
.index_advantage .container ul {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
}
.index_advantage .container ul li {
  width: calc(19.9% - 0.09rem);
  background: #F2F2F2;
  padding: 0.6rem 0.3rem;
  height: 4rem;
  position: relative;
  transition: all 0.6s;
  margin-right: 0.1rem;
}
.index_advantage .container ul li .img {
  overflow: hidden;
  position: relative;
}
.index_advantage .container ul li .img img {
  margin: 0;
}
.index_advantage .container ul li .img .w {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.index_advantage .container ul li .tit {
  margin-top: 0.58rem;
  color: #333;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.index_advantage .container ul li .des {
  margin-top: 0.2rem;
  overflow: hidden;
  color: #666;
  text-overflow: ellipsis;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.index_advantage .container ul li .num {
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  color: #FFF;
  font-size: 0.96rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.64rem;
  text-transform: uppercase;
  transition: all 0.6s;
}
.index_advantage .container ul li:hover {
  background-color: var(--on-color);
}
.index_advantage .container ul li:hover .img .w {
  opacity: 1;
}
.index_advantage .container ul li:hover .img .l {
  opacity: 0;
}
.index_advantage .container ul li:hover .tit {
  color: #fff;
}
.index_advantage .container ul li:hover .des {
  color: #fff;
}
.index_advantage .container ul li:hover .num {
  opacity: 0.5;
}
.index_about {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.index_about .left {
  width: 35%;
  position: absolute;
  top: 17%;
  left: 8.33vw;
  z-index: 3;
  text-align: left;
}
.index_about .left h3 {
  color: #fff;
}
.index_about .left p {
  color: #fff;
  width: 100%;
}
.index_about .left .more {
  display: flex;
}
.index_about .left .more a {
  padding: 0.14rem 0.84rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #FFF;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 182.982%;
  letter-spacing: 2px;
  position: relative;
  display: flex;
  z-index: 3;
  margin-top: 0.8rem;
}
.index_about .left .more a::after {
  color: #fff;
}
.index_about .left .more a::before {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.6s;
  background-color: var(--on-color);
  content: '';
  display: inline-block;
}
.index_about .left .more a:hover::before {
  width: 100%;
}
.index_about .right {
  width: 25%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12.5px);
}
.index_about .right ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}
.index_about .right ul li {
  flex: 1;
  min-height: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  flex-direction: column;
  color: #fff;
}
.index_about .right ul li div {
  color: #FFF;
  text-align: center;
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.index_about .right ul li div span {
  color: var(---white, #FFF);
  font-family: font2;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.index_news .container ul {
  display: flex;
  flex-wrap: wrap;
}
.index_news .container ul li {
  width: calc(25% - 0.21rem);
  margin-right: 0.21rem;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 0.39rem;
  position: relative;
  min-height: 4rem;
}
.index_news .container ul li .img {
  height: auto;
  overflow: hidden;
  transition: all 0.6s;
}
.index_news .container ul li .info {
  display: block;
}
.index_news .container ul li .info .data {
  margin-top: 0.4rem;
  color: #999;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.6s;
}
.index_news .container ul li .info .tit {
  margin-top: 0.2rem;
  color: #333;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.6s;
}
.index_news .container ul li .info .more {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  color: #999;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.6s;
}
.index_news .container ul li .info .more::after {
  margin-left: 0.09rem;
  content: ">";
  font-weight: bold;
  display: inline-block;
  font-family: '宋体';
}
.index_news .container ul li::before {
  width: 0;
  height: 4px;
  background-color: var(--on-color);
  content: '';
  display: inline-block;
  transition: all 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.index_news .container ul li::after {
  width: 0;
  height: 4px;
  background-color: var(--on-color);
  content: '';
  display: inline-block;
  transition: all 0.6s;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.index_news .container ul li:hover .info .tit {
  margin-top: 0.3rem;
}
.index_news .container ul li:hover .info .more {
  margin-top: 0.6rem;
}
.index_news .container ul li:hover::before,
.index_news .container ul li:hover::after {
  width: 100%;
}
.index_news .container .news_more {
  display: flex;
  justify-content: center;
}
.index_news .container .news_more a {
  padding: 0.14rem 0.84rem;
  border: 1px solid var(--on-color);
  color: var(--on-color);
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 182.982%;
  letter-spacing: 2px;
  position: relative;
  display: flex;
  transition: all 0.6s;
}
.index_news .container .news_more a::before {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.6s;
  background-color: var(--on-color);
  content: '';
  display: inline-block;
}
.index_news .container .news_more a::after {
  margin-left: 0.18rem;
  content: ">";
  display: inline-block;
  font-family: '宋体';
  font-weight: bold;
  transition: all 0.6s;
}
.index_news .container .news_more a:hover {
  color: #fff;
}
.index_news .container .news_more a:hover::before {
  width: 100%;
}
.index_news .container .news_more a:hover::after {
  color: #fff;
}
.about .container {
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
}
.about .container .left {
  width: 60.8%;
  color: var(---333, #333);
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
}
.about .container .left img {
  height: 60px;
  margin: 0;
}
.about .container .left h4 {
  margin-top: 0.3rem;
  color: #333;
  font-style: normal;
  font-weight: 700;
  font-size: 0.32rem;
  line-height: normal;
  margin-bottom: 1rem;
}
.about .container .right {
  width: 28%;
}
.about .container .right ul {
  display: flex;
  flex-direction: column;
}
.about .container .right ul li {
  width: 100%;
  padding-bottom: 0.3rem;
  margin-top: 0.38rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.about .container .right ul li .left {
  color: #333;
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.about .container .right ul li .left p {
  margin-top: 0.1rem;
  color: #333;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about .container .right ul li .right img {
  max-width: 0.6rem;
}
.about_culture {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 50vw;
}
.about_culture .left {
  width: 26.6%;
  padding: 0 8.33vw;
  padding-right: 3.4vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.about_culture .left h4 {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.about_culture .left p {
  margin-top: 0.6rem;
  color: #FFF;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
}
.about_culture .right {
  width: 73.4%;
}
.about_culture .right ul {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.about_culture .right ul li {
  width: 33.333%;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 5.8vw;
  text-align: center;
  transition: all 0.2s;
}
.about_culture .right ul li .con {
  width: 100%;
  margin-top: -0.8rem;
  transition: all 0.6s;
}
.about_culture .right ul li .con .img {
  overflow: hidden;
}
.about_culture .right ul li .con h4 {
  margin-top: 0.6rem;
  transition: all 0.6s;
  color: #FFF;
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.about_culture .right ul li .con p {
  color: #FFF;
  font-style: normal;
  line-height: 200%;
  height: 0;
  overflow: hidden;
  transition: all 0.6s;
}
.about_culture .right ul li:hover {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}
.about_culture .right ul li:hover h4 {
  margin-top: 0.55rem;
  font-size: 0.32rem;
}
.about_culture .right ul li:hover p {
  opacity: 1;
  margin-top: 0.4rem;
  height: auto;
}
.contact .container {
  padding-bottom: 0;
}
.contact .container .title {
  text-align: center;
}
.contact .container .con {
  width: 100%;
  margin-top: 0.6rem;
  padding: 1rem 0.6rem;
  background: #F2F2F2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact .container .con .left {
  width: 39%;
  color: #333;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
}
.contact .container .con .left p {
  color: #333;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
}
.contact .container .con .left h3 {
  margin-top: 0.16rem;
  margin-bottom: 0.6rem;
  color: #333;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: font4;
}
.contact .container .con .left h4 {
  margin-top: 0.1rem;
  color: var(---black, #000);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.4rem;
  font-family: font4;
}
.contact .container .con .right {
  width: 51%;
}
.contact .container .con .right form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact .container .con .right form label {
  width: 49%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 0.4rem;
}
.contact .container .con .right form label p {
  color: #333;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: font4;
}
.contact .container .con .right form label input {
  margin-top: 10px;
  color: #333;
  width: 100%;
  line-height: 0.6rem;
  height: 0.6rem;
  border: 0px;
  background-color: transparent;
  border-bottom: 1px solid #E0E0E0;
  outline: none;
  font-style: normal;
  font-weight: 400;
  padding: 0;
}
.contact .container .con .right form label textarea {
  margin-top: 10px;
  color: #333;
  width: 100%;
  line-height: 0.6rem;
  border: 0px;
  background-color: transparent;
  border-bottom: 1px solid #E0E0E0;
  outline: none;
  font-style: normal;
  font-weight: 400;
  padding: 0;
}
.contact .container .con .right form label:first-child {
  width: 100%;
  margin-top: 0;
}
.contact .container .con .right form label:nth-child(6) {
  width: 100%;
}
.contact .container .con .right form div {
  width: 100%;
  margin-top: 0.6rem;
}
.contact .container .con .right form div button {
  padding: 0.14rem 0.84rem;
  border: 1px solid var(--on-color);
  color: var(--on-color);
  background: none;
  border-radius: 0;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 182.982%;
  letter-spacing: 2px;
  position: relative;
  display: flex;
  transition: all 0.6s;
  z-index: 1;
}
.contact .container .con .right form div button::after {
  margin-left: 0.18rem;
  content: ">";
  display: inline-block;
  font-family: '宋体';
  font-weight: bold;
  transition: all 0.6s;
}
.contact .container .con .right form div button::before {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.6s;
  background-color: var(--on-color);
  content: '';
  display: inline-block;
}
.contact .container .con .right form div button:hover {
  color: #fff;
}
.contact .container .con .right form div button:hover::before {
  width: 100%;
}
.contact .container .con .right form div button:hover::after {
  color: #fff;
}
.product .container {
  display: flex;
  justify-content: space-between;
}
.product .container .left {
  width: 18.5%;
}
.product .container .left > div {
  width: 100%;
  background: #F2F2F2;
  position: sticky;
  top: 1rem;
}
.product .container .left > div h2 {
  background: var(--on-color);
  padding: 0.22rem 0.2rem;
  color: #FFF;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.product .container .left > div ul {
  padding: 0.2rem;
  margin-top: 0.1rem;
}
.product .container .left > div ul li {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #E0E0E0;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.1rem;
  margin-top: 0.2rem;
  padding-left: 0.1rem;
}
.product .container .left > div ul li a {
  color: #333;
  display: block;
}
.product .container .right {
  width: 79.5%;
}
.product .container .right h2 {
  width: 100%;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #E0E0E0;
  color: #333;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: font2;
}
.product .container .right ul {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
.product .container .right ul li {
  width: calc(33% - 0.092rem);
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  background: #F2F2F2;
  padding: 0.6rem 0.54rem 0.6rem 0.54rem;
  transition: all 0.6s;
}
.product .container .right ul li a h3 {
  margin-top: 0.16rem;
  color: #333;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.6s;
  font-family: font2;
}
.product .container .right ul li a .more {
  display: flex;
  justify-content: center;
  margin-top: 0.3rem;
  align-items: center;
  color: #333;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.6s;
}
.product .container .right ul li a .more::after {
  transition: all 0.6s;
  margin-left: 0.09rem;
  content: ">";
  display: inline-block;
  font-family: '宋体';
  font-weight: bold;
}
.product .container .right ul li a .img {
  margin-top: 0.33rem;
  text-align: center;
  position: relative;
}
.product .container .right ul li a .img span {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  opacity: 0;
  text-align: left;
  transition: all 0.6s;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.product .container .right ul li a .img img {
  transition: all 0.6s;
}
.product .container .right ul li:hover {
  background: #3760ac90;
}
.product .container .right ul li:hover a h3 {
  color: #fff;
}
.product .container .right ul li:hover a .more {
  color: #fff;
}
.product .container .right ul li:hover a .img span {
  opacity: 1;
}
.product .container .right ul li:hover a .img img {
  opacity: 0.1;
}
.product_show {
  display: flex;
  padding-top: 1rem;
}
.product_show .left {
  width: 50%;
  padding: 0.8rem 8.3vw;
  color: #333;
  font-style: normal;
  font-weight: 300;
  padding-right: 7.3vw;
  line-height: 180%;
}
.product_show .left h2 {
  margin-top: 0.15rem;
  color: #333;
  font-size: 0.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.89rem;
  font-family: font2;
}
.product_show .left p {
  color: #666;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.product_show .left h3 {
  margin-top: 0.1rem;
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.4rem;
  font-family: font4;
}
.product_show .left div {
  color: #333;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
}
.product_show .left .more {
  display: flex;
  margin-top: 0.5rem;
}
.product_show .left .more a {
  padding: 0.14rem 0.84rem;
  border: 1px solid var(--on-color);
  color: var(--on-color);
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 182.982%;
  letter-spacing: 0.02rem;
  position: relative;
  display: flex;
  z-index: 3;
  transition: all 0.6s;
}
.product_show .left .more a::after {
  transition: all 0.6s;
  margin-left: 0.09rem;
  content: ">";
  display: inline-block;
  font-family: '宋体';
  font-weight: bold;
}
.product_show .left .more a::before {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.6s;
  background-color: var(--on-color);
  content: '';
  display: inline-block;
}
.product_show .left .more a:hover {
  color: #fff;
}
.product_show .left .more a:hover::before {
  width: 100%;
}
.product_show .right {
  width: 50%;
  overflow: hidden;
  background: #F2F2F2;
  text-align: center;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product_show .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pagination{
    justify-content: center!important;
    margin-top: 20px;
}
.pagination li{
    width: auto!important;
    height: auto!important;
    padding: 0!important;
    background: transparent!important;
    cursor: pointer;
    min-height: auto!important;
    border: none!important;
}
.pagination li::before,.pagination li::after{
    display: none!important;
}
.pagination li a{
    padding: 10px 20px;
    border: 1px solid var(--on-color);
    color: var(--on-color);
    display: block;
}
.pagination li a:hover{
    background: var(--on-color)!important;
    color: #fff!important;
}
.news {
  display: flex;
  flex-wrap: wrap;
}
.news .item {
  width: calc(25% - 0.2rem);
  margin-top: 0.6rem;
  margin-right: 0.2rem;
  background: #F2F2F2;
  padding: 0.6rem 0.3rem;
  transition: all 0.6s;
}
.news .item a span {
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.news .item a h4 {
  margin-top: 0.2rem;
  color: #333;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 0.47rem;
  border-bottom: 1px solid #E0E0E0;
}
.news .item a div {
  margin-top: 0.4rem;
  overflow: hidden;
  color: #666;
  text-overflow: ellipsis;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .item a p {
  margin-top: 0.8rem;
  margin-bottom: 0.5rem;
  color: #333;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.news .item a p::after {
  content: ">";
  margin-left: 0.2rem;
  display: inline-block;
  font-weight: bold;
  font-family: '宋体';
}
.news .item:hover {
  background: var(--on-color);
}
.news .item:hover a span {
  color: #fff;
}
.news .item:hover a h4 {
  color: #fff;
}
.news .item:hover a div {
  color: #fff;
}
.news .item:hover a p {
  color: #fff;
}
.news_show .container .top {
  display: flex;
  flex-direction: column;
  width: 46.5%;
}
.news_show .container .top .back {
  width: 2.46rem;
  height: 0.38rem;
  display: flex;
  align-items: center;
  border-radius: 0.2rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #F2F2F2;
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  text-transform: uppercase;
}
.news_show .container .top .back a {
  width: 1.12rem;
  height: 0.38rem;
  border-radius: 0.2rem;
  background: var(--on-color);
  color: #FFF;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  text-transform: uppercase;
  margin-right: 0.26rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news_show .container .top .title {
  margin-top: 0.4rem;
  color: #333;
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.news_show .container .con {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news_show .container .con .left {
  width: 66.4%;
}
.news_show .container .con .right {
  width: 26.2%;
}
.news_show .container .con .right ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news_show .container .con .right ul li {
  width: 100%;
  margin-top: 0.6rem;
}
.news_show .container .con .right ul li a p {
  overflow: hidden;
  position: relative;
}
.news_show .container .con .right ul li a p span {
  position: absolute;
  top: 0.23rem;
  right: 0.21rem;
  z-index: 1;
  display: inline-flex;
  padding: 0.05rem 0.2rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.2rem;
  background: #FFF;
  color: #333;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  transition: all 0.6s;
}
.news_show .container .con .right ul li a p img {
  width: 100%;
  height: auto;
  display: block;
}
.news_show .container .con .right ul li a .data {
  margin-top: 0.18rem;
  color: #999;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  text-transform: uppercase;
  display: block;
}
.news_show .container .con .right ul li a h4 {
  margin-top: 0.1rem;
  color: #333;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  text-transform: uppercase;
}
.news_show .container .con .right ul li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1400px) {
  header > .container {
    width: 100%!important;
  }
  header > .container .header_menu > li > a {
    padding: 0 0.12rem;
    font-size: 16px;
  }
  header > .container .header_menu > li .sub_menu .left ul li {
    font-size: 0.2rem;
  }
  header > .container .header_menu > li .sub_menu .left ul li div .item p {
    font-size: 0.2rem;
  }
  header > .container .header_menu > li .sub_menu .right ul li div .item p {
    font-size: 0.2rem;
  }
  header:hover > .container,
  header.active > .container,
  header.on > .container {
    padding: 0.2rem 0.5rem;
  }
  header:hover > .container .header_menu > li .sub_menu,
  header.active > .container .header_menu > li .sub_menu,
  header.on > .container .header_menu > li .sub_menu {
    top: 1.2rem;
  }
  footer .top {
    padding: 1rem 1rem;
  }
  footer .top .container {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  header {
    display: none;
  }
  .m-header {
    display: flex;
  }
  .mobile {
    display: block;
  }
  .pc {
    display: none;
  }
  .banner .title {
    top: 20%;
  }
  .banner .title .container {
    width: 80%;
  }
  .index_title p {
    width: 90%;
  }
  .index_product .slideBox_product .hd ul li a {
    flex-direction: column;
    padding: 0.2rem;
    align-items: center;
    justify-content: center;
  }
  .index_product .slideBox_product .hd ul li a p {
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
  .index_product .slideBox_product .hd ul li a p .more {
    justify-content: center;
  }
  .index_product .slideBox_product .bd ul li .con {
    flex-direction: column;
  }
  .index_product .slideBox_product .bd ul li .con .left {
    width: 100%;
  }
  .index_product .slideBox_product .bd ul li .con .left .list {
    display: none;
  }
  .index_product .slideBox_product .bd ul li .con .right {
    width: 100%;
  }
  .index_advantage .container ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .index_about .left {
    width: 100%;
    left: 0;
    padding: 0 8.33vw;
    top: 10.75%;
  }
  .index_about .left p {
    font-size: 13px;
  }
  .index_about .right {
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
  }
  .index_about .right ul {
    flex-direction: row;
  }
  .index_about .right ul li {
    flex: auto;
    width: 50%;
    padding: 0.2rem 0;
  }
  .index_about .right ul li div {
    font-size: 24px;
  }
  .index_about .right ul li div span {
    font-family: font1;
  }
  .index_news .container {
    padding-top: 0;
  }
  .index_news .container ul {
    flex-wrap: wrap;
    padding-top: 0.6rem;
  }
  .index_news .container ul li {
    width: 100%;
    display: flex;
    min-height: auto;
  }
  .index_news .container ul li .img {
    width: 50%;
  }
  .index_news .container ul li .info {
    display: flex;
    align-items: center;
  }
  .index_news .container ul li .info .data {
    display: none;
  }
  .index_news .container ul li .info .more {
    display: none;
  }
  .product .container .left {
    display: none;
  }
  .product .container .right {
    width: 100%;
  }
  .product .container .right ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
  .product_show {
    flex-direction: column-reverse;
  }
  .product_show .left {
    width: 100%;
  }
  .product_show .right {
    width: 100%;
    min-height: auto;
  }
  .news .item {
    width: 100%;
  }
  .news_show .container {
    padding-top: 0;
  }
  .news_show .container .top .back {
    width: 220px;
    height: 38px;
    border-radius: 25px;
    font-size: 14px;
  }
  .news_show .container .top .back a {
    align-items: center;
    padding: 0 20px ;
    width: auto;
    height: 38px;
    border-radius: 25px;
    font-size: 14px;
  }
  .news_show .container .top .title {
    font-size: 24px;
  }
  .news_show .container .con .left {
    width: 100%;
  }
  .news_show .container .con .right {
    display: none;
  }
  .about .container {
    padding-top: 0;
    flex-direction: column;
  }
  .about .container > .left {
    width: 100%;
  }
  .about .container > .left h4 {
    font-size: 24px;
  }
  .about .container > .right {
    width: 100%;
  }
  .about .container > .right ul li .left {
    width: 50%;
    font-size: 40px;
  }
  .about .container > .right ul li .left p {
    font-size: 14px;
  }
  .about .container > .right ul li .right {
    width: 50%;
    display: flex;
    justify-content: end;
  }
  .about .container > .right ul li .right img {
    max-width: 64px;
    margin: 0;
  }
  .about_culture {
    height: auto;
    flex-direction: column;
  }
  .about_culture .left {
    width: 100%;
    margin-top: 60px;
  }
  .about_culture .right {
    width: 100%;
  }
  .about_culture .right ul {
    flex-direction: column;
  }
  .about_culture .right ul li {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .about_culture .right ul li .con {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .about_culture .right ul li .con h4 {
    margin: 0;
    width: 33%;
    font-size: 16px;
  }
  .about_culture .right ul li .con p {
    width: 33%;
    height: 100%;
    font-size: 12px;
  }
  .contact .container {
    padding-top: 0;
  }
  .contact .container .con {
    flex-direction: column;
  }
  .contact .container .con .left {
    width: 100%;
  }
  .contact .container .con .right {
    width: 100%;
  }
  .contact .container .con .right form {
    margin-top: 40px;
  }
  .contact .container .con .right form label {
    width: 100%;
  }
  .contact .container .con .right form label p {
    font-size: 12px;
  }
  .contact .container .con .right form div button {
    background: var(--on-color);
    color: #fff;
  }
}
@media screen and (max-width: 780px) {
  footer .top {
    padding: 0.5rem;
  }
  footer .container {
    flex-direction: column;
    padding: 0 15px;
  }
  footer .container .list:nth-child(2) {
    padding: 0;
  }
  footer::before {
    display: none;
  }
}
