.flex_19 img, .flex_18 img, .flex_17 img, .flex_16 .box_con2 .flex img, .flex_14 img, .flex_12 .img img, .flex_8 img, .flex_7 img, .flex_6 img, .flex_4 img, .flex_2 img, .flex_1 img, .mySwiper_3 img, #banner_2 img, #banner_1 .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:root {
  --color: #2b7e4d;
  --nav_height: 90px;
}

@font-face {
  font-family: "BankGothic";
  src: url("../font/BankGothic.ttf");
}
@font-face {
  font-family: "HELVETICA-CONTH";
  src: url("../font/HelveticaCondensed.ttf");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../font/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2");
}
@font-face {
  font-family: "Roboto";
  src: url("../font/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2");
}
@media (max-width: 1920px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 640px) and (max-width: 1399px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 471px) and (max-width: 639px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 329px) and (max-width: 470px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 328px) {
  html {
    font-size: 12px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #333;
  font-family: "Roboto";
  font-size: 17px;
}
@media (max-width: 768px) {
  body {
    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: 30px;
}

.clear {
  clear: both;
}

.bx {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
}

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

#logo {
  height: 100%;
  display: flex;
  align-items: center;
}
#logo img {
  height: 65%;
}
#logo p {
  font-size: 20px;
  margin-left: 10px;
  font-weight: bold;
}

#nav {
  font-size: 15px;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  #nav {
    flex-direction: column;
    gap: 0;
    height: 100%;
    position: fixed;
    top: var(--nav_height);
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 0;
    overflow: hidden;
    overflow-y: auto;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.3s;
  }
  #nav.on {
    width: 100%;
    opacity: 1;
  }
}
#nav li {
  position: relative;
}
#nav li.menu_item {
  display: none;
}
@media (max-width: 768px) {
  #nav li.menu_item {
    flex-grow: 1;
    display: block;
  }
}
#nav .title {
  line-height: var(--nav_height);
  display: block;
  font-size: 17px;
}
@media (max-width: 768px) {
  #nav .title {
    line-height: 45px;
    margin-right: auto;
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
  }
}
#nav .sub {
  display: none;
  min-width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#nav .ul {
  padding: 5px 0;
  min-width: 100%;
  background-color: var(--color);
}
#nav .ul::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent var(--color) transparent;
}
#nav .ul a {
  white-space: nowrap;
  padding: 0 20px;
  line-height: 35px;
}

#banner_1 {
  height: 100vh;
}
#banner_1 .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#banner_1 .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  object-fit: cover;
  position: absolute;
}
#banner_1 .bx {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#banner_1 .on h3,
#banner_1 .on h4,
#banner_1 .on h5 {
  transform: translateY(0px);
  opacity: 1;
}
#banner_1 h3,
#banner_1 h4,
#banner_1 h5 {
  font-weight: normal;
  transform: translateY(50px);
  opacity: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#banner_1 h3 {
  font-family: "BankGothic";
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 768px) {
  #banner_1 h3 {
    text-align: center;
    font-size: 36px;
  }
}
#banner_1 h4 {
  font-size: 36px;
  color: #fff;
  margin: 24px 0 28px;
  letter-spacing: 8px;
  transition-delay: 0.36s;
}
@media (max-width: 768px) {
  #banner_1 h4 {
    text-align: center;
    font-size: 24px;
  }
}
#banner_1 h5 {
  font-size: 18px;
  color: #fff;
  letter-spacing: 18px;
  transition-delay: 0.72s;
}

#banner_2 {
  position: relative;
  min-height: 300px;
  height: 100%;
  display: flex;
}
@media (max-width: 768px) {
  #banner_2 {
    height: auto;
  }
}
#banner_2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
#banner_2 .bx {
  padding-top: var(--nav_height);
  color: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner_2 h2 {
  font-size: 36px;
}
@media (max-width: 768px) {
  #banner_2 h2 {
    font-size: 24px;
  }
}

#banner_3 {
  position: relative;
  height: 600px;
  background: url("../image/bj11.png") no-repeat 100% 110%/550px 405px, #fdd35c url("../image/bj12.png") repeat-x center bottom/300px 55px;
}
#banner_3 .bx {
  position: relative;
  height: 100%;
  width: 990px;
}
@media (max-width: 768px) {
  #banner_3 .bx {
    width: 100%;
  }
}
#banner_3 img {
  position: absolute;
  z-index: 1;
}
#banner_3 .img1 {
  top: 115px;
  left: 0;
  width: 589px;
}
@media (max-width: 768px) {
  #banner_3 .img1 {
    padding: 60px 0 15px;
    position: relative;
    top: 0;
  }
}
#banner_3 .img2 {
  right: 5px;
  top: 72px;
  width: 451px;
}
@media (max-width: 768px) {
  #banner_3 .img2 {
    display: none;
  }
}
#banner_3 .txt {
  position: absolute;
  width: 670px;
  left: 10px;
  bottom: 125px;
  color: #412407;
  z-index: 10;
}
@media (max-width: 768px) {
  #banner_3 .txt {
    width: 100%;
    position: relative;
    bottom: auto;
    left: 0;
  }
}
#banner_3 .txt p {
  line-height: 1.5;
  font-size: 16px;
}
#banner_3 .txt ul {
  font-size: 12px;
  margin: 12px 0;
  line-height: 1.5;
}

#banner_4 {
  max-height: 100vh;
  overflow: hidden;
  font-size: 0;
  position: relative;
}
#banner_4 img {
  width: 100%;
}
@media (max-width: 768px) {
  #banner_4 img {
    height: 100%;
  }
}
#banner_4 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner_4 .bx {
  width: 990px;
  font-size: 26px;
}
#banner_4 .con {
  color: #fff;
}
#banner_4 .con p {
  line-height: 2;
}

#banner_5 {
  max-height: 100vh;
  overflow: hidden;
  font-size: 0;
  position: relative;
}
#banner_5 img {
  width: 100%;
}
#banner_5 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner_5 .bx h2 {
  font-size: 36px;
  text-align: center;
  color: #fff;
}

#banner_6 {
  font-size: 0;
}
#banner_6 img {
  width: 100%;
}

#mbx_1 {
  height: 50px;
}
#mbx_1 .bx {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #mbx_1 .bx {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 50px;
  }
}
#mbx_1 span {
  margin: 0 10px;
}
#mbx_1 .on {
  color: var(--color);
  font-weight: bold;
}

.title_1 {
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .title_1 {
    margin-bottom: 2rem;
  }
}
.title_1 h3 {
  font-weight: normal;
  font-size: 28px;
  color: #424242;
  margin-bottom: 8px;
}
.title_1 h5 {
  font-weight: normal;
  font-size: 15px;
  color: #aeaeae;
  font-family: "HELVETICA-CONTH";
  transform: scaleX(1);
}

.title_2 h3 {
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .title_2 h3 {
    font-size: 24px;
  }
}
.title_2 h5 {
  font-size: 14px;
  color: var(--color);
  display: flex;
  align-items: center;
  gap: 5px;
}
.title_2 h5::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: var(--color);
}

.tab_1 {
  justify-content: center;
  gap: 2.75rem;
  width: 100%;
  margin-bottom: 4.375rem;
}
.tab_1 h5 {
  font-weight: normal;
  font-size: 15px;
  color: var(--color);
  position: relative;
  padding-bottom: 15px;
  cursor: pointer;
}
.tab_1 h5::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  transition: 0.6s;
}
.tab_1 h5:hover::before, .tab_1 h5.on::before {
  width: 100%;
  left: 0;
}

.tab_1_box .more {
  text-align: center;
}
.tab_1_box a {
  display: inline-block;
  color: #909090;
  text-transform: uppercase;
  position: relative;
  transition: all 0.5s ease;
}
.tab_1_box a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: #f8f8f8;
  left: 50%;
  margin-left: 0;
  bottom: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

