.info_2 .mySwiper_2 .img img, .info_2 .mySwiper_1 .img img, .info_1 .son img, .news_2 .son img, .news_1 .son img, .section_4 .son img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}

@font-face {
  font-family: "title1";
  src: url(../font/yYLl0h7WyfzTzI44.woff2);
}
:root {
  --color: #d77828;
  --color1: #f1e8df;
  --nav_height: 80px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #333;
  margin: 0 auto;
  font-size: 16px;
  font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
}
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: 1170px;
}

.clear {
  clear: both;
}

#fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#fixed .bj {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#fixed.on {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
#fixed .son {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#fixed .son.on {
  display: none !important;
}
#fixed .son1 {
  width: 95%;
  background-color: #fff;
  padding: 0px;
  border-radius: 12px;
}
#fixed .son1 .top {
  padding-top: 26px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
}
#fixed .son1 form {
  width: 94%;
  margin: 0 auto;
}
#fixed .son1 label {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  padding: 10px 16px;
  line-height: 24px;
  font-size: 14px;
  display: flex;
}
#fixed .son1 label .tit {
  flex-shrink: 0;
  margin-right: 12px;
  width: 6rem;
  color: #999;
  font-size: 1.1rem;
  text-align: right;
}
#fixed .son1 label .inp {
  flex-grow: 1;
  min-height: 24px;
  color: #333;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}
#fixed .son1 label .inp i {
  font-size: 20px;
  color: var(--color);
}
#fixed .son1 label .inp .txt {
  margin-left: 8px;
}
#fixed .son1 label .inp input {
  width: 100%;
  line-height: 24px;
}
#fixed .son1 label .inp textarea {
  min-height: 60px;
  line-height: 24px;
  width: 100%;
}
#fixed .son1 label .inp .file {
  width: 80px;
  height: 80px;
  position: relative;
  background-color: #f7f8fa;
  border: 0px dotted #f7f8fa;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fixed .son1 label .inp .file i {
  color: rgb(220, 222, 224);
  font-size: 24px;
}
#fixed .son1 label .inp .file input {
  display: none;
}
#fixed .son1 .but {
  padding: 8px 12px 16px;
  display: flex;
}
#fixed .son1 .but button {
  flex-grow: 1;
  height: 36px;
  background-color: rgb(204, 204, 204);
  color: #fff;
}
#fixed .son1 .but button[type=button] {
  overflow: hidden;
  border-radius: 36px 0 0 36px;
}
#fixed .son1 .but button[type=submit] {
  background-color: var(--color);
  overflow: hidden;
  border-radius: 0 36px 36px 0;
}
#fixed .son2 {
  top: auto;
  left: 0%;
  bottom: 0;
  transform: none;
  width: 100%;
  max-height: 80%;
  background-color: #fff;
  border-radius: 16px 16px 0 0;
  overflow-y: auto;
}
#fixed .son2 a {
  display: block;
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  background-color: #fff;
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #a9a9a9;
}
#fixed .son2 .p {
  background-color: #f7f8fa;
  height: 8px;
  width: 100%;
}
#fixed .son2 button {
  display: block;
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  background-color: #fff;
  text-align: center;
  line-height: 22px;
  border-top: 1px solid #a9a9a9;
}
#fixed .son3 {
  transform: translate(0%, -50%);
  left: 0;
  height: 100%;
  width: 22rem;
  background-color: #fff;
  overflow-y: auto;
}
#fixed .son3 h3 {
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 2rem 0 1rem;
}
#fixed .son3 table {
  width: 94%;
  margin-left: 6%;
  table-layout: auto;
}
#fixed .son3 table td {
  border: none;
  border-bottom: 1px solid #e4e4e4;
  padding: 1rem 0;
  font-size: 1.1rem;
}
#fixed .son3 table .name {
  font-size: 1.3rem;
}
#fixed .son3 table .down {
  color: #df3d48;
}
#fixed .son3 table .up {
  clear: var(--color);
}
#fixed .son4 {
  top: auto;
  left: 0%;
  bottom: 0;
  transform: none;
  width: 100%;
  max-height: 85%;
  height: 85%;
  background-color: rgb(246, 246, 246);
  border-radius: 16px 16px 0 0;
  overflow-y: auto;
  padding-top: 3rem;
}
#fixed .son4 i {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #c8c9cc;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #c8c9cc;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fixed .son4 .box {
  padding: 1rem 3%;
  color: #333;
}
#fixed .son4 .box table th {
  background: #999;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 0.6rem 0;
  border: none;
}
#fixed .son4 .box table td {
  text-align: center;
  font-size: 14px;
  padding: 0.6rem;
}

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

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

