/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Catamaran:400,500,600,700,700|Source+Sans+Pro:400,600");
body {
  line-height: 1.4;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #f5f5f5;
  
}

p {
  font-family: "Source Sans Pro", sans-serif;
  color: #848484;
  font-size: 16px;
  line-height: 1.65;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Catamaran", sans-serif;
  font-weight: 600;
}

.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  transition: all 0.3s ease-in 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus, a:hover {
  color: #28ABE3;
}

.btn-main {
  background: #28ABE3;
  border: 1px solid #28ABE3;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 12px 40px;
  text-transform: uppercase;
  border-radius: 40px;
}
.btn-main:hover {
  color: #fff;
}

.btn-transparent {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 14px 35px;
  text-transform: uppercase;
  border-radius: 40px;
}
.btn-transparent:hover {
  color: #fff;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.section {
  padding-top: 20px;
  background-color: white;
}

.btn:focus {
  color: #ddd;
}

#home {
  position: relative;
}

.section-sm {
  padding: 70px 0;
}

.section-xs {
  padding: 40px 0;
}

#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.parallax-section {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.preloader {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}

.preloader span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-animation: preloader 2s infinite ease-in-out;
  animation: preloader 2s infinite ease-in-out;
}

.preloader span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.preloader span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.preloader span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.preloader span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.preloader span:nth-child(6) {
  left: 55px;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

@-webkit-keyframes preloader {
  0% {
    height: 5px;
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #28ABE3;
  }
  50%, 100% {
    height: 5px;
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
}
@keyframes preloader {
  0% {
    height: 5px;
    transform: translateY(0);
    background: #fff;
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #3498db;
  }
  50%, 100% {
    height: 5px;
    transform: translateY(0);
    background: #fff;
  }
}
.title {
  padding: 0 10px 20px 10px;
  overflow: hidden;
  width: 100%;
}
.title img{
  width: 148px;
  height: 32px;
}
.title h2 {
  font-weight: 600;
  font-size: 35px;
  color: #232323;
}

.title.title-white h2 {
  color: #fff;
}

.border {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 0px solid #dee2e6 !important;
  width: 100%;
}

.bg-gray {
  background: #f9f9f9;
}

.header-bradcrumb {
  background: transparent;
}
.header-bradcrumb a, .header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
  font-family: "Source Sans Pro", sans-serif;
}
.header-bradcrumb a:hover {
  color: #28ABE3;
}

.colors-switcher {
  width: 100px;
  padding: 20px 18px 14px 20px;
  position: fixed;
  z-index: 1993;
  top: 90px;
  right: 0;
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}
.colors-switcher #show-panel {
  position: absolute;
  left: -38px;
  top: 15px;
  width: 38px;
  height: 38px;
  z-index: 1992;
  display: block;
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  cursor: pointer;
}
.colors-switcher #show-panel i {
  color: #3D3D3D;
  font-size: 20px;
  line-height: 38px;
  margin-left: 10px;
}

.colors-list {
  margin: 0;
  padding: 0;
}
.colors-list li {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 4px;
}
.colors-list li a {
  text-align: center;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  cursor: pointer;
}

.colors-switcher .colors-list a.light-red {
  background-color: #FF432E;
}

.colors-switcher .colors-list li a:hover {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

.colors-switcher .colors-list a.light-red {
  background-color: #FF432E;
}

.colors-switcher .colors-list a.blue {
  background-color: #28ABE3;
}

.colors-switcher .colors-list a.light-blue {
  background-color: #69D2E7;
}

.colors-switcher .colors-list a.green {
  background-color: #5BB12F;
}

.colors-switcher .colors-list a.light-green {
  background-color: #BCCF02;
}

.colors-switcher .colors-list a.yellow {
  background-color: #FED136;
}

.slick-slide {
  outline: none;
}

.logo {
  display: inline-block;
}

.single-page-header {
  background-image: url("../images/image/直播与拍摄/u1233_state0.png");
  background-size: cover;
  background-position: center 30%;
  background-attachment: fixed;
  padding: 160px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
  background-color: #181818;
}
/* 单图模式（不叠加容器，直接展示一张图） */
.single-page-header.only-image {
  padding: 0;
  background: transparent;
}

.single-page-header.only-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.single-page-header.only-image:before {
  content: none !important;
  display: none !important;
}
.single-page-header:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3); /* 添加半透明遮罩，提升文字可读性 */
}

/* 文字样式优化 */
.single-page-header h2 {
  position: relative;
  z-index: 2;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* 文字阴影增强可读性 */
}

.single-page-header p {
  position: relative;
  z-index: 2;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); /* 文字阴影增强可读性 */
  margin-bottom: 0;
}

/* 响应式背景图片处理 */
@media (max-width: 768px) {
  .single-page-header {
    background-attachment: scroll; /* 移动端取消固定效果，提升性能 */
    background-position: center 25%; /* 移动端稍微向上调整 */
  }
  
  .single-page-header h2 {
    font-size: 2.5rem; /* 移动端标题稍微小一点 */
  }
  
  .single-page-header p {
    font-size: 18px; /* 移动端副标题调整 */
  }
}

@media (max-width: 480px) {
  .single-page-header {
    background-position: center 20%; /* 小屏幕进一步向上调整 */
    min-height: 300px; /* 确保有足够高度显示内容 */
    padding: 100px 0 50px; /* 小屏幕减少内边距 */
  }
  
  .single-page-header h2 {
    font-size: 2rem; /* 小屏幕标题更小 */
  }
  
  .single-page-header p {
    font-size: 16px; /* 小屏幕副标题更小 */
  }
  .header-bar{
    height: 40px !important;
    width: 7px !important;
  }
}

/* only-image 模式的移动端适配 */
@media (max-width: 768px) {
  .single-page-header.only-image {
    min-height: 300px;
    overflow: hidden;
  }
  
  .single-page-header.only-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center center;
  }
}

@media (max-width: 480px) {
  .single-page-header.only-image {
    min-height: 250px;
  }
  
  .single-page-header.only-image img {
    height: 250px;
  }
}

/* 超宽屏幕优化 */
@media (min-width: 1400px) {
  .single-page-header {
    background-position: center 35%; /* 大屏幕稍微向下调整 */
  }
}

/*=================================================================
  新闻列表样式
==================================================================*/
.xinwen-section {
  padding: 30px 0;
  background-color: #f8f9fa;
}

.xinwen-content {
  max-width: 1000px;
  margin: 0 auto;
}

/* 新闻列表标题 */
.xinwen-title {
  margin-bottom: 30px;
}

.xinwen-title h3 {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin: 0;
  position: relative;
  padding-left: 15px;
}

.xinwen-title h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 24px;
  background-color: #28ABE3;
}

/* 新闻列表 */
.news-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* 新闻条目 */
.news-item {
  display: flex;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.news-item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
}

.news-item:focus {
  outline: 2px solid #28ABE3;
  outline-offset: 2px;
  text-decoration: none;
  color: inherit;
}

/* 新闻图片区域 */
.news-image {
  flex: 0 0 200px;
  height: 150px;
  overflow: hidden;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.news-item:hover .news-image img {
  transform: scale(1.05);
}

/* 新闻内容区域 */
.news-content {
  flex: 1;
  padding: 20px 25px;
  position: relative;
}

/* 日期样式 */
.news-date {
  position: absolute;
  /* top: 20px; */
  right: 25px;
  text-align: center;
  color: #666;
  line-height: 1.2;
}

.news-date .days {
  display: block;
  font-size: 30px;
  font-weight: 600;
}

.news-date .year {
  display: block;
  font-size: 14px;
}

/* 新闻标题 */
.news-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 0 0 15px 0;
  line-height: 1.4;
  padding-right: 80px;
}

/* 新闻描述 */
.news-description {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
  padding-right: 80px;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .xinwen-section {
    padding: 60px 0;
  }
  
  .xinwen-title h3 {
    font-size: 24px;
  }
  
  .news-item {
    flex-direction: column;
  }
  
  .news-image {
    flex: none;
    height: 200px;
  }
  
  .news-content {
    padding: 20px;
  }
  
  .news-date {
    position: static;
    margin-bottom: 15px;
    text-align: left;
  }
  
  .news-title {
    font-size: 18px;
    padding-right: 0;
    margin-bottom: 10px;
  }
  
  .news-description {
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .xinwen-section {
    padding: 15px 0;
  }
  
  .xinwen-content {
    padding: 0 15px;
  }
  
  .xinwen-title {
    margin-bottom: 30px;
  }
  
  .xinwen-title h3 {
    font-size: 22px;
  }
  .news-list {
    gap: 20px;
  }
  
  .news-image {
    height: 180px;
  }
  
  .news-content {
    padding: 0 20px !important;
  }
  
  .news-title {
    font-size: 16px;
  }
  
  .news-description {
    font-size: 13px;
  }
}

/*=================================================================
  新闻详情页面样式
==================================================================*/
.news-details-section {
  padding: 10px;
  margin-top: 100px;
  background-color: #fff;
  min-height: 70vh;
}

.news-details-content {
  max-width: 1200px;
  margin: 0 auto;
}

/* 面包屑导航 */
.breadcrumb-nav {
  margin-bottom: 30px;
  font-size: 14px;
  color: #666;
}

.breadcrumb-nav a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-nav a:hover {
  color: #28ABE3;
  text-decoration: none;
}

.breadcrumb-nav .separator {
  margin: 0 8px;
  color: #ccc;
}

.breadcrumb-nav .current {
  color: #333;
  font-weight: 500;
}

/* 主要内容布局 */
.details-main-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  padding-bottom: 15px;
}

/* 左侧主内容 */
.details-main-content {
  flex: 1;
  max-width: 800px;
}

/* 文章标题 */
.article-title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin: 0 0 20px 0;
  line-height: 1.3;
}

/* 文章信息 */
.article-meta {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  gap: 20px;
  align-items: center;
}

.publish-date,
.article-category {
  font-size: 14px;
  color: #666;
}

.article-category {
  background-color: #f5f5f5;
  padding: 4px 12px;
  border-radius: 4px;
}

/* 文章内容 */
.article-content {
  line-height: 1.8;
  color: #333;
}

.article-content p {
  margin: 0 0 4px 0;
  font-size: 16px;
  text-align: justify;
}

.article-content p:last-child {
  margin-bottom: 0;
}

/* 右侧相关资讯 */
.details-sidebar {
  flex: 0 0 300px;
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 25px;
  height: fit-content;
}

.sidebar-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #28ABE3;
}

/* 相关资讯列表 */
.related-news-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.related-news-item {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.related-news-item:last-child {
  border-bottom: none;
}

.related-news-item:hover {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 -10px;
  border-radius: 6px;
}

.related-title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0 0 8px 0;
  line-height: 1.4;
}

.related-content {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  margin: 0 0 8px 0;
}

.related-date {
  font-size: 12px;
  color: #999;
  display: block;
}
.related-date i {
  font-size: 12px;
}

