/* 关于我们 */
.indgy_ul {
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding: 30px 0;
}

.re_indgy {
    padding-bottom: 30px;
}

.indgy_bg {
    background-image: url(../images/ad.jpg);
}

.more_btn {
    width: 160px;
    height: 40px;
    border: 1px solid #d1d1d1;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.more_btn a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.more_btn img {
    width: 25px;
    height: 20px;
    margin-right: 5px;
}

.more_btn:hover {
    background-color: #0066CC;
    color: #fff;
}

.re_text {
    /* font-size: 18px; */
    color: #333;
    text-align: center;
}

.re_timmer {
    font-size: 45px;
    font-weight: bold;
    color: #0066CC;
    margin-right: 5px;
    display: inline-block;
}

.re_icon {
    color: #333;
    font-size: 18px;
}

.color_white {
    color: #fff !important;
}

/* 产品 */
.indpc-list .pro_item {
    width: calc(100% / 3 - 20px);
}

.re_swiper-container {
    width: calc(100% - 176px - 180px - 80px);
}

.re-swiper-slide {
    background-color: transparent;
}

.indpc .re_swiper_btn_prev {
    left: 0;
    right: -100px;
}

.indpc .re_swiper_btn_next {
    right: -120px;
}

/* news */
.news-list {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
}

.news-list .news-item {
    width: calc(100% / 3 - 30px);
    background-color: #fff;
    transition: 0.4s;
    border-radius: 10px;
    overflow: hidden;
}

.news-item:hover {
    box-shadow: 5px 5px 15px 5px #0000002a;
}

.news-item .news-img {
    width: 100%;
    height: 300px;
}

.news-item .info {
    padding: 0px 20px;
}

.news-item .title {
    font-size: 20px;
    color: #333;
    padding: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: 90px;
}

.news-item .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    padding: 15px 0;
    height: 60px;
}

.news-item .time-wp {
    display: flex;
    border-top: 1px solid #f9f9f9;
    justify-content: space-between;
    padding: 15px 0;
}

.time-wp img {
    width: 30px;
}

.time-wp #time {
    width: 20px;
    height: 20px;
    background-image: url(../images/time.png);
    background-size: 100% 100%;
    margin-right: 15px;
}

/* 行业合作 */
.hyhz-btn-wp {
    padding-right: 20px;
}
.hyhz-btn {
    display: block;
    width: calc(100% / 2);
    border: 1px solid #fff;
    color: #fff;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}
.hyhz-btn-wp img {
    width: 30px;
    height: 30px;
}

/* -------------------------PC端--------------------------- */
@media all and (max-width: 1700px) {
}

@media all and (max-width: 1590px) {
}

@media all and (max-width: 1430px) {
    /* 1360 */
}

@media all and (max-width: 1350px) {
    /* 1280 */
}

@media all and (max-width: 1270px) {
}

/* ------------------------平板端-------------------------- */
@media all and (max-width: 1100px) {
    /* 1024 横屏 */
}

@media all and (max-width: 1000px) {
    /* 720 竖屏 */
}

/* ------------------------手机端-------------------------- */
@media all and (max-width: 680px) {
    .news-item .news-img{
        height: 250px;
    }
    .re_timmer {
        font-size: 16px;
    }

    /* 新闻 */
    .news-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px 0;
        align-items: center;
    }

    .news-list .news-item {
        width: 98%;
        background-color: #fff;
        transition: 0.4s;
        margin-bottom: 10px;
    }
    .more_btn {
        margin-top: 15px;
    }

    .hyhz-btn-wp {
        width: calc(100%-30px);
        height: 50px;
        white-space: nowrap;
        display: block;
        overflow-x: auto;
    }

    .hyhz-btn {
        display: inline-block;
        width: 125px;
        height: 46px;
        text-align: center;
        line-height: 46px;
        border: none;
        /* float: left; */
    }

    .hyhz-btn img {
        display: none;
    }
    .indgy_ul {
        justify-content: flex-start;
        align-items: center;
        margin-top: 0;
        padding:  0;
        padding-bottom: 30px;
    }
    /* 关于我们 */
    .indgy_ul li {
        width: 25%;
        text-align: center;
    }
    /* .indgy_ul li:nth-child(1) {
        width: 25%;
    }
    .indgy_ul li:nth-child(2) {
        width: 25%;
    }
    .indgy_ul li:nth-child(3) {
        width: 25%;
    }
    .indgy_ul li:nth-child(4) {
        width: 25%;
    } */
}

/* 合作伙伴 */
.hz-wp-pc {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(7, auto);
    grid-template-rows: repeat(4, 110px);
    grid-column-gap: 15px;
    grid-row-gap: 0px;
}

.hz-wp-mb {
    display: none;
}

.hz-item {
    height: 80px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.hz-img-wrap {
    width: 100%;
    height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hz-img-wrap img {
    max-height: 100%;
}

.hz-title {
    width: 100%;
    text-align: center;
    color: #333;
    background-color: #e1e1e1;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 3px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #e1e1e1;
}

.logo-wp {
    width: 100%;
    height: 100px;
    border: 1px solid #e1e1e1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.logo-wp img {
    max-width: 100%;
}


@media all and (max-width: 680px) {
    .hz-wp-pc {
        display: none;
    }

    .hz-wp-mb {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

    }

    .hz-item {
        width: 30%;
        border: 1px solid #e1e1e1;
        border-radius: 5px;
        margin-right: 10px;
        margin-top: 10px;
        height: 69px;
    }

    .hz-img-wrap {
        width: 100%;
        height: 40px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hz-title {
        width: 100%;
        text-align: center;
        color: #333;
        background-color: #e1e1e1;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        padding: 2px 0;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border: 1px solid #e1e1e1;
    }
}
