@charset "UTF-8";
.bannerwrap {
  position: relative;
  width: 100vw;
  height: 8rem;
  overflow: hidden;
}

.bannerwrap .bannerswiper .box img {
  width: 100%;
  height: auto;
}

.bannerwrap .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0.5rem;
  left: 40%;
  z-index: 2;
}

.bannerwrap .swiper-pagination-bullet {
  width: .2rem;
  height: .2rem;
  background-color: #fff;
  opacity: 0.6;
  margin: 0rem .1rem;
}

.bannerwrap .swiper-pagination-bullet-active {
  background-color: #01015e;
  width: 0.2rem;
  height: 0.2rem;
  opacity: 1;
}

#home .banner {
  position: relative;
  height: 900px;
}

#home .banner > img {
  width: 100%;
  height: auto;
}

#home .banner-mobile {
  position: relative;
  display: none;
}

#home .banner-loading-tip {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  padding: 10px 20px;
  border-radius: 30px;
  z-index: 100;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease;
}

#home .banner-loading-tip.mobile {
  top: 10px;
  right: 10px;
  padding: 8px 15px;
}

#home .banner-loading-tip .loading-tip-content {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
}

#home .banner-loading-tip .loading-tip-content .loading-spinner-small {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

#home .banner-loading-tip .loading-tip-content .loading-text-small {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#home .banner-loading-tip {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#home .banner-placeholder-loading {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

#home .banner-placeholder-loading.mobile {
  height: 200px;
}

#home .banner-placeholder-loading .placeholder-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(1, 1, 94, 0.3);
  border-top-color: #01015e;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

#home .conetnt {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#home .conetnt .title {
  border-bottom: 1px solid #cccccc;
  margin: 40px 0;
}

#home .conetnt .title .title-text {
  background: #01015e;
  color: #ffffff;
  height: 70px;
  width: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#home .conetnt .title .title-text .text {
  font-size: 36px;
  font-weight: 600;
  margin-right: 10px;
  width: 50%;
  text-align: center;
}

#home .conetnt .title .title-text > img {
  width: 30px;
  height: auto;
}

#home .conetnt .title .title-text .desc {
  font-size: 28px;
  width: 50%;
  text-align: left;
}

#home .conetnt .new-box .top-news {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#home .conetnt .new-box .top-news img {
  width: 800px;
  height: 460px;
}

#home .conetnt .new-box .top-news .img-bg {
  width: 800px;
  height: 460px;
  background-repeat: no-repeat;
  background-size: cover;
}

#home .conetnt .new-box .top-news .text-msg-box {
  width: 330px;
  height: 460px;
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#home .conetnt .new-box .top-news .text-msg-box .time {
  font-size: 24px;
  color: #333333;
}

#home .conetnt .new-box .top-news .text-msg-box .time .day {
  padding-right: 10px;
}

#home .conetnt .new-box .top-news .text-msg-box .time .year {
  font-size: 14px;
}

#home .conetnt .new-box .top-news .text-msg-box .text-title a {
  font-size: 24px;
  font-weight: 600;
}

#home .conetnt .new-box .top-news .text-msg-box .text-content {
  height: 240px;
  overflow: hidden;
}

#home .conetnt .new-box .top-news .text-msg-box .icon-box {
  display: flex;
  justify-content: flex-end;
}

#home .conetnt .new-box .top-news .text-msg-box .icon-box .right-icon {
  width: 23.5px;
  height: 21px;
}

#home .conetnt .new-box .new-content {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#home .conetnt .new-box .new-content .item {
  width: calc(33.3% - 13.3px);
}

#home .conetnt .new-box .new-content .item .img-bg {
  width: 100%;
  height: 230px;
  overflow: hidden;
}

#home .conetnt .new-box .new-content .item .img-bg img {
  width: 100%;
}

#home .conetnt .new-box .new-content .item .new-text-title {
  margin: 23px 0;
  height: 76.8px;
}

