.ytht_latest-news {
  padding: 100px 0;
  position: relative;
  box-sizing: border-box;
  background: #fff;
}
.news_customers .customized1-customers {
  height: auto;
  padding: 100px;
  width: 100%;
}
.news_customers {
  flex-direction: column;
}
.ytht_latest-news::after {
  content: "";
  background: url(../../images/ibg4.png) no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 265px;
  height: 552px;
}

.ytht_latest-news .tit {
  position: relative;
  z-index: 20;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.ytht_latest-news .tit h3 {
  font-size: 56px;
  line-height: 1;
  font-weight: bold;
  color: #000;
}

.ytht_latest-news .tit h3 span {
  color: var(--color-primary);
}

.ytht_latest-news .page {
  font-size: 0;
}

.ytht_latest-news .swiper-button-prev,
.ytht_latest-news .swiper-button-next {
  position: static;
  display: inline-block;
  width: 33px;
  height: 33px;
  border: none;
  /* background: #000; */
  border-radius: 50%;
  margin-top: 0;
  text-align: center;
}

.ytht_latest-news .swiper-button-prev:after,
.ytht_latest-news .swiper-button-next:after {
  content: none;
}

.ytht_latest-news .swiper-button-next {
  /* background: #000; */
  margin-left: 10px;
}

.ytht_latest-news .swiper-button-prev i,
.ytht_latest-news .swiper-button-next i {
  color: #333;
  font-size: 30px;
  line-height: 33px;
}

.ytht_latest-news .swiper-button-prev:hover,
.ytht_latest-news .swiper-button-next:hover {
   
}

.ytht_latest-news .list {
  margin: 40px 0 0;
}

.ytht_latest-news .swiper-slide {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.ytht_latest-news .swiper-slide .pic {
  display: block;
  width: 100%;
  overflow: hidden;
  /* height: 204px; */
  aspect-ratio: 155/103;
  object-fit: cover;
}

.ytht_latest-news .swiper-slide .pic img {
  display: block;
  width: 100%;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  object-fit: cover;
}

.ytht_latest-news .swiper-slide .t {
  background: #f5f5f5;
  padding: 20px 20px 30px;
  position: relative;
}

.ytht_latest-news .swiper-slide .t em {
  margin: 15px 0 0;
  display: block;
  font-size: 16px;
  color: var(--text-color);
  /* background: url("../../images/time.png") no-repeat left center;
  padding: 0 0 0 32px; */
}

.ytht_latest-news .swiper-slide .t em i {
  color: var(--color-primary);
  margin-right: 8px;
}

.ytht_latest-news .swiper-slide .t h5 {
  font-size: 22px;
  color: var(--title-text-color);
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.ytht_latest-news .swiper-slide .t h5 a:hover {
  color: #fff;
}

.ytht_latest-news .swiper-slide .t p {
  font-size: 16px;
  color: var(--text-color);
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 15px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.ytht_latest-news .swiper-slide .t .more {
  margin: 20px 0 0;
  display: inline-block;
  /* width: 120px; */
  /* height: 35px; */
  line-height: 35px;
  text-align: center;
  background: #000;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 1px 10px;
}

.ytht_latest-news .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.ytht_latest-news .swiper-slide:hover .t {
  background: var(--color-primary);
}

.ytht_latest-news .swiper-slide:hover .t em {
  background-image: url("../../images/time2.png");
}

.ytht_latest-news .swiper-slide:hover .t h5,
.ytht_latest-news .swiper-slide:hover .t em,
.ytht_latest-news .swiper-slide:hover .t p,
.ytht_latest-news .swiper-slide:hover .t i {
  color: #fff;
}

.ytht_latest-news .swiper-slide:hover .t .more {
  background: #fff;
  color: var(--title-text-color);
}

.ytht_latest-news .swiper-pagination {
  display: none;
  position: static;
  width: 100%;
  margin-top: 20px;
}

.ytht_latest-news .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  margin: 0 3px;
  background: none;
  border: 1px solid #0097d6;
  border-radius: 50%;
  opacity: 1;
  box-sizing: border-box;
}

.ytht_latest-news .swiper-pagination-bullet-active {
  background: #0e6eb8;
}

@media screen and (max-width: 1500px) {
  .ytht_latest-news .tit h3 {
    font-size: 48px;
  }
}

@media screen and (max-width: 1150px) {
  .ytht_latest-news .swiper-slide .t {
    padding: 20px 15px;
  }

  .ytht_latest-news .swiper-slide .t h5 {
    font-size: 20px;
  }

  .ytht_latest-news .swiper-slide .t p {
    display: none;
  }

  .ytht_latest-news .swiper-slide .t .more {
    display: none;
  }

  .ytht_latest-news .swiper-slide .t em {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .ytht_latest-news {
    padding: 30px 0;
  }

  .ytht_latest-news::after {
    width: 200px;
    height: 417px;
    background-size: 200px auto;
  }

  .ytht_latest-news .tit h3 {
    font-size: 36px;
  }

  .ytht_latest-news .swiper-button-prev,
  .ytht_latest-news .swiper-button-next {
    width: 30px;
    height: 30px;
  }

  .ytht_latest-news .swiper-button-prev i,
  .ytht_latest-news .swiper-button-next i {
    font-size: 16px;
    line-height: 33px;
  }

  .ytht_latest-news .list {
    margin: 30px 0 0;
  }

  .ytht_latest-news .swiper-slide .t {
    padding: 15px 10px;
  }

  .ytht_latest-news .swiper-slide .t em {
    font-size: 15px;
  }

  .ytht_latest-news .swiper-slide .t h5 {
    font-size: 18px;
  }

  .ytht_latest-news .swiper-slide .t p {
    font-size: 15px;
    line-height: 22px;
    height: 44px;
  }

  .ytht_latest-news .swiper-slide .t .more {
    display: none;
  }

  .ytht_latest-news .swiper-slide:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }

  .ytht_latest-news .swiper-slide:hover .t {
    background: var(--color-primary);
  }

  .ytht_latest-news .swiper-slide:hover .t em {
    background-image: url("../../images/time2.png");
  }

  .ytht_latest-news .swiper-slide:hover .t h5,
  .ytht_latest-news .swiper-slide:hover .t em,
  .ytht_latest-news .swiper-slide:hover .t p {
    color: #fff;
  }

  .ytht_latest-news .swiper-slide:hover .t .more {
    background: #fff;
    color: #212121;
  }

  .ytht_latest-news .swiper-pagination {
    display: none;
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .ytht_latest-news .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    margin: 0 3px;
    background: none;
    border: 1px solid #0097d6;
    border-radius: 50%;
    opacity: 1;
    box-sizing: border-box;
  }

  .ytht_latest-news .swiper-pagination-bullet-active {
    background: #0e6eb8;
  }
}

@media screen and (max-width: 560px) {
  .ytht_latest-news .tit h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 480px) {
  .ytht_latest-news .tit h3 {
    font-size: 24px;
  }
}

/*--------*/


.customized1-customers {
	position: relative;
	height: 100vh;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.5);
}

.customized1-customers::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* 黑色半透明蒙层 */
  z-index: 1;
}


.customized1-customers h2 {
	color: #ffffff;
	font-weight: normal;
}

.customized1-customers .title {
	z-index: 2;
	width: 94%;
	margin: 0 auto;
	margin-top: -10px;
	text-align: center;
}

.customized1-customers .title h2,
.customized1-customers .title h2 a {
	font-size: 45px;
	line-height: 52px;
}

.customized1-customers h3,
.customized1-customers h3 a {
	font-size: 20px;
}

.customized1-customers img {
	vertical-align: middle
}

.customized1-customers p {
	margin-top: 20px;
	line-height: 30px;
}

.customized1-customers .container {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}


@media screen and (max-width: 1580px) {

}

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 960px) {

}

