@charset "UTF-8";
.info_3 .son img,
.faq_3 .son img,
.news_1 .son img,
.service_2 .son .img img,
.product_1 .r .son img,
.about_5 .son img,
.case_1 .son img,
.section_7 img,
.section_6 .box .r img,
.section_6 .box .l img,
.section_4 .son img,
.section_3 .mySwiper3 img,
.section_2 .son img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}

.info_2 .r .top .txt .but a,
.team_1 .son .but span,
.solution_1 .son .but .icon,
.section_6 .but a,
.section_3 .but a,
.section_2 .but a,
.section_1 .r .but a,
.header .but a,
#banner_1 .txt .but a {
  display: inline-block;
  padding: 12px 36px;
  border-radius: 30px;
  font-size: 13px;
  background-image: linear-gradient(to left, var(--color), var(--color1));
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  transition: all 0.8s ease;
}
@media (max-width: 768px) {
  .info_2 .r .top .txt .but a,
  .team_1 .son .but span,
  .solution_1 .son .but .icon,
  .section_2 .but a,
  .section_1 .r .but a,
  .header .but a,
  #banner_1 .txt .but a {
    padding: 6px 20px;
  }
}

@font-face {
  font-family: "title1";
  src: url(../font/yYLl0h7WyfzTzI44.woff2);
}
:root {
  --color: #236fee;
  --color1: #236fee;
  --color2: #b6272c;
  --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: "TT Norms", Sans-serif;
  color: #333;
  margin: 0 auto;
  font-weight: 400;
  font-size: 15px;
}
@media (max-width: 768px) {
  body {
    font-size: 13px;
  }
}

