/* 页面主体 */
body .page-container {
}

/* 广告 */
body .page-container .page-container-banner {
    width: 100%;
    height: 688px;
    background-color: #3a4e58;
    box-sizing: border-box;
    padding-bottom: 64px;
    position: relative;
}

body .page-container .page-container-banner .bg {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

body .page-container .page-container-banner .banner-content {
    width: 100%;
    max-width: 1440px;
    height: 100%;
    box-sizing: border-box;
    padding: 0 80px;
}

body .page-container .page-container-banner .banner-content .banner-box {
    width: 100%;
    max-width: 756px;
    /*height: 315px;*/
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 48px;
    position: relative;
    z-index: 1;
}

body .page-container .page-container-banner .banner-content .banner-box .title {
    color: #006D84;
    font-family: "Noto Serif Regular", sans-serif;
    font-size: 48px;
    line-height: 115%; /* 55.2px */
    letter-spacing: -0.528px;
}

body .page-container .page-container-banner .banner-content .banner-box .desc {
    margin-top: 24px;
    color: #3A4E58;
    font-family: "Noto Sans Light", sans-serif;
    font-size: 20px;
    line-height: 140%; /* 28px */
    letter-spacing: -0.22px;
}

@media only screen and (max-width: 1279px) {
    body .page-container .page-container-banner .banner-content {
        padding: 0 64px;
    }
}

@media only screen and (max-width: 919px) {
    body .page-container .page-container-banner .banner-content {
        padding: 0 48px;
    }

    body .page-container .page-container-banner .banner-content .banner-box .title {
        font-size: 38px;
    }

    body .page-container .page-container-banner .banner-content .banner-box .desc {
        margin-top: 19px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 799px) {
    body .page-container .page-container-banner {
        height: auto;
        background: #ffffff;
    }

    body .page-container .page-container-banner .bg {
        position: relative;
    }

    body .page-container .page-container-banner .banner-content {
        padding: 0;
    }

    body .page-container .page-container-banner .banner-content .banner-box {
        background-color: #f0f2f2;
        max-width: 100%;
    }
}

/* 解决方案 */
body .page-container .page-container-solutions {
    width: 100%;
    background-color: #FFFFFF;
}

body .page-container .page-container-solutions .solutions-content {
    width: 100%;
    max-width: 1440px;
    box-sizing: border-box;
    padding: 80px;
}

body .page-container .page-container-solutions .solutions-content .title {
    width: 100%;
    color: #000;
    font-family: "Noto Sans Regular", sans-serif;
    font-size: 36px;
    line-height: 116%; /* 41.76px */
    letter-spacing: -0.396px;
}

body .page-container .page-container-solutions .solutions-content .market-link {
    margin-top: 30px;
    color: #006D84;
    font-family: "Noto Sans Regular", sans-serif;
    font-size: 20px;
    line-height: 150%; /* 30px */
    letter-spacing: -0.22px;
    cursor: pointer;
    transition: color 0.3s ease;
}

body .page-container .page-container-solutions .solutions-content .market-link:hover {
    color: #A4C400;
}

body .page-container .page-container-solutions .solutions-content .market-link:after {
    margin-left: 8px;
    content: "\e906";
    font-family: "icomoon", sans-serif;
    font-size: 24px;
    line-height: 1;
}

body .page-container .page-container-solutions .solutions-content .solution-list-container {
    width: 100%;
    margin-top: 48px;
}

body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list {
    height: 848px;
    margin-left: -8px;
    margin-right: -8px;
    position: relative;
}

body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item {
    width: 50%;
    /*width: 648px;*/
    /*max-width: 50%;*/
    box-sizing: border-box;
    padding: 8px;
    /*position: absolute;*/
    /*transition: left 0.3s, top 0.3s;*/
}

body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item-sizer {
    width: 50%;
}

body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item .solution {
    width: 100%;
    height: 200px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0 5px 29px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item .solution .logo {
    width: 50%;
    height: 100%;
    object-fit: cover;
}

body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item .solution .content {
    height: 100%;
    box-sizing: border-box;
    padding: 32px 32px 54px 32px;
    flex: 1;
    position: relative;
}

body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item .solution .content .tag {
    margin-bottom: 4px;
    display: none;
    color: #3A4E58;
    font-family: "Noto Serif Medium", sans-serif;
    font-size: 18px;
    line-height: 150%; /* 27px */
    letter-spacing: -0.198px;
}

body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item .solution .content .name {
    color: #000;
    font-family: "Noto Sans Regular", sans-serif;
    font-size: 26px;
    line-height: 150%; /* 39px */
    letter-spacing: -0.286px;
}

body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item .solution .content .desc {
    display: none;
    margin-top: 24px;
    color: #3A4E58;
    font-family: "Noto Sans Regular", sans-serif;
    font-size: 18px;
    line-height: 150%; /* 27px */
    letter-spacing: -0.198px;
}

body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item.active .solution {
    width: 100%;
    height: 632px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item.active .solution .logo {
    width: 100%;
    height: 50%;
    object-fit: cover;
}

body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item.active .solution .content {
    height: 50%;
}

body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item.active .solution .content .tag {
    display: block;
}

body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item.active .solution .content .desc {
    display: -webkit-box;
}

body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item.active .solution .content:after {
    position: absolute;
    right: 24px;
    bottom: 24px;
    content: "\e906";
    font-family: "icomoon", sans-serif;
    font-size: 24px;
    line-height: 1;
    color: #006D84;
    transition: color 0.3s ease;
}

body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item.active .solution:hover .content:after {
    color: #A4C400;
}

@media only screen and (max-width: 1279px) {
    body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item {
        width: 1296px;
        max-width: 100%;
    }

    body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item-sizer {
        width: 1296px;
        max-width: 100%;
    }

    body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item .solution {
        height: 208px;
    }

    body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item.active .solution {
        height: 316px;
        flex-direction: row;
    }

    body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item.active .solution .logo {
        width: 50%;
        height: 100%;
    }

    body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item.active .solution .content {
        height: 100%;
    }
}

@media only screen and (max-width: 1099px) {
    body .page-container .page-container-solutions .solutions-content {
        padding: 40px 64px;
    }
}

@media only screen and (max-width: 919px) {
    body .page-container .page-container-solutions .solutions-content {
        padding: 40px 48px;
    }

    body .page-container .page-container-solutions .solutions-content .title {
        font-size: 26px;
    }

    body .page-container .page-container-solutions .solutions-content .market-link {
        font-size: 18px;
    }

    body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item .solution .content {
        padding: 24px 24px 24px 24px;
        overflow: hidden;
    }

    body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item .solution .content .tag {
        font-size: 16px;
    }

    body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item .solution .content .name {
        font-size: 22px;
    }

    body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item .solution .content .desc {
        margin-top: 16px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 799px) {
    body .page-container .page-container-solutions .solutions-content {
        padding: 40px 24px;
    }
}

@media only screen and (max-width: 768px) {
    body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item .solution {
        flex-direction: column;
    }

    body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item.active .solution {
        height: 416px;
        flex-direction: column;
    }

    body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item .solution .logo {
        width: 100%;
        height: 50%;
    }

    body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item.active .solution .logo {
        width: 100%;
        height: 50%;
    }

    body .page-container .page-container-solutions .solutions-content .solution-list-container .solution-list .solution-list-item.active .solution .content:after {
        right: 16px;
        bottom: 16px;
    }
}


/* 产品列表 */
body .page-container .page-container-products {
    width: 100%;
    background-color: #3a4e58;
}

body .page-container .page-container-products .products-content {
    width: 100%;
    max-width: 1440px;
    box-sizing: border-box;
    padding: 80px;
}

body .page-container .page-container-products .products-content .title {
    width: 100%;
    color: #FFF;
    font-family: "Noto Sans Regular", sans-serif;
    font-size: 36px;
    line-height: 116%; /* 41.76px */
    letter-spacing: -0.396px;
}

body .page-container .page-container-products .products-content .products-list {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding-bottom: 132px;
    margin-top: 42px;
}

body .page-container .page-container-products .products-content .products-list .swiper {
    width: 100%;
    height: 366px;
    overflow: visible;
}

body .page-container .page-container-products .products-content .products-list .swiper .swiper-slide {
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 32px;
}

body .page-container .page-container-products .products-content .products-list .swiper .swiper-slide .tag {
    margin-bottom: 4px;
    color: #3A4E58;
    font-family: "Noto Serif Medium", sans-serif;
    font-size: 18px;
    line-height: 150%; /* 27px */
    letter-spacing: -0.198px;
}

body .page-container .page-container-products .products-content .products-list .swiper .swiper-slide .name {
    color: #000;
    font-family: "Noto Sans Regular", sans-serif;
    font-size: 26px;
    line-height: 123%; /* 31.98px */
    letter-spacing: -0.286px;
}

body .page-container .page-container-products .products-content .products-list .swiper .swiper-slide .desc {
    margin-top: 24px;
    color: #3A4E58;
    font-family: "Noto Sans Regular", sans-serif;
    font-size: 18px;
    line-height: 144%; /* 25.92px */
    letter-spacing: -0.198px;
}

body .page-container .page-container-products .products-content .products-list .swiper .swiper-slide:after {
    position: absolute;
    right: 24px;
    bottom: 24px;
    content: "\e906";
    font-family: "icomoon", sans-serif;
    font-size: 24px;
    line-height: 1;
    color: #006D84;
    transition: color 0.3s ease;
}

body .page-container .page-container-products .products-content .products-list .swiper .swiper-slide:hover:after {
    color: #A4C400;
}

body .page-container .page-container-products .products-content .products-list .swiper .swiper-btn {
    width: 48px;
    height: 48px;
    margin-top: 20px;
    top: 100%;
}

body .page-container .page-container-products .products-content .products-list .swiper .swiper-btn:after {
    content: none;
}

body .page-container .page-container-products .products-content .products-list .swiper .swiper-btn img {
    width: 100%;
    height: 100%;
}

body .page-container .page-container-products .products-content .products-list .swiper .swiper-btn.swiper-button-prev {
    left: auto;
    right: 48px;
}

body .page-container .page-container-products .products-content .products-list .swiper .swiper-btn.swiper-button-prev img {
    transform: rotate(180deg);
}

body .page-container .page-container-products .products-content .products-list .swiper .swiper-btn.swiper-button-next {
    right: 0;
}

body .page-container .page-container-products .products-content .products-btn {
    background-color: #006D84;
    padding: 12px 16px;
    margin-top: 64px;
    color: #FFF;
    font-family: "Noto Sans Bold", sans-serif;
    font-size: 20px;
    line-height: 150%; /* 30px */
    letter-spacing: -0.22px;
}

/* 新闻 */
body .page-container .page-container-news {
    width: 100%;
    background-color: #F0F2F2;
}

body .page-container .page-container-news .news-content {
    width: 100%;
    max-width: 1440px;
    box-sizing: border-box;
    padding: 80px;
}

body .page-container .page-container-news .news-content .title {
    color: #000;
    font-family: "Noto Sans Regular", sans-serif;
    font-size: 36px;
    line-height: 116%; /* 41.76px */
    letter-spacing: -0.396px;
}

body .page-container .page-container-news .news-content .news-list-container {
    width: 100%;
    margin-top: 30px;
}

body .page-container .page-container-news .news-content .news-list-container .news-list {
    margin-left: -8px;
    margin-right: -8px;
}

body .page-container .page-container-news .news-content .news-list-container .news-list .news-list-item {
    width: 50%;
    box-sizing: border-box;
    padding: 8px;
}

body .page-container .page-container-news .news-content .news-list-container .news-list .news-list-item .news {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    filter: drop-shadow(0px 5px 29px rgba(0, 0, 0, 0.10));
    box-sizing: border-box;
    padding: 32px 32px 54px 32px;
}

body .page-container .page-container-news .news-content .news-list-container .news-list .news-list-item .news .tag {
    margin-bottom: 4px;
    color: #3A4E58;
    font-family: "Noto Serif Medium", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    letter-spacing: -0.198px;
}

body .page-container .page-container-news .news-content .news-list-container .news-list .news-list-item .news .name {
    color: #000;
    font-family: "Noto Sans Regular", sans-serif;
    font-size: 26px;
    line-height: 123%; /* 31.98px */
    letter-spacing: -0.286px;
}

body .page-container .page-container-news .news-content .news-list-container .news-list .news-list-item .news .desc {
    margin-top: 24px;
    overflow: hidden;
    color: #3A4E58;
    font-family: "Noto Sans Regular", sans-serif;
    font-size: 18px;
    line-height: 144%; /* 25.92px */
    letter-spacing: -0.198px;
}

body .page-container .page-container-news .news-content .news-list-container .news-list .news-list-item .news:after {
    position: absolute;
    right: 24px;
    bottom: 24px;
    content: "\e906";
    font-family: "icomoon", sans-serif;
    font-size: 24px;
    line-height: 1;
    color: #006D84;
    transition: color 0.3s ease;
}

body .page-container .page-container-news .news-content .news-list-container .news-list .news-list-item .news:hover:after {
    color: #A4C400;
}

body .page-container .page-container-news .news-content .news-btn {
    background-color: #006D84;
    padding: 12px 16px;
    margin-top: 40px;
    color: #FFF;
    font-family: "Noto Sans Bold", sans-serif;
    font-size: 20px;
    line-height: 150%; /* 30px */
    letter-spacing: -0.22px;
}

@media only screen and (max-width: 1279px) {
    body .page-container .page-container-news .news-content .news-list-container .news-list .news-list-item {
        width: 100%;
    }
}

@media only screen and (max-width: 1099px) {
    body .page-container .page-container-news .news-content {
        padding: 40px 64px;
    }
}

@media only screen and (max-width: 919px) {
    body .page-container .page-container-news .news-content {
        padding: 40px 48px;
    }
}

@media only screen and (max-width: 799px) {
    body .page-container .page-container-news .news-content {
        padding: 40px 24px;
    }
}

/* 活动 */
body .page-container .page-container-activities {
    width: 100%;
    background-color: #ffffff;
}

body .page-container .page-container-activities .activities-content {
    width: 100%;
    max-width: 1440px;
    box-sizing: border-box;
    padding: 80px;
}

body .page-container .page-container-activities .activities-content .title {
    color: #000;
    font-family: "Noto Sans Regular", sans-serif;
    font-size: 36px;
    line-height: 116%; /* 41.76px */
    letter-spacing: -0.396px;
}

body .page-container .page-container-activities .activities-content .activity-list-container {
    width: 100%;
    margin-top: 30px;
}

body .page-container .page-container-activities .activities-content .activity-list-container .activity-list {
    margin-left: -8px;
    margin-right: -8px;
}

body .page-container .page-container-activities .activities-content .activity-list-container .activity-list .activity-list-item {
    width: 50%;
    box-sizing: border-box;
    padding: 8px;
}

body .page-container .page-container-activities .activities-content .activity-list-container .activity-list .activity-list-item .activity {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 5px 29px 0 rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
    padding: 32px;
}

body .page-container .page-container-activities .activities-content .activity-list-container .activity-list .activity-list-item .activity .tag {
    margin-bottom: 4px;
    color: #3A4E58;
    font-family: "Noto Serif Medium", sans-serif;
    font-size: 18px;
    line-height: 150%; /* 27px */
    letter-spacing: -0.198px;
}

body .page-container .page-container-activities .activities-content .activity-list-container .activity-list .activity-list-item .activity .name {
    flex: 1;
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 123%; /* 31.98px */
    letter-spacing: -0.286px;
}

body .page-container .page-container-activities .activities-content .activity-list-container .activity-list .activity-list-item .activity .address {
    margin-top: 24px;
    overflow: hidden;
    color: #3A4E58;
    font-family: "Noto Sans Regular", sans-serif;
    font-size: 18px;
    line-height: 144%; /* 25.92px */
    letter-spacing: -0.198px;
}

body .page-container .page-container-activities .activities-content .activities-btn {
    background-color: #006D84;
    padding: 12px 16px;
    margin-top: 40px;
    color: #FFF;
    font-family: "Noto Sans Bold", sans-serif;
    font-size: 20px;
    line-height: 150%; /* 30px */
    letter-spacing: -0.22px;
}

@media only screen and (max-width: 1279px) {
    body .page-container .page-container-activities .activities-content .activity-list-container .activity-list .activity-list-item {
        width: 100%;
    }
}

@media only screen and (max-width: 1099px) {
    body .page-container .page-container-activities .activities-content {
        padding: 40px 64px;
    }
}

@media only screen and (max-width: 919px) {
    body .page-container .page-container-activities .activities-content {
        padding: 40px 48px;
    }

    body .page-container .page-container-activities .activities-content .activity-list-container .activity-list .activity-list-item .activity .tag {
        font-size: 16px;
    }

    body .page-container .page-container-activities .activities-content .activity-list-container .activity-list .activity-list-item .activity .name {
        font-size: 22px;
    }

    body .page-container .page-container-activities .activities-content .activity-list-container .activity-list .activity-list-item .activity .address {
        font-size: 16px;
    }
}

@media only screen and (max-width: 799px) {
    body .page-container .page-container-activities .activities-content {
        padding: 40px 24px;
    }
}

/* 加入我们 */
body .page-container .page-container-join-us {
    width: 100%;
    height: 400px;
    background-color: #3a4e58;
    position: relative;
}

body .page-container .page-container-join-us .join-us-bg {
    width: auto;
    max-width: 1920px;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 0;
}

body .page-container .page-container-join-us .join-us-bg-mask {
    background: rgba(58, 78, 88, 0.90);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

body .page-container .page-container-join-us .join-us-content {
    width: 100%;
    max-width: 1440px;
    height: 100%;
    box-sizing: border-box;
    padding: 0 80px;
    position: relative;
    z-index: 2;
}

body .page-container .page-container-join-us .join-us-content .title {
    color: #FFF;
    font-family: "Noto Sans Regular", sans-serif;
    font-size: 36px;
    line-height: 116%; /* 41.76px */
    letter-spacing: -0.396px;
}

body .page-container .page-container-join-us .join-us-content .join-btn {
    background: #006D84;
    margin-top: 30px;
    padding: 12px 16px;
    color: #FFF;
    font-family: "Noto Sans Bold", sans-serif;
    font-size: 20px;
    line-height: 150%; /* 30px */
    letter-spacing: -0.22px;
}
