.banner {
    width: 100%;
}

.banner .mySwiper {
    width: 100%;
    position: relative;
}

.banner .mySwiper .banner_box {
    width: 100%;
    position: relative;
}

.banner .mySwiper .banner_box .banner_prc {
    width: 100%;
    position: relative;
}

.banner .mySwiper .banner_box .banner_prc img {
    display: block;
    width: 100%;
    object-fit: cover;
    min-height: 700px;
    max-height: 100vh;
}

.banner .mySwiper .banner_box .banner_zi {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner .mySwiper .banner_box .banner_zi .title {
    font-size: 4.5rem;
    line-height: 1;
    font-family: "Ebrima_Bold";
    color: #fff;
}

.banner .mySwiper .banner_box .banner_zi .decos {
    font-size: 1.875rem;
    color: #fff;
    line-height: 1;
    margin-top: 2rem;
    font-family: "Poppins_Bold";
}

.banner .mySwiper .banner_box .banner_zi .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.75rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
    margin-top: 3.25rem;
    color: #0e0802;
    font-family: "Poppins_Regular";
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.banner .mySwiper .banner_box .banner_zi .more a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    transition: all 0.3s ease-in-out;
    background: #1b4176;
    z-index: -1;
}

.banner .mySwiper .banner_box .banner_zi .more a:hover:before {
    left: 0;
}

.banner .mySwiper .banner_box .banner_zi .more a:hover {

    color: #ffffff;
}

.Profile {
    width: 100%;
    background: #ffffff;
}

.Profile .center {
    padding: 10rem 0;
    background: url(../images/index_Profile_bj.jpg) no-repeat;
    background-position: left bottom;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Profile .center .L {
    width: 40.61%;
    padding-top: 2.5rem;
}

.Profile .center .L .title {
    font-size: 3rem;
    line-height: 1;
    font-family: "Ebrima_Bold";
    color: #0e0802;
}

.Profile .center .L .text {
    font-size: 1rem;
    line-height: 1.5;
    color: #0b0500;
    font-family: "Poppins_Medium";
    margin-top: 2.25rem;
}

.Profile .center .L .more {
    margin-top: 4.375rem;
}

.Profile .center .L .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.75rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: #0b0500;
    transition: all 0.3s ease-in-out;
    margin-top: 3.25rem;
    color: #fff;
    font-family: "Poppins_Regular";
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.Profile .center .L .more a:hover {
    color: #fff;
}

.Profile .center .L .more a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    transition: all 0.3s ease-in-out;
    background: #1b4176;
    z-index: -1;
}

.Profile .center .L .more a:hover:before {
    left: 0;
}


.Profile .center .prc {
    width: 50%;
}

.Profile .center .prc img {
    display: block;
    width: 100%;
}

.products {
    width: 100%;
    padding: 7.75rem 0 7.5rem;
    background: #f2f2f2;
    overflow: hidden;
}

.products .products_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 2.5rem;
}

.products .products_top .title {
    font-size: 3rem;
    line-height: 1;
    font-family: "Ebrima_Bold";
    color: #0e0802;
}

.products .products_top .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.75rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: #0b0500;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-family: "Poppins_Regular";
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.products .products_top .more a:hover {
    color: #fff;
}

.products .products_top .more a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    transition: all 0.3s ease-in-out;
    background: #1b4176;
    z-index: -1;
}

.products .products_top .more a:hover:before {
    left: 0;
}

.products .products_bom {
    width: 100%;
    position: relative;
    /* overflow: hidden; */
}

.products .products_bom::after {
    content: "";
    display: block;
    width: 100vw;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 1px;
    background: #c7c7c7;
}

.products .products_bom::before {
    content: "";
    display: block;
    width: 100vw;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 1px;
    background: #c7c7c7;
}

.products .products_bom .mySwiper {
    width: 100%;
}

.products .products_bom .mySwiper .swiper-slide {
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    padding: 40px 20px;
}

.products .products_bom .mySwiper .products_box {
    width: 100%;
}

.products .products_bom .mySwiper .products_box a {
    position: relative;
    width: 100%;
}

.products .products_bom .mySwiper .products_box a .prc {
    overflow: hidden;
}