.bx {
  width: 100%;
  padding-left: 160px;
  padding-right: 160px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media (max-width: 1600px) {
  .bx {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .bx {
    max-width: 1300px;
  }
}
@media (max-width: 1200px) {
  .bx {
    max-width: 1140px;
  }
}
@media (max-width: 992px) {
  .bx {
    max-width: 960px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .bx {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@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;
}

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

#banner_1 {
  position: relative;
}
#banner_1 + section {
  margin-top: 0;
}
#banner_1 .bj {
  font-size: 0;
  width: 100%;
}
#banner_1 .bj img {
  width: 100%;
}
#banner_1 .mySwiper1 {
  height: 640px;
  min-height: 100vh;
}
@media (max-width: 768px) {
  #banner_1 .mySwiper1 {
    height: 400px;
    min-height: auto;
  }
}
#banner_1 .img {
  width: 100%;
  height: 100%;
  font-size: 0;
  position: relative;
}
#banner_1 .img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#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;
}
#banner_1 .txt .bx {
  color: #fff;
  width: 100%;
  height: 100%;
  /*text-align: center;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  #banner_1 .txt .bx {
    max-width: 300px;
  }
}
#banner_1 .txt h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #banner_1 .txt h2 {
    font-size: 24px;
  }
}
#banner_1 .txt p {
  margin-top: 30px;
  font-weight: bold;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #banner_1 .txt p {
    font-size: 16px;
  }
}
#banner_1 .txt .but {
  margin-top: 40px;
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  #banner_1 .txt .but {
    gap: 15px;
    margin-top: 30px;
  }
}
#banner_1 .txt .but a {
  padding: 8px 40px;
  font-size: 18px;
}
@media (max-width: 768px) {
  #banner_1 .txt .but a {
    font-size: 14px;
    padding: 6px 20px;
  }
}
#banner_1 .next_1,
#banner_1 .prev_1 {
  width: 60px;
  height: 60px;
  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 {
  position: relative;
}
#banner_2 + section {
  margin-top: 0;
}
#banner_2 .img {
  width: 100%;
  font-size: 0;
}
#banner_2 img {
  width: 100%;
  height: 400px;
}
@media (max-width: 768px) {
  #banner_2 img {
    height: 300px;
  }
}
#banner_2 .bx {
  padding-top: var(--nav_height);
  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 h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.75;
}
@media (max-width: 768px) {
  #banner_2 h2 {
    font-size: 20px;
  }
}

#mbx_1 {
  border-bottom: 1px solid #e2e3e7;
}
#mbx_1 .bx {
  display: flex;
}
#mbx_1 .l {
  margin-right: auto;
  display: flex;
  gap: 35px;
}
@media (max-width: 768px) {
  #mbx_1 .l {
    display: none;
  }
}
#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 {
  color: var(--color);
}
#mbx_1 .l a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  border-radius: 4px;
  background-color: var(--color);
  transition: all 0.3s ease;
}
#mbx_1 .r {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 768px) {
  #mbx_1 .r {
    margin-left: auto;
  }
}
#mbx_1 .r a {
  padding: 24px 0;
  position: relative;
  line-height: 1.5;
}
#mbx_1 .r a.on {
  color: var(--color);
}

header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: var(--nav_height);
  transition: all 0.3s;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  box-shadow: 0px 3px 30px -1px 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,
header.active .header .logo {
  color: #333;
}
header.on .header .logo img,
header.active .header .logo img {
  filter: none;
}
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 .tel p i,
header.on .header .tel p span {
  color: #333;
}

.header {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .header {
    height: 100%;
  }
}
.header .bx {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  color: #fff;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .logo img {
  filter: invert(150%) sepia(150%) saturate(0%) hue-rotate(0deg) brightness(150%) contrast(150%);
  height: 50px;
  transition: all 0.5s ease;
}
.header .logo h2 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 5px;
}
.header .logo h4 {
  font-size: 15.5px;
  font-weight: normal;
  line-height: 1;
}
.header .nav {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  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%;
  position: relative;
  transition: all 0.5s ease;
  font-size: 16px;
  font-weight: bold;
  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);
}
.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;
}
.header .mobile {
  display: none;
}
@media (max-width: 768px) {
  .header .mobile {
    display: block;
  }
}
.header .mobile i {
  color: #000;
  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;
}
@media (max-width: 768px) {
  .header .tel {
    display: none;
  }
}
.header .tel p {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .tel p + p {
  margin-top: 8px;
}
.header .tel p i {
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
.header .tel p span {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
.header .but {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .header .but {
    display: none;
  }
}
footer {
  background-color: var(--color);
  color: #fff;
}
@media (max-width: 768px) {
  footer {
    overflow: hidden;
  }
}

.footer .top {
  padding-top: 75px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .footer .top {
    padding-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.footer .top .flex {
  align-items: center;
  justify-content: space-between;
}
.footer .top .l a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .top .l img {
  height: 50px;
}
.footer .top .l h2 {
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 768px) {
  .footer .top .l h2 {
    font-size: 20px;
  }
}
.footer .top .r ul {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .footer .top .r ul {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }
}
.footer .top .r li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer .top .r i {
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 768px) {
  .footer .top .r i {
    font-size: 22px;
  }
}
.footer .top .r span {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 768px) {
  .footer .top .r span {
    font-size: 16px;
  }
}
.footer .nav {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .nav .flex {
  align-items: flex-start;
  justify-content: space-between;
}
.footer .nav .l {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 768px) {
  .footer .nav .l {
    flex-wrap: wrap;
    gap: 30px;
  }
  .footer .nav .l .son {
    width: calc((100% - 30px * (4 - 1)) / 4);
  }
}
.footer .nav .l h3 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.1;
}
.footer .nav .l p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .footer .nav .r {
    margin-top: 20px;
  }
}
.footer .nav .r p {
  /*font-weight: bold;*/
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .footer .nav .r p {
    line-height: 1.5;
  }
}
.footer .nav .r ul {
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
@media (max-width: 768px) {
  .footer .nav .r ul {
    padding-top: 20px;
  }
}
.footer .nav .r li {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #5f5f5f;
  transition: all 0.8s ease;
}
.footer .nav .r li:hover {
  background-color: var(--color);
}
.footer .nav .r li:hover .img {
  opacity: 1;
  visibility: visible;
}
.footer .nav .r a {
  width: 100%;
  height: 100%;
  padding: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .nav .r a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .nav .r .img {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  border-radius: 5px;
  overflow: hidden;
  width: 110px;
  height: 110px;
  padding: 5px;
  background-color: #fff;
}
.footer .nav .r .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .bottom p {
  line-height: 1.5;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.footer_f {
  position: fixed;
  z-index: 99;
  right: 10px;
  bottom: 50%;
  transform: translateY(50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .footer_f {
    display: none;
  }
}
.footer_f .son {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--color);
  position: relative;
}
.footer_f .son:hover .img1,
.footer_f .son:hover .txt {
  opacity: 1;
  visibility: visible;
}
.footer_f .son a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_f .son a i {
  font-size: 20px;
}
.footer_f .son .img1 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 120px;
  height: 120px;
  right: 55px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  border-radius: 5px;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(172, 186, 198, 0.5);
}
.footer_f .son .img1 img {
  width: 100%;
  height: 100%;
}
.footer_f .son .txt {
  white-space: nowrap;
  font-size: 18px;
  line-height: 1.5;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 55px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  border-radius: 5px;
  padding: 8px 20px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(172, 186, 198, 0.5);
}

main {
  overflow: hidden;
}

.title_1 {
  text-align: center;
  position: relative;
  padding-bottom: 48px;
}
.title_1 h6 {
  font-family: "Roboto-Medium";
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  color: var(--color);
}
.title_1 h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}
@media (max-width: 768px) {
  .title_1 h2 {
    font-size: 28px;
  }
}
.title_1 h3 {
  font-size: 34px;
  color: var(--color);
  margin-top: 20px;
  text-transform: uppercase;
}
.title_1 h5 {
  margin-top: 20px;
  font-size: 15px;
  color: #343434;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 768px) {
  .title_1 h5 {
    font-size: 14px;
    width: 100%;
  }
}

[class^="section_"],
[class^="about_"],
[class^="news_"],
[class^="contact_"],
[class^="team_"],
[class^="preis_"],
[class^="solution_"],
[class^="service_"],
[class^="faq_"],
[class^="product_1"],
[class^="case_"],
[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^="team_"],
  [class^="preis_"],
  [class^="solution_"],
  [class^="service_"],
  [class^="faq_"],
  [class^="product_1"],
  [class^="case_"],
  [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: 0;
}
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 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section_1 .flex {
  gap: 60px;
  padding-top: 20px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .section_1 .flex {
    gap: 30px;
    padding-top: 0;
  }
}
.section_1 .l {
  width: calc((100% - 60px * (2 - 1)) / 2);
}
@media (max-width: 768px) {
  .section_1 .l {
    width: 100%;
  }
}
.section_1 .l .img_box {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .section_1 .l .img_box {
    gap: 10px;
  }
}
.section_1 .l .img_box:hover .img {
  transform: translate(0, 20px);
}
.section_1 .l .img_box:hover .img + .img {
  transform: translate(20px, -20px);
}
.section_1 .l .img_box .img {
  font-size: 0;
  transition: all 0.5s ease;
  max-width: 70%;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 80%;
  box-shadow: 5px 8.66px 25px 0px rgba(29, 50, 149, 0.15);
  transform: translate(0px, -20px);
}
@media (max-width: 768px) {
  .section_1 .l .img_box .img {
    max-width: 100%;
    height: 100%;
    transform: none;
  }
}
.section_1 .l .img_box .img + .img {
  position: absolute;
  right: 0;
  transform: translate(0px, 20px);
}
@media (max-width: 768px) {
  .section_1 .l .img_box .img + .img {
    position: relative;
    transform: none;
  }
}
.section_1 .l .img_box .img img {
  width: 100%;
  height: 100%;
  transition: all 0.8s ease;
}
.section_1 .r {
  width: calc((100% - 60px * (2 - 1)) / 2);
}
@media (max-width: 768px) {
  .section_1 .r {
    width: 100%;
  }
}
.section_1 .r .tit h2 {
  font-size: 24px;
  font-weight: bold;
  color: #343434;
  margin-bottom: 5px;
}
.section_1 .r .tit h4 {
  font-size: 14px;
  color: var(--color);
  line-height: 1.5;
  margin-bottom: 20px;
}
.section_1 .r .con {
  color: #515151;
}
.section_1 .r .but {
  margin-top: 40px;
  display: flex;
}
.section_1 .icon {
  width: 100%;
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .section_1 .icon {
    flex-wrap: wrap;
    gap: 20px 50px;
  }
}
.section_1 .icon .num {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 768px) {
  .section_1 .icon .num {
  }
}
.section_1 .icon p {
  font-family: "Roboto-Medium";
  line-height: 1;
  font-size: 54px;
  font-weight: bold;
  flex-shrink: 0;
  color: #343434;
}
@media (max-width: 768px) {
  .section_1 .icon p {
    font-size: 36px;
  }
}
.section_1 .icon .txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section_1 .icon .txt i {
  font-style: normal;
  font-size: 20px;
  line-height: 1;
}
.section_1 .icon .txt h6 {
  font-size: 14px;
  font-weight: normal;
  color: #010006;
  opacity: 0.6;
}

.section_2 .flex {
  gap: 40px;
}
@media (max-width: 768px) {
  .section_2 .flex {
    gap: 20px;
  }
}
.section_2 .l {
  width: calc(20% - 0px);
  border: 1px solid #dbdee3;
  border-radius: 8px;
  overflow: hidden;
}
.section_2 .r {
  width: calc(80% - 30px);
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.section_2 ul li:nth-child(1) a {
  background-color: var(--color);
  color: #fff;
}
.section_2 ul a {
  transition: all 0.5s ease;
  border-bottom: 1px solid #dbdee3;
  padding: 12px 25px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.section_2 ul a:hover {
  background-color: var(--color);
  color: #fff;
}
.section_2 .son {
  width: calc((100% - 40px * (4 - 1)) / 4);
  box-shadow: 5px 8.66px 25px 0px rgba(29, 50, 149, 0.15);
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .section_2 .son {
    width: calc((100% - 20px * (2 - 1)) / 2);
  }
}
.section_2 .son:hover img {
  transform: scale(1.05);
}
.section_2 .son:hover .txt {
  background-color: var(--color);
  color: #fff;
}
.section_2 .son a {
  display: block;
}
.section_2 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66%;
}
.section_2 .son .txt {
  border-top: 1px solid #dbdee3;
  padding: 10px;
  transition: all 0.8s ease;
}
.section_2 .son h3 {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.section_2 .but {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.section_3 .rel {
  position: relative;
}
.section_3 .rel .next_3,
.section_3 .rel .prev_3 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color);
}
.section_3 .rel .next_3::after,
.section_3 .rel .prev_3::after {
  color: #fff;
  font-size: 16px;
}
.section_3 .rel .next_3 {
  right: 0;
}
.section_3 .rel .prev_3 {
  left: 0;
}
.section_3 .mySwiper3 {
  margin: -15px;
  padding: 15px;
}
.section_3 .mySwiper3 .swiper-slide {
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(172, 186, 198, 0.5);
}
.section_3 .mySwiper3 .swiper-slide:hover img {
  transform: scale(1.05);
}
.section_3 .mySwiper3 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 130%;
}
.section_3 .mySwiper3 img {
  object-fit: contain;
}
.section_3 .but {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.section_4 {
  background-color: #f6f6f6;
}
.section_4 .flex {
  gap: 40px;
}
@media (max-width: 768px) {
  .section_4 .flex {
    gap: 20px;
  }
}
.section_4 .son {
  width: calc((100% - 40px * (3 - 1)) / 3);
}
@media (max-width: 768px) {
  .section_4 .son {
    width: calc((100% - 20px * (2 - 1)) / 2);
  }
}
.section_4 .son a {
  display: block;
}
.section_4 .son a:hover img {
  transform: scale(1.05);
}
.section_4 .son a:hover h3 {
  color: var(--color);
}
.section_4 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  border-radius: 8px;
}
.section_4 .son .txt {
  padding: 20px 0;
}
.section_4 .son h3 {
  transition: all 0.5s ease;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.section_4 .son span {
  display: block;
  line-height: 1;
  color: #999;
  margin-top: 10px;
}

.section_5 .l {
  width: 60%;
  position: relative;
}
@media (max-width: 768px) {
  .section_5 .l {
    width: 100%;
  }
}
.section_5 .l .img_box {
  width: 100%;
  height: 100%;
  font-size: 0;
}
@media (max-width: 768px) {
  .section_5 .l .img_box {
    position: absolute;
  }
}
.section_5 .l .img_box img {
  width: 100%;
  height: 100%;
}
.section_5 .l .txt {
  background-color: var(--color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 420px;
  height: 420px;
  padding: 70px 55px;
  color: #fff;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease;
  clip-path: polygon(-70% 0%, 100% 0%, 100% 100%, 100% 100%, 20% 100%);
}
@media (max-width: 768px) {
  .section_5 .l .txt {
    position: relative;
    top: 0;
    transform: none;
    width: 100%;
    display: none;
  }
}
.section_5 .l .txt.on {
  z-index: 2;
  opacity: 1;
}
@media (max-width: 768px) {
  .section_5 .l .txt.on {
    display: block;
  }
}
.section_5 .l .txt .t {
  position: relative;
}
.section_5 .l .txt .t h3 {
  line-height: 1.5;
  font-size: 24px;
}
.section_5 .l .txt .t .line {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}
.section_5 .l .txt .t .img {
  position: absolute;
  font-size: 0;
  width: 45px;
  top: 0;
  right: 0;
}
.section_5 .l .txt .t .img img {
  width: 100%;
}
.section_5 .l .txt .con {
  line-height: 1.75;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.section_5 .r {
  width: 40%;
  position: relative;
  background-color: #000;
  padding: 65px;
}
@media (max-width: 768px) {
  .section_5 .r {
    width: 100%;
    padding: 40px;
  }
}
.section_5 .r .title_1 {
  text-align: left;
  color: #fff;
}
.section_5 .r .title_1 h5 {
  color: #fff;
}
.section_5 .r ul {
  color: #fff;
}
.section_5 .r ul li {
  cursor: pointer;
  position: relative;
  margin-top: 40px;
  display: flex;
  gap: 15px;
}
.section_5 .r ul li.on::before {
  width: 130px;
}
.section_5 .r ul li:nth-child(1) {
  margin-top: 0;
}
.section_5 .r ul li::before {
  content: "";
  position: absolute;
  left: 8px;
  bottom: 0;
  width: 0px;
  height: 7px;
  background-color: var(--color);
  z-index: 2;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .section_5 .r ul li::before {
    bottom: -12px;
  }
}
.section_5 .r ul li::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: 0;
  width: 130px;
  height: 7px;
  background-color: #fff;
  opacity: 0.2;
  z-index: 1;
  transition: all 0.5s ease;
}
.section_5 .r ul i {
  font-size: 32px;
  flex-shrink: 0;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
}
.section_5 .r ul h3 {
  font-size: 14px;
  flex-grow: 1;
}

.section_6 .list {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.section_6 .list span {
  cursor: pointer;
  display: inline-block;
  padding: 12px 36px;
  border-radius: 30px;
  font-size: 13px;
  background-color: #fff;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #cfd0d1;
  transition: all 0.8s ease;
}
@media (max-width: 768px) {
  .section_6 .list span {
    padding: 12px 25px;
  }
}
.section_6 .list span.on {
  border-color: var(--color);
  background-color: var(--color);
  color: #fff;
}
.section_6 .box {
  margin-top: 40px;
}
.section_6 .box .flex {
  gap: 30px;
  width: 100%;
  display: none;
}
.section_6 .box .flex.on {
  display: flex;
}
.section_6 .box .l {
  width: calc((100% - 30px * (2 - 1)) / 2);
}
@media (max-width: 768px) {
  .section_6 .box .l {
    width: 100%;
  }
}
.section_6 .box .l a {
  display: block;
}
.section_6 .box .l a:hover img {
  transform: scale(1.05);
}
.section_6 .box .l a:hover h3 {
  color: var(--color);
}
.section_6 .box .l .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  border-radius: 8px;
}
.section_6 .box .l .txt {
  margin-top: 30px;
}
.section_6 .box .l h3 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
  transition: all 0.8s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.section_6 .box .l p {
  line-height: 1.75;
  color: #030305;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_6 .box .l span {
  display: block;
  line-height: 1;
  opacity: 0.5;
}
.section_6 .box .r {
  width: calc((100% - 30px * (2 - 1)) / 2);
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  .section_6 .box .r {
    width: 100%;
    display: block;
  }
}
.section_6 .box .r a {
  max-height: 33%;
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .section_6 .box .r a {
    flex-direction: column;
    max-height: 100%;
  }
}
.section_6 .box .r a:hover img {
  transform: scale(1.05);
}
.section_6 .box .r a:hover h3 {
  color: var(--color);
}
.section_6 .box .r .img {
  flex-shrink: 0;
  width: 230px;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .section_6 .box .r .img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 55%;
    border-radius: 8px;
  }
}
.section_6 .box .r .txt {
  flex-grow: 1;
}
.section_6 .box .r h3 {
  font-size: 16px;
  line-height: 1.5;
  color: #343434;
  margin-bottom: 10px;
  transition: all 0.8s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_6 .box .r p {
  line-height: 1.75;
  color: #030305;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_6 .box .r span {
  display: block;
  line-height: 1;
  opacity: 0.5;
}
.section_6 .but {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.section_7 .rel {
  position: relative;
}
.section_7 .rel .next_7,
.section_7 .rel .prev_7 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.8s ease;
  background-color: var(--color);
}
.section_7 .rel .next_7::after,
.section_7 .rel .prev_7::after {
  color: #fff;
  font-size: 16px;
}
.section_7 .rel .next_7 {
  right: -50px;
}
.section_7 .rel .prev_7 {
  left: -50px;
}
@media (max-width: 768px) {
  .section_7 .rel .next_7 {
    right: 0px;
  }
  .section_7 .rel .prev_7 {
    left: 0px;
  }
}
.section_7 .mySwiper7 {
  height: 220px;
}
.section_7 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100px;
  background-color: #fff;
}
.section_7 img {
  object-fit: contain;
  padding: 10px;
}

.case_1 .flex {
  gap: 30px;
}
@media (max-width: 768px) {
  .case_1 .flex {
    gap: 20px;
  }
}
.case_1 .son {
  width: calc((100% - 30px * (4 - 1)) / 4);
  box-shadow: 0 0 20px 0 rgba(172, 186, 198, 0.5);
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .case_1 .son {
    width: calc((100% - 20px * (2 - 1)) / 2);
  }
}
.case_1 .son a {
  display: block;
}
.case_1 .son a:hover img {
  transform: scale(1.05);
}
.case_1 .son a:hover h3 {
  color: var(--color);
}
.case_1 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.case_1 .son .txt {
  padding: 20px;
}
.case_1 .son h3 {
  transition: all 0.5s ease;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.case_1 .son span {
  display: block;
  line-height: 1;
  color: #999;
  margin-top: 10px;
}

.about_1 .img {
  font-size: 0;
  width: calc(50% - 30px);
  border-radius: 8px;
  overflow: hidden;
  float: right;
  margin-left: 60px;
  margin-bottom: 10px;
}
@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 .icon {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .about_1 .txt .icon {
    flex-wrap: wrap;
    gap: 20px 50px;
    margin-top: 20px;
  }
}
.about_1 .txt .icon .num {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}
.about_1 .txt .icon p {
  font-family: "Roboto-Medium";
  line-height: 1;
  font-size: 54px;
  font-weight: bold;
  flex-shrink: 0;
  color: #343434;
}
@media (max-width: 768px) {
  .about_1 .txt .icon p {
    font-size: 36px;
  }
}
.about_1 .txt .icon .txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about_1 .txt .icon .txt i {
  font-style: normal;
  font-size: 20px;
  line-height: 1;
}
.about_1 .txt .icon .txt h6 {
  font-size: 14px;
  font-weight: normal;
  color: #010006;
  opacity: 0.6;
}

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

.about_4 .flex {
  gap: 30px;
}
@media (max-width: 768px) {
  .about_4 .flex {
    gap: 20px;
  }
}
.about_4 .son {
  width: calc((100% - 30px * (5 - 1)) / 5);
}
@media (max-width: 768px) {
  .about_4 .son {
    width: calc((100% - 20px * (2 - 1)) / 2);
  }
}
.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;
  padding: 24px;
  border-radius: 12px;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .about_4 .son a {
    padding: 20px;
  }
}
.about_4 .son .img {
  width: 100%;
  height: 300px;
  font-size: 0;
}
@media (max-width: 768px) {
  .about_4 .son .img {
    height: 170px;
  }
}
.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;
}
@media (max-width: 768px) {
  .about_5 .flex {
    gap: 20px;
  }
}
.about_5 .son {
  width: calc((100% - 30px * (6 - 1)) / 6);
}
@media (max-width: 768px) {
  .about_5 .son {
    width: calc((100% - 20px * (2 - 1)) / 2);
  }
}
.about_5 .son:hover img {
  transform: scale(1.05);
}
.about_5 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background-color: #fff;
  border: 1px solid #dcdcdc;
}
.about_5 .son img {
  padding: 10px;
  object-fit: contain;
}

