.home-banner {
    position: relative;
    width: 100%;
}

.home-banner ul li {
    position: relative;
}

.home-banner ul li img.banner {
    position: relative;
    width: 100%;
    transition: all 0.5s;
}

.home-banner ul li.swiper-slide-active img.banner {
    opacity: 1;
    transform: scale(1.05);
}

.home-banner .pagination-banner {
    bottom: 10% !important;
}

.home-banner .pagination-banner span {
    width: 2px;
    height: 10px;
    border-radius: 0px;
    background: #fff;
    opacity: 1;
    margin: 0 6px;
    padding: 1px;
    position: relative;
    margin: 0 7px !important;
}

.home-banner .pagination-banner span.swiper-pagination-bullet-active {
    width: 4px;
    height: 16px;
}


.home-banner .swiper-bottom {
    position: absolute;
    bottom: 50%;
    right: 0px;
    width: 100%;
    padding: 0;
    z-index: 2;
}

.swiper-relative {
    position: relative;
    height: 50px;
    overflow: hidden;
}

.swiper-relative div {
    position: absolute;
    width: 43px;
    height: 43px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 100%;
    cursor: pointer;
}

.home-banner .swiper-banner-prev {
    background: url(../images/left.svg) center no-repeat;
    left: 2%;
}

.home-banner .swiper-banner-next {
    background: url(../images/right.svg) center no-repeat;
    right: 2%;
}

.home-banner .swiper-button-disabled {
    opacity: 0.35;
}

/*下拉提示*/
.go-more {
    position: absolute;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    height: 100px;
    animation: go-more 0.3s linear infinite;
}

.srolling {
    width: 24px;
    height: 34px;
    position: absolute;
    left: 50%;
    bottom: 5%;
    margin-left: -12px;
    border-radius: 30px;
    border: 1px solid #fcede4;
    cursor: pointer;
}

.srolling span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.srolling i {
    height: 8px;
    width: 2px;
    position: absolute;
    left: 50%;
    top: 10%;
    margin-left: -1px;
    background: #fff;
    animation: srolling 1000ms infinite ease-out;
    -webkit-animation: srolling 1000ms infinite ease-out;
}

@keyframes srolling {
    0% {
        height: 8px;
        top: 10%;
        opacity: 1;
    }

    100% {
        height: 3px;
        top: 85%;
        opacity: 0;
    }
}

/*下拉提示 end*/

#index_ready {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

#index_ready .home-title {
    padding-bottom: 0;
}

#index_ready .home-title .count {
    background-color: var(--dataColor);
    color: #fff;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 5px;
    margin-top: 20px
}

#index_ready form .list {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
}

#index_ready form .list input {
    width: calc(33.33% - 20px);
    height: 40px;
    border-radius: 5px;
    padding-left: 10px;
    box-sizing: box-sizing;
    background: #f6f6f6;
}

#index_ready form>input {
    background-color: var(--dataColor);
    color: #fff;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 5px;
    margin-top: 20px;
}

#index_details .home-title b {
    color: #fff;
}

#index_about {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#index_about .list {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
}

#index_about .box {
    padding-left: 100px;
    padding-right: 100px;
}

#index_about .list .item {
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0 0 5px #eee;
    display: flex;
    align-content: center;
    justify-content: center;

}

@media screen and (max-width: 600px) {
    #index_ready {
        height: 400px;
        background-position: 80% 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }

    #index_about .box {
        padding-left: 10px;
        padding-right: 10px;
    }

    #index_about .list .item {
        padding: 10px;
    }

    #index_about .list .item img {
        width: 80px;
    }

    #index_details .container .list {
        flex-wrap: wrap;
    }

    #index_details .container .list img {
        width: calc(50% - 10px) !important;
        margin-bottom: 20px;
    }

    #index_ready img {
        height: 200px;
        object-fit: cover
    }
}

#index_about .images {
    display: flex;
    justify-content: space-between
}

#index_about .images img {
    width: calc(50% - 10px)
}

#index_elegant .home-title b {
    color: var(--dataColor);
    display: flex;
    justify-content: center;
    margin: 0 auto;
    /* padding-bottom: 0 */
}

#index_elegant .home-title b span {
    color: #555;
    font-weight: normal;
    margin-left: 10px
}

#index_elegant .elegant-pagination {
    position: static;
    display: flex;
    justify-content: center
}

#index_elegant .elegant-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: auto;
    height: auto;
    opacity: 1
}

#index_elegant .elegant-pagination .swiper-pagination-bullet::after {
    content: "/";
    color: #555;
    margin-left: 10px
}

#index_elegant .elegant-pagination .swiper-pagination-bullet:last-child::after {
    display: none
}

#index_elegant .elegant-pagination .swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    font-weight: bold;
    color: var(--dataColor)
}

#index_elegant .listImg .swiper-slide,
#index_elegant .elegant-container-gov .swiper-slide{
    /* border: 1px solid #eee; */
    /* text-align: center; */
    line-height: 2.5;
    background-color: #eee
}
#index_honor .listImg .swiper-slide {
    /* border: 1px solid #eee; */
    /* text-align: center; */
    line-height: 2.5;
    background-color: #eee
}
#index_elegant .listImg .swiper-slide:hover,
#index_elegant .elegant-container-gov .swiper-slide:hover{
    box-shadow: 0 0 10px #ccc;
    transform: scale(1.02);
    color: var(--dataColor);
    transition: .5s
}

#index_elegant .listImg a:hover .case_label,
#index_elegant .elegant-container-gov a:hover .case_label{
    opacity: 0;
  transform: translateY(0);
  transition: opacity 0.3s, transform 0.3s;
}

#index_elegant .slide80 {
    background: #fff;
}
#index_honor .slide80 {
    background: #fff;
}