#home .conetnt .new-box .new-content .item .new-text-title a {
  font-size: 24px;
  font-weight: 600;
}

#home .conetnt .new-box .new-content img {
  width: 800px;
  /*height: 345px;*/
}

#home .conetnt .new-box .new-content .img-bg {
  width: 800px;
  height: 345px;
  overflow: hidden;
}

#home .conetnt .new-box .new-content .img-bg img {
  width: 100%;
}

#home .conetnt .new-box .new-content .item-bottom {
  width: calc((100% - 650px) / 2);
  height: 345px;
  display: flex;
  flex-direction: column;
}

#home .conetnt .new-box .new-content .item-bottom .new-text-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#home .conetnt .new-box .new-content .item-bottom .new-desc {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

#home .conetnt .new-box .new-content .more-news {
  width: calc((100% - 650px) / 2);
  background: #01015e;
  font-size: 14px;
  height: 345px;
  color: #ffffff;
  padding: 15px 20px;
  box-sizing: border-box;
}

#home .conetnt .new-box .new-content .more-news .more-title {
  margin-bottom: 26px;
}

#home .conetnt .new-box .new-content .more-news .more-title a {
  color: #fff;
}

#home .conetnt .new-box .new-content .more-news .view-more {
  text-align: center;
  cursor: pointer;
}

#home .conetnt .new-box .new-content .more-news img {
  cursor: pointer;
  width: auto;
  height: 20px;
}

#home .conetnt .new-box .new-content2 {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#home .conetnt .new-box .new-content2 .left-boxnew {
  display: flex;
  justify-content: space-between;
  width: 80%;
}

#home .conetnt .new-box .new-content2 .left-boxnew a {
  display: block;
  width: 100%;
}

#home .conetnt .new-box .new-content2 .left-boxnew a .img-bg {
  width: 100%;
  height: 320px;
  overflow: hidden;
}

#home .conetnt .new-box .new-content2 .left-boxnew a .img-bg img {
  width: 100%;
}

#home .conetnt .new-box .new-content2 .left-boxnew .item-bottom {
  width: 40%;
  height: 345px;
  margin: 0px 30px;
}

#home .conetnt .new-box .new-content2 .left-boxnew .item-bottom .new-text-title {
  margin-bottom: 20px;
}

#home .conetnt .new-box .new-content2 .left-boxnew .item-bottom .new-text-title a {
  font-size: 24px;
  font-weight: 600;
}

#home .conetnt .new-box .new-content2 .left-boxnew .item-bottom .new-desc {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

#home .conetnt .new-box .new-content2 .more-news {
  width: 20%;
  background: #01015e;
  font-size: 14px;
  height: 345px;
  color: #ffffff;
  padding: 15px 20px;
  box-sizing: border-box;
}

#home .conetnt .new-box .new-content2 .more-news .more-title {
  margin-bottom: 26px;
}

#home .conetnt .new-box .new-content2 .more-news .more-title a {
  color: #fff;
}

#home .conetnt .new-box .new-content2 .more-news .view-more {
  text-align: center;
  cursor: pointer;
}

#home .conetnt .new-box .new-content2 .more-news img {
  cursor: pointer;
  width: auto;
  height: 20px;
}

#home .conetnt .members-conetnt .members-desc {
  font-size: 16px;
  color: #666666;
  margin: 30px auto;
  max-width: 1200px;
}

#home .conetnt .members-conetnt .member-logo-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 50px 0;
}

#home .conetnt .members-conetnt .member-logo-content .member-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 110px;
  cursor: pointer;
  transition: 0.25s;
  background: #fff;
  margin: 10px;
}

#home .conetnt .members-conetnt .member-logo-content .member-item img {
  height: 100%;
  width: auto;
}

#home .conetnt .members-conetnt .member-logo-content .member-item:hover {
  transform: scale(1.1);
  background-color: #fafafa;
}

#home .conetnt .members-conetnt .member-logo-content .member-item-bg {
  background-color: #fafafa;
}

