/*.section15 .flex_3 .box_1 .son .img img,*/
.section11 .r .son .img img,
.section10 .r .son .img img,
.section7 .son img,
.section5 .flex_2 .r li img,
.section5 .flex_1 .l img,
.section4 .r .son .img img,
.section3 .r .son .img img,
.section2 .son .img img,
.home4 .son .img img,
.home2 .son:nth-child(2) .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}

.section10 .l,
.section9 .l,
.section5 .flex_2 .l,
.section4 .l,
.section3 .l,
.section1 .l {
  display: none;
  width: 20%;
  padding-right: 30px;
}
.section10 .l h2,
.section9 .l h2,
.section5 .flex_2 .l h2,
.section4 .l h2,
.section3 .l h2,
.section1 .l h2 {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  padding: 30px 20px;
  background-color: var(--color);
  color: #fff;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section10 .l li,
.section9 .l li,
.section5 .flex_2 .l li,
.section4 .l li,
.section3 .l li,
.section1 .l li {
  border-bottom: 1px solid #ddd;
}
.section10 .l i,
.section9 .l i,
.section5 .flex_2 .l i,
.section4 .l i,
.section3 .l i,
.section1 .l i {
  margin-right: 10px;
}
.section10 .l a,
.section9 .l a,
.section5 .flex_2 .l a,
.section4 .l a,
.section3 .l a,
.section1 .l a {
  display: block;
  padding: 20px 20px;
  font-size: 15px;
  line-height: 1;
  transition: all 0.3s ease;
  font-weight: bold;
}
.section10 .l a.on,
.section9 .l a.on,
.section5 .flex_2 .l a.on,
.section4 .l a.on,
.section3 .l a.on,
.section1 .l a.on,
.section10 .l a:hover,
.section9 .l a:hover,
.section5 .flex_2 .l a:hover,
.section4 .l a:hover,
.section3 .l a:hover,
.section1 .l a:hover {
  background-color: var(--color);
  color: #fff;
}

@font-face {
  font-family: "title1";
  src: url(../font/yYLl0h7WyfzTzI44.woff2);
}
:root {
  --color: #967c56;
  --color1: #2b8d87;
  --color2: #e0ae2a;
  --nav_height: 70px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #333;
  font-size: 15px;
}
@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;
}
.con li {
  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;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 0;
}
#page_1 a {
  color: #fff;
  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;
  position: relative;
  z-index: 10;
  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);
}

#banner_1 {
  font-size: 0;
  position: relative;
  z-index: 10;
}
#banner_1 .banner_1 img {
  width: 100%;
  height: 100vh;
}
#banner_1 .box {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
}
#banner_1 .swiper_box {
  padding: 20px 50px;
  height: 150px;
  width: 626px;
  background-color: rgba(255, 248, 240, 0.78);
}
@media (max-width: 768px) {
  #banner_1 .swiper_box {
    display: none;
  }
}
#banner_1 .swiper_box .banner_1_thumbnails {
  height: 100%;
}
#banner_1 .swiper_box .swiper-slide-thumb-active h3 {
  color: var(--color);
}
#banner_1 .swiper_box .swiper-slide-thumb-active img {
  border: 2px solid var(--color);
}
#banner_1 .swiper_box h3 {
  font-weight: normal;
  font-size: 12px;
  transition: all 0.3s ease;
}
#banner_1 .swiper_box img {
  width: 100%;
  height: 85px;
  margin-top: 10px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
#banner_1 .button_box {
  position: relative;
  width: 152px;
  height: 150px;
  background-color: rgba(172, 70, 47, 0.78);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #banner_1 .button_box {
    display: none;
  }
}
#banner_1 .button_box i {
  width: 1px;
  height: 15px;
  background-color: #fff;
  opacity: 0.5;
}
#banner_1 .button_box .next_1,
#banner_1 .button_box .prev_1 {
  width: calc(50% - 1px);
  color: #fff;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
  transition: all 0.3s ease;
}
#banner_1 .button_box .next_1::after,
#banner_1 .button_box .prev_1::after {
  font-size: 20px;
}

#banner_2 {
  padding-top: var(--nav_height);
  position: relative;
  z-index: 10;
  display: flex;
}
#banner_2 img {
  width: 100%;
  /*height: 480px;*/
}
#banner_2 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner_2 .txt h3 {
  font-size: 48px;
  max-width: 690px;
  text-align: center;
}

#mbx_1 {
  position: relative;
  z-index: 10;
  font-size: 16px;
  line-height: 70px;
  border-bottom: 1px solid rgba(191, 191, 191, 0.4117647059);
}
#mbx_1 .bx {
  display: flex;
}
#mbx_1 .l {
  margin-right: auto;
  display: flex;
  gap: 40px;
}
#mbx_1 .l a {
  position: relative;
}
#mbx_1 .l a:hover::after,
#mbx_1 .l a.on::after {
  width: 100%;
}
#mbx_1 .l a.on {
  font-weight: bold;
}
#mbx_1 .l a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 4px;
  border-radius: 4px;
  background-color: var(--color);
  transition: all 0.3s ease;
}
#mbx_1 .r {
  margin-left: auto;
}
#mbx_1 span {
  margin: 0 5px;
}

#mbx_2 {
  position: relative;
  z-index: 10;
  font-size: 16px;
  line-height: 50px;
  border-bottom: 1px solid rgba(191, 191, 191, 0.4117647059);
}
#mbx_2 .bx {
  padding-top: 20px;
  padding-bottom: 20px;
}
#mbx_2 span {
  margin: 0 5px;
}

#home footer .bj {
  /*display: block;*/
}

