.info2 .r img, .info1 .top img, .section15 .swiper_box img, .section9 .mySwiper2 img, .section9 .mySwiper1 img, .section8 img, .flex_7 img, .flex_6 .href, .flex_6 img, .flex_5 img, .mySwiper_1 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}

.info1 .top .but a, .flex_6 .txt .but a {
  text-align: center;
  display: block;
  width: 154px;
  line-height: 45px;
  font-size: 16px;
  color: #555;
  border: 1px solid #999;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.section15 .title, .section14 .title, .section13 .title, .section12 .title {
  margin-bottom: 70px;
  padding: 18px 0;
  position: relative;
}
.section15 .title span, .section14 .title span, .section13 .title span, .section12 .title span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 72px;
  border: 7px solid var(--color);
  border-bottom: none;
}
.section15 .title h3, .section14 .title h3, .section13 .title h3, .section12 .title h3 {
  background-color: #f6f6f6;
  font-weight: normal;
  font-size: 36px;
  text-align: center;
  line-height: 44px;
  position: relative;
  z-index: 1;
}

:root {
  --color: rgb(246, 188, 63);
  --nav_height: 120px;
}

@media (max-width: 1920px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 640px) and (max-width: 1399px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 471px) and (max-width: 639px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 329px) and (max-width: 470px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 328px) {
  html {
    font-size: 16px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #333;
  font-family: sans-serif;
  font-size: 15px;
}

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: 1310px;
}

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

header {
  width: 100%;
  height: var(--nav_height);
  transition: all 0.5s ease;
  position: fixed;
  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: #fff;
  z-index: -1;
}

.header {
  height: 100%;
}
.header .top {
  padding-top: 10px;
  padding-bottom: 0px;
  display: flex;
  justify-content: space-between;
}
.header .logo {
  height: 60px;
  display: flex;
  align-items: center;
}
.header .logo img {
  height: 100%;
  margin-right: 15px;
}
.header .logo p {
  font-size: 22px;
  font-weight: bold;
}
.header .links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .links a {
  height: 28px;
}
.header .nav {
  display: flex;
}
.header .menu {
  flex-grow: 1;
  text-align: center;
  position: relative;
}
.header .menu:hover .sub {
  opacity: 1;
  visibility: visible;
}
.header .tit:hover a {
  color: var(--color);
}
.header .tit a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  padding-top: 5px;
  padding-bottom: 15px;
  transition: all 0.5s ease;
}
.header .sub {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  width: 100%;
}
.header .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 .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 .sub a {
  display: block;
  line-height: 42px;
  padding: 0 10px;
  transition: all 0.5s ease;
  border-bottom: 1px solid #c8c8c8;
}
.header .sub a:hover {
  background-color: var(--color);
  color: #fff;
}

footer {
  background-image: url("../image/bj1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  z-index: 1;
}

.footer .flex {
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.footer .box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.footer .txt {
  text-align: left;
}
.footer .but {
  background-color: var(--color);
  padding: 0 25px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-copy {
  text-align: center;
  font-size: 11px;
  background-color: #fff;
  color: #333;
}
.footer-copy .txt {
  padding-top: 5px;
  padding-bottom: 10px;
}

.hr {
  width: 100%;
  height: 13px;
  background-color: var(--color);
}

.clear {
  clear: both;
}

#banner_2 {
  height: 400px;
}
#banner_2 a {
  display: block;
  height: 100%;
}
#banner_2 img {
  height: 100%;
  width: 100%;
}

#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 {
  padding: 11px 0;
  line-height: 30px;
  border-bottom: 1px solid #bfbfbf;
}

.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);
}

main {
  margin-top: var(--nav_height);
}

.mySwiper_1 a {
  display: block;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 40%;
}
.mySwiper_1 .pag_1 span {
  background-color: #fff;
  width: 10px;
  height: 10px;
}
.mySwiper_1 .prev_1::after,
.mySwiper_1 .next_1::after {
  display: none;
}
.mySwiper_1 .prev_1 i,
.mySwiper_1 .next_1 i {
  font-size: 30px;
  color: #fff;
}

