.about-banner {
    width: 100%;
    height: 480px;
    background: url("../static/about/about-banner.png") no-repeat;
    background-position: 50%;
    color: #ffffff;
}

.product-area-check {
    font-weight: bold;
    color: #494949;
}

.container-line {
    width: 3.125rem;
    height: 4px;
    margin-top: 1.125rem;
}

@media (min-width: 1200px) {
    .image-block {
        width: 1200px;
        margin: 0 auto 100px;
    }
    
    .image-block-top {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    
    .image-block-top > a {
        width: 386px;
        height: 430px;
        overflow: hidden;
        position: relative;
    }
    
    .image-block-top a img {
        height: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .image-block-top a img:hover {
        height: 130%;
    }
    
    .image-block-bottom {
         width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }
    
    .image-block-bottom > a {
        width: 590px;
        height: 430px;
        overflow: hidden;
        position: relative;
    }
    
    .image-block-bottom a img {
        height: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .image-block-bottom a img:hover {
        height: 130%;
    }
    
    .image-title {
        width: 100%;
        position: absolute;
        z-index: 3;
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        color: #FFFFFF;
        bottom: 30px;
    }
    
    .about-banner {
        height: 280px;
    }
    .about-banner-title {
        padding-top: 140px !important;
        text-align: center;
    }

    .about-banner-title>h1 {
        font-weight: bold;
        font-size: 52px;
        color: #FFFFFF;
    }

    .about-banner-title>h2 {
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        padding-top: 20px;
    }

    .breadcrumb {
        padding-top: 38px;
        margin-bottom: 90px;
        background: none;
    }

    .product-feature {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 115px 0 108px !important;
    }

    .product-feature > h1 {
        font-weight: bold;
        font-size: 24px;
        color: #343434;
        margin-bottom: 50px;
    }

    .product-icon-block {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .product-icon-block div {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-weight: 400;
        font-size: 18px;
        color: #343434;
    }

    .product-icon-block div img {
        width: 110px;
        height: 110px;
        margin-bottom: 22px;
    }

    .about-us-block {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .about-us-block-left {
        width: 550px;
    }

    .about-us-block-left>h1 {
        font-weight: bold;
        font-size: 32px;
        color: #343434;
        line-height: 46px;
    }

    .about-us-block-left>h1::after {
        content: '';
        display: block;
        background: url("../static/index/line-red.png") no-repeat;
        width: 50px;
        height: 4px;
        margin-top: 23px;
    }

    .about-us-block-left>p {
        font-weight: 400;
        font-size: 16px;
        color: #343434;
        line-height: 32px;
        margin-top: 70px;
    }

    .about-us-image {
        width: 540px;
        height: 320px;
    }

    .about-us-data {
        height: 160px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #F5F5F5;
        margin-top: 56px;
    }

    .about-us-data>li {
        flex: 1;
        height: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #DEDEDE;
    }

    .about-us-data>li:last-of-type {
        border-right: none;
    }

    .swiper {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        padding: 98px 57px 122px;
        box-sizing: border-box;
    }

    .swiper-slide img {
        display: block;
        width: 580px;
        height: 420px;
        object-fit: cover;
    }

    .swiper-slide div {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .swiper-slide-right {
        width: 400px;
    }

    .swiper-slide-right h1 {
        font-weight: bold;
        font-size: 32px;
        color: #343434;
    }

    .swiper-slide-text {
        font-weight: 400;
        font-size: 16px;
        color: #343434;
        line-height: 34px;
        text-align: left;
        margin-top: 60px;
    }

    .swiper-pagination {
        position: absolute;
        z-index: 999;
    }

    .swiper-block {
        height: 640px;
        position: relative;
    }

    .swiper-slide:hover {
        background-color: #FFFFFF;
    }

    .products-recommend-block {
        padding: 95px 0 80px !important;
    }

    .products-recommend-title {
        font-weight: 400;
        font-size: 18px;
        color: #000000;
        margin-bottom: 50px;
    }

    .products-recommend {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .right-list-item {
        width: 282px;
        cursor: pointer;
        background-color: #FFFFFF;
        overflow: hidden;
    }

    .right-list-item > img {
        width: 282px;
        height: 282px;
        cursor: pointer;
    }
    .right-list-item:hover > img {
        transform: scale(1.1);
    }
    

    .right-list-item > .item-text {
        background: #FAFAFA;
        padding: 26px 26px 32px;
        box-sizing: border-box;
        color: #000000;
    }

    .right-list-item > .item-text > h1 {
        font-weight: 400;
        font-size: 18px;
    }

    .right-list-item > .item-text > div {
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 12px;
        gap: 20px;
        margin-top: 10px;
    }

    .right-list-item:hover >.item-text {
        background: #173C96;
        color: #FFFFFF;
    }
}

@media (max-width: 1200px) {
    .image-block {
        /*width: 1200px;*/
        margin: 30px auto 100px;
    }
    
    .image-block-top {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .image-block-top > a {
        width: 100%;
        height: 200px;
        overflow: hidden;
        position: relative;
    }
    
    .image-block-top a img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .image-block-bottom {
         width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 20px;
    }
    
    .image-block-bottom > a {
        width: 100%;
        height: 200px;
        overflow: hidden;
        position: relative;
    }
    
    .image-block-bottom a img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .image-title {
        width: 100%;
        position: absolute;
        z-index: 3;
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        color: #FFFFFF;
        bottom: 30px;
    }
    .about-banner-title {
        padding-top: 200px !important;
        text-align: center;
    }

    .about-banner-title>h1 {
        font-weight: bold;
        font-size: 36px;
        color: #FFFFFF;
    }

    .about-banner-title>h2 {
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        padding-top: 20px;
    }

    .breadcrumb {
        padding-top: 38px;
        margin-bottom: 90px;
    }

    .product-feature {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 60px 0 50px !important;
    }

    .product-feature > h1 {
        font-weight: bold;
        font-size: 24px;
        color: #343434;
        margin-bottom: 50px;
    }

    .product-icon-block {
        width: 100%;
        overflow: scroll;
        white-space: nowrap;
    }

    .product-icon-block div {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        font-weight: 400;
        font-size: 16px;
        color: #343434;
        width: 120px;
    }

    .product-icon-block div img {
        width: 80px;
        height: 80px;
        margin-bottom: 14px;
    }

    .about-us-block {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 30px;
    }

    .about-us-block-left>h1 {
        font-weight: bold;
        font-size: 32px;
        color: #343434;
        line-height: 46px;
    }

    .about-us-block-left>h1::after {
        content: '';
        display: block;
        background: url("../static/index/line-red.png") no-repeat;
        width: 50px;
        height: 4px;
        margin-top: 23px;
    }

    .about-us-block-left>p {
        font-weight: 400;
        font-size: 16px;
        color: #343434;
        line-height: 32px;
        margin-top: 30px;
    }

    .about-us-image {
        width: 100%;
        height: 213px;
        margin-top: 10px;
    }

    .about-us-data {
        height: 160px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #F5F5F5;
        margin-top: 56px;
    }

    .about-us-data>li {
        flex: 1;
        height: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #DEDEDE;
    }

    .about-us-data>li:last-of-type {
        border-right: none;
    }

    .swiper {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        flex-direction: column;
        padding: 40px 20px;
        box-sizing: border-box;
    }

    .swiper-slide img {
        display: block;
        width: 580px;
        height: 420px;
        object-fit: cover;
    }

    .swiper-slide div {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .swiper-slide-right {
        margin-top: 20px;
    }

    .swiper-slide-right h1 {
        font-weight: bold;
        font-size: 32px;
        color: #343434;
    }

    .swiper-slide-text {
        font-weight: 400;
        font-size: 16px;
        color: #343434;
        line-height: 34px;
        text-align: left;
        margin-top: 30px;
    }

    .swiper-pagination {
        position: absolute;
        z-index: 999;
    }

    .swiper-block {
        height: 640px;
        position: relative;
    }

    .swiper-slide:hover {
        background-color: #FFFFFF;
    }

    .products-recommend-block {
        padding: 95px 15px 80px !important;
    }

    .products-recommend-title {
        font-weight: 400;
        font-size: 18px;
        color: #000000;
        margin-bottom: 50px;
    }

    .products-recommend {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .right-list-item {
        width: 100%;
        cursor: pointer;
        background-color: #FFFFFF;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .right-list-item > img {
        width: 100%;
        height: 330px;
        cursor: pointer;
    }
    .right-list-item:hover > img {
        transform: scale(1.1);
    }
    

    .right-list-item > .item-text {
        background: #FAFAFA;
        padding: 26px 26px 32px;
        box-sizing: border-box;
        color: #000000;
    }

    .right-list-item > .item-text > h1 {
        font-weight: 400;
        font-size: 18px;
    }

    .right-list-item > .item-text > div {
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 12px;
        gap: 20px;
        margin-top: 10px;
    }

    .right-list-item:hover >.item-text {
        background: #173C96;
        color: #FFFFFF;
    }
}
