.section_12 .son img,
.section_11 .son img,
.section_6 .img_box .b img,
.section_6 .img_box .t img,
.section_5 .son img,
.section_4 .img img,
.section_1 .son .img 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);
}
@font-face {
  font-family: "num1";
  src: url(../font/0849cfbf57f6e9001cc2.otf);
}
@font-face {
  font-family: "BrownStd";
  src: url(../font/BrownStd-Regular.2kkMfQKt.woff2);
}
:root {
  --color: #1681ff;
  --color1: #2ecc71;
  --color2: #6c757d;
  --nav_height: 90px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

.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: 40px;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 0;
}
#page_1 a {
  padding: 0px 12px;
  line-height: 38px;
  min-width: 40px;
  display: inline-block;
  border: solid 1px #ccc;
  font-size: 16px;
  margin: 0 5px;
  transition: all 0.5s ease;
  border-radius: 5px;
}
#page_1 a:hover,
#page_1 a.on {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 2px;
}
#page_1 a.on {
  pointer-events: none;
}
#page_1 a i {
  font-size: 12px;
}

#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 {
  font-size: 0;
  position: relative;
  z-index: 10;
}
#banner_1 img {
  min-height: 100vh;
  height: 760px;
  width: 100%;
}
#banner_1 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#banner_1 .bx {
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#banner_1 h3 {
  font-family: "title1";
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  width: 100%;
}
#banner_1 h2 {
  letter-spacing: -1px;
  font-family: sans-serif;
  font-size: 64px;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 24px;
  width: 100%;
}
#banner_1 p {
  /* font-family: "title1"; */
  font-size: 18px;
  line-height: 1.7;
  width: 100%;
}                      
#banner_1 .but {
  width: 100%;
  margin-top: 30px;
  display: flex;
  gap: 30px;
}
#banner_1 .but a {
  padding: 20px 40px;
  border-radius: 70px;
  background-color: var(--color);
  color: #fff;
  line-height: 1;
  font-size: 16px;
}
#banner_1 .but a + a {
  background-color: #FCA12C;
  border: 1px solid #FCA12C;
}

#banner_2 {
  position: relative;
  z-index: 10;
  font-size: 0;
}
#banner_2 img {
  width: 100%;
  height: 510px;
}
#banner_2 .txt {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner_2 .txt h2 {
  font-size: 24px;
  line-height: 2.4;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
}
#banner_2 .txt p {
  font-size: 15px;
  line-height: 1.35;
  text-align: center;
}
#banner_2 .mbx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#banner_2 .mbx .bx {
  position: relative;
}
#banner_2 .mbx .prev_m,
#banner_2 .mbx .next_m {
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
  border-radius: 50%;
}
#banner_2 .mbx .prev_m:hover,
#banner_2 .mbx .next_m:hover {
  background-color: var(--color);
}
#banner_2 .mbx .prev_m::after,
#banner_2 .mbx .next_m::after {
  display: none;
}
#banner_2 .mbx .prev_m i,
#banner_2 .mbx .next_m i {
  color: #fff;
  font-size: 24px;
}
#banner_2 .mbx .prev_m {
  transform: translateX(-100%);
  left: 0;
}
#banner_2 .mbx .next_m {
  transform: translateX(100%);
  right: 0;
}
#banner_2 .mbx .swiper-slide {
  width: auto;
  height: 70px;
  display: flex;
  align-items: center;
}
#banner_2 .mbx a {
  display: block;
  font-size: 16px;
  /*padding: 25px 0;*/
  color: #fff;
}
#banner_2 .mbx a.on {
  background-color: var(--color1);
  border-radius: 70px;
  padding: 10px 30px;
}

