.section6 .son img,
.section2 .son img,
.home7 .son img,
.home5 .son img,
.home4 .son img,
.home3 .son img,
.home2 .son img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}

@font-face {
  font-family: "title1";
  src: url(../font/nzgrKangxi.ttf);
}
:root {
  --color: #0e3265;
  --color1: #7b6a4e;
  --color2: #f2ca8f;
  --nav_height: 150px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #333;
  font-size: 14px;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

video,
img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

input,
textarea,
select,
button {
  outline: none;
  border: none;
  background-color: transparent;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
table th,
table td {
  border: 1px solid #e5e5e5;
  padding: 10px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.con {
  line-height: 2;
}
.con ul {
  padding-left: 20px;
  list-style: unset;
}

.bx {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1330px;
}

.clear {
  clear: both;
}

#fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#fixed .bj {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#fixed.on {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
#fixed .son {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#fixed .son.on {
  display: none !important;
}
#fixed .son1 {
  width: 240px;
  background-color: #fff;
  padding: 15px;
  border-radius: 12px;
}
#fixed .son1 .logo {
  display: flex;
}
#fixed .son1 .img {
  margin-top: 10px;
  display: flex;
}
#fixed .son1 img {
  width: 100%;
  height: 100%;
}

#page_1 {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 0;
}
#page_1 a {
  padding: 0px 12px;
  line-height: 38px;
  min-width: 40px;
  display: inline-block;
  border: solid 1px #ccc;
  font-size: 16px;
  margin: 0 5px;
  transition: all 0.5s ease;
  border-radius: 5px;
}
#page_1 a:hover,
#page_1 a.on {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 2px;
}
#page_1 a.on {
  pointer-events: none;
}
#page_1 a i {
  font-size: 12px;
}

#page_2 {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#page_2 a {
  font-size: 18px;
  line-height: 1;
  transition: all 0.5s ease;
}
#page_2 a:hover,
#page_2 a.on {
  color: var(--color);
}

.title_1 {
  font-size: 32px;
  margin: 12px 0 12px;
  font-family: "title1";
  font-weight: normal;
  text-align: center;
}

.p_1 {
  font-size: 16px;
  opacity: 0.8;
  text-align: center;
}

.but_1 {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.but_1 a {
  width: 149px;
  height: 43px;
  border: 1px solid var(--color1);
  color: var(--color1);
  position: relative;
  padding: 2px;
  display: block;
  transition: all 0.3s ease;
}
.but_1 a:hover {
  background-color: var(--color1);
  color: #fff;
}
.but_1 span {
  width: 100%;
  height: 100%;
  border: 1px solid var(--color1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mbx_1 .bx {
  max-width: 1215px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.mbx_1 h2 {
  font-size: 30px;
  font-family: "title1";
  font-weight: normal;
}
.mbx_1 ul {
  display: flex;
  align-items: center;
  gap: 5px;
}
.mbx_1 li {
  font-size: 16px;
  color: #666;
}

main {
  padding-top: var(--nav_height);
}
main.bg {
  background-color: #fdfcf4;
}

#banner_1 {
  height: 275px;
}
#banner_1.banner {
  height: 550px;
}
#banner_1 .banner_1 {
  height: 100%;
}
#banner_1 img {
  width: 100%;
  height: 100%;
}
#banner_1 .pagination_1 span {
  width: 12px;
  height: 6px;
  border-radius: 3px;
  transition: all 0.3s ease;
  background-color: var(--color2);
}
#banner_1 .pagination_1 .swiper-pagination-bullet-active {
  width: 30px;
}
#banner_1 .next_1,
#banner_1 .prev_1 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--color);
}
#banner_1 .next_1::after,
#banner_1 .prev_1::after {
  font-size: 12px;
  color: #fff;
}

header {
  width: 100%;
  height: var(--nav_height);
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
header::after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  header {
    position: fixed;
  }
}