#index_honor .slide80 img {
    object-fit: contain;
}
/*#index_elegant .slide80 img {*/
/*    object-fit: contain;*/
/*}*/
#index_elegant .listImg .swiper-slide .flex,
#index_elegant .elegant-container-gov .swiper-slide .flex{
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}
#index_honor .listImg .swiper-slide .flex {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}
#index_elegant .slide80 img,
#index_elegant .elegant-container-gov .slide80 img {
    width: 518px;
    height: 388px;
    position: static;
    /*width: 100%;*/
    /*height: auto;*/
    transform: none;
    clip-path: polygon(0% 8%, 100% 0%, 100% 100%, 0% 100%);
}
#index_honor .slide80 img {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
}
#index_elegant .box .list {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#index_elegant .box .list .case_label {
    width: 100%;
    height: 35%;
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: center;
}

#index_elegant .box .list .case_label .case_title {
    width: 90%;
    height: 100%;
    background: #fff;
    color: #000;
    border-bottom: 5px solid #3F51B5;
    padding-left: 5%;
    clip-path: polygon(0% 0%, 100% 38%, 100% 100%, 0% 100%);
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
}

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

}

#index_vexed {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

#index_vexed .home-title b:nth-child(2) {
    color: var(--dataColor);
}

#index_vexed .home-title b {
    display: block;
    text-align: left;
    padding-bottom: 0
}

#index_vexed .home-title b:first-child {
    font-weight: normal
}

#index_vexed .home-title b::before {
    display: none
}

#index_vexed .home-title b::after {
    display: none
}

#index_vexed .listImg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#index_vexed .listImg .item {
    width: calc(25% - 20px);
    background-image: url('/template/default/pc/static/images/home/index_14.png');
    background-repeat: no-repeat;
    background-size: content;
    background-position: bottom left;
    padding-bottom: 20px
}

#index_vexed .item .iocns {
    height: 44px;
    padding-left: 20px;
    display: block;
    margin-bottom: 20px;
}

#index_vexed .listImg .item .title {
    padding-left: 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    height: 50px;
    display: flex;
    /* justify-content: center; */
    align-items: Center;
    margin: 24px 0;
}

#index_vexed .listImg .item .content {
    padding: 0 20px;
    margin-top: 10px;
    line-height: 1.5
}

@media screen and (max-width: 600px) {
    #index_vexed .listImg .item {
        width: calc(50% - 20px)
    }
}

#index_affairs.n .box {
    background-position: 0 60px;
}

#index_affairs.n .home-title {
    text-align: right;
}

#index_affairs.n .home-title p {
    text-align: right;
    width: 100%;
}

#index_affairs.n .listImg .item {
    background: #555;
    color: #fff;
    border-radius: 10px;
}

#index_affairs.n .listImg .item:hover {
    background: var(--backColor);

}

#index_affairs.n .listImg .item img {
    width: 100%;
    border-radius: 10px;
}

#index_affairs.n .listImg .item .title {
    text-align: center;
    position: relative;
    margin: 5px;
    height: 50px;
    display: flex;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    /* vertical-align: middle; */
    /* display: table-cell; */
    /* transform: translateY(50%); */
    /* padding: 50%; */
    /* display: flex; */
    justify-content: center;
    align-items: Center;
}

#index_affairs.n .listImg .item .title:after {
    content: "—— · ——";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

#index_affairs.n .listImg .item .cntent {
    padding: 20px;
    text-align: center;
    height: 250px;
    text-indent: 2em;
    text-align: justify;
    display: inline-table;
    word-wrap: break-word;
    word-break: break-all;
}

#index_affairs.n .ENlistImg .item .cntent {
    padding: 16px;
    text-align: left;
    height: 250px;
    text-indent: 0;
    /* text-align: center; */
    display: inherit;
    word-wrap: normal;
    word-break: normal;


}

#index_affairs .box {
    background-position: 100% 60px;
    background-size: 500px;
    background-repeat: no-repeat
}

#index_affairs .home-title {
    text-align: left
}

#index_affairs .home-title b {
    display: block;
    padding-bottom: 0;
    color: var(--dataColor)
}

#index_affairs .home-title b::before {
    display: none
}

#index_affairs .home-title b::after {
    display: none
}

#index_affairs .home-title .content {
    display: block;
    color: var(--backColor);
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px
}

#index_affairs .home-title p {
    text-align: left;
    display: block;
    margin: 0;
    color: #555
}

#index_affairs .home-title .lang img {
    width: 100px;
    height: 64px;
    margin: 40px 10px
}

#index_affairs .listImg {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

#index_affairs .listImg .item {
    width: calc(25% - 24px)
}

#index_affairs .listImg5 .item {
    width: calc(20% - 24px);
}

#index_affairs .listImg .item .content {
    margin-top: 10px;
    line-height: 1
}

@media screen and (max-width: 600px) {
    #index_affairs .box {
        background-position: calc(100% - 10px) 20px;
        background-size: 150px
    }

    #index_affairs .box .home-title .lang img {
        margin-top: 20px;
        margin-bottom: 0px
    }

    #index_affairs .listImg .item {
        width: calc(50% - 10px);
        margin-bottom: 20px
    }
}

#index_logistics .home-title {
    padding: var(--padding);
    color: #fff
}

#index_logistics .home-title b {
    color: #2960a8
}

#index_logistics .home-title p {
    color: #2960a8;
}

#index_logistics .home-title .log {
    margin-top: 40px
}

#index_logistics .home-title .log span {
    display: block;
    line-height: .5;
    animation-timing-function: linear;
    animation-duration: 3s;
    animation-iteration-count: infinite
}

#index_logistics .home-title .log span:first-child {
    color: #fff;
    animation-name: three
}

#index_logistics .home-title .log span:nth-child(2) {
    color: #999;
    animation-name: two
}

#index_logistics .home-title .log span:last-child {
    color: #555;
    animation-name: one
}

#index_logistics .box {}

#index_logistics .box .left {
    width: 52%
}