#banner_3 {
  background-color: #000;
  padding-top: calc(var(--nav_height) + 24px);
  padding-bottom: 120px;
}
#banner_3 .flex {
  align-items: center;
  gap: 30px;
  color: #fff;
}
#banner_3 .son {
  width: calc(100% / 2 - 30px * (2 - 1) / 2);
}
#banner_3 .son .img {
  font-size: 0;
  height: 700px;
  border-radius: 7px;
  overflow: hidden;
}
#banner_3 .son .img img {
  width: 100%;
  height: 100%;
}
#banner_3 .son .txt {
  padding-left: 40px;
}
#banner_3 .son h2 {
  font-family: "BrownStd";
  font-size: 40px;
  line-height: 1.33;
  margin-bottom: 20px;
}
#banner_3 .son p {
  line-height: 1.77;
  font-family: "BrownStd";
  font-size: 18px;
}
#banner_3 .son .but {
  margin-top: 40px;
  display: flex;
  gap: 30px;
}
#banner_3 .son .but a {
  padding: 8px 30px;
  border-radius: 50px;
  background-color: var(--color);
  color: #fff;
  line-height: 28px;
  font-size: 16px;
}
#banner_3 .son .but a + a {
  background-color: transparent;
  border: 1px solid var(--color);
}
#banner_3 .son .num {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#banner_3 .son .num .num_1 {
  width: calc(100% / 3 - 30px * (3 - 1) / 3);
}
#banner_3 .son .num span {
  font-size: 32px;
  font-weight: bold;
}
#banner_3 .son .num p {
  line-height: 1.6;
  margin-top: 4px;
}

#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;
}
#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 span {
  margin: 0 5px;
}

#mbx_2 {
  position: relative;
  z-index: 10;
  font-size: 16px;
  line-height: 50px;
  border-bottom: 1px solid rgba(191, 191, 191, 0.4117647059);
}
#mbx_2 .bx {
  padding-top: 20px;
  padding-bottom: 20px;
}
#mbx_2 span {
  margin: 0 5px;
}

header {
  height: var(--nav_height);
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 0;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.15); */
  /*box-shadow: 0 2px 10px rgba(0, 0, 0, 1);*/
}
header::after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  /*background-color: rgba(255, 255, 255, 1);*/
}
header.active::after,
header.on::after {
  /*background-color: #436FA4;*/
  background-color: rgba(255, 255, 255, 1);
}
header.active .header .logo,
header.on .header .logo,
header.active .header .nav .tit a,
header.on .header .nav .tit a {
  color: #333;
}
.header {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.header .logo:hover .logo-text h2 {
  /*color: var(--color);*/
}
.header .logo img {
  height: 50px;
}
.header .logo .logo-text h2 {
  font-size: 24px;
  transition: all 0.3s ease;
  font-family:
    "Archivo",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Helvetica",
    Arial,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    sans-serif;
}
.header .nav {
  margin-left: auto;
  /*margin-right: 48px;*/
  height: 100%;
  display: flex;
  gap: 50px;
}
@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;
  width: 40px;
  text-align: center;
  flex-shrink: 0;
  display: none;
}
@media (max-width: 768px) {
  .header .nav .tit i {
    display: block;
    color: #fff !important;
    font-size: 20px;
  }
}
.header .nav .tit a {
  color: #fff;
  transition: all 0.5s ease;
  position: relative;
  height: 100%;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .nav .tit a.on {
  /* height: 35px;
  padding: 0 20px;
  background-color: var(--color);
  color: #fff !important;
  border-radius: 35px; */
}
@media (max-width: 768px) {
  .header .nav .tit a {
    justify-content: flex-start;
    line-height: 50px;
    font-size: 16px;
    flex-grow: 1;
    color: #fff !important;
  }
  .header .nav .tit a.on {
    /* padding: 0;
    height: 50px;
    background-color: transparent; */
  }
}
.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 var(--color) transparent;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .header .nav .sub::after {
    display: none;
  }
}
.header .nav .sub ul {
  background-color: rgba(255, 255, 255, 0.8);
  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;
  border-bottom: 1px solid #00000014;
}
.header .nav .sub a {
  display: block;
  line-height: 1.6;
  font-size: 14px;
  padding: 9px 5px;
  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: block;
  }
}
.header .mobile i {
  font-size: 20px;
  color: #fff;
  display: flex;
}
.header .language {
  margin-left: 50px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header .language {
    display: none;
  }
}
.header .language span {
  color: #fff;
  font-size: 18px;
  padding: 0 30px;
  padding-bottom: 3px;
}
.header .language ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.header .language:hover ul {
  opacity: 1;
  visibility: visible;
}
.header .language ul li {
  line-height: 30px;
  text-align: center;
}
.header .btn a {
  padding: 0 20px;
  line-height: 2.5;
  display: block;
  color: #fff;
  background-color: var(--color);
  border: 1px solid var(--color);
  border-radius: 70px;
}

