﻿.HomeBan .slick-dots {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.HomeBan .slick-dots li.slick-active button {
  width: 0.3rem;
  height: 0.3rem;
  background-color: transparent;
  background-image: url(../images/flowerIcon.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.HomeBan .slick-dots li button {
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  background-color: transparent;
  background-image: url(../images/lx.png);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 0;
  font-size: 0;
  border: navajowhite;
}

.HomeBan .slick-dots li {
  display: inline-block;
  margin: 0 0.24rem;
}

.HomeBan .slick-dots li:first-child {
  margin-left: 0;
}

.HomeBan .itemCon {
  width: 100%;
  position: relative;
}

.HomeBan .itemCon .indexBannerFont {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.HomeBan .publicCon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.HomeBan .titleH1 {
  font-family: AlimamaShuHeiTi;
  font-weight: bold;
  font-size: 0.8rem;
  color: #ffffff;
  line-height: 1;
}

.HomeBan .subTitle {
  color: #fff;
  font-size: 0.3rem;
  font-family: HarmonyOS_Sans_SC;
  margin-top: 0.1rem;
}

.HomeBan .titleH2 {
  font-family: AlimamaShuHeiTi;
  font-weight: bold;
  font-size: 0.62rem;
  color: #ffffff;
  line-height: 1;
  margin-top: 0.32rem;
}

.HomeBan .intro {
  font-size: 0.22rem;
  color: #ffffff;
  margin-top: 0.45rem;
  margin-bottom: 0.75rem;
}

.HomeBan object {
  display: flex;
  justify-content: space-between;
  color: #fff;
  text-align: right;
  font-size: 0.22rem;
}
.HomeBan object span {
  font-family: HarmonyOS_Sans_SC_Medium;
}
.HomeBan .item.slick-active .titleH1 {
  animation: fadeInUp 1s ease forwards;
  -webkit-animation: fadeInUp 1s ease forwards;
  animation-iteration-count: 1;
}
.HomeBan .item.slick-active .subTitle {
  animation: fadeInUp 1s ease forwards;
  -webkit-animation: fadeInUp 1s ease forwards;
  animation-iteration-count: 1;
}
.HomeBan .item.slick-active .titleH2 {
  animation: fadeInUp 1s ease forwards;
  -webkit-animation: fadeInUp 1s ease forwards;
  animation-iteration-count: 1;
}

.HomeBan .item.slick-active .intro {
  animation: fadeInUp 1s ease forwards;
  -webkit-animation: fadeInUp 1s ease forwards;
  animation-iteration-count: 1;
}

.HomeBan .item.slick-active .more {
  animation: fadeInUp 1s ease forwards;
  -webkit-animation: fadeInUp 1s ease forwards;
  animation-iteration-count: 1;
}
.HomeBan .item.slick-active object {
  animation: fadeInUp 1s ease forwards;
  -webkit-animation: fadeInUp 1s ease forwards;
  animation-iteration-count: 1;
}
.HomeBan .item:nth-child(2) .publicCon {
  top: 2.7rem;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.HomeBan .item:nth-child(2) .titleH1 {
  text-align: center;
  font-size: 0.62rem;
}
.HomeBan .item:nth-child(2) .intro {
  font-size: 0.26rem;
  letter-spacing: 0.2rem;
}
.HomeBan .item:nth-child(3) .publicCon {
  top: 3.34rem;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.HomeBan .item:nth-child(3) .titleH1 {
  text-align: center;
  font-size: 0.62rem;
}
.HomeBan .item:nth-child(3) .intro {
  text-align: center;
  font-size: 0.26rem;
  margin-top: 0.35rem;
  margin-bottom: 0.55rem;
}
.HomeBan .item:nth-child(4) .publicCon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.HomeBan .item:nth-child(4) .intro {
  margin-top: 0.35rem;
  margin-bottom: 0.55rem;
}
.HomeBan .item:nth-child(5) .intro {
  margin-top: 0.35rem;
  margin-bottom: 0.55rem;
}
@media screen and (max-width: 1024px) {
  .HomeBan img {
    min-height: calc(100vh / 12 * 2);
    object-fit: cover;
  }
  .HomeBan .slick-dots {
    bottom: 20px;
  }
  .HomeBan .titleH1 {
    font-size: 22px !important;
  }
  .HomeBan .titleH2 {
    font-size: 20px !important;
    margin-top: 16px !important;
  }
  .HomeBan .subTitle {
    font-size: 18px !important;
  }
  .HomeBan .intro {
    font-size: 14px !important;
    margin-top: 16px !important;
    margin-bottom: 32px !important;
  }
  .HomeBan .publicCon {
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .more {
    width: 104px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .HomeBan .slick-slide img {
    min-height: calc(100vh / 4 * 2);
    object-fit: cover;
  }
  .HomeBan object {
    font-size: 14px;
  }
}

.indexCon .pulbicCon {
  display: flex;
  justify-content: space-between;
}
.indexCon .pulbicCon .left {
  width: 7.49rem;
  border-right: 1px solid #dddddd;
  padding-right: 0.4rem;
  margin-right: 0.4rem;
  padding-top: 0.08rem;
  padding-bottom: 0.48rem;
  max-width: 62.5%;
}
.indexCon .pulbicCon .left .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexCon .pulbicCon .left .top .more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.indexCon .pulbicCon .left .top .more::after {
  content: "";
  display: block;
  width: 0.07rem;
  height: 0.1rem;
  background-image: url(../images/arrowRightBlue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.08rem;
}
.indexCon .pulbicCon .left .indexList {
  padding-top: 0.24rem;
}
.indexCon .pulbicCon .left .itemCon {
  margin-top: 0.15rem;
}
.indexCon .pulbicCon .right {
  flex: 1;
  padding-top: 0.08rem;
  padding-bottom: 0.48rem;
}
.indexCon .pulbicCon .rightList {
  padding-top: 0.04rem;
}
.indexCon .pulbicCon .rightList .intro {
  margin-top: 0.15rem;
}
.indexCon .pulbicCon .rightList .intro:last-child {
  display: flex;
  flex-direction: column;
}
.indexCon .pulbicCon .rightList .intro a {
  margin-top: 0.15rem;
  cursor: auto;
}
.indexCon .pulbicCon .rightList .intro a:hover {
  color: #222322;
}

@media screen and (max-width: 1024px) {
  .indexCon .pulbicCon .left .top .more::after {
    width: 7px;
    height: 10px;
  }
}

@media screen and (max-width: 760px) {
  .indexCon .pulbicCon .left {
    width: 100%;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    padding-top: 0;
    max-width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.24rem;
  }
  .indexCon .pulbicCon {
    flex-direction: column;
  }
  .indexCon .pulbicCon .right {
    padding-top: 0.24rem;
    padding-bottom: 0;
  }
  .indexCon .pulbicCon .left .indexList {
    padding-top: 0;
  }
}

.fwggList .itemCon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  padding-top: 0.2rem;
  padding-bottom: 0.22rem;
  position: relative;
}
.fwggList .itemCon .time {
  color: #999999;
  letter-spacing: 0.015rem;
  white-space: nowrap;
}
.fwggList .itemCon::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #4291ff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.fwggList .itemCon:hover::after {
  width: 100%;
}
.fwggList .itemCon:hover .time {
  color: #4291ff;
}
@media screen and (max-width: 760px) {
  .fwggList .itemCon .time {
    font-size: 12px;
    letter-spacing: 0px;
  }
}

.fwggDetail .titleBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 0.31rem;
}
.fwggDetail .titleBox .time {
  margin-top: 0.1rem;
  letter-spacing: 0.009rem;
}
.singlePage {
  padding-top: 0.3rem;
  padding-bottom: 0.78rem;
  letter-spacing: 0.009rem;
  line-height: 1.9;
  text-align: justify;
}
.backList {
  width: 1.6rem;
  height: 0.48rem;
  background: #4291ff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 auto;
}
.backList::after {
  transition: all 0.5s;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
}
.backList:hover::after {
  transition: all 0.5s;
  left: 0%;
}
.backList:hover {
  color: #4291ff;
  box-shadow: 0 10px 30px rgba(1, 79, 162, 0.1);
}
.backList i {
  z-index: 2;
}
@media screen and (max-width: 760px) {
  .backList {
    width: 104px;
    height: 36px;
  }
}

.publicTitle {
  text-align: center;
}
.aboutCon .intro {
  text-align: center;
  margin-top: 0.32rem;
  line-height: 1.9;
  letter-spacing: 0.009rem;
}
.lxwmCon {
  background-color: #4291ff;
  min-height: 3rem;
  box-sizing: border-box;
}
.lxwmList {
  display: flex;
  align-items: center;
}
.lxwmList .item {
  width: 50%;
  margin-top: 0.76rem;
}
.lxwmList .itemCon {
  display: flex;
  align-items: center;
  cursor: auto;
}
.lxwmList .itemCon span {
  color: white;
}
.lxwmList .itemCon .icon {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 0.2rem;
}
.lxwmList .itemCon:hover div {
  color: #fff;
}
.lxwmList .itemCon:hover .icon {
  -webkit-animation: icon-bounce 0.5s alternate;
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}
/*滑过图标左右晃动效果 s*/
@-webkit-keyframes icon-bounce {
  0%,
  100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}

@-moz-keyframes icon-bounce {
  0%,
  100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}

@-o-keyframes icon-bounce {
  0%,
  100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@media screen and (max-width: 1024px) {
  .lxwmList {
    justify-content: space-between;
  }
  .lxwmList .item {
    width: auto;
  }
  .lxwmList .item div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
@media screen and (max-width: 760px) {
  .lxwmList {
    flex-wrap: wrap;
  }
  .lxwmList .item {
    width: 100%;
  }
  .lxwmCon {
    height: auto;
  }
  .lxwmList .item {
    margin-top: 0.3rem;
  }
  .lxwmList .itemCon {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .lxwmList .itemCon {
    font-size: 12px;
  }
  .lxwmList .itemCon .icon {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.1rem;
  }
}
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.modalBg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.modalConBox {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modalCon {
  background-image: url(../images/tanBg.png);
  width: 9.37rem;
  height: 6.19rem;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.modal .closeBtn {
  position: absolute;
  right: 0.6rem;
  z-index: 1001;
  width: 0.45rem;
  top: 0.25rem;
}
.modal .closeBtn img {
  width: 100%;
}
.zpFontBox {
  width: 7.58rem;
  height: 4.17rem;
  background: #ffffff;
  border-radius: 0.5rem;
  padding: 0.35rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  top: 1.6rem;
  margin-left: 0.1rem;
  line-height: 1.9;
  text-align: justify;
}
.zpFontBox .zpFont {
  padding-right: 0.4rem;
  overflow-y: auto;
  height: 100%;
  z-index: #222322;
}
.zpFontBox ::-webkit-scrollbar {
  width: 0.06rem;
  height: 0.06rem;
}

.zpFontBox ::-webkit-scrollbar-thumb {
  background: #4291ff;
}

.zpFontBox ::-webkit-scrollbar-track {
  background: #eeeeee;
}

@media screen and (max-width: 480px) {
  .modalCon {
    height: 4.95rem;
    background-size: contain;
  }
  .zpFontBox {
    width: 82%;
    height: 3.2rem;
    background: #ffffff;
    border-radius: 0.5rem;
    padding: 0.15rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    top: 1.2rem;
    margin-left: 0.08rem;
    line-height: 1.9;
    text-align: left;
  }
  .zpFontBox .zpFont {
    padding-right: 15px;
    overflow-y: auto;
    height: 100%;
  }
}
html{
    height: 100vh;
  }
  body{
    min-height: 100vh;
    position: relative;
    padding-bottom: 0.8rem;
  }
  .Footer{
    position: absolute;
     bottom: 0;
  }
@media screen and (max-width:1024px){
      html{
        height: 100vh;
      }
      body{
        min-height: 100vh;
        position: relative;
        padding-bottom: 100px;
      }
      .Footer{
        position: absolute;
         bottom: 0;
      }
}
@media screen and (max-width:760px){
  .modal .closeBtn {
      right: 0.3rem;
      top: 0.1rem;
  }
}