.section_3 .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_4 form button, .header .but a {
  background-color: var(--color1);
  border: 1px solid var(--color1);
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  transition: all 0.3s ease;
  font-family: var(--font_title);
  display: flex;
  gap: 10px;
}
.section_4 form button:hover, .header .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: #081839;
  --color1: #4ba33d;
  --color2: #f8e2b9;
  --nav_height: 80px;
  --font: "Poppins", sans-serif;
  --font_title: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
  :root {
    --nav_height: 60px;
  }
}

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

body {
  color: #000;
  margin: 0 auto;
  font-size: 16px;
  font-family: var(--font);
}
.bx {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

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 {
  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 {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#banner_1 + section {
  margin-top: 0;
}
@media (max-width: 768px) {
  #banner_1 {
    height: 55vh;
  }
}
#banner_1 .swiper {
  height: 100%;
}
#banner_1 .img {
  width: 100%;
  height: 100%;
  font-size: 0;
  position: relative;
}
#banner_1 .img::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.34);
  z-index: 1;
  transition: all 0.5s ease;
}
#banner_1 .img img {
  position: relative;
  width: 100%;
  height: 100%;
}
#banner_1 .bx {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  color: #fff;
  width: 100%;
  height: 100%;
  padding-top: calc(var(--nav_height) * 1.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 768px) {
  #banner_1 .bx {
    padding-top: calc(var(--nav_height));
  }
}
#banner_1 .bx h3 {
  width: 100%;
  font-family: var(--font_title);
  line-height: 1.32588em;
  font-size: 80px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #banner_1 .bx h3 {
    font-size: 24px;
  }
}
#banner_1 .bx p {
  width: 100%;
  margin-top: 20px;
  line-height: 1.571em;
  font-size: 28px;
  font-weight: 300;
}
@media (max-width: 768px) {
  #banner_1 .bx p {
    font-size: 16px;
  }
}

#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: 350px;
}
#banner_2 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#banner_2 .txt h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.5;
}
#banner_2 .txt p {
  line-height: 1.5;
  padding-top: 16px;
  padding-bottom: 16px;
}

