.block .hb-header {
  position: relative;
}
.hb-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hb-home-section {
  padding-top: 120px !important;
  padding-bottom: 0 !important;
}

.hb-sidebar-item {
  white-space: nowrap;
}
.product .hb-header {
  position: relative !important;
}
.hb-content-container {
  display: flex;
  justify-content: space-around;
  gap: 24px;
}

.hb-content-container-wrapper {
  padding: 120px 0;
}

.hb-content-container-item {
  flex: 1 0;
  text-align: center;
  padding: 16px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
}
.hb-content-container-item a {
  color: grey;
  text-underline-offset: 5px;
}


.hb-light {
  background-color: #fff !important;
  color: #000000 !important;
}

.hb-border {
  border: 1px solid gray;
  border-radius: 10px;
}

.text-light {
  color: #000000 !important;
}

.hb-sidebar {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.hb-sidebar-item {
  display: flex;
  /* padding: 8px 16px; */
  /* font-size: 14px; */
  /* margin: 0%; */
  margin-bottom: 0px;
  padding-left: 0px;
}

.hb-sidebar-item a {
  margin: 0%;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

.hb-sidebar-item a:hover {
  color: #bcbcbc;
}
.hb-content-sidebar .card-content {
  opacity: 0;
  animation: sidebar2 1s forwards;
}

.jiejue-section {
  padding-top: 0px !important;
}



@keyframes sidebar2 {
  0% {
    transform: translate3d(0, 10%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
      rotateZ(0) skew(0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.hb-m4 {
  margin-top: 140px;
}


.hb-pt40 {
  padding-top: 40px !important;
}
.hb-pb40 {
  padding-bottom: 40px !important;
}
.flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hb-btn {
  border: 1px solid #000000 !important;
  background-color: #000000 !important;
  color: #fff !important;
}

.swiper {
  width: 100vw;
  height: 100vh;
  position: relative;
}

body {
  position: relative;
  overflow-x: hidden;
}

.swiper-slide {
  position: relative;
}

.swiper .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.slide-animation {
  animation: scaleIn 8s forwards;
}
.swiper-slide .content .title {
  opacity: 0;
  line-height: 1.5em;
  font-size: 2em;
}
.swiper-slide .content .subtitle {
  opacity: 0;
}

.swiper-slide .content .text {
  opacity: 0;
}

.slide-fadeup {
  animation: fadeUp 1s forwards;
}

.slide-faderight {
  animation: fadeRight 0.5s forwards;
}

.swiper .bg-1 {
  background-image: url("../images/swiper/1.jpg");
}
.swiper .bg-2 {
  background-image: url("../images/swiper/2.jpg");
}
.swiper .bg-3 {
  background-image: url("../images/swiper/3.jpg");
}

.swiper .bg-4 {
  background-image: url("../images/swiper/e.jpg");
}

@keyframes scaleIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}

@keyframes fadeRight {
  0% {
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.floating-shape.home-v3-shape {
  top: 12px;
  max-width: 95%;
  left: 4%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

@keyframes fadeUp {
  0% {
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.swiper .content {
  max-width: 1268px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
  margin-top: 30vh;
}

.swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 0 !important;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95), transparent);
  /* display: flex;
  justify-content: space-between;
  margin-left:50%;
  transform: translateX(-50%) !important; */
}
.swiper-pagination-content {
  max-width: 1268px;
  display: flex;
  height: 100px;
  justify-content: space-between;
  max-width: 1290px;
  margin: auto;
}

.swiper-pagination-bullet {
  border-radius: 0 !important;
  border-top: 5px solid red;
  height: 30px;
  text-align: center;
  opacity: 1;
  background-color: transparent !important;
  flex: 1;
  padding-top: 20px;
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: transparent !important;
}

.template-pages---nav-item-link {
  color: #000000;
}

@media screen and (max-width: 991px) {
  .content-full-width-right-wrapper.footer---v1-content-full-width-wrap {
    padding-top: 64px;
  }
  .look a {
    padding: 2.5em 5em !important;
  }
  .floating-shape.home-v3-shape {
    max-width: 80%;
    left: 8%;
  }
  .hb-content-container-wrapper {
    padding-top: 60px;
  }
  .hb-subheader {
    font-size: xx-small;
  }
  .hb-subheader-txt {
    display: none;
  }
  .hb-pt40-active {
    padding-top: 40px;
  }
  .hb-content-container {
    flex-direction: column;
  }
  .content-full-width-right-wrapper.home-v3-full-width-wrapper {
    height: 350px !important;
  }
  #w-node-fc101a69-cfad-26ab-6e75-d8819ba91d59-3027d150 {
    grid-row: 2 !important;
  }
  #w-node-fc101a69-cfad-26ab-6e75-d8819ba91d4d-3027d150 {
    padding-right: 12px !important;
  }
  #w-node-_39dbb1a1-8f8c-70ef-880e-58dce6d9db39-91dd5701 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr 1fr 1fr !important;
  }
  .swiper .content {
    margin-top: 30vh;
  }
  .jiejue-footer {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.header-grid-3-col {
    width: 100% !important;
    grid-template-columns: 1fr !important;
  }

  .hb-content-sidebar {
    display: none;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: 1fr !important;
  }

  .card-content {
    border: none;
  }
  .footer-left-icon {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .header-img {
    height: 360px !important;
  }
  .look:first-child {
    text-align: center !important;
  }
  .look {
    text-align: center !important;
  }
  .content-full-width-right-wrapper.home-v3-full-width-wrapper {
    height: 45vh !important;
  }


  .grid-2-columns.home-grid-2-col.v3 {
    grid-row-gap: 32px;
    grid-column-gap: 0;
  }
  /* #w-node-_39dbb1a1-8f8c-70ef-880e-58dce6d9db39-91dd5701 {
    grid-template-columns: 1fr 1fr 1fr !important;
  } */
  .swiper-pagination-bullet .text {
    font-size: 12px;
  }
  .swiper .content {
    margin-top: 30vh;
  }
  .grid-3-columns.header-grid-3-col {
    width: 100% !important;
    grid-template-columns: 1fr 1fr !important;
    grid-row-gap: 24px !important;
  }

  .section.hero.template-page {
    padding-top: 100px !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 467px) {
  #w-node-_39dbb1a1-8f8c-70ef-880e-58dce6d9db39-91dd5701 {
    grid-template-columns: 1fr 1fr !important;
  }

  .content-full-width-right-wrapper.footer---v1-content-full-width-wrap {
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
  .contact-us {
    flex-direction: column !important;
  }
  .header-img {
    height: 350px !important;
  }
  .hb-sidebar-item {
    display: none;
  }
  .content-full-width-right-wrapper.home-v3-full-width-wrapper {
    height: 250px !important;
  }
  .menu-list-item {
    font-size: 12px;
  }

  .pages-column-title {
    font-size: 14px;
  }
}
.line2-3 {
  line-height: 2.3em;
}
.v2 {
  grid-row-gap: 30px;
  grid-template-columns: 1fr 0.9fr;
  grid-column-gap: 68px;
}
.text-justify {
  text-align: justify;
}
.line2em {
  line-height: 2em;
}
.grid2 {
  grid-template-rows: auto;
  gap: 0.5em;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: normal;
  display: grid;
}

.line-normal {
  line-height: normal;
}

.secd {
  font-size: 0.8em;
  color: red;
}

.qiye-content {
  max-width: 17em;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.look span {
  font-size: 0.8em;
  color: #666;
}
.look:first-child {
  text-align: right;
}

.look a {
  background: #f0f0f0;
  padding: 4.5em 10em;
  display: inline-block;
  margin: auto;
  text-decoration: none;
  transition:
    transform 0.3s,
    color 0.3s;
}

.look a:hover {
  transform: translate3d(0, -3px, 0.01px);
  color: red;
}

.concer {
  padding: 32px;
  background-color: #f4f4f4;
  height: 100%;
  direction: initial;
}

.concer div {
  color: #666;
  line-height: 3em;
  font-size: 0.8em;
}
.header-img {
  position: relative;
  height: 500px;
}
.y-center {
  position: absolute;
  background-size: cover;
  background-position: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.join-care {
  position: absolute;
  height: 100%;
  top: 0;
  min-height: 300px;
  height: 100%;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.care1 {
  background-image: url("../images/join/1.jpg");
}
.care2 {
  background-image: url("../images/join/2.jpg");
}
.care3 {
  background-image: url("../images/join/3.jpg");
}
.care4 {
  background-image: url("../images/join/4.jpg");
}
.contact-us {
  display: flex;
  flex-direction: row;
  grid-column-gap: 80px;
}
.footer-left-icon {
  padding-top: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.join-title {
  font-size: 1.2em;
  padding-left: 12px;
  border-left: 3px solid orange;
}
.header-grid-3-col {
  grid-template-columns: 1.3fr 1fr;
}
/* 二版带有国防科技footer */
@media screen and (min-width: 1440px) {
  .footer-gf #w-node-_39dbb1a1-8f8c-70ef-880e-58dce6d9db39-91dd5701,
  #w-node-_76132c2f-4390-f2f8-a054-717074073cf5-3027d12f {
    grid-template-columns: 1.9fr 1fr 1.3fr 1fr 1fr;
    grid-column-gap: 64px;
  }
}
@media screen and (max-width: 1440px ) and (min-width: 991px){
  .footer-gf #w-node-_39dbb1a1-8f8c-70ef-880e-58dce6d9db39-91dd5701{
    grid-template-columns:1.9fr 1fr 1.3fr 1fr 1fr;
  }
}  
@media screen and (max-width: 991px) {
  .footer-gf #w-node-_39dbb1a1-8f8c-70ef-880e-58dce6d9db39-91dd5701 {
    grid-template-columns: 1.9fr 1fr 1.3fr 1fr 1fr !important;
  }
}
@media screen and (max-width: 767px) {
  .footer-gf #w-node-_39dbb1a1-8f8c-70ef-880e-58dce6d9db39-91dd5701 {
    grid-template-columns: 1.9fr 1fr 1.3fr!important;
}
@media screen and (max-width: 479px) {
  .footer-gf #w-node-_39dbb1a1-8f8c-70ef-880e-58dce6d9db39-91dd5701{
    grid-template-columns:1.5fr 1fr!important;
  }
}