#home .bottom-Introduction {
  width: 100%;
  background: #01015e;
  color: #ffffff;
}

#home .bottom-Introduction .bottom-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#home .bottom-Introduction .bottom-content .msg-box {
  padding: 50px 0;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #5470cf;
}

#home .bottom-Introduction .bottom-content .msg-box img {
  margin-right: 11px;
  width: 69px;
  height: 69px;
}

#home .bottom-Introduction .bottom-content .contact-us {
  margin: 30px 0;
  display: flex;
  align-items: center;
  font-size: 14px;
}

#home .bottom-Introduction .bottom-content .contact-us .btn {
  padding: 10px 28px;
  background-color: #5470cf;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
  color: #fff;
}

#home .bottom-Introduction .bottom-content .contact-us .iunrc-title {
  margin-bottom: 40px;
}

/*
  进入和离开动画可以使用不同
  持续时间和速度曲线。
*/
.slide-fade-enter-active {
  transition: all 0.3s ease-out;
}

.slide-fade-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter-from,
.slide-fade-leave-to {
  transform: translateX(20px);
  opacity: 0;
}

@media (max-width: 1200px) {
  #home .banner {
    display: none;
  }
  #home .banner-mobile {
    margin-top: 70px;
    display: block;
  }
  #home .banner-loading-tip.mobile {
    top: 80px;
    right: 10px;
    padding: 6px 12px;
  }
  #home .banner-loading-tip.mobile .loading-tip-content {
    gap: 6px;
  }
  #home .banner-loading-tip.mobile .loading-tip-content .loading-spinner-small {
    width: 14px;
    height: 14px;
    border-width: 2px;
  }
  #home .banner-loading-tip.mobile .loading-tip-content .loading-text-small {
    font-size: 12px;
  }
  #home .conetnt {
    padding: 0 10px;
  }
  #home .conetnt .title {
    margin: 10px 0;
  }
  #home .conetnt .title .title-text {
    height: auto;
    width: 150px;
  }
  #home .conetnt .title .title-text .text {
    font-size: 16px;
  }
  #home .conetnt .title .title-text .desc {
    font-size: 14px;
  }
  #home .conetnt .title .title-text > img {
    width: 20px;
    height: auto;
  }
  #home .conetnt .new-box .top-news {
    flex-direction: column;
  }
  #home .conetnt .new-box .top-news .img-bg {
    width: 100%;
    height: 200px;
  }
  #home .conetnt .new-box .top-news .text-msg-box {
    margin: 0;
    height: auto;
    width: 100%;
    padding: 0 5px;
  }
  #home .conetnt .new-box .top-news .text-msg-box .text-title {
    font-size: 16px;
  }
  #home .conetnt .new-box .top-news .text-msg-box .text-content {
    font-size: 13px;
  }
  #home .conetnt .new-box .top-news .text-msg-box .icon-box {
    display: none;
  }
  #home .conetnt .new-box .new-content {
    margin-top: 20px;
  }
  #home .conetnt .new-box .new-content .item {
    width: calc(33.3% - 3px);
  }
  #home .conetnt .new-box .new-content .item .img-bg {
    height: 100px;
  }
  #home .conetnt .new-box .new-content .item .new-text-title {
    font-size: 13px;
    margin: 5px 0;
    height: 43px;
  }
  #home .conetnt .new-box .new-content .item .new-desc {
    font-size: 11px;
  }
  #home .conetnt .new-box .new-content2 {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #home .conetnt .new-box .new-content2 .left-boxnew {
    display: flex;
    justify-content: space-between;
    width: 80%;
  }
  #home .conetnt .new-box .new-content2 .left-boxnew a {
    display: block;
    width: 100%;
  }
  #home .conetnt .new-box .new-content2 .left-boxnew a .img-bg {
    width: 100%;
    height: 320px;
    overflow: hidden;
  }
  #home .conetnt .new-box .new-content2 .left-boxnew a .img-bg img {
    width: 100%;
  }
  #home .conetnt .new-box .new-content2 .left-boxnew .item-bottom {
    width: 30%;
    height: 345px;
    margin: 0px 30px;
  }
  #home .conetnt .new-box .new-content2 .left-boxnew .item-bottom .new-text-title {
    margin-bottom: 20px;
  }
  #home .conetnt .new-box .new-content2 .left-boxnew .item-bottom .new-text-title a {
    font-size: 24px;
    font-weight: 600;
  }
  #home .conetnt .new-box .new-content2 .left-boxnew .item-bottom .new-desc {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
  }
  #home .conetnt .new-box .new-content2 .more-news {
    width: 20%;
    background: #01015e;
    font-size: 14px;
    height: 345px;
    color: #ffffff;
    padding: 15px 20px;
    box-sizing: border-box;
  }
  #home .conetnt .new-box .new-content2 .more-news .more-title {
    margin-bottom: 26px;
  }
  #home .conetnt .new-box .new-content2 .more-news .more-title a {
    color: #fff;
  }
  #home .conetnt .new-box .new-content2 .more-news .view-more {
    text-align: center;
    cursor: pointer;
  }
  #home .conetnt .new-box .new-content2 .more-news img {
    cursor: pointer;
    width: auto;
    height: 20px;
  }
  #home .conetnt .members-conetnt .members-desc {
    margin: 10px auto;
    font-size: 12px;
  }
  #home .conetnt .members-conetnt .member-logo-content .member-item {
    width: 100px;
    height: 70px;
  }
  #home .bottom-Introduction .bottom-content {
    max-width: 100%;
    font-size: 12px;
  }
  #home .bottom-Introduction .bottom-content .msg-box {
    padding: 10px 5px;
    font-size: 14px;
  }
  #home .bottom-Introduction .bottom-content .msg-box > img {
    width: 40px;
    height: 40px;
  }
  #home .bottom-Introduction .bottom-content .contact-us {
    margin: 10px 0;
    padding: 0 5px;
    font-size: 12px;
  }
  #home .bottom-Introduction .bottom-content .contact-us .btn {
    text-align: center;
    font-size: 14px;
    padding: 5px 5px;
    width: 90px;
  }
  #home .bottom-Introduction .bottom-content .iunrc-title {
    padding: 0 5px;
  }
  #home .bottom-Introduction .bottom-content .iunrc-desc {
    padding: 0 5px;
  }
}