header {
  width: 100%;
  height: var(--nav_height);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  color: #fff;
}
header::after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  header::after {
    background-color: rgb(78, 71, 67);
  }
}
header.on::after {
  background-color: rgb(78, 71, 67);
}

footer {
  background-image: url("../image/bj3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 99;
  background-color: #fff;
}
footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.header {
  position: relative;
  z-index: 100;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.header .tel {
  font-size: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header .tel {
    display: none;
  }
}
.header .tel i {
  font-size: 24px;
  margin-right: 10px;
}
.header .ewm {
  height: 70px;
  margin: auto 0;
}
.header .ewm img {
  width: 100%;
}
@media (max-width: 768px) {
  .header .ewm {
    display: none;
  }
}
.header .menu {
  display: none;
}
@media (max-width: 768px) {
  .header .menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header .menu i {
  font-size: 24px;
}

.footer {
  padding-top: 55px;
  padding-bottom: 55px;
  background-repeat: no-repeat;
  background-position: center top;
  color: #fff;
  min-height: 770px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer {
    min-height: auto;
  }
}
.footer .link {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .footer .nav {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .footer .nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
  }
}
.footer .nav li {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 768px) {
  .footer .nav li {
    width: calc(100% / 3 - 15px * (3 - 1) / 3);
  }
}
.footer .nav li::before {
  font-size: 16px;
  content: ">";
  margin-right: 5px;
}
.footer .contact {
  max-width: 390px;
  text-align: right;
}
@media (max-width: 768px) {
  .footer .contact {
    text-align: left;
  }
}
.footer .contact .logo {
  margin-bottom: 16px;
}
.footer .contact .logo a {
  display: block;
  height: 50px;
}
.footer .contact .txt {
  margin-bottom: 25px;
}
.footer .contact .txt p {
  line-height: 2;
  letter-spacing: 0.7px;
}
.footer .contact .icon {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 25px;
}

.footer_bottom {
  background-color: #fff;
  font-size: 0.75em;
  line-height: 2;
  text-align: center;
  padding: 20px 0px;
  display: block;
  position: relative;
  z-index: 1;
}

.pagetop {
  position: fixed;
  z-index: 1000;
  bottom: 100px;
  right: 30px;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .pagetop {
    bottom: 20px;
    right: 20px;
  }
}
.pagetop i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  display: block;
  transform: rotate(-90deg);
}
@media (max-width: 768px) {
  .pagetop i {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.mySwiper_1 {
  position: fixed;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  top: 0;
  z-index: 0;
}
.mySwiper_1 .swiper-slide {
  position: relative;
}
.mySwiper_1 .pagination_1 {
  bottom: 65px;
}
.mySwiper_1 .pagination_1 span {
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.mySwiper_2 {
  height: 90px;
  display: flex;
}
.mySwiper_2 .next_2,
.mySwiper_2 .prev_2 {
  flex-shrink: 0;
  margin: 0;
  position: relative;
  top: auto;
  height: 90px;
  width: 90px;
}
.mySwiper_2 .next_2::after,
.mySwiper_2 .prev_2::after {
  display: none;
}
.mySwiper_2 .next_2 i,
.mySwiper_2 .prev_2 i {
  width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 50%;
  color: var(--color);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mySwiper_2 .next_2 {
  right: 0;
}
.mySwiper_2 .prev_2 {
  left: 0;
}

.mySwiper_3 {
  margin-bottom: 30px;
  padding: 0 100px;
  position: relative;
}
@media (max-width: 768px) {
  .mySwiper_3 {
    padding: 0px;
  }
}
.mySwiper_3 .swiper-wrapper {
  height: auto;
}
.mySwiper_3 .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 64.25%;
}
.mySwiper_3 .prev_3::after,
.mySwiper_3 .next_3::after {
  display: none;
}
.mySwiper_3 .prev_3 i,
.mySwiper_3 .next_3 i {
  font-size: 30px;
  color: var(--color);
}

.flex_1 {
  gap: 35px 20px;
}
@media (max-width: 768px) {
  .flex_1 {
    gap: 15px;
  }
}
.flex_1 .son {
  width: calc(100% / 4 - 20px * (4 - 1) / 4);
}
@media (max-width: 768px) {
  .flex_1 .son {
    width: calc(100% / 2 - 15px * (2 - 1) / 2);
  }
}
.flex_1 a {
  display: block;
  width: 100%;
}
.flex_1 a:hover img {
  transform: scale(1.05);
}
.flex_1 a:hover .mask {
  opacity: 1;
}
.flex_1 .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  border-radius: 7px;
}
.flex_1 img {
  transition: all 0.8s ease;
}
.flex_1 .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  display: flex;
  align-items: center;
}
.flex_1 .mask::after {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flex_1 .mask::before {
  content: "";
  width: 2px;
  height: 24px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flex_1 .txt h3 {
  font-weight: normal;
  font-size: 20px;
  line-height: 36px;
  color: var(--color);
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.flex_1 .txt p {
  margin-top: 8px;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.flex_2 {
  gap: 40px 20px;
}
.flex_2 .son {
  width: calc(100% / 4 - 20px * (4 - 1) / 4);
}
.flex_2 a {
  background-color: #fff;
  display: block;
  height: 100%;
  transition: all 0.8s ease;
}
.flex_2 a:hover {
  box-shadow: 0px 0px 25px 0px rgba(29, 50, 149, 0.15);
}
.flex_2 a:hover .company {
  height: 100%;
  background-color: rgba(78, 71, 67, 0.6);
}
.flex_2 .box {
  position: relative;
}
.flex_2 .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 64.25%;
}
.flex_2 .company {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: var(--color);
  color: #fff;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex_2 .txt {
  padding: 15px;
}
.flex_2 .txt p {
  margin-bottom: 6px;
  line-height: 2;
}
.flex_2 .txt h3 {
  line-height: 1.6;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.flex_3 {
  gap: 0 9.25rem;
}
.flex_3 .son {
  width: calc(100% / 3 - 9.25rem * (3 - 1) / 3);
  position: relative;
  margin-bottom: 32px;
}
.flex_3 .son:hover::before {
  transform: translateX(15px) translateY(-15px);
}
.flex_3 .son:hover a {
  background-color: var(--color);
}
.flex_3 .son:hover a::before {
  border-left: transparent 12px solid;
  border-right: transparent 12px solid;
  left: 36px;
}
.flex_3 .son:hover h6,
.flex_3 .son:hover p {
  color: #a1a1a1;
}
.flex_3 .son:hover h5 {
  color: #fff;
}
.flex_3 .son::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: #dddddd 1px solid;
  border-radius: 3px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.flex_3 a {
  width: 100%;
  display: block;
  border-radius: 3px;
  background: #d1d2d3;
  position: relative;
  padding: 2.25rem 2.5rem;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.flex_3 a::before {
  content: "";
  position: absolute;
  border-left: transparent 0 solid;
  border-right: transparent 0 solid;
  border-top: #636363 10px solid;
  bottom: -10px;
  left: 48px;
  transition: 1.2s ease;
}
.flex_3 h6 {
  font-size: 18px;
  color: #766f6f;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  font-weight: normal;
}
.flex_3 h5 {
  font-size: 16px;
  color: #424242;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 1.45rem 0 1.25rem;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.flex_3 p {
  line-height: 24px;
  color: #8b8c8d;
  height: 72px;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.flex_4 {
  gap: 30px 20px;
  width: 100%;
}
.flex_4 .son {
  width: calc(100% / 5 - 20px * (5 - 1) / 5);
  display: block;
}
.flex_4 .son:hover img {
  transform: scale(1.05);
}
.flex_4 .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 55%;
}
.flex_4 img {
  transition: all 0.5s ease;
}
.flex_4 i {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex_5 {
  gap: 20px;
}
.flex_5 .son {
  width: 100%;
  max-height: 415px;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
}
.flex_5 .son:nth-child(2n) {
  flex-direction: row-reverse;
}
.flex_5 .son:hover .img::after {
  height: 200%;
  background-color: transparent;
}
.flex_5 .son:hover .img img {
  transform: scale(1.05);
}
.flex_5 .txt {
  width: 32.8%;
  padding: 2.625rem;
  background: #ece2df;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flex_5 .txt .h2 {
  background-color: var(--color);
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 20px;
  width: 100%;
  line-height: 1.8;
  margin-bottom: 1.125rem;
}
.flex_5 .txt .h3 {
  font-size: 1.375rem;
  color: #3d3d3d;
  margin-bottom: 1.125rem;
  transition: 0.7s;
  font-weight: bold;
}
.flex_5 .img {
  flex-grow: 1;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.flex_5 .img::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  transition: all 600ms linear;
  background-color: rgba(236, 226, 223, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.flex_5 .img img {
  position: relative;
  z-index: -1;
  width: 100%;
  transition: all 0.8s ease;
}

.flex_6 {
  gap: 2.5rem 2.375rem;
}
@media (max-width: 768px) {
  .flex_6 {
    gap: 1rem 7.5px;
  }
}
.flex_6 .son {
  width: calc(100% / 3 - 2.375rem * (3 - 1) / 3);
}
@media (max-width: 768px) {
  .flex_6 .son {
    width: calc(100% / 2 - 7.5px * (2 - 1) / 2);
  }
}
.flex_6 a {
  display: block;
  width: 100%;
}
.flex_6 a:hover img {
  transform: scale(1.05);
}
.flex_6 .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  border-radius: 7px;
}
.flex_6 img {
  transition: all 0.8s ease;
}
.flex_6 .txt p {
  color: var(--color);
  line-height: 1.6;
  margin-top: 10px;
}
.flex_6 .txt p::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--color);
  margin-right: 5px;
}
.flex_6 .txt h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color);
  margin-top: 10px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.flex_7 {
  gap: 30px;
}
.flex_7 .son {
  width: calc(100% / 3 - 30px * (3 - 1) / 3);
}
@media (max-width: 768px) {
  .flex_7 .son {
    width: 100%;
  }
}
.flex_7 a {
  display: block;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
.flex_7 a:hover img {
  transform: scale(1.05);
}
.flex_7 a:hover .txt {
  opacity: 1;
}
.flex_7 .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.flex_7 img {
  transition: all 0.8s ease;
}
.flex_7 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.8s ease;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex_7 h3 {
  color: #fff;
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  line-height: 2;
}

.flex_8 {
  gap: 30px;
}
.flex_8 .son {
  width: calc(100% / 2 - 30px * (2 - 1) / 2);
}
@media (max-width: 768px) {
  .flex_8 .son {
    width: 100%;
  }
}
.flex_8 a {
  display: block;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
.flex_8 a:hover img {
  transform: scale(1.05);
}
.flex_8 .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66.6666666667%;
  object-fit: fill;
}
.flex_8 img {
  transition: all 0.8s ease;
}

.flex_9 {
  align-items: center;
  gap: 60px;
}
@media (max-width: 768px) {
  .flex_9 {
    gap: 30px;
  }
}
.flex_9 .son {
  width: calc(100% / 2 - 60px * (2 - 1) / 2);
}
@media (max-width: 768px) {
  .flex_9 .son {
    width: 100%;
  }
}
.flex_9 .img {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
  border-radius: 10px;
  overflow: hidden;
}
.flex_9 img {
  width: 100%;
  height: 100%;
}
.flex_9 .txt {
  width: 100%;
  border-radius: 7px;
}
.flex_9 .txt h2 {
  font-size: 22px;
  color: #121212;
}
.flex_9 .txt .con {
  margin-top: 20px;
}

.flex_10 {
  align-items: center;
  gap: 80px;
}
@media (max-width: 768px) {
  .flex_10 {
    gap: 30px;
  }
}
.flex_10 .son {
  width: calc(100% / 2 - 80px * (2 - 1) / 2);
}
@media (max-width: 768px) {
  .flex_10 .son {
    width: 100%;
  }
}
.flex_10 .txt h2 {
  font-size: 28px;
  color: var(--color);
}
@media (max-width: 768px) {
  .flex_10 .txt h2 {
    font-size: 20px;
  }
}
.flex_10 .txt .con {
  margin-top: 20px;
}
.flex_10 .txt .more {
  margin-top: 20px;
  display: flex;
}
.flex_10 .txt .more a {
  padding: 10px 20px;
  line-height: 1;
  color: #fff;
  background-color: var(--color);
  border-radius: 50px;
}

.flex_11 {
  gap: 50px;
}
@media (max-width: 768px) {
  .flex_11 {
    gap: 30px;
  }
}
.flex_11 .son {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 768px) {
  .flex_11 .son {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.flex_11 .son:nth-child(2n) {
  flex-direction: row-reverse;
}
.flex_11 .txt {
  width: calc(100% / 2 - 60px * (2 - 1) / 2);
}
@media (max-width: 768px) {
  .flex_11 .txt {
    width: 100%;
  }
}
.flex_11 .txt h4 {
  font-size: 22px;
}
@media (max-width: 768px) {
  .flex_11 .txt h4 {
    font-size: 18px;
  }
}
.flex_11 .txt p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
}
.flex_11 .img {
  width: calc(100% / 2 - 60px * (2 - 1) / 2);
  font-size: 0;
  overflow: hidden;
  border-radius: 7px;
}
@media (max-width: 768px) {
  .flex_11 .img {
    width: 100%;
  }
}

.flex_12 {
  gap: 60px;
}
@media (max-width: 768px) {
  .flex_12 {
    gap: 0;
  }
}
.flex_12 .son {
  width: calc(100% / 2 - 60px * (2 - 1) / 2);
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .flex_12 .son {
    width: 100%;
  }
}
.flex_12 h2 {
  margin-bottom: 15px;
  font-size: 18px;
}
.flex_12 .con {
  margin-bottom: auto;
}
.flex_12 .con p {
  line-height: 1.5;
  font-size: 15px;
}
.flex_12 .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66.6666666667%;
  margin-top: 15px;
}
.flex_12 span {
  margin: 5px 0;
  font-size: 12px;
}

.flex_13 {
  gap: 60px;
}
@media (max-width: 768px) {
  .flex_13 {
    gap: 30px;
  }
}
.flex_13 .son {
  width: calc(100% / 2 - 60px * (2 - 1) / 2);
  border: 2px solid #001976;
  border-radius: 7px;
  padding: 20px;
  transition: all 0.6s ease;
  background-color: #fff;
}
@media (max-width: 768px) {
  .flex_13 .son {
    width: 100%;
  }
}
.flex_13 .son:hover {
  transform: translateY(-5px);
}

.flex_14 {
  gap: 60px;
}
@media (max-width: 768px) {
  .flex_14 {
    gap: 30px;
  }
}
.flex_14 .son {
  width: calc(100% / 2 - 60px * (2 - 1) / 2);
}
@media (max-width: 768px) {
  .flex_14 .son {
    width: 100%;
  }
}
.flex_14 a {
  display: block;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
.flex_14 a:hover img {
  transform: scale(1.05);
}
.flex_14 .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.flex_14 img {
  transition: all 0.8s ease;
}
.flex_14 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.8s ease;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex_14 .txt h3 {
  color: #fff;
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  line-height: 2;
}

.flex_15 {
  gap: 40px;
}
@media (max-width: 768px) {
  .flex_15 {
    gap: 20px;
  }
}
.flex_15 .son {
  padding-top: 40px;
  border-top: 1px solid #828cbf;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .flex_15 .son {
    flex-wrap: wrap;
    padding-top: 20px;
    gap: 20px;
  }
}
.flex_15 .son:nth-child(2n) {
  flex-direction: row-reverse;
}
.flex_15 .img {
  width: 30%;
  flex-shrink: 0;
  height: 100%;
  font-size: 0;
}
@media (max-width: 768px) {
  .flex_15 .img {
    width: 100%;
    height: auto;
  }
}
.flex_15 .img img {
  height: 100%;
}
@media (max-width: 768px) {
  .flex_15 .img img {
    width: 100%;
    height: auto;
  }
}
.flex_15 .txt {
  width: calc(70% - 30px);
}
@media (max-width: 768px) {
  .flex_15 .txt {
    width: 100%;
  }
}

.flex_16 {
  gap: 50px;
}
.flex_16 .son {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.flex_16 .box_1 {
  width: 100%;
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .flex_16 .box_1 {
    flex-wrap: wrap;
  }
}
.flex_16 .txt {
  flex-grow: 1;
}
.flex_16 .txt h3 {
  font-size: 36px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .flex_16 .txt h3 {
    font-size: 24px;
  }
}
.flex_16 .txt ul {
  display: flex;
  gap: 5px;
}
.flex_16 .txt ul li {
  padding: 0 20px;
  border-radius: 25px;
  border: 2px solid #333;
  line-height: 25px;
}
.flex_16 .txt .p {
  margin: 50px 0 15px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .flex_16 .txt .p {
    margin: 30px 0 15px;
    font-size: 18px;
  }
}
.flex_16 .img {
  flex-shrink: 0;
  width: 280px;
  font-size: 0;
}
@media (max-width: 768px) {
  .flex_16 .img {
    width: 100%;
  }
}
.flex_16 .img img {
  width: 100%;
}
.flex_16 .box_con {
  width: 100%;
}
.flex_16 .box_con .h3 {
  width: 100%;
  margin-bottom: 30px;
  font-size: 28px;
  text-align: center;
}
.flex_16 .box_con .h3 span {
  padding-bottom: 2px;
  border-bottom: 2px solid #6fba2c;
}
.flex_16 .box_con .h4 {
  margin-bottom: 12px;
  font-size: 22px;
}
.flex_16 .box_con .h4 span {
  display: block;
  font-size: 18px;
}
.flex_16 .box_con .flex .con:nth-child(1),
.flex_16 .box_con .flex .con:nth-child(2),
.flex_16 .box_con .flex .con:nth-child(3) {
  border-top: none;
}
@media (max-width: 768px) {
  .flex_16 .box_con .flex .con:nth-child(1),
  .flex_16 .box_con .flex .con:nth-child(2),
  .flex_16 .box_con .flex .con:nth-child(3) {
    border-top: 1px solid var(--color);
  }
}
.flex_16 .box_con .flex .con:nth-child(3n+1) {
  border-left: none;
  padding-left: 0;
}
.flex_16 .box_con .flex .con:nth-child(3n+3) {
  padding-right: 0;
}
.flex_16 .box_con .flex .con.on {
  border-left: none;
}
@media (max-width: 768px) {
  .flex_16 .box_con .flex .con.on {
    border-top: none;
  }
}
.flex_16 .box_con .con {
  width: 33.3333333333%;
  padding: 20px;
  border-top: 1px solid var(--color);
  border-left: 1px solid var(--color);
  font-size: 15px;
}
@media (max-width: 768px) {
  .flex_16 .box_con .con {
    width: 100% !important;
    border-left: none;
    padding: 20px 0;
  }
}
.flex_16 .box_con .con p {
  line-height: 1.6;
}
.flex_16 .box_con2 {
  width: 100%;
}
.flex_16 .box_con2 .h3 {
  width: 100%;
  margin-bottom: 30px;
  font-size: 28px;
  text-align: center;
}
.flex_16 .box_con2 .h3 span {
  line-height: 1.8;
  padding-bottom: 2px;
  border-bottom: 2px solid #6fba2c;
}
.flex_16 .box_con2 .p {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 15px;
}
.flex_16 .box_con2 .flex {
  gap: 20px;
}
.flex_16 .box_con2 .flex .con {
  width: calc(100% / 4 - 20px * (4 - 1) / 4);
}
@media (max-width: 768px) {
  .flex_16 .box_con2 .flex .con {
    width: calc(100% / 2 - 20px * (2 - 1) / 2);
  }
}
.flex_16 .box_con2 .flex .con:last-child h4::after {
  display: none;
}
.flex_16 .box_con2 .flex h4 {
  margin-bottom: 12px;
  line-height: 36px;
  color: #fff;
  background-color: var(--color);
  padding: 0 10px;
  font-weight: normal;
  overflow: hidden;
  position: relative;
}
.flex_16 .box_con2 .flex h4::after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-top: 36px solid #fff;
  border-bottom: 36px solid #fff;
  border-left: 36px solid var(--color);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .flex_16 .box_con2 .flex h4::after {
    display: none;
  }
}
.flex_16 .box_con2 .flex .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.flex_16 .box_con2 .flex span {
  display: block;
  font-size: 13px;
}

.flex_17 {
  gap: 50px;
}
@media (max-width: 768px) {
  .flex_17 {
    gap: 50px;
  }
}
.flex_17 .son {
  width: calc(100% / 3 - 50px * (3 - 1) / 3);
}
@media (max-width: 768px) {
  .flex_17 .son {
    width: 100%;
  }
}
.flex_17 .son:hover img {
  transform: scale(1.05);
}
.flex_17 .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .flex_17 .img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    margin: auto;
  }
}
.flex_17 img {
  transition: all 0.8s ease;
}
.flex_17 .txt {
  margin-top: 20px;
}
.flex_17 .txt h3 {
  font-size: 32px;
  line-height: 1;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .flex_17 .txt h3 {
    font-size: 24px;
  }
}
.flex_17 .txt p {
  font-size: 18px;
}

.flex_18 {
  gap: 30px;
}
@media (max-width: 768px) {
  .flex_18 {
    gap: 15px;
  }
}
.flex_18 .son {
  width: calc(100% / 4 - 30px * (4 - 1) / 4);
}
@media (max-width: 768px) {
  .flex_18 .son {
    width: calc(100% / 2 - 15px * (2 - 1) / 2);
  }
}
.flex_18 .son:hover img {
  transform: scale(1.05);
}
.flex_18 .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66.6666666667%;
  border-radius: 10px;
}
.flex_18 img {
  transition: all 0.8s ease;
}
.flex_18 .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  font-size: 16px;
}

.flex_19 {
  gap: 30px;
}
@media (max-width: 768px) {
  .flex_19 {
    gap: 15px;
  }
}
.flex_19 .son {
  width: calc(100% / 4 - 30px * (4 - 1) / 4);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .flex_19 .son {
    width: calc(100% / 2 - 15px * (2 - 1) / 2);
  }
}
.flex_19 .son:hover img {
  transform: scale(1.05);
}
.flex_19 .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.flex_19 img {
  transition: all 0.8s ease;
}
.flex_19 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.8s ease;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section1 {
  position: relative;
  z-index: 9;
  padding: 5rem 0 7.5rem;
  background-color: #fff;
}

.section2 {
  position: relative;
  z-index: 9;
  padding: 5rem 0 12.5rem;
  background-color: #f2f2f2;
  background-image: url(../image/bj6.jpg);
  background-size: cover;
}

.section3 {
  position: relative;
  z-index: 9;
  background-color: #e7e7e7;
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 100%;
  padding: 220px 0 80px 0;
}
.section3 .about {
  opacity: 0;
  background: #fff;
  padding: 60px 60px 30px 60px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .section3 .about {
    padding: 30px;
  }
}
.section3 .about .txt {
  width: 620px;
  border-bottom: #333 2px solid;
  padding-bottom: 16px;
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .section3 .about .txt {
    width: 100%;
  }
}
.section3 .about .p {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
}
.section3 .about .p i {
  margin-right: 12px;
  font-size: 24px;
}
.section3 .about h4 {
  font-family: "HELVETICA-CONTH";
  margin-top: 10px;
  font-weight: 400;
  letter-spacing: 3.75px;
  font-size: 50px;
  margin-left: 30px;
  position: relative;
  line-height: 1;
}
@media (max-width: 768px) {
  .section3 .about h4 {
    font-size: 36px;
    margin-left: 0;
  }
}
.section3 .about .email {
  width: 430px;
  height: 85px;
  margin-left: auto;
  font-size: 22px;
  background-color: var(--color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .section3 .about .email {
    width: 100%;
    height: 70px;
    font-size: 18px;
  }
}
.section3 .about .email i {
  font-size: 24px;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .section3 .about .email i {
    margin-right: 10px;
  }
}
.section3 .about .p1 {
  width: 100%;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2.5;
}
@media (max-width: 768px) {
  .section3 .about .p1 {
    margin-top: 10px;
  }
}
.section3 .con {
  color: #333;
  line-height: 1.8;
  padding: 50px 50px 0px;
}

.section4 {
  padding: 5rem 0 7.5rem;
}

.section5 {
  padding: 5rem 0 7.5rem;
}

.section6 {
  padding: 5rem 0 7.5rem;
}
.section6 table th {
  font-size: 20px;
  padding: 20px;
  width: 30%;
  border-left: none;
  border-right: none;
  background-color: #e5e5e5;
  border-color: #999;
}
.section6 table td {
  padding: 20px;
  font-size: 20px;
  border-left: none;
  border-right: none;
  border-color: #999;
}

.section7 {
  padding: 0 0 7.5rem;
}
.section7 .map iframe {
  width: 100%;
  height: 300px;
}
.section7 .map p {
  text-align: right;
  line-height: 2.5;
}

.section8 {
  padding: 0 0 7.5rem;
}

.section9 {
  padding: 5rem 0 7.5rem;
}
.section9 .bx {
  width: 820px;
}
@media (max-width: 768px) {
  .section9 .bx {
    width: 100%;
  }
}
.section9 form {
  margin-top: 50px;
}
.section9 form .con {
  padding: 20px;
  overflow-y: scroll;
  height: 300px;
  border: #ccc solid 1px;
  margin: 30px 0;
  background: #f8f8f8;
}
.section9 table th {
  width: 25%;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 16px 0;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
}
.section9 table th span {
  color: #cc1111;
  margin-left: 10px;
}
.section9 table td {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 16px 0;
  text-align: left;
  vertical-align: top;
}
.section9 table input {
  width: 100%;
  font-size: 16px;
  transition: 0.3s;
  border: 1px solid #8b8b8b;
  border-radius: 3px;
  padding: 8px 16px;
  line-height: 1.2;
}
.section9 table input.w8 {
  width: 80px;
}
.section9 table input.w28 {
  width: 280px;
}
@media (max-width: 768px) {
  .section9 table input.w28 {
    width: 100%;
  }
  .section9 table input.w28 + input {
    margin-top: 10px;
  }
}
.section9 table textarea {
  width: 100%;
  height: 176px;
  font-size: 16px;
  transition: 0.3s;
  border: 1px solid #8b8b8b;
  padding: 8px 16px;
  border-radius: 3px;
}
.section9 table .error {
  line-height: 2;
  color: #cc1111;
  display: none;
}
.section9 .checkbox {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.section9 .checkbox label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section9 .checkbox .error {
  line-height: 2;
  color: #cc1111;
  display: none;
}
.section9 input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.section9 .but {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section9 .but button {
  width: 100%;
  max-width: 600px;
  background: #4e4743;
  letter-spacing: 1px;
  font-size: 20px;
  padding: 20px;
  color: #fff;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .section9 .but button {
    font-size: 18px;
    padding: 15px;
  }
}
.section9 .but button i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .section9 .but button i {
    width: 25px;
    height: 25px;
  }
}

.section10 {
  position: relative;
  z-index: 10;
  background-color: #f5f3e8;
  background-size: cover;
}
.section10::before {
  left: 0;
  right: 0;
  bottom: 100%;
  position: absolute;
  content: "";
  display: block;
  padding-top: 120px;
  background: url(../image/icon8.svg) repeat-x left top;
  background-color: transparent;
}
@media (max-width: 768px) {
  .section10::before {
    padding-top: 60px;
  }
}
.section10::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 120px;
  background: url(../image/icon7.svg) repeat-x left top;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scaleY(-1);
}
@media (max-width: 768px) {
  .section10::after {
    height: 60px;
  }
}
.section10 .bx {
  position: relative;
  z-index: 1;
}
.section10 .flex_7 {
  justify-content: center;
}

.section11 {
  position: relative;
  z-index: 9;
  padding: 12.5rem 0 7.5rem;
  background-color: #fff;
  background-size: cover;
}
.section11 .flex_7 {
  justify-content: center;
}

.section12 {
  position: relative;
  z-index: 9;
  padding: 5rem 0 7.5rem;
  background-color: #f2f2f2;
}
.section12 .flex_7 {
  justify-content: center;
}

.section13 {
  position: relative;
  z-index: 9;
  padding: 5rem 0 7.5rem;
  background-color: #f2f2f2;
  background-image: url(../image/bj5.jpg);
  background-size: cover;
}

.section14 {
  padding: 50px 0;
}
.section14 .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .section14 .title {
    flex-wrap: wrap;
  }
}
.section14 .title h1 {
  font-size: 36px;
}
@media (max-width: 768px) {
  .section14 .title h1 {
    font-size: 28px;
    width: 100%;
  }
}
.section14 .title p {
  font-size: 16px;
}
@media (max-width: 768px) {
  .section14 .title p {
    width: 100%;
    margin-top: 10px;
  }
}

.section15 {
  padding: 120px 0;
  position: relative;
  z-index: 10;
  background-color: #f5f3e8;
  background-size: cover;
}
@media (max-width: 768px) {
  .section15 {
    padding: 60px 0;
  }
}
.section15::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  padding-top: 120px;
  background: url(../image/icon8.svg) repeat-x left top;
  background-color: #fff;
}
@media (max-width: 768px) {
  .section15::before {
    padding-top: 60px;
  }
}
.section15::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 120px;
  background: url(../image/icon7.svg) repeat-x left top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scaleY(-1);
}
@media (max-width: 768px) {
  .section15::after {
    height: 60px;
  }
}
.section15 .txt {
  padding-bottom: 60px;
  position: relative;
}
.section15 .txt h2 {
  font-size: 32px;
}
.section15 .txt p {
  margin-top: 30px;
  font-size: 18px;
  line-height: 2.2;
}
.section15 .txt .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .section15 .txt .flex {
    display: none;
  }
}
.section15 .txt .img1 {
  width: 380px;
  height: 364px;
}
.section15 .txt .img2 {
  width: 240px;
  height: 212px;
}

