@charset "UTF-8";
.info_2 .swiper_box3 img, .info_2 .l .swiper_box2 img, .info_2 .l .swiper_box1 img, .news_1 .son img, .product_1 .son img, .cases_1 .flex .son img, .section_3 .swiper-slide img, .section_1 .son img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}

.section_2 .txt .but a, .section_1 .but a {
  display: inline-block;
  padding: 8px 80px;
  font-size: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 400;
  line-height: 1.5;
  color: #515151;
  transition: all 0.8s ease;
}
@media (max-width: 768px) {
  .section_2 .txt .but a, .section_1 .but a {
    padding: 6px 40px;
    font-size: 18px;
  }
}
.section_2 .txt .but a:hover, .section_1 .but a:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: #fff;
}

@font-face {
  font-family: "title1";
  src: url(../font/yYLl0h7WyfzTzI44.woff2);
}
:root {
  --color: #245c4f;
  --color1: #020180;
  --nav_height: 82px;
  --nav_height1: 45px;
}
@media (max-width: 768px) {
  :root {
    --nav_height: 60px;
  }
}

/* 定义滚动条整体样式 (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: "Roboto", sans-serif;
  color: #333;
  margin: 0 auto;
  font-size: 16px;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

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

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

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

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

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

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

textarea {
  resize: none;
}

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

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

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

.clear {
  clear: both;
}

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

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

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

@media (max-width: 768px) {
  #banner_1 {
    margin-top: var(--nav_height);
  }
}
#banner_1 .mySwiper_1 {
  height: 100vh;
}
@media (max-width: 768px) {
  #banner_1 .mySwiper_1 {
    height: auto;
    min-height: 300px;
  }
}
#banner_1 .img {
  padding-top: var(--nav_height);
  width: 100%;
  height: 100%;
  font-size: 0;
}
@media (max-width: 768px) {
  #banner_1 .img {
    padding-top: 0;
  }
}
#banner_1 .img img,
#banner_1 .img video,
#banner_1 .img iframe {
  width: 100%;
  height: 100%;
}
#banner_1 .next_1,
#banner_1 .prev_1 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.5s ease;
}
#banner_1 .next_1::after,
#banner_1 .prev_1::after {
  transition: all 0.5s ease;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
#banner_1 .next_1:hover,
#banner_1 .prev_1:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
#banner_1 .next_1:hover::after,
#banner_1 .prev_1:hover::after {
  color: #fff;
}
#banner_1 .next_1 {
  right: 10%;
}
@media (max-width: 768px) {
  #banner_1 .next_1 {
    right: 5%;
  }
}
#banner_1 .prev_1 {
  left: 10%;
}
@media (max-width: 768px) {
  #banner_1 .prev_1 {
    left: 5%;
  }
}
#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 {
  margin-top: var(--nav_height);
  position: relative;
  z-index: 10;
  display: flex;
}
#banner_2 img {
  width: 100%;
  max-height: 580px;
}

#mbx_1 {
  position: relative;
  z-index: 10;
  font-size: 16px;
  line-height: 70px;
  border-bottom: 1px solid rgba(191, 191, 191, 0.4117647059);
}
#mbx_1 .bx {
  display: flex;
}
#mbx_1 .l {
  margin-right: auto;
  display: flex;
  gap: 40px;
}
#mbx_1 .l a {
  position: relative;
}
#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: var(--color);
  transition: all 0.3s ease;
}
#mbx_1 .r {
  margin-left: auto;
}
#mbx_1 .r form {
  border-radius: 50px;
  border: 1px solid #ccc;
  margin: auto 0;
  display: flex;
  align-items: center;
}
#mbx_1 span {
  margin: 0 5px;
}

#mbx_2 {
  position: relative;
  z-index: 10;
  font-size: 13px;
  line-height: 1.4;
}
#mbx_2 .bx {
  padding-top: 12px;
  padding-bottom: 12px;
}
#mbx_2 span {
  margin: 0 5px;
}

header {
  height: var(--nav_height);
  transition: all 0.3s;
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 0;
}
@media (max-width: 768px) {
  header {
    position: fixed;
  }
}
header::after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #fff;
}
.header {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  display: flex;
}
.header .logo img {
  width: 110px;
}
.header .nav {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}
@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-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 i {
  display: none;
}
@media (max-width: 768px) {
  .header .nav li i {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    font-size: 20px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header .nav li:hover .ej_box {
  opacity: 1;
  visibility: visible;
}
.header .nav li > a {
  height: 100%;
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  font-weight: 500;
  position: relative;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header .nav li > a {
    font-size: 16px;
    height: auto;
    line-height: 1.5;
    padding: 10px 15px;
  }
}
.header .nav li > a:hover {
  color: #000;
}
.header .nav li > a::after {
  content: "";
  width: 0;
  height: 4px;
  background-color: var(--color);
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}
.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 {
    transition: none;
    display: none;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
  }
}
.header .nav li .ej_box a {
  display: block;
  text-align: center;
  padding: 15px 30px;
  background-color: #fff;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .header .nav li .ej_box a {
    padding: 10px 20px;
    text-align: left;
    border-bottom: none;
  }
}
.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 {
  font-size: 20px;
}
.header .lang {
  position: relative;
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header .lang {
    display: none;
  }
}
.header .lang:hover ul {
  opacity: 1;
  visibility: visible;
}
.header .lang span {
  display: block;
  padding: 0 30px;
  line-height: 2;
  background-color: var(--color);
  color: #fff;
  border-radius: 30px;
}
.header .lang ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  padding: 5px 0;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.header .lang a {
  display: block;
  text-align: center;
  width: 100%;
  line-height: 2;
  transition: all 0.5s ease;
}
.header .lang a:hover {
  background-color: var(--color);
  color: #fff;
}

.footer {
  background-color: #000;
  color: #fff;
}
.footer .top {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .footer .top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer .top .bx {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 768px) {
  .footer .top .bx {
    flex-direction: column;
  }
}
.footer .top .l {
  width: calc((100% - 60px * (2 - 1)) / 2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .top .l .logo {
  font-size: 0;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .top .l .logo img {
  max-height: 60px;
}
.footer .top .l .logo h2 {
  font-size: 20px;
}
.footer .top .l .txt p {
  line-height: 1.5;
  font-size: 13px;
  margin-bottom: 18px;
}
.footer .top .r {
  width: calc((100% - 60px * (2 - 1)) / 2);
}
.footer .top .r ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.footer .top .r li {
  width: calc((100% - 30px * (3 - 1)) / 3);
}
.footer .top .r a {
  display: block;
}
.footer .bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .footer .bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.footer .bottom .bx {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 768px) {
  .footer .bottom .bx {
    flex-direction: column;
    gap: 10px;
  }
}
.footer .bottom .l {
  width: calc((100% - 60px * (2 - 1)) / 2);
}
@media (max-width: 768px) {
  .footer .bottom .l {
    width: 100%;
    text-align: center;
  }
}
.footer .bottom .l p {
  line-height: 2;
  font-size: 14px;
}
.footer .bottom .r {
  width: calc((100% - 60px * (2 - 1)) / 2);
  display: flex;
}
@media (max-width: 768px) {
  .footer .bottom .r {
    width: 100%;
  }
}
.footer .bottom .r ul {
  margin-left: auto;
  display: flex;
  gap: 15px;
}
@media (max-width: 768px) {
  .footer .bottom .r ul {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .bottom .r .img {
  display: block;
  width: 24px;
  height: 24px;
}

.bj_f {
  background-color: #f8f7f9;
}

.title_1 {
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .title_1 {
    margin-bottom: 40px;
  }
}
.title_1 h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .title_1 h2 {
    font-size: 28px;
  }
}
.title_1 .more {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.title_1 .more a {
  display: block;
  padding: 10px 40px;
  line-height: 1.5;
  border-radius: 40px;
  background-color: var(--color);
  color: #fff;
}

.section_1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .section_1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section_1 .flex {
  gap: 30px;
}
.section_1 .son {
  width: calc((100% - 30px * (4 - 1)) / 4);
  background-color: #fff;
}
@media (max-width: 768px) {
  .section_1 .son {
    width: 100%;
  }
}
.section_1 .son:hover p {
  color: #061650;
}
.section_1 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 42.5%;
}
.section_1 .son h3 {
  padding: 30px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  min-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .section_1 .son h3 {
    padding: 20px;
    padding-bottom: 0;
    min-height: 80px;
  }
}
.section_1 .son p {
  border-top: 1px solid #e7e7e7;
  color: #7e7e7e;
  padding: 30px;
  padding-bottom: 0;
  margin-top: 30px;
  margin-bottom: 16px;
  line-height: 1.8;
  transition: all 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .section_1 .son p {
    padding: 20px;
    padding-bottom: 0;
    margin-top: 20px;
    margin-bottom: 16px;
  }
}
.section_1 .son span {
  padding: 30px;
  padding-top: 0;
  line-height: 1.8;
  color: #b1b1b1;
  display: block;
}
@media (max-width: 768px) {
  .section_1 .son span {
    padding: 20px;
    padding-top: 0;
  }
}
.section_1 .but {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .section_1 .but {
    margin-top: 30px;
  }
}
.section_2 .img {
  width: 50%;
  font-size: 0;
}
@media (max-width: 768px) {
  .section_2 .img {
    width: 100%;
  }
}
.section_2 .img img {
  height: 100%;
}
.section_2 .txt {
  background-color: var(--color);
  color: #f4f5f9;
  width: 50%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .section_2 .txt {
    width: 100%;
    padding: 30px;
  }
}
.section_2 .txt .h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .section_2 .txt .h3 {
    font-size: 26px;
  }
}
.section_2 .txt .h4 {
  font-weight: 550;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .section_2 .txt .h4 {
    font-size: 12px;
  }
}
.section_2 .txt .but {
  margin-top: 30px;
  display: flex;
}
.section_2 .txt .but a {
  background-color: #fff;
  border-color: #fff;
}
.section_2 .txt .but a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #515151;
}

.section_3 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .section_3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section_3 h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 8px;
  text-align: center;
}
.section_3 h4 {
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 30px;
}
.section_3 .rel {
  position: relative;
}
.section_3 .swiper-slide {
  border-radius: 20px;
  transition: all 0.5s ease;
  padding: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .section_3 .swiper-slide {
    margin-bottom: 0px;
  }
}
.section_3 .swiper-slide:hover {
  box-shadow: 0px 12px 23px 0px rgba(0, 0, 0, 0.1);
}
.section_3 .swiper-slide:hover img {
  transform: scale(1.05);
}
.section_3 .swiper-slide .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.section_3 .swiper-slide .txt {
  margin-top: 15px;
}
.section_3 .swiper-slide h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
}
.section_3 .swiper-slide p {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
  color: #7e7e7e;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_3 .swiper-slide .but {
  display: flex;
  justify-content: center;
}
.section_3 .swiper-slide .but a {
  background-color: var(--color);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  padding: 8px 32px;
  border-radius: 40px;
}
.section_3 .next3,
.section_3 .prev3 {
  width: 30px;
  height: 30px;
  background-color: var(--color);
  border-radius: 50%;
  color: #fff;
  margin: 0;
  top: calc(50% - 98px);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .section_3 .next3,
  .section_3 .prev3 {
    top: calc(50% - 80px);
  }
}
.section_3 .next3::after,
.section_3 .prev3::after {
  display: none;
}
.section_3 .prev3 {
  left: -15px;
}
@media (max-width: 768px) {
  .section_3 .prev3 {
    left: -10px;
  }
}
.section_3 .next3 {
  right: -15px;
}
@media (max-width: 768px) {
  .section_3 .next3 {
    right: -10px;
  }
}

.cases_1 {
  padding-top: 30px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .cases_1 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.cases_1 h2 {
  line-height: 1.2;
  font-weight: 550;
  font-size: 28px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .cases_1 h2 {
    font-size: 24px;
  }
}
.cases_1 h4 {
  line-height: 1.8;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
}
.cases_1 .flex {
  gap: 30px;
}
.cases_1 .flex .son {
  padding: 15px;
  background-color: #fff;
  border-radius: 12px;
  width: calc((100% - 30px * (4 - 1)) / 4);
}
@media (max-width: 768px) {
  .cases_1 .flex .son {
    width: 100%;
  }
}
.cases_1 .flex .son:hover img {
  transform: scale(1.05);
}
.cases_1 .flex .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.cases_1 .flex .son .txt {
  margin-top: 15px;
  text-align: center;
}
.cases_1 .flex .son h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.cases_1 .flex .son span {
  display: block;
  font-size: 14px;
  padding-bottom: 10px;
}

.about_1 {
  overflow: hidden;
  background-color: #000;
}
.about_1 .flex {
  align-items: center;
  gap: 30px;
}
.about_1 .img {
  width: calc((100% - 30px * (2 - 1)) / 2);
  font-size: 0;
}
@media (max-width: 768px) {
  .about_1 .img {
    width: 100%;
    padding-right: 0;
  }
}
.about_1 .img img {
  width: 100%;
}
.about_1 .txt {
  width: calc((100% - 30px * (2 - 1)) / 2);
  padding: 30px;
  color: #fff;
}
@media (max-width: 768px) {
  .about_1 .txt {
    width: 100%;
    padding: 0 30px 30px;
  }
}
.about_1 .txt .h2 {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .about_1 .txt .h2 {
    font-size: 28px;
  }
}
.about_1 .txt .h4 {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 15px;
  margin-bottom: 15px;
}

.about_2 {
  overflow: hidden;
  position: relative;
}
.about_2 .img {
  font-size: 0;
  width: 100%;
  height: 700px;
}
@media (max-width: 768px) {
  .about_2 .img {
    height: 400px;
    min-height: 400px;
  }
}
.about_2 .img img {
  width: 100%;
  height: 100%;
}
.about_2 .abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.about_2 .bx {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about_2 .bx h3 {
  font-size: 36px;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .about_2 .bx h3 {
    font-size: 28px;
  }
}
.about_2 .bx .but {
  display: flex;
}
.about_2 .bx .but a {
  background-color: var(--color);
  color: #fff;
  padding: 16px 40px;
  border-radius: 50px;
  font-weight: 500;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .about_2 .bx .but a {
    padding: 12px 30px;
  }
}

.about_3 {
  overflow: hidden;
  background-color: #edeae0;
}
.about_3 .flex {
  align-items: center;
  gap: 30px;
}
.about_3 .img {
  width: calc((100% - 30px * (2 - 1)) / 2);
  font-size: 0;
}
@media (max-width: 768px) {
  .about_3 .img {
    width: 100%;
    padding-right: 0;
  }
}
.about_3 .img img {
  width: 100%;
}
.about_3 .txt {
  width: calc((100% - 30px * (2 - 1)) / 2);
  padding: 30px;
}
@media (max-width: 768px) {
  .about_3 .txt {
    width: 100%;
    padding: 0 30px 30px;
  }
}
.about_3 .txt .h2 {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .about_3 .txt .h2 {
    font-size: 28px;
  }
}
.about_3 .txt .h4 {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 15px;
  margin-bottom: 15px;
}

.product_1 {
  padding-top: 30px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .product_1 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.product_1 h2 {
  font-weight: 550;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .product_1 h2 {
    font-size: 26px;
  }
}
.product_1 h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
}
.product_1 .flex {
  gap: 30px;
}
.product_1 .son {
  width: calc((100% - 30px * (4 - 1)) / 4);
  background-color: #fff;
  padding: 15px;
  padding-bottom: 30px;
  border-radius: 8px;
  transition: all 0.5s ease;
}
@media (max-width: 1280px) {
  .product_1 .son {
    width: calc((100% - 30px * (3 - 1)) / 3);
  }
}
@media (max-width: 768px) {
  .product_1 .son {
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
}
.product_1 .son:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.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 .txt {
  margin-top: 15px;
  text-align: center;
}
.product_1 .son h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 8px;
}
.product_1 .son span {
  display: inline-block;
  color: #fff;
  background-color: var(--color);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  padding: 5px 30px;
  border-radius: 30px;
}

.services_1 {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 768px) {
  .services_1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.services_1 .con {
  font-size: 16px;
  line-height: 1.8;
  margin: 50px 0;
  color: #4c4948;
}
.services_1 .flex {
  gap: 60px;
}
.services_1 .son {
  width: calc((100% - 60px * (3 - 1)) / 3);
}
.services_1 .son .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.services_1 .son .tit h3 {
  font-weight: normal;
  font-size: 27px;
  color: #231815;
  line-height: 1.82353;
}
.services_1 .son .tit h4 {
  font-weight: bold;
  font-size: 27px;
  color: #231815;
  line-height: 1.82353;
}
.services_1 .son ul li {
  font-size: 16px;
  color: #4c4948;
  padding: 0 25px;
  line-height: 30px;
  margin-bottom: 23px;
  display: block;
  border: 1px solid #cacbcc;
  border-radius: 5px;
}

.services_2 {
  background: #f2f5f7;
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 768px) {
  .services_2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.services_2 .con {
  margin-top: 60px;
}

.services_3 {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 768px) {
  .services_3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.services_3 .flex {
  gap: 8px;
  margin-top: 80px;
}
.services_3 .son {
  width: calc((100% - 8px * (5 - 1)) / 5);
  background: #f1f1f1;
  border-bottom: 6px solid var(--color);
  padding: 40px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  height: 310px;
}
.services_3 .son span {
  font-size: 24px;
  color: var(--color);
}
.services_3 .son h3 {
  margin-top: 12px;
  margin-bottom: auto;
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
.services_3 .son .hr {
  width: 32px;
  height: 2px;
  background: #444444;
}

.marketing_1 {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 768px) {
  .marketing_1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.marketing_1 .con {
  font-size: 16px;
  line-height: 1.8;
  margin: 50px 0;
  color: #4c4948;
}
.marketing_1 .img {
  width: 100%;
  text-align: center;
}

.marketing_2 {
  background: #f2f5f7;
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 768px) {
  .marketing_2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.marketing_2 .con {
  margin-top: 60px;
}

.marketing_3 {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 768px) {
  .marketing_3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.marketing_3 .flex {
  gap: 8px;
  margin-top: 80px;
}
.marketing_3 .son {
  width: calc((100% - 8px * (5 - 1)) / 5);
  background: #f1f1f1;
  border-bottom: 6px solid var(--color);
  padding: 40px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  height: 310px;
}
.marketing_3 .son span {
  font-size: 24px;
  color: var(--color);
}
.marketing_3 .son h3 {
  margin-top: 12px;
  margin-bottom: auto;
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
.marketing_3 .son .hr {
  width: 32px;
  height: 2px;
  background: #444444;
}

.news_1 {
  padding-top: 30px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .news_1 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.news_1 h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  color: #3d4465;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .news_1 h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.news_1 .flex {
  gap: 30px;
}
.news_1 .son {
  background-color: #fff;
  width: calc((100% - 30px * (4 - 1)) / 4);
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .news_1 .son {
    width: 100%;
  }
}
.news_1 .son:hover p {
  color: #061650;
}
.news_1 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 58%;
}
.news_1 .son .img::after {
  content: "";
  background-color: var(--color);
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.news_1 .son h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin: 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .news_1 .son h3 {
    line-height: 1.5;
    font-size: 16px;
  }
}
.news_1 .son .txt {
  flex-grow: 1;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .news_1 .son .txt {
    padding: 20px;
  }
}
.news_1 .son p {
  line-height: 1.8;
  color: #7e7e7e;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news_1 .son span {
  margin-top: auto;
  color: #fff;
  background-color: var(--color);
  font-weight: 600;
  font-size: 12px;
  padding: 8px 32px;
  border-radius: 40px;
}

.contact_1 {
  padding-top: 0px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .contact_1 {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}
.contact_1 .bx {
  max-width: 1030px;
}
.contact_1 .h2 {
  background-color: #fff;
  padding: 24px 30px 20px;
  border-bottom: 1px solid #f0f1f5;
  line-height: 75px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .contact_1 .h2 {
    line-height: 75px;
    font-size: 20px;
    padding: 0 30px;
  }
}
.contact_1 .txt {
  background-color: #fff;
}
.contact_1 .box {
  width: 100%;
  padding: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  .contact_1 .box {
    gap: 20px;
  }
}
.contact_1 .box .h3 {
  width: calc(33.3333333333% - 15px);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .contact_1 .box .h3 {
    width: 100%;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.contact_1 .box .con {
  width: calc(66.6666666667% - 15px);
}
@media (max-width: 768px) {
  .contact_1 .box .con {
    width: 100%;
  }
}

.contact_2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
@media (max-width: 768px) {
  .contact_2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.contact_2 h2 {
  position: relative;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 70px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .contact_2 h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.contact_2 form {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  .contact_2 form {
    gap: 20px;
  }
}
.contact_2 label {
  width: calc((100% - 30px * (3 - 1)) / 3);
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .contact_2 label {
    width: 100%;
  }
}
.contact_2 label.textarea {
  width: 100%;
}
.contact_2 input,
.contact_2 textarea {
  width: 100%;
  height: 52px;
  line-height: 2;
  padding: 0px 30px;
  border: 1px solid #ccc;
  border-radius: 30px;
  background-color: #f7f7f7;
  transition: all 0.3s ease;
}
.contact_2 textarea {
  border-radius: 10px;
  height: 150px;
  padding: 20px 30px;
}
.contact_2 button {
  background-color: var(--color);
  color: #fff;
  border: none;
  border-radius: 100px;
  height: 50px;
  padding: 0 50px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 30px auto 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.info_1 {
  padding-top: 30px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .info_1 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.info_1 .h1 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
  line-height: 1.5;
  font-size: 24px;
  color: #010101;
}
@media (max-width: 768px) {
  .info_1 .h1 {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.info_2 {
  padding-top: 30px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .info_2 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.info_2 .flex {
  gap: 30px;
}
.info_2 .l {
  width: calc(41.6666666667% - 15px);
}
@media (max-width: 768px) {
  .info_2 .l {
    width: 100%;
  }
}
.info_2 .l .swiper_box1 a {
  display: block;
  max-width: 350px;
  margin: 0 auto;
}
.info_2 .l .swiper_box1 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.info_2 .l .swiper_box2 {
  margin-top: 24px;
}
.info_2 .l .swiper_box2 .img {
  border: 1px solid #e7e7e7;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.info_2 .r {
  width: calc(58.3333333333% - 15px);
}
@media (max-width: 768px) {
  .info_2 .r {
    width: 100%;
  }
}
.info_2 .r .h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 8px;
}
.info_2 .r .span {
  font-weight: 400;
  line-height: 1.5;
  color: #7e7e7e;
}
.info_2 .r .con {
  margin-top: 18px;
}
.info_2 .r .but {
  margin-top: 35px;
  display: flex;
}
.info_2 .r .but a {
  padding: 15px 24px;
  color: #fff;
  background-color: #000000;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.info_2 .r .but a:hover {
  background-color: var(--color);
}
.info_2 .con_2 {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .info_2 .con_2 {
    margin-top: 50px;
  }
}
.info_2 .con_2 .h2 {
  width: 100%;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
}
.info_2 .con_2 .h2 span {
  font-weight: 500;
  font-size: 15px;
  padding: 8px 16px;
  border-bottom: 3px solid var(--color);
  cursor: pointer;
}
.info_2 .con_2 .h2 span.on {
  background-color: var(--color);
  color: #fff;
}
.info_2 .con_2 .con {
  display: none;
}
.info_2 .con_2 .con.on {
  display: block;
}
.info_2 .con_2 .con iframe {
  width: 100%;
  /*height: 100%;*/
}
.info_2 .artist {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .info_2 .artist {
    margin-top: 50px;
  }
}
.info_2 .artist .h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 50px;
  text-align: center;
}
.info_2 .artist .box {
  display: flex;
  flex-wrap: wrap;
}
.info_2 .artist .img {
  font-size: 0;
  width: 50%;
  max-height: 55vh;
}
@media (max-width: 768px) {
  .info_2 .artist .img {
    width: 100%;
  }
}
.info_2 .artist .img img {
  width: 100%;
  height: 100%;
}
.info_2 .artist .txt {
  background-color: #000;
  padding: 30px;
  width: 50%;
  color: #fff;
}
@media (max-width: 768px) {
  .info_2 .artist .txt {
    width: 100%;
  }
}
.info_2 .artist .txt h3 {
  font-weight: 550;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .info_2 .artist .txt h3 {
    font-size: 20px;
  }
}
.info_2 .swiper_box3 {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .info_2 .swiper_box3 {
    margin-top: 50px;
  }
}
.info_2 .swiper_box3 .h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 50px;
  text-align: center;
}
.info_2 .swiper_box3 a {
  display: block;
}
.info_2 .swiper_box3 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.info_2 .swiper_box3 .txt {
  margin-top: 15px;
  text-align: center;
}
.info_2 .swiper_box3 h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 8px;
}
.info_2 .swiper_box3 span {
  display: inline-block;
  color: #fff;
  background-color: var(--color);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  padding: 5px 10px;
}

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