*,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}
body {
  color: #243855;
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'SimHei', Arial, Helvetica, sans-serif;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}

.bgc-element {
  background: #f5f9ff;
}
/* h1 标题 */
.line-icon {
  width: 36px;
  height: 4px;
  background: #00bf80;
}
.small-title {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.small-title p {
  color: #5d6b81;
}
/* h1 标题 */

/* h1 顶部导航 */
.navbar-style {
  background: #fff;
  box-shadow: 0 0 10px rgba(151, 151, 151, 0.2);
  transition: all 0.3s ease-in-out;
}
.image-logo {
  width: 50%;
  transition: all 0.3s ease-in-out;
}
.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-in-out;
}
.navbar-toggler .icon-list {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.offcanvas-title {
  color: #243855;
}
.nav-style.active::before {
  transform: scale(1);
}
.nav-style.active,
.nav-style.active .iconfont,
.drop-down-text ul li a.active {
  color: #00bf80;
}
.drop-down-text ul li a {
  display: inline-flex;
  color: #5d6b81;
  transition: all 0.3s ease-in-out;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .nav-style {
    position: relative;
    display: flex;
    color: #fff;
    align-items: center;
    column-gap: 0.3125rem;
    transition: all 0.3s ease-in-out;
  }
  .nav-style-small {
    color: #243855;
  }
  .nav-style::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1875rem;
    background: #00bf80;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
  }
  .nav-item:hover .nav-style::before {
    transform: scale(1);
  }
  .nav-style .iconfont {
    font-size: 0.875rem;
    line-height: 0.75rem;
    transition: all 0.3s ease-in-out;
  }
  .nav-item:hover .iconfont {
    transform: rotate(180deg);
  }
  /* h2 下拉菜单 */
  .drop-down {
    position: absolute;
    top: 105%;
    left: -220%;
    min-width: 37.5rem;
    background: #fff;
    padding: 1.875rem;
    border-radius: 0.625rem;
    box-shadow: 0 0 1.25rem rgba(151, 151, 151, 0.2);
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.3s ease-in-out;
  }
  .nav-item:hover .drop-down {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
  }
  .drop-down img {
    width: 15rem;
    border-radius: 0.3125rem;
  }
  .drop-down-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
  }
  .drop-down-text h5 {
    color: #243855;
  }
  .drop-down-text ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
  .drop-down-text ul li {
    transform: translateY(10px);
    transition-delay: 0s;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .nav-item:hover .drop-down ul li {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 70ms;
  }
  .drop-down-text ul li a:hover {
    transform: translateX(4px);
    color: #00bf80;
  }
}
@media (max-width: 992px) {
  .nav-style {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #5d6b81;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid rgba(240, 248, 255, 0.8);
    font-size: 0.875rem;
  }
  .nav-style:not(.active):hover {
    color: #243855;
    transform: translateX(4px);
  }
  .nav-style .iconfont {
    font-size: 0.875rem;
    line-height: 0.75rem;
    transition: all 0.3s ease-in-out;
    color: #5d6b81;
  }
  .rotate {
    transform: rotate(180deg);
  }
  .nav-style:not(.active):hover .iconfont {
    color: #243855;
  }
  .drop-down {
    display: none;
  }
  .drop-down-text ul li {
    border-bottom: 1px solid rgba(240, 248, 255, 0.8);
  }
  .drop-down-text ul li a {
    display: flex;
    transition: all 0.3s ease-in-out;
  }
  .drop-down-text ul li a:hover {
    transform: translateX(4px);
    color: #243855;
  }
}
/* h2 下拉菜单 */
/* h1 顶部导航 */

