/* Inner Pages Redesign Start */
.inner-page {
  --inner-primary-deep: #061f45;
  --inner-primary: #082f63;
  --inner-primary-light: #1f6fbf;
  --inner-accent: #d8a24a;
  --inner-bg: #f5f8fc;
  --inner-card: #fffcf7;
  --inner-text: #1f2937;
  --inner-muted: #64748b;
  --inner-border: rgba(8, 47, 99, 0.1);
  --inner-shadow: 0 16px 38px rgba(8, 47, 99, 0.1);
  min-width: 320px;
  color: var(--inner-text);
  background:
    radial-gradient(circle at 8% 8%, rgba(31, 111, 191, 0.08), transparent 28%),
    linear-gradient(180deg, #f5f8fc 0%, #fff 42%, #f5f8fc 100%);
  font-family: "Microsoft YaHei", "PingFang SC", "Source Han Sans SC", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.inner-page *,
.inner-page *::before,
.inner-page *::after {
  box-sizing: border-box;
}

.inner-page a {
  color: inherit;
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.inner-page a:hover {
  text-decoration: none;
}

.inner-page img {
  max-width: 100%;
}

.inner-page header {
  position: relative;
  z-index: 20;
  background: var(--inner-primary-deep);
}

.inner-page header #head-pc .head-cont {
  height: auto;
  background:
    radial-gradient(circle at 12% 0%, rgba(31, 111, 191, 0.36), transparent 36%),
    linear-gradient(135deg, var(--inner-primary-deep) 0%, var(--inner-primary) 58%, #06264f 100%);
  background-size: cover;
}

.inner-page header #head-pc .head-cont .head-top {
  width: min(1200px, calc(100% - 64px));
  height: 34px;
  padding: 12px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.inner-page header #head-pc .head-cont .head-middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
  padding: 20px 0 28px;
}

.inner-page header #head-pc .head-cont .head-middle .head-logo {
  float: none;
  flex: 0 0 360px;
  display: inline-flex;
  align-items: center;
  width: 360px;
  height: auto;
}

.inner-page header #head-pc .head-cont .head-middle .head-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.inner-page header #head-pc .head-cont .head-middle form {
  flex: 0 1 440px;
}

.inner-page header #head-pc .head-cont .head-middle .head-search {
  float: none;
  display: flex;
  align-items: stretch;
  height: 46px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  overflow: hidden;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 34px rgba(3, 20, 43, 0.18);
}

.inner-page header #head-pc .head-cont .head-middle .head-search input {
  flex: 1;
  width: auto;
  min-width: 0;
  height: 100%;
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  font-size: 15px;
  line-height: 46px;
}

.inner-page header #head-pc .head-cont .head-middle .head-search input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.inner-page header #head-pc .head-cont .head-middle .head-search .head-search-r {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 100%;
  margin: 0;
  border-radius: 999px;
  background: var(--inner-accent);
}

.inner-page header #head-pc .head-cont .head-middle .head-search .head-search-r button {
  width: 100%;
  height: 100%;
  border: 0 !important;
  color: #fff !important;
  background: transparent !important;
  font-size: 15px !important;
  font-weight: 700;
  cursor: pointer;
}

.inner-page header #head-pc .head-nav {
  height: 58px;
  background: rgba(6, 31, 69, 0.96);
  box-shadow: 0 8px 24px rgba(3, 20, 43, 0.18);
}

.inner-page header #head-pc .head-nav .nav {
  display: flex;
  width: min(1200px, calc(100% - 64px));
  height: 58px;
  margin: 0 auto;
}

.inner-page header #head-pc .head-nav .nav li {
  float: none;
  flex: 1 1 0;
  width: auto;
  height: 100%;
}

.inner-page header #head-pc .head-nav .nav li a {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.92);
  background: transparent;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.inner-page header #head-pc .head-nav .nav li a:hover,
