.info_2 .l img, .product_1 .son img, .news_1 .son img, .about_2 .son img, .section_5 .son img, .section_3 .son .img 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_4 .r form .but button, .section_2 .but a, .section_1 .son .but span, #banner_1 .but a {
  display: inline-block;
  background-color: var(--color1);
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 40px;
  font-size: 16px;
  line-height: 28px;
  padding: 8px 30px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 2px solid var(--color1);
  font-family: var(--font_title);
}
.section_4 .r form .but button:hover, .section_2 .but a:hover, .section_1 .son .but span:hover, #banner_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: #1369AD;
  /*--color1: #ED9653;*/
  --color1: #1369AD;
  --nav_height: 120px;
  --font: "Open Sans";
  --font_title: "Ubuntu";
}
@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);
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}
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: 1200px;
}

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

#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;
  background-color: #fbf7f3;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  #banner_1 {
    height: 50vh;
  }
}
#banner_1 .swiper {
  height: 100%;
}
#banner_1 .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
}
#banner_1 .img::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
  transition: all 0.5s ease;
}
#banner_1 .img img {
  position: relative;
  width: 100%;
  height: 100%;
}
#banner_1 .bx {
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#banner_1 h6 {
  font-family: var(--font_title);
  line-height: 700;
  line-height: 1.75em;
  font-size: 16px;
  letter-spacing: 0.187em;
  text-transform: uppercase;
}
#banner_1 h2 {
  font-family: var(--font_title);
  margin-top: 12px;
  width: 100%;
  line-height: 1.46em;
  font-size: 56px;
  font-weight: 700;
}
@media (max-width: 768px) {
  #banner_1 h2 {
    max-width: 100%;
    font-size: 28px;
  }
}
#banner_1 h5 {
  width: 100%;
  margin-top: 20px;
  line-height: 1.7em;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  #banner_1 h5 {
    max-width: 100%;
    font-size: 16px;
  }
}
#banner_1 .but {
  width: 100%;
  margin-top: 48px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 768px) {
  #banner_1 .but {
    gap: 10px;
    margin-top: 20px;
    max-width: 100%;
  }
}
#banner_1 .but a {
  padding: 10px 40px;
}
#banner_1 .but a:hover {
  background-color: var(--color);
  border-color: var(--color);
}
#banner_1 .but a + a {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
#banner_1 .button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
}
#banner_1 .button .next_1::after,
#banner_1 .button .prev_1::after {
  color: var(--color1);
  font-size: 30px;
}
#banner_1 .pag_1 span {
  transition: all 0.5s ease;
}
#banner_1 .pag_1 .swiper-pagination-bullet-active {
  background-color: var(--color1);
}

#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;
}
@media (max-width: 768px) {
  #banner_2 img {
    height: 200px;
  }
}
#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;
}
#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;
}

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

header {
  height: var(--nav_height);
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 0;
  color: #fff;
}
header::after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.header {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.header .logo {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.header .logo img {
  height: 60px;
}
@media (max-width: 768px) {
  .header .logo img {
    height: 40px;
  }
}
.header .logo .logo-text {
  transition: all 0.3s ease;
}
.header .logo span {
  font-size: 22px;
  font-weight: 400;
  font-family: var(--font_title);
}
.header .logo p {
  font-size: 10.7px;
  font-weight: normal;
  color: #888;
}
.header .nav {
  margin-left: auto;
  margin-right: 48px;
  height: 100%;
  display: flex;
  gap: 36px;
}
@media (max-width: 768px) {
  .header .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 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: 17px;
  font-weight: bold;
  font-family: var(--font_title);
  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: 200px;
  z-index: 11;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  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::after {
  position: absolute;
  content: "";
  top: -6px;
  border-width: 0 7px 7px 7px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .header .nav .sub::after {
    display: none;
  }
}
.header .nav .sub ul {
  background-color: #fff;
  box-shadow: 0 8px 24px rgba(8, 9, 24, 0.1);
  border-radius: 0 0 10px 10px;
  padding: 10px 0;
  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: #333;
  display: block;
  line-height: 1.5;
  font-size: 16px;
  padding: 10px;
  transition: all 0.5s ease;
  white-space: nowrap;
  text-align: center;
}
@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:hover {
  background-color: var(--color);
  color: #fff;
}
.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;
    color: #fff;
    transition: all 0.3s ease;
  }
}
.header .but {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header .but {
    display: none;
  }
}
.header .but a {
  padding: 8px 24px;
  line-height: 1.75em;
  border-radius: 40px;
  background-color: var(--color1);
  color: #fff;
  font-weight: 600;
  transition: all 0.5s ease;
}
.header .but a:hover {
  background-color: var(--color);
  border-color: var(--color);
}
.header .tel {
  height: 100%;
  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: #1d2326;
  color: #fff;
  padding-top: 72px;
  padding-bottom: 48px;
}
@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: 56px;
}
.footer .top .l .logo h2 {
  font-size: 22px;
  font-weight: 500;
  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: 30%;
  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 rgba(255, 255, 255, 0.4705882353);
  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.4705882353);
}
@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%;
}

