

.bannernews{
    margin-top: -95px;
}
.daodiy.navbar{
    background-color: #fff;
    color: #212121;
}
.daodiy.navbar a{
    color: #212121!important;
}
.bannernews .swiper-slide img{
    width: 100%;
}
#index>div{
    /*padding: 0 0 50px;*/
}
#index01 .swiper-button-next,#index01  .swiper-button-prev{
    color: #71707070;
}
#index01 .swiper-button-next:hover,#index01  .swiper-button-prev:hover{
    color: #212121;
}
#index01 .mySwipercp1 .swiper-slide-thumb-active .tit h3{
    color: #212121;
    font-weight: 600;
}
#index01 .mySwipercp1 .swiper-slide:hover .tit h3{
    color: #212121;
    font-weight: 600;
}
#index01 .mySwipercp2 .info .pic img{
    margin: 0 auto;
    display: block;
    max-height: 500px;
}
#index03 .tabs-wrapper {
    display: flex;
    width: 100%;
    margin: 40px auto;
    /* border: 1px solid #ddd; */
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    /* padding-left: calc(100% - 1650px); */
}

#index03 .left-tabs {
    position: relative;
    width: 30%;
    background: #f8f9fa;
    border-right: 1px solid #eee;
    padding: 5% 0 15% 14%;
    background: url("../img/8b692ff013d55e09fb519a1d49ca75c.jpg") no-repeat;
    background-size: 100% 100%;
}
#index03 .left-tabs ul{
        border-left: 2px solid #999;
        min-width: 300px;
}
#index03 .left-tabs .wen{
    position: absolute;
    bottom: 10%;
    right: 6%;
    text-align: right;
}
#index03 .left-tabs .wen p{
    color: #666;
    font-size: 20px;
    margin: 10px 0;
}
#index03 .tab-title {
    padding: 16px 24px;
    cursor: pointer;
    transition: all 0.3s;
    border-left: 3px solid transparent;
    /* margin: 4px 0; */
    font-size: 16px;
    /*color: #71707070;*/
}

#index03 .tab-title:hover {
    font-weight: 600;
}

#index03 .tab-title.active {
    border-left-color: #f18e13;
    background: #ffffff00;
    color: #212121;
    font-weight: 600;
    /* width: inherit; */
    margin-left: -2px;
    font-size: 20px;
}

#index03 .right-content {
    flex: 1;
    padding: 5% 0;
    min-height: 500px;
    background: #f5f5f5;
}

/* 核心修复点 */
#index03 .tab-pane {
    display: none;
}

#index03 .tab-pane.active {
    display: block;
    animation: fadeIn 0.3s;
}

/* 全部视图模式 */
#index03 #all.active {
    display: grid !important;
    gap: 20px;
}

#index03 #all .content-card {
    padding: 20px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    opacity: 0.95;
    transform: scale(0.98);
    transition: all 0.3s;
}

#index03 #all .content-card:hover {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

#index03 .swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#index03 .swiper {
  width: 100%;
  /* height: 100%; */
}

#index03 .swiper-slide {
  width: 100%;
  height: 100%;
  background: #ffffff00;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

/* 关键样式：启用硬件加速 */
#index03 .swiper-wrapper {
  transition-timing-function: linear !important;
}
#index03 .swiper-slide .ppimg img{
    margin-bottom: 20px;
    margin-right: 20px;
    width: calc(100% / 5 - 27px);
}
#index03 .swiper-slide.weig{
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#index03 .swiper-slide .ppimg{
    padding-left: 20px;
    width: -webkit-fill-available;
}
#index03 .swiper-slide.weig .ppimg img{
    margin-right: 20px;
}
/*企业视频*/
.index05 .video-container {
    position: relative;
    /*height: 100vh;*/
    overflow: hidden;
}

.index05 .video-overlay {
    position: absolute;
    top: 20vh;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.index05 video {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.index05 .btn-play {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #999;
    color: white;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-size: 16px;
    transition: all 0.3s ease;
}

.index05 .btn-play:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.index05 .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0);
}

.index05 .modal-content {
    background-color: #ffffff00;
    margin: 10% auto;
    padding: initial;
    border: 1px solid #88888800;
    width: 100%;
    max-width: 60%;
    position: relative;
    top: auto;
    box-shadow: 0 5px 15px rgb(0 0 0 / 0%);
    height: -webkit-fill-available;
    
    
.index05 .modal-content {
    max-width: 1000px;
    top: auto;
    box-shadow: 0 5px 15px rgb(0 0 0 / 0%);
    height: -webkit-fill-available;
    };
}

.index05 .close {
    color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    z-index: 1;
}

