@charset "UTF-8";
.section38 .img img,
.section19 .mySwiper4 img,
.section14 .img_box .img img,
.section3 .tab_con img,
.section2 .mySwiper2 img,
.flex_12 .img img,
.flex_8 img,
.flex_5 .img img,
.flex_4 img,
.flex_3 img,
.flex_1 img,
#banner_1 img,
.header .nav .sub2 img,
.header .nav .sub1 .title_con .myNav3 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}

#banner_1 a {
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  width: 200px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  background-color: var(--color);
  border: 1px solid var(--color);
  border-radius: 10px;
  transition: all 0.3s ease;
}

:root {
  --color: #076cff;
  --color1: #003f98;
  --color2: #0f2341;
  --nav_height: 90px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #333;
  font-family: "微软雅黑";
  font-size: 14px;
}

video,
img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

input,
textarea,
select,
button {
  outline: none;
  border: none;
  background-color: transparent;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
table th,
table td {
  border: 1px solid #e5e5e5;
  padding: 10px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.con {
  color: #333;
  line-height: 30px;
}
.con p {
  line-height: 2;
}

.bx {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1430px;
}

#fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#fixed .bj {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#fixed.on {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
#fixed .son {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#fixed .son.on {
  display: none !important;
}
#fixed .son1 {
  width: 80%;
  max-width: 800px;
}
#fixed .son1 .form {
  width: 100%;
  background-color: #fff;
  padding: 20px 5px;
}
#fixed .son1 label {
  width: 100%;
  margin-bottom: 15px;
}
#fixed .son1 span {
  color: #222222;
  line-height: 25px;
}
#fixed .son1 p,
#fixed .son1 input,
#fixed .son1 textarea {
  margin-top: 10px;
  font-size: 13px;
  line-height: 40px;
  color: #222222;
  background: #cacaca;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box !important;
  width: 100%;
  display: block;
  height: 40px;
}
#fixed .son1 p:focus,
#fixed .son1 input:focus,
#fixed .son1 textarea:focus {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 2px #6c98e1;
  -moz-box-shadow: 0 0 0 2px #6c98e1;
  box-shadow: 0 0 0 2px #6c98e1;
}
#fixed .son1 p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
#fixed .son1 textarea {
  height: auto;
  max-height: 200px;
}
#fixed .son1 input[type="file"] {
  opacity: 0;
  display: none;
}
#fixed .son1 .btn {
  margin-top: 10px;
  font-size: 13px;
  line-height: 40px;
  color: #222222;
  background: #cacaca;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box !important;
  width: 100%;
  display: block;
  height: 40px;
}

#page_1 {
  width: 100%;
  text-align: center;
  margin-top: 75px;
  display: flex;
  justify-content: center;
}
#page_1 a {
  padding: 0px 12px;
  line-height: 38px;
  min-width: 40px;
  display: inline-block;
  border: solid 1px #ccc;
  font-size: 16px;
  margin: 0 5px;
  transition: all 0.5s ease;
  border-radius: 5px;
}
#page_1 a:hover,
#page_1 a.on {
  color: #fff;
  background: var(--color);
  border: solid 1px var(--color);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 2px;
}
#page_1 a.on {
  pointer-events: none;
}
#page_1 a i {
  font-size: 12px;
}

#page_2 {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
  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);
}

header {
  width: 100%;
  height: var(--nav_height);
  transition: all 0.5s ease;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
header::after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
}

.header {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.header .logo {
  height: 100%;
  margin: auto 0;
  display: flex;
  align-items: center;
}
.header .logo img {
  height: 100%;
  margin-right: 15px;
}
.header .logo p {
  font-size: 30px;
  font-weight: bold;
  color: #004098;
}
.header .nav {
  margin: 0 auto;
  display: flex;
}
.header .nav .menu {
  text-align: center;
}
.header .nav .menu:hover .sub,
.header .nav .menu:hover .sub1,
.header .nav .menu:hover .sub2,
.header .nav .menu:hover .sub3 {
  opacity: 1;
  visibility: visible;
}
.header .nav .menu:hover .sub1 {
  height: 250px;
}
.header .nav .menu:hover .sub2 {
  height: 310px;
}
.header .nav .menu:hover .sub3 {
  height: 280px;
}
.header .nav .tit:hover a {
  color: var(--color);
}
.header .nav .tit:hover a::after {
  transform: scale(1);
}
.header .nav .tit a {
  display: block;
  margin: 0 20px;
  font-size: 18px;
  line-height: var(--nav_height);
  transition: all 0.5s ease;
  position: relative;
}
.header .nav .tit a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color);
  height: 3px;
  transform: scale(0);
  transition: all 0.5s ease;
}
.header .nav .sub {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  min-width: 100%;
}
.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%);
}
.header .nav .sub ul {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.header .nav .sub a {
  display: block;
  color: var(--color);
  line-height: 42px;
  padding: 0 15px;
  transition: all 0.5s ease;
  border-bottom: 1px solid #c8c8c8;
  white-space: nowrap;
}
.header .nav .sub a:hover {
  background-color: var(--color);
  color: #fff;
}
.header .nav .sub1 {
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-top: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  height: 0;
}
.header .nav .sub1 .title {
  position: relative;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
}
.header .nav .sub1 .title .prev_nav1,
.header .nav .sub1 .title .next_nav1 {
  position: relative;
  top: 0;
  margin: 0;
  width: 55px;
  height: 55px;
}
.header .nav .sub1 .title .prev_nav1::after,
.header .nav .sub1 .title .next_nav1::after {
  font-size: 30px;
  color: var(--color);
}
.header .nav .sub1 .title .myNav1 {
  max-width: 50%;
  flex-grow: 1;
}
.header .nav .sub1 .title .myNav1 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .nav .sub1 .title .myNav1 .swiper-slide.on .img .img1 {
  opacity: 0;
}
.header .nav .sub1 .title .myNav1 .swiper-slide.on .img .img2 {
  opacity: 1;
}
.header .nav .sub1 .title .myNav1 .swiper-slide.on .tab {
  font-weight: 900;
}
.header .nav .sub1 .title .myNav1 .swiper-slide:hover .img .img1 {
  opacity: 0;
}
.header .nav .sub1 .title .myNav1 .swiper-slide:hover .img .img2 {
  opacity: 1;
}
.header .nav .sub1 .title .myNav1 .img {
  cursor: pointer;
  height: 46px;
  position: relative;
  width: 52px;
}
.header .nav .sub1 .title .myNav1 .img img {
  height: 100%;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  transition: 0.2s;
  width: 100%;
}
.header .nav .sub1 .title .myNav1 .img .img2 {
  opacity: 0;
}
.header .nav .sub1 .title .myNav1 .tab {
  cursor: pointer;
  line-height: 40px;
  transition: all 0.3s ease;
}
.header .nav .sub1 .title_con .con {
  padding: 20px 60px;
  display: none;
}
.header .nav .sub1 .title_con .con.on {
  display: block;
}
.header .nav .sub1 .title_con .myNav3 a {
  display: block;
}
.header .nav .sub1 .title_con .myNav3 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 30%;
  border-radius: 20px;
}
.header .nav .sub2 {
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-top: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease;
  height: 0;
}
.header .nav .sub2 .bx {
  padding-top: 20px;
  padding-bottom: 40px;
}
.header .nav .sub2 .rel {
  position: relative;
}
.header .nav .sub2 .myNav2 .swiper-wrapper {
  /*padding: 20px 0 40px;*/
  height: auto;
}
.header .nav .sub2 .next_nav2,
.header .nav .sub2 .prev_nav2 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.header .nav .sub2 .next_nav2::after,
.header .nav .sub2 .prev_nav2::after {
  font-size: 20px;
  color: var(--color);
}
.header .nav .sub2 .prev_nav2 {
  left: 0;
  transform: translateX(-50%);
}
.header .nav .sub2 .next_nav2 {
  right: 0;
  transform: translateX(50%);
}
.header .nav .sub2 a {
  display: block;
}
.header .nav .sub2 a:hover img {
  transform: scale(1.1);
}
.header .nav .sub2 a:hover .txt {
  background-color: rgba(0, 0, 0, 0.4);
}
.header .nav .sub2 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 63%;
  border-radius: 10px;
}
.header .nav .sub2 .txt {
  position: absolute;
  z-index: 1;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  text-align: left;
  transition: all 0.3s ease;
  display: flex;
  align-items: flex-end;
}
.header .nav .sub2 .txt h2 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
.header .nav .sub2 .txt p {
  text-transform: uppercase;
  font-size: 8px;
  line-height: 2;
}
.header .nav .sub2 .txt .more {
  font-size: 8px;
  margin-left: auto;
  margin-top: auto;
  padding: 0 15px;
  line-height: 2;
  border: 1px solid #fff;
  border-radius: 20px;
  white-space: nowrap;
}
.header .nav .sub3 {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-top: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  transition: all 0.5s ease;
  height: 0;
}
.header .nav .sub3 .bx {
  height: 280px;
  display: flex;
}
.header .nav .sub3 .l {
  width: 43%;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 85px;
}
.header .nav .sub3 .img {
  font-size: 0;
}
.header .nav .sub3 .r {
  border-left: 1px solid #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  flex-grow: 1;
}
.header .nav .sub3 .title {
  position: relative;
  display: flex;
}
.header .nav .sub3 .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 1000%;
  background-color: #fff;
}
.header .nav .sub3 .title a {
  flex-grow: 1;
  text-align: center;
  line-height: 60px;
  transition: all 0.3s ease;
}
.header .nav .sub3 .title a:hover {
  font-weight: 1000;
}
.header .search {
  display: flex;
  align-items: center;
}
.header .search form {
  position: relative;
  display: flex;
}
.header .search input {
  width: 0;
  transition: all 0.3s ease;
  height: 40px;
  padding: 0 10px;
  overflow: hidden;
  position: absolute;
  right: 100%;
}
.header .search input.on {
  width: 200px;
}
.header .search button {
  width: 40px;
  height: 40px;
}
.header .search button i {
  font-size: 20px;
}
.header .lang {
  margin-left: 10px;
  font-size: 18px;
  line-height: var(--nav_height);
}
.header .mobile {
  line-height: var(--nav_height);
  display: none;
}
.header .mobile i {
  color: var(--color);
  font-size: 20px;
}

