.safe-width {
  width: 81.25%;
  max-width: 1560px;
  margin: 0 auto;
}
:root {
  --cbasta: 0.83333333vw;
}
.header {
  z-index: 99;
  height: 64px;
}
.header .header-content .header-content-left img {
  max-width: 130px;
}
.header .header-content .header-content-right li {
  margin-left: 60px;
  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: #229E42;
}
.header .header-content .header-content-right li > a {
  font-size: 16px;
  color: #fff;
  padding: 22px 0;
  display: block;
  transition: all 0.3s ease;
}
.header .header-content .header-content-right li .sub-nav {
  position: absolute;
  top: 120%;
  left: calc(50% - 60px);
  width: 120px;
  z-index: 10;
  padding: 20px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 0 0 10px 10px;
  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: 7px 0;
  color: #161616;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 14px;
}
.header .header-content .header-content-right li .sub-nav a:hover {
  color: #229E42;
}
.header .header-content .header-content-right li .sub-nav.on {
  top: 62px;
  visibility: visible;
  opacity: 1;
}
.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: #161616;
  cursor: pointer;
}
.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: #229E42;
}
.header.header-fixed .header-content .header-content-right li.on > a,
.header:hover .header-content .header-content-right li.on > a {
  color: #229E42;
}
.header .mobile-header {
  background: #fff;
  padding-left: 0.3rem;
  display: none;
}
.header .mobile-header .logo img {
  width: 2.28rem;
}
.header .mobile-header .menu-box img {
  width: 1.18rem;
}
.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;
}
.mobile-menu li.active .mobile-menu-title {
  color: #46C35A;
}
.mobile-menu li .mobile-menu-title {
  padding: 0.38rem 0.3rem 0.35rem 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.32rem;
  color: #001934;
  border-bottom: 1px solid #E1E1E1;
}
.mobile-menu li .mobile-menu-title a {
  color: #001934;
}
.mobile-menu li .mobile-menu-title img {
  width: 0.32rem;
  transition: all 0.3s ease;
}
.mobile-menu li .mobile-menu-title img.on {
  transform: rotate(90deg);
}
.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.3rem;
  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;
}
.sub-nav-box {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 100;
  left: 9.375%;
  top: 120px;
  min-height: 378px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 50px 0;
  border-top: 1px solid #E2E2E2;
  transition: all 0.3s ease;
  padding: 50px 36px 60px 43px;
}
.sub-nav-box.on {
  opacity: 1;
  visibility: visible;
  top: 62px;
}
.sub-nav-box .nav-content-left {
  flex: none;
  width: 100%;
}
.sub-nav-box .nav-content-left ul li {
  flex: 1;
  padding: 0 calc(10 * var(--cbasta) / 16);
}
.sub-nav-box .nav-content-left ul li p {
  font-size: calc(16 * var(--cbasta) / 16);
  color: #161616;
  width: 100%;
  height: calc(49 * var(--cbasta) / 16);
  background: #F6F6F6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.sub-nav-box .nav-content-left ul li div {
  padding-top: calc(27 * var(--cbasta) / 16);
  padding-left: calc(8 * var(--cbasta) / 16);
}
.sub-nav-box .nav-content-left ul li div a {
  display: block;
  color: #161616;
  margin-bottom: calc(20 * var(--cbasta) / 16);
  transition: all 0.3s ease;
  font-size: calc(15 * var(--cbasta) / 16);
}
.sub-nav-box .nav-content-left ul li div a:hover {
  color: #229E42;
}
.sub-nav-box .nav-content-left ul li:hover p {
  color: #fff;
  background: #229E42;
}
.sub-nav-box .nav-content-img {
  flex: none;
  width: 28.25%;
  overflow: hidden;
  display: none;
}
.sub-nav-box .nav-content-img img {
  transition: all 0.5s ease;
}
.sub-nav-box .nav-content-img:hover img {
  transform: scale(1.1);
}
.sub-tabs {
  display: none;
  background: #fff;
  border-bottom: 1px solid #D5D5D5;
}
.sub-tabs .font22 {
  color: #575757;
  padding-right: 40px;
  margin-right: 28px;
  position: relative;
}
.sub-tabs .font22::after {
  content: '';
  width: 1px;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
  background: #D8D8D8;
}
.sub-tabs .d-flex > a,
.sub-tabs .d-flex .tab-item {
  display: inline-block;
  padding: 24px 40px;
  font-size: 20px;
  color: #414141;
  transition: all 0.3s ease-in-out;
}
.sub-tabs .d-flex > a p,
.sub-tabs .d-flex .tab-item p {
  font-size: 20px;
  color: #414141;
  transition: all 0.3s ease-in-out;
}
.sub-tabs .d-flex > a.active,
.sub-tabs .d-flex .tab-item.active,
.sub-tabs .d-flex > a:hover,
.sub-tabs .d-flex .tab-item:hover {
  color: #fff;
  background: #229E42;
}
.sub-tabs .d-flex > a.active p,
.sub-tabs .d-flex .tab-item.active p,
.sub-tabs .d-flex > a:hover p,
.sub-tabs .d-flex .tab-item:hover p {
  color: #fff;
  background: #229E42;
}
.sub-tabs .d-flex .tab-item {
  position: relative;
}
.sub-tabs .d-flex .tab-item .tab-item-ul {
  position: absolute;
  top: 100%;
}
.sub-slogan {
  padding-bottom: 60px;
}
.sub-slogan .font65 {
  font-size: 65px;
  font-family: FZZhengHeiS-DB-GB, FZZhengHeiS-DB-GB;
  color: rgba(0, 0, 0, 0.22);
  height: 65px;
  line-height: 65px;
}
.sub-slogan .font27 {
  color: rgba(0, 0, 0, 0.69);
  line-height: 50px;
  font-weight: bold;
}
@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: 55px;
  cursor: pointer;
  transition: 0.4s;
  overflow: hidden;
  min-width: 154px;
  height: var(--h);
  border-radius: calc(var(--h) / 2);
  padding: 0 33px;
  background: #229E42;
  color: #fff;
  font-size: var(--f18);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pu_link .a p {
  position: relative;
  z-index: 2;
}
.pu_link .a .circle {
  position: relative;
  display: flex;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: 16px;
}
.pu_link .a .circle::after,
.pu_link .a .circle::before {
  content: "";
  position: absolute;
  top: -18px;
  right: -18px;
  bottom: -18px;
  left: -18px;
  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: 8px;
  height: 8px;
  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);
}
.footer {
  background: #2A2E37;
  color: #fff;
  padding: 0;
}
.footer .footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 32px;
  position: relative;
}
.footer .footer-container .footer-qrcode {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: calc(120 * var(--cbasta) / 16);
  height: calc(120 * var(--cbasta) / 16);
}
.footer .footer-left {
  width: 34%;
  max-width: 580px;
  padding-bottom: calc(40 * var(--cbasta) / 16);
  position: relative;
}
.footer .footer-left .font18 {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2px;
  display: block;
}
.footer .footer-left .footer-contact > div {
  margin: calc(7 * var(--cbasta) / 16) 0 calc(18 * var(--cbasta) / 16) 0;
}
.footer .footer-left .footer-contact > div img {
  margin-right: 8px;
  height: max-content;
}
.footer .footer-logo {
  width: 40%;
  max-width: 234px;
  margin-bottom: calc(53 * var(--cbasta) / 16);
}
.footer .footer-phone {
  font-size: 17px;
  font-weight: bold;
}
.footer .footer-address {
  max-width: 384px;
  line-height: 1.7;
}
.footer .footer-menus {
  display: flex;
  flex: 1;
  margin-left: calc(40 * var(--cbasta) / 16);
  justify-content: space-between;
  padding-top: calc(30 * var(--cbasta) / 16);
  padding-bottom: calc(15 * var(--cbasta) / 16);
  padding-right: 20px;
}
.footer .footer-menus .footer-menu a {
  display: block;
}
.footer .footer-menu-title {
  padding-bottom: calc(12 * var(--cbasta) / 16);
  margin-bottom: calc(16 * var(--cbasta) / 16);
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.footer .footer-menu-title::after {
  content: '';
  width: 33px;
  height: 2px;
  background: #229E42;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer .footer-menu-item {
  color: rgba(255, 255, 255, 0.61);
  margin-bottom: calc(10 * var(--cbasta) / 16);
  line-height: 1.6;
  font-size: 14px;
  cursor: pointer;
  transition: color 0.2s;
  max-width: calc(190 * var(--cbasta) / 16);
}
.footer .footer-menu-item:hover {
  color: #fff;
}
.footer .footer-bottom {
  font-size: calc(14 * var(--cbasta) / 16);
  padding: calc(25 * var(--cbasta) / 16) 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.67);
}
.footer .copyright {
  position: relative;
  width: 81.25%;
  max-width: 1560px;
  margin: auto;
}
.footer .copyright .qrcode {
  position: absolute;
  bottom: calc(35 * var(--cbasta) / 16);
  right: 0;
  text-align: center;
  display: none;
}
.mark {
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  height: 90px;
}
@-webkit-keyframes magicada {
  0% {
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
.block_sj {
  display: none;
}
.banner_sub {
  width: 100%;
  height: 460px;
  overflow: hidden;
}
.banner_sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: magicada 4s;
}
/*页码*/
.page_con {
  width: 100%;
  text-align: center;
  padding-bottom: 60px;
}
.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: #fff;
  display: inline-block;
  text-align: center;
  color: #333;
  font-size: 16px;
  width: 40px;
  line-height: 40px;
  padding: 0 !important;
  border-radius: 0 !important;
  margin: 0 6px;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  width: 110px;
  letter-spacing: 2px;
}
.page_con nav ul li:hover a {
  color: #229E42;
}
.page_con nav ul li.active a {
  color: #fff !important;
  background: #229E42 !important;
}
.dw_mark {
  width: 100%;
  height: 90px;
  position: absolute;
  top: -90px;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.sub-menu {
  width: 19.27%;
  max-width: 19.27%;
  max-width: 296px;
  height: max-content;
  border-radius: 10px;
  padding-bottom: 76px;
  position: sticky;
  top: 100px;
}
.sub-menu .sub-menu-title {
  background: #229E42;
  border-radius: 10px 10px 0 0;
  padding: 14px 22px;
  color: #fff;
  font-size: 20px;
}
.sub-menu > div {
  border: 1px solid #EBEBEB;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.sub-menu > div a {
  padding: 15px 20px;
  display: block;
  color: #161616;
  border-bottom: 1px solid #EBEBEB;
  transition: all 0.3s ease-in-out;
}
.sub-menu > div a.active,
.sub-menu > div a:hover {
  color: #229E42;
}
.sub-menu > div a:last-child {
  border-bottom: none;
}
.sub-container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-top: 56px;
  padding-bottom: 75px;
}
.sub-container .sub-container-content {
  flex: 1;
  min-width: 0;
  background: #fff;
  padding: 0 0 40px 25px;
}
@media (min-width: 1367px) and (max-width: 1600px) {
  :root {
    --cbasta: 0.88vw;
  }
  .pu_link .a {
    --h: calc(55 * var(--cbasta) / 16);
    min-width: calc(154 * var(--cbasta) / 16);
    padding: 0 calc(33 * var(--cbasta) / 16);
    background: #229E42;
    color: #fff;
    font-size: calc(18 * var(--cbasta) / 16);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
  .pu_link .a p {
    font-size: calc(18 * var(--cbasta) / 16);
  }
  .pu_link .a .circle {
    width: calc(18 * var(--cbasta) / 16);
    height: calc(18 * var(--cbasta) / 16);
  }
  .pu_link .a span {
    width: calc(8 * var(--cbasta) / 16);
    height: calc(8 * var(--cbasta) / 16);
  }
  .sub-slogan {
    padding-bottom: calc(50 * var(--cbasta) / 16);
  }
  .sub-slogan .font65 {
    font-size: calc(65 * var(--cbasta) / 16);
  }
  .sub-slogan .font32 {
    font-size: calc(32 * var(--cbasta) / 16);
  }
  .sub-slogan .font22 {
    font-size: calc(22 * var(--cbasta) / 16);
  }
  .sub-slogan .font27 {
    line-height: calc(50 * var(--cbasta) / 16);
    font-size: calc(27 * var(--cbasta) / 16);
  }
  .page_con nav ul li a {
    font-size: calc(18 * var(--cbasta) / 16);
  }
  .footer .footer-menus .footer-menu .footer-menu-title {
    font-size: 16px;
  }
  .footer .footer-menus .footer-menu .footer-menu-item {
    font-size: 13px;
  }
  .footer .footer-left .font18 {
    font-size: 14px;
  }
  .footer .footer-bottom {
    font-size: 12px;
  }
  .footer .footer-phone {
    font-size: 15px;
  }
  .footer .footer-address,
  .footer .footer-email {
    font-size: 14px;
  }
}
@media (max-width: 1366px) {
  :root {
    --cbasta: 1vw;
  }
  .safe-width {
    width: 86%;
  }
  .pu_link .a {
    --h: calc(55 * var(--cbasta) / 16);
    min-width: calc(154 * var(--cbasta) / 16);
    padding: 0 calc(33 * var(--cbasta) / 16);
    background: #229E42;
    color: #fff;
    font-size: calc(18 * var(--cbasta) / 16);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
  .pu_link .a p {
    font-size: calc(18 * var(--cbasta) / 16);
  }
  .pu_link .a .circle {
    width: calc(18 * var(--cbasta) / 16);
    height: calc(18 * var(--cbasta) / 16);
  }
  .pu_link .a span {
    width: calc(8 * var(--cbasta) / 16);
    height: calc(8 * var(--cbasta) / 16);
  }
  .header .header-content .header-content-right li {
    margin-left: calc(60 * var(--cbasta) / 16);
  }
  .header .header-content .header-content-right li > a {
    font-size: calc(19 * var(--cbasta) / 16);
  }
  .sub-nav-box {
    min-height: calc(378 * var(--cbasta) / 16);
    padding: calc(50 * var(--cbasta) / 16) calc(40 * var(--cbasta) / 16);
  }
  .sub-nav-box .nav-content-left ul li div a {
    font-size: calc(16 * var(--cbasta) / 16);
  }
  .sub-slogan {
    padding-bottom: calc(50 * var(--cbasta) / 16);
  }
  .sub-slogan .font65 {
    font-size: calc(65 * var(--cbasta) / 16);
  }
  .sub-slogan .font32 {
    font-size: calc(32 * var(--cbasta) / 16);
  }
  .sub-slogan .font22 {
    font-size: calc(22 * var(--cbasta) / 16);
  }
  .sub-slogan .font27 {
    line-height: calc(50 * var(--cbasta) / 16);
    font-size: calc(27 * var(--cbasta) / 16);
  }
  .page_con nav ul li a {
    width: calc(40 * var(--cbasta) / 16);
    line-height: calc(40 * var(--cbasta) / 16);
    font-size: calc(17 * var(--cbasta) / 16);
  }
  .page_con nav ul li:first-child a,
  .page_con nav ul li:last-child a {
    width: calc(110 * var(--cbasta) / 16);
    letter-spacing: calc(2 * var(--cbasta) / 16);
  }
  .footer .footer-phone {
    font-size: 18px;
  }
  .footer .footer-address,
  .footer .footer-email {
    font-size: 13px;
  }
  .footer .footer-left .font18 {
    font-size: 15px;
  }
  .footer .footer-menus .footer-menu a {
    font-size: 13px;
  }
  .footer .copyright {
    width: 86%;
  }
  .sub-nav-box {
    left: 7%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  :root {
    --cbasta: 1.1vw;
  }
  .safe-width {
    width: 90%;
  }
}
@media screen and (max-width: 990px) {
  :root {
    --cbasta: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 13.333vw;
    /* 750px 视口下 = 100px */
  }
  body {
    font-size: 0.14rem;
  }
  .block_pc {
    display: none;
  }
  .block_sj {
    display: block;
  }
  .header {
    height: max-content;
  }
  .header .header-content {
    display: none;
  }
  .header .mobile-header {
    display: flex;
  }
  .header.header-fixed,
  .header:hover {
    background: none;
  }
  .pu_link .a {
    --h: 0.93rem;
    padding: 0 0.42rem;
    min-width: 2.65rem;
  }
  .pu_link .a p {
    font-size: 0.28rem;
  }
  .pu_link .a .circle {
    width: 0.3rem;
    height: 0.3rem;
  }
  .pu_link .a .circle::after,
  .pu_link .a .circle::before {
    top: -0.16rem;
    right: -0.16rem;
    bottom: -0.16rem;
    left: -0.16rem;
  }
  .pu_link .a .circle span {
    width: 0.1rem;
    height: 0.1rem;
  }
  .safe-width {
    width: 100%;
    padding: 0 0.3rem;
  }
  .footer .footer-container {
    border-bottom: 0.01rem solid #505050;
  }
  .footer .footer-container .footer-qrcode {
    display: none;
  }
  .footer .footer-container .footer-left {
    width: 100%;
    padding-bottom: 0.7rem;
  }
  .footer .footer-container .footer-left::after {
    display: none;
  }
  .footer .footer-container .footer-left .footer-logo {
    width: 4.15rem;
    margin-left: 1.2rem;
  }
  .footer .footer-container .footer-left .footer-contact {
    padding: 0 0.3rem;
  }
  .footer .footer-container .footer-left .footer-contact .font18 {
    font-size: 0.3rem !important;
  }
  .footer .footer-container .footer-left .footer-contact .footer-phone {
    font-size: 0.41rem !important;
  }
  .footer .footer-container .footer-left .footer-contact .footer-address {
    width: 100%;
    line-height: 0.44rem;
    font-size: 0.28rem !important;
    margin-bottom: 0.15rem;
  }
  .footer .footer-container .footer-left .footer-email {
    font-size: 0.28rem !important;
  }
  .footer .footer-container .footer-menus {
    display: none;
  }
  .footer .copyright {
    width: 100%;
  }
  .footer .copyright .qrcode {
    display: none;
  }
  .footer .copyright span {
    display: block;
  }
  .footer .footer-bottom {
    padding: 0.34rem 0.35rem 0.4rem;
    font-size: 0.26rem;
    line-height: 0.5rem;
  }
  .sub-tabs .safe-width {
    padding: 0;
  }
  .sub-tabs .safe-width .font22 {
    display: none;
  }
  .sub-tabs .safe-width .d-flex {
    overflow-x: scroll;
  }
  .sub-tabs .safe-width .d-flex > a {
    flex: none;
    padding: 0.3rem 0.4rem;
    font-size: 0.34rem;
  }
  .sub-tabs .safe-width .d-flex > a p {
    padding: 0.3rem 0.4rem;
    font-size: 0.34rem;
  }
  .sub-tabs .safe-width .d-flex .tab-item {
    flex: none;
    padding: 0.3rem 0.4rem;
    font-size: 0.34rem;
  }
  .sub-tabs .safe-width .d-flex .tab-item.active {
    visibility: visible;
  }
  .sub-tabs .safe-width .d-flex .tab-item.tab-item-snp {
    min-width: 2.28rem;
    text-align: center;
  }
  .sub-tabs .safe-width .d-flex::-webkit-scrollbar {
    display: none;
  }
  .sub-tabs .tab-item-ul {
    top: 100%;
    background: #fff;
    border: 1px solid #D5D5D5;
    border-top: none;
    z-index: 999;
  }
  .sub-tabs .tab-item-ul a {
    padding: 0.24rem 0.22rem;
    display: block;
    font-size: 0.28rem;
    color: #161616;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .sub-tabs .tab-item-ul a.active {
    color: #229E42;
  }
  .sub-tabs .tab-item-ul.tab-item-ul-snp {
    width: 2.28rem;
    display: none;
  }
  .sub-slogan {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0.5rem;
  }
  .sub-slogan .font65 {
    font-size: 0.65rem;
  }
  .sub-slogan .u-m-r-55 {
    margin-bottom: 0.2rem;
  }
  .sub-slogan .u-m-r-55 .font32 {
    font-size: 0.4rem !important;
    line-height: 0.5rem;
  }
  .sub-slogan .font27 {
    font-size: 0.3rem !important;
    line-height: 0.5rem;
  }
  .sub-slogan .font22 {
    font-size: 0.25rem;
  }
  .page_con nav ul li a {
    font-size: 0.25rem;
    width: 0.66rem;
    line-height: 0.66rem;
    border-radius: 0 !important;
    margin: 0 0.06rem;
  }
  .page_con {
    margin: 0.3rem 0 0px 0;
    padding-bottom: 0.6rem;
  }
  .page_con .pagination > li:first-child > a,
  .page_con .pagination > li:last-child > a {
    width: 1.8rem;
    letter-spacing: 0.05rem;
  }
  .dw_mark {
    height: 1.16rem;
    top: -1.46rem;
  }
  .sub-menu {
    display: none;
  }
  .sub-tabs {
    display: block;
  }
  .sub-container {
    gap: 0;
  }
  .sub-container .sub-container-content {
    width: 100%;
    background: none;
    padding: 0;
  }
  .header {
    font-size: 0;
  }
  body {
    font-size: 0.14rem;
  }
  .sub-container {
    padding-top: 0.63rem;
    padding-bottom: 0.8rem;
  }
  .sub-slogan .font65 {
    font-size: 0.65rem !important;
    height: 0.65rem;
    line-height: 0.65rem;
  }
  .sub-slogan .font32 {
    font-size: 0.32rem !important;
    line-height: 0.5rem;
  }
  .sub-slogan .font27 {
    font-size: 0.27rem !important;
    line-height: 0.5rem;
  }
}
