@charset "UTF-8";
.info_2 .l img, .info_1 .list img, .info_1 .r img, .info_1 .l img, .faq_3 .son img, .faq_1 .son img, .news_3 .son img, .news_2 .son img, .news_1 .son img, .cooperation_4 .son img, .cooperation_3 .son img, .about_3 .son img, .section_7 .son img, .section_6 .son img, .section_3 .son .img img, .section_2 .list .son .img img, .header .abs .l .box .list_ .r_fl .list_son .son img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}

.solutions_1 .son .txt .but span, .section_4 .but a, .header .but a, #banner_1 .txt .but a {
  display: inline-block;
  padding: 14px 40px;
  border-radius: 40px;
  font-size: 15px;
  border: 2px solid var(--color);
  background-color: var(--color);
  font-weight: 400;
  line-height: 1;
  color: #fff;
  transition: all 0.8s ease;
}
.solutions_1 .son .txt .but span:hover, .section_4 .but a:hover, .header .but a:hover, #banner_1 .txt .but a:hover {
  background-color: var(--color1);
  border-color: var(--color1);
  color: #fff;
}

@font-face {
  font-family: "title1";
  src: url(../font/yYLl0h7WyfzTzI44.woff2);
}
:root {
  --color: #2461a2;
  --color1: #2461a2;
  --color2: #1b848a;
  --nav_height: 80px;
}
@media (max-width: 768px) {
  :root {
    --nav_height: 65px;
  }
}

/* 定义滚动条整体样式 (Webkit) */
::-webkit-scrollbar {
  /* 滚动条宽度（垂直滚动条）/ 高度（水平滚动条） */
  width: 4px;
  height: 8px;
}

/* 滚动条轨道样式 (Webkit) */
::-webkit-scrollbar-track {
  /* 轨道背景色 */
  background: #f1f1f1;
  /* 轨道圆角 */
  border-radius: 4px;
}

/* 滚动条滑块样式 (Webkit) */
::-webkit-scrollbar-thumb {
  /* 滑块背景色 */
  background: #c1c1c1;
  /* 滑块圆角 */
  border-radius: 4px;
  /* 滑块悬停效果 */
  transition: background 0.2s ease;
}

/* 滑块悬停时的样式 (Webkit) */
::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* 滑块激活（点击拖动）时的样式 (Webkit) */
::-webkit-scrollbar-thumb:active {
  background: #888888;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans SC";
  color: #333;
  margin: 0 auto;
  font-weight: 400;
  font-size: 14px;
}
body.f4 {
  background-color: #f4f4f4;
}
@media (max-width: 768px) {
  body {
    font-size: 13px;
  }
}

main {
  overflow: hidden;
}

.bx {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
@media (max-width: 1440px) {
  .bx {
    max-width: 1280px;
  }
}
@media (max-width: 1200px) {
  .bx {
    max-width: 1140px;
  }
}
@media (max-width: 992px) {
  .bx {
    max-width: 960px;
  }
}
@media (max-width: 768px) {
  .bx {
    max-width: 720px;
  }
}
@media (max-width: 576px) {
  .bx {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .bx {
    max-width: 100%;
  }
}

video,
img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

input,
textarea,
select,
button {
  outline: none;
  border: none;
  background-color: transparent;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
table th,
table td {
  border: 1px solid #e5e5e5;
  padding: 10px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.con {
  line-height: 2;
}
.con ul {
  padding-left: 20px;
  list-style: unset;
}
.con li {
  list-style: unset;
}

.clear {
  clear: both;
}

#fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#fixed .bj {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#fixed.on {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
#fixed .son {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#fixed .son.on {
  display: none !important;
}
#fixed .son .close {
  position: absolute;
  right: 42px;
  top: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #dadada;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
#fixed .son .close i {
  color: #de0309;
  font-weight: bold;
}

#page_1 {
  width: 100%;
  text-align: center;
  margin-top: 64px;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 0;
}
#page_1 a {
  padding: 0px 12px;
  line-height: 38px;
  min-width: 40px;
  display: inline-block;
  border: solid 1px #ccc;
  font-size: 16px;
  margin: 0 5px;
  transition: all 0.5s ease;
  border-radius: 5px;
}
#page_1 a:hover, #page_1 a.on {
  color: #fff;
  background-color: var(--color);
  border: solid 1px var(--color);
}
#page_1 a.on {
  pointer-events: none;
}
#page_1 a i {
  font-size: 12px;
}

#page_2 {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#page_2 a {
  font-size: 18px;
  line-height: 1;
  transition: all 0.5s ease;
}
#page_2 a:hover, #page_2 a.on {
  color: var(--color);
}

#banner_1 + section {
  margin-top: 0;
}
#banner_1 .mySwiper1 {
  height: 100vh;
}
@media (max-width: 768px) {
  #banner_1 .mySwiper1 {
    height: 65vh;
  }
}
#banner_1 .mySwiper1 .swiper-slide-active .img img,
#banner_1 .mySwiper1 .swiper-slide-active .img video,
#banner_1 .mySwiper1 .swiper-slide-active .img iframe {
  animation: banner_1 5s ease forwards;
}
#banner_1 .img {
  width: 100%;
  height: 100%;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
#banner_1 .img::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
#banner_1 .img img,
#banner_1 .img video,
#banner_1 .img iframe {
  width: 100%;
  height: 100%;
  transform: scale(1.15);
}
#banner_1 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
#banner_1 .txt .bx {
  color: #fff;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#banner_1 .txt h3 {
  font-size: 48px;
  line-height: 1.25;
}
#banner_1 .txt h2 {
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 1.25;
}
@media (max-width: 768px) {
  #banner_1 .txt h2 {
    font-size: 24px;
  }
}
#banner_1 .txt p {
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  margin-top: 20px;
  font-size: 30px;
  line-height: 1.25;
  font-weight: normal;
}
@media (max-width: 768px) {
  #banner_1 .txt p {
    font-size: 16px;
    text-align: center;
  }
}
#banner_1 .txt .but {
  margin-top: 60px;
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  #banner_1 .txt .but {
    gap: 15px;
  }
}
#banner_1 .txt .but a {
  padding: 16px 52px;
  font-size: 16px;
}
@media (max-width: 768px) {
  #banner_1 .txt .but a {
    font-size: 14px;
    padding: 12px 36px;
  }
}
#banner_1 .next_1,
#banner_1 .prev_1 {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  #banner_1 .next_1,
  #banner_1 .prev_1 {
    width: 35px;
    height: 35px;
  }
}
#banner_1 .next_1::after,
#banner_1 .prev_1::after {
  transition: all 0.5s ease;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  #banner_1 .next_1::after,
  #banner_1 .prev_1::after {
    font-size: 16px;
  }
}
#banner_1 .next_1:hover,
#banner_1 .prev_1:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#banner_1 .next_1 {
  right: 2%;
}
@media (max-width: 768px) {
  #banner_1 .next_1 {
    right: 2%;
  }
}
#banner_1 .prev_1 {
  left: 2%;
}
@media (max-width: 768px) {
  #banner_1 .prev_1 {
    left: 2%;
  }
}
#banner_1 .pag_1 span {
  transition: all 0.5s ease;
  opacity: 1;
  background-color: #fff;
}
#banner_1 .pag_1 .swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0.5);
}

@keyframes banner_1 {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
#banner_2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  display: flex;
}
#banner_2 + section {
  margin-top: 0;
}
#banner_2 .img {
  width: 100%;
  font-size: 0;
  position: relative;
}
#banner_2 .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(28, 28, 28, 0.27) 0%, rgba(28, 28, 28, 0.11) 100%);
}
#banner_2 img {
  width: 100%;
  height: 500px;
}
@media (max-width: 768px) {
  #banner_2 img {
    height: 50vh;
  }
}
#banner_2 .bx {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
#banner_2 h3 {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#banner_2 h2 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768px) {
  #banner_2 h2 {
    font-size: 24px;
  }
}

