html, body {
    margin: 0;
    min-height: 100vh;
}
a {
    text-decoration: none;
}
*{ margin: 0; padding: 0; box-sizing: border-box; }
.qglh_link {
    width: 300px;
    height: 80px;
    position: absolute;
    top: 20%;
    left: 7%;
    opacity: 0;
}
.hlzg-container {
    background: url(2026-hlzg-bg.jpg) no-repeat center top;
    background-size: 100% auto;
    aspect-ratio: 1920/4930;
    padding-top: 60%;
    padding-bottom: 40px;
    min-width: 1000px;
}
.hlzg-container-inner {
    width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
}
.qianyan-box {
  width: 100%;
  height: 446px;
  box-sizing: border-box;
  padding: 20px;
  background: url(hlzg-qianyan-bg.png) no-repeat center top;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
}
.qianyan-title {
  display: block;
  margin-bottom:10px;
}
.qianyan-right {
  width: 721px;
  height: 100%;
}
.qianyan-right video {
  width: 100%;
  height: 100%;
}
.qianyan-left {
  width: 516px;
  height: 100%;
  position: relative;
}
.qianyan-left .swiper-container {
  margin-top: 20px;
}
.qianyan-text-title {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 20px;
  color: #0084FF;
  line-height: 28px;
  font-style: normal;
  text-transform: none;
}
.qianyan-text-content {
  /* margin-top: 20px; */
  width: 100%;
  height: 223px;
  font-size: 14px;
  line-height: 30px;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(143,202,254,0.3);
}
.qianyan-swiper-container {
  height: 330px;
  overflow: hidden;
  position: relative;
}

