.safe-width {
  width: 17.2rem;
  margin: 0 auto;
}
.safe-width-sub {
  width: 15.2rem;
  margin: 0 auto;
}
.header {
  z-index: 99;
  height: 0.89rem;
}
.header.header-fixed {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header .header-content .header-content-left img {
  width: 2.22rem;
}
.header .header-content .header-content-right {
  display: flex;
  align-items: center;
}
.header .header-content .header-content-right li {
  margin-left: 0.6rem;
  position: relative;
}
.header .header-content .header-content-right li:nth-child(1) {
  margin-left: 0;
}
.header .header-content .header-content-right li.on > a {
  color: #532F14;
  font-weight: bold;
}
.header .header-content .header-content-right li > a {
  font-size: 0.18rem;
  color: #fff;
  padding: 0.32rem 0;
  display: block;
  transition: all 0.3s ease;
}
.header .header-content .header-content-right li .sub-nav {
  position: absolute;
  top: 120%;
  left: calc(50% - 0.6rem);
  width: 1.2rem;
  z-index: 100;
  padding: 0.2rem;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 0 0 0.1rem 0.1rem;
  transition: all 0.3s ease;
  box-shadow: 12px 0 20px -10px rgba(0, 0, 0, 0.08), -12px 0 20px -10px rgba(0, 0, 0, 0.08), 0 10px 20px -8px rgba(0, 0, 0, 0.08);
}
.header .header-content .header-content-right li .sub-nav a {
  display: block;
  padding: 0.07rem 0;
  color: #707070;
  transition: all 0.3s ease;
  cursor: pointer;
}
.header .header-content .header-content-right li .sub-nav a:hover {
  color: #532F14;
}
.header .header-content .header-content-right li .sub-nav.on {
  top: 0.88rem;
  visibility: visible;
  opacity: 1;
}
.header .header-content .header-content-right .header-content-right-btn {
  margin-left: 0.4rem;
}
.header .header-content .header-content-right .header-content-right-btn .contact-item {
  position: relative;
  margin-left: 0.16rem;
}
.header .header-content .header-content-right .header-content-right-btn .contact-item:nth-child(1) {
  margin-left: 0;
}
.header .header-content .header-content-right .header-content-right-btn .contact-item:hover .contact-pop {
  opacity: 1;
  visibility: visible;
  top: 0.56rem;
}
.header .header-content .header-content-right .header-content-right-btn .contact-icon {
  width: 0.31rem;
  height: 0.31rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.header .header-content .header-content-right .header-content-right-btn .contact-pop {
  position: absolute;
  top: 0.64rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background: #fff;
  border-radius: 0.04rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 12;
  width: max-content;
  padding: 0.1rem;
}
.header .header-content .header-content-right .header-content-right-btn .contact-pop img {
  width: 0.8rem;
  height: 0.8rem;
  object-fit: contain;
}
.header.header-fixed,
.header:hover {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.header.header-fixed .header-content .header-content-left .logo_w,
.header:hover .header-content .header-content-left .logo_w {
  display: none;
}
.header.header-fixed .header-content .header-content-left .logo_g,
.header:hover .header-content .header-content-left .logo_g {
  display: block;
}
.header.header-fixed .header-content .header-content-right li > a,
.header:hover .header-content .header-content-right li > a {
  color: #707070;
  cursor: pointer;
  transition: all 0.3s ease;
}
.header.header-fixed .header-content .header-content-right li > a:hover,
.header:hover .header-content .header-content-right li > a:hover,
.header.header-fixed .header-content .header-content-right li > a.on,
.header:hover .header-content .header-content-right li > a.on {
  color: #532F14;
  font-weight: bold;
}
.header.header-fixed .header-content .header-content-right li.on > a,
.header:hover .header-content .header-content-right li.on > a {
  color: #532F14;
  font-weight: bold;
}
.header .mobile-header {
  background: #fff;
  padding-left: 0.3rem;
  display: none;
  height: 1.16rem;
}
.header .mobile-header .logo {
  padding: 0.1rem 0;
}
.header .mobile-header .logo img {
  width: 3.17rem;
}
.header .mobile-header .menu-box img {
  width: 1.16rem;
}
.header .mobile-header .menu-box img.close {
  display: none;
}
.mobile-menu {
  position: fixed;
  top: 1.12rem;
  left: 0;
  height: calc(100vh - 1.12rem);
  background: #fff;
  width: 100%;
  z-index: 9999;
  overflow-y: scroll;
  display: none;
  padding: 0.3rem 0;
}
.mobile-menu li.active .mobile-menu-title {
  color: #532F14;
  font-weight: bold;
}
.mobile-menu li .mobile-menu-title {
  padding: 0.38rem 0.3rem 0.35rem 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.36rem;
  color: #363636;
}
.mobile-menu li .mobile-menu-title a {
  color: #363636;
}
.mobile-menu li .sub-nav {
  background: #F9F9F9;
  display: none;
}
.mobile-menu li .sub-nav .sub-nav-item {
  padding: 0 0.3rem 0 0.4rem;
  border-bottom: 1px solid #E1E1E1;
}
.mobile-menu li .sub-nav .sub-nav-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 0;
  font-size: 0.34rem;
  color: #2E425B;
}
.mobile-menu li .sub-nav .sub-nav-item-title img {
  width: 0.32rem;
  transition: all 0.3s ease;
}
.mobile-menu li .sub-nav .sub-nav-item-title img.on {
  transform: rotate(90deg);
}
.mobile-menu li .sub-nav .sub-nav-item-content {
  display: none;
  padding-bottom: 0.4rem;
}
.mobile-menu li .sub-nav .sub-nav-item-content a {
  padding: 0.13rem 0;
  color: #707E90;
  display: block;
  padding-left: 0.18rem;
  position: relative;
  font-size: 0.28rem;
}
.mobile-menu li .sub-nav .sub-nav-item-content a::after {
  content: '';
  width: 0.24rem;
  height: 0.28rem;
  position: absolute;
  left: 0;
  top: calc(50% - 0.16rem);
}
.mobile-menu li .sub-nav .sub-nav-item-content a.on {
  color: #46C35A;
}
section {
  overflow: hidden;
  position: relative;
}
.dw_mark {
  width: 100%;
  height: 0.88rem;
  position: absolute;
  top: -0.88rem;
  left: 0;
  z-index: -1;
}
@keyframes sonarAnimation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  5% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
.pu_link {
  display: inline-block;
}
.pu_link .a {
  --h: 0.55rem;
  cursor: pointer;
  transition: 0.4s;
  overflow: hidden;
  min-width: 1.88rem;
  height: var(--h);
  padding: 0 0.26rem;
  background: #ABABAF;
  color: #fff;
  font-size: var(--f18);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.pu_link .a p {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.pu_link .a .line {
  display: block;
  width: 0.44rem;
  height: 1px;
  margin-left: 0.1rem;
  background: rgba(255, 255, 255, 0.75);
  position: relative;
  left: 0.1rem;
}
.pu_link .a .circle {
  position: relative;
  display: flex;
  flex-shrink: 0;
  width: 0.18rem;
  height: 0.18rem;
  border: 1px solid #fff;
  border-radius: 50%;
}
.pu_link .a .circle::after,
.pu_link .a .circle::before {
  content: "";
  position: absolute;
  top: -0.18rem;
  right: -0.18rem;
  bottom: -0.18rem;
  left: -0.18rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition: 0.4s;
}
.pu_link .a .circle span {
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #fff;
  margin: auto;
}
.pu_link .a:hover .circle::after,
.pu_link .a:hover .circle::before {
  animation: sonarAnimation 2.8s 0.1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.pu_link .a:hover .circle::after {
  animation-delay: 0.3s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.site-footer .footer-main {
  background: #222429;
  padding: 1.15rem 0 0.3rem;
}
.site-footer .footer-main-inner {
  align-items: flex-start;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #4B4B4B;
}
.site-footer .footer-nav {
  gap: 0.9rem;
}
.site-footer .footer-nav dl dt {
  color: #fff;
  margin-bottom: 0.3rem;
}
.site-footer .footer-nav dl dd a {
  color: rgba(255, 255, 255, 0.61);
  font-size: 0.14rem;
  line-height: 0.3rem;
  transition: all 0.3s ease;
}
.site-footer .footer-nav dl dd a:hover {
  color: #fff;
}
.site-footer .footer-contact {
  text-align: right;
  display: flex;
}
.site-footer .footer-contact h4 {
  font-size: 0.2rem;
  color: #fff;
  margin-bottom: 0.18rem;
  font-weight: bold;
}
.site-footer .footer-contact p {
  color: #fff;
  line-height: 0.28rem;
}
.site-footer .footer-contact p.address {
  color: rgba(255, 255, 255, 0.49);
  margin-top: 0.45rem;
}
.site-footer .footer-contact img {
  width: 1.35rem;
  height: 1.35rem;
  margin-bottom: 0.13rem;
}
.site-footer .footer-contact .u-p-l-40 {
  border-left: 1px solid #585656;
  padding-bottom: 0.15rem;
}
.site-footer .footer-contact .u-p-l-40 p {
  line-height: 1;
}
.site-footer .footer-copy {
  padding-top: 0.33rem;
  display: flex;
  justify-content: center;
}
.site-footer .footer-copy p {
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.14rem;
}
.tabs_sub_div {
  display: none;
  position: fixed;
  top: 0.9rem;
  left: 0;
  width: 100%;
  z-index: 100;
}
.tabs_sub {
  width: 100%;
  background: #F3F3F3;
  position: sticky;
  top: 0.88rem;
  z-index: 5;
}
.tabs_sub .safe-width-sub div a,
.tabs_sub .safe-width div a,
.tabs_sub .safe-width2 div a {
  display: inline-block;
  padding: 0.21rem 0 0.23rem;
  color: #707070;
  transition: all 0.3s ease;
  margin-right: 0.66rem;
}
.tabs_sub .safe-width-sub div a:last-child,
.tabs_sub .safe-width div a:last-child,
.tabs_sub .safe-width2 div a:last-child {
  margin-right: 0;
}
.tabs_sub .safe-width-sub div a.on,
.tabs_sub .safe-width div a.on,
.tabs_sub .safe-width2 div a.on,
.tabs_sub .safe-width-sub div a:hover,
.tabs_sub .safe-width div a:hover,
.tabs_sub .safe-width2 div a:hover {
  color: #000;
}
@-webkit-keyframes magicada {
  0% {
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
.banner_sub {
  width: 100%;
  height: 594px;
  position: relative;
  overflow: hidden;
}
.banner_sub > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: magicada 4s;
}
/*页码*/
.pages {
  padding-bottom: 0.9rem;
}
.pages_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages_list .p_l {
  display: inline-flex;
  align-items: center;
}
.pages_list .p_l a {
  width: 0.45rem;
  height: 0.45rem;
  border: 1px solid #E6E6E6;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.17rem;
  color: #999999;
  font-size: 0.18rem;
  transition: all 0.3s ease-in-out;
}
.pages_list .p_l a.active,
.pages_list .p_l a:hover {
  background: #AA8266;
  border-color: #AA8266;
  color: #fff;
}
.pages_list .p_l a img {
  max-width: 100%;
}
.pages_list .to {
  display: inline-flex;
  align-items: center;
  margin-left: 0.48rem;
  font-size: 0.14rem;
  color: #999;
}
.pages_list .to input {
  width: 0.45rem;
  height: 0.45rem;
  border: 1px solid #E6E6E6;
  margin: 0 0.08rem;
  text-align: center;
  background: none;
}
.pages_list .to div {
  margin-left: 0.16rem;
}
.page_con {
  display: none;
  text-align: center;
  margin: 10px auto;
  box-sizing: border-box;
}
.page_con nav ul {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_con nav ul li {
  border-radius: 0;
}
.page_con nav ul li a {
  border: none !important;
  background: #F2F2F2;
  display: inline-block;
  text-align: center;
  color: #6D6D6D;
  font-size: 0.26rem;
  width: 0.72rem;
  line-height: 0.72rem;
  padding: 0 !important;
  border-radius: 0 !important;
  margin: 0 0.06rem;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  width: 1.9rem;
  font-weight: lighter;
  background: #AA8266;
  color: #fff;
}
.page_con nav ul li:hover a {
  color: #fff;
  background: #AA8266;
}
.page_con nav ul li.active a {
  color: #fff !important;
  background: #AA8266 !important;
}
.block_mb {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header-content {
    display: none;
  }
  .header {
    height: 1.16rem;
  }
  .header .mobile-header {
    display: flex;
  }
  .safe-width {
    width: 6.9rem;
  }
  .block_mb {
    display: block;
  }
  .block_pc {
    display: none;
  }
  .pu_link .a {
    --h: 0.93rem;
    padding: 0 0.3rem 0 0.4rem;
    font-size: 0.28rem !important;
  }
  .pu_link .a p {
    font-size: 0.28rem !important;
  }
  .site-footer .footer-main {
    padding: 0;
  }
  .site-footer .footer-main .footer-nav {
    display: none;
  }
  .site-footer .footer-main .footer-contact {
    text-align: left;
    width: 100%;
  }
  .site-footer .footer-main .footer-contact .u-p-l-40 {
    display: none;
  }
  .site-footer .footer-main .footer-contact .u-p-r-25 {
    flex: 1;
    padding-right: 0!important;
    padding-top: 0.83rem;
  }
  .site-footer .footer-main .footer-contact .u-p-r-25 h4 {
    font-size: 0.34rem;
    margin-bottom: 0.22rem;
  }
  .site-footer .footer-main .footer-contact .u-p-r-25 p {
    line-height: 0.55rem;
    color: rgba(255, 255, 255, 0.83);
  }
  .site-footer .footer-main .footer-contact .u-p-r-25 .address {
    margin-top: 0;
  }
  .site-footer .footer-main-inner {
    padding-bottom: 0.5rem;
  }
  .site-footer .footer-copy {
    padding: 0.3rem 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .site-footer .footer-copy p {
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .safe-width-sub {
    width: 100%;
  }
  .tabs_sub {
    top: 1.16rem;
  }
  .tabs_sub .safe-width-sub {
    width: 100%;
  }
  .tabs_sub .safe-width-sub div {
    overflow-x: scroll;
    padding: 0 0.3rem;
  }
  .tabs_sub .safe-width-sub div::-webkit-scrollbar {
    display: none;
  }
  .tabs_sub .safe-width-sub div a {
    flex: none;
    margin-right: 0;
    padding: 0.44rem;
    font-size: 0.34rem;
  }
  .tabs_sub .safe-width-sub div a.on {
    color: #532F14;
    font-weight: bold;
  }
  .banner_sub {
    height: 6.45rem;
  }
  .pages_list {
    display: none;
  }
  .page_con {
    display: block;
  }
}