#index_logistics .box .kp {
    width: 100% !important;
}

#index_logistics .box .right {
    width: 48%
}

#index_logistics .box .right .home-title {
    text-align: left;
    padding: 0
}

#index_logistics .box .right .home-title b::before,
#index_logistics .box .right .home-title b::after {
    display: none
}

#index_logistics .box .right .home-title b:first-child {
    padding-bottom: 0;
    font-weight: normal;
    color: #000
}

#index_logistics .box .right .home-title b:last-child {
    color: var(--backColor)
}

#index_logistics .box .right .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

#index_logistics .box .right .list .item {
    width: calc(12% - 20px);
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    border-radius: 10px
}

#index_logistics .box .right .list .item::after {
    font-family: "iconfont";
    content: "";
    position: absolute;
    background-color: #222;
    border-radius: 50%;
    color: #fff;
    left: calc(100% + 5px);
    width: 15px;
    line-height: 15px;
    font-size: 5px;
    text-align: center;
    height: 15px;
    top: 50%;
    transform: translateY(-50%)
}

#index_logistics .box .right .list .item:nth-child(4n)::after {
    display: none
}

#index_logistics .box .right .list .item span {
    display: block;
    text-align: center;
    color: #ccc;
    font-weight: bold
}

#index_logistics .box .right .list .item .iconfont {
    font-weight: normal;
    font-size: 30px;
    color: #999
}

#index_logistics .box .right .list .item .title {
    margin-top: 10px;
    color: var(--dataColor)
}

@media screen and (max-width: 1024px) {
    #index_logistics .box .right .list {
        justify-content: flex-start
    }

    #index_logistics .box .right .list .item {
        width: calc(33.33% - 20px)
    }

    #index_logistics .box .right .list .item:nth-child(3n-1) {
        margin: 0 30px 20px
    }

    #index_logistics .box .right .list .item:nth-child(4n)::after {
        display: block
    }

    #index_logistics .box .right .list .item:nth-child(3n)::after {
        display: none
    }

    #index_logistics .box .right .list .item:last-child::after {
        display: none
    }
}

@media screen and (max-width: 600px) {
    #index_logistics .home-title {
        padding: 20px 0
    }

    #index_logistics .container-fluid {
        background-size: cover;
        background-position: right
    }

    #index_logistics .box .left {
        display: none
    }

    #index_logistics .box .right {
        width: 100%
    }

    #index_logistics .box .right .list {
        justify-content: space-between
    }

    #index_logistics .box .right .list .item {
        width: calc(50% - 15px);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px
    }

    #index_logistics .box .right .list .item .title {
        margin-top: 0
    }

    #index_logistics .box .right .list .item::after {
        display: none
    }

    #index_logistics .box .right .list .item:nth-child(2n-1)::after {
        display: block
    }

    #index_logistics .box .right .list .item:nth-child(3n-1) {
        margin: 0;
        margin-bottom: 20px
    }

    #index_logistics .box .right .list .item:nth-child(4n)::after {
        display: none
    }
}

#index_type {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

#index_type .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#index_type .box::before,
#index_type .box::after {
    display: none
}

#index_type .box .icon {
    width: calc(50% - 40px)
}

#index_type .box .right {
    width: calc(50% - 40px);
    /* color: #fff; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 16px;
    text-align: justify;
    
    
}

#index_type .box .right .title {
    font-weight: bold;
    font-size: var(--title);
    font-family: system-ui;
}

#index_type .box .right .content {
    /* line-height: 2 */
}

.box  .more {
    padding: 8px 60px;
    color:#1A1A1A;
    display: inline-block;
     
    background: linear-gradient(135deg, #FFDFB4, #FFCA8C);
}

#index_type .box .right .more:hover {
    background: linear-gradient(135deg, #FFDFB4, #FFCA8C);
    color: #000;
}

#index_type video {
    width: 50%;
    background: #000;
}

#index_type .box .bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

#index_type .box .bottom .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#index_type .box .bottom .item .son {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 15px;

}

#index_type .box .bottom .item .son .font {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 40px;
    color: #000000;

}

#index_type .box .bottom .item .son .timer2 {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
}

@media screen and (min-width: 768px) {
    #index_type .box .left_img {
        width: calc(50% - 40px);
    }
}

@media screen and (max-width: 768px) {
    #index_affairs.n .ENlistImg .item .cntent {
        font-size: 12px;

    }

    #index_affairs.n .listImg .item .title {
        font-size: 14px;
    }

    #index_type video {
        width: 100%;
        background: #000;
    }

    #index_type .box {
        flex-direction: column
    }

    #index_type .box .icon,
    #index_type .box .right {
        width: 100%
    }

    #index_type .box .right {
        margin-top: 20px
    }

    #index_type .box .left_img {
        width: 100%;
    }
}
@media screen and (max-width: 1000px) {
    #index_type .box .right .content p span {
        font-size: 15px !important;
    }
    
  
    #index_type .box .bottom .item .bottom_img {
        width: 45px;
    }

    #index_type .box .bottom .item .son .font {
        font-size: 28px;
        font-weight: 400 !important;
    }

    #index_type .box .bottom .item .son .timer2 {
        font-size: 13px;
    }
}
@media screen and (max-width: 600px) {
    #index_type .box .bottom .item {
        width: 50%;
        justify-content: normal;
    }
}

#index_superiority .list {
    position: relative
}

#index_superiority .list .pos {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    padding: 0 60px;
    box-sizing: border-box
}

#index_superiority .list .pos .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px
}

#index_superiority .list .pos .item:nth-child(2n) {
    flex-direction: row-reverse
}

#index_superiority .list .pos .item:nth-child(2n) .right {
    padding-left: 200px;
    width: 530px
}

#index_superiority .list .pos .item img {
    width: 45%
}

#index_superiority .list .pos .item .right {
    width: 380px
}

#index_superiority .list .pos .item .right b {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    color: var(--backColor)
}