.customized1-customers .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-flex;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.customized1-customers .swiper-container {
	width: 100%;
	overflow: hidden;
}

.customized1-customers .swiper-slide {
	flex-shrink: 0;
	position: relative;
	transition-property: transform;
}
/* 播放按钮样式 */
.customized1-customers .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px; /* 按钮宽度 */
  height: 50px; /* 按钮高度 */
  background: rgba(0, 0, 0, 0.6); /* 半透明黑色背景 */
  border-radius: 50%; /* 圆形按钮 */
  z-index: 10; /* 确保按钮在图片上方 */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  display: none; /* 默认隐藏按钮 */
  opacity: 0; /* 初始透明度为 0 */
  transition: opacity 0.3s ease, transform 0.3s ease; /* 添加过渡效果 */
}

/* 鼠标悬停时显示按钮 */
.customized1-customers .swiper-slide:hover .play-button {
  display: flex;
  opacity: 1; /* 渐显效果 */
  transform: translate(-50%, -50%) scale(1); /* 放大到正常大小 */
  transition-delay: 0.2s; /* 延时 0.2 秒后显示 */
}

/* 当前幻灯片显示按钮 */
.customized1-customers .swiper-slide-active .play-button {
  display: flex;
  opacity: 1; /* 渐显效果 */
  transform: translate(-50%, -50%) scale(1); /* 放大到正常大小 */
  transition-delay: 0.2s; /* 延时 0.2 秒后显示 */
}

