.info_2 .list .son img, .info_2 .l img, .case_1 .son img, .product_1 .son img, .news_1 .son img, .section_5 .son img, .section_4 .son img, .section_1 .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}

.section_6 .but a, #banner_1 .but a {
  display: inline-block;
  background-color: var(--color);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 28px;
  padding: 8px 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid var(--color);
}

@font-face {
  font-family: "title1";
  src: url(../font/yYLl0h7WyfzTzI44.woff2);
}
:root {
  --color: #446084;
  --color1: #19613d;
  --nav_height: 54px;
  --font: Lato, sans-serif;
  --font_title: "Montserrat";
}
@media (max-width: 768px) {
  :root {
    --nav_height: 60px;
  }
}

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

body {
  color: #333;
  margin: 0 auto;
  font-size: 16px;
  font-family: var(--font);
}
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;
}

.bx {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}

.clear {
  clear: both;
}

#page_1 {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  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 {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 2px;
}
#page_1 a.on {
  pointer-events: none;
}
#page_1 a i {
  font-size: 12px;
}

#banner_1 {
  margin-top: -16px;
  height: 400px;
  background-color: #fbf7f3;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  #banner_1 {
    height: 400px;
  }
}
#banner_1 .mySwiper {
  height: 100%;
}
#banner_1 .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
}
#banner_1 .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.535);
}
#banner_1 .img video,
#banner_1 .img img {
  position: relative;
  width: 100%;
  height: 100%;
}
#banner_1 .bx {
  position: relative;
  z-index: 10;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#banner_1 p {
  color: rgba(0, 0, 0, 0.5411764706);
  width: 100%;
  max-width: 50%;
  margin-left: auto;
  padding-left: 70px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.75em;
  font-weight: 600;
  letter-spacing: 3px;
  display: flex;
}
@media (max-width: 768px) {
  #banner_1 p {
    max-width: 100%;
    font-size: 14px;
  }
}
#banner_1 h2 {
  width: 100%;
  font-family: var(--font_title);
  max-width: 840px;
  line-height: 1.32588em;
  font-size: 80px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #banner_1 h2 {
    max-width: 100%;
    font-size: 32px;
  }
}
#banner_1 h5 {
  width: 100%;
  margin-top: 20px;
  max-width: 840px;
  line-height: 1.571em;
  font-size: 28px;
  font-weight: 300;
}
@media (max-width: 768px) {
  #banner_1 h5 {
    max-width: 100%;
    font-size: 16px;
  }
}
#banner_1 .but {
  width: 100%;
  max-width: 840px;
  margin-top: 48px;
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  #banner_1 .but {
    gap: 10px;
    margin-top: 30px;
    max-width: 100%;
  }
}
#banner_1 .next_1,
#banner_1 .prev_1 {
  width: 36px;
  height: 36px;
  background-color: transparent;
  transition: all 0.5s ease;
  border: 1px solid #fff;
  border-radius: 50%;
}
#banner_1 .next_1:hover,
#banner_1 .prev_1:hover {
  border-color: var(--color);
  background-color: var(--color);
}
#banner_1 .next_1::after,
#banner_1 .prev_1::after {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
#banner_1 .prev_1 {
  left: 2%;
}
@media (max-width: 768px) {
  #banner_1 .prev_1 {
    left: 10px;
  }
}
#banner_1 .next_1 {
  right: 2%;
}
@media (max-width: 768px) {
  #banner_1 .next_1 {
    right: 10px;
  }
}
#banner_1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color);
}

#banner_2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
  display: flex;
}
#banner_2 img {
  width: 100%;
  height: 420px;
}
@media (max-width: 768px) {
  #banner_2 img {
    height: 150px;
  }
}
#banner_2 .bj {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9490196078);
  opacity: 0.64;
}
#banner_2 .bx {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 0;
}
#banner_2 .bx h2 {
  font-size: 49px;
  text-align: center;
  margin-bottom: 20px;
}
#banner_2 .bx p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#banner_2 .bx p a {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
#banner_2 .bx p i {
  width: 18px;
  height: 18px;
  font-size: 12px;
  border-radius: 50%;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.9490196078);
  display: flex;
  align-items: center;
  justify-content: center;
}

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