footer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 65px 0 40px;
  color: #fff;
  background-color: rgb(36, 36, 36);
}
footer .footer_top {
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
}
footer .footer_top .l {
  max-width: 66.6666666667%;
}
footer .footer_top .l h2 {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 24px;
  font-weight: 400;
  text-transform: uppercase;
  /*letter-spacing: 0.2em;*/
}
footer .footer_top .l p {
  /*font-size: 18px;*/
  line-height: 1.7;
  margin-bottom: 24px;
}
footer .footer_top .l ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
}
footer .footer_top .l ul a {
  line-height: 28px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
footer .footer_top .r {
  max-width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .footer_top .r p {
  line-height: 28px;
}
footer .footer_bottom {
  padding-top: 24px;
  border-top: 1px solid #444;
  display: flex;
  align-items: flex-start;
  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 li a {
  display: flex;
}
footer .footer_bottom li img {
  width: 24px;
  height: 24px;
  padding: 5px;
}

#contact_1 {
  padding-top: 105px;
  padding-bottom: 105px;
}
#contact_1 .l {
  width: 50%;
  padding-right: 40px;
}
#contact_1 .l h2 {
  font-size: 40px;
  line-height: 1.3;
  /*font-weight: normal;*/
  /*font-family: "title1";*/
}
#contact_1 .l .p {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 30px;
}
#contact_1 .l p {
  display: flex;
  gap: 15px;
}
#contact_1 .l p + p {
  margin-top: 15px;
}
#contact_1 .l p i {
  line-height: 28px;
}
#contact_1 .l p span {
  line-height: 28px;
}
#contact_1 .r {
  width: 50%;
  padding-left: 40px;
}
#contact_1 .r form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
#contact_1 .r label {
  width: 100%;
}
#contact_1 .r span {
  display: block;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 4px;
}
#contact_1 .r span i {
  color: #fd3852;
  font-style: normal;
}
#contact_1 .r input,
#contact_1 .r textarea {
  line-height: 28px;
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: all 0.5s ease;
}
#contact_1 .r input:focus,
#contact_1 .r textarea:focus {
  box-shadow: 0 0 0 3px rgb(181, 230, 252);
  border-color: rgb(181, 230, 252);
}
#contact_1 .r button {
  padding: 8px 30px;
  line-height: 28px;
  font-size: 16px;
  border-radius: 5px;
  background-color: var(--color);
  border: 1px solid var(--color);
  color: #fff;
  transition: all 0.3s ease;
}
#contact_1 .r button:hover {
  background-color: #fff;
  color: var(--color);
}

.title_1 {
  text-align: center;
}
.title_1 p {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color);
}
.title_1 h2 {
  margin-top: 16px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -1px;
}
.title_1 h2 span {
  color: var(--color);
}

