.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: .8rem;
  z-index: 999;
  padding: 0 1.2rem;
  background: rgba(0, 0, 0, 0.01);
  backdrop-filter: blur(.255rem);
}

.header.inner {
  /* background: #fff; */
  /* background: rgba(255, 255, 255, 0.5); */
}

.header .logo {
  position: relative;
  flex-shrink: 0;
  width: 1.73rem;
  height: .17rem;
}

.header .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header .logo .normal,
.header.inner .logo .active {
  display: block;
}

.header .logo .active,
.header.inner .logo .normal {
  display: none;
}


.header .nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: .7rem;
  height: 100%;
  margin: 0 auto 0 1.1rem;
}

.header .nav .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header .nav .item .label {
  color: #fff;
  text-transform: capitalize;
}

.header.inner .nav .item .label {
  color: #000;
}

.header .btns {
  position: relative;
  display: flex;
  align-items: center;
  gap: .19rem;
}

.header .btns .line {
  width: 1px;
  height: .15rem;
  background: rgba(255, 255, 255, .228);
}

.header.inner .btns .line {
  background: #333;
}

.header .btns .btn {
  width: .2rem;
  height: .2rem;
}

.header .btns .btn .normal,
.header.inner .btns .btn .active {
  display: block;
}

.header .btns .btn .active,
.header.inner .btns .btn .normal {
  display: none;
}

.header .btns .lang {
  display: flex;
  align-items: center;
  gap: .06rem;
  flex-shrink: 0;
}

.header .btns .lang .icon {
  width: .2rem;
  height: .2rem;
}

.header .btns .lang .text {
  color: #fff;
}

.header.inner .btns .lang .text {
  color: #333;
}

.header .btns .lang .arrow {
  width: .2rem;
  margin-left: .06rem;
}

.header .btns .lang .arrow .normal,
.header.inner .btns .lang .arrow .active {
  display: block;
}

.header .btns .lang .arrow .active,
.header.inner .btns .lang .arrow .normal {
  display: none;
}

.header .btns .m_nav {
  display: none;
}

.header .nav_m {
  display: none;
}


.footer {
  position: relative;
  background: rgba(0, 0, 0, 1);
  padding: .62rem 0 0 0;
}

.footer .top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 1.2rem;
}

.footer .top .logo {
  width: 3.23rem;
  height: .32rem;
  margin-bottom: .5rem;
}

.footer .top .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer .top .search {
  display: flex;
  align-items: center;
  background: #fff;
  padding: .05rem;
  border-radius: .35rem;
  width: 6.74rem;
}

.footer .top .search input {
  flex: 1;
  color: #000;
  margin-left: .35rem;
  background: transparent;
}

.footer .top .search input::placeholder {
  color: rgba(85, 85, 85, 1);
}

.footer .top .search .btn {
  background: rgba(150, 180, 20, 1);
  padding: .15rem .35rem;
  border-radius: .35rem;
  color: #fff;
  border-style: none;
}



.footer .main {
  display: flex;
  /* flex-direction: column; */
  margin: 1rem 1.2rem 0 1.2rem;
  gap: 1.27rem;
}

.footer .main .ul {
  display: flex;
  gap: .2rem;
  flex: 1;
  /*justify-content: space-between;*/
  justify-content: start;
}

.footer .main .ul li {
  display: flex;
  flex-direction: column;
  /* gap: .2rem; */
}

.footer .main .ul li a {
  color: rgba(153, 153, 153, 1);
  line-height: 2.57;
  text-transform: capitalize;
  transition: color 0.3s ease;
}

.footer .main .ul li a:first-child {
  margin-bottom: .23rem;
  color: #fff;
  line-height: 2.25;
}

.footer .main .ul li a:hover {
  color: #fff;
}

.footer .main .ul_m {
  display: none;
}

.footer .main .right {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 4.14rem;
  gap: .4rem;
}

.footer .main .right .list {
  display: flex;
  flex-direction: column;
  gap: .16rem;
}

.footer .main .right .list .li {
  display: flex;
  align-items: start;
  gap: .3rem;
}

.footer .main .right .list .li img {
  width: .24rem;
  height: .24rem;
}

.footer .main .right .list .li .info {
  display: flex;
  flex-direction: column;
  gap: .04rem;
}

.footer .main .right .list .li .info .label {
  color: rgba(124, 124, 124, 1);
  line-height: 1.36;
}