.flex_1 .txt {
  background-color: rgb(239, 239, 239);
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex_1 .txt .con {
  max-width: 450px;
  text-align: center;
}
.flex_1 .txt p {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
.flex_1 .txt a {
  margin-top: 20px;
  font-size: 15px;
  display: inline-block;
  color: var(--color);
}
.flex_1 .img {
  width: 50%;
  font-size: 0;
}
.flex_1 img {
  width: 100%;
}

.flex_2 .son {
  width: calc(100% / 4 - 0px * (4 - 1) / 4);
  text-align: center;
  padding: 70px 0;
}
.flex_2 .img {
  height: 84px;
  font-size: 0;
}
.flex_2 img {
  height: 100%;
}
.flex_2 .txt {
  margin-bottom: 10px;
}
.flex_2 h5 {
  font-size: 25px;
  color: var(--color);
  margin-bottom: 15px;
}
.flex_3 {
  gap: 40px;
  margin-top: 40px;
  padding-bottom: 70px;
}
.flex_3 .son {
  width: calc(100% / 3 - 40px * (3 - 1) / 3);
}
.flex_3 h6 {
  font-size: 22px;
  color: var(--color);
  margin-bottom: 10px;
}

.flex_4 {
  gap: 20px;
}
.flex_4 .son {
  width: calc(100% / 5 - 20px * (5 - 1) / 5);
}
.flex_4 .img {
  margin: 25px 0;
  display: block;
  height: 44px;
  text-align: center;
}

.flex_5 {
  gap: 40px;
}
.flex_5 .son {
  width: calc(100% / 4 - 40px * (4 - 1) / 4);
}
.flex_5 a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 135%;
}
.flex_5 a:hover img {
  transform: scale(1.05);
}
.flex_5 p {
  margin-top: 15px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.flex_6 {
  gap: 25px;
}
.flex_6 .son {
  width: calc(100% / 4 - 25px * (4 - 1) / 4);
}
.flex_6 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 71%;
  background-color: #fff;
  border-radius: 7px;
}
.flex_6 .img:hover .href {
  top: 0;
}
.flex_6 .href {
  background-color: rgba(0, 0, 0, 0.5);
  top: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex_6 .href i {
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex_6 .txt h3 {
  padding-top: 20px;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 10px;
  font-weight: normal;
  text-align: center;
  position: relative;
}
.flex_6 .txt h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 30px;
  height: 1px;
  background-color: var(--color);
}
.flex_6 .txt .but {
  margin-top: 20px;
}
.flex_6 .txt .but a {
  margin: auto;
}
.flex_6 .txt .but a:hover {
  color: #fff;
  background-color: var(--color);
  border-color: var(--color);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
}

.flex_7 {
  gap: 40px 25px;
}
.flex_7 .son {
  width: calc(100% / 4 - 25px * (4 - 1) / 4);
}
.flex_7 a {
  display: block;
}
.flex_7 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 58%;
  border-radius: 7px;
}
.flex_7 .img:hover img {
  transform: scale(1.05);
}
.flex_7 .txt {
  padding-top: 20px;
  text-align: center;
}
.flex_7 .txt h3 {
  font-weight: normal;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  padding-bottom: 10px;
  position: relative;
}
.flex_7 .txt h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 30px;
  height: 1px;
  background-color: #9b9fa0;
}

.flex_8 {
  gap: 30px 0;
}
.flex_8 .son {
  width: calc(100% / 4 - 0px * (4 - 1) / 4);
  padding: 0 20px;
}
.flex_8 .img {
  display: block;
  font-size: 0;
  margin: 0 auto;
  width: 160px;
  height: 160px;
}
.flex_8 img {
  width: 100%;
  height: 100%;
}
.flex_8 .txt {
  margin-top: 20px;
  text-align: center;
}
.flex_8 .txt h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.flex_8 .txt p {
  line-height: 1.5;
}