footer {
  background-color: #f2f2f2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #848484;
  position: relative;
  z-index: 1;
}

.footer_top {
  padding-top: 90px;
  padding-bottom: 50px;
}
.footer_top .bx {
  display: flex;
}
.footer_top ul {
  flex-grow: 1;
}
.footer_top h2 {
  font-size: 26px;
  line-height: 1;
  color: #333;
}
.footer_top li {
  line-height: 1;
  font-size: 17px;
  margin-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.footer_center {
  border-top: 1px solid #848484;
  border-bottom: 1px solid #848484;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer_center .bx {
  display: flex;
  align-items: center;
}
.footer_center .logo {
  font-size: 32px;
  font-weight: bold;
  margin-right: auto;
  color: var(--color1);
}
.footer_center .links {
  margin-left: auto;
  display: flex;
  gap: 60px;
}
.footer_center .links a {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #848484;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_center .links img {
  height: 25px;
}

.footer_bottom {
  padding-top: 20px;
  padding-bottom: 30px;
}
.footer_bottom .bx {
  display: flex;
  justify-content: space-between;
}
.footer_bottom i {
  font-size: 24px;
}
.footer_bottom .add,
.footer_bottom .info,
.footer_bottom .box {
  display: flex;
  align-items: center;
}
.footer_bottom .add {
  gap: 10px;
}
.footer_bottom .info {
  gap: 35px;
}
.footer_bottom .box {
  gap: 15px;
}

.clear {
  clear: both;
}

#banner_1 {
  margin-top: calc(var(--nav_height) - var(--nav_height) * 2);
}
#banner_1 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
#banner_1 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#banner_1 .bx {
  height: 100%;
  color: #fff;
}
#banner_1 .rel {
  position: relative;
  width: 100%;
  height: 100%;
}
#banner_1 .txt1 {
  position: absolute;
  top: 58%;
  left: 20%;
  font-size: 38px;
  letter-spacing: 5px;
}
#banner_1 .txt1 p {
  color: transparent;
  background: linear-gradient(to bottom, #fff, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: scaleX(1);
}
#banner_1 .txt2 {
  position: absolute;
  top: 450px;
  right: 0;
  text-align: right;
}
#banner_1 .txt2 p {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#banner_1 .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#banner_1 h2 {
  line-height: 40px;
  font-weight: 700;
  font-size: 36px;
  text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  transform: translateX(100%);
  transition: all 1s ease 0.5s;
  opacity: 0;
}
#banner_1 .con {
  margin: 50px 0;
  transform: translateX(-100%);
  transition: all 1s ease 1s;
  opacity: 0;
}
#banner_1 a {
  transform: translateX(-100%);
  transition: all 1s ease 1.5s;
  opacity: 0;
}
#banner_1 .swiper-slide-active h2 {
  transform: translateX(0);
  opacity: 1;
}
#banner_1 .swiper-slide-active .con {
  transform: translateX(0);
  opacity: 1;
}
#banner_1 .swiper-slide-active a {
  transform: translateX(0);
  opacity: 1;
}
#banner_1 .prev_1,
#banner_1 .next_1 {
  width: 50px;
  height: 50px;
  border-radius: 7px;
  border: 1px solid #fff;
}
#banner_1 .prev_1::after,
#banner_1 .next_1::after {
  display: none;
}
#banner_1 .prev_1 i,
#banner_1 .next_1 i {
  font-size: 20px;
  color: #fff;
}

#banner_2 {
  margin-top: calc(var(--nav_height) - var(--nav_height) * 2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 0;
  position: relative;
}
#banner_2 h2 {
  padding-bottom: 100px;
  padding-top: 100px;
  text-align: center;
  color: #fff;
  font-size: 50px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#banner_2 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#banner_2 .bx {
  height: 100%;
  color: #fff;
}
#banner_2 .rel {
  position: relative;
  width: 100%;
  height: 100%;
}
#banner_2 .txt1 {
  position: absolute;
  top: 58%;
  left: 20%;
  font-size: 38px;
  letter-spacing: 5px;
}
#banner_2 .txt1 p {
  color: transparent;
  background: linear-gradient(to bottom, #fff, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: scaleX(1);
}
#banner_2 .txt2 {
  position: absolute;
  top: 410px;
  left: 200px;
  font-size: 38px;
  letter-spacing: 5px;
}
#banner_2 .txt3 {
  position: absolute;
  top: 58%;
  left: 0px;
  font-size: 38px;
  letter-spacing: 5px;
  font-weight: bold;
}

#mbx_1 {
  height: 60px;
  border-bottom: 1px solid #bfbfbf;
}
#mbx_1 .bx {
  height: 100%;
  display: flex;
  align-items: center;
}
#mbx_1 .l {
  height: 100%;
  margin-right: auto;
  display: flex;
  align-items: center;
}
#mbx_1 .l a {
  padding: 0 20px;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  align-items: center;
}
#mbx_1 .l a.on,
#mbx_1 .l a:hover {
  background-color: var(--color);
  color: #fff;
}
#mbx_1 .r {
  margin-left: auto;
  display: flex;
  align-items: center;
}
#mbx_1 span {
  margin: 0 10px;
}
#mbx_1 .on {
  color: var(--color);
  font-weight: bold;
}

#mbx_2 {
  font-size: 16px;
  padding: 20px 0;
  line-height: 50px;
  border-bottom: 1px solid #bfbfbf;
}
#mbx_2 .bx {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#mbx_2 span {
  margin: 0 5px;
}

.page {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page a {
  display: block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: auto;
  font-weight: bold;
  transition: all 0.5s ease;
}
.page a:hover {
  color: var(--color1);
}

.header_top {
  background-color: var(--color2);
  color: #fff;
}
.header_top .list {
  line-height: 55px;
  display: flex;
}
.header_top .l {
  margin-right: auto;
  display: flex;
  gap: 25px;
}
.header_top .l i {
  margin-right: 5px;
}
.header_top .r {
  margin-left: auto;
  display: flex;
  gap: 5px;
}
.header_top .r .icon {
  font-size: 20px;
}
.header_top .r .flex {
  margin-left: 5px;
}
.header_top .r .flex i {
  color: #ffd500;
}

.product_bj {
  background-image: url("../image/bj5.jpg");
  background-size: top;
  background-repeat: no-repeat;
}

.flex_1 {
  gap: 30px;
}
.flex_1 .son {
  width: calc(100% / 3 - 30px * (3 - 1) / 3);
}
.flex_1 a {
  display: block;
}
.flex_1 a:hover .txt {
  color: var(--color);
}
.flex_1 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 30%;
  border-radius: 20px;
}
.flex_1 .txt {
  margin-top: 15px;
  transition: all 0.3s ease;
}

.flex_2 .son {
  flex-grow: 1;
  text-align: center;
  border-left: 1px solid #ccc;
  padding: 20px 0;
}
.flex_2 .son:nth-child(1) {
  border-left: none;
}
.flex_2 .p {
  color: var(--color);
}
.flex_2 .p .counter {
  font-size: 46px;
  font-weight: bold;
}
.flex_2 .txt {
  margin-top: 5px;
  font-size: 12px;
}