header {
  height: var(--nav_height);
  position: fixed;
  width: 100%;
  z-index: 100;
  /*background: rgba(150, 124, 86, 0.8);*/
  background-image: url(../image/bj8.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}
header::after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.header {
  padding-left: 45px;
  padding-right: 45px;
  height: 100%;
  /*max-width: 1260px;*/
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 768px) {
  .header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header .nav {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: flex;
  gap: 60px;
}
@media (max-width: 768px) {
  .header .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 .nav.on {
    width: 100%;
    opacity: 1;
  }
}
.header .nav .menu {
  position: relative;
}
.header .nav .menu.pal {
  position: relative;
  left: 200px;
}
.header .nav .menu:nth-child(3) {
  margin-right: 100px;
}
.header .nav .menu:nth-child(4) {
   margin-left: 100px;
}
.header .nav .menu_none {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 768px) {
  .header .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 .nav .menu.pal {
    left: 0;
  }
  .header .nav .menu:nth-child(3),
  .header .nav .menu:nth-child(4) {
    margin: 0;
  }
}
.header .nav .menu:hover .sub {
  opacity: 1;
  visibility: visible;
}
.header .nav .menu_mobile {
  display: none;
}
@media (max-width: 768px) {
  .header .nav .menu_mobile {
    flex-grow: 1;
    width: 100%;
    height: 100%;
    display: block;
  }
}
.header .nav .tit {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.header .nav .tit.btn {
  padding: 0 16px;
  background-color: #fff;
  border-radius: 10px;
}
.header .nav .tit.btn:hover i {
  width: 16px;
  opacity: 1;
}
.header .nav .tit.btn i {
  width: 0;
  opacity: 0;
}
@media (max-width: 768px) {
  .header .nav .tit {
    padding: 0 15px;
    height: auto;
    display: flex;
  }
}
.header .nav .tit.on a::after,
.header .nav .tit:hover a::after {
  width: 100%;
}
.header .nav .tit.on i,
.header .nav .tit:hover i {
  color: var(--color);
}
.header .nav .tit i {
  transition: all 0.5s ease;
  line-height: 40px;
  width: 40px;
  font-size: 16px;
  text-align: center;
  display: none;
}
@media (max-width: 768px) {
  .header .nav .tit i {
    display: block;
  }
}
.header .nav .tit a {
  transition: all 0.5s ease;
  position: relative;
  height: 100%;
  font-size: 16px;
  font-family: "title1";
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .header .nav .tit a {
    justify-content: flex-start;
    line-height: 50px;
    font-size: 16px;
    flex-grow: 1;
    color: #fff;
  }
}
.header .nav .sub {
  position: absolute;
  min-width: 200px;
  z-index: 11;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .header .nav .sub {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
    transition: none;
    width: 100%;
    padding: 0;
    display: none;
  }
}
.header .nav .sub::after {
  position: absolute;
  content: "";
  top: -6px;
  border-width: 0 7px 7px 7px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .header .nav .sub::after {
    display: none;
  }
}
.header .nav .sub ul {
  background: rgba(150, 124, 86, 0.8);
  border-radius: 0 0 5px 5px;
  padding: 10px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .header .nav .sub ul {
    background-color: transparent;
    color: #fff;
    padding: 0 15px;
  }
}
.header .nav .sub li {
  position: relative;
}
.header .nav .sub li::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2392156863), transparent);
}
.header .nav .sub a {
  display: block;
  line-height: 1.3em;
  font-size: 16px;
  padding: 9px 5px;
  transition: all 0.5s ease;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 768px) {
  .header .nav .sub a {
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2392156863);
  }
}
.header .nav .sub a:hover {
  background-color: rgba(79, 77, 76, 0.75);
  color: #fff;
}
.header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
.header .logo img {
  max-height: 47px;
}
.header .search {
  height: 100%;
  position: absolute;
  right: 45px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header .search {
    display: none;
  }
}
.header .search i {
  font-size: 20px;
}
.header .search form {
  position: absolute;
  top: 100%;
  right: 0;
  width: 190px;
  height: 30px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header .search form.on {
  opacity: 1;
  visibility: visible;
}
.header .search form input {
  padding: 0 10px;
  width: 160px;
}
.header .search form i {
  height: 30px;
  width: 30px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .mobile {
  display: none;
}
@media (max-width: 768px) {
  .header .mobile {
    margin-left: auto;
    display: flex;
    align-items: center;
  }
}
.header .mobile i {
  font-size: 20px;
}

footer {
  /*background-color: var(--color);*/
  background-image: url(../image/bj10.jpg);
  background-position: center;
  background-size: contain;
  color: #fff;
  position: relative;
  z-index: 10;
}
footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0000003d;
}
footer .bj {
  display: none;
  background-image: url(../image/bj5.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  font-size: 0;
  width: 100%;
}

.footer_top {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.home7 .flex,
.footer_top .flex {
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
.home7 .flex::after,
.footer_top .flex::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #484f49;
}
.home7 .flex .son,
.footer_top .flex .son {
  width: 100px;
  position: relative;
}
.home7 .flex .son:hover .img,
.footer_top .flex .son:hover .img {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0%);
}
.home7 .flex .icon,
.footer_top .flex .icon {
  font-size: 0;
  width: 48px;
  height: 48px;
  /* background-color: #474747; */
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 6px;
}
.home7 .flex .icon img,
.footer_top .flex .icon img {
  width: 100%;
  height: 100%;
}
.home7 .flex p,
.footer_top .flex p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
  color: #d7d7d7;
  position: relative;
}
.home7 .flex p::after,
.footer_top .flex p::after {
  content: "";
  position: absolute;
  bottom: -51px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #484f49;
}
.home7 .flex p::before,
.footer_top .flex p::before {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #484f49;
}
.home7 .flex .img,
.footer_top .flex .img {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 50%);
  margin-bottom: 10px;
  padding: 8px;
  visibility: hidden;
  opacity: 0;
  border-radius: 5px;
  transition: all 0.3s ease;
  background-color: #fff;
  display: flex;
}
.home7 .flex .img::after,
.footer_top .flex .img::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  left: 50%;
  top: 100%;
  position: absolute;
  z-index: -1;
}
.home7 .flex .img img,
.footer_top .flex .img img {
  flex-shrink: 0;
  width: 137px;
  height: 137px;
  max-width: max-content;
  max-height: max-content;
}
.home7 .line {
  padding: 40px 0 20px;
  color: #d7d7d7;
  display: flex;
  justify-content: center;
  gap: 10px 60px;
}
.footer_top .p {
  line-height: 1.8;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.footer_top .p a {
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer_top .blue {
  position: absolute;
  right: 20%;
  bottom: 50px;
  font-size: 0;
  display: none;
}

.footer_bottom {
  background: #000;
  padding: 10px 0;
  font-size: 12px;
  color: #999;
}
.footer_bottom span {
  padding-right: 50px;
}

main.on {
  /*background-image: url(../image/bj3.jpg);*/
  background-image: url(../image/bj9.jpg);
  position: relative;
}
main.on1 {
  background-image: url(../image/bj3.jpg);
  position: relative;
}
main.on1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
  background-color: rgb(255, 255, 255);
  z-index: 0;
  width: 100%;
  max-width: 1400px;
}
main.on2 {
  background-image: url(../image/bj4.jpg);
}

.bj_5 {
  background-image: url(../image/bj5.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home1 {
  padding-top: 75px;
  /*background-image: url(../image/bj1.jpg);*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home1 .flex {
  gap: 30px;
}
.home1 .son {
  width: calc(100% / 2 - 30px * (2 - 1) / 2);
}
@media (max-width: 768px) {
  .home1 .son {
    width: 100%;
  }
}
.home1 .son h2 {
  font-size: 33px;
  font-weight: bold;
  font-family: "title1";
  margin-bottom: 32px;
  line-height: 1;
  padding-left: 20px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.home1 .son h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  border-radius: 6px;
  height: 29.5px;
  background-color: var(--color);
}
.home1 .son h2 i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #000;
}
.home1 .son .box1 {
  width: 100%;
  height: 500px;
  border: 1px solid #e0e0e0;
  border-radius: 7px;
  padding: 60px 40px 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .home1 .son .box1 {
    height: auto;
    padding: 20px;
  }
}
.home1 .son .box1 .txt {
  display: flex;
}
.home1 .son .box1 .txt span {
  line-height: 1;
  font-size: 24px;
}
@media (max-width: 768px) {
  .home1 .son .box1 .txt span {
    font-size: 18px;
  }
}
.home1 .son .box1 .txt .but {
  margin-left: 20px;
  border-radius: 24px;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.home1 .son .box1 .txt i {
  width: 2px;
  height: 24px;
  margin: 0 10px;
}
.home1 .son .box1 .txt1 .color {
  color: var(--color);
}
.home1 .son .box1 .txt1 .but,
.home1 .son .box1 .txt1 i {
  background-color: var(--color);
}
.home1 .son .box1 .txt2 .color {
  color: var(--color1);
}
.home1 .son .box1 .txt2 .but,
.home1 .son .box1 .txt2 i {
  background-color: var(--color1);
}
.home1 .son .box1 ul {
  font-family: Impact;
  margin: 30px 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home1 .son .box1 ul li {
  text-align: center;
  font-size: 20px;
}
.home1 .son .box1 ul span {
  font-size: 40px;
}
.home1 .son .box1 ul p {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  padding-top: 4px;
}
.home1 .son .box1 ul b {
  font-size: 30px;
  letter-spacing: 4px;
  padding-bottom: 20px;
  display: block;
}
.home1 .son .box1 .ul1 {
  color: var(--color);
}
.home1 .son .box1 .ul2 {
  color: var(--color1);
}
.home1 .son .box1 .but_box {
  display: flex;
  justify-content: center;
}
.home1 .son .box1 .but_box a {
  padding: 0 20px;
  text-align: center;
  border-radius: 24px;
  line-height: 28px;
  background-color: var(--color2);
  font-size: 18px;
  color: #fff;
}
.home1 .son .box2 {
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 7px;
  padding: 20px 30px;
  background-color: #fff;
  position: relative;
}
.home1 .son .box2 h3 {
  font-weight: normal;
  font-size: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.home1 .son .box2 h3 img {
  height: 32px;
}
.home1 .son .box2 a {
  font-size: 18px;
  display: block;
  padding-top: 15px;
  padding-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  transition: all 0.3s ease;
}
.home1 .son .box2 a:hover {
  color: var(--color);
}
.home1 .son .box2 .but {
  font-size: 14px;
  position: absolute;
  right: 26px;
  bottom: 25px;
  z-index: 3;
  padding: 0;
  line-height: 1;
}
.home1 .son .box2 p {
  opacity: 0.5;
}
.home1 .son .box3 {
  width: 100%;
  height: 330px;
  border: 1px solid #e0e0e0;
  border-radius: 7px;
  padding: 20px 0px 20px 30px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .home1 .son .box3 {
    padding: 20px;
    height: auto;
  }
}
.home1 .son .box3 h3 {
  font-weight: normal;
  font-size: 28px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.home1 .son .box3 h3 img {
  height: 32px;
}
.home1 .son .box3 ul {
  width: 410px;
}
@media (max-width: 768px) {
  .home1 .son .box3 ul {
    width: 100%;
  }
}
.home1 .son .box3 li {
  margin-top: 26px;
}
.home1 .son .box3 li:nth-child(1) {
  margin-top: 0;
}
.home1 .son .box3 li a {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 6px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.home1 .son .box3 li a:hover {
  color: var(--color);
}
.home1 .son .box3 li a i {
  flex-shrink: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid var(--color);
  border-radius: 50%;
  margin-right: 9px;
  position: relative;
}
.home1 .son .box3 li a i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border: 1px solid var(--color);
  border-radius: 50%;
}
.home1 .son .box3 li a span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.home1 .son .box3 li p {
  margin-left: 25px;
  opacity: 0.5;
}
.home1 .son .box3 .more {
  position: absolute;
  width: 114px;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .home1 .son .box3 .more {
    position: relative;
    width: 100%;
    margin-top: 20px;
    height: auto;
  }
}
.home1 .son .box3 .more a {
  font-size: 16px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 2px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .home1 .son .box3 .more a {
    writing-mode: inherit;
  }
}
.home1 .son .box3 .more a:hover {
  color: var(--color);
}

.home2 {
  padding-top: 30px;
}
.home2 .flex {
  gap: 30px;
}
.home2 .son {
  width: 25%;
  position: relative;
}
.home2 .son:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(157, 121, 73, 0.7);
  z-index: 1;
}
.home2 .son:nth-child(1) .bj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.home2 .son:nth-child(2) {
  width: calc(75% - 30px);
}
.home2 .son:nth-child(2) .swiper_2 {
  height: 100%;
}
.home2 .son:nth-child(2) a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.home2 .son:nth-child(2) a:hover .img img {
  transform: scale(1.05);
}
.home2 .son:nth-child(2) a:hover .txt {
  width: 100%;
  border-color: rgba(255, 255, 255, 0.2);
}
.home2 .son:nth-child(2) .img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.home2 .son:nth-child(2) .txt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 4px;
  font-size: 20px;
  transition: all 0.8s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home2 .son .title {
  padding-top: 50px;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
  font-size: 28px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.home2 .son .title::after {
  content: "";
  display: block;
  width: 6px;
  height: 40px;
  background: url(../image/line.png);
  background-size: 100%;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  bottom: -50px;
}
.home2 .son .title img {
  height: 32px;
}
.home2 .son p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.home2 .son p b {
  font-size: 48px;
}
.home2 .son .but {
  position: relative;
  z-index: 10;
  padding: 30px 20px 110px;
  display: flex;
  justify-content: center;
}
.home2 .son .but a {
  padding: 15px 40px;
  border-radius: 60px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 1;
}
.home2 .son .swiper_but {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 70px;
  background-color: var(--color);
  display: flex;
}
.home2 .son .swiper_but .prev_2,
.home2 .son .swiper_but .next_2 {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
  width: 50%;
  height: 100%;
  transition: all 0.3s ease;
}
.home2 .son .swiper_but .prev_2::after,
.home2 .son .swiper_but .next_2::after {
  color: #fff;
  font-size: 24px;
}
.home2 .son .swiper_but .next_2 {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.home3 {
  padding-top: 30px;
}
.home3 .flex {
  gap: 30px;
}
.home3 .son {
  width: calc(100% / 3 - 30px * (3 - 1) / 3);
  padding: 45px 30px;
  height: auto;
  max-height: 342px;
  color: #fff;
}
.home3 .son:nth-child(1) {
  background-color: var(--color1);
}
.home3 .son:nth-child(2) {
  background-color: var(--color);
}
.home3 .son:nth-child(3) {
  padding: 0;
  display: flex;
}
.home3 .son:nth-child(3) .box {
  flex: 1 0 0;
  position: relative;
  display: block;
}
.home3 .son:nth-child(3) .bj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home3 .son:nth-child(3) .txt {
  background-color: rgba(0, 0, 0, 0.5);
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: relative;
  z-index: 1;
  font-size: 28px;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  display: flex;
  align-items: center;
}
.home3 .son .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home3 .son .title .more {
  writing-mode: vertical-rl;
  font-size: 14px;
  position: relative;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home3 .son .title i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../image/icon9.png);
  background-size: 48px 48px;
  width: 48px;
  height: 48px;
  transition: all 2s ease;
}
.home3 .son h2 {
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.home3 .son h2 img {
  height: 32px;
}
.home3 .son ul {
  margin-top: 30px;
}
.home3 .son li {
  padding-top: 10px;
  line-height: 24px;
  position: relative;
  display: flex;
}
.home3 .son li:nth-child(1) {
  padding-top: 0;
}
.home3 .son li a {
  width: 100%;
  padding: 0 20px;
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.home3 .son li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}
.home3 .son li span {
  flex-shrink: 0;
  font-family: Arial;
}

.home4 {
  padding-top: 100px;
  padding-bottom: 30px;
}
.home4 .flex {
  gap: 150px;
}
.home4 .son {
  width: calc(100% / 5 - 150px * (5 - 1) / 5);
}
.home4 .son a {
  display: block;
  position: relative;
}
.home4 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  opacity: 0;
}
.home4 .son .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: var(--color);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home4 .son .txt:hover::before {
  opacity: 1;
}
.home4 .son .txt img {
  width: 90px;
  height: 90px;
}
.home4 .son p {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}

.home5 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.home5 .flex {
  justify-content: center;
  gap: 10px 15px;
}
.home5 .flex span,
.home5 .flex a {
  line-height: 1;
  display: block;
  transition: all 0.3s ease;
  font-size: 16px;
}
.home5 .flex a:hover {
  color: var(--color);
}

.section1 {
  padding-top: 60px;
  padding-bottom: 160px;
  position: relative;
  z-index: 10;
}
.section1 .r {
  width: 100%;
}
.section1 .r .a {
  margin-top: 40px;
}
.section1 .r .a:nth-child(1) {
  margin-top: 0;
}
.section1 .r a {
  display: flex;
}
.section1 .r a:hover img {
  transform: scale(1.05);
}
.section1 .r a:hover h3 {
  color: var(--color);
}
.section1 .r .img {
  width: 280px;
  font-size: 0;
  overflow: hidden;
}
.section1 .r img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
.section1 .r .txt {
  width: calc(100% - 280px);
  padding: 0 30px;
}
.section1 .r h3 {
  margin-bottom: 20px;
  font-size: 18px;
  width: 100%;
  transition: all 0.5s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.section1 .r .title {
  margin-bottom: 20px;
  color: #999;
  display: flex;
  gap: 20px;
}
.section1 .r p {
  line-height: 2;
  color: #999;
  text-indent: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.section2 {
  padding-top: 60px;
  padding-bottom: 160px;
  position: relative;
  z-index: 10;
}
.section2 .flex {
  gap: 30px;
}
.section2 .son {
  width: calc(100% / 3 - 30px * (3 - 1) / 3);
}
.section2 .son a {
  display: block;
  width: 100%;
}
.section2 .son a:hover .img img {
  transform: scale(1.05);
}
.section2 .son a:hover .txt {
  background-color: var(--color);
  border-color: var(--color);
}
.section2 .son a:hover .txt h3,
.section2 .son a:hover .txt .p,
.section2 .son a:hover .txt p {
  color: #fff;
}
.section2 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  border-radius: 7px 7px 0 0;
}
.section2 .son .txt {
  padding: 10px;
  border: 1px solid #ddd;
  transition: all 0.8s ease;
}
.section2 .son .txt h3 {
  padding: 2px 0;
  font-size: 16px;
  font-weight: normal;
  transition: al 0.8s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.section2 .son .txt .p {
  margin-top: 10px;
  transition: al 0.8s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.section2 .son .txt p {
  margin-top: 10px;
  transition: al 0.8s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.section2 .son .txt p span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.section2 .son .txt p .more {
  font-size: 12px;
  flex-shrink: 0;
}

.section3 {
  padding-top: 60px;
  padding-bottom: 160px;
  position: relative;
  z-index: 10;
}
.section3 .r {
  width: 100%;
}
.section3 .r .flex {
  gap: 50px 30px;
}
.section3 .r .son {
  width: calc(100% / 3 - 30px * (3 - 1) / 3);
}
.section3 .r .son a {
  display: block;
  position: relative;
}
.section3 .r .son a:hover .img img {
  transform: scale(1.05);
}
.section3 .r .son a:hover .txt {
  opacity: 1;
}
.section3 .r .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 87.5%;
}
.section3 .r .son .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  padding: 15px;
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section3 .r .son .txt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color);
  opacity: 0.9;
  z-index: -1;
}
.section3 .r .son .txt h3 {
  width: 100%;
  text-align: center;
  font-weight: normal;
  margin-bottom: 18px;
  font-size: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.section3 .r .son .txt p {
  width: 100%;
  padding: 3px 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.section3 .r .son .txt i {
  margin-top: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section4 {
  padding-top: 60px;
  padding-bottom: 160px;
  position: relative;
  z-index: 10;
}
.section4 .r {
  width: 100%;
}
.section4 .r .flex {
  gap: 50px 30px;
}
.section4 .r .son {
  width: calc(100% / 3 - 30px * (3 - 1) / 3);
}
.section4 .r .son a {
  display: block;
  position: relative;
}
.section4 .r .son a:hover .img img {
  transform: scale(1.05);
}
.section4 .r .son a:hover .txt {
  opacity: 1;
}
.section4 .r .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 150%;
}
.section4 .r .son .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  padding: 15px;
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section4 .r .son .txt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color);
  opacity: 0.9;
  z-index: -1;
}
.section4 .r .son .txt h3 {
  width: 100%;
  text-align: center;
  font-weight: normal;
  margin-bottom: 18px;
  font-size: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.section4 .r .son .txt p {
  width: 100%;
  padding: 3px 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.section4 .r .son .txt i {
  margin-top: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section5 {
  padding-top: 60px;
  padding-bottom: 160px;
  position: relative;
  z-index: 10;
}
.section5 .flex_1 {
  padding-bottom: 60px;
}
.section5 .flex_1 .l {
  width: 63%;
}
.section5 .flex_1 .l .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 79%;
}
.section5 .flex_1 .l .img::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.section5 .flex_1 .l .pag_1 {
  bottom: 0;
  padding-left: 30px;
  padding-bottom: 30px;
  display: flex;
}
.section5 .flex_1 .l .pag_1 span {
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.section5 .flex_1 .r {
  width: 37%;
}
.section5 .flex_1 .r .myswiper2 {
  height: 100%;
}
.section5 .flex_1 .r .swiper-slide-thumb-active a {
  background-color: var(--color);
}
.section5 .flex_1 .r a {
  width: 100%;
  height: 100%;
  background-color: #535049;
  padding: 0 25px;
  color: #fff;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section5 .flex_1 .r p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6;
}
.section5 .flex_1 .r span {
  opacity: 0.7;
}
.section5 .flex_2 .r {
  width: 100%;
}
.section5 .flex_2 .r li {
  margin-bottom: 30px;
}
.section5 .flex_2 .r li a {
  position: relative;
  display: flex;
}
.section5 .flex_2 .r li a:hover::after {
  width: 100%;
}
.section5 .flex_2 .r li a:hover img {
  transform: scale(1.05);
}
.section5 .flex_2 .r li a:hover h3 {
  color: var(--color);
}
.section5 .flex_2 .r li a:hover i {
  opacity: 1;
}
.section5 .flex_2 .r li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 0;
  background-color: rgba(158, 131, 76, 0.1);
  transition: all 0.3s ease;
}
.section5 .flex_2 .r li .img_box {
  flex-shrink: 0;
  width: 25%;
  position: relative;
  z-index: 2;
}
.section5 .flex_2 .r li .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 63%;
}
.section5 .flex_2 .r li .date {
  flex-shrink: 0;
  padding-left: 50px;
  position: relative;
  z-index: 2;
  padding-right: 25px;
  color: #666;
  text-align: center;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section5 .flex_2 .r li .date::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 50px;
  background-color: #dddddd;
  content: "";
  transform: translateY(-50%);
}
.section5 .flex_2 .r li em {
  display: block;
  color: #333;
  font-size: 30px;
  font-style: normal;
}
.section5 .flex_2 .r li .txt {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section5 .flex_2 .r li h3 {
  margin-bottom: 20px;
  font-size: 18px;
  width: 100%;
  transition: all 0.5s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.section5 .flex_2 .r li p {
  line-height: 2;
  color: #999;
  text-indent: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section5 .flex_2 .r li i {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--color);
  color: #fff;
  margin: auto;
  margin-right: 40px;
  font-size: 30px;
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section6 {
  padding-top: 60px;
  padding-bottom: 160px;
  position: relative;
  z-index: 10;
}
.section6 .l {
  width: 160px;
  display: flex;
}
.section6 .l .txt {
  writing-mode: vertical-lr;
  font-size: 50px;
  display: flex;
  justify-content: center;
}
.section6 .r {
  width: calc(100% - 160px);
  padding-left: 20px;
  height: 620px;
}
.section6 .r .mySwiper3 {
  height: 100%;
}
.section6 .r .mySwiper3 .swiper-slide:hover .txt,
.section6 .r .mySwiper3 .swiper-slide:hover h3 {
  opacity: 1;
}
.section6 .r .box {
  position: relative;
  display: block;
  width: 100%;
  height: 560px;
}
.section6 .r .bj {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.section6 .r .txt {
  padding: 10px;
  padding-bottom: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color);
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.section6 .r .img {
  font-size: 0;
  margin-bottom: 20px;
  flex-grow: 1;
}
.section6 .r .img img {
  width: 100%;
  height: 100%;
}
.section6 .r .title {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  margin: 20px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section6 .r i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 30px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section6 .r h3 {
  color: #3c2f21;
  font-size: 24px;
  text-align: center;
  margin-top: 30px;
  vertical-align: middle;
  font-weight: normal;
  opacity: 0;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

.section7 {
  padding-top: 60px;
  padding-bottom: 160px;
  position: relative;
  z-index: 10;
}
.section7 .son {
  width: calc(100% / 3 - 0px * (3 - 1) / 3);
  display: flex;
}
.section7 .son a {
  display: block;
  width: 100%;
  margin: 0 40px 60px;
  position: relative;
}
.section7 .son a:hover .img::after {
  height: 8px;
}
.section7 .son a:hover img {
  transform: scale(1.05);
}
.section7 .son a:hover h3 {
  color: var(--color);
}
.section7 .son h3 {
  font-size: 30px;
  text-align: center;
  font-weight: normal;
  transition: all 0.3s ease;
}
.section7 .son p {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #777;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section7 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 120%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.38);
}
.section7 .son .img::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 0;
  transition: all 0.3s ease;
  background-color: var(--color);
}
.section8 {
  padding-top: 60px;
  padding-bottom: 160px;
  position: relative;
  z-index: 10;
}
.section8 .img {
  float: left;
  font-size: 0;
  max-width: 50%;
  margin-right: 30px;
}
.section8 .con {
  font-size: 16px;
  text-indent: 2em;
}

.section9 {
  padding-top: 60px;
  padding-bottom: 160px;
  position: relative;
  z-index: 10;
}
.section9 .r {
  width: 100%;
}
.section9 .r .a {
  margin-top: 40px;
}
.section9 .r .a:nth-child(1) {
  margin-top: 0;
}
.section9 .r a {
  display: flex;
  align-items: center;
}
.section9 .r a:hover img {
  transform: scale(1.05);
}
.section9 .r a:hover h3 {
  color: var(--color);
}
.section9 .r .img {
  width: 215px;
  height: 250px;
  font-size: 0;
  overflow: hidden;
}
.section9 .r img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.section9 .r .txt {
  width: calc(100% - 215px);
  padding: 0 30px;
}
.section9 .r h3 {
  margin-bottom: 20px;
  font-size: 18px;
  width: 100%;
  transition: all 0.5s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.section9 .r .title {
  margin-bottom: 20px;
  color: #999;
  display: flex;
  gap: 20px;
}
.section9 .r p {
  line-height: 2;
  color: #999;
  text-indent: 2em;
}

.section10 {
  padding-top: 60px;
  padding-bottom: 160px;
  position: relative;
  z-index: 10;
}
.section10 .r {
  width: 100%;
}
.section10 .r .flex {
  gap: 50px;
}
.section10 .r .son {
  width: calc(100% / 4 - 50px * (4 - 1) / 4);
}
.section10 .r .son a {
  display: block;
  position: relative;
}
.section10 .r .son a:hover .img img {
  transform: scale(1.05);
}
.section10 .r .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 137.5%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.section10 .r .son .txt h3 {
  width: 100%;
  text-align: center;
  font-weight: normal;
  margin-top: 20px;
  font-size: 20px;
  color: #fff;
}

.section11 {
  padding-top: 60px;
  padding-bottom: 160px;
  position: relative;
  z-index: 10;
}
.section11 .l {
  width: 350px;
  font-size: 0;
  position: relative;
}
.section11 .l img {
  width: 100%;
}
.section11 .l h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 48px;
  font-weight: normal;
  writing-mode: vertical-rl;
}
.section11 .r {
  width: calc(100% - 410px);
  padding-left: 60px;
}
.section11 .r .flex {
  gap: 0 30px;
}
.section11 .r .son {
  width: calc(100% / 2 - 30px * (2 - 1) / 2);
}
.section11 .r .son a {
  display: block;
  position: relative;
}
.section11 .r .son a:hover .img img {
  transform: scale(1.05);
}
.section11 .r .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 65.75%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.section11 .r .son .txt {
  padding: 22px 0 36px;
}
.section11 .r .son .txt h3 {
  width: 100%;
  font-weight: normal;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.section11 .r .son .txt p {
  margin-top: 11px;
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.section12 {
  padding-top: 60px;
  padding-bottom: 160px;
  position: relative;
  z-index: 10;
}
.section12 .box {
  width: 70%;
  text-align: center;
  margin: auto;
}
.section12 .box .t {
  color: #dfa003;
  font-size: 40px;
  margin-bottom: 50px;
}
.section12 .box .tit {
  color: #fff;
  font-size: 32px;
  line-height: 1.5;
}
.section12 .box .title {
  color: #db9827;
  margin-bottom: 50px;
}
.section12 .box .flex_2 {
  flex-direction: column;
  gap: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 50px;
  color: #fff;
}
.section12 .box .flex_2 p {
  font-size: 18px;
}
.section12 .box .flex_2 h2 {
  color: #db9827;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.5;
}
.section13,
.section14,
.section15,
.section16 {
  padding-top: 60px;
  padding-bottom: 160px;
  position: relative;
  z-index: 10;
}
.section13 .box,
.section14 .box,
.section15 .box,
.section16 .box {
  width: 70%;
  text-align: center;
  margin: auto;
}
.section13 .tab,
.section14 .tab {
  margin-bottom: 20px;
  display: flex;
  gap: 40px;
}
.section13 .tab a,
.section14 .tab a {
  width: calc(100% / 2 - 40px * (2 - 1) / 2);
  background-color: #c5cacd;
  line-height: 60px;
  font-size: 20px;
  transition: all 0.3s ease;
}
.section13 .tab a:hover,
.section13 .tab a.on,
.section14 .tab a:hover,
.section14 .tab a.on {
  background-color: #db9827;
  color: #fff;
}
.section13 .flex,
.section14 .flex {
  background-color: #1c3651;
  padding: 20px 0;
}
.section13 .t {
  width: 100%;
  padding: 0 35px;
  background-color: #223c5d;
  border-radius: 15px;
  display: flex;
}
.section13 .t h2 {
  color: #db9827;
  font-weight: normal;
  line-height: 40px;
  font-size: 18px;
}
.section13 .t h2:nth-child(1) {
  width: 30%;
}
.section13 .t h2:nth-child(2) {
  width: 25%;
}
.section13 .t h2:nth-child(3) {
  width: 25%;
}
.section13 .t h2:nth-child(4) {
  width: 20%;
}
.section13 .b {
  margin: 30px 15px;
  border-radius: 10px;
  background-color: #ecedf1;
  width: 100%;
}
.section13 .b a {
  padding: 0 20px;
  height: 60px;
  line-height: 25px;
  display: flex;
  align-items: center;
}
.section13 .b a + a {
  border-top: 1px dashed #ddd;
}
.section13 .b a .t1 {
  width: 30%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section13 .b a .t2 {
  width: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section13 .b a .t3 {
  width: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section13 .b a .t4 {
  width: 20%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section14 .flex {
  gap: 20px;
  padding: 20px;
}
.section14 .flex a {
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #182b49;
  color: #d7d7d7;
  display: flex;
  align-items: center;
}
.section14 .flex a .date {
  flex-shrink: 0;
  padding-right: 20px;
  white-space: nowrap;
  font-size: 40px;
  display: flex;
  flex-direction: column;
}
.section14 .flex a .date span {
  font-size: 14px;
}
.section14 .flex a .txt {
  flex-grow: 1;
  padding-left: 30px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-left: 1px solid #ffffff69;
  text-align: left;
}
.section14 .flex a .txt h2 {
  font-weight: normal;
  margin-bottom: 10px;
}
.section14 .flex a .txt p {
  font-size: 14px;
  line-height: 2;
  text-indent: 2em;
}
.section15 .tab,
.section16 .tab {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.section15 .tab a,
.section16 .tab a {
  width: calc(100% / 4 - 10px * (4 - 1) / 4);
  background-color: #c5cacd;
  line-height: 60px;
  font-size: 20px;
  transition: all 0.3s ease;
}
.section15 .tab a:hover,
.section15 .tab a.on,
.section16 .tab a:hover,
.section16 .tab a.on {
  background-color: #db9827;
  color: #fff;
}
.section15 .box,
.section16 .box {
  width: 80%;
}
.section15 .box .con,
.section16 .box .con {
  color: #d7d7d7;
  width: 90%;
  margin: auto;
  text-align: left;
}
.section15 .box .con .img {
  margin-bottom: 20px;
  text-align: center;
}
.section15 .box .con .img img {
  width: 30%;
}
.section15 .flex {
  width: 100%;
  padding: 60px 120px;
  background-color: #00000047;
  color: #d7d7d7;
}
.section15 .flex .top {
  width: 100%;
  text-align: left;
  text-indent: 2em;
  margin-bottom: 60px;
}
.section15 .flex .rel {
  position: relative;
  padding: 20px 0;
}
.section15 .flex .rel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 1px;
  background-color: #db9827;
}
.section15 .flex .rel .son {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
.section15 .flex .rel .son + .son {
  margin-top: 20px;
}
.section15 .flex .rel .son:nth-child(2n) {
  flex-direction: row-reverse;
}
.section15 .flex .rel .son:nth-child(2n) .txt {
  justify-content: flex-end;
}
.section15 .flex .rel .son .img {
  width: calc(100% / 2 - 80px * (2 - 1) / 2);
  font-size: 0;
}
.section15 .flex .rel .son img {
  width: 100%;
}
.section15 .flex .rel .son .txt {
  padding-top: 20px;
  width: calc(100% / 2 - 80px * (2 - 1) / 2);
  display: flex;
  flex-wrap: wrap;
}
.section15 .flex .rel .son .txt .tit {
  font-size: 40px;
  color: #db9827;
  text-align: left;
  font-family: monospace;
  position: relative;
}
.section15 .flex .rel .son .txt .tit::after {
  content: "";
  position: absolute;
  left: -50px;
  right: -50px;
  bottom: 0;
  height: 1px;
  background-color: #db9827;
}
.section15 .flex .rel .son .txt .tit span {
  font-size: 22px;
}
.section15 .flex .rel .son .txt .con {
  margin: 10px 0;
  font-size: 13px;
  line-height: 2;
  width: 100%;
  text-align: left;
}
.section15 .flex_2 {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.section15 .flex_2 .son {
  width: calc(100% / 3 - 60px * (3 - 1) / 3);
}
.section15 .flex_2 .son:hover i {
  opacity: 1;
}
.section15 .flex_2 .son:hover img {
  transform: scale(1.05);
}
.section15 .flex_2 .son a {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}
.section15 .flex_2 .son h3 {
  background-color: #fff;
  line-height: 60px;
  font-size: 20px;
  font-weight: normal;
}
.section15 .flex_2 .son .img {
  width: 100%;
  height: 0;
  padding-bottom: 150%;
  overflow: hidden;
  position: relative;
}
.section15 .flex_2 .son img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: all 0.8s ease;
}
.section15 .flex_2 .son i {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  font-size: 24px;
  color: #fff;
  z-index: 1;
  opacity: 0;
  transition: all 0.8s ease;
}
.section15 .flex_3 {
  width: 80%;
  margin: auto;
}
.section15 .flex_3 .top {
  background-color: #1c3651;
  padding: 20px 60px;
  color: #d7d7d7;
  border-radius: 20px;
  margin-bottom: 30px;
}
.section15 .flex_3 .top h2 {
  color: #db9827;
  font-weight: normal;
  padding-bottom: 20px;
  border-bottom: 1px dashed #db9827;
  margin-bottom: 30px;
}
.section15 .flex_3 .top p {
  border: 1px solid #d7d7d7;
  padding: 10px 30px;
  border-radius: 30px;
  line-height: 2;
  font-size: 14px;
  text-align: left;
  text-indent: 2em;
}
.section15 .flex_3 .box_1 {
  column-count: 2;
  column-gap: 30px;
}
.section15 .flex_3 .box_1 .son {
  break-inside: avoid;
  background-color: #1c3651;
  padding: 30px 40px;
  color: #d7d7d7;
  text-align: left;
  border-radius: 20px;
  margin-bottom: 30px;
}
.section15 .flex_3 .box_1 .son .img {
  width: 100%;
  height: 100%;
  /*padding-bottom: 50%;*/
  font-size: 0;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
.section15 .flex_3 .box_1 .son .img img {
  width: 100%;
}
.section15 .flex_3 .box_1 .son .p {
  line-height: 2;
  font-size: 14px;
}
.section15 .flex_3 .box_1 .son .con {
  width: 100%;
  line-height: 2;
  font-size: 14px;
}
.section16 .box .con {
  background-color: #00000047;
  padding: 50px;
  text-align: left;
}
.section16 .home_box {
  width: 90%;
  margin: auto;
}
.section16 .home_box .home_img {
  width: 225px;
  margin-bottom: 50px;
}
.info1 {
  padding-top: 60px;
  padding-bottom: 160px;
  position: relative;
  z-index: 10;
}
.info1 .l {
  display: none;
  width: 20%;
  padding-right: 20px;
}
.info1 .l h2 {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  padding: 30px 20px;
  background-color: var(--color);
  color: #fff;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info1 .l ul {
  background-color: #fff;
  padding-bottom: 20px;
  border-radius: 0 0 10px;
}
.info1 .l li {
  border-bottom: 1px solid #ddd;
}
.info1 .l i {
  margin-right: 10px;
}
.info1 .l a {
  display: block;
  padding: 20px 20px;
  font-size: 15px;
  line-height: 1;
  transition: all 0.3s ease;
  font-weight: bold;
}
.info1 .l a.on,
.info1 .l a:hover {
  color: var(--color);
}
.info1 .r {
  width: 100%;
}
.info1 .r .box {
  width: 70%;
  background-color: #ffffffdb;
  margin: auto;
  padding: 50px;
  border-radius: 30px;
}
.info1 .r .title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 40px;
}
.info1 .r .info {
  text-align: center;
  padding-bottom: 40px;
}
.info1 .r .info span {
  margin: 0 10px;
  color: #999;
}
.home_box1 {
  background-color: #00000047;
  border-radius: 20px;
  color: #d7d7d7;
  padding: 30px 60px;
}
.home_box1 h2 {
  font-size: 24px;
  font-weight: normal;
}
.home_box1 .txt1 {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 2;
}
.home_box1 .txt2 {
  color: #db9827;
  margin-top: 20px;
  font-size: 17px;
  line-height: 2;
}
.home_box1 .date {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.home_box1 .date .p {
  font-size: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home_box1 .date .p span {
  line-height: 1.5;
  font-size: 15px;
  color: #db9827;
}
.home_box2 {
  background-color: #00000047;
  border-radius: 20px;
  color: #d7d7d7;
  padding: 30px 60px;
}
.home_box2 h2 {
  color: #db9827;
  font-size: 36px;
  font-weight: normal;
}
.home_box2 h2 + .p {
  text-align: left;
  font-size: 26px;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #d7d7d7;
}
.home_box2 .flex_r {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}
.home_box2 .flex_r .son {
  max-width: 48%;
  width: 100%;
  text-align: left;
}
.home_box2 .flex_r .son .top {
  display: flex;
  gap: 30px;
}
.home_box2 .flex_r .son span:nth-child(1) {
  background-color: #bb9777;
  border-radius: 7px;
  padding: 0 15px;
  font-size: 16px;
  color: #000;
}
.home_box2 .flex_r .son span {
  font-size: 24px;
  line-height: 24px;
}
.home_box2 .flex_r .son p {
  margin-top: 10px;
  font-size: 14px;
}
.home_box2 .flex_r .son + .p {
  font-size: 13px;
  width: 100%;
  text-align: left;
}
.home_box2 .flex_r .son2 {
  width: 25%;
}
.home_box2 .flex_r .son2 .img {
  font-size: 0;
  width: 100%;
}
.home_box2 .flex_r .son2 img {
  width: 100%;
}
.home_box2 .flex_r .son2 p {
  margin-top: 20px;
}
.home_box2 .flex_r .son3 {
  width: 75%;
  padding-left: 30px;
  text-align: left;
  font-weight: bold;
  line-height: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home_box2 .flex_r .son3 .tit {
  flex-shrink: 0;
}
.home_box2 .flex_r .son3 .top {
  width: 100%;
  display: flex;
}
.home_box2 .flex_r .son3 .top .p {
  flex-grow: 1;
  display: flex;
  /*justify-content: space-between;*/
  gap: 100px;
}
.home_box2 .flex_r .son3 .top span {
  color: red;
}
.home_box2 .flex_r .son3 .m {
  display: flex;
}
.home_box2 .flex_r .son3 .bottom {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
}
.home_box2 .flex_r .son3 .bottom a {
  width: calc(100% / 3 - 25px * (3 - 1) / 3);
  text-align: center;
  border: 1px solid #ffffffdb;
  font-weight: normal;
  line-height: 3;
}
.home_box3 {
  margin-top: 20px;
  display: flex;
  gap: 30px;
}
.home_box3 .son {
  width: calc(100% / 2 - 30px * (2 - 1) / 2);
  padding: 20px 60px;
  background-color: #bb9777;
  text-align: left;
}
.home_box3 .son h3 {
  font-weight: normal;
  font-size: 24px;
}
.home_box3 .son p {
  font-size: 20px;
  padding: 10px 0 15px;
  line-height: 1;
  height: 45px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home_box3 .son .txt {
  font-size: 14px;
  line-height: 1.8;
}
.home_box3 .son .but {
  margin-top: 20px;
  display: flex;
}
.home_box3 .son .but a {
  line-height: 2;
  padding: 1px 20px;
  border: 1px solid #765332;
}
.home_hr {
  display: block;
  width: 100%;
  border: 1px dashed #db9827;
  margin: 20px 0;
}
.home6 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.home6 .home_box {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.home6 .home_box .home_box2 {
  margin-top: 80px;
}
.home_box4 {
  color: #d7d7d7;
  margin-top: 80px;
}
.home_box4 > h3 {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 60px;
}
.home_box4 .box {
  padding: 10px;
  background-color: #6c4936;
  display: flex;
}
.home_box4 .box .l {
  width: 40%;
  padding: 0 20px;
  text-align: left;
  padding-top: 50px;
}
.home_box4 .box .l .h3 {
  font-size: 18px;
}
.home_box4 .box .l .p {
  font-size: 14px;
  padding: 15px 0;
}
.home_box4 .box .l .flex {
  gap: 20px;
  padding: 15px 0;
}
.home_box4 .box .l .flex .son {
  background-color: #be9577;
  border-radius: 10px;
  padding: 10px;
}
.home_box4 .box .l .flex .son .tit,
.home_box4 .box .l .flex .son .con {
  font-size: 14px;
  line-height: 2;
}
.home_box4 .box .r {
  width: 60%;
}
.home_box5 {
  color: #d7d7d7;
  margin-top: 80px;
}
.home_box5 > h3 {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 60px;
}
.home_box5 .son {
  padding: 0 30px;
  display: flex;
  align-items: center;
}
.home_box5 .son .img {
  width: 35%;
  font-size: 0;
}
.home_box5 .son .img img {
  width: 100%;
}
.home_box5 .son .txt {
  width: 65%;
  padding-left: 40px;
  text-align: left;
}
.home_box5 .son .txt .tit {
  font-size: 36px;
  margin-bottom: 20px;
  color: #db9827;
}
.home_box5 .son .txt .con {
  font-size: 13px;
}
.home_box5 .next_5,
.home_box5 .prev_5 {
  width: 30px;
  height: 30px;
  color: #d7d7d7;
  border-radius: 50%;
  border: 1px solid #d7d7d7;
}
.home_box5 .next_5::after,
.home_box5 .prev_5::after {
  font-size: 20px;
}
.home_box5 .next_5 {
  right: 0;
}
.home_box5 .prev_5 {
  left: 0;
}
.home_box6 {
  background-color: #00000047;
  border-radius: 20px;
  color: #d7d7d7;
  padding: 30px 60px;
}
.home_box6 > h2 {
  color: #db9827;
  font-size: 36px;
  font-weight: normal;
}
.home_box6 .son {
  text-align: left;
  line-height: 2;
  margin-top: 20px;
  padding-bottom: 20px;
}
.home_box7 {
  background-color: #00000047;
  border-radius: 20px;
  color: #d7d7d7;
  padding: 30px 60px;
}
.home_box7 h2 {
  color: #db9827;
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 20px;
}
.home_box7 .son {
  width: 100%;
  display: flex;
  align-items: center;
}
.home_box7 .son + .son {
  margin-top: 40px;
}
.home_box7 .img {
  width: 90px;
  flex-shrink: 0;
}
.home_box7 .img img {
  width: 100%;
  border-radius: 5px;
}
.home_box7 .txt {
  flex-grow: 1;
  padding-left: 40px;
  line-height: 2;
  text-align: left;
}
.home_box8 {
  margin-top: 80px;
}
.home_box8 h2 {
  color: #db9827;
  font-size: 36px;
  font-weight: normal;
}
.home_box8 .img {
  display: block;
  font-size: 0;
  margin-top: 20px;
}
.home_box8 .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .home1 .son h2 {
    font-size: 28px;
  }
  .home1 .son .box1 ul b {
    font-size: 0;
  }
  .home1 .son .box1 ul {
    align-items: flex-start;
  }
  .home1 .son .box1 ul span {
    font-size: 30px;
  }
  .home1 .son .box1 ul p,
  .home1 .son .box1 .but_box a {
    font-size: 14px;
  }
  .section7 .son,
  .section1 .r .img,
  .section9 .r .txt,
  .home3 .son,
  .home2 .son,
  .home2 .son:nth-child(2) {
    width: 100%;
  }
  .home3 .son {
    padding: 20px;
  }
  .home2 .son:nth-child(2) .img {
    height: 0;
    padding-bottom: 100%;
  }
  .footer_top .flex,
  .home4 .flex {
    justify-content: center;
    gap: 20px;
  }
  .footer_top .flex .son,
  .home4 .son {
    width: calc(100% / 3 - 20px * (3 - 1) / 3);
  }
  .footer_top .blue {
    position: relative;
    bottom: 0;
    right: 0;
    /*display: flex;*/
    justify-content: center;
  }
  .footer_top .flex p {
    margin-bottom: 30px;
  }
  .footer_top {
    padding-bottom: 20px;
  }
  #mbx_2 .bx {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .info1 {
    padding-top: 40px;
  }
  .section5 .flex_2 .r li .date,
  .section5 .flex_2 .r li i,
  #mbx_1 .l a {
    display: none;
  }
  #mbx_1 .l a.on {
    display: block;
  }
  .section9 .r a {
    flex-direction: column;
  }
  .section9 .r .txt {
    padding: 20px 30px;
  }
  .section7 .son p {
    margin-top: 15px;
  }
  .section5 .flex_2 .r li a,
  .section1 .r a {
    flex-wrap: wrap;
  }
  .section5 .flex_2 .r li .txt,
  .section1 .r .txt {
    padding: 20px 0;
    width: 100%;
  }
  .section10 .r .flex {
    gap: 20px;
  }
  .section10 .r .son {
    width: calc(100% / 2 - 20px * (2 - 1) / 2);
  }
  
  .section12 .box,
  .info1 .r .box,
  .section13 .box,
  .section14 .box,
  .section15 .box,
  .section16 .box,
  .section15 .flex_3,
  .section15 .flex_2 .son,
  .section15 .flex .rel .son .img,
  .section15 .flex .rel .son .txt,
  .section15 .box .con,
  .section16 .box .con,
  .section16 .home_box,
  .section15 .box,
  .section16 .box,
  .section5 .flex_2 .r li .img_box,
  .home_box5 .son .img,
  .home_box5 .son .txt,
  .home_box4 .box .l,
  .home_box4 .box .r,
  .home_box3 .son,
  .home6 .home_box {
    width: 100%;
  }
  .home_box6,
  .section15 .flex_3 .top,
  .section15 .flex,
  .section16 .box .con,
  .home_box4 .box .l,
  .home_box3 .son,
  .home_box2,
  .home_box1 {
    padding: 20px;
  }
  .section15 .flex .rel .son,
  .section15 .tab,
  .section16 .tab,
  .home_box5 .son,
  .home_box4 .box,
  .home_box3,
  .home_box1 .date {
    flex-wrap: wrap;
  }
  .home_box8 h2,
  .home_box6 > h2,
  .home_box5 .son .txt .tit,
  .home_box5 > h3,
  .home_box4 > h3,
  .home_box2 h2 {
    font-size: 30px;
  }
  .home_box8 h2 {
    margin-bottom: 20px;
  }
  .home_box1 .date .p {
    font-size: 24px;
  }
  .section15 .flex_3 .box_1 .son,
  .home_box3 .son h3,
  .home_box2 .flex_r .son span,
  .home_box2 h2 + .p {
    font-size: 20px;
  }
  .home_box1 .date .p span {
    font-size: 12px;
  }
  .home_box1 .txt2 {
    font-size: 15px;
  }
  .section13 .t h2 {
    font-size: 14px;
  }
  .home_box2 .flex_r .son span:nth-child(1),
  .home_box1 .txt1 {
    font-size: 13px;
  }
  .home_box2 .flex_r .son {
    max-width: 100%;
  }
  .home_box3 .son p {
    padding: 0;
    margin: 10px 0 15px;
    height: auto;
  }
  .home_box5 .son .txt {
    padding-left: 0px;
    padding-top: 20px;
  }
  .home7 .flex .son, .footer_top .flex .son {
    width: calc(100% / 5 - 0px * (5 - 1) / 5);
  }
  .section13 .tab a, .section14 .tab a,
  .section15 .tab a, .section16 .tab a {
    width: calc(100% / 2 - 10px * (2 - 1) / 2);
    line-height: 50px;
    font-size: 16px;
  }
  .section13, .section14, .section15, .section16 {
    padding-bottom: 100px;
  }
  .section15 .flex .rel .son:nth-child(2n) .txt {
    justify-content: flex-start;
  }
  .section15 .flex .rel .son {
    gap: 0;
  }
  .section14 .flex a .date,
  .section15 .flex .rel .son .txt .tit::after,
  .section15 .flex .rel::after {
    display: none;
  }
  .section15 .flex_2 {
    gap: 20px;
  }
  .section15 .flex_3 .box_1 {
    column-count: 1;
  }
  .section13 .t {
    padding: 0 25px;
  }
  .section13 .b {
    margin: 30px 10px;
  }
  .section13 .b a {
    padding: 0 15px;
  }
  .section14 .flex a .txt {
    border-left: none;
    padding-left: 0;
  }
  .section14 .flex a .txt h2 {
    font-size: 18px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .info1 .r .box {
    padding: 20px;
    border-radius: 15px;
  }
  .info1 .r .title {
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 20px;
  }
  .info1 .r .info {
    padding-bottom: 20px;
  }
  .section12 .box .t {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .section12 .box .tit {
    font-size: 20px;
  }
  .section12 .box .title {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .section12 .box .flex_2 {
    padding: 40px 20px;
    gap: 40px;
  }
  .section12 .box .flex_2 p {
    font-size: 15px;
  }
  .section12 .box .flex_2 h2 {
    font-size: 20px;
  }
  .section12 {
    padding-bottom: 100px;
  }
  .home_box2 .flex_r .son2 {
    width: 50%;
    margin: 0 auto;
  }
  .home_box2 .flex_r .son3 {
    gap: 15px;
    width: 100%;
    padding: 0;
  }
  .home_box2 .flex_r .son3 .top .p {
    justify-content: space-between;
    gap: 0;
  }
  .home_box2 .flex_r .son3 .bottom a {
    width: calc(100% / 2 - 25px * (2 - 1) / 2);
  }
  .home_box7 {
    padding: 20px;
  }
  .home_box7 .son {
    flex-direction: column;
  }
  .home_box7 .txt {
    padding-left: 0;
    padding-top: 20px;
  }
  .home7 .line {
    flex-wrap: wrap;
    gap: 10px;
  }
}