#banner_1 {
  padding-top: var(--nav_height);
  font-size: 0;
  position: relative;
  z-index: 10;
}
#banner_1 .banner_1 img {
  width: 100%;
}
#banner_1 .banner_1 .swiper-slide-active h2,
#banner_1 .banner_1 .swiper-slide-active p,
#banner_1 .banner_1 .swiper-slide-active .but {
  opacity: 1;
  transform: translateX(0);
}
#banner_1 .banner_1 .prev_1,
#banner_1 .banner_1 .next_1 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  #banner_1 .banner_1 .prev_1,
  #banner_1 .banner_1 .next_1 {
    width: 30px;
    height: 30px;
  }
}
#banner_1 .banner_1 .prev_1:hover::before,
#banner_1 .banner_1 .next_1:hover::before {
  opacity: 1;
}
#banner_1 .banner_1 .prev_1::before,
#banner_1 .banner_1 .next_1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color);
  opacity: 0.75;
  transition: all 0.5s ease;
}
#banner_1 .banner_1 .prev_1::after,
#banner_1 .banner_1 .next_1::after {
  display: none;
}
#banner_1 .banner_1 .prev_1 i,
#banner_1 .banner_1 .next_1 i {
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 24px;
}
@media (max-width: 768px) {
  #banner_1 .banner_1 .prev_1 i,
  #banner_1 .banner_1 .next_1 i {
    font-size: 12px;
  }
}
#banner_1 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
#banner_1 .bx {
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
#banner_1 h2 {
  font-size: 48px;
  text-align: center;
  transition: all 1s 0.5s ease;
  opacity: 0;
  transform: translateX(-100%);
}
#banner_1 p {
  font-size: 24px;
  transition: all 1s 1s ease;
  opacity: 0;
  transform: translateX(100%);
}
#banner_1 .but {
  transition: all 1s 1s ease;
  opacity: 0;
  transform: translateX(100%);
  display: flex;
}
#banner_1 .but a {
  padding: 12px 36px;
  border-radius: 50px;
  font-size: 18px;
  color: #fff;
  background-color: var(--color);
}

#banner_2 {
  position: relative;
  z-index: 10;
  display: flex;
  padding-top: var(--nav_height);
}
#banner_2 .box {
  width: 100%;
  position: relative;
  font-size: 0;
}
#banner_2 img {
  width: 100%;
  height: 355px;
}
@media (max-width: 768px) {
  #banner_2 img {
    height: auto;
  }
}
#banner_2 .txt {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 50%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner_2 .txt h3 {
  color: #fff;
  font-size: 50px;
  line-height: 1.3;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
#banner_2 .txt span {
  margin: 0 auto;
  display: block;
  width: 160px;
  height: 6px;
  background-color: var(--color);
}