.section_1 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-position: center;
  background-size: cover;
}
.section_1 .title_1 {
  text-align: left;
  position: relative;
}
.section_1 .title_1 p {
  width: 60%;
}
.section_1 .title_1 h2 {
  width: 60%;
}
.section_1 .title_1 .but {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section_1 .title_1 .but a {
  display: block;
  padding: 20px 40px;
  border-radius: 70px;
  background-color: var(--color);
  color: #fff;
  line-height: 1;
  font-size: 16px;
}
.section_1 .flex {
  gap: 24px;
  margin-top: 80px;
}
.section_1 .flex .son {
  width: calc(100% / 3 - 24px * (3 - 1) / 3);
}
.section_1 .flex .son a {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  height: 300px;
  position: relative;
}
.section_1 .flex .son a .img {
  width: 100%;
  height: 100%;
  font-size: 0;
}
.section_1 .flex .son a img {
  width: 100%;
  height: 100%;
}
.section_1 .flex .son a .txt {
  width: 90%;
  border-radius: 0 12px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px;
  background-color: var(--color);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section_1 .flex .son a .tit {
  display: flex;
  justify-content: space-between;
}
.section_1 .flex .son a .tit .h {
  display: flex;
  align-items: center;
  gap: 20px;
}
.section_1 .flex .son a .tit span {
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -1px;
  color: #FCA12C;
}
.section_1 .flex .son a .tit h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section_1 .flex .son a .tit i {
  font-weight: bold;
  flex-shrink: 0;
  color: #FCA12C;
}
.section_1 .flex .son a .p {
  display: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.section_1 .flex .son a p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section_2 {
  background-color: #f6f5f8;
  padding-top: 105px;
  padding-bottom: 105px;
}
.section_2 .flex {
  justify-content: space-between;
  gap: 50px;
  position: relative;
  z-index: 1;
}
.section_2 .son {
  width: 50%;
}
.section_2 .son + .son {
  width: 44%;
}
.section_2 .img {
  font-size: 0;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.section_2 .img:hover img {
  transform: scale(1.05);
}
.section_2 .img img {
  width: 100%;
  height: 100%;
  transition: all 0.8s ease;
}
.section_2 .txt .title_1 {
  text-align: left;
}
.section_2 .txt .con {
  margin-top: 20px;
}
.section_2 .txt .but {
  margin-top: 30px;
  display: flex;
  gap: 30px;
}
.section_2 .txt .but a {
  display: block;
  padding: 20px 40px;
  border-radius: 70px;
  background-color: var(--color);
  color: #fff;
  line-height: 1;
  font-size: 16px;
}

.section_3 {
  padding-top: 105px;
  padding-bottom: 105px;
}
.section_3 .title_1 h2 {
  margin-top: 0;
}
.section_3 .title_1 p {
  margin-top: 16px;
  color: #999;
}
.section_3 .flex {
  gap: 30px;
  margin-top: 80px;
}
.section_3 .son {
  padding: 25px;
  transition: all 0.3s ease;
  box-shadow: 5px 8px 25px 0px rgba(29, 50, 149, 0.15);
  width: calc(100% / 3 - 30px * (3 - 1) / 3);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.section_3 .son:hover {
  transform: translateY(-10px);
}
.section_3 .son .icon {
  width: 56px;
  height: 56px;
}
.section_3 .son img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section_3 .son .txt {
  text-align: center;
}
.section_3 .son .tit {
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
}
.section_3 .son p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.section_4 {
  padding-top: 105px;
  padding-bottom: 105px;
}
.section_4 .title_1 h2 {
  margin-top: 0;
}
.section_4 .title_1 p {
  margin-top: 16px;
  color: #999;
}
.section_4 .flex {
  gap: 20px;
  margin-top: 80px;
}
.section_4 .son {
  width: calc(100% / 3 - 20px * (3 - 1) / 3);
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.section_4 .son:hover {
  transform: translateY(-5px);
}
.section_4 .son:nth-child(2n) .img {
  background-color: #f6f5f8;
}
.section_4 .son:nth-child(2n) .txt {
  /*color: #fff;*/
}
.section_4 .son .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cfdde8;
}
.section_4 .son img {
  width: 100%;
  height: 100%;
  background-color: #cfdde8;
}
.section_4 .son .txt {
  position: relative;
  z-index: 10;
  padding: 50px;
}
.section_4 .son .tit {
  font-size: 24px;
  line-height: 1.4;
  /* font-weight: bold; */
  margin-bottom: 20px;
}
.section_4 .son p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}
/* .section_4 .swiper_box {
  position: relative;
}
.section_4 .mySwiper_4 {
  margin-top: 80px;
}
.section_4 .swiper_box .next_4,
.section_4 .swiper_box .prev_4 {
  width: 40px;
  height: 40px;
  background-color: var(--color);
  border-radius: 50%;
  color: #fff;
}
.section_4 .swiper_box .next_4::after,
.section_4 .swiper_box .prev_4::after {
  font-size: 20px;
}
.section_4 .swiper_box .next_4 {
  right: -50px;
}
.section_4 .swiper_box .prev_4 {
  left: -50px;
}
.section_4 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  border-radius: 10px;
}
.section_4 .img:hover img {
  transform: scale(1.05);
}
.section_4 h3 {
  padding: 15px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
} */
.section_5 {
  padding-top: 105px;
  padding-bottom: 105px;
}
.section_5 .flex {
  gap: 50px;
}
.section_5 .son {
  width: 100%;
}
.section_5 .son:nth-child(2n) a {
  flex-direction: row-reverse;
}
.section_5 .son:nth-child(2n) .more {
  justify-content: flex-start;
}
.section_5 .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: flex;
  /* align-items: center; */
}
.section_5 .son a:hover img {
  transform: scale(1.05);
}
.section_5 .son a:hover .tit {
  color: var(--color);
}
.section_5 .son .img {
  flex-shrink: 0;
  display: block;
  position: relative;
  overflow: hidden;
  width: 40%;
  height: 0;
  padding-bottom: 25%;
}
.section_5 .son .txt {
  width: 60%;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
.section_5 .son .tit {
  line-height: 1.4;
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.section_5 .son p {
  padding-top: 0;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  /*text-align: center;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.section_5 .son .more {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
.section_5 .son .more span {
  display: block;
  padding: 15px 30px;
  border-radius: 70px;
  background-color: var(--color);
  color: #fff;
  line-height: 1;
  font-size: 16px;
}

.section_6 {
  padding-top: 105px;
  padding-bottom: 105px;
}
.section_6 .flex {
  flex-wrap: nowrap;
}
.section_6 .img_box {
  width: 40%;
  margin-right: 2.4%;
}
.section_6 .img_box .t .mySwiper_t {
  border: 1px solid #eee;
}
.section_6 .img_box .t .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.section_6 .img_box .b {
  margin-top: 15px;
}
.section_6 .img_box .b .swiper-slide {
  border: 1px solid #eee;
  transition: all 0.3s ease;
}
.section_6 .img_box .b .swiper-slide-thumb-active {
  border-color: var(--color);
}
.section_6 .img_box .b .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.section_6 .txt {
  flex-grow: 1;
}
.section_6 .txt h1 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.section_6 .txt .p,
.section_6 .txt .con {
  line-height: 2;
  font-size: 14px;
  /*margin-top: 10px;*/
}
.section_6 .txt .btn {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}
.section_6 .txt .btn 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;
}
.section_6 .info {
  margin-top: 80px;
}
.section_6 .info .tab {
  border: 1px solid #f0f0f0;
  display: flex;
}
.section_6 .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 #f0f0f0;
  color: var(--color);
}
.section_6 .info .tab span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--color);
}
.section_6 .info .con {
  padding: 25px 0;
}

.section_7 {
  padding-top: 105px;
  padding-bottom: 105px;
}
.section_7 .flex {
  gap: 40px;
}
.section_7 .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;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.section_7 .son::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  opacity: 0.75;
}
.section_7 .son i {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
  font-size: 40px;
}
.section_7 .son p {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 19px;
}
.section_7 .son span {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 17px;
  line-height: 1.6;
  margin-top: 15px;
}

