/*首页轮播图*/
.my-swiper-content>div {
  max-width: 50%;
}

.my-swiper-title {
 word-break:break-word;
  font-size: 3rem;
  font-weight: bold;
  color: #333333;
  line-height: 3.4rem;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0px;

  overflow: hidden;
  /* 隐藏溢出的内容 */
  /*word-break: break-all;*/
  /* 允许在单词内换行 */
  text-overflow: ellipsis;
  /* 溢出用省略号表示 */
  display: -webkit-box;
  /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-box-orient: vertical;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2;
  /* 限制在一个块元素显示的文本的行数 */
}

.my-swiper-sub-title {
  font-size: 1.1rem;
  margin-top: 20px;
  max-width: 530px;
  font-weight: 400;
  color: #333;
  line-height: 2rem;
  margin-bottom: 60px;

  overflow: hidden;
  /* 隐藏溢出的内容 */
  word-break: break-all;
  /* 允许在单词内换行 */
  text-overflow: ellipsis;
  /* 溢出用省略号表示 */
  display: -webkit-box;
  /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-box-orient: vertical;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2;
  /* 限制在一个块元素显示的文本的行数 */
  letter-spacing: .1rem;
}

.btns-flex{display:flex;gap:12px}
.my-swiper-btn{cursor:pointer;text-align:center;line-height:44px;border-radius:4px;margin-right:12px}
.my-swiper-btn-link{color:#fff;padding-left:25px;padding-right:20px;position:relative;overflow:hidden;border:none;display:flex;align-items:center;justify-content:space-between;font-size:20px;font-weight:400}
.left-btn{background:#0069ea;height:56px}
.left-btn img{width:26px;height:26px;margin-left:20px}
.right-btn{height:56px;background:#fff;color:#0069ea}
.right-btn img{width:34px;height:34px;margin-left:10px}


@media screen and (max-width: 992px) {
.my-swiper-content>div{width:80%;min-width:80%}
.my-swiper-title{font-size:27px;line-height:32px;}
.my-swiper-sub-title{font-size:9px;margin-top:10px;max-width:265px;line-height:12px;margin-bottom:40px}
.btns-flex{display:flex;gap:6px}
.my-swiper-btn{line-height:22px;border-radius:2px;margin-right:6px}
.my-swiper-btn-link{padding-left:12px;padding-right:10px;font-size:10px}
.left-btn{height:28px}
.my-swiper-btn .left-btn img{width:13px;height:13px;margin-left:5px}
.right-btn{height:28px}
.my-swiper-btn .right-btn img{width:17px;height:17px;margin-left:5px}

}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .my-swiper-title{font-size:32px;line-height:36px}
  .my-swiper-sub-title{font-size:12px;margin-top:14px;max-width:300px;line-height:14px;margin-bottom:50px}
  .btns-flex{display:flex;gap:8px}
  .my-swiper-btn{line-height:28px;border-radius:4px;margin-right:10px}
  .my-swiper-btn-link{padding-left:14px;padding-right:16px;font-size:14px}
  .left-btn{height:32px}
  .my-swiper-btn .left-btn img{width:16px;height:16px;margin-left:8px}
  .right-btn{height:32px}
  .my-swiper-btn .right-btn img{width:20px;height:20px;margin-left:8px}

}