.products .products_bom .mySwiper .products_box a .prc img {
    display: block;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.products .products_bom .mySwiper .products_box a:hover .prc img {
    transform: scale(1.05);
}

.products .products_bom .mySwiper .products_box a .zi {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1.25rem;
    width: 100%;
}

.products .products_bom .mySwiper .products_box a .zi .zi_cen {
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
    background: #fff;
    font-size: 1.5rem;
    line-height: 2;
    color: #0b0500;
    font-family: "Poppins_Bold";
    border-radius: .25rem;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.products .products_bom .mySwiper .products_box a .zi .zi_cen::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: -100%;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: -100%;
    top: 0;
    background: #1b4176;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.products .products_bom .mySwiper .products_box a:hover .zi .zi_cen:before {
    left: 0;
}

.products .products_bom .mySwiper .products_box a:hover .zi .zi_cen {
    color: #ffffff;
}

.products .products_bom .mySwiper .products_box a .zi .zi_cen .tit {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: calc(100% - 2rem);
    transition: all 0.3s ease-in-out;
}

.products .products_bom .mySwiper .products_box a .zi .zi_cen .iconfont {
    font-size: 1.5rem;
    transition: all 0.3s ease-in-out;
}

.mission {
    width: 100%;
    padding: 1.25rem 0;
    min-height: 42.5rem;
    display: flex;
    align-items: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mission .center {
    display: flex;
    align-items: center;
}

.mission .center .zi {
    width: 43.75rem;
    max-width: 100%;
    height: 100%;
}

.mission .center .zi .title {
    font-size: 3rem;
    line-height: 1;
    color: #ffffff;
    font-family: "Ebrima_Bold";
}

.mission .center .zi .text {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 2rem;
    color: #fff;
    font-family: "Poppins_Medium";
}

.mission .center .zi .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.75rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    color: #0e0802;
    font-family: "Poppins_Regular";
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-top: 3.5rem;
}

.mission .center .zi .more a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    transition: all 0.3s ease-in-out;
    background: #1b4176;
    z-index: -1;
}

.mission .center .zi .more a:hover:before {
    left: 0;
}

.mission .center .zi .more a:hover {
    color: #ffffff;
}

.customization {
    width: 100%;
    padding: 8.75rem 0;
}

.customization .title {
    width: 51.5rem;
    max-width: 100%;
    font-size: 3rem;
    line-height: 3rem;
    color: #0b0500;
    font-family: "Ebrima_Bold";
    margin-bottom: 3.75rem;
}

.customization .customization_bom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.customization .customization_bom .item {
    width: 49%;
    padding: 2.5rem;
    background: #f2f2f2;
}

.customization .customization_bom .item .item_ico {
    width: 3.75rem;
    aspect-ratio: 1/1;
    max-height: 100%;
}

.customization .customization_bom .item .item_ico img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.customization .customization_bom .item .tit {
    margin-top: 1.25rem;
    font-size: 1.5rem;
    line-height: 2;
    color: #0b0500;
    font-family: "Ebrima_Bold";
}

.customization .customization_bom .item .text {
    font-size: 1rem;
    line-height: 1.5;
    color: #0b0500;
    font-family: "Poppins_Medium";
    margin-top: 4rem;
}

.idea {
    width: 100%;
    overflow: hidden;
}

.idea .center {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.idea .center::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background: #c7c7c7;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.idea .center .item {
    position: relative;
    width: 100%;
    display: flex;
}

.idea .center .item::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background: #c7c7c7;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.idea .center .item .item_prc {
    width: 50%;
    padding: 1.25rem;
    padding-left: 0;
    border-right: 1px solid #c7c7c7;
}

.idea .center .item .item_prc img {
    display: block;
    width: 100%;
}

.idea .center .item .item_zi {
    width: 50%;
    padding: 40px 0;
    padding-left: 5rem;
    padding-right: 11.25rem;
    display: flex;
    flex-direction: column;
}

.idea .center .item .item_zi .title {
    font-size: 3rem;
    line-height: 1;
    font-family: "Ebrima_Bold";
    color: #0b0500;
}

.idea .center .item .item_zi .text {
    flex: 1;
    height: 100%;
    padding-top: 2.5rem;
    font-size: 1rem;
    line-height: 1.5;
    font-family: "Poppins_Medium";
    color: #0b0500;
    margin-bottom: .75rem;
}

.idea .center .item .item_zi .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.75rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: #0b0500;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-family: "Poppins_Regular";
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.idea .center .item .item_zi .more a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    transition: all 0.3s ease-in-out;
    background: #1b4176;
    z-index: -1;
}

.idea .center .item .item_zi .more a:hover:before {
    left: 0;
}

.idea .center .item .item_zi .more a:hover {
    color: #ffffff;
}

.idea .center .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.idea .center .item:nth-child(2n) .item_prc {
    padding: 1.25rem;
    padding-right: 0;

    border-right: none;
}

.idea .center .item:nth-child(2n) .item_zi {
    padding-left: 0;
    padding-right: 11.25rem;
    border-right: 1px solid #c7c7c7;
}