.section_8 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../image/bj1.jpg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.section_8 .bx {
  max-width: 1280px;
}
.section_8 h2 {
  position: relative;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 70px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
}
.section_8 form {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.section_8 form label {
  width: calc(100% / 3 - 30px * (3 - 1) / 3);
  display: flex;
  flex-direction: column;
}
.section_8 form .textarea {
  width: 100%;
}
.section_8 form input,
.section_8 form 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;
}
.section_8 form textarea {
  border-radius: 10px;
  height: 150px;
  padding: 20px 30px;
}
.section_8 form button {
  background-color: var(--color);
  color: #fff;
  border: none;
  border-radius: 100px;
  height: 50px;
  padding: 0 40px;
  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;
}

.section_9 {
  padding-top: 105px;
  padding-bottom: 85px;
}
.section_9 .img {
  float: left;
  width: calc(50% - 30px);
  margin-right: 60px;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  font-size: 0;
}
.section_9 .img img {
  width: 100%;
}
.section_9 .txt .tit {
  font-size: 48px;
  /*font-family: "title1";*/
  line-height: 1.33;
  font-weight: bold;
}
.section_9 .txt .con {
  margin-top: 20px;
}

.section_10 {
  padding-bottom: 105px;
}
.section_10 .flex {
  flex-wrap: nowrap;
  gap: 1px;
}
.section_10 .son {
  flex: 1 0 0;
  position: relative;
  transition: all 0.3s;
}
.section_10 .son.on {
  flex: 2.5;
}
.section_10 .son.on p {
  height: 20px;
}
.section_10 .son .bj {
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center center;
}
.section_10 .son .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  padding-top: 180px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  color: #fff;
}
.section_10 .son .img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: var(--color);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_10 .son .img img {
  object-fit: contain;
  width: 30px;
  height: 30px;
}
.section_10 .son h3 {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  margin-bottom: 10px;
}
.section_10 .son p {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 0;
  transition: all 0.3s;
}

