.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) {
    .product-notes {
        width: 1200px;
        margin: 0 auto;
    }
    
    .notes-time-flow {
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        background: #F2F2F2;
        border-radius: 30px;
    }
    
    .notes-time-flow div {
        flex: 1;
        text-align: center;
        font-size: 14px;
        cursor: pointer;
    }
    
    .notes-time-flow div:hover {
        color: #334f8f;
    }
    
    .notes-actived {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        background: #FFFFFF;
        text-align: center;
        line-height: 40px;
        margin: 0 auto;
        border-radius: 20px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }
    
    .product-item {
        width: 1200px;
        display: flex;
        margin-top: 40px;
    }
    .product-item > * {
        width: 50%;
        height: 400px;
        overflow-y: auto;
    }
    
    .product-notes-item-text {
        box-sizing: border-box;
        padding-left: 40px;
    }
    
    .product-notes-item-text > p {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 1.6;
        display: flex;
    }
    
    .product-notes-item-text > p::before {
        content: '';
        display: block;
        min-width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #000000;
        vertical-align: middle;
        margin-top: 12px;
        margin-right: 10px;
    }
    
    .product-notes-title {
        font-size: 28px;
        font-weight: bold;
        color: #1e3a84;
        margin-bottom: 20px;
    }
    
    .about-banner {
        height: 280px;
    }
    .about-banner-title {
        padding-top: 140px !important;
    }

    .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;
    }

    .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;
    }

    .about-us-data-count {
        font-weight: bold;
        font-size: 36px;
        color: #000000;
        padding-bottom: 12px;
    }

    .about-us-data-count+div {
        font-weight: 400;
        font-size: 14px;
        color: #4D4D4D;
    }

    .product-area {
        /* width: 1400px;    */
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 132px !important;
    }

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

    .container-line {
        margin: 24px 0 56px;
    }

    .product-area-ul {
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 20px;
        color: #787878;
        gap: 54px;
    }

    .product-area-ul li {
        cursor: pointer;
    }

    .products-area-image {
        width: 100%;
        height: 620px;
        margin-top: 60px;
        display: flex;
        align-items: flex-end;
    }
    
    .products-area-image-1 {
        background: url("../static/about/product-area.jpg") no-repeat;
        background-size: 100% 100%;
    }
    .products-area-image-2 {
        background: url("../static/about/product-area2.jpg") no-repeat;
        background-size: 100% 100%;
    }
    .products-area-image-3 {
        background: url("../static/about/product-area3.jpg") no-repeat;
        background-size: 100% 100%;
    }
    .products-area-image-4 {
        background: url("../static/about/product-area4.jpg") no-repeat;
        background-size: 100% 100%;
    }

    .products-area-image>div {
        flex: 1;
        height: 472px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        font-weight: 400;
        font-size: 20px;
        color: #FFFFFF;
        padding-bottom: 70px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .products-area-image-action {
        background: linear-gradient(to top, rgba(44, 88, 189, 1) 0%, rgba(255, 255, 255, 0) 75%);
    }

    .products-area-image>div>img {
        width: 30px;
        height: 30px;
        margin-bottom: 14px;
    }

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

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

    }

    .swiper-year {
        display: flex;
        align-items: center;
        font-weight: bold;
        font-size: 53px;
        color: #B8B8B8;
        width: 127px;
        box-shadow: none;
    }

    .swiper-year:hover {
        color: #173C96;
        background-color: #FFFFFF;
    }

    .swiper-year-text {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        font-weight: 400;
        font-size: 14px;
        color: #424242;
        line-height: 20px;
        width: 200px;
        box-shadow: none;
    }

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

    .hr-line {
        width: 100%;
        background: #D7D7D7;
        margin: 8px 0 10px;
    }

    .mySwiper {
        padding-left: 382px;
    }

    .swiper-page-block {
        width: 1200px;
        height: 73px;
        background: #F5F5F5;
        border-radius: 37px;
        margin-top: 114px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .swiper-page {
        width: 932px;
        height: 100%;
        background: #F5F5F5;
        border-radius: 37px;
        margin-top: 0;
    }

    .swiper-page .swiper-slide {
        background-color: #F5F5F5;
        font-weight: 400;
        font-size: 16px;
        color: #484848;
        line-height: 28px;
        cursor: pointer;
        box-shadow: none;
    }

    .swiper-button-prev-icon {
        width: 20px;
        height: 10px;
        background: url("../static/icon/arrow-prev.png") no-repeat;
        background-size: 100% 100%;
        margin-left: 52px;
        cursor: pointer;
    }

    .swiper-button-next-icon {
        width: 20px;
        height: 10px;
        background: url("../static/icon/arrow-next.png") no-repeat;
        background-size: 100% 100%;
        margin-right: 52px;
        cursor: pointer;
    }

    .show-year {
        color: #000000 !important;
        font-weight: bold !important;
    }

    .corporate-culture {
        height: 500px;
        background: url("../static/about/about-corporate.png") no-repeat;
        background-size: cover;
        width: 100%;
        margin-top: 152px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .corporate-culture-item {
        width: 400px;
        height: 100%;
        /* background: url("../static/about/corporate-culture-item-bg.png") no-repeat; */
        background-size: 100% 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #FFFFFF;
    }

    .corporate-culture-item > p {
        width: 288px;
        text-align: center;
    }

    .corporate-culture-item > img {
        width: 42px;
        height: 42px;
    }

    .corporate-culture-item-title {
        font-weight: bold;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 28px;
        margin: 30px 0 36px;
    }

    .corporate-culture-item-text {
        font-weight: 300;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 20px;
        height: 40px;
    }

    .corporate-culture-title {
        font-weight: bold;
        font-size: 32px;
        color: #FFFFFF !important;
        position: absolute;
        top: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .corporate-culture-title > .h1-title {
        font-weight: bold;
        font-size: 32px;
        color: #FFFFFF;
    }

    .swiperCon {
        margin-top: 0;
    }

    .swiperCon .swiper-slide {
        width: 340px;
        /*height: 540px;*/
        background: #FFFFFF;
        box-shadow: 4px 5px 16px 0px rgba(0,0,0,0.1);
    }

    .swiperCon .swiper-slide > img {
        width: 302px;
        height: 402px;
        margin-top: 20px;
    }

    .swiperCon .swiper-slide > span {
        font-weight: 300;
        font-size: 14px;
        color: #595959;
        line-height: 20px;
    }

    .swiperCon .swiper-slide {
        justify-content: flex-start;
        gap: 28px;
    }

    .enterprise-honor {
        padding-bottom: 100px;
    }  
    .news-swiper {
        width: 1080px;
        position: relative;
    }

    .before-btn {
        width: 60px;
        height: 52px;
        background: url(../static/index/before.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%);
        left: -60px;
        cursor: pointer;
    }

    .after-btn {
        width: 60px;
        height: 52px;
        background: url(../static/index/after.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%);
        right: -60px;
        cursor: pointer;
    }
}

@media (max-width: 1200px) {
    .about-banner-title {
        padding-top: 210px;
    }

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

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

    .about-us-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .about-us-block-left>h1 {
        font-weight: bold;
        font-size: 28px;
        color: #343434;
        line-height: 42px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

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

    .about-us-block-left>p {
        font-weight: 400;
        font-size: 16px;
        color: #343434;
        line-height: 24px;
        margin-top: 40px;
        text-align: center;
    }


    .about-us-image {
        width: 100%;
        margin-top: 20px;
    }

    .about-us-data {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        background: #F5F5F5;
        padding: 0 20px;
        grid-column-gap: 20px;
    }

    .about-us-data>li {
        width: 100%;
        height: 120px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        box-sizing: border-box;
        border-bottom: 1px solid #DEDEDE;
    }

    .about-us-data>li:nth-child(3),
    .about-us-data>li:nth-child(4) {
        border-bottom: none;
    }

    .about-us-data-count {
        font-weight: bold;
        font-size: 24px;
        color: #000000;
        padding-bottom: 12px;
    }

    .about-us-data-count+div {
        font-size: 14px;
        line-height: 1.5;
        color: #999999;
        height: 42px;
        width: calc(100% - 30px);
    }

    .data-block {
        margin: 30px 0;
    }

    .product-area {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 !important;
    }

    .product-area-ul {
        display: flex;
        gap: 26px;
        margin: 20px 0;
    }

    .products-area-image{
        width: 100%;
        height: 240px;
        background: url("../static/about/product-area.png") no-repeat; background-size: cover;
        display: flex;
        align-items: flex-end;
    }

    .products-area-image > div {
        flex: 1;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        color: #FFFFFF;
        padding-bottom: 20px;
    }

    .products-area-image > div:hover {
        background: linear-gradient(to top, rgba(44, 88, 189, 1) 0%, rgba(255, 255, 255, 0) 75%);
    }

    .products-area-image > div > img {
        width: 20px;
        height: 20px;
        margin-bottom: 10px;
    }

    .company-note {
        width: 100%;
        padding: 0 30px;
    }

    .swiper-year {
        color: #0066F5;
        font-size: 34px;
        margin-bottom: 15px;
    }

    .swiper-year-text {
        border-bottom: 1px solid #CFCFCF;
        padding-bottom: 25px;
        margin-bottom: 20px;
    }

    .swiper-year-text p {
        line-height: 1.75;
        color: #666;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .corporate-culture {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .corporateSwiper {
        width: 100%;
        height: 300px;
        background: url("../static/about/about-corporate.png") no-repeat;
        background-size: cover;
        background-position-x: 50%;
        width: 100%;
    }

    .corporateSwiper > .swiper-wrapper {
        width: 100% !important;
    }
    
    .corporateSwiper .swiper-slide {
        background: none !important;
    }

    .h1-title {
        font-size: 2rem;
        font-family: Microsoft YaHei, serif;
        font-weight: bold;
        color: #595757;
        line-height: 2rem;
    }

    .corporate-culture-title {
        font-weight: bold;
        font-size: 32px;
        color: #FFFFFF !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .corporate-culture-item {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        font-size: 18px;
        gap: 10px;
    }

    .corporate-culture-item > img {
        width: 30px;
        height: 30px;
    }

    .corporate-culture-item-text {
        width: 200px;
        font-size: 14px;
        text-align: center;
        line-height: 20px;
    }

    .corporateSwiper-page {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .swiper-pagination-bullet {
        background-color: #FFFFFF;
    }

    .swiper-pagination-bullet-active {
        background: #C30D23 !important;
    }
    
    .enterprise-honor {
        padding: 30px 0 !important;
    }

    .enterprise-honor .swiper-slide img {
        width: 200px;
        height: 266px;
    }

    .enterprise-honor .swiper-slide span {
        font-weight: 300;
        font-size: 14px;
        color: #595959;.products-area-image {
        width: 1000px;
    }
        line-height: 20px;
        margin-top: 28px;
        padding-bottom: 30px;
    }

    .enterprise-honor .swiper-slide {
        background-color: #FFFFFF !important;
    }

    .enterprise-honor .swiper-pagination {
        margin: 0 !important;
    }
    
    .enterprise-honor .swiper-pagination-bullet {
        background: #000000;
    }
}

@media (max-width: 1600px) {
    .products-area-image {
        width: 900px !important;
        height: 456px !important;
    }
}