.Blog {
    width: 100%;
    margin-top: 9.25rem;
    padding-bottom: 10rem;
}

.Blog .Blog_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 3.75rem;
}

.Blog .Blog_top .title {
    font-size: 3rem;
    line-height: 1;
    font-family: "Ebrima_Bold";
    color: #0b0500;
}

.Blog .Blog_top .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.75rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: #0b0500;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-family: "Poppins_Regular";
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.Blog .Blog_top .more a:hover {
    background: #1b4176;
}

.Blog .Blog_top .more a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    transition: all 0.3s ease-in-out;
    background: #1b4176;
    z-index: -1;
}

.Blog .Blog_top .more a:hover:before {
    left: 0;
}

.Blog .Blog_bom {
    width: 100%;
}

.Blog .Blog_bom .mySwiper {
    width: 100%;
}

.Blog .Blog_bom .mySwiper .Blog_box {
    width: 100%;
    border-top: 1px solid #c7c7c7;


}

.Blog .Blog_bom .mySwiper .Blog_box a {
    display: flex;
    flex-wrap: wrap;
}

.Blog .Blog_bom .mySwiper .Blog_box a .Blog_ico {
    margin-top: 1.25rem;
    height: 2.25rem;
    border-radius: 2.25rem;
    padding: 0 .875rem;
    font-size: .75rem;
    line-height: 2;
    font-family: "Poppins_Regular";
    color: #0b0500;
    overflow: hidden;
    background: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 7.5rem;
}

.Blog .Blog_bom .mySwiper .Blog_box a .title {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.875rem;
    min-height: 3.75rem;
    font-family: "Poppins_Bold";
    color: #0b0500;
    margin-top: 2.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease-in-out;
}

.Blog .Blog_bom .mySwiper .Blog_box a:hover .title {
    color: #1b4176;
}

.Blog .Blog_bom .mySwiper .Blog_box a .time {
    margin-top: 2.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #0b0500;
    font-family: "Poppins_Regular";
}

.Blog .Blog_bom .mySwiper .Blog_box a .prc {
    margin-top: 3.25rem;
    overflow: hidden;
    width: 100%;
}

