.ellipsis1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.ellipsis2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.ellipsis3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3
}

.banner {
    height: 100vh;
    clear: both;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 9;
    background: #000
}

.banner .pc {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    display: block
}

.banner .pc img {
    vertical-align: top;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    max-height: initial;
    max-width: initial;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner .pc .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.banner .ph {
    position: relative;
    display: none;
    text-align: center
}

.banner .ph img {
    width: 100%;
    width: auto;
    height: auto
}

.banner .box {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.banner .text {
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    padding: 3rem 0;
    background-image: url(../images/banner-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

.banner .item {
    max-width: 100%;
    margin: 0 auto
}

.banner .title {
    color: #fff;
    font-size: 3.6rem;
    line-height: 1;
    font-weight: 700
}

.banner .title-sub {
    color: #fff;
    margin-top: 1.5rem;
    font-size: 1.6rem;
    font-weight: normal
}

.banner .text .tech-btn {
    margin: 2.8rem auto 0
}

.banner .swiper-container {
    height: 100%;
    width: 100%
}

.banner .swiper-wrapper {
    height: 100%
}

.banner .swiper-slide {
    width: 100% !important;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top
}

.banner .swiper-pagination {
    z-index: 9;
    display: none;
    width: 100%;
    bottom: 3.5rem;
    text-align: center
}

.banner .swiper-pagination-bullet {
    border-radius: 0;
    background: #6d7986;
    opacity: 1;
    border-radius: 50%;
    vertical-align: middle;
    transition: all 500ms ease;
    margin: 0 .5rem;
    width: 1rem;
    height: 1rem
}

.banner .swiper-pagination-bullet-active {
    border-radius: .5rem;
    background: #fff
}

.banner .swiper-slide-active .title {
    animation: 1.5s titFadeup1 ease
}

.banner .swiper-slide-active .title-sub {
    animation: 1.6s titFadeup1 ease
}

.banner .swiper-slide-active .common-button {
    animation: 1.7s titFadeup1 ease
}

@media (max-width:1024px) {
    .banner {
        padding-top: 0;
        margin-top: 60px;
        height: auto
    }

    .banner .pc {
        height: auto
    }

    .banner .swiper-pagination {
        bottom: 20px
    }
}

@media (max-width:768px) {
    .banner {
        background: #000
    }

    .banner .pc {
        display: none
    }

    .banner .ph {
        display: block
    }

    .banner .ph img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover
    }

    .banner .common-button {
        display: none
    }

    .banner .text {
        top: auto !important;
        bottom: 0;
        transform: none !important;
        padding: 15px 0
    }

    .banner .title {
        font-size: 16px;
        line-height: 20px
    }

    .banner .title-sub {
        display: none;
        color: #fff !important;
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
        padding-top: 0;
        padding-bottom: 0;
        text-shadow: 0 0 10px #000
    }

    .banner .tech-btn {
        display: none
    }

    .banner .item {
        padding-left: 0
    }
}

.performance-warp {
    overflow: hidden;
    padding: 11rem 0
}

.performance-warp .container {
    padding: 0 2.4rem;
    max-width: 192rem
}

.performance-warp .common-title {
    margin: 0 auto;
    max-width: 152rem
}

.performance-main {
    display: grid;
    gap: 2.8rem;
    margin-top: 5.7rem;
    grid-template-columns: 114.7rem 1fr
}

.performance-list {
    display: grid;
    gap: 2.4rem 2.4rem;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.performance-card,
.performance-feature {
    overflow: hidden;
    position: relative;
    border-radius: 1rem;
    background-image: url(../images/performance-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

.performance-card {
    height: 32.3rem;
    display: block;
    color: #fff
}

.performance-card:hover .performance-pic img {
    transform: translate(-50%, -50%) scale(1.04)
}

.performance-card:hover .performance-name {
    background: rgba(29, 53, 87, 0.7);
	height:auto;
	display:block;
}

.performance-card:hover .performance-name font{
    display:block;
}

.performance-pic {
    height: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center
}

.performance-pic img {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
    max-height: none;
    object-fit: cover;
    position: absolute;
    vertical-align: middle;
    transform: translate(-50%, -50%);
    transition: transform 600ms ease
}

.performance-name {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
    height: 4.4rem;
    line-height: 4.4rem;
    font-size: 2rem;
    font-weight: 700;
    position: absolute;
    padding: 0 3rem;
    background: rgba(22, 38, 61, 0.64);
    transition: background 360ms ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.performance-name font{
	display:none;
	font-weight:100;
	font-size:1.8rem;
	line-height: 1.5;
}

.performance-feature {
    min-height: 67.1rem;
    color: #fff
}

.performance-feature .performance-pic {
    position: absolute;
    inset: 0
}

.performance-feature .performance-pic::after {
    content: "";
    inset: 0;
    z-index: 1;
    position: absolute;
    background: rgba(29, 53, 87, 0.7)
}

.performance-feature-text {
    left: 3.8rem;
    right: 3.8rem;
    bottom: 9.5rem;
    z-index: 3;
    position: absolute
}

.performance-feature-text h3 {
    color: #fff;
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 700
}

.performance-feature-text p {
    color: #fff;
    line-height: 1.7;
    margin-top: 1.8rem
}

.performance-feature-text .performance-more {
    width: 41.2rem;
    height: 4.3rem;
    margin-top: 3.5rem;
    font-size: 1.6rem;
    justify-content: flex-start;
    padding: 0 2.8rem
}

.performance-feature-text .performance-more span {
    flex: 1;
    white-space: nowrap
}

.performance-feature-text .performance-more i {
    margin-left: 1.8rem
}

@media (max-width:1024px) {
    .performance-warp {
        padding: 46px 0 48px
    }

    .performance-warp .container {
        max-width: 760px
    }

    .performance-main {
        gap: 20px;
        margin-top: 30px;
        grid-template-columns: 1fr
    }

    .performance-list {
        gap: 18px
    }

    .performance-card {
        height: 220px;
        border-radius: 8px
    }

    .performance-feature {
        min-height: 430px;
        border-radius: 8px
    }

    .performance-name {
        height: 42px;
        font-size: 16px;
        padding: 0 18px
    }

    .performance-feature-text {
        left: 28px;
        right: 28px;
        bottom: 34px
    }

    .performance-feature-text h3 {
        font-size: 20px
    }

    .performance-feature-text p {
        font-size: 15px;
        line-height: 1.7;
        margin-top: 14px
    }

    .performance-feature-text .performance-more {
        width: 380px;
        max-width: 100%;
        height: 44px;
        margin-top: 24px;
        padding: 0 24px;
        font-size: 15px
    }

    .performance-feature-text .performance-more i {
        margin-left: 14px
    }
}

@media (max-width:640px) {
    .performance-warp {
        padding: 38px 0 40px
    }

    .performance-list {
        grid-template-columns: 1fr
    }

    .performance-card {
        height: 205px
    }

    .performance-feature {
        min-height: 390px
    }

    .performance-name {
        font-size: 15px
    }

    .performance-feature-text {
        left: 20px;
        right: 20px;
        bottom: 26px
    }

    .performance-feature-text h3 {
        font-size: 18px
    }

    .performance-feature-text p {
        font-size: 14px
    }

    .performance-feature-text .performance-more {
        width: 100%;
        height: 42px;
        padding: 0 18px;
        font-size: 13px
    }
}

.casebox-warp {
    overflow: hidden;
    padding: 11rem 0 0 0;
    background: #f5f5f5
}

.casebox-top {
    display: grid;
    gap: 7.8rem;
    align-items: center;
    grid-template-columns: 66rem 1fr
}

.casebox-text {
    color: var(--main-color)
}

.casebox-text h2 {
    font-size: 5.4rem;
    line-height: 1;
    letter-spacing: 0;
    font-family: var(--AlbertSans-Bold)
}

.casebox-text h3 {
    font-size: 3.2rem;
    margin-top: 1.5rem;
    font-family: var(--AlbertSans-Bold)
}

.casebox-text p {
    margin-top: 2rem
}

.casebox-text .casebox-more {
    margin-top: 2rem
}

.casebox-pic {
    overflow: hidden;
    position: relative;
    border-radius: 1rem
}

.casebox-map {
    height: 64.6rem;
    margin-top: 7.5rem;
    position: relative
}

.casebox-map-img {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
    max-height: none;
    object-fit: contain;
    position: absolute;
    vertical-align: middle;
    transform: translate(-50%, -50%)
}

.casebox-data {
    z-index: 2;
    width: 25.8rem;
    height: 25.8rem;
    display: flex;
    color: #111;
    position: absolute;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    background: rgba(255, 255, 255, 0.76)
}

.casebox-data img {
    width: 5rem;
    height: 5rem;
    display: block;
    object-fit: contain;
    margin-bottom: 2rem;
    vertical-align: middle
}

.casebox-data strong {
    color: var(--main-color);
    display: block;
    font-size: 6.2rem;
    line-height: .9;
    font-weight: 700;
    white-space: nowrap;
    font-family: var(--AlbertSans-Bold)
}

.casebox-data em {
    font-style: normal
}

.casebox-data span {
    color: #111;
    display: block;
    font-size: 1.8rem;
    line-height: 1.35;
    margin-top: .6rem
}

.casebox-data-1 {
    left: 9rem;
    top: -4rem;
    width: 33rem;
    height: 33rem
}

.casebox-data-2 {
    left: 43.6rem;
    top: 10rem;
    width: 37.4rem;
    height: 37.4rem
}

.casebox-data-2 strong {
    font-size: 6.6rem
}

.casebox-data-3 {
    left: 82rem;
    top: -5rem;
    width: 28rem;
    height: 28rem
}

.casebox-data-4 {
    right: 9.5rem;
    top: 13rem;
    width: 34rem;
    height: 34rem
}

@media (max-width:1024px) {
    .casebox-warp {
        padding: 58px 0 50px
    }

    .casebox-warp .container {
        max-width: 760px
    }

    .casebox-top {
        gap: 28px;
        grid-template-columns: 1fr
    }

    .casebox-text h2 {
        font-size: 42px
    }

    .casebox-text h3 {
        font-size: 25px;
        line-height: 1.38;
        margin-top: 18px
    }

    .casebox-text p {
        font-size: 15px;
        line-height: 1.78;
        margin-top: 20px
    }

    .casebox-text .casebox-more {
        width: 270px;
        height: 44px;
        margin-top: 18px;
        padding: 0 30px;
        font-size: 15px
    }

    .casebox-text .casebox-more i {
        margin-left: 16px
    }

    .casebox-pic {
        height: 360px;
        border-radius: 8px
    }

    .casebox-map {
        height: auto;
        display: grid;
        gap: 18px;
        margin-top: 34px;
        padding-top: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .casebox-map-img {
        grid-column: -1;
        width: 100%;
        height: auto;
        position: static;
        transform: none;
        display: none !important
    }

    .casebox-data {
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        height: auto;
        min-height: 168px;
        position: relative;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 8px 24px rgba(31, 55, 88, 0.08)
    }

    .casebox-data img {
        width: 32px;
        height: 32px;
        margin-bottom: 10px
    }

    .casebox-data strong {
        font-size: 38px
    }

    .casebox-data span {
        font-size: 13px;
        line-height: 1.25;
        margin-top: 8px;
        padding: 0 12px
    }

    .casebox-data-1 {
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        height: auto
    }

    .casebox-data-2 {
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        height: auto
    }

    .casebox-data-2 strong {
        font-size: 42px
    }

    .casebox-data-3 {
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        height: auto
    }

    .casebox-data-4 {
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        height: auto
    }
}

@media (max-width:640px) {
    .casebox-warp {
        padding: 44px 0 40px
    }

    .casebox-text h2 {
        font-size: 36px
    }

    .casebox-text h3 {
        font-size: 22px
    }

    .casebox-text p {
        font-size: 14px
    }

    .casebox-text .casebox-more {
        width: 240px;
        height: 42px;
        padding: 0 22px;
        font-size: 14px
    }

    .casebox-pic {
        height: 220px
    }

    .casebox-map {
        padding-top: 0;
        height: auto;
        display: grid;
        gap: 14px;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .casebox-map-img {
        grid-column: -1;
        height: auto;
        position: static;
        transform: none
    }

    .casebox-data,
    .casebox-data-1,
    .casebox-data-2,
    .casebox-data-3,
    .casebox-data-4 {
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        height: auto;
        min-height: 145px;
        position: relative;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 8px 24px rgba(31, 55, 88, 0.08)
    }

    .casebox-data strong,
    .casebox-data-1 strong,
    .casebox-data-2 strong,
    .casebox-data-3 strong,
    .casebox-data-4 strong {
        font-size: 34px
    }

    .casebox-data-2 strong {
        font-size: 34px
    }
}

.factory-warp {
    color: #fff;
    overflow: hidden;
    padding: 10.3rem 0 10.4rem;
    background: #1d385c url("../images/factory-bg.jpg") top center / cover no-repeat
}

.factory-warp .ph{
	display:none;
}

.factory-warp .common-title p {
    font-size: 2rem
}

.factory-main {
    display: grid;
    gap: 9.6rem 5rem;
    margin-top: 5.8rem;
    align-items: center;
    grid-template-columns: 71rem 76rem;
    justify-content: center
}

.factory-main .factory-image-card {
    display: none
}

.factory-main .factory-image-card.active {
    display: block
}

.factory-switch-main .factory-image-card {
    grid-column: 2;
    grid-row: 1;
    display: none
}

.factory-switch-main .factory-image-card.active {
    display: block
}

.factory-main-2 {
    grid-template-columns: 76rem 71rem
}

.factory-advantages h3 {
    color: #fff;
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom: 3.3rem;
    font-family: var(--AlbertSans-Bold)
}

.factory-tabs {
    display: grid;
    gap: 2rem
}

.factory-tab {
    cursor: pointer;
    height: 8rem;
    display: flex;
    color: var(--main-color);
    align-items: center;
    background: #f5f5f5;
    padding: 0 2rem
}

.factory-tab .factory-icon {
    flex: 0 0 auto;
    margin-right: 1.8rem;
    width: 4rem;
    height: 4rem
}

.factory-tab strong {
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 700
}

.factory-tab.active {
    color: #fff;
    background: var(--sub-color)
}

.factory-tab.active .factory-icon img {
    filter: brightness(0) invert(1)
}

.factory-image-card,
.factory-service-card {
    overflow: hidden;
    position: relative;
    border-radius: 1rem;
    background: var(--main-color)
}

.factory-pic {
    overflow: hidden;
    position: relative;
    border-radius: 1rem
}

.factory-pic img {
    border-radius: 1rem
}

.factory-card-text {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
    position: absolute;
    min-height: 10rem;
    padding: 3.1rem 2.6rem 2.4rem;
    background: rgba(29, 53, 87, 0.8)
}

.factory-card-text h3 {
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.25;
    font-weight: 700;
    font-family: var(--AlbertSans-Bold)
}

.factory-card-text p {
    color: #fff;
    margin-top: 1.4rem
}

.factory-service h3 {
    color: #fff;
    font-size: 3.6rem;
    line-height: 1.2;
    font-weight: 700;
    font-family: var(--AlbertSans-Bold);
    margin-bottom: 3rem
}

.factory-service-list {
    display: grid;
    gap: 2.4rem;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.factory-service-item {
    height: 18.5rem;
    display: flex;
    color: var(--main-color);
    text-align: center;
    position: relative;
    align-items: center;
    background: #f5f5f5;
    border-radius: 0 0 1rem 1rem;
    flex-direction: column;
    justify-content: center;
    border-top: .3rem solid var(--sub-color)
}

.factory-service-item::before {
    top: -0.3rem;
    left: 50%;
    content: "";
    width: 0;
    height: .3rem;
    background: #fff;
    position: absolute;
    transition: all 500ms ease
}

.factory-service-item .factory-icon {
    width: 7rem;
    height: 7rem
}

.factory-service-item strong {
    font-size: 2.4rem;
    line-height: 1.28;
    font-weight: 700;
    font-family: var(--AlbertSans-Bold)
}

.factory-service-item:hover {
    color: #fff;
    background: var(--sub-color)
}

.factory-service-item:hover::before {
    left: 0;
    width: 100%
}

.factory-service-item:hover .factory-icon img {
    filter: brightness(0) invert(1)
}

@media (max-width:1024px) {
    .factory-warp {
        padding: 58px 0 56px
    }
.factory-warp .pc{
	display:none;
}
.factory-warp .ph{
	display:block;
}
    .factory-main {
        gap: 28px;
        margin-top: 36px;
        grid-template-columns: 1fr
    }

    .factory-switch-main .factory-image-card {
        grid-column: 1;
        grid-row: auto
    }

    .factory-advantages {
        padding-top: 0
    }

    .factory-advantages h3 {
        font-size: 28px;
        margin-bottom: 20px
    }

    .factory-tabs {
        gap: 14px
    }

    .factory-tab {
        height: 62px;
        padding: 0 18px;
        border-left-width: 4px
    }

    .factory-tab .factory-icon {
        margin-right: 14px
    }

    .factory-tab strong {
        font-size: 18px
    }

    .factory-card-text {
        min-height: 122px;
        padding: 24px 22px 20px
    }

    .factory-card-text h3 {
        font-size: 20px
    }

    .factory-card-text p {
        font-size: 14px;
        line-height: 1.65;
        margin-top: 10px
    }

    .factory-service {
        padding-top: 0
    }

    .factory-service h3 {
        font-size: 28px;
        margin-bottom: 20px
    }

    .factory-service-list {
        gap: 18px
    }

    .factory-service-item {
        height: 150px;
        border-top-width: 3px;
        border-radius: 0 0 8px 8px
    }

    .factory-service-item .factory-icon {
        width: 38px;
        height: 38px;
        margin-bottom: 12px
    }

    .factory-service-item strong {
        font-size: 17px
    }

    .factory-icon {
        width: 34px;
        height: 34px
    }
}

@media (max-width:640px) {
    .factory-warp {
        padding: 44px 0 42px
    }

    .factory-main {
        gap: 24px;
        margin-top: 28px
    }

    .factory-advantages h3,
    .factory-service h3 {
        font-size: 24px
    }

    .factory-tab {
        height: auto;
        min-height: 58px;
        padding: 12px 14px
    }

    .factory-tab strong {
        font-size: 16px
    }

    .factory-card-text {
        min-height: 120px;
        padding: 20px 18px 18px
    }

    .factory-service-list {
        grid-template-columns: 1fr
    }

    .factory-service-item {
        height: 138px
    }
}

.support-warp {
    overflow: hidden;
    background: #fff
}

.support-warp .common-title {
    padding: 11rem 2rem 5.6rem
}

.support-main {
    height: 61rem;
    color: #fff;
    overflow: hidden;
    position: relative;
    background: #0f263f
}

.support-main .container {
    top: 0;
    left: 50%;
    z-index: 3;
    height: 100%;
    max-width: 152rem;
    position: absolute;
    transform: translateX(-50%)
}

.support-bg-swiper {
    inset: 0;
    z-index: 1;
    position: absolute
}

.support-bg-swiper .swiper-wrapper,
.support-bg-swiper .swiper-slide {
    width: 100%;
    height: 100%
}

.support-bg-swiper .swiper-slide {
    position: relative
}

.support-bg {
    inset: 0;
    z-index: 1;
    position: absolute
}

.support-bg img {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
    max-height: none;
    object-fit: cover;
    position: absolute;
    vertical-align: middle;
    transform: translate(-50%, -50%)
}

.support-bg::before {
    content: "";
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to right, rgba(29, 53, 87, 0.5), rgba(29, 53, 87, 0.05))
}

.support-info-swiper {
    left: 0;
    top: 17.4rem;
    width: 59rem;
    z-index: 4;
    overflow: hidden;
    position: absolute
}

.support-info-swiper .swiper-slide {
    height: auto
}

.support-info {
    left: 0;
    top: 17.4rem;
    width: 59rem;
    z-index: 4;
    position: absolute
}

.support-info h3 {
    color: #fff;
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 700;
    font-family: var(--AlbertSans-Bold)
}

.support-info p {
    color: #fff;
    line-height: 1.7;
    margin-top: 2rem
}

.support-info .support-more {
    margin-top: 4rem
}

.support-info-swiper .support-info {
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    display: block;
    flex-shrink: 0;
    position: relative;
    transition-property: opacity, transform
}

.support-grid {
    top: 8.8rem;
    right: 0;
    width: 59rem;
    height: 44.4rem;
    z-index: 4;
    position: absolute
}

.support-grid-wrap {
    display: contents
}

.support-mobile-arrow {
    display: none
}

.support-cell {
    width: 14.7rem;
    height: 14.7rem;
    display: flex;
    color: #fff;
    position: absolute;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.88);
    background: rgba(29, 53, 87, 0.3);
    cursor: pointer;
    transition: background 320ms ease, border-color 320ms ease
}

.support-cell .support-icon {
    width: 4rem;
    height: 4rem;
    margin-bottom: .9rem
}

.support-cell strong {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.45;
    font-weight: 700;padding:0 6%;
}

.support-cell.active {
    background: var(--main-color)
}

.support-cell-1 {
    left: 14.7rem;
    top: 0
}

.support-cell-2 {
    left: 29.3rem;
    top: 0
}

.support-cell-3 {
    left: 14.7rem;
    top: 14.6rem
}

.support-cell-4 {
    left: 29.3rem;
    top: 14.6rem
}

.support-cell-5 {
    left: 44rem;
    top: 14.6rem
}

.support-cell-6 {
    left: .1rem;
    top: 29.2rem
}

.support-cell-7 {
    left: 14.7rem;
    top: 29.2rem
}

.support-cell-8 {
    left: 29.3rem;
    top: 29.2rem
}

.support-icon {
    display: block
}

@media (max-width:1024px) {
    .support-warp .common-title {
        padding: 58px 20px 34px
    }

    .support-main {
        height: auto;
        padding: 54px 0
    }

    .support-main .container {
        top: auto;
        left: auto;
        height: auto;
        max-width: 760px;
        position: relative;
        transform: none
    }

    .support-info {
        top: auto;
        left: auto;
        width: 100%;
        position: relative
    }

    .support-info h3 {
        font-size: 32px
    }

    .support-info p {
        font-size: 15px;
        line-height: 1.7;
        margin-top: 16px
    }

    .support-info .support-more {
        width: 290px;
        height: 44px;
        margin-top: 22px;
        padding: 0 28px;
        font-size: 15px
    }

    .support-info .support-more i {
        margin-left: 16px
    }

    .support-info-swiper {
        top: auto;
        left: auto;
        width: 100%;
        position: relative
    }

    .support-grid {
        top: auto;
        right: auto;
        flex: 1;
        width: auto;
        height: auto;
        display: flex;
        gap: 12px;
        overflow: hidden;
        padding: 4px 6px;
        margin: -4px -6px;
        position: relative;
        scroll-behavior: smooth
    }

    .support-grid-wrap {
        width: 100%;
        display: flex;
        gap: 12px;
        margin-top: 28px;
        align-items: center;
        position: relative
    }

    .support-mobile-arrow {
        width: 44px;
        height: 44px;
        border: 0;
        flex: 0 0 44px;
        color: #fff;
        display: flex;
        cursor: pointer;
        align-items: center;
        border-radius: 50%;
        justify-content: center;
        background: var(--sub-color);
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18)
    }

    .support-mobile-arrow svg {
        width: 24px;
        height: 24px;
        display: block;
        fill: none;
        stroke: currentColor;
        stroke-width: 2.4;
        stroke-linecap: round;
        stroke-linejoin: round
    }

    .support-cell,
    .support-cell-office,
    .support-cell-camp,
    .support-cell-hospital,
    .support-cell-school,
    .support-cell-storage,
    .support-cell-canteen,
    .support-cell-store,
    .support-cell-hotel {
        top: auto;
        left: auto;
        width: 72px;
        height: 72px;
        flex: 0 0 72px;
        position: relative;
        border-radius: 50%;
        background: rgba(29, 53, 87, 0.48)
    }

    .support-cell .support-icon,
    .support-cell-1 .support-icon,
    .support-cell-2 .support-icon,
    .support-cell-3 .support-icon,
    .support-cell-4 .support-icon,
    .support-cell-5 .support-icon,
    .support-cell-6 .support-icon,
    .support-cell-7 .support-icon,
    .support-cell-8 .support-icon {
        width: 34px;
        height: 34px;
        margin-bottom: 0
    }

    .support-cell strong,
    .support-cell-1 strong,
    .support-cell-2 strong,
    .support-cell-3 strong,
    .support-cell-4 strong,
    .support-cell-5 strong,
    .support-cell-6 strong,
    .support-cell-7 strong,
    .support-cell-8 strong {
        display: none
    }

    .support-cell.active,
    .support-cell-1.active,
    .support-cell-2.active,
    .support-cell-3.active,
    .support-cell-4.active,
    .support-cell-5.active,
    .support-cell-6.active,
    .support-cell-7.active,
    .support-cell-8.active {
        background: var(--sub-color);
        border-color: var(--sub-color)
    }
}

@media (max-width:640px) {
    .support-warp .common-title {
        padding: 42px 16px 28px
    }

    .support-main {
        padding: 42px 0
    }

    .support-info h3 {
        font-size: 28px
    }

    .support-info p {
        font-size: 14px
    }

    .support-info .support-more {
        width: 250px;
        height: 42px;
        padding: 0 22px;
        font-size: 14px
    }

    .support-grid {
        gap: 10px;
        padding: 4px 5px;
        margin: -4px -5px
    }

    .support-grid-wrap {
        gap: 10px;
        margin-top: 24px
    }

    .support-mobile-arrow {
        width: 40px;
        height: 40px;
        flex-basis: 40px
    }

    .support-cell,
    .support-cell-office,
    .support-cell-camp,
    .support-cell-hospital,
    .support-cell-school,
    .support-cell-storage,
    .support-cell-canteen,
    .support-cell-store,
    .support-cell-hotel {
        width: 64px;
        height: 64px;
        flex-basis: 64px
    }

    .support-cell .support-icon,
    .support-cell-office .support-icon,
    .support-cell-camp .support-icon,
    .support-cell-hospital .support-icon,
    .support-cell-school .support-icon,
    .support-cell-storage .support-icon,
    .support-cell-canteen .support-icon,
    .support-cell-store .support-icon,
    .support-cell-hotel .support-icon {
        width: 30px;
        height: 30px
    }

    
}

.case-warp {
    padding: 11rem 0;
    background: #f5f5f5;
    overflow: hidden
}

.case-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4rem 3.6rem;
    margin-top: 5.8rem
}

.case-item a {
    display: block;
    color: #1d3556
}

.case-pic {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22.8rem;
    overflow: hidden;
    border-radius: 1rem;
    position: relative
}

.case-pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    transition: transform .45s ease, filter .45s ease
}

.case-text {
    display: block
}

.case-title {
    display: block;
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 700;
    color: var(--main-color);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.case-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 5.6rem;
    line-height: 2.8rem;
    display: block;
    margin-top: 1rem;
    color: #4c5d75
}

.case-desc b {
    font-weight: 700;
    color: var(--main-color)
}

.case-item a:hover .case-pic img {
    transform: translate(-50%, -50%) scale(1.04);
    filter: saturate(1.08)
}

.case-item a:hover .case-title {
    color: #be2035
}

.case-more {
    text-align: center;
    margin: 5.5rem auto 0
}

@media (max-width:1024px) {
    .case-warp {
        padding: 58px 0 60px
    }

    .case-warp .container {
        max-width: 760px
    }

    .case-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 20px;
        margin-top: 34px
    }

    .case-pic {
        height: 210px;
        border-radius: 8px
    }

    .case-title {
        margin-top: 16px;
        font-size: 18px
    }

    .case-desc {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.7
    }

    .case-more {
        width: 320px;
        height: 44px;
        margin-top: 34px;
        font-size: 14px
    }
}

@media (max-width:640px) {
    .case-warp {
        padding: 44px 0 46px
    }

    .case-list {
        grid-template-columns: 1fr;
        gap: 26px;
        margin-top: 28px
    }

    .case-pic {
        height: 205px
    }

    .case-more {
        width: 100%;
        max-width: 320px
    }
}

.voices-warp {
    padding: 11rem 0;
    background: #fff;
    overflow: hidden
}

.voices-swiper {
    margin-top: 5.7rem;
    padding-bottom: .2rem;
    overflow: hidden
}

.voices-swiper .swiper-slide {
    height: auto
}

.voices-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    border-radius: 1rem;
    background: #fff;
    position: relative;
    transition: box-shadow .35s ease, border-color .35s ease, transform .35s ease
}

.voices-card.active,
.voices-card:hover {
    border-color: #e3e6eb;
    box-shadow: 0 1.4rem 3rem rgba(29, 53, 86, 0.08);
    transform: translateY(-0.2rem)
}

.voices-card.active:after,
.voices-card:hover:after {
    opacity: 1
}

.voices-card:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: .8rem;
    background: #1d3556;
    opacity: 0;
    transition: opacity .35s ease
}

.voices-pic {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30.3rem;
    overflow: hidden;
    position: relative;
    background: #e9edf2
}

.voices-pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    transition: transform .45s ease
}

.voices-card:hover .voices-pic img {
    transform: translate(-50%, -50%) scale(1.04)
}

.voices-body {
    min-height: 35rem;
    padding: 4.9rem 3.5rem 2.8rem;
    position: relative
}

.voices-quote {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background: var(--sub-color);
    font-size: 4.8rem;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: -3.6rem;
    left: 2.8rem;
    padding-top: 1.4rem
}

.voices-text {
    overflow: hidden;
    height: 15.4rem;
    line-height: 1.65;
    color: #536884
}

.voices-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 2.5rem
}