@media screen and (max-width: 1024px) {
    #index_superiority .list .pos .item {
        margin-bottom: 45px
    }

    #index_superiority .list .pos .item .right {
        width: 270px
    }

    #index_superiority .list .pos .item:nth-child(2n) {
        flex-direction: row-reverse
    }

    #index_superiority .list .pos .item:nth-child(2n) .right {
        padding-left: 130px;
        width: 350px
    }
}

@media screen and (max-width: 600px) {
    #index_superiority .list>img {
        display: none
    }

    #index_superiority .list .pos {
        position: static;
        padding: 0
    }

    #index_superiority .list .pos .item {
        margin-bottom: 20px
    }

    #index_superiority .list .pos .item:nth-child(2n) .right {
        padding-left: 0;
        width: 50%
    }

    #index_superiority .list .pos .item .right {
        width: 50%
    }
}

#index_details .box {
    padding: 0
}

#index_details .container-fluid {
    padding: var(--padding);
    color: #fff
}

#index_details .container .list {
    display: flex;
    justify-content: space-between
}

#index_details .container .list img {
    width: calc(25% - 10px)
}

#index_transport {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

#index_transport .home-title b {
    padding-bottom: 0
}

#index_transport .list {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#index_transport .list .transport-next,
#index_transport .list .transport-prev {
    position: static;
    background-color: rgba(0, 0, 0, 0)
}

#index_transport .list .transport-next::after,
#index_transport .list .transport-prev::after {
    color: #555;
    font-weight: bold;
    font-size: 20px
}

#index_transport .list .transport-container {
    width: calc(100% - 20px)
}

#index_transport .list .transport-container .swiper-slide {
    position: relative
}

#index_transport .list .transport-container .swiper-slide:hover .slide1 {
    display: block
}

#index_transport .list .transport-container .swiper-slide:hover .slide2 {
    display: none
}

#index_transport .list .transport-container .swiper-slide:hover .pos {
    color: #fff;
    transition: none
}

#index_transport .list .transport-container .swiper-slide:hover .bottom .title {
    color: var(--dataColor)
}

#index_transport .list .transport-container .swiper-slide .slide1 {
    display: none
}

#index_transport .list .transport-container .swiper-slide .pos {
    position: absolute;
    top: 0;
    left: 0;
    margin: 40px;
    transition: none
}

#index_transport .list .transport-container .swiper-slide .bottom {
    margin-top: -40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

#index_transport .list .transport-container .swiper-slide .bottom img {
    width: 40%;
    margin-right: 20px
}

#index_transport .list .transport-container .swiper-slide .bottom .title {
    font-weight: bold;
    color: #000;
    font-size: 16px;
    display: block;
    margin-bottom: 20px
}

@media screen and (max-width: 1024px) {
    #index_transport .list .transport-container .swiper-slide .pos {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    #index_transport .list .transport-container .swiper-slide .bottom {
        margin-top: 10px
    }

    #index_transport .list .transport-container .swiper-slide .bottom img {
        width: 30%;
        transform: translateY(-40px)
    }

    #index_transport .list .transport-container .swiper-slide .bottom .title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media screen and (max-width: 600px) {
    #index_transport .home-title b {
        display: flex;
        justify-content: center
    }
}

#index_news .container-fluid {
    text-align: center;
}

#index_news .list {
    display: flex;
    text-align: center;
    justify-content: space-between;
    text-align: left;
}

#index_news .list .left {
    width: calc(45% - 10px);
}

#index_news .list .left .title {
    font-size: 18px;
    line-height: 2;
    color: #000;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#index_news .list .left .date {
    font-size: 12px;
    color: #999;
    line-height: 2;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#index_news .list .left .content {
    display: -webkit-box;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

#index_news .list .right {
    /*width: calc(55% - 10px);*/
    /*display: flex;*/
    flex-direction: column;
    justify-content: space-between;
}

#index_news .list .right .item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 48%;
    float: left;
    padding-left: 4%;
    padding-bottom: 2%;
}

#index_news .list .right .item .image {
    width: 30%;
}

#index_news .list .right .item .ccc {
    width: calc(70% - 10px);
    margin-left: 10px;
}

#index_news .list .ccc .title {
    font-size: 18px;
    line-height: 1;
    color: #000;
    display: block;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}

#index_news .list .ccc .date {
    font-size: 12px;
    color: #999;
    line-height: 2;
    display: block;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#index_news .list .ccc .content {
    display: -webkit-box;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

#index_news .more {
    display: inline-block;
    margin: 20px auto;
    margin-top: 60px;
    padding: 8px 120px;
    color: var(--backColor);
    border: 1px solid;
}



#index_circuit .home-title b {
    color: #fff;
}

#index_circuit .list {
    display: flex;
    justify-content: space-between;
}

#index_circuit .list .item {
    width: calc(50% - 10px);
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}

#index_circuit .list .item:first-child {
    background: rgba(0, 200, 255, 0.6);
}

#index_circuit .list .item:last-child {
    background: rgba(255, 255, 0, 0.6);
}

