:root {
  --swiper-theme-color: #0e357f;
  --ant-color-primary: #0e357f;
  --main-color: #8fc31f;
  --link-color: #154398;
  --ant-font-size: 14px;
  --ant-font-size-sm: 12px;
  --ant-font-size-lg: 0.16rem;
  --ant-font-size-xl: 0.18rem;

  --ant-font-size-heading-1: 0.36rem;
  --ant-font-size-heading-2: 0.32rem;
  --ant-font-size-heading-3: 0.24rem;
  --ant-font-size-heading-4: 0.22rem;
  --ant-font-size-heading-5: 0.2rem;

  --ant-padding-xxs: 4px;
  --ant-padding-xs: 8px;
  --ant-padding-sm: 12px;
  --ant-padding: 16px;
  --ant-padding-md: 0.2rem;
  --ant-padding-lg: 0.24rem;
  --ant-padding-xl: 0.32rem;
  --ant-padding-xxl: 0.48rem;
  --ant-margin-xxs: 4px;
  --ant-margin-xs: 8px;
  --ant-margin-sm: 12px;
  --ant-margin: 16px;
  --ant-margin-md: 0.2rem;
  --ant-margin-lg: 0.24rem;
  --ant-margin-xl: 0.32rem;
  --ant-margin-xxl: 0.48rem;

  --ant-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.06), 0 3px 6px -4px rgba(0, 0, 0, 0.1),
    0 9px 28px 8px rgba(0, 0, 0, 0.03);
  --ant-box-shadow-secondary: 0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  --ant-box-shadow-tertiary: 0 1px 2px 0 rgba(0, 0, 0, 0.03),
    0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.02);
  --ant-box-shadow-popover-arrow: 2px 2px 5px rgba(0, 0, 0, 0.05);
  --ant-box-shadow-card: 0 1px 2px -2px rgba(0, 0, 0, 0.16),
    0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
  --ant-box-shadow-drawer-right: -6px 0 16px 0 rgba(0, 0, 0, 0.08),
    -3px 0 6px -4px rgba(0, 0, 0, 0.12), -9px 0 28px 8px rgba(0, 0, 0, 0.05);
  --ant-box-shadow-drawer-left: 6px 0 16px 0 rgba(0, 0, 0, 0.08),
    3px 0 6px -4px rgba(0, 0, 0, 0.12), 9px 0 28px 8px rgba(0, 0, 0, 0.05);
  --ant-box-shadow-drawer-up: 0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  --ant-box-shadow-drawer-down: 0 -6px 16px 0 rgba(0, 0, 0, 0.08),
    0 -3px 6px -4px rgba(0, 0, 0, 0.12), 0 -9px 28px 8px rgba(0, 0, 0, 0.05);
  --ant-box-shadow-tabs-overflow-left: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
  --ant-box-shadow-tabs-overflow-right: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
  --ant-box-shadow-tabs-overflow-top: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);
  --ant-box-shadow-tabs-overflow-bottom: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1023px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hidden-desktop {
    display: none !important;
  }
}

.mod {
  --mod-header-font-size: 0.3rem;
}

.mod {
}

.mod .mod-hd {
  width: 100%;
  display: flex;
}

.mod .mod-title {
  flex: 1;
  display: flex;
  position: relative;
}

.mod .mod-hd h3 {
  font-weight: bold;
  font-size: var(--mod-header-font-size);
  color: var(--ant-color-primary);
  padding-right: 0.24rem;
}

.mod .mod-hd .c-icon {
  width: 0.4rem;
  height: 0.4rem;
}

.mod .mod-hd .c-icon img {
  width: 100%;
  height: 100%;
}

.mod .mod-bd {
  padding: var(--ant-padding-xl) 0;
}

@media only screen and (max-width: 768px) {
  .mod {
    --mod-header-font-size: 20px;
  }

  .mod .mod-hd {
    flex-wrap: wrap;
  }

  .mod .mod-extra {
    width: 100%;
    margin-top: 16px;
  }

  .mod .mod-bd {
    padding: 24px 0;
  }
}