/* 响应式设计 */
@media (max-width: 992px) {
  .details-main-layout {
    flex-direction: column;
    gap: 30px;
  }
  
  .details-sidebar {
    flex: none;
    width: 100%;
    position: static;
  }
  
  .article-title {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .news-details-section {
    padding: 20px 0 0;
  }
  
  .news-details-content {
    padding: 0 15px;
  }
  
  .article-title {
    font-size: 24px;
  }
  
  .article-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .article-content p {
    font-size: 15px;
  }
  
  .details-sidebar {
    padding: 20px;
  }
  
  .sidebar-title {
    font-size: 16px;
  }
  
  .related-title {
    font-size: 13px;
  }
  
  .related-content {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .article-title {
    font-size: 20px;
  }
  
  .article-content p {
    font-size: 14px;
    line-height: 1.6;
  }
  
  .details-sidebar {
    padding: 15px;
  }
  
  .related-news-item {
    padding: 15px 0;
  }
}

/*=================================================================
  关于我们页面专用遮罩层样式
==================================================================*/
.about-us-header {
  position: relative;
}

.about-us-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.866666666666667);
}

.about-us-header .container {
  position: relative;
  z-index: 2;
}

/*=================================================================
  公司简介内容布局样式
==================================================================*/
.gosi { 
  background-color: #fff;
  padding: 50px 30px 30px 30px;
  position: relative;
  top: -100px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: -70px;
}
.gosi-content {
  margin-top: 30px;
}

.company-intro-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 20px;
}

/* 左侧图片区域 */
.company-image-section {
  flex: 0 0 300px;
}

.company-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.company-image:hover {
  transform: scale(1.05);
}

/* 右侧文字内容区域 */
.company-text-section {
  flex: 1;
  max-width: calc(100% - 340px);
}

.company-content {
  line-height: 1.8;
  color: #333;
}

.company-content p {
  margin: 0 0 4px 0;
  font-size: 16px;
  text-align: justify;
  text-indent: 2em;
}

.company-content p:last-child {
  margin-bottom: 0;
}

/* 响应式设计 */
@media (max-width: 992px) {
  .company-intro-layout {
    flex-direction: column;
    gap: 30px;
  }
  
  .company-image-section {
    flex: none;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  
  .company-text-section {
    flex: none;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .company-image-section {
    height: 300px;
  }
  
  .company-content p {
    font-size: 15px;
    text-indent: 1.5em;
  }
}

@media (max-width: 480px) {
  .company-image-section {
    height: 250px;
  }
  
  .company-content p {
    font-size: 14px;
    text-indent: 1em;
  }
}

/*=================================================================
  标签页导航样式
==================================================================*/
.tab-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.tab-item {
  padding: 12px 24px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
  min-width: 100px;
  text-align: center;
}

.tab-item span {
  font-size: 16px;
  font-weight: 500;
  color: #666;
  transition: color 0.3s ease;
}

/* 激活状态 */
.tab-item.active {
  background-color: #333;
  border-color: #333;
}

.tab-item.active span {
  color: #fff;
}

/* 悬停效果 */
.tab-item:hover:not(.active) {
  background-color: #f8f9fa;
  border-color: #ccc;
}

.tab-item:hover:not(.active) span {
  color: #333;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .tab-navigation {
    gap: 6px;
    margin-top: 20px;
  }
  
  .tab-item {
    padding: 10px 16px;
    min-width: 80px;
  }
  
  .tab-item span {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .tab-navigation {
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
  }
  
  .tab-item {
    padding: 12px 20px;
    min-width: auto;
  }
}

/*=================================================================
  Navigation
==================================================================*/
.navigation {
  transition: 0.3s all;
}
.navigation .logo-default {
  display: none;
}
.navigation .dropdown-toggle::before, .navigation .dropdown-toggle::after {
  display: none;
}
.navigation .dropdown-toggle i {
  font-size: 10px;
  margin-left: 2px;
  vertical-align: 2px;
}
.navigation .navbar-light .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  padding: 20px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.2s ease-in-out 0s;
}
.navigation .navbar-light .navbar-nav .nav-item .nav-link:hover, .navigation .navbar-light .navbar-nav .nav-item .nav-link:active, .navigation .navbar-light .navbar-nav .nav-item .nav-link:focus {
  background: none;
  color: #28ABE3;
}
.navigation .navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #28ABE3;
}
@media (max-width: 991px) {
  .navigation .nav-link {
    padding: 6px !important;
  }
  .navigation .navbar-collapse.show {
    overflow-y: auto;
    max-height: calc(100vh - 55px);
  }
}
.navigation .dropdown-submenu .dropdown-menu {
  margin: 0;
  background-color: #131313;
}
@media (min-width: 992px) {
  .navigation .dropdown-submenu .dropdown-menu {
    left: 100%;
    top: -5px;
  }
  .navigation .dropleft .dropdown-menu {
    left: auto;
    right: 100%;
    margin: 0;
    top: -5px;
  }
  .navigation .dropdown-submenu .dropdown-menu {
    background-color: #000;
  }
}
.navigation .dropdown:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.navigation .dropdown-menu {
  border: 0;
  border-radius: 0;
  top: 80%;
  left: 5px;
  display: block;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  background: #000;
  transition: 0.3s ease;
}
.navigation .dropdown-menu li:first-child {
  margin-top: 12px;
}
.navigation .dropdown-menu li:last-child {
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .navigation .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    text-align: center;
    transition: 0s;
  }
}
@media (max-width: 991px) {
  .navigation .dropdown-menu.show {
    display: block;
  }
  .navigation .dropdown-menu {
    float: left;
    width: 100%;
  }
}
.navigation .dropdown-item {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.2s ease;
  padding: 8px 22px;
}
.navigation .dropdown-item:focus, .navigation .dropdown-item:hover {
  color: #fff;
  background: transparent;
}

@media (max-width: 991px) {
  .navigation {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
  }

  .navigation .logo-white {
    display: none;
  }
  .navigation .logo-default {
    display: block;
  }
  .navigation .navbar-light .navbar-toggler {
    background-color: white;
    border-color: white;
  }
  
  /* 移动端导航菜单背景增强 */
  .navigation .navbar-collapse {
    border-radius: 8px;
  }
  
  .navigation .navbar-nav {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 6px;
  }
  
  .navigation .navbar-nav .nav-item {
    margin: 2px 0;
  }
  
  .navigation .navbar-nav .nav-link {
    color: #333 !important;
    font-weight: 500;
    padding: 12px 20px !important;
    border-radius: 4px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.8);
    margin: 2px 10px;
  }
  
  .navigation .navbar-nav .nav-link:hover {
    background: rgba(40, 171, 227, 0.1) !important;
    color: #28ABE3 !important;
  }
  
  .navigation .navbar-nav .nav-item.active .nav-link {
    background: rgba(40, 171, 227, 0.15) !important;
    color: #28ABE3 !important;
  }
}
.sticky-header {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
}

.sticky-header .logo-white {
  display: none;
}
.sticky-header .logo-default {
  display: block;
}

.navbar-brand {
  height: auto;
  padding: 8px 0;
}

.navbar-brand h1 {
  margin: 0;
}

.hero-area {
  background-image: url("../images/slider/slider-bg-1.jpg");
  background-size: cover;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-area:before {
  content: "";
  background: rgba(0, 0, 0, 0.63);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero-area .block {
  color: #fff;
}
.hero-area .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.hero-area .block p {
  color: #fff;
  width: 50%;
  margin-bottom: 20px;
}
.hero-area .block .btn-main {
  margin-right: 8px;
}
.hero-area .block .btn-main:hover {
  opacity: 0.8;
}

.hero-area-video {
  height: 100vh;
  position: inherit !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-area-video .block {
  color: #fff;
  text-align: center;
}
.hero-area-video .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}
.hero-area-video .block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.hero-area-video .block .btn-main {
  margin-top: 20px;
}

.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.slider-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.slider-item::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: transparent;
  left: 0;
  top: 0;
}
.slider-item .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.slider-item h1 {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .slider-item h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 480px) {
  .slider-item h1 {
    font-size: 38px;
    line-height: 46px;
  }
}
.slider-item p {
  color: #fff;
  margin-bottom: 20px;
}

.hero-slider {
  overflow-x: hidden;
}
.hero-slider .prevArrow {
  left: -100px;
}
.hero-slider .nextArrow {
  right: -100px;
}
@media (max-width: 768px) {
  .hero-slider .prevArrow,
.hero-slider .nextArrow {
    display: none !important;
  }
}
.hero-slider:hover .prevArrow {
  left: 20px;
}
.hero-slider:hover .nextArrow {
  right: 20px;
}

/* slick style */
.slick-slide {
  outline: 0;
}

.slick-slide img {
  display: unset;
}

/* slick arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  height: 70px;
  width: 70px;
  background: rgba(40, 171, 227, 0.5);
  color: #fff;
  border: 0;
  line-height: 70px;
  font-size: 35px;
  transition: 0.2s ease;
  border-radius: 50%;
  cursor: pointer;
}
.slick-arrow::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background: transparent;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.2s ease;
}
.slick-arrow::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  transition: 0.2s ease;
}
.slick-arrow:focus {
  outline: 0;
}
.slick-arrow:hover {
  background: #28ABE3;
}

.prevArrow {
  left: 0px;
}
.prevArrow::before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  right: 35px;
}
.prevArrow::after {
  right: 20px;
}

.nextArrow {
  right: 0px;
}
.nextArrow::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 35px;
}
.nextArrow::after {
  left: 20px;
}

/* /slick arrows */
/*=================================================================
  About us section
==================================================================*/
.about {
  padding: 100px 0;
  background: #fff;
}
.about .btn-about {
  background: #28ABE3;
}
.about h4 {
  margin-top: 30px;
}
.about .feature-list {
  margin-top: 10px;
}
.about .feature-list li {
  width: 48%;
  display: inline-block;
  color: #666;
  font-size: 13px;
  font-family: "Catamaran", sans-serif;
  margin-bottom: 5px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .about .feature-list li {
    width: auto;
    margin-right: 20px;
  }
}
.about .feature-list li i {
  color: #28ABE3;
  margin-right: 8px;
}

/*=================================================================
  About us 2 section
==================================================================*/
.about-2 {
  background: #F7F7F7;
}
.about-2 .checklist {
  padding-left: 30px;
}
.about-2 .checklist li {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  color: #777;
  font-family: "Source Sans Pro", sans-serif;
}
.about-2 .checklist li:before {
  position: absolute;
  margin-right: 12px;
  margin-left: -45px;
  content: "\f375";
  font-family: "themefisher-font";
  opacity: 1;
  border-radius: 50%;
  padding: 2px 8px;
  font-size: 20px;
}
.duanju-content{
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.duanju-content .duanju-item{
  display: flex;
  height: 350px;
}
.duanju-content .duanju-item .duanju-item-img{ 
  background-image: url("../images/image/项目（短剧）招标/u1500.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 40%;
  text-align: center;
  line-height: 258px;
}

  
  /* ================== 短剧招标区域（pricing.html 专用） ================== */
  .duanju{ padding: 20px 0; }
  .duanju-content{ gap: 28px; }
  .duanju-content .duanju-item{
    gap: 32px;
    align-items: flex-start;
  }

.duanju-item-img img{
  width: 71%;
  height: 215px;
}
  .duanju-content .duanju-item .duanju-item-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .duanju-content .duanju-item .duanju-item-content p{
    color: #666;
    line-height: 1.8;
    margin: 0 0 6px 0;
  }
  .duanju-content .duanju-item .duanju-item-content p:first-child{
    margin-bottom: 8px;
  }
  .duanju .duanju-btn{
    background: #333;
    color:  #e9ecef;
    border: none;
    padding: 10px 18px;
    border-radius: 4px;
    width: fit-content;
    transition: all .2s ease;
  }

  /* ---- 响应式 ---- */
  @media (max-width: 992px){
    .duanju-content .duanju-item{ flex-direction: column; height: auto; }
    .duanju-content .duanju-item .duanju-item-img{ width: 100%; line-height: normal; }
    .duanju-content .duanju-item .duanju-item-content{ width: 100%; align-items: center;}
  }
  @media (max-width: 576px){
    /* 小屏幕移动端 logo 图片进一步缩小 */
    .navbar-brand.logo img {
      max-width: 50px;
      height: auto;
    }
    
    .duanju-content{ gap: 20px; }
    .duanju .duanju-btn{ padding: 9px 16px; font-size: 14px; }
  }


/*=================================================================
 Call To Action 1
==================================================================*/
.call-to-action {
  background: url("../images//image/网站首页//u115_state0.jpg");
  background-size: cover;
  color: #fff;
  height: 360px;
  margin-bottom: 9%;
  margin-top: 15px;
}
.call-to-action h2 {
  line-height: 1.5;
}
.call-to-action p {
  color: #fff;
}
.call-to-action .btn-main {
  margin-top: 20px;
}

/*=================================================================
 Call To Action 2
==================================================================*/
.call-to-action-2 {
  padding: 100px 0;

  background-size: cover;
  color: #fff;
}
.call-to-action-2 h2 {
  line-height: 1.5;
}
.call-to-action-2 p {
  color: #fff;
}
.call-to-action-2 .btn-main {
  margin-top: 20px;
}

/*=================================================================
  Contact
  ==================================================================*/
.contact-us {
  padding: 100px 0 50px 0;
}

.contact-form {
  margin-bottom: 40px;
}
.contact-form .form-control {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 45px !important;
  color: #0c0c0c;
  height: 38px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  border-radius: 0;
}
.contact-form input:hover,
.contact-form textarea:hover,
.contact-form #contact-submit:hover {
  border-color: #28ABE3;
}
.contact-form #contact-submit {
  border: none;
  padding: 15px 0;
  width: 100%;
  margin: 0;
  background: #28ABE3;
  color: #fff;
  border-radius: 0;
}
.contact-form textarea.form-control {
  padding: 10px;
  height: 120px !important;
  outline: none;
}

.contact-details .contact-short-info {
  margin-top: 15px;
}
.contact-details .contact-short-info li {
  margin-bottom: 6px;
}

.social-icon {
  margin-top: 20px;
}
.social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}
.social-icon ul li a {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #dedede;
  text-align: center;
}
.social-icon ul li a:hover {
  background: #28ABE3;
  color: #fff;
  border: 1px solid #28ABE3;
}
.social-icon ul li a:hover i {
  color: #fff;
}
.social-icon ul li a i {
  color: #55606a;
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
  margin: 0;
}

