@charset "UTF-8";
.info_2 .l img, .faq_3 .son img, .faq_1 .son img, .news_1 .son img, .services_2 .son .img img, .product_1 .son img, .cases_1 .son .r img, .section_7 .son img, .section_6 .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, .services_1 .son .but .icon, .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, .services_1 .son .but .icon: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: #e4a736;
  --color1: #e4a736;
  --color2: #1b848a;
  --nav_height: 100px;
}
@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: cursive;
  color: #333;
  margin: 0 auto;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 768px) {
  body {
    font-size: 13px;
  }
}

main {
  overflow: hidden;
  position: relative;
}

.bx {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1330px;
}
@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 .img {
  width: 100%;
  height: 100%;
  font-size: 0;
  position: relative;
}
#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%;
}
#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%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#banner_1 .txt h3 {
  font-size: 48px;
  line-height: 1.25;
}
#banner_1 .txt h2 {
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 52px;
  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-weight: bold;
  font-size: 52px;
  line-height: 1.25;
}
@media (max-width: 768px) {
  #banner_1 .txt p {
    font-size: 16px;
    text-align: center;
  }
}
#banner_1 .txt .but {
  margin-top: 32px;
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  #banner_1 .txt .but {
    gap: 15px;
  }
}
#banner_1 .txt .but a {
  padding: 14px 48px;
  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: 4%;
}
@media (max-width: 768px) {
  #banner_1 .next_1 {
    right: 2%;
  }
}
#banner_1 .prev_1 {
  left: 4%;
}
@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);
}