.inner-page header #head-pc .head-nav .nav li .cur {
  color: #fff !important;
  background: linear-gradient(180deg, rgba(31, 111, 191, 0.7), rgba(8, 47, 99, 0.3));
}


.inner-page header #head-wap .head-top {
  padding: 24px 0 22px;
  background:
    radial-gradient(circle at 14% 0%, rgba(31, 111, 191, 0.34), transparent 36%),
    linear-gradient(135deg, var(--inner-primary-deep) 0%, var(--inner-primary) 64%, #06264f 100%);
  background-size: cover;
}

.inner-page header #head-wap .head-top .head-logo img {
  width: min(72%, 420px);
}

.inner-page header #head-wap .head-top .head-search {
  width: calc(100% - 42px);
  max-width: 520px;
  height: 44px;
  margin-top: 18px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.inner-page header #head-wap .head-top .head-search input {
  width: calc(100% - 56px);
  height: 44px;
  padding: 0 16px;
  border-radius: 0;
  color: #fff;
  background: transparent;
  opacity: 1;
  font-size: 15px;
}

.inner-page header #head-wap .head-top .head-search input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.inner-page header #head-wap .head-top .head-search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: var(--inner-accent);
  cursor: pointer;
}

.inner-page header #head-wap .head-top .head-search button img {
  position: static;
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.inner-page header #head-wap .head-nav {
  height: auto;
  min-height: 56px;
  padding: 8px 0;
  background: rgba(6, 31, 69, 0.96);
}

.inner-page header #head-wap .head-nav a {
  width: 33.33%;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.35;
}

.inner-page header #head-wap .head-nav a.cur,
.inner-page header #head-wap .head-nav a:hover {
  color: #fff;
  font-weight: 700;
}

.inner-page .common-main,
.inner-page .centerWidth {
  width: min(1200px, calc(100% - 64px));
  margin: 30px auto 46px;
}

.inner-page .centerWidth {
  float: none;
}

.inner-page .zj-main2 {
  width: 100%;
}

.inner-page .bread-crumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 15px 20px;
  border: 1px solid var(--inner-border);
  border-radius: 18px;
  color: var(--inner-muted);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 26px rgba(8, 47, 99, 0.07);
  font-size: 14px;
}

.inner-page .bread-crumbs img {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin: 0;
  object-fit: contain;
}

.inner-page .bread-crumbs p {
  display: block;
  min-width: 0;
  margin: 0;
  line-height: 1.7;
}

.inner-page .bread-crumbs p a:hover {
  color: var(--inner-primary-light);
}

.inner-page .eypro_mulu {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin: 0 0 22px;
  padding: 16px;
  border: 1px solid var(--inner-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 26px rgba(8, 47, 99, 0.07);
}

.inner-page .eypro_mulu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  height: 38px;
  padding: 0 18px;
  border: 1px solid rgba(8, 47, 99, 0.12);
  border-radius: 999px;
  color: var(--inner-primary);
  background: #f7fbff;
  font-size: 15px;
  font-weight: 700;
}

.inner-page .eypro_mulu a:hover,
.inner-page .eypro_mulu .webactive {
  color: #fff;
  border-color: var(--inner-primary);
  background: var(--inner-primary);
  box-shadow: 0 10px 22px rgba(8, 47, 99, 0.18);
}

.inner-page .common-list,
.inner-page .cwx-main,
.inner-page .list_form,
.inner-page .zj-tpgl,
.inner-page .eyrow {
  position: relative;
  overflow: hidden;
  padding: 26px 30px;
  border: 1px solid var(--inner-border);
  border-radius: 24px;
  background-color: var(--inner-card);
  box-shadow: var(--inner-shadow);
}

.inner-page .common-list::before,
.inner-page .cwx-main::before,
.inner-page .list_form::before,
.inner-page .zj-tpgl::before,
.inner-page .eyrow::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 248, 239, 0.88) 100%),
    url("../images/home-section-watermark.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: center center, left bottom;
  background-size: 100% 100%, 94% auto;
  opacity: 0.78;
  pointer-events: none;
}