header {
  height: 70px;
  position: sticky;
  width: 100%;
  z-index: 100;
  top: 0;
  transition: all 0.5s ease;
}
header::after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
header.active .header, header.on .header {
  height: 70px;
}
@media (max-width: 768px) {
  header.active .header .nav, header.on .header .nav {
    top: 70px;
  }
}
header .box {
  background-color: #fff;
  position: relative;
}

.header_top {
  height: 30px;
  background-color: var(--color);
}
.header_top .bx {
  height: 100%;
  display: flex;
}
.header_top p {
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.6px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.header_top a {
  margin-left: auto;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.6px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

.header {
  height: var(--nav_height);
  transition: all 0.5s ease;
  /*position: relative;*/
  display: flex;
  justify-content: space-between;
}
.header .logo {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.header .logo img {
  padding: 15px 0;
}
.header .logo .logo-text {
  transition: all 0.3s ease;
}
.header .logo span {
  font-size: 22px;
  font-weight: 700;
  font-family: var(--font_title);
  text-transform: uppercase;
}
.header .logo p {
  font-size: 10.7px;
  font-weight: normal;
  color: #888;
}
.header .nav {
  margin-left: auto;
  margin-right: 0;
  height: 100%;
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .header .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin: 0;
    position: fixed;
    top: 90px;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    width: 0;
    overflow: hidden;
    overflow-y: auto;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.3s;
  }
  .header .nav.on {
    width: 100%;
    opacity: 1;
  }
}
.header .nav .menu {
  /*position: relative;*/
}
@media (max-width: 768px) {
  .header .nav .menu {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2392156863);
    flex-grow: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
.header .nav .menu:hover .sub {
  opacity: 1;
  visibility: visible;
}
.header .nav .menu_mobile {
  display: none;
}
@media (max-width: 768px) {
  .header .nav .menu_mobile {
    flex-grow: 1;
    width: 100%;
    height: 100%;
    display: block;
  }
}
.header .nav .tit {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media (max-width: 768px) {
  .header .nav .tit {
    padding: 0 15px;
    height: auto;
    display: flex;
  }
}
.header .nav .tit.on a::after, .header .nav .tit:hover a::after {
  width: 100%;
}
.header .nav .tit i {
  transition: all 0.5s ease;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: none;
}
@media (max-width: 768px) {
  .header .nav .tit i {
    display: block;
    width: 50px;
    color: #fff;
    flex-shrink: 0;
  }
}
.header .nav .tit a {
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
  height: 100%;
  font-size: 15px;
  font-weight: 700;
  color: #666666;
  font-family: var(--font_title);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .header .nav .tit a {
    justify-content: flex-start;
    line-height: 50px;
    font-size: 16px;
    font-weight: normal;
    flex-grow: 1;
    color: #fff;
  }
}
.header .nav .sub {
  position: absolute;
  min-width: 260px;
  z-index: 11;
  top: 100%;
  left: 0px;
  right: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .header .nav .sub {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
    transition: none;
    width: 100%;
    padding: 0;
    display: none;
  }
}
.header .nav .sub ul {
  border: 2px solid #ddd;
  background-color: #fff;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  padding: 40px 120px;
  overflow: hidden;
  display: flex;
}
@media (max-width: 768px) {
  .header .nav .sub ul {
    flex-direction: column;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2392156863);
    background-color: transparent;
    color: #fff;
    padding: 0 15px;
  }
}
.header .nav .sub li {
  position: relative;
  border-bottom: 1px solid #ececec;
  margin: 0 20px;
  /*max-width: 200px;*/
}
@media (max-width: 768px) {
  .header .nav .sub li {
    border-bottom: none;
  }
}
.header .nav .sub .a {
  display: block;
  line-height: 1.3;
  padding: 10px 0;
  font-size: 16px;
  transition: all 0.5s ease;
  /*color: #777;*/
  font-weight: bold;
  border-bottom: 1px solid var(--color);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .header .nav .sub .a {
    margin-bottom: 0;
    text-align: left;
    color: #fff;
  }
}
.header .nav .sub .box_a {
  display: flex;
  flex-direction: column;
}
.header .nav .sub .box_a a {
  font-size: 16px;
  padding: 5px 0;
  line-height: 1.5;
  color: #777;
}
@media (max-width: 768px) {
  .header .nav .sub .box_a a {
    color: #c4c4c4;
  }
}
.header .mobile {
  display: none;
}
@media (max-width: 768px) {
  .header .mobile {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .mobile i {
    font-size: 24px;
    transition: all 0.3s ease;
  }
}
.header .but {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header .but {
    display: none;
  }
}
.header .but a {
  font-weight: 600;
  font-size: 16px;
  padding: 8px 30px;
  border-radius: 50px;
  background-color: #eef3f6;
}
.header .tel {
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .tel i {
  font-size: 20px;
}
@media (max-width: 768px) {
  .header .tel {
    display: none;
  }
}
.header .tel a {
  font-size: 24px;
  font-weight: 400;
}
.header .icon {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .header .icon {
    display: none;
  }
}
.header .icon a {
  padding: 5px;
  width: 24px;
  height: 24px;
}
.header .icon a img {
  width: 100%;
  height: 100%;
}

footer {
  background-color: rgb(245, 247, 251);
}

.footer_top {
  padding-top: 50px;
  padding-bottom: 30px;
}
.footer_top .flex {
  gap: 20px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .footer_top .flex {
    gap: 40px 20px;
    padding-bottom: 20px;
  }
}
.footer_top .hr {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 24px 0 54px;
}
.footer_top .son {
  width: calc((100% - 20px * (4 - 1)) / 4);
}
@media (max-width: 768px) {
  .footer_top .son {
    width: calc((100% - 20px * (2 - 1)) / 2);
  }
}
.footer_top .son .img {
  width: 25px;
  height: 25px;
  margin: 0 auto 16px;
}
@media (max-width: 768px) {
  .footer_top .son .img {
    margin-bottom: 10px;
  }
}
.footer_top .son img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer_top .son p {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  color: #777;
}
.footer_top .l {
  width: calc(41.6666666667% - 10px);
  padding-right: 25px;
}
@media (max-width: 768px) {
  .footer_top .l {
    width: 100%;
    padding-right: 0;
  }
}
.footer_top .l h3 {
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  margin-bottom: 8px;
  line-height: 1.4;
}
.footer_top .l p {
  color: #777;
  line-height: 1.4;
  font-size: 14.5px;
  margin-bottom: 18px;
}
.footer_top .l .email {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer_top .l .email i {
  font-weight: bold;
}
.footer_top .l .email a {
  text-transform: uppercase;
  line-height: 1.6;
  font-weight: bold;
  font-size: 12px;
}
.footer_top .r {
  width: calc(58.3333333333% - 10px);
  display: flex;
}
@media (max-width: 768px) {
  .footer_top .r {
    width: 100%;
  }
}
.footer_top .r .ul {
  width: 50%;
}
.footer_top .r h4 {
  line-height: 1.6;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #555;
  margin-bottom: 8px;
}
.footer_top .r li {
  border-bottom: 1px solid #ececec;
  list-style: none;
  margin: 0;
  padding: 7px 0 7px 25px;
  position: relative;
}
.footer_top .r i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.footer_top .r a {
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  display: inline-block;
  color: #334862;
  font-size: 13px;
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #273647;
}
.footer .p {
  line-height: 1.7;
  font-size: 14.5px;
  color: rgb(68, 96, 132);
}

.lang_box {
  position: fixed;
  bottom: 0;
  right: 10%;
  z-index: 100;
  background: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  border-radius: 8px 8px 0 0;
  min-width: 200px;
}
.lang_box .box {
  padding: 12px 12px 6px 12px;
}
.lang_box .box:hover a {
  display: flex;
}
.lang_box .box a {
  padding: 10px 12px 10px 12px;
  font-size: 14px;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  display: none;
}
.lang_box .box a:hover {
  background-color: #f0f0f0;
}
.lang_box .box a.on {
  padding-top: 16px;
  display: flex;
}
.lang_box .box a.on:hover {
  background-color: #fff;
}
.lang_box .box img {
  margin-right: 5px;
  width: 18px;
}

.top_html {
  position: fixed;
  z-index: 101;
  right: 20px;
  bottom: 20px;
}
.top_html a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid currentColor;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_html a:hover {
  background-color: var(--color);
  border-color: var(--color);
}
.top_html a:hover i {
  color: #fff;
}
.top_html a i {
  transition: all 0.5s ease;
  color: currentColor;
  font-size: 18px;
  transform: rotate(-90deg);
}

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

section.bj_img {
  margin-top: 30px;
  padding-bottom: 30px;
}
@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;
}

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

.title_1 h6 {
  margin-bottom: 16px;
  line-height: 1.75em;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: rgba(17, 23, 29, 0.5882352941);
  font-family: var(--font_title);
}
.title_1 h2 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3;
  font-size: 28px;
  color: #555;
  text-align: center;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .title_1 h2 {
    font-size: 24px;
  }
}
.title_1 h2 span {
  margin: 0 15px;
}
.title_1 h2 b {
  flex-grow: 1;
  height: 2px;
  opacity: 0.1;
  background-color: currentColor;
}
.title_1 h5 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5411764706);
  line-height: 1.778em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .title_1 h5 {
    font-size: 16px;
  }
}

.section_1 .title_1 {
  padding-top: 30px;
}
.section_1 .rel {
  margin-top: 34px;
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .section_1 .rel {
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 0px;
  }
}
.section_1 .rel .next_1,
.section_1 .rel .prev_1 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.section_1 .rel .next_1::after,
.section_1 .rel .prev_1::after {
  color: var(--color);
  font-weight: bold;
  font-size: 20px;
}
.section_1 .rel .next_1 {
  right: 0;
}
.section_1 .rel .prev_1 {
  left: 0;
}
.section_1 .swiper-slide:hover .a {
  transform: translateY(-100%);
}
.section_1 .swiper-slide a {
  display: block;
}
.section_1 .swiper-slide .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.section_1 .swiper-slide .a {
  background-color: var(--color);
  padding: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transition: all 0.3s ease;
  text-align: center;
}
.section_1 .swiper-slide .txt {
  padding-top: 10px;
  padding-bottom: 20px;
}
.section_1 .swiper-slide h3 {
  line-height: 1.3;
  font-weight: 400;
  font-size: 14.5px;
}

.section_2 {
  background-color: #f6f6f6;
  padding-top: 60px !important;
  padding-bottom: 90px !important;
}
@media (max-width: 768px) {
  .section_2 {
    padding-bottom: 30px !important;
  }
}
.section_2 .flex {
  gap: 60px;
}
@media (max-width: 768px) {
  .section_2 .flex {
    gap: 30px;
  }
}
.section_2 .img {
  width: calc((100% - 60px * (2 - 1)) / 2);
  font-size: 0;
}
@media (max-width: 768px) {
  .section_2 .img {
    width: 100%;
  }
}
.section_2 .img img {
  width: 100%;
}
.section_2 .txt {
  width: calc((100% - 60px * (2 - 1)) / 2);
}
@media (max-width: 768px) {
  .section_2 .txt {
    width: 100%;
  }
}
.section_2 .txt .con {
  line-height: 1.6;
  color: #777;
}

.section_3 {
  padding-top: 60px !important;
  padding-bottom: 90px !important;
  background-color: #f6f6f6;
}
@media (max-width: 768px) {
  .section_3 {
    padding-top: 30px !important;
    padding-bottom: 60px !important;
  }
}
.section_3 .flex {
  align-items: center;
  gap: 60px;
}
@media (max-width: 768px) {
  .section_3 .flex {
    gap: 30px;
  }
}
.section_3 .txt {
  width: calc((100% - 60px * (2 - 1)) / 2);
}
@media (max-width: 768px) {
  .section_3 .txt {
    width: 100%;
  }
}
.section_3 .txt h3 {
  font-weight: 700;
  line-height: 1.3;
  font-size: 24px;
  color: #555;
  margin-bottom: 12px;
}
.section_3 .txt p {
  color: #777;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}
.section_3 .img {
  width: calc((100% - 60px * (2 - 1)) / 2);
  font-size: 0;
}
@media (max-width: 768px) {
  .section_3 .img {
    width: 100%;
  }
}
.section_3 .img img {
  width: 100%;
}

.section_4 .flex,
.section_4 .mySwiper {
  gap: 30px;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .section_4 .flex,
  .section_4 .mySwiper {
    gap: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.section_4 .son {
  width: 100%;
}
.section_4 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 37%;
}
.section_4 .son img {
  object-fit: contain;
}

.section_5 .flex {
  gap: 30px;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .section_5 .flex {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.section_5 .son {
  width: calc((100% - 30px * (3 - 1)) / 3);
}
@media (max-width: 768px) {
  .section_5 .son {
    width: 100%;
  }
}
.section_5 .son:hover img {
  transform: scale(1.05);
}
.section_5 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 63%;
}
.section_6 .flex {
  gap: 15px 30px;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .section_6 .flex {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.section_6 .flex .son {
  width: calc((100% - 30px * (2 - 1)) / 2);
}
.section_6 .flex .son:hover h3 {
  color: var(--color);
}
@media (max-width: 768px) {
  .section_6 .flex .son {
    width: 100%;
  }
}
.section_6 .flex .son h3 {
  position: relative;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  padding-left: 24px;
  transition: all 0.8s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .section_6 .flex .son h3 {
    font-size: 16px;
  }
}
.section_6 .flex .son h3 i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .section_6 .flex .son h3 i {
    font-size: 16px;
  }
}

.about_1 {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .about_1 {
    padding-bottom: 30px;
  }
}
.about_1 .flex {
  gap: 30px;
}
.about_1 .img {
  width: calc(41.6666666667% - 15px);
  font-size: 0;
}
@media (max-width: 768px) {
  .about_1 .img {
    width: 100%;
  }
}
.about_1 .img img {
  width: 100%;
}
.about_1 .txt {
  width: calc(58.3333333333% - 15px);
}
@media (max-width: 768px) {
  .about_1 .txt {
    width: 100%;
  }
}
.about_1 .txt .info {
  border-left: 2px solid var(--color);
  padding-left: 36px;
  padding-right: 24px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.6;
  color: #333;
  font-weight: bolder;
  font-style: italic;
}
@media (max-width: 768px) {
  .about_1 .txt .info {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 0;
  }
}
.about_1 .txt .tit {
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #777;
  font-weight: bolder;
}
.about_1 .txt .con {
  color: #777;
  line-height: 1.6;
}

.services_1 .flex {
  padding-bottom: 30px;
}
.services_1 .son {
  width: 100%;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 768px) {
  .services_1 .son {
    flex-direction: column !important;
    gap: 30px;
    border-top: 1px solid #d4d4d4;
  }
  .services_1 .son:nth-child(1) {
    border-top: none;
  }
}
.services_1 .son:nth-child(2n) {
  flex-direction: row-reverse;
}
.services_1 .son .img {
  width: calc((100% - 60px * (2 - 1)) / 2);
  font-size: 0;
}
@media (max-width: 768px) {
  .services_1 .son .img {
    width: 100%;
  }
}
.services_1 .son .img img {
  width: 100%;
}
.services_1 .son .txt {
  width: calc((100% - 60px * (2 - 1)) / 2);
}
@media (max-width: 768px) {
  .services_1 .son .txt {
    width: 100%;
  }
}
.services_1 .son .txt .tit {
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  line-height: 1.3;
  color: #555;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .services_1 .son .txt .tit {
    font-size: 20px;
  }
}
.services_1 .son .txt .con {
  color: #777;
}

.faq_1 {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .faq_1 {
    padding-bottom: 60px;
  }
}
.faq_1 .h2 {
  padding-top: 30px;
  font-size: 34px;
  text-align: center;
  line-height: 1.75;
  font-weight: normal;
  position: relative;
}
@media (max-width: 768px) {
  .faq_1 .h2 {
    padding-top: 0;
    font-size: 24px;
  }
}
.faq_1 .h2::after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background-color: var(--color);
}
.faq_1 .tab {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}
@media (max-width: 768px) {
  .faq_1 .tab {
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.faq_1 .tab a {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 2.5;
  text-align: center;
  color: #444444;
  padding: 0 10px;
  background-color: #f2f2f2;
  border-left: 1px solid #ccc;
  transition: all 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .faq_1 .tab a {
    width: 50%;
    border: 1px solid #ccc;
  }
}
.faq_1 .tab a:nth-child(1) {
  border-left: none;
}
.faq_1 .tab a:hover,
.faq_1 .tab a.on {
  background-color: var(--color);
  color: #fff;
}
.faq_1 .flex {
  gap: 30px;
}
.faq_1 .son {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}
.faq_1 .son:hover .img img {
  transform: scale(1.05);
}
.faq_1 .son:hover .txt tit { 
  color: var(--color);
}
@media (max-width: 768px) {
  .faq_1 .son {
    flex-direction: column !important;
    gap: 30px;
    border-top: 1px solid #d4d4d4;
    padding: 30px;
  }
  /*.faq_1 .son:nth-child(1) {*/
  /*  border-top: none;*/
  /*}*/
}
/*.faq_1 .son:nth-child(2n) {*/
/*  flex-direction: row-reverse;*/
/*}*/
.faq_1 .son .img {
  width: calc(30%);
  font-size: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .faq_1 .son .img {
    width: 100%;
  }
}
.faq_1 .son .img img {
  width: 100%;
  transition: all 0.8s ease;
}
.faq_1 .son .txt {
  width: calc(70% - 30px);
}
@media (max-width: 768px) {
  .faq_1 .son .txt {
    width: 100%;
  }
}
.faq_1 .son .txt .tit {
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5;
  color: #555;
  margin-bottom: 10px;
  transition: all 0.8s ease;
}
@media (max-width: 768px) {
  .faq_1 .son .txt .tit {
    font-size: 20px;
  }
}
.faq_1 .son .txt p {
  color: #777;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.faq_1 .son .txt .span {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.faq_1 .son .txt .span span {
  color: #666666;
  font-size: 14px;
  line-height: 2;
}

.solutions_1 .flex {
  padding-bottom: 30px;
}
.solutions_1 .son {
  width: 100%;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 768px) {
  .solutions_1 .son {
    flex-direction: column !important;
    gap: 30px;
    border-top: 1px solid #d4d4d4;
  }
  .solutions_1 .son:nth-child(1) {
    border-top: none;
  }
}
.solutions_1 .son:nth-child(2n) {
  flex-direction: row-reverse;
}
.solutions_1 .son .img {
  width: calc((100% - 60px * (2 - 1)) / 2);
  font-size: 0;
}
@media (max-width: 768px) {
  .solutions_1 .son .img {
    width: 100%;
  }
}
.solutions_1 .son .img img {
  width: 100%;
}
.solutions_1 .son .txt {
  width: calc((100% - 60px * (2 - 1)) / 2);
}
@media (max-width: 768px) {
  .solutions_1 .son .txt {
    width: 100%;
  }
}
.solutions_1 .son .txt .tit {
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  line-height: 1.3;
  color: #555;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .solutions_1 .son .txt .tit {
    font-size: 20px;
  }
}
.solutions_1 .son .txt .con {
  color: #777;
}

.news_1 {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .news_1 {
    padding-bottom: 30px;
  }
}
.news_1 .flex {
  gap: 50px 30px;
}
@media (max-width: 768px) {
  .news_1 .flex {
    gap: 30px;
  }
}
.news_1 .son {
  width: calc((100% - 30px * (3 - 1)) / 3);
}
@media (max-width: 768px) {
  .news_1 .son {
    width: 100%;
  }
}
.news_1 .son:hover img {
  transform: scale(1.05);
}
.news_1 .son:hover h3 {
  color: var(--color);
}
.news_1 .son a {
  display: block;
}
.news_1 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  border-radius: 10px;
}
.news_1 .son .txt {
  margin-top: 24px;
}
.news_1 .son h3 {
  line-height: 1.3;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  transition: all 0.8s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .news_1 .son h3 {
    font-size: 18px;
  }
}
.news_1 .son p {
  line-height: 1.5;
  font-weight: 400;
  color: #111827;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_1 .son .time span {
  color: var(--color);
  display: block;
  line-height: 1;
}

.product_1 .flex {
  gap: 30px;
}
.product_1 .l {
  width: calc(33.3333333333% - 15px);
}
@media (max-width: 768px) {
  .product_1 .l {
    width: 100%;
  }
}
.product_1 .r {
  width: calc(66.6666666667% - 15px);
}
@media (max-width: 768px) {
  .product_1 .r {
    width: 100%;
    padding: 15px;
  }
}
.product_1 .r .flex {
  gap: 20px;
}
.product_1 .box {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
}
@media (max-width: 768px) {
  .product_1 .box {
    padding: 15px;
    border: none;
    box-shadow: none;
  }
}
.product_1 .box h2 {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.05;
  text-transform: uppercase;
}
.product_1 .box h2::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 16px;
  max-width: 30px;
  width: 100%;
}
.product_1 .box ul li + li {
  border-top: 1px solid #ececec;
}
.product_1 .box ul a {
  padding: 6px 0;
  display: block;
  font-weight: 400;
  line-height: 1.6;
}
.product_1 .son {
  width: calc((100% - 20px * (4 - 1)) / 4);
}
@media (max-width: 768px) {
  .product_1 .son {
    width: calc((100% - 20px * (2 - 1)) / 2);
  }
}
.product_1 .son:hover .a {
  transform: translateY(-100%);
}
.product_1 .son a {
  display: block;
}
.product_1 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.product_1 .son .a {
  background-color: var(--color);
  padding: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transition: all 0.3s ease;
  text-align: center;
}
.product_1 .son .txt {
  padding-top: 10px;
  padding-bottom: 20px;
}
.product_1 .son h3 {
  line-height: 1.3;
  font-weight: 400;
  font-size: 14.5px;
}

.case_1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .case_1 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.case_1 .flex {
  gap: 30px;
}
.case_1 .son {
  width: calc((100% - 30px * (3 - 1)) / 3);
  border-radius: 10px;
  box-shadow: 5px 8.66px 25px 0px rgba(29, 50, 149, 0.15);
  overflow: hidden;
}
.case_1 .son:hover img {
  transform: scale(1.05);
}
.case_1 .son a {
  display: block;
}
.case_1 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.case_1 .son .txt {
  padding: 16px;
}
.case_1 .son h3 {
  font-size: 20px;
  line-height: 1.3;
  color: var(--color);
  margin-bottom: 12px;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.case_1 .son p {
  color: #111827;
  line-height: 1;
  font-size: 14px;
  margin-bottom: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.case_1 .son span {
  display: block;
  line-height: 1;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

.info_1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .info_1 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.info_1 .tit {
  font-size: 30px;
  color: #3d3d3d;
  line-height: 1.25;
  font-weight: 500;
}
@media (max-width: 768px) {
  .info_1 .tit {
    font-size: 24px;
  }
}
.info_1 .tiem {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
  display: flex;
  gap: 30px;
}

.info_2 .flex {
  gap: 30px;
}
.info_2 .l {
  width: calc((100% - 30px * (2 - 1)) / 2);
}
@media (max-width: 768px) {
  .info_2 .l {
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
  }
}
.info_2 .l .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.info_2 .l .mySwiper_1:hover .next,
.info_2 .l .mySwiper_1:hover .prev {
  opacity: 1;
}
.info_2 .l .mySwiper_2 {
  margin-top: 15px;
}
.info_2 .l .mySwiper_2 .img {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.info_2 .l .mySwiper_2 img {
  padding: 5px;
}
.info_2 .l .mySwiper_2 .swiper-slide-thumb-active .img {
  border: 1px solid var(--color);
}
.info_2 .l .next,
.info_2 .l .prev {
  width: 36px;
  height: 36px;
  opacity: 0;
  transition: all 0.3s ease;
}
.info_2 .l .next::after,
.info_2 .l .prev::after {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.info_2 .r {
  width: calc((100% - 30px * (2 - 1)) / 2);
  padding-top: 10px;
}
@media (max-width: 768px) {
  .info_2 .r {
    width: 100%;
  }
}
.info_2 .r .a {
  color: rgba(102, 102, 102, 0.7019607843);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.info_2 .r .a span {
  font-weight: 300;
  margin: 0 4px;
}
.info_2 .r .h1 {
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  font-size: 28px;
  color: #555;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .info_2 .r .h1 {
    font-size: 20px;
  }
}
.info_2 .r .hr {
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  height: 3px;
  margin: 16px 0;
  max-width: 30px;
  width: 100%;
}
.info_2 .r .con {
  line-height: 2;
}
.info_2 .info {
  margin-top: 60px;
  padding-bottom: 30px;
}
.info_2 .info .tab {
  border-top: 1px solid #ececec;
  display: flex;
}
.info_2 .info .tab span {
  position: relative;
  color: rgba(18, 18, 18, 0.8509803922);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding: 10px 0;
  line-height: 1.6;
}
.info_2 .info .tab span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--color);
}
.info_2 .info .con {
  padding: 16px 0;
  overflow: auto;
}
.info_2 .list {
  border-top: 1px solid #ececec;
}
.info_2 .list h2 {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #555;
  margin-bottom: 10px;
}
.info_2 .list .flex {
  gap: 20px;
}
.info_2 .list .son {
  width: calc((100% - 20px * (4 - 1)) / 4);
}
@media (max-width: 768px) {
  .info_2 .list .son {
    width: calc((100% - 20px * (2 - 1)) / 2);
  }
}
.info_2 .list .son:hover .a {
  transform: translateY(-100%);
}
.info_2 .list .son a {
  display: block;
}
.info_2 .list .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.info_2 .list .son .a {
  background-color: var(--color);
  padding: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transition: all 0.3s ease;
  text-align: center;
}
.info_2 .list .son .txt {
  padding-top: 10px;
  padding-bottom: 20px;
}
.info_2 .list .son h3 {
  line-height: 1.3;
  font-weight: 400;
  font-size: 14.5px;
}

.contact_1 {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .contact_1 {
    padding-bottom: 60px;
  }
}
.contact_1 .flex {
  gap: 30px;
}
.contact_1 .l {
  width: calc((100% - 30px * (2 - 1)) / 2);
}
@media (max-width: 768px) {
  .contact_1 .l {
    width: 100%;
  }
}
.contact_1 .l .tit {
  font-size: 20px;
  color: #555;
  margin-bottom: 10px;
  line-height: 1.6;
}
.contact_1 .l .con {
  line-height: 1.6;
  margin-bottom: 65px;
  color: #777;
}
.contact_1 .l .ul {
  color: #777;
}
.contact_1 .l .ul p {
  margin-bottom: 20px;
}
.contact_1 .r {
  width: calc((100% - 30px * (2 - 1)) / 2);
}
@media (max-width: 768px) {
  .contact_1 .r {
    width: 100%;
  }
}
.contact_1 .r form {
  margin-top: 24px;
}
.contact_1 .r label {
  display: block;
  width: 100%;
  padding: 15px 0;
}
.contact_1 .r label input,
.contact_1 .r label textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2509803922);
  padding: 10px 14px;
  font-family: initial;
  font-size: 16px;
  line-height: 1.5;
  color: #111827;
  transition: all 0.3s ease;
}
.contact_1 .r label input::placeholder,
.contact_1 .r label textarea::placeholder {
  color: #ccc;
}
.contact_1 .r button {
  background-color: var(--color);
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s 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 */
