.index-banner {
    width: 100%;
    height: auto;
}

.index-banner img {
    width: 100%;
    height: 100%;
}

.index-banner a {
    width: 100%;
}

.index-banner .swiper-container {
    width: 100%;
    height: 100%;
}

.index-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
}

.index-banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}

.index-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.index-banner .swiper-container-horizontal > .swiper-pagination-bullets,
.index-banner .swiper-pagination-custom,
.index-banner .swiper-pagination-fraction {
    bottom: 20px;
}

.index-banner .index-banner .swiper-pagination-bullet-active {
    background-color: #f0efef;
}

.section-title {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: baseline;
    justify-content: center;
    margin: 20px 0;
}

.section-title .en {
    color: #333333;
    font-size: 28px;
}

.section-title .cn {
    font-size: 24px;
    color: #007cc2;
    font-weight: bold;
    margin-top: 10px;
}

.product-box {
    width: 1200px;
    height: auto;
}

.product-box .category {
    width: 100%;
    height: 55px;
}

.product-box .category ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-box .category .category-item {
    display: block;
    width: 168px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    margin: 0 12px;
}

.product-box .category a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000000;
    background-color: #e6e6e6;
    text-decoration: none;
    transition: all 0.15s;
}

.product-box .category .category-item.active a,
.product-box .category .category-item:hover a {
    color: #ffffff;
    background-color: #d02541;
}