.footer .main .right .list .li .info .txt {
  color: rgba(255, 255, 255, 1);
  line-height: 1.36;
}

.footer .main .right .icons {
  display: flex;
  align-items: center;
  gap: .16rem;
}

.footer .main .right .icons .icon {
  width: .44rem;
  height: .44rem;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .main .right .icons .icon:hover {
  border: 1px solid #fff;
  background: #fff;
}

.footer .main .right .icons .icon img {
  width: .26rem;
}

.footer .main .right .icons .icon .normal,
.footer .main .right .icons .icon:hover .active {
  display: block;
}

.footer .main .right .icons .icon .active,
.footer .main .right .icons .icon:hover .normal {
  display: none;
}


.footer .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .24rem 1.2rem;
  margin: .14rem 0 0 0;
  border-top: 1px solid rgba(51, 51, 51, 1);
}

.footer .bottom .left {
  display: flex;
  align-items: center;
  gap: .3rem;
}

.footer .bottom .left .links {
  display: flex;
  align-items: center;
}

.footer .bottom .left .links a {
  color: rgba(124, 124, 124, 1);
  line-height: 1.25;
  text-transform: capitalize;
  transition: color 0.3s ease;
}

.footer .bottom .left .copyright {
  color: rgba(124, 124, 124, 1);
  line-height: 1.25;
  transition: color 0.3s ease;
}

.footer .bottom .right .txt {
  color: rgba(124, 124, 124, 1);
  line-height: 1.25;
  transition: color 0.3s ease;
}













.mr_400 {
  font-weight: 400;
  font-family: 'Montserrat-Regular';
}

.mm_500 {
  font-weight: 500;
  font-family: 'Montserrat-Medium';
}

.ml_300 {
  font-weight: 300;
  font-family: 'Montserrat-Light';
}

.ms_600 {
  font-weight: 600;
  font-family: 'Montserrat-SemiBold';
}

.mb_700 {
  font-weight: 700;
  font-family: 'Montserrat-Bold';
}

.p_banner {
  position: relative;
  height: 100vh;
  padding: 3.42rem 1.2rem 0 1.2rem;
}

.p_banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}


.p_banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p_banner .content {
  width: 6.12rem;
  z-index: 1;
  position: relative;
}

.p_banner .title {
  line-height: 1.22;
  color: #fff;
}

.p_banner .desc {
  line-height: 1.5;
  color: #fff;
  margin-top: .23rem;
}

.p_btn {
  padding: .14rem .24rem;
  color: #000;
  background: #fff;
  display: inline-flex;
  align-items: center;
  gap: .12rem;
  border-radius: .3rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.p_btn:hover {
  background: rgba(150, 180, 20, 1);
  color: #fff;
}

.p_btn .icon {
  position: relative;
  width: .3rem;
  height: .3rem;
  border-radius: 50%;
  background: rgba(150, 180, 20, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.p_btn:hover .icon {
  background: #fff;
}

.p_btn .icon img {
  width: .15rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  opacity: 0;
}

.p_btn .icon .normal,
.p_btn:hover .icon .active {
  opacity: 1;
}

.p_btn:hover .icon .normal,
.p_btn .icon .active {
  opacity: 0;
}

.p_label {
  color: #000;
  line-height: 1.28;
}


.modal-wrapper {
  /* 容器本身无样式 */
}

.modal-wrapper .mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  display: none;
}

.modal-wrapper .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11.2rem;
  padding: 0;
  background: #fff;
  border-radius: .2rem;
  z-index: 100;
  display: none;
}

.modal-wrapper .modal .close {
  position: absolute;
  top: .2rem;
  right: .2rem;
  width: .44rem;
  height: .44rem;
  background: #F5F5F5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.modal-wrapper .modal .close img {
  width: .16rem;
  height: .16rem;
}

.modal-wrapper .modal .form {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
  padding: .7rem .9rem .5rem .9rem;
}

.modal-wrapper .modal .form .form_item {
  width: calc((100% - .9rem) / 4);
  display: flex;
  flex-direction: column;
}

.modal-wrapper .modal .form .form_item.half {
  width: calc((100% - .3rem) / 2);
}

.modal-wrapper .modal .form .form_item.full {
  width: 100%;
}

.modal-wrapper .modal .form .label {
  display: block;
  color: #000;
  line-height: 1.3;
  margin-bottom: .14rem;
}

.modal-wrapper .modal .form .label .required {
  color: #FF0000;
}

.modal-wrapper .modal .form input,
.modal-wrapper .modal .form textarea {
  width: 100%;
  height: .44rem;
  background: #F5F5F5;
  border-radius: .06rem;
  padding: 0 .15rem;
  color: #333;
  border: none;
  box-sizing: border-box;
}

.modal-wrapper .modal .form textarea {
  height: 1.3rem;
  padding: .12rem .15rem;
  resize: none;
}

.modal-wrapper .modal .form .select-wrap {
  position: relative;
  width: 100%;
}

.modal-wrapper .modal .form .select-wrap input {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.3);
}

