.my-not{
    opacity: 0.4;
    pointer-events: none;
}
.my-main * {
  -webkit-transition: initial;
  -o-transition: initial;
  -moz-transition: initial;
  transition: initial;
}

.my-img-active {
  cursor: pointer;
}

.my-img-active.my-img-container, .my-img-active .my-img-container {
  overflow: hidden;
}

.my-img-active .my-img-target {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.my-img-active:hover .my-img-container.my-img-target, .my-img-active:hover.my-img-container.my-img-target {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.my-img-active:hover .my-img-container .my-img-target, .my-img-active:hover.my-img-container .my-img-target {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.my-img-toggle {
  cursor: pointer;
}

.my-img-toggle.my-img-goal, .my-img-toggle .my-img-goal {
  position: relative;
  display: inline-block;
}

.my-img-toggle.my-img-goal img, .my-img-toggle .my-img-goal img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.my-img-toggle.my-img-goal img:nth-child(2), .my-img-toggle .my-img-goal img:nth-child(2) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.my-img-toggle:not(.my-img-not):hover.my-img-goal img:nth-child(1), .my-img-toggle:not(.my-img-not):hover .my-img-goal img:nth-child(1), .my-img-toggle.active.my-img-goal img:nth-child(1), .my-img-toggle.active .my-img-goal img:nth-child(1) {
  opacity: 0;
}

.my-img-toggle:not(.my-img-not):hover.my-img-goal img:nth-child(2), .my-img-toggle:not(.my-img-not):hover .my-img-goal img:nth-child(2), .my-img-toggle.active.my-img-goal img:nth-child(2), .my-img-toggle.active .my-img-goal img:nth-child(2) {
  opacity: 1;
}

.my-time {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.my-time::before, .my-time::after {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.my-times {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.my-times::before, .my-times::after {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.my-times * {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.my-times *::before, .my-times *::after {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.swiper-pagination.status1 .swiper-pagination-bullet {
  background-color: #000;
  opacity: 0.1;
}

.swiper-pagination.status1 .swiper-pagination-bullet-active {
  opacity: 1;
}

.my-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.8rem;
  -webkit-column-gap: 1.2222222222%;
  -moz-column-gap: 1.2222222222%;
  column-gap: 1.2222222222%;
}

.my-list .item {
  width: 32.5%;
}

.my-list .item:hover .item-title {
  text-decoration: underline;
}

.my-list .item-img {
  border-radius: 8px;
  margin-bottom: 0.26rem;
  position: relative;
  aspect-ratio: 1000/700;
}

.my-list .item-tip {
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  padding: 0 0.17rem;
  line-height: 1.8571428571;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.8);
  border-radius: 50px;
}

.my-list .item-time {
  line-height: 1.3571428571;
  opacity: 0.6;
  margin-bottom: 0.11rem;
}

.my-list .item-title {
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0.16rem;
}

.my-list .item-more {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2.1428571429;
}

.my-list .item-more img {
  width: 1.2857142857em;
  margin-left: 0.06rem;
}

header.active {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}

header.active .pc-header {
  position: relative;
}

.a_dw {
  top: -80px;
}

.pc-header .nav-item:hover .nav-container {
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  opacity: 1;
  pointer-events: auto;
}

.pc-header .nav-item:hover .nav-bg, .pc-header .nav-item:hover .nav-container2 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: auto;
}

.pc-header .nav-container {
  position: absolute;
  top: 100%;
  left: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
  z-index: 2;
  -webkit-transform: translate3d(-50%, 15px, 0);
  -moz-transform: translate3d(-50%, 15px, 0);
  transform: translate3d(-50%, 15px, 0);
  opacity: 0;
  pointer-events: none;
  height: 5em;
}

.pc-header .nav-link {
  white-space: nowrap;
  line-height: 1.875;
  position: relative;
}

.pc-header .nav-link:hover::after {
  width: 100%;
  left: 0;
}

.pc-header .nav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  right: 0;
  bottom: 0px;
  -webkit-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  -moz-transition: width 0.3s linear;
  transition: width 0.3s linear;
}

.pc-header .nav-bg {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  height: 5em;
  background-color: #fff;
  -webkit-transform: translate3d(0, 15px, 0);
  -moz-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.04);
}

.pc-header .nav-container2 {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.95);
  -webkit-transform: translate3d(0, 15px, 0);
  -moz-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.04);
  padding-left: 4.9rem;
  padding-right: 4rem;
  padding-top: 0.22rem;
  padding-bottom: 0.6rem;
  color: #000;
}

.pc-header .select {
  padding-left: 0.6rem;
  line-height: 2.25;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0.6rem;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
  margin-bottom: 0.84rem;
}

.pc-header .select-item {
  position: relative;
  cursor: pointer;
}

.pc-header .select-item::before {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #000;
  height: 0.75em;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  right: -0.3rem;
  opacity: 0;
}

.pc-header .select-item:hover::before, .pc-header .select-item.active::before {
  opacity: 1;
}
.pc-header .list{
  max-height: 60vh;
  overflow: auto;
  padding-bottom: 10px;
}
.pc-header .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0.3rem;
  -moz-column-gap: 0.3rem;
  column-gap: 0.3rem;
  row-gap: 0.3rem;
  display: none;
  width: 100%;
}

.pc-header .item.active {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.pc-header .li {
  width: 2.2rem;
}

.pc-header .li-title {
  line-height: 1.2;
  margin-top: 0.1rem;
  text-align: center;
}

.contact1 {
  padding-top: 2.5rem;
  padding-bottom: 2.4rem;
}

.contact1 .title {
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.78rem;
}

.contact1 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact1 .item {
  width: 32.2222222222%;
  padding: 0.3rem 0.45rem 0.3rem 0.35rem;
  background-color: #FAFAFA;
  border-radius: 0.12rem;
}

.contact1 .item-title {
  line-height: 1.3846153846;
  margin-bottom: 0.3rem;
}

.contact1 .item-line {
  height: 1px;
  background-color: #E5E5E5;
  margin-bottom: 0.26rem;
}

.contact1 .item-li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact1 .item-li + .item-li {
  margin-top: 0.06rem;
}

.contact1 .item-li-title {
  line-height: 2;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.3rem;
}

.contact1 .item-li-line {
  width: 1px;
  height: 1.1111111111em;
  background-color: #E5E5E5;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.3rem;
  margin-top: 0.4444444444em;
}

.contact1 .item-li-dd {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact1 .item-li-dd-icon {
  width: 1em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.12rem;
  margin-top: 0.5555555556em;
}

.contact1 .item-li-dd-text {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 2;
}

.contact1 .item-li-dd-text a:hover {
  text-decoration: underline;
}

.contact1 .item-li-dd-text a:hover::before {
  text-decoration: none;
}

.contact1 .item-li-dd-text p {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.contact1 .item-li-dd-text p + p::before {
  position: relative;
  content: "|";
  margin: 0 0.1rem;
}

.contact2 {
  position: relative;
  overflow: hidden;
}

.contact2 .img,
.contact2 .img2 {
  width: 100%;
}

.contact2 .img2 {
  display: none;
}

.contact2 .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.contact2 .wrap1800 {
  max-width: 600px;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0.4rem;
}

.contact2 .title {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}

.contact2 .text {
  color: #fff;
  line-height: 2;
  margin-bottom: 0.37rem;
  overflow: hidden;
  letter-spacing: 0.15rem;
}

.contact2 .text span {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  -moz-transition: transform 0.2s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -moz-transform 0.2s ease, -o-transform 0.2s ease;
}

.contact2 .wrap1800 .text.in span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.about1 {
  position: relative;
}

.about1 .content {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  position: sticky;
  left: 0;
  z-index: 0;
  top: 80px;
}

.about1 .title {
  line-height: 1.3235294118;
  margin-bottom: 0.18rem;
  letter-spacing: 0.05em;
}

.about1 .icon {
  width: 2.0588235294em;
  aspect-ratio: 140/37;
}

.about1 .img {
  width: 100%;
  aspect-ratio: 1920/950;
  position: relative;
}

.about1 .img-contnet {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  z-index: 2;
  -webkit-clip-path: polygon(0% var(--y), 100% var(--y), 100% 100%, 0% 100%);
  clip-path: polygon(0% var(--y), 100% var(--y), 100% 100%, 0% 100%);
}

.about1 .img-target {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  margin: 0 auto;
}

.about2 {
  padding-top: 1.1rem;
  padding-bottom: 1.6rem;
}

.about2 .content {
  width: 68.5714285714%;
  margin-left: auto;
}

.about2 .text {
  line-height: 1.5;
  margin-bottom: 0.8rem;
}

.about2 .text p {
  display: inline;
  background: #B3B3B7 -webkit-linear-gradient(left, #323237, #323237) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -o-background-size: 0 100%;
  background-size: 0 100%;
}

.about2 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #323237;
  position: relative;
}

.about2 .item {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about2 .item-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1px;
}

.about2 .item-num {
  font-family: Arial;
}

.about2 .item-tip {
  margin-top: 8px;
}

.about2 .item-text {
  line-height: 1.3125;
}

.about2 .item-bg {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.75;
}

.about3 {
  padding-bottom: 1rem;
}

.about3 .swiper {
  position: static;
  overflow: initial;
  width: 10rem;
}

.about3 .swiper-wrapper {
  position: static;
  display: block;
}

.about3 .swiper-slide {
  position: sticky;
  margin-bottom: 20vh;
  border-radius: 0.2rem;
  color: #fff;
  overflow: hidden;
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
}

.about3 .swiper-slide.emty {
  height: 0;
  margin-bottom: 0;
}

.about3 .slide-title {
  position: absolute;
  right: 0.48rem;
  top: 0.48rem;
}

.about3 .slide-text {
  position: absolute;
  left: 0.47rem;
  line-height: 1.2;
  bottom: 0.41rem;
}

.about3 .slide-img {
  width: 100%;
  aspect-ratio: 1000/640;
}

.about4 {
  position: relative;
}

.about4 .container-box {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 100vh;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about4 .content {
  padding: 0 0.6rem;
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  margin-top: auto;
}

.about4 .left {
  margin-left: 2rem;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about4 .title {
  letter-spacing: 0.05em;
  background: -webkit-linear-gradient(left, #000 0%, #000 50%, #FFC887 100%);
  background: -moz-linear-gradient(left, #000 0%, #000 50%, #FFC887 100%);
  background: -o-linear-gradient(left, #000 0%, #000 50%, #FFC887 100%);
  background: linear-gradient(90deg, #000 0%, #000 50%, #FFC887 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  line-height: 1.3;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-bottom: 0.3rem;
}

.about4 .list {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  position: relative;
}

.about4 .item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about4 .item-time {
  font-size: 1.54rem;
  line-height: 0.875;
  color: rgba(0, 0, 0, 0.1);
  font-family: Arial;
}

.about4 .item-info {
  margin-top: auto;
}

.about4 .item-text1 {
  line-height: 1.2857142857;
  margin-bottom: 0.17rem;
}

.about4 .item-text2 {
  line-height: 1.3;
  font-weight: 250;
}

.about4 .right {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 15px;
  width: 9rem;
  overflow: hidden;
}

.about4 .right-content {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  position: relative;
}

.about4 .right-item {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 100%;
}

.about4 .right-img {
  border-radius: 0.2rem;
}

.about4 .swipers {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.about4 .my-swiper2 {
  margin: 0 auto 0.15rem;
  width: -webkit-calc(100% - 0.6rem);
  width: -moz-calc(100% - 0.6rem);
  width: calc(100% - 0.6rem);
  overflow: initial;
}

.about4 .my-swiper2 .swiper-slide {
  width: 3.2rem;
}

.about4 .my-swiper2 .swiper-slide.active .slide-title {
  opacity: 1;
}

.about4 .my-swiper2 .slide-title {
  text-align: center;
  margin-bottom: 0.18rem;
  font-family: Arial;
  opacity: 0;
}

.about4 .my-swiper2 .slide-icons {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about4 .my-swiper2 .slide-icon1 {
  position: relative;
  z-index: 2;
}

.about4 .my-swiper2 .slide-icon2 {
  margin: 0 auto;
}

.about4 .my-swiper2 .swiper-line {
  --x: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 10px;
  z-index: 2;
  background-color: #000;
  -webkit-clip-path: polygon(0% 0%, var(--x) 0%, var(--x) 100%, 0% 100%);
  clip-path: polygon(0% 0%, var(--x) 0%, var(--x) 100%, 0% 100%);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.about5 {
  height: 300vh;
  padding-top: 1.1rem;
}

.about5 .container {
  width: -webkit-calc(100% - 1.2rem);
  width: -moz-calc(100% - 1.2rem);
  width: calc(100% - 1.2rem);
  max-width: 1800px;
  position: sticky;
  margin: 0 auto;
  height: 100vh;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 80px;
}

.about5 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  aspect-ratio: 1800/850;
  max-height: 100%;
  width: 100%;
}

.about5 .list.active .item:nth-child(1) {
  width: 100%;
}

.about5 .list.active .item:nth-child(2) {
  width: 0%;
}

.about5 .item {
  width: 48.8888888889%;
  overflow: hidden;
  border-radius: 0.2rem;
  height: 100%;
  position: relative;
}

.about5 .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about5 .item.active .item-content {
  opacity: 1;
}

.about5 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 39.41%, rgba(0, 0, 0, 0.8) 85.29%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 39.41%, rgba(0, 0, 0, 0.8) 85.29%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 39.41%, rgba(0, 0, 0, 0.8) 85.29%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.41%, rgba(0, 0, 0, 0.8) 85.29%);
  padding-left: 11.1111111111%;
  padding-right: 12.7777777778%;
  padding-bottom: 0.77rem;
  color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
}

.about5 .item-left {
  width: 59.8540145985%;
}

.about5 .item-title {
  letter-spacing: 0.05em;
  margin-bottom: 0.44rem;
}

.about5 .item-text {
  line-height: 1.3333333333;
}

.about5 .item-ul {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  row-gap: 1.38rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about5 .item-li-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1px;
}

.about5 .item-li-num {
  font-family: Arial;
}

.about5 .item-li-tip {
  margin-top: 8px;
}

.about5 .item-li-text {
  line-height: 1.3125;
}

.about6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.about6 .container {
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.about6 .title-text {
  line-height: 1.3235294118;
  margin-bottom: 0.87rem;
}

.about6 .list {
  width: -webkit-calc(100% - 1.2rem);
  width: -moz-calc(100% - 1.2rem);
  width: calc(100% - 1.2rem);
  max-width: 1800px;
  margin: 0 auto;
}

.about6 .swiper {
  padding-bottom: 30px;
}

.about6 .swiper-pagination {
  bottom: 0;
}

.about6 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  --x-progress: 100%;
}

.about6 .item-img {
  width: 4.8rem;
  border-radius: 0.2rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  aspect-ratio: 480/310;
  margin-right: 0.55rem;
}

.about6 .item-text {
  color: #000;
  position: relative;
  line-height: 1.3;
}

.news1 {
  padding-top: 1.5rem;
  padding-bottom: 0.75rem;
}

.news1 .title {
  letter-spacing: 0.05em;
  margin-bottom: 0.78rem;
}

.news1 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.2rem;
  overflow: hidden;
}

.news1 .slide-img {
  width: 55.5555555556%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.news1 .slide-content {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #F9F9F9;
  padding-left: 5.5555555556%;
  padding-right: 6.6666666667%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news1 .slide-time {
  line-height: 1.4;
  opacity: 0.6;
  margin-bottom: 0.18rem;
}

.news1 .slide-title {
  font-weight: normal;
  line-height: 1.6111111111;
  margin-bottom: 0.19rem;
}

.news1 .slide-text {
  line-height: 1.75;
  color: #323237;
}

.news1 .slide-btn {
  margin-top: 0.73rem;
}

.news1 .swiper-pagination {
  bottom: 0.5rem;
  left: 61.1111111111%;
  width: auto;
}

.news2 {
  padding-top: 0.75rem;
  padding-bottom: 1rem;
}

.news2 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.15rem;
  -moz-column-gap: 0.15rem;
  column-gap: 0.15rem;
  margin-bottom: 0.4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.2rem;
}

.news2 .more-btn2 {
  background-color: #F2F2F2;
  width: auto;
  padding: 0 24px;
}

.news2 .my-list {
  margin-bottom: 0.7rem;
}

.news-detail1 {
  padding-top: 1.45rem;
  padding-bottom: 1.1rem;
}

.news-detail1 .wrap1400 {
  max-width: 1200px;
}

.news-detail1 .title {
  font-weight: normal;
  line-height: 1.16;
  text-align: center;
  margin-bottom: 0.72rem;
}

.news-detail1 .info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0.6rem;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
  row-gap: 0.3rem;
  margin-bottom: 0.15rem;
}

.news-detail1 .content {
  font-size: 16px;
  line-height: 1.75;
  color: #323237;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 0.43rem;
}

.news-detail1 .content img {
  display: inline-block;
}

.news-detail1 .bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-detail1 .bottom .item {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  line-height: 1.75;
}

.news-detail1 .bottom .item a {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 100%;
}

.news-detail1 .bottom .item a:hover {
  text-decoration: underline;
}

.news-detail1 .bottom .item:nth-child(3) {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.news-detail1 .bottom .btn {
  margin: 0 15px;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.activity1 {
  padding-top: 1rem;
  padding-bottom: 0.6rem;
  overflow: hidden;
}

.activity1 .title {
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 1.2rem;
}

.activity1 .text {
  letter-spacing: 0.1em;
  line-height: 1.1111111111;
  margin-bottom: 0.5rem;
}

.activity1 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.activity1 .text2 {
  line-height: 1.8;
}

.activity1 .img1 {
  width: 0.52rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.7rem;
}

.activity1 .list {
  margin-top: 1.1rem;
}

.activity1 .item {
  width: 5.3rem;
  margin: 0 10px;
}

.activity1 .sTempWrap + .sTempWrap {
  margin-top: 20px;
}

.activity2 {
  padding-top: 0.6rem;
  padding-bottom: 1.2rem;
}

.activity2 .title {
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 0.3rem;
}

.activity2 .text {
  line-height: 1.8;
  margin-bottom: 0.7rem;
  width: 5.8rem;
  max-width: 100%;
  margin: 0 auto 0.7rem;
}

.activity2 .content {
  background-color: #F9F9F9;
  overflow: hidden;
}

.activity2 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 8rem;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.activity2 .sTempWrap {
  width: 31.4285714286%;
}

.activity2 .list-container {
  width: 100%;
}

.activity2 .item {
  margin: 10px 0;
  aspect-ratio: 440/500;
}

.search1 {
  padding-top: 1.5rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #E5E5E5;
}

.search1 .title {
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 0.3rem;
}

.search1 .input {
  width: 8rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.search1 .input input {
  border: 1px solid #F7F7F7;
  outline: none;
  width: 100%;
  line-height: 3.3333333333;
  padding-left: 0.2rem;
  padding-right: 3.8888888889em;
  font-size: inherit;
  background-color: #F7F7F7;
  border-radius: 6px;
}

.search1 .input input:focus {
  border-color: #FFC887;
}

.search1 .input input::-webkit-input-placeholder {
  color: #999999;
}

.search1 .input input:-moz-placeholder {
  color: #999999;
}

.search1 .input input::-moz-placeholder {
  color: #999999;
}

.search1 .input input:-ms-input-placeholder {
  color: #999999;
}

.search1 .input input::placeholder {
  color: #999999;
}

.search1 .input-icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3.3333333333em;
  background-color: #000000;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.search1 .input-icon img {
  width: 1.4444444444em;
}

.search1 .input-icon:hover {
  background-color: #FFC887;
}

.search2 {
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
  text-align: center;
}

.search2 a {
  text-decoration: underline;
}

.search2 a:hover {
  color: #FFC887;
}

.search3 .content {
  padding-top: 0.7rem;
  padding-bottom: 1.2rem;
}

.search3 .content + .content {
  padding-top: 1.2rem;
  border-top: 1px solid #E5E5E5;
}

.search3 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.search3 .select-item {
  color: #999999;
  cursor: pointer;
}

.search3 .select-item:hover, .search3 .select-item.active {
  color: #000000;
}

.search3 .tip {
  color: #999999;
  margin-bottom: 0.3rem;
}

.search3 .pr1 {
  padding: 0;
}

.search3 .page {
  margin-top: 0.5rem;
}

@media (max-width: 1440px) {
  .about4 .left {
    margin-left: 0.8rem;
  }
  .pc-header .nav-container2{
      padding-left: 3.6rem;
  }
}
@media (max-width: 1200px) {
  .page .page1 {
    display: none;
  }
  .page .page2 {
    display: block;
  }
  .a_dw {
    top: 0px;
  }
}
@media (min-width: 781px) {
  .show780 {
    display: none !important;
  }
}
@media (max-width: 780px) {
  .hide780 {
    display: none;
  }
  .padding50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .my-list .item {
    width: 100%;
  }
  .contact1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact1 .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact1 .item {
    width: 100%;
  }
  .contact1 .item + .item {
    margin-top: 20px;
  }
  .contact2 .img {
    display: none;
  }
  .contact2 .img2 {
    display: block;
  }
  .contact2 .wrap1800 {
    padding-bottom: 0;
  }
  .about1 > .content {
    display: none;
  }
  .about1 .img {
    aspect-ratio: initial;
  }
  .about1 .img-contnet {
    -webkit-clip-path: initial;
    clip-path: initial;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .about1 .content {
    width: 100%;
    position: relative;
    top: 0;
    padding: 0;
    margin-bottom: 1.2rem;
  }
  .about2 .content {
    width: 100%;
  }
  .about2 .text p {
    background: initial;
    -webkit-text-fill-color: initial;
  }
  .about2 .item-bg {
    display: none;
  }
  .about2 .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .about2 .item {
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 50%;
  }
  .about3 .swiper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 30px;
  }
  .about3 .swiper-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .about3 .swiper-slide {
    position: relative;
    margin-bottom: 0;
  }
  .about3 .swiper-slide.emty {
    display: none;
  }
  .about3 .slide-text {
    font-size: 18px;
  }
  .about3 .swiper-pagination {
    bottom: 0;
  }
  .about4 .container-box {
    height: auto;
  }
  .about4 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5%;
    margin-bottom: 0;
  }
  .about4 .left {
    margin-left: 0;
  }
  .about4 .title {
    margin-bottom: 20px;
  }
  .about4 .right {
    width: 100%;
    margin-left: 0;
    padding-bottom: 30px;
  }
  .about4 .right-img {
    margin-bottom: 15px;
  }
  .about4 .right-content {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .about4 .item-time {
    margin-bottom: 20px;
  }
  .about4 .item {
    position: relative;
  }
  .about4 .swiper-pagination {
    bottom: 0;
  }
  .about5 {
    height: auto;
    padding-top: 0;
  }
  .about5 .container {
    width: 100%;
    position: relative;
    height: auto;
    padding: 0;
    padding: 0 5%;
  }
  .about5 .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    aspect-ratio: initial;
    max-height: initial;
    row-gap: 20px;
  }
  .about5 .item {
    width: 100%;
  }
  .about5 .item img {
    border-radius: 0.2rem;
  }
  .about5 .item-content {
    opacity: 1;
    position: relative;
    color: #000;
    padding: 0;
    background: initial;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
  }
  .about5 .item-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .about5 .item-ul {
    width: 100%;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .about5 .item-li {
    width: 50%;
  }
  .about6 {
    height: auto;
  }
  .about6 .container {
    height: auto;
    padding-top: 0;
    position: relative;
  }
  .about6 .item {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .about6 .item:nth-of-type(odd) {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about6 .item:nth-of-type(odd) .item-img {
    margin-left: 0;
  }
  .about6 .item:nth-of-type(even) .item-img {
    margin-right: 0;
  }
  .about6 .item-img {
    width: auto;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .about6 .list {
    width: 100%;
    padding: 0 5%;
  }
  .about6 .item-text {
    white-space: wrap;
    font-size: 18px;
  }
  .about6 .item-text::before {
    display: none;
  }
  .news1 .swiper-slide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news1 .swiper {
    padding-bottom: 30px;
  }
  .news1 .slide-img {
    width: 100%;
  }
  .news1 .slide-content {
    width: 100%;
    padding: 20px 15px;
  }
  .news1 .swiper-pagination {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .news-detail1 .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-detail1 .bottom .item {
    width: 100%;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
  .news-detail1 .bottom .item:nth-child(3) {
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .news-detail1 .bottom .btn {
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 20px auto 0;
  }
  .activity1 .img1 {
    margin-right: 15px;
  }
  .activity1 .item {
    width: 180px;
  }
  .activity2 .list {
    height: 300px;
  }
}