.windex-body {
  background-color: #E3EEFF;
}

.windex-banner-box {
  max-height: 10.16rem;
  overflow: hidden;
}

.windex-banner-box img {
  width: 100%;
  /* height: 100%; */
}

/* 首页导航栏样式 */
.windex-nav-box {
  width: 100%;
  height: 0.9rem;
  background-color: #00007B;
  padding: 0 10%;
  box-sizing: border-box;
  padding: 0 13%;
}

.windex-navphone-lists {
  display: none;
}

.windex-nav-lists {
  display: flex;
  height: 100%;
}

.windex-nav-item {
  padding: 0 0.24rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 1.8rem;
  box-sizing: border-box;
  cursor: pointer;
}

.more-nav-box {
  display: none;
}

.windex-nav-item:hover {
  height: 1.8rem;
  top: -0.9rem;
  position: relative;
  background-color: #00007B;
  /* box-shadow: 0 0 0.1rem 0 #b6b6f0; */
  animation: blink 1s infinite;
  padding: 0;
}

@keyframes blink {
  0% {
    box-shadow: 0 0 0.1rem 0 #505082;
  }

  50% {
    box-shadow: 0 0 0.1rem 0 rgba(80, 80, 130, 0.2);
  }

  100% {
    box-shadow: 0 0 0.1rem 0 #505082;
  }
}

.windex-nav-item:hover .windex-nav-item-img {
  display: block;
}

.windex-nav-item-img {
  display: none;
}

.windex-nav-text {
  display: block;
  font-size: 0.22rem;
  margin-bottom: 0.04rem;
  color: rgba(227, 238, 255, 0.8);
  white-space: nowrap;
}

.windex-nav-textEn {
  font-size: 0.16rem;
  color: rgba(227, 238, 255, 0.4);
  white-space: nowrap;
}

/* 导航栏-选中状态 */
.windex-nav-active {
  height: 1.8rem;
  position: relative;
  top: -0.9rem;
  background-color: #00007B;
}

.windex-nav-active .windex-nav-item-img {
  margin-bottom: 0.1rem;
  display: block;
}

.windex-nav-active .windex-nav-text {
  color: rgba(227, 238, 255, 1);
}

.windex-nav-active .windex-nav-textEn {
  color: rgba(227, 238, 255, 0.5);
}


/* 内容展示 */
.windex-main-box {
  padding: 0 13%;
  margin: 0.4rem 0;
}

.windex-dhjs-box {
  width: 100%;
  display: flex;
}

.windex-dhjs-lbox {
  width: 64%;
  box-sizing: border-box;
  padding: 0.5rem;
  background-color: rgba(243, 247, 255, 1);
}

.dhjs-subtext {
  margin-bottom: 0.4rem;
}

.dhjs-subtext-item img {
  position: relative;
  top: -0.02rem;
}

.dhjs-subtext-item {
  display: inline-block;
  font-size: 0.18rem;
  color: #00006C;
}

.dhjs-subtext-item:first-child {
  margin-right: 0.4rem;
}