.section_11 {
  padding-bottom: 105px;
}
.section_11 h2 {
  font-size: 48px;
  line-height: 1.33;
  text-align: center;
  margin-bottom: 48px;
}
.section_11 .flex {
  gap: 20px;
}
.section_11 .son {
  width: calc(100% / 4 - 20px * (4 - 1) / 4);
}
.section_11 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  border-radius: 7px;
}
.section_11 .son .img:hover img {
  transform: scale(1.05);
}
.section_11 .son h3 {
  padding: 15px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}
.section_12 {
  padding-top: 105px;
  padding-bottom: 105px;
}
.section_12 .flex {
  gap: 40px;
}
.section_12 .son {
  width: calc(100% / 3 - 40px * (3 - 1) / 3);
}
.section_12 .son a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  background: #fff;
  box-shadow: 5px 8.66px 25px 0px rgba(29, 50, 149, 0.15);
}
.section_12 .son a:hover img {
  transform: scale(1.05);
}
.section_12 .son a:hover h3 {
  color: var(--color);
}
.section_12 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 55%;
}
.section_12 .son .txt {
  padding: 30px;
  background-color: #fff;
}
.section_12 .son h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  /* height: 30px; */
  transition: all 0.8s ease;
  color: #333;
  margin: 0 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.section_12 .son p {
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_12 .son .time {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_12 .son .time .date {
  color: #999;
}

.section_13 {
  padding-top: 105px;
  padding-bottom: 105px;
}
.section_13 .flex {
  gap: 50px;
}
.section_13 .l {
  width: 100%;
}
.section_13 .l .tit {
  font-size: 30px;
  font-weight: bold;
  color: #3d3d3d;
  line-height: 1.25;
  text-align: center;
}
.section_13 .l .tiem {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.section_14 {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: var(--color);
}
.section_14 .bx {
  display: flex;
}
.section_14 .img {
  font-size: 0;
  width: 35%;
  position: relative;
}
.section_14 .img img {
  position: absolute;
  width: 100%;
  object-fit: contain;
  max-height: fit-content;
}
.section_14 .txt {
  height: 321px;
  color: #fff;
  padding-left: 70px;
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section_14 .txt h3 {
  font-size: 58px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.1;
}
.section_14 .txt h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.section_14 .txt .but_box {
  margin-top: 50px;
  display: flex;
  gap: 30px;
}
.section_14 .txt .but {
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 50px;
  background-color: #FCA12C;
}
.section_14 .txt .tel {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section_14 .txt .tel i {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background-color: #fe4739;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_14 .txt .tel span {
  font-size: 24px;
  font-weight: 500;
}
.section_14 .icon {
  position: absolute;
  right: 0;
  bottom: 35px;
}

@keyframes nots {
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate1 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@media (max-width: 768px) {
  :root {
    --nav_height: 75px;
  }
  body {
    font-size: 14px;
  }
  .header .logo {
    gap: 10px;
    margin-right: 10px;
  }
  .header .logo img {
    height: 40px;
  }
  .header .logo .logo-text h2 {
    font-size: 18px;
  }
  #banner_1 h2 {
    font-size: 28px;
  }
  #banner_1 p {
    font-size: 14px;
  }
  #banner_1 .but {
    gap: 10px;
  }
  #banner_1 .but a {
    padding: 8px 25px;
  }
  #banner_2 img {
    height: 300px;
  }
  .section_1 .tab {
    flex-wrap: nowrap;
    align-items: center;
    gap: 15px;
    padding-top: 0;
    white-space: nowrap;
    overflow: auto;
  }
  .section_1 .tab .p {
    min-width: auto;
  }
  .section_8 form,
  .section_5 .flex,
  .section_11 .flex,
  #contact_1 .flex,
  .section_1 .flex {
    gap: 15px;
  }
  .section_11 .son,
  .section_1 .son {
    width: calc(100% / 2 - 15px * (2 - 1) / 2);
  }
  .section_5 .son .tit {
    font-size: 24px;
  }
  .section_1 .son .tit {
    margin-top: 16px;
    font-size: 16px;
  }
  .section_1 .son p {
    font-size: 14px;
  }
  .section_2 {
    background-size: auto 100%;
  }
  .section_2::after {
    background: linear-gradient(to right, rgb(255, 255, 255, 0.75) 50%);
  }
  footer .footer_bottom,
  footer .footer_top {
    flex-direction: column;
    gap: 16px;
  }
  .section_2 .flex,
  .section_12 .flex {
    gap: 30px;
  }
  .section_5 .son,
  .section_4 .son,
  .section_2 .son + .son,
  .section_1 .flex .son,
  .section_1 .title_1 h2,
  .section_12 .son,
  #contact_1 .l,
  #contact_1 .r,
  .section_3 .son,
  .section_2 .son {
    width: 100%;
  }
  footer .footer_top .l,
  footer .footer_top .r {
    max-width: max-content;
    width: 100%;
  }
  #contact_1 .l,
  #contact_1 .r,
  .section_2 .txt {
    padding-left: 0;
    padding-right: 0;
  }
  .section_4 .swiper_box .next_4 {
    right: 0;
  }
  .section_4 .swiper_box .prev_4 {
    left: 0;
  }
  .section_8 form label,
  .section_7 .son,
  .section_6 .img_box,
  .section_9 .img {
    width: 100%;
    margin-right: 0;
  }
  .section_6 .txt {
    margin-top: 20px;
  }
  .section_13 .l .tit,
  .section_6 .txt h1 {
    font-size: 20px;
  }
  .section_6 .flex {
    flex-wrap: wrap;
  }
  .section_6 .txt .btn a {
    width: auto;
    padding: 0 30px;
  }
  .section_14 .icon,
  .section_14 .img,
  .section_1 .flex .son a .tit i,
  .section_1 .title_1 .but,
  #banner_2 .mbx .prev_m,
  #banner_2 .mbx .next_m {
    display: none;
  }
  .section_8 h2 {
    margin-bottom: 40px;
  }
  .section_8 h2,
  .section_11 h2,
  .section_9 .txt .tit,
  #contact_1 .l h2,
  .section_2 .txt .tit,
  .title_1 h2 {
    font-size: 26px;
  }
  .section_4 .title_1 p,
  .section_3 .title_1 p,
  #contact_1 .l .p,
  .title_1 p {
    font-size: 14px;
  }
  .section_2,
  .section_8,
  .section_7,
  .section_13,
  .section_12,
  .section_6,
  .section_5,
  .section_9,
  #contact_1,
  .section_4,
  .section_3,
  .section_1 {
    padding-top: 60px;
  }
  .section_2,
  .section_8,
  .section_7,
  .section_13,
  .section_12,
  .section_6,
  .section_5,
  .section_11,
  .section_9,
  #contact_1,
  .section_4,
  .section_3,
  .section_1 {
    padding-bottom: 60px;
  }
  .section_1 .flex .son a .txt {
    width: 100%;
    padding: 20px;
  }
  .section_1 .flex .son a .tit {
    margin-top: 0;
  }
  .section_1 .flex .son a .tit span {
    font-size: 36px;
  }
  .section_1 .flex .son a .tit h3 {
    font-size: 18px;
  }
  .section_3 .son {
    padding: 20px;
    gap: 12px;
  }
  .section_3 .son .tit {
    font-size: 20px;
  }
  .section_14 .txt {
    height: auto;
    width: 100%;
    padding-left: 0;
  }
  .section_14 .txt h3 {
    font-size: 32px;
  }
  .section_14 .txt .but_box {
    flex-wrap: wrap;
    gap: 20px 30px;
  }
  .section_14 .txt .but {
    font-size: 16px;
  }
  .section_14 .txt .tel i {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
  .section_14 .txt .tel span {
    font-size: 20px;
  }
  .section_4 .son .txt {
    padding: 30px;
    min-height: 300px;
  }
  .section_4 .son .tit {
    font-size: 22px;
  }
  .section_5 .son .img {
    width: 100%;
    padding-bottom: 70%;
  }
  .section_5 .son a {
    flex-direction: column;
    width: 100%;
    /*padding: 30px;*/
  }
  .section_5 .son .txt {
    width: 100%;
    padding: 25px;
  }
  .section_5 .son p {
    font-size: 15px;
  }
  .section_5 .son .more {
    margin-top: 20px;
  }
  .section_5 .son .more span {
    font-size: 14px;
  }
  .section_12 .son .txt {
    padding: 25px;
  }
}