.flex_3 {
  gap: 55px;
}
.flex_3 .son {
  width: calc(100% / 2 - 55px * (2 - 1) / 2);
}
.flex_3 a {
  display: block;
}
.flex_3 a:hover .img img {
  transform: scale(1.05);
}
.flex_3 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 62%;
}
.flex_3 .txt {
  margin-top: 30px;
  position: relative;
}
.flex_3 .txt .d {
  position: absolute;
  right: 0;
  top: -20px;
  width: 50px;
  line-height: 20px;
  background-color: var(--color);
  color: #fff;
  text-align: center;
}
.flex_3 .txt h3 {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.flex_3 .txt p {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.flex_3 .txt .date {
  font-size: 13px;
  display: flex;
  justify-content: space-between;
}

.flex_4 {
  gap: 15px 20px;
}
.flex_4 .son {
  width: calc(100% / 3 - 20px * (3 - 1) / 3);
}
.flex_4 a {
  display: block;
  position: relative;
}
.flex_4 a:hover img {
  transform: scale(1.05);
}
.flex_4 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 63%;
}
.flex_4 .txt {
  line-height: 45px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  background-color: rgba(7, 108, 255, 0.8);
  color: #fff;
  display: flex;
  align-items: center;
}
.flex_4 .txt h3 {
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.flex_4 .txt span {
  margin-left: auto;
  flex-shrink: 0;
  line-height: 16px;
  background-color: #fff;
  color: var(--color);
  border-radius: 14px;
  font-size: 10px;
  padding: 0 10px;
}

.flex_5 {
  gap: 50px;
}
.flex_5 .son {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 70px 90px;
  background-image: url("../image/bj2.jpg");
  transition: all 0.5s ease;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.flex_5 .son:hover {
  transform: translateY(-10px);
}
.flex_5 .son:hover .txt .more {
  color: #fff;
  background-color: var(--color);
}
.flex_5 .son:hover .img {
  transform: scale(1.05);
}
.flex_5 .txt {
  width: 480px;
}
.flex_5 .txt .tit {
  font-size: 28px;
  color: #6d6d6d;
  margin-bottom: 40px;
}
.flex_5 .txt h3 {
  font-size: 30px;
  line-height: 1;
  color: var(--color);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.flex_5 .txt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 40px;
  margin-bottom: 70px;
  font-size: 16px;
  line-height: 2;
}
.flex_5 .txt .more {
  display: block;
  width: 145px;
  line-height: 35px;
  border: 1px solid var(--color);
  border-radius: 35px;
  color: var(--color);
  transition: all 0.5s ease;
  text-align: center;
}
.flex_5 .img {
  width: 335px;
  height: 335px;
  position: relative;
  transition: all 0.5s ease;
}
.flex_6 .son {
  width: calc(100% / 3 - 0px * (3 - 1) / 3);
  text-align: center;
  padding: 50px 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.flex_6 .son:nth-child(1),
.flex_6 .son:nth-child(2),
.flex_6 .son:nth-child(3) {
  border-top: none;
}
.flex_6 .son:nth-child(3n + 1) {
  border-left: none;
}
.flex_6 .p {
  color: var(--color);
  font-size: 20px;
}
.flex_6 .p span {
  font-size: 68px;
  line-height: 1;
  font-weight: bold;
}
.flex_6 .txt {
  margin-top: 15px;
  font-size: 20px;
}

.flex_7 {
  gap: 20px;
}
.flex_7 .son {
  width: calc(100% / 3 - 20px * (3 - 1) / 3);
  border-radius: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 40px;
  text-align: center;
}
.flex_7 .img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background-color: var(--color);
  padding: 20px;
  margin: 0 auto 30px;
}
.flex_7 .box {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 20px;
}
.flex_7 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.flex_7 .txt h3 {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 20px;
}
.flex_7 .txt p {
  font-size: 18px;
  line-height: 1;
}

.flex_8 {
  gap: 110px;
}
.flex_8 .son {
  width: calc(100% / 3 - 110px * (3 - 1) / 3);
}
.flex_8 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.flex_8 .txt {
  text-align: center;
  font-size: 28px;
  margin-top: 50px;
}

.flex_9 {
  gap: 50px;
}
.flex_9 .son {
  width: 100%;
  padding: 60px 65px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.flex_9 .son:nth-child(2n) {
  flex-direction: row-reverse;
}
.flex_9 .son:nth-child(2n) .txt {
  margin-left: 0;
  margin-right: 100px;
}
.flex_9 .son:hover .img img {
  transform: scale(1.05);
}
.flex_9 .son:hover .txt h3 {
  color: var(--color);
}
.flex_9 .img {
  flex-shrink: 0;
  width: 560px;
  height: 100%;
  font-size: 0;
  display: block;
  overflow: hidden;
}
.flex_9 .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.flex_9 .txt {
  flex-grow: 1;
  margin-left: 100px;
  width: 100%;
}
.flex_9 .txt .date {
  line-height: 1;
  color: #8d8d8d;
  margin-bottom: 50px;
}
.flex_9 .txt h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  transition: all 0.5s ease;
  margin-bottom: 35px;
}
.flex_9 .txt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 35px;
  color: #8d8d8d;
}
.flex_9 .txt .more {
  font-size: 18px;
  transition: all 0.5s ease;
  color: var(--color);
}

.flex_10 {
  gap: 10px;
}
.flex_10 .son {
  width: calc(100% / 3 - 10px * (3 - 1) / 3);
  padding: 50px 20px;
  border-radius: 15px;
  background-color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flex_10 .son.on {
  padding: 20px;
  background-color: var(--color);
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.flex_10 .son.on .con {
  color: #fff;
}
.flex_10 h3 {
  font-size: 24px;
  line-height: 48px;
  transition: all 0.3s ease;
  text-align: center;
  font-weight: normal;
}
.flex_10 .con {
  font-size: 12px;
  display: none;
}

.flex_11 {
  gap: 35px;
}
.flex_11 .son {
  width: calc(100% / 3 - 35px * (3 - 1) / 3);
  padding: 75px;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: center;
}
.flex_11 .icon {
  margin: 0 auto;
  width: 165px;
  height: 165px;
  border: 1px solid var(--color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex_11 .icon i {
  color: var(--color);
  font-size: 80px;
}
.flex_11 h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 38px;
}
.flex_11 a {
  font-size: 18px;
}

.flex_12 {
  gap: 40px;
}
.flex_12 .son {
  width: calc(100% / 2 - 40px * (2 - 1) / 2);
}
.flex_12 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  border-radius: 10px;
}
.flex_12 .img .txt {
  position: absolute;
  z-index: 1;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.flex_12 .img .con {
  margin-right: 130px;
}
.flex_12 .img h3 {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 30px;
}
.flex_12 .img p {
  font-size: 22px;
  line-height: 1;
}
.flex_12 .img .ewm {
  width: 200px;
  height: 200px;
  position: relative;
}
.title_1 h2 {
  font-size: 46px;
  line-height: 1;
}
.title_1 h5 {
  font-size: 26px;
  line-height: 1;
  margin-top: 15px;
  color: #ccc;
  font-weight: normal;
  text-transform: uppercase;
}

.title_2 {
  color: var(--color);
  border-bottom: 1px solid #676767;
  display: flex;
  align-items: flex-end;
  gap: 35px;
}
.title_2 h2 {
  font-size: 60px;
  padding-bottom: 40px;
  line-height: 1;
  position: relative;
}
.title_2 h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--color);
}
.title_2 h5 {
  font-size: 36px;
  padding-bottom: 40px;
  line-height: 1;
}

.title_3 {
  text-align: center;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title_3 h2 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 45px;
}
.title_3 h5 {
  font-size: 48px;
  line-height: 1;
  color: var(--color);
  font-weight: normal;
  padding: 0 10px 50px;
  position: relative;
}
.title_3 h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color);
}

.section1 {
  padding-top: 100px;
  padding-bottom: 80px;
  background-image: url('../image/bj13.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section1 .title_1 {
  text-align: center;
  margin-bottom: 100px;
}
.section1 .but {
  margin-top: 60px;
  text-align: center;
}
.section1 .but a {
  line-height: 60px;
  width: 190px;
  border-radius: 60px;
  border: 1px solid var(--color);
  display: inline-block;
  font-size: 20px;
  color: var(--color);
}

.section2 {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../image/bj2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section2 .title {
  margin-bottom: 20px;
  display: flex;
}
.section2 .title_1 {
  flex-shrink: 0;
}
.section2 .line {
  flex-grow: 1;
  margin-left: 30px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.section2 .line .pag_2 {
  position: relative;
  bottom: 0;
  padding-left: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 40px;
}
.section2 .line span {
  margin: 0 !important;
  width: calc(100% / 3 - 40px * (3 - 1) / 3);
  padding: 0 20px;
  height: 40px;
  line-height: 38px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  border-radius: 50px;
  background-color: transparent;
  opacity: 1;
  font-size: 18px;
}
.section2 .line .swiper-pagination-bullet-active {
  border: 1px solid var(--color);
  color: var(--color);
}
.section2 .mySwiper2 {
  padding-top: 40px;
  padding-bottom: 20px;
  overflow: visible;
}
.section2 .mySwiper2 .swiper-wrapper {
  align-items: center;
  height: auto;
}
.section2 .mySwiper2 .swiper-slide-active .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 61%;
}
.section2 .mySwiper2 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 58%;
  transition: all 0.5s ease;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(7, 108, 255, 0.3);
}
.section2 .mySwiper2 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px;
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease;
}
.section2 .mySwiper2 .txt::after {
  content: "";
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, var(--color1), transparent);
  z-index: 0;
}
.section2 .mySwiper2 .txt h3 {
  width: 100%;
  font-size: 36px;
  font-weight: normal;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #fff;
  line-height: 1;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
}
.section2 .mySwiper2 .txt h3 span {
  font-size: 20px;
  line-height: 1;
  margin-left: 15px;
  text-transform: uppercase;
}
.section2 .mySwiper2 .txt .more {
  position: relative;
  z-index: 1;
  display: block;
  line-height: 45px;
  border-radius: 45px;
  border: 1px solid #fff;
  width: 130px;
  text-align: center;
}
.section2 .mySwiper2 .swiper-slide {
  transition: all 0.5s ease;
}
.section2 .mySwiper2 .swiper-slide:hover {
  transform: translateY(-10px);
}
.section2 .mySwiper2 .swiper-slide-active .txt {
  opacity: 1;
}
.section2 .mySwiper2 .prev2,
.section2 .mySwiper2 .next2 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  background-color: var(--color);
  color: #fff;
}
.section2 .mySwiper2 .prev2::after,
.section2 .mySwiper2 .next2::after {
  display: none;
}
.section2 .mySwiper2 .prev2 i,
.section2 .mySwiper2 .next2 i {
  font-size: 24px;
}