#banner_2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  display: flex;
}
@media (max-width: 768px) {
  #banner_2 {
    margin-top: 75px;
  }
}
#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%;
}
#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: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  box-shadow: 0px 3px 20px 0 rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 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.active .header .logo h2 {
  color: var(--color);
}
header.on .header .logo p, header.active .header .logo p {
  color: var(--color);
}
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 .search {
  background-color: #fff;
  height: 150px;
  position: relative;
  display: none;
}
header .search::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0.1;
}
header .search .bx {
  height: 100%;
  display: flex;
  align-items: center;
}
header .search form {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
header .search input {
  width: 100%;
  font-weight: 300;
  color: #212121;
  font-size: 16px;
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
}
header .search button {
  position: absolute;
  right: 0;
  height: 100%;
  width: 50px;
}
header .search button i {
  font-size: 18px;
}

.header {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header .bx {
  max-width: 1400px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .logo img {
  height: 56px;
  transition: all 0.5s ease;
  filter: invert(150%) sepia(150%) saturate(0%) hue-rotate(0deg) brightness(150%) contrast(150%);
}
.header .logo h2 {
  font-size: 30px;
  color: #fff;
  line-height: 1.5;
  transition: all 0.5s ease;
}
.header .logo p {
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
  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: 60px;
}
@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 .lang {
  cursor: pointer;
  margin-left: 30px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header .lang {
    display: none;
  }
}
.header .lang:hover .son {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.header .lang span {
  color: #fff;
}
.header .lang .son {
  min-width: 100%;
  text-align: center;
  position: absolute;
  top: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.3s ease;
}
.header .lang .ul {
  border-radius: 6px;
  padding: 10px 0px;
  background-color: #fff;
}
.header .lang .ul a {
  padding: 0 20px;
  display: block;
  line-height: 30px;
  border-bottom: 1px solid #e7e7e7;
  height: 30px;
  white-space: nowrap;
}
.header .but {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer {
  background-color: var(--color);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 24px;
  }
}
.footer .top {
  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 .l ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.footer .top .l ul li {
  height: 24px;
  width: 24px;
}
.footer .top .l ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .top .l ul li img {
  width: 100%;
  height: 100%;
}
.footer .top .nav {
  flex-grow: 1;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .footer .top .nav {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.footer .top .nav ul {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px 24px;
}
@media (max-width: 768px) {
  .footer .top .nav ul {
    width: calc((100% - 20px * (3 - 1)) / 3);
  }
}
.footer .top .nav h3 {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .footer .top .nav h3 {
    margin-bottom: 0px;
  }
}
.footer .top .nav li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .footer .top .nav li a {
    line-height: 1;
  }
}
.footer .top .r {
  width: calc((100% - 24px * (3 - 1)) / 3);
  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 {
  line-height: 1.75;
  font-size: 16px;
}
.footer .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #1c4f85;
  padding-top: 20px;
  padding-bottom: 20px;
}
.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: 12px;
  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;
  margin-bottom: 20px;
  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;
  width: 62.214286%;
  margin: 0 auto;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .title_1 h5 {
    font-size: 14px;
    width: 100%;
  }
}

[class^=section_],
[class^=about_],
[class^=news_],
[class^=contact_],
[class^=services_],
[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^=services_],
  [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 h6 {
  display: flex;
  align-items: center;
}
[class^=section_] .title_1 h6::before {
  margin-right: 8px;
  content: "●";
  font-size: 8px;
  color: var(--color);
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.bj_img1 {
  font-size: 0;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .bj_img1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.bj_img1 img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .bj_img1 img {
    height: 100%;
    height: 100%;
  }
}

.header_1 {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .header_1 {
    z-index: 100;
    position: fixed;
    background-color: #fff;
    left: 0;
    right: 0;
  }
}
.header_1 .head {
  padding-top: 15px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 768px) {
  .header_1 .head {
    gap: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header_1 .head .logo {
  flex-shrink: 0;
  height: 120px;
}
@media (max-width: 768px) {
  .header_1 .head .logo {
    height: 45px;
  }
}
.header_1 .head .logo img {
  height: 100%;
}
.header_1 .head .txt {
  margin-right: auto;
}
.header_1 .head .txt h1 {
  line-height: 1;
  font-family: cursive;
  font-size: 42px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .header_1 .head .txt h1 {
    font-size: 24px;
  }
}
.header_1 .head .txt p {
  margin-top: 5px;
  font-size: 19px;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 768px) {
  .header_1 .head .txt p {
    font-size: 12px;
  }
}
.header_1 .head .tit {
  background-color: #5e1e08;
  border-radius: 10px;
  color: #fff;
  padding: 15px 0;
  width: 42px;
  font-size: 24px;
  line-height: 1.1;
  text-align: center;
  display: flex;
}
@media (max-width: 768px) {
  .header_1 .head .tit {
    display: none;
    font-size: 14px;
    width: auto;
    padding: 10px 15px;
  }
}
.header_1 .head .menu {
  display: none;
}
@media (max-width: 768px) {
  .header_1 .head .menu {
    display: block;
  }
}
.header_1 .head .menu i {
  font-size: 24px;
}
.header_1 .nav {
  position: relative;
  z-index: 1;
  background-color: #5e1e08;
}
@media (max-width: 768px) {
  .header_1 .nav {
    position: fixed;
    top: 75px;
    right: 0;
    bottom: 0;
    width: 0%;
    overflow: hidden;
    transition: all 0.5s ease;
  }
  .header_1 .nav.active {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .header_1 .nav .bx {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .header_1 .nav .flex {
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
}
.header_1 .nav a {
  text-align: center;
  flex-grow: 1;
  padding: 9px 0;
  color: #fff;
  line-height: 42px;
  font-size: 24px;
}
@media (max-width: 768px) {
  .header_1 .nav a {
    padding: 10px 0;
    line-height: 1.5;
    font-size: 18px;
    flex-grow: 0;
    white-space: nowrap;
  }
}

.section_1 {
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section_1 {
    margin-top: 75px;
  }
}
.section_1 .bj_img2 {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
}
.section_1 .bj_img2 img {
  width: 100%;
}
.section_1 .bx {
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .section_1 .bx {
    padding: 20px;
    position: relative;
  }
}
.section_1 .mySwiper .swiper-slide {
  height: auto;
  display: flex;
}
.section_1 .mySwiper .img {
  position: relative;
  font-size: 0;
  width: 100%;
  height: 100%;
}
.section_1 .mySwiper .img img {
  width: 100%;
  height: 100%;
}
.section_1 .tit_1 {
  padding-top: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .section_1 .tit_1 {
    padding-top: 30px;
  }
}
.section_1 .tit_1 h2 {
  line-height: 1.25;
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .section_1 .tit_1 h2 {
    font-size: 22px;
  }
}
.section_1 .flex_1 {
  justify-content: space-between;
  margin-top: 40px;
  position: relative;
}
.section_1 .flex_1 .img {
  position: absolute;
  font-size: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .section_1 .flex_1 .img {
    display: none;
  }
}
.section_1 .flex_1 .l {
  position: relative;
  z-index: 10;
}
.section_1 .flex_1 .l .tit_2 {
  color: #1a0f66;
  margin-bottom: 10px;
}
.section_1 .flex_1 .l .tit_2 h3 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .section_1 .flex_1 .l .tit_2 h3 {
    font-size: 24px;
    line-height: 1.5;
  }
}
.section_1 .flex_1 .l .con {
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 768px) {
  .section_1 .flex_1 .l .con {
    font-size: 16px;
  }
}
.section_1 .flex_1 .l .bottom {
  margin-top: 40px;
}
.section_1 .flex_1 .l .son {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.section_1 .flex_1 .l .son .icon {
  width: 65px;
  height: 65px;
  padding: 5px;
  border-radius: 50%;
  border: 3px solid #000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .section_1 .flex_1 .l .son .icon {
    width: 40px;
    height: 40px;
  }
}
.section_1 .flex_1 .l .son .txt h4 {
  font-size: 20px;
}
@media (max-width: 768px) {
  .section_1 .flex_1 .l .son .txt h4 {
    font-size: 18px;
  }
}
.section_1 .flex_1 .r {
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .section_1 .flex_1 .r {
    margin-top: 30px;
  }
}
.section_1 .flex_1 .r .tit_3 {
  color: #1a0f66;
  border-bottom: 2px solid #531f07;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.section_1 .flex_1 .r .tit_3 h3 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .section_1 .flex_1 .r .tit_3 h3 {
    font-size: 24px;
  }
}
.section_1 .flex_1 .r .con {
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 1560px) {
  .section_1 .flex_1 .r .con {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .section_1 .flex_1 .r .con {
    font-size: 15px;
  }
}
.section_1 .flex_1 .r .bottom {
  margin-top: 40px;
}
.section_1 .flex_1 .r .tit_4 {
  border-bottom: 2px solid #531f07;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.section_1 .flex_1 .r .tit_4 h3 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .section_1 .flex_1 .r .tit_4 h3 {
    font-size: 24px;
  }
}
.section_1 .flex_1 .r .son {
  margin-bottom: 10px;
  width: 100%;
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 15px;
}
.section_1 .flex_1 .r .son .t {
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  background-color: #531f07;
}
@media (max-width: 768px) {
  .section_1 .flex_1 .r .son h4 {
    font-weight: normal;
  }
}
.section_1 .flex_2 {
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
}
.section_1 .flex_2 .tit_5 {
  display: none;
}
.section_1 .flex_2 .tit_5 h2 {
  font-size: 66px;
  width: 66px;
  line-height: 1.25;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .section_1 .flex_2 .tit_5 h2 {
    text-align: center;
  }
}
.section_1 .flex_2 .con {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .section_1 .flex_2 .con {
    font-size: 20px;
    color: #fff;
  }
}
.section_1 .tit_6 {
  padding-top: 180px;
  padding-bottom: 60px;
  margin-top: auto;
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .section_1 .tit_6 {
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section_2 {
  max-width: 1920px;
  margin: 0 auto;
}
.section_2 .bj_img {
  font-size: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .section_2 .bj_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.section_2 .bj_img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .section_2 .bj_img img {
    height: 100%;
    height: 100%;
  }
}
.section_2 .abs {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .section_2 .abs {
    flex-direction: column;
    gap: 20px;
    padding: 30px 20px;
    position: relative;
  }
}
.section_2 .img {
  font-size: 0;
  width: 200px;
}
.section_2 .img:nth-child(1) {
  display: none;
}
@media (max-width: 768px) {
  .section_2 .img {
    max-width: 200px;
    margin: 0 auto;
  }
}
.section_2 .img img {
  width: 100%;
}
.section_2 .son .tit {
  display: flex;
}
.section_2 .son .tit h3 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #531f07;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.section_2 .son .con {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.75;
}

.section_3 {
  max-width: 1920px;
  margin: 0 auto;
}
.section_3 .bj_img {
  font-size: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .section_3 .bj_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.section_3 .bj_img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .section_3 .bj_img img {
    height: 100%;
    height: 100%;
  }
}
.section_3 .bx {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #e4a736;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .section_3 .bx {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .section_3 .bx .content {
    width: 100%;
  }
}
.section_3 .bx .content p {
  margin-top: 10px;
  line-height: 1.5;
}
.section_3 .bx .content p:nth-child(1) {
  margin-top: 0;
}
.section_3 .bx .content p i {
  line-height: 1.5;
}
.section_3 .bx .txt {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .section_3 .bx .txt {
    width: 100%;
    font-size: 20px;
  }
}
.section_3 .bx .txt ul {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.section_3 .bx .txt a {
  display: block;
  height: 24px;
}
.section_3 .bx .txt a img {
  height: 100%;
}

.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;
}
.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 .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;
}
.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;
}
.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;
}
.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;
}
.section_5 .box p {
  margin-top: 15px;
  line-height: 1.5;
}

.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;
}

.cases_1 {
  background-color: #f6f7fb;
}
.cases_1 .flex {
  gap: 30px;
}
.cases_1 .son {
  width: 100%;
  display: flex;
  gap: 30px;
}
.cases_1 .son:nth-child(2n) {
  flex-direction: row-reverse;
}
.cases_1 .son .l {
  width: calc((100% - 30px * (2 - 1)) / 2);
}
.cases_1 .son .l .txt {
  width: 100%;
  height: 100%;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.cases_1 .son .l .title_1 {
  text-align: left;
}
.cases_1 .son .r {
  width: calc((100% - 30px * (2 - 1)) / 2);
}
.cases_1 .son .r .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  border-radius: 10px;
}
.cases_1 .son .r .img:hover img {
  transform: scale(1.05);
}
.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::after {
  left: 0;
  transform: translateX(0);
}
.about_1 .txt .flex {
  gap: 100px;
  margin-top: 40px;
}
.about_1 .txt .son {
  width: calc((100% - 100px * (3 - 1)) / 3);
  position: relative;
}
.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_1 .txt .con {
  font-size: 16px;
  font-weight: bold;
}

.about_2 .flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .about_2 .flex {
    display: block;
  }
}
.about_2 .son {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px;
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .about_2 .son {
    margin-top: 20px;
  }
}
.about_2 .son::after {
  content: "";
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color);
  transition: all 0.5s ease;
}
.about_2 .son:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.about_2 .son:nth-child(1) p {
  max-width: 75%;
}
@media (max-width: 768px) {
  .about_2 .son:nth-child(1) p {
    max-width: 100%;
  }
}
.about_2 .son .icon {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  filter: invert(150%) sepia(150%) saturate(0%) hue-rotate(0deg) brightness(150%) contrast(150%);
}
@media (max-width: 768px) {
  .about_2 .son .icon {
    width: 40px;
    height: 40px;
  }
}
.about_2 .son .icon img {
  height: 100%;
  object-fit: contain;
}
.about_2 .son h3 {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .about_2 .son h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.about_2 .son p {
  position: relative;
  z-index: 1;
  line-height: 2;
}

.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 * (4 - 1)) / 4);
}
@media (max-width: 768px) {
  .about_3 .son {
    width: calc((100% - 20px * (2 - 1)) / 2);
  }
}
.about_3 .son:hover a {
  border-color: var(--color);
}
.about_3 .son:hover img {
  transform: scale(1.03);
}
.about_3 .son a {
  display: block;
  border: 1px solid #dcdcdc;
  padding: 24px;
  border-radius: 12px;
  transition: all 0.5s ease;
}
.about_3 .son .img {
  width: 100%;
  height: 300px;
  font-size: 0;
}
@media (max-width: 768px) {
  .about_3 .son .img {
    height: 180px;
  }
}
.about_3 .son img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.8s ease;
}
.about_3 .son h3 {
  text-align: center;
  margin-top: 20px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
  width: 100%;
}

