/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 4947079 */
  src: url('//at.alicdn.com/t/c/font_4947079_ofte0ba6x9a.woff2?t=1767093973640') format('woff2'),
  url('//at.alicdn.com/t/c/font_4947079_ofte0ba6x9a.woff?t=1767093973640') format('woff'),
  url('//at.alicdn.com/t/c/font_4947079_ofte0ba6x9a.ttf?t=1767093973640') format('truetype');
}
.iconfont {
  font-family: "iconfont";
  font-size: 0.16rem;
  font-style: normal;
}
.hide {
  display: none !important;
}
@keyframes breathing-basic {
  0%,
  100% {
    transform: translateY(-50%) scale(1);
  }
  50% {
    transform: translateY(-50%) scale(0.9);
  }
}
@keyframes loadingRotate {
  to {
    transform: rotate(360deg);
  }
}
button {
  background-color: transparent;
}
.detail-button {
  position: relative;
  display: block;
  width: 1.75rem;
  height: 0.44rem;
  margin-top: 0.5rem;
  padding-left: 0.3rem;
  letter-spacing: 0.02rem;
  line-height: 0.44rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0.16rem;
  color: #00499a;
  font-family: 'SOURCEHANSANSSC-MEDIUM';
  background-color: #ffffff;
  text-align: left;
  cursor: pointer;
  border-radius: 22px;
  filter: drop-shadow(0 0.1rem 0.06rem rgba(0, 0, 0, 0.25));
  /* 底部阴影 */
}