.section16 img {
  position: relative;
  z-index: 10;
  top: -80px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .section16 img {
    top: 0;
  }
}

.section17 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section17 .flex_10 {
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .section17 .flex_10 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.section18 {
  background-image: url(../image/bj9.jpg);
  padding: 120px 0 75px;
  position: relative;
}
@media (max-width: 768px) {
  .section18 {
    padding: 60px 0 30px;
  }
}
.section18::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 120px;
  background: url(../image/icon9.svg) repeat-x left top;
  background-position: 50% top;
  transform: scaleY(-1);
  z-index: 1;
}
@media (max-width: 768px) {
  .section18::before {
    height: 60px;
    top: -1px;
  }
}
.section18::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
}
.section18 .bx {
  position: relative;
  z-index: 1;
}
.section18 .title_2 h3 {
  color: #fff;
}
.section18 .title_2 h5 {
  color: #fff;
}
.section18 .title_2 h5::before {
  background-color: #fff;
}
.section18 .txt {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .section18 .txt {
    margin-top: 30px;
  }
}
.section18 .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.section18 .title h2 {
  font-size: 28px;
  line-height: 1.6;
  color: #fff;
}
@media (max-width: 768px) {
  .section18 .title h2 {
    font-size: 20px;
  }
}
.section18 .num {
  line-height: 30px;
  font-weight: bold;
  font-size: 18px;
  padding: 2px 8px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  gap: 5px;
}
@media (max-width: 768px) {
  .section18 .num {
    line-height: 25px;
    font-size: 15px;
  }
}
.section18 .con {
  color: #fff;
}
.section18 .con p {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .section18 .con p {
    font-size: 16px;
    margin-top: 20px;
  }
}
.section18 .con .note {
  font-size: 12px;
  line-height: 1.6;
}

