.info_1 .l .mySwiper_3 img, .news1 .son img, .product1 .flex img, .about4 a img, .section6 .son img, .section5 .box img, .section4 .flex img, .section2 .son img, .section1 .son img, #banner_1 .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section3 .son .r .but a {
  background-color: var(--color1);
  border: 2px solid var(--color1);
  color: #000;
  cursor: pointer;
  border-radius: 50px;
  padding: 8px 30px;
  line-height: 1.75;
  font-weight: 400;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.section3 .son .r .but a:hover {
  background-color: var(--color);
  border-color: var(--color);
}

:root {
  --color: #f5f3e8;
  --color1: #f5f3e8;
  --nav_height: 70px;
}

@font-face {
  font-family: "BankGothic";
  src: url("../font/BankGothic.ttf");
}
@font-face {
  font-family: "HELVETICA-CONTH";
  src: url("../font/HelveticaCondensed.ttf");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../font/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2");
}
@font-face {
  font-family: "Roboto";
  src: url("../font/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2");
}
@media (max-width: 1920px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 640px) and (max-width: 1399px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 471px) and (max-width: 639px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 329px) and (max-width: 470px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 328px) {
  html {
    font-size: 12px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #333;
  font-family: "Roboto";
  font-size: 16px;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

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 {
  color: #333;
  line-height: 30px;
}
.con p {
  line-height: 30px;
}

.clear {
  clear: both;
}

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

#fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#fixed .bj {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#fixed.on {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
#fixed .son {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#fixed .son.on {
  display: none !important;
}
#fixed .son1 {
  width: 80%;
  max-width: 800px;
}
#fixed .son1 .form {
  width: 100%;
  background-color: #fff;
  padding: 20px 5px;
}
#fixed .son1 label {
  width: 100%;
  margin-bottom: 15px;
}
#fixed .son1 span {
  color: #222222;
  line-height: 25px;
}
#fixed .son1 p,
#fixed .son1 input,
#fixed .son1 textarea {
  margin-top: 10px;
  font-size: 13px;
  line-height: 40px;
  color: #222222;
  background: #cacaca;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box !important;
  width: 100%;
  display: block;
  height: 40px;
}
#fixed .son1 p:focus,
#fixed .son1 input:focus,
#fixed .son1 textarea:focus {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 2px #6c98e1;
  -moz-box-shadow: 0 0 0 2px #6c98e1;
  box-shadow: 0 0 0 2px #6c98e1;
}
#fixed .son1 p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
#fixed .son1 textarea {
  height: auto;
  max-height: 200px;
}
#fixed .son1 input[type=file] {
  opacity: 0;
  display: none;
}
#fixed .son1 .btn {
  margin-top: 10px;
  font-size: 13px;
  line-height: 40px;
  color: #222222;
  background: #cacaca;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box !important;
  width: 100%;
  display: block;
  height: 40px;
}

#page_1 {
  width: 100%;
  text-align: center;
  margin-top: 75px;
  display: flex;
  justify-content: center;
}
#page_1 a {
  padding: 0px 12px;
  line-height: 38px;
  min-width: 40px;
  display: inline-block;
  border: solid 1px #ccc;
  font-size: 16px;
  margin: 0 5px;
  transition: all 0.5s ease;
  border-radius: 5px;
}
#page_1 a:hover, #page_1 a.on {
  color: #fff;
  background: var(--color);
  border: solid 1px var(--color);
  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;
}

#logo {
  height: 100%;
  display: flex;
  align-items: center;
}
#logo img {
  height: 65%;
}
#logo p {
  font-size: 20px;
  margin-left: 10px;
  font-weight: bold;
}

#nav {
  display: flex;
  gap: 60px;
}
@media (max-width: 768px) {
  #nav {
    flex-direction: column;
    gap: 0;
    height: 100%;
    position: fixed;
    top: var(--nav_height);
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 0;
    overflow: hidden;
    overflow-y: auto;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.3s;
  }
  #nav.on {
    width: 100%;
    opacity: 1;
  }
}
#nav li {
  flex-grow: 1;
  position: relative;
}
#nav li.menu_item {
  display: none;
}
@media (max-width: 768px) {
  #nav li.menu_item {
    flex-grow: 1;
    display: block;
  }
}
#nav .title {
  line-height: var(--nav_height);
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 768px) {
  #nav .title {
    line-height: 45px;
    margin-right: auto;
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
  }
}
#nav .sub {
  display: none;
  min-width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#nav .ul {
  padding: 5px 0;
  min-width: 100%;
  background-color: var(--color);
}
#nav .ul::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent var(--color) transparent;
}
#nav .ul a {
  white-space: nowrap;
  padding: 0 20px;
  line-height: 35px;
}

