:root {
  --font-family: 'Arial', sans-serif;
}

.home-top-bg .top-img,
opacity .home-top-bg .banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #bfb8f0;
}

.home-top-bg .banner-img {
  max-width: 60%;
  height: auto;
}

.home .network-index {
  max-width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  box-sizing: border-box;
}

.home .Box-layout {
  width: 100%;
  height: 550px;
}

.home .image-container {
  flex-basis: calc(30%);
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.home .image-container_img {
  display: flex;
  align-items: center;
}


.home .img-box_img {
  width: 100%;
  height: auto;
}

.home .textbox-bg {
  background-color: #c0b9f0;
  box-shadow: 0 0 10px #c0b8f0;
  border-radius: 20px;
  padding: 20px 50px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.home .contentcards {
  width: 400px;
  height: auto;
  box-sizing: border-box;
  padding: 40px;
  background-color: #c0b9f0;
  box-shadow: 0 0 10px #c0b8f0;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.8s;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

.home .contentcards:hover {
  transform: translate(0, -30px);
  background-color: #c1d1e3;
  box-shadow: 0 0 10px #c1d1e3;
  transition: transform 0.8s;
}

/* 正文 */
.home .main-title_body {
  font-size: 16px;
  font-family: 'Aileron1';
  color: #652f47f5;
  line-height: 2;
}

/* 三级标题文字 */
.home .main-title_03 {
  font-size: 24px;
  font-family: 'Roboto1';
  color: #342762;
  font-weight: bold;
}

/* 二级标题文字 */
.home .main-title_02 {
  font-size: 33px;
  font-family: 'Roboto1';
  font-weight: bold;
  line-height: 1.4;
  color: #342762;
}

/* 一级标题文字 */
.home .main-title_01 {
  font-size: 35px;
  font-family: 'Roboto1';
  font-weight: bold;
  line-height: 1.4;
  color: #342762;
}

@keyframes scaleUp {
  from {
    transform: scale(0.5);
  }

  to {
    transform: scale(1);
  }
}

.home .box-animation {
  animation-name: scaleUp;
  /* 应用动画 */
  animation-timing-function: ease-in-out;
  /* 动画的速度曲线 */
}

/* 边框 */
.home .card-bg {
  max-width: 55%;
  margin: 20px 50px;
  background-color: #c0b8f0;
  box-shadow: 0 0 10px #c0b8f0;
  border-radius: 25px;
  padding: 20px 50px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.home .Header-style {
  width: 70%;
  margin-bottom: 30px;
}

.home .container-box {
  width: 1300px;
  height: 350px;
  display: grid;
  grid-template-columns: 2fr 2fr;
  grid-gap: 70px;
  justify-items: end;
  align-items: center;
  margin-top: 100px;
}

.home .text-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.home .text-box01 {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-gap: 35px;
  justify-items: center;
  margin: 50px auto;

}

.home .text-box02 {
  padding: 10px;
  border: 2px solid #342762;
  background-color: transparent;
  font-size: 16px;
  color: #342762;
  border-radius: 50px;
}

.home .text02 {
  font-family: 'Roboto1';
  font-size: 24px;
  color: #342762;
  padding: 40px 50px;
  width: 400px;
  height: auto;
  background-color: #eff0f7;
  border-radius: 30px;
  line-height: 1.2;
  box-shadow: 0 0 10px #c0b8f0;
  margin: 50px auto;
}

.home .img-box {
  max-width: 35%;
  height: auto;
}

.home .img-box01 {
  max-width: 60%;
  height: auto;
}

.home .img-box-dh01 {
  height: auto;
  width: 25%;
}

.home .img-box-dh02 {
  height: auto;
  width: 35%;
}

.home .img-box-blue {
  max-width: 160px;
  height: auto;
  background-color: #1f647b;
  border-radius: 100%;
  margin: 50px;
  transition: box-shadow 0.3s ease;
  /* 平滑过渡效果 */
}

.home .img-box-white {
  max-width: 160px;
  height: auto;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 50px;
  transition: box-shadow 0.3s ease;
  /* 平滑过渡效果 */
}

.home .img-box-blue:hover {
  box-shadow: 0 0 10px #c0b8f0;
  /* 鼠标经过时的阴影效果 */
}

.home .img-box-white:hover {
  box-shadow: 0 0 10px #c0b8f0;
  /* 鼠标经过时的阴影效果 */
}

.home .img-box-k {
  width: 200px;
  height: 200px;
  margin: 50px;
}

.home .flex-text-process {
  width: 55%;
  float: left;
  margin-left: -90px;
  margin-bottom: 50px;
}

.home .text-item {
  font-size: 20px;
  color: #bfb8f0;
}

.home .text-item.selected {
  font-size: 20px;
  color: #342762;
  font-weight: 600;
}

.home .text-item01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.home .flex-text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  opacity: 0;
  animation: fadeIn 1s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.home .box1 {
  animation-delay: 0s;
}

.home .box2 {
  animation-delay: 1s;
}

.home .box3 {
  animation-delay: 2s;
}

.home .box4 {
  animation-delay: 3s;
}

.home .arrow-shape {
  width: 40px;
  height: auto;
}

.home .arrow-position {
  position: absolute;
  margin: 50px -125px 0 0;
}

.home .img-shape {
  width: 30%;
  height: auto;

}

.home .img-position {
  position: absolute;
  margin: -100px 0 0 100px;
}

.home .box-frame {
  max-width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.home .box-frame01 {
  max-width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.home .boxbox {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  margin: 50px auto;
}

.home .boxbox02 {
  width: 60%;
  display: flex;
  align-items: center;
  justify-self: center;
}

.home .box-frame02 {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.home .box-frame_07 {
  max-width: 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}

/* css动画效果 */
/* 定义动画 */
/* 向上淡入 */
.home .fade-up {
  opacity: 0;
  transform: translateY(200px);
  animation: fadeIn 2s ease-in-out forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 向左进入 */
.home .fade-in-r {
  animation: fade-in-r 3s;
}

@keyframes fade-in-r {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

/* 向右进入 */
.home .fade-in-l {
  animation: fade-in-l 3s;
}

@keyframes fade-in-l {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

/* 地球吸入黑洞 */
.home .fade-in-dq {
  animation: fade-in-dq 5s infinite;
}

@keyframes fade-in-dq {
  0% {
    opacity: 1;
    transform: scale(1) translateX(-80px);
  }

  100% {
    opacity: 0.5;
    transform: scale(0.5) translateX(0px);
  }
}

.home .content-container {
  position: relative;
  overflow: hidden;
  max-width: 70%;
  height: 300px;
  margin: 50px auto;
}

.home .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.home .content.active {
  display: block;
  opacity: 1;

}

/* 可选的，为tabs添加一些样式 */
.home .tabs {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-around;
}

.home .tab-link {
  cursor: pointer;
  user-select: none;
  /* 禁止选中文本 */
}

.home .tab-link:hover {
  text-decoration: underline;
}

/* 图片轮播效果 */
#Rotation {
  position: relative;
  width: 600px;
  /* 根据图片尺寸调整 */
  height: 400px;
  /* 根据图片尺寸调整 */
  overflow: hidden;
}

#Rotation img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

#Rotation img.active {
  opacity: 1;
}


/* 呼吸灯效果 */
@keyframes breathe {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.home .light-img {
  animation: breathe 2s infinite;
}

/* 鼠标经过时，放大效果 */
.home .zoom:hover {
  transform: scale(1.2);
  transition: transform 0.3s ease;
}

/* 波浪效果 */
@keyframes wave {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.home .wave {
  animation: wave 3s infinite;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

.home .text {
  animation: bounce 3s infinite;
}


.home .dajianshi {
  position: relative;
  width: 50px;
  height: 50px;
  margin: -100px 300px 0 150px;
  transform-style: preserve-3d;
  transform: perspective(500px) rotateX(50deg) translateZ(50px);
}

.home .dajianshi span {
  position: absolute;
  top: calc(-18px* var(--tt));
  left: calc(-30px* var(--tt));
  bottom: calc(-20px* var(--tt));
  right: calc(-16px* var(--tt));
  border: 2px dotted #b1d4e3;
  border-radius: 65%;
  animation: move 3s ease-in-out infinite alternate;
  animation-delay: calc(var(--tt)* 0.1s);
}

@keyframes move {

  0%,
  100% {
    transform: translateZ(0px);
  }

  50% {
    transform: translateZ(-100px);
  }
}

.home .donghua-text {
  font-size: 16px;
  fill: #23435e;
}


.home .Cardframes {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 100px 20px;
  padding: 100px 20px;
}

.home .Cardframes .card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 350px;
  max-width: 100%;
  height: 300px;
  background: #bfb8f0;
  border-radius: 20px;
  transition: 0.5s;
  box-shadow: 0 0 10px #c0b8f0;
}

.home .Cardframes .card:hover {
  height: 300px;
}

.home .home .Cardframes .card .img-box05 {
  position: absolute;
  top: 20px;
  width: 300px;
  height: 220px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.5s;
}

.home .Cardframes .card:hover .img-box05 {
  top: -100px;
  scale: 0.75;
  box-shadow: 0 0 10px #c0b8f0;
}

.home .Cardframes .card .img-box05 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .Cardframes .card .content05 {
  position: absolute;
  top: 252px;
  height: 0px;
  padding: 0 30px;
  overflow: hidden;
  transition: 0.5s;
}

.home .Cardframes .card:hover .content05 {
  top: 100px;
  height: 200px;
}

.home .home .Cardframes .card .content05 h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--clr);
}

/* .cardtitle { */
/* height: 300px; */
/* } */

.home .Cardframes .card .content05 a {
  position: relative;
  top: 15px;
  display: inline-block;
  padding: 12px 25px;
  text-decoration: none;
  background: var(--clr);
  color: white;
}

.home .Cardframes .card .content05 a:hover {
  opacity: 0.8;
}

.home .csslider {
  width: 100%;
  -moz-perspective: 1300px;
  -ms-perspective: 1300px;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  display: inline-block;
  text-align: left;
  position: relative;
  margin-bottom: 22px;
}

.home .csslider>input {
  display: none;
}

.home .home .csslider>input:nth-of-type(10):checked~ul li:first-of-type {
  margin-left: -900%;
}

.home .csslider>input:nth-of-type(9):checked~ul li:first-of-type {
  margin-left: -800%;
}

.home .csslider>input:nth-of-type(8):checked~ul li:first-of-type {
  margin-left: -700%;
}

.home .csslider>input:nth-of-type(7):checked~ul li:first-of-type {
  margin-left: -600%;
}

.home .csslider>input:nth-of-type(6):checked~ul li:first-of-type {
  margin-left: -500%;
}

.home .csslider>input:nth-of-type(5):checked~ul li:first-of-type {
  margin-left: -400%;
}

.home .csslider>input:nth-of-type(4):checked~ul li:first-of-type {
  margin-left: -300%;
}

.home .csslider>input:nth-of-type(3):checked~ul li:first-of-type {
  margin-left: -200%;
}

.home .csslider>input:nth-of-type(2):checked~ul li:first-of-type {
  margin-left: -100%;
}

.home .csslider>input:nth-of-type(1):checked~ul li:first-of-type {
  margin-left: 0%;
}

.home .csslider>ul {
  position: relative;
  width: 420px;
  height: 300px;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.home .csslider>ul>li {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 15px;
  font-size: initial;
  line-height: normal;
  -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
}

.home .csslider>ul>li.scrollable {
  overflow-y: scroll;
}



.home .csslider>.arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.home .csslider>.arrows {
  position: absolute;
  left: -31px;
  top: 50%;
  width: 100%;
  height: 26px;
  padding: 0 31px;
  z-index: 0;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.home .csslider>.arrows label {
  display: none;
  position: absolute;
  top: -50%;
  padding: 13px;
  box-shadow: inset 10px -10px 0 1px #c0b9f0;
  cursor: pointer;
  -moz-transition: .15s;
  -o-transition: .15s;
  -webkit-transition: .15s;
  transition: .15s;
}

.home .csslider>.arrows label:hover {
  box-shadow: inset 15px -15px 0 2px #c0b9f0;
  margin: 0 0px;
}

.home .csslider>.arrows label:before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  height: 300%;
  width: 300%;
}

.home .csslider.infinity>input:first-of-type:checked~.arrows label:last-of-type,
.home .csslider>input:nth-of-type(1):checked~.arrows label:nth-of-type(0),
.home .csslider>input:nth-of-type(2):checked~.arrows label:nth-of-type(1),
.home .csslider>input:nth-of-type(3):checked~.arrows label:nth-of-type(2),
.home .csslider>input:nth-of-type(4):checked~.arrows label:nth-of-type(3),
.home .csslider>input:nth-of-type(5):checked~.arrows label:nth-of-type(4),
.home .csslider>input:nth-of-type(6):checked~.arrows label:nth-of-type(5),
.home .csslider>input:nth-of-type(7):checked~.arrows label:nth-of-type(6),
.home .csslider>input:nth-of-type(8):checked~.arrows label:nth-of-type(7),
.home .csslider>input:nth-of-type(9):checked~.arrows label:nth-of-type(8),
.home .csslider>input:nth-of-type(10):checked~.arrows label:nth-of-type(9),
.home .csslider>input:nth-of-type(11):checked~.arrows label:nth-of-type(10) {
  display: block;
  left: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.home .csslider.infinity>input:last-of-type:checked~.arrows label:first-of-type,
.home .csslider>input:nth-of-type(1):checked~.arrows label:nth-of-type(2),
.home .csslider>input:nth-of-type(2):checked~.arrows label:nth-of-type(3),
.home .csslider>input:nth-of-type(3):checked~.arrows label:nth-of-type(4),
.home .csslider>input:nth-of-type(4):checked~.arrows label:nth-of-type(5),
.home .csslider>input:nth-of-type(5):checked~.arrows label:nth-of-type(6),
.home .csslider>input:nth-of-type(6):checked~.arrows label:nth-of-type(7),
.home .csslider>input:nth-of-type(7):checked~.arrows label:nth-of-type(8),
.home .csslider>input:nth-of-type(8):checked~.arrows label:nth-of-type(9),
.home .csslider>input:nth-of-type(9):checked~.arrows label:nth-of-type(10),
.home .csslider>input:nth-of-type(10):checked~.arrows label:nth-of-type(11),
.home .csslider>input:nth-of-type(11):checked~.arrows label:nth-of-type(12) {
  display: block;
  right: 0;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.home ul,
.home ol {
  padding-left: 40px;
}


.home .scrollable p {
  padding: 30px;
  line-height: 140%;
  font-size: 120%;
}

#hewenqislider a {
  color: greenyellow
}

.home .csslider>ul {
  width: 1000px;
  height: 600px;
  /*在这里改变宽度 何问起*/
}

.home figure.snip0016 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 240px;
  max-width: 260px;
  max-height: 200px;
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 10px #c0b8f0;
  text-align: left;
}

.home figure.snip0016 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.home figure.snip0016 img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.home figure.snip0016 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 3em;
  width: 100%;
  height: 100%;
}

.home figure.snip0016 figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 100%;
  border-left: 4px solid #bfb8f0;
  content: '';
  opacity: 0;
  background-color: #c0b8f0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.home figure.snip0016 text {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
}

.home figure.snip0016 text {
  word-spacing: -0.15em;
  text-transform: uppercase;
  -webkit-transform: translate3d(30%, 0%, 0);
  transform: translate3d(30%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.home figure.snip0016:hover img {
  opacity: 0.3;
}

.home figure.snip0016:hover figcaption text {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.home figure.snip0016:hover figcaption::before {
  background: #ffffff;
  left: 30px;
  opacity: 0.3;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}


/* 图片旋转 */

.home .dieimg {
  animation: rotate 2s infinite linear;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


.home .animated {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.home .visible {
  opacity: 1;
  transform: translateY(0);
}

.viewbox {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.scrollbox {
  display: flex;
  flex-direction: column;
  transition: transform 1.2s ease-in-out;
}

.scrollbox img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.nav-buttons {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 100;
}

.nav-button {
  border: none;
  padding: 10px;
  margin: 5px 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 100;
}

.nav-button:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.hom.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
}

.hom.footer.none {
  display: none;
}

.home-tz {
  position: fixed;
  bottom: 280px;
  right: 20px;
}

.home-tz.none {
  display: none;
}

.top-nav.hom .container {
  display: block;
}

.top-nav.hom{
  background-color: transparent;
  background-image: none;
}

.top-nav.hom.stretch{
  background-image: linear-gradient(#eff0f7 0, #eff0f7 83%, transparent 100%);
}

.top-nav.hom .top-nav-link {
  opacity: 0;
  transition: all 0.5s ease-out;
  justify-content: space-around;
  display: none;
  margin: 0;
  line-height: 20px;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  padding-bottom: 50px;
  flex-shrink: 0;
  display: none;
}

.top-nav.hom .container label {
  display: block;
}

.top-nav.hom .container input:checked~.top-nav-link {
  opacity: 1;
  display: flex;
}

.top-nav.hom.stretch {
  height: 800px !important;
}

.top-nav.hom .container .top-nav-link .link-li {
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #381e4252;
  padding-bottom: 20px;
}

.top-nav.hom .container .top-nav-link .link-li:nth-last-child(1) {
  border-bottom: none;
}

.top-nav.hom .container .top-nav-link .top-submenu {
  display: flex !important;
  opacity: 1 !important;
  text-align: center;
  align-items: center;
  margin-top: 20px;
}

.top-nav.hom .top-nav-link .link-li .submenu-img {
  padding: 0;
}

.img-box-blue,
.img-box-white{
  width: 160px;
  height: 160px;
  border-radius: 50%;
}

.updown{
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.updown img{
  width: 100%;
  object-fit: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}