@charset "UTF-8";
.section_3 img,
.section_2 img,
.flex_16 .map img,
.flex_15 img,
.flex_13 img,
.flex_12 img,
.flex_11 .info .img img,
.flex_10 img,
.flex_3 img,
.mySwiper_5 img,
.mySwiper_3 img,
.mySwiper_2 img,
.mySwiper_1 .bx img,
#banner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-b-1 {
  padding-bottom: 10px;
}

.p-t-1 {
  padding-top: 10px;
}

.p-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-b-2 {
  padding-bottom: 20px;
}

.p-t-2 {
  padding-top: 20px;
}

.p-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-b-3 {
  padding-bottom: 30px;
}

.p-t-3 {
  padding-top: 30px;
}

.p-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-b-4 {
  padding-bottom: 40px;
}

.p-t-4 {
  padding-top: 40px;
}

.p-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-b-5 {
  padding-bottom: 50px;
}

.p-t-5 {
  padding-top: 50px;
}

.p-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-b-6 {
  padding-bottom: 60px;
}

.p-t-6 {
  padding-top: 60px;
}

.p-7 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.p-b-7 {
  padding-bottom: 70px;
}

.p-t-7 {
  padding-top: 70px;
}

.p-8 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-b-8 {
  padding-bottom: 80px;
}

.p-t-8 {
  padding-top: 80px;
}

.p-9 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.p-b-9 {
  padding-bottom: 90px;
}

.p-t-9 {
  padding-top: 90px;
}

.p-10 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.p-b-10 {
  padding-bottom: 100px;
}

.p-t-10 {
  padding-top: 100px;
}

.p-11 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.p-b-11 {
  padding-bottom: 110px;
}

.p-t-11 {
  padding-top: 110px;
}

.p-12 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.p-b-12 {
  padding-bottom: 120px;
}

.p-t-12 {
  padding-top: 120px;
}

.p-13 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.p-b-13 {
  padding-bottom: 130px;
}

.p-t-13 {
  padding-top: 130px;
}

.p-14 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.p-b-14 {
  padding-bottom: 140px;
}

.p-t-14 {
  padding-top: 140px;
}

.p-15 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.p-b-15 {
  padding-bottom: 150px;
}

.p-t-15 {
  padding-top: 150px;
}

.p-16 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.p-b-16 {
  padding-bottom: 160px;
}

.p-t-16 {
  padding-top: 160px;
}

.p-17 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.p-b-17 {
  padding-bottom: 170px;
}

.p-t-17 {
  padding-top: 170px;
}

.p-18 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.p-b-18 {
  padding-bottom: 180px;
}

.p-t-18 {
  padding-top: 180px;
}

.p-19 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.p-b-19 {
  padding-bottom: 190px;
}

.p-t-19 {
  padding-top: 190px;
}

.p-20 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.p-b-20 {
  padding-bottom: 200px;
}

.p-t-20 {
  padding-top: 200px;
}

:root {
  --color: #30318b;
  --color2: #00a2ea;
  --nav_height: 75px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "num";
  src: url(../font/num.otf);
}
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: 30px;
}

.bx {
  width: 100%;
  padding: 0 90px;
}

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

#banner {
  height: 650px;
  position: relative;
  color: #fff;
}
#banner img {
  z-index: -1;
}
#banner .txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#banner h3 {
  font-size: 46px;
  line-height: 1.5;
  text-shadow: 0 0 1px #ccc;
}
#banner h3 + h3 {
  font-size: 24px;
  line-height: 1.7;
  margin-top: 5px;
  font-weight: normal;
}

#mbx_1 {
  border-bottom: 1px solid #e5e5e5;
}
#mbx_1 .txt {
  display: flex;
}
#mbx_1 .l {
  margin-right: auto;
  display: flex;
  gap: 40px;
}
#mbx_1 .l a {
  line-height: 80px;
  font-size: 17px;
  position: relative;
}
#mbx_1 .l a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 2px;
  width: 0;
  background-color: var(--color);
  opacity: 0;
  transition: all 0.3s ease;
}
#mbx_1 .l a::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid var(--color);
  opacity: 0;
  transition: all 0.3s ease;
}
#mbx_1 .l a.on::before {
  opacity: 1;
}
#mbx_1 .l a.on::after {
  opacity: 1;
  width: 100%;
}
#mbx_1 .l a:hover::after {
  opacity: 1;
  width: 100%;
}
#mbx_1 .r {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
#mbx_1 .r i {
  color: #828386;
  font-size: 15px;
}
#mbx_1 .r a {
  color: #828386;
  font-size: 13px;
  line-height: 2;
}

#mbx_2 a,
#mbx_2 span {
  line-height: 70px;
  display: inline-block;
}

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

header {
  width: 100%;
  height: var(--nav_height);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
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);*/
  background-color: rgb(48 49 139 / 80%);
}
footer {
  background-image: url(../image/bj6.jpg);
  background-color: #323232;
  color: #fff;
}
footer .footer {
  background-color: #30318b;
  line-height: 70px;
  /*padding-bottom: 20px;*/
  text-align: center;
  position: relative;
  z-index: 1;
}

