.hoverImg {
  display: block;
  overflow: hidden;
}
.hoverImg:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hoverImg > img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.defaultBg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.textAlign {
  word-break: break-all;
  overflow-wrap: anywhere;
}
.fix-nav-style {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
}
.fix-nav-style .main-menu-ul-list .main-menu > a {
  color: #222222;
}
.fix-nav-style .main-menu-ul-list .has-child {
  color: #222222;
}
.fix-nav-style .nav-icon-item {
  color: #222222;
}
.fix-nav-style .nav-logo .abs-log {
  opacity: 1;
  top: 0;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';
  /* Project id 4947079 */
  src: url('//at.alicdn.com/t/c/font_4947079_euy4cf3q4jn.woff2?t=1776676394420') format('woff2'), url('//at.alicdn.com/t/c/font_4947079_euy4cf3q4jn.woff?t=1776676394420') format('woff'), url('//at.alicdn.com/t/c/font_4947079_euy4cf3q4jn.ttf?t=1776676394420') format('truetype');
}
.iconfont {
  font-family: "iconfont";
  font-size: 0.16rem;
  font-style: normal;
}
.hide {
  display: none !important;
}
@-webkit-keyframes breathing-basic {
  0%,
  100% {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
  }
}
@keyframes breathing-basic {
  0%,
  100% {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
  }
}
@-webkit-keyframes loadingRotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loadingRotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
button {
  background-color: transparent;
}
.type-list-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}
.swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.common-nav {
  border-top: 4px solid #00228e;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.common-nav .nav-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.common-nav .nav-logo > a {
  position: relative;
  display: block;
}
.common-nav .nav-logo .logo {
  width: auto;
  height: 0.6rem;
}
.common-nav .nav-logo .abs-log {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.common-nav .nav-list-con {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.common-nav .main-menu-ul-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  gap: 0.35rem;
}
.common-nav .main-menu-ul-list > .main-menu {
  min-height: 100%;
  position: relative;
  font-size: 0.16rem;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.common-nav .main-menu-ul-list > .main-menu > a {
  color: #ffffff;
}
.common-nav .main-menu-ul-list > .main-menu:hover .pc-child-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common-nav .main-menu-ul-list .has-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 0.16rem;
}
.common-nav .main-menu-ul-list .has-child .iconfont {
  margin-left: 0.15rem;
}
.common-nav .main-menu-ul-list .child-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 2rem;
  max-height: 0;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.common-nav .main-menu-ul-list .child-menu > a {
  display: block;
  padding: 0.1rem 0;
  text-align: center;
  color: #191919;
  font-size: 0.16rem;
}
.common-nav .main-menu-ul-list .child-menu > a:first-child,
.common-nav .main-menu-ul-list .child-menu > a:last-child {
  margin-top: 0.1rem;
}
.common-nav .main-menu-ul-list .child-menu > a:hover {
  color: #ffffff;
  background-color: var(--active-color);
}
.common-nav .right-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.common-nav .nav-icon-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1.4rem;
  background: #fff;
  border-radius: 8px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.2);
  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%;
  -webkit-transform: translateX(-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;
}
.pc-child-menu {
  width: 100%;
  height: 5rem;
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: var(--nav-height);
  display: none;
}
.pc-child-menu .left-menu-con {
  padding-top: 0.4rem;
  width: 35%;
  height: 100%;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding-right: 0.7rem;
}
.pc-child-menu .right-menu-con {
  padding-top: 0.4rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1rem;
  padding-left: 1.2rem;
}
.pc-child-menu .main-type-list .type-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.4rem;
  height: 0.46rem;
  padding: 0 0.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 23px;
  color: #222222;
  font-size: 0.24rem;
  margin-top: 0.05rem;
}
.pc-child-menu .main-type-list .type-link:hover {
  color: #ffffff;
  background-color: #00228e;
}
.pc-child-menu .right-sub-menu-list {
  width: 3rem;
}
.pc-child-menu .right-sub-menu-list .sub-link {
  display: block;
  color: #999999;
  font-size: 0.18rem;
  margin-top: 0.1rem;
}
.pc-child-menu .right-sub-menu-list .sub-link:first-child {
  font-size: 0.24rem;
  color: #383b4d;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #e7e8e9;
}
.pc-child-menu .right-sub-menu-list .sub-link:hover {
  color: #00228e;
}
.select-country-popup-con {
  position: fixed;
  top: var(--nav-height);
  left: 0;
  width: 100%;
  padding-bottom: 1.1rem;
  background-color: #ffffff;
  z-index: 2;
  display: none;
}
.select-country-popup-con .country-content {
  width: var(--main-width);
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.9rem;
  padding-top: 0.6rem;
}
.select-country-popup-con .country-content .menu-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.select-country-popup-con .country-content .col-title {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.24rem;
  color: #383b4d;
  padding-bottom: 0.24rem;
  font-family: "gilroy-bold-4";
  border-bottom: 1px solid #e7e8e9;
}
.select-country-popup-con .country-content .col-sub-title {
  font-size: 0.18rem;
  color: #999;
  margin-top: 0.15rem;
}
.select-country-popup-con .country-content .menu-item {
  display: block;
  font-size: 0.18rem;
  color: #666;
  line-height: 0.28rem;
  cursor: pointer;
  margin-top: 0.15rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.select-country-popup-con .country-content .menu-item:hover {
  color: #00228e;
}
.select-country-popup-con .country-content .menu-item.active {
  color: #1677ff;
  font-weight: 500;
}
.select-country-popup-con .country-content .product-col {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.select-country-popup-con .country-content .product-col .menu-item {
  width: 50%;
}
.common-nav-fix {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
}
.common-nav-fix .main-menu-ul-list .main-menu > a {
  color: #222222;
}
.common-nav-fix .main-menu-ul-list .has-child {
  color: #222222;
}
.common-nav-fix .nav-icon-item {
  color: #222222;
}
.common-nav-fix .nav-logo .abs-log {
  opacity: 1;
  top: 0;
}
.empty-con {
  height: var(--nav-height);
}
.common-footer {
  width: 100%;
  border-top: 4px solid #00228e;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.16rem;
  background-image: url("../images/index-bg/06.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.common-footer a {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  display: inline-block;
}
.common-footer a:hover {
  color: #ffffff;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.common-footer .logo-footer {
  width: var(--main-width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.95rem auto 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding: 1rem 0 0.34rem 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.46rem;
}
.common-footer .nav-icon-ul > li {
  position: relative;
  width: 0.45rem;
  height: 0.45rem;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.common-footer .nav-icon-ul > li .iconfont {
  font-size: 0.2rem;
}
.common-footer .nav-icon-ul > li:hover {
  background-color: var(--active-color);
}
.common-footer .nav-icon-ul > li:hover .hover-con {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
}
.common-footer .nav-icon-ul .hover-con {
  position: absolute;
  left: 50%;
  bottom: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 10px;
  -webkit-transform: translate(-50%, 10%) scale(0.8);
  transform: translate(-50%, 10%) scale(0.8);
  visibility: hidden;
  -webkit-transition: all 0.5s;
  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;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.common-footer .footer-content {
  width: var(--main-width);
  margin: 0 auto;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.common-footer .left-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem;
}
.common-footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  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:first-child {
  margin-bottom: 0.2rem;
  font-size: 0.18rem;
  color: #ffffff;
  font-weight: bold;
}
.common-footer .footer-nav-ul .list-name {
  position: relative;
  padding-bottom: 0.2rem;
  margin-bottom: 0;
}
.common-footer .footer-nav-ul .list-name:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.24rem;
  height: 0.02rem;
  background-color: #ffffff;
  content: "";
}
.common-footer .footer-nav-ul .list-name > a {
  color: #ffffff;
}
.common-footer .footer-nav-right {
  font-weight: bold;
  color: #ffffff;
  font-size: 0.18rem;
}
.common-footer .footer-main-nav > li {
  margin-bottom: 0.5rem;
  font-size: 0.18rem;
  color: #ffffff;
}
.common-footer .footer-main-nav .list-name {
  position: relative;
  padding-bottom: 0.2rem;
  color: #ffffff;
  font-weight: bold;
}
.common-footer .footer-main-nav .list-name > a {
  color: #ffffff;
}
.common-footer .footer-main-nav .list-name:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.24rem;
  height: 0.02rem;
  background-color: #ffffff;
  content: "";
}
.common-footer .footer-main-nav .sub-name-con {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.08rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.common-footer .footer-copyright-con {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.common-footer .footer-copyright {
  width: var(--main-width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0.35rem 0 0.35rem 0;
  color: rgba(255, 255, 255, 0.3);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.common-footer .footer-copyright .right-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3rem;
  margin-top: 0.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.3);
}
.common-footer .footer-copyright .right-link a {
  color: rgba(255, 255, 255, 0.3);
}
.common-footer .footer-copyright .right-link a:hover {
  color: #ffffff;
}
.common-header-banner-con {
  width: 100%;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: var(--nav-height);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
}
.common-header-banner-con .banner-text-con {
  text-align: left;
  padding-top: 2.7rem;
}
.common-header-banner-con .banner-text {
  font-size: 0.48rem;
  font-family: "gilroy-bold-4";
}
.common-header-banner-con .banner-center-text-con {
  width: 100%;
  font-size: 0.36rem;
  text-align: center;
  padding-top: 2.5rem;
  font-family: "Gilroy-Medium-2";
}
.common-header-banner-con .left-bottom-con {
  font-family: "gilroy-bold-4";
  font-size: 0.48rem;
  position: absolute;
  left: 0;
  bottom: 0.5rem;
}
.common-header-banner-con .banner-sub-text {
  font-size: 0.18rem;
  margin-top: 0.18rem;
}
.common-header-banner-con .banner-detail-text {
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.24rem;
  margin-top: 0.7rem;
  width: 6.8rem;
  text-align: justify;
}
.common-header-banner-con .banner-detail-text > p {
  margin-top: 0.4rem;
}
.common-header-banner-con .banner-detail-text > p:first-child {
  margin-top: 0;
}
.page-num-con {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: var(--main-width);
}
.page-num-con .num-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1rem;
}
.page-num-con .num-ul > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0.46rem;
  height: 0.46rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 23px;
  background: #ffffff;
  color: #1969b2;
  font-size: 0.18rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-num-con .num-ul > a:hover {
  color: #ffffff;
  background: #1969b2;
}
.page-num-con .num-ul > a.active {
  color: #ffffff;
  background: #1969b2;
}
.page-num-con .num-ul .next {
  border: 1px solid #1969b2;
}
.page-num-con .num-ul .next .iconfont {
  font-size: 0.2rem;
}
.breadcrumb-con {
  z-index: 3;
  position: relative;
  width: 100%;
  margin-top: 0.3rem;
}
.breadcrumb-con .breadcrumb-container {
  width: var(--nav-width);
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb-con.set-color .breadcrumb-ul > li {
  color: #00228e;
}
.breadcrumb-con.set-color .breadcrumb-ul > li:after {
  color: #00228e;
}
.breadcrumb-con.set-color .breadcrumb-ul .icon {
  color: #00228e;
}
.breadcrumb-con.set-color .breadcrumb-ul a {
  color: #00228e;
}
.breadcrumb-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.2rem;
}
.breadcrumb-ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.16rem;
  color: #ffffff;
}
.breadcrumb-ul > li:after {
  margin-left: 0.1rem;
  font-size: var(--fz-lg-x);
  content: "\eb8a";
  font-family: "iconfont";
  color: #ffffff;
}
.breadcrumb-ul > li:last-child:after {
  display: none;
}
.breadcrumb-ul .icon {
  color: #ffffff;
  font-size: var(--fz-lg-x);
}
.breadcrumb-ul a {
  color: #ffffff;
  font-size: 0.16rem;
}
.breadcrumb-ul a:hover {
  color: var(--active-color);
}
.breadcrumb-nav-ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.36rem;
  font-size: 0.16rem;
}
.breadcrumb-nav-ul > a {
  display: block;
  height: 100%;
  line-height: 0.54rem;
  color: #ffffff;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.breadcrumb-nav-ul > a.active,
.breadcrumb-nav-ul > a:hover {
  border-bottom-color: #ffffff;
  font-weight: bold;
}
.breadcrumb-nav-ul.set-color > a {
  color: #00228e;
}
.breadcrumb-nav-ul.set-color > a.active,
.breadcrumb-nav-ul.set-color > a:hover {
  border-bottom-color: #00228e;
}
.common-container-con {
  width: var(--main-width);
  margin: 0 auto;
  padding-top: 1rem;
  color: #283a51;
}
.common-container-con .common-container-title {
  position: relative;
  font-size: 0.48rem;
  font-family: "gilroy-bold-4";
}
.common-container-con .common-container-title.line {
  padding-bottom: 0.4rem;
}
.common-container-con .common-container-title.line::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.5rem;
  height: 0.06rem;
  background-color: #283a51;
}
.common-container-con .common-sub-title {
  font-size: 0.16rem;
  color: #222222;
  margin-top: 0.6rem;
}
.common-container-con .common-sub-title > p {
  margin-top: 0.35rem;
  line-height: 0.24rem;
  word-break: break-all;
  overflow-wrap: anywhere;
}
.common-container-con .common-sub-title > p:first-child {
  margin-top: 0;
}
.common-container-con .common-sub-title > p.bold {
  font-weight: bold;
  margin-top: 0.7rem;
}
.common-container-con.white {
  color: #ffffff;
}
.common-container-con.white .line::after {
  background-color: #ffffff;
}
.common-container-con.white .common-sub-title {
  color: #ffffff;
}
.common-button {
  display: block;
  width: 1.8rem;
  height: 0.5rem;
  background-color: #00228e;
  border: none;
  border-radius: 25px;
  font-size: 0.16rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.5rem;
  cursor: pointer;
}
.custom-select {
  position: relative;
  width: 2.2rem;
  font-size: 0.14rem;
}
.custom-select .select-trigger {
  background: #ffffff;
  border-radius: 8px;
  height: 0.6rem;
  padding: 0 0.2rem;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.18rem;
  color: #283a51;
}
.custom-select .select-trigger .placeholder {
  color: #283a51;
}
.custom-select .select-trigger .arrow {
  position: absolute;
  right: 0.2rem;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #2362b2;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.custom-select.open .arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.custom-select .select-dropdown {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0.06rem 0;
  margin: 0;
  display: none;
  z-index: 10;
}
.custom-select .select-dropdown li {
  padding: 0.16rem 0.2rem;
  cursor: pointer;
}
.custom-select .select-dropdown li:hover {
  background: #f5f7fa;
}
.common-abs-bottom-info-con {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: var(--main-width);
  bottom: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 2;
}
.common-abs-bottom-info-con .common-info-con {
  width: 3rem;
  height: 1.5rem;
  background-color: #ffffff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  cursor: pointer;
}
.common-abs-bottom-info-con .common-info-con .name {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.common-abs-bottom-info-con .common-info-con:hover,
.common-abs-bottom-info-con .common-info-con.active {
  height: 1.9rem;
}
.common-abs-bottom-info-con .common-info-con:hover .name,
.common-abs-bottom-info-con .common-info-con.active .name {
  margin-top: 0.4rem;
}
@-webkit-keyframes loading-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading-con {
  width: 100%;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.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-icon.active {
  -webkit-animation: loading-rotate 0.8s linear infinite;
  animation: loading-rotate 0.8s linear infinite;
}
@media screen and (max-width: 1920px) {
  .common-footer .logo-footer {
    padding-top: 0;
  }
}
@media screen and (max-width: 760px) {
  .breadcrumb-con {
    display: none;
  }
  .common-header-banner-con {
    height: 4rem;
  }
  .common-header-banner-con .common-header-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .common-header-banner-con .breadcrumb-con {
    display: none;
  }
  .common-header-banner-con .banner-detail-text {
    margin-top: 0.3rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .common-header-banner-con .banner-text-con {
    padding-top: 1.2rem;
    text-align: center;
  }
  .common-header-banner-con .banner-center-text-con {
    padding-top: 0;
    font-size: 0.3rem;
  }
  .common-header-banner-con .left-bottom-con {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 0.2rem;
  }
  .common-nav .nav-list-con {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
    top: var(--nav-height);
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .common-nav .nav-list-con.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .common-nav .main-menu-ul-list {
    position: absolute;
    top: 0;
    right: 0;
    width: 60vw;
    height: 100%;
    background-color: #ffffff;
    display: block;
  }
  .common-nav .main-menu-ul-list > .main-menu {
    min-height: 0.6rem;
    padding-left: 0.2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .common-nav .main-menu-ul-list > .main-menu > a {
    line-height: 0.59rem;
  }
  .common-nav .main-menu-ul-list .main-menu {
    color: #283a51;
    display: block;
    font-size: 0.26rem;
  }
  .common-nav .main-menu-ul-list .main-menu > a {
    color: #283a51;
  }
  .common-nav .main-menu-ul-list .has-child {
    color: #283a51;
    height: 0.6rem;
    font-size: 0.26rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .common-nav .main-menu-ul-list .has-child .iconfont {
    display: none;
  }
  .common-nav .main-menu-ul-list .child-menu {
    max-height: 50vh;
    position: relative;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 0 0.1rem 0;
    display: block;
  }
  .common-nav .main-menu-ul-list .child-menu > a {
    text-align: left;
    font-size: 0.26rem;
    padding: 0.15rem 0 0.15rem 0.2rem;
  }
  .common-nav .main-menu-ul-list .child-menu > a:first-child {
    margin-top: 0;
  }
  .common-nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .common-footer {
    height: auto;
  }
  .common-footer .logo-footer {
    display: block;
    padding-top: 0;
  }
  .common-footer .logo-footer .logo-con {
    text-align: center;
  }
  .common-footer .logo-footer .right-con {
    margin-top: 0.4rem;
  }
  .common-footer .footer-content {
    display: none;
  }
  .common-footer .nav-icon-ul {
    margin-top: 0.2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .common-footer .footer-copyright {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0.24rem;
  }
  .common-abs-bottom-info-con {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .common-abs-bottom-info-con .common-info-con {
    width: 100%;
  }
  .common-abs-bottom-info-con .common-info-con .img-con > img {
    width: 0.5rem;
    height: auto;
  }
  .common-abs-bottom-info-con .common-info-con:hover,
  .common-abs-bottom-info-con .common-info-con.active {
    height: 1.5rem;
  }
  .common-abs-bottom-info-con .common-info-con:hover .name,
  .common-abs-bottom-info-con .common-info-con.active .name {
    margin-top: 0.2rem;
  }
  .common-container-con .common-sub-title {
    font-size: 0.24rem;
  }
  .common-container-con .common-sub-title > p {
    line-height: 0.34rem;
  }
  .page-num-con .num-ul > a {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.24rem;
  }
  .page-num-con .num-ul .next .iconfont {
    font-size: 0.3rem;
  }
  .select-country-popup-con .country-content {
    display: block;
  }
  .select-country-popup-con .col-sub-title {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .select-country-popup-con .menu-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
  }
  .select-country-popup-con .menu-col:last-child {
    margin-bottom: 0;
  }
  .select-country-popup-con .menu-item {
    width: 50%;
  }
}
