.cfff {
    color: #fff;
}
.line-30 { line-height:30px; }
.industy {
    padding: 100px 0;
}

.more {
    width: 220px;
    padding: 10px 20px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    background-image: url(../images/more-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    z-index: 9;
}

.more::before {
    content: '';
    display: block;
    height: 0;
    border-bottom: 20px solid transparent;
    border-right: 50px solid transparent;
    border-top: 1px solid transparent;
    border-left: 192px solid rgba(255, 255, 255, .3);
    position: absolute;
    top: -6px;
    left: 12px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    overflow: hidden;
}

.more1::before {
    border-left: 192px solid rgba(96, 96, 96, .3);
}

.more:hover::before {
    transform: rotateZ(6deg);
    opacity: 1;
    visibility: visible;
}

.industy .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
    margin-left: 5%;
}

.industy .title::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 120px;
    background: var(--gradient-primary);
    margin-right: 40px;
    border-radius: 5px;
    box-shadow: var(--shadow-glow);
}

.industy .lists {
    width: 100%;
    height: 846px;
    display: flex;
}

.industy .lists .left {
    width: 30%;
    height: 100%;
    overflow-y: auto;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.industy .lists .left::-webkit-scrollbar {
    width: 8px;
    height: 16px;
    background-color: #fff;
}

/*定义滚动条轨道 内阴影+圆角*/
.industy .lists .left::-webkit-scrollbar-track {
    background-color: #fff;
}

/*定义滑块 内阴影+圆角*/
.industy .lists .left::-webkit-scrollbar-thumb {
    background-color: var(--primary-blue);
    border-radius: 4px;
}

.industy .lists .left li {
    height: 210px;
    /* line-height: 210px; */
    padding-left: 85px;
    display: flex;
    align-items: center;
}

.industy .lists .left li span {
    margin-left: 30px;
    color: #666;
}

.industy .lists .left li:nth-child(2n-1) {
    background: #F5F5F5;
}

.industy .lists .left li:nth-child(2n) {
    background: #EEEEEE;
}

.industy .lists .left .act {
    background: url(../images/xuanzhong.jpg) no-repeat center !important;
}

.industy .lists .left .act span {
    color: #fff !important;
}

.industy .lists .right {
    width: 70%;
    height: 114%;
}

.industy .lists .right .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.industy .lists .right .swiper-slide {
    background-size: cover;
    background-position: center;
}

.industy .lists .right .gallery-top {
    height: 100%;
    width: 100%;
    padding-bottom: 120px;
}

.industy .lists .right .gallery-top .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.industy .lists .right .gallery-top .cont {
    width: 60%;
    margin-left: 4%;
    margin-top: 140px;
}

.industy .lists .right .gallery-top .cont .one::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 40px;
}

.industy .lists .right .gallery-thumbs {
    width: 88%;
    height: 200px;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: -240px;
}

/*.industy .lists .right .gallery-thumbs .swiper-wrapper {*/
/*    display: flex;*/
/*}*/

.industy .lists .right .gallery-thumbs .swiper-slide {
    /* width: 320px !important; */
    height: 100%;
    position: relative;
    /* margin: 0 30px; */
}

.industy .lists .right .gallery-thumbs .swiper-slide .yinyin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .56);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.industy .lists .right .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 12px solid var(--primary-blue);
    box-shadow: 0 0 10px 0 var(--primary-blue), var(--shadow-glow);
    transition: var(--transition-normal);
}

.industy .lists .right .gallery-thumbs .swiper-slide-thumb-active .yinyin {
    display: none;
}

.industy .lists .right .gallery-top .swiper-button-prev {
    transform: rotate(180deg);
    left: 20px;
}

.industy .lists .right .gallery-top .swiper-button-next {
    right: 20px;
}

.industy .lists .right .gallery-top .swiper-button-prev:hover {
    background: url(../images/jiantou6.png);
    transform: rotate(0);
}

.industy .lists .right .gallery-top .swiper-button-next:hover {
    background: url(../images/jiantou6.png);
    transform: rotate(180deg);
}

.industy .lists .right .gallery-top .swiper-button-next,
.industy .lists .right .gallery-top .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 91%;
    z-index: 99999;
    background: url(../images/jiantou6-act.png);
    background-size: 40px 40px;
}

.industy .lists li{cursor: pointer;}

.swiper-slide {cursor: pointer;}

.industy .lists li img:nth-child(1){display:none;}

.industy .lists li img:nth-child(2){display:block;}

.industy .lists li.act img:nth-child(1){display:block !important;}

.industy .lists li.act img:nth-child(2){display:none !important;}




@media all and (max-width: 1400px) {
    .industy .lists .right .gallery-top .swiper-button-next {
        right: 0;
    }

    .industy .lists .right .gallery-top .swiper-button-prev {
        left: 0;
    }

    .industy .lists .right .gallery-thumbs {
        margin-top: -200px;
    }

    .industy .lists .right .gallery-thumbs .swiper-slide {
        height: 85%;
    }

    .industy .title {
        margin-left: 15%;
    }
}


@media all and (max-width: 1000px) {

    .industy {
        padding: 30px 0;
    }

    .industy .title {
        margin-bottom: 30px;
        margin-left: 0;
    }

    .industy .title::before {
        margin-right: 20px;
    }

    .industy .lists {
        height: auto;
        flex-direction: column;
    }

    .industy .lists .left,
    .industy .lists .right {
        width: 100%;
    }

    .industy .lists .left ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .industy .lists .left li {
        width: 49%;
        height: auto;
        line-height: 28px;
        padding: 10px 20px;
        margin-bottom: 10px;
    }
    .industy .lists .left li img{
        width: 24%;
    }
    .industy .lists .right .gallery-thumbs .swiper-wrapper {
        justify-content: flex-start;
    }

    .industy .lists .right .gallery-thumbs .swiper-slide {
        margin: 0;
        /* margin-right: 10px; */
    }

    .industy .lists .right .gallery-top {
        height: 300px;
        padding-bottom: 0;
    }

    .industy .lists .right .gallery-thumbs {
        margin-top: 0;
        padding: 0;
        display: none;
    }

    .industy .lists .right .gallery-top .swiper-button-next,
    .industy .lists .right .gallery-top .swiper-button-prev {
        top: 40%;
    }

    .industy .lists .right .gallery-top .swiper-button-prev {
        left: 0;
    }

    .industy .lists .right .gallery-top .swiper-button-next {
        right: 0;
    }

    .industy .lists .right .gallery-top .cont {
        width: 67%;
        margin: 40px 4%;
        padding-bottom: 80px;
        margin-top: 125px;
    }

    .industy .lists .right .gallery-top .cont .one::after {
        margin: 10px 0;
    }

    .industy .lists .right .gallery-top .cont .dec {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
    .industy .lists .right .gallery-top .swiper-slide a {
        display: flex;
        justify-content: center;
    }
}