#index_circuit .list .item .title {
    font-size: 26px;
    padding: 10px;
    /*border-bottom: 1px solid #ccc;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 85px;
}

#index_circuit .list .item .keyword {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

#index_circuit .list .item .keyword3451 {

    border-bottom: 0px solid #ccc;
}

#index_circuit .list .item .keyword p {
    font-size: 19px;
    margin-bottom: 0;
}

#index_circuit .list .item .keyword sup {
    color: #ccc;

}

#index_circuit .list .item>p {
    padding: 10px 0;

}

@media (max-width:600px) {

    #index_circuit .list {
        flex-direction: column;
    }

    #index_circuit .list .item {
        width: 100%;
        margin-bottom: 20px;
    }
}

#index_ensure {
    background: #f6f6f6;
}

#index_ensure .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}

#index_ensure .box:before,
#index_ensure .box:after {
    display: none;

}

#index_ensure .box .left {
    width: calc(50% - 40px);
}

#index_ensure .box .right {
    width: calc(50% - 40px);
}

#index_ensure .box .right .home-title {
    text-align: left;
    padding: 0;
}

#index_ensure .box .right .home-title b {

    color: #000;
}

#index_ensure .box .right .home-title b:before,
#index_ensure .box .right .home-title b:after {
    display: none;
}

#index_ensure .box .right .home-title p {
    margin: 0;
    color: var(--dataColor);
    text-align: center;
}

#index_ensure .box .right .list {
    margin-top: 20px;
}

#index_ensure .box .right .list .item {
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
    position: relative;
    align-items: center;
    border-radius: 10px;
}

#index_ensure .box .right .list .item .iconfont {
    font-weight: normal;
    font-size: 30px;
    color: #999;
}

#index_ensure .box .right .list .item .title {
    color: var(--backColor);
    margin: 0 10px;
}

#index_ensure .box .right .list .item span {
    color: #555;
}

@media (max-width:600px) {
    #index_ensure .box {
        flex-direction: column-reverse;
        padding: 20px 10px;
    }

    #index_ensure .box .left,
    #index_ensure .box .right {
        width: 100%;
    }

    #index_superiority .list .pos .item,
    #index_superiority .list .pos .item:nth-child(2n) {
        flex-direction: column;
    }

    #index_superiority .list .pos .item img,
    #index_superiority .list .pos .item .right,
    #index_superiority .list .pos .item:nth-child(2n) .right {
        width: 100%;
        margin-bottom: 20px;
    }
}

#index_hision {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#index_hision .box {
    display: flex;
    justify-content: space-between;

}

#index_hision .box:before,
#index_hision .box:after {
    display: none;

}

#index_hision .box .left {
    width: calc(50% - 40px);
}

#index_hision .box .right {
    width: calc(50% - 40px);
}

#index_hision .box .right .home-title {
    text-align: left;
    padding: 0;
}

#index_hision .box .right .home-title b {

    color: #000;
}

#index_hision .box .right .home-title b:before,
#index_hision .box .right .home-title b:after {
    display: none;
}

#index_hision .box .right .home-title p {
    margin: 0;
    color: var(--dataColor);
    position: relative;
    margin-bottom: 40px;
}

#index_hision .box .right .home-title p:after {
    contain: "";
    content: "";
    position: absolute;
    left: 0;
    width: 2em;
    bottom: -20px;
    height: 1px;
    background: #ccc;
}

#index_hision .list {
    background: #000;
    color: #fff;
}

#index_hision .list .box {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

#index_hision .list .box .item {
    width: 16.66%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;

}

#index_hision .list .box .item b {
    display: block;
    font-size: var(--title);
}

#index_hision .list .box .item b sub {
    font-size: 10px;

}

@media (max-width:600px) {
    #index_hision .box {
        flex-direction: column;
    }

    #index_hision .box .right,
    #index_hision .box .left {
        width: 100%;
    }

    #index_hision .list .box {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }

    #index_hision .list .box .item {
        width: calc(33.33% - 10px);
        margin: 0 5px;
    }
}

#index_service2 {
    position: relative;
}

#index_service2 .home-title {
    position: absolute;
    top: 60px;
}

@media (max-width:600px) {
    #index_service2 .home-title {

        top: 20px;
    }
    #index_product .list .item{
        width: calc(52.33% - 10px);
    }
}

#index_quick .container-fluid .box {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
}

#index_quick .container-fluid .box .item {
    float: left;
    width: 33.33%;
    padding: 20px;
    border-right: solid 1px #e7e7e7;
    transition: all 0.5s;
}

#index_quick .container-fluid .box .item:nth-child(4) {
    border-right: none;
}

#index_quick .container-fluid .box .item .left {
    text-align: center;
    padding: 20px 10px;
    position: relative;
}

#index_quick .container-fluid .box .item .left h4 {
    padding: 0 0 10px 0;
    font-size: 18px;
    color: #2d2926;
}

#index_quick .container-fluid .box .item .left p {
    font-size: 30px;
    color: #999;
}

#index_quick .container-fluid .box .item .right {
    display: none;

}

#index_quick .container-fluid .box .item .right ul {
    max-height: 140px;
    overflow: hidden;
}

#index_quick .container-fluid .box .item .right li {
    display: block;
    float: left;
    padding: 2px 6px;
    overflow: hidden;
}

#index_quick .container-fluid .box .item .right li a {
    font-size: 14px;
    color: #999;
}

#index_quick .container-fluid .box .item .right li a:hover {
    font-size: 14px;
    color: #e40023;
}


#index_quick .container-fluid .box .item.remove {
    width: 17%;
}

#index_quick .container-fluid .box .item.show {
    width: 66%;
}

#index_quick .container-fluid .box .item.show .left {
    float: left;
    width: 38.5%;
    background-color: var(--dataColor);
}

#index_quick .container-fluid .box .item.show .left h4 {
    width: 100%;
    text-align: center;
    color: #fff;
}

#index_quick .container-fluid .box .item.show .left p {
    color: #fff;
    font-size: 30px;
}

#index_quick .container-fluid .box .item.show .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    float: right;
    width: 55%;
}

#index_quick .container-fluid .box .item.show .right input {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

#index_quick .container-fluid .box .item.show .right button,
#index_quick .container-fluid .box .item.show .right a {
    background-color: #ffb600;
    color: #fff;
    border-color: #ddd;
    padding: 5px 16px;
    border-radius: 4px;
    font-size: 15px;
}

@media screen and (max-width:1024px) {
    #index_quick {
        margin-top: 20px;
    }

    #index_quick .container-fluid .box {
        text-align: center;
        position: relative;
        overflow: hidden;
        box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
    }

    #index_quick .container-fluid .box .item {
        width: 100%;
        padding: 10px;
        border-bottom: solid 1px #e7e7e7;
        transition: all 0.5s;
    }

    #index_quick .container-fluid .box .item:nth-child(4) {
        border-bottom: none;
    }

    #index_quick .container-fluid .box .item {
        border-right: none;
    }

    #index_quick .container-fluid .box .item .left {
        width: 100%;
        text-align: center;
        padding: 10px 10px;
        position: relative;
    }

    #index_quick .container-fluid .box .item .left h4 {
        /*float: left;*/
        /*width: 50%;*/
        padding: 0 0 0 0;
        font-size: 18px;
        color: #2d2926;
        text-align: center;
    }

    #index_quick .container-fluid .box .item .left p {
        font-size: 30px;
        color: #999;
    }

    #index_quick .container-fluid .box .item .right {
        display: none;
        float: right;
        width: 55%;

    }

    #index_quick .container-fluid .box .item .right ul {
        max-height: 1000px;
        overflow: hidden;
    }

    #index_quick .container-fluid .box .item .right li {
        display: block;
        float: left;
        padding: 2px 6px;
        overflow: hidden;
    }

    #index_quick .container-fluid .box .item .right li a {
        font-size: 14px;
        color: #999;
    }

    #index_quick .container-fluid .box .item .right li a:hover {
        font-size: 14px;
        color: #e40023;
    }


    #index_quick .container-fluid .box .item.remove {
        width: 100%;
    }

    #index_quick .container-fluid .box .item.show {
        width: 100%;
    }

    #index_quick .container-fluid .box .item.show .left {
        width: 100%;
    }

    #index_quick .container-fluid .box .item.show .left h4 {
        color: #fff;
    }

    #index_quick .container-fluid .box .item.show .left p {
        color: #fff;
    }

    #index_quick .container-fluid .box .item.show .right {
        display: block;
        width: 100%;
        padding: 5% 0;
        margin: auto;
    }
}