#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: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}
header::after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #fff;
}
.header {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.header .logo {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .logo img {
  height: 65px;
}
.header .logo .logo-text {
  font-size: 24px;
  font-weight: bold;
  font-family: "Microsoft YaHei";
  transition: all 0.3s ease;
}
.header .logo span {
  font-size: 24px;
  font-weight: bold;
  font-family: "Microsoft YaHei";
}
.header .logo p {
  font-size: 10.7px;
  font-weight: normal;
  color: #888;
}
.header .nav {
  margin-left: auto;
  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: 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, .header .nav .tit:hover a {
  color: var(--color);
}
.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 {
  font-weight: bold;
  transition: all 0.5s ease;
  position: relative;
  height: 100%;
  font-size: 17px;
  text-transform: uppercase;
  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 {
  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 {
    display: flex;
    align-items: center;
  }
}
.header .mobile i {
  font-size: 24px;
}
.header .but {
  display: flex;
  align-items: center;
}
.header .but .btn {
  padding: 12px 36px;
  border-radius: 50px;
  font-size: 16px;
  color: #fff;
  background-color: var(--color);
}

footer {
  background-color: var(--color);
  color: #fff;
  padding-top: 56px;
  padding-bottom: 40px;
}
footer .footer_top {
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer .footer_top {
    flex-wrap: wrap;
  }
}
footer .footer_top .l {
  max-width: 700px;
}
@media (max-width: 768px) {
  footer .footer_top .l {
    max-width: 100%;
    width: 100%;
  }
}
footer .footer_top .l h2 {
  margin-bottom: 24px;
  display: flex;
  gap: 12px;
}
footer .footer_top .l h2 p {
  font-size: 24px;
  line-height: 1.6;
  text-transform: uppercase;
}
footer .footer_top .l h2 img {
  height: 42px;
}
footer .footer_top .l .p {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.6;
}
footer .footer_top .l ul {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
}
footer .footer_top .l ul a {
  font-size: 16px;
  line-height: 1.75;
}
footer .footer_top .r {
  max-width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  footer .footer_top .r {
    max-width: 100%;
    width: 100%;
  }
}
footer .footer_top .r p {
  font-size: 16px;
  line-height: 1.6;
}
footer .footer_bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2196078431);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer_bottom .p {
  color: rgba(255, 255, 255, 0.47);
}
footer .footer_bottom ul {
  display: flex;
  gap: 15px;
}
footer .footer_bottom ul a {
  display: flex;
}
footer .footer_bottom ul img {
  width: 24px;
  height: 24px;
  padding: 5px;
}

.title_1 {
  margin-top: var(--nav_height);
  padding: 10px;
  background-color: var(--color);
}
.title_1 h2 {
  padding: 14px 0;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
}

.section_1 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--color1);
}
@media (max-width: 768px) {
  .section_1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section_1 .flex {
  gap: 80px;
}
.section_1 .son {
  max-width: 770px;
  margin: 0 auto;
}
.section_1 .son h4 {
  text-align: center;
  line-height: 1.75;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5411764706);
  font-weight: normal;
}
.section_1 .son h2 {
  text-align: center;
  margin-top: 12px;
  line-height: 1.4;
  font-size: 56px;
}
@media (max-width: 768px) {
  .section_1 .son h2 {
    font-size: 30px;
  }
}
.section_1 .son h5 {
  text-align: center;
  line-height: 1.778;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5411764706);
  font-weight: normal;
}
@media (max-width: 768px) {
  .section_1 .son h5 {
    font-size: 16px;
  }
}
.section_1 .son form {
  margin: 0 auto;
  margin-top: 32px;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section_1 .son form span {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
.section_1 .son form input,
.section_1 .son form textarea {
  line-height: 50px;
  border: 1px solid #ccc;
  width: 100%;
  padding: 0 16px;
  border-radius: 5px;
}
.section_1 .son form .but {
  margin-top: 24px;
  text-align: center;
}
.section_1 .son form .but button {
  padding: 8px 40px;
  background-color: var(--color);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1.778;
}

.section_2 {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .section_2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section_2 h4 {
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.75;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5411764706);
  font-weight: normal;
}
.section_2 h2 {
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
  margin-top: 12px;
  line-height: 1.4;
  font-size: 56px;
}
@media (max-width: 768px) {
  .section_2 h2 {
    font-size: 30px;
  }
}
.section_2 h5 {
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.778;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5411764706);
  font-weight: normal;
}
@media (max-width: 768px) {
  .section_2 h5 {
    font-size: 16px;
  }
}
.section_2 .flex {
  gap: 30px;
  margin-top: 48px;
}
.section_2 .son {
  width: calc(100% / 2 - 30px * (2 - 1) / 2);
  padding: 32px 40px;
  border-radius: 8px;
  background-color: var(--color1);
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .section_2 .son {
    width: 100%;
    padding: 24px;
  }
}
.section_2 .son:hover {
  box-shadow: 5px 8.66px 25px 0px rgba(29, 50, 149, 0.15);
}
.section_2 .son h3 {
  line-height: 1.636;
  font-size: 24px;
}
@media (max-width: 768px) {
  .section_2 .son h3 {
    font-size: 20px;
  }
}
.section_2 .son p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.section_3 {
  background-color: #fdfaf7;
  padding-top: 100px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .section_3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section_3 h4 {
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.75;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5411764706);
  font-weight: normal;
}
.section_3 h2 {
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
  margin-top: 12px;
  line-height: 1.4;
  font-size: 56px;
}
@media (max-width: 768px) {
  .section_3 h2 {
    font-size: 30px;
  }
}
.section_3 h5 {
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.778;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5411764706);
  font-weight: normal;
}
@media (max-width: 768px) {
  .section_3 h5 {
    font-size: 16px;
  }
}
.section_3 .mySwiper_3 {
  margin-top: 48px;
}
.section_3 .mySwiper_3 .son {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .section_3 .mySwiper_3 .son {
    flex-direction: column;
  }
}
.section_3 .mySwiper_3 .img {
  flex-shrink: 0;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
}
.section_3 .mySwiper_3 .img img {
  width: 100%;
  height: 100%;
}
.section_3 .mySwiper_3 .txt {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .section_3 .mySwiper_3 .txt {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.section_3 .mySwiper_3 .txt h3 {
  font-size: 18px;
  line-height: 1.778;
}
.section_3 .mySwiper_3 .txt p {
  line-height: 1.77;
  font-size: 18px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.section_4 {
  background-color: #fdfaf7;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .section_4 {
    padding-top: 60px;
  }
}
.section_4 h4 {
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.75;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5411764706);
  font-weight: normal;
}
.section_4 h2 {
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
  margin-top: 12px;
  line-height: 1.4;
  font-size: 56px;
}
@media (max-width: 768px) {
  .section_4 h2 {
    font-size: 30px;
  }
}
.section_4 h5 {
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.778;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5411764706);
  font-weight: normal;
}
@media (max-width: 768px) {
  .section_4 h5 {
    font-size: 16px;
  }
}
.section_4 .flex {
  gap: 50px 30px;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .section_4 .flex {
    gap: 32px;
    margin-top: 30px;
  }
}
.section_4 .son {
  width: calc(100% / 2 - 30px * (2 - 1) / 2);
  display: flex;
}
@media (max-width: 768px) {
  .section_4 .son {
    flex-direction: column;
    width: 100%;
  }
}
.section_4 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 45%;
  width: 45%;
  border-radius: 8px;
  box-shadow: 5px 8.66px 25px 0px rgba(29, 50, 149, 0.15);
}
@media (max-width: 768px) {
  .section_4 .son .img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}