.google-map {
  position: relative;
}
.google-map .map_canvas {
  height: 400px;
  color: white;
}

/*=================================================================
  Item counter section
==================================================================*/
.counters-item {
  padding-bottom: 30px;
  color: #444;
  position: relative;
}
.counters-item.kill-border:before {
  background: none;
}
.counters-item:before {
  background: #e5e5e5;
  content: "";
  margin-top: -27.5px;
  height: 55px;
  width: 1px;
  position: absolute;
  right: -15px;
  top: 50%;
}
.counters-item > div {
  margin: 6px 0;
}
.counters-item span {
  display: inline;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
}
.counters-item i {
  font-size: 40px;
  display: inline-block;
  color: #28ABE3;
}
.counters-item h3 {
  font-size: 18px;
  margin: 0;
  color: #666;
}

/*=================================================================
  Pricing section
==================================================================*/
.pricing-table {
  padding: 100px 0;
  padding-bottom: 70px;
  background: url("../images/pricing-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.pricing-table .title p {
  color: #fff;
}
.pricing-table:before {
  background: rgba(0, 0, 0, 0.62);
  position: absolute;
  z-index: 999;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pricing-table .container {
  position: relative;
  z-index: 999;
}
.pricing-table .pricing-item {
  padding: 40px 55px 65px;
  background: #fff;
  margin-bottom: 30px;
}
.pricing-table .pricing-item a.btn-main {
  text-transform: uppercase;
  margin-top: 20px;
}
.pricing-table .pricing-item li {
  font-weight: 400;
  padding: 10px 0;
  color: #666;
}
.pricing-table .pricing-item li i {
  margin-right: 6px;
}
.pricing-table .price-title {
  padding: 30px 0 20px;
}
.pricing-table .price-title > h3 {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 15px;
  text-transform: uppercase;
}
.pricing-table .price-title > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 5px;
}
.pricing-table .price-title .value {
  color: #28ABE3;
  font-size: 50px;
  padding: 10px 0;
}

/*=================================================================
  Portfolio section
==================================================================*/
.portfolio-filter {
  margin-bottom: 40px;
  text-align: center;
}
.portfolio-filter button {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 8px 20px;
  text-transform: uppercase;
  background: #28ABE3;
  border: none;
  color: #fff;
  outline: none;
  margin: 6px 4px;
}
.portfolio-filter button.active {
  background: #28ABE3;
  color: #fff;
  border-radius: 50px;
}

.portfolio-block {
  position: relative;
  margin-bottom: 30px;
}
.portfolio-block:before {
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
}
.portfolio-block:hover:before {
  opacity: 1;
}
.portfolio-block:hover .caption h4 {
  top: 45%;
}
.portfolio-block:hover .caption {
  opacity: 1;
  top: 55%;
}
.portfolio-block .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 9;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.portfolio-block .caption h4 {
  font-size: 16px;
}
.portfolio-block .caption h4 a {
  color: #fff;
}
.portfolio-block .caption .search-icon {
  background: #28ABE3;
  color: #fff;
  display: inline-block;
  height: 45px;
  width: 45px;
  font-size: 17px;
  border-radius: 30px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 47px;
}

/*=================================================================
  Services section
==================================================================*/
.services {
  background-color: #f5f5f5;
}
.services .service-block.color-bg {
  background: #28ABE3;
  color: #fff;
}
.services .service-block.color-bg i, .services .service-block.color-bg h3, .services .service-block.color-bg p {
  color: #fff;
}
.services .service-block .service-icon {
  margin-bottom: 30px;
}
.services .service-block i {
  font-size: 75px;
  color: #28ABE3;
}
.services .service-block h3 {
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.services .service-block p {
  font-size: 14px;
  color: #666;
}

/*=================================================================
  Services section 2
==================================================================*/
.service-2 .service-item {
  border: 1px solid #eee;
  /* margin-bottom: 15px; */
  padding: 50px 20px;
  transition: all 0.3s ease 0s;
}
.service-2 .service-item:hover {
  box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
  transition: all 0.3s ease 0s;
}
.service-2 .service-item:hover i {
  background: #fff;
  color: #28ABE3;
}
.service-2 .service-item i {
  font-size: 30px;
  display: inline-block;
  background: #28ABE3 none repeat scroll 0 0;
  border-radius: 30px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  height: 55px;
  line-height: 55px;
  margin-bottom: 20px;
  width: 55px;
  transition: all 0.3s ease 0s;
}

/*=================================================================
  Our skills
==================================================================*/
.team-skills .progress-block {
  margin-top: 40px;
}
.team-skills .progress-block span {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
}
.team-skills .progress-block .progress {
  box-shadow: none;
  border-radius: 0;
  height: 10px;
}
.team-skills .progress-block .progress .progress-bar {
  background: #28ABE3;
  box-shadow: none;
}

.clients-logo-slider {
  margin-top: 50px;
}

/*=================================================================
  Step section
==================================================================*/
.development-steps .step {
  padding: 80px 20px;
}
.development-steps .step h4 {
  font-size: 20px;
  font-weight: 600;
}
.development-steps .step h4 i {
  font-size: 72px;
  font-weight: 500;
  margin-right: 10px;
}
.development-steps .step p {
  color: #cccccc;
  font-size: 14px;
  line-height: 22px;
}
.development-steps .step-1 {
  background-color: #f2f6f8;
}
.development-steps .step-1 h4 {
  color: #212121;
}
.development-steps .step-1 p {
  color: #838383;
}
.development-steps .step-2 {
  background-color: #28ABE3;
}
.development-steps .step-2 h4, .development-steps .step-2 p {
  color: #fff;
}
.development-steps .step-3 {
  background: #198dbf;
}
.development-steps .step-3 h4, .development-steps .step-3 p {
  color: #fff;
}
.development-steps .step-4 {
  background: #167da9;
}
.development-steps .step-4 h4, .development-steps .step-4 p {
  color: #fff;
}

/*=================================================================
  Our Team
==================================================================*/
.team {
  padding-top: 40px;
  background: #F6F6F6;
}
.team .team-member {
  background: #fff;
  margin-bottom: 30px;
}
.team .team-member .member-content {
  padding: 25px 0;
}
.team .team-member .member-content h3 {
  font-size: 20px;
  margin: 0 0 5px;
  color: #333;
}
.team .team-member .member-content span {
  font-size: 14px;
  color: #555;
}
.team .team-member .member-content p {
  color: #777;
  margin-top: 10px;
  padding: 0 15px;
}
.team .member-photo {
  overflow: hidden;
  position: relative;
}
.team .member-photo:hover img {
  transform: scale(1.1);
}
.team .member-photo img {
  transition: all 0.6s ease 0s;
  width: 100%;
}
.team .member-photo .mask {
  background: rgba(40, 171, 227, 0.7);
  position: absolute;
  width: 100%;
  bottom: 0;
  top: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  right: 0;
  cursor: pointer;
  padding: 0;
  height: 80px;
  transform: translateY(100%);
  transition: all 0.3s ease;
}
.team .member-photo .mask ul {
  text-align: center;
  position: relative;
  margin-top: 22px;
}
.team .member-photo .mask ul li {
  display: inline-block;
  margin-right: 7px;
}
.team .member-photo .mask ul li a {
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.team .member-photo .mask ul li a::hover {
  background-color: #6cb670;
  border: 1px solid transparent;
}
.team .member-photo:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0%);
}

/*=================================================================
  Testimonial section
==================================================================*/
.testimonial {
  padding-top: 100px;
  background: #28ABE3;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 80px;
}
.testimonial:before {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0;
  height: 145px;
  background-color: rgb(255, 255, 255);
}
.testimonial .item i {
  font-size: 60px;
  color: #fff;
  margin-bottom: 50px;
  display: inline-block;
}
.testimonial .item .client-details {
  padding-bottom: 30px;
}
.testimonial .item .client-details p {
  font-size: 17px;
  color: #fff;
  font-weight: 200;
  padding: 0 10%;
}
.testimonial .item .client-thumb img {
  display: inline-block;
  border-radius: 100%;
  width: 120px;
  height: auto;
  margin-bottom: 20px;
}

/*=================================================================
  Latest Posts
==================================================================*/
.blog {
  padding-bottom: 60px;
  padding-top: 80px;
  background: #F6F6F6;
}

.posts {
  padding-bottom: 100px;
}

.post-item {
  background: #fff;
  margin-bottom: 30px;
}
.post-item .content {
  padding: 20px;
}
.post-item .content h3 a {
  color: #000;
}
.post-item .content p {
  color: #757575;
  margin: 10px 0;
}
.post-item .content .btn-main {
  padding: 12px 25px;
  margin: 15px 0;
}

/* 8.2.1 Blog Details */
.blog-details h3 {
  font-size: 30px;
  color: #000;
  margin-bottom: 10px;
}

/* 8.2.2 Post Content */
.post-content ul {
  margin-bottom: 20px;
}
.post-content ul li {
  color: #aaa;
}
.post-content ul li a {
  color: #aaa;
}
.post-content p {
  margin-bottom: 30px;
}
.post-content blockquote {
  border-left: 2px solid #28ABE3;
  padding: 40px 35px;
  margin-bottom: 30px;
  background: rgb(238, 238, 238);
}
.post-content-share {
  margin-bottom: 100px;
}
.post-content-share li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border: 1px solid #ddd;
  text-align: center;
  background: #fff;
  transition: 0.3s ease;
  margin-right: 10px;
  color: #000;
  display: inline-block;
}
.post-content-share li a:hover {
  background: #28ABE3;
  border-color: #28ABE3;
  color: #fff;
}