#banner_1 {
  height: calc(100vh - var(--nav_height));
}
#banner_1 .mySwiper_1 {
  width: 100%;
  height: 100%;
  z-index: 0;
}
#banner_1 .mySwiper_1 .swiper-slide {
  position: relative;
}
#banner_1 .mySwiper_1 .pagination_1 {
  bottom: 65px;
}
#banner_1 .mySwiper_1 .pagination_1 span {
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
#banner_1 .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
#banner_1 .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  object-fit: cover;
  position: absolute;
}
#banner_1 .img img {
  width: 100%;
  height: 100%;
}
#banner_1 .bx {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#banner_1 .on h3,
#banner_1 .on h4,
#banner_1 .on h5 {
  transform: translateY(0px);
  opacity: 1;
}
#banner_1 h3,
#banner_1 h4,
#banner_1 h5 {
  font-weight: normal;
  transform: translateY(50px);
  opacity: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#banner_1 h3 {
  font-family: "BankGothic";
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 768px) {
  #banner_1 h3 {
    text-align: center;
    font-size: 36px;
  }
}
#banner_1 h4 {
  font-size: 36px;
  color: #fff;
  margin: 24px 0 0;
  letter-spacing: 8px;
  transition-delay: 0.36s;
}
@media (max-width: 768px) {
  #banner_1 h4 {
    text-align: center;
    font-size: 24px;
  }
}
#banner_1 h5 {
  font-size: 18px;
  color: #fff;
  letter-spacing: 18px;
  transition-delay: 0.72s;
}

#banner_2 {
  position: relative;
  min-height: 300px;
  max-height: 500px;
  height: 100%;
  display: flex;
}
@media (max-width: 768px) {
  #banner_2 {
    height: auto;
  }
}
#banner_2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
#banner_2 img {
  width: 100%;
}
#banner_2 .bx {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner_2 h2 {
  font-size: 36px;
}
@media (max-width: 768px) {
  #banner_2 h2 {
    font-size: 24px;
  }
}

#banner_3 {
  position: relative;
  height: 600px;
  background: url("../image/bj11.png") no-repeat 100% 110%/550px 405px, #fdd35c url("../image/bj12.png") repeat-x center bottom/300px 55px;
}
#banner_3 .bx {
  position: relative;
  height: 100%;
  width: 990px;
}
@media (max-width: 768px) {
  #banner_3 .bx {
    width: 100%;
  }
}
#banner_3 img {
  position: absolute;
  z-index: 1;
}
#banner_3 .img1 {
  top: 115px;
  left: 0;
  width: 589px;
}
@media (max-width: 768px) {
  #banner_3 .img1 {
    padding: 60px 0 15px;
    position: relative;
    top: 0;
  }
}
#banner_3 .img2 {
  right: 5px;
  top: 72px;
  width: 451px;
}
@media (max-width: 768px) {
  #banner_3 .img2 {
    display: none;
  }
}
#banner_3 .txt {
  position: absolute;
  width: 670px;
  left: 10px;
  bottom: 125px;
  color: #412407;
  z-index: 10;
}
@media (max-width: 768px) {
  #banner_3 .txt {
    width: 100%;
    position: relative;
    bottom: auto;
    left: 0;
  }
}
#banner_3 .txt p {
  line-height: 1.5;
  font-size: 16px;
}
#banner_3 .txt ul {
  font-size: 12px;
  margin: 12px 0;
  line-height: 1.5;
}

#banner_4 {
  max-height: 100vh;
  overflow: hidden;
  font-size: 0;
  position: relative;
}
#banner_4 img {
  width: 100%;
}
@media (max-width: 768px) {
  #banner_4 img {
    height: 100%;
  }
}
#banner_4 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner_4 .bx {
  width: 990px;
  font-size: 26px;
}
#banner_4 .con {
  color: #fff;
}
#banner_4 .con p {
  line-height: 2;
}

#banner_5 {
  max-height: 100vh;
  overflow: hidden;
  font-size: 0;
  position: relative;
}
#banner_5 img {
  width: 100%;
}
#banner_5 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner_5 .bx h2 {
  font-size: 36px;
  text-align: center;
  color: #fff;
}