.section3 {
  padding-top: 130px;
  padding-bottom: 60px;
  background-image: url("../image/bj2.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.section3 .title {
  margin-bottom: 90px;
  display: flex;
  align-items: center;
}
.section3 .title_1 {
  display: flex;
  align-items: flex-end;
  gap: 25px;
}
.section3 .line {
  margin-left: auto;
}
.section3 .line .but {
  position: relative;
  display: none;
}
.section3 .line .but.on {
  display: flex;
  gap: 60px;
}
.section3 .line .next3,
.section3 .line .prev3 {
  position: relative;
  top: 0;
  margin: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  background-color: #fff;
  opacity: 1;
}
.section3 .line .next3::after,
.section3 .line .prev3::after {
  font-size: 30px;
}
.section3 .line .prev3 {
  left: 0;
}
.section3 .line .next3 {
  right: 0;
}
.section3 .tab_con {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
.section3 .tab_con.on {
  height: auto;
  opacity: 1;
}
.section3 .tab_con .swiper {
  padding: 30px 20px;
}
.section3 .tab_con .swiper-wrapper {
  height: auto;
}
.section3 .tab_con .swiper-slide {
  transition: all 0.3s ease;
}
.section3 .tab_con .swiper-slide:hover {
  transform: scale(1.1);
}
.section3 .tab_con .swiper-slide:hover a {
  background-color: var(--color);
}
.section3 .tab_con .swiper-slide:hover h3 {
  color: #fff;
}
.section3 .tab_con .swiper-slide:hover .more span {
  color: #fff;
  border: 1px solid #fff;
}
.section3 .tab_con a {
  display: block;
  padding: 60px;
  box-shadow: 0 0 10px rgba(7, 108, 255, 0.3);
  text-align: center;
  transition: all 0.3s ease;
  background-color: #fff;
}
.section3 .tab_con h3 {
  font-size: 20px;
  color: var(--color);
  line-height: 1;
  transition: all 0.3s ease;
}
.section3 .tab_con h5 {
  line-height: 1;
  font-size: 16px;
  margin-top: 10px;
  color: #e9e9e9;
  margin-bottom: 40px;
}
.section3 .tab_con .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.section3 .tab_con .more {
  margin-top: 40px;
  text-align: center;
}
.section3 .tab_con .more span {
  margin: auto;
  line-height: 30px;
  width: 90px;
  text-align: center;
  display: block;
  border: 1px solid var(--color);
  border-radius: 30px;
  color: var(--color);
  transition: all 0.3s ease;
}
.section3 .swiper_title {
  position: relative;
  border-radius: 95px;
  border: 1px solid #ccc;
  margin-top: 50px;
  display: flex;
}
.section3 .swiper_title .prev_3,
.section3 .swiper_title .next_3 {
  position: relative;
  top: 0;
  margin: 0;
  width: 95px;
  height: 95px;
  flex-shrink: 0;
}
.section3 .swiper_title .prev_3::after,
.section3 .swiper_title .next_3::after {
  font-size: 24px;
  font-weight: bold;
}
.section3 .swiper_title .prev_3 {
  left: 0;
}
.section3 .swiper_title .next_3 {
  right: 0;
}
.section3 .swiper_title .swiper-slide {
  display: flex;
  justify-content: center;
}
.section3 .swiper_title p {
  line-height: 95px;
  font-size: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.section3 .swiper_title p::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--color);
  transform: scaleX(0);
  transition: all 0.3s ease;
}
.section3 .swiper_title p.on {
  color: var(--color);
  font-weight: bold;
}
.section3 .swiper_title p.on:after {
  transform: scaleX(1);
}

.section4 {
  position: relative;
  font-size: 0;
}
.section4 .bj {
  width: 100%;
}
.section4 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section4 .bx {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.section4 .title_1 {
  padding-top: 100px;
  color: #fff;
}
.section4 .title_1 h5 {
  color: #fff;
}
.section4 .i {
  margin-top: 35px;
  display: flex;
}
.section4 .i i {
  color: #fff;
  font-size: 30px;
}
.section4 .icon {
  margin-top: auto;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section4 .icon .link {
  width: 80px;
  height: 1px;
  background-color: #fff;
}
.section4 .icon .link:nth-child(1) {
  display: none;
}
.section4 .icon .son {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section4 .icon i {
  color: #fff;
  font-size: 40px;
}
.section4 .icon span {
  margin-top: 10px;
  color: #fff;
  font-size: 18px;
}

.section5 {
  padding-top: 100px;
  padding-bottom: 95px;
}
.section5 .title_1 {
  margin-bottom: 60px;
}
.section5 .title_1 h5 {
  color: #333;
}
.section5 .flex_3 {
  padding-bottom: 120px;
}
.section5 .more {
  text-align: center;
}
.section5 .more a {
  margin: auto;
  display: inline-block;
  width: 190px;
  line-height: 60px;
  text-align: center;
  border: 1px solid var(--color);
  border-radius: 60px;
  font-size: 20px;
  color: var(--color);
}

.section6 {
  position: relative;
  font-size: 0;
}
.section6 .bj {
  width: 100%;
}
.section6 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section6 .title_1 {
  margin-top: 120px;
  text-align: center;
}
.section6 .title_1 h5 {
  color: #333;
}

.section7 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.section7 .flex {
  justify-content: space-between;
}
.section7 .son1 {
  width: 520px;
}
.section7 .son1 h3 {
  font-size: 48px;
}
.section7 .son2 {
  width: 780px;
}
.section7 .son2 .con {
  font-size: 18px;
  text-indent: 2em;
}

.section8 {
  padding-bottom: 180px;
}
.section8 .flex {
  justify-content: space-between;
}
.section8 .son1 {
  width: 520px;
  display: flex;
  flex-direction: column;
}
.section8 .son1 .box {
  flex-grow: 1;
  border-top: 2px solid #bbb;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.section8 .son1 .box::after {
  content: "";
  position: absolute;
  top: -1px;
  height: 1px;
  width: 150px;
  background-color: var(--color);
}
.section8 .son1 .num {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section8 .son1 .num p {
  color: var(--color);
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 12px;
}
.section8 .son1 .num p span {
  color: var(--color);
}
.section8 .son1 .num span {
  color: #bbb;
}
.section8 .son1 .icon {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.section8 .son1 .icon span {
  color: #bbb;
}
.section8 .son1 .icon i {
  margin-top: 10px;
  font-size: 58px;
  color: var(--color);
}
.section8 .son2 {
  width: 780px;
}
.section8 .son2 .img {
  width: 100%;
  font-size: 0;
}
.section8 .son2 img {
  width: 100%;
}

.section9 {
  padding-bottom: 70px;
}
.section9 .title {
  margin-bottom: 65px;
  display: flex;
  justify-content: space-between;
}
.section9 .title_1 h5 {
  color: #333;
}
.section9 .tab {
  display: flex;
  align-items: flex-end;
  gap: 55px;
}
.section9 .tab p {
  cursor: pointer;
  padding: 0 27px;
  line-height: 40px;
  border: 1px solid transparent;
  border-radius: 40px;
}
.section9 .tab p.on {
  border: 1px solid var(--color);
}
.section9 .tab_con .box {
  display: none;
}
.section9 .tab_con .box.on {
  display: block;
}
.section9 .more {
  margin-top: 40px;
  text-align: center;
}
.section9 .more a {
  margin: auto;
  display: inline-block;
  width: 190px;
  line-height: 60px;
  text-align: center;
  border: 1px solid var(--color);
  background-color: var(--color);
  border-radius: 60px;
  color: #fff;
  font-size: 20px;
}

.section10 {
  position: relative;
  font-size: 0;
}
.section10 .bj {
  width: 100%;
}
.section10 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section10 .title_1 {
  margin-top: 120px;
  color: #fff;
}
.section10 .title_1 h5 {
  color: #fff;
}
.section10 .con {
  margin-top: 30px;
  font-size: 14px;
  color: #fff;
  width: 37%;
}
.section10 .con p {
  line-height: 3;
}

.section11 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--color);
}
.section11 form {
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
}
.section11 form label {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.section11 form span {
  margin-right: 40px;
}
.section11 form input {
  height: 48px;
  border: 1px solid #fff;
  width: 300px;
  padding: 0 15px;
  font-size: 18px;
  color: #fff;
}
.section11 form input::placeholder {
  color: #fff;
}
.section11 form button {
  margin-left: 20px;
  background-color: #fff;
  width: 170px;
  line-height: 48px;
  font-size: 18px;
}

.section12 .title {
  border-radius: 95px;
  border: 2px solid #cdcdcd;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
}
.section12 .title a {
  line-height: 95px;
  font-size: 24px;
  position: relative;
  transition: all 0.3s ease;
}
.section12 .title a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--color);
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  opacity: 0;
}
.section12 .title a::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  height: 2px;
  background-color: var(--color);
  transition: all 0.3s ease;
  opacity: 0;
}
.section12 .title a.on {
  color: var(--color);
}
.section12 .title a.on::after,
.section12 .title a.on::before {
  opacity: 1;
}
.section12 .title a:hover {
  color: var(--color);
}
.section12 .line {
  padding-top: 10px;
  border-bottom: 1px solid #cdcdcd;
  margin: 0 35px;
  display: flex;
  justify-content: space-between;
}
.section12 .line a {
  font-size: 18px;
  line-height: 55px;
  margin: 0 30px;
  position: relative;
  transition: all 0.3s ease;
}
.section12 .line a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color);
  opacity: 0;
}
.section12 .line a.on {
  color: var(--color);
}
.section12 .line a.on::after {
  opacity: 1;
}
.section12 .line a:hover {
  color: var(--color);
}

