.news_1 .son img,
.section_3 .son img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}

.section_6 .son button,
.section_5 .but_box a,
.section_4 .txt .but a,
.section_3 .but a,
.section_2 .txt .but_box a,
.section_1 .son a,
#banner_1 .but a {
  display: inline-block;
  padding: 10px 35px;
  background-color: var(--color);
  color: #fff;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.section_6 .son button:hover,
.section_5 .but_box a:hover,
.section_4 .txt .but a:hover,
.section_3 .but a:hover,
.section_2 .txt .but_box a:hover,
.section_1 .son a:hover,
#banner_1 .but a:hover {
  background-color: var(--color1);
}
@font-face {
  font-family: "title1";
  src: url(../font/yYLl0h7WyfzTzI44.woff2);
}
:root {
  --color: #48429c;
  --color1: #ffc443;
  --color2: #6c757d;
  --nav_height: 95px;
  --light: #f1f8ff;
  --light-gray: #e9ecef;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #333;
  margin: 0 auto;
  font-size: 16px;
  font-family: 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: 1200px;
}

.clear {
  clear: both;
}

#fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#fixed .bj {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#fixed.on {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
#fixed .son {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#fixed .son.on {
  display: none !important;
}
#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 .banner_1 img {
  width: 100%;
  height: 100vh;
}
#banner_1 .banner_1 .swiper-slide {
  overflow: hidden;
}
#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 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(11, 23, 18, 0.57);
}
#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: 46px;
  text-align: center;
  transition: all 1s 0.5s ease;
  opacity: 0;
  transform: translateX(-100%);
}
#banner_1 h2 span {
  color: var(--color1);
}
#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%);
  margin-top: 15px;
  display: flex;
  gap: 15px;
}
#banner_1 .but a {
  font-size: 18px;
  padding: 14px 48px;
}
#banner_1 .but a + a {
  background-color: var(--color1);
}

#banner_2 {
  position: relative;
  z-index: 10;
  display: flex;
}
#banner_2 img {
  width: 100%;
  height: 480px;
}
#banner_2 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(11, 23, 18, 0.57);
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner_2 .txt h3 {
  color: #fff;
  font-size: 48px;
  text-align: center;
}

#mbx_1 {
  position: relative;
  z-index: 10;
  font-size: 16px;
  line-height: 70px;
  border-bottom: 1px solid rgba(191, 191, 191, 0.4117647059);
}
#mbx_1 .bx {
  display: flex;
}
#mbx_1 .l {
  margin-right: auto;
  display: flex;
  gap: 40px;
}
#mbx_1 .l a {
  position: relative;
}
#mbx_1 .l a:hover::after,
#mbx_1 .l a.on::after {
  width: 100%;
}
#mbx_1 .l a.on {
  font-weight: bold;
  color: var(--color);
}
#mbx_1 .l a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 4px;
  border-radius: 4px;
  background-color: var(--color);
  transition: all 0.3s ease;
}
#mbx_1 .r {
  margin-left: auto;
}
#mbx_1 .r form {
  border-radius: 50px;
  border: 1px solid #ccc;
  margin: auto 0;
  display: flex;
  align-items: center;
}
#mbx_1 span {
  margin: 0 5px;
}

#mbx_2 {
  position: relative;
  z-index: 10;
  font-size: 16px;
  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;
  /*box-shadow: 0 2px 4px rgba(0, 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: #fff; */
}
header.active::after,
header.on::after {
  background-color: #ffffffeb;
}
header.active .header .logo .logo-text,
header.on .header .logo .logo-text {
  color: var(--color);
}
header.active .header .nav a,
header.on .header .nav a {
  color: #333;
}