.section19 {
  background-image: url(../image/bj10.jpg);
  padding: 75px 0 210px;
  position: relative;
}
@media (max-width: 768px) {
  .section19 {
    padding: 30px 0 60px;
  }
}
.section19::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: url(../image/icon10.svg) repeat-x left top;
  background-position: 50% top;
  transform: scaleY(1);
  z-index: 1;
}
@media (max-width: 768px) {
  .section19::before {
    height: 60px;
    bottom: -1px;
  }
}
.section19::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
}
.section19 .bx {
  position: relative;
  z-index: 1;
}
.section19 .title_2 h3 {
  color: #fff;
}
.section19 .title_2 h5 {
  color: #fff;
}
.section19 .title_2 h5::before {
  background-color: #fff;
}
.section19 .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.section19 .title h2 {
  font-size: 28px;
  line-height: 1.6;
  color: #fff;
}
@media (max-width: 768px) {
  .section19 .title h2 {
    font-size: 20px;
  }
}
.section19 .num {
  line-height: 30px;
  font-weight: bold;
  font-size: 18px;
  padding: 2px 8px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  gap: 5px;
}
@media (max-width: 768px) {
  .section19 .num {
    line-height: 25px;
    font-size: 15px;
  }
}
.section19 .con {
  color: #fff;
}
.section19 .con p {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .section19 .con p {
    font-size: 16px;
    margin-top: 20px;
  }
}
.section19 .con .note {
  font-size: 12px;
  line-height: 1.6;
}