.section13 {
  padding-top: 60px;
  padding-bottom: 25px;
}
.section13 .flex_5 {
  padding-bottom: 50px;
}

.section14 {
  padding-top: 140px;
  padding-bottom: 100px;
}
.section14 .box {
  display: flex;
}
.section14 .txt {
  width: 50%;
}
.section14 .table {
  padding-top: 50px;
  font-size: 18px;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.section14 .table .tbody {
  width: 100%;
  display: flex;
}
.section14 .table .th {
  font-weight: bold;
  width: 155px;
}
.section14 .img_box {
  width: 50%;
  padding-left: 125px;
  position: relative;
  display: flex;
}
.section14 .img_box .swiper-slide {
  padding: 0 40px;
}
.section14 .img_box .next,
.section14 .img_box .prev {
  position: relative;
  margin: 0;
  top: auto;
  width: 55px;
  height: 55px;
  border: 1px solid var(--color);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
}
.section14 .img_box .next::after,
.section14 .img_box .prev::after {
  transition: all 0.3s ease;
  font-size: 22px;
}
.section14 .img_box .next.swiper-button-disabled,
.section14 .img_box .prev.swiper-button-disabled {
  border: 1px solid #ccc;
}
.section14 .img_box .next.swiper-button-disabled::after,
.section14 .img_box .prev.swiper-button-disabled::after {
  color: #ccc;
}
.section14 .img_box .next {
  right: 0;
  left: 0;
}
.section14 .img_box .prev {
  left: 0;
}
.section14 .img_box .img {
  width: 480px;
  height: 480px;
  position: relative;
}
.section14 .img_box .mask {
  width: 355px;
  padding: 10px 0;
  line-height: 25px;
  border-radius: 25px;
  background-color: var(--color);
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin: 60px auto 0;
}
.section14 .img_box .button {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.section15 {
  z-index: 100;
  background-color: #f2f2f2;
}
.section15 .bx {
  display: flex;
  justify-content: center;
  gap: 125px;
}
.section15 p {
  line-height: 95px;
  font-size: 24px;
  padding: 0 5px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.section15 p::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color);
  opacity: 0;
  transition: all 0.3s ease;
}
.section15 p.on {
  font-weight: 1000;
}
.section15 p.on::after {
  opacity: 1;
}

.section16 {
  padding-top: 65px;
  padding-bottom: 100px;
  background-image: url("../image/bj5.jpg");
  background-size: top;
  background-repeat: no-repeat;
}
.section16 .box {
  display: none;
}
.section16 .box.on {
  display: block;
}
.section16 .content {
  padding: 90px 125px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}
.section16 .content .item {
  width: 480px;
  line-height: 45px;
  padding: 10px 40px;
  border-radius: 45px;
  border: 1px solid var(--color);
  text-align: center;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section17 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section17 .box {
  border-radius: 95px;
  border: 1px solid #d2d2d2;
  padding: 0 100px;
  display: flex;
  justify-content: space-between;
}
.section17 .box a {
  line-height: 95px;
  font-size: 24px;
  transition: all 0.3s ease;
  position: relative;
}
.section17 .box a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color);
  opacity: 0;
}
.section17 .box a.on {
  color: var(--color);
}
.section17 .box a.on::after {
  opacity: 1;
}

.section18 {
  padding-bottom: 90px;
}
.section18 .title {
  text-align: center;
  padding-bottom: 35px;
}
.section18 .title h2 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 30px;
}
.section18 .title h5 {
  font-size: 30px;
  color: var(--color);
  margin-bottom: 45px;
}
.section18 .video {
  width: 100%;
}
.section18 .video video {
  width: 100%;
  background-color: #333;
}

.section19 {
  padding-top: 95px;
  background-image: url("../image/bj6.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.section19 .title_1 {
  padding-bottom: 95px;
  text-align: center;
}
.section19 .mySwiper4 .swiper-wrapper {
  height: auto;
}
.section19 .mySwiper4 .swiper-slide {
  transform: scaleY(0.8);
  transition: all 0.5s ease;
}
.section19 .mySwiper4 .swiper-slide .txt {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  font-size: 36px;
  color: #fff;
  text-align: center;
  padding: 50px;
  line-height: 1;
  width: 50%;
  margin: 0 auto;
}
.section19 .mySwiper4 .swiper-slide-active {
  transform: scaleY(1);
}
.section19 .mySwiper4 .swiper-slide-active .txt {
  opacity: 1;
}
.section19 .mySwiper4 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 48%;
}
.section19 .mySwiper4 .button {
  position: relative;
  top: -67.5px;
}
.section19 .mySwiper4 .button .next_4,
.section19 .mySwiper4 .button .prev_4 {
  margin: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: var(--color);
  background-color: #fff;
  transform: translateY(-50%);
}
.section19 .mySwiper4 .button .next_4::after,
.section19 .mySwiper4 .button .prev_4::after {
  font-size: 20px;
}
.section19 .mySwiper4 .button .next_4 {
  right: 20%;
}
.section19 .mySwiper4 .button .prev_4 {
  left: 20%;
}

.section20 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section20 .title {
  margin-bottom: 80px;
  border: 1px solid #d2d2d2;
  border-radius: 95px;
  padding: 0 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section20 .title a {
  line-height: 95px;
  font-size: 24px;
  position: relative;
  transition: all 0.3s ease;
}
.section20 .title a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color);
  opacity: 0;
}
.section20 .title a.on {
  color: var(--color);
}
.section20 .title a.on::after {
  opacity: 1;
}
.section20 .title a:hover {
  color: var(--color);
}
.section20 .flex_4 {
  gap: 20px;
}
.section20 #page_2 {
  margin-top: 80px;
}

.section21 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section21 .title {
  margin-bottom: 80px;
  border: 1px solid #d2d2d2;
  border-radius: 95px;
  padding: 0 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section21 .title a {
  line-height: 95px;
  font-size: 24px;
  position: relative;
  transition: all 0.3s ease;
}
.section21 .title a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color);
  opacity: 0;
}
.section21 .title a.on {
  color: var(--color);
}
.section21 .title a.on::after {
  opacity: 1;
}
.section21 .title a:hover {
  color: var(--color);
}
.section21 .txt .tit {
  font-size: 48px;
  line-height: 1.5;
  margin-bottom: 25px;
  text-align: center;
}
.section21 .txt .date {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #d2d2d2;
}
.section21 .con {
  padding: 50px 0;
}

.section22 {
  font-size: 0;
  position: relative;
  color: #fff;
}
.section22 .bj {
  width: 100%;
}
.section22 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section22 .bx {
  width: 100%;
  height: 100%;
}
.section22 .title {
  padding-top: 110px;
  padding-bottom: 70px;
  font-size: 60px;
  line-height: 1;
  text-align: center;
}
.section22 p {
  font-size: 20px;
  line-height: 2;
  text-indent: 2em;
}
.section22 .icon {
  margin-top: 90px;
  display: flex;
  justify-content: center;
  gap: 80px;
}
.section22 .icon .box {
  width: 205px;
  height: 205px;
  border-radius: 50%;
  color: #fff;
  padding: 10px;
  border: 1px solid var(--color);
}
.section22 .icon .con {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section22 .icon img {
  height: 60px;
}
.section22 .icon span {
  margin-top: 20px;
  font-size: 28px;
  line-height: 1;
  color: #fff;
}

.section23 {
  padding-top: 120px;
  padding-bottom: 150px;
}
.section23 .title {
  border-radius: 95px;
  border: 1px solid #d2d2d2;
  padding: 0 100px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.section23 .title a {
  line-height: 95px;
  font-size: 24px;
  position: relative;
  transition: all 0.3s ease;
}
.section23 .title a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color);
  opacity: 0;
}
.section23 .title a.on {
  color: var(--color);
}
.section23 .title a.on::after {
  opacity: 1;
}
.section23 .title a:hover {
  color: var(--color);
}

.section24 {
  position: relative;
}
.section24 .bj {
  position: absolute;
  width: 40%;
  top: 75px;
  min-height: 400px;
}
.section24 .bx {
  position: relative;
  z-index: 1;
  display: flex;
}
.section24 .img {
  width: 50%;
  font-size: 0;
}
.section24 .img p {
  margin-top: 40px;
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
}
.section24 .img p i {
  margin-left: 50px;
  font-size: 28px;
  line-height: 1.5;
}
.section24 .txt {
  width: 50%;
  padding-left: 35px;
}
.section24 .txt .title {
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 45px;
}
.section24 .txt .con {
  font-size: 18px;
}
.section24 .txt .con p {
  line-height: 2;
  text-indent: 2em;
}

.section25 {
  padding-top: 140px;
  padding-bottom: 100px;
}

