.home-swiper {
  height: 100vh;
  position: relative;
  width: 100%;
}
.lbt-img {
  display: block;
  width: 100%;
  height: 100%;
}
.home-swiper .home-swiper-cont,
.home-swiper .el-carousel__container {
  height: 100%;
}
.home-swiper .el-carousel__indicator {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  padding: 0;
}
.home-swiper .el-carousel__indicator:not(:first-of-type) {
  margin-left: 10px;
}
.home-swiper .el-carousel__indicator .el-carousel__button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.home-swiper .el-carousel__indicators--horizontal {
  bottom: 16px;
}
.home-common-cont {
  padding: 2.08vw 0 1.56vw;
  position: relative;
  display: block;
  width: 100%;
  height: 44.38vw;
}
.home-jybd-cont {
  background-color: #fff;
  height: 36.56vw;
}
.home-common-title {
  font-size: 1.67vw;
  font-weight: bold;
  line-height: 2.4vw;
  margin-bottom: 0.36vw;
  text-align: center;
}
.home-common-title-en {
  font-size: 0.83vw;
  line-height: 1.2vw;
  color: rgba(144, 147, 153, 1);
  margin: 0 0 2.6vw;
  text-align: center;
}
.jybd-cont-cover {
  display: flex;
  justify-content: space-around;
}
.jybd-cont-item {
  width: 17.5vw;
  height: 23.02vw;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  padding: 2.03vw 1.46vw 0;
  cursor: pointer;
}
.jybd-cont-item-img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s linear;
}
.jybd-cont-item-title {
  font-size: 1.25vw;
  font-weight: bold;
  line-height: 1.25vw;
  color: #fff;
  position: relative;
  margin: 0 0 2.6vw 0;
}
.jybd-cont-item-title::after {
  content: '';
  display: block;
  width: 2.08vw;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: -0.78vw;
  left: 0;
}
.jybd-cont-item-desc {
  font-size: 0.83vw;
  line-height: 1.25vw;
  color: #fff;
  position: relative;
}
.jybd-cont-item-tags-cover {
  display: none;
  flex-wrap: wrap;
  position: relative;
}
.jybd-cont-item-tag {
  height: 1.67vw;
  display: flex;
  align-items: center;
  padding: 0 0.78vw;
  border: 1px solid #fff;
  border-radius: 3px;
  margin: 0 0.63vw 0.78vw 0;
  color: #fff;
  font-size: 0.83vw;
}
.jybd-cont-item:hover .jybd-cont-item-desc {
  display: none;
}
.jybd-cont-item:hover .jybd-cont-item-tags-cover {
  display: flex;
}
.jybd-cont-item:hover .jybd-cont-item-img {
  transform: scale(1.1);
}
.home-fwnr-cont {
  /* height: 852px; */
  background: url('../images/fwnr_bg.png') no-repeat;
  background-size: 100% 100%;
}
.home-common-title-white {
  color: #fff;
}
.home-fwnr-cont-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.home-fwnr-cont-item {
  width: 23.44vw;
  height: 14.84vw;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 5px;
  padding: 1.56vw 1.56vw 0;
  position: relative;
}
.home-fwnr-cont-item-icon {
  width: 3.75vw;
  height: 3.75vw;
  margin: 0 auto 1.04vw;
}
.home-fwnr-cont-icon-1 {
  background: url('../images/fwnr_icon1.png') no-repeat;
  background-size: 100% 100%;
}
.home-fwnr-cont-icon-2 {
  background: url('../images/fwnr_icon2.png') no-repeat;
  background-size: 100% 100%;
}
.home-fwnr-cont-icon-3 {
  background: url('../images/fwnr_icon3.png') no-repeat;
  background-size: 100% 100%;
}
.home-fwnr-cont-icon-4 {
  background: url('../images/fwnr_icon4.png') no-repeat;
  background-size: 100% 100%;
}