/* 8.2.3 Comment List */
.comment-list {
  padding-left: 0;
  margin-bottom: 70px;
}
.comment-list-item {
  padding: 25px 0;
  position: relative;
  display: flex;
  border-bottom: 1px solid #ddd;
}
.comment-list-item:last-child {
  border: 0;
}
.comment-list-item-image {
  margin-right: 20px;
}
.comment-list-item-content h5 {
  color: #000;
  margin-bottom: 5px;
}
.comment-list-item-content h6 {
  color: #000;
  margin-bottom: 10px;
}
.comment-list-item-content p {
  margin-bottom: 5px;
}
.comment-list-item .comment-btn {
  position: absolute;
  top: 25px;
  right: 0;
  background: #fff;
  padding: 10px 30px;
  border: 1px solid #ddd;
  text-transform: capitalize;
  color: #000;
  font-size: 15px;
}
@media (max-width: 575px) {
  .comment-list-item .comment-btn {
    position: unset;
    margin-top: 15px;
    display: inline-block;
  }
}
.comment-list-item .comment-btn:hover {
  background: #28ABE3;
  color: #fff;
}

/* 8.2.4 Comment Form */
.comment-form {
  margin-top: 40px;
}
.comment-form .form-control {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 45px !important;
  color: #0c0c0c;
  height: 38px;
  font-size: 14px;
  border-radius: 0;
  margin-bottom: 20px;
}
.comment-form textarea.form-control {
  height: 200px !important;
}
.comment-form .btn-primary {
  background: #28ABE3;
  border-radius: 0;
  padding: 10px 20px;
  border: 0;
}

/* 8.2.5 Widget Style */
.widget {
  margin-bottom: 30px;
}
.widget h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.widget-search {
  position: relative;
}
.widget-search .form-control {
  border: 1px solid #dedede;
  border-radius: 0;
  height: 50px;
}
.widget-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  background: #28ABE3;
  border: 0;
}
.widget-search-btn i {
  color: #fff;
}
.widget-categories-list {
  padding-left: 0px;
}
.widget-categories-list li {
  border-bottom: 1px solid #ddd;
}
.widget-categories-list li:last-child {
  border: 0;
}
.widget-categories-list li a {
  display: block;
  padding: 15px 0;
  color: #000;
  font-size: 15px;
  transition: 0.3s ease;
}
.widget-categories-list li a i {
  font-size: 10px;
  margin-right: 10px;
}
.widget-categories-list li a:hover {
  background: #28ABE3;
  color: #fff;
  padding-left: 20px;
}
.widget-post-list {
  padding-left: 0;
}
.widget-post-list-item {
  padding: 15px 0;
  display: flex;
}
.widget-post-image {
  margin-right: 10px;
  height: 90px;
  width: 130px;
  overflow: hidden;
}
.widget-post-image img {
  height: 90px;
  width: auto;
}
.widget-post-content h5 {
  font-size: 18px;
  margin-bottom: 10px;
  transition: 0.3s ease;
  color: #000;
}
.widget-post-content h5:hover {
  color: #28ABE3;
}

/*=================================================================
  Single Blog Page
==================================================================*/
#blog-banner {
  padding-bottom: 100px;
  padding-top: 150px;
}

#blog-page {
  margin: 0 0 40px;
}

.post-meta {
  font-size: 13px;
  margin: 20px 0 0;
  padding: 0 20px 10px;
}
.post-meta a {
  color: #28ABE3;
}
.post-meta > span {
  color: #666;
  border-right: 1px solid #dedede;
  display: inline-block;
  font-size: 13px;
  margin: 10px 10px 0 0;
  padding-right: 10px;
}
.post-meta > span:last-child {
  border-right: 0;
}
.post-meta > span i {
  margin-right: 5px;
}

.post-excerpt {
  padding: 0 20px;
  margin-bottom: 60px;
}
.post-excerpt h3 a {
  color: #000;
}
.post-excerpt blockquote {
  line-height: 22px;
  margin: 20px 0;
  font-size: 16px;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}
.next-prev a {
  color: #000;
}
.next-prev a:hover {
  color: #28ABE3;
}
.next-prev .prev-post i {
  margin-right: 10px;
}
.next-prev .next-post i {
  margin-left: 10px;
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}
.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}
.social-profile ul li a i:hover {
  color: #28ABE3;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}
.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}
.comment-wrap .author-avatar {
  margin-right: 10px;
}
.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}
.comment-wrap .media .media-heading a {
  color: #28ABE3;
  font-size: 13px;
}
.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}
.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}
.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}
.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #28ABE3;
}
.comment-reply-form textarea, .comment-reply-form .btn-main {
  height: auto;
}

/*=================================================================
  Footer section
==================================================================*/
.top-footer {
  background-color: #222222;
  border-top: 1px solid #404040;
}
.top-footer h3 {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.top-footer p {
  font-size: 13px;
  line-height: 25px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  padding-right: 20px;
}
.top-footer li a {
  font-size: 13px;
  line-height: 30px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
  transition: color 0.3s;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
}
.top-footer li a:hover {
  color: #28ABE3;
}

.footer-bottom {
  text-align: center;
  background-color: #1b1b1b;
  border-top: 1px solid #2c2c2c;
  padding: 30px 0;
}
.footer-bottom h5 {
  font-size: 12px;
  line-height: 1;
  color: #888888;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 7px;
  margin-bottom: 3px;
}
.footer-bottom h6 {
  font-size: 11px;
  line-height: 15px;
  color: #888888;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.footer-bottom a {
  color: #28ABE3;
}

.page-404 {
  display: flex;
  align-items: center;
  height: 100vh;
}
.page-404 h1 {
  font-size: 200px;
}

/*============================================================
	For Small Desktop
==============================================================*/
@media (min-width: 700px) and (max-width: 1090px) {
  .counters-item:before {
    display: none;
  }
}
@media (min-width: 980px) and (max-width: 1150px) {
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* about us */
  .feature-desc h3 {
    margin-top: 0;
  }
  /* our team */
  .team-mate {
    margin-bottom: 30px;
  }
  .mask ul {
    top: 85px;
  }
  .mask ul li {
    margin: 0 5px;
  }
  .team-mate > h4 {
    margin-bottom: 10px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  .member-info ul li {
    margin-right: 10px;
  }
  /* testimonial */
  .client-info {
    width: 55%;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 15px 8px;
  }
  /* single blog page */
  .author-bio h5 {
    margin-left: 70px;
  }
}
/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/
@media (min-width: 768px) and (max-width: 979px) {
  .counters-item:before {
    display: none;
  }
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* navigation */
  .navbar-inverse .navbar-nav li a {
    padding: 20px 10px;
  }
  /* about us */
  .wrap-about {
    margin: 0 0 75px;
  }
  .about-content {
    margin: 0 auto;
    width: 60%;
  }
  /* fun facts */
  #counter {
    padding-bottom: 50px;
  }
  .counters-item {
    margin-bottom: 30px;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 30px;
    width: 280px;
  }
  /* our skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 300px;
  }
  .skill-chart {
    margin: 0 auto 40px;
    width: 90%;
  }
  .skill-chart > h3 {
    margin: 15px 0;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 30px;
    width: 300px;
  }
  /* testimonial */
  .client-info {
    width: 75%;
  }
  /* latest posts */
  .note {
    margin-bottom: 30px;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 10px;
  }
  /* singla blog page */
  .author-social {
    margin-left: 0;
  }
}
/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/
@media only screen and (max-width: 767px) {
  /* 移动端 logo 图片调整 */
  .navbar-brand.logo img {
    max-width: 50px;
    height: auto;
  }
  
  /* 移动端隐藏二维码相关元素 */
  .fab-qr-wrap {
    display: none !important;
  }
  .fab-chat {
    display: none !important;
  }
  
  .counters-item:before {
    display: none;
  }
  .clients-logo-slider {
    text-align: center;
  }
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* h1 font size home slider */
  h1 {
    font-size: 30px;
  }
  .wrap-about {
    margin: 0 auto 80px;
    width: 85%;
  }
  .feature-desc a {
    margin: 5px 5px 5px 0;
  }
  /* fun facts */
  /* services */
  #services .title {
    padding-bottom: 60px;
  }
  /* our skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 280px;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 31px;
    width: 280px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  .member-info ul {
    text-align: center;
    margin-bottom: 10px;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 20px;
    width: 280px;
  }
  /* portfolio */
  .portfolio-filter ul li a {
    margin: 0 10px 10px 0;
    padding: 5px 10px;
  }
  /* testimonials */
  .sub-title h3 {
    font-size: 18px;
  }
  .client-info {
    width: 100%;
  }
  /* latest posts */
  .note {
    margin-bottom: 30px;
  }
  .note .excerpt {
    padding: 0 20px 20px;
  }
  .all-post {
    margin: 20px 0 30px;
  }
  /* contact */
  .contact-info {
    margin: 0 0 30px;
  }
  #map-canvas {
    height: 250px;
  }
  /* footer */
  .social-icon ul li,