.flex_9 {
  gap: 55px 0;
}
.flex_9 .son {
  width: 100%;
  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: 70px;
}
.flex_9 .img {
  flex-shrink: 0;
  width: 40%;
  font-size: 0;
  overflow: hidden;
  border-radius: 7px;
}
.flex_9 .img:hover img {
  transform: scale(1.05);
}
.flex_9 img {
  width: 100%;
  transition: all 0.5s ease;
}
.flex_9 .txt {
  margin-left: 70px;
  flex-grow: 1;
}
.flex_9 .h3 {
  position: relative;
  line-height: 66px;
  font-size: 24px;
  font-weight: normal;
  display: flex;
}
.flex_9 i {
  flex-shrink: 0;
  margin-right: 20px;
  font-style: normal;
  border-radius: 7px;
  width: 74px;
  height: 66px;
  color: #fff;
  background-color: var(--color);
  text-align: center;
}
.flex_9 .con {
  margin-top: 50px;
}

.flex_10 {
  align-items: center;
}
.flex_10 .img {
  margin-right: auto;
  width: 25%;
  font-size: 0;
  overflow: hidden;
  border-radius: 7px;
}
.flex_10 .img:hover img {
  transform: scale(1.05);
}
.flex_10 img {
  width: 100%;
  transition: all 0.5s ease;
}
.flex_10 .txt {
  margin-left: auto;
  width: 70%;
}
.flex_10 h3 {
  font-size: 18px;
  font-weight: 400;
  transition: all 0.5s;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.flex_10 h3:hover {
  color: var(--color);
}
.flex_10 p {
  margin: 20px 0 25px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.flex_10 span {
  position: relative;
  padding-left: 20px;
}
.flex_10 span i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.section1 .flex_1:nth-child(2n) {
  flex-direction: row-reverse;
}

.section3 {
  background-image: url("../image/bj2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0;
}
.section3 .txt {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.section3 .txt h2 {
  color: var(--color);
  font-size: 32px;
}
.section3 form {
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.section3 form label {
  width: calc(100% / 2 - 24px * (2 - 1) / 2);
}
.section3 form label.message {
  width: 100%;
}
.section3 form span {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
}
.section3 form span.error {
  color: rgb(223, 49, 49);
  margin-bottom: 0px;
  margin-top: 10px;
  line-height: 1;
  display: flex;
  gap: 5px;
  display: none;
}
.section3 form input,
.section3 form textarea {
  width: 100%;
  height: 40px;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.section3 form input:focus,
.section3 form textarea:focus {
  border: 1px solid var(--color);
}
.section3 form textarea {
  height: 100px;
}
.section3 form input[type=submit] {
  background-color: var(--color);
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.section3 form input[type=submit]:hover {
  background-color: #fff;
  color: var(--color);
}
.section3 form button {
  width: 100%;
  line-height: 40px;
  text-align: center;
  background-color: var(--color);
  color: #fff;
  font-size: 16px;
  border-radius: 40px;
  font-weight: bold;
}

.section4 {
  padding: 70px 0;
}
.section4 .box {
  padding-top: 70px;
  border-top: 1px solid rgb(198, 198, 198);
}
.section4 .box:nth-child(1) {
  padding-top: 0;
  border-top: none;
}

.section5 {
  padding: 70px 0;
  background-color: rgb(247, 247, 247);
}
.section5 h2 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 25px;
}

.section6 {
  padding: 70px 0;
}
.section6 .flex {
  align-items: center;
}
.section6 .l {
  flex-grow: 1;
  width: calc(60% - 100px);
}
.section6 .title {
  margin-bottom: 30px;
  display: flex;
}
.section6 .title h2 {
  padding-bottom: 23px;
  font-size: 36px;
  line-height: 1;
  position: relative;
  font-weight: normal;
}
.section6 .title h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #333;
}
.section6 .r {
  width: 40%;
  margin-left: 100px;
}

.section7 {
  padding: 70px 0;
}
.section7 .img {
  width: 80%;
  font-size: 0;
}
.section7 .txt {
  float: right;
  width: 85%;
  background-color: #7d7d7d;
  position: relative;
  z-index: 2;
  margin-top: -12.71429%;
  padding-left: 47px;
  padding-right: 36px;
  padding-top: 44px;
  padding-bottom: 80px;
}
.section7 .con {
  color: #fff;
}

.section8 {
  padding: 70px 0;
  border-top: 4px solid #e5e5e5;
}
.section8 .title {
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 50px;
}
.section8 p {
  margin-top: 20px;
  text-align: center;
}
.section8 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.section8 .next_2::after,
.section8 .prev_2::after {
  display: none;
}
.section8 .next_2 i,
.section8 .prev_2 i {
  color: #fff;
  font-size: 24px;
}

.section9 {
  padding: 70px 0;
}
.section9 .title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
}
.section9 .box {
  padding: 0 60px;
  position: relative;
}
.section9 .mySwiper1 .swiper-slide {
  position: relative;
}
.section9 .mySwiper1 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.section9 .mySwiper1 p {
  text-align: center;
  height: 36px;
  line-height: 36px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.section9 .mySwiper2 {
  margin-top: 40px;
}
.section9 .mySwiper2 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66.6666666667%;
  border: 1px solid #ccc;
}
.section9 .mySwiper2 img {
  padding: 4px;
  object-fit: cover;
}
.section9 .mySwiper2 .swiper-slide-thumb-active .img {
  border: 1px solid var(--color);
}
.section9 .next1,
.section9 .prev1 {
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
}
.section9 .next1::after,
.section9 .prev1::after {
  display: none;
}
.section9 .next1 i,
.section9 .prev1 i {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: 1px solid #ccc;
  font-size: 20px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section9 .next1:hover i,
.section9 .prev1:hover i {
  border: 1px solid var(--color);
  background-color: var(--color);
  color: #fff;
}
.section9 .next1 {
  right: 0;
}
.section9 .prev1 {
  left: 0;
}
.section9 .con {
  margin-top: 40px;
}

.section10 {
  padding: 70px 0;
}

.section11 {
  background-color: #f6f6f6;
  padding: 70px 0;
}
.section11 .box {
  margin-top: 60px;
}
.section11 .box:nth-child(1) {
  margin-top: 0;
}
.section11 .title {
  position: relative;
  margin-bottom: 65px;
  padding-bottom: 25px;
  border-bottom: 1px solid #bfbfbf;
  display: flex;
  justify-content: space-between;
}
.section11 .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 170px;
  height: 5px;
  background-color: var(--color);
}
.section11 .title h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: normal;
}
.section11 .title a {
  padding: 0 20px;
  font-size: 13px;
  border-radius: 50px;
  background-color: var(--color);
  color: #fff;
  display: flex;
  align-items: center;
}

.section12 {
  background-color: #f6f6f6;
  padding: 70px 0;
}
.section13 {
  background-color: #f6f6f6;
  padding: 70px 0;
}
.section14 {
  background-color: #eee;
  padding: 70px 0;
}
.section14 .title {
  margin-bottom: 0px;
}
.section14 .title h3 {
  background-color: transparent;
}
.section14 .p {
  margin-top: 20px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 795px;
  text-align: center;
  line-height: 30px;
}

.section15 {
  padding: 70px 0;
  background-color: #f6f6f6;
}
.section15 .box .con {
  margin-bottom: 90px;
}
.section15 .swiper_box {
  position: relative;
  margin-bottom: 90px;
  padding: 0 75px;
}
.section15 .swiper_box a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  border-radius: 7px;
}
.section15 .swiper_box a:hover img {
  transform: scale(1.05);
}
.section15 .swiper_box p {
  margin-top: 15px;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section15 .swiper_box .next_1,
.section15 .swiper_box .prev_1 {
  width: 45px;
  height: 45px;
}
.section15 .swiper_box .next_1::after,
.section15 .swiper_box .prev_1::after {
  display: none;
}
.section15 .swiper_box .next_1 i,
.section15 .swiper_box .prev_1 i {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--color);
  color: var(--color);
  font-size: 20px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section15 .swiper_box .next_1 i:hover,
.section15 .swiper_box .prev_1 i:hover {
  background-color: var(--color);
  color: #fff;
}
.section15 .swiper_box .next_1 {
  right: 0;
}
.section15 .swiper_box .prev_1 {
  left: 0;
}
.section15 .flex_9 {
  margin-bottom: 70px;
}

.section16 {
  padding: 70px 0;
}
.section16 .box {
  position: relative;
  padding: 30px 0;
}
.section16 .box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #f3f4f8;
  transition: all 1s ease;
  z-index: -1;
}
.section16 .box:hover::after {
  left: 0;
  width: 100%;
}

.info1 {
  padding: 70px 0;
}
.info1 .top {
  display: flex;
  flex-wrap: wrap;
}
.info1 .top .swiper_box {
  width: 35%;
  margin-right: auto;
}
.info1 .top .mySwiper1 {
  border: 1px solid #ccc;
}
.info1 .top .mySwiper1 .prev1,
.info1 .top .mySwiper1 .next1 {
  width: 40px;
  height: 40px;
}
.info1 .top .mySwiper1 .prev1::after,
.info1 .top .mySwiper1 .next1::after {
  display: none;
}
.info1 .top .mySwiper1 .prev1 i,
.info1 .top .mySwiper1 .next1 i {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--color);
  color: var(--color);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info1 .top .mySwiper1 .prev1 i:hover,
.info1 .top .mySwiper1 .next1 i:hover {
  background-color: var(--color);
  color: #fff;
}
.info1 .top .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 71%;
}
.info1 .top .mySwiper2 {
  margin-top: 20px;
}
.info1 .top .mySwiper2 .img {
  border: 2px solid #ccc;
}
.info1 .top .mySwiper2 .swiper-slide-thumb-active .img {
  border: 2px solid var(--color);
}
.info1 .top .txt {
  width: 60%;
  margin-left: auto;
}
.info1 .top .txt h1 {
  font-size: 26px;
  font-weight: normal;
}
.info1 .top .con {
  margin-top: 30px;
}
.info1 .top .but {
  margin-top: 30px;
  display: flex;
  gap: 30px;
}
.info1 .top .but a:hover {
  color: #fff;
  background-color: var(--color);
  border-color: var(--color);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
}
.info1 .bottom {
  margin-top: 70px;
}
.info1 .bottom .tab {
  width: 100%;
  border-bottom: 3px solid var(--color);
  margin-bottom: 40px;
  display: flex;
}
.info1 .bottom .tab a {
  padding: 0 30px;
  line-height: 50px;
  font-size: 16px;
  border-radius: 7px 7px 0 0;
}
.info1 .bottom .tab a.on {
  background-color: var(--color);
  color: #fff;
}
.info1 .bottom .tab_box {
  margin-bottom: 70px;
}
.info1 .bottom .tab_box .box {
  display: none;
}
.info1 .bottom .tab_box .box.on {
  display: block;
}
.info1 .bottom .h3 {
  font-size: 20px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
  position: relative;
}
.info1 .bottom .h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 230px;
  height: 5px;
  background-color: var(--color);
}