.product_1 .flex {
  align-items: flex-start;
  gap: 40px;
}
.product_1 .l {
  width: 20%;
  border-radius: 0px 40px 0 0;
  overflow: hidden;
  position: sticky;
  top: calc(var(--nav_height) + 30px);
  z-index: 10;
}
@media (max-width: 768px) {
  .product_1 .l {
    display: none;
  }
}
.product_1 .l .tit {
  background-color: var(--color);
  color: #fff;
  padding: 20px;
}
.product_1 .l .tit h2 {
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
}
.product_1 .l .list {
  border: 1px solid #e5e5e5;
  border-bottom: none;
  background-color: #fff;
}
.product_1 .l .list .son {
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.8s ease;
}
.product_1 .l .list .son.on,
.product_1 .l .list .son:hover {
  background-color: var(--color);
  color: #fff;
}
.product_1 .l .list .son a {
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.product_1 .r {
  width: calc(80% - 40px);
}
@media (max-width: 768px) {
  .product_1 .r {
    width: 100%;
  }
}
.product_1 .r .flex {
  gap: 60px 30px;
}
@media (max-width: 768px) {
  .product_1 .r .flex {
    gap: 30px 20px;
  }
}
.product_1 .r .son {
  width: calc((100% - 30px * (3 - 1)) / 3);
  box-shadow: 5px 8.66px 25px 0px rgba(29, 50, 149, 0.15);
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .product_1 .r .son {
    width: calc((100% - 20px * (2 - 1)) / 2);
  }
}
.product_1 .r .son:hover img {
  transform: scale(1.05);
}
.product_1 .r .son:hover .txt {
  color: #fff;
  background-color: var(--color);
}
.product_1 .r .son a {
  display: block;
}
.product_1 .r .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66%;
}
.product_1 .r .son .txt {
  border-top: 1px solid #dbdee3;
  padding: 10px;
  transition: all 0.8s ease;
}
.product_1 .r .son h3 {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

.service_1 .txt {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .service_1 .txt {
    margin-bottom: 30px;
  }
}
.service_1 .txt .h2 {
  font-size: 28px;
  line-height: 1;
  padding-left: 10px;
  border-left: 8px solid var(--color);
}
@media (max-width: 768px) {
  .service_1 .txt .h2 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.service_1 .txt .con {
  margin-top: 30px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .service_1 .txt .con {
    margin-top: 20px;
  }
}
.service_1 .ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  gap: 60px;
}
@media (max-width: 768px) {
  .service_1 .ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
.service_1 .ul li {
  padding-left: 20px;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.service_1 .ul h3 {
  font-size: 18px;
  line-height: 1.5;
  position: relative;
}
.service_1 .ul h3::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 13.5px;
  transform: translateY(-50%);
  left: -20px;
}
.service_1 .ul p {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.service_2 {
  overflow: hidden;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .service_2 {
    padding-bottom: 30px;
  }
}
.service_2 .title {
  text-align: center;
}
.service_2 .title h2 {
  font-size: 60px;
  color: var(--color);
  font-weight: normal;
  line-height: 1.1;
}
.service_2 .title h5 {
  font-size: 28px;
  line-height: 2;
}
.service_2 .title p {
  margin-top: 10px;
  color: rgb(153, 153, 153);
  line-height: 2;
}
.service_2 .flex {
  gap: 60px;
  margin-top: 60px;
}
.service_2 .son {
  width: 100%;
  display: flex;
}
.service_2 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 29%;
  width: 44%;
}
.service_2 .son .txt {
  width: 56%;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}
.service_2 .son .txt .h3 {
  font-size: 24px;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.service_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;
}
.service_2 .son .txt .but {
  margin-top: auto;
  display: flex;
}
.service_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 .flex {
  gap: 60px 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;
  box-shadow: rgba(29, 50, 149, 0.15) 5px 8.66px 25px 0px;
  border-radius: 8px;
  overflow: hidden;
}
.news_1 .son a:hover img {
  transform: scale(1.05);
}
.news_1 .son a:hover h3 {
  color: var(--color);
}
.news_1 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 72.5%;
}
.news_1 .son .txt {
  padding: 30px;
}
.news_1 .son h3 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
  transition: all 0.5s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
@media (max-width: 768px) {
  .news_1 .son h3 {
    font-size: 16px;
    height: auto;
  }
}
.news_1 .son p {
  min-height: 45px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .news_1 .son p {
    min-height: auto;
  }
}
.news_1 .son span {
  display: block;
  color: #aaa;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}

.faq_1 .img {
  float: right;
  width: calc(50% - 15px);
  font-size: 0;
  margin-left: 30px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .faq_1 .img {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
.faq_1 .img + .clear {
  display: none;
}
@media (max-width: 768px) {
  .faq_1 .img + .clear {
    display: block;
  }
}
.faq_1 .img img {
  width: 100%;
}
.faq_1 .txt .h2 {
  font-size: 28px;
  line-height: 1;
  padding-left: 10px;
  border-left: 8px solid var(--color);
}
@media (max-width: 768px) {
  .faq_1 .txt .h2 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.faq_1 .txt .con {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .faq_1 .txt .con {
    margin-top: 20px;
  }
}

.faq_2 {
  background-color: #f6f7fb;
}
.faq_2 .flex {
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .faq_2 .flex {
    margin-top: 40px;
  }
}
.faq_2 .son {
  cursor: pointer;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  padding: 30px;
  transition: all 0.5s ease;
  background-color: #fff;
}
@media (max-width: 768px) {
  .faq_2 .son {
    width: 100%;
  }
}
.faq_2 .son:hover {
  transform: translateY(-5px);
}
.faq_2 .son .tit h3 {
  line-height: 1.5;
  font-size: 22px;
  font-weight: 400;
}
.faq_2 .son .tit span {
  color: var(--color);
  font-weight: bold;
  margin-right: 10px;
}
.faq_2 .son .box {
  display: none;
}
.faq_2 .son .con {
  padding-top: 10px;
}

.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);
}
.solution_1 .flex {
  gap: 60px;
}
.solution_1 .son {
  width: 100%;
  box-shadow: 5px 8.66px 25px 0px rgba(29, 50, 149, 0.15);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s ease;
}
.solution_1 .son:hover img {
  transform: scale(1.05);
}
.solution_1 .son:hover h3 {
  color: var(--color);
}
.solution_1 .son:nth-child(2n) a {
  flex-direction: row-reverse;
}
.solution_1 .son:nth-child(2n) .but {
  justify-content: flex-start;
}
.solution_1 .son a {
  display: flex;
}
@media (max-width: 768px) {
  .solution_1 .son a {
    flex-direction: column !important;
  }
}
.solution_1 .son .img {
  font-size: 0;
  width: 40%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .solution_1 .son .img {
    width: 100%;
  }
}
.solution_1 .son .img img {
  width: 100%;
  height: 100%;
  max-height: 300px;
}
.solution_1 .son img {
  width: 100%;
  transition: all 0.8s ease;
}
.solution_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) {
  .solution_1 .son .txt {
    width: 100%;
    min-height: auto;
  }
}
.solution_1 .son h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #0d233e;
  transition: all 0.5s ease;
  margin-bottom: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.solution_1 .son p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.solution_1 .son .but {
  display: flex;
  justify-content: flex-end;
}
.preis_1 .txt {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .preis_1 .txt {
    margin-bottom: 30px;
  }
}
.preis_1 .txt .h2 {
  font-size: 28px;
  line-height: 1;
  padding-left: 10px;
  border-left: 8px solid var(--color);
}
@media (max-width: 768px) {
  .preis_1 .txt .h2 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.preis_1 .txt .h5 {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .preis_1 .txt .h5 {
    font-size: 18px;
    margin-top: 20px;
  }
}
.preis_1 .txt .con {
  margin-top: 30px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .preis_1 .txt .con {
    margin-top: 20px;
  }
}
.preis_1 .table th,
.preis_1 .table td {
  text-align: left;
  padding: 12px;
  padding-left: 0;
  border-left: none;
  border-right: none;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .preis_1 .table th,
  .preis_1 .table td {
    padding: 10px;
    padding-left: 0;
  }
}
.preis_1 .table th:nth-child(1),
.preis_1 .table td:nth-child(1) {
  width: 60%;
}
.preis_1 .table th:last-child,
.preis_1 .table td:last-child {
  padding-right: 0;
}
.preis_1 .table th {
  font-size: 18px;
}

.team_1 {
  padding-top: 80px !important;
}
@media (max-width: 768px) {
  .team_1 {
    padding-top: 60px !important;
  }
}
.team_1 .flex {
  gap: 30px;
}
.team_1 .son {
  width: 100%;
  background-color: #f3f3f3;
}
.team_1 .son:hover img {
  transform: scale(1.05);
}
.team_1 .son:hover h3 {
  color: var(--color);
}
.team_1 .son .img {
  float: right;
  margin-left: 30px;
  width: 20%;
  height: 100%;
  font-size: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .team_1 .son .img {
    margin-left: 20px;
    width: 40%;
  }
}
.team_1 .son img {
  width: 100%;
  height: 100%;
  transition: all 0.8s ease;
}
.team_1 .son .txt {
  padding: 30px;
}
@media (max-width: 768px) {
  .team_1 .son .txt {
    padding: 20px;
  }
}
.team_1 .son .h3 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1;
  transition: all 0.8s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
@media (max-width: 768px) {
  .team_1 .son .h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.team_1 .son .con {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .team_1 .son .con {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.team_1 .son .but {
  margin-top: 20px;
}
.contact_1 .flex {
  justify-content: space-between;
  gap: 30px;
}
.contact_1 .title_1 {
  text-align: left;
}
.contact_1 .l {
  max-width: 35%;
}
@media (max-width: 768px) {
  .contact_1 .l {
    max-width: 100%;
  }
}
.contact_1 .r {
  max-width: 60%;
  width: 100%;
}
@media (max-width: 768px) {
  .contact_1 .r {
    max-width: 100%;
  }
}
.contact_1 .r .tit h3 {
  font-size: 20px;
  line-height: 1.5;
  color: #212121;
  margin-bottom: 50px;
  font-weight: normal;
}
.contact_1 .r form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contact_1 .r label {
  width: calc((100% - 20px * (3 - 1)) / 3);
}
@media (max-width: 768px) {
  .contact_1 .r label {
    width: 100%;
  }
}
.contact_1 .r label.txt {
  width: 100%;
}
.contact_1 .r p {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 15px;
}
.contact_1 .r input,
.contact_1 .r textarea {
  padding: 10px 15px;
  border: 1px solid #dddddd;
  width: 100%;
  font-size: 14px;
  line-height: 2;
  color: #212121;
}
.contact_1 .r button {
  background-color: var(--color);
  color: #fff;
  padding: 15px 60px;
}
.contact_2 {
  position: relative;
  z-index: 1;
}
.contact_2 .lyNyContact_map {
  width: 100%;
}

.contact_3 .flex {
  gap: 30px;
}
.contact_3 .son {
  width: 100%;
  background-color: #fff;
  color: #3b3b3b;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--color);
}
.contact_3 .son .t {
  padding: 20px 40px;
  transition: all 0.8s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .contact_3 .son .t {
    padding: 20px;
  }
}
.contact_3 .son .t.on {
  background-color: var(--color);
  color: #fff;
}
.contact_3 .son .t.on i {
  border-color: #fff;
  transform: rotate(90deg);
}
.contact_3 .son .t h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  width: 30%;
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
}
.contact_3 .son .t p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  width: 20%;
  flex-shrink: 0;
}
.contact_3 .son .t i {
  transition: all 0.8s ease;
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 1px solid #c5c5c5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_3 .son .b {
  padding: 20px 40px;
  display: none;
}
@media (max-width: 768px) {
  .contact_3 .son .b {
    padding: 20px;
  }
}

.info_1 .h1 {
  text-align: center;
  font-weight: normal;
  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 .img {
  float: left;
  width: calc(50% - 60px);
  margin-right: 60px;
  overflow: hidden;
  border-radius: 10px;
  font-size: 0;
}
@media (max-width: 768px) {
  .info_1 .con .img {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
.info_1 .con .img img {
  width: 100%;
  transition: all 0.8s ease;
}

.info_2 .flex {
  align-items: flex-start;
  gap: 40px;
}
.info_2 .l {
  width: 20%;
  border-radius: 0px 40px 0 0;
  overflow: hidden;
  position: sticky;
  top: calc(var(--nav_height) + 30px);
  z-index: 10;
}
@media (max-width: 768px) {
  .info_2 .l {
    display: none;
  }
}
.info_2 .l .tit {
  background-color: var(--color);
  color: #fff;
  padding: 20px;
}
.info_2 .l .tit h2 {
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
}
.info_2 .l .list {
  border: 1px solid #e5e5e5;
  border-bottom: none;
}
.info_2 .l .list .son {
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.8s ease;
}
.info_2 .l .list .son.on,
.info_2 .l .list .son:hover {
  background-color: var(--color);
  color: #fff;
}
.info_2 .l .list .son a {
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.info_2 .r {
  width: calc(80% - 40px);
}
@media (max-width: 768px) {
  .info_2 .r {
    width: 100%;
  }
}
.info_2 .r .top {
  background-color: #f6f6f6;
  padding: 40px;
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .info_2 .r .top {
    flex-direction: column;
    gap: 30px;
    padding: 30px;
  }
}
.info_2 .r .top .img {
  font-size: 0;
  width: 40%;
}
@media (max-width: 768px) {
  .info_2 .r .top .img {
    width: 100%;
  }
}
.info_2 .r .top .img img {
  width: 100%;
  height: 100%;
}
.info_2 .r .top .txt {
  width: calc(60% - 40px);
}
@media (max-width: 768px) {
  .info_2 .r .top .txt {
    width: 100%;
  }
}
.info_2 .r .top .txt .tit {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #272727;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .info_2 .r .top .txt .tit {
    margin-bottom: 20px;
  }
}
.info_2 .r .top .txt p {
  line-height: 2;
  color: #686868;
}
.info_2 .r .top .txt .but {
  margin-top: 20px;
  display: flex;
}
.info_2 .r .bottom {
  margin-top: 60px;
}
.info_2 .r .bottom .list {
  border-bottom: 1px solid #e5e6e7;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  gap: 60px;
}
.info_2 .r .bottom .list a {
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 10px;
  position: relative;
}
.info_2 .r .bottom .list a.on::after {
  width: 100%;
}
.info_2 .r .bottom .list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 3px;
  background-color: var(--color);
  transition: all 0.5s ease;
}
.info_2 .r .bottom .box + .box {
  margin-top: 60px;
}
.info_2 .r .bottom .box .h2 {
  font-size: 20px;
  line-height: 1;
  padding-left: 15px;
  color: #272727;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
}
.info_2 .r .bottom .box .h2::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--color);
}
.info_2 .r .bottom .form form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.info_2 .r .bottom .form label {
  width: calc((100% - 20px * (3 - 1)) / 3);
}
@media (max-width: 768px) {
  .info_2 .r .bottom .form label {
    width: 100%;
  }
}
.info_2 .r .bottom .form label.txt {
  width: 100%;
}
.info_2 .r .bottom .form p {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 15px;
}
.info_2 .r .bottom .form input,
.info_2 .r .bottom .form textarea {
  padding: 10px 15px;
  border: 1px solid #dddddd;
  width: 100%;
  font-size: 14px;
  line-height: 2;
  color: #212121;
}
.info_2 .r .bottom .form button {
  background-color: var(--color);
  color: #fff;
  padding: 15px 60px;
}

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

.info_4 .flex {
  align-items: flex-start;
  gap: 40px;
}
.info_4 .flex .l {
    width: 20%;
    border-radius: 0px 40px 0 0;
    overflow: hidden;
    position: sticky;
    top: calc(var(--nav_height) + 30px);
    z-index: 10;
}
@media (max-width: 768px) {
    .info_4 .flex .l {
        display: none;
    }
}
.info_4 .flex .l .tit {
    background-color: var(--color);
    color: #fff;
    padding: 20px;
}
.info_4 .flex .l .list {
    border: 1px solid #e5e5e5;
    border-bottom: none;
    background-color: #fff;
}
.info_4 .flex .l .list .son {
    border-bottom: 1px solid #e5e5e5;
    transition: all 0.8s ease;
}
.info_4 .flex .l .list .son a {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.info_4 .flex .l .list .son:hover {
  background-color: var(--color);
  color: #fff;
}
.info_4 .flex .r {
        width: calc(80% - 40px);
}
@media (max-width: 768px) {
.info_4 .flex .r {
    width: 100%;
}
}
.info_4 .h1 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 28px;
  color: #010101;
}
@media (max-width: 768px) {
  .info_4 .h1 {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.info_4 .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_4 .icon p {
  font-size: 13px;
  color: var(--color);
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 7px;
}
.info_4 .con .img {
  float: left;
  width: calc(50% - 60px);
  margin-right: 60px;
  overflow: hidden;
  border-radius: 10px;
  font-size: 0;
}
@media (max-width: 768px) {
  .info_4 .con .img {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
.info_4 .con .img img {
  width: 100%;
  transition: all 0.8s ease;
}

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