.wrap {
  padding-top: var(--headHeight);
  position: relative;
  background-color: #f1f3f4;
  padding-right: var(--sidebarWidth);
}

.wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10.6rem;
  height: 100vh;
  background: url(/_upload/tpl/0f/2d/3885/template3885/images/common/header-img.png) no-repeat center/100% 100%;
}

.wrap.index .main {
  background: unset;
}

.wrap .main {
  position: relative;
  background-color: #fff;
  width: 100%;
}

.wrap .sidebar-wrap {
  position: fixed;
  z-index: 30;
  right: 0;
  top: 0;
  height: 100vh;
  width: calc(var(--sidebarWidth) + 1px);
  background-color: #002248;
  color: #9b936e;
  word-break: keep-all;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  writing-mode: vertical-rl;
}

.wrap .sidebar-wrap .text {
  transform: translateY(-50%);
  position: relative;
  cursor: pointer;
}

.wrap .sidebar-wrap .text::before {
  content: "";
  position: absolute;
  background: url(/_upload/tpl/0f/2d/3885/template3885/images/common/sidebar-arrow.png) no-repeat center/contain;
  width: 18px;
  height: 18px;
  top: -20px;
  left: 2px;
}

.wrap.open .sidebar-wrap {
  z-index: 29;
}

.wrap.open .sitemap-icon {
  z-index: 31;
}

.wrap.open .sitemap {
  transform: translateY(0);
}

.sitemap-icon {
  position: fixed;
  z-index: 31;
  top: calc(var(--headHeight) * 0.25);
  width: 30px;
  height: 50px;
  right: Max(0.24rem, 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sitemap-icon:hover .line {
  background: rgba(163, 146, 94, 0.6);
}

.sitemap-icon:hover .line::before {
  transform: rotate(-8deg);
}

.sitemap-icon:hover .line::after {
  transform: rotate(8deg);
}

.sitemap-icon .line {
  position: relative;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  background-color: #a3925e;
  transition: 0.3s;
}

.sitemap-icon .line::after, .sitemap-icon .line::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  border-radius: 1px;
  background-color: #a3925e;
  transform: rotate(0);
  transition: 0.6s;
}

.sitemap-icon .line::before {
  bottom: -10px;
}

.sitemap-icon .line::after {
  top: -10px;
}

.sitemap-icon.active .line {
  background: rgba(0, 34, 72, 0);
}

.sitemap-icon.active .line::before {
  bottom: 0;
  transform: rotate(-45deg);
}

.sitemap-icon.active .line::after {
  top: 0;
  transform: rotate(45deg);
}

.sitemap {
  box-sizing: border-box;
  transform: translateY(-100%);
  padding: 0.2rem;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100vw;
  height: 100vh;
  background-color: #002248;
  overflow: auto;
  transition: 0.6s;
}

.sitemap .menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sitemap .menu > li {
  width: calc((100% - 3.6rem) / 4);
  position: relative;
  font-weight: 500;
  font-size: Max(0.2rem, 16px);
  color: #FFFFFF;
  line-height: 1.1;
}

.sitemap .menu > li > a {
  position: relative;
  padding-bottom: 0.24rem;
}

.sitemap .menu > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 2px;
  opacity: 0.2;
  background-image: linear-gradient(270deg, #ffffff00 0%, #FFFFFF 100%);
}

.sitemap .menu > li:nth-child(n + 6) {
  margin-top: 1rem;
}

.sitemap .menu .sub-menu {
  padding-top: 0.2rem;
}

.sitemap .menu .sub-menu li {
  margin-top: 0.2rem;
  font-weight: 300;
  font-size: Max(0.16rem, 14px);
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0;
  line-height: 2;
}

.page-banner {
  height: 5.8rem;
  position: relative;
}

.page-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 3.26rem;
  height: 4.83rem;
  background: url(/_upload/tpl/0f/2d/3885/template3885/images/common/banner-bg.png) no-repeat center/cover;
}

.page-banner .page-content {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  z-index: 5;
}

.page-banner .page-title {
  position: relative;
  z-index: 10;
}

.page-banner .page-title h2 {
  font-weight: 700;
  font-size: Max(0.48rem, 24px);
  color: #ffffff;
  letter-spacing: 6px;
  line-height: 1.33;
  margin-bottom: 20px;
}

.page-banner .page-title .breadcrumb {
  color: #ffffff;
  font-size: Max(0.12rem, 12px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
}

.page-banner .page-title .breadcrumb a {
  margin: 10px;
}

.page-banner .page-title .breadcrumb span {
  font-weight: 600;
}

.page-banner .page-menu {
  position: absolute;
  bottom: 0;
  right: 0;
}

.page-banner .page-menu > div > ul {
  position: relative;
  z-index: 5;
  display: flex;
  font-weight: 500;
  font-size: Max(0.16rem, 14px);
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.375;
}

.page-banner .page-menu > div > ul > li {
  margin-left: 0.6rem;
  position: relative;
}

.page-banner .page-menu > div > ul > li > a {
  display: block;
  padding-bottom: 0.24rem;
}

.page-banner .page-menu > div > ul > li:hover::after, .page-banner .page-menu > div > ul > li.selected::after, .page-banner .page-menu > div > ul > li.parent::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #bea766;
}

.page-banner .page-menu > div > ul > li:hover > ul {
  display: block;
}

.page-banner .page-menu > div > ul > li > ul {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}

.page-banner .page-menu > div > ul > li > ul > li {
  position: relative;
  padding: 10px;
  color: #002248;
  font-size: Max(0.14rem, 12px);
  white-space: nowrap;
  text-align: center;
}