#index_service .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#index_service .list .item {
    width: calc(49.33% - 10px);
    /* box-shadow: 0 10px 40px rgb(0 0 0 / 10%); */
    margin-bottom: 20px;
    text-align: center;
    line-height: 3;
}

#index_product .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}
#index_ourclients .list{
    display: flex;
    justify-content: center;
    margin-left:0px;
    margin-top: 50px;
}
/*#index_ourclients .list img{*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*}*/
#index_product .list .item {
    width: calc((100% - 40px) / 3);
    margin-bottom: 0;
    text-align: center;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.94);
    color: #333333;
    overflow: hidden;
    
    
}

 .home-title .futitle {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: var(--subTitle);
    color: #666666;

}

#index_introduction .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
}

#index_introduction .list .item {
    width: calc((100% - 70px) / 6);
    line-height: 1.5;
    background: #FFFFFF;
    opacity: 0.96;
    padding: 18px 12px 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    box-shadow: 0 14px 32px rgba(13, 31, 66, 0.14);
}

#index_introduction .list .item .content {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 1.7;
    min-height: 40px;
}

#index_introduction .list .item .content p {
    margin: 0;
}

#index_introduction .list .item .item-top {
    text-align: center;
    min-height: 104px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

#index_introduction .list .item .item-title {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 15px;
    color: #333333;
    line-height: 1.45;
}

#index_introduction .box .big_title {
    font-family: "Montserrat", Sans-serif;
    font-weight: 800;
    font-size: 78px;
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.9);
    font-style: italic;
    letter-spacing: 4px;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
}

#index_introduction .box .home-title .futitle {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: var(--subTitle);
    color: #E0E0E0;

}

#index_service .list .item .image {
    position: relative;
}

#index_service .list .item .image img {
    width: 100%;
}

#index_service .list .item .image .iconfont {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    opacity: 0;
    width: 100%;
    height: 100%;
}

#index_service .list .item:hover .iconfont {
    /*opacity: 1;*/
    /*background: rgba(0,0,0,.5);*/
}

#index_service .list .item:hover {
    background: #22458F;
    color: #fff;
}

#index_product .list .item .image {
    overflow: hidden;  
    position: relative;
}

#index_product .list .item .image img {
    width: 101.5%;
     height: 380px;
    display: block;
    object-fit: cover;   
}

#index_product .list .item .image .iconfont {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    opacity: 0;
    width: 100%;
    height: 100%;
    
}

#index_product .list .item .item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 88px;
    padding: 16px 18px;
    box-sizing: border-box;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 22px;
    color: #333333;
    line-height: 1.6;
}

#index_product .list .item:hover .iconfont {
    /*opacity: 1;*/
    /*background: rgba(0,0,0,.5);*/
}

#index_product .list .item:hover {
    background: #22458F;
    color: #fff;
}

#index_product .list .item:hover .item-title {
    color: #FFFFFF;
}

#index_introduction .list .item .image {
    position: relative;
}

#index_introduction .list .item .image img {
    margin-top: 21px;
    width: 34px;
    height: 34px;
    object-fit: contain;
}

#index_introduction .list .item .image .iconfont {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    opacity: 0;
    width: 100%;
    height: 100%;
}

#index_introduction .list .item:hover .iconfont {
    /*opacity: 1;*/
    /*background: rgba(0,0,0,.5);*/
}

/* #index_introduction .list .item:hover {
    background: #22458F;
    color: #fff;
} */
@media (max-width:1130px) {
   #index_introduction .list .item .item-title{
       font-size: 14px;
   }
   #index_introduction .list .item .content{
       font-size: 12px;
   }
}
@media (max-width:1000px) {
    #index_introduction .list .item {
        width: calc((100% - 28px) / 3);
    }

    #index_introduction .list {
        gap: 14px;
    }
}