.header {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.header_top {
  background-image: url(../image/bg1.png);
  background-position: 0% 0%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100px;
}
.header_top .bx {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_top .logo {
  height: 45%;
  display: flex;
}
.header_top .txt {
  height: 44%;
}
.header_top .tel {
  display: flex;
}
.header_top .tel i {
  font-size: 20px;
  color: var(--color);
  margin-right: 10px;
}
.header_top .tel p {
  line-height: 1;
  font-size: 16px;
}
.header_top .tel p span {
  color: var(--color);
  font-size: 20px;
  margin-top: 8px;
  font-weight: bold;
  display: block;
}
.header_top .mobile {
  display: none;
}

.header_bottom {
  background-color: var(--color);
  color: #fff;
  height: 50px;
}
.header_bottom .bx {
  height: 100%;
}
.header_bottom .nav {
  margin-top: auto;
  width: 100%;
  height: 100%;
  display: flex;
}
@media (max-width: 768px) {
  .header_bottom .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin: 0;
    position: fixed;
    top: var(--nav_height);
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    width: 0;
    overflow: hidden;
    overflow-y: auto;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.3s;
  }
  .header_bottom .nav.on {
    width: 100%;
    opacity: 1;
  }
}
.header_bottom .nav .menu {
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .header_bottom .nav .menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2392156863);
    flex-grow: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
.header_bottom .nav .menu:hover .sub {
  opacity: 1;
  visibility: visible;
}
.header_bottom .nav .menu_mobile {
  display: none;
}
@media (max-width: 768px) {
  .header_bottom .nav .menu_mobile {
    flex-grow: 1;
    width: 100%;
    height: 100%;
    display: block;
  }
}
.header_bottom .nav .tit {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .header_bottom .nav .tit {
    padding: 0 15px;
    height: auto;
    display: flex;
  }
}
.header_bottom .nav .tit.on a,
.header_bottom .nav .tit:hover a {
  color: var(--color2);
}
.header_bottom .nav .tit.on a::after,
.header_bottom .nav .tit:hover a::after {
  width: 100%;
}
.header_bottom .nav .tit i {
  transition: all 0.5s ease;
  transform: rotate(90deg);
  font-size: 18px;
  color: #fff;
  width: 40px;
  line-height: 50px;
  text-align: center;
  display: none;
}
@media (max-width: 768px) {
  .header_bottom .nav .tit i {
    display: block;
  }
}
.header_bottom .nav .tit a {
  font-size: 20px;
  transition: all 0.5s ease;
  position: relative;
  height: 100%;
  font-family: "title1";
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .header_bottom .nav .tit a {
    line-height: 50px;
    font-size: 18px;
    flex-grow: 1;
    color: #fff;
  }
}
.header_bottom .nav .tit a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 4px;
  border-radius: 4px;
  background-color: var(--color2);
  transition: all 0.3s ease;
}
.header_bottom .nav .sub {
  position: absolute;
  z-index: 11;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  min-width: 100%;
}
@media (max-width: 768px) {
  .header_bottom .nav .sub {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
    transition: none;
    width: 100%;
    padding: 0;
    display: none;
  }
}
.header_bottom .nav .sub::after {
  position: absolute;
  content: "";
  top: -7px;
  border-width: 0 7px 7px 7px;
  border-style: solid;
  border-color: transparent transparent var(--color) transparent;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
@media (max-width: 768px) {
  .header_bottom .nav .sub::after {
    display: none;
  }
}
.header_bottom .nav .sub ul {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .header_bottom .nav .sub ul {
    background-color: transparent;
    color: #fff;
    padding: 0 15px;
  }
}
.header_bottom .nav .sub a {
  display: block;
  line-height: 42px;
  padding: 0 15px;
  transition: all 0.5s ease;
  border-bottom: 1px solid #c8c8c8;
  white-space: nowrap;
  text-align: center;
  color: var(--color);
}
@media (max-width: 768px) {
  .header_bottom .nav .sub a {
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2392156863);
  }
}
.header_bottom .nav .sub a:hover {
  background-color: var(--color);
  color: #fff;
}

footer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: var(--color);
  color: #fff;
}
.footer_top {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.footer_top .logo {
  /*width: 100px;*/
  height: 75px;
  margin: auto 0;
}
.footer_top .logo img {
  width: 100%;
  height: 100%;
}
.footer_top h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: normal;
}
.footer_top ul {
  padding: 0 30px;
  display: flex;
  gap: 50px;
}
.footer_top ul p {
  margin-bottom: 8px;
}
.footer_top .contact .tel {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}
.footer_top .contact .week {
  margin-bottom: 10px;
  line-height: 1.8;
  font-size: 14px;
}
.footer_top .contact .img {
  width: 90px;
}
.footer_top .contact .img p {
  font-size: 12px;
  text-align: center;
}
.footer_top .contact img {
  width: 100%;
}
.footer_top .map {
  display: flex;
  flex-direction: column;
}
.footer_top .map .img {
  position: relative;
  /*width: 100px;*/
  height: 100px;
  display: flex;
  gap: 10px;
}
.footer_top .map img {
  position: relative;
  width: 100px;
  height: 100%;
  object-fit: cover;
}
.footer_top .map .txt {
  display: flex;
  gap: 10px;
}
.footer_top .map p {
  margin-top: 10px;
  width: 100px;
  text-align: center;
}
.footer_top .map .tit {
  font-size: 18px;
  margin: 10px 0 6px;
}