body {
  color: rgb(51, 51, 51);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
a:hover {
  color: #333;
}
.lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.lrw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lrc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.wrapper {
  box-sizing: border-box;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.container {
  height: 100%;
}

.container img {
  max-width: 100%;
}

.pic {
  overflow: hidden;
  position: relative;
  height: auto;
}

.bgimg {
  width: 100%;
}

.upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

/* + */
.toggle-btn {
  display: none;
}
@media only screen and (max-width: 920px) {
  .toggle-btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    transition: all 0.5s;
    font-size: 18px;
  }
  .inner-cont > p img {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  .gn-item:hover .toggle-btn {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/* ==========================================================================
Nav 导航栏
========================================================================== */
.dropdown {
  position: absolute;
  z-index: 999;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  padding: 0.12rem 0.24rem;
  top: 100%;
  margin-top: -0.16rem;
}

.dropdown:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 0 solid transparent;
  border-width: 0 5px 5px;
  border-bottom-color: var(--primary);
  left: 50%;
  margin-left: -5px;
  top: -5px;
}

.dropdown a {
  white-space: nowrap;
  font-size: 0.16rem;
  line-height: 2.2;
  float: left;
  padding: 0;
  color: #000;
  background: none;
  border-bottom: 0 none;
  width: 100%;
  display: block;
}

.dropdown a:hover {
  color: var(--primary);
}

@media only screen and (max-width: 920px) {
  .dropdown {
    position: static;
    min-width: calc(100% - 40px);
    padding-top: 0;
  }

  .dropdown a {
    text-align: left;
    font-size: 14px;
  }
}

#globalnav.mini_top .dropdown {
  margin-top: -0.04rem;
}

.footer {
  background: var(--ant-color-primary);
  color: rgba(255, 255, 255, 1);
}

.footer a {
  color: rgba(255, 255, 255, 1);
  transition: color 0.3s;
}

.footer a:hover {
  color: rgba(255, 255, 255, 1);
}

.footer .wrapper {
  max-width: 1400px;
}

.footer-bd {
  padding: 0.6rem 0;
}

.footer-ft {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  /* padding: 0.2rem 0; */

  padding: 0.16rem 0;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-ft a {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}

.footer-ft a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer-ft-left {
  display: flex;
}

.footer-bd .wrapper {
  display: flex;
  justify-content: space-between;
}

.qrcode {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 10%;
}

.qrcode img {
  width: 1.44rem;
}

.qrcode .qrcode-ft {
  margin-top: 0.12rem;
  font-size: 0.16rem;
}

.copyright,
.footer-links {
  margin-right: 0.18rem;
}

@media only screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    padding: 0 20px;
  }

  .footer {
    font-size: var(--ant-font-size-sm);
  }

  .footer-bd {
    display: none;
  }

  .footer-ft {
    padding: 16px 0;
    font-size: 12px;
  }

  .footer-ft .wrapper {
    flex-wrap: wrap;
  }
  .footer-ft-left {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-ft-right {
    width: 100%;
  }
  .footer-ft-right .social-share-title {
    margin-right: 0;
  }

  .beian,
  .copyright {
    margin-bottom: 4px;
  }
}
.button {
  --sk-button-background: #053f86;
  --sk-button-background-hover: #1e589f;
  --sk-button-background-active: #1e589f;

  --sk-button-color: rgb(255, 255, 255);
  --sk-button-color-hover: var(--sk-button-color);
  --sk-button-color-active: var(--sk-button-color-hover);
  --sk-button-disabled-opacity: var(--sk-link-disabled-opacity, 0.42);

  --sk-button-border-color: transparent;
  --sk-button-border-radius: 980px;

  --sk-button-width: 2.24rem;
  --sk-button-height: 0.54rem;
  --sk-button-font-size: 0.2rem;
}

.button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;

  background-color: var(--sk-button-background);
  color: var(--sk-button-color);
  border: 1px solid var(--sk-button-border-color);
  border-radius: var(--sk-button-border-radius);
  width: var(--sk-button-width);
  height: var(--sk-button-height);
  font-size: var(--sk-button-font-size);
}

.button:hover {
  background-color: var(--sk-button-background-hover, var(--sk-button-background));
  color: var(--sk-button-color-hover, var(--sk-button-color));
  border-color: rgba(0, 0, 0, 0);
}

.button:focus-visible {
  outline: 2px solid var(--sk-focus-color, #0071e3);
  outline-offset: var(--sk-focus-offset-container, 3px);
}

.button:active {
  background-color: var(--sk-button-background-active, var(--sk-button-background));
  color: var(--sk-button-color-active, var(--sk-button-color));
  outline: none;
}

.button.disabled,
.button:disabled {
  pointer-events: none;
  opacity: var(--sk-button-disabled-opacity);
}

.button.ghost {
  background-color: transparent;
  color: var(--sk-button-background);
  border: 1px solid var(--sk-button-background);
}

.button.ghost:hover {
  background-color: var(--sk-button-background);
  color: #fff;
}

.button.ghost:active {
  background-color: var(--sk-button-background);
  color: #fff;
  outline: none;
}

@media only screen and (max-width: 768px) {
  .button {
    --sk-button-width: 150px;
    --sk-button-height: 36px;
    --sk-button-font-size: 14px;
  }
}

.lang-wrap {
  float: right;
  width: 1.3rem;
  height: 100%;
  margin-left: 0.32rem;
  display: flex;
  align-items: center;
}

.lang {
  width: 100%;
  height: 0.4rem;
  box-sizing: border-box;
  position: relative;
}

.lang .lang-trigger {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.05rem;
  background-color: rgba(255, 255, 255, 0.42);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.16rem;
}

.lang .flag {
  display: block;
  margin-right: 0.08rem;
}

.lang .flag img {
  width: 0.24rem;
}

.lang .lang-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  padding-top: 0.04rem;
  transition: all 0.3s;
  opacity: 0;
}

.lang-dropdown a {
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0.05rem;
}

.lang:hover .lang-dropdown {
  display: block;
  opacity: 1;
}

#globalnav.mini_top .lang .lang-trigger {
  color: #333;
}