@media screen and (max-width: 1200px) {
  .bannerwrap {

    width: 100vw;
    height: auto;
 
  }

#home .conetnt .new-box .top-news {
    display: inline-block;

}

#home .conetnt .new-box .top-news .text-msg-box .text-content {
     height: auto;
    overflow: hidden;
}
    #home .conetnt .new-box .new-content2 {
        display: block;
  
    }
    #home .conetnt .new-box .new-content2 .left-boxnew {
        display: block;
width: 100%;
 
    }
    #home .conetnt .new-box .new-content2 .more-news {
        width: 100%;
        height: auto;
    }

    #home .conetnt .new-box .new-content2 .left-boxnew a .img-bg {
        width: 100%;
      height: auto;
        overflow: hidden;
    }

    #home .conetnt .new-box .new-content2 .left-boxnew .item-bottom {
        width: 100%;
        height: auto;
        text-align: justify;
        margin: 30px 0px;
    }
    #home .conetnt .new-box .new-content2 .more-news .view-more {
    
        color: #fff;
    }

    #home .conetnt .new-box .new-content2 .more-news img {
        display: none;
    }
    #home .conetnt .new-box .new-content {

        display: none;
    }

    #home .conetnt .members-conetnt .members-desc {
        margin: 20px auto;
        font-size: 16px;
        text-align: justify;
    }

    #home .conetnt .title .title-text .text {
        font-size: 24px;
        width: 100%;
        padding: 5px;
    }



}