#banner_6 {
  font-size: 0;
}
#banner_6 img {
  width: 100%;
}

#mbx_1 {
  height: 50px;
}
#mbx_1 .bx {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #mbx_1 .bx {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 50px;
  }
}
#mbx_1 span {
  margin: 0 10px;
}
#mbx_1 .on {
  font-weight: bold;
}

.title_1 {
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .title_1 {
    margin-bottom: 2rem;
  }
}
.title_1 .h3 {
  font-weight: normal;
  font-size: 28px;
  color: #424242;
  margin-bottom: 8px;
}
.title_1 .h5 {
  font-weight: normal;
  font-size: 15px;
  color: #aeaeae;
  font-family: "HELVETICA-CONTH";
  transform: scaleX(1);
}
.title_1 .con {
  margin-top: 16px;
}

.title_2 h3 {
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .title_2 h3 {
    font-size: 24px;
  }
}
.title_2 h5 {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.title_2 h5::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: var(--color);
}

.tab_1 {
  justify-content: center;
  gap: 2.75rem;
  width: 100%;
  margin-bottom: 4.375rem;
}
.tab_1 h5 {
  font-weight: normal;
  font-size: 15px;
  position: relative;
  padding-bottom: 15px;
  cursor: pointer;
}
.tab_1 h5::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  transition: 0.6s;
}
.tab_1 h5:hover::before, .tab_1 h5.on::before {
  width: 100%;
  left: 0;
}

.tab_1_box .more {
  text-align: center;
}
.tab_1_box a {
  display: inline-block;
  color: #909090;
  text-transform: uppercase;
  position: relative;
  transition: all 0.5s ease;
}
.tab_1_box a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: #f8f8f8;
  left: 50%;
  margin-left: 0;
  bottom: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.header_top {
  background-color: #fff;
  padding: 15px 0;
  position: relative;
  z-index: 100;
}
.header_top .bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_top .logo {
  display: block;
  font-size: 0;
  height: 35px;
}
.header_top .logo img {
  height: 100%;
}
.header_top .tel {
  font-size: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header_top .tel {
    display: none;
  }
}
.header_top .tel i {
  font-size: 24px;
  margin-right: 10px;
}
.header_top .tel span {
  font-weight: bold;
}