.windex-dhjs-rbox {
  width: 36%;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dhjs-text-title {
  font-size: 0.32rem;
  color: #00006C;
  font-weight: bold;
  font-family: Microsoft YaHei;
  margin-bottom: 0.4rem;
}

.dhjs-text-title::after {
  display: block;
  content: '';
  background-color: #00007B;
  width: 0.6rem;
  height: 0.03rem;
}

.dhjs-text-main {}

.dhjs-text-main-item {
  /* text-align: ; */
  text-indent: 0.32rem;
  font-size: 0.18rem;
  color: #00006C;
  margin-bottom: 0.3rem;
  line-height: 0.3rem;
}

.dhjs-text-main-item:last-child {
  margin-bottom: 0;
}

.dhjs-subtexten-box {
  font-size: 0.16rem;
  color: rgba(0, 0, 108, 0.5);
}

.dhjs-subtexten-box::before {
  display: inline-block;
  content: '';
  width: 0.18rem;
  height: 0.18rem;
  background-color: #00007B;
  margin-bottom: 0.1rem;
}

.dhjs-jjtitle {
  color: #00006C;
  font-size: 0.3rem;
}

.dhjs-ljmore-box {
  height: 30%;
  height: 2.2rem;
  width: 100%;
  background-color: #00007B;
  text-align: left;
  padding: 0.24rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dhjs-ljmore-link {
  display: inline-block;
  width: 1.5rem;
  height: 0.45rem;
  border-radius: 0.23rem;
  background-color: #FFFFFF;
  font-size: 0.18rem;
  color: #00007B;
  line-height: 0.45rem;
  /* text-align: center; */
  position: relative;
  padding-left: 0.3rem;
  box-sizing: border-box;
}

.dhjs-ljmore-link:hover {
  color: #00007B;
  transform: scale(1.1);
  transition: 0.5s;
  box-shadow: 0 0 0.1rem 0rem #d7d7fb;
}

.icon-xiangyou {
  display: inline-block;
  background-color: #fff;
  width: 0.45rem;
  height: 0.45rem;
  border: 0.02rem solid #00007B;
  border-radius: 50%;
  position: absolute;
  right: -0.12rem;
  top: -0.02rem;
  text-align: center;
}

/* 活动安排 */
.windex-hdap-box {
  width: 100%;
}

.windex-hdap-nav-box {
  width: 100%;
  height: 1.2rem;
  background-image: url('../../images/windex/hdap_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0.4rem;
  display: flex;
  box-sizing: border-box;
  padding: 0.25rem 0.5rem;
}

.windex-hdap-title {
  font-size: 0.24rem;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 0.01rem;
  width: 1.1rem;
}

.windex-hdap-title::after {
  content: '';
  display: block;
  width: 0.45rem;
  height: 0.03rem;
  background-color: #fff;
  margin-top: 0.08rem;
}

.windex-hdap-lists {
  display: flex;
  text-align: center;
  width: calc(100% - 1.1rem);
  padding: 0 10% 0 3%;
  box-sizing: border-box;
  justify-content: space-between;
}

.windex-hdap-item {
  color: rgba(255, 255, 255, 0.8);
  padding: 0.06rem 0.14rem;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.70);
  border-radius: 0.35rem;
  max-width: 1.8rem;
  width: 18%;
  cursor: pointer;
}

.windex-hdap-item:hover {
  background-color: #fff;
  color: #00007B;
  box-shadow: 0 0 0.1rem #6e6ec6;
}

.hdap-item-date {
  font-size: 0.24rem;
}

.hdap-item-week {
  font-size: 0.18rem;
}

.current-hdap-item {
  background-color: #fff;
  color: #00007B;
  box-shadow: 0 0 0.1rem #6e6ec6;
}

.windex-zslb-title {
  width: 85%;
  margin: 0.1rem auto;
  background-color: #D8D9FD;
  font-size: 0.2rem;
  color: #00007B;
  text-align: center;
  font-weight: bold;
  padding: 0.12rem 0;
  letter-spacing: 0.02rem;
}

.hdap-zslb-lists {
  display: flex;
  width: 82%;
  justify-content: space-around;
  margin: 0 auto;
}

.hdap-zslb-item {
  max-width: 1.8rem;
  width: 18%;
  max-height: 2.42rem;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.hdap-zslb-item-img {
  width: 100%;
}

.hdap-zslb-item-img img {
  width: 100%;
}

.hdap-zslb-item-nr {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.hdap-zslb-item-texts {
  height: 72%;
}

.hdap-zslb-item-texts {
  padding: 0.15rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.hdap-zslb-texts-item {
  font-size: 0.18rem;
  color: #00007B;
  background-color: #fff;
  flex-grow: 1;
  margin-bottom: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.hdap-zslb-texts-item:last-child {
  margin-bottom: 0;
}

.hdap-zslb-img {
  height: 28%;
  padding-top: 6%;
}

.wiwindex-ndex-footer-box {
  height: 4.5rem;
  background-color: #00007B;
  /* height: 50vh; */
  box-sizing: border-box;
  padding: 0 13.5%;
}

.footer-top-box {
  height: 65%;
  display: flex;
  padding: 9% 0 5% 4%;
  box-sizing: border-box;
}

.windex-footer-logo-box {
  max-width: 2.98rem;
  width: 28%;
}

.windex-footer-logo-box img {
  width: 100%;
}

.windex-footer-top-lists {
  margin-left: 5%;
  margin-top: 0.2rem;
}

.windex-footer-top-item {
  font-size: 0.16rem;
  color: #fff;
  display: flex;
  line-height: 0.28rem;
}

.windex-footer-top-item-img {
  margin-right: 0.15rem;
}

.windex-footer-bottom-box {
  height: 34%;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.4);
  padding-top: 0.25rem;
  text-align: center;
  box-sizing: border-box;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width:1460px) {
  .windex-hdap-lists {
    padding-right: 0;
  }
}

@media screen and (max-width:1324px) {
  .hdap-item-date {
    font-size: 0.2rem;
  }

  .hdap-item-week {
    font-size: 0.16rem;
  }
}

@media screen and (max-width:1280px) {

  .windex-main-box,
  .windex-nav-box {
    padding: 0 10%;
  }

  .windex-nav-item {
    min-width: 1rem;
  }

  .windex-nav-text {
    font-size: 0.2rem;
  }

  .windex-nav-textEn {
    font-size: 0.14rem;
  }

  .hdap-zslb-texts-item {
    font-size: 0.14rem;
  }

  .windex-hdap-item {
    max-height: 0.6rem;
    padding: 0.06rem 0.05rem;
  }

  .hdap-item-date {
    font-size: 0.17rem;
  }

  .hdap-item-week {
    font-size: 0.14rem;
  }

  .hdap-zslb-img {
    padding-top: 0;
  }

  .hdap-zslb-img img {
    height: 0.22rem;
  }

}

@media screen and (max-width:620px) {

  .windex-main-box,
  .windex-nav-box {
    padding: 0 0.4rem;
  }

  .windex-dhjs-box {
    display: block;
  }

  .windex-dhjs-lbox {
    width: 100%;
  }

  .windex-dhjs-rbox {
    width: 100%;
    display: block;
    margin-top: 0.2rem;
  }

  .dhjs-subtexten-box,
  .dhjs-jjtitle {
    width: 48%;
    display: inline-block;
  }

  .dhjs-subtexten-box {
    text-align: left;
  }

  .dhjs-ljmore-box {
    margin-top: 0.2rem;
  }

  .windex-hdap-box {
    display: flex;
  }

  .windex-hdap-box {
    margin-top: 0.4rem;
  }

  .windex-hdap-nav-box {
    width: 2.1rem;
    padding: 0.24rem 0.2rem;
    display: block;
    height: auto;
    margin: 0;
  }

  .windex-hdap-lists {
    display: block;
    max-width: unset;
    width: 100%;
    margin-top: 0.3rem;
  }

  .windex-hdap-item {
    width: 100%;
    margin-bottom: 0.2rem;
    max-height: 0.8rem;
    border-radius: 0.36rem;
  }

  .windex-zslb-box {
    width: calc(100% - 2.4rem);
    margin-left: 0.3rem;
  }

  .windex-zslb-title {
    width: 100%;
    margin: 0 0 0.2rem 0;

  }

  .hdap-zslb-lists {
    flex-wrap: wrap;
    width: 90%;
  }

  .hdap-zslb-item {
    width: 46%;
    margin-bottom: 0.2rem;
  }

  /* footer */
  .footer-top-box {
    display: block;
  }

  .windex-footer-logo-box {
    width: 50%;
    margin: 0 auto;
  }

  .windex-footer-top-lists {
    margin: 0.2rem 10%;
  }

  .windex-footer-top-item {
    line-height: 0.48rem;
  }

  .windex-footer-bottom-box span {
    display: block;
  }
}

/* header */
@media screen and (max-width:620px) {
  .windex-nav-item {
    display: none;
  }

  .windex-nav-active {
    display: flex;
    height: unset;
    position: unset;
  }

  .windex-nav-active .windex-nav-item-img {
    display: none;
  }

  .windex-nav-box {
    position: relative;
  }

  .more-nav-box {
    display: block;
    position: absolute;
    right: 0.4rem;
    font-size: 0.48rem;
    /* top: 0.2rem; */
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
  }

  .windex-navphone-lists {
    /* display: block; */
    position: absolute;
    z-index: 10;
    background-color: #e1edff;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    padding: 0.3rem 0.4rem;
  }

  .windex-navp-item {
    display: block;
    line-height: 0.6rem;
  }

  .windex-navp-item:hover {
    color: #00007b;
    font-weight: bold;
  }

  .windex-navp-item-img {
    display: inline-block;
    width: 0.32rem;
    margin-right: 0.1rem;
  }

  .windex-navp-item-img img {
    width: 100%;
  }
}