.Blog .Blog_bom .mySwiper .Blog_box a .prc img {
    display: block;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.Blog .Blog_bom .mySwiper .Blog_box a:hover .prc img {
    transform: scale(1.05);
}

@media (max-width: 1540px) {
    .banner .mySwiper .banner_box .banner_zi .title {
        font-size: 4.125rem;
    }

    .banner .mySwiper .banner_box .banner_zi .decos {
        font-size: 1.75rem;
    }
}

@media (max-width: 1400px) {
    .banner .mySwiper .banner_box .banner_zi .title {
        font-size: 3.75rem;
    }

    .banner .mySwiper .banner_box .banner_zi .decos {
        font-size: 1.625rem;
        margin-top: 1.625rem;
    }

    .banner .mySwiper .banner_box .banner_zi .more a {
        margin-top: 2rem;
    }

    .Profile .center {
        padding: 7rem 0;
    }

    .Profile .center .L .title {
        font-size: 2.5rem;
    }

    .Profile .center .L .more {
        margin-top: 3rem;
    }

    .Profile .center .L .more a {
        margin-top: 0rem;
    }

    .products {
        padding: 5.75rem 0 5.5rem;
    }

    .products .products_top .title {
        font-size: 2.5rem;
    }

    .products .products_top {
        padding-bottom: 2rem;
    }

    .products .products_bom .mySwiper .swiper-slide {
        padding: 30px 18px;
    }

    .mission {
        min-height: 38.5rem;
    }

    .customization {
        padding: 6.75rem 0;
    }

    .customization .title {
        font-size: 2.5rem;
    }

    .customization .customization_bom .item {
        padding: 2rem;
    }

    .customization .customization_bom .item .text {
        margin-top: 3rem;
    }

    .idea .center .item .item_zi .title {
        font-size: 2.5rem;
    }

    .idea .center .item .item_zi {
        padding: 30px 0;
        padding-left: 4rem;
        padding-right: 6.25rem;
    }

    .Blog {
        margin-top: 6.25rem;
        padding-bottom: 7rem;
    }

    .Blog .Blog_top {
        padding-bottom: 2.75rem;
    }

    .Blog .Blog_top .title {
        font-size: 2.5rem;
    }

    .Blog .Blog_bom .mySwiper .Blog_box a .Blog_ico {
        margin-top: 1rem;
    }

    .Blog .Blog_bom .mySwiper .Blog_box a .title {
        margin-top: 2rem;
    }

    .Blog .Blog_bom .mySwiper .Blog_box a .time {
        margin-top: 2rem;
    }

    .Blog .Blog_bom .mySwiper .Blog_box a .prc {
        margin-top: 2.25rem;
    }
}

@media (max-width: 1200px) {
    .banner .mySwiper .banner_box .banner_zi .title {
        font-size: 3rem;
    }

    .banner .mySwiper .banner_box .banner_zi .decos {
        font-size: 1.25rem;
        margin-top: 1.25rem;
    }

    .banner .mySwiper .banner_box .banner_zi .more a {
        height: 2.5rem;
    }

    .Profile .center {
        padding: 4rem 0;
    }

    .Profile .center .L {
        width: 45.61%;
        padding-top: 1.5rem;
    }

    .Profile .center .L .more {
        margin-top: 2rem;
    }

    .Profile .center .L .title {
        font-size: 2.25rem;
    }

    .Profile .center .L .text {
        margin-top: 2rem;
    }

    .Profile .center .L .more a {
        height: 2.5rem;
    }

    .products {
        padding: 3.75rem 0 3.5rem;
    }

    .products .products_top .title {
        font-size: 2.25rem;
    }

    .products .products_top {
        padding-bottom: 1rem;
    }

    .products .products_top .more a {
        height: 2.5rem;
    }

    .products .products_bom .mySwiper .products_box a .zi {
        padding: 1rem;
    }

    .products .products_bom .mySwiper .products_box a .zi .zi_cen {
        height: 3rem;
        font-size: 1.25rem;
    }

    .mission {
        min-height: 30.5rem;
    }

    .mission .center .zi .title {
        font-size: 2.25rem;
    }

    .mission .center .zi .more a {
        height: 2.5rem;
        margin-top: 2.5rem;
    }

    .customization {
        padding: 3.75rem 0;
    }

    .customization .title {
        font-size: 2.25rem;
        margin-bottom: 1.75rem;
    }

    .customization .customization_bom .item .tit {
        font-size: 1.125rem;
    }

    .customization .customization_bom .item .text {
        margin-top: 2rem;
    }

    .customization .customization_bom .item {
        padding: 1.5rem;
    }

    .idea .center .item .item_zi {
        padding: 25px 0;
        padding-left: 2rem;
        padding-right: 2.25rem;
    }

    .idea .center .item .item_zi .title {
        font-size: 2.25rem;
    }

    .idea .center .item .item_zi .text {
        padding-top: 1.5rem;
    }

    .idea .center .item:nth-child(2n) .item_zi {
        padding-right: 6.25rem;
    }

    .idea .center .item .item_zi .more a {
        height: 2.5rem;
    }

    .Blog {
        margin-top: 3.25rem;
        padding-bottom: 4rem;
    }

    .Blog .Blog_top {
        padding-bottom: 1.75rem;
    }

    .Blog .Blog_top .more a {
        height: 2.5rem;
    }

    .Blog .Blog_top .title {
        font-size: 2.25rem;
    }

    .Blog .Blog_bom .mySwiper .Blog_box a .title {
        margin-top: 1rem;
        font-size: 1.125rem;
        line-height: 1.5rem;
        min-height: 3rem;
    }

    .Blog .Blog_bom .mySwiper .Blog_box a .time {
        margin-top: 1rem;
    }

    .Blog .Blog_bom .mySwiper .Blog_box a .prc {
        margin-top: 1.25rem;
    }
}

@media (max-width: 1099px) {
    .banner .mySwiper .banner_box .banner_zi .title {
        font-size: 2.5rem;
    }

    .banner .mySwiper .banner_box .banner_zi .decos {
        font-size: 1.125rem;
        margin-top: 1.125rem;
    }

    .banner .mySwiper .banner_box .banner_zi .more a {
        margin-top: 1.5rem;
    }

    .Profile .center {
        padding: 3rem 0;
    }

    .Profile .center .L .title {
        font-size: 2rem;
    }

    .products {
        padding: 2.75rem 0 2.5rem;
    }

    .products .products_top .title {
        font-size: 2rem;
    }

    .products .products_bom .mySwiper .swiper-slide {
        padding: 20px 16px;
    }

    .products .products_bom .mySwiper .products_box a .zi .zi_cen {
        padding: .875rem;
    }

    .products .products_bom .mySwiper .products_box a .zi .zi_cen {
        font-size: 1.125rem;
    }

    .products .products_bom .mySwiper .products_box a .zi .zi_cen .iconfont {
        font-size: 1.125rem;
    }

    .mission .center .zi .title {
        font-size: 2rem;
    }

    .mission .center .zi .text {
        margin-top: 1.5rem;
    }

    .mission .center .zi .more a {
        margin-top: 2rem;
    }

    .customization {
        padding: 2.75rem 0;
    }

    .customization .title {
        font-size: 2rem;
        margin-bottom: 1rem;
        line-height: 1;
    }

    .customization .customization_bom .item .text {
        margin-top: 1.5rem;
    }

    .idea .center .item .item_zi .title {
        font-size: 2rem;
    }

    .idea .center .item .item_zi .text {
        padding-top: 1.25rem;
    }

    .idea .center .item:nth-child(2n) .item_zi {
        padding-right: 4.25rem;
    }

    .Blog {
        margin-top: 2.25rem;
        padding-bottom: 3rem;
    }

    .Blog .Blog_top .title {
        font-size: 2rem;
    }

    .Blog .Blog_top {
        padding-bottom: 1rem;
    }
}

@media (max-width: 999px) {
    .products .products_bom .mySwiper .products_box a .zi {
        padding: .75rem;
    }

    .products .products_bom .mySwiper .products_box a .zi .zi_cen {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .banner .mySwiper .banner_box .banner_zi .title {
        font-size: 2rem;
    }

    .banner .mySwiper .banner_box .banner_zi .decos {
        margin-top: .75rem;
    }

    .Profile .center {
        padding: 2rem 0;
        flex-direction: column-reverse;
    }

    .Profile .center .prc {
        width: 100%;

    }

    .Profile .center .prc img {
        object-fit: cover;
        max-height: 350px;
    }

    .Profile .center .L {
        width: 100%;
    }

    .Profile .center .L .text {
        margin-top: 1rem;
    }

    .Profile .center .L .more {
        margin-top: 1rem;
    }

    .Profile .center .L .title {
        font-size: 1.5rem;
    }

    .Profile .center .L .text {
        font-size: .875rem;
    }

    .Profile .center .L .more a {
        font-size: .875rem;
    }

    .products .products_top .title {
        font-size: 1.5rem;
    }

    .products {
        padding: 1.75rem 0 1.5rem;
    }

    .products .products_top .more a {
        font-size: .875rem;
    }

    .products .products_bom .mySwiper .products_box a .zi .zi_cen {
        padding: .5rem;
    }

    .mission {
        min-height: 25.5rem;
    }

    .mission .center .zi .title {
        font-size: 1.5rem;
    }

    .mission .center .zi .text {
        font-size: .875rem;
        margin-top: 1rem;
    }

    .mission .center .zi .more a {
        margin-top: 1rem;
        font-size: .875rem;
    }

    .customization .title {
        font-size: 1.5rem;
    }

    .customization {
        padding: 1.75rem 0;
    }

    .customization .customization_bom .item {
        padding: 1rem;
    }

    .customization .customization_bom {
        flex-direction: column;
    }

    .customization .customization_bom .item {
        width: 100%;
        margin-bottom: 1rem;
    }

    .customization .customization_bom .item .item_ico {
        margin: 0 auto;
    }

    .customization .customization_bom .item .tit {
        font-size: 1rem;
        text-align: center;
        margin-top: 1rem;
    }

    .customization .customization_bom .item .text {
        margin-top: 1rem;
        font-size: .875rem;
    }

    .idea .center .item {
        flex-direction: column;
        padding: 1rem 0;
    }

    .idea .center .item .item_prc {
        padding: 0;
        border-right: none;
        width: 100%;
    }

    .idea .center .item .item_prc img {
        object-fit: cover;
        max-height: 300px;
    }

    .idea .center .item .item_zi {
        width: 100%;
        padding: 0;
        padding-top: 1rem;
    }

    .idea .center .item .item_zi .title {
        font-size: 1.5rem;
    }

    .idea .center .item .item_zi .text {
        padding-top: 1rem;
        font-size: .875rem;
    }

    .idea .center .item:nth-child(2n) {
        flex-direction: column;
    }

    .idea .center .item:nth-child(2n) .item_prc {
        padding: 0;
    }

    .idea .center .item:nth-child(2n) .item_zi {
        padding-right: 0;
        border-right: none;
    }

    .idea .center .item .item_zi .more a {
        font-size: .875rem;
    }

    .Blog {
        margin-top: 1.25rem;
        padding-bottom: 2rem;
    }

    .Blog .Blog_top .title {
        font-size: 1.5rem;
    }

    .Blog .Blog_top .more a {
        font-size: .875rem;
    }

    .products .products_bom .mySwiper .products_box a .zi .zi_cen {
        height: 2.5rem;
    }

}