.section_4 .son .img:hover img {
  transform: scale(1.07);
}
.section_4 .son img {
  transition: all 0.5s ease;
}
.section_4 .son .txt {
  width: 55%;
  padding-left: 32px;
}
@media (max-width: 768px) {
  .section_4 .son .txt {
    width: 100%;
    padding-left: 0px;
    padding-top: 30px;
  }
}
.section_4 .son h3 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_4 .son p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.75;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.section_4 .son .but {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.section_4 .son .but a {
  padding: 8px 40px;
  background-color: var(--color);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1.778;
  border: 1px solid var(--color);
  transition: all 0.3s ease;
}
.section_4 .son .but a:hover {
  opacity: 0.8;
}

.section_5 {
  background-color: var(--color1);
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .section_5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section_5 .flex {
  align-items: center;
  gap: 30px;
}
.section_5 .son {
  width: calc(100% / 2 - 30px * (2 - 1) / 2);
}
@media (max-width: 768px) {
  .section_5 .son {
    width: 100%;
  }
}
.section_5 .son .img {
  font-size: 0;
  max-height: 700px;
  border-radius: 10px;
  overflow: hidden;
}
.section_5 .son .img img {
  width: 100%;
}
.section_5 .son .txt {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .section_5 .son .txt {
    padding-left: 0px;
  }
}
.section_5 .son .txt .h4 {
  line-height: 1.75;
  font-size: 16px;
}
.section_5 .son .txt .h2 {
  margin-top: 12px;
  line-height: 1.4;
  font-size: 40px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .section_5 .son .txt .h2 {
    font-size: 30px;
  }
}
.section_5 .son .txt .con {
  margin-top: 48px;
  line-height: 1.778;
  font-size: 18px;
}
@media (max-width: 768px) {
  .section_5 .son .txt .con {
    margin-top: 30px;
  }
}
.section_5 .son .txt .but {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 768px) {
  .section_5 .son .txt .but {
    margin-top: 30px;
  }
}
.section_5 .son .txt .but a {
  padding: 8px 40px;
  background-color: var(--color);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1.778;
  border: 1px solid var(--color);
  transition: all 0.3s ease;
}
.section_5 .son .txt .but a:hover {
  background-color: var(--color);
  color: #fff;
}
.section_5 .son .txt .but a + a {
  background-color: transparent;
  color: var(--color);
}

.news_1 {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .news_1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.news_1 .flex {
  gap: 25px 15px;
}
.news_1 .son {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .news_1 .son {
    flex-direction: column;
  }
}
.news_1 .son:hover img {
  transform: scale(1.05);
}
.news_1 .son:hover h2 {
  color: var(--color);
}
.news_1 .son .l {
  width: 40%;
}
@media (max-width: 768px) {
  .news_1 .son .l {
    width: 100%;
  }
}
.news_1 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 58%;
}
.news_1 .son .r {
  width: 60%;
}
@media (max-width: 768px) {
  .news_1 .son .r {
    width: 100%;
  }
}
.news_1 .son .txt {
  width: 100%;
  padding: 40px;
}
@media (max-width: 768px) {
  .news_1 .son .txt {
    padding: 20px 0 0;
  }
}
.news_1 .son h2 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_1 .son .p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 20px;
}
.news_1 .son .date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_1 .son p {
  font-size: 12px;
  font-weight: 300;
  color: #909090;
}
.news_1 .son span {
  color: var(--color);
}

.news_2 {
  padding-top: 64px;
  padding-bottom: 64px;
}
.news_2 .flex {
  gap: 25px 15px;
}
.news_2 .son {
  width: calc(100% / 3 - 15px * (3 - 1) / 3);
  border-radius: 13px;
  box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 231, 221, 0);
  overflow: hidden;
  display: block;
}
.news_2 .son:hover img {
  transform: scale(1.05);
}
.news_2 .son:hover h2 {
  color: var(--color);
}
.news_2 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 58%;
}
.news_2 .son .txt {
  width: 100%;
  padding: 20px;
}
.news_2 .son h2 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_2 .son .p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_2 .son .date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_2 .son p {
  font-size: 12px;
  font-weight: 300;
  color: #909090;
}
.news_2 .son span {
  color: var(--color);
}