@media (max-width:768px) {
    /* 产品展示 - 手机端保持布局，等比例缩放 */
    #index_product .list_product {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    
    
    #index_product .list_product .item {
        width: calc(35% - 8px) !important;  /* 一行3个 */
    }
    
    #index_product .list_product .item .item-title {
        font-size: 12px;
        padding: 8px 5px;
        min-height: auto;
    }
    
    #index_product .list_product .item .image img {
        height: 110px;  /* 图片高度调小 */
    }
    
    /* 标签文字调小 */
    
     #index_product .list_product .item .image {
          position: relative !important;
        overflow: hidden !important;
        
    }
    
    #index_product .list_product .item .image .img-tags {
        display: flex !important;
        flex-direction: column !important;
        position: absolute !important;
        bottom: 5px !important;
        left: 50% !important;
    transform: translateX(-50%) !important;
    align-items: center !important;
    width: 100% !important;
    padding: 0 3px !important;
        gap: 5px !important;
        z-index: 10 !important;
    }
    
    /* 二级标签 - 金色背景 */
    #index_product .list_product .item .image .tag-secondary {
        z-index: 7 ;
        display: block !important;
        font-size: 5px !important;
        padding: 3px 8px !important;
        background: linear-gradient(135deg, #FFE0B4, #FFCA8C) !important;
        color: #1A1A1A !important;
        border-radius: 20px !important;
        white-space: normal !important;
       
    }
    
    /* 三级标签 - 白色文字 */
    #index_product .list_product .item .image .tag-tertiary {
        display: block !important;
        font-size: 4.2px !important;
        padding: 2px 10px !important;
        color: #FFFFFF !important;
        border-radius: 15px !important;
        white-space: normal !important;
         word-break: break-word !important;
         max-width: 100px !important;
    }

     /*改不动*/
    /* 第2个卡片 ———— 必须用完整路径覆盖 PC 端 */
    /*#index_product .list_product .item:nth-child(2) .image .img-tags .tag-tertiary {*/
    /*    max-width: 100px !important;*/
    /*}*/

    /* 第3个卡片 */
    /*#index_product .list_product .item:nth-child(3) .image .img-tags {*/
    /*    left: 59% !important;*/
    /*    transform: translateX(-50%) !important;*/
    /*}*/
    /*#index_product .list_product .item:nth-child(3) .image .img-tags .tag-tertiary {*/
    /*    max-width: 10px !important;*/
    /*    font-size: 4.2px !important;*/
    /*}*/

    #index_product .list .item .item-title {
        min-height: 72px;
        font-size: 18px;
    }

    #index_introduction .box .big_title {
        font-size: 52px;
        line-height: 1.1;
        letter-spacing: 3px;
    }

    #index_introduction .list .item .item-title {
        font-size: 14px;
    }
    #index_introduction .list .item .content {
        font-size: 12px;
    }

    #index_introduction .list .item .item-top {
        min-height: 88px;
    }

    
    
    #index_introduction .list .item .image img {
        width: 30px;
        height: 30px;
    }

}
@media (max-width:600px) {
    #index_service2 .home-title {

        top: 20px;
    }
    #index_product .list .item{
        width: 100%;
        
    }
    #index_product .list {
        gap: 0px;
    }
    #index_product .list .item .item-title {
        min-height: auto;
        padding: 12px 14px;
        font-size: 16px;
    }
    #index_elegant .box .list .case_label .case_title{
        font-size: 8px;
    clip-path: polygon(0% 0%, 100% 38%, 100% 100%, 0% 100%) !important;
    height: 100%;
    min-height: auto;
    padding: 0 5%;
    align-items: center;
    }
    #index_elegant .box .list .case_label {
         height: 35% !important;
    position: absolute !important;
    bottom: 0;
    display: flex;
    justify-content: center;
    padding-top: 0 !important;
    }
    #index_elegant .slide80 img {
        object-fit: cover;
        width: 100%;
        height: auto;
        object-fit: cover;
         clip-path: polygon(0% 8%, 100% 0%, 100% 100%, 0% 100%);
    
    }
    #index_elegant .listImg .swiper-slide .flex{
        height: auto;
    }
    #index_type .box .bottom .item .bottom_img {
        width: 35px;
    }
    #index_type .box .bottom .item .son .font {
        font-size: 20px;
    }
    #index_type .box .bottom .item .son .timer2 {
        font-size: 12px;
    }
    #index_introduction .box .big_title {
        font-size: 34px;
        line-height: 1.1;
        -webkit-text-stroke: 2px #FFFFFF;
        letter-spacing: 2px;
    }
    #index_introduction .list .item .image img {
        width: 26px;
        height: 26px;
    }
    #index_introduction .list .item .item-title {
        font-size: 13px;
        line-height: 1.4;
    }
     #index_introduction .list .item .content {
        font-size: 11px;
        min-height: 32px;
    }
    #index_introduction .list .item .item-top {
        min-height: 76px;
        margin-bottom: 8px;
    }
    #index_introduction .list .item {
        width: calc((100% - 14px) / 2);
        padding: 14px 10px 12px;
    }
    
}


#index_type .box .bottom .item .bottom_img {
     filter: brightness(0) saturate(100%) invert(67%) sepia(48%) saturate(1200%) hue-rotate(1deg) brightness(1.02);
    transition: all 0.3s;
}

#index_type .box .bottom .item:hover .bottom_img {
    filter: brightness(0) saturate(100%) invert(67%) sepia(48%) saturate(1200%) hue-rotate(1deg) brightness(1.02);
}

/* 客户案例区域整体容器 */
#index_ourclients .clients-categories {
    margin: 50px 0;
}

/* 每个分类大框 - 添加背景色和虚线边框 */
#index_ourclients .category-box {
    display: flex;
    margin-bottom: 50px;
    background: #F5F6FA;  
    border: 1px dashed #CCCCCC;  
    border-radius: 10px;  
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    
}

#index_ourclients .category-left {
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