.voices-meta time {
    flex: 0 0 auto;
    line-height: 1.4;
    color: var(--main-color)
}

.voices-stars {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-family: var(--AlbertSans-Bold);
    font-size: 3rem;
    line-height: 1;
    color: var(--sub-color);
    letter-spacing: .3rem
}

.voices-name {
    display: block;
    margin-top: 2.8rem;
    line-height: 1.6;
    font-weight: 700;
    color: var(--main-color);
    font-family: var(--AlbertSans-Bold)
}

@media (max-width:1024px) {
    .voices-warp {
        padding: 52px 0 54px
    }

    .voices-warp .container {
        max-width: 760px
    }

    .voices-swiper {
        margin-top: 34px
    }

    .voices-card {
        border-radius: 8px
    }

    .voices-card:after {
        height: 6px;
        opacity: 1
    }

    .voices-pic {
        height: 230px
    }

    .voices-body {
        min-height: 330px;
        padding: 42px 24px 26px
    }

    .voices-quote {
        width: 58px;
        height: 58px;
        top: -29px;
        left: 22px;
        padding-top: 10px;
        font-size: 38px
    }

    .voices-text {
        min-height: 142px;
        font-size: 15px;
        line-height: 1.65
    }

    .voices-meta {
        margin-top: 22px;
        gap: 14px
    }

    .voices-meta time {
        font-size: 15px
    }

    .voices-stars {
        font-size: 20px;
        letter-spacing: 2px
    }

    .voices-name {
        margin-top: 20px;
        font-size: 16px
    }
}

@media (max-width:640px) {
    .voices-warp {
        padding: 44px 0 46px
    }

    .voices-pic {
        height: 205px
    }

    .voices-body {
        min-height: auto;
        padding: 40px 20px 28px
    }

    .voices-text {
        font-size: 14px
    }

    .voices-meta {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 18px
    }

    .voices-name {
        margin-top: 16px;
        font-size: 15px
    }
}

.news-warp {
    padding: 11rem 0 11.6rem;
    background: #f5f5f5;
    overflow: hidden
}

.news-layout {
    display: grid;
    grid-template-columns: 73rem 75.5rem;
    gap: 3.8rem;
    margin-top: 5.1rem;
    align-items: start
}

.news-main a {
    display: block;
    color: #1d3556
}

.news-main-pic,
.news-item-pic {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 1rem;
    position: relative
}

.news-main-pic img,
.news-item-pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    transition: transform .45s ease, filter .45s ease
}

.news-main-pic {
    height: 40.6rem
}

.news-main-text {
    display: block;
    padding-top: 1.5rem
}

.news-main-text h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-height: 3rem;
    height: 6rem;
    font-size: 2rem;
    font-weight: 700;
    color: var(--main-color);
    transition: color .3s ease
}

.news-main-text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 5.2rem;
    line-height: 2.6rem;
    margin-top: 1rem;
    color: #536884
}

.news-side {
    padding-top: 0
}

.news-item+.news-item {
    margin-top: 3.7rem
}

.news-item a {
    display: grid;
    grid-template-columns: 27.6rem 1fr;
    gap: 2.2rem;
    align-items: start;
    color: #1d3556
}

.news-item-pic {
    height: 15.3rem
}

.news-item-text {
    display: block;
    padding-top: 2rem
}

.news-item-text h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-family: var(--AlbertSans-Bold);
    height: 6rem;
    line-height: 3rem;
    font-size: 2rem;
    font-weight: 700;
    color: var(--main-color);
    transition: color .3s ease
}

.news-item-text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-top: 1rem;
    height: 5.2rem;
    line-height: 2.6rem;
    display: block;
    color: #536884
}

.news-main a:hover .news-main-pic img,
.news-item a:hover .news-main-pic img,
.news-main a:hover .news-item-pic img,
.news-item a:hover .news-item-pic img {
    transform: translate(-50%, -50%) scale(1.04);
    filter: saturate(1.08)
}

.news-main a:hover h3,
.news-item a:hover h3 {
    text-decoration: underline
}

@media (max-width:1024px) {
    .news-warp {
        padding: 58px 0 60px
    }

    .news-warp .container {
        max-width: 760px
    }

    .news-layout {
        display: block;
        margin-top: 34px
    }

    .news-main-pic {
        height: 390px;
        border-radius: 8px
    }

    .news-main-text strong {
        margin-top: 16px;
        font-size: 20px
    }

    .news-main-text span {
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.7
    }

    .news-side {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
        margin-top: 30px
    }

    .news-item+.news-item {
        margin-top: 0
    }

    .news-item a {
        display: block
    }

    .news-item-pic {
        height: 135px;
        border-radius: 8px
    }

    .news-item-text {
        padding-top: 14px
    }

    .news-item-text h3 {
        font-size: 17px;
        line-height: 1.45
    }

    .news-item-text p {
        margin-top: 8px;
        font-size: 14px;
        line-height: 1.65
    }
}

@media (max-width:640px) {
    .news-warp {
        padding: 44px 0 46px
    }

    .news-layout {
        margin-top: 28px
    }

    .news-main-pic {
        height: 210px
    }

    .news-main-text h3 {
        font-size: 18px
    }

    .news-main-text p {
        font-size: 14px
    }

    .news-side {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 28px
    }

    .news-item a {
        display: grid;
        grid-template-columns: 122px 1fr;
        gap: 14px
    }

    .news-item-pic {
        height: 86px
    }

    .news-item-text {
        padding-top: 0
    }

    .news-item-text h3 {
        font-size: 15px;
        line-height: 1.45
    }

    .news-item-text p {
        margin-top: 6px;
        font-size: 13px;
        line-height: 1.5
    }
}

.clients-warp {
    padding: 11rem 0;
    overflow: hidden
}

.clients-warp .container {
    overflow: hidden
}

.clients-swiper {
    margin-top: 6.9rem;
    padding: 1.8rem 0 2rem;
    overflow: visible
}

.clients-swiper .swiper-wrapper {
    align-items: center
}

.clients-swiper .swiper-slide {
    height: auto
}

.clients-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 17.4rem;
    border: 1px solid #ececec;
    background: #fff;
    position: relative;
    z-index: 1;
    transition: height .35s ease, margin .35s ease, border-color .35s ease, box-shadow .35s ease, transform .35s ease
}

.clients-card:after {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -0.5rem;
    height: .4rem;
    background: var(--sub-color);
    opacity: 0;
    transform: scaleX(.62);
    transition: opacity .35s ease, transform .35s ease
}

.clients-card img {
    max-width: 76%;
    max-height: 68%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform .35s ease, filter .35s ease
}

.clients-card:hover {
    height: 20.2rem;
    margin-top: -1.8rem;
    margin-bottom: -1rem;
    z-index: 5;
    border-color: #e0e0e0;
    box-shadow: 0 1.2rem 2.8rem rgba(29, 53, 86, 0.08)
}

.clients-card:hover:after {
    opacity: 1;
    transform: scaleX(1)
}

.clients-card:hover img {
    transform: scale(1.06);
    filter: saturate(1.08)
}

@media (max-width:1024px) {
    .clients-warp {
        padding: 54px 0 64px
    }

    .clients-warp .container {
        max-width: 760px
    }

    .clients-swiper {
        overflow: hidden;
        margin-top: 34px;
        padding: 14px 0 18px
    }

    .clients-card {
        height: 145px;
        border-width: 1px
    }

    .clients-card:hover {
        height: 165px;
        margin-top: -12px;
        margin-bottom: -8px
    }
}

@media (max-width:640px) {
    .clients-warp {
        padding: 44px 0 50px
    }

    .clients-swiper {
        margin-top: 28px
    }

    .clients-card {
        height: 128px
    }

    .clients-card:hover {
        height: 146px;
        margin-top: -10px
    }
}

.contact-message {
    min-height: 61.4rem;
    overflow: hidden;
    position: relative
}

.contact-message .container {
    display: flex;
    max-width: 192rem
}

.contact-map {
    width: 50%;
    min-height: 61.4rem;
    overflow: hidden;
    position: relative
}

.contact-map img {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
    object-fit: cover;
    position: absolute;
    object-position: center center;
    transform: translate(-50%, -50%)
}