.product-box .product-group {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.product-box .product-group .product-items {
    display: none;
}

.product-box .product-group ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product-box .product-group li {
    float: left;
    margin: 0 20px 20px 0;
}

.product-box .product-group li:nth-child(4n) {
    margin-right: 0;
}

.product-box .product-group a {
    display: block;
    width: 285px;
    height: 245px;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s;
}

.product-box .product-group a:hover p {
    color: #32bbf9;
}

.product-box .product-group a:hover {
    transform: scale(1.02);
}

.product-box .product-group img {
    width: 285px;
    height: 220px;
    object-fit: cover;
}

.product-box .product-group p {
    color: #333333;
    line-height: 30px;
}

.product-box .product-group .product-items.active {
    display: flex;
}

.index-news {
    width: 1200px;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.index-news .news-box {
    width: 100%;
    height: 100%;
}

.index-news .news-slide-container {
    width: 100%;
    height: 100%;
}

.index-news .news-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.index-news .news-container .news-slide {
    width: 430px;
    height: 430px;
    background-color: aliceblue;
}

.index-news .news-container .swiper-pagination {
    text-align: right;
}

.index-news .news-container .news-img-item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.index-news .news-container .news-img-item img {
    position: absolute;
    width: 430px;
    height: 430px;
    object-fit: cover;
    transition: all .5s;
}

.index-news .news-container .news-img-item:hover img {
    transform: scale(1.15);
}

.index-news .news-container .news-img-item .slide-title {
    position: absolute;
    width: 100%;
    height: 35px;
    left: 0;
    bottom: 0;
    line-height: 35px;
    background-color: #a5a5a5c4;
}

.index-news .news-container .news-img-item .slide-title h3 {
    color: #ffffff;
    font-size: 14px;
    padding-left: 10px;
}

.index-news .news-list-box {
    width: 750px;
    height: 100%;
    overflow: hidden;
}

.index-news .news-list-box a {
    text-decoration: none;
}

.index-news .news-list-box .first {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
}

.index-news .news-list-box .news-title {
    font-size: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index-news .news-list-box .news-title a {
    color: #000000;
}

.index-news .news-list-box .description {
    font-size: 14px;
    margin: 6px 0;
    text-indent: 2em;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #929292;
}

.index-news .news-list-box .more {
    display: block;
    width: 60px;
    height: 25px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 25px;
    background-color: #2b5da2;
    border: 1px solid #072042;
}

.index-news .news-list-box .more:hover {
    color: #2b5da2;
    background-color: #ffffff;
}

.index-news .news-list-box .news-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #606060;
}

.index-news .news-list-box .news-list .list-title {
    width: 400px;
    height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index-news .news-list-box .news-list:hover {
    color: #2b5da2;
}

.news-list-box .news-list:hover .list-title {
    font-weight: bold;
}

.index-news .about {
    width: 350px;
    height: 100%;
}

.index-news .about-content {
    width: 100%;
    height: 290px;
    position: relative;
}

.index-news .about-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-news .about-content p {
    width: 220px;
    height: auto;
    position: absolute;
    color: #ffffff;
    padding: 20px;
    background-image: url(../images/aboutbg.png);
    top: 17%;
    left: 14%;
    font-size: 14px;
    line-height: 22px;
}

.index-news .about-content .readmore {
    display: block;
    width: 100px;
    height: 30px;
    color: #ffffff;
    border: 1px solid;
    text-align: center;
    line-height: 30px;
    margin-top: 15px;
    text-decoration: none;
}

.index-news .about-content .readmore:hover {
    color: #b82c44;
    background-color: #ffffff;
}

.index-news .title {
    width: 100%;
    height: 80px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.index-news .title .cn {
    font-weight: bold;
    color: #007cc2;
}

.index-news .title .en {
    color: #cccccc;
    font-size: 18px;
}

.index-news .title .more {
    font-size: 18px;
}

.index-news .title .more a {
    font-size: 13px;
    color: #000000;
    text-decoration: none;
}

.case-box {
    width: 1200px;
    height: auto;
}

.case-box ul {
    display: flex;
    flex-wrap: wrap;
}

.case-box li {
    margin-bottom: 35px;
    margin-right: 33px;
    float: left;
}

.case-box li:nth-child(5n) {
    margin-right: 0;
}

.case-box img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.case-box .item {
    width: 211px;
    height: 202px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.case-box .item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
}

.case-box .title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.35s;
}

.case-box .title .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
}

.case-box .title .text {
    z-index: 1;
    font-size: 14px;
    color: #ffffff;
    padding: 16px;
    border: 4px solid #ffffff;
}

.case-box .title:hover {
    opacity: 1;
}

/* 首页数据 */
.index-profile {
    width: 100%;
    height: auto;
}

.index-profile ul {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px auto 0 auto;
}

.index-profile li {
    width: 170px;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index-profile h3 {
    color: #ed812d;
    font-size: 50px;
}

.index-profile p {
    color: #999999;
    font-size: 16px;
    margin-top: 20px;
}

/* 联谊会介绍 */

.company-profile {
    width: 100%;
    height: auto;
    background-image: url("/Resource/Home/images/company-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    margin: 60px 0;
}

.company-profile .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.company-profile .main .p-image {
    width: 550px;
    height: auto;
    font-size: 0;
    border: 1px solid #eeeeee;
    background-color: #2b5da2;
}

.company-profile .main .p-image img {
    width: 100%;
    object-fit: cover;
}

.company-profile .main .p-image .img-text {
    width: 100%;
    height: auto;
    color: #ffffff;
}

.main .p-image .img-text h3 {
    font-size: 18px;
    padding: 20px 20px 10px 20px;
    font-weight: bold;
}

.main .p-image .img-text p {
    font-size: 22px;
    padding: 20px;
    font-weight: bold;
}

.company-profile .main .p-description {
    width: 600px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.company-profile .main .p-description .p-text {
    width: 100%;
    height: auto;
}

.company-profile .main .p-description .more {
    margin-left: 20px;
    color: #0b80ab;
    font-size: 15px;
}

.p-description .more a {
    color: unset;
    text-decoration: none;
}

.p-description .p-text .p-title {
    font-size: 25px;
    font-weight: bold;
    color: #0b80ab;
}

.p-description .p-text p {
    margin-top: 60px;
    text-indent: 2em;
    line-height: 30px;
    color: #000000;
}

.index-case-list-box {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.index-case-list-box .list-item {
    width: 100%;
    height: auto;
}

.index-case-list-box .list-item ul {
    display: flex;
    flex-wrap: wrap;
}

.index-case-list-box .list-item li {
    margin: 0 25px 25px 0;
    float: left;
}

.index-case-list-box .list-item li:nth-child(5n) {
    margin-right: 0;
}

.index-case-list-box .item {
    width: 220px;
    height: auto;
    background: #fff;
    /*overflow: hidden;*/
}

.index-case-list-box .item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    color: #666666;
}

.index-case-list-box .item a:hover {
    color: #1E9FFF;
}

.index-case-list-box img {
    width: auto;
    height: 150px;
    /*object-fit: cover;*/
    /*position: absolute;*/
    border: 2px solid #f3f3f3;
    box-sizing: border-box;
}

.index-case-list-box .title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /*position: absolute;*/
    /*top: 0;*/
    width: 100%;
    height: 40px;
    /*opacity: 0;*/
    transition: all 0.35s;
}

.index-case-list-box .title .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    display: none;
}

.index-case-list-box .title .text {
    z-index: 1;
    font-size: 14px;
    padding: 0 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .index-banner {
        height: auto;
        margin: 0;
    }

    .index-banner .swiper-container-horizontal > .swiper-pagination-bullets,
    .index-banner .swiper-pagination-custom,
    .index-banner .swiper-pagination-fraction {
        bottom: 10px;
    }

    .index-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px;
    }

    .index-banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .section-title {
        height: 60px;
        margin: 15px 0;
    }

    .section-title .en {
        font-size: 19px;
    }

    .section-title .cn {
        font-size: 16px;
    }

    .product-box {
        width: 95%;
    }

    .product-box .category {
        height: auto;
    }

    .product-box .category ul {
        height: auto;
        flex-wrap: wrap;
    }

    .product-box .category .category-item {
        width: 85px;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .product-box .product-group {
        margin-top: 20px;
    }

    .product-box .product-group ul {
        justify-content: space-between;
    }

    .product-box .product-group li {
        display: block;
        width: 49%;
        height: auto;
        float: none;
        margin: 0 0 10px 0;
    }

    .product-box .product-group a {
        width: 100%;
        height: auto;
    }

    .product-box .product-group img {
        width: 100%;
        height: 150px;
    }

    .index-news {
        width: 95%;
        height: auto;
        flex-wrap: wrap;
    }

    .index-news .title {
        font-size: 20px;
    }

    .index-news .title .more {
        font-size: 13px;
    }

    .index-news .news-box {
        width: 100%;
        height: auto;
    }

    .index-news .news-container {
        height: auto;
        flex-wrap: wrap;
    }

    .index-news .news-container .news-slide {
        width: 100%;
        height: 300px;
    }

    .index-news .news-container .news-img-item img {
        width: 100%;
        height: 100%;
    }

    .index-news .news-container .news-img-item .slide-title {
        width: 100%;
    }

    .index-news .news-list-box {
        margin-top: 20px;
    }

    .index-news .news-list-box .news-list .list-title {
        width: 250px;
    }

    .index-news .about {
        width: 100%;
        height: auto;
    }

    .case-box {
        width: 95%;
    }

    .case-box ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .case-box li {
        width: 48%;
        margin: 0 0 15px 0;
    }

    .case-box .item {
        width: 100%;
        height: auto;
    }

    .case-box img {
        position: static;
        width: 100%;
        height: 120px;
    }

    .case-box .title {
        position: static;
        top: 0;
        width: 100%;
        height: 30px;
        opacity: 1;
    }

    .case-box .title .mask {
        display: none;
    }

    .case-box .title .text {
        width: 100%;
        padding: 0;
        color: #000;
        text-align: center;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .index-profile {
        height: 100px;
    }

    .index-profile ul {
        width: 100%;
        margin-top: 4px;
    }

    .index-profile h3 {
        font-size: 24px;
    }

    .index-profile p {
        font-size: 15px;
        margin-top: 10px;
    }

    .company-profile {
        margin-top: 20px;
    }

    .company-profile .main {
        width: 95%;
        height: auto;
        display: block;
    }

    .p-description .p-text p {
        margin-top: 10px;
    }

    .p-description .p-text .p-title {
        font-size: 18px;
    }

    .company-profile .main .p-description .p-text {
        height: auto;
    }

    .company-profile .main .p-description,
    .company-profile .main .p-image {
        width: 100%;
        height: auto;
    }

    .index-case-list-box {
        width: 100%;
        justify-content: center;
    }

    .index-case-list-box .list-item {
        width: 90%;
    }

    .index-case-list-box .list-item ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .index-case-list-box .list-item li {
        width: 48%;
        margin: 0 0 15px 0;
    }

    .index-case-list-box .list-item a {
        text-decoration: none;
    }

    .index-case-list-box .item {
        width: 100%;
        height: auto;
    }

    .index-case-list-box .title {
        position: static;
        top: 0;
        width: 100%;
        height: 30px;
        opacity: 1;
    }

    .index-case-list-box .title .mask {
        display: none;
    }

    .index-case-list-box .title .text {
        width: 100%;
        padding: 0;
        color: #000;
        text-align: center;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .index-case-list-box img {
        position: static;
        width: 100%;
        height: 100%;
    }
}