.about_4 {
  margin-top: 0 !important;
}
.about_4 .l {
  width: 66.6666666667%;
}
.about_4 .l .title_1 {
  text-align: left;
}
.about_4 .l .title_1 h2 {
  margin: 0;
}
.about_4 .r {
  width: 33.3333333333%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.about_4 .r .next_4,
.about_4 .r .prev_4 {
  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_4 .r .next_4::after,
.about_4 .r .prev_4::after {
  display: none;
}
.about_4 .r .next_4 i,
.about_4 .r .prev_4 i {
  color: #fff;
}
.about_4 .rel {
  margin-top: 50px;
  position: relative;
  height: 600px;
}
@media (max-width: 768px) {
  .about_4 .rel {
    height: auto;
  }
}
.about_4 .rel .bj {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .about_4 .rel .bj {
    display: none;
  }
}
.about_4 .rel .bx {
  height: 100%;
}
.about_4 .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .about_4 .box {
    position: relative;
  }
}
.about_4 .mySwiper4 {
  height: 100%;
  overflow: initial;
}
.about_4 .mySwiper4 .swiper-slide-active .son {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.about_4 .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_4 .son {
    width: 100%;
    margin-top: 20px;
  }
  .about_4 .son:nth-child(1) {
    margin-top: 0;
  }
}
.about_4 .son:nth-child(1) .txt {
  bottom: 45%;
  padding-bottom: 50px;
}
.about_4 .son:nth-child(2) .txt {
  top: 55%;
  padding-top: 72px;
}
.about_4 .son:nth-child(2) .txt::before {
  top: 85px;
}
.about_4 .son:nth-child(2) .txt::after {
  height: 80px;
}
.about_4 .son:nth-child(3) .txt {
  bottom: 42%;
  padding-bottom: 30px;
}
.about_4 .son:nth-child(4) .txt {
  top: 63%;
  padding-top: 72px;
}
.about_4 .son:nth-child(4) .txt::before {
  top: 85px;
}
.about_4 .son:nth-child(4) .txt::after {
  height: 80px;
}
.about_4 .son:nth-child(5) .txt {
  bottom: 33%;
  padding-bottom: 150px;
}
.about_4 .son:nth-child(6) .txt {
  top: 66.5%;
  padding-top: 70px;
}
.about_4 .son:nth-child(6) .txt::before {
  top: 85px;
}
.about_4 .son:nth-child(6) .txt::after {
  height: 80px;
}
.about_4 .son:nth-child(7) .txt {
  bottom: 38%;
  padding-bottom: 180px;
}
.about_4 .son .txt {
  position: absolute;
  padding-left: 24px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .about_4 .son .txt {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    padding: 0 !important;
    padding-left: 24px !important;
  }
}
.about_4 .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_4 .son .txt::before {
    top: 14px !important;
  }
}
.about_4 .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_4 .son .txt::after {
    display: none;
  }
}
.about_4 .son .txt .year {
  font-size: 24px;
  margin-bottom: 8px;
  color: var(--color);
  transition: all 0.8s ease;
}
.about_4 .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_4 .son .txt .con {
    width: 100%;
    max-height: none;
  }
}

