@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../fonts/SourceHanSansCN-Normal.woff2') format('woff2'), /* 优先使用WOFF2（压缩率更高） */ url('../fonts/SourceHanSansCN-Normal.woff') format('woff'), /* 兼容旧浏览器 */ url('../fonts/SourceHanSansCN-Normal.otf') format('opentype');
  /* 备用格式 */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* 避免阻塞渲染，使用回退字体 */
}
:root {
  /* 颜色系统 */
  --on-color: #00428e;
  /*选中颜色*/
  --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 {
  scroll-behavior: smooth;
  /* 启用平滑滚动 */
  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 {
  scroll-behavior: smooth;
  /* 启用平滑滚动 */
  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: 1630px;
}
.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%;
  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: none!important;
}
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.3s;
  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{
    /*display: block;*/
}
header > .container .header_menu > li .sub2 ul{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 40px 0;
    border-top: 1px solid #ccc;
    gap: 140px;
}
header > .container .header_menu > li .sub2 ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
header > .container .header_menu > li .sub2 ul li a{
    font-weight: bold;
}
header > .container .header_menu > li .sub2 ul li p{
    font-size: 14px;
    margin-top: 20px;
    color: #999;
}
header > .container .header_menu > li:hover > a,
header > .container .header_menu > li.active > 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 {
  display: flex;
  align-items: center;
  height: 24px;
}
header > .container .imgs #search {
  display: flex;
  align-items: center;
  padding-right: 0.1rem;
  border-right: 1px solid #fff;
  line-height: 24px;
  cursor: pointer;
}
header > .container .imgs #search .header_search {
  transition: all 0.3s;
  position: absolute;
  display: none;
  left: 0;
  top: 0.8rem;
  width: 100%;
  background: #fff;
  padding: 0.3rem 0;
}
header > .container .imgs #search .header_search .cont {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0.4rem 0;
}
header > .container .imgs #search .header_search .cont .header_input {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 16px;
  height: 60px;
  margin-bottom: 20px;
}
header > .container .imgs #search .header_search .cont .header_input svg {
  margin-right: 8px;
}
header > .container .imgs #search .header_search .cont .header_input svg path {
  fill: #333 !important;
}
header > .container .imgs #search .header_search .cont .header_input input {
  width: 80%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 24px;
}
header > .container .imgs #search .header_search .cont .header_text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
header > .container .imgs #search .header_search .cont .header_text p {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
header > .container .imgs #search .header_search .cont .header_text a {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-left: 25px;
  position: relative;
}
header > .container .imgs #search .header_search .cont .header_text a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url('../images/右箭头.png') no-repeat center center;
  background-size: 100% 100%;
}
header > .container .imgs .language {
  padding-left: 0.1rem;
  display: flex;
  align-items: center;
  color: #fff;
}
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 #search,
header.active > .container .imgs #search,
header.on > .container .imgs #search {
  border-color: #333;
}
header:hover > .container .imgs svg path,
header.active > .container .imgs svg path,
header.on > .container .imgs svg path {
  fill: #333;
}
header:hover > .container .imgs .language,
header.active > .container .imgs .language,
header.on > .container .imgs .language {
  color: #333;
}
.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%;
}
footer .top {
  background: #000000;
  padding: 1rem;
}
footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .container .left p {
  color: #fff;
  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: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.28rem;
}
footer .container .list > p {
  color: #fff;
  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: #fff;
  opacity: 0.8;
}
footer .container .list:nth-of-type(3) ul {
  display: flex;
  flex-direction: column;
  max-width: 240px;
}
footer .container .list:nth-of-type(3) ul li {
  width: 100%;
}
footer .container .list div{
    text-align: center;
    color: #fff;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  padding-bottom: 0.13rem;
}
footer .container .list img{
    max-width: 100px;
}
footer .bottom {
  background: #222;
  width: 100%;
  height: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#top {
  width: 0.48rem;
  height: 0.48rem;
  position: fixed;
  bottom: 1.4rem;
  right: 0.32rem;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.banner .m-mySwiper {
  display: none;
}
.banner .swiper-slide {
  height: 90vh;
  position: relative;
}
.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide p {
  position: absolute;
  top: 20%;
  opacity: 0;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 1s;
}
.banner .swiper-slide.swiper-slide-active p {
  top: 50%;
  opacity: 1;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  color: #fff;
}
.banner .swiper-pagination-bullet {
  width: 40px;
  border-radius: 0;
  height: 3px;
  position: relative;
  display: inline-block;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.2);
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 100%;
  transition: width 3s;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 17%;
}
.banner .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 0%;
  height: 3px;
  left: 0;
  top: 0;
}
.swiper_text {
  margin: 0 auto ;
}
.swiper_text .container {
  display: flex;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
  background: rgba(255,255,255,.9);
  z-index: 99;
  position: relative;
  transform: translateY(-50%);
  max-width: 1200px;
}
.swiper_text .swiper {
  height: 1.6rem !important;
}
.swiper_text .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem ;
  flex-direction: column;
  text-align: center;
}
.swiper_text .swiper-slide h3{
    font-size: 20px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.swiper_text .swiper-slide p{
    font-size: 16px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.slide_product .container .hd ul {
  margin: 0 auto;
  display: flex;
  position: relative;
  padding: 0.2rem 0;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}
.slide_product .container .hd ul li {
  font-size: 0.24rem;
  text-align: center;
  width: 20%;
}
.slide_product .container .hd ul li.on {
  font-weight: bold;
}
.slide_product .container .hd ul span {
  position: absolute;
  left: 3%;
  bottom: 0;
  width: 10%;
  height: 3px;
  background: var(--on-color);
  transition: all 0.5s;
}
.slide_product .container .bd ul {
  margin-top: 0.5rem;
}
.slide_product .container .bd ul li {
  height: 5.76rem;
  display: flex;
}
.slide_product .container .bd ul li .left {
  width: 2.88rem;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 16px;
  position: relative;
}
.slide_product .container .bd ul li .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.slide_product .container .bd ul li .left div {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 0.3rem;
}
.slide_product .container .bd ul li .left div h3 {
  color: #fff;
}
.slide_product .container .bd ul li .left div p {
  color: #fff;
  margin-top: 0.2rem;
  opacity: 0.8;
  font-size: 14px;
    line-height: 1.7;
    letter-spacing: 2px;
}
.slide_product .container .bd ul li .left a {
  position: absolute;
  z-index: 2;
  bottom: 0.3rem;
  right: 0.3rem;
  color: #fff;
}
.slide_product .container .bd ul li .right {
  display: flex;
  flex-wrap: wrap;
  /*align-items: center;*/
  gap: 2%;
  flex: 1;
}
.slide_product .container .bd ul li .right .item {
  width: 31%;
  height: 48%;
  position: relative;
  overflow: hidden;
}
.slide_product .container .bd ul li .right .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
}
.slide_product .container .bd ul li .right .item p {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0.2rem 0.2rem;
  font-weight: bold;
  font-size: 0.18rem;
}
.slide_product .container .bd ul li .right .item p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.2rem;
  width: 0.4rem;
  height: 3px;
  background: var(--on-color);
}
.index_about {
  margin: 1.5rem 0;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.index_about>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.index_about .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.index_about .text {
  z-index: 3;
  position: absolute;
  top: 20%;
  left: 10%;
}
.index_about .text h3 {
  color: #fff;
  margin-bottom: 0.4rem;
}
.index_about .text p {
  width: 6rem;
  color: #fff;
  line-height: 2;
}
.index_about .text .more a {
  display: inline-block;
  margin-top: 0.3rem;
  border: 1px solid #fff;
  padding: 10px 17px;
  color: #fff;
}
.index_about #num{
    position: absolute;
    bottom: 15%;
    z-index: 99;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    gap: 10%;
    width: 100%;
    justify-content: center;
}
.index_about #num .item{
    color: #fff;
    text-align: center;
}
.index_about #num .item p{
    font-size: 14px;
}
.index_about #num .item p span{
    font-size: .5rem;
}
.index_about #num .item div{
    font-size: 14px;
}
.index_advantage .container {
  display: flex;
  justify-content: space-between;
}
.index_advantage .container .item {
  width: 24%;
  height: 6rem;
  position: relative;
  transition: all 0.5s;
}
.index_advantage .container .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  position: relative;
}
.index_advantage .container .item .text {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 3;
  text-align: right;
  padding: 0.2rem 0.3rem;
  opacity: 1;
}
.index_advantage .container .item .text h3 {
  color: #fff;
}
.index_advantage .container .item .text p {
  color: #fff;
}
.index_advantage .container .item .text1 {
  opacity: 0;
  position: absolute;
  top: 10%;
  left: 10%;
  transition: all 0.5s;
  z-index: 3;
  padding: 0.2rem 0.3rem;
}
.index_advantage .container .item .text1 h3 {
  color: #fff;
}
.index_advantage .container .item .text1 p {
  color: #fff;
}
.index_advantage .container .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/911d34c525655dac09d37388c3ff94603d3260bc.png) no-repeat;
  background-size: cover;
  z-index: 2;
  opacity: 1;
  transition: all 0.5s;
}
.index_advantage .container .item.active {
  width: 50%;
}
.index_advantage .container .item.active .text {
  opacity: 0;
}
.index_advantage .container .item.active .text1 {
  opacity: 1;
}
.index_advantage .container .item.active::before {
  opacity: 0;
}
.index_cooperation {
  margin: 1.5rem 0;
}
.index_cooperation .container {
  max-width: 1200px;
}
.index_cooperation .container .title {
  font-size: 0.36rem;
  color: #000;
  margin-bottom: 0.5rem;
  text-align: center;
}
.index_cooperation .container .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.index_cooperation .container .swiper-grid-column > .swiper-wrapper {
  flex-direction: row;
}
.index_cooperation .container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 3) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_news {
  margin: 1.5rem 0;
}
.index_news .container .title {
  font-size: 0.36rem;
  color: #000;
  margin-bottom: 0.5rem;
  text-align: center;
}
.index_news .container ul {
  display: flex;
}
.index_news .container ul li {
  width: 33.33%;
  border: 1px solid #e8e8e8;
  border-left: 0;
}
.index_news .container ul li a {
  padding: 0.3rem;
  display: inline-block;
  width: 100%;
}
.index_news .container ul li a .img {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 49.47%;
  order: 0;
  overflow: hidden;
}
.index_news .container ul li a .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index_news .container ul li a .text {
  margin-bottom: 0.2rem;
  margin-top: 0.3rem;
  order: 1;
}
.index_news .container ul li a .text p {
  color: #999;
  margin-bottom: 0.1rem;
  display: inline-flex;
}
.index_news .container ul li a .text h3 {
  font-size: 0.22rem;
  min-height: 65px;
  color: #333;
  transition: all 0.3s;
}
.index_news .container ul li a:hover .img img {
  transform: scale(1.08);
}
.index_news .container ul li a:hover .text h3 {
  color: var(--on-color);
}
.index_news .container ul li:nth-child(1) {
  border-left: 1px solid #e8e8e8;
}
.index_news .container .more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.index_news .container .more a {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  border: 1px solid var(--on-color);
  color: var(--on-color);
  position: relative;
}
.index_news .container .more a span {
  position: relative;
  z-index: 2;
}
.index_news .container .more a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--on-color);
  transition: all 0.5s;
  z-index: 1;
}
.index_news .container .more a:hover {
  color: #fff;
}
.index_news .container .more a:hover::after {
  width: 100%;
}
.index_footer {
  padding: .5rem 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #f6f7f8;
  margin:  .5rem 0;
}
.index_footer>h2{
    font-size: 32px;
    text-align: center;
    margin-bottom: .5rem;
}
.index_footer .container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
}
.index_footer a {
    position: relative;
}
.index_footer a p {
  font-size: 0.22rem;
  font-weight: bold;
  margin: .3rem 0 .2rem;
  color: #3658f0;
}
.index_footer .item .index_footer_img{
    max-width: 240px;
}
.index_footer .item .index_footer_text{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.index_footer a .img1{
    max-width: 100px;
}
.index_footer a .img2{
    max-width: 30px;
}
.list_menu {
  backdrop-filter: saturate(180%) blur(20px);
  background: #f6f7f8;
  position: sticky;
  top: 0.8rem;
  left: 0;
  z-index: 99;
  transition: all 0.5s;
}
.list_menu .container {
  max-width: 1400px;
}
.list_menu .container ul {
  display: flex;
  justify-content: space-between;
}
.list_menu .container ul li {
  padding: 0.155rem 0.3rem;
}
.list_menu .container ul li a {
  font-size: 14px;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.list_menu .container ul li a img {
  margin-bottom: 0.1rem;
}
.list_menu.on {
  background: rgba(29, 29, 31, 0.7);
}
.list_menu.on .container ul li a {
  color: #fff;
}
.list_menu.on .container ul li a img {
  display: none;
}
.category_con .title {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
}
.category_con .title .text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.category_con .title .text h3 {
  font-size: 0.32rem;
  color: #000;
}
.category_con .title .text a {
  display: flex;
  padding: 0.08rem 0.12rem;
  border-radius: 33rem;
  border: 1px solid #e3e2e5;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  margin-left: 0.32rem;
}
.category_con .title .swiper_button {
  position: relative;
}
.category_con .title .swiper_button .swiper-button-next,
.category_con .title .swiper_button .swiper-button-prev {
  border: 1px solid #e3e2e5;
  border-radius: 50%;
  padding: 0.2rem;
  width: 0.25rem;
  height: 0.25rem;
}
.category_con .title .swiper_button .swiper-button-next:after,
.category_con .title .swiper_button .swiper-button-prev:after {
  font-size: 0.2rem;
  color: #676767;
}
.category_con .title .swiper_button .swiper-button-next {
  right: 0;
  left: 0;
}
.category_con .title .swiper_button .swiper-button-prev {
  right: 0;
  left: -0.6rem;
}
.category_con .category_con_swiper {
  padding-left: calc((100vw - 1152px - 17px) / 2);
  overflow: hidden;
}
.category_con .category_con_swiper .swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.category_con .category_con_swiper .swiper-slide {
  padding: 0.4rem 0 0.64rem 0;
}
.category_con .category_con_swiper .swiper-slide a {
  display: block;
  background: #f6f7f8;
}
.category_con .category_con_swiper .swiper-slide a .img {
  overflow: hidden;
  position: relative;
}
.category_con .category_con_swiper .swiper-slide a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  opacity: 0;
}
.category_con .category_con_swiper .swiper-slide a .img .img1 {
  opacity: 1;
}
.category_con .category_con_swiper .swiper-slide a .img .img2 {
  position: absolute;
  top: 0;
  left: 0;
}
.category_con .category_con_swiper .swiper-slide a .text {
  padding: 0.24rem 0.16rem;
}
.category_con .category_con_swiper .swiper-slide a .text h3 {
  font-size: 0.24rem;
  color: #000;
  margin-bottom: 8px;
}
.category_con .category_con_swiper .swiper-slide a .text div {
  display: flex;
  justify-content: space-between;
  font-size: 0.16rem;
}
.category_con .category_con_swiper .swiper-slide a .text div p {
  color: #999;
}
.category_con .category_con_swiper .swiper-slide a .text div span {
  font-size: #000;
  font-weight: bold;
}
.category_con .category_con_swiper .swiper-slide a:hover .img .img1 {
  opacity: 0;
}
.category_con .category_con_swiper .swiper-slide a:hover .img .img2 {
  opacity: 1;
}
.list_con {
  background-color: #f9f9f9;
  padding: 1rem 0;
}
.list_con .container {
  max-width: 1450px;
  display: flex;
}
.list_con .container .left {
  width: 20%;
  margin-right: 2%;
  position: relative;
}
.list_con .container .left > div {
  background: #fff;
  position: sticky;
  top: 0.8rem;
  padding: 20px;
}
.list_con .container .left > div h3 {
  padding-bottom: 20px;
}
.list_con .container .left > div ul li a {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e3e2e5;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  font-weight: bold;
}
.list_con .container .left > div ul li a i {
  margin-right: 15px;
  transform: rotate(-90deg);
}
.list_con .container .left > div ul li a:hover,
.list_con .container .left > div ul li a.active {
  color: var(--on-color);
}
.list_con .container .right {
  flex: 1;
}
.list_con .container .right > h3 {
  padding-bottom: 20px;
  font-weight: 600;
}
.list_con .container .right > p {
  margin-top: 10px;
  padding: 10px;
}
.list_con .container .right > h4 {
  font-weight: 500;
  padding: 40px 0 20px;
  color: var(--on-color);
}
.list_con .container .right > div {
  background: #ececec;
  color: #333;
  padding: 4px 8px;
}
.list_con .container .right .list_con_menu {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.list_con .container .right .list_con_menu li {
  width: 23%;
}
.list_con .container .right .list_con_menu li p {
  text-align: center;
  margin: 20px;
  color: var(--on-color);
}
.list_con .container .right .list_con_pro {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-top: 0.4rem;
}
.list_con .container .right .list_con_pro li {
  width: 31%;
  margin-bottom: 2%;
  
  border: 1px solid #ccc;
  background: #fff;
}
.list_con .container .right .list_con_pro li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_con .container .right .list_con_pro li a .list_show{
    display: flex;
    font-size: 12px;
    background: var(--on-color);
    justify-content: space-between;
    padding:  10px;
}
.list_con .container .right .list_con_pro li a .list_show .item{
    text-align: center;
    color: #fff;
}
.list_con .container .right .list_con_pro li a .text div {
  padding: 10px;
  color: var(--on-color);
}
.list_con .container .right .list_con_pro li a .text p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333;
}
.list_banner {
  position: relative;
}
.list_banner .title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%) !important;
  color: #fff;
  text-align: center;
}
.list_banner .title h4 {
  font-size: 0.6rem;
  margin-bottom: 0.14rem;
  color: #fff;
}
.list_banner .title h4 span {
  position: relative;
}
.list_banner .title p {
  line-height: 30px;
  font-size: 16px;
}
.breadcrumb .container {
  display: flex;
  align-items: center;
  padding: 0.32rem 0;
  flex-wrap: wrap;
}
.show1 {
  margin-top: 1rem;
}
.show1 .container {
  max-width: 1430px;
}
.show1 .container h3 {
  position: relative;
  text-align: center;
  padding: 0.4rem 0;
}
.show1 .container h3::before {
  content: "";
  width: 100px;
  height: 3px;
  background: var(--on-color);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.show1 .container .con {
  margin: 1rem 0;
  background-color: #f9fafb;
  display: flex;
  /*justify-content: space-between;*/
}
.show1 .container .con .imgs {
  width: 50%;
}
.show1 .container .con .text {
  padding: 0.3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.show1 .container .con .text h4 {
  margin-bottom: 20px;
}
.show1 .container .con .text h5 {
  display: flex;
  align-items: center;
}
.show1 .container .con .text h5 img {
  max-width: 30px;
  margin: 0;
  margin-right: 15px;
}
.show1 .container .con .text hr {
  display: block;
  margin: 20px 0;
}
.show1 .container .con .text ul {
  margin-top: 30px;
  display: flex;
  gap: 2%;
}
.show1 .container .con .text ul li {
  flex: 1;
  background: #fff;
  border-radius: 10px;
  line-height: 2;
  padding: 20px;
}
.show2 {
  padding-top: 5vw;
  padding-bottom: 6vw;
}
.show2 .container {
  max-width: 1430px;
}
.show2 .container .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2%;
}
.show2 .container .tab p {
  width: 25%;
  text-align: center;
  margin: 0 10px;
  line-height: 44px;
  background: #535559;
  color: #fff;
  cursor: pointer;
  transition: 0.3s all;
}
.show2 .container .tab p.on {
  background: var(--on-color);
}
.show2 .container .con {
  display: flex;
  justify-content: end;
  align-items: center;
}
.show2 .container .con .img {
  width: 41%;
  margin-left: 7%;
  padding-top: 1rem;
}
.show2 .container .con .text {
  margin-left: 3%;
  width: 28%;
  font-size: 14px;
  color: #676a6f;
  position: relative;
}
.show2 .container .con .text div {
  opacity: 0;
  transition: all 0.5s;
}
.show2 .container .con .text div p {
  color: #676a6f;
}
.show2 .container .con .text div ul li {
  position: relative;
  padding-left: 20px;
  line-height: 1.7;
  margin: 15px 0;
}
.show2 .container .con .text div ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--on-color);
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 50%;
}
.show2 .container .con .text div.c2 {
  position: absolute;
  top: 0;
  left: 0;
}
.show2 .container .con .text div.on {
  opacity: 1!important;
}
.show3 {
  padding: 1rem 0;
}
.show3 .container {
  max-width: 1430px;
}
.show3 .container > h3 {
  line-height: 1;
  color: #4b4d51;
  text-align: center;
  padding-bottom: 28px;
  border-bottom: 1px solid #727478;
  margin-bottom: 0.5rem;
  position: relative;
}
.show3 .container > h3::after {
  content: "";
  width: 80px;
  height: 4px;
  background: var(--on-color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.solution {
  background: #f9f9f9 url(../images/solution_bg.png) repeat-y;
  padding: 1rem 0;
}
.solution .container {
  max-width: 1500px;
}
.solution .container .item {
  display: flex;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
.solution .container .item .img {
  width: 63%;
  overflow: hidden;
}
.solution .container .item .img img {
  width: 100%;
  transition: all 0.5s;
}
.solution .container .item .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solution .container .item .text > div {
  margin: 0 auto;
  width: 90%;
}
.solution .container .item .text > div h3 {
  font-size: 0.24rem;
  transition: all 0.5s;
}
.solution .container .item .text > div h3 span {
  display: inline-block;
  padding-bottom: 0.15rem;
  position: relative;
}
.solution .container .item .text > div h3 span::after {
  content: "";
  max-width: 80px;
  width: 50%;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: var(--on-color);
  transition: all 0.5s;
}
.solution .container .item .text > div p {
  line-height: 1.8;
  color: #999;
  margin-top: 0.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.5s;
}
.solution .container .item .text > div .more {
  line-height: 40px;
  width: 100%;
  max-width: 200px;
  text-align: center;
  color: #fff;
  margin-top: 2.2vw;
  background: var(--on-color);
  transition: all 0.5s;
}
.solution .container .item:hover .img img {
  transform: scale(1.05);
}
.solution .container .item:hover .text {
  background: var(--on-color) url("../images/资源 2@4x.png") no-repeat 85% center;
}
.solution .container .item:hover .text h3 {
  color: #fff;
}
.solution .container .item:hover .text h3 span::after {
  background: #fff;
}
.solution .container .item:hover .text p {
  color: #fff;
}
.solution .container .item:hover .text .more {
  background: #fff;
  color: var(--on-color);
}
.solution .container .item:nth-child(odd) {
  flex-direction: row-reverse;
}
.solution_banner {
  position: relative;
}
.solution_banner .text {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  max-width: 530px;
}
.solution_banner .text h3 {
  color: #fff;
  padding-bottom: 0.4rem;
  font-size: 0.6rem;
}
.solution_banner .text p {
  color: #fff;
  font-size: 0.18rem;
  line-height: 1.8;
}
.solution1 {
  background-color: #f9f9f9;
  padding-top: 1.2rem ;
}
.solution1 .container {
  max-width: 1200px;
}
.solution1 .container h3 {
  line-height: 1.8;
  text-align: center;
  padding-bottom: 0.6rem;
}
.solution1 .container ul {
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0;
}
.solution1 .container ul li {
  flex: 1;
  border-right: 1px solid #c0c0c0;
  text-align: center;
}
.solution1 .container ul li div {
  color: var(--on-color);
  padding: 0.15rem 0 0.2rem;
  font-weight: bold;
}
.solution1 .container ul li p {
  color: #000;
  line-height: 1.8;
}
.solution1 .container ul li:last-child {
  border-right: 0;
}
.solution2 {
  padding: 0.6rem 0 1rem;
  background: #f9f9f9;
}
.solution2 .container {
  max-width: 1200px;
}
.solution2 .container h3 {
  line-height: 1.8;
  text-align: center;
  padding-bottom: 0.6rem;
}
.solution2 .container ul {
  display: flex;
  background: #fff;
  justify-content: space-between;
  border-radius: 0.15rem;
  overflow: hidden;
  box-shadow: 0 2px 4px -1px #0000001f, 0 4px 5px 0 #00000014, 0 1px 10px 0 #0000000d;
}
.solution2 .container ul li {
  width: 25%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #000;
  height: 2.6rem;
  box-shadow: 0 2px 4px -1px #0000001f, 0 4px 5px 0 #00000014, 0 1px 10px 0 #0000000d;
}
.solution2 .container ul li div {
  margin-bottom: 0.24rem;
  color: #000;
  font-weight: bold;
}
.solution2 .container ul li p {
  display: none;
  margin-bottom: 0.24rem;
  color: #fff;
}
.solution2 .container ul li.on {
  width: 50%;
  background: var(--on-color);
  justify-content: start;
  align-items: start;
  padding: 0.24rem 0.32rem 0.4rem 0.16rem;
}
.solution2 .container ul li.on div {
  color: #fff;
}
.solution2 .container ul li.on p {
  display: block;
}
.solution3 {
  padding: 1.2rem 0;
  background: #f9f9f9;
}
.solution3 .container {
  max-width: 1200px;
}
.solution3 .container h3 {
  line-height: 1.8;
  text-align: center;
  padding-bottom: 0.6rem;
}
.solution3 .container .top {
  background: #fff;
  border-radius: 0.15rem;
  overflow: hidden;
  padding: 0.32rem;
  margin-bottom: 0.48rem;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s ease-in-out;
}
.solution3 .container .top .left {
  width: 38%;
}
.solution3 .container .top .left h4 {
  margin-bottom: 0.16rem;
  line-height: 2;
}
.solution3 .container .top .left div {
  color: #464646;
  margin-bottom: 0.24rem;
}
.solution3 .container .top .left p {
  margin-bottom: 0.12rem;
}
.solution3 .container .top .left p i {
  margin-right: 0.12rem;
}
.solution3 .container .top .img {
  width: 60%;
  padding: 0.24rem;
  background: #f9fafb;
  overflow: hidden;
}
.solution3 .container .top .img img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.solution3 .container .bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.solution3 .container .bottom .item {
  width: 49%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2%;
}
.solution3 .container .bottom .item .img {
  height: 4rem;
  width: 100%;
  overflow: hidden;
}
.solution3 .container .bottom .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution3 .container .bottom .item .text {
  padding: 0.24rem;
}
.solution3 .container .bottom .item .text h4 {
  line-height: 1.8;
  margin-bottom: 0.12rem;
}
.solution3 .container .bottom .item .text p {
  margin-bottom: 0.16rem;
}
.solution3 .container .bottom .item .text div {
  display: flex;
  gap: 0.1rem;
}
.solution3 .container .bottom .item .text div span {
  color: #fff;
  background: var(--on-color);
  padding: 0.05rem 0.15rem;
  border-radius: 0.2rem;
}
.solution4 {
  padding: 0 0 1rem;
  background: #f9f9f9;
}
.solution4 .container {
  max-width: 1200px;
}
.solution4 .container h3 {
  line-height: 1.8;
  text-align: center;
  padding-bottom: 0.6rem;
}
.solution4 .container ul {
  display: flex;
  gap: 2%;
}
.solution4 .container ul li {
  width: 32.3%;
  background: #fff;
  border-radius: 0.15rem;
  overflow: hidden;
}
.solution4 .container ul li .img {
  height: 2rem;
  width: 100%;
}
.solution4 .container ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution4 .container ul li .text {
  padding: 0.2rem;
}
.solution4 .container ul li .text span {
  padding: 0.05rem 0.15rem;
  border-radius: 1rem;
  background: var(--on-color);
  color: #fff;
  margin-bottom: 0.12rem;
  display: inline-block;
}
.solution4 .container ul li .text h4 {
  margin-bottom: 0.12rem;
}
.solution4 .container ul li .text p {
  color: #999;
}
.news {
  padding-top: 0.3rem;
  padding-bottom: 1rem;
}
.news .container {
  max-width: 1320px;
}
.news .container .title {
  margin-bottom: 0.4rem;
}
.news .container .news_menu {
  display: flex;
  margin-bottom: 0.3rem;
}
.news .container .news_menu a {
  padding: 0.05rem 0.2rem;
  color: var(--on-color);
  border-radius: 0.2rem;
  border: 1px solid var(--on-color);
  display: block;
  margin-right: 0.2rem;
}
.news .container .news_menu a.on {
  color: #fff;
  background: var(--on-color);
}
.news .container .news_list {
  padding-bottom: 0.4rem;
}
.news .container .news_list .item {
  padding: 0.4rem 0.2rem;
  border-bottom: 1px solid #d2d2d2;
}
.news .container .news_list .item p {
  display: flex;
  margin-bottom: 0.16rem;
}
.news .container .news_list .item p .data {
  font-weight: 400;
}
.news .container .news_list .item p .name {
  align-self: flex-start;
  background-color: #d8eaff;
  border-radius: 4px;
  color: var(--on-color);
  font-weight: 500;
  line-height: 1.5;
  padding: 2px 10px;
  margin-left: 0.1rem;
  display: block;
}
.news .container .news_list .item h3 a {
  color: #000;
  line-height: 2;
}
.news .container .news_list .item h3 a:hover {
  text-decoration: underline;
  color: var(--on-color);
}
.news .container .news_list .item:first-child {
  border-top: 1px solid #d2d2d2;
}
.news_show {
  padding-top: 0.3rem;
  padding-bottom: 1rem;
}
.news_show .container {
  max-width: 1000px;
}
.news_show .container .title {
  margin-bottom: 0.4rem;
}
.news_show .container .title h2 {
  color: #000;
  margin-bottom: 0.2rem;
}
.news_show .container .title p {
  display: flex;
  margin-bottom: 0.16rem;
}
.news_show .container .title p .data {
  font-weight: 400;
}
.news_show .container .title p .name {
  align-self: flex-start;
  background-color: #d8eaff;
  border-radius: 4px;
  color: var(--on-color);
  font-weight: 500;
  line-height: 1.5;
  padding: 2px 10px;
  margin-left: 0.1rem;
  display: block;
}
.news_show .container .con p {
  text-indent: 2em;
  line-height: 1.8;
  margin-bottom: 0.2rem;
}
.service1 {
  padding: 0.64rem 0;
}
.service1 .container {
  max-width: 1320px;
}
.service1 .container h3 {
  line-height: 2;
  margin-bottom: 0.48rem;
  text-align: center;
}
.service1 .container ul {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
.service1 .container ul li {
  width: 24%;
  background: #f9fafb;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  padding: 0.24rem;
  transition: all 0.5s ease-in-out;
}
.service1 .container ul li .img {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(22, 93, 255, 0.1);
  margin-bottom: 0.16rem;
}
.service1 .container ul li .img i {
  color: var(--on-color);
  font-size: 0.22rem;
}
.service1 .container ul li div {
  margin-bottom: 0.08rem;
  font-weight: bold;
}
.service1 .container ul li p {
  color: #999;
}
.service2 {
  padding: 0.64rem 0;
  background: #edf2fb;
}
.service2 .container {
  max-width: 1320px;
}
.service2 .container h3 {
  line-height: 2;
  margin-bottom: 0.48rem;
  text-align: center;
}
.service2 .container ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
.service2 .container ul .line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(22, 93, 255, 0.2);
  transform: translateY(-50%);
  z-index: 1;
}
.service2 .container ul li {
  position: relative;
  z-index: 2;
  width: 24%;
  background: #f9fafb;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  padding: 0.24rem;
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.service2 .container ul li span {
  display: flex;
  width: 0.64rem;
  height: 0.64rem;
  background: var(--on-color);
  color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.16rem;
}
.service2 .container ul li div {
  margin-bottom: 0.1rem;
  color: #000;
}
.service2 .container ul li p {
  margin-bottom: 0.1rem;
  color: #999;
  text-align: center;
}
.service2 .container ul li i {
  font-size: 0.24rem;
  color: var(--on-color);
}
.service3 {
  padding: 0.64rem 0;
}
.service3 .container {
  max-width: 1320px;
}
.service3 .container h3 {
  line-height: 2;
  margin-bottom: 0.48rem;
  text-align: center;
}
.service3 .container ul {
  display: flex;
  flex-direction: column;
}
.service3 .container ul li {
  margin-bottom: 0.2rem;
  transition: all 0.5s linear;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
  padding: 0 0.4rem;
}
.service3 .container ul li div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.42rem 0;
}
.service3 .container ul li div span {
  color: #000;
  transition: all 0.5s linear;
}
.service3 .container ul li div i {
  color: var(--on-color);
  transition: all 0.5s linear;
}
.service3 .container ul li p {
  display: none;
  padding: 0.42rem 0.4rem;
  width: 100%;
  color: #666666;
  font-size: 16px;
  line-height: 1.6;
  border-top: 1px solid #dddddd;
}
.service3 .container ul li.active {
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.service3 .container ul li.active div span {
  color: var(--on-color);
  font-weight: bold;
}
.service3 .container ul li.active div i {
  transform: rotate(180deg);
}
.service4 {
  padding: 0.64rem 0;
}
.service4 .container {
  max-width: 1320px;
}
.service4 .container h3 {
  line-height: 2;
  margin-bottom: 0.48rem;
  text-align: center;
}
.service4 .container .form {
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 0.15rem;
  overflow: hidden;
}
.service4 .container .form .img {
  width: 50%;
}
.service4 .container .form form {
  flex: 1;
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 4%;
}
.service4 .container .form form input {
  width: 100%;
  height: 0.48rem;
  border-radius: 4px;
  border: 1px solid;
  border-color: #cdcdcd;
  margin-bottom: 0.24rem;
  padding-left: 0.16rem;
  box-sizing: border-box;
}
.service4 .container .form form textarea {
  border-radius: 4px;
  border-color: #cdcdcd;
  width: 100%;
  height: 1.5rem;
  margin-bottom: 0.24rem;
  padding: 0.16rem;
}
.service4 .container .form form .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.service4 .container .form form .submit button {
  padding: 0.1rem 0.5rem;
}
.about_banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.about_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1320px;
  box-sizing: border-box;
}
.about_banner .text h3 {
  line-height: 2;
  margin-bottom: 0.48rem;
  text-align: center;
  font-size: 0.56rem;
  color: #fff;
}
.about_banner .text p {
  max-width: 900px;
  color: #fff;
  line-height: 2;
  margin: 0.06rem auto;
  text-align: center;
}
.about_num{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about_num .item{
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: .5rem;
}
.about_num .item:last-child{
    border-right: none;
}
.about_num .item .num{
    font-size: .24rem;
}
.about_num .item .num span{
    font-weight: bold;
}
.about_num .item p{
    margin-top: .1rem;
}
.about_culture {
  padding: 1rem 0;
}
.about_culture .container {
  max-width: 1540px;
}
.about_culture .container h3 {
  line-height: 2;
  margin-bottom: 0.48rem;
  text-align: center;
}
.about_culture .container ul {
  display: flex;
}
.about_culture .container ul li {
  width: 15%;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 10px -5px, rgba(0, 0, 0, 0.04) 0px 16px 24px 2px, rgba(0, 0, 0, 0.05) 0px 6px 30px 5px;
  padding: 0.3rem 0.16rem 0;
  position: relative;
  height: 4.5rem;
  transition: all 0.3s ease-in-out;
}
.about_culture .container ul li .title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_culture .container ul li .text {
  opacity: 0;
}
.about_culture .container ul li .text .tit {
  margin-bottom: 0.2rem;
}
.about_culture .container ul li .text .desc {
  display: none;
}

.about_culture .container ul li .text b,
.about_culture .container ul li .text p {
  display: inline-block;
  margin-bottom: 0.1rem;
  line-height: 1.8;
}
.about_culture .container ul li.active {
  width: 23%;
  background: var(--on-color);
}
.about_culture .container ul li.active .title {
  display: none;
  color: #fff;
}
.about_culture .container ul li.active .text {
  color: #fff;
  opacity: 1;
}
.about_culture .container ul li.active .text .tit {
  color: #fff;
}
.about_culture .container ul li.active .text .desc{
    display: block;
}
.about_culture footer .top {
  padding: 1rem 1rem;
}
.about_culture footer .top .container {
  width: 100%;
}
.about_layout {
  position: relative;
}
.about_layout .text {
  position: absolute;
  z-index: 2;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
}
.about_layout .text div {
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
  font-weight: bold;
  position: relative;
}
.about_layout .text div::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: var(--on-color);
}
.about5 {
  padding: 1rem 0;
  overflow: hidden;
}
.about5 .container .title {
  margin-bottom: 0.5rem;
  text-align: center;
}
.about5 .container .title h4 {
  font-weight: bold;
  font-stretch: normal;
  line-height: 0.6rem;
  color: #000000;
}
.about5 .swiper-container {
  width: 100%;
  height: auto;
  padding: 90px 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.about5 .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition-property: all;
  height: 4.5rem;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.5;
  transform: scale(0.8);
}
.about5 .swiper-slide .img {
  background-color: #fff;
  padding: 0.5rem;
}
.about5 .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.about5 .swiper-button-prev,
.about5 .swiper-rtl .swiper-button-next {
  left: 30%;
}
.about5 .swiper-button-next,
.about5 .swiper-rtl .swiper-button-prev {
  right: 30%;
}
.about5 .swiper-button-prev,
.about5 .swiper-button-next {
  width: 0.66rem;
  height: 0.66rem;
  border: solid 2px #333;
  color: #333;
  opacity: 0.4;
  transition: all 0.5s;
}
.about5 .swiper-button-prev::before,
.about5 .swiper-button-next::before {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  background: var(--on-color);
  transition: all 0.5s;
}
.about5 .swiper-button-prev:hover,
.about5 .swiper-button-next:hover {
  opacity: 1;
  border-color: var(--on-color);
}
.about5 .swiper-button-prev:hover::before,
.about5 .swiper-button-next:hover::before {
  width: 100%;
}
.about5 .swiper-button-next:after,
.about5 .swiper-button-prev:after {
  font-size: 16px;
  font-weight: bold;
  transition: all 0.5s;
}
.about5 .swiper-button-next:hover:after,
.about5 .swiper-button-prev:hover:after {
  color: #fff;
}
.join1 {
  padding: 1rem 0;
}
.join1 .container {
  max-width: 1200px;
}
.join1 .container .tit {
  margin-bottom: 0.5rem;
  text-align: center;
}
.join1 .container ul {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
.join1 .container ul li {
  width: 24%;
  background: #f9fafb;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  padding: 0.24rem;
  transition: all 0.5s ease-in-out;
}
.join1 .container ul li .img {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(22, 93, 255, 0.1);
  margin-bottom: 0.16rem;
}
.join1 .container ul li .img i {
  color: var(--on-color);
  font-size: 0.22rem;
}
.join1 .container ul li div {
  margin-bottom: 0.08rem;
  font-weight: bold;
}
.join1 .container ul li p {
  color: #999;
}
.join2 {
  background: #f9f9f9;
  padding: 1rem 0;
}
.join2 .container {
  max-width: 1200px;
}
.join2 .container .tit {
  margin-bottom: 0.5rem;
  text-align: center;
}
.join2 .container .join2_menu {
  display: flex;
  justify-content: center;
  gap: 2%;
  margin-bottom: 0.4rem;
}
.join2 .container .join2_menu li {
  padding: 0.06rem 0.24rem;
  border-radius: 0.2rem;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  border: 1px solid var(--on-color);
}
.join2 .container .join2_menu li.active {
  background: var(--on-color);
  color: #fff;
}
.join2 .container .join2_list .item {
  display: none;
}
.join2 .container .join2_list .item ul li {
  max-width: 900px;
  margin: 0.2rem auto;
  border: 1px solid var(--on-color);
  margin-bottom: 0.2rem;
  padding: 0.2rem;
  border-radius: 0.15rem;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
}
.join2 .container .join2_list .item ul li .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.join2 .container .join2_list .item ul li .title .name {
  color: var(--on-color);
  font-weight: bold;
}
.join2 .container .join2_list .item ul li .title .list_name {
  display: inline-block;
  padding: 0.08rem 0.16rem;
  border-radius: 0.2rem;
  background: #e8ebf3;
  color: var(--on-color);
}
.join2 .container .join2_list .item ul li .text {
  margin-top: 0.1rem;
  line-height: 1.8;
}
.join2 .container .join2_list .item ul li h4 {
  margin-top: 0.2rem;
  color: var(--on-color);
}
.join2 .container .join2_list .item ul li:hover {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  transform: translateY(-20px);
}
.join2 .container .join2_list .item.show {
  display: block;
}
.contact {
  padding: 1rem 0;
}
.contact .container {
  max-width: 1320px;
  display: flex;
  justify-content: space-between;
}
.contact .container .left {
  width: 60%;
}
.contact .container .left img {
  width: 100%;
  height: auto;
}
.contact .container .right {
  width: 35%;
  padding: 0.2rem;
}
.contact .container .right h3 {
  margin-bottom: 0.2rem;
}
.contact .container .right p {
  margin-bottom: 0.15rem;
}
.contact_form {
  padding: 1rem 0;
}
.contact_form .container {
  padding: 0.5rem 1rem;
  max-width: 1320px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.contact_form .container h3 {
  margin-bottom: 0.5rem;
  text-align: center;
}
.contact_form .container form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2%;
}
.contact_form .container form div {
  width: 48%;
}
.contact_form .container form div input {
  background-color: #f5f5f5;
  padding: 0.172rem 20px;
  width: 100%;
  color: #333;
  font-size: 16px;
  margin-bottom: 0.2rem;
  border: none;
}
.contact_form .container form div select {
  background: #f5f5f5;
  padding: 0.172rem 20px;
  border: none;
  width: 100%;
  color: #333;
  font-size: 16px;
  margin-bottom: 0.2rem;
}
.contact_form .container form div textarea {
  background-color: #f5f5f5;
  padding: 0.172rem 20px;
  width: 100%;
  color: #333;
  font-size: 16px;
  height: 1.95rem;
  border: none;
}
.contact_form .container form .submit {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0.3rem 0 0.5rem;
}
.contact_form .container form .submit button {
  padding: 0.12rem 0.5rem;
  margin: 0 0.3rem;
}
.contact_form .container form .submit button.reset {
  background-color: #999999;
  color: #fff;
}
.base1{
        padding: .5rem 0 0;
        background: #f4f6f9;
    }
    .base1>h2{
        margin-bottom: .4rem;
        text-align: center;
    }
    .base1 .container{
        max-width: 1200px;
    }
    .base1 .container {
        width: 100%;
    }
    .base1 .container  p{
        margin-top: .12rem;
        letter-spacing: 4px;
        font-size: 18px;
    }
    .base2{
        padding: 1rem 0;
        background: #f4f6f9;
    }
    .base2 .container{
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
        max-width: 1200px;
    }
    .base2 .container .item{
        width: 31%;
        margin-bottom: 2%;
        box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1);
        background: #fff;
        border-radius: 15px;
        overflow: hidden;
    }
    .base2 .container .item .img{
        width: 100%;
    }
    .base2 .container .item .text{
        flex: 1;
        padding: 20px;
    }
    .base2 .container .item .text h3{
        margin-bottom: .08rem;
        font-size: 22px;
    }
    .base2 .container .item .text .button{
        display: flex;
        justify-content: end;
    }
    .base2 .container .item .text .button span{
        background: #e8f4fd;
        color: #00428e;
        font-size: 12px;
        padding: 5px;
        border-radius: 3px;
    }
    .base2 .container .item .text .items{
        padding: 10px;
        border-bottom: 1px solid #f3f3f3;
        display: flex;
        justify-content: space-between;
        color: #3f3f3f;
        font-size: 16px;
    }
    .base2 .container .item .text .items span:nth-child(1){
        color: #666;
    }
    .base2 .container .item .text .items:nth-last-child(2){
        border: none;
    }
    .base2 .container .item .text p{
        font-size: 14px;
        margin-top: 10px;
    }
@media screen and (max-width: 1080px) {
  header {
    display: none;
  }
  .m-header {
    display: flex;
  }
  .mobile {
    display: block;
  }
  .pc {
    display: none;
  }
  .banner .mySwiper {
    display: none;
  }
  .banner .m-mySwiper {
    display: block;
  }
  .banner .swiper-slide{
      height: calc(100vh - 50px);
  }
  .swiper_text .container{
      transform: translateY(-120%);
  }
  .swiper_text .mySwiper2,
  .swiper_text .mySwiper3 {
    display: none;
  }
  .slide_product .container .hd ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .slide_product .container .hd ul li {
    width: auto;
    padding: 0 10px;
    font-size: 16px;
  }
  .slide_product .container .hd ul span {
    display: none;
  }
  .slide_product .container .bd ul li {
    height: auto;
    flex-direction: column;
  }
  .slide_product .container .bd ul li .left {
    width: 100%;
    height: 240px;
    margin-bottom: 10px;
  }
  .slide_product .container .bd ul li .right {
    width: 100%;
  }
  .slide_product .container .bd ul li .right .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .slide_product .container .bd ul li .right .item p {
    font-size: 16px;
  }
  .index_about {
    height: auto;
    margin-bottom: 50px;
  }
  .index_about>img{
      display: block;
  }
  .index_about .text {
    position: static;
    background: #f9f9f9;
    text-align: center;
    padding: 20px;
  }
  .index_about .text h3 {
    color: #333;
    font-size: 24px;
  }
  .index_about .text p {
    color: #333;
    width: 100%;
    font-size: 16px;
    text-align: left;
    text-indent: 2em;
  }
  
  .index_about .bg {
    display: none;
  }
  .index_about .text .more a{
      color: #333;
      border-color: #333;
  }
  .index_about #num{
      position: static;
      margin-top: 20px;
      transform: translateX(0);
      flex-wrap: wrap;
      padding: 20px;
  }
  .index_about #num .item{
      width: 45%;
      margin-bottom: 2%;
  }
  .index_advantage .container {
    flex-wrap: wrap;
  }
  .index_advantage .container .item {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
  .index_advantage .container .item .text {
    opacity: 0;
  }
  .index_advantage .container .item .text1 {
    opacity: 1;
    left: 5%;
  }
  .index_advantage .container .item::before {
    background: rgba(0,0,0,.2);
  }
  .index_advantage .container .item.active::before{
      opacity: 1;
  }
  .index_advantage .container .item.active {
    width: 100%;
  }
  .index_news .container ul {
    flex-direction: column;
  }
  .index_news .container ul li {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }
  .index_news .container ul li a .text h3 {
    font-size: 16px;
  }
  .index_footer .container{
    margin: 20px;
    flex-direction: column;
  }
  .index_footer>h2{
      font-size: 24px;
  }
.index_footer a {
      padding: 20px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    border-width: 1px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.index_footer .item .index_footer_text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.index_footer .item .index_footer_text p{
    margin: 15px 0;
}
.index_footer a .img1{
    max-width: 30px;
}
.index_footer a img{
    margin: 0;
}
.index_footer a p{
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}
  .list_banner .title h4 {
    font-size: 30px;
  }
  .list_banner .title p {
    display: none;
  }
  .list_menu {
    display: none;
  }
  .list_con .container .left {
    display: none;
  }
  .list_con .container .right .list_con_menu li {
    width: 49%;
  }
  .list_con .container .right .list_con_pro li {
    width: 49%;
  }
  .category_con {
    padding: 0 20px;
  }
  .category_con .title .text h3 {
    font-size: 24px;
  }
  .category_con .category_con_swiper .swiper-slide a .text h3 {
    font-size: 18px;
  }
  .category_con .category_con_swiper .swiper-slide a .text div {
    font-size: 16px;
  }
  .show1 .container .con {
    flex-direction: column;
  }
  .show1 .container .con .imgs {
    width: 100%;
  }
  .show1 .container .con .text {
    width: 100%;
  }
  .show1 .container .con .text ul {
    flex-direction: column;
  }
  .show1 .container .con .text ul li {
    margin-bottom: 20px;
  }
  .show2 .container .con {
    flex-direction: column;
    align-items: start;
  }
  .show2 .container .con .img {
    width: 100%;
    margin: 0;
  }
  .show2 .container .con .text {
    margin-top: 20px;
    width: 100%;
  }
  .about_banner {
    height: auto;
  }
  .about_banner .text {
    position: static;
    transform: translate(0, 0);
  }
  .about_banner .text h3 {
    color: #333;
  }
  .about_banner .text p {
    color: #333;
    text-align: left;
    text-indent: 2em;
    padding: 0 20px;
  }
  .about_culture .container ul {
    flex-direction: column;
  }
  .about_culture .container ul li {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .about_culture .container ul li.active {
    width: 100%;
  }
  .about_layout {
    display: flex;
    flex-direction: column-reverse;
  }
  .about_layout .text {
    position: static;
    transform: translate(0, 0);
    padding: 20px;
  }
  .about_layout .text div {
    color: #333;
  }
  .about_layout .text p {
    text-align: left;
    text-indent: 2em;
    color: #333;
  }
  .about5 .swiper-container {
    overflow: hidden;
  }
  .about5 .swiper-button-prev,
  .about5 .swiper-button-next {
    display: none;
  }
  .contact .container {
    flex-direction: column;
  }
  .contact .container .left {
    width: 100%;
  }
  .contact .container .right {
    width: 100%;
  }
  .contact_form {
    padding-top: 0;
  }
  .contact_form .container {
    padding: 20px;
  }
  .contact_form .container form div {
    width: 100%;
  }
  .contact_form .container form div input,
  .contact_form .container form div select,
  .contact_form .container form div textarea {
    padding: 14px 20px;
  }
  .join1 .container ul {
    flex-direction: column;
  }
  .join1 .container ul li {
    margin-bottom: 20px;
    width: 100%;
  }
  .join2 .container .join2_menu {
    flex-wrap: wrap;
  }
  .join2 .container .join2_menu li {
    margin-bottom: 10px;
  }
  .join2 .container .join2_menu li .title {
    flex-wrap: wrap;
  }
  .service1 .container ul {
    flex-direction: column;
  }
  .service1 .container ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .service2 .container ul {
    flex-direction: column;
  }
  .service2 .container ul .line {
    display: none;
  }
  .service2 .container ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .service2 .container ul li i {
    font-size: 20px;
  }
  .service4 .container .form {
    flex-direction: column;
  }
  .service4 .container .form .img {
    width: 100%;
  }
  .service4 .container .form form input {
    height: 40px;
  }
  .solution .container .item {
    flex-direction: column;
  }
  .solution .container .item .img {
    width: 100%;
  }
  .solution .container .item .text > div h3 {
    font-size: 20px;
    margin-top: 10px;
  }
  .solution .container .item .text > div p {
    margin-bottom: 20px;
  }
  .solution .container .item .text > div .more {
    margin-bottom: 20px;
  }
  .solution .container .item:nth-child(odd) {
    flex-direction: column;
  }
  .solution_banner .text {
    position: static;
    transform: translate(0, 0);
    padding: 20px;
    background: #f9f9f9;
  }
  .solution_banner .text h3 {
    color: #333;
    font-size: 26px;
  }
  .solution_banner .text p {
    color: #333;
    font-size: 16px;
    text-align: left;
    text-indent: 2em;
  }
  .solution p{
      padding: 5px 10px!important;
  }
  .solution1 .container ul {
    flex-direction: column;
    border-radius: 10px;
  }
  .solution1 .container ul li {
    border-bottom: 1px solid #e5e5e5;
    border-right: 0;
    padding-bottom: 20px;
    width: 80%;
  }
  .solution1 .container ul li:last-child {
    border-bottom: 0;
  }
  .solution2 .container ul {
    flex-direction: column;
  }
  .solution2 .container ul li {
    width: 100%;
    height: auto;
    transition: all 0.5s;
  }
  .solution2 .container ul li div {
    padding: 30px;
  }
  .solution2 .container ul li.on {
    width: 100%;
  }
  .solution2 .container ul li.on div {
    padding: 0;
  }
  .solution3 {
    padding: 0;
  }
  .solution3 .container .top {
    flex-direction: column-reverse;
  }
  .solution3 .container .top .img {
    width: 100%;
  }
  .solution3 .container .top .left {
    width: 100%;
  }
  .solution3 .container .bottom .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .solution4 .container ul {
    flex-direction: column;
  }
  .solution4 .container ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .base1 .container{
        flex-direction: column;
    }
    .base1 .container .text,.base1 .container .img{
        width: 100%;
    }
    .base1 .container .text div{
        font-size: 14px;
    }
    .base2 .container .item{
        flex-direction: column;
    }
    .base2 .container .item .img{
        width: 100%;
    }
}
@media screen and (max-width: 780px) {
  footer .top {
    padding: 0.5rem;
  }
  footer .container {
    /*flex-direction: column;*/
    padding: 0 15px;
  }
  footer .container .list{
      width: 50%;
  }
  footer .container .list:nth-child(2) {
    padding: 0;
  }
  footer .container .list:nth-child(4),footer .container .list:nth-child(5),footer .container .list:nth-child(6){
      width: 33%;
  }
  footer::before {
    display: none;
  }
  .about_num{
      flex-wrap: wrap;
  }
  .about_num .item{
    flex: auto;
    height: 150px;
    width: 50%;
    text-align: center;
  }
}