.about_1 {
  padding-top: 105px;
  padding-bottom: 85px;
}
@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%;
  }
}
.about_1 .img img {
  width: 100%;
}
.about_1 .txt .tit {
  font-size: 48px;
  line-height: 1.33;
  font-weight: bold;
}
@media (max-width: 768px) {
  .about_1 .txt .tit {
    font-size: 38px;
  }
}
.about_1 .txt .con {
  margin-top: 20px;
}

.contact_1 {
  padding-top: 105px;
  padding-bottom: 105px;
}
@media (max-width: 768px) {
  .contact_1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.contact_1 .flex {
  gap: 40px;
}
.contact_1 .son {
  width: calc(100% / 3 - 40px * (3 - 1) / 3);
  padding: 40px 15px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (max-width: 768px) {
  .contact_1 .son {
    width: 100%;
  }
}
.contact_1 .son::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color1);
  opacity: 0.95;
}
.contact_1 .son i {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  color: var(--color);
  margin-bottom: 15px;
  font-size: 40px;
}
.contact_1 .son h3 {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 19px;
}
.contact_1 .son p {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  color: #333;
  font-size: 17px;
  line-height: 1.6;
  margin-top: 15px;
}

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

.products_1 {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .products_1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.products_1 .son {
  padding: 40px;
  border-radius: 20px;
  box-shadow: 5px 8.66px 25px 0px rgba(29, 50, 149, 0.15);
  margin-bottom: 40px;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .products_1 .son {
    flex-direction: column;
    padding: 20px;
  }
}
.products_1 .son:hover {
  transform: translateY(-10px);
}
.products_1 .son:hover .txt h3 {
  color: var(--color);
}
.products_1 .son .img {
  width: 30%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .products_1 .son .img {
    width: 100%;
  }
}
.products_1 .son .img img {
  width: 100%;
}
.products_1 .son .txt {
  flex-grow: 1;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .products_1 .son .txt {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }
}
.products_1 .son .txt h3 {
  font-size: 20px;
  line-height: 1.6;
  transition: all 0.3s ease;
}
.products_1 .son .txt p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.75;
}
.products_1 .son .txt .but {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.products_1 .son .txt .but a {
  padding: 8px 40px;
  background-color: var(--color);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1.778;
  border: 1px solid var(--color);
  transition: all 0.3s ease;
}
.products_1 .son .txt .but a:hover {
  background-color: var(--color);
  color: #fff;
}

.info_1 {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .info_1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.info_1 .h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .info_1 .h1 {
    font-size: 20px;
  }
}
.info_1 .p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #333;
}
.info_1 .con {
  padding-top: 40px;
  padding-bottom: 40px;
}
.info_1 .tit {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info_1 .tit h2 {
  font-size: 20px;
  font-weight: 500;
  color: var(--color);
}
.info_1 .tit a {
  font-size: 18px;
  font-weight: 500;
  color: var(--color);
}
.info_1 .flex {
  gap: 15px;
}
.info_1 .son {
  width: calc(100% / 3 - 15px * (3 - 1) / 3);
  border-radius: 13px;
  box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 231, 221, 0);
  overflow: hidden;
  display: block;
}
@media (max-width: 768px) {
  .info_1 .son {
    width: 100%;
  }
}
.info_1 .son:hover img {
  transform: scale(1.05);
}
.info_1 .son:hover h2 {
  color: var(--color);
}
.info_1 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 58%;
}
.info_1 .son .txt {
  width: 100%;
  padding: 20px;
}
.info_1 .son h2 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.info_1 .son .p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.info_1 .son .date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info_1 .son p {
  font-size: 12px;
  font-weight: 300;
  color: #909090;
}
.info_1 .son span {
  color: var(--color);
}

