/*初始化页面*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
ol,
ul,
li,
dl,
dt,
dd,
table,
caption,
tr,
th,
td,
span,
p,
a,
b,
u,
i,
em,
img,
iframe,
fieldset,
form,
label,
legend,
input,
button,
select,
textarea {
  margin: 0;
  padding: 0;
}
html {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  transition: opacity 1s;
}
body {
  font: 14px/1.5 'Microsoft Yahei', '微软雅黑', Arial, Tahoma, Helvetica, sans-serif;
  color: #333;
  background-color: #fff;
  margin: auto;
}
input,
button,
textarea,
select {
  font: inherit;
  outline: 0;
  border: 0;
  background: none;
  color: inherit;
}
input:focus,
textarea:focus {
  color: inherit;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}
ol,
ul,
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
img {
  border: 0;
  outline: 0;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: 0;
}
svg:not(:root) {
  overflow: hidden;
}
input[type=date] {
  background-color: transparent;
  border: 0;
  filter: alpha(opacity=0);
}
::-ms-clear,
::-ms-reveal {
  display: none;
}
/* WebKit browsers */
::-webkit-input-placeholder {
  color: #909090;
}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
  color: #909090;
  opacity: 1;
}
/* Mozilla Firefox 19+ */
::-moz-placeholder {
  color: #909090;
  opacity: 1;
}
/* Internet Explorer 10+ */
:-ms-input-placeholder {
  color: #909090;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: #633E19;
  border-radius: 4px;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #A05A2F;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a,
a:active,
a:focus,
a:hover {
  outline: none;
}
*:focus {
  outline: none !important;
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto \9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}
* {
  margin: 0;
  padding: 0;
}
.fix {
  *zoom: 1;
}
.fix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*此文件写网站剩余样式*/
body {
  font-family: LibertinusSerif-Bold, Arial, '微软雅黑', "Microsoft YaHei", PingFangSC-Regular, sans-serif;
}
body {
  scroll-behavior: smooth;
}
@font-face {
  font-family: LibertinusSerif-Bold;
  src: url("/eportal/uiFramework/commonResource/zip/fonts/fonts/LIBERTINUSSERIF-BOLD.OTF") format("truetype");
}
@font-face {
  font-family: LibertinusSerif-Regular;
  src: url("/eportal/uiFramework/commonResource/zip/fonts/fonts/LIBERTINUSSERIF-REGULAR.OTF") format("truetype");
}
.container {
  width: auto;
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}
.container-index {
  padding-left: 8.3rem;
  padding-right: 8.3rem;
}
.row {
  margin-right: -0.8rem;
  margin-left: -0.8rem;
}
.col-szxjy {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
.nav-wrap {
  font-size: 0;
}
.nav-wrap .container {
  width: auto;
  padding: 0 3.1rem;
}
nav.navbar.bootsnav {
  min-height: 2.1rem;
  z-index: 999;
  margin: 0;
  background: #fff;
  padding: 1.8rem 0;
  border: none;
  position: relative;
  border-radius: 0;
}
nav.navbar.bootsnav .navbar-header {
  margin-top: 0.1rem;
}
nav.navbar.bootsnav .navbar-header img {
  width: 24rem;
}
nav.navbar.bootsnav .collapse.navbar-collapse {
  float: right;
  padding: 0;
  margin: 0;
}
nav.navbar.bootsnav ul.nav {
  float: none;
  width: 100%;
}
nav.navbar.bootsnav ul.nav > li {
  margin-left: 2.1rem;
}
nav.navbar.bootsnav ul.nav > li:first-child {
  margin-left: 0;
}
nav.navbar.bootsnav ul.nav > li:last-child ul.dropdown-menu {
  min-width: 420% !important;
}
nav.navbar.bootsnav ul.nav > li:last-child ul.dropdown-menu > li > a {
  text-align: right !important;
}
nav.navbar.bootsnav ul.nav > li > a {
  position: relative;
  font-weight: bold;
  font-size: 1.3rem;
  color: #333333;
  line-height: 1.6rem;
  padding: 0;
  margin: 0;
  text-align: center;
}
nav.navbar.bootsnav ul.nav > li > a::after {
  display: none;
}
nav.navbar.bootsnav ul.nav > li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background-color: none !important;
  color: #A05A2F !important;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none !important;
  right: 0;
  left: auto;
  margin: 0;
  background: #FFF;
  min-width: 100%;
  width: 100%;
  padding: 0.5rem;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border: none;
  text-align: center;
  padding: 0.8rem 0.3rem;
  line-height: 1rem;
  font-weight: bold;
  font-size: 0.9rem;
  color: #A05A2F;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  background-color: #A05A2F;
  color: #FFFFFF;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0rem 0rem 2.4rem 0rem rgba(67, 86, 116, 0.19);
}
.banner {
  height: calc(100vh - 5.2rem);
  background-image: url(/eportal/uiFramework/commonResource/image/2025030707091126382.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner .move {
  position: absolute;
  width: 1.2rem;
  height: 1.9rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.6rem;
  background: url(/eportal/uiFramework/commonResource/image/2025030707154757542.png) no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
  /* 标准语法 */
  animation: movedown 1.5s infinite linear;
  /* 兼容 Webkit 浏览器 */
  -webkit-animation: movedown 1.5s infinite linear;
  /* 兼容 Mozilla 浏览器 */
  -moz-animation: movedown 1.5s infinite linear;
  /* 兼容 Opera 浏览器 */
  -o-animation: movedown 1.5s infinite linear;
  /* 兼容 Internet Explorer */
  -ms-animation: movedown 1.5s infinite linear;
}
.banner .container {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.banner .banner-img {
  display: block;
  max-width: 45.1rem;
  margin-left: 2.6rem;
  width: 100%;
}
.index-title {
  font-weight: bold;
  font-size: 3.6rem;
  color: #333333;
  line-height: 4.2rem;
  padding-bottom: 1.3rem;
  margin-bottom: 2.9rem;
  position: relative;
}
.index-title::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 3.3rem;
  height: 0.2rem;
  background: #D5A867;
}
.index-box1 {
  background: #FFF url(/eportal/uiFramework/commonResource/image/2025030707201134737.png) no-repeat center fixed;
  background-size: 100% auto;
  padding: 7.6rem 0 11.5rem 0;
  font-size: 0;
}
.js-cont .img-box {
  float: left;
  width: 21.9rem;
  height: 31.4rem;
  margin-right: 5.2rem;
  overflow: hidden;
}
.js-cont .img-box img {
  width: 100%;
  height: 100%;
}
.js-cont .right-cont {
  overflow: hidden;
}
.js-cont .js-txt {
  font-family: Arial;
  font-weight: 400;
  font-size: 1.3rem;
  color: #333333;
  line-height: 2.2rem;
  margin-bottom: 2.9rem;
  text-align: justify;
}
.References-title {
  font-size: 0;
  margin-bottom: 1.3rem;
  font-family: Arial;
  font-weight: bold;
  color: #633E19;
  line-height: 2.6rem;
}
.References-title .fl {
  font-size: 1.9rem;
}
.References-title .fr {
  font-size: 1rem;
}
.References-title .fr:hover {
  text-decoration: underline;
}
.js-References-list {
  font-family: Arial;
  font-weight: 400;
}
.js-References-list li {
  float: left;
  width: 50%;
  position: relative;
  padding: 0 2.1rem 3px 2.1rem;
  min-height: 7.5rem;
  text-align: justify;
}
.js-References-list li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0.4rem;
  bottom: 0.3rem;
  width: 0.1rem;
  background: #A25C31;
}
.js-References-list li a {
  font-size: 1.3rem;
  color: #633E19;
  line-height: 1.9rem;
  padding-bottom: 0.3rem;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 0.1rem;
  position: relative;
  transition: background-size 0.3s;
}
.js-References-list li a:hover {
  background-size: 100% 0.1rem;
}
.index-box2 {
  background: url(/eportal/uiFramework/commonResource/image/2025030707125236067.jpg) no-repeat center;
  background-size: cover;
  padding: 7.6rem 0 6.8rem 0;
  font-size: 0;
}
.index-box2 .container {
  position: relative;
}
.index-box2 .gy-img-box {
  position: absolute;
  right: 11.5rem;
  top: -12rem;
  width: 20.8rem;
  height: 20.8rem;
  border-radius: 50%;
  overflow: hidden;
}
.index-box2 .gy-img-box img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.index-box2 .gy-txt {
  font-family: Arial;
  font-weight: 400;
  font-size: 1.3rem;
  color: #333333;
  line-height: 2.2rem;
  margin-bottom: 2.9rem;
  text-align: justify;
}
.m30 {
  margin: 0 -1.6rem;
}
.p30 {
  padding: 0 1.6rem;
}
.gy-References-list {
  display: block;
  padding: 1.2rem 1.6rem 1.2rem 1.6rem;
  min-height: 8.2rem;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  font-family: Arial;
  font-weight: 400;
  margin-bottom: 1.6rem;
  text-align: justify;
}
.gy-References-list span {
  font-size: 1.3rem;
  color: #633E19;
  line-height: 2rem;
  padding-bottom: 0.3rem;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 0.1rem;
  position: relative;
  transition: background-size 0.3s;
}
.gy-References-list:hover span {
  background-size: 100% 0.1rem;
}
.ry-list {
  display: block;
}
.ry-list .img-box {
  height: 15rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.ry-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.ry-list .img-box img:nth-child(2) {
  display: none;
}
.ry-list h2 {
  font-size: 0;
  font-family: Arial;
  font-weight: bold;
  margin-bottom: 0.7rem;
}
.ry-list h2 span {
  font-size: 1.7rem;
  color: #333333;
  line-height: 2.2rem;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 0.1rem;
  position: relative;
  transition: background-size 0.3s;
}
.ry-list .desc {
  font-family: Arial;
  font-weight: 400;
  font-size: 1.1rem;
  color: #333333;
  line-height: 1.7rem;
  min-height: 6.5rem;
  padding-bottom: 0.5rem;
}
.ry-list .icon {
  max-height: 3.1rem;
}
.ry-list .icon img {
  height: 100%;
  max-height: 3.1rem;
}
.ry-list .icon img:nth-child(1) {
  display: none;
}
.ry-list:hover .img-box img {
  transform: scale(1.1);
}
.ry-list:hover h2 span {
  color: #633E19;
  background-size: 100% 0.1rem;
}
.index-box3 {
  background: url(/eportal/uiFramework/commonResource/image/2025030707301913407.png) no-repeat center bottom;
  background-size: 100% auto;
  padding: 7.6rem 0 12rem 0;
  font-size: 0;
}
.index-box3 .swiper-container {
  margin: 0 -1rem;
}
.index-box3 .swiper-slide {
  padding: 0 1rem;
}
.index-box3 .swiper-slide:nth-child(1) .ry-list .desc {
  min-height: auto;
  padding-bottom: 0.9rem;
}
.footer {
  font-size: 0;
  background: #94744D;
  text-align: center;
  padding: 3.4rem 0 2.6rem 0;
}
.footer a {
  display: inline-block;
  font-weight: bold;
  font-size: 1.6rem;
  color: #F1DCB1;
  line-height: 2.3rem;
  margin-bottom: 0.5rem;
}
.footer p {
  font-family: LibertinusSerif-Regular;
  font-weight: 400;
  font-size: 1rem;
  color: #F1DCB1;
  line-height: 1.6rem;
  margin-bottom: 1.3rem;
}
.footer .tip {
  font-family: Libertinus Serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #F1DCB1;
  line-height: 1.8rem;
}
.backTop {
  position: fixed;
  right: 1rem;
  bottom: 3.1rem;
  z-index: 10;
  width: 2.9rem;
  height: 2.9rem;
  background: #A05A2F;
  box-shadow: 0rem 0rem 0.6rem 0.1rem rgba(0, 27, 129, 0.2);
  font-weight: bold;
  font-size: 0.8rem;
  color: #FFFFFF;
  line-height: 2.9rem;
  text-align: center;
  display: none;
  cursor: pointer;
}
/* 标准语法 */
@keyframes movedown {
  0%,
  100% {
    bottom: 2.6rem;
  }
  50% {
    bottom: 1.6rem;
  }
}
/* 兼容 Webkit 浏览器 (如 Chrome, Safari) */
@-webkit-keyframes movedown {
  0%,
  100% {
    bottom: 2.6rem;
  }
  50% {
    bottom: 1.6rem;
  }
}
/* 兼容 Mozilla 浏览器 (如 Firefox) */
@-moz-keyframes movedown {
  0%,
  100% {
    bottom: 2.6rem;
  }
  50% {
    bottom: 1.6rem;
  }
}
/* 兼容 Opera 浏览器 */
@-o-keyframes movedown {
  0%,
  100% {
    bottom: 2.6rem;
  }
  50% {
    bottom: 1.6rem;
  }
}
.ny-box {
  background: #FFF;
  min-height: calc(100vh - 31.3rem);
  padding-bottom: 8.3rem;
}
.ny-top-banner {
  background: url(/eportal/uiFramework/commonResource/image/2025030707152627808.png) no-repeat center center;
  background-size: cover;
  height: 20.8rem;
}
.ny-top-banner .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.ny-top-banner h1 p {
  font-weight: bold;
  font-size: 3.1rem;
  color: #FFFFFF;
  line-height: 3.6rem;
  margin-bottom: 0.3rem;
}
.ny-top-banner div {
  font-weight: bold;
  font-size: 1.8rem;
  color: #FFFFFF;
  line-height: 2.1rem;
  margin-bottom: 1.3rem;
}
.ny-nav-list {
  margin-top: -2.1rem;
  margin-bottom: 6.3rem;
}
.ny-nav-list li {
  float: left;
  margin-right: 1rem;
  min-width: 15.6rem;
  height: 4.2rem;
  background: linear-gradient(90deg, #F8D4B0 0%, #FDF6EC 100%);
  border-radius: 0rem 2.1rem 0rem 2.1rem;
  font-weight: bold;
  font-size: 1.3rem;
  color: #333333;
  line-height: 1.6rem;
  padding: 0.3rem 1rem;
  overflow: hidden;
}
.ny-nav-list li:last-child {
  margin-right: 0;
}
.ny-nav-list li a {
  width: 100%;
  height: 100%;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ny-nav-list li:hover,
.ny-nav-list li.active {
  background: linear-gradient(90deg, #A25C31 0%, #D19457 100%);
  color: #FFFFFF;
}
.ny-nav-list li:hover a,
.ny-nav-list li.active a {
  color: #FFFFFF;
}
.ny-lm-title {
  font-weight: bold;
  font-size: 3.1rem;
  color: #333333;
  line-height: 3.6rem;
  text-align: center;
  padding-bottom: 1.6rem;
  margin-bottom: 3.1rem;
  position: relative;
}
.ny-lm-title::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3.3rem;
  height: 0.2rem;
  background: #D5A867;
}
.rylist > li {
  margin-bottom: 2.1rem;
}
.rylist > li:last-child {
  margin-bottom: 0;
}
.rylist > li a {
  display: block;
  background: #FDF4E9;
  padding: 2.1rem;
}
.rylist > li a:hover .img-box img {
  transform: scale(1.1);
}
.rylist > li a:hover .title {
  color: #633E19;
}
.rylist > li a:hover .more {
  margin-left: 1rem;
}
.rylist .img-box {
  float: left;
  width: 15rem;
  height: 15rem;
  margin-right: 4.3rem;
  overflow: hidden;
}
.rylist .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.rylist .img-box img:nth-child(2) {
  display: none;
}
.rylist .info {
  font-size: 0;
  overflow: hidden;
  font-family: Arial;
  font-weight: 400;
  padding-top: 1rem;
  position: relative;
}
.rylist .title {
  font-weight: bold;
  font-size: 1.7rem;
  color: #333333;
  line-height: 2.1rem;
  margin-bottom: 1rem;
  margin-right: 10.4rem;
}
.rylist .subtitle {
  font-size: 1.1rem;
  color: #333333;
  line-height: 1.7rem;
  margin-bottom: 1.3rem;
}
.rylist .desc {
  font-size: 1rem;
  color: #999999;
  line-height: 1.6rem;
  margin-bottom: 1.6rem;
  max-height: 3.1rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.rylist .icon {
  position: absolute;
  right: 0;
  top: 0;
  max-height: 3.1rem;
  max-width: 7.8rem;
}
.rylist .icon img {
  height: 100%;
  max-height: 3.1rem;
  max-width: 7.8rem;
}
.rylist .icon img:nth-child(1) {
  display: none;
}
.rylist .more {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  border: 0.1rem solid #633E19;
  background: url(/eportal/uiFramework/commonResource/image/2025030707160213847.png) no-repeat center center;
  background-size: 0.9rem 0.7rem;
  transition: all 0.5s;
}
.ry-detail {
  position: relative;
}
.ry-detail .img-box {
  float: left;
  width: 20.8rem;
  height: auto;
  overflow: hidden;
  margin-right: 5.2rem;
}
.ry-detail .img-box img {
  width: 100%;
  height: 100%;
}
.ry-detail .img-box img:nth-child(2) {
  display: none;
}
.ry-detail .info {
  font-size: 0;
  overflow: hidden;
  font-family: Arial;
  font-weight: 400;
}
.ry-detail .title {
  font-size: 3.1rem;
  color: #333333;
  line-height: 1;
  margin-bottom: 1.5rem;
  margin-right: 10.4rem;
}
.ry-detail .subtitle {
  font-size: 1.5rem;
  color: #333333;
  line-height: 1.3;
  padding-bottom: 3.3rem;
  margin-bottom: 3.8rem;
  border-bottom: 0.1rem solid #D5A867;
}
.ry-detail .icon {
  position: absolute;
  right: 0;
  top: 0;
  max-height: 3.1rem;
  max-width: 7.8rem;
  height: 100%;
}
.ry-detail .icon img {
  max-height: 3.1rem;
  max-width: 7.8rem;
  height: 100%;
}
.ry-detail .icon img:nth-child(1) {
  display: none;
}
.ry-detail .txt {
  font-size: 1.3rem;
  color: #333333;
  line-height: 2.2rem;
  text-align: justify;
}
/*细览，单页*/
.details-page {
  color: #666666;
  position: relative;
  line-height: 1.8;
  font-family: Arial;
  font-weight: 400;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 0.3rem;
  width: 76% !important;
  height: 100% !important;
  margin: 0.9rem auto;
  display: block;
}
.details-page .detail-top {
  margin-bottom: 1rem;
  border-bottom: 0.1rem solid #e9e9e9;
  padding-bottom: 0.6rem;
}
.details-page .detail-top .title-s {
  color: #333333;
  line-height: 1.5;
  font-size: 2.6rem;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.details-page .detail-top .top-other {
  color: #797575;
  margin-top: 1rem;
  padding: 0;
}
.details-page .detail-top .top-other.top-other-no-share .other-info {
  float: none;
  text-align: center;
}
.details-page .detail-top .top-other .other-info {
  float: left;
  font-size: 0.9rem;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other .other-share > div {
  display: inline-block;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 0.3rem;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #333;
  text-align: justify;
  font-size: 1.1rem;
}
.details-page .main-cont > p {
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
  color: #333333;
  line-height: 2.2rem;
}
.details-page .main-cont > div {
  font-size: 1.1rem;
  color: #333333;
  line-height: 2.2rem;
  margin-bottom: 0.8rem;
}
.details-page .main-cont.cont-xilan img {
  width: 52.1rem;
  margin-left: auto;
  margin-right: auto;
}
.details-page .cont-page-share {
  position: relative;
  padding-right: 5.2rem;
  border-top: 0.1rem solid #c1d1e5;
  margin-top: 1.6rem;
}
.details-page .cont-page-share .cont-page {
  margin-top: 0;
  border-top: none;
}
.details-page .cont-page-share .cont-share {
  position: absolute;
  right: 0;
  top: 1rem;
}
.details-page .cont-page-share .share-xl .social-share a {
  width: 1.7rem;
  height: 1.7rem;
}
/*分享*/
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 0.2rem;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  font-size: 1rem;
  border-radius: 50%;
  line-height: 1.7rem;
  border: 0.1rem solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 0.1rem solid #eee;
  position: absolute;
  z-index: 9;
  top: -10.7rem;
  left: -3.3rem;
  width: 8.3rem;
  height: 10rem;
  color: #666;
  font-size: 0.6rem;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0.1rem 0.5rem #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 2.1rem;
  left: -3.3rem;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 1.4rem;
  line-height: 1.4rem;
  font-size: 0.6rem;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 5.5rem;
  margin: 0.5rem auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode img {
  width: 100%;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 0.8rem;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -0.3rem;
  bottom: -0.7rem;
  width: 0;
  height: 0;
  border-width: 0.4rem 0.3rem 0.3rem 0.3rem;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.share-xl .social-share a {
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  border: none;
}
.share-xl .social-share a.icon-wechat {
  background: url("/eportal/uiFramework/commonResource/image/2025030707164915878.png");
  background-size: contain;
}
.share-xl .social-share a.icon-weibo {
  background: url("/eportal/uiFramework/commonResource/image/2025030707163832152.png");
  background-size: contain;
}
/*手机导航*/
.toggle {
  position: absolute;
  cursor: pointer;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 0;
  z-index: -99;
  background: #94744D;
  transition: 0.3s;
  opacity: 0;
}
.main-nav.show-main-nav {
  opacity: 1;
  z-index: 9999;
  height: 100%;
}
.main-nav.show-main-nav .top-nav {
  opacity: 1;
  transform: translateY(0);
}
.main-nav.show-main-nav .top-ch-title::before {
  width: 10.4rem;
  transition: width 0.6s 1s linear;
}
.main-nav.show-main-nav .scroll .col-szxjy {
  opacity: 1;
  transform: translateY(0);
}
.main-nav .top-nav {
  padding: 2.1rem 4.2rem;
  margin-bottom: 2.2rem;
  opacity: 0;
  transform: translateY(1rem);
  transition: 0.8s 0.2s;
}
.main-nav .top-nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.main-nav .top-nav ul li:first-child .nav-btn {
  margin-left: 0;
}
.main-nav .top-nav ul li:first-child .nav-btn::before {
  display: none;
}
.main-nav .top-nav-logo {
  float: left;
  width: 24rem;
}
.main-nav .top-nav-logo img {
  width: 100%;
}
.main-nav .nav-close-btn {
  width: 1.3rem;
  height: 1.3rem;
  background: url(/eportal/uiFramework/commonResource/image/2025031105443144106.png) no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.main-nav .col-szxjy:nth-child(2n+1) {
  clear: left;
}
.main-nav .top-ch-title {
  display: block;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.6rem;
  padding-bottom: 0.9rem;
  margin-bottom: 1.4rem;
  position: relative;
}
.main-nav .top-ch-title::before {
  position: absolute;
  content: '';
  left: 0;
  width: 0;
  bottom: 0;
  height: 0.1rem;
  background: rgba(255, 255, 255, 0.2);
}
.main-nav .top-ch-title:hover {
  color: #FFF;
}
.main-nav .top-ch-title:hover::before {
  background: #FFF;
}
.main-nav .ch-ej {
  margin-bottom: 2.1rem;
  font-size: 0;
}
.main-nav .ch-ej li {
  margin-bottom: 0.4rem;
}
.main-nav .ch-ej li:last-child {
  margin-bottom: 0;
}
.main-nav .ch-ej li a {
  display: inline-block;
  font-size: 0.9rem;
  color: #ffffff;
  line-height: 1.4rem;
  position: relative;
}
.main-nav .ch-ej li a::before {
  position: absolute;
  content: '';
  left: 0;
  height: 1.9px;
  width: 0;
  bottom: -1.9px;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
}
.main-nav .ch-ej li a:hover {
  color: #ffffff;
}
.main-nav .ch-ej li a:hover::before {
  width: 100%;
  background: #ffffff;
}
.main-nav .scroll {
  overflow: hidden;
  overflow-y: auto;
  height: calc(100vh - 8.3rem);
}
.main-nav .scroll::-webkit-scrollbar {
  width: 0;
}
.main-nav .scroll::-webkit-scrollbar-button {
  display: none;
}
.main-nav .scroll .col-szxjy {
  opacity: 0;
  transform: translateY(1rem);
}
.main-nav .scroll .col-szxjy:nth-child(1) {
  transition: 0.8s 0.3s;
}
.main-nav .scroll .col-szxjy:nth-child(2) {
  transition: 0.8s 0.4s;
}
.main-nav .scroll .col-szxjy:nth-child(3) {
  transition: 0.8s 0.5s;
}
.main-nav .scroll .col-szxjy:nth-child(4) {
  transition: 0.8s 0.6s;
}
.main-nav .scroll .col-szxjy:nth-child(5) {
  transition: 0.8s 0.7s;
}
.main-nav .scroll .col-szxjy:nth-child(6) {
  transition: 0.8s 0.8s;
}
.main-nav .scroll .col-szxjy:nth-child(7) {
  transition: 0.8s 0.9s;
}
.main-nav .scroll .col-szxjy:nth-child(8) {
  transition: 0.8s 1s;
}
.main-nav .scroll .col-szxjy:nth-child(9) {
  transition: 0.8s 1.1s;
}
.main-nav .scroll .col-szxjy:nth-child(10) {
  transition: 0.8s 1.2s;
}
.main-nav .scroll .col-szxjy:nth-child(11) {
  transition: 0.8s 1.3s;
}