.index05 .close:hover,
.index05 .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.index05 .index05container  {
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 100%;
    height: 100%;
    display: flex;
    color: white;
    align-items: flex-end;
    justify-content: space-evenly;
}
.index05 .index05container .item{
    
}
.index05 .index05container .item .number{
    font-size: 32px;
    /*font-weight: 600;*/
}
.index05 .index05container .item .desc{
    font-size: 16px;
}
.index05 .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 5px);
    background-color: rgba(0, 0, 0, 0.5);
}
.index05 .video-overlay h1 {
    color: #ffffff;
    font-weight: 500;
}
/* 1920-2560分辨率适配 */
@media (min-width: 1920px) and (max-width: 2560px) {
    .index05 .video-overlay h1 {
          /* 加大标题字号 */
          color: #ffffff;
          font-weight: 500;
    }
    
    .index05 .video-overlay p {
          /* 加大副标题字号 */
          color: #afafaf;
    }
    
    .index05 .btn-play {
          /* 加大按钮尺寸 */
          border-width: 1px;
    }
    
    .index05 .modal-content {
        /* max-width: 1000px; */  /* 加大弹窗尺寸 */
        /* top: auto; */
        /* box-shadow: 0 5px 15px rgb(0 0 0 / 0%); */
        /* height: -webkit-fill-available; */
    }
}
@media (min-width: 1921px) {
#index03 .swiper-slide .ppimg img{
    margin-bottom: 20px;
    margin-right: 20px;
    width: calc(100% / 5 - 27px)
}
}


.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}
#diydz h1 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #212121;
    margin-bottom: 50px;
}
#diydz .text-center {
    text-align: center;
    color: #717070;
    margin-bottom: 2rem;
    font-size: 16px;
    margin-bottom: 50px;
    width: 800px;
    margin: 0 auto 50px;
}
#diydz .consult-btn {
    padding: 10px 30px;
    background-color: #ffffff;
    color: #212121;
    border-radius: 25px;
    text-decoration: none;
    border: none;
    transition: background-color 0.3s;
    font-size: 16px;
    border: 1px solid #33333361;
}
#diydz .consult-btn:hover{
    background-color: #f39c12;
    color: #fff;
    border: 1px solid #00000000;
}

#diydz .button-container{
    margin: 0 auto;
    display: table;
    padding: 60px 0 10px;
}
#diydz .renzheng{
    margin: 110px auto;
    /*margin: 0 auto;*/
    display: table;
}
.ul-info-b9 li.s3 .info h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.ul-info-b9 li.s3 .info1 p {
    font-size: 14px;
    margin-bottom: 10px;
}
.s3 .info .tit1 img,.s1 .info .tit1 img,.s2  img,.s4 .info .tit1 img {
    width: 40px;
    margin-bottom: 20px;
    
}
.s1 .info1 p,.s2 .info1 p,.s3 .info1 p,.s4 .info1 p {
    font-size: 16px !important;
    color: #0000007a!important;
}
.ul-info-b9 li.s3 .info1 {
    /*box-shadow: 0px 4px 39px 1px rgba(120, 148, 217, 0.1600);*/
    padding-bottom: 50px;
    height: 400px;
    background: #0000000d;
}
.dzdcyy .swiper {
  width: 100%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  /*overflow: visible;*/
}

.dzdcyy .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;

  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.dzdcyy .swiper-slide .card {
    width: auto;
    height: -webkit-fill-available;
    position: relative;
    width: -webkit-fill-available;
}
.dzdcyy .swiper-slide img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    width: 100%;
}
.dzdcyy .swiper-slide .card .card-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        /*background-color: rgba(0, 0, 0, 0.5); */
        color: white;
        padding: 40px;
        text-align: justify;
}
.dzdcyy .swiper-slide .card .card-overlay h3{
    font-size: 20px;
    color: #212121;
    margin-bottom: 5px;
}
.dzdcyy .swiper-slide .card .card-overlay a{
    font-size: 16px;
    color: #717070;
}
.dzdcyy .swiper-button-next, .swiper-button-prev{
    color: #212121;
}
/*.dzdcyy .swiper-button-next {*/
/*  right: -50px;*/
/*}*/

/* 定位上一页按钮到左侧 */
/*.dzdcyy .swiper-button-prev {*/
/*  left: -50px;*/
/*}*/
.changjian{
    margin: 110px 0 0;
}
.changjian .dzcj ul li h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 2;
}

.changjian .dzcj ul li p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #717070;
}
.top_crumbs{
    color: #555;
    font-size: 16px;
    
}
.top_crumbs a{
    color: #555;
    font-size: 16px;
    /*line-height: 80px;*/
    padding: 0 9px;
}
.top_crumbs  a:first-child {
    padding-left: 0px;
}
.top_crumbs a:hover{
    color: #f98e3e;
}
.swiper-pagination-bullet-active {
    background: #fa9600;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 6px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 6px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
}
.swiper-pagination-bullet-active{
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 24px));
    border-radius: 20px;
}