.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%;
}
.about_5 .son .img {
  float: left;
  width: 25%;
  font-size: 0;
  margin-right: 30px;
}
.about_5 .son .img img {
  width: 100%;
}
.about_5 .son .r_img {
  float: right;
  width: 300px;
}
.about_5 .son .tit {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 15px;
  transition: all 0.5s ease;
}
.about_5 .son .con {
  font-size: 15px;
}

.product_1 .flex {
  gap: 30px;
}
@media (max-width: 768px) {
  .product_1 .flex {
    gap: 20px 10px;
  }
}
.product_1 .son {
  width: calc((100% - 30px * (4 - 1)) / 4);
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 5px 8px 25px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .product_1 .son {
    width: calc((100% - 10px * (2 - 1)) / 2);
  }
}
.product_1 .son:hover img {
  transform: scale(1.05);
}
.product_1 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.product_1 .son h3 {
  line-height: 60px;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  padding: 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
@media (max-width: 768px) {
  .product_1 .son h3 {
    line-height: 50px;
    padding: 0 10px;
  }
}

.product_2 .title {
  color: var(--color);
  position: relative;
  margin-bottom: 80px;
}
.product_2 .title::after {
  content: "";
  position: absolute;
  bottom: -30px;
  width: 60px;
  height: 3px;
  background-color: var(--color);
}
.product_2 .title h2 {
  font-size: 36px;
  line-height: 1.5;
}
.product_2 .title p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
.product_2 .box_1 .border {
  margin-top: 40px;
  border: 2px solid rgba(36, 97, 162, 0.1607843137);
  border-radius: 10px;
  text-align: center;
  padding: 30px;
}
.product_2 .box_1 h3 {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: var(--color);
}
.product_2 .box_1 .flex {
  flex-wrap: nowrap;
  gap: 20px;
}
.product_2 .box_2 {
  margin-top: 40px;
}
.product_2 .box_2 .flex {
  gap: 60px;
}
.product_2 .box_2 .box {
  width: calc((100% - 60px * (2 - 1)) / 2);
}
.product_2 .box_2 .top {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.product_2 .box_2 .top .tit {
  width: calc((100% - 30px * (2 - 1)) / 2);
}
.product_2 .box_2 .top .tit h3 {
  color: var(--color);
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.product_2 .box_2 .top .tit p {
  line-height: 1.5;
}
.product_2 .box_2 .top .img {
  width: calc((100% - 30px * (2 - 1)) / 2);
  font-size: 0;
}
.product_2 .box_2 .top .img img {
  width: 100%;
}
.product_2 .box_2 .table {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.product_2 .box_2 .table th,
.product_2 .box_2 .table td {
  border: 2px solid #fff;
}
.product_2 .box_2 .table tr {
  background-color: #d5e5ef;
}
.product_2 .box_2 .table tr:nth-child(2n) {
  background-color: #f9fcfe;
}
.product_2 .box_2 .table th {
  color: #fff;
  background-color: var(--color);
}
.product_2 .box_2 .table th h4 {
  font-size: 18px;
  line-height: 1.5;
}
.product_2 .box_2 .table th p {
  line-height: 1.5;
  font-size: 13px;
}
.product_2 .box_2 .table td {
  text-align: center;
}
.product_2 .box_2 .table td h4 {
  line-height: 1.5;
  font-size: 15px;
}
.product_2 .box_2 .table td p {
  line-height: 1.5;
}

.services_1 .flex {
  gap: 40px;
}
@media (max-width: 768px) {
  .services_1 .flex {
    gap: 30px;
  }
}
.services_1 .son {
  width: 100%;
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s ease;
  display: flex;
}
@media (max-width: 768px) {
  .services_1 .son {
    flex-wrap: wrap;
  }
}
.services_1 .son:hover {
  box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06), 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03);
}
.services_1 .son:hover img {
  transform: scale(1.05);
}
.services_1 .son:hover h3 {
  color: var(--color);
}
.services_1 .son:nth-child(2n) {
  flex-direction: row-reverse;
}
.services_1 .son:nth-child(2n) .but {
  justify-content: flex-start;
}
.services_1 .son .img {
  font-size: 0;
  width: 40%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .services_1 .son .img {
    width: 100%;
  }
}
.services_1 .son .img img {
  width: 100%;
  height: 100%;
}
.services_1 .son img {
  width: 100%;
  transition: all 0.8s ease;
}
.services_1 .son .txt {
  min-height: 300px;
  background-color: #f6f7fb;
  padding: 30px;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .services_1 .son .txt {
    width: 100%;
  }
}
.services_1 .son h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #0d233e;
  transition: all 0.5s ease;
  margin-bottom: 15px;
}
.services_1 .son p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.services_1 .son .but {
  display: flex;
  justify-content: flex-end;
}
.services_2 {
  overflow: hidden;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .services_2 {
    padding-bottom: 30px;
  }
}
.services_2 .title {
  text-align: center;
}
.services_2 .title h2 {
  font-size: 60px;
  color: var(--color);
  font-weight: normal;
  line-height: 1.1;
}
.services_2 .title h5 {
  font-size: 28px;
  line-height: 2;
}
.services_2 .title p {
  margin-top: 10px;
  color: rgb(153, 153, 153);
  line-height: 2;
}
.services_2 .flex {
  gap: 60px;
  margin-top: 60px;
}
.services_2 .son {
  width: 100%;
  display: flex;
}
.services_2 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 29%;
  width: 44%;
}
.services_2 .son .txt {
  width: 56%;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}