.modal-wrapper .modal .form .select-wrap .select-arrow {
  position: absolute;
  right: .15rem;
  top: 50%;
  transform: translateY(-50%);
  width: .1rem;
  height: .07rem;
  pointer-events: none;
  transition: transform .3s ease;
}

.modal-wrapper .modal .form .select-wrap .select-arrow.open {
  transform: translateY(-50%) rotate(180deg);
}

.modal-wrapper .modal .form .dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .06rem;
  z-index: 10;
  display: none;
  max-height: 2rem;
  overflow-y: auto;
}

.modal-wrapper .modal .form .dropdown-list.show {
  display: block;
}

.modal-wrapper .modal .form .dropdown-item {
  padding: .1rem .15rem;
  font-size: .16rem;
  color: #333;
  cursor: pointer;
  transition: background .2s ease;
}

.modal-wrapper .modal .form .dropdown-item:hover {
  background: #F5F5F5;
}

.modal-wrapper .modal .btn-wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.modal-wrapper .modal .btn-wrap .submit-btn {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.10);
  width: 1.82rem;
  height: .58rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.modal-wrapper .modal .btn-wrap .submit-btn:hover {
  background: rgba(150, 180, 20, 1);
  border-color: rgba(150, 180, 20, 1);
}


/* 面包屑 — 页内边距 + 图标缩放 */
.crumb {
  position: relative;
  display: flex;
  align-items: center;
  gap: .1rem;
  flex-wrap: wrap;
}

.crumb .crumb_home {
  opacity: 0.6;
  width: .24rem;
  height: .24rem;
}

.crumb .crumb_arrow {
  height: .14rem;
}

.crumb .crumb_home img,
.crumb .crumb_arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.crumb a {
  color: rgba(153, 153, 153, 1);
  line-height: 1.3;
}

.crumb a:last-child {
  color: rgba(0, 0, 0, 1);
}

.pagination {
  display: flex;
  align-items: center;
  gap: .12rem;
  justify-content: center;
}

.pagination-btn {
  width: .44rem;
  height: .44rem;
  border-radius: 50%;
  border-style: none;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
  padding: 0;
}

.pagination-btn img {
  width: .18rem;
  height: .18rem;
  object-fit: contain;
  pointer-events: none;
}

.pagination-btn:disabled {
  cursor: not-allowed;
  background-color: transparent;
}

.pagination-btn .normal,
.pagination-btn:hover .active {
  display: block;
}

.pagination-btn:hover .normal,
.pagination-btn .active {
  display: none;
}

.pagination-btn:disabled .normal {
  display: block;
}

.pagination-btn:disabled .active {
  display: none;
}

.pagination-page {
  width: .44rem;
  height: .44rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s ease;
  border-radius: 50%;
  color: rgba(54, 66, 60, 1);
  background-color: transparent;
  font-size: .2rem;
  font-weight: 500;
  font-family: 'Montserrat-Medium';
}

.pagination-page:not(.active):hover {
  color: #fff;
  background: rgba(150, 180, 20, 1);
}

.pagination-page.active {
  color: #fff;
  background: rgba(150, 180, 20, 1);
}

.pagination-ellipsis {
  color: rgba(54, 66, 60, 1);
  padding: 0 .04rem;
}

.p_tabs {
  display: flex;
  justify-content: center;
  gap: .8rem;
  align-items: center;
  position: relative;
}

.p_tabs .tab {
  padding: .25rem 0;
  cursor: pointer;
  transition: all .3s ease-in-out;
  line-height: 1.5;
  position: relative;
  min-width: 1.8rem;
  text-align: center;
}

.p_tabs .tab.on,
.p_tabs .tab:hover {
  color: rgba(150, 180, 20, 1);
}