.section20 {
  padding-bottom: 100px;
}
.section20 h2 {
  font-size: 32px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .section20 h2 {
    font-size: 24px;
  }
}
.section20 h2 span {
  font-size: 42px;
  color: #f39800;
}
@media (max-width: 768px) {
  .section20 h2 span {
    font-size: 32px;
  }
}
.section20 .nav_tab {
  position: sticky;
  top: var(--nav_height);
  background-color: #fff;
  z-index: 10;
  margin-top: 30px;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .section20 .nav_tab {
    position: relative;
    top: 0;
  }
}
.section20 .nav_tab a {
  flex-grow: 1;
  padding: 8px 0;
  font-weight: bold;
  transition: all 0.3s ease;
  border-left: 1px solid #ccc;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .section20 .nav_tab a {
    justify-content: center;
    justify-content: flex-start;
    width: 50%;
    padding: 8px 15px;
  }
  .section20 .nav_tab a:nth-child(2n+1) {
    border-left: none;
  }
}
.section20 .nav_tab a:nth-child(1) {
  border-left: none;
}
.section20 .nav_tab a:hover {
  color: var(--color);
}
.section20 .nav_tab a:hover .icon {
  transform: translateY(4px);
}
.section20 .nav_tab .txt {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .section20 .nav_tab .txt {
    width: 100%;
  }
}
.section20 .nav_tab .num {
  font-size: 24px;
  font-weight: 400;
  color: var(--color);
}
.section20 .nav_tab .icon {
  padding: 2px 0 6px;
  text-align: center;
  line-height: 1;
  transition: all 0.3s ease;
}
.section20 .tab_con {
  margin: 0 70px;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .section20 .tab_con {
    margin: 0;
    padding-top: 50px;
  }
}
.section20 .tab_con + .tab_con {
  padding-top: 50px;
  margin-top: 80px;
  border-top: 1px solid #ccc;
}
@media (max-width: 768px) {
  .section20 .tab_con + .tab_con {
    margin-top: 50px;
  }
}
.section20 .tab_con h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section20 .tab_con h3 span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  color: var(--color);
}
@media (max-width: 768px) {
  .section20 .tab_con h3 span {
    font-size: 40px;
  }
}
.section20 .tab_con h3 .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.section20 .tab_con h3 .txt p {
  font-size: 22px;
  line-height: 1;
}
@media (max-width: 768px) {
  .section20 .tab_con h3 .txt p {
    font-size: 18px;
  }
}
.section20 .tab_con h3 .txt p + p {
  font-size: 14px;
  color: #999;
}
.section20 .tab_con .flex_11 {
  margin-top: 20px;
}
.section20 .tab_con .button {
  margin-top: 50px;
}
.section20 .tab_con .button a {
  max-width: 300px;
  font-size: 18px;
  margin: auto;
  padding: 0 20px;
  line-height: 40px;
  background-color: var(--color);
  color: #fff;
  border-radius: 40px;
  border: 2px solid var(--color);
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
}
.section20 .tab_con .button a:hover {
  background-color: #fff;
  color: var(--color);
}