.info_2 {
  padding-top: 10px;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .info_2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.info_2 .flex {
  gap: 0px;
}
.info_2 .son1 {
  width: 40%;
}
@media (max-width: 768px) {
  .info_2 .son1 {
    width: 100%;
  }
}
.info_2 .son2 {
  width: 60%;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .info_2 .son2 {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
  }
}
.info_2 .mySwiper_1 {
  border-radius: 10px;
  border: 1px solid #ccc;
}
.info_2 .mySwiper_1 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
}
.info_2 .mySwiper_2 {
  margin-top: 20px;
}
.info_2 .mySwiper_2 .img {
  border: 1px solid #ccc;
  border-radius: 10px;
  opacity: 0.5;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
}
.info_2 .mySwiper_2 .swiper-slide-thumb-active .img {
  opacity: 1;
}
.info_2 .txt {
  padding-top: 20px;
}
.info_2 .txt h2 {
  font-size: 26px;
  font-weight: 500;
  color: #282020;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .info_2 .txt h2 {
    font-size: 22px;
  }
}
.info_2 .txt p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 30px;
}
.info_2 .txt .price {
  margin-bottom: 20px;
  font-size: 20px;
}
.info_2 .txt .price span {
  color: var(--color);
}
.info_2 .txt .p {
  color: var(--color);
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 20px;
}
.info_2 .txt h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.info_2 .txt .btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
.info_2 .txt .btn .img {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  font-size: 0;
  width: 60px;
  height: 60px;
}
.info_2 .txt .btn img {
  width: 100%;
  height: 100%;
}
.info_2 .txt .btn .but {
  padding: 10px 40px;
  background-color: var(--color);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
}
.info_2 .tab {
  margin-top: 40px;
  display: flex;
}
.info_2 .tab .son {
  padding: 15px 35px;
  background-color: var(--color);
  color: #fff;
  font-size: 18px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.info_2 .detail {
  border: 1px solid var(--color);
}
.info_2 .detail .con {
  padding: 20px;
}

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