.contact-form-panel {
    width: 50%;
    color: #fff;
    overflow: hidden;
    position: relative;
    background-image: url(../images/ditu-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

.contact-form-inner {
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 10.4rem 20rem 8rem 6.5rem
}

.contact-watermark {
    left: 0;
    width: 103%;
    top: 5.4rem;
    z-index: -1;
    letter-spacing: -3px;
    color: transparent;
    font-size: 19.5rem;
    line-height: 1;
    white-space: nowrap;
    position: absolute;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1)
}

.contact-form-inner h2 {
    color: #fff;
    font-size: 4.2rem;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: 0;
    font-family: Arial, Helvetica, sans-serif
}

.contact-form-inner p {
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.35;
    margin-top: 1rem
}

.contact-form {
    margin-top: 3.8rem
}

.contact-form-grid {
    gap: 1.7rem 1.8rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.contact-form label {
    display: block;
    position: relative
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 0;
    color: #111;
    display: block;
    border-radius: 0;
    background: #fff;
    font-size: 1.5rem;
    font-family: var(--AlbertSans-light)
}

.contact-form input {
    height: 4.3rem;
    line-height: 4.3rem;
    padding: 0 1.6rem
}

.contact-form textarea {
    height: 7rem;
    resize: none;
    line-height: 1.4;
    margin-top: 1.8rem;
    padding: 1.4rem 1.6rem
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #111;
    opacity: 1
}

.contact-required {
    top: 2.4rem;
    left: 5.8rem;
    color: #f30;
    line-height: 1;
    position: absolute;
    pointer-events: none;
    transform: translateY(-50%)
}

.contact-form-grid label:nth-child(2) .contact-required {
    left: 6.8rem
}

.contact-form-grid label:nth-child(4) .contact-required {
    left: 7.5rem
}

.contact-message-field .contact-required {
    top: 2rem;
    left: 7.5rem;
    transform: none
}

.contact-submit {
    border: 0;
    color: #fff;
    min-width: 18.8rem;
    height: 4.2rem;
    display: inline-flex;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1;
    margin-top: 2.2rem;
    align-items: center;
    padding: 0 2.8rem;
    background: var(--sub-color);
    justify-content: space-between;
    transition: background 300ms ease, transform 300ms ease
}

.contact-submit i svg {
    vertical-align: middle;
    width: 1.6rem;
    height: 1.6rem;
    fill: #fff
}

.contact-submit:hover {
    background: #d1283e;
    transform: translateY(-0.2rem)
}

@media (max-width:1024px) {
    .contact-message {
        display: block;
        min-height: 0;
        background: #1e395d
    }

    .contact-message .container {
        width: 100%;
        padding: 0;
        display: block;
        max-width: none
    }

    .contact-map {
        display: none;
        width: 100%;
        height: 360px;
        min-height: 0
    }

    .contact-map img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .contact-form-panel {
        width: 100%;
        min-height: 0
    }

    .contact-form-panel::after {
        display: none
    }

    .contact-form-inner {
        width: 100%;
        max-width: 720px;
        padding: 52px 20px 58px
    }

    .contact-watermark {
        left: 20px;
        top: 34px;
        font-size: 86px;
        letter-spacing: 3px
    }

    .contact-form-inner h2 {
        font-size: 34px;
        line-height: 1.15
    }

    .contact-form-inner p {
        font-size: 18px;
        margin-top: 8px
    }

    .contact-form {
        margin-top: 28px
    }

    .contact-form-grid {
        gap: 14px;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 14px
    }

    .contact-form input {
        height: 44px;
        line-height: 44px;
        padding: 0 14px
    }

    .contact-form textarea {
        height: 96px;
        margin-top: 14px;
        padding: 13px 14px
    }

    .contact-required {
        left: 52px;
        font-size: 14px
    }

    .contact-form-grid label:nth-child(2) .contact-required {
        left: 62px
    }

    .contact-message-field .contact-required {
        top: 22px;
        left: 73px
    }

    .contact-submit {
        width: 188px;
        min-width: 0;
        height: 44px;
        font-size: 16px;
        margin-top: 20px;
        padding: 0 28px
    }

    .contact-submit i {
        width: 18px;
        height: 18px
    }

    .contact-submit i::before {
        inset: 2px
    }

    .contact-submit i::after {
        left: 5px;
        top: 9px;
        width: 10px
    }

    .contact-submit:hover {
        transform: translateY(-2px)
    }
}

@media (max-width:640px) {
    .contact-map {
        height: 260px
    }

    .contact-form-inner {
        padding: 40px 16px 46px
    }

    .contact-watermark {
        top: 30px;
        left: 12px;
        font-size: 54px;
        letter-spacing: 1px
    }

    .contact-form-inner h2 {
        font-size: 28px
    }

    .contact-form-inner p {
        font-size: 15px
    }

    .contact-form-grid {
        grid-template-columns: 1fr
    }

    .contact-submit {
        width: 100%
    }
}

.comment-banner {
    color: #fff;
    overflow: hidden;
    position: relative
}

.comment-banner .pic img {
    width: 100%
}

.comment-banner .text {
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 3;
    width: 100%;
    pointer-events: none
}

.comment-banner .text .container {
    height: 100%;
    position: relative
}

.comment-banner h1 {
    font-family: var(--AlbertSans-Bold);
    margin: 0;
    color: #fff;
    font-size: 5rem;
    line-height: 1;
    font-weight: 700
}

.comment-banner p {
    margin: 0;
    left: 0;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 100;
    margin-top: 3rem
}

.common-crumbs {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    left: 0;
    z-index: 9;
    margin-top: -6rem;
    height: 6rem;
    line-height: 6rem;
    color: #fff;
    position: relative
}

.common-crumbs a {
    color: #fff;
    transition: opacity 300ms ease
}

.common-crumbs a:hover {
    opacity: .78
}

.common-crumbs svg {
    margin-right: .5rem;
    margin-bottom: .4rem;
    vertical-align: middle;
    width: 1.8rem;
    height: 1.8rem;
    fill: #fff
}

@media (max-width:1024px) {
    .comment-banner {
        height: 260px;
        margin-top: 60px
    }

    .comment-banner .pic {
        inset: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: absolute
    }

    .comment-banner .pic img {
        width: 100%;
        height: 100%;
        display: block;
        max-width: none;
        object-fit: cover;
        object-position: center center
    }

    .comment-banner .text {
        top: 50%;
        transform: translateY(-50%)
    }

    .comment-banner .text .container {
        max-width: 760px !important
    }

    .comment-banner h1 {
        font-size: 34px;
        line-height: 1.15
    }

    .comment-banner p {
        width: 82%;
        font-size: 18px;
        line-height: 1.45;
        margin-top: 16px
    }

    .common-crumbs {
        display: none;
        height: 48px;
        line-height: 48px;
        margin-top: -48px;
        font-size: 14px
    }

    .common-crumbs svg {
        width: 15px;
        height: 15px;
        margin-right: 5px;
        margin-bottom: 3px
    }
}

@media (max-width:640px) {
    .comment-banner {
        height: 220px
    }

    .comment-banner .pic img {
        object-position: 63% center
    }

    .comment-banner h1 {
        font-size: 30px
    }

    .comment-banner p {
        width: 90%;
        font-size: 15px;
        line-height: 1.45;
        margin-top: 12px
    }

    .common-crumbs {
        height: 42px;
        line-height: 42px;
        margin-top: -42px;
        font-size: 13px
    }
}

.case-content {
    padding: 11rem 0;
    background: #f5f5f5;
    overflow: visible
}

.case-content .container {
    display: grid;
    gap: 5.6rem;
    align-items: start;
    grid-template-columns: 35rem 1fr
}

.common-side {
    display: grid;
    gap: 3rem;
    top: 10rem;
    position: sticky;
    align-self: start
}

.common-side-card {
    overflow: hidden;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 1rem 3.2rem rgba(29, 53, 87, 0.04)
}

.common-side-title {
    height: 6.2rem;
    color: #fff;
    display: flex;
    font-size: 2.1rem;
    line-height: 1;
    font-weight: 700;
    align-items: center;
    padding-left: 2.8rem;
    background: var(--main-color)
}

.common-side-search {
    height: 6.2rem;
    display: flex;
    align-items: center
}

.common-side-search input {
    width: 100%;
    height: 100%;
    border: 0;
    color: #4c5d75;
    font-size: 1.6rem;
    background: #f6f6f6;
    font-family: var(--AlbertSans-light);
    padding: 0 2rem 0 2.8rem
}

.common-side-search input::placeholder {
    color: #8d929b;
    opacity: 1
}

.common-side-search button {
    width: 6.2rem;
    height: 6.2rem;
    border: 0;
    color: #677286;
    display: flex;
    cursor: pointer;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
    transition: color 300ms ease
}

.common-side-search button svg {
    width: 2.4rem;
    height: 2.4rem;
    display: block
}

.common-side-search button:hover {
    color: var(--sub-color)
}

.common-side-nav {
    padding: 0 2.8rem
}

.common-side-nav li+li {
    border-top: 1px solid #e6e6e9
}

.common-side-nav a {
    opacity: .75;
    min-height: 7.9rem;
    color: var(--main-color);
    display: flex;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 700;
    align-items: center;
    transition: color 300ms ease, padding 300ms ease
}

    .common-side-nav a:hover, .common-side-nav li.active a {
        opacity: 1
    }

.common-side-nav .actvie a {
    opacity: 1
}

.common-side-form {
    padding: 2rem 2.6rem 3rem
}

.common-side-form p {
    color: #4d5c70;
    font-size: 1.6rem;
    line-height: 1.22;
    margin-bottom: 1.4rem
}

.common-side-form label {
    display: block;
    position: relative;
    margin-bottom: .6rem
}

.common-side-form input,
.common-side-form textarea {
    width: 100%;
    border: 0;
    color: #4d5c70;
    display: block;
    background: #f5f5f5;
    border-radius: 0;
    font-size: 1.6rem;
    font-family: var(--AlbertSans-light)
}

.common-side-form input {
    height: 4.2rem;
    line-height: 4.2rem;
    padding: 0 2.2rem
}

.common-side-form textarea {
    height: 12.1rem;
    resize: none;
    line-height: 1.2;
    padding: 1.7rem 2.2rem
}

.common-side-form input::placeholder,
.common-side-form textarea::placeholder {
    color: #4d5c70;
    opacity: 1
}

.common-side-form label span {
    top: 50%;
    left: 1.2rem;
    color: #f30;
    font-size: 1.4rem;
    line-height: 1;
    position: absolute;
    pointer-events: none;
    transform: translateY(-40%)
}

.common-side-form button {
    width: 100%;
    height: 4.2rem;
    border: 0;
    color: #fff;
    display: flex;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1;
    margin-top: 0;
    align-items: center;
    padding: 0 2.8rem;
    background: var(--sub-color);
    justify-content: space-between;
    transition: background 300ms ease
}

.common-side-form button i {
    width: 1.6rem;
    height: 1.6rem;
    display: block
}

.common-side-form button svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    display: block
}

.common-side-form button:hover {
    background: #d1283e
}

.case-main {
    color: #536074
}

.case-main-head {
    color: #4c5d75
}

.case-main-head h2 {
    font-family: var(--AlbertSans-Bold);
    color: var(--main-color);
    font-size: 3.6rem;
    line-height: 1;
    margin-bottom: 2.2rem
}

.case-main-head h3 {
    color: var(--main-color);
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    font-family: var(--AlbertSans-Bold)
}

.case-main-head strong {
    color: var(--main-color);
    display: block;
    margin-bottom: 1.2rem
}

.case-main-head p {
    color: #657083;
    font-size: 1.6rem;
    line-height: 1.68
}

.case-card-list {
    display: grid;
    gap: 4rem 3.3rem;
    margin-top: 3.9rem;
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.case-card-list-2 {
    display: grid;
    gap: 4.6rem
}

.case-card-list-2 li {
    display: grid;
    gap: 4rem;
    align-items: center;
    grid-template-columns: 50rem 1fr
}

.case-card2-pic {
    height: 32rem;
    overflow: hidden;
    position: relative;
    border-radius: 1rem
}

.case-card2-pic img {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
    object-fit: cover;
    position: absolute;
    vertical-align: middle;
    transform: translate(-50%, -50%)
}

.case-card2-info {
    color: #4c5d75
}

.case-card2-info h3 {
    color: var(--main-color);
    font-size: 3.9rem;
    line-height: 1.14;
    margin-bottom: 2.1rem;
    font-family: var(--AlbertSans-Bold)
}

.case-card2-info p {
    line-height: 1.7
}

.case-card2-info p b {
    color: var(--main-color);
    font-weight: 700
}

.case-card a {
    display: block;
    color: var(--main-color)
}

.case-card h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    color: #0f1722;
    color: var(--main-color);
    font-size: 2rem;
    line-height: 3rem;
    height: 3rem;
    margin-top: 2rem;
    transition: color 300ms ease
}

.case-card p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 5.6rem;
    line-height: 2.8rem;
    color: var(--main-color);
    margin-top: 1.5rem
}

.case-card p b {
    color: var(--main-color)
}

.case-card:hover h3 {
    color: var(--sub-color)
}

.case-card:hover img {
    transform: translate(-50%, -50%) scale(1.04)
}

.case-card-pic {
    height: 22.7rem;
    overflow: hidden;
    position: relative;
    border-radius: .8rem;
    background: #d9dde3
}

.case-card-pic img {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
    object-fit: cover;
    position: absolute;
    vertical-align: middle;
    transform: translate(-50%, -50%);
    transition: transform 450ms ease
}

.case-read-more {
    display: flex;
    margin-top: 4.1rem;
    justify-content: center
}

.case-show-content {
    padding-bottom: 0
}

.case-show-content .case-main-head,
.case-show-content .case-card-list,
.case-show-content .case-read-more {
    display: none
}

.related-news {
    padding: 11rem 0;
    background: #f5f5f5
}

.related-news h2 {
    color: var(--main-color);
    font-size: 4.8rem;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    font-family: var(--AlbertSans-Bold)
}

.related-news-list {
    overflow: hidden;
    margin-top: 6.2rem
}

.related-news-list .swiper-wrapper {
    align-items: stretch
}

.related-news-card {
    height: auto;
    overflow: hidden;
    border-radius: 1rem;
    background: #fff;
    border: solid 1px #eeeeee
}

.related-news-card a {
    height: 100%;
    display: block;
    color: var(--main-color)
}

.related-news-card:hover .related-news-pic img {
    transform: translate(-50%, -50%) scale(1.04)
}

.related-news-card:hover h3 {
    color: var(--sub-color)
}

.related-news-card:hover .related-news-more {
    background: #d1283e
}

.related-news-pic {
    height: 25rem;
    overflow: hidden;
    position: relative
}

.related-news-pic img {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
    object-fit: cover;
    position: absolute;
    vertical-align: middle;
    transform: translate(-50%, -50%);
    transition: transform 500ms ease
}

.related-news-body {
    min-height: 31rem;
    padding: 2.5rem 4rem
}

.related-news-meta {
    color: var(--sub-color);
    font-size: 1.4rem;
    margin-bottom: 1rem
}

.related-news-card h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    color: var(--main-color);
    height: 8.4rem;
    font-size: 2rem;
    line-height: 2.8rem;
    transition: color 300ms ease;
    font-family: var(--AlbertSans-Bold)
}

.related-news-card p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    color: #4c5d75;
    height: 8.4rem;
    line-height: 2.8rem;
    margin-top: 1rem
}

.related-news-more {
    width: 16.6rem;
    height: 4.4rem;
    color: #fff;
    display: flex;
    line-height: 1;
    align-items: center;
    margin-top: 2.6rem;
    padding: 0 3.1rem 0 3.9rem;
    background: var(--sub-color);
    justify-content: space-between;
    transition: background 300ms ease
}

.related-news-more i {
    width: 1.6rem;
    height: 1rem;
    display: block;
    position: relative
}

.related-news-more i:before {
    content: "";
    top: 50%;
    left: 0;
    width: 1.6rem;
    height: 2px;
    position: absolute;
    background: #fff;
    transform: translateY(-50%)
}

.related-news-more i:after {
    content: "";
    top: 50%;
    right: 0;
    width: .7rem;
    height: .7rem;
    position: absolute;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg)
}