.services_2 .son .txt .h3 {
  font-size: 24px;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.services_2 .son .txt .con {
  margin-bottom: 20px;
  margin-top: 15px;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.services_2 .son .txt .but {
  margin-top: auto;
  display: flex;
}
.services_2 .son .txt .but a {
  background-color: var(--color);
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  line-height: 2;
  padding: 6px 50px;
}

.news_1 {
  position: relative;
  z-index: 1;
}
.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 {
  height: 100%;
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
}
.news_1 .son a:hover img {
  transform: scale(1.05);
}
.news_1 .son a:hover h3 {
  color: #e4a736;
}
.news_1 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 55%;
}
.news_1 .son .txt {
  padding: 30px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .news_1 .son .txt {
    padding: 20px;
  }
}
.news_1 .son h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  transition: all 0.5s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
@media (max-width: 768px) {
  .news_1 .son h3 {
    margin-bottom: 20px;
  }
}
.news_1 .son p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_1 .son span {
  display: block;
  color: #aaa;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .news_1 .son span {
    margin-top: 20px;
  }
}

.solutions_1 .con {
  font-size: 16px;
  font-weight: bold;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .solutions_1 .con {
    margin-top: 40px;
  }
}
.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 .con {
  font-size: 16px;
  font-weight: bold;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .faq_1 .con {
    margin-top: 40px;
  }
}
.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 {
  gap: 80px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .contact_1 .flex {
    gap: 30px;
    margin-top: 40px;
  }
}
.contact_1 .son {
  width: calc((100% - 80px * (3 - 1)) / 3);
  box-shadow: 0px 0px 24px 3px rgba(0, 0, 0, 0.13);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 40px;
  border-radius: 7px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .contact_1 .son {
    width: 100%;
    padding: 30px;
  }
}
.contact_1 .son::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color);
  opacity: 0.8;
}
.contact_1 .son i {
  color: #fff;
  font-size: 40px;
  position: relative;
  z-index: 1;
}
.contact_1 .son p {
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.contact_1 .son p + p {
  margin-top: 0;
}

.contact_2 .flex {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .contact_2 .flex {
    gap: 30px;
    margin-top: 40px;
  }
}
.contact_2 .img {
  width: 50%;
  font-size: 0;
}
@media (max-width: 768px) {
  .contact_2 .img {
    width: 100%;
  }
}
.contact_2 .img img {
  width: 100%;
  height: 100%;
}
.contact_2 .form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .contact_2 .form {
    width: 100%;
  }
}
.contact_2 .form form {
  background-color: #fff;
  border-radius: 8px;
  padding: 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .contact_2 .form form {
    gap: 20px;
    width: 100%;
    padding: 30px;
  }
}
.contact_2 .form .f {
  width: calc((100% - 20px * (3 - 1)) / 3);
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .contact_2 .form .f {
    width: 100%;
  }
}
.contact_2 .form .f.textarea {
  width: 100%;
}
.contact_2 .form input[type=text],
.contact_2 .form input[type=email],
.contact_2 .form input[type=tel],
.contact_2 .form textarea {
  font-family: initial;
  width: 100%;
  height: 50px;
  line-height: 2;
  font-size: 15px;
  padding: 0px 20px;
  border: 1px solid #e3e3e3;
  border-radius: 30px;
  transition: all 0.3s ease;
}
.contact_2 .form textarea {
  border-radius: 12px;
  height: 150px;
  padding: 10px 20px;
}
.contact_2 .form span,
.contact_2 .form p {
  color: #716e6e;
  font-size: 18px;
}
.contact_2 .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_3 {
  position: relative;
  z-index: 1;
}

.info_1 .h1 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 28px;
  color: #010101;
}
@media (max-width: 768px) {
  .info_1 .h1 {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.info_1 .icon {
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 30px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.info_1 .icon p {
  font-size: 13px;
  color: var(--color);
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 7px;
}
.info_1 .con {
  font-size: 16px;
  font-weight: bold;
}

.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 */