.social-icon ul li:first-child {
    margin: 15px;
  }
  .social-icon ul li a {
    width: 50px;
    height: 50px;
  }
  .social-icon ul li a i {
    font-size: 24px;
    line-height: 50px;
  }
  .blog-title h1 {
    font-size: 28px;
  }
  /* blog page */
  #blog-page {
    margin: 0;
  }
  #blog-posts {
    margin: 0 0 40px;
  }
  .post-excerpt h3 {
    font-size: 20px;
  }
  .post-pagination ul li {
    margin: 0 10px 10px 0;
  }
  .tab-post-nav li a {
    padding: 8px 5px;
  }
  /* single blog page */
  .author-social {
    margin-left: 0;
  }
  .author-avatar {
    margin-right: 10px;
  }
}
/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .title h2 {
    font-size: 32px;
  }
  .counter .counter-title h2 {
    font-size: 35px;
  }
  /* about us */
  .wrap-about {
    margin: 0 auto 75px;
    width: 70%;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 30px;
    width: 280px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  /* portfolio */
  .og-grid li {
    width: 245px;
  }
  /* skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 300px;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 30px;
    width: 350px;
  }
  /* testimonials */
  .client-info {
    width: 74%;
  }
  /* latest posts */
  .note {
    margin: 0 auto 30px;
    width: 75%;
  }
  /* contact */
  .contact-info {
    width: 100%;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 10px 15px;
  }
}
/* 导航栏容器样式 - 增加优先级 */
.navigation .container {
  display: flex !important;
  justify-content: space-around !important;
  align-items: center;
}
.navbar-brand logo{
  border-width: 0px;
    position: absolute;
    left: 30px;
    top: 0px;
    width: 60px;
    height: 60px;
    display: flex;
    font-family: 'Font Awesome 5 Brands Regular', 'Font Awesome 5 Brands', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    color: #FFFFFF;
}
.navigation{
  background-color: #181818;
    height: 80px;
    padding: 0 40px;
}
.border  p{
  margin-bottom: 0;
}

/*=================================================================
  Tab Section Styles
==================================================================*/
.tab-section {
  background-color: #f8f9fa;
}

.tab-navigation .nav-tabs {
  border-bottom: 2px solid #e9ecef;
  margin-bottom: 30px;
}

.tab-navigation .nav-tabs .nav-link {
  border: none;
  color: #6c757d;
  font-weight: 500;
  padding: 15px 30px;
  margin-right: 10px;
  border-radius: 0;
  position: relative;
  transition: all 0.3s ease;
}

.tab-navigation .nav-tabs .nav-link:hover {
  border: none;
  color: #28ABE3;
  background-color: transparent;
}

.tab-navigation .nav-tabs .nav-link.active {
  color: #28ABE3;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #28ABE3;
}

.sub-navigation {
  margin-bottom: 40px;
}

.sub-navigation .nav-pills .nav-link {
  border-radius: 25px;
  color: #6c757d;
  padding: 8px 20px;
  margin: 0 5px;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
}

.sub-navigation .nav-pills .nav-link:hover {
  background-color: #28ABE3;
  color: white;
  border-color: #28ABE3;
}

.sub-navigation .nav-pills .nav-link.active {
  background-color: #333333;
  color: white;
  border-color: #333333;
}

.scene-item {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.scene-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}

.scene-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.scene-info {
  width: 100%;
}

.scene-info h5 {
  color: #333;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.scene-info p {
  color: #666;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.scene-info h3 {
  color: #333;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}

.sub-content {
  min-height: 200px;
  transition: all 0.3s ease;
}

.sub-content .scene-item {
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  height: 100%;
}

.sub-content .scene-item:hover {
  transform: translateY(-5px);
}


.sub-content .scene-info p {
  color: rgba(255,255,255,0.9);
  font-size: 16px;
  line-height: 1.6;
}

.image-gallery {
  margin-top: 0;
}

.image-row {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

.image-row img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  display: block;
}
.image-row-text{
  display: flex;
  position: absolute;
  bottom: 0;
  justify-content: space-between;
  width: 100%;
}
.image-row-text span{
  background-color: #302d2d;
  width: 24.1%;
  color: white;
  font-size: 12px;
  padding: 10px;
}

.gallery-image {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: block;
}

/* .gallery-image:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
} */
.gallery-image:hover,
.gallery-image:hover ~ .image-row-text {
  transform: scale(1.02);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.learn-more-btn {
  text-align: center;
  margin-top: 30px;
}

.learn-more-btn .btn {
  background: #007bff;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 25px;
  color: white;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,123,255,0.3);
}

.learn-more-btn .btn:hover {
  background: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,123,255,0.4);
  color: white;
  text-decoration: none;
}

.tab-content {
  background: white;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
  .tab-navigation .nav-tabs .nav-link {
    padding: 10px 15px;
    font-size: 14px;
  }
  
  .sub-navigation .nav-pills .nav-link {
    padding: 6px 12px;
    font-size: 12px;
    margin: 2px;
  }
  
  .tab-content {
    padding: 20px;
  }
}
.about-actor{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  background-color: white;
  padding: 20px 10px;
}
.about-actor img{
  width: 100%;
  height: auto;
  display: block;
}
.about-actor-p{
  color: #666;
  font-weight: bolder;
  font-size: 20px;
}
.about-actor-span{
  font-size: 15px;
}

/* 更稳健：用伪元素 + 渐变一次性画出三条遮罩，百分比自适应，无需单独定位 */
.actor-banner-wrapper{ position: relative; }
:root{ --mask-bar: clamp(8px, 2vw, 20px); }
.actor-banner-wrapper::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to right,
    transparent calc(24.6% - var(--mask-bar)/2),
    #fff 0 calc(24.6% + var(--mask-bar)/2),
    transparent 0 calc(50% - var(--mask-bar)/2),
    #fff 0 calc(50% + var(--mask-bar)/2),
    transparent 0 calc(75.4% - var(--mask-bar)/2),
    #fff 0 calc(75.4% + var(--mask-bar)/2),
    transparent 0
  );
}
/* 隐藏原来的 span 遮罩，避免干扰 */
.actor-banner-wrapper .actor-mask{ display: none !important; }