.section21 {
  padding-top: 50px;
}
.section21 .box1 {
  align-items: center;
  flex-wrap: nowrap;
  padding: 20px;
  margin-bottom: 30px;
  background-color: #f5f3e8;
}
@media (max-width: 768px) {
  .section21 .box1 {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.section21 .box1 .img {
  flex-shrink: 0;
  font-size: 0;
  width: 40%;
}
@media (max-width: 768px) {
  .section21 .box1 .img {
    width: 100%;
  }
}
.section21 .box1 .img img {
  width: 100%;
}
.section21 .box1 .txt {
  margin-left: 30px;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .section21 .box1 .txt {
    margin-left: 0;
  }
}
.section21 .box1 .txt p {
  font-size: 24px;
  line-height: 50px;
}
@media (max-width: 768px) {
  .section21 .box1 .txt p {
    font-size: 18px;
    line-height: 2;
  }
}
.section21 .box1 .txt .sub {
  font-size: 30px;
  color: var(--color);
}
.section21 .box2 {
  border: 1px solid #ccc;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.section21 .box2 .title {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section21 .box2 .title i {
  font-size: 50px;
}
.section21 .box2 .color1 {
  color: #c80002;
}
.section21 .box2 .color2 {
  color: #2866b0;
}
.section21 .box2 .son {
  width: 100%;
  display: flex;
}
.section21 .box2 .txt {
  flex-grow: 1;
}
.section21 .box2 .txt p {
  line-height: 1.7;
}
.section21 .box2 .img {
  flex-shrink: 0;
  font-size: 0;
  max-width: 300px;
}
.section22 {
  padding-bottom: 100px;
}
.section22 .h2 {
  height: 38px;
  line-height: 38px;
  text-indent: 12px;
  font-size: 20px;
  margin: 0 0 1.5em 0;
  background: #f5f5f5;
  border-left: 5px solid #2866b0;
}
@media (max-width: 768px) {
  .section22 .h2 {
    font-size: 18px;
  }
}
.section22 .box {
  background-color: #f5f3e8;
  border-radius: 10px;
  border: 1px solid #aaa;
  padding: 15px 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.section22 .box ul {
  width: calc(100% / 2 - 20px * (2 - 1) / 2);
  padding-left: 20px;
}
@media (max-width: 768px) {
  .section22 .box ul {
    width: 100%;
    padding-left: 0px;
  }
}
.section22 .box li {
  list-style: disc;
  line-height: 35px;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .section22 .p {
    font-size: 14px;
  }
}

.section23 {
  background-image: url("../image/bj13.jpg");
  padding-top: 30px;
  padding-bottom: 70px;
}
.section23 .bx {
  width: 990px;
}
@media (max-width: 768px) {
  .section23 .bx {
    width: 100%;
  }
}
.section23 h2 {
  padding-bottom: 35px;
  font-size: 26px;
}
.section23 .con P {
  line-height: 1.8;
  margin-bottom: 10px;
  font-size: 16px;
}
.section23 .img_box {
  margin-top: 50px;
  display: flex;
  gap: 60px;
}
@media (max-width: 768px) {
  .section23 .img_box {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.section23 .img_box .img {
  font-size: 0;
}
@media (max-width: 768px) {
  .section23 .img_box .img {
    width: 100%;
  }
}

.section24 {
  margin-bottom: 60px;
  padding-top: 90px;
  background: url("../image/bj14.jpg") no-repeat right top/750px 750px;
}
.section24 .bx {
  width: 990px;
}
@media (max-width: 768px) {
  .section24 .bx {
    width: 100%;
  }
}
.section24 h2 {
  padding-bottom: 15px;
  font-size: 26px;
}
.section24 .con {
  position: relative;
  padding-top: 180px;
}
@media (max-width: 768px) {
  .section24 .con {
    padding-top: 0px;
  }
}
.section24 .con .img1 {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 179px;
}
@media (max-width: 768px) {
  .section24 .con .img1 {
    display: none;
  }
}
.section24 .con .txt {
  padding: 10px;
  background-color: #fff;
  border: 2px dashed #001976;
  border-radius: 10px;
  position: absolute;
  top: 45px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .section24 .con .txt {
    position: relative;
    top: 0;
    margin-top: 20px;
  }
}
.section24 .con .txt::after {
  content: "";
  display: block;
  position: absolute;
}
.section24 .con .txt1 {
  left: 30px;
  width: 260px;
}
@media (max-width: 768px) {
  .section24 .con .txt1 {
    left: 0;
    width: 100%;
  }
}
.section24 .con .txt1::after {
  width: 34px;
  height: 50px;
  left: 90px;
  bottom: -49px;
  background: url("../image/icon15.svg") no-repeat 0 0;
}
@media (max-width: 768px) {
  .section24 .con .txt1::after {
    display: none;
  }
}
.section24 .con .txt2 {
  left: 320px;
  width: 424px;
}
@media (max-width: 768px) {
  .section24 .con .txt2 {
    left: 0;
    width: 100%;
  }
}
.section24 .con .txt2::after {
  width: 40px;
  height: 104px;
  left: 247px;
  bottom: -103px;
  background: url("../image/icon16.svg") no-repeat 0 0;
}
@media (max-width: 768px) {
  .section24 .con .txt2::after {
    display: none;
  }
}

.section25 {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .section25 {
    padding-top: 0;
  }
}
.section25 .bx {
  width: 990px;
}
@media (max-width: 768px) {
  .section25 .bx {
    width: 100%;
  }
}
.section25 .box {
  padding: 30px 30px 20px;
  border: 2px solid #828cbf;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 768px) {
  .section25 .box {
    padding: 20px;
  }
}
.section25 .box .img1 {
  border: 4px solid #fca518;
  border-radius: 50%;
  top: -48px;
  left: -45px;
  z-index: 5;
  position: absolute;
  width: 120px;
}
@media (max-width: 768px) {
  .section25 .box .img1 {
    display: none;
  }
}
.section25 .box .img2 {
  position: absolute;
  width: 120px;
  top: -102px;
  left: 46px;
  margin: 0;
  z-index: 10;
  position: absolute;
}
@media (max-width: 768px) {
  .section25 .box .img2 {
    display: none;
  }
}
.section25 .box h2 {
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 768px) {
  .section25 .box h2 {
    font-size: 18px;
  }
}
.section25 .box .flex {
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .section25 .box .flex {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .section25 .box .txt {
    width: 100%;
  }
}
.section25 .box p {
  font-size: 15px;
  line-height: 1.5;
}
.section25 .box .img {
  flex-shrink: 0;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .section25 .box .img {
    margin-left: 0;
    width: 100%;
  }
}
.section25 .box .img img {
  width: 300px;
}
@media (max-width: 768px) {
  .section25 .box .img img {
    width: 100%;
  }
}
.section25 .box .img span {
  margin-top: 10px;
  font-size: 13px;
}

.section26 .bx {
  width: 990px;
}
@media (max-width: 768px) {
  .section26 .bx {
    width: 100%;
  }
}
.section26 .box {
  padding: 60px 40px 40px;
  border-width: 4px;
  border: 2px solid #c2576a;
  border-radius: 16px 0 16px 0;
  position: relative;
}
@media (max-width: 768px) {
  .section26 .box {
    padding: 60px 20px 20px;
  }
}
.section26 .title {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 9px 20px;
  background: #c2576a;
  border-radius: 10px 0 10px 0;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}
.section26 .flex {
  flex-wrap: nowrap;
  gap: 50px;
}
@media (max-width: 768px) {
  .section26 .flex {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .section26 .flex .txt {
    width: 100%;
  }
}
.section26 .flex h2 {
  margin-bottom: 20px;
  color: #c2576a;
  font-size: 20px;
}
.section26 .flex p {
  line-height: 1.5;
  font-size: 16px;
}
.section26 .flex .img {
  width: 300px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .section26 .flex .img {
    width: 100%;
  }
}
.section26 .box_img {
  margin-top: 30px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #c2576a;
  text-align: center;
}
.section26 .box_img img {
  width: 670px;
}

.section27 {
  padding: 40px 0;
}
.section27 .bx {
  width: 990px;
}
@media (max-width: 768px) {
  .section27 .bx {
    width: 100%;
  }
}
.section27 .img {
  text-align: center;
}
.section27 img {
  width: 840px;
}
@media (max-width: 768px) {
  .section27 img {
    width: 100%;
  }
}

.section28 {
  padding-bottom: 40px;
}
.section28 .bx {
  width: 990px;
}
@media (max-width: 768px) {
  .section28 .bx {
    width: 100%;
  }
}
.section28 .title {
  padding: 10px 0;
  background-color: #c2576a;
  text-align: center;
  margin-bottom: 35px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
}
@media (max-width: 768px) {
  .section28 .title {
    font-size: 20px;
    line-height: 1.5;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section29 {
  padding-top: 70px;
  background: url("../image/bj13.jpg");
}
.section29 .bx {
  width: 990px;
}
@media (max-width: 768px) {
  .section29 .bx {
    width: 100%;
  }
}

.section30 {
  background: url("../image/bj13.jpg");
  padding-top: 80px;
  padding-bottom: 70px;
  position: relative;
  z-index: 10;
}
.section30::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  height: 70px;
  background-color: transparent;
  background-image: url("../image/bj12.png");
  transform: scaleY(-1);
}
.section30 .bx {
  width: 990px;
}
@media (max-width: 768px) {
  .section30 .bx {
    width: 100%;
  }
}

.section31 {
  padding-bottom: 70px;
}
.section31 .bx {
  width: 990px;
}
@media (max-width: 768px) {
  .section31 .bx {
    width: 100%;
  }
}
.section31 .box {
  padding: 30px;
  border: 2px solid #828cbf;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 768px) {
  .section31 .box {
    padding: 20px;
  }
}
.section31 .title {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .section31 .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.section32 {
  padding-top: 40px;
  padding-bottom: 100px;
}
.section32 .nav_tab {
  position: sticky;
  top: var(--nav_height);
  z-index: 10;
  background-color: #fff;
  padding: 10px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.section32 .nav_tab .flex {
  gap: 10px 0;
}
.section32 .nav_tab a {
  flex-grow: 1;
  text-align: center;
  border-left: 1px solid #ccc;
  line-height: 30px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .section32 .nav_tab a {
    flex-grow: 0;
    width: 25%;
    line-height: 25px;
    padding: 0 5px;
    display: flex;
    align-items: center;
  }
  .section32 .nav_tab a:nth-child(4n+1) {
    border-left: none;
  }
}
.section32 .nav_tab a:nth-child(1) {
  border-left: none;
}
.section32 .nav_tab a:hover {
  color: var(--color);
}
.section32 .title {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .section32 .title {
    margin-bottom: 30px;
  }
}
.section32 .title h2 {
  font-size: 40px;
  padding-bottom: 2px;
  border-bottom: 2px solid var(--color);
}
@media (max-width: 768px) {
  .section32 .title h2 {
    font-size: 28px;
  }
}

.section33 {
  padding: 5rem 0 7.5rem;
}

.section34 {
  padding: 3rem 0 7.5rem;
}
.section34 .form {
  padding: 4rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .section34 .form {
    flex-wrap: wrap;
  }
}
.section34 .form a {
  padding: 0 25px;
  line-height: 40px;
  border-radius: 40px;
  border: 1px solid var(--color);
  font-size: 18px;
  transition: all 0.3s ease;
}
.section34 .form a.on, .section34 .form a:hover {
  background-color: var(--color);
  color: #fff;
}

.section35 {
  padding-top: 30px;
  padding-bottom: 55px;
}
.section35 h2 {
  font-size: 42px;
  text-align: center;
}
@media (max-width: 768px) {
  .section35 h2 {
    font-size: 32px;
  }
}
.section35 h4 {
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .section35 h4 {
    font-size: 16px;
  }
}

.section36 {
  margin-bottom: 50px;
  position: relative;
}
.section36 .img {
  position: absolute;
  width: 100%;
  font-size: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .section36 .img {
    position: relative;
    height: auto;
  }
}
.section36 .bj {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .section36 .bj {
    height: auto;
  }
}
.section36 .txt {
  background-color: #fff;
  position: relative;
  z-index: 1;
  width: 40%;
  padding: 60px;
}
@media (max-width: 768px) {
  .section36 .txt {
    padding: 30px;
    width: 100%;
  }
}
.section36 .btn {
  margin-top: 30px;
}
.section36 .btn a {
  max-width: 300px;
  font-size: 18px;
  margin: auto;
  padding: 0 20px;
  line-height: 40px;
  background-color: var(--color);
  color: #fff;
  border-radius: 40px;
  border: 2px solid var(--color);
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
}

.section37 {
  padding-bottom: 100px;
}
.section37 h2 {
  font-size: 42px;
  text-align: center;
  padding-bottom: 55px;
}
@media (max-width: 768px) {
  .section37 h2 {
    font-size: 32px;
  }
}

.section38 {
  padding-bottom: 100px;
}
.section38 h2 {
  font-size: 42px;
  text-align: center;
  padding-bottom: 55px;
}
@media (max-width: 768px) {
  .section38 h2 {
    font-size: 32px;
  }
}

.section39 {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .section39 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.section39 .tab {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .section39 .tab {
    gap: 20px;
  }
}
.section39 .tab a {
  width: calc(100% / 4 - 40px * (4 - 1) / 4);
  line-height: 55px;
  text-align: center;
  position: relative;
  border: 1px solid var(--color);
  font-size: 18px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .section39 .tab a {
    width: calc(100% / 3 - 20px * (3 - 1) / 3);
    line-height: 45px;
    font-size: 16px;
  }
}
.section39 .tab a:hover {
  background-color: var(--color);
  color: #fff;
}
.section39 .tab a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 24px;
}
@media (max-width: 768px) {
  .section39 .tab a i {
    display: none;
  }
}

.section40 {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .section40 {
    padding-bottom: 60px;
  }
}
.section40 .title {
  text-align: center;
  font-size: 52px;
  line-height: 1;
}
@media (max-width: 768px) {
  .section40 .title {
    font-size: 36px;
  }
}
.section40 .p {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .section40 .p {
    padding-bottom: 30px;
  }
}
.section40 .con {
  font-size: 20px;
}
@media (max-width: 768px) {
  .section40 .con {
    font-size: 16px;
  }
}
.section40 .con .img {
  float: right;
  width: 27%;
  font-size: 0;
}
@media (max-width: 768px) {
  .section40 .con .img {
    width: 50%;
    padding-left: 10px;
  }
}
.section40 .con .img img {
  border-radius: 50%;
}
.section40 .con p {
  line-height: 2.5;
}

.section41 {
  padding-top: 70px;
  padding-bottom: 100px;
  background-color: #e8e8e8;
}
@media (max-width: 768px) {
  .section41 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.section41 .title {
  text-align: center;
  font-size: 52px;
  line-height: 1;
}
@media (max-width: 768px) {
  .section41 .title {
    font-size: 36px;
  }
}
.section41 .p {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .section41 .p {
    padding-bottom: 30px;
  }
}
.section41 .flex .son {
  margin-top: 20px;
  width: 100%;
  font-size: 20px;
  display: flex;
  gap: 50px;
}
@media (max-width: 768px) {
  .section41 .flex .son {
    gap: 20px;
    font-size: 18px;
  }
}
.section41 .flex .son:nth-child(1) {
  margin-top: 0px;
}
.section41 .flex .t {
  width: 90px;
  text-align: right;
  flex-shrink: 0;
  line-height: 1.8;
}
.section41 .flex p + p {
  flex-grow: 1;
  line-height: 1.8;
}

.section42 {
  padding-top: 70px;
  padding-bottom: 100px;
}
.section42 .title {
  text-align: center;
  font-size: 52px;
  line-height: 1;
}
.section42 .p {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 60px;
}
.section42 .flex .son {
  margin-top: 20px;
  width: 100%;
  font-size: 20px;
  display: flex;
  gap: 50px;
}
.section42 .flex .son:nth-child(1) {
  margin-top: 0px;
}
.section42 .flex .t {
  width: 150px;
  text-align: right;
}
.section42 .flex p + p {
  flex-grow: 1;
}

.section43 {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .section43 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.section43 .title {
  text-align: center;
  font-size: 52px;
  line-height: 1;
}
@media (max-width: 768px) {
  .section43 .title {
    font-size: 36px;
  }
}
.section43 .p {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .section43 .p {
    padding-bottom: 30px;
  }
}

.section44 {
  padding-top: 50px;
  padding-bottom: 100px;
}
.section44 .box {
  margin-top: 50px;
  padding: 40px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-image: url("../image/bj15.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.section44 .box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.section44 .box .son {
  position: relative;
  z-index: 1;
  color: #fff;
  width: calc(100% / 2 - 20px * (2 - 1) / 2);
}
.section44 .box .son p {
  line-height: 50px;
}
@media (max-width: 768px) {
  .section44 .box .son {
    width: 100%;
  }
}

.info_1 {
  padding: 5rem 0;
  background-color: #f2f2f2;
}
.info_1 .page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info_1 .page ul {
  display: flex;
}
.info_1 .page ul li a {
  color: #090909;
  letter-spacing: 0.05em;
  padding: 0 8px;
  line-height: 40px;
  display: inline-block;
}
.info_1 .page ul li:nth-child(1)::after {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}
.info_1 .page .return a {
  display: block;
  line-height: 40px;
  padding: 0 30px;
  height: 100%;
  color: #fff;
  background-color: var(--color);
}
.info_1 .box {
  margin: 30px 0;
  border-radius: 10px;
  background-color: #fff;
  padding: 40px 30px;
}
@media (max-width: 768px) {
  .info_1 .box {
    padding: 20px 15px;
  }
}
.info_1 .type {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  width: 20%;
  background-color: var(--color);
  line-height: 40px;
}
.info_1 .area {
  font-size: 1rem;
  margin-bottom: 15px;
  color: var(--color);
  line-height: 1.6;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.info_1 .area::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-color: var(--color);
}
.info_1 .txt {
  font-size: 1em;
  margin-bottom: 25px;
  line-height: 1.4;
}
.info_1 .title {
  font-size: 1.875em;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px var(--color) solid;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .info_1 .title {
    font-size: 1.3em;
    padding-bottom: 15px;
  }
}
.info_1 .img_box {
  margin-top: 30px;
  background: #f0f0eb;
  padding: 30px 20px 20px;
  display: flex;
  flex-wrap: wrap;
}
.info_1 .img_box h3 {
  width: 100%;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 50px;
  font-size: 1.875em;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  border-bottom: solid 1px var(--color);
}

@keyframes hide-dt {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-150%);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes back {
  to {
    width: 100%;
    opacity: 0;
  }
  from {
    width: 0%;
    opacity: 1;
  }
}

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