#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: var(--nav_height);
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: all 0.5s ease;
}
.header {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.8;
  z-index: -1;
}
.header .bx {
  display: flex;
  align-items: center;
}
.header .logo {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.header .logo img {
  height: 40px;
}
@media (max-width: 768px) {
  .header .logo img {
    height: 40px;
  }
}
.header .logo .logo-text {
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .header .logo h2 {
    font-size: 20px;
  }
}
.header .nav {
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  height: 100%;
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .header .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0;
    margin: 0;
    position: fixed;
    top: var(--nav_height);
    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 {
    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.on i, .header .nav .tit:hover i {
  color: var(--color);
}
.header .nav .tit i {
  transition: all 0.5s ease;
  line-height: 40px;
  font-size: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .header .nav .tit i {
    display: block;
  }
}
.header .nav .tit a {
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
  height: 100%;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .header .nav .tit a {
    line-height: 50px;
    font-size: 18px;
    flex-grow: 1;
    color: #fff;
  }
}
.header .nav .sub {
  position: absolute;
  min-width: 270px;
  max-width: 320px;
  z-index: 11;
  top: 100%;
  left: 0;
  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 {
  padding: 15px 20px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .header .nav .sub ul {
    background-color: transparent;
    color: #fff;
    padding: 0 15px;
  }
}
.header .nav .sub li {
  position: relative;
}
.header .nav .sub a {
  color: #000;
  display: block;
  line-height: 1.6;
  font-weight: 400;
  font-size: 15px;
  padding: 5px 10px;
  transition: all 0.5s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .header .nav .sub a {
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2392156863);
  }
}
.header .nav .sub a::after {
  position: absolute;
  top: -6px;
  left: 8px;
  color: transparent;
  content: ".";
  text-shadow: 0 0 transparent;
  font-size: 30px;
  line-height: 30px;
  transition: text-shadow 0.3s, color 0.3s;
  pointer-events: none;
}
.header .nav .sub a:hover {
  color: var(--color);
  padding-left: 28px;
}
.header .nav .sub a:hover::after {
  opacity: 1;
  color: var(--color);
  text-shadow: 8px 0 var(--color), -8px 0 var(--color);
}
.header .but {
  display: flex;
}
@media (max-width: 768px) {
  .header .but {
    display: none;
  }
}
.header .lang {
  margin-left: auto;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 35px;
}
.header .lang a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.header .lang span {
  font-weight: 400;
}
.header .mobile {
  width: 16.6666666667%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .mobile span {
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.header .mobile_but {
  display: none;
}
@media (max-width: 768px) {
  .header .mobile_but {
    margin-left: auto;
    display: flex;
  }
}
.header .mobile_but i {
  font-size: 18px;
}

footer {
  background-color: #2b2b2b;
  color: #fff;
  padding-top: 72px;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.footer .top {
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 768px) {
  .footer .top {
    flex-direction: column;
  }
}
.footer .top .l {
  width: 58.3333333333%;
}
@media (max-width: 768px) {
  .footer .top .l {
    width: 100%;
  }
}
.footer .top .l .logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer .top .l .logo img {
  height: 40px;
}
.footer .top .l .logo h2 {
  font-size: 22px;
  font-weight: 600;
  font-family: var(--font_title);
  line-height: 1.635em;
}
.footer .top .l .txt {
  margin-top: 24px;
}
.footer .top .l .txt p {
  line-height: 1.75em;
  font-weight: 400;
}
.footer .top .l .nav {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
}
.footer .top .l .nav a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
}
.footer .top .r {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .footer .top .r {
    width: 100%;
  }
}
.footer .top .r p {
  line-height: 1.75em;
}
.footer .bottom {
  padding-top: 24px;
  border-top: 1px solid #404244;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer .bottom {
    gap: 10px;
  }
}
.footer .bottom .p {
  width: 58.3333333333%;
  color: rgba(255, 255, 255, 0.4509803922);
}
@media (max-width: 768px) {
  .footer .bottom .p {
    width: 100%;
  }
}
.footer .bottom ul {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 768px) {
  .footer .bottom ul {
    width: 100%;
  }
}
.footer .bottom ul a {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 0;
  padding: 4px;
}
.footer .bottom ul img {
  width: 100%;
  height: 100%;
}

main {
  overflow: hidden;
}

.title_1 {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 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 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  color: #111;
  font-family: var(--font_title);
}
@media (max-width: 768px) {
  .title_1 h2 {
    font-size: 24px;
  }
}
.title_1 h3 {
  margin-top: 16px;
  line-height: 1.57em;
  font-size: 28px;
  font-weight: 300;
}
.title_1 h5 {
  color: #6c6c6c;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 768px) {
  .title_1 h5 {
    font-size: 16px;
  }
}

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

[class^=section_] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 100px;
}
@media (max-width: 768px) {
  [class^=section_] {
    padding-top: 60px;
  }
}

.section_2 .title_1 {
  text-align: left;
  padding-bottom: 0;
}
.section_2 .title_1 h2 {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.286em;
  font-family: var(--font_title);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .section_2 .title_1 h2 {
    font-size: 24px;
  }
}
.section_2 .title_1 h5 {
  margin-top: 0;
}
.section_2 .flex {
  gap: 30px;
}
@media (max-width: 768px) {
  .section_2 .flex + .flex {
    padding-top: 40px;
  }
}
.section_2 .l {
  width: calc(58.3333333333% - 15px);
}
@media (max-width: 768px) {
  .section_2 .l {
    width: 100%;
  }
}
.section_2 .r {
  width: calc(41.6666666667% - 15px);
}
@media (max-width: 768px) {
  .section_2 .r {
    width: 100%;
  }
}
.section_2 .son {
  width: calc((100% - 30px * (3 - 1)) / 3);
  background-color: #f8f9fd;
  border-radius: 10px;
  padding: 40px;
}
@media (max-width: 768px) {
  .section_2 .son {
    width: 100%;
    padding: 30px;
  }
}
.section_2 .son img {
  height: 30px;
}
.section_2 .son h3 {
  font-size: 20px;
  line-height: 1.5;
  margin: 15px 0;
  font-weight: 600;
}
.section_2 .son p {
  line-height: 1.5;
}

.section_3 {
  background-color: #f9fafc;
}
.section_3 .title_1 {
  text-align: left;
  padding-bottom: 0;
}
.section_3 .title_1 h2 {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.286em;
  font-family: var(--font_title);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .section_3 .title_1 h2 {
    font-size: 24px;
  }
}
.section_3 .title_1 h5 {
  margin-top: 0;
}
.section_3 .flex {
  gap: 30px;
}
@media (max-width: 768px) {
  .section_3 .flex + .flex {
    padding-top: 40px;
  }
}
.section_3 .l {
  width: calc(58.3333333333% - 15px);
}
@media (max-width: 768px) {
  .section_3 .l {
    width: 100%;
  }
}
.section_3 .r {
  width: calc(41.6666666667% - 15px);
}
@media (max-width: 768px) {
  .section_3 .r {
    width: 100%;
  }
}
.section_3 .son {
  width: calc((100% - 30px * (3 - 1)) / 3);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
  .section_3 .son {
    width: 100%;
  }
}
.section_3 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
}
.section_3 .son .txt {
  padding: 20px;
}
.section_3 .son h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}
.section_3 .son P {
  margin-top: 10px;
  line-height: 1.5;
}

.section_4 {
  background-color: #ebf0f6;
}
.section_4 .box {
  border-radius: 20px;
  padding: 50px;
  padding-top: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (max-width: 768px) {
  .section_4 .box {
    padding: 30px;
  }
}
.section_4 .title_1 {
  text-align: left;
  padding-bottom: 0;
}
.section_4 .title_1 h2 {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.286em;
  font-family: var(--font_title);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .section_4 .title_1 h2 {
    font-size: 24px;
  }
}
.section_4 .title_1 h5 {
  margin-top: 0;
}
.section_4 .flex {
  gap: 30px;
}
@media (max-width: 768px) {
  .section_4 .flex + .flex {
    padding-top: 40px;
  }
}
.section_4 .l {
  width: calc(58.3333333333% - 15px);
}
@media (max-width: 768px) {
  .section_4 .l {
    width: 100%;
  }
}
.section_4 .r {
  width: calc(41.6666666667% - 15px);
}
@media (max-width: 768px) {
  .section_4 .r {
    width: 100%;
  }
}
.section_4 .son {
  width: calc((100% - 30px * (2 - 1)) / 2);
  text-align: center;
  border-radius: 10px;
  background-color: #f8f9fd;
  padding: 30px;
}
@media (max-width: 768px) {
  .section_4 .son {
    width: 100%;
    padding: 30px 20px;
  }
}
.section_4 .son img {
  height: 30px;
}
@media (max-width: 768px) {
  .section_4 .son img {
    height: 24px;
  }
}
.section_4 .son h3 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 768px) {
  .section_4 .son h3 {
    font-size: 18px;
  }
}
.section_4 .son P {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5;
  overflow-wrap: break-word;
}
@media (max-width: 768px) {
  .section_4 .son P {
    font-size: 15px;
  }
}
.section_4 form {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.section_4 form label {
  display: block;
  width: calc((100% - 20px * (2 - 1)) / 2);
}
@media (max-width: 768px) {
  .section_4 form label {
    width: 100%;
  }
}
.section_4 form label.w10 {
  width: 100%;
}
.section_4 form p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 5px;
}
.section_4 form input,
.section_4 form textarea {
  width: 100%;
  line-height: 1.5;
  font-size: 14px;
  font-family: initial;
  padding: 14px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
.section_4 form button {
  justify-content: center;
  width: 100%;
  font-size: 16px;
  line-height: 2;
}

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