body {
  background-color: rgb(247, 247, 252);
}

/* 新增如下 */
.navbar {
  padding-top: 30px !important;
}

/* 结束 */

@media (min-width: 996px) {

  /* 新增如下 */
  .navbar {
    position: fixed;
    top: 0px;
    z-index: 9999;
    transition: 0.5s;
  }

  /* 结束 */

  /* 滚动后的状态 - 白色背景 */
  .navbar.scrolled {
    background-color: #fff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
  }
}





.container {
  max-width: 80rem !important;
}

.logo-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgb(30 58 138);
  margin-left: 5px;
}

.active .nav-link {
  position: relative;
  color: rgb(37 99 235) !important;
}

.active .nav-link::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 50%;
  margin-left: 25%;
  height: 2px;
  background: rgb(37 99 235);
}

.nav-link {
  color: rgb(55 65 81) !important;
  font-size: 1.25rem !important;
}

@media (max-width: 996px) {
  .phone-pt {
    padding-top: 2rem !important;
  }

  .logo-title {
    color: #fff !important;
  }

  .nav-link {
    color: #fff !important;
    font-size: 1.25rem !important;
  }
}

.mt-10 {
  margin-top: 5rem;
}

.top-btn {
  border-radius: 40px;
  height: 34px;
  margin: auto;
  margin-left: 10px;
  padding: 0px 12px !important;
  font-size: 1.1rem;
  font-weight: 400;
  background: #2563eb !important;
  box-shadow: var(0 0 #0000, 0 0 #0000), var(0 0 #0000, 0 0 #0000), var(0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1));
}

.nav-link-zlj {
  color: #1D4ED8 !important;
  font-size: 1rem !important;
  background-color: rgb(239 246 255);
  border-radius: 20px;
}

@media (max-width: 996px) {
  .nav-link-zlj {
    padding-top: 5px !important;
    padding-bottom: 3px !important;
  }
}

.dropdown-item-zlj {
  font-size: 1rem !important;
}

.dropdown-item-active {
  color: #1D4ED8 !important;
  background-color: rgb(239 246 255);
}

.bg-zlj {
  background-color: rgb(255 255 255) !important;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.banner-zlj {
  overflow: hidden;
  width: 100%;
  height: 400px;
  margin-bottom: 3rem;
  position: relative;
  border-radius: 1rem;
  box-shadow: var(0 0 #0000, 0 0 #0000), var(0 0 #0000, 0 0 #0000), var(0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1));
}

.img-box {
  width: 100%;
  height: 100%;
  position: absolute;
}

.object-cover {
  object-fit: cover;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.from-blue-900 {
  --tw-gradient-from: rgb(30 58 138 / 0.7);
  --tw-gradient-to: rgb(30 58 138 / 0);
  --tw-gradient-stops: rgb(30 58 138 / 0.7), rgb(30 58 138 / 0);
}

.bg-gradient-to-r {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, rgb(30 58 138 / 0.7), rgb(30 58 138 / 0));
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.justify-center {
  justify-content: center;
}

.flex-col {
  flex-direction: column;
}

.h-full {
  height: 100%;
}

.flex {
  display: flex;
}

.relative {
  position: relative;
}

@media (min-width: 768px) {
  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 992px) {

  .pt-lg-xl,
  .py-lg-xl {
    padding-top: 6rem !important;
  }
}

@media (min-width: 768px) {
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254);
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.max-w-xl {
  max-width: 36rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.font-semibold {
  font-weight: 600;
  border-width: 0;
}

.rounded-full {
  border-radius: 9999px;
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.shadow-md {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.box-zlj {
  background-image: linear-gradient(to bottom, #fff, #eff6ff);
  border-radius: 20px;
}

.title-zlj {
  color: rgb(30 58 138);
}

@media (min-width: 768px) {
  .title-zlj {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.leading-relaxed {
  line-height: 1.625;
}

.text-zlj1 {
  width: 90%;
  margin-left: auto;
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.transform {
  transition-duration: 500ms;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotate(2deg);
}

.transform:hover {
  transform: rotate(0deg);
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.font-medium {
  font-weight: 500;
}

.shadow-lg1 {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.relative {
  position: relative;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4 / 3;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.opacity-0 {
  opacity: 0;
}

.from-black\/60 {
  --tw-gradient-from: rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, rgb(0 0 0 / 0.6), rgb(0 0 0 / 0));
}

.items-end {
  align-items: flex-end;
}

.inset-0 {
  inset: 0px;
}

.absolute {
  position: absolute;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.box-zlj1 {
  transition: transform 0.3s ease;
  /* 添加平滑过渡效果 */
}

.box-zlj1:hover .opacity-0 {
  opacity: 1;
  /* 鼠标悬停时向上移动10像素 */
}

.box-zlj1:hover {
  transform: translateY(-10px);
}

.box-zlj1 .img-zlj {
  transition: transform 0.3s ease;
}

.box-zlj1:hover .img-zlj {
  transform: scale(1.2);
  /* 放大5% */
}

.bl-zlj {
  margin-bottom: 20px;
}

.mt-12 {
  margin-top: 3rem;
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.shadow-lg2 {
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  cursor: pointer;
}

.shadow-lg2:hover {
  transform: scale(1.05);
}

.border-t {
  width: 100%;
  height: 1px;
  background-color: rgb(229 231 235);
}

/* 新增如下 */

.NowTime {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 98%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  /* background-color: #1e3a8a; */
  --tw-text-opacity: 1;
  color: rgb(37 99 235);
}


/* 结束 */