.logo_1 {
  font-size: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.logo_1 img {
  height: 65%;
}
.logo_1 .txt {
  margin-left: 12px;
  font-size: 15px;
  line-height: 1;
  color: #fff;
}
.logo_1 p {
  font-size: 14px;
  margin-top: 8px;
  font-family: Arial, Helvetica, sans-serif;
}

.nav_1 {
  font-size: 16px;
  color: #fff;
  height: 100%;
  margin-left: auto;
  margin-right: 50px;
  display: flex;
  gap: 35px;
}
.nav_1 .son {
  position: relative;
}
.nav_1 .son::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  bottom: 6px;
  opacity: 0;
  transition: all 0.3s ease;
}
.nav_1 .son:hover::after {
  opacity: 1;
}
.nav_1 .son:hover .sub {
  opacity: 1;
  visibility: visible;
}
.nav_1 .son:hover ul {
  transform: translateY(0px);
}
.nav_1 .title {
  height: 100%;
  display: flex;
  align-items: center;
}
.nav_1 .sub {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.nav_1 ul {
  transform: translateY(10px);
  transition: all 0.3s ease;
  min-width: 100%;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 7px;
  white-space: nowrap;
}
.nav_1 li {
  padding: 0 20px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.3s ease;
}
.nav_1 li:hover {
  background-color: var(--color);
}
.nav_1 li:hover a {
  color: #fff;
}
.nav_1 li a {
  display: block;
  font-size: 14px;
  color: #505050;
  line-height: 40px;
  text-align: center;
  transition: all 0.5s ease;
}

.nav_2 {
  flex-shrink: 0;
  width: 66.6666666667%;
  display: flex;
}
.nav_2 .son {
  flex-grow: 1;
}
.nav_2 .title {
  display: block;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  font-weight: bold;
  margin-bottom: 33px;
  color: #fff;
  transition: all 0.5s ease;
}
.nav_2 li {
  line-height: 35px;
  width: 100%;
}

.lang_1 {
  height: 100%;
  position: relative;
  cursor: pointer;
}
.lang_1:hover .son {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.lang_1 .box {
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
}
.lang_1 .box i {
  color: #fff;
  font-size: 10px;
}
.lang_1 img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.lang_1 i {
  margin-left: 5px;
}
.lang_1 .son {
  min-width: 100%;
  text-align: center;
  position: absolute;
  top: 100%;
  border: 1px solid #bbb;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.3s ease;
}
.lang_1 .son::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 50%;
  margin-right: -20px;
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  border: 1px solid #bbb;
  z-index: -1;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.lang_1 .ul {
  border-radius: 6px;
  padding: 10px 0px;
  background-color: #fff;
}
.lang_1 a {
  padding: 0 20px;
  display: block;
  line-height: 35px;
  border-top: 1px solid #e7e7e7;
  height: 35px;
}
.lang_1 a:nth-child(1) {
  border-top: none;
}

.title_1 {
  padding-bottom: 40px;
  display: flex;
  align-items: center;
}
.title_1 .text {
  margin-right: auto;
}
.title_1 h2 {
  font-size: 36px;
  font-weight: bold;
  color: #222222;
}
.title_1 p {
  color: #666666;
  font-size: 15px;
  margin-top: 16px;
}
.title_1 a {
  transition: all ease 0.5s;
  cursor: pointer;
  padding: 0 28px;
  width: 158px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  background-color: var(--color);
  border-radius: 48px;
  border: 2px solid var(--color);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.title_2 {
  padding-bottom: 40px;
}
.title_2 h2 {
  font-size: 36px;
  color: #000;
}
.title_2 p {
  margin-top: 12px;
  font-size: 16px;
  color: #999;
}

.contact_1 {
  flex-grow: 1;
  display: flex;
}
.contact_1 li {
  line-height: 35px;
  display: flex;
}
.contact_1 li p {
  margin-left: 10px;
}
.contact_1 .title {
  color: #fff;
  font-size: 30px;
  font-family: impact;
  margin-bottom: 10px;
  font-weight: normal;
}
.contact_1 .qrcode {
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.contact_1 .qrcode p {
  padding-left: 15px;
}
.contact_1 img {
  width: 100px;
  height: 100px;
}

.mySwiper_1 {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: relative;
}
.mySwiper_1 .swiper {
  height: 100%;
}
.mySwiper_1 .swiper-slide {
  position: relative;
}
.mySwiper_1 .swiper-slide-active .bx h2,
.mySwiper_1 .swiper-slide-active .bx h3,
.mySwiper_1 .swiper-slide-active .bx h4,
.mySwiper_1 .swiper-slide-active .bx a {
  transform: translateY(0);
  opacity: 1;
}
.mySwiper_1 .swiper-slide-active .bx .img {
  transform: translateX(0);
  opacity: 1;
}
.mySwiper_1 img {
  width: 100%;
  height: 100%;
}
.mySwiper_1 .txt {
  position: absolute;
  top: var(--nav_height);
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.mySwiper_1 .bx {
  height: 100%;
  color: #fff;
  padding-right: 150px;
  display: flex;
  align-items: center;
}
.mySwiper_1 .bx .flex {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  position: relative;
  z-index: 1;
}
.mySwiper_1 .bx h2 {
  font-size: 22px;
  line-height: 2;
  font-weight: normal;
  transition: all 1s ease;
  transition-delay: 0.5s;
  transform: translateY(50px);
  white-space: nowrap;
  opacity: 0;
}
.mySwiper_1 .bx h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  transition: all 1s ease;
  transition-delay: 0.3s;
  transform: translateY(50px);
  opacity: 0;
}
.mySwiper_1 .bx h4 {
  margin-top: 12px;
  font-size: 40px;
  line-height: 2;
  font-weight: bold;
  transition: all 1s ease;
  transition-delay: 0.7s;
  transform: translateY(50px);
  opacity: 0;
}
.mySwiper_1 .bx a {
  display: block;
  width: 180px;
  height: 48px;
  margin-top: 40px;
  background: linear-gradient(to right, var(--color) 0%, var(--color2) 100%);
  border-radius: 24px;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  transition: all 1s ease;
  transition-delay: 0.7s;
  transform: translateY(50px);
  opacity: 0;
}
.mySwiper_1 .bx .img {
  width: 50%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
  transform: translateX(100px);
  transition: all 1s ease;
  transition-delay: 0.5s;
  opacity: 0;
}
.mySwiper_1 .bx img {
  object-fit: contain;
}
.mySwiper_1 .cont {
  position: absolute;
  top: 0;
  right: 90px;
  z-index: 10;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  width: 0;
  height: 100%;
}
.mySwiper_1 .pag_1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 10;
}
.mySwiper_1 .pag_1 .bx {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mySwiper_1 .pagination_1 {
  position: relative;
  bottom: 0px;
  display: flex;
}
.mySwiper_1 .pagination_1 li {
  padding: 0 20px;
  position: relative;
  height: auto;
  width: auto;
  border-radius: 0;
  font-size: 16px;
  height: 45px;
  opacity: 1;
  color: #fff;
  transition: all 0.2s ease-out 0s;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  margin: 0 !important;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.mySwiper_1 .pagination_1 li::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.mySwiper_1 .pagination_1 li::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  background-color: var(--color);
}
.mySwiper_1 .pagination_1 li:hover {
  color: var(--color);
}
.mySwiper_1 .pagination_1 li i {
  font-style: normal;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mySwiper_1 .pagination_1 .swiper-pagination-bullet-active {
  color: var(--color);
  padding: 0 60px;
}
.mySwiper_1 .pagination_1 .swiper-pagination-bullet-active::after {
  background-color: rgba(255, 255, 255, 0.4);
}
.mySwiper_1 .pagination_1 .swiper-pagination-bullet-active::before {
  animation: width_100 5s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.mySwiper_1 .next_1,
.mySwiper_1 .prev_1 {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mySwiper_1 .next_1::after,
.mySwiper_1 .prev_1::after {
  display: none;
}
.mySwiper_1 .next_1 i,
.mySwiper_1 .prev_1 i {
  color: var(--color);
  font-weight: bold;
  font-size: 24px;
  display: block;
}

.mySwiper_2 .son:hover h3 {
  top: 50%;
  opacity: 1;
}
.mySwiper_2 .son:hover .img::after {
  opacity: 1;
}
.mySwiper_2 .img {
  width: 100%;
  height: 0;
  padding-bottom: 88.49%;
  position: relative;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.mySwiper_2 .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  opacity: 0;
}
.mySwiper_2 h3 {
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 0;
  width: 90%;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease;
}
.mySwiper_2 h3::before,
.mySwiper_2 h3::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.mySwiper_2 h3::after {
  top: 0;
}
.mySwiper_2 h3::before {
  bottom: 0;
}
.mySwiper_2 .txt {
  border-radius: 0 0 5px 5px;
  padding: 0 7%;
  border: 1px solid #d2d2d2;
}
.mySwiper_2 h4 {
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
  color: #333;
  font-weight: 500;
}
.mySwiper_2 p {
  padding: 11px 0;
  border-top: 1px solid #e5e5e5;
}
.mySwiper_2 p::after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
}
.mySwiper_2 p span {
  font-size: 16px;
  line-height: 23px;
  color: #999;
  float: left;
}
.mySwiper_2 p i {
  line-height: 23px;
  color: var(--color);
  float: right;
}
.mySwiper_2 .but {
  display: block;
  margin: 45px auto 0;
  padding: 10px;
  max-width: 160px;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background-color: var(--color);
  border: 1px solid var(--color);
}

.mySwiper_3 .pagination_3 {
  position: absolute;
  z-index: 10;
  text-align: center;
}
.mySwiper_3 .pagination_3 .swiper-pagination-bullet-active {
  background-color: var(--color);
}
.mySwiper_3 a {
  display: block;
}
.mySwiper_3 a:hover img {
  transform: scale(1.05);
}
.mySwiper_3 a:hover h2 {
  color: var(--color);
}
.mySwiper_3 .img {
  width: 100%;
  height: 0;
  padding-bottom: 68%;
  position: relative;
  overflow: hidden;
}
.mySwiper_3 img {
  transition: all 0.8s ease;
}
.mySwiper_3 .txt {
  height: 208px;
  padding: 0 25px;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.mySwiper_3 .txt span {
  color: var(--color);
  font-size: 13px;
  line-height: 13px;
  display: flex;
  align-items: center;
}
.mySwiper_3 h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  line-height: 1.25;
  transition: all 0.8s ease;
}
.mySwiper_3 p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #a7a7aa;
  line-height: 24px;
  max-height: 48px;
  margin: 22px 0 44px;
}
.mySwiper_3 i {
  font-size: 13px;
  line-height: 13px;
  margin-left: 10px;
  color: var(--color);
}

.mySwiper_4 .title {
  margin-bottom: 70px;
  font-size: 35px;
  line-height: 1;
  text-align: center;
}
.mySwiper_4 .swiper-slide {
  width: auto;
  height: 340px;
  display: flex;
  flex-direction: column;
}
.mySwiper_4 img {
  height: calc(100% - 60px);
  object-fit: contain;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #e5e5e5;
}
.mySwiper_4 p {
  flex-shrink: 0;
  height: 60px;
  line-height: 40px;
  background-color: #fff;
  text-align: center;
  padding-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.mySwiper_4 .pagination_4 {
  bottom: 0;
}
.mySwiper_4 .pagination_4 span {
  background-color: var(--color);
}

.mySwiper_5 .title {
  margin-bottom: 70px;
  font-size: 35px;
  line-height: 1;
  text-align: center;
}
.mySwiper_5 .box {
  display: flex;
  gap: 40px;
}
.mySwiper_5 .time {
  line-height: 1;
  margin-top: 100px;
  margin-bottom: auto;
  font-family: "num";
  font-size: 90px;
  font-weight: normal;
  transition: all 0.3s ease;
}
.mySwiper_5 .img {
  width: 300px;
  height: 200px;
  position: relative;
}
.mySwiper_5 .line {
  position: relative;
  border-top: 1px dashed #adadad;
  margin: 25px 0;
}
.mySwiper_5 .line::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #adadad;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mySwiper_5 .line::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #adadad;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mySwiper_5 .btn_more {
  margin-top: 30px;
  position: relative;
  border-radius: 80px;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
}
.mySwiper_5 .prev_5,
.mySwiper_5 .next_5 {
  margin-top: 0;
  flex-shrink: 0;
  width: 140px;
  height: 80px;
  position: relative;
}
.mySwiper_5 .prev_5::after,
.mySwiper_5 .next_5::after {
  display: none;
}
.mySwiper_5 .prev_5 i,
.mySwiper_5 .next_5 i {
  font-size: 26px;
  color: var(--color);
}
.mySwiper_5 .prev_5 {
  left: 0;
}
.mySwiper_5 .next_5 {
  right: 0;
}
.mySwiper_5 .swiper_2 {
  width: 100%;
}
.mySwiper_5 .swiper_2 span {
  height: 80px;
  line-height: 1;
  font-family: impact;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mySwiper_5 .swiper_2 span::after {
  margin-top: 10px;
  content: "";
  flex-shrink: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color);
  opacity: 0;
}
.mySwiper_5 .swiper_2 .swiper-slide-thumb-active span {
  color: var(--color);
}
.mySwiper_5 .swiper_2 .swiper-slide-thumb-active span::after {
  opacity: 1;
}

.flex_1 {
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 1;
}

.flex_2 {
  align-items: center;
  gap: 140px;
}
.flex_2 .l {
  width: 50%;
}
.flex_2 .l h4 {
  font-size: 16px;
  margin-bottom: 17px;
  color: #000000;
  font-family: bahnschrift;
  font-weight: bold;
  text-transform: uppercase;
}
.flex_2 .l h2 {
  font-size: 40px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 1.875rem;
}
.flex_2 .l p {
  font-size: 16px;
  line-height: 2;
}
.flex_2 .r {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 28px;
}
.flex_2 .r .li {
  display: flex;
  flex-direction: column;
}
.flex_2 .r .li:nth-child(2n) {
  align-items: flex-end;
}
.flex_2 .r h2 {
  color: var(--color);
  display: flex;
  align-items: flex-start;
}
.flex_2 .r span {
  font-size: 70px;
  font-family: bahnschrift;
  font-weight: bold;
}
.flex_2 .r i {
  font-size: 1.125rem;
  font-style: normal;
}

.flex_3 {
  gap: 20px;
}
.flex_3 a {
  display: flex;
}
.flex_3 a:hover img {
  transform: scale(1.05);
}
.flex_3 a:hover h2 {
  color: var(--color);
}
.flex_3 .img {
  flex-shrink: 0;
  width: 175px;
  position: relative;
  overflow: hidden;
}
.flex_3 .img::after {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.flex_3 img {
  transition: all 0.8s ease;
}
.flex_3 .txt {
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flex_3 h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  line-height: 1.25;
  transition: all 0.8s ease;
}
.flex_3 p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0;
  height: 40px;
  line-height: 20px;
  font-size: 13px;
  color: #a7a7a7;
}
.flex_3 span {
  display: block;
  font-size: 12px;
  color: #a7a7a7;
}

.flex_4 {
  flex-wrap: nowrap;
  padding-top: 50px;
  padding-bottom: 30px;
}

.flex_5 {
  flex-direction: column;
  margin-left: auto;
}

.flex_6 {
  flex-wrap: nowrap;
  gap: 120px;
}
.flex_6 .l {
  flex-shrink: 1;
  width: 30%;
}
.flex_6 .l h2 {
  font-size: 35px;
  color: #313131;
  font-weight: bold;
  margin-bottom: 10px;
}
.flex_6 .l p {
  font-size: 26px;
  line-height: 1.2;
}
.flex_6 .r {
  flex-grow: 0;
}

.flex_7 {
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 30px;
  margin-top: 50px;
}
.flex_7 video {
  height: 420px;
  flex-grow: 1;
  width: 0;
}

.flex_8 {
  justify-content: space-between;
  gap: 30px;
  margin-top: 50px;
}
.flex_8 .son {
  flex-grow: 1;
  display: flex;
  gap: 20px;
}
.flex_8 img {
  height: 42px;
}
.flex_8 .txt {
  flex-grow: 1;
}
.flex_8 h4 {
  font-size: 40px;
  color: var(--color);
  line-height: 1;
}
.flex_8 h4 span {
  font-size: 48px;
}
.flex_8 p {
  border-top: 1px solid #e5e5e5;
  padding-top: 18px;
  margin-top: 18px;
  line-height: 1;
}

.flex_9 h2 {
  width: 20%;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  color: #333;
}
.flex_9 .list {
  width: 80%;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.flex_9 .list a {
  padding: 0 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 45px;
  text-align: center;
  color: #000;
  border: 1px solid var(--color);
  border-radius: 45px;
}
.flex_9 .list a.on {
  color: #fff;
  background-color: var(--color);
}

.flex_10 {
  gap: 30px;
  margin-top: 50px;
}
.flex_10 .son {
  width: calc(100% / 4 - 30px * (4 - 1) / 4);
  box-shadow: 5px 8.66px 25px 0px rgba(29, 50, 149, 0.15);
  transition: all 0.3s ease;
  border-radius: 7px;
}
.flex_10 .son:hover {
  transform: translateY(-5px);
}
.flex_10 .son:hover img {
  transform: scale(1.05);
}
.flex_10 .son:hover h3 {
  color: var(--color);
}
.flex_10 .img {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  position: relative;
  overflow: hidden;
  background-color: #e5e5e5;
  border-radius: 7px 7px 0 0;
}
.flex_10 img {
  margin: auto;
  transition: all 0.3s ease;
}
.flex_10 h3 {
  line-height: 80px;
  text-align: center;
  padding: 0 20px;
  font-size: 16px;
  font-weight: normal;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.flex_11 .list {
  width: 20%;
  margin-right: auto;
}
.flex_11 .list .title {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--color);
  margin: 0;
  padding: 0;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-weight: bold;
}
.flex_11 .list .title h3 {
  font-size: 20px;
}
.flex_11 .list ul {
  background-color: #f5f5f5;
  padding-bottom: 20px;
}
.flex_11 .list li {
  padding: 10px 10px;
  border-bottom: 1px solid #dbdbdb;
}
.flex_11 .list a {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 40px;
  border-radius: 40px;
  font-size: 15px;
  transition: all 0.3s;
  display: flex;
  justify-content: space-between;
}
.flex_11 .list a:hover {
  background: var(--color);
  color: #fff;
}
.flex_11 .list i {
  flex-shrink: 0;
  width: 35px;
  text-align: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.flex_11 .list span {
  width: 100%;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.flex_11 .info {
  width: 78%;
}
.flex_11 .info .top {
  display: flex;
  gap: 40px;
}
.flex_11 .info .img {
  flex-shrink: 0;
  width: 500px;
  position: relative;
}
.flex_11 .info .img::after {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.flex_11 .info .img img {
  border-radius: 7px;
}
.flex_11 .info .txt {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.flex_11 .info ul {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.flex_11 .info li {
  width: 100%;
  border-bottom: 1px dotted #ddd;
  display: flex;
}
.flex_11 .info .title {
  flex-shrink: 0;
  width: 20%;
  margin: 0;
  text-align: left;
  display: inline-block;
  padding: 0 10px;
  line-height: 40px;
}
.flex_11 .info .span {
  display: inline-block;
  line-height: 40px;
  padding: 0 10px;
}
.flex_11 .info .span h2 {
  font-weight: normal;
  font-size: 18px;
}
.flex_11 .info .but {
  margin-top: 50px;
  display: flex;
  gap: 20px;
}
.flex_11 .info .fh {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 50px;
  background: var(--color);
  color: #fff;
}
.flex_11 .info .bt {
  height: 40px;
  margin: 50px 0 0;
  line-height: 40px;
  font-size: 16px;
  border-radius: 7px 7px 0 0;
  border-bottom: 1px solid var(--color);
  background-color: #f5f5f5;
  display: flex;
}
.flex_11 .info .bt span {
  display: block;
  padding: 0 20px;
  border-radius: 7px 7px 0 0;
  color: #fff;
  background-color: var(--color);
}
.flex_11 .info .con {
  padding: 10px 0;
}

.flex_12 {
  padding-top: 60px;
}
.flex_12 h2 {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-weight: normal;
}
.flex_12 ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
}
.flex_12 li {
  width: calc(100% / 5 - 20px * (5 - 1) / 5);
  padding: 20px 10px;
  padding-top: 35px;
}
.flex_12 li:hover img {
  transform: scale(1.05);
}
.flex_12 .img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.13);
}
.flex_12 img {
  margin: auto;
  transition: all 0.8s ease;
}
.flex_12 p {
  line-height: 35px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.flex_13 {
  gap: 35px;
}
.flex_13 .son {
  width: calc(100% / 3 - 35px * (3 - 1) / 3);
}
.flex_13 a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.flex_13 a:hover img {
  transform: scale(1.05);
}
.flex_13 a:hover h3 {
  color: var(--color);
}
.flex_13 a:hover .tag {
  color: var(--color);
}
.flex_13 a:hover .tag i {
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.flex_13 a:hover .tag i + i {
  transform: translateY(-10px) rotate(-45deg) translateX(-18px);
  opacity: 1;
}
.flex_13 .img {
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  position: relative;
  overflow: hidden;
}
.flex_13 img {
  transition: all 0.8s ease;
}
.flex_13 .txt {
  padding: 35px;
  background-color: #fff;
}
.flex_13 h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  height: 40px;
  transition: all 0.8s ease;
  color: #333;
  margin: 0 0 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.flex_13 p {
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.flex_13 .time {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex_13 .tag {
  transition: all 0.8s ease;
}
.flex_13 .tag i {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 15px;
  transition: all 0.4s ease;
}
.flex_13 .tag i + i {
  position: absolute;
  color: var(--color);
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s ease;
  opacity: 0;
}
.flex_13 .date {
  line-height: 1;
  color: #999;
  transition: all 0.8s ease;
}

.flex_14 {
  flex-wrap: nowrap;
  gap: 20px;
}
.flex_14 .son {
  flex-grow: 1;
  width: 100%;
  height: 540px;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  align-items: flex-end;
}
.flex_14 .son.on {
  flex-grow: 2;
  width: 200%;
}
.flex_14 .son.on p {
  opacity: 1;
}
.flex_14 .son::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 1;
}
.flex_14 .bj {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.flex_14 .txt {
  color: #fff;
  position: relative;
  z-index: 11;
}
.flex_14 img {
  height: 40px;
}
.flex_14 h4 {
  font-size: 22px;
  line-height: 1.5;
  margin: 15px 0;
}
.flex_14 p {
  opacity: 0;
  transition: all 0.5s ease;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.flex_15 {
  gap: 40px;
}
.flex_15 .son {
  width: calc(100% / 3 - 40px * (3 - 1) / 3);
}
.flex_15 a {
  height: 100%;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 5px 8.66px 25px 0px rgba(29, 50, 149, 0.15);
  display: flex;
  flex-direction: column;
}
.flex_15 a:hover img {
  transform: scale(1.05);
}
.flex_15 a:hover h4 {
  color: #fff;
  background-color: var(--color);
}
.flex_15 .img {
  width: 100%;
  height: 0;
  padding-bottom: 69%;
  position: relative;
  overflow: hidden;
}
.flex_15 img {
  transition: all 0.8s ease;
}
.flex_15 h4 {
  flex-grow: 1;
  padding: 20px 35px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  color: #333;
  transition: all 0.8s ease;
}
.flex_15 h4 p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.flex_16 {
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
.flex_16 .map {
  width: 50%;
  position: relative;
  z-index: 1;
}
.flex_16 .map .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.flex_16 .contact {
  width: 50%;
  padding: 50px;
  background-color: #fff;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flex_16 .contact h3 {
  font-size: 28px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 55px;
}
.flex_16 .contact .txt {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.flex_16 .contact ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.flex_16 .contact li {
  height: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.flex_16 .contact i {
  font-size: 24px;
}
.flex_16 .contact p {
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.flex_16 .contact .ewm {
  flex-shrink: 0;
  margin-right: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex_16 .contact .img {
  width: 130px;
  height: 130px;
  padding: 10px;
}

.section_1 {
  background-image: url(../image/bj1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.section_2 {
  /*background-image: url(../image/bj2.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.section_2 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.section_2 .item {
  width: calc(100% / 4 - 30px * (4 - 1) / 4);
  /*padding: 30px;*/
  overflow: hidden;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  border-radius: 7px;
  box-shadow: 5px 8.66px 25px 0px rgba(29, 50, 149, 0.15);
}
.section_2 .item:hover .img::after {
  height: 200%;
  transition: all 600ms linear;
  background-color: transparent;
}
.section_2 .item:hover img {
  transform: scale(1.05);
}
.section_2 .item:hover .info {
  color: var(--color);
}
.section_2 .item:hover .info i {
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.section_2 .item:hover .info i + i {
  transform: translateY(-10px) rotate(-45deg) translateX(-18px);
  opacity: 1;
}
.section_2 .img {
  width: 100%;
  height: 0;
  padding-bottom: 63%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.section_2 .img::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.section_2 img {
  transition: all 0.8s ease;
}
.section_2 .text {
  padding: 0 10px;
  display: block;
}
.section_2 h4 {
  margin-top: 30px;
  margin-bottom: 12px;
  color: #222222;
  line-height: 1.35;
  /*font-weight: bold;*/
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}
.section_2 .info {
  overflow: hidden;
  transition: all 0.4s ease;
  /*font-weight: bold;*/
  text-align: right;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section_2 .info span {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid var(--color);
  border-radius: 100px;
}
.section_2 .info i {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 15px;
  transition: all 0.4s;
}
.section_2 .info i + i {
  position: absolute;
  color: var(--color1);
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}

.section_3 {
  background-image: url(../image/bj5.jpg);
}
.section_3 .title_1 .text {
  margin-left: auto;
  text-align: center;
}
.section_3 .list {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
}
.section_3 .a1 {
  background-color: #fff;
  padding: 30px;
  height: 100%;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.section_3 .son:nth-child(2) .a1 {
  flex-direction: column-reverse;
}
.section_3 .img {
  width: 100%;
  height: 0;
  padding-bottom: 63%;
  position: relative;
  overflow: hidden;
}
.section_3 .txt span {
  font-size: 12px;
  color: #333;
  transition: all 0.5s ease;
}
.section_3 .txt i {
  display: block;
  width: 15px;
  height: 2px;
  margin: 18px 0;
  background-color: var(--color);
  transition: all 0.5s ease;
}
.section_3 .txt h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  transition: all 0.5s ease;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_3 .txt p {
  line-height: 25px;
  transition: all 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_3 ul {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section_3 ul a {
  overflow: hidden;
  padding: 30px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
}
.section_3 ul .time {
  font-size: 36px;
  font-weight: 500;
  color: var(--color);
}
.section_3 ul .text {
  overflow: hidden;
}
.section_3 ul i {
  margin: 0 18px;
  display: block;
  width: 1px;
  height: 100%;
  background: #d6dede;
}
.section_3 ul h4 {
  font-size: 16px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section_3 ul p {
  line-height: 25px;
  color: rgba(31, 31, 31, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.section_4 {
  background-color: #f7f8f8;
  background-image: url(../image/bj3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}
.section_4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.section_4 .bx {
  max-width: 895px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
}
.section_4 h3 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}
.section_4 .p {
  text-align: center;
  margin-top: 8px;
  font-weight: bold;
  font-size: 30px;
}
.section_4 form {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.section_4 label {
  display: block;
  position: relative;
  width: 29.6%;
}
.section_4 label:nth-child(2) {
  width: 35.7%;
}
.section_4 label:nth-child(3) {
  width: 30.9%;
}
.section_4 label input {
  padding: 0 20px;
  width: 100%;
  height: 54px;
  border-radius: 54px;
  font-size: 16px;
  background-color: #e5e5e5;
  transition: all 0.3s ease;
  border: 2px solid #e5e5e5;
}
.section_4 label button {
  width: 100%;
  height: 54px;
  border-radius: 54px;
  background-color: var(--color);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_4 label button i {
  margin-left: 0px;
  margin-right: 10px;
  font-size: 20px;
}
.section_4 .error {
  margin-top: 80px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.section_8 {
  background-color: #f1f1f1;
}

.section_9 .title {
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 28px;
  text-align: center;
}
.section_9 .time {
  padding-bottom: 25px;
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_9 .time span {
  color: #666;
  margin: 0px 30px;
}

.section_10 .title {
  margin-bottom: 70px;
  font-size: 35px;
  line-height: 1;
  text-align: center;
}

.section_11 {
  overflow: hidden;
  position: relative;
}
.section_11 .title {
  width: 100%;
  margin-bottom: 30px;
}
.section_11 .txt {
  position: absolute;
  z-index: -1;
  font-weight: 900;
  font-size: 300px;
  color: rgba(0, 0, 0, 0.03);
  line-height: 200px;
  white-space: nowrap;
}
.section_11 .sub {
  font-size: 16px;
  line-height: 1.4;
  color: var(--color);
}
.section_11 .sub::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  height: 1px;
  width: 20px;
  background: var(--color1);
}
.section_11 .h2 {
  font-size: 44px;
  line-height: 1.4;
}
.section_11 .son {
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  width: 100%;
}
.section_11 .top {
  padding: 30px;
  background: #f7f7f7;
  transition: all 0.5s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.section_11 .top.on,
.section_11 .top:hover {
  background-color: var(--color);
  color: #fff;
}
.section_11 .top.on i {
  transform: rotate(90deg);
}
.section_11 .top h3 {
  font-size: 20px;
  flex-grow: 1;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: normal;
}
.section_11 .top .other {
  margin-top: 3px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.section_11 .top p {
  line-height: 1;
}
.section_11 .top i {
  margin-left: 10px;
  line-height: 1;
  transition: all 0.5s ease;
}
.section_11 .bottom {
  padding: 40px;
}

.section_12 .title {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.08em;
  color: #333;
  text-align: center;
}
.section_12 .title::after {
  content: "";
  display: block;
  margin: auto;
  margin-top: 22px;
  height: 3px;
  width: 40px;
  background-color: var(--color);
}
.section_12 ul {
  margin-top: 50px;
  width: 100%;
  border-bottom: 2px solid #e5e5e5;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.section_12 li {
  position: relative;
  margin: 0 12px;
}
.section_12 li::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--color);
  opacity: 0;
}
.section_12 li.on::after {
  opacity: 1;
}
.section_12 li a {
  display: block;
  font-size: 18px;
  line-height: 60px;
  color: #333;
  transition: all 0.3s ease;
}
.section_12 li a:hover {
  color: var(--color);
}

.section_15 {
  background-image: url(../image/bj4.jpg);
}
.section_15 h2 {
  font-size: 35px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 35px;
}
.section_15 form {
  background-color: #fff;
  border-radius: 8px;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.section_15 label {
  width: calc(100% / 3 - 20px * (3 - 1) / 3);
  display: flex;
  flex-direction: column;
}
.section_15 span {
  font-size: 15px;
  color: #313131;
  margin-bottom: 15px;
}
.section_15 input {
  border-radius: 8px;
  border: 1px solid #e6e9ec;
  height: 50px;
  padding: 0 15px;
}
.section_15 .textarea {
  width: 100%;
}
.section_15 textarea {
  border-radius: 8px;
  border: 1px solid #e6e9ec;
  height: 150px;
  padding: 15px;
}
.section_15 .btn {
  background-color: var(--color);
  color: #fff;
  border: none;
  border-radius: 10px;
  height: 50px;
  width: 175px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.menu_1 {
  display: none;
  margin-left: auto;
}
.menu_1 i {
  color: #fff;
}
.nav_3 {
  display: block;
  position: fixed;
  top: var(--nav_height);
  right: 0;
  bottom: 0;
  z-index: 99;
  width: 0%;
  transition: all 0.3s ease;
  white-space: nowrap;
  background-color: rgb(0, 0, 0, 0.8);
  color: #fff;
  opacity: 0;
}
.nav_3.on {
  width: 100%;
  opacity: 1;
}
.nav_3 ul {
  padding: 0 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.nav_3 ul .son {
  display: flex;
  flex-wrap: wrap;
}
.nav_3 ul .son.on {
  flex-grow: 1;
}
.nav_3 ul .title {
  line-height: 40px;
  flex-grow: 1;
}
.nav_3 ul i {
  line-height: 40px;
  width: 40px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav_3 ul i.on {
  transform: rotate(90deg);
}
.nav_3 ul .sub {
  width: 100%;
  display: none;
}
.nav_3 ul .sub a {
  display: block;
  line-height: 40px;
  padding: 0 15px;
}
@keyframes width_100 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .mySwiper_1 .bx,
  .section_4 .bx,
  .bx {
    padding-left: 15px;
    padding-right: 15px;
  }
  .menu_1 {
    display: block;
  }
  .flex_16 .contact .ewm,
  .section_11 .top .other,
  .flex_11 .list,
  .flex_9 .list,
  #mbx_1,
  #mbx_2,
  .nav_1,
  .lang_1,
  .mySwiper_1 .next_1,
  .mySwiper_1 .prev_1,
  .nav_2 ul,
  .mySwiper_2 .title_2 p,
  .title_1 p {
    display: none;
  }
  .section_15 label,
  .flex_16 .map,
  .flex_16 .contact,
  .flex_13 .son,
  .flex_12 li,
  .flex_11 .info .img,
  .flex_11 .info,
  .flex_9 h2,
  .mySwiper_5 .img,
  .flex_6 .l,
  .mySwiper_1 .bx .flex,
  .mySwiper_1 .bx .img,
  .nav_2,
  .section_4 label,
  .section_4 label:nth-child(2),
  .section_4 label:nth-child(3),
  .section_2 .item,
  .flex_2 .l {
    width: 100%;
  }
  .flex_2 {
    gap: 40px;
  }
  .flex_2 .l h2,
  .mySwiper_1 .bx h3,
  .title_1 h2,
  .title_2 h2 {
    font-size: 26px;
  }
  .mySwiper_1 .bx h2,
  .mySwiper_1 .bx h3,
  .mySwiper_1 .bx h4 {
    width: 100%;
  }
  .mySwiper_1 .bx h2 {
    font-size: 18px;
    white-space: normal;
  }
  .mySwiper_1 .bx a {
    margin: 30px 0;
  }
  .section_3 .list {
    grid-template-columns: 1fr;
  }
  .flex_11 .info .top,
  .flex_6,
  .section_4 form {
    flex-wrap: wrap;
    gap: 25px;
  }
  .flex_14,
  .nav_2,
  .flex_4 {
    flex-wrap: wrap;
  }
  .flex_5 {
    margin: 0;
  }
  .nav_2 .son {
    flex-grow: 0;
    width: 25%;
  }
  .mySwiper_1 .bx {
    flex-direction: column;
    justify-content: center;
  }
  .logo_1 .txt {
    margin-left: 10px;
  }
  .logo_1 .txt h2 {
    font-size: 21px;
  }
  .flex_14 .son.on {
    flex-grow: 1;
    width: 100%;
  }
  .mySwiper_5 .prev_5,
  .mySwiper_5 .next_5 {
    width: 90px;
  }
  .mySwiper_5 .title {
    margin-bottom: 5px;
  }
  .mySwiper_5 .box {
    flex-direction: column;
  }
  .mySwiper_5 .time {
    font-size: 50px;
    margin-top: 0px;
  }
  #banner {
    height: 350px;
  }
  #banner h3 {
    font-size: 30px;
  }
  #banner h3 + h3 {
    font-size: 18px;
  }
  .flex_15,
  .flex_10 {
    gap: 20px;
  }
  .flex_15 .son,
  .flex_10 .son {
    width: calc(100% / 2 - 20px * (2 - 1) / 2);
  }
  .flex_10 h3 {
    padding: 0 10px;
    line-height: 60px;
    font-size: 14px;
  }
  .flex_11 .info .title {
    width: 25%;
  }
  .flex_11 .info .but {
    margin-top: 30px;
  }
  .flex_15 h4 {
    padding: 15px;
    font-size: 14px;
  }
  .section_9 .time span {
    margin: 0;
  }
  .section_9 .time {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section_9 .title {
    font-size: 22px;
  }
  .flex_16 .contact {
    padding: 30px 20px;
  }
  .section_15 form {
    padding: 30px;
  }
  .flex_16 .contact h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .section_7 {
    padding-top: 50px;
  }
  .p-10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-t-10 {
    padding-top: 50px;
  }
  .p-b-10 {
    padding-bottom: 50px;
  }
}