.footer-bd {
  display: flex;
  justify-content: space-between;
}

.footer-nav {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.footer-nav .fn-col h3 {
  color: rgb(255, 255, 255);
  font-size: 0.18rem;
  font-weight: bold;
  margin-bottom: 0.18rem;
}

.footer-nav .fn-col h3 a {
  color: rgb(255, 255, 255);
  transition: all 0.3s;
}

.footer-nav .fn-col li {
  font-size: 0.16rem;
  margin-bottom: 0.12rem;
}

.footer-nav .fn-col li a {
  color: rgb(255, 255, 255);
  transition: all 0.3s;
}

.footer-nav .fn-col li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .footer-bd {
    display: none;
  }
}

.header-item {
  position: absolute;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
}

.header-icon {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--ant-color-primary);
  transition: all 0.3s;
  cursor: pointer;
  color: #fff;
  font-size: 0.16rem;
}

.header-icon:hover {
  background-color: var(--link-color);
  color: #fff;
}

.searchIcon {
  right: 0.92rem;
}

.header-mail {
  right: 1.52rem;
}

.header-mail img {
  width: 0.18rem;
}

/* lang */
.lang-box {
  position: absolute;
  z-index: 999;
  right: 0.32rem;
  top: 50%;
  transform: translateY(-50%);
}

.lang-dropdown {
  position: absolute;
  left: 50%;
  top: 100%;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
}

.lang-box:hover .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transform: translate(-50%, 0);
  transition: all 0.3s;
}

.lang-dropdown a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.04rem 0.16rem;
  font-size: 0.16rem;
  color: #333;
  border-top: 1px solid #e5e5e58e;
  transition: all 0.3s;
  min-width: 0.8rem;
}

.lang-dropdown a:hover {
  color: var(--ant-color-primary);
}

.lang-dropdown-trigger {
  padding: 0.08rem 0;
}

.globalsearch {
  display: none;
}

#globalnav.mini_top .globalsearch {
  top: var(--global-header-mini-height);
}

.globalsearch {
  position: absolute;
  top: var(--global-header-height);
  right: 0;
  width: 2.4rem;
  padding: 0.03rem;
  z-index: 999;
  background: rgba(14, 53, 127, 0.7);
}

.globalsearch .warp {
  background: #fff;
}

.globalsearch #q {
  float: left;
  border: none;
}

.globalsearch .search-btn {
  float: right;
  border: none;
}

.globalsearch #q {
  box-sizing: border-box;
  width: calc(100% - 0.4rem);
  height: 0.4rem;
  padding: 0.08rem 0.1rem;
  background: #fff;
  border: 0.01rem solid #fff;
}

.globalsearch .search-btn {
  width: 0.4rem;
  height: 0.4rem;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: url(../images/btn_ser.png) no-repeat center;
  background-size: 100% auto;
}

@media only screen and (max-width: 920px) {
  .header-item {
    top: 12px;
    transform: translateY(0);
  }

  .header-icon {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }

  .searchIcon {
    right: 48px;
  }

  .header-mail {
    right: 88px;
  }

  .globalsearch {
    right: 20px;
    top: 48px;
    width: 200px;
    padding: 2px;
  }

  .globalsearch #q {
    width: calc(100% - 36px);
    height: 36px;
    padding: 4px 10px;
    border: 1px solid #fff;
    font-size: 14px;
  }

  .globalsearch .search-btn {
    width: 36px;
    height: 36px;
  }
}

.float-btn {
  box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  z-index: 99;
  right: 24px;
  bottom: 48px;
  width: 40px;
  height: 40px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 9px 28px 8px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  transition: background-color 0.2s;
  display: none;
}

.float-btn-item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.3s;
}

.float-btn-item:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .float-btn {
    right: 20px;
    width: 32px;
    height: 32px;
  }
}