.section26 {
  padding-top: 95px;
  padding-bottom: 150px;
  background-image: url("../image/bj10.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.section26 .title {
  text-align: center;
  font-size: 46px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 100px;
}
.section26 .box {
  display: flex;
}
.section26 .txt {
  width: 50%;
}
.section26 .txt .tit {
  font-size: 36px;
  line-height: 1;
  color: var(--color);
  font-weight: bold;
  margin-bottom: 40px;
}
.section26 .txt .t {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}
.section26 .txt .con {
  margin-top: 70px;
  font-size: 16px;
  line-height: 1.5;
}
.section26 .txt .con:nth-child(1) {
  margin-top: 0;
}
.section26 .img {
  width: 50%;
  padding-left: 50px;
}
.section26 .img img {
  width: 100%;
}

.section27 {
  padding-top: 105px;
  background-image: url("../image/bj9.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.section27 .title {
  font-size: 46px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 140px;
}
.section27 .swiper-slide .tit,
.section27 .swiper-slide .bj {
  opacity: 0.5;
}
.section27 .swiper-slide .con {
  opacity: 0;
}
.section27 .swiper-slide-active .tit,
.section27 .swiper-slide-active .bj,
.section27 .swiper-slide-active .con {
  opacity: 1;
}
.section27 .tit {
  font-size: 38px;
  line-height: 1;
  padding-right: 135px;
  margin-bottom: 45px;
  transition: all 0.3s ease;
}
.section27 .con {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  padding-right: 135px;
  transition: all 0.3s ease;
}
.section27 .bj {
  margin-top: 90px;
  background-image: url("../image/bj11.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 420px;
  width: 100%;
  transition: all 0.3s ease;
}

.section28 {
  position: relative;
  font-size: 0;
}
.section28 .bj {
  width: 100%;
}
.section28 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section28 .title {
  margin-top: 140px;
  font-size: 46px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}

.section29 {
  padding-top: 75px;
  background-color: #f8fbfc;
}
.section29 .title_1 {
  padding-bottom: 120px;
  text-align: center;
}
.section29 .img {
  width: 100%;
  font-size: 0;
  position: relative;
  padding-bottom: 145px;
}
.section29 .lyNyContact_map {
  width: 100%;
  position: relative;
  z-index: 1;
}
.section29 .txt {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 60px;
  padding: 65px;
  max-width: 610px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.section29 h3 {
  font-size: 38px;
  line-height: 1;
  margin-bottom: 45px;
}
.section29 .box {
  font-size: 18px;
  padding: 30px 0;
  border-top: 1px solid #d2d2d2;
  display: flex;
  align-items: flex-start;
}
.section29 .box:nth-child(1) {
  border-top: none;
}
.section29 .box .icon {
  flex-shrink: 0;
  width: 120px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.section29 .box i {
  font-size: 36px;
  color: var(--color);
  margin-right: 5px;
}
.section29 .time {
  margin-top: 70px;
  font-size: 18px;
  line-height: 2;
}

.section30 {
  padding-top: 100px;
  padding-bottom: 140px;
  background-color: #f8fbfc;
}
.section30 .title_1 {
  text-align: center;
}
.section30 .flex_7 {
  padding-top: 90px;
}

.section31 {
  padding-top: 90px;
  padding-bottom: 190px;
  background-image: url("../image/bj10.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section31 .title_1 {
  text-align: center;
}
.section31 .flex_8 {
  margin-top: 130px;
}

.section32 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f8fbfc;
}
.section32 .title_1 {
  text-align: center;
}
.section32 form {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 130px;
}
.section32 label {
  width: calc(100% / 2 - 130px * (2 - 1) / 2);
}
.section32 label input {
  font-size: 24px;
  width: 100%;
  line-height: 100px;
  border-bottom: 1px solid #d2d2d2;
}
.section32 .textarea {
  width: 100%;
}
.section32 button {
  margin: 70px auto 0;
  background-color: var(--color);
  line-height: 60px;
  border-radius: 60px;
  width: 200px;
  color: #fff;
  font-size: 28px;
}

.section33 {
  padding-top: 100px;
  padding-bottom: 70px;
  background-color: #e6e6e6;
}
.section33 .title {
  background-color: #fff;
  margin-bottom: 80px;
  border: 1px solid #d2d2d2;
  border-radius: 95px;
  padding: 0 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 150px;
}
.section33 .title a {
  line-height: 95px;
  font-size: 24px;
  position: relative;
  transition: all 0.3s ease;
}
.section33 .title a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color);
  opacity: 0;
}
.section33 .title a.on {
  color: var(--color);
}
.section33 .title a.on::after {
  opacity: 1;
}
.section33 .title a:hover {
  color: var(--color);
}
.section33 .title_1 {
  text-align: center;
}
.section33 .flex_9 {
  padding-top: 90px;
}
.section33 #page_2 {
  margin: 0;
  padding: 70px 0 0;
}

.section34 {
  padding-top: 100px;
}
.section34 .title_1 {
  text-align: center;
}
.section34 .title_1 h2 {
  line-height: 1.2;
}
.section34 .date {
  font-size: 18px;
  padding: 60px 0;
  text-align: center;
  border-bottom: 1px solid #d2d2d2;
  color: #8d8d8d;
}
.section34 .con {
  padding: 100px 0;
}
.section34 .page_1 {
  font-size: 18px;
  padding-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.section34 .page_1 .prev,
.section34 .page_1 .next {
  display: flex;
  align-items: center;
  gap: 20px;
}
.section34 .page_1 i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  color: var(--color);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section35 {
  padding-top: 65px;
  padding-bottom: 40px;
}
.section35 .title {
  margin-bottom: 40px;
  border: 1px solid #d2d2d2;
  border-radius: 95px;
  padding: 0 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 150px;
}
.section35 .title a {
  line-height: 95px;
  font-size: 24px;
  position: relative;
  transition: all 0.3s ease;
}
.section35 .title a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color);
  opacity: 0;
}
.section35 .title a.on {
  color: var(--color);
}
.section35 .title a.on::after {
  opacity: 1;
}
.section35 .title a:hover {
  color: var(--color);
}
.section35 .tab_con_item {
  margin-top: 20px;
  padding: 40px 50px;
  border: 1px solid #d2d2d2;
  border-radius: 20px;
  padding-left: 80px;
  transition: all 0.3s ease;
  display: flex;
}
.section35 .tab_con_item.on {
  background-color: var(--color);
}
.section35 .tab_con_item.on h3 {
  color: #fff;
}
.section35 .tab_con_item.on h3::before {
  background-color: #fff;
}
.section35 .tab_con_item.on .con {
  color: #fff;
  height: auto;
}
.section35 .tab_con_item.on i {
  transform: rotate(90deg);
  background-color: var(--color);
  color: #fff;
}
.section35 .tab_con_item .l {
  width: 910px;
}
.section35 .tab_con_item h3 {
  font-size: 32px;
  line-height: 1;
  position: relative;
  transition: all 0.3s ease;
}
.section35 .tab_con_item h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color);
  transition: all 0.3s ease;
}
.section35 .tab_con_item .con {
  margin-top: 20px;
  height: 28px;
  overflow: hidden;
}
.section35 .tab_con_item .r {
  margin-left: auto;
}
.section35 .tab_con_item i {
  transition: all 0.3s ease;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #fff;
  color: var(--color);
  font-size: 18px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section35 #page_2 {
  margin-bottom: 0px;
}
.section35 #page_2 i {
  width: 40px;
  height: 40px;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section36 {
  padding-top: 95px;
  padding-bottom: 70px;
  background-image: url("../image/bj6.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section36 .title_1 {
  text-align: center;
}
.section36 .mySwiper6 {
  padding-top: 60px;
}
.section36 .mySwiper6 .swiper-wrapper,
.section36 .mySwiper6 .swiper-slide {
  height: auto;
}
.section36 .mySwiper6 .button_6 {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 125px;
}
.section36 .mySwiper6 .next_6,
.section36 .mySwiper6 .prev_6 {
  position: relative;
  top: auto;
  margin: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s ease;
  display: flex;
}
.section36 .mySwiper6 .next_6::after,
.section36 .mySwiper6 .prev_6::after {
  font-size: 20px;
}
.section36 .mySwiper6 .next_6 {
  right: 0;
}
.section36 .mySwiper6 .prev_6 {
  left: 0;
}

.section37 {
  padding-top: 100px;
  padding-bottom: 110px;
  background-color: #f2f2f2;
}
.section37 .title_1 {
  text-align: center;
}
.section37 form {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.section37 form .son1 {
  width: 100%;
}
.section37 form .son2 {
  width: calc(100% / 2 - 40px * (2 - 1) / 2);
}
.section37 form .son3 {
  width: calc(100% / 3 - 40px * (3 - 1) / 3);
  height: 80px;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  padding: 0 35px;
  background-color: #fff;
  font-size: 18px;
}
.section37 form input {
  height: 80px;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  width: 100%;
  padding: 0 35px;
  background-color: #fff;
  font-size: 18px;
}
.section37 form select {
  width: 100%;
  height: 100%;
  font-size: 18px;
}
.section37 form textarea {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  padding: 15px 35px;
  min-height: 170px;
  font-size: 18px;
}
.section37 form button {
  margin: 0 auto;
  background-color: var(--color);
  line-height: 60px;
  border-radius: 60px;
  width: 200px;
  color: #fff;
  font-size: 24px;
}

.section38 {
  padding-top: 125px;
  padding-bottom: 130px;
  background-image: url("../image/bj5.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section38 .title_1 {
  text-align: center;
}
.section38 .flex_11 {
  margin-top: 80px;
}
.section38 .img {
  margin-top: 40px;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 31%;
  border-radius: 10px;
}
.section38 .img .txt {
  position: absolute;
  left: 130px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
}
.section38 .img .con {
  margin-right: 115px;
  display: flex;
  flex-direction: column;
}
.section38 .img h3 {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 20px;
}
.section38 .img p {
  font-size: 18px;
  line-height: 1;
}
.section38 .img .p {
  font-size: 22px;
  margin-top: auto;
}
.section38 .img .ewm {
  width: 225px;
  height: 225px;
  position: relative;
}
.section39 {
  padding-top: 130px;
  padding-bottom: 170px;
  background-image: url("../image/bj12.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section39 .title_1 {
  text-align: center;
}
.section39 .flex_12 {
  margin-top: 110px;
}

.section40 {
  overflow: hidden;
  font-size: 0;
  position: relative;
}
.section40 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section40 .bx {
  position: relative;
  height: 100%;
}
.section40 h3 {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 320px;
  color: transparent;
  background: linear-gradient(to bottom, #fff, transparent);
  -webkit-background-clip: text;
}
.section40 h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  font-weight: normal;
  color: var(--color);
}
.section40 h2 p {
  font-size: 48px;
  color: transparent;
  background: linear-gradient(to bottom, #fff, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: scaleX(1);
}
.nav_box {
  display: none;
  position: fixed;
  top: var(--nav_height);
  right: 0;
  bottom: 0;
  background: rgb(0, 0, 0, 0.7);
  width: 0;
  overflow: hidden;
  overflow-y: auto;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.3s;
  z-index: 999;
}
.nav_box.on {
  width: 100%;
  opacity: 1;
}
.nav_box .nav {
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
}
.nav_box .menu {
  display: flex;
  flex-wrap: wrap;
}
.nav_box .menu.mobile_box {
  flex-grow: 1;
}
.nav_box .tit {
  padding: 0px;
  line-height: 45px;
  height: 45px;
  width: 100%;
  display: flex;
}
.nav_box .tit a {
  border-radius: 40px;
  height: 100%;
  padding: 0 10px;
  font-size: 17px;
  color: #fff;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: row;
  margin-right: auto;
}
.nav_box .tit i {
  display: block;
  color: #fff;
  width: 45px;
  text-align: center;
  line-height: 45px;
}
.nav_box .sub {
  display: none;
  min-width: 100%;
}
.nav_box .sub a {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 42px;
  padding: 0 15px;
  transition: all 0.5s ease;
  border-bottom: 1px solid #c8c8c8;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .header .lang,
  .header .search,
  .header .nav,
  .section2 .line {
    display: none;
  }
  .nav_box,
  .header .mobile {
    display: block;
  }
  #banner_1 .img {
    padding-bottom: 100%;
  }
  #banner_2 .txt3,
  #banner_2 .txt1,
  #banner_1 .txt1 {
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    white-space: nowrap;
  }
  .title_1 h2 {
    font-size: 34px;
  }
  .title_1 h5 {
    font-size: 18px;
  }
  .flex_2 .son {
    width: calc(100% / 3);
  }
  .flex_2 .son:nth-child(4) {
    border-left: none;
  }
  .flex_10 .son {
    width: calc(100% / 2 - 10px * (2 - 1) / 2);
  }
  .section37 form .son3,
  .section37 form input {
    height: 60px;
  }
  .flex_11 .son {
    padding: 35px;
  }
  .flex_11 .icon {
    width: 125px;
    height: 125px;
  }
  .flex_11 .icon i {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --nav_height: 60px;
  }
  body {
    font-size: 13px;
  }
  .header_top,
  .section2 .mySwiper2 .prev2,
  .section2 .mySwiper2 .next2,
  .section4 .i,
  .section4 .icon {
    display: none;
  }
  .flex_2 .son {
    width: calc(100% / 2);
  }
  .section8 .son1,
  .section8 .son2,
  .section7 .son1,
  .section7 .son2,
  .flex_3 .son {
    width: 100%;
  }
  .flex_2 .son:nth-child(2n + 1) {
    border-left: none;
  }
  .flex_2 .son:nth-child(4) {
    border-left: 1px solid #d2d2d2;
  }
  .footer_top,
  .section1,
  .section3,
  .section5,
  .section7,
  .section14,
  .section16,
  .section17,
  .section19,
  .section36,
  .section37,
  .section39,
  .section23,
  .section25,
  .section26,
  .section27,
  .section20,
  .section21,
  .section33,
  .section34,
  .section29,
  .section30,
  .section31,
  .section32 {
    padding-top: 60px;
  }
  .footer_top,
  .section5 .flex_3,
  .section5,
  .section7,
  .section8,
  .section14,
  .section16,
  .section17,
  .section36,
  .section37,
  .section39,
  .section23,
  .section25,
  .section26,
  .section20,
  .section21,
  .section33,
  .section29 .img,
  .section30,
  .section31,
  .section32 {
    padding-bottom: 60px;
  }
  .section27 .title,
  .section1 .title_1,
  .section3 .title {
    margin-bottom: 50px;
  }
  .section2 .title {
    margin: 0;
  }
  .section27 .title,
  .title_1 h2 {
    font-size: 28px;
  }
  .title_1 h5 {
    font-size: 16px;
    margin-top: 10px;
  }
  .section5 .more a,
  .section1 .but a {
    font-size: 18px;
    line-height: 50px;
  }
  .section2 .mySwiper2 .img,
  .section2 .mySwiper2 .swiper-slide-active .img {
    padding-bottom: 80%;
  }
  .section2 .mySwiper2 .swiper-slide-active .txt {
    padding: 20px;
  }
  .section2 .mySwiper2 .txt h3 {
    align-items: flex-start;
    flex-direction: column;
    font-size: 24px;
  }
  .section2 .mySwiper2 .txt h3 span {
    margin-left: 0;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5;
  }
  .section2 .mySwiper2 .txt .more {
    line-height: 35px;
    width: 120px;
  }
  .section3 .tab_con a {
    padding: 30px;
  }
  .section3 .swiper_title .prev_3,
  .section3 .swiper_title .next_3 {
    width: 70px;
    height: 70px;
  }
  .section3 .swiper_title p {
    line-height: 70px;
  }
  .section4 .title_1 {
    padding-top: 20px;
  }
  .section4 .bj {
    height: 230px;
  }
  .section4 .title_1 {
    padding-top: 25px;
  }
  .flex_3 .txt h3 {
    font-size: 20px;
  }
  .flex_3 .txt p {
    font-size: 16px;
  }
  .section6 .title_1 {
    margin-top: 20px;
  }
  .section7 .son1 h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .section7 .son2 .con {
    font-size: 16px;
  }
  .section8 .son1 .box {
    padding: 20px 0;
  }
  .section8 .son1 .icon {
    justify-content: center;
    padding-top: 0;
  }
  .section8 .son1 .num p {
    font-size: 48px;
  }
  .section8 .son2 {
    margin-top: 10px;
  }
  .section40 h3 {
    font-size: 75px;
  }
  .section40 h2,
  .section40 h2 p {
    font-size: 20px;
    white-space: nowrap;
  }
  .section10 .title_1 {
    margin-top: 0;
    padding-top: 60px;
  }
  .section40 .bj {
    height: 300px;
  }
  .section10 .txt {
    position: relative;
  }
  #page_2 a {
    font-size: 16px;
  }
  .section35 #page_2 i {
    width: 35px;
    height: 35px;
  }
  .section10 .bj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .section10 .con {
    margin-top: 15px;
    width: 100%;
    padding-bottom: 60px;
  }
  .section11 form label,
  .section11 form {
    flex-direction: column;
  }
  .section11 form label {
    margin: 0;
  }
  .section11 form input {
    width: 100%;
    margin-bottom: 20px;
  }
  .section11 form span {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .section11 form button {
    margin-left: auto;
    margin-right: auto;
  }
  .footer_top .bx {
    flex-wrap: wrap;
    gap: 10px;
  }
  .footer_top ul {
    width: calc(100% / 3 - 10px * (3 - 1) / 3);
  }
  .footer_top h2 {
    margin-top: 20px;
    font-size: 18px;
  }
  .footer_top li {
    font-size: 15px;
  }
  .footer_center .bx {
    flex-direction: column;
    gap: 20px;
  }
  .footer_center .logo {
    margin-left: auto;
  }
  .footer_center .links {
    gap: 30px;
    margin-right: auto;
  }
  .footer_bottom .add {
    gap: 15px;
  }
  .footer_bottom .bx {
    flex-direction: column;
    gap: 10px;
  }
  .footer_bottom .info {
    gap: 10px;
    flex-wrap: wrap;
  }
  .footer_bottom .box {
    width: 100%;
  }
  .section33 .title,
  .section21 .title,
  .section20 .title,
  .section23 .title,
  .section35 .title,
  .section17 .box,
  .section12 .title {
    gap: 20px;
    padding: 0 30px;
    overflow-x: auto;
  }
  .section35 .title {
    justify-content: flex-start;
  }
  .section33 .title::-webkit-scrollbar,
  .section21 .title::-webkit-scrollbar,
  .section20 .title::-webkit-scrollbar,
  .section23 .title::-webkit-scrollbar,
  .section35 .title::-webkit-scrollbar,
  .section17 .box::-webkit-scrollbar,
  .section12 .title::-webkit-scrollbar {
    display: none;
  }
  .section33 .title a,
  .section21 .title a,
  .section20 .title a,
  .section23 .title a,
  .section35 .title a,
  .section17 .box a,
  .section12 .title a {
    font-size: 18px;
    line-height: 60px;
    white-space: nowrap;
  }
  .section33 .title a.on,
  .section21 .title a.on,
  .section20 .title a.on,
  .section23 .title a.on,
  .section35 .title a.on,
  .section12 .title a.on {
    border-bottom: 2px solid var(--color);
  }
  .section33 .title a::after,
  .section21 .title a::after,
  .section20 .title a::after,
  .section23 .title a::after,
  .section35 .title a::after,
  .section12 .title a::after,
  .section12 .title a::before {
    display: none;
  }
  .section12 .line {
    gap: 10px;
    margin: 0;
    overflow-x: auto;
  }
  .section12 .line::-webkit-scrollbar {
    display: none;
  }
  .section12 .line a {
    white-space: nowrap;
    font-size: 16px;
    line-height: 45px;
    margin: 0;
  }
  .flex_5 .son {
    flex-direction: column-reverse;
    gap: 30px;
    padding: 20px;
  }
  .flex_5 .txt {
    width: 100%;
  }
  .flex_5 .img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
  .flex_5 .txt .tit {
    font-size: 18px;
    color: #6d6d6d;
    margin-bottom: 20px;
  }
  .flex_5 .txt h3 {
    font-size: 24px;
  }
  .flex_5 .txt p {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .section14 .box {
    flex-wrap: wrap;
    gap: 30px;
  }
  .section14 .txt {
    width: 100%;
  }
  .section14 .img_box {
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
  }
  .title_2 {
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
  }
  .title_2 h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .title_2 h5 {
    font-size: 20px;
    padding-bottom: 30px;
  }
  .section14 .table {
    gap: 20px;
    padding-top: 30px;
  }
  .section14 .img_box .swiper-slide {
    padding: 0;
  }
  .section14 .img_box .img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
  }
  .section14 .img_box .mask {
    max-width: 100%;
  }
  .section14 .img_box .button {
    flex-direction: row-reverse;
    justify-content: center;
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0%);
    width: 100%;
    margin-top: 20px;
  }
  .section14 .img_box .swiper-wrapper {
    height: auto;
  }
  .section15 .bx {
    justify-content: space-between;
    gap: 0;
  }
  .section15 p {
    line-height: 70px;
    font-size: 18px;
  }
  .title_3 h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .title_3 h5 {
    font-size: 24px;
    padding-bottom: 30px;
  }
  .section16 .content {
    padding: 40px 0px;
  }
  .section16 .content .item {
    width: 100%;
    line-height: 35px;
    font-size: 18px;
  }
  .section18 .title h2 {
    font-size: 30px;
  }
  .section18 .title h5 {
    font-size: 18px;
    margin-bottom: 32px;
  }
  .section19 .title_1 {
    padding-bottom: 30px;
  }
  .section19 .mySwiper4 .swiper-slide {
    transform: scaleY(1);
  }
  .section19 .mySwiper4 .swiper-slide .txt {
    width: 100%;
    font-size: 18px;
    padding: 20px;
    line-height: 1.5;
  }
  .section19 .mySwiper4 .button {
    top: -50px;
  }
  .section19 .mySwiper4 .button .next_4,
  .section19 .mySwiper4 .button .prev_4 {
    width: 40px;
    height: 40px;
    transform: translateY(0%);
  }
  .section19 .mySwiper4 .button .next_4 {
    right: 0;
  }
  .section19 .mySwiper4 .button .prev_4 {
    left: 0;
  }
  .section35 .tab_con_item {
    padding: 20px;
    padding-left: 40px;
  }
  .section35 .tab_con_item .l {
    width: 100%;
  }
  .section35 .tab_con_item h3 {
    font-size: 20px;
  }
  .section35 .tab_con_item i {
    width: 35px;
    height: 35px;
  }
  .flex_10 .son {
    width: 100%;
    padding: 20px;
  }
  .flex_10 h3 {
    font-size: 18px;
  }
  .section37 form {
    gap: 20px;
    margin-top: 40px;
  }
  .section37 form .son2,
  .section37 form .son3 {
    width: 100%;
  }
  .section37 form input,
  .section37 form .son3 {
    padding: 0 20px;
  }
  .section37 form textarea {
    padding: 15px 20px;
  }
  .flex_11 .son {
    width: 100%;
  }
  .flex_11 h3 {
    font-size: 24px;
  }
  .flex_11 a {
    font-size: 15px;
  }
  .section38 .img {
    padding-bottom: 120%;
  }
  .section38 .img .txt {
    flex-direction: column;
    align-items: center;
    left: 0;
    width: 100%;
  }
  .section38 .img .con {
    align-items: center;
    margin-right: 0;
  }
  .section38 .img h3 {
    font-size: 24px;
  }
  .section38 .img .p {
    font-size: 18px;
    margin: 10px;
  }
  .section38 .img .ewm {
    width: 200px;
    height: 200px;
  }
  .section39 .flex_12 {
    margin-top: 40px;
  }
  .flex_12 .son {
    width: 100%;
  }
  .flex_12 .img {
    padding-bottom: 100%;
  }
  .flex_12 .img .con {
    margin-right: 0px;
    text-align: center;
  }
  .flex_12 .img .txt {
    flex-direction: column;
    left: 0;
    width: 100%;
  }
  .flex_12 .img h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .flex_12 .img .ewm {
    margin-top: 20px;
  }
  .section22 .bj {
    position: absolute;
    height: 100%;
  }
  .section22 .txt {
    position: relative;
  }
  .section22 .title {
    padding-top: 60px;
    padding-bottom: 40px;
    font-size: 40px;
  }
  .section22 p {
    font-size: 16px;
  }
  .section22 .icon {
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 50px;
    padding-bottom: 40px;
  }
  .section22 .icon .box {
    width: 155px;
    height: 155px;
  }
  .section22 .icon img {
    height: 50px;
  }
  .section22 .icon span {
    margin-top: 15px;
    font-size: 16px;
  }
  .section24 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .section24 .bj {
    min-height: 100%;
    width: 100%;
    top: 0;
  }
  .section24 .bx {
    flex-wrap: wrap;
  }
  .section24 .img {
    width: 100%;
  }
  .section24 .txt {
    width: 100%;
    padding: 0;
    color: #fff;
  }
  .section24 .img p {
    font-size: 20px;
    display: flex;
  }
  .section24 .img p i {
    margin-left: auto;
    font-size: 20px;
  }
  .section24 .txt .title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 32px;
  }
  .section24 .txt .con {
    color: #fff;
    font-size: 16px;
  }
  .flex_6 .son {
    width: calc(100% / 2 - 0px * (2 - 1) / 2);
  }
  .flex_6 .son:nth-child(3) {
    border-top: 1px solid #ccc;
  }
  .flex_6 .son:nth-child(2n + 1) {
    border-left: none;
  }
  .flex_6 .son:nth-child(2n) {
    border-left: 1px solid #ccc;
  }
  .flex_6 .p span {
    font-size: 40px;
  }
  .flex_6 .txt {
    font-size: 16px;
  }
  .section26 .title {
    margin-bottom: 40px;
    font-size: 32px;
  }
  .section26 .box {
    flex-wrap: wrap;
  }
  .section26 .txt {
    width: 100%;
  }
  .section26 .img {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .section26 .txt .tit {
    font-size: 20px;
    line-height: 1.5;
  }
  .section26 .txt .con {
    margin-top: 40px;
  }
  .section27 .tit {
    padding-right: 0;
    font-size: 24px;
    margin-bottom: 30px;
  }
  .section27 .con {
    padding-right: 0;
    font-size: 16px;
  }
  .section27 .bj {
    height: 200px;
    margin-top: 50px;
  }
  .section28 .title {
    margin-top: 30px;
    font-size: 28px;
  }
  .flex_4 .son {
    width: 100%;
  }
  .section33 .title,
  .section21 .title,
  .section20 .title {
    margin-bottom: 40px;
  }
  .section21 .txt .tit {
    font-size: 26px;
  }
  .section21 .txt .date {
    font-size: 16px;
    padding-bottom: 25px;
  }
  .section33 .flex_9 {
    padding-top: 50px;
  }
  .flex_9 .son:nth-child(2n),
  .flex_9 .son {
    flex-direction: column;
    padding: 20px;
  }
  .flex_9 .son:nth-child(2n) .txt {
    margin-right: 0;
  }
  .flex_9 .img {
    width: 100%;
    height: auto;
  }
  .flex_9 .txt {
    margin-left: 0;
    margin-top: 20px;
  }
  .flex_9 .txt .date {
    margin-bottom: 20px;
  }
  .flex_9 .txt h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .flex_9 .txt p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .section34 .date {
    font-size: 16px;
    padding: 25px 0;
  }
  .section29 .txt {
    margin-top: 30px;
    position: relative;
    left: 0;
    padding: 30px;
  }
  .section29 h3 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .section29 .box {
    font-size: 16px;
    padding: 15px 0;
  }
  .section29 .box i {
    font-size: 32px;
  }
  .section29 .box .icon {
    width: 100px;
  }
  .section29 .time {
    margin-top: 20px;
    font-size: 14px;
  }
  .section29 .title_1 {
    padding-bottom: 40px;
  }
  .section30 .flex_7 {
    padding-top: 50px;
  }
  .flex_7 .son {
    width: 100%;
    padding: 20px;
  }
  .section31 .flex_8 {
    margin-top: 50px;
  }
  .flex_8 {
    gap: 40px;
  }
  .flex_8 .son {
    width: 100%;
  }
  .flex_8 .img {
    margin: auto;
    width: 60%;
    padding-bottom: 60%;
  }
  .flex_8 .txt {
    font-size: 20px;
    margin-top: 25px;
  }
  .section32 form {
    margin-top: 30px;
  }
  .section32 label input {
    line-height: 50px;
    font-size: 16px;
  }
  .section32 label {
    width: 100%;
  }
  .section32 button {
    margin-top: 20px;
    line-height: 50px;
    font-size: 18px;
  }
  .my-map {
    height: 300px;
  }
}
/*# sourceMappingURL=index.css.map */
