.index-banner {
    width: 100%;
    height: 7.35rem;
}

.indexSwiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.indexSwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexSwiper .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    background: #fff;
    opacity: 1;
    border-radius: 0;
}

.indexSwiper .swiper-pagination-bullet-active {
    background: #00C7FF;
}

/* 公司概况 */
.index-company-wrap {
    margin: 0.35rem auto 0 auto;
}

.index-company-bg {
    margin-top: 0.6rem;
    width: 100%;
    position: relative;
}

.index-company-bg::after {
    content: '';
    width: 14.3rem;
    height: 100%;
    background: #F8FDFF;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.index-company-box {
    margin: 0 auto;
    padding: 0.6rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.index-company-left {
    position: relative;
}

.index-company-img {
    width: 5.4rem;
    height: 4.8rem;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.index-company-icon {
    max-width: inherit;
    width: 6.8rem;
    /* height: 5.8rem; */
    position: absolute;
    left: 50%;
    top: -0.8rem;
    transform: translateX(-50%);
    z-index: 1;
}

.index-company-right {
    width: 7.89rem;
}

.index-company-en {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #00C7FF;
    display: flex;
    align-items: center;
    padding-left: 0.45rem;
    position: relative;
}

.index-company-en::after {
    content: '';
    width: 0.3rem;
    height: 0.01rem;
    background: #00C7FF;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.index-company-cn {
    font-size: 0.32rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 0.21rem;
}

.index-company-p {
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.36rem;
    color: #666666;
    margin-top: 0.5rem;
}

.index-company-des-box {
    margin-top: 0.6rem;
}

.index-company-des {
    display: flex;
    align-items: center;
    margin-top: 0.25rem;
}

.index-company-des img {
    width: 0.2rem;
    height: 0.2rem;
    flex-shrink: 0;
}

.index-company-des p {
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-left: 0.1rem;
}

.index-company-bt {
    width: 1.6rem;
    height: 0.4rem;
    background: #00C7FF;
    border-radius: 0.05rem;
    margin-top: 0.5rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.4rem;
    color: #FFFFFF;
    text-align: center;
}

/* 水质公开 */
.index-water-wrap {
    width: 100%;
    padding: 1rem 0;
    background: url(../img/index/water-bg.png) no-repeat;
    background-size: cover;
}

.index-water-box {
    margin: 0 auto;
}

.index-water-list {
    display: flex;
    margin-top: 0.6rem;
}

.index-water-img {
    width: 3.56rem;
    height: 2.48rem;
    box-shadow: 0rem 0rem 0.1rem 0.02rem rgba(0, 0, 0, 0.16);
    margin-right: 0.18rem;
}

.index-water-img:last-of-type {
    margin-right: 0;
}

.index-water-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-water-bt {
    width: 2.1rem;
    height: 0.4rem;
    background: #00C7FF;
    border-radius: 0.05rem;
    margin: 0 auto;
    margin-top: 0.4rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.4rem;
    color: #FFFFFF;
    text-align: center;
}

/* 党群工作 */
.index-party-wrap {
    padding: 1rem 0;
    margin: 0 auto;
}

.index-party-box {
    display: flex;
    justify-content: space-between;
    margin-top: 0.6rem;
    align-items: flex-start;
}

.index-party-left {
    width: 7rem;
    position: relative;
}

.index-party-left:hover .index-party-left-text {
    color: #00C7FF;
}

.index-party-left-img {
    width: 100%;
    height: 5rem;
    object-fit: cover;
}

.index-party-left-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 0.2rem;
}

.index-party-left-title {
    display: flex;
    align-items: center;
}

.index-party-left-text {
    flex: 1;
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
}

.index-party-left-time {
    font-size: 0.12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    flex-shrink: 0;
    margin-left: 0.15rem;
}

.index-party-left-p {
    font-size: 0.12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.25rem;
    color: #FFFFFF;
    margin-top: 0.1rem;
}

.index-party-right {
    width: 7.3rem;
}

.index-party-item {
    padding: 0.2rem;
    background: #F8F8F8;
    margin-bottom: 0.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.index-party-item:hover .index-party-text {
    color: #00C7FF;
}

.index-party-item:last-of-type {
    margin-bottom: 0;
}

.index-party-img {
    flex-shrink: 0;
    width: 1.4rem;
    height: 0.7rem;
}

.index-party-img img {
    width: 100%;
    height: 100%;
}

.index-party-content {
    flex: 1;
    margin-left: 0.2rem;
}

.index-party-text {
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.index-party-p {
    font-size: 0.12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.2rem;
    color: #666666;
    margin-top: 0.1rem;
}

/* 新闻中心 */
.index-news-wrap {
    width: 100%;
    background: url(../img/index/news-bg.png) no-repeat;
    background-size: cover;
    padding: 1rem 0;
}

.index-news-box {
    margin: 0 auto;
    margin-top: 0.6rem;
    display: flex;
}

.index-news-item {
    width: 4.5rem;
    background: #fff;
    padding: 0.1rem;
    margin-right: 0.65rem;
}

.index-news-item:last-of-type {
    margin-right: 0;
}

.index-news-img {
    width: 100%;
    height: 3rem;
}

.index-news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-news-top {
    padding: 0.2rem 0;
    margin: 0 0.1rem;
    border-bottom: 1px solid #EEEEEE;
}

.index-news-text {
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.index-news-time {
    display: flex;
    align-items: center;
    margin-top: 0.1rem;
}

.index-news-time img {
    width: 0.14rem;
    height: 0.14rem;
}

.index-news-time p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-left: 0.08rem;
}

.index-news-p {
    margin: 0.2rem 0.1rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.2rem;
    color: #666666;
}

.index-news-bt {
    width: 1.28rem;
    height: 0.4rem;
    background: #00C7FF;
    border-radius: 0.05rem;
    margin: 0 0.1rem;
    margin-bottom: 0.15rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.4rem;
    color: #FFFFFF;
    text-align: center;
}

/* 便民服务 */
.index-service-wrap {
    width: 100%;
    height: 2rem;
    background: url(../img/index/for-bg.png) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}












@media all and (max-width: 1024px) { 
    .common-title-en {
        font-size: 14px;
    }
    .common-title-cn {
        font-size: 16px;
    }
    
    .index-company-bg {
        margin-top: 0;
    }
    
    .index-company-box {
        flex-direction: column;
    }
    .index-company-right {
        margin-top: 25px;
        width: 100%;
        padding: 0 15px;
    }
    .index-company-p {
        font-size: 12px;
        line-height: 1.5;
    }
    .index-company-des p {
          font-size: 12px;
        /*line-height: 1.5;*/
    }
    .index-company-bt {
        margin: 0 auto;
        margin-top: 20px;
        width: 80px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .index-company-img {
        width: 80vw;
    }
    .index-company-icon {
        width: 90vw;
    }
    
    /*水质报告*/
    
    .index-water-wrap {
        padding:  25px 15px;
    }
    .index-water-list {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .index-water-img {
        width: 47%;
        margin: 10px 0;
    }
    .index-water-bt {
          margin: 0 auto;
        margin-top: 20px;
        min-width: 80px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    
    
    /*新闻 - 党群工作*/
    .index-party-wrap {
        padding: 20px 0;
    }
    .index-party-box {
        flex-direction: column;
        padding: 0 15px;
    }
    .index-party-left {
        width: 100%;
    }
    .index-party-right {
        margin-top: 10px;
        width: 100%;
    }
    
    .index-party-img {
        width: 120px;
        height: 80px;
    }
    .index-party-img img {
        object-fit: cover;
    }
    
    .index-party-text {
        font-size: 14px;
    }
    .index-party-p {
        margin-top: 10px;
        font-size: 12px;
        line-height: 1.5;
    }
    
    
    /*新闻*/
    .index-news-wrap {
        padding: 20px 0;
    }
    .index-news-box {
        flex-direction: column;
        padding: 15px;
        margin-top: 10px;
    }
    .index-news-item {
        width: 100%;
    }
    .index-news-img {
        height: 50vw;
    }
    .index-news-text {
        font-size: 14px;
    }
    .index-news-time {
        margin-top: 10px;
    }
    .index-news-time p {
        font-size: 12px;
    }
    .index-news-time img {
        width: 12px;
        height: 12px;
    }
    .index-news-p {
        font-size: 12px;
        line-height: 18px;
        height: 54px;
        height: auto;
    }
    .index-news-bt {
        margin: 0 auto;
        width: 80px;
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
        font-size: 12px;
    }
}