@media (max-width:1024px) {
    .related-news {
        padding: 58px 0 64px
    }

    .related-news .container {
        max-width: 760px !important
    }

    .related-news h2 {
        font-size: 34px
    }

    .related-news-list {
        margin-top: 34px
    }

    .related-news-pic {
        height: 210px
    }

    .related-news-body {
        min-height: 300px;
        padding: 24px 22px 26px
    }

    .related-news-meta {
        font-size: 13px;
        margin-bottom: 12px
    }

    .related-news-card h3 {
        height: auto;
        min-height: 78px;
        font-size: 18px;
        line-height: 1.45
    }

    .related-news-card p {
        height: auto;
        min-height: 72px;
        font-size: 14px;
        line-height: 1.7;
        margin-top: 10px
    }

    .related-news-more {
        width: 150px;
        height: 42px;
        font-size: 15px;
        margin-top: 22px;
        padding: 0 26px 0 30px
    }

    .related-news-more i {
        width: 15px;
        height: 10px
    }

    .related-news-more i:before {
        width: 15px
    }

    .related-news-more i:after {
        width: 7px;
        height: 7px
    }

    .case-content {
        padding: 54px 0 70px
    }

    .case-content .container {
        gap: 34px;
        display: block;
        max-width: 760px !important
    }

    .common-side {
        gap: 22px;
        top: auto;
        display: none !important;
        position: relative;
        margin-bottom: 38px;
        grid-template-columns: 1fr 1fr
    }

    .common-side-card {
        border-radius: 8px;
        box-shadow: 0 10px 28px rgba(29, 53, 87, 0.05)
    }

    .common-side-title {
        height: 54px;
        font-size: 22px;
        padding: 0 24px
    }

    .common-side-search {
        height: 52px
    }

    .common-side-search input {
        font-size: 15px;
        padding: 0 18px 0 24px
    }

    .common-side-search button {
        width: 52px;
        height: 52px
    }

    .common-side-search button svg {
        width: 22px;
        height: 22px
    }

    .common-side-nav {
        padding: 8px 24px 18px
    }

    .common-side-nav a {
        height: 52px;
        font-size: 16px
    }

    .common-side-nav a:hover {
        padding-left: 5px
    }

    .common-side-form {
        padding: 18px 22px 24px
    }

    .common-side-form p {
        font-size: 14px;
        line-height: 1.45;
        margin-bottom: 14px
    }

    .common-side-form label {
        margin-bottom: 7px
    }

    .common-side-form input,
    .common-side-form textarea {
        font-size: 14px
    }

    .common-side-form input {
        height: 40px;
        line-height: 40px;
        padding: 0 18px
    }

    .common-side-form textarea {
        height: 112px;
        padding: 14px 18px
    }

    .common-side-form label span {
        left: 65px;
        font-size: 14px
    }

    .common-side-form label:nth-of-type(2) span {
        left: 74px
    }

    .common-side-form label:nth-of-type(4) span {
        left: 80px
    }

    .common-side-form button {
        height: 42px;
        font-size: 15px;
        padding: 0 24px
    }

    .common-side-form button i {
        width: 16px;
        height: 16px
    }

    .case-main-head h2 {
        font-size: 32px;
        margin-bottom: 18px
    }

    .case-main-head h3 {
        font-size: 24px;
        margin-bottom: 18px
    }

    .case-main-head strong {
        font-size: 15px;
        line-height: 1.55;
        margin-bottom: 10px
    }

    .case-main-head p {
        font-size: 15px;
        line-height: 1.68
    }

    .case-card-list {
        gap: 30px 22px;
        margin-top: 30px;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .case-card-list-2 {
        gap: 34px
    }

    .case-card-list-2 li {
        gap: 24px;
        grid-template-columns: 1fr
    }

    .case-card2-pic {
        height: 270px;
        border-radius: 8px
    }

    .case-card2-info h3 {
        font-size: 28px;
        line-height: 1.18;
        margin-bottom: 14px
    }

    .case-card2-info p {
        font-size: 14px;
        line-height: 1.7
    }

    .case-card-pic {
        height: 205px;
        border-radius: 8px
    }

    .case-card h3 {
        font-size: 18px;
        margin-top: 16px
    }

    .case-card p {
        font-size: 14px;
        line-height: 1.65;
        margin-top: 10px
    }

    .case-read-more {
        margin-top: 34px
    }

    .case-read-more a {
        width: 200px;
        height: 43px;
        font-size: 15px;
        border-radius: 4px;
        padding: 0 32px
    }

    .case-read-more a i {
        width: 15px;
        height: 11px
    }

    .case-read-more a i:before {
        width: 15px
    }

    .case-read-more a i:after {
        width: 7px;
        height: 7px
    }

    .case-read-more a:hover {
        transform: translateY(-2px)
    }
}

@media (max-width:640px) {
    .related-news {
        padding: 44px 0 48px
    }

    .related-news h2 {
        font-size: 28px
    }

    .related-news-list {
        margin-top: 28px
    }

    .related-news-pic {
        height: 205px
    }

    .related-news-body {
        min-height: 0;
        padding: 22px 18px 24px
    }

    .related-news-card h3 {
        min-height: 0;
        font-size: 17px
    }

    .related-news-card p {
        min-height: 0
    }

    .case-content {
        padding: 42px 0 52px
    }

    .common-side {
        display: grid;
        gap: 18px;
        margin-bottom: 30px;
        grid-template-columns: 1fr
    }

    .common-side-title {
        height: 50px;
        font-size: 20px;
        padding: 0 20px
    }

    .common-side-search {
        height: 50px
    }

    .common-side-search input {
        padding: 0 14px 0 20px
    }

    .common-side-search button {
        width: 50px;
        height: 50px
    }

    .common-side-nav {
        padding: 6px 20px 14px
    }

    .common-side-nav a {
        height: 48px;
        font-size: 15px
    }

    .common-side-form {
        padding: 16px 18px 22px
    }

    .case-main-head h2 {
        font-size: 28px;
        margin-bottom: 15px
    }

    .case-main-head h3 {
        font-size: 21px;
        line-height: 1.28;
        margin-bottom: 15px
    }

    .case-main-head strong {
        font-size: 14px
    }

    .case-main-head p {
        font-size: 14px;
        line-height: 1.65
    }

    .case-card-list {
        gap: 26px;
        margin-top: 26px;
        grid-template-columns: 1fr
    }

    .case-card-list-2 {
        gap: 30px
    }

    .case-card2-pic {
        height: 215px
    }

    .case-card2-info h3 {
        font-size: 24px
    }

    .case-card-pic {
        height: 210px
    }

    .case-card h3 {
        font-size: 18px;
        margin-top: 14px
    }

    .case-read-more {
        margin-top: 30px
    }

    .case-read-more a {
        width: 100%;
        max-width: 230px
    }
}

.solutions-content {
    padding: 11rem 0;
    background: #f5f5f5;
    overflow: hidden
}

.solutions-item {
    position: relative;
    display: grid;
    gap: 8rem;
    align-items: center;
    grid-template-columns: 76rem 1fr
}

.solutions-item+.solutions-item {
    padding-top: 8rem
}

.solutions-item:nth-child(even) {
    grid-template-columns: 1fr 76rem
}

.solutions-item:nth-child(even) .solutions-info {
    grid-column: 1;
    grid-row: 1
}

.solutions-item:nth-child(even) .solutions-pic {
    grid-column: 2;
    grid-row: 1
}

.solutions-item .tech-btn {
    min-width: 31rem
}

.solutions-pic {
    height: 48.6rem;
    overflow: hidden;
    position: relative;
    border-radius: 1rem;
    background: #d9dde3
}

.solutions-pic img {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
    object-fit: cover;
    position: absolute;
    vertical-align: middle;
    transform: translate(-50%, -50%);
    transition: transform 600ms ease
}

.solutions-pic:after {
    content: "";
    inset: 0;
    position: absolute;
    pointer-events: none;
    background: rgba(29, 53, 87, 0.18)
}

.solutions-pic:hover img {
    transform: translate(-50%, -50%) scale(1.035)
}

.solutions-info {
    color: #536074;
    max-width: 68rem
}

.solutions-info .solutions-icon {
    width: 6.6rem;
    height: 6.6rem;
    margin-bottom: 2.8rem
}

.solutions-info h2 {
    font-family: var(--AlbertSans-Bold);
    color: var(--main-color);
    font-size: 4rem;
    line-height: 1.15;
    margin-bottom: 1.8rem
}

.solutions-info p {
    color: #4c5d75;
    line-height: 1.7;
    margin-bottom: 4rem
}

@media (max-width:1024px) {
    .solutions-content {
        padding: 54px 0 70px
    }

    .solutions-item,
    .solutions-item:nth-child(even) {
        gap: 28px;
        grid-template-columns: 1fr 1fr
    }

    .solutions-item+.solutions-item {
        padding-top: 46px
    }

    .solutions-pic {
        height: 260px;
        border-radius: 8px
    }

    .solutions-info {
        max-width: none
    }

    .solutions-info .solutions-icon {
        display: none;
        width: 34px;
        height: 34px;
        margin-bottom: 18px
    }

    .solutions-info h2 {
        font-size: 26px;
        margin-bottom: 12px
    }

    .solutions-info p {
        font-size: 14px;
        line-height: 1.62;
        margin-bottom: 20px
    }
}

@media (max-width:640px) {
    .solutions-content {
        padding: 42px 0 52px
    }

    .solutions-item,
    .solutions-item:nth-child(even) {
        gap: 20px;
        display: flex;
        flex-direction: column
    }

    .solutions-item:nth-child(even) .solutions-info {
        order: 2
    }

    .solutions-item:nth-child(even) .solutions-pic {
        order: 1
    }

    .solutions-item+.solutions-item {
        padding-top: 38px
    }

    .solutions-pic {
        width: 100%;
        height: 220px
    }

    .solutions-info {
        width: 100%
    }

    .solutions-info .solutions-icon {
        width: 32px;
        height: 32px;
        margin-bottom: 14px
    }

    .solutions-info h2 {
        font-size: 24px;
        margin-bottom: 10px
    }

    .solutions-info p {
        font-size: 14px;
        margin-bottom: 18px
    }
}

.content-content {
    padding: 11rem 0;
    background: #f5f5f5;
    overflow: visible
}

.content-content .container {
    display: grid;
    gap: 5.6rem;
    align-items: start;
    grid-template-columns: 35rem 1fr
}

.content-list {
    display: grid;
    gap: 4rem
}

.content-item {
    background: #fff;
    box-shadow: 0 .4rem 2rem rgba(29, 53, 87, 0.03)
}

.content-item a {
    display: grid;
    color: var(--main-color);
    min-height: 26rem;
    grid-template-columns: 47.5rem 1fr
}

.content-item:hover .content-pic img {
    transform: translate(-50%, -50%) scale(1.04)
}

.content-item:hover h2 {
    color: var(--sub-color)
}

.content-item:hover .content-more {
    background: #d1283e
}

.content-pic {
    height: 26.6rem;
    overflow: hidden;
    position: relative;
    background: #d9dde3
}

.content-pic img {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
    object-fit: cover;
    position: absolute;
    vertical-align: middle;
    transform: translate(-50%, -50%);
    transition: transform 450ms ease
}

.content-text {
    min-width: 0;
    padding: 2.9rem 6.2rem 2.6rem 5rem
}

.content-text .content-meta {
    color: var(--sub-color);
    line-height: 1.4;
    margin-bottom: .5rem
}

.content-text h2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 5.6rem;
    line-height: 2.8rem;
    color: var(--main-color);
    font-size: 2rem;
    transition: color 300ms ease
}