.info2 {
  padding: 70px 0;
}
.info2 .l {
  padding-right: 40px;
  width: 70%;
}
.info2 .l .tit {
  margin-bottom: 30px;
}
.info2 .l .tit h1 {
  font-size: 26px;
  line-height: 35px;
  font-weight: normal;
}
.info2 .l .icon {
  margin-top: 10px;
  display: flex;
  gap: 20px;
}
.info2 .l .icon p {
  display: flex;
  align-items: center;
  gap: 5px;
}
.info2 .l .icon span {
  line-height: 32px;
}
.info2 .r {
  width: 30%;
  flex-shrink: 0;
  padding-left: 40px;
  border-left: 1px solid #e5e5e5;
}
.info2 .r .sti {
  position: sticky;
  top: 100px;
}
.info2 .r h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.info2 .r li {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.info2 .r li:nth-child(1) {
  padding-top: 0;
}
.info2 .r a {
  display: flex;
  align-items: center;
}
.info2 .r .box {
  width: 45%;
  flex-shrink: 0;
}
.info2 .r .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66.6666666667%;
  flex-shrink: 0;
  border-radius: 5px;
  font-size: 0;
}
.info2 .r img {
  transition: all 0.8s ease;
}
.info2 .r .txt {
  flex-grow: 1;
  padding-left: 15px;
}
.info2 .r .date {
  display: flex;
  align-items: center;
}
.info2 .r .date i {
  margin-right: 5px;
  font-size: 14px;
  line-height: 16px;
}
.info2 .r .date span {
  line-height: 16px;
  font-size: 12px;
}
.info2 .r h2 {
  margin-top: 10px;
  font-size: 16px;
  transition: all 0.8s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*# sourceMappingURL=index.css.map */