.detail-button:after {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%) scale(1);
  width: 0.2rem;
  height: 0.2rem;
  content: "\e609";
  border-radius: 10px;
  padding-left: 0.03rem;
  line-height: 0.2rem;
  color: #ffffff;
  background-color: #00499a;
  box-sizing: border-box;
  box-shadow: 0 0 0.2rem rgba(255, 255, 255, 0.2);
  font-family: "iconfont";
}
.detail-button.active {
  color: #ffffff;
  background-image: url("../images/index/more.png");
}
.detail-button.active::after {
  background: #ffffff;
  color: #4faaf9;
  animation: breathing-basic 1s infinite ease-in-out;
}
.type-list-ul {
  display: flex;
  gap: 0.4rem;
  font-size: 0.18rem;
}
.type-list-ul > li {
  padding-bottom: 0.18rem;
  color: #999999;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  line-height: normal;
}
.type-list-ul > li.active {
  color: var(--active-color);
  border-bottom-color: #004898;
}
.common-nav {
  width: 100%;
  height: var(--nav-height);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.common-nav::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
}
.common-nav .nav-body {
  width: var(--nav-width);
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.common-nav .nav-logo {
  display: flex;
  align-items: center;
}
.common-nav .nav-logo > a {
  position: relative;
  display: block;
}
.common-nav .nav-logo img {
  width: auto;
  height: 0.65rem;
}
.common-nav .nav-logo .abs-img-log {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.common-nav .nav-list-con {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-nav .nav-list-ul {
  display: flex;
  height: 100%;
  z-index: 2;
  gap: 0.6rem;
}
.common-nav .nav-list-ul > li {
  height: 100%;
  line-height: calc(var(--nav-height) - 0.04rem);
  border-bottom: 4px solid transparent;
}
.common-nav .nav-list-ul > li.active {
  border-bottom: 4px solid #004898;
}
.common-nav .nav-list-ul > li:hover {
  border-bottom: 4px solid #004898;
}
.common-nav .nav-list-ul > li > a, .common-nav .nav-list-ul > li span > a,
.common-nav .nav-list-ul .main-menu {
  display: block;
  position: relative;
  color: #fff;
  font-size: 0.18rem;
  height: 100%;
}
.common-nav .nav-list-ul a:hover .sub-nav-item-con,
.common-nav .nav-list-ul .main-menu:hover .sub-nav-item-con {
  max-height: 100vh;
  font-weight: normal;
}
.common-nav .mobile-sub-nav-ul {
  display: none;
  padding-left: 0.2rem;
  width: 100%;
}
.common-nav .mobile-sub-nav-ul > li {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: left;
}
.common-nav .mobile-sub-nav-ul > li.second-li {
  padding-left: 0.2rem;
}
.common-nav .sub-nav-item-con {
  max-height: 0;
  position: fixed;
  left: 0;
  top: var(--nav-height);
  width: 100vw;
  background: linear-gradient(to right, #f5f5f5 50%, #ffffff 50%);
  transition: all 0.5s ease;
  overflow: hidden;
}
.common-nav .sub-nav-item-con .sub-nav-body {
  max-width: var(--main-width);
  height: 100%;
  margin: 0 auto;
  display: flex;
}
.common-nav .sub-nav-item-con .sub-left-con {
  width: 2.8rem;
  height: 100%;
  display: flex;
  padding-top: 0.7rem;
  justify-content: center;
}
.common-nav .sub-nav-item-con .button-con > .detail-button {
  margin-top: 0.2rem;
}
.common-nav .sub-nav-item-con .button-con > .detail-button:first-child {
  margin-top: 0;
}
.common-nav .sub-nav-item-con .sub-right-con {
  flex: 1;
  height: 100%;
  padding-top: 0.7rem;
  background-color: #ffffff;
  padding-left: 0.86rem;
  padding-bottom: 0.7rem;
}
.common-nav .sub-nav-item-con .sub-link-con {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.common-nav .sub-nav-item-con .sub-view-link-item {
  width: 8.6rem;
  height: 2.8rem;
  display: flex;
}
.common-nav .sub-nav-item-con .sub-view-link-item .img-con {
  display: block;
  width: 4.8rem;
  height: 2.8rem;
  border-radius: 6px;
  overflow: hidden;
}
.common-nav .sub-nav-item-con .sub-view-link-item .img-con:hover img {
  transform: scale(1.2);
}
.common-nav .sub-nav-item-con .sub-view-link-item .img-con > img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.common-nav .sub-nav-item-con .sub-view-link-item .right-con {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.22rem 0 0.22rem 0.55rem;
}
.common-nav .sub-nav-item-con .sub-view-link-item .right-con .view-sub-con {
  font-size: var(--fz-lg-x);
  color: #15385e;
  line-height: normal;
}
.common-nav .sub-nav-item-con .sub-view-link-item .right-con .view-sub-con > a {
  font-size: var(--fz-lg-x);
  color: #15385e;
  line-height: normal;
}
.common-nav .sub-nav-item-con .sub-view-link-item .right-con .view-detail-link {
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  color: #333333;
  line-height: normal;
}
.common-nav .sub-nav-item-con .sub-view-link-item .right-con .view-detail-link:after {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.2rem;
  content: "\e609";
  border-radius: 10px;
  padding-left: 0.02rem;
  line-height: 0.2rem;
  color: #ffffff;
  background-color: #00499a;
  box-sizing: border-box;
  box-shadow: 0 0 0.2rem rgba(255, 255, 255, 0.2);
  font-family: "iconfont";
}
.common-nav .sub-nav-item-con .sub-link-item {
  display: block;
  width: 2.4rem;
  margin-top: 0.4rem;
}
.common-nav .sub-nav-item-con .sub-link-item:hover .img-con > img {
  transform: scale(1.2);
}
.common-nav .sub-nav-item-con .sub-link-item .img-con {
  width: 100%;
  height: 1.5rem;
  border-radius: 6px;
  overflow: hidden;
}
.common-nav .sub-nav-item-con .sub-link-item .img-con > img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.common-nav .sub-nav-item-con .sub-link-item .name-con {
  position: relative;
  width: 100%;
  font-size: 0.18rem;
  color: #333333;
  text-align: left;
  margin-top: 0.15rem;
}
.common-nav .sub-nav-item-con .sub-link-item .name-con:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(1);
  width: 0.2rem;
  height: 0.2rem;
  content: "\e609";
  border-radius: 10px;
  padding-left: 0.02rem;
  line-height: 0.2rem;
  color: #ffffff;
  background-color: #00499a;
  box-sizing: border-box;
  box-shadow: 0 0 0.2rem rgba(255, 255, 255, 0.2);
  font-family: "iconfont";
}
.common-nav .right-icons {
  display: flex;
  align-items: center;
  height: 100%;
}
.common-nav .nav-icon-item {
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 0.2rem;
  color: #ffffff;
  position: relative;
}
.common-nav .nav-icon-item .iconfont {
  font-size: var(--fz-sm);
}
.common-nav .nav-icon-item > span {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.common-nav .nav-icon-item .small {
  font-size: 0.12rem;
}
.common-nav .nav-icon-item:hover .select-language {
  display: block;
}
.common-nav .nav-icon-item .select-language {
  position: absolute;
  top: 0.9rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.4rem;
  background: #fff;
  border-radius: 8px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.2);
  padding: 0.2rem 0;
}
.common-nav .nav-icon-item .select-language:before {
  position: absolute;
  top: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  display: block;
  content: "";
  margin-right: 0.4rem;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.common-nav .nav-icon-item .select-language > a {
  margin: 0.1rem 0;
  display: block;
  width: 100%;
  color: #191919;
  font-size: 0.16rem;
  text-align: center;
}
.common-nav .nav-icon-item .select-language > a:hover {
  color: var(--active-color);
}
.common-nav .menu {
  display: none;
}
.common-nav-fix {
  background-color: #ffffff;
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
}

.common-nav-fix .nav-list-ul > li > a, .common-nav-fix .nav-list-ul > li span > a, .common-nav-fix .nav-list-ul .main-menu {
  color: #193853;
}
.common-nav-fix .nav-logo .abs-img-log {
  opacity: 1;
}
.common-nav-fix .nav-icon-item {
  color: #193853;
}
.common-nav-fix .iconfont {
  color: #193853 !important;
}
.empty-con {
  height: var(--nav-height);
}
.common-footer {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.16rem;
  background-image: url("../images/common-footer-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.common-footer a {
  color: rgba(255, 255, 255, 0.7);
  transition: transform 0.2s ease;
  display: inline-block;
}
.common-footer a:hover {
  color: #ffffff;
  transform: scale(1.05);
}
.common-footer .footer-slogan {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  padding: 0.65rem 0 0.55rem 0;
  font-size: 0.32rem;
  color: #ffffff;
  font-family: 'FZZDHJW';
}
.common-footer .logo-footer {
  width: var(--main-width);
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: end;
  padding: 1rem 0 0.3rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.common-footer .logo-footer .logo-con > img {
  width: 1.7rem;
  height: auto;
}
.common-footer .nav-icon-ul {
  display: flex;
  gap: 0.12rem;
}
.common-footer .nav-icon-ul > li {
  position: relative;
  width: 0.3rem;
  height: 0.3rem;
  text-align: center;
  line-height: 0.3rem;
  background-color: var(--active-color);
  color: #ffffff;
  cursor: pointer;
  border-radius: 6px;
}
.common-footer .nav-icon-ul > li:hover .hover-con {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0) scale(1);
}
.common-footer .nav-icon-ul .hover-con {
  position: absolute;
  left: 50%;
  bottom: 0.4rem;
  width: 1.76rem;
  height: 2.10rem;
  border-radius: 10px;
  transform: translate(-50%, 10%) scale(0.8);
  visibility: hidden;
  transition: all 0.5s;
  opacity: 0;
}
.common-footer .nav-icon-ul .hover-con > img {
  width: 100%;
  height: 100%;
}
.common-footer .nav-icon-ul .hover-con:after {
  position: absolute;
  left: 50%;
  bottom: -0.1rem;
  width: 0;
  height: 0;
  content: "";
  border: 5px solid transparent;
  border-top-color: #ffffff;
  transform: translate(-50%, 0);
}
.common-footer .footer-content {
  width: var(--main-width);
  margin: 0 auto;
  padding-top: 0.6rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.6rem;
}
.common-footer .footer-nav {
  display: flex;
  gap: 0.9rem;
}
.common-footer .footer-nav-ul > li {
  margin-bottom: 0.2rem;
  font-size: 0.16rem;
}

.common-footer .footer-nav-ul > li > span:hover {
  cursor: pointer;
  color: #ffffff;
}

.common-footer .footer-nav-ul > li:first-child {
  margin-bottom: 0.36rem;
  font-size: 0.18rem;
  color: #ffffff;
}
.common-footer .footer-location {
  width: var(--main-width);
  display: flex;
  margin: 0 auto;
  padding: 0.3rem 0 0.35rem 0;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
}

.common-footer .footer-location a:hover {
  transform: scale(1);
}

.common-footer .footer-copyright {
  text-align: center;
  color: #ffffff;
  padding-bottom: 1.2rem;
}

.common-footer .footer-copyright a:hover {
  transform: scale(1);
}

.common-footer .footer-copyright .right-link {
  display: flex;
  gap: 0.3rem;
  margin-top: 0.2rem;
  justify-content: center;
}
.common-footer .footer-copyright .right-link a {
  color: #ffffff;
}
.common-header-banner-con {
  width: 100%;
  height: 6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.common-header-banner-con .common-header-content {
  width: var(--main-width);
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  color: #ffffff;
}
.common-header-banner-con .banner-text-con {
  text-align: left;
  padding-top: 2.1rem;
}
.common-header-banner-con .banner-text {
  font-size: 0.32rem;
  font-family: "FZZDHJW";
}
.common-header-banner-con .banner-sub-text {
  font-size: 0.18rem;
  margin-top: 0.06rem;
}
.page-num-con {
  margin: 0.4rem auto 0 auto;
  display: flex;
  justify-content: center;
  width: var(--main-width);
}
.page-num-con .num-ul {
  display: flex;
}
.page-num-con .num-ul > a {
  display: block;
  height: 0.36rem;
  padding: 0 0.2rem;
  margin: 0 0.1rem;
  text-align: center;
  line-height: 0.34rem;
  background: #ffffff;
  color: #000000;
  font-size: 0.14rem;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  transition: all 0.3s;
}
.page-num-con .num-ul > a:hover {
  color: #ffffff;
  border-color: var(--active-color);
  background: var(--active-color);
  transform: scale(1.01);
}
.page-num-con .num-ul .num {
  padding: 0 0.1rem;
}
.breadcrumb-con {
  width: 100%;
  height: 0.6rem;
  background-color: #f5f5f5;
}
.breadcrumb-con .breadcrumb-container {
  width: var(--nav-width);
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.breadcrumb-ul {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 0.25rem;
}
.breadcrumb-ul > li {
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 0.16rem;
  color: #999999;
}
.breadcrumb-ul > li:after {
  margin-left: 0.1rem;
  font-size: var(--fz-lg-x);
  content: "\eb8a";
  font-family: "iconfont";
  color: #999999;
}
.breadcrumb-ul > li:last-child:after {
  display: none;
}
.breadcrumb-ul .icon {
  color: var(--active-color);
  font-size: var(--fz-lg-x);
}
.breadcrumb-ul a {
  color: #999999;
  font-size: 0.16rem;
}
.breadcrumb-ul a:hover {
  color: var(--active-color);
}

.breadcrumb-nav-ul {
  height: 100%;
  display: flex;
  gap: 0.36rem;
  font-size: 0.16rem;
}
.breadcrumb-nav-ul > a {
  display: block;
  height: 100%;
  line-height: 0.54rem;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 4px solid transparent;
  cursor: pointer;
  color: #999999;
}
.breadcrumb-nav-ul > a.active,
.breadcrumb-nav-ul > a:hover {
  color: #222222;
  border-bottom-color: #0599d9;
}
@keyframes loading-rotate {
  to {
    transform: rotate(360deg);
  }
}
.loading-con {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.loading-con .loading-icon {
  width: 0.5rem;
  height: 0.5rem;
  color: var(--active-color);
  text-align: center;
  line-height: 0.5rem;
  font-size: 0.5rem;
  font-family: 'iconfont';
  cursor: pointer;
}
.loading-con .loading-text {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  color: var(--active-color);
  cursor: pointer;
}
.loading-con .loading-icon.active {
  animation: loading-rotate 0.8s linear infinite;
}


.pagination {
  margin: 0 auto 1.4rem auto;
  display: flex;
  justify-content: center;
  width: var(--main-width);
  display: flex;
}
.pagination a {
  display: block;
  height: 0.36rem;
  padding: 0 0.2rem;
  margin: 0 0.1rem;
  text-align: center;
  line-height: 0.34rem;
  background: #ffffff;
  color: #000000;
  font-size: 0.14rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: all 0.3s;
}
.pagination a:hover {
  color: #ffffff;
  border-color: var(--active-color);
  background: var(--active-color);
  transform: scale(1.01);
}

.pagination .active > a {
  color: #ffffff;
  border-color: var(--active-color);
  background: var(--active-color);
  transform: scale(1.01);
}

@media screen and (max-width: 1920px) {
  .common-footer .footer-slogan {
    padding-bottom: 0.4rem;
  }
  .common-footer .logo-footer {
    padding-top: 0;
  }
}
@media screen and (max-width: 760px) {
  .common-header-banner-con {
    height: 4rem;
  }
  .common-header-banner-con .common-header-content {
    /*justify-content: center;*/
  }
  .common-header-banner-con .banner-text-con {
    padding-top: 1.2rem;
    /*text-align: center;*/
  }
  .common-nav .nav-list-con {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    display: block;
    top: var(--nav-height);
    transition: all 0.5s;
    transform: translate(100%, 0);
    background-color: rgba(0, 0, 0, 0.5);
  }
  .common-nav .nav-list-con.active {
    transform: translate(0, 0);
  }
  .common-nav .nav-list-ul {
    width: 50%;
    height: 100%;
    background-color: #ffffff;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .common-nav .nav-list-ul > li {
    width: 100%;
    min-height: 0.5rem;
    line-height: 0.5rem;
    height: auto;
    padding-left: 0.5rem;
    text-align: left;
    border-bottom: none;
    
  }
  .common-nav .nav-list-ul > li:hover {
    border-bottom: none;
  }
  .common-nav .nav-list-ul > li.active {
    border-bottom: none;
  }
  .common-nav .nav-list-ul > li > a, .common-nav .nav-list-ul > li span > a, .common-nav .nav-list-ul .main-menu {
    color: var(--active-color);
  }
  .common-nav .sub-nav-item-con {
    display: none;
  }
  .common-nav .mobile-sub-nav-ul {
    display: block;
  }
  .common-nav .nav-icon-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 0.2rem;
    color: #ffffff;
  }
  .common-nav .nav-icon-item .iconfont {
    font-size: var(--fz-sm);
    color: #ffffff;
  }
  .common-nav .nav-icon-item > span {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
  .common-nav .nav-icon-item .small {
    font-size: 0.12rem;
  }
  .common-nav .nav-icon-item:hover {
    font-weight: bold;
  }
  .common-nav .menu {
    display: flex;
  }
  .common-footer {
    height: auto;
  }
  .common-footer .footer-slogan {
    font-size: 0.24rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .common-footer .logo-footer {
    display: block;
    padding-top: 0;
  }
  .common-footer .logo-footer .logo-con {
    text-align: center;
  }
  .common-footer .footer-content {
    display: none;
  }
  .common-footer .footer-location {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: none;
  }
  .common-footer .footer-location .footer-nav-ul {
    text-align: center;
  }
  .common-footer .nav-icon-ul {
    margin-top: 0.2rem;
    justify-content: center;
  }
}