.inner-page .common-list > *,
.inner-page .cwx-main > *,
.inner-page .list_form > *,
.inner-page .zj-tpgl > *,
.inner-page .eyrow > * {
  position: relative;
  z-index: 1;
}

.inner-page .common-list ul {
  margin: 0;
  padding: 0;
}

.inner-page .common-list ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 54px;
  margin: 0 !important;
  padding: 0 0 0 18px;
  border-bottom: 1px solid #edf2f7;
  color: var(--inner-muted);
}

.inner-page .common-list ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--inner-primary-light);
  transform: translateY(-50%);
}

.inner-page .common-list ul li a {
  min-width: 0;
  flex: 1;
  color: var(--inner-text);
  font-size: 16px;
  line-height: 1.55;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inner-page .common-list ul li a:hover {
  color: var(--inner-primary-light);
}

.inner-page .common-list ul li span {
  flex: 0 0 auto;
  color: #94a3b8;
  font-size: 14px;
}

.inner-page .common-list ul hr {
  display: none;
}

.inner-page .cwx-page {
  margin-top: 26px;
  text-align: center;
}

.inner-page .cwx-page a,
.inner-page .cwx-page span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  margin: 0 4px;
  padding: 0 12px;
  border: 1px solid rgba(8, 47, 99, 0.12);
  border-radius: 999px;
  color: var(--inner-primary);
  background: rgba(255, 255, 255, 0.82);
}

.inner-page .cwx-page a:hover,
.inner-page .cwx-page .cur,
.inner-page .cwx-page .current {
  color: #fff;
  border-color: var(--inner-primary);
  background: var(--inner-primary);
}

.inner-page .zj-tpgl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
  list-style: none;
}