.home-fwnr-cont-icon-5 {
  background: url('../images/fwnr_icon5.png') no-repeat;
  background-size: 100% 100%;
}
.home-fwnr-cont-icon-6 {
  background: url('../images/fwnr_icon6.png') no-repeat;
  background-size: 100% 100%;
}
.home-fwnr-cont-item-title {
  font-size: 1.25vw;
  font-weight: bold;
  line-height: 1.67vw;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  margin: 0 0 10px;
}
.home-fwnr-cont-item-desc {
  font-size: 0.83vw;
  line-height: 1.67vw;
  color: rgba(96, 98, 102, 1);
  text-align: center;
}
.mb30 {
  margin-bottom: 30px;
}
.pt40 {
  padding-top: 40px;
}
/* 动画效果 */
@keyframes customSlideInLeft {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.custom-slide {
  animation: customSlideInLeft 1s forwards;
  /* 应用自定义动画 */
}
.home-xwzx-cont {
  height: 34.58vw;
}
.home-xwzx-cont-cover {
  display: flex;
  height: 20.52vw;
  position: relative;
  overflow: hidden;
}
.home-xwzx-left {
  width: 31.98vw;
  position: relative;
  margin-right: 1.04vw;
  padding: 5px 0;
}
.home-xwzx-right {
  flex: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 5px;
}
.home-xwzx-left-cont {
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.home-xwzx-left-cont:hover .home-xwzx-left-cont-img {
  transform: scale(1.1);
}
.home-xwzx-left-cont-img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.3s linear;
}
.home-xwzx-left-cont-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.13vw;
  line-height: 3.13vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 20px;
}
.home-xwzx-left-cont-empty {
  width: 19.27vw;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.home-xwzx-right-cont-item {
  height: 100%;
  width: 12.5vw;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 5px;
  cursor: pointer;
  padding: 1.15vw 0.89vw 0.78vw;
  position: relative;
  overflow: hidden;
}
.home-xwzx-right-cont-item-title {
  font-size: 0.94vw;
  font-weight: bold;
  line-height: 1.25vw;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 0.94vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  min-height: 3.54vw;
  border-bottom: 1px solid rgba(229, 229, 229, 1);
  padding-bottom: 1.04vw;
}
.home-xwzx-inner-span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.home-xwzx-right-cont-item-desc {
  font-size: 0.73vw;
  line-height: 1.25vw;
  color: rgba(153, 153, 153, 1);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 5;
  -webkit-line-clamp: 5;
}
.home-xwzx-right-cont-item-link {
  display: inline-block;
  height: 100%;
  position: relative;
}
.home-xwzx-right-cont-item-link:not(:last-of-type) {
  margin-right: 1.25vw;
}
.btm-cont {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 1.46vw 0 0.89vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.link-span {
  display: inline-block;
  width: 0.94vw;
  height: 0.57vw;
  background: url('../images/link.png') no-repeat;
  background-size: 100% 100%;
}
.home-xwzx-right-cont-item:hover {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}
.home-xwzx-right-cont-item:hover .home-xwzx-right-cont-item-title {
  color: rgba(45, 62, 226, 1);
}
.home-xwzx-right-cont-item:hover .link-span {
  background: url('../images/link-hover.png') no-repeat;
  background-size: 100% 100%;
}
.btm-date1 {
  font-size: 14px;
  color: rgba(153, 153, 153, 1);
}
.btm-date2 {
  font-size: 24px;
  color: rgba(153, 153, 153, 1);
}
.empty-img-cover {
  width: 100%;
  position: relative;
}
.xwzx-empty-img {
  display: block;
  width: 19.79vw;
  margin: 0 auto;
}
.link-more-a {
  display: block;
  text-align: center;
  font-size: 0.83vw;
  color: rgba(45, 62, 226, 1);
  cursor: pointer;
  margin: 1.56vw auto 0;
  width: 100px;
}
.home-hzhb-cont {
  padding: 2.08vw 0 1.56vw;
  background: url('../images/hzhb_bg.jpg') no-repeat;
  /* background-size: 100% 100%; */
  width: 100%;
}
.home-hzhb-cont-cover {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-hzhb-link {
  display: flex;
  width: 16.93vw;
  height: 5.21vw;
  border: 1px solid rgba(229, 229, 229, 1);
  background-color: #fff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 1.04vw;
}
.home-hzhb-link-img {
  max-width: 100%;
  max-height: 100%;
}
.home-hzhb-title {
  font-size: 1.25vw;
  font-weight: bold;
  color: #333;
}
.swiper-top-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  padding-top: 16.77vw;
  z-index: 5;
}
.stc-title {
  height: 5.83vw;
  width: 49.48vw;
  font-size: 4.48vw;
  font-weight: bold;
  color: #fff;
  margin: 0 auto 4.69vw;
  background: url(../images/swiper_title.png) no-repeat;
  background-size: 100% 100%;
}
.stc-tags-cover {
  width: 49.48vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 3.13vw;
}
.stc-tags-item {
  font-size: 1.35vw;
  font-weight: bold;
  color: rgba(45, 62, 226, 1);
  width: 13.54vw;
  height: 3.91vw;
  line-height: 3.91vw;
  text-align: center;
  border-radius: 3.91vw;
  background: url(../images/swiper-item-bg.png) no-repeat;
  background-size: 100% 100%;
}
.stc-tags-cover1 {
  margin: 0 auto;
  justify-content: space-around;
}

  
/* 媒体查询 - 平板设备 */
@media (max-width: 768px) {
  .jybd-cont-item{
    
        display: flex;
        flex-direction: column;
  }
.jybd-cont-item:hover .jybd-cont-item-desc {
  /* display: none; */
  display: unset;
}
.jybd-cont-item-tags-cover {
     display: flex;
    margin-top: auto;
    margin-bottom: 3vw;
    gap: 2vw;
}
.jybd-cont-item-tag {
    font-size: 3vw;
    height: 7vw;
    padding: 1vw;
    background: #0f20591a;
}
.jybd-cont-item:hover .jybd-cont-item-img {
  transform: scale(1.1);
}
  /* 轮播图 */
  .home-swiper {
    height: 20vh;
  }
  .swiper-top-cont {
    padding-top: 10vw;
        height: 100%;
  }
  .stc-title {
    width: 80vw;
    height: 10vw;
    font-size: 6vw;
    margin: 0 auto 3vw;
  }
  .stc-tags-cover {
    width: 80vw;
    margin: 0 auto 2vw;
  }
  .stc-tags-item {
    width: 25vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 2.5vw;
  }
  
  /* 公共样式 */
  .home-common-cont {
    height: auto;
    padding: 5vw 0;
  }
  .home-common-title {
    font-size: 4vw;
    line-height: 6vw;
    margin-bottom: 1vw;
  }
  .home-common-title-en {
    font-size: 2vw;
    line-height: 3vw;
    margin-bottom: 5vw;
  }
  
  /* 交易标的 */
  .home-jybd-cont {
    height: auto;
  }
  .jybd-cont-cover {
    flex-direction: column;
    align-items: center;
  }
  .jybd-cont-item {
    width: 80vw;
    height: 50vw;
    margin-bottom: 3vw;
    padding: 4vw 3vw 0;
  }
  .jybd-cont-item-title {
    font-size: 3vw;
    line-height: 4vw;
    margin: 0 0 4vw 0;
  }
  .jybd-cont-item-title::after {
    width: 8vw;
    height: 2px;
    bottom: -2vw;
  }
  .jybd-cont-item-desc {
    font-size: 2vw;
    line-height: 3vw;
  }
  
  /* 服务内容 */
  .home-fwnr-cont-detail {
    flex-direction: column;
    align-items: center;
  }
  .home-fwnr-cont-item {
    width: 80vw;
    height: 30vw;
    margin-bottom: 3vw;
    padding: 3vw;
  }
  .home-fwnr-cont-item-icon {
    width: 10vw;
    height: 10vw;
    margin: 0 auto 2vw;
  }
  .home-fwnr-cont-item-title {
    font-size: 3vw;
    line-height: 4vw;
    margin: 0 0 2vw;
  }
  .home-fwnr-cont-item-desc {
    font-size: 2vw;
    line-height: 3vw;
  }
  
  /* 新闻中心 */
  .home-xwzx-cont {
    height: auto;
  }
  .home-xwzx-cont-cover {
    flex-direction: column;
    height: auto;
  }
  .home-xwzx-left {
    width: 80vw;
    margin: 0 auto 3vw;
    height: 40vw;
  }
  .home-xwzx-right {
    width: 80vw;
    margin: 0 auto;
    flex-direction: column;
  }
  .home-xwzx-right-cont-item-link {
    width: 100%;
    margin-bottom: 2vw;
  }
  .home-xwzx-right-cont-item {
    width: 100%;
    height: 35vw;
    padding: 2vw;
    display: flex;
    flex-direction: column;
  }
  .home-xwzx-right-cont-item-title {
    font-size: 2.5vw;
    line-height: 3.5vw;
    margin-bottom: 2vw;
    min-height: 8vw;
  }
  .home-xwzx-right-cont-item-desc {
    font-size: 2vw;
    line-height: 3vw;
  }
  .btm-date1 {
    font-size: 2.5vw;
  }
  .btm-date2 {
    font-size: 2.5vw;
  }
  .btm-date2 {
    font-size: 2.5vw;
  }
  .link-more-a {
    font-size: 2.5vw;
    margin: 3vw auto 0;
  }
  
  /* 合作伙伴 */
  .home-hzhb-cont {
    padding: 5vw 0;
  }
  .home-hzhb-cont-cover {
    justify-content: center;
  }
  .home-hzhb-link {
    width: 45vw;
    height: 15vw;
    margin: 1vw;
  }
  .home-hzhb-title {
    font-size: 2.5vw;
  }
}

/* 媒体查询 - 手机设备 */
@media (max-width: 480px) {
  /* 轮播图 */
  .home-swiper {
    height: 60vw;
  }
  .swiper-top-cont {
    padding-top: 15vw;
  }
  .stc-title {
    width: 90vw;
    height: 12vw;
    font-size: 7vw;
    margin: 0 auto 4vw;
  }
  .stc-tags-cover {
    width: 90vw ;
    margin: 0 auto 3vw ;        
    gap: 3vw;
  }
  .stc-tags-item {
    width: 28vw;
    height: 8vw;
    line-height:7vw;
    font-size: 3vw;
    margin-bottom: 2vw;
  }
  .stc-tags-cover1 {
    justify-content: center;
  }
  
  /* 公共样式 */
  .home-common-cont {
    padding: 6vw 0;
  }
  .home-common-title {
    font-size: 5vw;
    line-height: 7vw;
  }
  .home-common-title-en {
    font-size: 2.5vw;
    line-height: 4vw;
    margin-bottom: 6vw;
  }
  
  /* 交易标的 */
  .jybd-cont-item {
    width: 90vw;
    height: 60vw;
    margin-bottom: 4vw;
    padding: 5vw 4vw 0;
  }
  .jybd-cont-item-title {
    font-size: 4vw;
    line-height: 5vw;
    margin: 0 0 5vw 0;
  }
  .jybd-cont-item-title::after {
    width: 17vw;
    height: 2px;
    bottom: -2.5vw;
  }
  .jybd-cont-item-desc {
    font-size: 3vw;
    line-height: 4.5vw;
  }
  
  /* 服务内容 */
  .home-fwnr-cont-item {
    width: 90vw;
    height: 40vw;
    margin-bottom: 4vw;
    padding: 4vw;
  }
  .home-fwnr-cont-item-icon {
    width: 12vw;
    height: 12vw;
    margin: 0 auto 3vw;
  }
  .home-fwnr-cont-item-title {
    font-size: 3.5vw;
    line-height: 5vw;
    margin: 0 0 2.5vw;
  }
  .home-fwnr-cont-item-desc {
    font-size: 2.8vw;
    line-height: 4vw;
  }
  
  /* 新闻中心 */
  .home-xwzx-left {
    width: 90vw;
    height: 50vw;
    margin-bottom: 4vw;
  }
  .home-xwzx-right {
    width: 90vw;
  }
  .home-xwzx-right-cont-item {
    width: 100%;
    height: 45vw;
    padding: 3vw;
    display: flex;
    flex-direction: column;
  }
  .home-xwzx-right-cont-item-title {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-bottom: 2.5vw;
    /* min-height: 10vw; */
  }
  .home-xwzx-right-cont-item-desc {
    font-size: 2.5vw;
    line-height: 4vw;
  }
  .btm-date1 {
    font-size: 3vw;
  }
  .btm-date2 {
    font-size: 3vw;
  }
  .link-more-a {
    font-size: 3vw;
    margin: 4vw auto 0;
  }
  
  /* 合作伙伴 */
  .home-hzhb-link {
    width: 80vw;
    height: 20vw;
    margin: 2vw;
  }
  .home-hzhb-title {
    font-size: 3vw;
  }
  .home-swiper .el-carousel__indicators--horizontal {
  display: none;
}
.home-xwzx-left-cont-title{
  
    height: 8vw;
    line-height: 8vw;
}
.home-xwzx-right-cont-item .btm-cont{
  position: relative;
    justify-content: flex-end;
        margin-top: auto;
}
.home-xwzx-right-cont-item .btm-cont .btm-date{
    font-size: 3vw;
        display: flex;
  }

  .home-hzhb-cont-cover{
    justify-content: space-evenly;
  }
  .home-hzhb-link{
    width: 35vw;
    height: 10vw;
    margin: 3vw;
  }
}