/* 不再需要不同断点的像素定位，伪元素会自适应缩放 */
/* removed actor-basic boxes per request */
.actor-basic-title{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.call-to-action-content{ 
  position: relative; 
  left: 4%;
  width: 92%;
  margin-top: 10%;
  }
.cta-card{
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 24px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}
.cta-left{ flex: 0 0 240px; }
.cta-left img{ width: 100%; height: auto; display: block; border-radius: 6px; }
.cta-right{ 
  flex: 1; 
 display:flex;
 flex-direction: column;
 justify-content: space-between;
}
.cta-header{ display: flex;  gap: 12px; margin-bottom: 8px; }
.cta-accent{ width: 3px; height: 26px; background: #2f89fc; border-radius: 2px; display: inline-block; }
.cta-title{ margin: 0; font-size: 22px; color: #2c3e50; font-weight: 700; }
.cta-sub{ color: #7f8c8d; font-size: 14px; margin-top: 4px; }
.cta-body{ color: #555; line-height: 1.9; font-size: 14px; }
.cta-actions{ margin-top: 10px; }
.cta-btn{
  background-color: white;
  border-color: #007bff;
  color: #007bff;
 }

@media (max-width: 992px){
  .cta-card{ flex-direction: column; align-items: flex-start; }
  .cta-left{ width: 100%; flex-basis: auto; }
}
.case-content{
  text-align: center;
  background-color: white;
  width: 100%;
  padding-top: 10px;
  position: relative;
  height: 535px;
  margin-bottom: 15px;
}
.case-backgroud{
  background-image: url('../images/image/网站首页/u243_state0.png');
  background-size: 13px;
  background-origin: border-box;
  position: absolute;
  width: 100%;
  height: 250px;
  background-repeat: repeat;
}
.case-backgroud-bug{
  background-image: url('../images/image/网站首页/u243_state0.png');
  background-size: 13px;
  background-origin: border-box;
  width: 90%;
  height: 460px;
  background-repeat: repeat;
}
.case-backgroud2{
  background-image: url('../images/image/网站首页/u244_state0.png');
  
  background-size: cover;
  background-color: #181818;
  top: 60px;
  width: 100%;
  height: 400px;
  position:absolute;
  display: flex;
  align-items: flex-start;
  padding: 40px 20px;
  gap: 20px;
}

/* 案例分类导航样式 */
.case-count {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 200px;
  width: 48%;
  z-index: 2;
  position: relative;
  padding-left: 85px;
}

.case-category {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  padding: 12px 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  width: 40%;
}

.case-category span {
  color: white;
  font-size: 16px;
  font-weight: 400;
  font-family: '微软雅黑', sans-serif;
}

.case-category.active {
  background: white;
  border: 1px solid white;
}

.case-category.active span {
  color: #28abf3;
  font-weight: 600;
}

.case-category:hover:not(.active) {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.05);
}

/* 右侧图片展示区域 */
.case-image-display {
  position: absolute;
  background-color: white;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  /* height: 430px; */
  width: 480px;
  right: 10%;
  top: -15%;
  box-shadow: rgb(93, 92, 92) 0px 0px 5px;
  text-align: left;
  padding: 20px;
  box-sizing: border-box;
}

/* 图片包装器样式 */
.case-image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.case-image-wrapper h4 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: '微软雅黑', sans-serif;
}

.case-image-wrapper img {
  max-width: 100%;
  max-height: 60%;
  object-fit: contain;
  margin-bottom: 20px;
}

.case-image-wrapper p {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  font-family: '微软雅黑', sans-serif;
}

/* 底部导航控制 */
.case-slider-controls {

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.case-slider-counter {
  display: flex;
  align-items: baseline;
  font-family: '微软雅黑', sans-serif;
}

.current-slide {
  color: white;
  font-weight: bolder;
  font-size: 20px;
}

.slide-separator {
  color: #666;
  margin: 0 2px;
}

.total-slides {
  color: #666;
  font-size: 14px;
  font-weight: bolder;
}

.case-slider-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.case-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.case-nav-btn span {
  font-size: 20px;
  font-weight: bold;
}

.prev-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.prev-btn span {
  color: #999;
}

.next-btn {
  background: white;
}

.next-btn span {
  color: #28abf3;
}

.next-btn.active {
  background: white;
}

.case-nav-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* 移动端响应式处理 */
@media (max-width: 768px) {
  /* 修复招聘卡片区域的移动端布局 */
  .call-to-action {
    margin-bottom: 30px !important;
    height: auto;
    padding: 20px 0;
  }
  
  .call-to-action-content {
    left: 2% !important;
    width: 96% !important;
    margin-top: 5% !important;
  }
  
  .cta-card {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  
  .cta-left {
    flex: none;
    width: 100%;
    max-width: 280px;
  }
  
  .cta-right {
    width: 100%;
  }
  
  /* 修复拍摄案例区域的移动端布局 */
  .case-content {
    height: 455px;
    min-height: auto !important;
    /* padding: 20px 15px; */
    /* margin-top: 20px; */
    margin-bottom: 30px;
    position: relative !important;
    overflow: visible;
  }
  .case-backgroud-bug{
    display: flex;
    justify-content: center;
  }
  .case-backgroud {
    position: relative;
    top: auto;
    height: 60px;
    background-size: 8px 8px;
    margin-bottom: 20px;
  }
  
  .case-backgroud2 {
    padding: 20px 15px;
    min-height: auto;
    gap: 20px;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
  }
  
  .case-count {
    width: 100%;
    min-width: auto;
    flex-direction: column;
    gap: 15px;
    position: relative;
    padding-left: 0;
  }
  
  .case-category {
    padding: 10px 20px;
    font-size: 14px;
    width: 100%;
    min-width: auto;
    text-align: center;
  }
  
  .case-category span {
    font-size: 14px;
  }
  
  .case-image-display {
    position: relative;
    width: 100%;
    height: 350px;
    right: auto;
    top: auto;
    margin-top: 0;
    min-height: 350px;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  
  .case-image-wrapper {
    text-align: center;
    padding: 20px 15px;
  }
  
  .case-image-wrapper h4 {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .case-image-wrapper img {
    max-height: 180px;
    margin-bottom: 15px;
    width: auto;
  }
  
  .case-image-wrapper p {
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
  }
  
  .case-slider-controls {
    position: relative;
    bottom: auto;
    right: auto;
    justify-content: center;
    margin-top: 15px;
    gap: 15px;
    width: 100%;
  }
  
  .case-nav-btn {
    width: 35px;
    height: 35px;
  }
  
  .case-nav-btn span {
    font-size: 18px;
  }
  
  .case-slider-counter {
    font-size: 14px;
  }
  
  .current-slide {
    font-size: 16px !important;
  }
  
  .total-slides {
    font-size: 12px !important;
  }
  .live-cooperation{
    height: 145px;
    margin-bottom: 15px;
    margin-top: 10px;
    padding: 20px 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  /* 移动端section间距 */
  section:has(.live-cooperation) {
    /* margin-bottom: 40px; */
    padding-bottom: 30px;
  }
  
  /* 修复拍摄案例section的定位问题 */
  .case-section {
    position: relative;
    overflow: visible;
    /* margin-bottom: 30px; */
  }
  
  .live-cooperation h1 {
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 1.2;
  }
  
  .live-cooperation p {
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 1.4;
    max-width: 100%;
  }
  
  .live-cooperation button {
    padding: 8px 20px;
    font-size: 13px;
    border-radius: 20px;
  }
  /* 修复footer重叠问题 */
  .top-footer {
    padding: 60px 0 50px;
    margin-top: 0;
  }
  
  .footer-bottom {
    padding: 20px 0;
  }
}

/* 直播合作样式 */
.live-cooperation{
  background-image: url('../images/image/网站首页/u56_state0.jpg');
  height: 230px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 40px;
  box-sizing: border-box;
  background-color: white;
  margin-top: 15px;
}

.live-cooperation h1 {
  color: #333;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: '微软雅黑', sans-serif;
}

.live-cooperation p {
  color: #666;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 600px;
  font-family: '微软雅黑', sans-serif;
}

.live-cooperation button {
  background-color: #28ABE3;
  color: white;
  border: none;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: '微软雅黑', sans-serif;
}

  .live-cooperation button:hover {
    background-color: #1e8bc8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 171, 227, 0.3);
  }

/* 直播合作section样式 */
section:has(.live-cooperation) {
  margin-bottom: 0;
}

/* 更小屏幕的额外适配 */
@media (max-width: 480px) {
  .case-backgroud {
    height: 50px;
    margin-bottom: 15px;
  }
  .navigation{
    height: 60px;
  }
  .case-backgroud2 {
    padding: 15px 10px;
    gap: 15px;
    margin-bottom: 25px;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }
  .image-row-text span{
    font-size: 10px;
    padding: 3px 5px;
  }
  .case-category {
    padding: 8px 15px;
    font-size: 13px;
  }
  
  .case-image-display {
    height: 300px;
    min-height: 300px;
  }
  
  .case-image-wrapper img {
    max-height: 150px;
  }
  
  .case-image-wrapper h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .case-image-wrapper p {
    font-size: 13px;
  }
  
  .case-nav-btn {
    width: 32px;
    height: 32px;
  }
  
  .case-nav-btn span {
    font-size: 16px;
  }
  
  /* 更小屏幕的直播合作适配 */
  .live-cooperation{
    height: 180px;
    padding: 15px 12px;
    margin-top: 8px;
  }
  
  /* 更小屏幕section间距 */
  section:has(.live-cooperation) {
    /* margin-bottom: 35px; */
    /* padding-bottom: 25px; */
    padding: 0;
  }
  
  .live-cooperation h1 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  
  .live-cooperation p {
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 1.3;
    max-width: 230px;
  }
  
  .live-cooperation button {
    padding: 6px 16px;
    font-size: 12px;
    border-radius: 15px;
  }
  
  /* 更小屏幕的footer调整 */
  .top-footer {
    padding: 0 0 0 10px;
  }
  
  .footer-bottom {
    padding: 15px 0;
  }
  .footer-links.colms-four{
    columns: 4;
  }
  .footer-links.columns-two{
    columns: 2;
  }
  .duanju-item-img img{
    width: 70%;
    height: 175px;
    margin-top: 18px;
    padding-bottom: 10px;
  }
  .about-actor-p{
    color: #666;
    font-weight: bolder;
    font-size: 16px;
  }
  .about-actor-span{
    font-size: 12px !important;
  }
}
  
/* 修复服务项目区域的移动端布局 */
  .border {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .border > div {
    text-align: center;
  }
  
  .border > div p:first-child {
    font-size: 32px !important;
  }
  
  .border > div p:last-child {
    font-size: 14px !important;
  }
  
  /* 修复图片区域的移动端布局 */
  .title > div[style*="display: flex"] {
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .title > div[style*="display: flex"] img {
    max-width: 60px;
    height: auto;
  }


/* PC端服务项目样式 */
@media (min-width: 769px) {
  .title > div[style*="display: flex"] {
    flex-wrap: nowrap;
    gap: 0;
    justify-content: space-evenly;
  }
  
  .title > div[style*="display: flex"] img {
    max-width: none;
    width: 148px;
    height: 32px;
    object-fit: contain;
  }
  
  .border {
    display: flex !important;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
    padding: 0 20px;
    flex-direction: row;
  }
  
  .border > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    max-width: 200px;
  }
  
  .border > div p:first-child {
    font-size: 40px !important;
    margin-bottom: 10px;
    line-height: 1;
  }
  
  .border > div p:last-child {
    font-size: 16px !important;
    line-height: 1.2;
  }
}

/*=================================================================
  园区租赁样式
==================================================================*/
.park-leasing {
  background-color: white;
  padding: 30px 20px;
  margin-bottom: 15px;
}

.section-yuanqu {
  text-align: center;
  margin-bottom: 20px;
}

.section-yuanqu h1 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin: 0;
}

.park-leasing-content {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

/* 左侧导航样式 */
.park-nav {
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.park-nav-item {
  padding: 15px 20px;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
  background-color: #f8f9fa;
}

.park-nav-item:hover {
  background-color: #e9ecef;
}

.park-nav-item.active {
  background-color: white;
  border-right: 3px solid #007bff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.park-nav-item span {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

/* 右侧内容区域样式 */
.park-content {
  flex: 1;
  position: relative;
}

.park-tab-content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.park-tab-content.active {
  display: flex;
  gap: 40px;
  opacity: 1;
}

.park-text-content {
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 10px;
}

.park-text-content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.park-text-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 30px;
}

.park-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 4px;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 30%;
  text-align: center;
}

.park-btn:hover {
  background-color: #0056b3;
}

.park-image {
  flex: 0 0 400px;
}

.park-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* 移动端适配 */
@media (max-width: 768px) {
  .park-leasing {
    padding: 10px 0 10px 3px;
  }
  
  .section-yuanqu h1 {
    font-size: 28px;
  }
  
  .park-leasing-content {
    flex-direction: column;
    gap: 20px;
  }
  
  .park-nav {
    flex: none;
    flex-direction: row;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 10px;
  }
  
  .park-nav-item {
    flex-shrink: 0;
    padding: 7px;
    white-space: nowrap;
  }
  .park-nav-item.active{
    background-color: white;
    border-bottom: 3px solid #007bff;
    border-right: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  
  .park-tab-content.active {
    flex-direction: column;
    gap: 20px;
  }
  
  .park-text-content {
    padding-right: 0;
  }
  
  .park-text-content h2 {
    font-size: 24px;
  }
  
  .park-text-content p {
    font-size: 14px;
  }
  
  .park-image {
    flex: none;
  }
  
  .park-image img {
    height: 200px;
  }
}

/*=================================================================
  新闻动态样式
==================================================================*/
.news-section {
  background-color: white;
  padding: 30px 0;
  margin-bottom: 15px;
}

/*=================================================================
  片场详情页（pianChangDetail）
 ==================================================================*/
.pianchang-section { background: #fff; padding: 10px;margin-top: 82px; }
.pianchang-section .container { max-width: 1200px; margin: 0 auto; }

.scene-detail { display: grid; grid-template-columns: 1.1fr 1fr; gap: 36px; align-items: start; }

.scene-media { position: relative; width: 100%; aspect-ratio: 16/10; background: #f2f2f2; border-radius: 6px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,.06); }
.scene-media img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(105%); }

/* 中心播放按钮（含波纹动画） */
.media-play-btn { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 84px; height: 84px; border: none; border-radius: 50%; background: rgba(255,255,255,.92); cursor: pointer; box-shadow: 0 8px 20px rgba(0,0,0,.15); }
.media-play-btn::before { content: ""; position: absolute; inset: 0; border-radius: 50%; box-shadow: 0 0 0 0 rgba(255,255,255,.55); animation: ripple 1.8s infinite; }
.media-play-btn::after { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-40%, -50%); border-style: solid; border-width: 14px 0 14px 24px; border-color: transparent transparent transparent #2f89fc; }
.scene-media:hover .media-play-btn { background: #ffffff; }
.scene-media:hover .media-play-btn::after { border-color: transparent transparent transparent #1e76f7; }

@keyframes ripple { to { box-shadow: 0 0 0 18px rgba(255,255,255,0); } }

.scene-info { padding-top: 6px; }
.scene-title { font-size: 44px; font-weight: 800; color: #2b2b2b; margin: 0 0 18px 0; letter-spacing: 1px; }

.scene-meta { list-style: none; padding: 0; margin: 0 0 18px 0; }
.scene-meta li { margin: 10px 0; font-size: 14px; color: #666; }
.scene-meta .label { color: #8a8a8a; margin-right: 6px; }
.scene-meta .value { color: #444; }

.scene-calendar .month-select { color: #666; margin: 18px 0 10px; }
.scene-calendar .current-month { color: #1e88ff; font-weight: 700; margin-left: 6px; }

.calendar-grid { display: grid; grid-template-columns: repeat(10, 36px); gap: 12px; }
.day { height: 36px; width: 36px; border: 1px solid #e5e5e5; border-radius: 8px; background: #fff; color: #444; font-size: 14px; cursor: pointer; }
.day:hover { border-color: #1e88ff; color: #1e88ff; }
.day.active { background: #1e88ff; border-color: #1e88ff; color: #fff; }

.actions { margin-top: 10px; text-align: right;}
.contact-btn { display: inline-block; background: #2f89fc; color: #fff; text-decoration: none; padding: 10px 22px; border-radius: 6px; box-shadow: 0 8px 18px rgba(47,137,252,.25); }
.contact-btn:hover { background: #1e76f7; }

@media (max-width: 992px){
  .scene-detail { grid-template-columns: 1fr; }
  .scene-title { font-size: 32px; }
  .calendar-grid { grid-template-columns: repeat(10, 32px); gap: 10px; }
  .day { height: 32px; width: 32px; }
}

@media (max-width: 480px){
  .scene-title { font-size: 26px; }
  .calendar-grid { grid-template-columns: repeat(7, 34px); }
}

/* 场景照片模块 */
.scene-photos { margin-top: 24px; }
.scene-photos .section-title { display: flex; align-items: center; gap: 8px; margin-bottom: 20px;flex-direction: row; }
.scene-photos .section-title .bar { width: 6px; height: 22px; background: #2f89fc; display: inline-block; }
.scene-photos .section-title .text { font-size: 16px; color: #2f89fc; font-weight: 700; }
.photo-wrapper {padding: 30px 0; width: 100%;display: flex;flex-direction: column;gap: 10px; background: #fff; border-radius: 6px; overflow: hidden; }
.photo-wrapper img { width: 100%; height: auto; display: block; aspect-ratio: 16/10; object-fit: cover; background: #f2f2f2; }

/* 悬浮预约卡片 */
.booking-float{ 
  position: absolute; 
  right: 250px; 
  top: 440px; 
  width: 360px; 
  background:#fff; 
  border-radius: 10px; 
  box-shadow: 0 12px 30px rgba(0,0,0,.12); 
  z-index: 1000; 
  overflow: hidden;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly; }
.booking-header{ padding:12px 16px; font-weight:700; color:#333; border-bottom:1px solid #eee; }
.booking-body{
  margin: 10px;
  padding: 10px;
  border: 1px solid gray;
  border-radius: 5px;
}
.booking-row{ display:flex; align-items:center; justify-content: space-between; margin-bottom: 12px; gap: 10px; }
.booking-row label{ color:#666; font-size:12px; }
.fake-input{ flex:1; background:#fafafa; border:1px solid #e6e6e6; border-radius:6px; padding:8px 10px; color:#333; text-align:right; }
.fake-input .caret{ color:#999; margin-left: 6px; }
.fake-bar{ flex:1; height: 28px; display:flex; align-items:center; gap:4px; }
.fake-bar span{ display:inline-block; width:22px; height:12px; background:#d9e6ff; border-radius:3px; }
.book-now{ display:block; width: calc(100% - 32px); margin: 8px 16px 16px; background:#2f89fc; color:#fff; border:none; border-radius:8px; height:40px; font-weight:700; cursor:pointer; }
.book-now:hover{ background:#1e76f7; }
.booking-float.hide{ display: none; }

@media (max-width: 992px){
  .booking-float{ position: static; width: 100%; margin-top: 12px; }
}

/* 预约流程背景与内容 */
.yuyue{ background: url('images/image/片场租赁详情页-显眼宝/u564_state0.jpg') center/cover no-repeat; padding: 24px 20px 10px; border-radius: 8px; }
.yuyue .section-title{ display: flex; align-items: center; gap: 8px; margin-bottom: 20px; flex-direction: row;} 
.yuyue .section-title .bar{ width: 6px; height: 22px; background: #2f89fc; display: inline-block; }
.yuyue .section-title .text{ font-size: 16px; color: #2f89fc; font-weight: 700; }
.flow-panel{ background: rgba(255,255,255,.7); border-radius: 8px; padding: 20px; }
.flow-steps{ list-style: none; padding: 10px 20px; margin: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: start; }
.flow-step{ text-align: center; color: #666; }
.flow-step img{ width: 100px; margin-bottom: 8px; }
.flow-step h4{ font-size: 16px; color: #666; margin: 0 0 6px 0; font-weight: 700; }
.flow-step p{ font-size: 12px; color: #888; margin: 0; line-height: 1.6; }

@media (max-width: 768px){
  .flow-steps{ grid-template-columns: 1fr; gap: 14px; }
}

/* 3D 导览弹层（仅 pianChangDetailTwo 页） */
.threeD-modal{ position: fixed; inset: 0; background: rgba(0,0,0,.55); display: none; align-items: center; justify-content: center; z-index: 1050; padding: 20px; }
.threeD-modal.show{ display: flex; }
.threeD-dialog{ background: #fff; border-radius: 6px; box-shadow: 0 16px 40px rgba(0,0,0,.35); max-width: 90vw; max-height: 85vh; padding: 10px; position: relative; }
.threeD-dialog img{ display: block; width: 78vw; max-width: 1080px; height: auto; }
.threeD-close{ position:absolute; right: 8px; top: 6px; width: 32px; height: 32px; border-radius: 50%; background:#fff; border: 1px solid #ddd; color:#333; font-size: 18px; line-height: 30px; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.2); }
.threeD-close:hover{ background:#f5f5f5; }
.section-xinweng {
  text-align: center;
  margin-bottom: 50px;
}

.section-xinweng h1 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin: 0;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto 40px;
}

.news-item {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.news-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-item:hover .news-image img {
  transform: scale(1.05);
}

.news-content {
  padding: 20px;
}

.news-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-date {
  font-size: 12px;
  color: #999;
  /* text-align: right; */
}

.news-more {
  text-align: center;
  margin-top: 30px;
}

.news-more-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.news-more-btn:hover {
  background-color: #0056b3;
}

/* 移动端适配 */
@media (max-width: 768px) {
  .news-section {
    padding: 40px 0;
  }
  
  .section-xinweng h1 {
    font-size: 28px;
  }
  
  .news-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }
  
  .news-image {
    height: 180px;
  }
  
  /* .news-content {
    padding: 15px;
  } */
  
  .news-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .news-content p {
    font-size: 13px;
    margin-bottom: 12px;
  }
  
  .news-date {
    font-size: 11px;
    text-align: center;
  }
  
  .news-more-btn {
    padding: 10px 25px;
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
/*=================================================================
  客户 Logo 墙（about 页）
==================================================================*/
.customers-section {
  background: #fff;
  padding: 15px 0;
  margin:15px 0;
}

.customers-title {
  text-align: center;
  font-size: 22px;
  color: #4a4a4a;
  margin-bottom: 24px;
}

.customers-title .customers-num {
  color: #3a8cff;
  font-weight: 700;
}

.customers-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 26px 40px;
  align-items: center;
  justify-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.customers-grid .customer-item {
  width: 160px;
  height: 50px;
  opacity: 0.75;
  filter: grayscale(100%);
  transition: opacity .2s ease, filter .2s ease, transform .2s ease;
}

.customers-grid .customer-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.customers-grid .customer-item:hover {
  opacity: 1;
  filter: grayscale(0%);
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .customers-grid { grid-template-columns: repeat(4, 1fr); gap: 22px 30px; }
}

@media (max-width: 768px) {
  .customers-grid { grid-template-columns: repeat(3, 1fr); gap: 20px 24px; }
  .customers-title { font-size: 20px; }
}

@media (max-width: 480px) {
  .customers-grid { grid-template-columns: repeat(2, 1fr); gap: 18px 18px; }
  .customers-grid .customer-item { width: 130px; height: 44px; }
}

/*=================================================================
  演员推荐页面样式
==================================================================*/
.actor-recommendation {
  padding: 30px 0;
  margin: 15px 0;
  background-color: white;
}

/* 导航标签栏 */
.actor-nav-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  justify-content: center;
  padding: 10px 0;
  margin: 0 50px;
}

.nav-tab {
  padding: 12px 24px;
  color: #666;
  cursor: pointer;
  border: none;
  font-size: 14px;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
}

.nav-tab.active {
  background: #333;
  color: #fff;
  border-bottom-color: #333;
}

.nav-tab:hover:not(.active) {
  background: #e8e8e8;
  color: #333;
}

/* 演员网格 */
.actor-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1460px;
  margin: 10px 40px;
  justify-content: center;
}

.actor-card {
  flex: 0 0 calc(33.333% - 20px);
  min-width: 300px;
}

/* 演员卡片 */
.actor-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex: 0 0 calc(33.333% - 20px);
  min-width: 300px;
}

.actor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* 演员缩略图 */
.actor-thumbnail {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.actor-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.actor-card:hover .actor-thumbnail img {
  transform: scale(1.05);
}

/* 播放按钮覆盖层 */
.play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.actor-card:hover .play-overlay {
  opacity: 1;
}

.play-overlay i {
  font-size: 24px;
  color: #333;
  margin-left: 3px; /* 微调播放按钮位置 */
}


/* 演员详情 */
.actor-details {
  padding: 5px 15px 15px 20px;
  text-align: center;
}

.actor-details h4 {
  margin: 0 0 8px 0;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

.actor-details p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .actor-card {
    flex: 0 0 calc(50% - 15px);
    min-width: 280px;
  }
  
  .actor-nav-tabs {
    flex-wrap: wrap;
  }
  
  .nav-tab {
    flex: 1;
    min-width: 120px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .actor-card {
    flex: 0 0 100%;
    min-width: 280px;
  }
  
  .actor-thumbnail {
    height: 200px;
  }
  .actor-thumbnail img {
    width: 100%;
    height: 94%;
    object-fit: contain;
    transition: transform 0.3s ease;
  }
}

/* 演员详情页：顶部视频盒子（仅本页） */
.actor-video-box{ position: relative; width: 100%; aspect-ratio: 16/9; background:#000; border-radius: 8px; overflow: hidden; }
.actor-video-poster{ width: 100%; height: 100%; object-fit: cover; display:block; filter: brightness(0.9); }
.actor-video-play{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 74px; height: 74px; border: none; border-radius: 50%; background: rgba(255,255,255,.95); cursor: pointer; box-shadow: 0 10px 25px rgba(0,0,0,.2); }
.actor-video-play::after{ content:""; position:absolute; left: 50%; top:50%; transform: translate(-35%,-50%); border-style: solid; border-width: 14px 0 14px 24px; border-color: transparent transparent transparent #2f89fc; }

.actor-video-box video{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.actor-video-box.playing .actor-video-poster,
.actor-video-box.playing .actor-video-play{ display: none; }
.actor-video-box.playing video{ display: block !important; }
.actor-detail-tuijian{ margin-top: 30px; }

/* 服务项目图片自动滚动区域样式 */
.service-images-scroll{
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  margin: 20px 0;
  position: relative;
}

.service-images-container{
  display: flex;
  gap: 15px;
  animation: scrollImages 20s linear infinite;
  width: calc(200% + 30px); /* 双倍宽度确保无缝滚动 */
}

.service-images-container img{
  width: 230px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}

/* 鼠标悬停时暂停滚动 */
.service-images-scroll:hover .service-images-container{
  animation-play-state: paused;
}

/* 自动滚动动画 */
@keyframes scrollImages {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* 移动端适配 */
@media (max-width: 768px) {
  .service-images-container img{
    width: 200px;
    height: 35px;
  }
  .service-images-container{
    gap: 10px;
  }
}

/*=================================================================
  直播合作模式样式
==================================================================*/
.zhibo-left {
  color: #fff;
}

.zhibo-left p:first-child {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 40px 0;
  text-align: center;
  color: #fff;
}

.zhibo-left p:nth-child(2),
.zhibo-left p:nth-child(4),
.zhibo-left p:nth-child(6) {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
}



.zhibo-left p:nth-child(3),
.zhibo-left p:nth-child(5),
.zhibo-left p:nth-child(7) {
  font-size: 14px;
  margin: 0 0 25px 23px;
  color: #ccc;
  line-height: 1.5;
}

/* 直播合作模式右侧图片样式 */


/* 直播合作模式移动端适配 */
@media (max-width: 768px) {
  .zhibo-left {
    padding: 40px 20px;
    display: flex;
  }
  
  .zhibo-left p:first-child {
    font-size: 24px;
    margin: 0 0 30px 0;
  }
  
  .zhibo-left p:nth-child(2),
  .zhibo-left p:nth-child(4),
  .zhibo-left p:nth-child(6) {
    font-size: 18px;
    margin: 0 0 8px 0;
    gap: 12px;
  }
  
  .zhibo-left p:nth-child(3),
  .zhibo-left p:nth-child(5),
  .zhibo-left p:nth-child(7) {
    font-size: 13px;
    margin: 0 0 20px 20px;
  }
  
  .zhibo-right {
    padding: 15px;
  }
  
  .zhibo-right img {
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .zhibo-left {
    padding: 0 15px;
    display: flex;
  }
  
  .zhibo-left p:first-child {
    font-size: 20px;
    margin: 0 10px 25px 0;
  }
  
  .zhibo-left p:nth-child(2),
  .zhibo-left p:nth-child(4),
  .zhibo-left p:nth-child(6) {
    font-size: 16px;
    margin: 0 0 6px 0;
    gap: 10px;
  }
  
  .zhibo-left p:nth-child(3),
  .zhibo-left p:nth-child(5),
  .zhibo-left p:nth-child(7) {
    font-size: 15px;
    margin: 0 5px;
  }
  
  .zhibo-right {
    padding: 10px;
  }
  
  .zhibo-right img {
    max-width: 250px;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*=================================================================
  合作介绍样式
==================================================================*/

.yuanqu-text{
  margin-bottom: 20px;
}
.cooperation-intro {
  max-width: 1500px;
}

/* 主标题区域 */
.intro-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.header-bar {
  width: 14px;
  height: 70px;
  background-color: #1e88ff;
  margin-right: 15px;
}

.intro-header h2 {
  color: #1e88ff;
  font-size: 45px;
  font-weight: bold;
  margin: 0;
}

/* 编号区域 */
.intro-section {
  display: flex;
  flex-direction: column;
}

.section-number {
  font-size: 120px;
  font-weight: bold;
  color: #e3ecf6;
  line-height: 1;
  margin-right: 30px;
  flex-shrink: 0;
  font-family: "Impact Normal", Impact, sans-serif;
}

.section-content {
  flex: 1;
  margin-top: -25px;
}

.section-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.section-title h3 {
  font-size: 40px;
  font-weight: 400;
  color: #333;
  margin: 0;
  margin-right: 20px;
}

.title-line {
  flex: 1;
  height: 9px;
  background-color: #1e88ff;
  max-width: 100px;
  margin-left: 60px;
}

.section-desc {
  font-size: 30px;
  color: #666;
  margin: 0;
}

/* 特色网格 */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 40px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.feature-bullet {
  width: 15px;
  height: 15px;
  background-color: #1e88ff;
  margin-top: 8px;
  flex-shrink: 0;
}

.feature-content h4 {
  font-size: 25px;
  font-weight: 400;
  color: #333;
  margin: 0 0 8px 0;
}

.feature-content p {
  font-size: 20px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .yuanqu-text {
    /* padding: 60px 30px; */
    padding: 0;
  }
  
  .intro-header h2 {
    font-size: 20px;
  }
  
  .section-number {
    font-size: 80px;
    margin-right: 20px;
  }
  
  .section-title h3 {
    font-size: 24px;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .yuanqu-text {
    padding: 0;
  }
  
  .intro-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .section-number {
    font-size: 60px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  
  .section-title {
    flex-direction: column;
    align-items: center;
  }
  
  .title-line {
    margin-top: 10px;
    max-width: 150px;
  }
  .feature-bullet{
    width: 10px;
    height: 10px;
  }
  .feature-content h4{
   font-size: 18px;  
  }
  .feature-content p{
    font-size: 15px;  
  }
  .team{
    padding-top: 25px;
  }
}

/*=================================================================
  右下角悬浮操作区（独立命名空间）
==================================================================*/
.fab-panel {
  position: fixed;
  right: 18px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 9999;
}

.fab-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background: #1e88ff;
  color: #fff;
  font-size: 24px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.fab-btn:hover { background: #1772d8; }

.fab-qr-wrap { position: relative; }
.fab-qr-pop {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 10px 25px rgba(0,0,0,.15);
  display: none;
}
.fab-qr-pop img { width: 120px; height: 120px; object-fit: contain; }
.fab-qr-wrap:hover .fab-qr-pop { display: block; }

.fab-top { display: none; }
.fab-panel.show-top .fab-top { display: inline-block; }
/*=================================================================
  独立分页器组件（不影响现有按钮样式）
==================================================================*/
.sp-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 20px 0 10px;
}

.sp-page-btn {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #e6e6e6;
  background: #fff;
  color: #666;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  cursor: default;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
  pointer-events: none;
}

.sp-page-btn:hover {
  background: #f6f9ff;
  border-color: #d8e6ff;
}

.sp-page-btn:focus,
.sp-page-btn:active {
  outline: none;
  background: #3a8cff;
  border-color: #3a8cff;
  color: #fff;
}

.sp-page-btn.sp-active {
  background: #3a8cff;
  border-color: #3a8cff;
  color: #fff;
}

.sp-page-btn.sp-prev,
.sp-page-btn.sp-next {
  color: #bbb;
}

/* 上一页/下一页点击不变色，仅保持默认样式 */
.sp-page-btn.sp-prev:hover,
.sp-page-btn.sp-next:hover,
.sp-page-btn.sp-prev:focus,
.sp-page-btn.sp-next:focus,
.sp-page-btn.sp-prev:active,
.sp-page-btn.sp-next:active {
  background: #fff;
  border-color: #e6e6e6;
  color: #bbb;
  outline: none;
}

@media (max-width: 480px) {
  .sp-page-btn {
    width: 28px;
    height: 28px;
    line-height: 26px;
    font-size: 13px;
  }
}
/*=================================================================
  Footer Top 自定义模块（不影响原有 footer 样式）
==================================================================*/
.footer-top-content {
  display: grid;
  grid-template-columns: 0.6fr 1.6fr 0.9fr 1.6fr 0.6fr;
  gap: 30px;
  padding: 30px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-top-content .footer-about > p span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #e6e6e6;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-top-content .footer-links {
  list-style: none;
  margin: 12px 0 0 0;
  padding: 0;
}

.footer-top-content .footer-links li {
  line-height: 25px;
  font-size: 13px;
  color: #bfc4ca;
}

.footer-top-content .footer-links a {
  color: #bfc4ca;
  text-decoration: none;
}

.footer-top-content .footer-links a:hover {
  color: #386dd6;
}

.footer-top-content .columns-2 {
  columns: 3;
}

.footer-top-content .service .footer-icon {
  display: inline-block;
  width: 18px;
  text-align: center;
  margin-right: 6px;
}

.footer-top-content img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  background: #fff;
  padding: 6px;
  border-radius: 4px;
}

@media (max-width: 992px) {
  .footer-top-content {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
  }
}

@media (max-width: 576px) {
  .footer-top-content {
    grid-template-columns: 1fr;
  }

  .footer-top-content img {
    width: 120px;
    height: 120px;
  }
}
/*=================================================================
  关于园区（地址示意图）样式
==================================================================*/
.address-section {
  background-color: white;
  margin: 15px 0;
  padding: 30px 0;
}

.address-content {
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
}

.address-content h1 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 24px;
}

.address-content img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  border: 6px solid #fff;
  padding: 15px;
}

@media (max-width: 768px) {
  .address-section {
    padding: 30px 0;
  }
  .address-content h1 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .address-content img {
    border-width: 4px;
    border-radius: 6px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
  }
}
/*=================================================================
  合作客户样式
==================================================================*/
.clients-section {
  background-color: white;
  padding: 30px;
}

.clients-header {
  text-align: center;
  margin-bottom: 40px;
}

.clients-header h1 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin: 0;
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 60px;
  max-width: 1200px;
  margin: 0 auto 30px;
}

.client-item {
  background: white;
  border-radius: 8px;
  padding: 10px 0 0;
}

.client-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.client-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.client-meta {
  display: flex;
  flex-direction: column;
}

.client-name {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.client-title {
  font-size: 13px;
  color: #777;
}

.client-quote {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin: 0;
}

.clients-more {
  text-align: center;
  margin-top: 20px;
}

.clients-more-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.clients-more-btn:hover {
  background-color: #0056b3;
}

@media (max-width: 992px) {
  .clients-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 30px;
  }
}

@media (max-width: 576px) {
  .clients-header h1 {
    font-size: 28px;
  }

  .clients-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .client-avatar {
    width: 48px;
    height: 48px;
  }
}