.content-text p {
    color: #6a7381;
    font-size: 1.5rem;
    line-height: 1.72;
    height: 5.2rem;
    margin-top: 1.8rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.content-more {
    width: 12.2rem;
    height: 4.2rem;
    color: #fff;
    display: flex;
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 1.8rem;
    align-items: center;
    padding: 0 2.7rem;
    background: var(--sub-color);
    justify-content: space-between;
    transition: background 300ms ease
}

.content-more i {
    width: 1.4rem;
    height: 1rem;
    display: block;
    position: relative
}

.content-more i:before,
.content-more i:after {
    content: "";
    top: 50%;
    right: 0;
    position: absolute;
    background: #fff;
    transform: translateY(-50%)
}

.content-more i:before {
    width: 1.4rem;
    height: 1px
}

.content-more i:after {
    width: .6rem;
    height: .6rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    background: transparent;
    transform: translateY(-50%) rotate(45deg)
}

@media (max-width:1024px) {
    .content-content {
        padding: 54px 0 70px
    }

    .content-content .container {
        gap: 34px;
        display: block;
        max-width: 760px !important
    }

    .content-content .common-side {
        margin-bottom: 36px
    }

    .content-content .common-side-title {
        height: 54px;
        font-size: 22px;
        padding: 0 24px
    }

    .content-content .common-side-search {
        height: 52px
    }

    .content-content .common-side-search input {
        font-size: 14px;
        padding-left: 24px
    }

    .content-content .common-side-search button {
        width: 52px;
        height: 52px
    }

    .content-content .common-side-search button svg {
        width: 22px;
        height: 22px
    }

    .content-content .common-side-nav {
        padding: 8px 24px 18px
    }

    .content-content .common-side-nav a {
        height: 52px;
        font-size: 15px
    }

    .content-content .common-side-quote .common-side-form {
        padding-top: 18px
    }

    .content-content .common-side-quote .common-side-form input {
        height: 40px;
        line-height: 40px;
        padding: 0 18px
    }

    .content-content .common-side-quote .common-side-form textarea {
        height: 96px;
        padding: 14px 18px
    }

    .content-content .common-side-quote .common-side-form button {
        height: 42px
    }

    .content-content .common-side-quote .common-side-form label span {
        left: 65px
    }

    .content-content .common-side-quote .common-side-form label:nth-of-type(2) span {
        left: 74px
    }

    .content-content .common-side-quote .common-side-form label:nth-of-type(4) span {
        left: 80px
    }

    .content-list {
        gap: 26px
    }

    .content-item {
        box-shadow: 0 4px 18px rgba(29, 53, 87, 0.04)
    }

    .content-item a {
        min-height: 0;
        grid-template-columns: 300px 1fr
    }

    .content-pic {
        height: 210px
    }

    .content-text {
        padding: 24px 28px 22px
    }

    .content-text .content-meta {
        font-size: 13px;
        margin-bottom: 8px
    }

    .content-text h2 {
        min-height: 0;
        font-size: 17px;
        line-height: 1.4
    }

    .content-text p {
        height: auto;
        display: -webkit-box;
        font-size: 14px;
        line-height: 1.6;
        margin-top: 12px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .content-more {
        width: 116px;
        height: 40px;
        font-size: 14px;
        margin-top: 16px;
        padding: 0 24px
    }

    .content-more i {
        width: 14px;
        height: 10px
    }

    .content-more i:before {
        width: 14px
    }

    .content-more i:after {
        width: 6px;
        height: 6px
    }
}

@media (max-width:640px) {
    .content-content {
        padding: 42px 0 52px
    }

    .content-content .common-side {
        margin-bottom: 30px
    }

    .content-list {
        gap: 22px
    }

    .content-item a {
        display: block
    }

    .content-pic {
        height: 205px
    }

    .content-text {
        padding: 20px 18px 22px
    }

    .content-text h2 {
        font-size: 16px
    }

    .content-text p {
        font-size: 14px
    }
}

.about-content {
    padding: 11rem 0;
    background: #f5f5f5;
    overflow: hidden
}

.about-content .about-profile {
    display: grid;
    gap: 4rem;
    align-items: start;
    grid-template-columns: 73rem 75rem
}

.about-content .about-profile-text .common-title {
    text-align: left;
    padding-bottom: 2rem
}

.about-content .about-profile-text h3 {
    color: var(--main-color);
    font-size: 2.4rem;
    line-height: 1.28;
    font-weight: 700;
    margin-bottom: 2rem
}

.about-content .about-profile-text p {
    color: #4c5d75;
    line-height: 1.78;
    margin-bottom: 1.5rem
}

.about-content .about-profile-text p:last-child {
    margin-bottom: 0
}

.about-content .about-profile-pic {
    height: 50.6rem;
    overflow: hidden;
    border-radius: 1rem
}

.about-content .about-gallery {
    margin-top: 3.6rem;
    position: relative
}

.about-content .about-gallery-list {
    overflow: hidden
}

.about-content .about-gallery-item {
    height: 22.7rem;
    overflow: hidden;
    border-radius: .8rem;
    background: #d9dde3
}

.about-content .about-gallery-item .pic {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden
}

.about-content .about-gallery-item img {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
    object-fit: cover;
    position: absolute;
    vertical-align: middle;
    transform: translate(-50%, -50%);
    transition: transform 500ms ease
}

.about-content .about-gallery-item:hover img {
    transform: translate(-50%, -50%) scale(1.04)
}

.about-content .about-gallery-arrow {
    top: 50%;
    z-index: 3;
    width: 2.9rem;
    height: 7rem;
    display: flex;
    color: #fff;
    position: absolute;
    border-radius: .4rem;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    transform: translateY(-50%);
    transition: background 300ms ease
}

.about-content .about-gallery-arrow span {
    width: 1.1rem;
    height: 1.1rem;
    display: block;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor
}

.about-content .about-gallery-arrow:hover {
    color: #fff;
    background: var(--sub-color)
}

.about-content .about-gallery-prev {
    padding-left: .4rem;
    left: -5rem
}

.about-content .about-gallery-prev span {
    transform: rotate(-135deg)
}

.about-content .about-gallery-next {
    padding-right: .4rem;
    right: -5rem
}

.about-content .about-gallery-next span {
    transform: rotate(45deg)
}

.about-content .about-data-list {
    display: grid;
    gap: 3.6rem;
    margin-top: 5.2rem;
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.about-content .about-data-card {
    height: 34rem;
    display: flex;
    color: var(--main-color);
    overflow: hidden;
    text-align: center;
    position: relative;
    align-items: center;
    border-radius: 1.6rem;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    padding: 4.2rem 2.2rem 4.8rem;
    box-shadow: 0 1rem 3rem rgba(29, 53, 87, 0.04)
}

.about-content .about-data-card:after {
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    height: 1rem;
    position: absolute;
    background: var(--sub-color)
}

.about-content .about-data-card strong {
    color: var(--main-color);
    display: block;
    font-size: 6.6rem;
    line-height: 1;
    margin-top: 1.8rem;
    font-family: var(--AlbertSans-Bold)
}

.about-content .about-data-card p {
    color: #222;
    font-size: 1.7rem;
    line-height: 1.35;
    margin-top: 1rem
}

.about-content .about-data-icon {
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color)
}

@media (max-width:1200px) {
    .about-content .about-gallery-prev {
        left: 1rem
    }

    .about-content .about-gallery-next {
        right: 1rem
    }
}

@media (max-width:1024px) {
    .about-content {
        padding: 54px 0 70px
    }

    .about-content .container {
        max-width: 760px !important
    }

    .about-content .about-profile {
        gap: 28px;
        grid-template-columns: 1fr
    }

    .about-content .about-profile-text {
        padding-top: 0
    }

    .about-content .about-profile-text h2 {
        font-size: 34px;
        margin-bottom: 18px
    }

    .about-content .about-profile-text h3 {
        font-size: 21px;
        line-height: 1.35;
        margin-bottom: 16px
    }

    .about-content .about-profile-text p {
        font-size: 15px;
        line-height: 1.72;
        margin-bottom: 16px
    }

    .about-content .about-profile-pic {
        height: 360px;
        border-radius: 8px
    }

    .about-content .about-gallery {
        margin-top: 30px
    }

    .about-content .about-gallery-list {
        overflow: hidden
    }

    .about-content .about-gallery-item {
        height: 205px;
        border-radius: 8px
    }

    .about-content .about-gallery-arrow {
        width: 30px;
        height: 56px;
        border-radius: 4px
    }

    .about-content .about-gallery-arrow span {
        width: 10px;
        height: 10px
    }

    .about-content .about-gallery-prev {
        left: 8px
    }

    .about-content .about-gallery-next {
        right: 8px
    }

    .about-content .about-data-list {
        gap: 20px;
        margin-top: 34px;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .about-content .about-data-card {
        height: 250px;
        border-radius: 12px;
        padding: 30px 16px 34px;
        box-shadow: 0 8px 24px rgba(29, 53, 87, 0.05)
    }

    .about-content .about-data-card:after {
        height: 8px
    }

    .about-content .about-data-card strong {
        font-size: 44px;
        margin-top: 14px
    }

    .about-content .about-data-card p {
        font-size: 15px;
        margin-top: 8px
    }

    .about-content .about-data-icon {
        width: 38px;
        height: 38px
    }
}

@media (max-width:640px) {
    .about-content {
        padding: 42px 0 52px
    }

    .about-content .about-profile-text h2 {
        font-size: 30px
    }

    .about-content .about-profile-text h3 {
        font-size: 18px
    }

    .about-content .about-profile-text p {
        font-size: 14px
    }

    .about-content .about-profile-pic {
        height: 235px
    }

    .about-content .about-gallery-list {
        overflow: hidden
    }

    .about-content .about-gallery-item {
        height: 210px
    }

    .about-content .about-gallery-arrow {
        display: none
    }

    .about-content .about-data-list {
        gap: 16px;
        grid-template-columns: 1fr
    }

    .about-content .about-data-card {
        height: 220px
    }

    .about-content .about-data-card strong {
        font-size: 40px
    }
}

.honor-content {
    padding: 11rem 0;
    overflow: hidden
}

.honor-content .honor-warp {
    margin-top: 6rem;
    position: relative
}

.honor-content .honor-warp .honor-layout {
    margin-top: 0
}

.honor-content .honor-nav {
    display: flex;
    justify-content: flex-end;
    gap: 1.2rem;
    margin-top: 3rem
}

.honor-content .honor-prev,
.honor-content .honor-next {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease;
    background: #fff;
    color: #333
}

.honor-content .honor-prev svg,
.honor-content .honor-next svg {
    width: 2rem;
    height: 2rem
}

.honor-content .honor-prev:hover,
.honor-content .honor-next:hover {
    background: #1a3a5c;
    border-color: #1a3a5c;
    color: #fff
}

.honor-content .honor-prev.swiper-button-disabled,
.honor-content .honor-next.swiper-button-disabled {
    opacity: .4;
    cursor: default;
    pointer-events: none
}

.honor-content .honor-layout {
    display: grid;
    gap: 3.6rem;
    align-items: start;
    grid-template-columns: 76.1rem 1fr;
    margin-top: 6rem
}

.honor-content .honor-large,
.honor-content .honor-item {
    overflow: hidden;
    position: relative;
    border-radius: .8rem;
    background: #f0f0f0
}

.honor-content .honor-large a,
.honor-content .honor-item a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative
}

.honor-content .honor-large img,
.honor-content .honor-item img {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
    object-fit: cover;
    position: absolute;
    vertical-align: middle;
    transform: translate(-50%, -50%);
    transition: transform 500ms ease
}

.honor-content .honor-large:hover img,
.honor-content .honor-item:hover img {
    transform: translate(-50%, -50%) scale(1.035)
}

.honor-content .honor-large {
    height: 49.7rem !important;
}

.honor-content .honor-list {
    display: grid;
    gap: 3.1rem 3.2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.honor-content .honor-item {
    height: 23.3rem
}

@media (max-width:1024px) {
    .honor-content {
        padding: 62px 0 70px
    }

    .honor-content .honor-title {
        margin-bottom: 34px
    }

    .honor-content .honor-title h2 {
        font-size: 34px;
        line-height: 1.22;
        margin-bottom: 10px
    }

    .honor-content .honor-title p {
        font-size: 15px;
        line-height: 1.6
    }

    .honor-content .honor-layout {
        gap: 24px;
        grid-template-columns: 1fr
    }

    .honor-content .honor-large {
        height: 360px;
        border-radius: 8px
    }

    .honor-content .honor-list {
        gap: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .honor-content .honor-item {
        height: 205px;
        border-radius: 8px
    }
}

@media (max-width:640px) {
    .honor-content {
        padding: 44px 0 52px
    }

    .honor-content .honor-title {
        text-align: left;
        margin-bottom: 26px
    }

    .honor-content .honor-title h2 {
        font-size: 28px
    }

    .honor-content .honor-title p {
        font-size: 14px
    }

    .honor-content .honor-large {
        height: 235px
    }

    .honor-content .honor-list {
        gap: 14px;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .honor-content .honor-item {
        height: 210px
    }
}

.product-content {
    padding: 11rem 0 0 0;
    background: #f5f5f5;
    overflow: visible
}

.product-content .container {
    display: grid;
    gap: 5.6rem;
    align-items: start;
    grid-template-columns: 35rem 1fr
}

.product-content .product-main {
    overflow: hidden;
    border-radius: 1rem;
    background: #fff;
    padding: 4rem 5rem 8.2rem;
    box-shadow: 0 1.2rem 3rem rgba(29, 53, 87, 0.03)
}

.product-content .product-intro h2 {
    color: var(--main-color);
    font-size: 3.6rem;
    line-height: 1.18;
    font-weight: 700;
    margin-bottom: 2.2rem;
    font-family: var(--AlbertSans-Bold)
}

.product-content .product-intro p {
    color: #4c5d75;
    line-height: 1.75;
    margin-bottom: 1.6rem
}

.product-content .product-feature-list li {
    color: #4c5d75;
    display: flex;
    line-height: 1.45;
    align-items: flex-start;
    margin-bottom: 1.2rem
}

.product-content .product-feature-list li:last-child {
    margin-bottom: 0
}

.product-content .product-feature-list span {
    width: 2rem;
    height: 2rem;
    display: block;
    flex: 0 0 auto;
    margin-top: .2rem;
    margin-right: 1.1rem;
    border-radius: 50%;
    position: relative;
    background: var(--main-color)
}

.product-content .product-feature-list span:after {
    content: "";
    top: .5rem;
    left: .5rem;
    width: 1rem;
    height: .7rem;
    position: absolute;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg)
}

.product-content .product-list {
    display: grid;
    gap: 2.2rem 1.4rem;
    margin-top: 3.4rem;
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.product-content .product-card a,
.product-content .product-card .product-card-inner {
    display: block;
    color: var(--main-color);
    height: 100%
}

.product-content .product-card h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    padding: 0 2rem;
    margin-top: 1rem;
    height: 3rem;
    line-height: 3rem;
    color: var(--main-color);
    font-size: 1.7rem;
    transition: color 300ms ease;
    font-family: var(--AlbertSans-Bold)
}

.product-content .product-card:hover .product-pic img {
    transform: translate(-50%, -50%) scale(1.04)
}

.product-content .product-pic {
    height: 23.5rem;
    overflow: hidden;
    position: relative;
    border-radius: 1rem;
    background: url(../images/performance-bg.jpg) no-repeat top center;
    background-size: cover
}

.product-content .product-pic img {
    top: 50%;
    left: 50%;
    width: 86%;
    height: 86%;
    display: block;
    max-width: none;
    object-fit: contain;
    position: absolute;
    vertical-align: middle;
    transform: translate(-50%, -50%);
    transition: transform 500ms ease
}

@media (max-width:1024px) {
    .product-content {
        padding: 54px 0 70px
    }

    .product-content .container {
        gap: 34px;
        display: block;
        max-width: 760px !important
    }

    .product-content .product-main {
        border-radius: 8px;
        padding: 30px 24px 44px
    }

    .product-content .product-intro h2 {
        font-size: 28px;
        margin-bottom: 16px
    }

    .product-content .product-intro p {
        font-size: 14px;
        line-height: 1.68;
        margin-bottom: 14px
    }

    .product-content .product-feature-list li {
        font-size: 14px;
        line-height: 1.55;
        margin-bottom: 10px
    }

    .product-content .product-feature-list span {
        width: 16px;
        height: 16px;
        margin-top: 3px;
        margin-right: 10px
    }

    .product-content .product-feature-list span:after {
        top: 4px;
        left: 4px;
        width: 7px;
        height: 4px
    }

    .product-content .product-list {
        gap: 24px 20px;
        margin-top: 28px;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .product-content .product-card h3 {
        font-size: 16px
    }

    .product-content .product-pic {
        height: 220px;
        border-radius: 8px
    }
}

@media (max-width:640px) {
    .product-content {
        padding: 42px 0 52px
    }

    .product-content .product-main {
        padding: 24px 18px 36px
    }

    .product-content .product-intro h2 {
        font-size: 24px
    }

    .product-content .product-list {
        gap: 22px;
        grid-template-columns: 1fr
    }

    .product-content .product-pic {
        height: 210px
    }
}

.product-content-2 {
    padding: 11rem 0 0 0;
    background: #f5f5f5
}

.product-content-2 .product2-inner {
    overflow: hidden;
    border-radius: 1rem;
    background: #fff;
    padding: 11rem 8.5rem
}

.product-content-2 .product2-version-list {
    display: grid;
    gap: 4.5rem;
    margin-top: 5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.product-content-2 .product2-version-card {
    overflow: hidden;
    border-radius: 1rem;
    background: #f7f7f7;
    min-height: 44rem;
    transition: transform 300ms ease, box-shadow 300ms ease
}

.product-content-2 .product2-version-card a {
    display: block;
    color: var(--main-color);
    height: 100%;
    padding: 2rem
}

.product-content-2 .product2-version-card h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    text-align: center;
    height: 6rem;
    line-height: 3rem;
    color: var(--main-color);
    font-size: 2rem;
    font-weight: 700;
    font-family: var(--AlbertSans-Bold)
}

.product-content-2 .product2-version-card ul {
    padding-top: .5rem
}

.product-content-2 .product2-version-card li {
    margin-top: 1rem;
    color: var(--main-color);
    position: relative;
    padding-left: 2rem
}

.product-content-2 .product2-version-card li:before {
    content: "";
    left: 0;
    top: .5em;
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    position: absolute;
    background: var(--sub-color)
}

.product-content-2 .product2-version-card:hover {
    transform: translateY(-0.3rem);
    box-shadow: 0 1rem 2.4rem rgba(29, 53, 87, 0.08)
}

.product-content-2 .product2-version-card:hover .product2-version-pic img {
    transform: translate(-50%, -50%) scale(1.04)
}

.product-content-2 .product2-version-pic {
    height: 18.6rem;
    overflow: hidden;
    margin-top: .8rem;
    border-radius: 1rem;
    position: relative;
    background: url(../images/performance-bg.jpg) no-repeat center center;
    background-size: cover
}

.product-content-2 .product2-version-pic img {
    top: 50%;
    left: 50%;
    width: 88%;
    height: 88%;
    display: block;
    max-width: none;
    object-fit: contain;
    position: absolute;
    vertical-align: middle;
    transform: translate(-50%, -50%);
    transition: transform 500ms ease
}

.product-content-2 .product2-service-list {
    display: grid;
    gap: 8rem;
    margin-top: 7rem
}

.product-content-2 .product2-service-item {
    display: grid;
    gap: 5rem;
    align-items: center;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.product-content-2 .product2-service-item:first-child .product2-service-text {
    grid-column: 1;
    grid-row: 1
}

.product-content-2 .product2-service-item:first-child .product2-service-pic {
    grid-column: 2;
    grid-row: 1
}

.product-content-2 .product2-service-text h3 {
    color: var(--main-color);
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
    font-family: var(--AlbertSans-Bold)
}

.product-content-2 .product2-service-text p {
    color: #4c5d75;
    line-height: 1.7;
    margin-top: 1.7rem
}

.product-content-2 .product2-service-pic {
    height: 43rem;
    overflow: hidden;
    position: relative;
    border-radius: 1rem
}

.product-content-2 .product2-service-pic img {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
    object-fit: cover;
    position: absolute;
    vertical-align: middle;
    transform: translate(-50%, -50%)
}

@media (max-width:1024px) {
    .product-content-2 {
        padding: 54px 0 0 0
    }

    .product-content-2 .product2-inner {
        border-radius: 4px;
        padding: 42px 30px 56px
    }

    .product-content-2 .product2-title h2 {
        font-size: 28px
    }

    .product-content-2 .product2-version-list {
        gap: 18px;
        margin-top: 28px;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .product-content-2 .product2-version-card {
        border-radius: 4px;
        min-height: 0
    }

    .product-content-2 .product2-version-card a {
        padding: 14px
    }

    .product-content-2 .product2-version-card h3 {
        height: auto;
        min-height: 28px;
        font-size: 14px;
        line-height: 1.35
    }

    .product-content-2 .product2-version-card ul {
        margin-top: 10px
    }

    .product-content-2 .product2-version-card li {
        font-size: 12px;
        line-height: 1.7;
        padding-left: 12px
    }

    .product-content-2 .product2-version-card li:before {
        width: 4px;
        height: 4px
    }

    .product-content-2 .product2-version-pic {
        height: 150px;
        margin-top: 12px;
        border-radius: 4px
    }

    .product-content-2 .product2-service-list {
        gap: 44px;
        margin-top: 52px
    }

    .product-content-2 .product2-service-item {
        gap: 28px;
        grid-template-columns: 1fr
    }

    .product-content-2 .product2-service-item .product2-service-pic {
        order: 2;
        grid-column: auto;
        grid-row: auto
    }

    .product-content-2 .product2-service-item .product2-service-text {
        order: 1;
        grid-column: auto;
        grid-row: auto
    }

    .product-content-2 .product2-service-text h3 {
        font-size: 22px
    }

    .product-content-2 .product2-service-text p {
        font-size: 13px;
        line-height: 1.7;
        margin-top: 14px
    }

    .product-content-2 .product2-service-pic {
        height: 205px;
        border-radius: 5px
    }
}

@media (max-width:640px) {
    .product-content-2 {
        padding: 42px 0
    }

    .product-content-2 .product2-inner {
        padding: 34px 16px 42px
    }

    .product-content-2 .product2-title h2 {
        font-size: 24px
    }

    .product-content-2 .product2-version-list {
        gap: 16px;
        grid-template-columns: 1fr
    }

    .product-content-2 .product2-version-pic {
        height: 190px
    }

    .product-content-2 .product2-service-list {
        gap: 34px;
        margin-top: 38px
    }

    .product-content-2 .product2-service-item {
        gap: 18px;
        grid-template-columns: 1fr;
		display: block;
    }

    .product-content-2 .product2-service-item:first-child .product2-service-text,
    .product-content-2 .product2-service-item:first-child .product2-service-pic {
        grid-column: auto;
        grid-row: auto
    }

    .product-content-2 .product2-service-item:first-child .product2-service-text {
        order: 1
    }

    .product-content-2 .product2-service-item:first-child .product2-service-pic {
        order: 2
    }

    .product-content-2 .product2-service-text h3 {
        font-size: 22px
    }

    .product-content-2 .product2-service-text p {
        font-size: 13px
    }

    .product-content-2 .product2-service-pic {
        height: 210px
    }
}

.product-expandable {
    padding-bottom: 11rem
}

@media (max-width:1024px) {
    .product-expandable {
        padding-bottom: 50px
    }
}

.expandable-content {
    margin-top: 11rem;
    padding: 11rem 0;
    background: #f5f5f5
}

.expandable-content .expandable-layout-list {
    display: grid;
    gap: 3.9rem 4.5rem;
    margin-top: 6.2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.expandable-content .expandable-layout-list li {
    min-width: 0
}

.expandable-content .expandable-layout-list h3 {
    color: var(--main-color);
    font-size: 2.4rem;
    line-height: 1.3;
    margin-top: 1.8rem
}

.expandable-content .expandable-layout-pic {
    height: 29rem;
    display: flex;
    overflow: hidden;
    align-items: center;
    border-radius: 1rem;
    justify-content: center;
    background: #fff
}

.expandable-content .expandable-layout-pic img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    vertical-align: middle
}

@media (max-width:1024px) {
    .expandable-content {
        padding: 54px 0 60px;
        margin-top: 0
    }

    .expandable-content .common-title h2 {
        font-size: 34px
    }

    .expandable-content .expandable-layout-list {
        gap: 28px 22px;
        margin-top: 34px;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .expandable-content .expandable-layout-list h3 {
        font-size: 20px;
        margin-top: 14px;
        text-align: center
    }

    .expandable-content .expandable-layout-pic {
        height: 220px;
        border-radius: 8px
    }
}

@media (max-width:640px) {
    .expandable-content {
        padding: 42px 0 48px
    }

    .expandable-content .common-title h2 {
        font-size: 28px
    }

    .expandable-content .expandable-layout-list {
        gap: 24px;
        margin-top: 28px;
        grid-template-columns: 1fr
    }

    .expandable-content .expandable-layout-list h3 {
        font-size: 18px
    }

    .expandable-content .expandable-layout-pic {
        height: 210px
    }
}

.customization-2 {
    overflow: hidden;
    background: #f5f5f5;
    padding: 11rem 0;
    margin-top: 11rem
}

.customization-2 .list {
    padding: 0 9rem;
    margin-top: 5rem
}

.customization-2 .list ul {
    display: flex;
    flex-wrap: wrap
}

.customization-2 .list li {
    width: 25%;
    position: relative
}

.customization-2 .list li .item {
    color: #333;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 29rem;
    height: 29rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.customization-2 .list li .pic {
    top: 0;
    left: 0;
    position: absolute
}

.customization-2 .list li .pic img {
    max-height: 29rem;
    transition: all 800ms ease
}

.customization-2 .list li .icon img {
    max-height: 6rem;
    transition: all 500ms ease
}

.customization-2 .list li .tit {
    font-weight: 700;
    font-family: var(--AlbertSans-Bold);
    font-size: 2.4rem;
    margin-top: 1rem;
    padding-bottom: 1rem
}

.customization-2 .list li .txt {
    padding: 0 4rem;
    font-weight: 100
}

.customization-2 .list li:nth-child(2n) {
    margin-top: 9rem
}

@media (min-width:1025px) {
    .customization-2 .list li:hover .pic img {
        transform: rotate(180deg)
    }

    .customization-2 .list li:hover .item {
        transform: rotate(360deg)
    }
}

@media (max-width:1024px) {
    .customization-2 {
        margin-top: 50px;
        padding: 48px 0 56px
    }

    .customization-2 .list {
        width: 100%;
        padding: 0;
        margin-top: 28px
    }

    .customization-2 .list ul {
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .customization-2 .list li {
        width: auto;
        padding: 0;
        margin: 0 !important
    }

    .customization-2 .list li .item {
        position: relative;
        display: flex;
        width: 100%;
        max-width: 260px;
        aspect-ratio: 1;
        height: auto;
        margin: 0 auto;
        align-items: center;
        justify-content: center
    }

    .customization-2 .list li .pic {
        inset: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute
    }

    .customization-2 .list li .pic img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain
    }

    .customization-2 .list li .icon img {
        max-height: 46px
    }

    .customization-2 .list li .tit {
        font-size: 18px;
        line-height: 22px;
        margin-top: 8px;
        padding: 0 18px 8px
    }

    .customization-2 .list li .txt {
        display: none
    }

    .customization-2 .list li .text {
        top: 50%;
        width: 100%;
        z-index: 4;
        text-align: center;
        position: absolute;
        transform: translateY(-50%)
    }
}

@media (max-width:480px) {
    .customization-2 {
        padding: 40px 0 46px
    }

    .customization-2 .list {
        margin-top: 22px
    }

    .customization-2 .list ul {
        gap: 18px 12px
    }

    .customization-2 .list li .item {
        max-width: 170px
    }

    .customization-2 .list li .icon img {
        max-height: 36px
    }

    .customization-2 .list li .tit {
        font-size: 14px;
        line-height: 18px;
        padding: 0 12px 6px
    }
}

.product-version {
    background: transparent
}

.product-version .product2-version-card h3 {
    height: 3rem;
    font-size: 2.4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.product-version .product2-inner {
    padding: 0
}

.product-version .product2-version-card a {
    padding-top: 1rem
}

.product-content-3 {
    padding: 11rem 0;
    background: #f5f5f5
}

.product-content-3 .product3-list {
    display: grid;
    gap: 3.4rem 3.2rem;
    margin-top: 4.8rem;
    grid-template-columns: repeat(5, minmax(0, 1fr))
}

.product-content-3 .product3-item {
    height: 22rem;
    display: flex;
    text-align: center;
    align-items: center;
    border-radius: 1rem;
    flex-direction: column;
    justify-content: center;
    background: #f5f5f5;
    padding: 3.4rem 2.4rem 3rem;
    transition: background 300ms ease, transform 300ms ease, box-shadow 300ms ease
}

.product-content-3 .product3-item h3 {
    color: var(--main-color);
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700
}

.product-content-3 .product3-item.active,
.product-content-3 .product3-item:hover {
    background: var(--sub-color);
    box-shadow: 0 1.2rem 3rem rgba(190, 32, 53, 0.18)
}

.product-content-3 .product3-item.active h3,
.product-content-3 .product3-item:hover h3 {
    color: #fff
}

.product-content-3 .product3-item.active .product3-icon img,
.product-content-3 .product3-item:hover .product3-icon img {
    filter: brightness(0) invert(1)
}

.product-content-3 .product3-icon {
    width: 9rem;
    height: 9rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-content-3 .product3-icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    vertical-align: middle
}

@media (max-width:1024px) {
    .product-content-3 {
        padding: 60px 0 64px
    }

    .product-content-3 .container {
        max-width: 760px !important
    }

    .product-content-3 .product3-title h2 {
        font-size: 34px;
        line-height: 1.18
    }

    .product-content-3 .product3-title p {
        font-size: 16px;
        line-height: 1.55;
        margin-top: 12px
    }

    .product-content-3 .product3-list {
        gap: 18px;
        margin-top: 34px;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .product-content-3 .product3-item {
        height: 178px;
        border-radius: 8px;
        padding: 26px 18px 24px
    }

    .product-content-3 .product3-item h3 {
        font-size: 17px;
        line-height: 1.45;
        margin-top: 18px
    }
}

@media (max-width:640px) {
    .product-content-3 {
        padding: 44px 0 48px
    }

    .product-content-3 .product3-title h2 {
        font-size: 28px
    }

    .product-content-3 .product3-title p {
        font-size: 14px
    }

    .product-content-3 .product3-list {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 28px
    }

    .product-content-3 .product3-item {
        height: 160px
    }

    .product-content-3 .product3-item h3 {
        font-size: 16px
    }
}

.product-content-4 {
    background: #f5f5f5
}

.product-content-4 .pic img {
    border-radius: 1rem
}

.product-content-4 video {
    width: 100%;
    height: 100%;
    border-radius: 1rem
}

.product-content-5 {
    padding: 11rem 0;
    background: #f5f5f5
}

.product-content-5 .product5-inner {
    display: grid;
    gap: 8.5rem;
    border-radius: 1rem;
    background: #fff;
    min-height: 74rem;
    padding: 12rem 5rem;
    grid-template-columns: 40rem 1fr
}

.product-content-5 .product5-left {
    top: 10rem;
    position: sticky;
    align-self: start
}

.product-content-5 .product5-left h2 {
    padding-bottom: 6rem;
    color: var(--main-color);
    font-size: 4.6rem;
    line-height: 1.3;
    letter-spacing: 0;
    font-family: var(--AlbertSans-Bold)
}

.product-content-5 .product5-left .tech-btn {
    min-width: 28rem
}

.product-content-5 .product5-faq {
    display: grid;
    gap: 1.8rem
}

.product-content-5 .product5-faq-item {
    overflow: hidden;
    border-radius: 1rem;
    background: #f9f9fa;
    transition: background 300ms ease
}

.product-content-5 .product5-faq-item summary {
    cursor: pointer;
    display: flex;
    color: var(--main-color);
    list-style: none;
    min-height: 9.6rem;
    align-items: center;
    padding: 0 3.8rem 0 2.5rem;
    justify-content: space-between
}

.product-content-5 .product5-faq-item summary::-webkit-details-marker {
    display: none
}

.product-content-5 .product5-faq-item summary span {
    flex: 1;
    color: var(--main-color);
    font-size: 2rem;
    line-height: 1.45;
    font-weight: 700;
    padding-right: 2.4rem;
    font-family: var(--AlbertSans-Bold)
}

.product-content-5 .product5-faq-item summary i {
    width: 4.8rem;
    height: 4.8rem;
    display: block;
    flex: 0 0 auto;
    border-radius: 50%;
    position: relative;
    border: 1px solid var(--main-color)
}

.product-content-5 .product5-faq-item summary i:before,
.product-content-5 .product5-faq-item summary i:after {
    content: "";
    left: 50%;
    top: 50%;
    width: .9rem;
    height: .9rem;
    position: absolute;
    border-right: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
    transform: translate(-50%, -64%) rotate(45deg);
    transition: transform 180ms ease
}

.product-content-5 .product5-faq-item summary i:after {
    display: none
}

.product-content-5 .product5-faq-item p {
    color: #4c5d75;
    line-height: 1.85;
    padding: 0 11rem 3.4rem 2.5rem
}

.product-content-5 .product5-faq-item.active summary {
    min-height: 8.4rem
}

.product-content-5 .product5-faq-item.active summary i:before {
    transform: translate(-50%, -36%) rotate(225deg)
}

@media (max-width:1024px) {
    .product-content-5 {
        padding: 58px 0 62px
    }

    .product-content-5 .product5-inner {
        gap: 34px;
        min-height: 0;
        border-radius: 8px;
        padding: 44px 28px 48px;
        grid-template-columns: 1fr
    }

    .product-content-5 .product5-left {
        top: auto;
        position: relative;
        padding-top: 0
    }

    .product-content-5 .product5-left h2 {
        font-size: 34px;
        line-height: 1.25
    }

    .product-content-5 .product5-more {
        width: 260px;
        height: 44px;
        margin-top: 24px;
        font-size: 15px;
        border-radius: 4px;
        padding: 0 34px 0 28px
    }

    .product-content-5 .product5-more i {
        width: 18px;
        height: 10px
    }

    .product-content-5 .product5-more i:before {
        width: 16px
    }

    .product-content-5 .product5-more i:after {
        width: 7px;
        height: 7px
    }

    .product-content-5 .product5-faq {
        gap: 14px
    }

    .product-content-5 .product5-faq-item {
        border-radius: 6px
    }

    .product-content-5 .product5-faq-item summary {
        min-height: 74px;
        padding: 18px
    }

    .product-content-5 .product5-faq-item summary span {
        font-size: 17px;
        line-height: 1.42;
        padding-right: 14px
    }

    .product-content-5 .product5-faq-item summary i {
        width: 40px;
        height: 40px
    }

    .product-content-5 .product5-faq-item summary i:before,
    .product-content-5 .product5-faq-item summary i:after {
        width: 8px;
        height: 8px
    }

    .product-content-5 .product5-faq-item p {
        max-width: none;
        font-size: 14px;
        line-height: 1.7;
        margin-top: -6px;
        padding: 0 74px 24px 18px
    }

    .product-content-5 .product5-faq-item[open] summary {
        min-height: 70px
    }
}

@media (max-width:640px) {
    .product-content-5 {
        padding: 42px 0 46px
    }

    .product-content-5 .product5-inner {
        padding: 34px 16px 38px
    }

    .product-content-5 .product5-left h2 {
        font-size: 28px
    }

    .product-content-5 .product5-more {
        width: 100%;
        max-width: 260px;
        margin-top: 20px
    }

    .product-content-5 .product5-faq-item summary {
        min-height: 68px;
        align-items: center
    }

    .product-content-5 .product5-faq-item summary span {
        font-size: 15px
    }

    .product-content-5 .product5-faq-item summary i {
        width: 34px;
        height: 34px
    }

    .product-content-5 .product5-faq-item p {
        padding: 0 18px 22px
    }
}

.expandable-content-2 {
    padding: 11rem 0
}

.expandable-content-2 .pic {
    margin-top: 4rem
}

.expandable-content-2 .common-title h2 {
    font-size: 3.6rem
}

@media (max-width:1024px) {
    .expandable-content-2 {
        padding: 50px 0
    }
}

.expandable-content-3 {
    background: #fff
}

.expandable-content-3 .product5-inner {
    background: #f5f5f5
}

.expandable-content-3 .product5-faq-item {
    background: #fff
}

.solutions-show {
    padding-bottom: 0
}

.solutions-show .text-warp {
    padding-bottom: 6rem
}

.solutions-show .text-warp .container {
    display: block
}

.solutions-show .text-warp .text {
    color: #4c5d75;
    line-height: 2.8rem;
    text-align: center
}

.solutions-show .text-warp .text p {
    padding-top: 2rem
}

.solutions-show .case-main .icon {
    margin-bottom: 3rem
}

.solutions-show .case-main .icon img {
    max-height: 6.6rem
}

.news-show {
    padding: 11rem 0 0 0;
    background: #f5f5f5;
    color: #4c5d75
}

.news-show .news-show-head h1 {
    color: var(--main-color);
    font-size: 3.7rem;
    line-height: 1.28;
    font-weight: 700;
    font-family: var(--AlbertSans-Bold)
}

.news-show .news-show-meta {
    margin-bottom: 5rem;
    padding: 2rem 0;
    font-size: 1.8rem;
    display: flex;
    gap: 5.2rem;
    border-bottom: solid 1px #dcdcdc
}

.news-show .news-show-body {
    line-height: 1.9;
    margin-top: 2.8rem
}

.news-show .news-show-body p {
    margin-bottom: 1.8rem
}

.news-show .news-show-body a {
    text-decoration: underline;
    color: #046bd2;
    font-weight: 700
}

.news-show .news-show-body h2 {
    color: var(--main-color);
    font-size: 3rem;
    line-height: 1.28;
    font-weight: 700;
    margin: 4rem 0 1.4rem;
    font-family: var(--AlbertSans-Bold)
}

.news-show .news-show-body ul {
    color: #4d5c70;
    margin: 1.2rem 0 2rem
}

.news-show .news-show-body ul li {
    margin-bottom: 1.2rem;
    padding-left: 1rem;
    position: relative
}

.news-show .news-show-body ul li:before {
    content: "";
    left: 0;
    top: .85em;
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    position: absolute;
    background: var(--main-color)
}

.news-show .news-show-body a {
    color: #046bd2;
    font-weight: 700
}

.news-show .news-show-table {
    overflow: auto;
    margin: 2.6rem 0 5rem
}

.news-show .news-show-table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #8d96a5
}

.news-show .news-show-table th,
.news-show .news-show-table td {
    color: var(--main-color);
    text-align: left;
    font-size: 2.4rem;
    line-height: 1.35;
    padding: 2.2rem 3.2rem;
    border: 1px solid #8d96a5
}

.news-show .news-show-table th {
    font-weight: 700;
    background: #f2f2f2;
    font-family: var(--AlbertSans-Bold)
}

.news-show .news-show-table td:first-child {
    font-weight: 700
}

.news-show .news-show-contact {
    color: var(--main-color);
    font-size: 2.4rem;
    margin-bottom: 1.3rem !important
}

.news-show .news-show-tags {
    display: flex;
    gap: .8rem;
    align-items: center;
    margin-top: 5.2rem
}

.news-show .news-show-tags span {
    font-size: 1.8rem;
    color: #1e2736;
    margin-right: 1rem
}

.news-show .news-show-tags a {
    color: #fff;
    height: 4rem;
    display: flex;
    line-height: 1;
    align-items: center;
    padding: 0 1rem;
    background: var(--main-color);
    transition: background 300ms ease
}

.news-show .news-show-tags a:hover {
    background: var(--sub-color)
}

.news-show .news-show-page {
    display: grid;
    margin-top: 4.2rem;
    border-top: 1px solid #dcdfe5;
    border-bottom: 1px solid #dcdfe5;
    grid-template-columns: 1fr 18rem 1fr
}

.news-show .news-show-page a {
    height: 5.6rem;
    color: #59677a;
    display: flex;
    gap: 1.4rem;
    min-width: 0;
    align-items: center;
    border-right: 1px solid #dcdfe5
}

.news-show .news-show-page a:last-child {
    border-right: 0
}

.news-show .news-show-page a b {
    color: var(--main-color);
    flex: 0 0 auto
}

.news-show .news-show-page a span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    min-width: 0
}

.news-show .news-show-page a i {
    display: inline-block;
    flex: 0 0 auto;
    position: relative;
    border-left: solid .4rem transparent;
    border-right: solid .4rem transparent;
    border-bottom: solid .6rem var(--main-color)
}

.news-show .news-show-page a:hover {
    color: var(--sub-color)
}

.news-show .news-show-page a:nth-child(2) {
    justify-content: center
}

.news-show .news-show-page a:nth-child(3) {
    padding-left: 3rem
}

.news-show .news-show-page a:nth-child(3) i {
    border-left: solid .4rem transparent;
    border-right: solid .4rem transparent;
    border-top: solid .6rem var(--main-color);
    border-bottom: inherit
}

@media (max-width:1024px) {
    .news-show {
        padding: 46px 0 34px
    }

    .news-show .container {
        max-width: 760px !important
    }

    .news-show .news-show-article {
        max-width: 100%
    }

    .news-show .news-show-head h1 {
        font-size: 26px
    }

    .news-show .news-show-meta {
        gap: 20px;
        flex-wrap: wrap;
        font-size: 12px;
        margin-top: 12px;
        display: block
    }

    .news-show .news-show-hero {
        margin-top: 30px
    }

    .news-show .news-show-pic {
        margin: 34px 0 28px
    }

    .news-show .news-show-body {
        font-size: 14px;
        line-height: 1.75;
        margin-top: 24px
    }

    .news-show .news-show-body p {
        margin-bottom: 14px
    }

    .news-show .news-show-body h2 {
        font-size: 22px;
        margin: 24px 0 12px
    }

    .news-show .news-show-body ul {
        margin: 12px 0 18px
    }

    .news-show .news-show-body ul li {
        padding-left: 10px;
        margin-bottom: 9px
    }

    .news-show .news-show-body ul li:before {
        width: 4px;
        height: 4px
    }

    .news-show .news-show-table {
        margin: 22px 0 34px
    }

    .news-show .news-show-table th,
    .news-show .news-show-table td {
        min-width: 220px;
        font-size: 14px;
        padding: 15px 18px
    }

    .news-show .news-show-contact {
        font-size: 16px
    }

    .news-show .news-show-tags {
        gap: 8px;
        flex-wrap: wrap;
        margin-top: 34px
    }

    .news-show .news-show-tags span {
        width: 100%;
        font-size: 13px;
        margin-right: 0
    }

    .news-show .news-show-tags a {
        height: 28px;
        font-size: 12px;
        padding: 0 12px
    }

    .news-show .news-show-page {
        grid-template-columns: 1fr;
        margin-top: 30px;
        width: 100%;
        max-width: 100%;
        overflow: hidden
    }

    .news-show .news-show-page a {
        height: auto;
        min-height: 50px;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow: hidden;
        display: block;
        grid-template-columns: auto auto minmax(0, 1fr);
        box-sizing: border-box;
        padding: 12px 10px;
        border-right: 0;
        border-bottom: 1px solid #dcdfe5
    }

    .news-show .news-show-page a:last-child {
        border-bottom: 0
    }

    .news-show .news-show-page a b {
        white-space: nowrap
    }

    .news-show .news-show-page a span {
        min-width: 0;
        max-width: 100%;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .news-show .news-show-page a:nth-child(2) {
        display: none;
        grid-template-columns: 1fr
    }

    .news-show .news-show-page a:nth-child(3) {
        padding-left: 10px
    }
}

@media (max-width:640px) {
    .news-show {
        padding: 38px 0 30px
    }

    .news-show .news-show-head h1 {
        font-size: 22px
    }

    .news-show .news-show-body h2 {
        font-size: 20px
    }
}

.product-content-6 {
    padding-bottom: 11rem
}

.product-content-7 {
    padding: 11rem 0;
    background: #f5f5f5
}

.product-content-7 h2 {
    color: var(--main-color);
    font-size: 3.6rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 4.4rem;
    font-family: var(--AlbertSans-Bold)
}

.product-content-7 .product7-table {
    overflow: auto
}

.product-content-7 .product7-table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: 1px solid var(--main-color)
}

.product-content-7 .product7-table td {
    height: 7.8rem;
    color: var(--main-color);
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.35;
    border: 1px solid var(--main-color);
    padding: 1.2rem 3.2rem
}

.product-content-7 .product7-table td:first-child {
    text-align: left;
    font-weight: 700;
    padding-left: 7rem
}

.product-content-7 .product7-table td:nth-child(2) {
    font-weight: 700
}

@media (max-width:1024px) {
    .product-content-7 {
        padding: 58px 0 64px
    }

    .product-content-7 .container {
        max-width: 760px !important
    }

    .product-content-7 h2 {
        font-size: 30px;
        margin-bottom: 28px
    }

    .product-content-7 .product7-table table {
        min-width: 820px
    }

    .product-content-7 .product7-table th,
    .product-content-7 .product7-table td {
        height: 64px;
        font-size: 16px;
        padding: 10px 18px
    }
}

@media (max-width:640px) {
    .product-content-7 {
        padding: 44px 0 48px
    }

    .product-content-7 h2 {
        font-size: 25px;
        line-height: 1.25;
        margin-bottom: 22px
    }

    .product-content-7 .product7-table table {
        min-width: 720px
    }

    .product-content-7 .product7-table th,
    .product-content-7 .product7-table td {
        height: 58px;
        font-size: 14px;
        padding: 8px 14px
    }
}

.product-content-8 {
    padding: 11rem;
    background: #fff
}

.product-content-8 .container {
    display: grid;
    gap: 9rem;
    align-items: center;
    grid-template-columns: 65rem 1fr
}

.product-content-8 .product8-text {
    color: var(--main-color)
}

.product-content-8 .product8-text h2 {
    color: var(--main-color);
    font-size: 3.4rem;
    line-height: 1.18;
    margin-bottom: 4.5rem;
    font-family: var(--AlbertSans-Bold)
}

.product-content-8 .product8-info+.product8-info {
    margin-top: 4rem
}

.product-content-8 .product8-info h3 {
    color: var(--main-color);
    font-size: 2.4rem;
    line-height: 1.25;
    margin-bottom: 1.2rem;
    font-family: var(--AlbertSans-Bold)
}

.product-content-8 .product8-info p {
    color: #1d3557;
    line-height: 1.7
}

.product-content-8 .product8-info b {
    color: var(--main-color)
}

.product-content-8 .product8-pic {
    overflow: hidden;
    position: relative
}

@media (max-width:1024px) {
    .product-content-8 {
        padding: 60px 0 64px
    }

    .product-content-8 .container {
        max-width: 760px !important;
        gap: 34px;
        grid-template-columns: 1fr
    }

    .product-content-8 .product8-text h2 {
        font-size: 30px;
        margin-bottom: 28px
    }

    .product-content-8 .product8-info+.product8-info {
        margin-top: 24px
    }

    .product-content-8 .product8-info h3 {
        font-size: 22px;
        margin-bottom: 10px
    }

    .product-content-8 .product8-info p {
        font-size: 15px;
        line-height: 1.7
    }
}

@media (max-width:640px) {
    .product-content-8 {
        padding: 44px 0 48px
    }

    .product-content-8 .product8-text h2 {
        font-size: 25px
    }

    .product-content-8 .product8-info h3 {
        font-size: 20px
    }
}

.product-content-9 {
    padding: 11rem 0;
    background: #f5f5f5
}

.product-content-9 .container {
    display: grid;
    gap: 8.2rem;
    align-items: center;
    grid-template-columns: 85rem 1fr
}

.product-content-9 .product9-pic {
    overflow: hidden;
    position: relative;
    border-radius: 1rem
}

.product-content-9 .product9-text {
    color: var(--main-color)
}

.product-content-9 .product9-text h2 {
    color: var(--main-color);
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom: 3rem;
    font-family: var(--AlbertSans-Bold)
}

.product-content-9 .product9-text ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.product-content-9 .product9-text li {
    color: #58677f;
    line-height: 1.75;
    position: relative;
    padding-left: 1.6rem
}

.product-content-9 .product9-text li+li {
    margin-top: 2rem
}

.product-content-9 .product9-text li:before {
    top: 0;
    left: 0;
    content: "•";
    color: #2a3852;
    position: absolute
}

.product-content-9 .product9-text li b {
    color: #43516a;
    font-weight: 700
}

@media (max-width:1024px) {
    .product-content-9 {
        padding: 60px 0 64px
    }

    .product-content-9 .container {
        max-width: 760px !important;
        gap: 34px;
        grid-template-columns: 1fr
    }

    .product-content-9 .product9-text h2 {
        font-size: 30px;
        margin-bottom: 24px
    }

    .product-content-9 .product9-text li {
        font-size: 15px;
        line-height: 1.7;
        padding-left: 14px
    }

    .product-content-9 .product9-text li+li {
        margin-top: 14px
    }
}

@media (max-width:640px) {
    .product-content-9 {
        padding: 44px 0 48px
    }

    .product-content-9 .product9-text h2 {
        font-size: 25px
    }

    .product-content-9 .product9-text li {
        font-size: 14px
    }
}

.product-content-10 {
    padding: 11rem 0;
    background: #fff;
    overflow: hidden
}

.product-content-10 h2 {
    color: var(--main-color);
    font-size: 4.6rem;
    line-height: 1.18;
    text-align: center;
    margin-bottom: 6.2rem;
    font-family: var(--AlbertSans-Bold)
}

.product-content-10 .product10-list {
    overflow: hidden
}

.product-content-10 .product10-item {
    min-width: 0
}

.product-content-10 .product10-item a {
    display: block;
    color: var(--main-color)
}

.product-content-10 .product10-item h3 {
    color: var(--main-color);
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
    margin-top: 2.2rem;
    font-family: var(--AlbertSans-Bold);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.product-content-10 .product10-item p {
    color: #4c5d75;
    font-size: 1.6rem;
    line-height: 1.72;
    margin-top: 1.7rem;
    height: 5.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.product-content-10 .product10-item p b {
    color: var(--main-color);
    font-weight: 700
}

.product-content-10 .product10-pic {
    height: 22.8rem;
    display: flex;
    overflow: hidden;
    position: relative;
    border-radius: 1rem;
    align-items: center;
    justify-content: center;
    background: #d9dde3
}

.product-content-10 .product10-pic img {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
    max-height: none;
    object-fit: cover;
    position: absolute;
    vertical-align: middle;
    transform: translate(-50%, -50%);
    transition: transform 500ms ease
}

.product-content-10 .product10-item a:hover .product10-pic img {
    transform: translate(-50%, -50%) scale(1.04)
}

.product-content-10 .product10-more {
    display: flex;
    justify-content: center;
    margin-top: 4.2rem
}

.product-content-10 .product10-more .tech-btn {
    min-width: 36.2rem;
    height: 4.2rem;
    padding: 0 2.2rem 0 3.6rem;
    font-size: 1.6rem;
    border-radius: .4rem
}

.product-content-10 .product10-more .tech-btn i {
    margin-left: 4.2rem
}

@media (max-width:1024px) {
    .product-content-10 {
        padding: 58px 0 64px
    }

    .product-content-10 .container {
        max-width: 760px !important
    }

    .product-content-10 h2 {
        font-size: 34px;
        margin-bottom: 34px
    }

    .product-content-10 .product10-list {
        overflow: hidden
    }

    .product-content-10 .product10-item h3 {
        font-size: 18px;
        margin-top: 15px
    }

    .product-content-10 .product10-item p {
        font-size: 14px;
        line-height: 1.65;
        margin-top: 10px;
        height: 46px
    }

    .product-content-10 .product10-pic {
        height: 210px;
        border-radius: 8px
    }

    .product-content-10 .product10-more {
        margin-top: 32px
    }

    .product-content-10 .product10-more .tech-btn {
        width: 320px;
        max-width: 100%;
        height: 44px;
        padding: 0 24px 0 28px;
        font-size: 15px;
        border-radius: 4px
    }

    .product-content-10 .product10-more .tech-btn i {
        margin-left: 20px
    }
}

@media (max-width:640px) {
    .product-content-10 {
        padding: 42px 0 48px
    }

    .product-content-10 h2 {
        font-size: 28px;
        margin-bottom: 28px
    }

    .product-content-10 .product10-list {
        overflow: hidden
    }

    .product-content-10 .product10-pic {
        height: 220px
    }

    .product-content-10 .product10-item h3 {
        font-size: 17px
    }

    .product-content-10 .product10-more .tech-btn {
        width: 100%;
        font-size: 14px;
        padding: 0 18px 0 22px;
        justify-content: center
    }
}

.product-content-12 {
    padding: 11rem 0;
    overflow: hidden;
    position: relative;
    background-color: #1d3557;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.product-content-12 .product12-head {
    color: #fff;
    text-align: center
}

.product-content-12 .product12-head h2 {
    color: #fff;
    font-size: 3.4rem;
    line-height: 1.2;
    font-family: var(--AlbertSans-Bold)
}

.product-content-12 .product12-head p {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 2.4rem
}

.product-content-12 .product12-list {
    display: grid;
    gap: 1.4rem;
    margin-top: 5.8rem;
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.product-content-12 .product12-card {
    height: 41rem;
    color: var(--main-color);
    text-align: center;
    border-radius: 1rem;
    background: #fff;
    padding: 4rem 3rem 3.2rem
}

.product-content-12 .product12-card h3 {
    color: var(--main-color);
    font-size: 2.4rem;
    line-height: 1.16;
    margin: 1.5rem auto 0;
    font-family: var(--AlbertSans-Bold)
}

.product-content-12 .product12-card p {
    color: #344763;
    font-size: 1.6rem;
    line-height: 1.74;
    margin-top: 2.4rem
}

.product-content-12 .product12-card p b {
    color: var(--main-color);
    font-weight: 700
}

.product-content-12 .product12-icon {
    display: flex;
    align-items: center;
    justify-content: center
}

.product-content-12 .product12-icon img {
    max-height: 8rem
}

@media (max-width:1024px) {
    .product-content-12 {
        padding: 58px 0 66px;
        background-size: 8px 8px, 8px 8px, 760px 460px
    }

    .product-content-12:before {
        top: 100px;
        width: 620px;
        height: 420px
    }

    .product-content-12 .container {
        max-width: 760px !important
    }

    .product-content-12 .product12-head h2 {
        font-size: 32px
    }

    .product-content-12 .product12-head p {
        font-size: 15px;
        line-height: 1.55;
        margin-top: 16px
    }

    .product-content-12 .product12-list {
        gap: 18px;
        margin-top: 34px;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .product-content-12 .product12-card {
        height: auto;
        min-height: 330px;
        border-radius: 8px;
        padding: 34px 24px 30px
    }

    .product-content-12 .product12-card h3 {
        font-size: 22px;
        margin-top: 20px
    }

    .product-content-12 .product12-card p {
        font-size: 14px;
        line-height: 1.68;
        margin-top: 18px
    }

    .product-content-12 .product12-icon img {
        max-height: 62px
    }
}

@media (max-width:640px) {
    .product-content-12 {
        padding: 44px 0 50px
    }

    .product-content-12:before {
        width: 360px;
        height: 300px
    }

    .product-content-12 .product12-head h2 {
        font-size: 28px
    }

    .product-content-12 .product12-head p {
        font-size: 14px
    }

    .product-content-12 .product12-list {
        gap: 16px;
        grid-template-columns: 1fr
    }

    .product-content-12 .product12-card {
        min-height: 0;
        padding: 30px 20px 28px
    }

    .product-content-12 .product12-card h3 {
        font-size: 20px
    }
}

.product-content-14 {
    padding-top: 15rem;
    padding-bottom: 10rem;
    min-height: 67rem;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.product-content-14 .container {
    z-index: 2;
    display: flex;
    align-items: center;
    position: relative
}

.product-content-14 .product14-text {
    color: var(--main-color);
    padding-top: .8rem
}

.product-content-14 .product14-text h2 {
    color: var(--main-color);
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom: 3.6rem;
    font-family: var(--AlbertSans-Bold)
}

.product-content-14 .product14-item {
    max-width: 63rem
}

.product-content-14 .product14-info+.product14-info {
    margin-top: 3.8rem
}

.product-content-14 .product14-info h3 {
    color: var(--main-color);
    font-size: 2.4rem;
    line-height: 1.25;
    margin-bottom: 1.2rem;
    font-family: var(--AlbertSans-Bold)
}

.product-content-14 .product14-info p {
    color: #304967;
    font-size: 1.6rem;
    line-height: 1.8
}

.product-content-14 .product14-info p b {
    color: var(--main-color);
    font-weight: 700
}

@media (max-width:1024px) {
    .product-content-14 {
        height: auto;
        min-height: 520px;
        padding: 58px 0 64px;
        background-size: auto 100%;
        background-position: 62% center
    }

    .product-content-14 .product14-pic {
        position: absolute
    }

    .product-content-14 .product14-pic:before {
        content: "";
        inset: 0;
        z-index: 2;
        position: absolute;
        background: rgba(234, 247, 255, 0.72)
    }

    .product-content-14 .product14-pic img {
        object-position: 62% center
    }

    .product-content-14 .container {
        height: auto;
        min-height: 398px
    }

    .product-content-14 .product14-text {
        width: 52%;
        padding-top: 0
    }

    .product-content-14 .product14-text h2 {
        font-size: 28px;
        line-height: 1.25;
        margin-bottom: 24px
    }

    .product-content-14 .product14-item {
        padding-bottom: 40px;
        max-width: 100%
    }

    .product-content-14 .product14-info+.product14-info {
        margin-top: 22px
    }

    .product-content-14 .product14-info h3 {
        font-size: 20px;
        margin-bottom: 8px
    }

    .product-content-14 .product14-info p {
        font-size: 14px;
        line-height: 1.65
    }
}

@media (max-width:640px) {
    .product-content-14 {
        padding: 40px 0 245px;
        min-height: 0;
        background-size: auto 250px;
        background-position: right bottom
    }

    .product-content-14 .product14-pic {
        position: relative;
        height: 210px;
        margin: 28px 0 0;
        order: 2;
        border-radius: 8px;
        overflow: hidden
    }

    .product-content-14 .product14-pic:before {
        display: none
    }

    .product-content-14 .product14-pic img {
        object-position: center center
    }

    .product-content-14 .container {
        min-height: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch
    }

    .product-content-14 .product14-text {
        width: 100%;
        order: 1
    }

    .product-content-14 .product14-text h2 {
        font-size: 25px;
        line-height: 1.25;
        margin-bottom: 20px
    }

    .product-content-14 .product14-info+.product14-info {
        margin-top: 18px
    }

    .product-content-14 .product14-info h3 {
        font-size: 19px
    }
}

.product-content-15 {
    padding: 10rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    position: relative
}

.product-content-15 .container {
    z-index: 2;
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end
}

.product-content-15 .product15-text {
    width: 73rem;
    color: #fff
}

.product-content-15 .product15-text h2 {
    color: #fff;
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom: 4.2rem;
    font-family: var(--AlbertSans-Bold)
}

.product-content-15 .product15-info+.product15-info {
    margin-top: 3rem
}

.product-content-15 .product15-info h3 {
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.25;
    margin-bottom: 1rem;
    font-family: var(--AlbertSans-Bold)
}

.product-content-15 .product15-info p {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.75
}

.product-content-15 .product15-info p b {
    color: #fff;
    font-weight: 700
}

@media (max-width:1024px) {
    .product-content-15 {
        height: auto;
        min-height: 560px;
        padding: 58px 0 64px;
        background-size: cover;
        background-position: 34% center
    }

    .product-content-15:before {
        content: "";
        inset: 0;
        z-index: 1;
        position: absolute;
        background: linear-gradient(90deg, rgba(18, 23, 28, 0.24) 0%, rgba(18, 23, 28, 0.72) 46%, rgba(18, 23, 28, 0.82) 100%)
    }

    .product-content-15 .product15-pic:before {
        content: "";
        inset: 0;
        z-index: 2;
        position: absolute;
        background: rgba(65, 69, 72, 0.42)
    }

    .product-content-15 .product15-pic img {
        object-position: 36% center
    }

    .product-content-15 .container {
        height: auto;
        min-height: 438px;
        max-width: 760px !important;
        justify-content: flex-end
    }

    .product-content-15 .product15-text {
        width: 58%;
        padding: 26px 24px 28px;
        border-radius: 8px;
        background: rgba(28, 34, 40, 0.46);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
        backdrop-filter: blur(2px)
    }

    .product-content-15 .product15-text h2 {
        font-size: 29px;
        line-height: 1.25;
        margin-bottom: 24px;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35)
    }

    .product-content-15 .product15-info+.product15-info {
        margin-top: 18px
    }

    .product-content-15 .product15-info h3 {
        font-size: 20px;
        margin-bottom: 8px;
        text-shadow: 0 2px 7px rgba(0, 0, 0, 0.32)
    }

    .product-content-15 .product15-info p {
        font-size: 14px;
        line-height: 1.7;
        text-shadow: 0 1px 5px rgba(0, 0, 0, 0.28)
    }
}

@media (max-width:640px) {
    .product-content-15 {
        padding: 38px 0 42px;
        min-height: 0;
        background-position: left center
    }

    .product-content-15:before {
        background: rgba(24, 28, 32, 0.76)
    }

    .product-content-15 .product15-pic {
        height: 230px;
        position: relative
    }

    .product-content-15 .product15-pic:before {
        display: none
    }

    .product-content-15 .product15-pic img {
        object-position: left center
    }

    .product-content-15 .container {
        display: block;
        min-height: 0
    }

    .product-content-15 .product15-text {
        width: 100%;
        padding: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none
    }

    .product-content-15 .product15-text h2 {
        font-size: 25px;
        line-height: 1.25;
        margin-bottom: 22px
    }

    .product-content-15 .product15-info+.product15-info {
        margin-top: 20px
    }

    .product-content-15 .product15-info h3 {
        font-size: 20px
    }
}

.product-content-16 {
    padding: 11rem 0;
    overflow: hidden;
    background: #1d3557 url("../images/factory-bg.jpg") top center / cover no-repeat
}

.product-content-16 .product16-head {
    color: #fff;
    text-align: center
}

.product-content-16 .product16-head h2 {
    color: #fff;
    font-size: 3.6rem;
    line-height: 1.2;
    font-family: var(--AlbertSans-Bold)
}

.product-content-16 .product16-head p {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.75;
    margin: 2.6rem auto 0
}

.product-content-16 .product16-list {
    display: grid;
    gap: 3.2rem;
    margin-top: 4.8rem;
    grid-template-columns: repeat(6, minmax(0, 1fr))
}

.product-content-16 .product16-card {
    min-height: 31.8rem;
    grid-column: span 2;
    color: var(--main-color);
    text-align: center;
    border-radius: 1.2rem;
    background: #fff;
    padding: 3rem
}

.product-content-16 .product16-card h3 {
    color: var(--main-color);
    font-size: 2.4rem;
    line-height: 1.25;
    margin-top: 1.8rem;
    font-family: var(--AlbertSans-Bold)
}

.product-content-16 .product16-card p {
    line-height: 1.72;
    margin-top: 1rem
}

.product-content-16 .product16-card:hover {
    color: #fff;
    background: var(--sub-color)
}

.product-content-16 .product16-card:hover h3,
.product-content-16 .product16-card:hover p {
    color: #fff
}

.product-content-16 .product16-card:hover .product16-icon img {
    filter: brightness(0) invert(1)
}

.product-content-16 .product16-card:nth-child(4) {
    grid-column: 2 / span 2
}

.product-content-16 .product16-icon {
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-content-16 .product16-icon img {
    width: auto;
    height: auto;
    display: block;
    max-height: 6rem;
    object-fit: contain;
    vertical-align: middle
}

@media (max-width:1024px) {
    .product-content-16 {
        padding: 54px 0 58px
    }

    .product-content-16 .container {
        max-width: 760px !important
    }

    .product-content-16 .product16-head h2 {
        font-size: 32px
    }

    .product-content-16 .product16-head p {
        font-size: 15px;
        line-height: 1.65;
        margin-top: 18px
    }

    .product-content-16 .product16-list {
        gap: 20px;
        margin-top: 34px;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .product-content-16 .product16-card {
        height: auto;
        min-height: 280px;
        grid-column: auto;
        border-radius: 10px;
        padding: 32px 28px 30px
    }

    .product-content-16 .product16-card:nth-child(4) {
        grid-column: auto
    }

    .product-content-16 .product16-card:last-child {
        grid-column: -1;
        max-width: 50%;
        width: 100%;
        justify-self: center
    }

    .product-content-16 .product16-card h3 {
        font-size: 21px;
        margin-top: 16px
    }

    .product-content-16 .product16-card p {
        font-size: 14px;
        line-height: 1.68;
        margin-top: 14px
    }

    .product-content-16 .product16-icon {
        height: 50px
    }

    .product-content-16 .product16-icon img {
        max-width: 60px;
        max-height: 50px
    }
}

@media (max-width:640px) {
    .product-content-16 {
        padding: 42px 0 46px
    }

    .product-content-16 .product16-head {
        text-align: left
    }

    .product-content-16 .product16-head h2 {
        font-size: 28px
    }

    .product-content-16 .product16-head p {
        font-size: 14px
    }

    .product-content-16 .product16-list {
        gap: 16px;
        grid-template-columns: 1fr
    }

    .product-content-16 .product16-card {
        min-height: 0;
        padding: 30px 20px 28px
    }

    .product-content-16 .product16-card:last-child {
        max-width: none;
        grid-column: auto
    }

    .product-content-16 .product16-card h3 {
        font-size: 20px
    }
}

.product-content-17 {
    padding: 11rem 0;
    overflow: hidden;
    background: #fff
}

.product-content-17 h2 {
    color: var(--main-color);
    font-size: 3.6rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 4.3rem;
    font-family: var(--AlbertSans-Bold)
}

.product-content-17 .product17-table {
    overflow: auto
}

.product-content-17 table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: 1px solid var(--main-color)
}

.product-content-17 td {
    height: 7.7rem;
    color: var(--main-color);
    font-size: 1.8rem;
    line-height: 1.35;
    text-align: center;
    vertical-align: middle;
    border: 1px solid var(--main-color);
    padding: 1.2rem 3.2rem
}

.product-content-17 td:first-child {
    width: 27.5rem;
    text-align: left;
    font-weight: 700;
    padding-left: 5.5rem;
    font-family: var(--AlbertSans-Bold)
}

.product-content-17 tr:first-child td {
    height: 15.4rem
}

.product-content-17 tr:first-child td:first-child {
    padding: 0
}

.product-content-17 .product17-pic {
    height: 12.6rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-content-17 .product17-pic img {
    width: auto;
    height: auto;
    display: block;
    max-width: 19rem;
    max-height: 12.6rem;
    object-fit: contain;
    vertical-align: middle
}

@media (max-width:1024px) {
    .product-content-17 {
        padding: 58px 0 64px
    }

    .product-content-17 .container {
        max-width: 760px !important
    }

    .product-content-17 h2 {
        font-size: 30px;
        margin-bottom: 28px
    }

    .product-content-17 table {
        min-width: 820px
    }

    .product-content-17 td {
        height: 64px;
        font-size: 15px;
        padding: 10px 20px
    }

    .product-content-17 td:first-child {
        width: 190px;
        padding-left: 28px
    }

    .product-content-17 tr:first-child td {
        height: 130px
    }

    .product-content-17 .product17-pic {
        height: 110px
    }

    .product-content-17 .product17-pic img {
        max-width: 150px;
        max-height: 110px
    }
}

@media (max-width:640px) {
    .product-content-17 {
        padding: 42px 0 48px
    }

    .product-content-17 h2 {
        font-size: 26px;
        margin-bottom: 24px
    }

    .product-content-17 table {
        min-width: 720px
    }

    .product-content-17 td {
        height: 58px;
        font-size: 14px;
        padding: 8px 14px
    }

    .product-content-17 td:first-child {
        width: 170px;
        padding-left: 20px
    }

    .product-content-17 tr:first-child td {
        height: 112px
    }

    .product-content-17 .product17-pic {
        height: 96px
    }

    .product-content-17 .product17-pic img {
        max-width: 128px;
        max-height: 96px
    }
}

.product-content-11 h2 {
    margin-bottom: 0
}

.product-content-11 .info {
    padding: 2rem 0 3rem 0;
    color: #4c5d75;
    text-align: center
}

.product-content-11 .product7-table td:nth-child(2) {
    font-weight: normal
}

.product-content-13 .factory-main {
    margin-top: 0
}

.product-content-18 {
    background: #f5f5f5;
    padding: 11rem 0
}

.product-content-18 .common-title h2 {
    font-size: 3.6rem
}

.product-content-18 .common-title p {
    font-size: 1.6rem
}

.product-content-18 .pic {
    margin-top: 2rem;
    text-align: center
}

.product-content-18 .pic img {
    width: auto;
    height: auto;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle
}

@media (max-width:1024px) {
    .product-content-18 {
        padding: 58px 0 64px
    }

    .product-content-18 .container {
        max-width: 760px !important
    }

    .product-content-18 .common-title h2 {
        font-size: 30px
    }

    .product-content-18 .common-title p {
        font-size: 15px
    }

    .product-content-18 .pic {
        margin-top: 18px
    }
}

@media (max-width:640px) {
    .product-content-18 {
        padding: 42px 0 48px
    }

    .product-content-18 .common-title h2 {
        font-size: 25px
    }

    .product-content-18 .common-title p {
        font-size: 14px
    }
}

.product-content-19 h2 {
    margin-bottom: .5rem
}

.product-content-19 .info {
    color: #4c5d75;
    text-align: center;
    padding-bottom: 4rem
}

.product-content-20 {
    padding: 11rem 0;
    overflow: hidden;
    background: #f5f5f5
}

.product-content-20 .product20-head {
    color: var(--main-color);
    text-align: center;
    margin-bottom: 4.8rem
}

.product-content-20 .product20-head h2 {
    color: var(--main-color);
    font-size: 3.6rem;
    line-height: 1.2;
    font-family: var(--AlbertSans-Bold)
}

.product-content-20 .product20-head p {
    color: #4c5d75;
    margin-top: 1rem
}

.product-content-20 .product20-list {
    display: grid;
    gap: 5rem
}

.product-content-20 .product20-item:nth-child(1) .product20-compare .product20-left .product20-text,
.product-content-20 .product20-item:nth-child(3) .product20-compare .product20-left .product20-text {
    color: var(--main-color)
}

.product-content-20 .product20-compare {
    --split: 50%;
    height: 52.3rem;
    overflow: hidden;
    position: relative;
    border-radius: 1rem
}

.product-content-20 .product20-panel {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    position: absolute
}

.product-content-20 .product20-panel img {
    top: 50%;
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
    max-height: none;
    object-fit: cover;
    position: absolute;
    vertical-align: middle;
    transform: translateY(-50%)
}

.product-content-20 .product20-left {
    z-index: 2;
    clip-path: inset(0 calc(100% - var(--split)) 0 0);
    transition: clip-path 320ms ease
}

.product-content-20 .product20-left img {
    left: 0;
    border-top-right-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem
}

.product-content-20 .product20-left .product20-text {
    color: #fff
}

.product-content-20 .product20-right {
    z-index: 1;
    clip-path: inset(0 0 0 var(--split));
    transition: clip-path 320ms ease
}

.product-content-20 .product20-right img {
    left: 0
}

.product-content-20 .product20-right .product20-text {
    color: #fff;
    left: calc(var(--split) + 58rem/10)
}

.product-content-20 .product20-text {
    top: 10rem;
    left: 6.5rem;
    right: 5.8rem;
    z-index: 3;
    position: absolute;
    padding: .4rem 0
}

.product-content-20 .product20-text h3 {
    color: inherit;
    font-size: 2.8rem;
    line-height: 1.25;
    margin-bottom: 1.2rem;
    font-family: var(--AlbertSans-Bold)
}

.product-content-20 .product20-text p {
    color: inherit;
    line-height: 1.55;
    max-width: 56rem
}

.product-content-20 .product20-text b {
    color: inherit;
    font-weight: 700
}

.product-content-20 .product20-tag {
    left: 5.8rem;
    bottom: 4.2rem;
    z-index: 4;
    height: 4.4rem;
    color: var(--main-color);
    display: flex;
    min-width: 14.6rem;
    padding: 0 2.4rem;
    font-size: 2rem;
    font-weight: 700;
    position: absolute;
    align-items: center;
    border-radius: 1.2rem;
    justify-content: center;
    background: #fff;
    font-family: var(--AlbertSans-Bold);
    box-shadow: 0 .8rem 2.2rem rgba(17, 33, 58, 0.12)
}

.product-content-20 .product20-right .product20-tag {
    left: auto;
    right: 5.8rem
}

.product-content-20 .product20-line {
    top: 0;
    bottom: 0;
    left: var(--split);
    z-index: 5;
    width: .5rem;
    position: absolute;
    background: #fff;
    transform: translateX(-50%);
    transition: left 320ms ease
}

.product-content-20 .product20-handle {
    top: 50%;
    left: var(--split);
    z-index: 6;
    width: 11.6rem;
    height: 5.2rem;
    display: flex;
    position: absolute;
    overflow: hidden;
    align-items: center;
    border-radius: 2.6rem;
    background: var(--sub-color);
    transform: translate(-50%, -50%);
    transition: left 320ms ease
}

.product-content-20 .product20-handle button {
    width: 50%;
    height: 100%;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 2rem;
    background: none;
    align-items: center;
    justify-content: center;
    transition: background 300ms ease
}

.product-content-20 .product20-handle button:hover {
    background: rgba(255, 255, 255, 0.14)
}

.product-content-20 .product20-handle svg {
    vertical-align: middle;
    width: 3rem;
    height: 3rem;
    color: #fff;
    fill: #fff
}

.product-content-20 .product20-title {
    color: var(--sub-color);
    font-size: 2.8rem;
    line-height: 1.28;
    text-align: center;
    margin-top: 3rem;
    font-family: var(--AlbertSans-Bold)
}

@media (max-width:1024px) {
    .product-content-20 {
        padding: 58px 0 64px
    }

    .product-content-20 .container {
        max-width: 760px !important
    }

    .product-content-20 .product20-head {
        margin-bottom: 30px
    }

    .product-content-20 .product20-head h2 {
        font-size: 28px
    }

    .product-content-20 .product20-head p {
        font-size: 13px;
        margin-top: 8px
    }

    .product-content-20 .product20-list {
        gap: 36px
    }

    .product-content-20 .product20-compare {
        height: 330px;
        border-radius: 8px
    }

    .product-content-20 .product20-text {
        top: 38px;
        left: 28px;
        right: 28px
    }

    .product-content-20 .product20-text h3 {
        font-size: 20px;
        margin-bottom: 8px
    }

    .product-content-20 .product20-text p {
        font-size: 13px;
        line-height: 1.45
    }

    .product-content-20 .product20-tag {
        left: 28px;
        bottom: 26px;
        height: 36px;
        min-width: 116px;
        padding: 0 16px;
        font-size: 13px;
        border-radius: 7px
    }

    .product-content-20 .product20-right .product20-tag {
        right: 28px
    }

    .product-content-20 .product20-right .product20-text {
        left: calc(var(--split) + 28px)
    }

    .product-content-20 .product20-line {
        width: 3px
    }

    .product-content-20 .product20-handle {
        width: 76px;
        height: 44px;
        border-radius: 22px
    }

    .product-content-20 .product20-handle button {
        font-size: 18px
    }

    .product-content-20 .product20-title {
        font-size: 22px;
        margin-top: 22px
    }
}

@media (max-width:640px) {
    .product-content-20 {
        padding: 42px 0 48px
    }

    .product-content-20 .product20-head {
        text-align: left
    }

    .product-content-20 .product20-head h2 {
        font-size: 24px
    }

    .product-content-20 .product20-list {
        gap: 30px
    }

    .product-content-20 .product20-compare {
        height: 270px
    }

    .product-content-20 .product20-text {
        top: 24px;
        left: 18px;
        right: 18px
    }

    .product-content-20 .product20-text h3 {
        font-size: 17px
    }

    .product-content-20 .product20-text p {
        font-size: 12px;
        line-height: 1.4
    }

    .product-content-20 .product20-tag {
        left: 18px;
        bottom: 18px;
        height: 32px;
        min-width: 94px;
        padding: 0 12px;
        font-size: 12px
    }

    .product-content-20 .product20-right .product20-tag {
        right: 18px
    }

    .product-content-20 .product20-right .product20-text {
        left: calc(var(--split) + 18px)
    }

    .product-content-20 .product20-handle {
        width: 68px;
        height: 38px
    }

    .product-content-20 .product20-title {
        font-size: 18px;
        margin-top: 18px
    }
}

.product-content-oem .factory-advantages h3 {
    color: var(--main-color);
    margin-bottom: 6rem
}

.contact-content {
    color: #2c4261;
    padding: 10rem 0
}

.contact-content .container {
    display: flex;
    justify-content: space-between
}

.contact-content .title {
    font-weight: 700;
    color: var(--main-color);
    font-size: 4.7rem;
    line-height: 6rem;
    font-family: var(--AlbertSans-Bold)
}

.contact-content .leftbox {
    position: relative;
    width: 50%
}

.contact-content .leftbox .text p {
    font-size: 1.8rem;
    padding-top: 2rem
}

.contact-content .fromlist {
    padding-top: 2rem
}

.contact-content .fromlist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.contact-content .fromlist li {
    width: 48.7%;
    padding-top: 3rem
}

.contact-content .fromlist li .bt {
    padding-bottom: 1rem
}

.contact-content .fromlist li .bt em {
    color: #ff0000;
    font-style: normal
}

.contact-content .fromlist li .bd input,
.contact-content .fromlist li .bd textarea {
    width: 100%;
    padding: 0 2rem;
    height: 4.2rem;
    line-height: 4rem;
    border: solid 1px #dcdcdc
}

.contact-content .fromlist li .bd textarea {
    width: 100%;
    height: 14rem;
    line-height: 3rem;
    padding: 1.5rem 2rem
}

.contact-content .fromlist li .bd-2 {
    flex-wrap: wrap;
    display: flex
}

.contact-content .fromlist li .bd-2 span {
    padding-right: 3rem;
    min-width: 18rem;
    padding-top: 2rem
}

.contact-content .fromlist .li1 {
    width: 100%
}

.contact-content .fromlist .li1 a {
    color: #2c4261
}

.contact-content .fromlist .li1 a:hover {
    text-decoration: underline
}

.contact-content .fromlist .li2 {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.contact-content .fromlist .li2 span:first-child {
    width: 75%;
    position: relative
}

.contact-content .fromlist .li2 input {
    width: 100%;
    color: #666;
    font-size: 1.6rem;
    padding-left: 2rem;
    padding-right: 13rem;
    height: 5.2rem;
    line-height: 5rem;
    border: solid 1px #dcdcdc
}

.contact-content .fromlist .li2 .code {
    right: 1px;
    top: 1px;
    position: absolute;
    border-left: solid 1px #dcdcdc;
    border-radius: .5rem;
    max-height: 5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.contact-content .fromlist .check {
    margin-right: 1rem;
    height: 2rem;
    width: 2rem;
    opacity: .5
}

.contact-content .fromlist .input1 {
    border: 0;
    width: 11rem;
    border-bottom: solid 1px #dcdcdc
}

.contact-content .fromlist .button {
    text-transform: capitalize
}

.contact-content .fromlist .button a {
    color: #fff;
    background: var(--sub-color);
    transition: all 500ms ease;
    text-align: center;
    display: inline-block;
    font-size: 1.6rem;
    height: 5.2rem;
    line-height: 5.2rem;
    min-width: 20rem
}

.contact-content .fromlist .button img {
    max-height: 5rem
}

.contact-content .rightbox {
    font-size: 1.8rem;
    color: #2c4261;
    width: 39%
}

.contact-content .rightbox .tag {
    font-weight: 700;
    color: #000;
    font-family: var(--AlbertSans-Bold);
    padding-top: 1.5rem;
    font-size: 2.4rem
}

.contact-content .rightbox .list li {
    padding-top: 2rem
}

.contact-content .rightbox .list li .t1 {
    padding-top: 0
}

.contact-content .rightbox .list li .t2 {
    color: #2c4261
}

.contact-content .rightbox .list li .t2 span {
    color: #2c4261
}

.contact-content .rightbox .list li .t2 a {
    color: #2c4261
}

.contact-content .rightbox .list li .add {
    color: #2c4261;
    padding-top: 1rem
}

.contact-content .rightbox .list-2 {
    padding-top: 7rem;
    max-width: 30rem
}

.contact-content .rightbox .list-2 li {
    font-family: var(--AlbertSans-Bold);
    transition: all 500ms ease;
    margin-top: 1.5rem;
    background: #f0f0f0;
    text-align: center;
    height: 10rem;
    line-height: 10rem
}

.contact-content .rightbox .list-2 li a {
    color: #2c4261;
    font-size: 2rem;
    padding: 0 1rem;
    display: block
}

.contact-content .rightbox .list-2 li:first-child {
    display: flex;
    align-items: center;
    line-height: 2.4rem
}

.contact-content .rightbox .list-2 li:first-child a {
    width: 100%;
    display: flex;
    align-items: center
}

.contact-content .rightbox .list-2 li:first-child .icon {
    width: 30%;
    text-align: center
}

.contact-content .rightbox .list-2 li:first-child .icon svg {
    width: 2.4rem;
    height: 2.4rem
}

.contact-content .rightbox .list-2 li:first-child .item {
    text-align: left;
    width: 60%
}

.contact-content .rightbox .list-2 li:first-child .item span {
    display: block
}

.contact-content .rightbox .list-2 li:first-child .item span:last-child {
    font-size: 1.3rem
}

.contact-content .rightbox .list-2 li:hover {
    background: var(--sub-color)
}

.contact-content .rightbox .list-2 li:hover a {
    color: #fff
}

@media (max-width:1024px) {
    .contact-content {
        padding: 40px 0
    }

    .contact-content .title {
        font-size: 24px;
        line-height: 30px
    }

    .contact-content .container {
        display: block
    }

    .contact-content .leftbox,
    .contact-content .rightbox {
        width: 100%;
        font-size: 16px
    }

    .contact-content .leftbox .text,
    .contact-content .rightbox .text {
        display: none
    }

    .contact-content .rightbox {
        padding-bottom: 0px;
        padding-top: 40px
    }

    .contact-content .rightbox .tag {
        font-size: 18px
    }

    .contact-content .rightbox .list-2 {
        display: none
    }

    .contact-content .fromlist .check {
        width: 18px;
        height: 18px
    }

    .contact-content .fromlist .button a {
        border-radius: 5px;
        min-width: 100%;
        height: 42px;
        line-height: 42px;
        font-size: 16px
    }

    .contact-content .fromlist li {
        padding-top: 20px;
        font-size: 14px
    }

    .contact-content .fromlist li .bd input {
        height: 42px;
        line-height: 40px;
        padding: 0 15px
    }

    .contact-content .fromlist li .bd textarea {
        height: 80px;
        line-height: 24px;
        padding: 15px
    }

    .contact-content .fromlist li .bd-2 span {
        padding-right: 10px;
        min-width: auto
    }

    .contact-content .fromlist .li2 input {
        padding: 0 15px;
        height: 42px;
        line-height: 40px;
        font-size: 14px
    }

    .contact-content .fromlist .li2 .code {
        max-height: 40px
    }
}

@media (max-width:480px) {
    .contact-content .fromlist li {
        width: 100%
    }

    .contact-content .rightbox .list li {
        padding-top: 10px
    }

    .contact-content .rightbox .list-2 {
        max-width: 100%
    }

    .contact-content .rightbox .list-2 li:first-child .item span:last-child {
        font-size: 12px
    }

    .contact-content .fromlist .li2 {
        display: block
    }

    .contact-content .fromlist .li2 span:first-child {
        width: 100%
    }

    .contact-content .fromlist .li2 span {
        display: block
    }

    .contact-content .fromlist .button {
        margin-top: 20px
    }
}

@media (max-width:1024px) {
    .casebox-warp {
        padding: 58px 0 50px
    }

    .casebox-warp .container {
        max-width: 760px !important
    }

    .casebox-warp .casebox-top {
        display: grid;
        gap: 28px;
        grid-template-columns: 1fr
    }

    .casebox-warp .casebox-pic {
        height: 360px;
        border-radius: 8px
    }

    .casebox-warp .casebox-map {
        height: auto !important;
        display: grid !important;
        gap: 18px;
        margin-top: 34px;
        padding-top: 0;
        position: relative;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .casebox-warp .casebox-map-img {
        grid-column: -1 !important;
        width: 100%;
        height: auto;
        display: block;
        position: static !important;
        max-width: 100%;
        max-height: none;
        object-fit: contain;
        transform: none !important
    }

    .casebox-warp .casebox-data,
    .casebox-warp .casebox-data-1,
    .casebox-warp .casebox-data-2,
    .casebox-warp .casebox-data-3,
    .casebox-warp .casebox-data-4 {
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        height: auto !important;
        min-height: 168px;
        position: relative !important;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 8px 24px rgba(31, 55, 88, 0.08)
    }
}

@media (max-width:640px) {
    .casebox-warp {
        padding: 44px 0 40px
    }

    .casebox-warp .casebox-pic {
        height: 220px
    }

    .casebox-warp .casebox-map {
        gap: 14px
    }

    .casebox-warp .casebox-data,
    .casebox-warp .casebox-data-1,
    .casebox-warp .casebox-data-2,
    .casebox-warp .casebox-data-3,
    .casebox-warp .casebox-data-4 {
        min-height: 145px
    }
}

.faq-list .product5-faq-item {
    background: #fff
}

.product-content-22 .product3-item {
    background: #fff
}
.support-cell .support-icon img {
        filter: brightness(0) invert(1);

    }

.product-content-2 .product2-service-item:first-child .product2-service-text {
    grid-column: 1;
    grid-row: 1
}

.product-content-2 .product2-service-item:first-child .product2-service-pic {
    grid-column: 2;
    grid-row: 1
}

.product-content-2 .product2-service-item:nth-child(even) .product2-service-pic {
    grid-column: 1;
    grid-row: 1
}

.product-content-2 .product2-service-item:nth-child(even) .product2-service-text {
    grid-column: 2;
    grid-row: 1
}