.ep-page .top-con{
  width: 1200px;
  background: #FFFFFF;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* Header Banner */
.ep-page .banner {
  /* background: url('../../images/enterPrise/top.png?v=20251209') no-repeat center center; */
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.banner img{
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.banner:hover img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  
}

.ep-page .banner-text {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
  position: absolute;
}

/* Process Section */
.process-section {
margin-bottom: 20px;
}

.section-title {
text-align: center;
font-size: 20px;
font-weight: bold;
color: #333;
}

/* CTA Button */
.cta-container {
text-align: center;
}

.cta-button {
background-color: #ff6600;
color: white;
border: none;
font-size: 16px;
cursor: pointer;
width: 220px;
height: 48px;
border-radius: 2px;
text-align: center;
line-height: 48px;
}

.cta-button:hover {
background-color: #e55c00;
}

.ep-page .category-title {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.cp1097 .ep_cooperation_content{
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 20px;
  padding-bottom: 60px;
}
.category-title{
  padding-top: 60px;
}
.category-title.category-title-white{
  color: #fff;
}
.center-inner-box{
  background: linear-gradient(180deg, #EBF0FB 0%, #FFFFFF 100%);
  border-radius: 10px;
  flex: 1;
  padding: 16px 16px 20px 24px;
}
.top-con .center-inner{
  column-gap: 20px;
}
.top-con .center-inner .center-text-box{
  padding: 0 38px;
}
.center-text-box img{
  width: 51px;
  height: 53px;
}

.center-inner-scroll-con {
  height: 273px;
  overflow: hidden;
  position: relative;
}

.center-inner-scroll-con ul {
  position: absolute;
  width: 100%;
  animation: marquee 40s linear infinite;
  animation-play-state: running;
  list-style: none;
  padding: 0;
  margin: 0;
}

.center-inner-scroll-con:hover ul {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
      transform: translateY(0);
  }
  100% {
      transform: translateY(-50%);
  }
}

.center-inner-scroll-con li {
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666;
}
.center-inner-scroll-con li span:last-child{
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  margin-left: 29px;
}
.center-inner-scroll-con li span:first-child{
  width: 66px;
}

/* 隐藏滚动条 */
.center-inner-scroll-con::-webkit-scrollbar {
  display: none;
}

.cp1097 .service-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.cp1097 .service-container .service-btn {
  width: 180px;
  text-align: center;
  padding: 11px 0;
  font-size: 16px;
  border-radius: 6px;
}

.cp1097 .service-container .service-btn-left {
  color: #fff;
  background: #FF6D00;
  margin-right: 15px;
}

.cp1097 .service-container .service-btn-right {
  color: #FF6D00;
  background: #FFF;
  border: 1px solid #FF6D00;
}

.ep-page .ep_cooperation_content .item{
  width: 508px;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 8px 54px 14px rgba(55, 99, 170, 0.08);
  border-radius: 10px;
  padding: 40px 40px 30px 40px;
}
.ep-page .ep_cooperation_content .item-header .title{
  line-height: 35px;
}
.ep-page .ep_cooperation_content .item-header .title img{
  width: 70px;
  height: 35px;
  margin-right: 13px;
  float: left;
  object-fit: cover;
}
.ep-page .ep_cooperation_content .item-header .title .header-title{
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #293957;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ep-page .ep_cooperation_content .item-content{
  height: 72px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 限制在4行内 */
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  margin-top: 10px;
}
.ep-page .ep_cooperation_content .item-fotter{
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  align-items: center;
}
.ep-page .ep_cooperation_content .item-fotter .item-fotter-left{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  max-width: 270px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-fotter .item-fotter-left .item-price{
  color: #FF6D00;
  font-size: 20px;
  font-weight: bold;
}
.item-fotter .item-fotter-left .item-unit{
  color: #333333;
  font-size: 14px;
}
.ep-page .ep_cooperation_content .item-fotter .item-fotter-title{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FF6D00;
  background: #FFFFFF;
  border: 1px solid #FF6D00;
  border-radius: 6px;
  padding: 4px 13px 4px 18px;
}
.ep-page .ep_cooperation_content .item-fotter .item-fotter-title:hover {
  background: #FF6D00;
  color: #fff;
}
.ep-page .ep_cooperation_content .right-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../../images/svg/doubleRight.svg?v=20250114');
  background-size: 16px;
  vertical-align: -3px;
}
.ep-header-subnav{
  position:sticky;
  top:76px;
  z-index:98;
  background: #F5F7FA;
  height: 50px;
}
#ep-tabs-container{
  display: flex;
  border-bottom: 1px solid #eeeeee;
  justify-content: center;
}
.ep-header-subnav-tab{
  display: inline-block;
  font-size: 16px;
  color: #333333;
  line-height: 50px;
  padding: 0 26px;
  position: relative;
  font-weight: bold;
}
.ep-header-subnav-tab.active{
  color: #FF6D00;
}
.ep-header-subnav-tab.active::before{
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FF6D00;
}
.ep-card-box-even{
  background: #F5F7FA;
}
.center-con {
  width: 100%;
  height: 460px;
}
.swiper-container{
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-bg-img{
  width: 100%;
  height: 100%;
  background-repeat:no-repeat;
  background-position: center center;
  background-size: auto;
}
.ep-swiper-content{
  width: 490px;
  margin-top: 75px;
  color: #fff;
}
.ep-swiper-content img{
  width: 56px;
  height: 50px;
  border-radius: 4px;
}
.ep-swiper-source-title{
  line-height: 30px;
}
.ep-swiper-source-more{
  border: 1px solid #FFFFFF;
  border-radius: 16px;
  font-size: 12px;
  color: #FFFFFF;
  padding: 4px 27px;
  margin-top: 16px;
  display: inline-block;
}
.ep-swiper-source-more:hover{
  border-color: #ff6d00;
}
.swiper-pagination-bullet{
  width: 26px;
  height: 3px;
  background: #C5C8CD;
  border-radius: 0px;
}
.swiper-pagination-bullet-active {
  background: #FF6D00;
}
.swiper-button-prev{
  background: rgba(0,0,0,0.2);
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.swiper-button-prev::before{
  content: '';
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%2012L31%2024L19%2036%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E');
  display: block;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  position: absolute;
  top: 13px;
  left: 12px;
}
.swiper-button-next {
  background: rgba(0,0,0,0.2);
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.swiper-button-next::before{
  content: '';
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%2012L31%2024L19%2036%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E');
  display: block;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 13px;
  left: 14px;
}
.center-con .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 40px;
}
/* 最新动态 */
.news-con .swiper-container{
  width: 1200px;
  height: 312px;
  background: #F5F7FA;
}
.news-con .swiper-pagination,.partner-con .swiper-pagination{
  width: 100%;
  margin-top: 5px;
}
.news-con .swiper-pagination-bullet,.partner-con .swiper-pagination-bullet{
 margin: 0 5px; 
}
.news-swiper-slide{
  cursor: pointer;
}
.news-swiper-img{
  width: 375px;
  height: 180px;
  margin-right: 74px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-swiper-slide img{
  width: 100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.news-swiper-img:hover img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); 
}
.news-swiper-content{
  width: 403px;
  color: #666;
  padding-left: 74px;
  border-left: 1px solid #E4E5E6;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-swiper-summary{
  -webkit-line-clamp: 4;
}
/* 合作伙伴 */
.partner-con .swiper-container{
  width: 1200px;
  /* height: 478px; */
}
.partner-con .category-title{
  padding-top: 82px;
}
.partner-grid-container {
  display: grid;
  grid-template-columns: repeat(8, 1fr); /* 5列 */
  grid-gap: 5px;
}
.partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
}
.partner-item img, .partner-item a{
  max-width: 100%;
  max-height: 100%;
}
.partner-tip-title{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.partner-tip-box{
  max-width: 900px;
}
.view-more {
  background: #DEE7F9;
  border-radius: 16px;
  padding: 3px 8px 3px 14px;
  color: #175199;
}
.view-more:hover {
  background: #C7D8FA;
  color: #175199;
}
.view-more svg{
  margin-top: 1px;
}