.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 {
  /* width: 63px; */
  height: 50%;
}
.header .logo .logo-text {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  font-family: "Microsoft YaHei";
  transition: all 0.3s ease;
  display: none;
}
.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;
  margin-right: 48px;
  height: 100%;
  display: flex;
  gap: 36px;
}
@media (max-width: 768px) {
  .header .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin: 0;
    position: fixed;
    top: var(--nav_height);
    right: 0;
    bottom: 0;
    background: 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 {
  color: #fff;
  font-weight: bold;
  transition: all 0.5s ease;
  position: relative;
  height: 100%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .header .nav .tit a {
    justify-content: flex-start;
    line-height: 50px;
    font-size: 18px;
    flex-grow: 1;
    color: #fff !important;
  }
}
.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.3;
  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 .tel {
  left: 100%;
  height: 100%;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.header .tel i {
  font-size: 24px;
  margin-right: 10px;
  color: var(--color1);
}
.header .tel span {
  color: var(--color1);
  font-size: 26px;
  font-weight: bold;
  font-family: "fangsong";
}
.header .but {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header .but {
    display: none;
  }
}
.header .but a {
  padding: 10px 35px;
  background: var(--color1);
  border-radius: 50px;
  color: #fff;
}
.header .mobile {
  display: none;
}
@media (max-width: 768px) {
  .header .mobile {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header .mobile i {
  font-size: 20px;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  background-color: var(--color1);
}

footer {
  background-color: #AFB2A1;
  /*color: #fff;*/
}
footer .top {
  padding-top: 90px;
  display: flex;
  gap: 30px;
}
footer .top .l {
  width: calc(100% / 4 - 30px * (4 - 1) / 4);
}
footer .top .l .logo {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
footer .top .l img {
  height: 40px;
}
footer .top .l h3 {
  font-size: 24px;
}
footer .top .l p {
  line-height: 1.8;
  font-size: 18px;
}
footer .top .nav {
  width: calc(100% / 2 - 30px * (2 - 1) / 2);
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 5px 10px;
}
footer .top .nav .son {
  width: calc(100% / 3 - 10px * (3 - 1) / 3);
}
footer .top .nav a {
  font-size: 16px;
  line-height: 1.75;
}
footer .top .r {
  width: calc(100% / 4 - 30px * (4 - 1) / 4);
}
footer .top .r p {
  margin-bottom: 16px;
  line-height: 1.6;
  font-size: 16px;
}
footer .top .r p i {
  margin-right: 10px;
}
footer .top .r ul {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
footer .top .r li {
  width: 24px;
  height: 24px;
  padding: 4px;
}
footer .top .r img {
  width: 100%;
  height: 100%;
  filter: brightness(0);
}
footer .top .mobile_services {
  display: none;
}
footer .bottom {
  padding-top: 32px;
  padding-bottom: 72px;
}
footer .bottom P {
  color: rgba(0, 0, 0, 0.47);
  line-height: 1.6;
  font-size: 16px;
}

.f5 {
  background-color: #f5f5f5;
}

.title_1 {
  text-align: center;
}
.title_1 h2 {
  font-family: "Sora";
  font-size: 54px;
  line-height: 1.25;
  color: #000;
}
.title_1 p {
  margin: 0 auto;
  margin-top: 12px;
  /*max-width: 640px;*/
  font-size: 18px;
  line-height: 1.8;
}

.section_1 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.section_1 .flex {
  gap: 30px;
  padding-top: 48px;
}
.section_1 .son {
  width: calc(100% / 3 - 30px * (3 - 1) / 3);
  padding: 32px;
  border-radius: 12px;
  border: 1px solid #ccc;
  transition: all 0.5s ease;
}
.section_1 .son:hover {
  box-shadow: 5px 8.66px 25px 0px rgba(29, 50, 149, 0.15);
}
.section_1 .son .icon {
  width: 68px;
  height: 68px;
}
.section_1 .son img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section_1 .son .txt {
  margin-top: 24px;
}
.section_1 .son h3 {
  font-size: 24px;
  line-height: 1.6;
}
.section_1 .son p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
}
.section_1 .son .but {
  margin-top: 24px;
}
.section_2 {
  padding-bottom: 110px;
}
.section_2 .flex {
  align-items: center;
  gap: 30px;
}
.section_2 .son {
  width: calc(100% / 2 - 30px * (2 - 1) / 2);
  position: relative;
}
.section_2 .txt {
  padding-right: 40px;
}
.section_2 .txt .tit {
  font-family: "Sora";
  font-size: 54px;
  line-height: 1.25;
  color: #000;
}
.section_2 .txt .con {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
}
.section_2 .txt .but_box {
  margin-top: 48px;
  display: flex;
  gap: 16px;
}
.section_2 .img {
  width: 100%;
  height: 720px;
  font-size: 0;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
.section_2 .img img {
  width: 100%;
  height: 100%;
  position: absolute;
}

.section_3 {
  padding-bottom: 110px;
}
.section_3 .flex {
  gap: 30px;
  margin-top: 48px;
}
.section_3 .son {
  width: calc(100% / 3 - 30px * (3 - 1) / 3);
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  display: block;
}
.section_3 .son:hover img {
  transform: scale(1.05);
}
.section_3 .son:hover .txt {
  transform: translateY(0);
}
.section_3 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 110%;
  border-radius: 12px;
}
.section_3 .son .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  height: 50%;
  color: #fff;
  transform: translateY(100%);
  transition: all 0.5s ease;
  background-image: linear-gradient(to top, #000 0%, transparent 100%);
  /* background-image: linear-gradient(to top, var(--color1) 0%, transparent 100%); */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.section_3 .son .txt h3 {
  font-size: 24px;
  line-height: 1.6;
}
.section_3 .son .txt h5 {
  font-weight: normal;
  margin-top: 10px;
  font-size: 16px;
  line-height: 2;
  /* height: 64px; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section_3 .but {
  margin-top: 48px;
  text-align: center;
}
.section_4 {
  padding-bottom: 110px;
}
.section_4 .flex {
  gap: 30px;
}
.section_4 .son {
  width: calc(100% / 2 - 30px * (2 - 1) / 2);
}
.section_4 .img {
  width: 100%;
  height: 720px;
  font-size: 0;
  overflow: hidden;
  border-radius: 12px;
}
.section_4 .img img {
  width: 100%;
  height: 100%;
}
.section_4 .txt {
  padding-left: 40px;
}
.section_4 .txt .tit {
  font-family: "Sora";
  font-size: 54px;
  line-height: 1.25;
  color: #000;
}
.section_4 .txt .p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
}
.section_4 .txt ul {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section_4 .txt li {
  display: flex;
  gap: 24px;
}
.section_4 .txt .icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
}
.section_4 .txt .icon img {
  width: 100%;
  height: 100%;
}
.section_4 .txt h3 {
  font-size: 32px;
  line-height: 1.3;
}
.section_4 .txt p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
}
.section_4 .txt .but {
  margin-top: 48px;
  display: flex;
  gap: 16px;
}
.section_5 {
  padding-bottom: 110px;
}
.section_5 .mySwiper_5 {
  margin-top: 48px;
}
.section_5 .mySwiper_5 .son {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section_5 .mySwiper_5 .img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
}
.section_5 .mySwiper_5 .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.section_5 .mySwiper_5 .txt {
  margin-top: 32px;
}
.section_5 .mySwiper_5 .txt h3 {
  font-size: 24px;
  line-height: 1.6;
}
.section_5 .mySwiper_5 .txt p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section_5 .but_box {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.section_6 {
  padding-top: 110px;
  padding-bottom: 110px;
  background-image: url(../image/bj1.jpg);
  background-position: 100% 100%;
  background-size: cover;
}
.section_6 .flex {
  gap: 110px;
  padding: 56px 64px;
  background-color: rgb(245 245 245 / 90%);
  border-radius: 12px;
}
.section_6 .son {
  width: calc(100% / 2 - 110px * (2 - 1) / 2);
}
.section_6 .son h2 {
  font-family: "Sora";
  font-size: 38px;
  line-height: 1.4;
}
.section_6 .son .p {
  margin-top: 20px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.5;
}
.section_6 .son p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.7;
  display: flex;
  gap: 10px;
}
.section_6 .son i {
  flex-shrink: 0;
  font-size: 20px;
  line-height: 28px;
}
.section_6 .son form {
  display: flex;
  flex-direction: column;
}
.section_6 .son label {
  display: block;
  width: 100%;
  margin-top: 16px;
}
.section_6 .son label:nth-child(1) {
  margin-top: 0;
}
.section_6 .son span {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 28px;
}
.section_6 .son input,
.section_6 .son select,
.section_6 .son textarea {
  width: 100%;
  font-size: 16px;
  padding: 0 16px;
  line-height: 44px;
  border: 1px solid #ccc;
  border-radius: 7px;
}
.section_6 .son select {
  height: 44px;
}
.section_6 .son textarea {
  line-height: 36px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.section_6 .son button {
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  font-size: 16px;
  padding: 14px 48px;
}

.contact_1 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.contact_1 .flex {
  gap: 40px;
}
.contact_1 .son {
  width: calc(100% / 4 - 40px * (4 - 1) / 4);
  padding: 40px 20px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.contact_1 .son i {
  display: block;
  text-align: center;
  color: var(--color);
  margin-bottom: 15px;
  font-size: 40px;
}
.contact_1 .son p {
  text-align: center;
  color: var(--color);
  font-weight: bold;
  font-size: 19px;
}
.contact_1 .son span {
  display: block;
  text-align: center;
  color: #303133;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 15px;
}

.contact_2 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url(../image/bj1.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.contact_2 h2 {
  position: relative;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 70px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
}
.contact_2 form {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.contact_2 form label {
  width: calc(100% / 2 - 30px * (2 - 1) / 2);
  display: flex;
  flex-direction: column;
}
.contact_2 form .textarea {
  width: 100%;
}
.contact_2 form input,
.contact_2 form select,
.contact_2 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;
}
.contact_2 form textarea {
  border-radius: 10px;
  height: 150px;
  padding: 20px 30px;
}
.contact_2 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;
}

.news_1 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.news_1 .flex {
  gap: 40px;
}
.news_1 .son {
  width: calc(100% / 3 - 40px * (3 - 1) / 3);
}
.news_1 .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);
}
.news_1 .son a:hover img {
  transform: scale(1.05);
}
.news_1 .son a:hover h3 {
  color: var(--color);
}
.news_1 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
}
.news_1 .son .txt {
  padding: 30px;
  background-color: #fff;
}
.news_1 .son h3 {
  font-size: 20px;
  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%;
}
.news_1 .son p {
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_1 .son .time {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_1 .son .date {
  color: #999;
}

.services_1 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.services_1 .flex {
  gap: 40px;
}
.services_1 .son {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.services_1 .son:nth-child(2n) {
  flex-direction: row-reverse;
}
.services_1 .son .img {
  width: calc(100% / 2 - 40px * (2 - 1) / 2);
  font-size: 0;
  height: 424px;
  overflow: hidden;
  border-radius: 10px;
  min-height: 300px;
  position: relative;
}
.services_1 .son .img:hover img {
  transform: scale(1.05);
}
.services_1 .son .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.8s ease;
}
.services_1 .son .txt {
  width: calc(100% / 2 - 40px * (2 - 1) / 2);
  /*padding: 50px 0;*/
}
.services_1 .son .txt .tit {
  font-size: 36px;
  color: var(--color);
  font-weight: bold;
  margin-bottom: 20px;
}
.services_1 .son .txt .con {
  font-size: 18px;
}

.about_1 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.about_1 .img {
  float: right;
  width: calc(50% - 30px);
  margin-left: 60px;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  font-size: 0;
}
.about_1 .img:hover img {
  transform: scale(1.05);
}
.about_1 .img img {
  width: 100%;
  transition: all 0.8s ease;
}
.about_1 .txt .tit {
  font-size: 48px;
  font-family: "title1";
  line-height: 1.33;
}
.about_1 .txt .con {
  margin-top: 20px;
}

.about_2 {
  padding-bottom: 70px;
}
.about_2 .flex {
  flex-wrap: nowrap;
  gap: 1px;
}
.about_2 .son {
  flex: 1 0 0;
  position: relative;
  transition: all 0.3s;
}
.about_2 .son.on {
  flex: 3;
}
.about_2 .son.on p {
  height: 56px;
}
.about_2 .son .bj {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center center;
}
.about_2 .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;
}
.about_2 .son .img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: var(--color);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_2 .son .img img {
  object-fit: contain;
  width: 30px;
  height: 30px;
}
.about_2 .son h3 {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  margin-bottom: 10px;
}
.about_2 .son p {
  font-size: 14px;
  line-height: 2;
  height: 0;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.info_1 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.info_1 .tit {
  font-size: 30px;
  line-height: 1.25;
}
.info_1 .tiem {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  gap: 30px;
}

@keyframes nots {
  0% {
    transform: translateX(100%);
    right: 0;
  }
  100% {
    transform: translateX(0);
    right: 100%;
  }
}

@media (max-width: 768px) {
  :root {
    --nav_height: 70px;
  }
  footer .top .r ul,
  footer .top .nav,
  footer .top .l p,
  .header .tel {
    display: none;
  }
  body {
    font-size: 14px;
  }
  #banner_1 h2 {
    font-size: 32px;
    text-align: left;
  }
  footer .top,
  .section_6,
  .section_1 {
    padding-top: 70px;
  }
  footer .bottom,
  .section_6,
  .section_5,
  .section_4,
  .section_3,
  .section_2,
  .section_1 {
    padding-bottom: 70px;
  }
  .contact_2 h2,
  .about_1 .txt .tit,
  #banner_2 .txt h3,
  .section_6 .son h2,
  .section_4 .txt .tit,
  .section_2 .txt .tit,
  .title_1 h2 {
    font-size: 32px;
  }
  .info_1 .tit,
  .services_1 .son .txt .tit,
  .section_4 .txt h3 {
    font-size: 24px;
  }
  .section_3 .son .txt h3,
  .services_1 .son .txt .con,
  footer .top .l p,
  .section_6 .son .p,
  .section_4 .txt p,
  .section_4 .txt .p,
  .section_2 .txt .con,
  .title_1 p {
    font-size: 16px;
  }
  .news_1 .son,
  .about_1 .img,
  footer .top .l,
  footer .top .nav,
  footer .top .r,
  .section_6 .son,
  .section_4 .son,
  .section_2 .son,
  .section_1 .son {
    width: 100%;
  }
  .section_4 .txt,
  .section_2 .txt {
    padding: 0;
  }
  .section_4 .img,
  .section_2 .img {
    height: auto;
  }
  .contact_2 form,
  .contact_1 .flex,
  .news_1 .flex,
  .section_3 .flex {
    gap: 20px 10px;
  }
  .contact_2 form label,
  .section_3 .son {
    width: calc(100% / 2 - 10px * (2 - 1) / 2);
  }
  .section_4 .txt li {
    flex-direction: column;
    gap: 15px;
  }
  .section_3 .son .txt,
  .section_4 .txt .icon {
    height: auto;
  }
  .section_6 .flex {
    gap: 20px;
    padding: 30px;
  }
  .section_6 .son button {
    margin-top: 30px;
  }
  footer .top {
    flex-wrap: wrap;
    gap: 20px;
  }
  .services_1 .son {
    flex-direction: column;
    gap: 20px;
  }
  .services_1 .son:nth-child(2n) {
    flex-direction: column;
  }
  .services_1 .son .img {
    width: 100%;
    height: auto;
    min-height: fit-content;
  }
  .services_1 .son .img img {
    position: relative;
  }
  .services_1 .son .txt {
    width: 100%;
    padding: 0;
  }
  .contact_2 form textarea,
  .news_1 .son .txt {
    padding: 20px;
  }
  .contact_1 .son {
    width: 100%;
    padding: 30px;
  }
  .contact_2 h2 {
    margin-bottom: 40px;
  }
  .contact_2 form input {
    padding: 0px 20px;
  }
  .section_2 .txt .but_box,
  .contact_2 form button {
    margin-top: 20px;
  }
  .section_2 .img img {
    position: relative;
  }
  #banner_1 .but a {
    font-size: 16px;
    padding: 12px 36px;
  }
  .services_1 .flex {
    gap: 30px;
  }
  footer .top .mobile_services {
    display: block;
  }
  footer .top .mobile_services p {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  footer .top .mobile_services p i {
    font-size: 24px;
    line-height: 1;
  }
  footer .top .mobile_services h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  footer .top .mobile_services .ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer .top .mobile_services a {
    display: block;
    width: 50%;
    line-height: 30px;
    padding-right: 20px;
  }
}