.qianyan-swiper-pagination {
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
}
.qianyan-swiper-pagination span {
  width: 40px;
  height: 6px;
  display: inline-block;
  background: #AAD6F5;
  margin-right: 10px;
}
.qianyan-swiper-pagination .swiper-active-switch {
  background: #59ADE9;
}
.hlzg-beijing-box {
  margin-top: 270px;
}
.yaowen_img img {
  width: 100%
}
.hlzg-title {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.beijing-title-info {
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #1162C6;
  line-height: 30px;
  font-style: normal;
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 20px;
}
.hlzg-beijing-content {
  display: flex;
  height: 366px;
  margin-top: 80px;
  justify-content: space-between;
}
.swiper-beijing-container {
  width: 650px;
  height: 100%;
  position: relative;
}
.text-content {
  background:rgba(54,84,152,0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 55px;
  line-height: 55px;
}
.text-content a {
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-left: 20px;
  display: block;
  width: 70%;          /* 设置宽度 */
  white-space: nowrap;   /* 禁止换行 */
  overflow: hidden;      /* 隐藏溢出 */
  text-overflow: ellipsis; /* 显示省略号 */

}
.swiper-beijing-pagination {
  position: absolute;
  bottom: 5%;
  right: 20px;
}
.swiper-beijing-pagination span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #2561AE;
  margin-right: 10px;
}
.swiper-beijing-pagination .swiper-active-switch {
  background: #59ADE9;
}
.hlzg-beijing-right {
  width: 100%;
  height: 100%;
  background: url(hlzg-beijing-right-bg.png) no-repeat center top;
  background-size: 100% 100%;
  padding: 36px 40px ;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hlzg-beijing-right .news-item {
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.hlzg-beijing-right .news-item:hover {
  color: #59ADE9;
}
.hlzg-beijing-right .news-item::before {
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  background: #333;
  border-radius: 50%;
}
.hlzg-beijing-right .news-item:hover::before {
  background: #59ADE9;
}
.hlzg-more-btn {
  /* width: 200px; */
  width: 15.4%;
  display: block;
  margin: 67px auto 0;
}
.hlzg-more-btn img {
  width: 100%;
  display: block;
}
.hlzg-tianjin-box {
  margin-top: 131px;
  position: relative;
}
#bztd-swiper {
  width: 100%;
  height: 440px;
  position: relative;
  margin-top: 50px;
  padding-top: 20px;
}
#bztd-swiper .swiper-slide {
  width: 816px;
  height: 416px;
  position: relative;
  opacity: 0;
}
#bztd-swiper .swiper-slide.swiper-slide-visible {
  opacity: 1;
}
#bztd-swiper .qglh_slideIn {
  width: 816px;
  height: 416px;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgba(89, 173, 233, 0.35);
  position: relative;
  transition: all .5s;
  transform: scale(.8);
}
.tianjin-slide-title {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  box-sizing: border-box;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #0047B8;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#bztd-swiper .swiper-slide-active .qglh_slideIn {
  transform: scale(1);
}
#bztd-swiper .qglh_slide_left {
  width: 454px;
  height: 100%;
  float: left;
  position: relative;
}
#bztd-swiper .qglh_slide_left::before {
  content: '';
  width: 15px;
  height: 29px;
  display: block;
  position: absolute;
  top: 78px;
  right: 0;
  z-index: 2;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#bztd-swiper .qglh_slide_left a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#bztd-swiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#bztd-swiper .qglh_slide_right {
  width: 362px;
  height: 100%;
  float: right;
  padding: 26px 25px 0;
  box-sizing: border-box;
  background: linear-gradient(180deg, #f5fbff 0%, #dcefff 100%);
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #1162C6;
  line-height: 1.8;
}
#bztd-swiper .qglh_slide_right a {
  display: block;
  color: inherit;
}
.bztd-swiper {
  position: relative;
  padding: 0 50px;
}
.bztd-swiper .prev {
  background: url(./hlzg-arrow.png) no-repeat center center;
  background-size: 100% 100%;
}
.bztd-swiper .next {
  background: url(./hlzg-arrow-right.png) no-repeat center center;
  background-size: 100% 100%;
}
.bztd-swiper .prev,
.bztd-swiper .next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 40px;
  height: 60px;
  margin-top: -29px;
}
.bztd-swiper .prev {
  left: 0;
}
.bztd-swiper .next {
  right: 0;
}
.bztd-swiper .prev:hover,
.bztd-swiper .next:hover {
  opacity: 1;
}
.tianjin-yaowen-list {
  margin-top: 50px;
}
.tianjin-yaowen-list li::before {
  content: '';
  display: inline-block;
  background: url(before-icon.png) no-repeat center center;
  background-size: 100% 100%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 10px;
  position: absolute
}
.tianjin-yaowen-list li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding: 10px 0;
  margin-bottom: 30px;
}
.tianjin-yaowen-list li a {
  padding-left: 50px;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
  width: 70%;          /* 设置宽度 */
  white-space: nowrap;   /* 禁止换行 */
  overflow: hidden;      /* 隐藏溢出 */
  text-overflow: ellipsis; /* 显示省略号 */
}
.tianjin-yaowen-list li span {
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.hlzg-hebei-content {
  margin-top: 70px;
  display: flex;
  gap: 18px;
}
.hlzg-bebei-item {
  width: 312px;
  height: 312px;
  position: relative;
  overflow: hidden;
}
.hlzg-bebei-item img {
  width: 100%;
  height: 100%;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.hlzg-bebei-item p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: rgba(54,84,152,0.9);
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding: 0 20px;
  white-space: nowrap;   /* 禁止换行 */
  overflow: hidden;      /* 隐藏溢出 */
  text-overflow: ellipsis; /* 显示省略号 */
}
.hlzg-bebei-item:hover p {
  background: rgba(15,107,211,0.9);
}

.hlzg-bebei-item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.hlzg-hebei-box {
  margin-top: 100px;
}

@media screen and (max-width: 1440px) {
  .hlzg-container {
    min-height: auto;
    background-size: 100% 100%;
  }
  .hlzg-container-inner {
    width: 1000px;
  }
  .qianyan-box {
    height: 343px;
    padding: 15px;
  }
  .qianyan-left {
    width: 397px;
  }
  .qianyan-right {
    width: 555px;
  }
  .qianyan-left .swiper-container {
    margin-top: 10px;
  }
  .qianyan-text-content {
    height: 172px;
    /* margin-top: 12px; */
    font-size: 12px;
    line-height: 26px;
    padding: 12px;
  }
  .qianyan-text-title,
  .beijing-title-info,
  .text-content a,
  .tianjin-slide-title,
  #bztd-swiper .qglh_slide_right,
  .tianjin-yaowen-list li a,
  .tianjin-yaowen-list li span,
  .hlzg-bebei-item p {
    font-size: 16px;
  }
  .qianyan-text-title {
    line-height: 22px;
  }
  .beijing-title-info {
    margin-top: 38px;
    margin-bottom: 38px;
    line-height: 24px;
  }
  .qianyan-swiper-container {
    height: 254px;
  }
  .hlzg-beijing-content {
    height: 282px;
    margin-top: 62px;
  }
  .swiper-beijing-container {
    width: 500px;
  }
  .hlzg-beijing-right {
    padding: 24px 30px;
  }
  .hlzg-beijing-right .news-item {
    gap: 8px;
  }
  .hlzg-beijing-right .news-item,
  .tianjin-yaowen-list li {
    font-size: 14px;
  }
  .text-content {
    height: 52px;
    line-height: 52px;
  }
  .text-content a {
    padding-left: 15px;
  }
  .hlzg-more-btn {
    margin-top: 52px;
  }
  .hlzg-tianjin-box {
    margin-top: 101px;
  }
  #bztd-swiper {
    height: 338px;
    margin-top: 38px;
    padding-top: 15px;
  }
  #bztd-swiper .swiper-slide,
  #bztd-swiper .qglh_slideIn {
    width: 628px;
    height: 320px;
  }
  #bztd-swiper .qglh_slide_left {
    width: 349px;
  }
  #bztd-swiper .qglh_slide_right {
    width: 279px;
    padding: 20px 20px 0;
    line-height: 1.6;
  }
  .tianjin-slide-title {
    padding: 0 12px;
  }
  .bztd-swiper {
    padding: 0 38px;
  }
  .tianjin-yaowen-list {
    margin-top: 38px;
  }
  .tianjin-yaowen-list li {
    padding: 8px 0;
    margin-bottom: 23px;
  }
  .tianjin-yaowen-list li::before {
    margin-right: 8px;
  }
  .tianjin-yaowen-list li a {
    padding-left: 38px;
  }
  .tianjin-slide-title,
  .hlzg-bebei-item p {
    height: 46px;
    line-height: 46px;
  }
  .hlzg-bebei-item {
    width: 237px;
    height: 237px;
  }
  .hlzg-hebei-content {
    margin-top: 54px;
    gap: 14px;
  }
  .hlzg-hebei-box {
    margin-top: 100px;
  }
  .hlzg-beijing-box {
    margin-top: 240px;
  }
  .tianjin-yaowen-list li::before {
    width: 26px;
    height: 26px;
  }
}