.inner-page .zj-tpgl li {
  width: auto;
  margin: 0;
  border: 1px solid rgba(8, 47, 99, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(8, 47, 99, 0.08);
  overflow: hidden;
}

.inner-page .zj-tpgl li a {
  display: block;
}

.inner-page .zj-tpgl li img {
  display: block;
  width: 100%;
  height: 178px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.inner-page .zj-tpgl li p {
  margin: 0;
  padding: 14px 16px 16px;
  color: var(--inner-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inner-page .zj-tpgl li a:hover img {
  transform: scale(1.045);
}

.inner-page .eyrow {
  margin: 0;
}

.inner-page .eyrow .side_left {
  width: 100%;
}

.inner-page .eyrow .w-prd-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.inner-page .eyrow .w-prd-list-cell {
  width: auto;
  margin: 0;
}

.inner-page .eyrow .w-prd-list-cell-in,
.inner-page .eyrow .w-prd-con {
  height: 100%;
}

.inner-page .eyrow .w-prd-con {
  overflow: hidden;
  border: 1px solid rgba(8, 47, 99, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(8, 47, 99, 0.08);
}

.inner-page .eyrow .w-prd-imgbox img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.inner-page .eyrow .w-prd-infobox h2 {
  margin: 0;
  padding: 14px 12px 18px;
  font-size: 16px;
  line-height: 1.5;
}

.inner-page .cwx-main {
  padding: 34px 42px;
}

.inner-page .cwx-main .cwx-xlbox2,
.inner-page .cwx-main .content-box1,
.inner-page .cwx-main .article-box {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.inner-page .article-box .title {
  margin: 0 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(8, 47, 99, 0.1);
  color: var(--inner-primary);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.inner-page .article-box .property {
  margin-bottom: 24px;
  padding: 12px 16px;
  border-radius: 12px;
  color: var(--inner-muted);
  background: rgba(8, 47, 99, 0.045);
  font-size: 14px;
  line-height: 1.8;
}

.inner-page .article-box .property a {
  color: var(--inner-primary-light);
}

.inner-page .article-box .c-txt {
  color: var(--inner-text);
  font-size: 16px;
  line-height: 2;
}

.inner-page .article-box .c-txt img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.inner-page .list_form form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.inner-page .list_form .fl {
  float: none;
  width: auto;
  margin: 0 !important;
}

.inner-page .list_form .w_100,
.inner-page .list_form .yzm {
  grid-column: 1 / -1;
}

.inner-page .list_form label {
  display: block;
  margin-bottom: 8px;
  color: var(--inner-primary);
  font-size: 15px;
  font-weight: 700;
}

.inner-page .list_form label i {
  margin-right: 4px;
  color: #d83a3a;
}

.inner-page .list_form input[type='text'],
.inner-page .list_form textarea {
  width: 100%;
  border: 1px solid rgba(8, 47, 99, 0.14);
  border-radius: 12px;
  color: var(--inner-text);
  background: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.inner-page .list_form input[type='text'] {
  height: 46px;
  padding: 0 14px;
}

.inner-page .list_form textarea {
  min-height: 150px;
  padding: 12px 14px;
  resize: vertical;
}

.inner-page .list_form input[type='text']:focus,
.inner-page .list_form textarea:focus {
  border-color: var(--inner-primary-light);
  box-shadow: 0 0 0 3px rgba(31, 111, 191, 0.12);
}

.inner-page .list_form input[type='submit'] {
  min-width: 128px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--inner-primary);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(8, 47, 99, 0.18);
}

.inner-page .footer {
  position: relative;
  margin-top: 44px;
  overflow: visible;
  color: rgba(255, 255, 255, 0.82);
  background:
    radial-gradient(circle at 12% 0%, rgba(31, 111, 191, 0.26), transparent 30%),
    linear-gradient(135deg, var(--inner-primary-deep) 0%, var(--inner-primary) 58%, #06264f 100%);
}

.inner-page .footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--inner-accent), rgba(216, 162, 74, 0.18), var(--inner-primary-light));
}

.inner-page .footer a {
  color: rgba(255, 255, 255, 0.88);
}

.inner-page .footer a:hover {
  color: #fff;
  text-decoration: none;
}

.inner-page .footer .foot-top {
  height: auto;
  background: rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.inner-page .footer .foot-top .foot-t-cont {
  width: min(1200px, calc(100% - 64px));
  height: auto;
}

.inner-page .footer .foot-top .foot-t-cont .foot-ul-1 {
  display: flex;
  height: auto;
}

.inner-page .footer .foot-top .foot-t-cont .foot-ul-1 li {
  position: relative;
  float: none;
  flex: 1;
  width: auto;
  height: 64px;
  line-height: 64px;
}

.inner-page .footer .foot-top .foot-t-cont .foot-ul-1 li .foot-a-1 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 700;
}

.inner-page .footer .foot-top .foot-t-cont .foot-ul-1 li .foot-a-1 img {
  width: 14px;
  height: auto;
  margin-left: 8px;
  vertical-align: -1px;
  filter: brightness(0) invert(1);
  opacity: 0.72;
}

.inner-page .footer .foot-top .foot-t-cont .foot-ul-1 li .foot-a-1.cur,
.inner-page .footer .foot-top .foot-t-cont .foot-ul-1 li .foot-a-1:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.inner-page .footer .foot-top .foot-t-cont .foot-ul-1 li .foot-li-box {
  top: 64px;
  z-index: 30;
  width: 100%;
  border-radius: 0 0 14px 14px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(3, 20, 43, 0.18);
}

.inner-page .footer .foot-top .foot-t-cont .foot-ul-1 li .foot-li-box a {
  color: var(--inner-text);
  font-size: 14px;
}

.inner-page .footer .foot-top .foot-t-cont .foot-ul-1 li .foot-li-box a:hover {
  color: var(--inner-primary-light);
  background: #f5f8fc;
}

.inner-page .footer .foot-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(1200px, calc(100% - 64px));
  height: auto;
  min-height: 150px;
  padding: 34px 0;
}

.inner-page .footer .foot-bottom .foot-b-l,
.inner-page .footer .foot-bottom .foot-b-m,
.inner-page .footer .foot-bottom .foot-b-r {
  float: none;
}

.inner-page .footer .foot-bottom .foot-b-l {
  flex: 1 1 auto;
  width: auto;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.inner-page .footer .foot-bottom .foot-b-l span {
  color: rgba(255, 255, 255, 0.82);
}

.inner-page .footer .foot-bottom .foot-b-l .foot-b-l-1 {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.62);
}

.inner-page .footer .foot-bottom .foot-b-l .foot-b-l-2 {
  font-style: normal;
}

.inner-page .footer .foot-bottom .foot-b-l .foot-b-l-2 p {
  margin-bottom: 8px;
  line-height: 1.75;
}

.inner-page .footer .foot-bottom .foot-b-m {
  flex: 0 0 auto;
  width: auto;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}

.inner-page .footer .foot-bottom .foot-b-m a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  padding: 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.inner-page .footer .foot-bottom .foot-b-m .foot-b-m-1 {
  width: 44px;
}

.inner-page .footer .foot-bottom .foot-b-m a.slyhwzafw {
  width: 86px;
  cursor: default;
}

.inner-page .footer .foot-bottom .foot-b-r {
  flex: 0 0 190px;
  width: 190px;
  padding-top: 0;
}

.inner-page .footer .foot-bottom .foot-b-r div {
  float: none;
  width: 100%;
  margin-left: 0;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
}

.inner-page .footer .foot-bottom .foot-b-r img {
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 8px;
  background: #fff;
}

.inner-page .footer .foot-bottom .foot-b-r p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.4;
}

.inner-page .SCROLLTOP {
  right: 28px;
  bottom: 48px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--inner-primary);
  box-shadow: 0 14px 32px rgba(8, 47, 99, 0.22);
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .inner-page header #head-pc .head-cont .head-middle {
    gap: 20px;
  }

  .inner-page header #head-pc .head-cont .head-middle .head-logo {
    flex-basis: 300px;
    width: 300px;
  }

  .inner-page .zj-tpgl,
  .inner-page .eyrow .w-prd-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inner-page .footer .foot-bottom {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .inner-page .footer .foot-bottom .foot-b-l {
    flex: 1 1 100%;
  }
}

@media screen and (max-width: 768px) {
  .inner-page .common-main,
  .inner-page .centerWidth {
    width: calc(100% - 28px);
    margin-top: 22px;
    margin-bottom: 30px;
  }

  .inner-page .bread-crumbs,
  .inner-page .eypro_mulu,
  .inner-page .common-list,
  .inner-page .cwx-main,
  .inner-page .list_form,
  .inner-page .zj-tpgl,
  .inner-page .eyrow {
    border-radius: 18px;
  }

  .inner-page .common-list,
  .inner-page .cwx-main,
  .inner-page .list_form,
  .inner-page .zj-tpgl,
  .inner-page .eyrow {
    padding: 20px 18px;
  }

  .inner-page .common-list ul li {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    min-height: auto;
    padding: 12px 0 12px 15px;
  }

  .inner-page .common-list ul li a {
    width: 100%;
    white-space: normal;
    font-size: 15px;
  }

  .inner-page .zj-tpgl,
  .inner-page .eyrow .w-prd-list,
  .inner-page .list_form form {
    grid-template-columns: 1fr;
  }

  .inner-page .article-box .title {
    font-size: 24px;
  }

  .inner-page .article-box .property .lf,
  .inner-page .article-box .property .rt {
    float: none;
    display: block;
  }

  .inner-page .footer {
    margin-top: 28px;
  }

  .inner-page .footer .foot-top {
    display: none;
  }

  .inner-page .footer .foot-bottom {
    display: block;
    width: calc(100% - 28px);
    min-height: 0;
    padding: 26px 0;
    text-align: center;
  }

  .inner-page .footer .foot-bottom .foot-b-l,
  .inner-page .footer .foot-bottom .foot-b-m {
    width: 100%;
    padding: 0;
  }

  .inner-page .footer .foot-bottom .foot-b-m {
    padding-top: 16px;
  }

  .inner-page .footer .foot-bottom .foot-b-r {
    display: block;
    width: 160px;
    margin: 18px auto 0;
  }

  .inner-page .SCROLLTOP {
    right: 16px;
    bottom: 24px;
    width: 46px;
    height: 46px;
  }
}
/* Inner Pages Redesign End */

/* Inner Navigation Match Home Start */
.inner-page header #head-pc .head-nav {
  position: relative;
  z-index: 8;
  height: 74px;
  background: rgba(8, 47, 99, 0.96);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.12), 0 14px 34px rgba(3, 20, 43, 0.2);
  backdrop-filter: blur(12px);
}