.title_1 {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}
.title_1 h6 {
  margin-bottom: 12px;
  line-height: 1.75em;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.187em;
  text-transform: uppercase;
  font-family: var(--font_title);
}
.title_1 h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.33em;
  font-family: var(--font_title);
}
@media (max-width: 768px) {
  .title_1 h2 {
    font-size: 24px;
  }
}
.title_1 h5 {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .title_1 h5 {
    font-size: 16px;
  }
}

.section_1 {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .section_1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section_1 .title_1 {
  max-width: 700px;
}
.section_1 .flex {
  gap: 30px;
  margin-top: 48px;
}
.section_1 .son {
  width: calc((100% - 30px * (3 - 1)) / 3);
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .section_1 .son {
    width: 100%;
  }
}
.section_1 .son:hover img {
  transform: scale(1.05);
}
.section_1 .son:hover h3 {
  /*color: var(--color);*/
}
.section_1 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 72%;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .section_1 .son .img {
    padding-bottom: 85%;
  }
}
.section_1 .son .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  overflow: hidden;
  padding: 45px 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.section_1 .son .txt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color);
  opacity: 0.7;
  z-index: 1;
}
.section_1 .son h3 {
  font-family: var(--font_title);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  min-height: 66px;
  transition: all 0.5s ease;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_1 .son p {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  line-height: 1.75em;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.section_1 .son .but {
  margin-top: 24px;
  display: none;
  gap: 16px;
}
.section_2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .section_2 {
    padding-bottom: 60px;
  }
}
.section_2 .l {
  width: 50%;
}
@media (max-width: 768px) {
  .section_2 .l {
    width: 100%;
  }
}
.section_2 .l .img {
  position: relative;
  font-size: 0;
  width: 100%;
  height: 100%;
}
.section_2 .l img {
  padding-top: 90px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .section_2 .l img {
    position: relative;
    padding-top: 0;
  }
}
.section_2 .r {
  width: 50%;
  padding-left: 70px;
}
@media (max-width: 768px) {
  .section_2 .r {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
}
.section_2 .r .h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.33em;
  font-family: var(--font_title);
}
@media (max-width: 768px) {
  .section_2 .r .h2 {
    font-size: 24px;
  }
}
.section_2 .r .con {
  margin-top: 20px;
}
.section_2 .but {
  margin-top: 48px;
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .section_2 .but {
    margin-top: 24px;
  }
}
.section_2 .but a + a {
  background-color: #ecedef;
  border-color: #ecedef;
  color: #000;
}

.section_3 {
  overflow: hidden;
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .section_3 {
    padding-bottom: 60px;
  }
}
.section_3 .mySwiper_3 {
  margin-top: 48px;
}
.section_3 .flex {
  gap: 30px;
  margin-top: 48px;
}
.section_3 .son {
  width: 100%;
}
.section_3 .son:hover img {
  transform: scale(1.05);
}
.section_3 .son:hover .txt::after {
  /*transform: translateY(0%);*/
}
.section_3 .son:hover .txt p {
  /*height: 56px;*/
}
.section_3 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  border-radius: 10px;
}
.section_3 .son .txt {
  /*position: absolute;*/
  z-index: 1;
  /*top: 50%;*/
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 20px;
  /*color: #fff;*/
  transition: all 0.8s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.section_3 .son .txt::after {
  /*transform: translateY(100%);*/
  transition: all 0.8s ease;
  /*content: "";*/
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top, var(--color), transparent);
}
.section_3 .son h3 {
  font-family: var(--font_title);
  color: var(--color);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.636em;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.section_3 .son .txt p {
  margin-top: 20px;
  line-height: 1.75;
  /*height: 0;*/
  transition: all 0.8s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.section_4 {
  overflow: hidden;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .section_4 {
    padding-bottom: 60px;
  }
}
.section_4 .flex {
  gap: 30px;
}
.section_4 .l {
  width: calc((100% - 30px * (2 - 1)) / 2);
}
@media (max-width: 768px) {
  .section_4 .l {
    width: 100%;
  }
}
.section_4 .l .title_1 {
  text-align: left;
}
.section_4 .l .txt {
  margin-top: 32px;
}
.section_4 .l .txt p {
  margin-top: 16px;
  line-height: 1.75em;
  display: flex;
  gap: 16px;
}
.section_4 .l .txt i {
  flex-shrink: 1;
}
.section_4 .r {
  width: calc((100% - 30px * (2 - 1)) / 2);
  padding-left: 40px;
}
@media (max-width: 768px) {
  .section_4 .r {
    width: 100%;
    padding-left: 0;
  }
}
.section_4 .r form {
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}
.section_4 .r form label {
  display: block;
}
.section_4 .r form p {
  margin-bottom: 4px;
  line-height: 1.75em;
}
.section_4 .r form input,
.section_4 .r form textarea {
  line-height: 1.75em;
  width: 100%;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.section_4 .r form input:focus,
.section_4 .r form textarea:focus {
  outline: none;
  border-color: var(--color);
}
.section_4 .r form .but {
  margin-top: 24px;
  display: flex;
}
.section_5 {
  overflow: hidden;
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .section_5 {
    padding-bottom: 60px;
  }
}
.section_5 .flex {
  gap: 30px;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .section_5 .flex {
    gap: 30px;
    margin-top: 24px;
  }
}
.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:hover h3 {
  color: var(--color);
}
.section_5 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.54%;
  border-radius: 10px;
}
.section_5 .son .txt {
  padding-top: 20px;
}
.section_5 .son h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5em;
  transition: all 0.8s ease;
  font-family: var(--font_title);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.section_5 .son p {
  margin-top: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5411764706);
  line-height: 1.75em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.about_1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .about_1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.about_1 .img {
  float: left;
  width: calc(50% - 30px);
  margin-right: 60px;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  font-size: 0;
}
@media (max-width: 768px) {
  .about_1 .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.about_1 .img img {
  width: 100%;
}
.about_1 .txt .tit {
  font-size: 40px;
  line-height: 1.33;
  font-weight: bold;
  font-family: var(--font_title);
}
@media (max-width: 768px) {
  .about_1 .txt .tit {
    font-size: 36px;
  }
}
.about_1 .txt .con {
  margin-top: 20px;
  font-size: 15px;
}

.about_2 {
  overflow: hidden;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .about_2 {
    padding-bottom: 60px;
  }
}
.about_2 .flex {
  justify-content: center;
  gap: 40px;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .about_2 .flex {
    gap: 20px;
    margin-top: 24px;
  }
}
.about_2 .son {
  width: calc((100% - 40px * (5 - 1)) / 5);
}
@media (max-width: 768px) {
  .about_2 .son {
    width: calc((100% - 20px * (2 - 1)) / 2);
  }
}
.about_2 .son:hover img {
  transform: scale(1.05);
}
.about_2 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}
.about_2 .son img {
  padding: 5px;
  object-fit: contain;
}

.services_1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .services_1 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.services_1 .flex {
  gap: 40px;
}
.services_1 .son {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.services_1 .son:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .services_1 .son:nth-child(2n) {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .services_1 .son {
    flex-direction: column;
    gap: 20px;
  }
}
.services_1 .son .img {
  width: calc((100% - 40px * (2 - 1)) / 2);
  font-size: 0;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  min-height: 350px;
  position: relative;
}
@media (max-width: 768px) {
  .services_1 .son .img {
    width: 100%;
  }
}
.services_1 .son .img:hover img {
  transform: scale(1.05);
}
.services_1 .son .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.8s ease;
}
.services_1 .son .txt {
  width: calc((100% - 40px * (2 - 1)) / 2);
  padding: 50px 0;
}
@media (max-width: 768px) {
  .services_1 .son .txt {
    width: 100%;
    padding: 0;
  }
}
.services_1 .son .txt .tit {
  font-size: 30px;
  /*color: var(--color);*/
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .services_1 .son .txt .tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.services_1 .son .txt .con {
  font-size: 18px;
}
@media (max-width: 768px) {
  .services_1 .son .txt .con {
    font-size: 16px;
  }
}

.news_1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .news_1 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.news_1 .flex {
  gap: 60px 40px;
}
@media (max-width: 768px) {
  .news_1 .flex {
    gap: 30px;
  }
}
.news_1 .son {
  width: 100%;
}
@media (max-width: 768px) {
  .news_1 .son {
    width: 100%;
  }
}
.news_1 .son a {
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  background: #fff;
  box-shadow: 5px 8.66px 25px 0px rgba(29, 50, 149, 0.15);
  position: relative;
  display: flex;
}
@media (max-width: 768px) {
  .news_1 .son a {
    flex-direction: column;
  }
}
.news_1 .son a:hover::after {
  width: 100%;
}
.news_1 .son a:hover img {
  transform: scale(1.05);
}
.news_1 .son a:hover h3 {
  color: var(--color);
}
.news_1 .son a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgb(242, 242, 242);
  width: 0;
  transition: all 0.3s ease;
}
.news_1 .son .img {
  flex-shrink: 0;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 20%;
  width: 27%;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .news_1 .son .img {
    padding-bottom: 0;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .news_1 .son img {
    position: relative;
  }
}
.news_1 .son .txt {
  padding: 30px;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .news_1 .son .txt {
    padding: 20px;
  }
}
.news_1 .son h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  height: 30px;
  transition: all 0.8s ease;
  color: #333;
  margin-bottom: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.news_1 .son p {
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_1 .son .time {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_1 .son .date {
  color: #999;
}

.news_2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.faq_1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .faq_1 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.faq_1 .flex {
  gap: 30px;
}
.faq_1 .son {
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 5px 8.66px 25px 0px rgba(29, 50, 149, 0.15);
}
@media (max-width: 768px) {
  .faq_1 .son {
    padding: 20px;
  }
}
.faq_1 .son h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.636;
}
@media (max-width: 768px) {
  .faq_1 .son h3 {
    font-size: 20px;
  }
}
.faq_1 .son .con {
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.611;
}

.product_1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .product_1 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.product_1 .flex {
  gap: 80px 40px;
}
@media (max-width: 768px) {
  .product_1 .flex {
    gap: 30px 15px;
  }
}
.product_1 .son {
  width: calc((100% - 40px * (3 - 1)) / 3);
}
@media (max-width: 768px) {
  .product_1 .son {
    width: calc((100% - 15px * (2 - 1)) / 2);
  }
}
.product_1 .son a {
  box-shadow: 5px 8.66px 25px 0px rgba(29, 50, 149, 0.15);
  transition: all 0.3s ease;
  border-radius: 7px;
  overflow: hidden;
  display: block;
}
.product_1 .son a:hover img {
  transform: scale(1.05);
}
.product_1 .son a:hover h3 {
  color: var(--color);
}
.product_1 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.product_1 .son .txt {
  background-color: #fff;
  padding: 20px;
}
@media (max-width: 768px) {
  .product_1 .son .txt {
    padding: 15px;
  }
}
.product_1 .son h3 {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.product_1 .son p {
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .product_1 .son p {
    line-height: 1.5;
  }
}

.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;
}
@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 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .info_2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.info_2 .l {
  width: 40%;
  padding-right: 2.4%;
}
@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: 75%;
}
.info_2 .l .mySwiper_1 {
  box-shadow: 5px 8.66px 25px 0px rgba(29, 50, 149, 0.15);
}
.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 .r {
  width: 60%;
}
@media (max-width: 768px) {
  .info_2 .r {
    width: 100%;
  }
}
.info_2 .r h1 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .info_2 .r h1 {
    font-size: 20px;
  }
}
.info_2 .r .p {
  line-height: 2;
}
.info_2 .r .but {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}
.info_2 .r .but a {
  height: 42px;
  line-height: 40px;
  border-radius: 40px;
  border: 1px solid var(--color);
  background-color: var(--color);
  color: #fff;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
}
.info_2 .info {
  margin-top: 80px;
}
.info_2 .info .tab {
  border: 1px solid #e4e4e4;
  display: flex;
}
.info_2 .info .tab span {
  line-height: 54px;
  width: 160px;
  text-align: center;
  text-overflow: ellipsis;
  transition: all 0.3s;
  white-space: nowrap;
  font-size: 15px;
  position: relative;
  border-right: 1px solid #e4e4e4;
  color: var(--color);
}
.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: 25px 0;
}

.info_3 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .info_3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.info_3 .tit {
  text-align: center;
  font-size: 30px;
  color: #3d3d3d;
  line-height: 1.25;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.contact_1 {
  padding-top: 100px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .contact_1 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.contact_1 .flex {
  gap: 100px;
}
@media (max-width: 768px) {
  .contact_1 .flex {
    gap: 30px;
  }
}
.contact_1 .map {
  width: calc((100% - 100px * (2 - 1)) / 2);
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .contact_1 .map {
    width: 100%;
    min-height: 300px;
  }
}
.contact_1 .map .lyNyContact_map {
  width: 100%;
  height: 100%;
}
.contact_1 .map h3 {
  font-size: 40px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .contact_1 .map h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.contact_1 .info {
  width: calc((100% - 100px * (2 - 1)) / 2);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .contact_1 .info {
    width: 100%;
  }
}
.contact_1 .info h3 {
  font-size: 40px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .contact_1 .info h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.contact_1 .info .txt {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.contact_1 .info ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact_1 .info ul li {
  min-height: 50px;
  display: flex;
  gap: 10px;
}
.contact_1 .info ul i {
  flex-shrink: 0;
  font-size: 24px;
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
}
.contact_1 .info ul i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact_1 .info ul p {
  line-height: 25px;
}

.contact_2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .contact_2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.contact_2 h2 {
  position: relative;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 40px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .contact_2 h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.contact_2 h5 {
  width: 100%;
  font-size: 18px;
  line-height: 2;
  font-weight: normal;
}
@media (max-width: 768px) {
  .contact_2 h5 {
    font-size: 16px;
  }
}
.contact_2 p {
  width: 100%;
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
}
@media (max-width: 768px) {
  .contact_2 p {
    font-size: 16px;
  }
}
.contact_2 form {
  background-color: #fff;
  padding: 50px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  .contact_2 form {
    gap: 20px;
    padding: 30px;
  }
}
.contact_2 .type {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contact_2 .type h3 {
  width: 100%;
}
.contact_2 .type label {
  width: calc((100% - 20px * (3 - 1)) / 3);
  padding: 0 10px;
}
@media (max-width: 768px) {
  .contact_2 .type label {
    width: 100%;
    padding: 0;
  }
}
.contact_2 label {
  width: calc((100% - 30px * (3 - 1)) / 3);
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .contact_2 label {
    width: 100%;
  }
}
.contact_2 label input[type=text],
.contact_2 label input[type=email],
.contact_2 label textarea {
  font-family: var(--font);
  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 label textarea {
  border-radius: 10px;
  height: 150px;
  padding: 20px 30px;
}
.contact_2 .textarea {
  width: 100%;
}
.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;
}
@media (max-width: 768px) {
  .contact_2 button {
    margin-top: 20px;
  }
}

.list_1 {
  border-bottom: 1px solid #e4e4e4;
}
.list_1 .flex {
  gap: 30px;
}
.list_1 a {
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 2;
  font-size: 18px;
  position: relative;
}
.list_1 a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  background-color: var(--color);
  opacity: 0;
  transition: all 0.5s ease;
}
.list_1 a:hover::after, .list_1 a.on::after {
  opacity: 1;
}

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