/* h1 页面底部 */
/* h2 广告banner */
.ads-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2.25rem;
  padding: 5rem 0;
  background: url(../images/footer-banner.png);
  background-size: 100% 100%;
  color: #243855;
}
.ads-btn {
  position: relative;
  max-width: fit-content;
  padding: 0.625rem 2.25rem;
  border-radius: 0.3125rem;
  background: linear-gradient(220deg, #00bf80, #0194ff);
  color: #fff;
  border: none;
  z-index: 0;
}
.ads-btn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(220deg, #0194ff, #00bf80);
  border-radius: 0.3125rem;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.ads-btn:hover::after {
  opacity: 1;
}
/* h2 广告banner */

/* h2 底部流程 */
.footer-step {
  border-bottom: 1px solid rgba(93, 107, 129, 0.2);
}
.footer-step-icon {
  display: flex;
  column-gap: 0.625rem;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
}
.footer-step-icon img {
  width: 2.25rem;
}
/* h2 底部流程 */

/* h2 底部导航 */
.footer-nav {
  background: #0e1b31;
  color: #fff;
}
.footer-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  row-gap: 30px;
  flex-wrap: wrap;
}
.footer-element {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  font-size: 0.875rem;
}
.footer-logo {
  width: 20%;
}
.footer-logo img {
  width: 10rem;
}
.footer-contact {
  min-width: 20%;
}
.footer-follow {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.footer-follow-element {
  display: flex;
  column-gap: 0.625rem;
  position: relative;
}
.footer-follow-icon {
  position: relative;
}
.footer-follow-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 2.375rem;
  border: 1px solid #00bf80;
  border-radius: 0.3125rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.footer-follow-icon .iconfont {
  font-size: 1.25rem;
}
.footer-follow-icon img {
  position: absolute;
  left: 0;
  width: 6rem;
  border-radius: 0.3125rem;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
}
.footer-follow-icon:hover {
  background: #00bf80;
  color: #fff;
}
.footer-follow-icon:hover img {
  visibility: visible;
  opacity: 1;
  transform: translateY(80%);
}
.footer-text {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  cursor: pointer;
}
.footer-text a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.footer-text a:hover {
  color: #00bf80;
  transform: translateX(5px);
}
/* 联系我们 */
.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.footer-contact-element {
  display: flex;
  column-gap: 0.625rem;
}
.footer-contact-element .iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #00bf80;
  border-radius: 0.3125rem;
  color: #00bf80;
  font-size: 1.25rem;
}
.footer-contact-text {
  display: flex;
  flex-direction: column;
}
.footer-item {
  display: flex;
  justify-content: space-between;
  row-gap: 0.625rem;
  column-gap: 1.875rem;
  font-size: 0.875rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.footer-item a {
  font-size: 0.875rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.footer-item span {
  color: #00bf80;
}
.footer-item a:hover {
  color: #00bf80;
}
@media (max-width: 992px) {
  .footer-element {
    width: 30%;
  }
  .footer-logo {
    width: 30%;
  }
  .footer-item {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .footer-element {
    width: 48%;
  }
  .footer-logo {
    width: 48%;
  }
}
@media (max-width: 576px) {
  .footer-element {
    width: 100%;
  }
  .footer-logo {
    width: 100%;
  }
}
/* h2 底部导航 */
/* h1 页面底部 */

/* h1 悬浮图标 */
.float {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  position: fixed;
  bottom: 10%;
  right: 3%;
  z-index: 9999;
}
.float-content {
  display: inline-flex;
  flex-direction: column;
  padding: 1.25rem 0.75rem;
  row-gap: 1.25rem;
  border-radius: 3.125rem;
  box-shadow: 0 0 0.625rem rgba(151, 151, 151, 0.2);
  background: #fff;
}
.float-item {
  position: relative;
}
.float-icon {
  font-size: 0.875rem;
  display: inline-flex;
  flex-direction: column;
  row-gap: 0.125rem;
  cursor: pointer;
  color: #243855;
  transition: all 0.3s ease-in-out;
}
.float-icon .iconfont {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.float-icon:hover {
  color: #00bf80;
}
.float-pop {
  position: absolute;
  min-width: 16.25rem;
  right: 200%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
  background: #fff;
  background-size: 100%;
  padding: 1.25rem;
  border-radius: 0.625rem;
  box-shadow: 0 0 10px rgba(151, 151, 151, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.float-pop h6 {
  font-size: 0.875rem;
  font-weight: 400;
  color: #243855;
  padding: 0 0.625rem;
}
.float-pop-item {
  display: flex;
  column-gap: 0.625rem;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.float-pop-item .icon-telephone {
  display: inline-flex;
  align-items: center;
  font-size: 1.875rem;
  line-height: 1.875rem;
  padding: 0.625rem;
  background: #f5f5f5;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.float-pop-text {
  display: flex;
  flex-direction: column;
  row-gap: 0.3125rem;
  font-size: 0.875rem;
  color: #5d6b81;
  transition: all 0.3s ease-in-out;
}
.float-pop-text p:last-child {
  font-size: 0.75rem;
  color: #5d6b81;
  transition: all 0.3s ease-in-out;
}
.float-pop .icon-right {
  font-size: 1.875rem;
  color: #fff;
}
.float-phone .float-pop-text p:last-child {
  color: #00bf80;
}
.float-pop-item:hover {
  background: #f5f5f5;
  color: #00bf80;
}
.float-pop-item:hover .icon-telephone {
  background: #fff;
}
.float-pop-item:hover .float-pop-text,
.float-pop-item:hover .float-pop-text p:last-child {
  color: #00bf80;
}
.icon-backtop {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  line-height: 2rem;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(151, 151, 151, 0.2);
  border-radius: 100%;
  color: #243855;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.icon-backtop:hover {
  color: #00bf80;
}
/* h1 悬浮图标 */