/* 播放按钮的图标（三角形） */
.customized1-customers .play-button::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px; /* 三角形大小 */
  border-color: transparent transparent transparent #fff; /* 白色三角形 */
}

.customized1-customers .swiper-pagination {
	text-align: center;
	margin-top: 7px;
	margin-left: 26px;
	vertical-align: top;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.customized1-customers .swiper-pagination-progressbar {
	display: inline-block;
	width: 914px;
	height: 2px;
	background: #cbd2d5;
}

.customized1-customers .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--color-primary);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}

.customized1-customers .container {
	position: relative;
}

.customized1-customers .swiper-container {
	width: 91.4%;
	padding: 10px;
	margin: 0 auto;
	margin-top: 30px;
}

.customized1-customers li img {
	width: 100%;
}

.customized1-customers .swiper-slide {
	width: 20%;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgb(4 0 0 / 15%);
	z-index: 1;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	transition: transform 0.3s ease, z-index 0.3s ease;
}
.customized1-customers .swiper-slide-active {
  -webkit-transform: scale(1); /* 正中间的幻灯片放大 */
  transform: scale(1);
  z-index: 10; /* 提高层级，确保在最上层 */
}

.customized1-customers .swiper-slide-prev,
.customized1-customers .swiper-slide-next {
  -webkit-transform: scale(0.8); /* 左右两边的幻灯片保持一致大小 */
  transform: scale(0.8);
  z-index: 5; /* 设置比默认幻灯片稍高的层级 */
}

.customized1-customers .swiper-slide>a {
	display: block;
}
.customized1-customers .swiper-slide img {
	border-radius: 13px;
}

.customized1-customers .cert-btn a {
	position: absolute;
	top: 35%;
	margin-top: 46px;
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background: transparent;
	z-index: 2;
	margin-top: 80px;
}

.customized1-customers .cert-btn a {
	color: #fff;
}

.customized1-customers .cert-btn a i {
	font-size: 20px;
}

.customized1-customers .cert-btn a:hover {
	background: var(--color-primary);
}

.customized1-customers .cert-btn a.swiper-button-prev {
	left: 0;
}

.customized1-customers .cert-btn a.swiper-button-prev::after {
	content: '';
	font-size: 12px;
}

.customized1-customers .cert-btn a.swiper-button-next {
	right: 0;
}

.customized1-customers .cert-btn a.swiper-button-next::after {
	content: '';
	font-size: 12px;
}

@media screen and (max-width: 1580px) {

	.customized1-customers .swiper-slide {
		width: 27%;
	}

	.customized1-customers .title p {
		font-size: 16px;
	}

	.customized1-customers .title h2,
	.customized1-customers .title h2 a {
		font-size: 34px;
	}

	.customized1-customers p,
	.customized1-customers .about-certifications .about-certificationstxt .title p {
		font-size: 15px;
		line-height: 26px;
	}

	.customized1-customers .cert-btn a {
		top: 35%;
	}
}

@media screen and (max-width: 1400px) {

	.customized1-customers .cert-btn a {
		top: 35%;
	}

	.customized1-customers .swiper-slide {
		width: 27.5%;
	}

	.customized1-customers .title h2,
	.customized1-customers .title h2 a {
		font-size: 34px;
	}

	.customized1-customers p {
		line-height: 24px;
	}
}

@media screen and (max-width: 1280px) {

	.customized1-customers .cert-btn a {
		top: 35%;
	}

	.customized1-customers .title h2,
	.customized1-customers .title h2 a {
		font-size: 32px;
		line-height: 42px;
	}

	.customized1-customers .swiper-pagination-progressbar {
		width: 600px;
	}
}


@media screen and (max-width: 960px) {

	.customized1-customers .title {
		width: 100%;
	}

	.customized1-customers .swiper-pagination-progressbar {
		width: 160px;
	}
}

/* 0619 lxh */
@media screen and (max-width: 768px) {

  .ytht_latest-news{
    position: relative;
  }
	.ytht_latest-news .tit{
	  position: inherit;
	  display: flex;
    justify-content: center;

	}
	
	.ytht_latest-news .swiper-button-prev{
	  position: absolute;
    top: 50%;
    left: 0px;
	} 
	.ytht_latest-news .swiper-button-next{
	  position: absolute;
    top: 50%;
    right: 0px
	}
}

@media screen and (max-width: 640px) {
  .news_customers .customized1-customers{
    padding: 70px 0px;
  }
  
  .customized1-customers .title h2, .customized1-customers .title h2 a{
    font-size: 18px;
    line-height: normal;
  }
  
  .customized1-customers .cert-btn a{
    top: 10%;    
  }
  
  .container{
    max-width: 100%;
  }
}