#mbx_1 {
  transform: translateY(-100%);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  color: #fff;
}
#mbx_1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
  background-color: var(--color);
}
#mbx_1 .bx {
  position: relative;
  z-index: 1;
  display: flex;
}
#mbx_1 .l {
  margin-right: auto;
  display: flex;
  gap: 40px;
}
#mbx_1 .l a {
  padding: 24px 0;
  position: relative;
  line-height: 1.5;
}
#mbx_1 .l a:hover::after, #mbx_1 .l a.on::after {
  width: 100%;
}
#mbx_1 .l a.on {
  font-weight: bold;
  color: var(--color);
}
#mbx_1 .l a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.3s ease;
}
#mbx_1 .r {
  margin-left: auto;
  display: flex;
  gap: 40px;
}
#mbx_1 .r a {
  padding: 24px 0;
  position: relative;
  line-height: 1.5;
}
#mbx_1 .r a:hover::after, #mbx_1 .r a.on::after {
  width: 100%;
}
#mbx_1 .r a.on {
  font-weight: bold;
  color: var(--color);
}
#mbx_1 .r a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 4px;
  border-radius: 4px;
  background-color: var(--color);
  transition: all 0.3s ease;
}
#mbx_1 span {
  margin: 0 5px;
}

#mbx_2 {
  position: relative;
  background-color: #f6f7fb;
  color: #a7a5a5;
  z-index: 10;
  font-size: 16px;
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: 20px;
}
#mbx_2 .bx {
  display: flex;
}
#mbx_2 .l {
  margin-right: auto;
}
#mbx_2 .r {
  margin-left: auto;
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  #mbx_2 .r {
    display: none;
  }
}
#mbx_2 .r .on {
  color: var(--color);
}
#mbx_2 span {
  margin: 0 5px;
}

header {
  height: var(--nav_height);
  transition: all 0.3s;
  position: relative;
  width: 100%;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  header {
    position: fixed;
  }
  header .header .logo img {
    height: 40px;
  }
  header .header .logo h2 {
    font-size: 20px !important;
  }
  header .header .nav li > a {
    color: #333;
  }
  header .header .lang span {
    color: #333;
  }
}
header::after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
header.on::after, header.active::after {
  background-color: #fff;
}
header.on .header .logo img, header.active .header .logo img {
  filter: none;
}
header.on .header .logo h2,
header.on .header .logo p, header.active .header .logo h2,
header.active .header .logo p {
  color: #000;
}
header.on .header .nav li > a, header.active .header .nav li > a {
  color: #333;
}
header.on .header .mobile i, header.active .header .mobile i {
  color: #333;
}
header.on .header .lang span, header.active .header .lang span {
  color: #333;
}
header.on .header .icon_search i, header.active .header .icon_search i {
  color: #333;
}