.page-banner .page-menu > div > ul > li > ul > li.selected > a, .page-banner .page-menu > div > ul > li > ul > li:hover > a {
  position: relative;
}

.page-banner .page-menu > div > ul > li > ul > li.selected > a::after, .page-banner .page-menu > div > ul > li > ul > li:hover > a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #bea766;
}

.page-banner .banner-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.page-banner.empty-img {
  background-image: url(/_upload/tpl/0f/2d/3885/template3885/css/images/common/banner-news.jpg);
}

.third-menu {
  padding: 0 40px 0.7rem;
}

.third-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.third-menu ul li {
  margin-top: 0.2rem;
  padding: 0 0.6rem;
  border-right: 1px solid #d8d8d8;
  font-weight: 400;
  font-size: Max(0.24rem, 16px);
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0;
  text-align: justify;
}

.third-menu ul li:first-child {
  padding-left: unset;
}

.third-menu ul li:last-child {
  padding-right: unset;
  border-right: unset;
}

.third-menu ul li.selected {
  font-weight: 500;
  color: #002248;
}

.article-wrap {
  padding: 0.8rem 0 1.4rem;
  min-height: 60vh;
}

.article-wrap img {
  width: auto;
  height: auto;
  margin-bottom: 0;
}

.article-wrap p {
  font-weight: 400;
  font-size: 16px;
  color: rgba(64, 64, 64, 0.8);
  letter-spacing: 0.5px;
  text-align: justify;
  line-height: 2;
}

.article-wrap p:nth-child(n + 2) {
  margin-top: 0.2rem;
}

.article-wrap.honor-wrap {
  text-align: center;
}

.article-wrap.honor-wrap p {
  display: inline-block !important;
  margin-bottom: 20px;
}

.article-wrap.honor-wrap p img {
  width: 4.47rem;
  margin-left: 0.3rem;
}

.article-wrap.honor-wrap p:nth-child(3n - 2) {
  margin-left: 0;
}

.default-img {
  display: none;
}

.default-img.active {
  display: block;
}

@media screen and (max-width: 1400px) {
  .wrap::before {
    width: 12rem;
  }
}

@media screen and (max-width: 910px) {
  .third-menu {
    margin-bottom: 20px;
    padding: 0 0 20px;
  }
  .third-menu ul li {
    margin-top: 20px;
    padding: 0 10px;
    font-size: 14px;
  }
  .article-wrap {
    padding: 30px 0;
  }
  .article-wrap.honor-wrap p img {
    width: 100%;
    margin-left: 0;
  }
  .article-wrap.honor-wrap p:nth-child(3n - 2) {
    margin-left: 0;
  }
}

@media screen and (max-width: 806px) {
  .wrap {
    overflow: hidden;
  }
  .wrap::before {
    background-image: linear-gradient(270deg, #002248 0%, #003572 100%);
  }
  .wrap .sidebar-wrap {
    display: none;
  }
  .sitemap-icon {
    position: absolute;
    height: 30px;
    right: 12px;
  }
  .sitemap-icon .line {
    width: 25px;
  }
  .sitemap {
    padding: 10px;
  }
  .sitemap .menu {
    display: block;
    height: 100vh;
    padding: 40px 0;
    box-sizing: border-box;
    overflow: auto;
  }
  .sitemap .menu > li {
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sitemap .menu > li a {
    display: block;
  }
  .sitemap .menu > li:nth-child(n+6) {
    margin-top: 0;
  }
  .sitemap .menu > li > a {
    padding-bottom: 6px;
  }
  .sitemap .menu > li > a::after {
    width: 100%;
    height: 1px;
  }
  .sitemap .menu > li .sub-menu {
    padding-top: 8px;
  }
  .sitemap .menu > li .sub-menu li {
    font-size: 14px;
    padding-top: 2px;
    margin-top: 0;
  }
  .page-banner {
    height: 3rem;
  }
  .page-banner::after {
    width: Max(1.304rem);
    height: Max(1.932rem);
  }
  .page-banner .page-title h2 {
    font-size: 24px;
  }
  .page-banner .page-title .breadcrumb {
    font-size: 12px;
  }
  .page-banner .page-title .breadcrumb a {
    margin: 0;
  }
  .page-banner .page-menu {
    width: 100%;
    right: unset;
    left: 0;
  }
  .page-banner .page-menu > div > ul {
    justify-content: space-around;
    font-size: 14px;
  }
  .page-banner .page-menu > div > ul > li {
    margin-left: 10px;
  }
  .page-banner .page-menu > div > ul > li > a {
    display: block;
    padding-bottom: 20px;
  }
  .page-banner .page-menu > div > ul > li > ul > li {
    font-size: 12px;
  }
}

@media screen and (max-width: 500px) {
  .third-menu ul {
    flex-wrap: wrap;
  }
  .sitemap-icon.active .line {
    background-color: #002f66 !important;
  }
  .sitemap-icon.active .line::before {
    bottom: 0;
    transform: rotate(-45deg) !important;
  }
  .sitemap-icon.active .line::after {
    top: 0;
    transform: rotate(45deg) !important;
  }
  .sitemap-icon .line {
    background-color: #a3925e !important;
  }
  .sitemap-icon .line::before {
    transform: rotate(0) !important;
  }
  .sitemap-icon .line::after {
    transform: rotate(0) !important;
  }
  .page-banner .page-menu > div > ul {
    flex-wrap: wrap;
    justify-content: start;
  }
  .page-banner .page-menu > div > ul > li > a {
    padding-bottom: 10px;
  }
  .page-banner .page-menu > div > ul > li:hover::after {
    content: unset;
  }
  .article-wrap p img {
    height: auto !important;
  }
}