#index_ourclients .category-title {
    color:#272822;
    font-size: 15px;
    margin: 0;
    padding: 30px 40px;
    text-align: center;
    font-weight: 600;
}

/* 右侧图片区域 */
#index_ourclients .category-right {
    flex: 1;
    padding: 30px 50px;
}

/* 图片网格布局和间距控制 */
#index_ourclients .category-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    align-items: center;
}

/* 图片样式 */
#index_ourclients .category-logos img {
    width: calc(12.5% - 30px);
    max-width: 150px;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
    cursor: pointer;
    filter: grayscale(0%);
}



/* ========== 荣誉轮播左右箭头样式 ========== */
#index_honor .honor-wrapper {
    position: relative;
}

#index_honor .honor-prev,
#index_honor .honor-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

#index_honor .honor-prev {
    left: 10px;
}

#index_honor .honor-next {
    right: 10px;
}

#index_honor .honor-prev:hover,
#index_honor .honor-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

#index_honor .honor-prev::after,
#index_honor .honor-next::after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid white;
    border-right: 2px solid white;
}

#index_honor .honor-prev::after {
    transform: rotate(-135deg);
    margin-left: 5px;
}

#index_honor .honor-next::after {
    transform: rotate(45deg);
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    #index_honor .honor-prev,
    #index_honor .honor-next {
        width: 32px;
        height: 32px;
    }
    
    #index_honor .honor-prev::after,
    #index_honor .honor-next::after {
        width: 8px;
        height: 8px;
    }
}

@media screen and (max-width: 768px) {
    /* 分类标签按钮 - 手机端左右并排 */
    .case-tabs {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-wrap: nowrap !important;
        margin: 15px 0;
    }
    
    .tab-btn {
        display: inline-block !important;
        padding: 6px 12px !important;
        font-size: 11px !important;
        white-space: nowrap !important;
        background: #999;
        color: #fff;
        border-radius: 30px;
        cursor: pointer;
        margin: 0 !important;
    }
    
    .tab-btn.active {
        background: #22458F;
    }
    
    /* 客户案例手机端 - 保持布局，只调大小 */
    
    #index_ourclients .category-left {
         width: 100% !important;
    }
    
    #index_ourclients .category-title {
        font-size: 15px;
        padding: 10px 1px;
    }
    
    #index_ourclients .category-right {
        padding: 15px 10px;
        
    }
    
    #index_ourclients .category-box {
        flex-direction: column ;
       
        margin-bottom: 10px;
    }
    
    #index_ourclients .clients-categories {
        margin-top: 25px;  /* 调整这个数值，越大越往下 */
    }
    
    #index_ourclients {
        background-size: 200% 300% !important;
        background-position: center !important;
    }
   #index_ourclients .box {
        padding-top: 10px !important;
        padding-bottom:10px !important;
    }
    #index_ourclients .ourclients-mobile-title {
    display: block;
    text-align: center;
    margin-top: 25px;      /* 调整标题在背景图上的位置 */
    
}
    #index_ourclients .ourclients-mobile-title .main-title {
    font-size: 18px;
    font-weight: bold;
    color: #204387;
    margin: 8px auto;
}
    #index_ourclients .ourclients-mobile-title .sub-title {
    font-size: 14px;
    color: #666666;
    max-width: 310px;
    margin: 0 auto;
}
   
    
    #index_ourclients .category-logos {
        gap: 5px 10px;
    }
    
    #index_ourclients .category-logos img {
        width: calc(33.33% - 10px);
        max-width:200px;
    }
}
.ourclients-mobile-title {
    display: none;
}
/*政府*/
#index_elegant .government-list,
#index_elegant .government-list .list,
#index_elegant .government-list .list_width,
#index_elegant .government-list .swiper-container,
#index_elegant .government-list .swiper-wrapper,
#index_elegant .government-list .swiper-slide,
#index_elegant .government-list .slide80,
#index_elegant .government-list .slide80 img,
#index_elegant .government-list .flex,
#index_elegant .government-list .case_label,
#index_elegant .government-list .case_title {
    
}

#index_elegant .government-list .slide80 img {
    width: 518px;
    height: 388px;
    position: static;
    transform: none;
    clip-path: polygon(0% 8%, 100% 0%, 100% 100%, 0% 100%);
    object-fit: cover; 
}

#index_elegant .government-list .case_label {
    width: 100%;
    height: 35%;
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: center;
}

#index_elegant .government-list .case_label .case_title {
    width: 90%;
    height: 100%;
    background: #fff;
    color: #000;
    border-bottom: 5px solid #3F51B5;
    padding-left: 5%;
    clip-path: polygon(0% 0%, 100% 38%, 100% 100%, 0% 100%);
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    display: flex;
    align-items: center;
}


#index_elegant .government-list .swiper-slide:hover {
    box-shadow: 0 0 10px #ccc;
    color: var(--dataColor);
    transition: .5s;
    transform: scale(1.02);
}

#index_elegant .government-list a:hover .case_label {
    opacity: 0;
    transform: translateY(0);
    transition: opacity 0.3s, transform 0.3s;
}

@media screen and (max-width: 600px) {
    #index_elegant .government-list .case_label .case_title {
        font-size: 8px;
        clip-path: polygon(0% 0%, 100% 38%, 100% 100%, 0% 100%) !important;
        height: 100%;
        min-height: auto;
        padding: 0 5%;
        align-items: center;
    }
    
    #index_elegant .government-list .case_label {
        height: 35% !important;
        position: absolute !important;
        bottom: 0;
        display: flex;
        justify-content: center;
        padding-top: 0 !important;
    }
    
    #index_elegant .government-list .slide80 img {
        width: 100% !important;
        height: auto !important;
        clip-path: polygon(0% 8%, 100% 0%, 100% 100%, 0% 100%);
    }
}

#index_type .bottom .item:nth-child(1) .son .font.icon {
    font-weight: bold;
    font-size: 19px !important;     
    margin-left: 2px;                
}