.header {
  padding: 0 12px;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .logo img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: all 0.5s ease;
}
.header .logo h2 {
  font-weight: normal;
  font-size: 28px;
  line-height: 1.5;
  transition: all 0.5s ease;
}
.header .logo p {
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  font-size: 14.9px;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.header .nav {
  height: 100%;
  margin-left: auto;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
@media (max-width: 768px) {
  .header .nav {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    margin-top: var(--nav_height);
    overflow: hidden;
    white-space: nowrap;
    width: 0%;
    opacity: 0;
    background-color: #fff;
    transition: all 0.5s ease;
  }
  .header .nav.on {
    width: 100%;
    opacity: 1;
  }
}
.header .nav li {
  position: relative;
  height: 100%;
}
.header .nav li.menu_mobile {
  display: none;
}
@media (max-width: 768px) {
  .header .nav li.menu_mobile {
    display: block;
    flex-grow: 1;
  }
}
@media (max-width: 768px) {
  .header .nav li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.header .nav li:hover .ej_box {
  opacity: 1;
  visibility: visible;
}
.header .nav li > a {
  color: #fff;
  height: 100%;
  font-weight: 600;
  position: relative;
  transition: all 0.5s ease;
  font-size: 16.5px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .header .nav li > a {
    justify-content: flex-start;
    height: auto;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 15px;
  }
}
.header .nav li > a:hover, .header .nav li > a.on {
  color: var(--color) !important;
}
.header .nav li > a:hover::after, .header .nav li > a.on::after {
  width: 100%;
}
.header .nav li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: var(--color);
  border-radius: 1px;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .header .nav li > a::after {
    display: none;
  }
}
.header .nav li i {
  display: none;
}
@media (max-width: 768px) {
  .header .nav li i {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header .nav li .ej_box {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  width: auto;
  white-space: nowrap;
  border-radius: 8px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  visibility: hidden;
}
@media (max-width: 768px) {
  .header .nav li .ej_box {
    transform: none;
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    display: none;
  }
}
.header .nav li .ej_box a {
  display: block;
  text-align: center;
  padding: 10px 30px;
  background-color: #fff;
  font-size: 14px;
  color: #212121;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}
.header .nav li .ej_box a:hover {
  background-color: var(--color);
  color: #fff;
}
.header .nav li .ej_box a:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .header .nav li .ej_box a {
    text-align: left;
  }
}
.header .icon_search {
  display: block;
}
@media (max-width: 768px) {
  .header .icon_search {
    display: none;
  }
}
.header .icon_search i {
  cursor: pointer;
  display: block;
  color: #fff;
  font-size: 16px;
}
.header .mobile {
  display: none;
}
@media (max-width: 768px) {
  .header .mobile {
    display: block;
  }
}
.header .mobile i {
  color: #fff;
  font-size: 20px;
}
.header .but {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .abs {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .abs .l {
  display: flex;
  gap: 16px;
}
.header .abs .l .box {
  position: relative;
}
.header .abs .l .box .list_ {
  border: 1px solid rgba(32, 47, 100, 0.08);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(30, 32, 40, 0.08);
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(10px);
  background-color: #fff;
  z-index: 10;
  width: 488px;
  height: 400px;
  overflow: hidden;
  display: none;
}
.header .abs .l .box .list_.on {
  display: flex;
}
.header .abs .l .box .list_.on + .fi {
  display: block;
}
.header .abs .l .box .list_ + .fi {
  display: none;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header .abs .l .box .list_ .l_fl {
  background-color: #f5f5f5;
  height: 100%;
  overflow: auto;
  width: 30%;
}
.header .abs .l .box .list_ .l_fl li {
  color: #6f7071;
  cursor: pointer;
  font-size: 14px;
  line-height: 52px;
  padding: 0 6px;
  transition: all 0.5s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.header .abs .l .box .list_ .l_fl li.on {
  color: rgb(73, 193, 103);
  background-color: #fff;
}
.header .abs .l .box .list_ .r_fl {
  flex: 1 1;
  max-height: 100%;
  overflow: auto;
}
.header .abs .l .box .list_ .r_fl .h3 {
  cursor: pointer;
  position: sticky;
  top: 0;
  z-index: 1;
  align-items: center;
  background-color: #fff;
  color: #2e2e2f;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
  height: 52px;
  padding: 0 12px;
}
.header .abs .l .box .list_ .r_fl .h3 i {
  color: #969aa0;
  font-size: 14px;
  line-height: 1;
  margin-left: 8px;
}
.header .abs .l .box .list_ .r_fl .box_son {
  display: none;
}
.header .abs .l .box .list_ .r_fl .list_son {
  display: flex;
  flex-wrap: wrap;
}
.header .abs .l .box .list_ .r_fl .list_son .son {
  width: calc((100% - 0px * (3 - 1)) / 3);
  padding: 0 10px;
}
.header .abs .l .box .list_ .r_fl .list_son .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.header .abs .l .box .list_ .r_fl .list_son .son .txt {
  color: #252525;
  font-size: 14px;
  line-height: 20px;
  margin: 8px 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.header .abs .l .box .search {
  display: none;
  background-color: #fff;
  z-index: 11;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--nav_height);
}
.header .abs .l .box .search.on {
  display: block;
}
.header .abs .l .box .search .fi {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header .abs .l .box .search .bx {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .abs .l .box .search form {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.header .abs .l .box .search form input {
  width: 80%;
  border-radius: 6px;
  padding: 10px;
  height: 40px;
  border: 1px solid rgba(32, 47, 100, 0.5);
}
.header .abs .l .box .search form button {
  height: 40px;
  width: 20%;
  max-width: 150px;
  background-color: rgb(73, 193, 103);
  color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .abs .l .fl {
  cursor: pointer;
  position: relative;
  padding: 6px 12px;
  display: flex;
  align-items: center;
}
.header .abs .l .ss {
  cursor: pointer;
  padding: 6px 12px;
  display: flex;
  align-items: center;
}
.header .abs .l i {
  font-size: 16px;
}
.header .abs .l span {
  margin-left: 4px;
  color: #1e2028;
  font-weight: 500;
}
.header .abs .r {
  display: flex;
  gap: 16px;
}
.header .abs .r .app {
  transition: all 0.5s ease;
  background-color: rgba(32, 47, 100, 0.03);
  border-radius: 6px;
  height: 36px;
  padding: 0 12px;
  height: 36px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}
.header .abs .r .app:hover {
  background-color: rgba(32, 47, 100, 0.1);
}
.header .abs .r .app:hover .img_app {
  opacity: 1;
  visibility: visible;
}
.header .abs .r .app .tb {
  height: 20px;
}
.header .abs .r .app .img_app {
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 24px;
  z-index: 1;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px 0 rgba(30, 32, 40, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .abs .r .app .img_app img {
  max-width: none;
  width: 160px;
  height: 160px;
}
.header .abs .r .app .img_app p {
  color: #6e7382;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: normal;
  margin-top: 4px;
  text-align: center;
}
.header .abs .r .lang {
  border-color: transparent;
  border-radius: 6px;
  color: #1e2028;
  font-weight: 500;
  height: 36px;
  width: 36px;
  background-color: rgba(32, 47, 100, 0.06);
  transition: all 0.5s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .abs .r .lang:hover {
  background-color: rgba(32, 47, 100, 0.1);
}
.header .abs .r .lang:hover .item {
  opacity: 1;
  visibility: visible;
}
.header .abs .r .lang i {
  font-size: 20px;
}
.header .abs .r .lang .item {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px 0 rgba(30, 32, 40, 0.15);
  display: flex;
  flex-direction: column;
}
.header .abs .r .lang a {
  margin: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  padding: 0.5625rem 0.5rem;
  min-width: 5.5rem;
  max-width: 10rem;
  padding-right: 3rem;
  line-height: 24px;
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
}
.header .abs .r .lang a.active {
  color: #49c167;
}
.header .abs .r .lang a i {
  position: absolute;
  right: 4px;
  color: #49c167;
  font-size: 14px;
  padding: 4px;
}

footer .f_bg {
  font-size: 0;
  width: 100%;
  height: 200px;
}
footer .f_bg svg {
  width: 100%;
  height: 100%;
}
footer .f_bg use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
footer .f_bg use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
  opacity: 0.8;
}
footer .f_bg use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
  opacity: 0.6;
}
footer .f_bg use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
  opacity: 0.4;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.footer {
  background-image: url(../image/footer.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  padding-top: 50px;
}
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  opacity: 0.8;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 24px;
  }
}
.footer .logo {
  position: relative;
  z-index: 10;
}
.footer .logo .bx {
  padding-bottom: 30px;
}
.footer .logo .txt {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
}
.footer .logo a {
  flex-shrink: 0;
  display: block;
  height: 45px;
  font-size: 0;
}
.footer .logo a img {
  height: 100%;
}
.footer .logo p {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-style: italic;
  padding-left: 18px;
  margin-left: 18px;
}
@media (max-width: 768px) {
  .footer .logo p {
    padding-left: 10px;
    margin-left: 10px;
    font-size: 16px;
  }
}
.footer .top {
  position: relative;
  z-index: 10;
  padding-bottom: 50px;
}
.footer .top .bx {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 768px) {
  .footer .top .bx {
    flex-direction: column;
    gap: 30px;
  }
}
.footer .top .l {
  width: calc((100% - 0px * (4 - 1)) / 4);
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .footer .top .l {
    width: 100%;
  }
}
.footer .top .l .logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer .top .l .logo img {
  height: 52px;
}
.footer .top .l .logo h2 {
  font-size: 22px;
  font-weight: 600;
  font-family: var(--font_title);
  line-height: 1.635em;
  text-transform: uppercase;
}
.footer .top .l .txt {
  margin-top: 25px;
}
.footer .top .l .txt p {
  margin-top: 8px;
  line-height: 1.75;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}
.footer .top .l .txt p i {
  margin-right: 10px;
  line-height: 1.5;
  font-size: 17.3px;
}
.footer .top .nav {
  max-width: 350px;
}
@media (max-width: 768px) {
  .footer .top .nav {
    max-width: 100%;
    width: 100%;
  }
}
.footer .top .nav h2 {
  font-size: 22px;
  font-weight: 600;
  font-family: var(--font_title);
  line-height: 1.635;
  text-transform: uppercase;
}
.footer .top .nav .line {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
@media (max-width: 768px) {
  .footer .top .nav .line {
    gap: 20px;
  }
}
.footer .top .nav .line ul {
  width: calc((100% - 20px * (2 - 1)) / 2);
  display: flex;
  flex-direction: column;
  gap: 10px 24px;
}
@media (max-width: 768px) {
  .footer .top .nav .line ul {
    width: calc((100% - 20px * (3 - 1)) / 3);
  }
}
.footer .top .nav .line h3 {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .footer .top .nav .line h3 {
    margin-bottom: 0px;
  }
}
.footer .top .nav .line li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .footer .top .nav .line li a {
    line-height: 1;
  }
}
.footer .top .r {
  width: calc((100% - 0px * (8 - 1)) / 8);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .footer .top .r {
    width: 100%;
  }
}
.footer .top .r h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.footer .top .r p {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.footer .top .r .ewm {
  width: 130px;
  margin-left: auto;
  font-size: 0;
}
@media (max-width: 768px) {
  .footer .top .r .ewm {
    margin: 0 auto;
  }
}
.footer .top .r .ewm img {
  width: 100%;
}
.footer .top .r ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}
.footer .top .r ul li {
  height: 18px;
}
.footer .top .r ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .top .r ul li img {
  width: 100%;
  height: 100%;
}
.footer .bottom {
  background-color: #1c4f85;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  z-index: 10;
}
.footer .bottom .bx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer .bottom .bx {
    gap: 10px;
  }
}
.footer .bottom .p {
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .footer .bottom .p {
    width: 100%;
  }
}
.footer .bottom ul {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .footer .bottom ul {
    width: 100%;
  }
}
.footer .bottom ul a {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
}
.footer .bottom ul img {
  width: 100%;
  height: 100%;
}

.title_1 {
  text-align: center;
  position: relative;
}
.title_1 h6 {
  line-height: 1.8;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--color);
}
@media (max-width: 768px) {
  .title_1 h6 {
    font-size: 10px;
  }
}
.title_1 h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 768px) {
  .title_1 h2 {
    font-size: 24px;
  }
}
.title_1 h5 {
  color: #716e6e;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .title_1 h5 {
    font-size: 14px;
    width: 100%;
  }
}

[class^=section_],
[class^=about_],
[class^=news_],
[class^=contact_],
[class^=service_],
[class^=cooperation_],
[class^=faq_],
[class^=product_],
[class^=solutions_],
[class^=cases_],
[class^=info_] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 100px;
}
@media (max-width: 768px) {
  [class^=section_],
  [class^=about_],
  [class^=news_],
  [class^=contact_],
  [class^=service_],
  [class^=cooperation_],
  [class^=faq_],
  [class^=product_],
  [class^=solutions_],
  [class^=cases_],
  [class^=info_] {
    padding-top: 60px;
  }
}

section.bj {
  margin-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  section.bj {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
section.bj + section {
  margin-top: 0;
}
section.bj + .bj {
  padding-top: 100px;
}
section.bj + .section_ {
  padding: 0;
}

section.bj_img {
  margin-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  section.bj_img {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
section.bj_img + section {
  margin-top: 0;
}
section.bj_img + .section_ {
  padding: 0;
}

section.bj_0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  section.bj_0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
section.bj_0 + section {
  margin-top: 0;
}

[class^=section_] .title_1 {
  text-align: left;
}
[class^=section_] .title_1 h6 {
  display: flex;
  align-items: center;
}
[class^=section_] .title_1 h6::before {
  margin-right: 8px;
  content: "●";
  font-size: 8px;
  color: var(--color);
}

.tel_c {
  position: fixed;
  z-index: 99;
  right: 10%;
  bottom: 10%;
  width: 80px;
  height: 80px;
  background-color: rgb(73, 193, 103);
  border-radius: 50%;
  border: 3px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.tel_c:hover p {
  opacity: 1;
}
.tel_c span {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  display: flex;
}
.tel_c span svg {
  width: 36px;
  height: 36px;
}
.tel_c p {
  opacity: 0;
  transition: all 0.5s ease;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%) translateX(-10px);
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.section_1 {
  margin: 4px 0;
}
.section_1 .p {
  padding: 16px 12px;
  color: #f93;
  background-color: #fff8e9;
  display: flex;
  align-items: center;
  gap: 4px;
}
.section_1 .p i {
  font-size: 20px;
}

.section_2 .flex {
  flex-wrap: nowrap;
  gap: 12px;
}
.section_2 .ul {
  color: rgb(98, 98, 102);
  background: rgb(242, 244, 245);
  height: 100%;
  max-width: 200px;
  width: 22%;
}
.section_2 .ul a {
  cursor: pointer;
  line-height: 20px;
  overflow: hidden;
  padding: 14px 12px;
  display: block;
  font-weight: 500;
}
.section_2 .ul a.active {
  color: rgb(73, 193, 103);
  background-color: #fff;
}
.section_2 .list {
  color: #0a0a0a;
  flex: 1 1;
  height: 100%;
  overflow: hidden;
  padding-bottom: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
}
.section_2 .list .h2 {
  margin-bottom: 6px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section_2 .list h2 {
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  line-height: 44px;
  display: block;
}
.section_2 .list .son {
  width: calc((100% - 12px * (3 - 1)) / 3);
  display: flex;
}
.section_2 .list .son .img {
  width: 160px;
  height: 160px;
  max-height: 160px;
  max-width: 160px;
  min-height: 120px;
  min-width: 120px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.section_2 .list .son .txt {
  margin-left: 12px;
  display: flex;
  flex: 1 1;
  flex-direction: column;
  justify-content: space-between;
}
.section_2 .list .son .txt h3 {
  color: #0a0a0a;
  font-size: 14px;
  line-height: 20px;
  font-family: "Helvetica Neue";
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.section_2 .list .son .txt p {
  align-items: center;
  display: flex;
  justify-content: space-between;
  line-height: 20px;
  padding-top: 8px;
  color: inherit;
  flex: 1 1;
  font-size: 14px;
  font-weight: 500;
}
.section_2 .list .but {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  padding-bottom: 16px;
  padding-top: 16px;
  width: 100%;
}
.section_2 .list .but .a {
  cursor: pointer;
  align-items: center;
  background: #fff;
  border: 1px solid #c4c4cc;
  border-radius: 6px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  gap: 16px;
  height: 32px;
  justify-content: center;
  padding: 6px 12px 6px 12px;
  position: relative;
  transition: max-width 0.3s;
}
.section_2 .list .but .a i {
  font-size: 10px;
  font-weight: normal;
}
.section_2 .list .but .ul_box {
  margin-top: 2px;
  min-width: 100%;
  width: 100%;
  display: none;
}
.section_2 .list .but .ul_box .l {
  border: 1px solid #c4c4cc;
  border-radius: 4px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.section_2 .list .but .ul_box .l a {
  width: 100%;
  border-top: 1px solid #c4c4cc;
  text-align: center;
  display: block;
  padding: 5px 12px 5px 12px;
  transition: all 0.3s ease;
}
.section_2 .list .but .ul_box .l a:nth-child(1) {
  border-top: none;
}
.section_2 .list .but .ul_box .l a:hover {
  color: rgb(73, 193, 103);
}

.section_3 {
  padding-top: 12px;
  padding-bottom: 150px;
}
.section_3 .h2 {
  margin: 0 16px 10px;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6e7382;
  font-weight: 500;
}
.section_3 .list {
  padding: 10px 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_3 .list .l {
  display: flex;
  gap: 20px;
}
.section_3 .list .l span {
  cursor: pointer;
  line-height: 24px;
  position: relative;
}
.section_3 .list .l span::after {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 3px;
  border-radius: 50px;
  background-color: rgb(73, 193, 103);
}
.section_3 .list .l span.on {
  font-weight: bold;
}
.section_3 .list .l span.on::after {
  opacity: 1;
}
.section_3 .list .r {
  display: flex;
  gap: 20px;
}
.section_3 .list .r span {
  cursor: pointer;
  display: flex;
}
.section_3 .list .r svg {
  width: 24px;
  height: 24px;
}
.section_3 .flex {
  gap: 8px;
}
.section_3 .flex.flex_0 .son {
  display: none;
}
.section_3 .flex.flex_0 .video {
  display: block;
}
.section_3 .flex.flex_4 {
  gap: 10px;
}
.section_3 .flex.flex_4 .son {
  width: calc((100% - 10px * (4 - 1)) / 4);
}
.section_3 .flex.flex_8 {
  gap: 8px;
}
.section_3 .flex.flex_8 .son {
  width: calc((100% - 10px * (8 - 1)) / 8);
}
.section_3 .flex.flex_8 .son .txt {
  display: none;
}
.section_3 .son {
  width: calc((100% - 8px * (6 - 1)) / 6);
}
.section_3 .son.video {
  display: none;
}
.section_3 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 6px;
}
.section_3 .son .txt {
  padding: 8px 8px 0;
  height: 76px;
}
.section_3 .son .txt h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 500;
  font-size: 14px;
  color: #1e2028;
  line-height: 20px;
}
.section_3 .p {
  height: 2.5rem;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  color: #969aa0;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_4 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
@media (max-width: 768px) {
  .section_4 {
    padding-top: 100px;
    padding-bottom: 100px !important;
  }
}
.section_4 .title_1 {
  color: #fff;
  position: relative;
  z-index: 1;
}
.section_4 .title_1 h5,
.section_4 .title_1 h6 {
  color: #fff;
}
.section_4 .title_1 h5 {
  font-size: 40px;
}
@media (max-width: 768px) {
  .section_4 .title_1 h5 {
    font-size: 24px;
  }
}
.section_4 .but {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.section_4 .but a {
  background-color: #fff;
  border-color: #fff;
  color: var(--color);
}

.section_5::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, var(--color), rgba(255, 255, 255, 0));
}
.section_5 .title_1 {
  position: relative;
  z-index: 1;
  color: #fff;
  padding-bottom: 60px;
}
.section_5 .title_1 h5 {
  color: #fff;
}
.section_5 .rel {
  position: relative;
  z-index: 1;
}
.section_5 .scale {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
}
.section_5 .scale .centerbox {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 33.3333333333%;
  width: 33.3333333333%;
  overflow: visible;
}
@media (max-width: 768px) {
  .section_5 .scale .centerbox {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 90%;
    width: 90%;
    overflow: visible;
  }
}
.section_5 .scale .centerbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px dotted #ddd;
}
.section_5 .scale .centerbox::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  transform: scale(0.9);
  border: 1px solid #ddd;
}
.section_5 .scale .dot {
  width: 0;
  height: 0;
  position: absolute;
  z-index: 10;
  color: #fff;
}
.section_5 .scale .dot.on i {
  background-color: var(--color);
}
.section_5 .scale .dot i {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.8s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section_5 .scale .dot span {
  font-size: 21px;
  line-height: 1;
  display: block;
  position: absolute;
}
@media (max-width: 768px) {
  .section_5 .scale .dot span {
    display: none;
  }
}
.section_5 .scale .dot1 {
  top: 0;
  left: 50%;
}
.section_5 .scale .dot1 span {
  transform: translateX(-50%);
  bottom: 15px;
}
.section_5 .scale .dot2 {
  top: 50%;
  right: 0;
}
.section_5 .scale .dot2 span {
  transform: translateY(-50%);
  left: 15px;
}
.section_5 .scale .dot3 {
  right: 50%;
  bottom: 0;
}
.section_5 .scale .dot3 span {
  transform: translateX(-50%);
  top: 15px;
}
.section_5 .scale .dot4 {
  top: 50%;
  left: 0;
}
.section_5 .scale .dot4 span {
  transform: translateY(-50%);
  right: 15px;
}
.section_5 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.section_5 .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.section_5 .box .ico {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  font-size: 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .section_5 .box .ico {
    width: 120px;
    height: 120px;
  }
}
.section_5 .box img {
  width: 100%;
  height: 100%;
}
.section_5 .box .txt {
  color: #fff;
  text-align: center;
}
.section_5 .box h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .section_5 .box h4 {
    font-size: 18px;
  }
}
.section_5 .box p {
  margin-top: 15px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .section_5 .box p {
    margin-top: 10px;
  }
}

.section_6 {
  background-color: #f6f7fb;
}
.section_6 .flex {
  gap: 40px;
  margin-top: 50px;
}
.section_6 .mySwiper6 {
  margin-top: 50px;
  height: 200px;
}
@media (max-width: 768px) {
  .section_6 .mySwiper6 {
    margin-top: 40px;
    height: 180px;
  }
}
.section_6 .son {
  width: 100%;
  text-align: center;
}
.section_6 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 80px;
  box-shadow: 0px 0px 0px 1px #eee;
  background-color: #fff;
}
.section_6 .son img {
  object-fit: contain;
  padding: 5px;
}

.section_7 .flex {
  gap: 30px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .section_7 .flex {
    margin-top: 40px;
  }
}
.section_7 .son {
  width: calc((100% - 30px * (4 - 1)) / 4);
}
@media (max-width: 768px) {
  .section_7 .son {
    width: 100%;
  }
}
.section_7 .son a {
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
}
.section_7 .son a:hover img {
  transform: scale(1.05);
}
.section_7 .son a:hover h3 {
  color: var(--color);
}
.section_7 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.section_7 .son .txt {
  padding: 24px;
}
@media (max-width: 768px) {
  .section_7 .son .txt {
    padding: 20px;
  }
}
.section_7 .son h3 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
  transition: all 0.5s ease;
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .section_7 .son h3 {
    font-size: 16px;
    height: auto;
  }
}
.section_7 .son p {
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_7 .son span {
  display: block;
  color: #aaa;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}

.about_1 .img {
  font-size: 0;
  width: calc(50% - 30px);
  border-radius: 8px;
  overflow: hidden;
  float: right;
  margin-left: 60px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .about_1 .img {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
.about_1 .img img {
  width: 100%;
}
.about_1 .txt .title_1 {
  text-align: left;
}
.about_1 .txt .title_1 h2 {
  margin-bottom: 20px;
}
.about_1 .txt .title_1 h2::after {
  left: 0;
  transform: translateX(0);
}
.about_1 .txt .con {
  font-size: 16px;
}
.about_1 .txt .flex {
  gap: 100px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .about_1 .txt .flex {
    gap: 30px;
    margin-top: 30px;
  }
}
.about_1 .txt .son {
  width: calc((100% - 100px * (3 - 1)) / 3);
  position: relative;
}
@media (max-width: 768px) {
  .about_1 .txt .son {
    width: 100%;
  }
}
.about_1 .txt .son::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  bottom: 0;
  transform: translateX(-50%);
  width: 2px;
  background-image: linear-gradient(0, #fff, var(--color), #fff);
}
.about_1 .txt .son:nth-child(1)::after {
  display: none;
}
.about_1 .txt .son .ico {
  font-size: 0;
  height: 60px;
  text-align: center;
  margin-bottom: 12px;
}
.about_1 .txt .son img {
  height: 100%;
}
.about_1 .txt .son .txt {
  text-align: center;
}
.about_1 .txt .son h3 {
  color: var(--color);
  line-height: 1.5;
  margin-bottom: 10px;
}
.about_1 .txt .son p {
  line-height: 1.5;
}

.about_2 {
  margin-top: 0 !important;
}
.about_2 .l {
  width: 66.6666666667%;
}
.about_2 .l .title_1 {
  text-align: left;
}
.about_2 .l .title_1 h2 {
  margin: 0;
}
.about_2 .r {
  width: 33.3333333333%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.about_2 .r .next,
.about_2 .r .prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--color);
  transition: all 0.5s ease;
}
.about_2 .r .next::after,
.about_2 .r .prev::after {
  display: none;
}
.about_2 .r .next i,
.about_2 .r .prev i {
  color: #fff;
}
.about_2 .rel {
  margin-top: 50px;
  position: relative;
  height: 600px;
}
@media (max-width: 768px) {
  .about_2 .rel {
    height: auto;
  }
}
.about_2 .rel .bj {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .about_2 .rel .bj {
    display: none;
  }
}
.about_2 .rel .bx {
  height: 100%;
}
.about_2 .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .about_2 .box {
    position: relative;
  }
}
.about_2 .mySwiper {
  height: 100%;
  overflow: initial;
}
.about_2 .mySwiper .swiper-slide-active .son {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.about_2 .son {
  float: left;
  width: 13%;
  position: relative;
  height: 100%;
  transition: all 0.8s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
}
@media (max-width: 768px) {
  .about_2 .son {
    width: 100%;
    margin-top: 20px;
  }
  .about_2 .son:nth-child(1) {
    margin-top: 0;
  }
}
.about_2 .son:nth-child(1) .txt {
  bottom: 45%;
  padding-bottom: 50px;
}
.about_2 .son:nth-child(2) .txt {
  top: 55%;
  padding-top: 72px;
}
.about_2 .son:nth-child(2) .txt::before {
  top: 85px;
}
.about_2 .son:nth-child(2) .txt::after {
  height: 80px;
}
.about_2 .son:nth-child(3) .txt {
  bottom: 42%;
  padding-bottom: 30px;
}
.about_2 .son:nth-child(4) .txt {
  top: 63%;
  padding-top: 72px;
}
.about_2 .son:nth-child(4) .txt::before {
  top: 85px;
}
.about_2 .son:nth-child(4) .txt::after {
  height: 80px;
}
.about_2 .son:nth-child(5) .txt {
  bottom: 33%;
  padding-bottom: 150px;
}
.about_2 .son:nth-child(6) .txt {
  top: 66.5%;
  padding-top: 70px;
}
.about_2 .son:nth-child(6) .txt::before {
  top: 85px;
}
.about_2 .son:nth-child(6) .txt::after {
  height: 80px;
}
.about_2 .son:nth-child(7) .txt {
  bottom: 38%;
  padding-bottom: 180px;
}
.about_2 .son .txt {
  position: absolute;
  padding-left: 24px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .about_2 .son .txt {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    padding: 0 !important;
    padding-left: 24px !important;
  }
}
.about_2 .son .txt::before {
  content: "";
  background: #fff;
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 14px;
  border: 2px solid var(--color);
  border-radius: 50%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .about_2 .son .txt::before {
    top: 14px !important;
  }
}
.about_2 .son .txt::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 14px;
  background-color: #e2e2e2;
  left: 5px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .about_2 .son .txt::after {
    display: none;
  }
}
.about_2 .son .txt .year {
  font-size: 24px;
  margin-bottom: 8px;
  color: var(--color);
  transition: all 0.8s ease;
}
.about_2 .son .txt .con {
  font-size: 13px;
  line-height: 2;
  color: #626262;
  max-height: 182px;
  width: 210px;
  overflow: hidden;
  overflow-y: scroll;
  transition: all 0.8s ease;
}
@media (max-width: 768px) {
  .about_2 .son .txt .con {
    width: 100%;
    max-height: none;
  }
}

.about_3 .flex {
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .about_3 .flex {
    gap: 30px 20px;
    margin-top: 40px;
  }
}
.about_3 .son {
  width: calc((100% - 30px * (5 - 1)) / 5);
}
@media (max-width: 768px) {
  .about_3 .son {
    width: calc((100% - 20px * (2 - 1)) / 2);
  }
}
.about_3 .son:hover img {
  transform: scale(1.05);
}
.about_3 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 8px;
  box-shadow: 0px 0px 15px 0px #dcdcdc;
}
.about_3 .son .txt {
  margin-top: 20px;
}
.about_3 .son h3 {
  z-index: 1.5;
  font-size: 20px;
  font-weight: normal;
}
.about_3 .son p {
  margin-top: 10px;
  line-height: 1.5;
}

.about_4 .title_1 {
  color: #fff;
}
.about_4 .flex {
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .about_4 .flex {
    gap: 30px 20px;
    margin-top: 40px;
  }
}
.about_4 .mySwiper {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .about_4 .mySwiper {
    margin-top: 40px;
  }
}
.about_4 .son:hover a {
  border-color: var(--color);
}
.about_4 .son:hover img {
  transform: scale(1.03);
}
.about_4 .son a {
  display: block;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  transition: all 0.5s ease;
}
.about_4 .son .img {
  width: 100%;
  height: 300px;
  font-size: 0;
}
@media (max-width: 768px) {
  .about_4 .son .img {
    height: 180px;
  }
}
.about_4 .son img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.8s ease;
}
.about_4 .son h3 {
  text-align: center;
  margin-top: 20px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
  width: 100%;
}

.about_5 .flex {
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .about_5 .flex {
    gap: 20px 10px;
    margin-top: 20px;
  }
}
.about_5 .son {
  width: 100%;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  overflow: hidden;
}
.about_5 .son .t {
  padding: 20px;
  transition: all 0.5s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.about_5 .son .t.active {
  background-color: var(--color);
  color: #fff;
}
.about_5 .son .t.active i {
  transform: rotate(45deg);
}
.about_5 .son .t h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
}
.about_5 .son .t i {
  flex-shrink: 0;
  font-size: 20px;
  line-height: 1.5;
  transition: all 0.5s ease;
}
.about_5 .son .b {
  border-top: 1px solid #d4d4d4;
  padding: 20px;
  display: none;
}

.cooperation_1 .flex {
  gap: 70px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .cooperation_1 .flex {
    gap: 30px;
    margin-top: 40px;
  }
}
.cooperation_1 .son {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 140px;
}
.cooperation_1 .son:nth-child(2) {
  flex-direction: row-reverse;
}
.cooperation_1 .son:hover img {
  transform: scale(1.05);
}
.cooperation_1 .son:hover .txt {
  opacity: 1;
}
.cooperation_1 .son .img {
  width: calc((100% - 140px * (2 - 1)) / 2);
  font-size: 0;
  overflow: hidden;
  border-radius: 8px;
}
.cooperation_1 .son .img img {
  transition: all 0.8s ease;
  width: 100%;
}
.cooperation_1 .son .txt {
  width: calc((100% - 140px * (2 - 1)) / 2);
}
.cooperation_1 .son .txt .h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}

.cooperation_2 .flex {
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .cooperation_2 .flex {
    margin-top: 40px;
  }
}
.cooperation_2 .son {
  width: calc((100% - 20px * (3 - 1)) / 3);
  background-color: #fff;
  padding: 32px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
.cooperation_2 .son .img {
  height: 48px;
  font-size: 0;
}
.cooperation_2 .son .img img {
  height: 100%;
}
.cooperation_2 .son .txt {
  margin-top: 24px;
}
.cooperation_2 .son h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
}
.cooperation_2 .son p {
  margin-top: 20px;
  line-height: 2;
}

.cooperation_3 .flex {
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .cooperation_3 .flex {
    margin-top: 40px;
  }
}
.cooperation_3 .son {
  width: calc((100% - 20px * (7 - 1)) / 7);
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cooperation_3 .son {
    width: calc((100% - 20px * (2 - 1)) / 2);
  }
}
.cooperation_3 .son:hover img {
  transform: scale(1.05);
}
.cooperation_3 .son:hover .txt {
  opacity: 1;
}
.cooperation_3 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.cooperation_3 .son img {
  padding: 10px;
  object-fit: contain;
}
.cooperation_3 .son .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: var(--color);
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cooperation_3 .son h3 {
  font-weight: normal;
  line-height: 1.5;
  font-size: 18px;
  padding: 0 15px;
}

.cooperation_4 .flex {
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .cooperation_4 .flex {
    margin-top: 40px;
  }
}
.cooperation_4 .rel {
  position: relative;
}
.cooperation_4 .rel .next,
.cooperation_4 .rel .prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color);
}
.cooperation_4 .rel .next::after,
.cooperation_4 .rel .prev::after {
  color: #fff;
  font-size: 18px;
}
.cooperation_4 .rel .prev {
  left: -50px;
}
.cooperation_4 .rel .next {
  right: -50px;
}
.cooperation_4 .mySwiper {
  margin-top: 50px;
  height: 370px;
}
@media (max-width: 768px) {
  .cooperation_4 .mySwiper {
    margin-top: 40px;
  }
}
.cooperation_4 .son {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cooperation_4 .son {
    width: calc((100% - 20px * (2 - 1)) / 2);
  }
}
.cooperation_4 .son:hover img {
  transform: scale(1.05);
}
.cooperation_4 .son:hover .txt {
  opacity: 1;
}
.cooperation_4 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.cooperation_4 .son img {
  padding: 10px;
  object-fit: contain;
}
.cooperation_4 .son .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: var(--color);
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cooperation_4 .son h3 {
  font-weight: normal;
  line-height: 1.5;
  font-size: 18px;
  padding: 0 15px;
}

.product_1 .flex {
  align-items: center;
  gap: 100px;
}
@media (max-width: 768px) {
  .product_1 .flex {
    gap: 30px;
  }
}
.product_1 .l {
  width: calc((100% - 100px * (2 - 1)) / 2);
}
@media (max-width: 768px) {
  .product_1 .l {
    width: 100%;
  }
}
.product_1 .l .img {
  font-size: 0;
  width: 100%;
}
.product_1 .l .img img {
  max-width: 100%;
}
.product_1 .r {
  width: calc((100% - 100px * (2 - 1)) / 2);
}
@media (max-width: 768px) {
  .product_1 .r {
    width: 100%;
  }
}
.product_1 .r .h2 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px;
}
.product_1 .r .con {
  font-size: 16px;
}

.product_2 .flex {
  align-items: center;
  gap: 100px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .product_2 .flex {
    gap: 30px;
    margin-top: 40px;
  }
}
.product_2 .l {
  width: calc((100% - 100px * (2 - 1)) / 2);
}
@media (max-width: 768px) {
  .product_2 .l {
    width: 100%;
  }
}
.product_2 .l .img {
  font-size: 0;
  width: 100%;
}
.product_2 .l .img img {
  max-width: 100%;
}
.product_2 .r {
  width: calc((100% - 100px * (2 - 1)) / 2);
}
@media (max-width: 768px) {
  .product_2 .r {
    width: 100%;
  }
}
.product_2 .r .h2 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px;
}
.product_2 .r .con {
  font-size: 16px;
}

.product_3 .flex {
  align-items: center;
  gap: 100px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .product_3 .flex {
    gap: 30px;
    margin-top: 40px;
  }
}
.product_3 .l {
  width: calc((100% - 100px * (2 - 1)) / 2);
}
@media (max-width: 768px) {
  .product_3 .l {
    width: 100%;
  }
}
.product_3 .l .img {
  font-size: 0;
  width: 100%;
}
.product_3 .l .img img {
  max-width: 100%;
}
.product_3 .r {
  width: calc((100% - 100px * (2 - 1)) / 2);
}
@media (max-width: 768px) {
  .product_3 .r {
    width: 100%;
  }
}
.product_3 .r .h2 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px;
}
.product_3 .r .con {
  font-size: 16px;
}

.service_1 .con {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .service_1 .con {
    margin-top: 40px;
  }
}

.service_2 .flex {
  gap: 30px;
  margin-top: 50px;
}
.service_2 .son {
  width: calc((100% - 30px * (3 - 1)) / 3);
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
}
.service_2 .son .ico {
  height: 50px;
  font-size: 0;
}
.service_2 .son .ico img {
  height: 100%;
}
.service_2 .son .txt {
  margin-top: 25px;
}
.service_2 .son .h3 {
  font-size: 24px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 30px;
}

.service_3 .flex {
  justify-content: space-between;
  gap: 30px;
}
.service_3 .title_1 {
  text-align: left;
}
.service_3 .l {
  width: 30%;
}
.service_3 .l .con {
  font-size: 16px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .service_3 .l .con {
    margin-top: 30px;
  }
}
.service_3 .r {
  width: 60%;
}
.service_3 .r form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.service_3 .r label {
  width: calc((100% - 20px * (2 - 1)) / 2);
  display: block;
}
.service_3 .r label.textarea {
  width: 100%;
}
.service_3 .r input,
.service_3 .r textarea {
  width: 100%;
  font-family: inherit;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 2;
}
.service_3 .r button {
  color: #fff;
  padding: 0 50px;
  font-size: 16px;
  margin-top: 20px;
  line-height: 50px;
  border-radius: 8px;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.news_1 .flex {
  gap: 40px;
}
@media (max-width: 768px) {
  .news_1 .flex {
    gap: 30px;
  }
}
.news_1 .son {
  width: calc((100% - 40px * (3 - 1)) / 3);
}
@media (max-width: 768px) {
  .news_1 .son {
    width: 100%;
  }
}
.news_1 .son a {
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
.news_1 .son a:hover img {
  transform: scale(1.05);
}
.news_1 .son a:hover h3 {
  color: var(--color);
}
.news_1 .son a:hover p i {
  background-color: var(--color);
  color: #fff;
}
.news_1 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.news_1 .son .txt {
  padding: 35px;
}
.news_1 .son h3 {
  height: 60px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 40px;
  transition: all 0.8s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_1 .son p {
  color: #999999;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_1 .son i {
  width: 28px;
  height: 28px;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  transition: all 0.5s ease;
  background-color: #dbdbdb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news_2 .flex {
  gap: 20px;
}
.news_2 .son {
  width: calc((100% - 20px * (3 - 1)) / 3);
}
@media (max-width: 768px) {
  .news_2 .son {
    width: 100%;
  }
}
.news_2 .son a {
  height: 100%;
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
.news_2 .son a:hover img {
  transform: scale(1.05);
}
.news_2 .son a:hover h3 {
  color: var(--color);
}
.news_2 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 55%;
}
.news_2 .son .txt {
  padding: 35px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .news_2 .son .txt {
    padding: 20px;
  }
}
.news_2 .son span {
  display: block;
  color: #9a9a9a;
  font-size: 12px;
  line-height: 1.5;
}
.news_2 .son h3 {
  margin-top: 8px;
  font-size: 20px;
  height: 60px;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 20px;
  transition: all 0.8s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .news_2 .son h3 {
    margin-bottom: 20px;
  }
}
.news_2 .son p {
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_2 .son .but {
  margin-top: 30px;
  line-height: 1.5;
  font-size: 12px;
  display: flex;
  gap: 5px;
}
.news_2 .son .but i {
  font-size: 12px;
}

.news_3 .flex {
  gap: 30px;
}
.news_3 .son {
  width: calc((100% - 30px * (3 - 1)) / 3);
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
}
.news_3 .son:hover img {
  transform: scale(1.05);
}
.news_3 .son:hover h3 {
  color: var(--color);
}
.news_3 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.news_3 .son .txt {
  padding: 40px;
}
.news_3 .son h3 {
  transition: all 0.5s ease;
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.news_3 .son p {
  line-height: 1.5;
  color: #515151;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.news_3 .son .box {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_3 .son .box .l {
  flex-shrink: 0;
  display: flex;
  gap: 15px;
}
.news_3 .son .box .l a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #9b9b9b;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news_3 .son .box .l a:hover {
  border-color: var(--color);
  background-color: var(--color);
}
.news_3 .son .box .l a:hover i {
  color: #fff;
}
.news_3 .son .box .l i {
  color: #9b9b9b;
  font-size: 16px;
  font-weight: bold;
}
.news_3 .son .box .r {
  line-height: 1;
  color: #717171;
}

.solutions_1 .son {
  width: 100%;
  padding: 50px 0;
  border-bottom: 1px solid #e9eced;
}
@media (max-width: 768px) {
  .solutions_1 .son {
    padding: 30px 0;
  }
}
.solutions_1 .son:nth-child(1) {
  padding-top: 0;
}
@media (max-width: 768px) {
  .solutions_1 .son:nth-child(1) {
    padding-top: 0;
  }
}
.solutions_1 .son:nth-child(2n) a {
  flex-direction: row-reverse;
}
.solutions_1 .son a {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media (max-width: 768px) {
  .solutions_1 .son a {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.solutions_1 .son a:hover .img img {
  transform: scale(1.05);
}
.solutions_1 .son .txt {
  width: 50%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .solutions_1 .son .txt {
    width: 100%;
  }
}
.solutions_1 .son .txt h3 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
  transition: all 0.5s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
@media (max-width: 768px) {
  .solutions_1 .son .txt h3 {
    margin-bottom: 20px;
  }
}
.solutions_1 .son .txt p {
  line-height: 2;
}
.solutions_1 .son .txt .but {
  margin-top: 30px;
  display: flex;
}
.solutions_1 .son .img {
  flex-grow: 1;
  position: relative;
  z-index: 1;
  font-size: 0;
  overflow: hidden;
  border-radius: 10px;
}
.solutions_1 .son .img img {
  width: 100%;
  height: 100%;
  transition: all 0.8s ease;
}

.faq_1 .flex {
  gap: 60px 30px;
}
@media (max-width: 768px) {
  .faq_1 .flex {
    gap: 20px;
  }
}
.faq_1 .son {
  width: calc((100% - 30px * (3 - 1)) / 3);
}
@media (max-width: 768px) {
  .faq_1 .son {
    width: calc((100% - 20px * (2 - 1)) / 2);
  }
}
.faq_1 .son a {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 5px 8.66px 25px 0px rgba(29, 50, 149, 0.15);
  display: block;
}
.faq_1 .son a:hover img {
  transform: scale(1.05);
}
.faq_1 .son a:hover .txt {
  background-color: var(--color);
  color: #fff;
}
.faq_1 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
}
.faq_1 .son .txt {
  padding: 20px 35px;
  text-align: center;
  color: #333;
  transition: all 0.8s ease;
}
@media (max-width: 768px) {
  .faq_1 .son .txt {
    padding: 10px 20px;
  }
}
.faq_1 .son h3 {
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

.faq_2 .flex {
  gap: 30px;
}
.faq_2 .son {
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  width: 100%;
}
.faq_2 .son:hover {
  transform: translateY(-5px);
}
.faq_2 .son .tit {
  padding: 30px;
  background: #fff;
  transition: all 0.5s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .faq_2 .son .tit {
    padding: 20px;
  }
}
.faq_2 .son .tit.on {
  background-color: var(--color);
}
.faq_2 .son .tit.on h3,
.faq_2 .son .tit.on i {
  color: #fff;
}
.faq_2 .son .tit.on i {
  transform: rotate(90deg);
}
.faq_2 .son .tit h3 {
  line-height: 1;
  font-size: 20px;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
@media (max-width: 768px) {
  .faq_2 .son .tit h3 {
    font-size: 18px;
  }
}
.faq_2 .son .tit i {
  line-height: 1;
  font-size: 20px;
}
.faq_2 .son .box {
  display: none;
  padding: 40px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .faq_2 .son .box {
    padding: 20px;
  }
}

.faq_3 .flex {
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .faq_3 .flex {
    gap: 30px 20px;
    margin-top: 40px;
  }
}
.faq_3 .son {
  width: calc((100% - 30px * (3 - 1)) / 3);
}
@media (max-width: 768px) {
  .faq_3 .son {
    width: calc((100% - 20px * (2 - 1)) / 2);
  }
}
.faq_3 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  border-radius: 5px;
}
.faq_3 .son .img:hover img {
  transform: scale(1.05);
}
.contact_1 .flex {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .contact_1 .flex {
    gap: 30px;
    margin-top: 40px;
  }
}
.contact_1 .img {
  width: 50%;
  font-size: 0;
}
@media (max-width: 768px) {
  .contact_1 .img {
    width: 100%;
  }
}
.contact_1 .img img {
  width: 100%;
  height: 100%;
}
.contact_1 .form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .contact_1 .form {
    width: 100%;
  }
}
.contact_1 .form form {
  background-color: #fff;
  border-radius: 8px;
  padding: 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  .contact_1 .form form {
    gap: 20px;
    width: 100%;
  }
}
.contact_1 .form .f {
  width: calc((100% - 30px * (3 - 1)) / 3);
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .contact_1 .form .f {
    width: 100%;
  }
}
.contact_1 .form .f.textarea {
  width: 100%;
}
.contact_1 .form input[type=text],
.contact_1 .form input[type=email],
.contact_1 .form input[type=tel],
.contact_1 .form textarea {
  font-family: initial;
  width: 100%;
  height: 50px;
  line-height: 2;
  font-size: 15px;
  padding: 0px 20px;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.contact_1 .form textarea {
  border-radius: 12px;
  height: 150px;
  padding: 10px 20px;
}
.contact_1 .form span,
.contact_1 .form p {
  color: #716e6e;
  font-size: 18px;
}
.contact_1 .form button {
  background-color: var(--color);
  color: #fff;
  border: none;
  border-radius: 100px;
  height: 46px;
  padding: 0 50px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 10px auto 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.contact_2 .flex {
  align-items: center;
  gap: 80px;
}
@media (max-width: 768px) {
  .contact_2 .flex {
    gap: 30px;
  }
}
.contact_2 .l {
  width: calc((100% - 80px * (2 - 1)) / 2);
}
.contact_2 .l .txt {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.contact_2 .l p {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact_2 .l p .ico {
  width: 43px;
  height: 48px;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_2 .l p .ico::before {
  content: "";
  position: absolute;
  background-image: url(../image/dbx.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}
.contact_2 .l p .ico i {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
.contact_2 .l p span {
  font-size: 18px;
  line-height: 1.75;
}
.contact_2 .r {
  width: calc((100% - 80px * (2 - 1)) / 2);
}
.contact_2 .r .img {
  font-size: 0;
  width: 100%;
}
.contact_2 .r .img img {
  width: 100%;
}

.contact_3 .flex {
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .contact_3 .flex {
    gap: 30px;
    margin-top: 40px;
  }
}
.contact_3 .son {
  width: calc((100% - 30px * (3 - 1)) / 3);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  padding: 50px;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .contact_3 .son {
    width: 100%;
    padding: 30px;
  }
}
.contact_3 .son .ico {
  font-size: 0;
  height: 50px;
  margin-bottom: 20px;
}
.contact_3 .son .ico img {
  height: 100%;
}
.contact_3 .son .h3 {
  position: relative;
  z-index: 1;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.contact_3 .son .con {
  font-size: 16px;
  line-height: 2;
  position: relative;
  z-index: 1;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(30, 32, 40, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.fixed .flex {
  background-color: #fff;
  border-radius: 0.75rem;
  min-width: 16.75rem;
  max-width: 16.75rem;
  width: 100%;
  text-align: center;
}
.fixed .flex .txt {
  padding: 2rem 1rem;
}
.fixed .flex .txt p {
  color: #1e2028;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 16px;
}
.fixed .flex .txt .img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
.fixed .flex .txt .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fixed .flex .but {
  cursor: pointer;
  border-top: 0.03125rem solid rgba(32, 47, 100, 0.08);
  width: 100%;
  line-height: 3rem;
  height: 3rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}

.info_1 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.info_1 .flex {
  flex-wrap: nowrap;
  gap: 12px;
}
.info_1 .l {
  width: 634px;
}
.info_1 .l .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.info_1 .l .swiper-button-next,
.info_1 .l .swiper-button-prev {
  background-color: #fff;
  transition: all 0.5s ease;
  width: 36px;
  height: 36px;
  color: #333;
  border-radius: 50%;
}
.info_1 .l .swiper-button-next::after,
.info_1 .l .swiper-button-prev::after {
  font-size: 15px;
}
.info_1 .r {
  flex: 1 1;
  max-width: calc(100% - 656px);
}
.info_1 .r .swiper-wrapper {
  flex-wrap: wrap;
  gap: 4px;
}
.info_1 .r .swiper-wrapper .swiper-slide {
  margin-right: 0 !important;
}
.info_1 .r .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.info_1 .h2 {
  padding-top: 4px;
  padding-bottom: 8px;
}
.info_1 .h2 h2 {
  color: #2e2e2f;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  margin-right: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.info_1 .but {
  padding: 8px 0;
  display: flex;
  gap: 12px;
}
.info_1 .but .a {
  display: block;
  border-radius: 6px;
  color: #1e2028;
  background-color: rgba(32, 47, 100, 0.03);
  font-weight: 400;
  padding: 0.375rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  gap: 4px;
}
.info_1 .but .a i {
  font-size: 14px;
}
.info_1 .but .a1 {
  background-color: #49c167;
  color: #fff;
}
.info_1 .but .a2 i {
  font-weight: bold;
}
.info_1 .h3 h3 {
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 12px 0;
}
.info_1 .list {
  padding-bottom: 16px;
  display: flex;
  gap: 16px;
}
.info_1 .list .son {
  width: calc((100% - 16px * (4 - 1)) / 4);
}
.info_1 .list .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.info_1 .list h3 {
  color: #0a0a0a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.info_1 .con .h2 {
  color: #939399;
  font-size: 14px;
  line-height: 20px;
  padding: 16px 0;
  text-align: center;
}
.info_1 .con .h3 {
  padding: 18px 0 24px;
  color: #2e2e2f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.info_1 .con .img_box {
  font-size: 0;
}
.info_1 .con .img_box img {
  display: block;
  margin: 0 auto;
}

.info_2 .flex {
  gap: 60px;
}
@media (max-width: 768px) {
  .info_2 .flex {
    gap: 30px;
  }
}
.info_2 .l {
  width: calc(41.6666666667% - 30px);
}
@media (max-width: 768px) {
  .info_2 .l {
    width: 100%;
  }
}
.info_2 .l .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 90%;
  border-radius: 8px;
}
.info_2 .r {
  width: calc(58.3333333333% - 30px);
}
@media (max-width: 768px) {
  .info_2 .r {
    width: 100%;
  }
}
.info_2 .r h1 {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #010101;
}
@media (max-width: 768px) {
  .info_2 .r h1 {
    font-size: 20px;
  }
}
.info_2 .r .con {
  font-size: 16px;
}
.info_2 .txt {
  width: 100%;
}
.info_2 .txt .tab {
  width: 100%;
  margin-bottom: 40px;
  border-bottom: 1px solid #dee2e6;
  display: flex;
}
@media (max-width: 768px) {
  .info_2 .txt .tab {
    margin-bottom: 20px;
  }
}
.info_2 .txt .tab span {
  display: block;
  padding: 0 30px;
  line-height: 40px;
  border-radius: 7px 7px 0 0;
  color: #fff;
  background-color: var(--color);
}
.info_2 .txt .con {
  width: 100%;
}

@keyframes nots {
  0% {
    transform: translateX(100%);
    right: 0;
  }
  100% {
    transform: translateX(0);
    right: 100%;
  }
}
@keyframes img_ani {
  0% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(-20px);
  }
}
@keyframes forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@keyframes marquee_r {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee_l {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

/*# sourceMappingURL=index.css.map */