.inner-page header #head-pc .head-nav .nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: min(1200px, calc(100% - 64px));
  height: 74px;
  min-height: 74px;
  margin: 0 auto;
}

.inner-page header #head-pc .head-nav .nav li {
  float: none;
  flex: 1;
  width: auto;
  height: 100%;
}

.inner-page header #head-pc .head-nav .nav li a {
  position: relative;
  float: none;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  color: #fff;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
}

.inner-page header #head-pc .head-nav .nav li a::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 50%;
  height: 4px;
  border-radius: 0;
  background: var(--inner-accent);
  transition: left 0.3s ease, right 0.3s ease;
}

.inner-page header #head-pc .head-nav .nav li a:hover,
.inner-page header #head-pc .head-nav .nav li a.cur,
.inner-page header #head-pc .head-nav .nav li .cur {
  color: #fff !important;
  text-decoration: none;
  background: rgba(31, 111, 191, 0.5);
}

.inner-page header #head-pc .head-nav .nav li a:hover::after,
.inner-page header #head-pc .head-nav .nav li a.cur::after,
.inner-page header #head-pc .head-nav .nav li .cur::after {
  right: 22%;
  left: 22%;
}

.inner-page header #head-wap .head-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  min-height: 108px;
  padding: 0;
  background: rgba(8, 47, 99, 0.96);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.12), 0 12px 28px rgba(3, 20, 43, 0.18);
}

