img {
  width: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
select {
  font-family: Helvetica-Medium;
}

.banner {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
.banner img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.banner div {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}

.banner_other {
  position: relative;
  background: linear-gradient(
    to bottom,
    rgba(210, 205, 199, 0),
    rgba(210, 205, 199, 0.5),
    rgba(210, 205, 199, 1)
  ); /* 定义从上到下的渐变色 */
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70vh;
  padding-bottom: 40vh;
}
.banner_show {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner_other .bo_min {
  width: 70%;
}
.bo_t1 {
  font-size: 0.45rem;
  font-family: "p-bold";
}
.bo_t2 {
  font-size: 0.18rem;
  margin-top: 0.1rem;
  line-height: 0.3rem;
}
.bo_t3 {
  font-size: 0.34rem;
  padding-top: 30vh;
  transform: translateY(2rem);
  opacity: 0;
  transition: all 1s;
}
.bo_t3.active {
  transform: translateY(0rem);
  opacity: 1;
}
.bo_t1,
.bo_t2 {
  color: #fff;
  opacity: 0;
  transition: all 0.6s;
}
.bo_t3 {
  color: rgb(78 62 46);
}
.banner_other.no_scroll .bo_t1,
.banner_other.no_scroll .bo_t2 {
  opacity: 1;
}

.global {
  position: relative;
  padding: 1rem 0 0;
  background-color: rgba(210, 205, 199, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.global_t1 {
  font-size: 0.45rem;
  line-height: 0.5rem;
  font-family: "p-bold";
  text-align: center;
  color: #66513a;
  z-index: 1;
  position: relative;
}
.global_btn {
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
  cursor: pointer;
  margin-top: 0.4rem;
}
.global_btn div {
  font-size: 0.2rem;
}
.global_btn img {
  width: 0.18rem;
  margin-left: 0.12rem;
}
.global_img {
  width: 100%;
  margin-top: -1.5rem;
  position: relative;
  z-index: 0;
}
.global_num {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2.8rem;
  position: relative;
  z-index: 5;
  background-color: #d4d1ca;
}
.gnm_t {
  font-size: 0.18rem;
}
.gnm_n {
  font-size: 0.45rem;
  margin-top: 0.3rem;
  font-family: "p-bold";
}

.concept {
  position: relative;
  z-index: 1;
}
.concept-tp {
  scale: 1;
  transition: all 1s ease;
}
.concept-tp:hover {
  scale: 1.1;
  transition: all 0.5s ease;
}
.concept_main {
  position: absolute;
  width: calc(100% - 3rem);
  left: 1.5rem;
  bottom: 0.7rem;
  z-index: 2;
}
.concept_t1 {
  font-size: 0.45rem;
  line-height: 0.5rem;
  font-family: "p-bold";
  color: #fff;
}
.concept_list {
  margin-top: 0.25rem;
  display: flex;
  backdrop-filter: saturate(80%) blur(50px);
  -webkit-backdrop-filter: saturate(80%) blur(50px);
}
.concept_min {
  padding: 1rem 0.8rem;
  flex-shrink: 0;
  width: 37%;
}
.concept_min:nth-last-of-type(1) {
  width: 26%;
}
.concept_t2 {
  font-size: 0.36rem;
  font-family: "p-bold";
  color: #fff;
}
.concept_t3 {
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.2rem;
}

.core {
  position: relative;
  z-index: 5;
}
.core_main {
  position: absolute;
  width: calc(100% - 3rem);
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.cm_left {
  flex: 1;
}
.cm_left div {
  color: #fff;
  font-size: 0.45rem;
  font-family: "p-bold";
  z-index: 1;
  position: relative;
}
.cm_left img {
  margin-top: -0.3rem;
  z-index: 0;
  position: relative;
}
.cm_right {
  width: 62%;
  margin-left: 0.85%;
}
.cm_right_line {
  display: flex;
  justify-content: space-between;
  margin-top: 1.1%;
}
.cm_right_line:nth-of-type(1) {
  margin-top: 0;
}
.cm_right_line_min {
  width: 49.35%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
  position: relative;
}
.cm_right_line_min:after {
  content: "";
  display: block;
  padding-top: 80%;
}
@media (min-width: 768px) {
  .cm_right_line_min:hover {
    background-color: rgba(163, 142, 120, 1);
  }
}

.crlm_t1,
.crlm_t2 {
  position: absolute;
}
.crlm_t1 {
  right: 0.4rem;
  top: 0.4rem;
  color: #fff;
  font-size: 0.34rem;
  font-family: "p-bold";
}
.crlm_t2 {
  left: 0.2rem;
  bottom: 0.3rem;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.3rem;
}

.public {
  position: relative;
  background-color: rgb(242, 241, 237);
  display: flex;
}
.public_left,
.swiper-news {
  width: 50%;
}
/* .public_right img {
  width: 100%;
} */
.public_right img {
  width: 100%;
  scale: 1;
  transition: all 1s ease;
}
.zoom-in {
  transform: scale(1.08);
  transition: all 0.5s ease;
}
.public_left {
  padding: 1rem 0.8rem 0.8rem;
  background-color: rgba(163, 142, 120, 1);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.public_t1 {
  font-size: 0.34rem;
  font-family: "p-bold";
}
.public_t2 {
  font-size: 0.18rem;
  line-height: 0.3rem;
}

.linshi {
  position: relative;
}

.honor {
  position: relative;
  background-color: rgb(242, 241, 237);
  padding: 1rem 1.5rem;
}
.honor_t1 {
  color: #66513a;
  font-size: 0.45rem;
  font-family: "p-bold";
}
.honor_tab {
  display: flex;
  margin-top: 0.25rem;
}
.honor_t2 {
  font-size: 0.24rem;
  font-family: "p-bold";
}
.honor_t3 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin-top: 0.2rem;
  opacity: 0;
  transition: all 0.5s;
}
.honor_min .icon {
  width: 1rem;
  margin-top: 0.1rem;
  opacity: 0;
  transition: all 0.5s;
}
.honor_min_1 {
  background-color: rgba(163, 142, 120, 1);
  color: #fff;
}
.honor_min_2 {
  background-color: rgba(225, 215, 203, 1);
  color: #66513a;
}
.honor_min {
  padding: 0.5rem;
  width: 30%;
  overflow: hidden;
  height: 4rem;
  transition: all 0.3s;
}
.honor_min.active {
  width: 70%;
}
.honor_min.active .honor_t3 {
  opacity: 1;
}
.honor_min.active .icon {
  opacity: 1;
}
.public-box {
  padding: 1rem 1.5rem;
  background-color: #fff;
  position: relative;
}
.swiper-news {
  position: relative;
}
.news-pagination {
  position: absolute;
  bottom: 0.2rem !important;
  left: 0.2rem !important;
  width: auto !important;
  top: auto !important;
}
.news-pagination .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  border-radius: 0;
  width: 0.3rem;
  height: 2px;
}
.news-pagination .swiper-pagination-bullet-active {
  background-color: #a9947d;
}

@media (max-width: 768px) {
  .public_left,
  .swiper-news {
    width: 100%;
  }
  .public-box {
    padding: 0;
  }
  .concept_min {
    padding: 0.5rem 0.8rem;
  }
  .banner {
    width: 100vw;
  }
  .banner_other {
    margin-top: 80vh;
    padding-bottom: 25vh;
  }
  .bo_t1 {
    font-size: 0.5rem;
  }
  .bo_t2 {
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .bo_t3 {
    font-size: 0.4rem;
  }

  .global_img {
    margin-top: 0rem;
  }
  .global_btn div {
    font-size: 0.3rem;
  }
  .global_btn img {
    width: 0.24rem;
  }
  .global_num {
    padding: 0 0.5rem 1rem;
    flex-wrap: wrap;
  }
  .global_num_min {
    width: 50%;
  }
  .gnm_t {
    font-size: 0.22rem;
    white-space: nowrap;
  }
  .gnm_n {
    font-size: 0.5rem;
  }
  .global_num_min:nth-of-type(3),
  .global_num_min:nth-of-type(4) {
    margin-top: 0.4rem;
  }

  .banner_other,
  .global,
  .concept,
  .core,
  .public,
  .honor {
    width: 100vw;
    overflow-x: hidden;
  }

  .concept_main {
    width: calc(100% - 1rem);
    left: 0.5rem;
    bottom: 1rem;
    z-index: 2;
  }
  .concept_min {
    width: 100%;
  }
  .concept_min:nth-last-of-type(1) {
    width: 100%;
  }
  .concept_list {
    flex-direction: column;
  }
  .concept_list {
    margin-top: 0.5rem;
  }
  .concept_t2 {
    font-size: 0.35rem;
  }
  .concept_t3 {
    font-size: 0.24rem;
    line-height: 0.38rem;
  }

  .core_main {
    position: absolute;
    width: calc(100% - 1rem);
    left: 0.5rem;
    top: 1rem;
    transform: translateY(0%);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .cm_left div {
    font-size: 0.5rem;
  }
  .cm_left img {
    margin-top: 0.4rem;
  }
  .cm_right {
    display: flex;
    width: 100%;
    margin-top: 0;
    margin-top: 0.2rem;
    overflow-x: scroll;
  }
  .cm_right::-webkit-scrollbar {
    display: none;
  }
  .cm_right_line_min {
    width: 5rem;
    height: 3rem;
    flex-shrink: 0;
    margin-right: 0.2rem;
  }
  .cm_right_line:nth-of-type(2) .cm_right_line_min:nth-of-type(2) {
    margin-right: 0;
  }
  .cm_right_line {
    margin-top: 0;
  }
  .cm_right_line_min:after {
    display: none;
  }
  .crlm_t1 {
    right: auto;
    left: 0.4rem;
  }
  .crlm_t2 {
    left: 0.4rem;
    width: calc(100% - 0.8rem);
    font-size: 0.22rem;
  }

  .public {
    padding: 1rem 0.5rem;
    flex-direction: column-reverse;
  }
  .public_left,
  .public_right {
    width: 100%;
  }
  .public_left {
    padding: 0.5rem;
  }
  .public_t2 {
    margin-top: 0.5rem;
    font-size: 0.22rem;
  }

  .honor {
    padding: 0rem 0.5rem 1rem;
  }
  .honor_tab_mb {
    margin-top: 0.4rem;
  }
  .honor_min {
    width: 100%;
    height: auto;
  }
  .honor_t2 {
    font-size: 0.4rem;
  }
  .honor_min .icon {
    margin-top: 0.4rem;
  }
  .honor_t3 {
    font-size: 0.28rem;
    line-height: 0.45rem;
    margin-top: 0.4rem;
  }
  .honor_tab_mb_page {
    margin-top: 0.3rem;
  }
  .honor_tab_mb_page .swiper-pagination-bullet {
    background-color: rgba(163, 142, 120, 1);
    width: 0.8rem;
    height: 1px;
    border-radius: 0;
    opacity: 0.4;
  }
  .honor_tab_mb_page .swiper-pagination-bullet-active {
    opacity: 1;
  }
}
