.container {
  min-width: 1200px;
}

@font-face {
  font-family: "YSBiaoTiHei";
  src: url("/channel-home/network/font/YouSheBiaoTiHei-2.ttf");
}

@font-face {
  font-family: "DouyinSansBold";
  src: url("/channel-home/network/font/DouyinSansBold.otf");
}

/* 顶部 */
.top {
  width: 100%;
  /* min-width: 1200px; */
  height: 41.67vw;
  min-height: 500.04px;
  background-image: url("https://zbhk-new.lnyun.com.cn/www/bdkj/images/202503/759352509713092781.png");
  background-size: 100% 100%;
  
  padding-bottom: 5vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* 顶部结束 */

/* 关于北斗云 */
.bdy {
  width: 100%;
  padding: 4vw 0;
  box-sizing: border-box;
  background-image: url("/channel-home/network/static/my/gybdybg.png");
  background-size: 100% 100%;
}

.bdylist {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bdytypeone {
  width: 236px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  color: #98a2b0;
  font-weight: 400;
  font-size: 28px;
  font-family: "YSBiaoTiHei";
  margin-right: 16px;
  background-color: #fdfeff;
  cursor: pointer;
}

.bdytypeone-active {
  color: #fff;
  background-color: #006dff;
}

.bdytypeone:last-child {
  margin-right: 0;
}

.black-title {
  color: #000;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  margin: 4vw 0;
}

.typecontent {
  width: 1200px;
  margin: 0 auto;    margin-top: 4vw;
  display: flex;
  /* align-items: center; */
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 5px 30px 0px rgba(0, 52, 121, 0.08);
}

.typeimg {
  width: 710px;
}

.bdycontent {
  width: 490px;
  padding: 32px 40px;
  box-sizing: border-box;
  color: #000000;
  font-weight: 400;
  font-size: 18px; 
display: flex;
  flex-direction: column;
  justify-content: center;
}

.bdycontent2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bdycontent p {
  line-height: 28px;
}

.suojin {
  text-indent: 2em;
}
/* 关于我们结束 */

/* 我们的荣誉 */

.ry {
  padding-bottom: 4vw;
  box-sizing: border-box;
}

/* 滚动轨道：承载所有图片 */
.track {
  display: flex;
  will-change: transform; /* 优化渲染性能 */
}

/* 单个图片项 */
.ry {
  overflow: hidden;
}
.item {
  flex-shrink: 0;
  width: 333px; /* 图片宽度 */
  margin-right: 20px; /* 图片间距 */
}

.item img {
  width: 100%;
  height: auto;
}

/* 单个图片项 */
.item2 {
  flex-shrink: 0;
  width: 342px; /* 图片宽度 */
  margin-right: 20px; /* 图片间距 */
}

.item2 img {
  width: 100%;
  height: 450px;
}

.sdyslist {
  width: 1200px;
  margin: 0 auto;margin-top:4vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sdysone {
  width: 220px;
  height: 500px;
  border-radius: 16px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: width 0.3s ease;
  margin-right: 10px;
  padding: 0 32px 56px 32px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.sdysone:last-child {
  margin-right: 0;
}

.sdysone-active {
  width: 700px;
}

.sdys-icon {
  width: 72px;
  height: 72px;
  border-radius: 6px;
  background-color: #ffffff;
  position: absolute;
  bottom: 142px;
  right: 50%;
  margin-right: -36px;
}

.sdys-icon-active {
  width: 100px;
  height: 100px;
  border-radius: 0px 0px 8px 8px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 56px;
  margin-right: 0;
}

.sdys-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 16px;text-align: center;
}

.sdys-title-active {
  text-align: left;
}

.sdys-tip {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
}