header {
  width: 100%;
  height: var(--nav_height);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header::after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
footer {
  background-image: url("../image/bj3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  z-index: 99;
  background-color: #fff;
}
footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.header {
  position: relative;
  z-index: 100;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.header .tel {
  font-size: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header .tel {
    display: none;
  }
}
.header .tel i {
  font-size: 24px;
  margin-right: 10px;
}
.header .ewm {
  height: 70px;
  margin: auto 0;
}
.header .ewm img {
  width: 100%;
}
@media (max-width: 768px) {
  .header .ewm {
    display: none;
  }
}
.header .menu {
  display: none;
}
@media (max-width: 768px) {
  .header .menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header .menu i {
  font-size: 24px;
}

.footer {
  padding-top: 55px;
  /*padding-bottom: 55px;*/
  background-repeat: no-repeat;
  background-position: center top;
  color: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
}
.footer .link {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .footer .nav {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .footer .nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
  }
}
.footer .nav li {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 768px) {
  .footer .nav li {
    width: calc(100% / 3 - 15px * (3 - 1) / 3);
  }
}
.footer .nav li::before {
  font-size: 16px;
  content: ">";
  margin-right: 5px;
}
.footer .contact {
  max-width: 390px;
  text-align: right;
}
@media (max-width: 768px) {
  .footer .contact {
    text-align: left;
  }
}
.footer .contact .logo {
  margin-bottom: 16px;
}
.footer .contact .logo a {
  display: block;
  height: 50px;
}
.footer .contact .txt {
  margin-bottom: 25px;
}
.footer .contact .txt p {
  line-height: 2;
  letter-spacing: 0.7px;
}
.footer .contact .icon {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 25px;
}

.footer_bottom {
  color: #fff;
  font-size: 0.75em;
  line-height: 2;
  text-align: center;
  padding: 20px 0px;
  display: block;
  position: relative;
  z-index: 1;
}

.pagetop {
  position: fixed;
  z-index: 1000;
  bottom: 100px;
  right: 30px;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .pagetop {
    bottom: 20px;
    right: 20px;
  }
}
.pagetop i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  display: block;
  transform: rotate(-90deg);
}
@media (max-width: 768px) {
  .pagetop i {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.section1 {
  position: relative;
  z-index: 9;
  padding: 5rem 0 5rem;
  background-color: #fff;
}
.section1 .flex {
  gap: 40px;
}
.section1 .son {
  width: calc(100% / 2 - 40px * (2 - 1) / 2);
  position: relative;
}
.section1 .son a {
  display: block;
}
.section1 .son a:hover img {
  transform: scale(1.05);
}
.section1 .son a:hover .txt {
  background-color: rgba(0, 0, 0, 0.8);
}
.section1 .son .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
}
.section1 .son .img::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #fff;
}
.section1 .son img {
  transition: all 0.8s ease;
}
.section1 .son .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.8s ease;
  opacity: 1;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.section1 .son .txt h3 {
  position: relative;
  z-index: 1;
  font-size: 22px;
  padding-bottom: 10px;
}
.section1 .son .txt p {
  font-size: 14px;
}

.section2 {
  position: relative;
  z-index: 9;
  padding: 5rem 0 5rem;
  background-color: #f4f4f4;
}
.section2 .flex {
  gap: 25px 20px;
}
.section2 .son {
  width: calc(100% / 3 - 20px * (3 - 1) / 3);
  position: relative;
}
.section2 .son a {
  display: block;
}
.section2 .son a:hover img {
  transform: scale(1.05);
}
.section2 .son .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
}
.section2 .son img {
  transition: all 0.8s ease;
  background-image: linear-gradient(to bottom, #323131 0%, #c9c1c1 100%);
}
.section2 .son .txt {
  padding: 10px;
  text-align: center;
}
.section2 .son h3 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}

.section3 {
  position: relative;
  z-index: 9;
  padding: 5rem 0 5rem;
}
.section3 .flex {
  gap: 60px;
}
.section3 .son {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.section3 .son:nth-child(2n) {
  flex-direction: row-reverse;
}
.section3 .son .l {
  width: 50%;
}
.section3 .son .l .img {
  font-size: 0px;
  width: 100%;
  height: 100%;
}
.section3 .son .l img {
  width: 100%;
  height: 100%;
}
.section3 .son .r {
  width: 50%;
  background-color: #1687e8;
  padding: 35px;
  color: #fff;
}
.section3 .son .r .txt {
  width: 100%;
}
.section3 .son .r .h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section3 .son .r .h3 i {
  font-size: 44px;
}
.section3 .son .r .h3 span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section3 .son .r .con {
  margin-top: 30px;
  color: #fff;
}
.section3 .son .r .but {
  margin-top: 30px;
  display: flex;
}
.section4 {
  position: relative;
  z-index: 9;
  padding: 0 0 5rem;
}
.section4 .flex {
  gap: 35px 20px;
}
@media (max-width: 768px) {
  .section4 .flex {
    gap: 15px;
  }
}
.section4 .flex .son {
  width: calc(100% / 4 - 20px * (4 - 1) / 4);
}
@media (max-width: 768px) {
  .section4 .flex .son {
    width: calc(100% / 2 - 15px * (2 - 1) / 2);
  }
}
.section4 .flex a {
  display: block;
  width: 100%;
}
.section4 .flex a:hover img {
  transform: scale(1.05);
}
.section4 .flex a:hover .mask {
  opacity: 1;
}
.section4 .flex .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  border-radius: 7px;
}
.section4 .flex img {
  transition: all 0.8s ease;
}
.section4 .flex .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  display: flex;
  align-items: center;
}
.section4 .flex .mask::after {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section4 .flex .mask::before {
  content: "";
  width: 2px;
  height: 24px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section4 .flex .txt h3 {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.section4 .flex .txt p {
  margin-top: 8px;
  line-height: 1.5;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.section5 {
  position: relative;
  z-index: 9;
  padding: 5rem 0 5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.section5::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.section5 .bx {
  position: relative;
  z-index: 10;
}
.section5 .title_1 .h3,
.section5 .title_1 .h5,
.section5 .title_1 .con {
  color: #fff;
}
.section5 .tab {
  display: flex;
  gap: 1px;
}
.section5 .tab .son {
  background-color: #fff;
  color: #000;
  width: 100%;
  flex-grow: 1;
  text-align: center;
  padding: 20px;
  font-size: 22px;
  line-height: 1.5;
  transition: all 0.5s ease;
  cursor: pointer;
  position: relative;
}
.section5 .tab .son::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid var(--color);
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s ease;
}
.section5 .tab .son.on {
  background-color: var(--color);
}
.section5 .tab .son.on::after {
  opacity: 1;
}
.section5 .box {
  margin-top: 40px;
  display: none;
}
.section5 .box.on {
  display: block;
}
.section5 .box h4 {
  line-height: 1.25;
  font-size: 22px;
  text-align: center;
}
.section5 .box .flex {
  flex-wrap: nowrap;
  gap: 20px;
  margin-top: 30px;
}
.section5 .box .son {
  width: 100%;
  flex-grow: 1;
}
.section5 .box .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
}
.section5 .box img {
  transition: all 0.5s ease;
}
.section5 .box h3 {
  width: 100%;
  background-color: #000;
  font-size: 20px;
  font-weight: normal;
  padding: 10px 15px;
  line-height: 1.5;
  display: flex;
}
.section5 .box h3 i {
  line-height: 1;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  margin-right: 10px;
}
.section5 .box p {
  margin-top: 10px;
  line-height: 2;
}

.section6 {
  position: relative;
  z-index: 9;
  padding: 5rem 0 5rem;
}
.section6 .flex {
  gap: 40px;
}
.section6 .son {
  width: calc(100% / 2 - 40px * (2 - 1) / 2);
  position: relative;
}
.section6 .son a {
  display: block;
}
.section6 .son a:hover img {
  transform: scale(1.05);
}
.section6 .son a:hover .txt {
  background-color: rgba(0, 0, 0, 0.8);
}
.section6 .son .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
}
.section6 .son .img::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #fff;
}
.section6 .son img {
  transition: all 0.8s ease;
}
.section6 .son .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.8s ease;
  opacity: 1;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.section6 .son .txt h3 {
  position: relative;
  z-index: 1;
  font-size: 22px;
  padding-bottom: 10px;
}
.section6 .son .txt p {
  font-size: 14px;
}

.about1 {
  position: relative;
  z-index: 9;
  padding: 5rem 0 5rem;
}
.about1 .title_1 {
  text-align: left;
}
.about1 .img {
  float: left;
  width: 40%;
  font-size: 0;
  margin-right: 10%;
}
@media (max-width: 768px) {
  .about1 .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.about1 .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .about1 .con {
    font-size: 16px;
  }
}

.about2 {
  position: relative;
  z-index: 9;
}
.about2 .img {
  width: 100%;
  font-size: 0;
}
.about2 img {
  width: 100%;
}

.about3 {
  position: relative;
  z-index: 9;
  padding: 5rem 0 5rem;
}
.about3 .title_1 {
  text-align: left;
}
.about3 .img {
  float: left;
  width: 40%;
  font-size: 0;
  margin-right: 10%;
}
@media (max-width: 768px) {
  .about3 .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.about3 .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .about3 .con {
    font-size: 16px;
  }
}

.about4 {
  position: relative;
  z-index: 9;
  padding: 5rem 0 5rem;
}
.about4 a {
  display: block;
}
.about4 a:hover img {
  transform: scale(1.05);
}
.about4 a .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.about4 a img {
  transition: all 0.8s ease;
}
.about4 a .txt {
  padding: 20px 20px;
}
.about4 a h3 {
  font-size: 16px;
  text-align: center;
  font-weight: normal;
}

.product1 {
  position: relative;
  z-index: 9;
  padding: 5rem 0 5rem;
}
.product1 .flex {
  gap: 35px 20px;
}
@media (max-width: 768px) {
  .product1 .flex {
    gap: 15px;
  }
}
.product1 .flex .son {
  width: calc(100% / 4 - 20px * (4 - 1) / 4);
}
@media (max-width: 768px) {
  .product1 .flex .son {
    width: calc(100% / 2 - 15px * (2 - 1) / 2);
  }
}
.product1 .flex a {
  display: block;
  width: 100%;
}
.product1 .flex a:hover img {
  transform: scale(1.05);
}
.product1 .flex a:hover .mask {
  opacity: 1;
}
.product1 .flex .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 7px;
}
.product1 .flex img {
  transition: all 0.8s ease;
}
.product1 .flex .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  display: flex;
  align-items: center;
}
.product1 .flex .mask::after {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product1 .flex .mask::before {
  content: "";
  width: 2px;
  height: 24px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product1 .flex .txt h3 {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product1 .flex .txt p {
  margin-top: 8px;
  line-height: 1.5;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.buy1 {
  position: relative;
  z-index: 9;
  padding: 5rem 0 5rem;
}
.buy1 .box {
  width: 100%;
}
.buy1 .son {
  margin-bottom: 50px;
  width: 100%;
}
.buy1 .son .title {
  background-color: #e1d9d9;
  border-bottom: 2px solid #1687e8;
  display: flex;
}
.buy1 .son .title i {
  width: 70px;
  height: 70px;
  background-color: #1687e8;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buy1 .son .title span {
  padding: 20px 30px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
.buy1 .son .flex {
  justify-content: space-between;
  margin-top: 30px;
}
.buy1 .son .txt {
  width: 61%;
}
.buy1 .son .img {
  width: 36%;
  font-size: 0;
}
.buy1 .son .img img {
  width: 100%;
}

.news1 {
  position: relative;
  z-index: 9;
  padding: 5rem 0 5rem;
}
.news1 .flex {
  gap: 30px;
}
.news1 .son {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.news1 .son:hover img {
  transform: scale(1.05);
}
.news1 .son:hover h3 {
  color: #000;
}
.news1 .son .l {
  width: 30.55%;
}
.news1 .son .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  border-radius: 10px;
  display: block;
}
.news1 .son img {
  transition: all 0.8s ease;
}
.news1 .son .r {
  width: 66%;
}
.news1 .son .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 16px;
}
.news1 .son h3 {
  color: #333;
  font-size: 22px;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 20px;
  transition: all 0.8s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news1 .son p {
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news1 .son .but {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.news1 .son .but a {
  padding: 8px 24px;
  line-height: 1.5;
  font-size: 14px;
  background-color: #000000;
  color: #fff;
}

.contact1 {
  position: relative;
  z-index: 9;
  padding: 5rem 0 5rem;
}
.contact1 .flex {
  gap: 60px;
}
.contact1 .l {
  width: calc(100% / 2 - 60px * (2 - 1) / 2);
}
.contact1 .l .title_1 {
  text-align: left;
}
.contact1 .r {
  width: calc(100% / 2 - 60px * (2 - 1) / 2);
}
.contact1 .r label {
  display: block;
  margin-bottom: 20px;
}
.contact1 .r p {
  color: #333333;
  line-height: 1.5;
  margin-bottom: 5px;
}
.contact1 .r input,
.contact1 .r textarea {
  font-family: inherit;
  width: 100%;
  line-height: 1.5;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.contact1 .r button {
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
}

.info_1 {
  position: relative;
  z-index: 9;
  padding: 5rem 0;
}
.info_1 .flex {
  gap: 50px;
}
.info_1 .l {
  width: calc(100% / 2 - 50px * (2 - 1) / 2);
}
.info_1 .l .mySwiper_3 {
  margin-bottom: 30px;
  padding: 0 80px;
  position: relative;
}
@media (max-width: 768px) {
  .info_1 .l .mySwiper_3 {
    padding: 0px;
  }
}
.info_1 .l .mySwiper_3 .swiper-wrapper {
  height: auto;
}
.info_1 .l .mySwiper_3 .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.info_1 .l .mySwiper_3 .prev_3,
.info_1 .l .mySwiper_3 .next_3 {
  width: 30px;
  height: 30px;
}
.info_1 .l .mySwiper_3 .prev_3::after,
.info_1 .l .mySwiper_3 .next_3::after {
  display: none;
}
.info_1 .l .mySwiper_3 .prev_3 i,
.info_1 .l .mySwiper_3 .next_3 i {
  font-size: 30px;
}
.info_1 .l .mySwiper_3 .next_3 {
  right: 0;
}
.info_1 .l .mySwiper_3 .prev_3 {
  left: 0;
}
.info_1 .r {
  width: calc(100% / 2 - 50px * (2 - 1) / 2);
}
.info_1 .r .h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
}
.info_1 .r .h2 {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: normal;
}
.info_1 .r .p {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 20px;
}
.info_1 .txt {
  width: 100%;
  margin-top: 30px;
}

.info_2 {
  position: relative;
  z-index: 9;
  padding: 5rem 0;
}
.info_2 .h2 {
  font-weight: normal;
  font-size: 24px;
  line-height: 1.5;
}
.info_2 .date {
  font-size: 12px;
  line-height: 1;
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.info_2 .con {
  margin-top: 30px;
}

@keyframes hide-dt {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-150%);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes back {
  to {
    width: 100%;
    opacity: 0;
  }
  from {
    width: 0%;
    opacity: 1;
  }
}

/*# sourceMappingURL=index.css.map */