.footer_bottom {
  padding-top: 20px;
  padding-bottom: 25px;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.footer_bottom p {
  font-size: 13px;
  opacity: 0.7;
  line-height: 2;
}

.home1 {
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: url(../image/bg2.png);
  background-size: 200px auto;
  background-position-x: center;
  background-position-y: top;
  color: #fff;
}
.home1 .flex {
  margin-top: 60px;
}
.home1 .son {
  width: calc(100% / 8 - 0px * (8 - 1) / 8);
  padding-top: 10px;
  border-right: 2px solid #ffffff12;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.home1 .son:hover .img,
.home1 .son:hover .txt {
  transform: scale(1.1);
}
.home1 .son:nth-child(1) {
  border-left: 2px solid #ffffff12;
}
.home1 .son .img {
  width: 85px;
  height: 85px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 35px;
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home1 .son .img img {
  width: 100%;
  height: 100%;
  transform: scale(1.5);
}
.home1 .son .txt {
  transition: all 0.3s;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.home1 .son .txt h3 {
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: normal;
}
.home1 .son .txt p {
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 12px;
}

.home2 {
  background-image: url(../image/bg3.png);
  background-size: 100% auto;
  padding: 0;
}
.home2 .flex {
  justify-content: center;
  gap: 50px;
}
.home2 .son {
  width: calc(100% / 3 - 50px * (3 - 1) / 3);
}
.home2 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
}
.home3 {
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: url(../image/bg4.png);
  background-size: 200px auto;
  background-position-x: 50%;
  background-position-y: center;
}
.home3 .title_1 {
  color: var(--color1);
}
.home3 .flex {
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}
.home3 .son {
  width: calc(100% / 5 - 30px * (5 - 1) / 5);
  position: relative;
}
.home3 .son img {
  filter: drop-shadow(0px 0px 0px #111);
}
.home3 .son a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 150%;
}
.home3 .son .box {
  padding: 35px;
}
.home3 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  z-index: 1;
  border-radius: 10px;
}
.home3 .son .p {
  width: 100%;
  height: 37px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.home3 .son .p .light {
  color: var(--color2);
  font-weight: bold;
}
.home3 .son .txt {
  color: var(--color1);
  padding-top: 10px;
  position: relative;
  z-index: 1;
}
.home3 .son .txt h3 {
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  font-weight: normal;
}
.home3 .son .txt p {
  padding-top: 10px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.home3 .son .txt p span {
  border: 1px solid var(--color1);
  border-radius: 4px;
  padding: 0 4px;
  font-size: 12px;
  margin-right: 4px;
  display: inline-block;
}

.home4 {
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: url(../image/bg2.png);
  background-size: 200px auto;
  background-position-x: center;
  background-position-y: top;
}
.home4 .title_1 {
  color: var(--color2);
}
.home4 .flex {
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}
.home4 .son {
  width: calc(100% / 4 - 15px * (4 - 1) / 4);
}
.home4 .son a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 80.3%;
}
.home4 .son .box {
  padding: 20px 25px;
}
.home4 .son .top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home4 .son .img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.home4 .son .img img {
  object-fit: cover;
}
.home4 .son img {
  object-fit: fill;
}
.home4 .son .info {
  width: calc(100% - 100px);
  color: var(--color1);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.home4 .son .info h3 {
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.home4 .son .info p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.home4 .son .info span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.home4 .son .bottom {
  margin-top: 20px;
  position: relative;
  color: var(--color1);
}
.home4 .son .bottom h3 {
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.home4 .son .bottom p {
  margin-top: 10px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.home5 {
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: url(../image/bg7.png);
  background-size: 200px auto;
  background-position-x: center;
  background-position-y: top;
}
.home5 .title_1 {
  color: var(--color1);
}
.home5 .flex {
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}
.home5 .son {
  width: calc(100% / 4 - 30px * (4 - 1) / 4);
}
.home5 .son a {
  display: block;
}
.home5 .son a:hover img {
  transform: scale(1.05);
}
.home5 .son a:hover p b {
  color: var(--color2);
}
.home5 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 77%;
  background-image: url(../image/bg8.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.home5 .son img {
  padding: 20px;
  border-radius: 30px;
  overflow: hidden;
}
.home5 .son .txt {
  padding-top: 6px;
}
.home5 .son h3 {
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home5 .son p {
  padding-top: 6px;
  display: flex;
  justify-content: space-between;
}
.home5 .son p span {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  color: #666;
}
.home5 .son p b {
  font-size: 14px;
  line-height: 1;
  color: #a84a32;
  font-weight: 400;
  transition: all 0.3s ease;
}
.home5 .son p i {
  font-size: 14px;
  line-height: 1;
}

.home6 {
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: url(../image/bg9.png);
  background-size: 200px auto;
  background-position-x: center;
  background-position-y: top;
}
.home6 .bx {
  max-width: 1215px;
}
.home6 .flex {
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin-top: 40px;
  padding: 0 80px;
  position: relative;
}
.home6 .flex::before {
  content: "";
  width: 100%;
  height: 21px;
  display: block;
  border-radius: 10px;
  background-color: #143d78;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}
.home6 .flex::after {
  content: "";
  width: calc(100% - 160px);
  height: 1px;
  display: block;
  background: linear-gradient(90deg, transparent 0, transparent 50%, #fff 0, #fff);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: absolute;
  left: 80px;
  top: 50%;
  z-index: 2;
  opacity: 0.6;
}
.home6 .flex .son {
  width: 140px;
  height: 440px;
  position: relative;
  color: var(--color1);
  box-sizing: border-box;
  z-index: 3;
}
.home6 .flex .son:hover {
  z-index: 10;
}
.home6 .flex .son:hover .info .img {
  transform: scale(2);
}
.home6 .flex .son:nth-child(2n) {
  padding-bottom: 0;
  display: flex;
  flex-direction: column-reverse;
}
.home6 .flex .son:nth-child(2n) .time {
  top: auto;
  bottom: calc(50% - 33px);
}
.home6 .flex .son:nth-child(2n) .time::after {
  top: auto;
  bottom: calc(50% + 25px);
}
.home6 .flex .son:nth-child(2n) .info::before {
  top: auto;
  bottom: 0;
}
.home6 .flex .son:nth-child(2n) .info::after {
  top: auto;
  bottom: calc(50% - 40px);
}
.home6 .flex .son .time {
  width: 50px;
  position: absolute;
  z-index: -1;
  top: calc(50% - 33px);
  left: -25px;
  text-align: center;
}
.home6 .flex .son .time::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 4px solid #143d78;
  box-shadow: 0 0 1px 1px #fff;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: calc(50% - 6px);
  top: calc(50% + 27px);
  transition: all 0.4s;
}
.home6 .flex .son .info {
  width: 200%;
  padding: 0px 10px;
  border-radius: 5px;
  margin-left: 8%;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  transition: all 1s;
}
.home6 .flex .son .info::before {
  content: "";
  width: 2px;
  height: calc(50% - 35px);
  display: block;
  border-radius: 10px;
  background-color: #143d78;
  position: absolute;
  left: 0;
  top: 0;
}
.home6 .flex .son .info::after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background-color: #143d78;
  position: absolute;
  left: -2px;
  top: calc(50% - 40px);
}
.home6 .flex .son .info .img {
  width: 100px;
  height: 66px;
  position: relative;
  z-index: 10;
  border: 2px solid var(--color);
  border-radius: 5px;
  overflow: hidden;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  transition: 0.2s;
  margin-bottom: 10px;
}
.home6 .flex .son .info img {
  width: 100%;
  height: 100%;
}
.home6 .flex .son .info .tit {
  font-size: 12px;
  width: 100%;
  color: var(--color2);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home6 .flex .son .info p {
  color: var(--color);
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.home7 {
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: url(../image/bg2.png);
  background-size: 200px auto;
  background-position-x: center;
  background-position-y: top;
}
.home7 .title_1 {
  color: var(--color2);
}
.home7 .flex {
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
.home7 .son {
  width: calc(100% / 8 - 40px * (8 - 1) / 8);
}
.home7 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 90%;
}
.home7 .son img {
  object-fit: contain;
}

.home8 {
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: url(../image/bg10.png);
  background-size: 200px auto;
  background-position-x: center;
  background-position-y: top;
}
.home8 .title_1 {
  color: var(--color1);
}
.home8 .flex {
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 40px;
}
.home8 .son {
  width: calc(100% / 4 - 25px * (4 - 1) / 4);
}

.home9 {
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: url(../image/bg7.png);
  background-size: 200px auto;
  background-position-x: center;
  background-position-y: top;
}
.home9 .bx {
  max-width: 1215px;
}
.home9 .title_1 {
  color: var(--color1);
}
.home9 .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home9 .title h3 {
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.home9 .title h3::before {
  content: "";
  display: block;
  width: 6px;
  height: 26px;
  background: #a84a32;
  border-radius: 3px;
  position: absolute;
  left: -10px;
  top: 0;
}
.home9 .title a {
  color: #999;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home9 .flex_1 {
  justify-content: space-between;
  margin-top: 40px;
}
.home9 .flex_1 .list {
  width: 55%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
.home9 .flex_1 .list .son {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.home9 .flex_1 .list .son::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  background-color: var(--color1);
  margin-right: 4px;
  border-radius: 4px;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: all 0.2s;
}
.home9 .flex_1 .list .son:hover::before {
  height: 16px;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.home9 .flex_1 .list .date {
  width: 100px;
  color: var(--color1);
  margin-right: 10px;
  font-weight: bold;
}
.home9 .flex_1 .list h3 {
  width: calc(100% - 120px);
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home9 .flex_1 .img {
  width: 42%;
  height: 166px;
  border: 2px solid #a84a32;
  padding: 4px;
}
.home9 .flex_1 .img img {
  width: 100%;
  height: 100%;
}
.home9 .flex_2 {
  margin-top: 40px;
  height: 500px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px;
}
.home9 .flex_2 .son {
  width: calc(100% / 3 - 15px * (3 - 1) / 3);
  height: 240px;
  position: relative;
  background-color: #eee;
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.home9 .flex_2 .son:nth-child(1) {
  height: 340px;
}
.home9 .flex_2 .son:nth-child(2) {
  height: 140px;
}
.home9 .flex_2 .son::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.home9 .flex_2 .son:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.home9 .flex_2 .son:hover i {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.home9 .flex_2 img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.home9 .flex_2 .txt {
  color: #fff;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 4;
}
.home9 .flex_2 .txt h3 {
  width: auto;
  position: relative;
  margin-bottom: 5px;
  z-index: 1;
  font-size: 30px;
  font-family: "title1";
  font-weight: normal;
}
.home9 .flex_2 .txt h3::before {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: var(--color);
  display: block;
  position: absolute;
  bottom: 4px;
  z-index: 0;
  display: none;
}
.home9 .flex_2 .txt span {
  opacity: 0.8;
}
.home9 .flex_2 i {
  position: absolute;
  right: 30px;
  bottom: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  z-index: 9;
  color: rgb(255, 255, 255);
  font-size: 16px;
  width: 24px;
  height: 24px;
  font-weight: normal;
  margin: 0px;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section1 {
  padding-bottom: 50px;
}
.section1 .bx {
  max-width: 1215px;
}
.section1 .con {
  padding: 20px 0;
}
.section1 .flex_1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.section1 .flex_1 .son {
  width: calc(100% / 2 - 20px * (2 - 1) / 2);
  height: 200px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.section1 .flex_1 .son:hover img {
  transform: scale(1);
  filter: blur(0);
}
.section1 .flex_1 .son:nth-child(3) {
  width: 100%;
}
.section1 .flex_1 .son::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.section1 .flex_1 .son img {
  width: 100%;
  height: 100%;
  filter: blur(5px);
  transition: all 0.4s;
  transform: scale(1.2);
}
.section1 .flex_1 .son .info {
  color: #fff;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 4;
}
.section1 .flex_1 .son .info h3 {
  width: auto;
  font-size: 30px;
  position: relative;
  z-index: 1;
  font-family: "title1";
  font-weight: normal;
}
.section1 .flex_1 .son .info .hr {
  width: 30px;
  height: 4px;
  margin-left: 4px;
  margin-bottom: 10px;
  background: var(--color2);
  border-radius: 2px;
}
.section1 .flex_1 .son .info p {
  opacity: 0.8;
}
.section1 .title_1 {
  margin: 40px 0;
}
.section1 .flex_2 {
  gap: 15px;
}
.section1 .flex_2 .son {
  width: calc(100% / 3 - 15px * (3 - 1) / 3);
  height: 200px;
  overflow: hidden;
  border-radius: 5px;
}
.section1 .flex_2 .son .img {
  display: block;
  width: 100%;
  height: 100%;
}
.section1 .flex_2 .son img {
  width: 100%;
  height: 100%;
}
.section1 .flex_3 {
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  height: 210px;
  margin-top: 20px;
}
.section1 .flex_3 .son {
  width: 20%;
  height: 100px;
  background-color: #eee;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
}
.section1 .flex_3 .son:hover img {
  transform: scale(1.05);
}
.section1 .flex_3 .son:nth-child(1) {
  width: calc(40% - 30px);
  height: 100%;
}
.section1 .flex_3 img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}

.section2 {
  padding-bottom: 50px;
}
.section2 .bx {
  max-width: 1215px;
}
.section2 .flex {
  justify-content: center;
  gap: 20px;
}
.section2 .son {
  width: calc(100% / 5 - 20px * (5 - 1) / 5);
  position: relative;
}
.section2 .son img {
  filter: drop-shadow(0px 0px 0px #111);
}
.section2 .son a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 150%;
}
.section2 .son .box {
  padding: 35px;
}
.section2 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  z-index: 1;
  border-radius: 10px;
}
.section2 .son .p {
  width: 100%;
  height: 37px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.section2 .son .p .light {
  color: var(--color2);
  font-weight: bold;
}
.section2 .son .txt {
  color: var(--color1);
  padding-top: 10px;
  position: relative;
  z-index: 1;
}
.section2 .son .txt h3 {
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  font-weight: normal;
}
.section2 .son .txt p {
  padding-top: 10px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.section2 .son .txt p span {
  border: 1px solid var(--color1);
  border-radius: 4px;
  padding: 0 4px;
  font-size: 12px;
  margin-right: 4px;
  display: inline-block;
}

.section3 {
  padding-bottom: 50px;
}
.section3 .bx {
  max-width: 1215px;
}
.section3 .box {
  background: #f5f3ef;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 #c2b4af;
  color: var(--color1);
  padding: 30px;
}
.section3 .top {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 15px;
}
.section3 .top .img {
  width: 140px;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
}
.section3 .top .img img {
  width: 100%;
  height: 100%;
}
.section3 .top .info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.section3 .top .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
}
.section3 .top .add span {
  border: 1px solid var(--color1);
  border-radius: 4px;
  padding: 0 4px;
  font-size: 12px;
  margin-right: 4px;
}
.section3 .top .p {
  height: 30px;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.section3 .top .p .light {
  font-weight: bold;
  color: var(--color2);
}
.section3 .top .but a {
  padding: 12px 20px;
  border-radius: 4px;
  background-color: var(--color1);
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
  display: block;
}
.section3 .top .but a:hover {
  background-color: #b9a482;
}
.section3 .top .txt {
  width: 100%;
}
.section3 .bottom {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
}
.section3 .bottom .tit {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.section4 {
  padding-bottom: 50px;
}
.section4 .bx {
  max-width: 1215px;
}
.section4 .flex {
  gap: 20px;
}
.section4 .son {
  width: 100%;
  height: 170px;
  padding: 20px 30px;
  padding-right: 20px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #dad3c0;
  background-color: #fffdf1;
  cursor: default;
  color: var(--color1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section4 .son .date {
  position: relative;
  width: auto;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
.section4 .son .date .day {
  font-weight: 700;
  font-size: 20px;
  color: #666;
}
.section4 .son .date .day::before {
  content: "";
  width: 20px;
  height: 2px;
  left: 0;
  top: calc(50% + 4px);
  position: absolute;
  display: block;
  background-color: #666;
}
.section4 .son .date p {
  color: #999;
  font-weight: 700;
}
.section4 .son .txt {
  width: 55%;
}
.section4 .son .txt h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.section4 .son .txt p {
  font-size: 12px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.section4 .son .img {
  flex-shrink: 0;
  width: 30%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.section4 .son .img .bg {
  height: 120px;
  width: 100%;
  object-fit: fill;
}
.section4 .son .img .t {
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.section4 .son .img .t img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.section4 .son .img .t .name {
  font-size: 18px;
  font-weight: 700;
}
.section4 .son .img .t .type {
  font-size: 12px;
  margin: 5px 0px;
}

.section5 {
  padding-bottom: 50px;
}
.section5 .bx {
  max-width: 1215px;
}
.section5 .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.section6 {
  padding-bottom: 50px;
}
.section6 .bx {
  max-width: 1215px;
}
.section6 .flex {
  gap: 15px;
}
.section6 .son {
  width: calc(100% / 3 - 15px * (3 - 1) / 3);
}
.section6 .son a {
  display: block;
}
.section6 .son a:hover img {
  transform: scale(1.05);
}
.section6 .son a:hover p b {
  color: var(--color2);
}
.section6 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 77%;
  background-image: url(../image/bg8.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.section6 .son img {
  padding: 20px;
  border-radius: 30px;
  overflow: hidden;
}
.section6 .son .txt {
  padding-top: 6px;
}
.section6 .son h3 {
  line-height: 30px;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section6 .son p {
  padding-top: 6px;
  display: flex;
  justify-content: space-between;
}
.section6 .son p span {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  color: #666;
}
.section6 .son p b {
  font-size: 14px;
  line-height: 1;
  color: #a84a32;
  font-weight: 400;
  transition: all 0.3s ease;
}
.section6 .son p i {
  font-size: 14px;
  line-height: 1;
}

.section7 {
  padding-bottom: 50px;
}
.section7 .bx {
  max-width: 1215px;
  display: flex;
  justify-content: space-between;
}
.section7 .l {
  width: 63%;
}
.section7 .l .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.section7 .r {
  width: 32%;
  border: 1px solid #dad3c0;
  border-radius: 4px;
}
.section7 .r .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 10px 0;
}
.section7 .r .son {
  width: calc(100% - 20px);
  height: 100px;
  padding: 4px;
  margin: 10px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  background: #f3f2e8;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section7 .r .img {
  width: 40%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.section7 .r .img img {
  width: 100%;
  height: 100%;
}
.section7 .r .info {
  width: 60%;
  padding: 0 6px;
}
.section7 .r .info .name {
  margin-top: 6px;
  font-size: 14px;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.section7 .r .info .time {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #999;
  line-height: 30px;
  font-weight: bold;
}

.section8 {
  padding-bottom: 50px;
}
.section8 .bx {
  max-width: 1215px;
}
.section8 .son {
  width: 100%;
  min-height: 100px;
  padding: 15px 20px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section8 .son .date {
  width: 140px;
  font-size: 24px;
  color: var(--color1);
  border-right: 2px solid #eee;
  font-weight: 600;
}
.section8 .son .txt {
  width: calc(100% - 180px);
}
.section8 .son h3 {
  line-height: 30px;
  font-size: 16px;
  /*color: #666;*/
  font-weight: 700;
  position: relative;
}
.section8 .son p {
  opacity: 0.8;
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.8;
}

.section9 {
  padding-bottom: 50px;
}
.section9 .bx {
  max-width: 1215px;
}
.section9 .map {
  background-image: url(../image/bg12.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.section9 .info {
  margin-top: 10px;
}
.section9 .title {
  padding: 20px 0;
  display: flex;
}
.section9 .title h2 {
  position: relative;
  cursor: pointer;
  padding: 0 10px;
  font-size: 16px;
  line-height: 40px;
  color: var(--color);
  white-space: nowrap;
  font-weight: normal;
}
.section9 .title h2::after {
  content: "";
  width: 30px;
  height: 4px;
  display: block;
  position: absolute;
  background-color: var(--color);
  bottom: 0;
  border-radius: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.section9 .son {
  margin-bottom: 50px;
  width: 100%;
  height: auto;
  padding: 20px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #dad3c0;
  background-color: #fffdf1;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
}
.section9 .son .img {
  width: 50%;
  padding-right: 20px;
  height: auto;
  font-size: 0;
}
.section9 .son .img img {
  width: 100%;
  height: 100%;
}
.section9 .son .info {
  width: 50%;
  padding-left: 20px;
  opacity: 0.8;
  font-size: 16px;
  line-height: 30px;
}
.section9 .son .info h3 {
  line-height: 40px;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}
.section9 .son .info .txt,
.section9 .son .info .img {
  display: flex;
  gap: 20px;
}
.section9 .son .info .img {
  margin-top: 20px;
  width: 100%;
}
.section9 .son .info img {
  width: 130px;
  height: 130px;
}
.section9 .son .info .txt p {
  width: 130px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  :root {
    --nav_height: 70px;
  }
  .section7 .r,
  .mbx_1 ul,
  .home6 .flex .son .time,
  .home6 .flex .son .info::before,
  .home6 .flex .son .info::after,
  .home6 .flex::before,
  .header_top .txt,
  .header_top .tel {
    display: none;
  }
  .header_top .mobile {
    display: block;
  }
  .header_top {
    height: 70px;
  }
  .header_top .logo {
    height: 50%;
  }
  .header_bottom {
    height: 0;
  }
  #banner_1.banner {
    height: 275px;
  }
  .title_1 {
    font-size: 28px;
  }
  .p_1 {
    font-size: 15px;
  }
  .home1 .flex {
    gap: 30px 0;
    margin-top: 30px;
  }
  .home1 .son {
    width: calc(100% / 4 - 0px * (4 - 1) / 4);
  }
  .home1 .son .img {
    width: 75%;
    height: 0;
    padding-bottom: 75%;
    margin-bottom: 20px;
  }
  .home1 .son .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
  }
  .home1 .son .txt h3 {
    font-size: 18px;
  }
  .home2 .flex {
    gap: 0;
  }
  .home9 .flex_1 .list,
  .home5 .son,
  .home4 .son,
  .home2 .son {
    width: 100%;
  }
  .section2 .flex,
  .home3 .flex {
    gap: 10px;
  }
  .section2 .son,
  .home3 .son {
    width: calc(100% / 2 - 10px * (2 - 1) / 2);
  }
  .section2 .son .box,
  .home3 .son .box {
    padding: 20px;
  }
  .section2 .son .img,
  .home3 .son .img {
    width: 90%;
    padding-bottom: 90%;
    margin: 0 auto;
  }
  .section2 .son .txt h3,
  .home3 .son .txt h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .home6 .flex {
    gap: 30px;
    padding: 0;
  }
  .home9 .flex_1 .img,
  .home6 .flex .son .info .img,
  .home6 .flex .son {
    width: 100%;
    height: auto;
  }
  .home6 .flex .son .info {
    width: 100%;
    padding: 0;
    margin-left: 0;
  }
  .home6 .flex .son .info .tit {
    font-size: 18px;
    padding: 10px;
  }
  .home7 .flex {
    gap: 20px;
  }
  .home7 .son {
    width: calc(100% / 3 - 20px * (3 - 1) / 3);
  }
  .home8 .flex {
    gap: 10px;
  }
  .home8 .son {
    width: calc(100% / 2 - 10px * (2 - 1) / 2);
  }
  .home9 .title h3 {
    font-size: 18px;
  }
  .home9 .title h3::before {
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .home9 .flex_1 {
    gap: 30px;
  }
  .home9 .flex_2 {
    flex-direction: row;
    height: auto;
  }
  .home9 .flex_2 .son {
    width: calc(100% / 2 - 15px * (2 - 1) / 2);
  }
  .home9 .flex_2 .son:nth-child(1),
  .home9 .flex_2 .son:nth-child(2) {
    height: 240px;
  }
  .home9 .flex_2 .txt {
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 15px;
  }
  .home9 .flex_2 .txt h3 {
    font-size: 24px;
  }
  .footer_top {
    flex-wrap: wrap;
    gap: 30px;
  }
  .footer_top .logo {
    margin: 0 auto;
  }
  .footer_top ul {
    gap: 20px;
    padding: 0;
    margin: 0 auto;
  }
  .footer_top .contact {
    width: 100%;
  }
  .footer_top .map {
    margin: 0 auto;
  }
  .footer_bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .mbx_1 h2 {
    font-size: 24px;
  }
  .section1 .flex_1 .son .info {
    left: 15px;
    right: 15px;
    bottom: 20px;
  }
  .section1 .flex_1 .son .info h3 {
    font-size: 24px;
  }
  .section1 .flex_1 .son .info p {
    font-size: 13px;
  }
  .section1 .flex_2 .son {
    width: calc(100% / 2 - 15px * (2 - 1) / 2);
  }
  .section1 .flex_3 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    height: auto;
  }
  .section1 .flex_3 .son:nth-child(1) {
    width: calc(100% / 2 - 15px * (2 - 1) / 2);
  }
  .section1 .flex_3 .son {
    width: calc(100% / 4 - 15px * (4 - 1) / 4);
  }
  .section3 .box {
    padding: 20px;
  }
  .section3 .top {
    flex-direction: column;
    align-items: center;
  }
  .section4 .son {
    flex-wrap: wrap;
    gap: 15px 0;
    height: auto;
    padding: 20px;
  }
  .section4 .son .txt {
    width: 75%;
  }
  .section4 .son .txt h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .section4 .son .img {
    width: auto;
    margin: 0 auto;
  }
  .section5 .title {
    font-size: 18px;
  }
  .section6 .flex {
    gap: 30px;
  }
  .section6 .son {
    width: 100%;
  }
  .section7 .l {
    width: 100%;
  }
  .section7 .l .title {
    font-size: 18px;
  }
  .section8 .flex {
    gap: 30px;
  }
  .section8 .son {
    flex-direction: column;
    gap: 10px;
    padding: 0;
  }
  .section8 .son .date {
    width: 100%;
    font-size: 16px;
  }
  .section8 .son .txt {
    width: 100%;
  }
  .section9 .son {
    flex-direction: column;
    height: auto;
  }
  .section9 .son .img {
    width: 100%;
    font-size: 0;
  }
  .section9 .son .info {
    width: 100%;
  }
}