.p_tabs .tab::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: rgba(150, 180, 20, 1);
  transition: all .3s ease-in-out;
}

.p_tabs .tab.on::after,
.p_tabs .tab:hover::after {
  width: 100%;
}






















.ele_up {
  opacity: 0;
  transform: translateY(.6rem);
}


@media screen and (orientation: portrait) {
  .header {
    padding: 0 20px;
    justify-content: space-between;
  }

  .header .nav {
    display: none;
  }

  .header .btns .line {
    display: none;
  }

  .header .btns .lang .text {
    display: none;
  }

  .header .btns .lang .arrow {
    display: none;
  }

  .header .btns .btn {
    width: 20px;
    height: 20px;
  }

  .header .btns .m_nav {
    display: block;
    position: relative;
    z-index: 9999;
  }

  .header .btns .m_nav span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: transform .5s ease;
  }

  .header .btns .m_nav.on span,
  .header.inner .btns .m_nav span {
    background: #333;
  }

  .header .btns .m_nav span:nth-child(1) {
    top: 10%;
  }

  .header .btns .m_nav span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }

  .header .btns .m_nav span:nth-child(3) {
    top: 90%;
  }

  .header .btns .m_nav.on span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
  }

  .header .btns .m_nav.on span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
  }

  .header .btns .m_nav.on span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
  }

  .header .nav_m_mask {
    position: fixed;
    top: .8rem;
    left: 0;
    width: 100%;
    height: calc(100vh - .8rem);
    background: rgba(0, 0, 0, 0.5);
    z-index: 997;
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s ease;
  }

  .header .nav_m_mask.open {
    opacity: 1;
    pointer-events: auto;
  }

  .header .nav_m {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 60px 20px;
    gap: 20px;
    z-index: 998;
    transition: right .4s ease;
  }

  .header .nav_m.open {
    right: 0;
  }

  .header .nav_m .item {
    width: 100%;
  }

  .header .nav_m .item .label {
    color: #333;
    font-size: 16px;
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .footer .main {
    margin: 60px 20px;
    flex-direction: column;
  }

  .footer .main .ul {
    display: none;
  }

  .footer .main .ul_m {
    display: flex;

    flex-direction: column;
    gap: 20px;
  }

  .footer .main .ul_m .li {
    width: 100%;
  }

  .footer .main .ul_m .li .label {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
  }

  .footer .main .ul_m .li .label a {
    color: #fff;
  }

  .footer .main .ul_m .li .label img {
    width: 20px;
    transition: all .3s;
  }

  .footer .main .ul_m .li.on .label img {
    transform: rotate(90deg);
  }

  .footer .main .ul_m .li .box {
    max-height: 0;
    overflow: hidden;
    transition: all .3s;

    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
  }

  .footer .main .ul_m .li.on .box {
    max-height: 100vh;
    padding-left: 10px;
    padding-top: 20px;
    opacity: 1;
  }

  .footer .main .ul_m .li .box a {
    color: #fff;
    font-size: 14px;
  }


  .footer .main .right {
    width: 100%;

  }

  .footer .main .right .list .li img {
    width: 15px;
    height: 15px;
  }

  .footer .main .right .icons .icon {
    width: 32px;
    height: 32px;
  }

  .footer .main .right .icons .icon img {
    width: 20px;
  }

  .footer .bottom {
    padding: 20px;
    flex-direction: column;
    gap: 10px;
  }



  .p_banner {
    padding: 60px 20px 0 20px;
    height: 100vw;
  }
  
  .p_banner .bg::after {
        position: absolute;
        pointer-events: none;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(to top, rgba(0,0,0,1) -126%, transparent 100%);
    }

  .modal-wrapper .modal {
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
  }

  .modal-wrapper .modal .form .form_item {
    width: 100%;
  }

  .modal-wrapper .modal .form .form_item.half {
    width: 100%;
  }

  .service .tabs {
    gap: 20px;
    min-width: unset;
  }


  .f_54 {
    font-size: 24px;
  }

  .f_50 {
    font-size: 22px;
  }

  .f_30,
  .f_26 {
    font-size: 20px;
  }

  .f_24 {
    font-size: 18px;
  }

  .f_22 {
    font-size: 16px;
  }

  .f_20,
  .f_18 {
    font-size: 14px;
  }

  .f_16,
  .f_14 {
    font-size: 12px;
  }


}