.inner-page header #head-wap .head-nav a {
  position: relative;
  display: flex;
  flex: 0 0 33.333%;
  align-items: center;
  justify-content: center;
  width: 33.333%;
  min-height: 54px;
  padding: 0 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.inner-page header #head-wap .head-nav a::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 50%;
  width: auto;
  height: 3px;
  margin-left: 0;
  background: var(--inner-accent);
  transition: left 0.3s ease, right 0.3s ease;
}

.inner-page header #head-wap .head-nav a:hover,
.inner-page header #head-wap .head-nav a.cur {
  color: #fff;
  text-decoration: none;
  background: rgba(31, 111, 191, 0.5);
}

.inner-page header #head-wap .head-nav a:hover::after,
.inner-page header #head-wap .head-nav a.cur::after {
  right: 22%;
  left: 22%;
}

@media screen and (max-width: 1200px) {
  .inner-page header #head-pc .head-nav .nav li a {
    padding: 0 10px;
    font-size: 16px;
  }
}
/* Inner Navigation Match Home End */

/* ScrollTop Visibility Fix Start */
.inner-page .SCROLLTOP {
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.92);
  background: #1f6fbf;
  box-shadow:
    0 0 0 3px rgba(31, 111, 191, 0.88),
    0 14px 32px rgba(8, 47, 99, 0.28);
}

.inner-page .SCROLLTOP img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
/* ScrollTop Visibility Fix End */

